body{
    height: 100%;
    /* padding-bottom: 100px; */
    overflow-x: hidden;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333;
}
body a{
    outline: none;
    blr: expression(this.onFocus=this.blur());
    color: #333;
}
body a:focus{
    outline: none;
}

.other-container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

img{
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    border: none;
}
@-ms-viewport     { width: device-width;}
@-o-viewport      { width: device-width;}
@viewport         { width: device-width;}


.w010{ width: 100%;}
.maxw010{ max-width: 100%;}


.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths{
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}


.table-box{
    display: table !important;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.table-box .cell{
    display: table-cell !important;
    vertical-align: middle;
}


.mb40{ margin-bottom: 40px;}
.mb45{ margin-bottom: 45px;}
.mb50{ margin-bottom: 50px;}


.bg-f6f6f6{ background: #f6f6f6;}


.color-0055a2{ color: #0055a2;}
.color-4c93fd{ color: #4c93fd;}


/*header*/
.Top-block{
    height: 36px;
    line-height: 36px;
    background: #f2f2f2;
    font-size: 14px;
    color: #333;
}
.Top-block a{
    color: #333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.Top-block .left-box,
.Top-block .right-box{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header-box{
    height: 100px;
}
.header-custom{
    width: 100%;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 4px 0 36px rgba(0,0,0,0.05);
    z-index: 98;
}
.header-custom.fixed-top{
    position: fixed;
    top: 0;
}
.header-custom .logo{
    height: auto;
}
.header-custom .nav-custom>li>a{
    font-size: 16px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-custom .nav-custom>li .dropdown-menu>ul>li>a{
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-custom .navbar-tel{
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #333;
    position: absolute;
    z-index: 99;
}
.header-custom .search-box .search-btn{
    display: block;
    width: 19px;
    height: 21px;
    background: url("../images/btn_1.png") center center no-repeat;
}
.header-custom .search-box .search-btn.on{
    background: url("../images/btn_1h.png") center center no-repeat;
}
.header-custom .search-box .search-form{
    height: 44px;
    padding-right: 56px;
    position: relative;
}
.header-custom .search-box .search-form input[type=text]{
    width: 100%;
    height: 44px;
    line-height: 42px;
    padding-left: 20px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-right: none;
    border-radius: 22px 0 0 22px;
    font-size: 14px;
    color: #333;
}
.header-custom .search-box .search-form input[type=text]::-webkit-input-placeholder{
    color: #999;
}
.header-custom .search-box .search-form input[type=text]::-moz-placeholder{
    color: #999;
}
.header-custom .search-box .search-form input[type=text]:-moz-placeholder{
    color: #999;
}
.header-custom .search-box .search-form input[type=text]:-ms-input-placeholder{
    color: #999;
}
.header-custom .search-box .search-form a{
    display: inline-block;
    width: 56px;
    height: 44px;
    padding-top: 7px;
    padding-left: 10px;
    background-color: #c60603;
    border-radius: 0 22px 22px 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0;
    right: 0;
}
.header-custom .navbar-toggle{
    float: none;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    border: none;
    position: fixed;
    right: 15px;
    z-index: 100;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.header-custom .navbar-toggle.collapsed{
    position: absolute;
    z-index: 98;
}
.header-custom .navbar-toggle.collapsed .icon-bar{
    background: url("../images/btn_3.png") no-repeat;
}
.header-custom .navbar-toggle .icon-bar{
    width: 30px;
    height: 30px;
    background: url("../images/btn_3h.png") no-repeat;
}
.header-custom .navbar-toggle:hover,
.header-custom .navbar-toggle:focus{
    background: none;
}


/*footer*/
footer{
	background: #383838;
    font-size: 14px;
    color: #d4d4d4;
}
.footer-content{
    padding-top: 33px;
    padding-bottom: 33px;
}
.footer-content .footer-left{
    color: #fff;
}
.footer-content .footer-left .text{
    line-height: 44px;
    font-size: 26px;
}
.footer-content .footer-left .weChat-code{
    width: 277px;
    margin-top: 25px;
}
.footer-content .footer-left .weChat-code .box{
    float: left;
    width: 122px;
    line-height: 18px;
    margin-right: 33px;
    text-align: center;
}
.footer-content .footer-left .weChat-code .box:last-child{
    margin-right: 0;
}
.footer-content .foot-rightLinks{
    padding-top: 30px;
}
.footer-content .foot-rightLinks .box{
    float: left;
}
.footer-content .foot-rightLinks .box a{
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-content .foot-rightLinks .box .a-1{
    line-height: 26px;
    font-size: 16px;
    color: #fff;
}
.footer-content .foot-rightLinks .box .a-2{
    line-height: 28px;
    font-size: 14px;
    color: #d4d4d4;
}
.footer-friendshipLink{
    line-height: 16px;
    padding-bottom: 20px;
    text-align: center;
}
.footer-friendshipLink .name{
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 10px;
    border-right: 1px solid #d4d4d4;
}
.footer-friendshipLink a{
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5px;
    color: #d4d4d4;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer-friendshipLink .more{
    color: #4c93fd;
}
.footer-copyRight{
    line-height: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #afafaf;
    text-align: center;
}


/*底部悬浮框*/
.floating-frame{
    height: 100px;
    background: rgba(76,147,253,0.8);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
}
.floating-frame .message-box{
    padding-top: 6px;
}
.floating-frame .message-box .text{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.floating-frame .message-box .text .number{
    font-size: 20px;
}
.floating-frame .message-box .form-box{
    height: 38px;
    padding-right: 125px;
    position: relative;
}
.floating-frame .message-box .form-box input[type=text]{
    width: 100%;
    height: 38px;
    line-height: 36px;
    padding-left: 10px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    color: #333;
}
.floating-frame .message-box .form-box input[type=text]::-webkit-input-placeholder{
    color: #bbb;
}
.floating-frame .message-box .form-box input[type=text]::-moz-placeholder{
    color: #bbb;
}
.floating-frame .message-box .form-box input[type=text]:-moz-placeholder{
    color: #bbb;
}
.floating-frame .message-box .form-box input[type=text]:-ms-input-placeholder{
    color: #bbb;
}
.floating-frame .message-box .form-box a{
    display: inline-block;
    width: 112px;
    height: 38px;
    line-height: 38px;
    background: #c60603;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0;
    right: 0;
}
.floating-frame .message-box .form-box button{
    display: inline-block;
    width: 112px;
    height: 38px;
    /* line-height: 38px; */
    background: #c60603;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0;
    right: 0;
}
.mobile-bottom{
    display: none;
    background: #fff;
    box-shadow: 4px 0 36px rgba(0,0,0,0.05);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 96;
}
.mobile-bottom a{
    float: left;
    width: 25%;
    height: 70px;
    padding-top: 10px;
    font-size: 14px;
    color: #999;
    text-align: center;
}
.mobile-bottom a img{
    width: 26px;
}
.mobile-bottom a span{
    display: block;
    line-height: 34px;
}


/*page*/
.pages{
    margin-bottom: 50px;
    font-size: 0;
    text-align: center;
}
.pages a,
.pages .total{
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #e8eaec;
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pages a:hover,.pages a.current{
    background: #4c93fd;
    border: 1px solid #4c93fd;
    color: #fff;
}


/*banner*/
.banner{
    margin-bottom: 55px;
}
.banner .item a{
    display: block;
}
.banner .item a img{
    display: block;
    width: 100%;
}
.banner.owl-carousel .owl-dots{
    font-size: 0;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 22px;
    left: 0;
}
.banner.owl-carousel button.owl-dot{
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    background: #f7f7f7;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.banner.owl-carousel button.owl-dot.active{
    background: #c60603;
}
/*.banner.owl-carousel .owl-nav button.owl-prev,
.banner.owl-carousel .owl-nav button.owl-next{
    width: 23px;
    height: 45px;
    margin-top: -22px;
    font-size: 0;
    position: absolute;
    top: 50%;
}
.banner.owl-carousel .owl-nav button.owl-prev{
    background: url("../images/arrow_1l.png") no-repeat;
    left: 10%;
    -webkit-animation: fadeInRight 0.8s infinite linear;
    -o-animation: fadeInRight 0.8s infinite linear;
    animation: fadeInRight 0.8s infinite linear;
}
.banner.owl-carousel .owl-nav button.owl-next{
    background: url("../images/arrow_1r.png") no-repeat;
    right: 10%;
    -webkit-animation: fadeInLeft 0.8s infinite linear;
    -o-animation: fadeInLeft 0.8s infinite linear;
    animation: fadeInLeft 0.8s infinite linear;
}*/


/*main*/
.index-publicTitle{
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}
.index-publicTitle .name-en{
    line-height: 42px;
    font-size: 50px;
    color: #ddd;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.index-publicTitle .name-cn{
    line-height: 44px;
    margin-bottom: 10px;
    font-size: 36px;
    color: #4a4a4a;
    font-weight: bold;
    position: relative;
}
.index-publicTitle .text{
    line-height: 20px;
    font-size: 16px;
    color: #4a4a4a;
}
.index-publicTitle::before{
    content: '';
    width: 34px;
    height: 2px;
    margin-left: -17px;
    background: #4a4a4a;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.index-publicTitle.other-style{
    text-align: left;
}
.index-publicTitle.other-style::before{
    margin-left: 0;
    left: 0;
}
.productSort-list-1{
    margin-bottom: 55px;
}
.productSort-list-1>div{
    float: left;
    width: 50%;
}
.productSort-list-1>div .right-box{
    float: left;
    width: 50%;
    padding-left: 20px;
}
.productSort-list-1>div a{
    display: block;
    color: #1e1e1e;
    text-align: center;
    overflow: hidden;
}
.productSort-list-1>div a span{
    display: block;
}
.productSort-list-1>div a span img{
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.productSort-list-1>div a .text .title{
    height: 44px;
    line-height: 44px;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productSort-list-1>div a .text .con-1{
    line-height: 32px;
    margin-bottom: 5px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productSort-list-1>div a .text .con-2{
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productSort-list-1>div .box-1{
    height: 636px;
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productSort-list-1>div .box-2{
    height: 305px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productSort-list-1>div .box-3{
    height: 469px;
    padding-top: 80px;
}
.productSort-list-1>div .box-3 .text{
    margin-bottom: 30px;
}
.productSort-list-2{
    margin-bottom: 50px;
    display: none;
}
.productSort-list-2 .content{
    margin-right: -5px;
    margin-left: -5px;
}
.productSort-list-2 .content>div{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.productSort-list-2 .content>div .box{
    display: block;
    padding: 10px;
    background: #fff;
    border: 1px solid #4c93fd;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.productSort-list-2 .content>div .box img{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.productSort-list-2 .content>div .box .name{
    display: block;
    height: 40px;
    line-height: 40px;
    background: #4c93fd;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* .content img{
    width: 100%;
} */
.index-solution .title{
    font-size: 0;
    text-align: center;
}
.index-solution .title .tabs-tit{
    display: inline-block;
    padding-bottom: 15px;
    font-size: 12px;
    color: #4a4a4a;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-solution .title .tabs-tit span{
    display: block;
}
.index-solution .title .tabs-tit .name-cn{
    height: 44px;
    line-height: 44px;
    font-size: 36px;
    font-weight: bold;
}
.index-solution .title .tabs-tit .name-en{
    line-height: 20px;
    text-transform: uppercase;
}
.index-solution .title .tabs-tit.selected{
    color: #0055a2;
}
.index-solution .title .tabs-tit.selected::before{
    content: '';
    width: 34px;
    height: 2px;
    margin-left: -17px;
    background: #4a4a4a;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.index-solution .content .list-02{
    height: 0;
    overflow: hidden;
}
.index-solutionList .box{
    display: block;
    background: #4c93fd;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-solutionList .box span{
    display: block;
}
.index-solutionList .box .img{
    overflow: hidden;
}
.index-solutionList .box .img img{
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-solutionList .box .name{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-about-bg{
    padding-top: 50px;
    padding-bottom: 50px;
}
.index-about-text .content{
    line-height: 28px;
    padding-top: 20px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #333;
}
.index-about-text .more{
    display: block;
    width: 168px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 40px;
    background: #c60603;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
}
.index-about-text .more:before,
.index-about-text .more:after{
    content: "";
    background-color: rgba(255,255,255,0.3);
    opacity: 1;
    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
    position: absolute;
}
.index-about-text .more:before{
    top: 0;
    right: 50%;
    bottom: 0;
    left: 50%;
}
.index-about-text .more:after{
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
}
.index-about-text .statistics>div{
    line-height: 26px;
    border-left: 1px solid #eee;
    font-size: 14px;
    color: #222;
}
.index-about-text .statistics>div::after{
    content: '';
    width: 1px;
    height: 30px;
    background: #4c93fd;
    position: absolute;
    top: 0;
    left: -1px;
}
.index-about-text .statistics>div .box{
    height: 70px;
    line-height: 70px;
    font-size: 18px;
}
.index-about-text .statistics>div .box span{
    font-size: 48px;
    color: #333;
}
.index-about-links{
    background: #3971ed;
}
.index-about-links a{
    padding-top: 25px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.index-about-links a::after{
    content: '';
    width: 1px;
    height: 60px;
    margin-top: -30px;
    background: #a1bef8;
    position: absolute;
    top: 50%;
    left: 0;
}
.index-about-links a:first-child::after{
    display: none;
}
.index-about-links a .name{
    display: block;
    line-height: 60px;
}
.index-strength-bg{
    padding-top: 50px;
    padding-bottom: 30px;
}
.index-strengthList{
    margin-right: -10px;
    margin-left: -10px;
}
.index-strengthList>div{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}
.index-strengthList>div .box{
    display: block;
    height: 248px;
    padding: 45px 20px 0 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.09);
    font-size: 16px;
    color: #4a4444;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
}
.index-strengthList>div .box .number{
    position: absolute;
    top: 37px;
    right: 10%;
}
.index-strengthList>div .box span{
    display: block;
    position: relative;
}
.index-strengthList>div .box .icon{
    margin-bottom: 15px;
}
.index-strengthList>div .box .icon img:first-child{
    display: block;
}
.index-strengthList>div .box .icon img:last-child{
    display: none;
}
.index-strengthList>div .box .title{
    line-height: 28px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-strengthList>div .box .content{
    height: 44px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-honorList .box{
    display: block;
    background: #4c93fd;
    font-size: 20px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-honorList .box img{
    display: block;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-bottom: none;
}
.index-honorList .box span{
    display: block;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-honorList.owl-carousel .owl-nav button.owl-next,
.index-honorList.owl-carousel .owl-nav button.owl-prev{
    width: 41px;
    height: 41px;
    margin-top: -20px;
    background-repeat: no-repeat;
    text-indent: 999px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 50%;
}
.index-honorList.owl-carousel .owl-nav button.owl-next{
    background-image: url("../images/arrow_1r.png");
    right: 15px;
}
.index-honorList.owl-carousel .owl-nav button.owl-prev{
    background-image: url("../images/arrow_1l.png");
    left: 15px;
}
.index-honorList.other-style .box span{
    height: 50px;
    line-height: 50px;
}
.index-honorList .owl-dots{
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}
.index-honorList .owl-dots button.owl-dot{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 50%;
    background: #e8e6e6;
}
.index-honorList .owl-dots button.owl-dot.active{
    background: #c60603;
}
.index-news-bg{
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 70px;
    background: #f7f7f7;
}
.index-newsList{
    margin-right: -8px;
    margin-left: -8px;
}
.index-newsList>div{
    padding-right: 8px;
    padding-left: 8px;
}
.index-newsList .box{
    display: block;
    background: #fff;
    color: #333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-newsList .box span{
    display: block;
}
.index-newsList .box .title{
    line-height: 30px;
    font-size: 18px;
}
.index-newsList .box .text{
    padding-right: 50px;
    padding-left: 102px;
    position: relative;
}
.index-newsList .box .text .content{
    color: #656565;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-newsList .box .date{
    width: 86px;
    height: 70px;
    line-height: 20px;
    padding-right: 10px;
    margin-top: -35px;
    border-right: 1px dashed #999;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
}
.index-newsList .box .date .day{
    line-height: 42px;
    margin-bottom: 8px;
    font-size: 40px;
}
.index-newsList .box .text .more{
    width: 41px;
    height: 41px;
    margin-top: -20px;
    background: url("../images/arrow_1r.png") no-repeat;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 50%;
    right: 0;
}
.index-newsList .style-1{
    height: 270px;
    padding: 20px;
    margin-bottom: 30px;
}
.index-newsList .style-1 .img{
    float: left;
    width: 180px;
    height: 130px;
}
.index-newsList .style-1 .img img{
    display: block;
    width: 180px;
    height: 130px;
}
.index-newsList .style-1 .title{
    float: right;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    height: 60px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-newsList .style-1 .text{
    height: 70px;
    padding-top: 9px;
}
.index-newsList .style-1 .text .content,
.index-newsList .style-2 .text .content{
    height: 52px;
    line-height: 26px;
    font-size: 16px;
}
.index-newsList .style-2{
    padding: 30px 20px;
    margin-bottom: 30px;
}
.index-newsList .style-2 .text{
    margin-bottom: 40px;
}
.index-newsList .style-2 .text .title,
.index-newsList .style-3 .text .title{
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-newsList .style-2 .img img{
    display: block;
    width: 100%;
}
.index-newsList .style-3{
    padding: 30px 20px 31px 20px;
    margin-bottom: 10px;
}
.index-newsList .style-3 .text .content{
    height: 44px;
    line-height: 22px;
    font-size: 14px;
}
.index-partnersList{
    margin-bottom: 70px;
}
.index-partnersList .box{
    display: block;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-partnersList .box img{
    display: block;
    width: 100%;
}
.index-partnersList.owl-carousel .owl-nav button.owl-next,
.index-partnersList.owl-carousel .owl-nav button.owl-prev{
    width: 41px;
    height: 41px;
    margin-top: -20px;
    background-repeat: no-repeat;
    text-indent: 999px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 50%;
}
.index-partnersList.owl-carousel .owl-nav button.owl-next{
    background-image: url("../images/arrow_1r.png");
    right: 15px;
}
.index-partnersList.owl-carousel .owl-nav button.owl-prev{
    background-image: url("../images/arrow_1l.png");
    left: 15px;
}


/*产品体系-封面*/
.InnerPage-banner{
    position: relative;
}
.InnerPage-banner img{
    display: block;
    width: 100%;
}
.InnerPage-banner .text{
    margin-top: -40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 15px;
    left: 15px;
}
.InnerPage-banner .text .name-cn{
    height: 50px;
    line-height: 36px;
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: bold;
    position: relative;
}
.InnerPage-banner .text .name-cn::before{
    content: '';
    width: 30px;
    height: 4px;
    margin-left: -15px;
    background: #c60603;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.InnerPage-banner .text .name-en{
    line-height: 24px;
    text-transform: uppercase;
}
.InnerPage-nav-boxBg{
    margin-bottom: 50px;
}
.InnerPage-nav-boxBg.bg-f9f9f9{
    background: #f9f9f9;
}
.InnerPage-nav-boxBg.bg-fff{
    background: #fff;
}
.InnerPage-nav-boxBg .InnerPage-navFixed{
    width: 100%;
    background: #f9f9f9;
    z-index: 96;
}
.InnerPage-nav-boxBg .InnerPage-navFixed.fixed-top{
    position: fixed;
    top: 0;
}
.InnerPage-nav .item a{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #555;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
}
.InnerPage-nav .item a.on{
    background: #4c93fd;
    color: #fff;
}
.InnerPage-nav.default-style .item{
    float: left;
    margin-right: 1px;
}
.InnerPage-nav.default-style .item a{
    padding-right: 37px;
    padding-left: 37px;
}
.InnerPage-nav.nav-roll .owl-nav button{
    width: 20px;
    background: #fef2f3;
    color: #c60603;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0;
}
.InnerPage-nav.nav-roll .owl-nav button span{
    display: inline-block;
    height: 50px;
    line-height: 46px;
    font-size: 26px;
}
.InnerPage-nav.nav-roll .owl-nav button.owl-prev{
    left: -22px;
}
.InnerPage-nav.nav-roll .owl-nav button.owl-next{
    right: -22px;
}
.currentLocation{
    line-height: 40px;
    font-size: 14px;
    color: #888;
}
.currentLocation a{
    color: #888;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.currentLocation a:hover,
.currentLocation .current{
    color: #91bcfb;
}
.currentLocation.currentLocation-show{
    float: none;
    width: 100%;
    line-height: 50px;
    text-align: left;
}


/*产品体系-二级页面*/
.productList-1{
    margin-bottom: 20px;
}
.productList-1>div{
    margin-bottom: 10px;
}
.productList-1>div .box{
    padding: 15px;
    border: 1px solid #ededed;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.productList-1>div .box .img{
    display: block;
    margin-bottom: 5px;
}
.productList-1>div .box .img .img-box{
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}
.productList-1>div .box .img .img-box img{
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.productList-1>div .box .img .name{
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    color: #4c93fd;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productList-1>div .box .content a{
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding-left: 12px;
    background: url("../images/a_bg1.png") left center no-repeat;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


/*产品中心-三级*/
.InnerPage-navVertical .SideLayer ul{
    display: none;
}
.InnerPage-navVertical .SideLayer .ul1>li{
    margin-bottom: 2px;
}
.InnerPage-navVertical .SideLayer .ul1>li>span,
.InnerPage-navVertical .SideLayer .ul1>li>a{
    display: block;
    height: 36px;
    line-height: 36px;
    padding-right: 15px;
    padding-left: 15px;
    background: #fff;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.InnerPage-navVertical .SideLayer .ul1>li>span:hover,
.InnerPage-navVertical .SideLayer .ul1>li>span.xz,
.InnerPage-navVertical .SideLayer .ul1>li>a:hover,
.InnerPage-navVertical .SideLayer .ul1>li>a.xz{
    background: #4c93fd;
    color: #fff;
}
.InnerPage-navVertical .SideLayer .ul2{
    padding: 10px;
    background: #fff;
}
.InnerPage-navVertical .SideLayer .ul2>li{
    padding-right: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #ededed;
}
.InnerPage-navVertical .SideLayer .ul2>li:last-child{
    border-bottom: none;
}
.InnerPage-navVertical .SideLayer .ul2>li>a{
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.InnerPage-navVertical .SideLayer .ul2>li>a:hover,
.InnerPage-navVertical .SideLayer .ul2>li>a.xz{
    color: #4c93fd;
}
.productNav-threeLevel-box{
    margin-bottom: 20px;
}
.productNav-threeLevel .item a{
    display: block;
    text-align: center;
}
.productNav-threeLevel .item a span{
    display: block;
    color: #333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.productNav-threeLevel .on a span{
    background: #4c93fd;
    color: #fff;
}
.productNav-threeLevel.default-style .item{
    float: left;
}
.productList-2 .box{
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
}
.productList-2 .box span{
    display: block;
}
.productList-2 .box .img{
    overflow: hidden;
}
.productList-2 .box .img img{
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.productList-2 .box .text{
    padding-top: 10px;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.productList-2 .box .text .title{
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productList-2 .box .text .content{
    line-height: 24px;
    margin-bottom: 10px;
}
.productList-2 .box .text .more{
    width: 120px;
    height: 32px;
    line-height: 32px;
    background: #4c93fd;
    border-radius: 16px;
    color: #fff;
    text-align: center;
}

.tab-productList>div{
    display: none;
}
.tab-productList>div:first-child{
    display: block;
}


/*产品中心*/
.productList-3{
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 30px;
}
.productList-3>div{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.productList-3>div .box{
    display: block;
    background: #ededed;
    border: 1px solid #ededed;
    font-size: 16px;
    color: #333;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.productList-3>div .box span{
    display: block;
}
.productList-3>div .box .img{
    background: #fff;
    overflow: hidden;
}
.productList-3>div .box .img img{
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.productList-3>div .box .name{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*产品中心-详情*/
.productDetails-block{
    padding: 35px 0;
    margin-bottom: 50px;
    background: #fff;
    border: 1px solid #ededed;
}
.productDetails-flex{
    margin-bottom: 50px;
}
.productDetails-album img{
    display: block;
    width: 100%;
}
.productDetails-album .bigImg-box{
    margin-bottom: 12px;
    border: 1px solid #ededed;
}
.productDetails-album .smallImg-box{
    margin-right: 15px;
    margin-left: 15px;
}
.productDetails-album .smallImg-box span{
    display: block;
    padding: 0 3px;
}
.productDetails-album .smallImg-box span img{
    display: block;
    width: 100%;
    border: 1px solid #ededed;
}
.productDetails-album .smallImg-box .slick-current span img{
    border: 1px solid #c60603;
}
.productDetails-album .smallImg-box .slick-arrow{
    width: 15px;
    height: auto;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ededed;
    font-size: 0;
    color: #bbb;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 95;
}
.productDetails-album .smallImg-box .slick-prev::before,
.productDetails-album .smallImg-box .slick-next::before{
    line-height: 20px;
    margin-top: -10px;
    font-family: Arial;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
}
.productDetails-album .smallImg-box .slick-prev{
    left: -15px;
}
.productDetails-album .smallImg-box .slick-prev::before{
    content: '<';
}
.productDetails-album .smallImg-box .slick-next{
    right: -15px;
}
.productDetails-album .smallImg-box .slick-next::before{
    content: '>';
}
.productDetails-text-1{
    padding-top: 30px;
    color: #333;
    position: relative;
}
.productDetails-text-1 .tit-1{
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #4c93fd;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productDetails-text-1 .con-1{
    height: 34px;
    line-height: 34px;
    margin-bottom: 12px;
    font-size: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productDetails-text-1 .con-2{
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 14px;
}
.productDetails-text-1 .download-btn{
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    background: #4c93fd;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.productDetails-text-2 .title{
    margin-bottom: 20px;
    background: #dbe9ff;
}
.productDetails-text-2 .title .tabs-tit{
    float: left;
    height: 54px;
    line-height: 54px;
    padding-right: 38px;
    padding-left: 38px;
    margin-right: 2px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}
.productDetails-text-2 .title .tabs-tit.selected{
    background: #4c93fd;
    color: #fff;
}
.productDetails-text-2 .content{
    line-height: 24px;
    font-size: 14px;
    color: #333;
}
.productDetails-text-2 .content span {
    word-break: break-all;
}
.publicTitle-1{
    line-height: 36px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    font-size: 36px;
    color: #333;
    text-align: center;
    position: relative;
}
.publicTitle-1::before{
    content: '';
    width: 60px;
    height: 4px;
    margin-left: -30px;
    background: #4a4a4a;
    position: absolute;
    bottom: 0;
    left: 50%;
}


/*产品体系-详情*/
.productDetails-nav{
    height: 50px;
    margin-bottom: 50px;
    text-align: center;
}
.productDetails-nav .box{
    width: 100%;
    z-index: 96;
}
.productDetails-nav .box a{
    display: inline-block;
    height: 50px;
    line-height: 48px;
    padding-right: 40px;
    padding-left: 40px;
    margin-right: 15px;
    margin-left: 15px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 25px;
    font-size: 20px;
    color: #555;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.productDetails-nav .box a.on{
    background: #4c93fd;
    border: 1px solid #4c93fd;
    color: #fff;
}
.productDetails-nav .box.fixed-top{
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
}
.productDetails-nav .box.fixed-top a{
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 16px;
}
.span-anchor{
    position: absolute;
    margin-top: -50px;
}
.productDetails-text-3{
    color: #333;
    position: relative;
}
.productDetails-text-3 .tit-1{
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.productDetails-text-3 .con-1{
    height: 32px;
    line-height: 32px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #888;
}
.productDetails-text-3 .tit-2{
    height: 39px;
    line-height: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    color: #4c93fd;
}
.productDetails-text-3 .con-2{
    line-height: 36px;
    font-size: 16px;
}
.InnerVideo-bg{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #eeeff1;
}
.productDetails-img-banner img{
    display: block;
    width: 100%;
}
.container-fluid img{
    display: block;
    width: 100%!important;
}
.productDetails-text-4{
    padding-top: 80px;
}
.productDetails-text-4 .content{
    color: #333;
}
.productList-4{
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 26px;
}
.productList-4>div{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.productList-4>div .box{
    display: block;
    background: #4c93fd;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.productList-4>div .box span{
    display: block;
}
.productList-4>div .box .img{
    background: #fff;
}
.productList-4>div .box .img img{
    display: block;
    width: 100%;
}
.productList-4>div .box .name{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*定制开发*/
.customization-text{
    margin-bottom: 45px;
    color: #333;
    text-align: center;
}
.customization-text .title{
    line-height: 44px;
    margin-bottom: 30px;
    font-size: 44px;
}
.customization-text .content{
    line-height: 36px;
    font-size: 18px;
}
.customization-tabsTitle-box{
    background: #4c93fd;
}
.customization-tabsTitle{
    font-size: 0;
}
.customization-tabsTitle .item a{
    display: block;
    padding-right: 4px;
    padding-left: 2px;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.customization-tabsTitle .item a::before{
    content: '';
    width: 2px;
    height: 20px;
    margin-top: -10px;
    background: #f9f9f9;
    position: absolute;
    top: 50%;
    right: 0;
}
.customization-tabsTitle .item a span{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.customization-tabsTitle .on a span{
    background: #c60603;
}
.customization-tabsTitle.default-style{
    text-align: center;
}
.customization-tabsTitle.default-style .item{
    display: inline-block;
}
.customization-tabsTitle.default-style .item a,
.customization-tabsTitle.default-style .item a span{
    display: inline-block;
}
.customization-tabsTitle.default-style .item a span{
    padding-right: 60px;
    padding-left: 60px;
}
.customization-tabsTitle.nav-roll .owl-nav button{
    width: 20px;
    background: #fef2f3;
    color: #c60603;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0;
}
.customization-tabsTitle.nav-roll .owl-nav button span{
    display: inline-block;
    height: 40px;
    line-height: 36px;
    font-size: 26px;
}
.customization-tabsTitle.nav-roll .owl-nav button.owl-next{
    right: -22px;
}
.customization-tabsTitle.nav-roll .owl-nav button.owl-prev{
    left: -20px;
}
.customization-tabsContent{
    background: #f9f9f9;
}
.customization-tabsContent>div{
    display: none;
}
.customization-tabsContent>div:first-child{
    display: block;
}
.customization-tabsContent>div img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.customization-tabsContent img{
    width: 100%!important;
}
.customization-img img{
    display: block;
    width: 100%;
}


/*服务支持*/
.serviceSupport-block{
    padding: 20px 15px 1px 15px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(0,0,0,0.1);
}
.serviceSupport-form{
    height: 40px;
    padding-right: 100px;
    margin-bottom: 15px;
    background: #ededed;
    border-radius: 20px;
    position: relative;
}
.serviceSupport-form input[type=text]{
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding-left: 16px;
    background: none;
    border: none;
    border-radius: 20px 0 0 20px;
    font-size: 14px;
    color: #333;
}
.serviceSupport-form input[type=text]::-webkit-input-placeholder{
    color: #999;
}
.serviceSupport-form input[type=text]::-moz-placeholder{
    color: #999;
}
.serviceSupport-form input[type=text]:-moz-placeholder{
    color: #999;
}
.serviceSupport-form input[type=text]:-ms-input-placeholder{
    color: #999;
}
.serviceSupport-form a{
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #4c93fd;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    top: 0;
    right: 0;
}
.serviceSupport-form button{
    width: 100px;
    height: 40px;
    border: none;
    background: #4c93fd;
    /*line-height: 58px;*/
    border-radius: 29px !important;
    font-size: 16px;
    position: absolute;
    color: #ffffff;
    top: 0;
    right: 0;
}
.serviceSupport-list{
    padding-bottom: 25px;
}
.serviceSupport-list .box{
    display: block;
    height: 36px;
    line-height: 36px;
    padding-right: 78px;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
}
.serviceSupport-list .box span{
    display: block;
}
.serviceSupport-list .box .name{
    height: 36px;
    padding-right: 10px;
    padding-left: 16px;
    background-image: url("../images/a_bg2.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #fff;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.serviceSupport-list .box .a-btn{
    width: 70px;
    height: 36px;
    background: #f9f9f9;
    border-radius: 18px;
    color: #666;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


/*关于我们-3*/
.InnerPage-about-1{
    line-height: 36px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #333;
}
.InnerPage-about-1 .title{
    text-align: center;
}
.InnerPage-about-1 .title .name{
    height: 44px;
    line-height: 26px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.InnerPage-about-1 .title .name::before{
    content: '';
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background: #c60603;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.InnerPage-about-1 .content{
    text-indent: 2em;
}
.InnerPage-about-2 .text{
    display: flex;
    justify-content: space-between;
}
.InnerPage-about-2 .text .box{
    width: 30%;
    text-align: center;
}
.InnerPage-about-2 .text .box .content{
    height: 52px;
    line-height: 52px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #4c93fd;
}
.InnerPage-about-2 .text .box .content span{
    font-size: 66px;
}
.InnerPage-about-2 .text .box .name{
    line-height: 20px;
    font-size: 16px;
    color: #333;
}
.InnerPage-about-2 .img img{
    display: block;
    width: 100%;
}
.InnerPage-about-3{
    padding-top: 50px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    background: #f9f9f9;
}
.InnerPage-about-3 .text-1 .box{
    padding: 20px;
    background: rgba(218,231,246,0.9);
    border-radius: 50%;
}
.InnerPage-about-3 .text-1 .box .text{
    display: flex;
    justify-content : center;
    align-items: center;
    flex-direction: column;
    width: 170px;
    height: 170px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0,83,172,0.16);
    border-radius: 50%;
    font-size: 14px;
    color: #032950;
}
.InnerPage-about-3 .text-1 .box .text .name{
    font-size: 30px;
    color: #0054af;
    font-weight: bold;
}
.InnerPage-about-3 .text-1 .box:nth-child(2){
    margin-right: -25px;
    margin-left: -25px;
    background: rgba(218,231,246,0.8);
    position: relative;
}
.InnerPage-about-3 .text-1 .box:nth-child(2) .text{
    width: 221px;
    height: 221px;
    background: #0069d9;
    border: 15px solid #fff;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
}
.InnerPage-about-3 .text-1 .box:nth-child(2) .text .name{
    font-size: 40px;
    color: #fff;
}
.InnerPage-about-3 .textMobile-1{
    margin-bottom: 30px;
    display: none;
}
.InnerPage-about-3 .textMobile-1 img{
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.InnerPage-about-3 .text-2>div{
    margin-bottom: 10px;
    border-left: 2px solid #e7e7e7;
    text-align: center;
}
.InnerPage-about-3 .text-2>div .content{
    line-height: 50px;
    font-size: 20px;
    color: #4c93fd;
    font-weight: bold;
}
.InnerPage-about-3 .text-2>div .content span{
    font-size: 60px;
}
.InnerPage-about-3 .text-2>div .title{
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.InnerPage-publicTitle{
    height: 44px;
    line-height: 26px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.InnerPage-publicTitle.color-fff{
    color: #fff;
}
.InnerPage-publicTitle::before{
    content: '';
    width: 30px;
    height: 2px;
    margin-left: -15px;
    background: #c60603;
    position: absolute;
    bottom: 0;
    left: 50%;
}
.InnerPage-about-4{
    margin-bottom: 20px;
}
.InnerPage-about-4>div{
    margin-bottom: 30px;
}
.InnerPage-about-4>div .box{
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 5px 5px 24px rgba(0,0,0,0.1);
}
.InnerPage-about-4>div .box .text{
    float: left;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    line-height: 30px;
    font-size: 14px;
    color: #858585;
}
.InnerPage-about-4>div .box .text>div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.InnerPage-about-4>div .box .text .name{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.InnerPage-about-4>div .box .icon{
    float: right;
    width: 60px;
    margin-top: 5px;
}
.InnerPage-about-lastBg{
    padding-bottom: 50px;
    position: relative;
}
.InnerPage-about-lastBg::before{
    content: '';
    width: 100%;
    background: #f9f9f9;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
}
.InnerPage-about-lastBg .InnerPage-about-5{
    position: relative;
}
.InnerPage-about-lastBg .InnerPage-about-5 .img-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.InnerPage-about-lastBg .InnerPage-about-5 .text{
    padding: 30px 15px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    position: relative;
}
.InnerPage-about-lastBg .InnerPage-about-5 .text .title{
    height: 44px;
    line-height: 26px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.InnerPage-about-lastBg .InnerPage-about-5 .text .title::before{
    content: '';
    width: 30px;
    height: 2px;
    background: #c60603;
    position: absolute;
    bottom: 0;
    left: 0;
}
.InnerPage-about-lastBg .InnerPage-about-5 .text .content{
    line-height: 36px;
    font-size: 18px;
}


/*关于我们-发展历程*/
.history-bg{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.history-bg .img-bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 140px;
    left: 0;
}
.history-title{
    height: 148px;
    margin-bottom: 94px;
    position:relative;
}
.history-title-prev,
.history-title-next{
    width: 17px;
    height: 29px;
    position: absolute;
    bottom: 48px;
}
.history-title-prev{
    background: url("../images/arrow_2l.png") no-repeat;
}
.history-title-next{
    background: url("../images/arrow_2r.png") no-repeat;
}
.history-title .tabs-tit{
    display: block;
    height: 148px;
    padding-top: 59px;
    background-image: url("../images/li_bg1.png");
    background-position: bottom 3px center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}
.history-title .tabs-tit .year{
    display: block;
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.history-title  .tabs-tit.on{
    padding-top: 18px;
    background-image: url("../images/li_bg1_h.png");
}
.history-title  .tabs-tit.on .year{
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #c60603;
    font-size: 18px;
    position: relative;
}
.history-title  .tabs-tit.on .year::after{
    content: '';
    width: 116px;
    height: 116px;
    margin-left: -58px;
    background: rgba(198,6,3,0.3);
    border-radius: 50%;
    position: absolute;
    top: -18px;
    left: 50%;
    z-index: -1;
}
.history-title .line-left,
.history-title .line-right{
    display: block;
    height: 2px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    bottom: 7px;
}
.history-title .line-left{
    right: 100%;
}
.history-title .line-right{
    left: 100%;
}
.history-content .box{
    background: url("../images/li_bg2.jpg") right bottom no-repeat;
}
.history-content .box .text{
    line-height: 36px;
    padding: 30px;
    font-size: 16px;
    color: #333;
}


/*关于我们-合作伙伴*/
.InnerPage-partnersList{
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
}
.InnerPage-partnersList>div{
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.InnerPage-partnersList>div .box{
    display: block;
    box-shadow: 2px 3px 7px rgba(0,0,0,0.09);
}
.InnerPage-partnersList>div .box img{
    display: block;
    width: 100%;
}
.bg-f9f9f9-2{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    background: #f9f9f9;
}


/*应用领域-详情*/
.details-block-fff{
    padding: 50px;
    background: #fff;
    color: #333;
}
.ApplicationField-details .title{
    margin-bottom: 50px;
    font-size: 14px;
    text-align: center;
}
.ApplicationField-details .title .name{
    line-height: 36px;
    font-size: 36px;
    margin-bottom: 20px;
}
.ApplicationField-details .content{
    line-height: 26px;
    margin-bottom: 50px;
    font-size: 16px;
}
.ApplicationField-details .content video{
    margin-left: auto;
    margin-right : auto;
}
.ApplicationField-details .a-btn{
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    background: #c60603;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ApplicationField-details .img-box{
    margin-bottom: 30px;
}
.ApplicationField-details .img-box img{
    display: block;
    width: 100%;
}
.ApplicationField-details .links .name{
    font-size: 18px;
}
.ApplicationField-details .links .box a{
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #4c93fd;
    border-radius: 20px;
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.ApplicationField-details .page-box .page-links a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #acacac;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ApplicationField-details .page-box .page-links a span{
    color: #333;
}
.ApplicationField-details .page-box .return-btn{
    display: block;
    width: 234px;
    height: 80px;
    line-height: 80px;
    background: #4c93fd;
    border-radius: 40px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


/*联系我们-企业招聘-详情*/
.recruit-details{
    line-height: 24px;
    font-size: 14px;
    color: #333;
}
.recruit-details .title{
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #4c93fd;
}


/*联系我们-企业招聘*/
.recruit-list{
    margin-bottom: 30px;
}
.recruit-list .box{
    display: block;
    margin-bottom: 20px;
    background: #f7f7f7;
}
.recruit-list .box span{
    display: block;
}
.recruit-list .box .text{
    font-size: 14px;
}
.recruit-list .box .text .title{
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recruit-list .box .text .content{
    height: 20px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #818181;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recruit-list .box .text .more{
    width: 120px;
    height: 36px;
    line-height: 36px;
    background: #4c93fd;
    border-radius: 18px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}


/*联系我们3*/
.contactUs-list{
    margin-bottom: 26px;
}
.contactUs-list>div .box{
    background: url("../images/li_bg3.png") right top #fff no-repeat;
    border: 1px solid #4c93fd;
    border-radius: 15px;
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contactUs-list>div .box .title{
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.contactUs-list>div .box .content{
    line-height: 20px;
    margin-bottom: 15px;
}
.contactUs-list>div .box .content:last-child{
    margin-bottom: 0;
}
.contactUs-list>div .box .content .name{
    float: left;
    width: 76px;
    color: #4c93fd;
}
.contactUs-list>div .box .content .text{
    float: left;
    width: -webkit-calc(100% - 76px);
    width: -moz-calc(100% - 76px);
    width: calc(100% - 76px);
}
.color-8a8a8a{
    color: #8a8a8a;
}


/*友情链接*/
.friendship-link{
    min-height: 500px;
    padding: 30px;
    margin-bottom: 50px;
    background: #f6f6f6;
}
.friendship-link .name{
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 4px solid #d5dae9;
    font-size: 18px;
    color: #3d6cfc;
    font-weight: bold;
}
.friendship-link .title{
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.friendship-link .content{
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
}
.friendship-link .content a{
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #646464;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*应用领域 解决方案 新闻列表*/
.news-list{
    margin-right: -9px;
    margin-bottom: 12px;
    margin-left: -9px;
}
.news-list>div{
    padding-right: 9px;
    padding-left: 9px;
    margin-bottom: 18px;
}
.news-list>div .box{
    display: block;
    background: #f7f7f7;
    font-size: 16px;
    color: #333;
}
.news-list>div .box span{
    display: block;
}
.news-list>div .box .img img{
    display: block;
    width: 100%;
}
.news-list>div .box .text .date{
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #888;
}
.news-list>div .box .text .title{
    height: 36px;
    line-height: 36px;
    margin-bottom: 4px;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list>div .box .text .content{
    line-height: 26px;
    margin-bottom: 12px;
    color: #888;
}
.news-list>div .box .text .more{
    width: 140px;
    height: 32px;
    line-height: 32px;
    background: #4c93fd;
    border-radius: 16px;
    color: #fff;
    text-align: center;
}
.ue-table-interlace-color-single {
	background-color: #fcfcfc;
}
.ue-table-interlace-color-double {
	background-color: #f7faff;
}




