* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    font-size: 14px;
    margin: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: none;
}

body,
html {
    background: #fff;
    overflow-x: hidden;
    box-sizing: border-box;
}

body {
    font-family: "微软雅黑", microsoft yahei;

}


/*导航*/
.navbar {
    transition: 1s;
    left: 0;
    right: 0;
    position: fixed;
    margin-bottom: 0;
    z-index: 9999;
    border-radius: 0;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.nav-top{
    background: #fff;
}
.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 5%;
}

.in-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.navbar-brand {
    width: 190px;
    height: auto;
    padding: 5px 0;
    text-align: center;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.navbar-nav>li{
    padding: 0 10px;
    position: relative;
}
.navbar-nav>li>a {
    color: #333;
    transition: .5s;
    font-size: 17px;
    padding: 26px 30px;
    display: inline-block;
    font-weight: bold;
}
.navbar-nav>li:hover>a{
    color: #244288;
}
.navbar-nav>li.active>a{
    color: #244288;
}

.in-language{
    position: relative;
    padding: 23px 0 20px;
}
.in-language>p{
    font-size: 16px;
    color: #000;
    padding: 2px 15px;
    border: solid 1px #244288;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
}
.in-ianguage-nav{
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    
    display: none;
}
.in-ianguage-nav>a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 5px 15px;
}
.in-ianguage-nav>a:hover{
    background: #244288;
    color: #fff;
}
.navbar>div>i {
    display: none;
}







/* banner */
.carousel{
    padding-top: 76px;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}


/* about */
.in-about{
    padding: 60px 0 0;
    background: url(../img/about-bg.png) no-repeat center;
}
.in-about>.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-ab-left{
    width: 45%;
    margin: 20px 0;
}
.in-ab-left>h3{
    font-size: 30px;
    color: #000;
    margin: 0;
    font-weight: bold;
}
.in-ab-left>span{
    font-size: 14px;
    color: #aaa;
    margin: 0;
}

.in-ab-left>hr{
    width: 40px;
    height: 2px;
    background: #244288;
    margin: 15px 0;
}
.in-ab-left>h1{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 30px 0 10px;
    letter-spacing: 2px;
}
.in-ab-left>h5{
    font-size: 14px;
    color: #aaa;
}
.in-ab-left>p{
    font-size: 14px;
    color: #000;
    line-height: 30px;
}


.in-wrap{
    width: 100%;
    text-align: center;
}
.main {
    padding: 20px 0;
    margin: 0 auto;
    width: 100%;
}

.numCount {
    margin: 0 -10px;
}

.numCount ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.numCount li {
    width: 31%;
    margin: 20px 0;
}
.in-ab-con2{
    width: 15%;
}
.numCount li .item {
    margin: 0 10px;
}

.numCount li:first-of-type{
    border-left: none;
}

.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 44px;
    color: #042576;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #042576;
}

.numCount li .numU sup {
    vertical-align: top;
}

.numCount li .numU sub {
    vertical-align: baseline;
    bottom: 0;
}
.indc{
    padding-left: 0;
    padding-top: 0px;
}
.indc>p{
    font-size: 16px;
    color: #042576;
}
@media (max-width:800px) {
    .numCount li .numCX {
        font-size: 36px;
    }
}

@media (max-width:480px) {
    .numCount {
        font-size: 0.5vw;
    }
}



.in-ab-left>a{
    display: inline-block;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 20px;
    border: solid 1px #042576;
    color: #042576;
    border-radius: 10px 0 10px 0;
    -webkit-border-radius: 10px 0 10px 0;
    -moz-border-radius: 10px 0 10px 0;
    -ms-border-radius: 10px 0 10px 0;
    -o-border-radius: 10px 0 10px 0;
}
.in-ab-left>a:hover{
    background: #042576;
    color: #fff;
}

.in-ab-img{
    width: 52%;
    position: relative;
}








.in-title{
    text-align: center;
}
.in-title>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.in-title>hr{
    margin: 5px auto 15px;
    width: 40px;
    height: 2px;
    background: #000;
    border: none;
}
.in-title>p{
    font-size: 16px;
    color: #000;
    margin: 5px 0 15px;
}



/* product */



.in-product{
    padding: 80px 0;
}

.one{margin:20px auto;height: 400px;width:100%;overflow:hidden;position:relative; }
.one ul{height:400px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.one ul li{display:block;float:left;margin:20px;border-radius:5px;position:relative;}
.one ul li p{padding: 10px 0;font-size: 16px; color: #000;display: flex;flex-flow: row wrap;justify-content: space-between;align-items: center;}
.one ul li a{display:inline-block; width: 300px;} 
.one ul li img{border-radius:5px;display:block; width: 300px;border: solid 1px #ccc;box-shadow: 0 0 12px -2px #ccc;}
.one ul li a span{
    display: inline-block;
    width: 70% !important;
    display: -webkit-box;
        -webkit-line-clamp: 1; /* 限制文本为2行 */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
}
.one ul li a small{
    display:inline-block;
    background:#000;
    width: 10% !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    padding: 5px 3px;
    text-align: center;
}

/* application */
.in-application{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.in-app-left{
    width: 32%;
    position: relative;
    z-index: 1;
    padding: 260px 140px 200px;
}
.in-app-left::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 120%;
    height: 101%;
    background: url(../img/app-bg.jpg) no-repeat center;
    z-index: -1;
}
.in-app-left>h3{
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-weight: bold;
}
.in-app-left>h4{
    font-size: 24px;
    color: #fff;
    margin-bottom: 103px;
    margin-top: 0;
}
.in-app-left>hr{
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 15px 0;
}
.in-app-left>p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}
.in-app-left>a{
    display: inline-block;
    padding: 10px 30px;
    border: solid 1px #fff;
    color: #fff;
    background: #283360;
    margin-top: 120px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-app-left>a:hover{
    background: #fff;
    color: #283360;
}

.in-app-right{
    width: 70%;
    position: absolute;
    right: 0;
    bottom: -9px;
    margin-left: 30%;
    z-index: 2;
}
.in-app-right>h3{
    font-size: 100px;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    margin: 0 0 -30px;
}
.in-app-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.in-app-text>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 2px solid #fff;
    margin: 0;
}
.in-app-text>ul>li{
    width: 16.66%;
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-left: 1px solid #fff;
    cursor: pointer;
    background: rgba(255,255,255,.6);
}
.in-app-text>ul>li:first-of-type{
    border-left: none;
}
.in-app-text>ul>li.cut{
    background: #fff;
    box-shadow: 0 0 12px -2px #ccc;
}
.in-app-text>ul>li>p{
    border-left: 1px solid #fff;
    padding-left: 15px;
    color: #000;
}
.in-app-text>ul>li.cut p{
    color: #000;
    border-left: 1px solid #000;
}
.in-app-text>ul>li>p>span{
    display: block;
    font-size: 18px;
}
.in-app-text>ul>li>p>small{
    font-size: 14px;
}

/* in-proce */

.in-proce {
    padding: 80px 0 0;
    position: relative;
}

.in-proce>div.container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.in-proce-span {
    width: 40%;
    position: absolute;
    right: 160px;
    top: 140px;
}

.in-proce-span>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-proce-span>ul>li {
    width: 20%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 20px 17px;
    position: relative;
    cursor: pointer;
}

.in-proce-span>ul>li>p {
    font-size: 14px;
}

.in-proce-span>ul>li>hr {
    width: 15px;
    height: 15px;
    background: #6e6e6e;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: absolute;
    left: 0;
    bottom: -8px;
    right: 0;
    margin: auto;
    z-index: 4;
    border: none;
}

.in-proce-span>ul>li:hover>hr {
    background: #014bc6;
}

.proce-but>hr {
    background: #014bc6 !important;
}

.in-proce-span>ul>li>span {
    width: 30px;
    height: 30px;
    background: rgba(110,110,110, .3);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    margin: auto;
    z-index: 2;
}

.in-proce-span>ul>li:hover>span {
    background: rgba(4,37,118, .3);
}

.proce-but>span {
    background: rgba(4,37,118, .3) !important;
}

.in-proce-span>ul>li>small {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: auto;
    z-index: 1;
}

.in-proce-span-img {
    position: relative;
}

.in-proce-span-img-two {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.in-proce-span>ul>li:hover .in-proce-span-img-two {
    opacity: 1;
}

.proce-but .in-proce-span-img-two {
    opacity: 1;
}

.in-proce-title {
    width: 30%;
    text-align: right;
}

.in-proce-title>h3 {
    font-size: 40px;
    color: #005ba4;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 0;
}

.in-proce-title>p {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}


.in-proce-con {
    margin-top: 100px;
    position: relative;
}

.in-proce-box {

    position: relative;
}

.in-proce-box img {
    /* padding-left: 35%; */
    width: 50%;
}

.in-proce-box>p {
    position: absolute;
    right: 20px;
    top: -60px;
    font-size: 70px;
    font-weight: bold;
    color: #0076d8;
}

.in-proce-box-con {
    position: absolute;
    left: 48%;
    bottom: 100px;

    background: #042576;
    width: 44%;
}

.in-proce-box-text {
    position: relative;
    padding: 60px 20%;
    text-align: center;
    width: 100%;
    height: 100%;
}

.in-proce-box-text>h3>a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.in-proce-box-text>h3 i {
    margin-right: 10px;
}

.in-proce-box-text>p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 30px 0;
}

.in-proce-box-text>h4>a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.in-proce-box-text>h4>a>i {
    border: solid 2px #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 6px 8px 7px 7px;
    margin-left: 10px;
}

.in-pro-box-link {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 11px 15px;
    background: #133984;
}

.in-pro-box-link i {
    font-size: 20px;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.in-pro-box-link:hover i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* in-partner */
.in-partner{
    padding: 80px 0;
}
.in-partner ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 60px;
}
.in-partner ul>li{
    width: 30%;
    padding: 0 20px;
    margin: 0 20px;
    box-shadow: 0 0 12px -2px #ccc;
}






/* footer */
.in-footer{
    padding: 30px 0 0;
    border-top: 6px solid #000;
}
.in-foot-logo{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.in-foot-text>img{
    width: 200px;

}

.in-foot-logo ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    padding: 30px 0;
}
.in-foot-logo ul>li>a{
    font-size: 16px;
    color: #000;
}
.search-index{
    width: 24%;
}
.search-index input{
    border: solid 1px transparent;
    padding: 5px 0 5px 10px;
    width: 100%;
    
}
.search-index form{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    
}
.search-bg{
    border: solid 1px #eee;
    width: 54%;
    text-align: left;
}
.search-index input::placeholder{
    font-size: 14px;
}
.search-index button{
    background: #042576;
    border: none;
    color: #fff;
    padding: 7px 20px;
}


.in-foot-contact{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.in-foot-contact>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 70%;
    margin-top: 40px;
}
.in-foot-contact>ul>li{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.in-foot-contact>ul>li>div{
    width: 70%;
}
.in-foot-contact>ul>li>img{
    width: 20px;
    height: 24px;
    margin-right: 20px;
    margin-top: 3px;
}
.in-foot-contact>ul>li p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.in-foot-ewm{
    width: 10%;
    text-align: center;
}
.in-foot-ewm>img{
    width: 100px;
    margin: 0 auto;
}
.in-foot-ewm>p{
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}















.in-foot{
    width: 100%;
    z-index: 999;
    padding-top: 40px;
    
}
.in-foot>.container{
    border-top: 1px solid #ccc;
    padding: 40px 15px;
}

.in-foot p{
    display: flex;
    flex-flow: row wrap;
}
.in-foot p>span{
    font-size: 16px;
    color: #000;
}
.in-foot p>a{
    font-size: 16px;
    color: #000;
}



@media all and (max-width:1440px) and (min-width:968px) {
    .in-proce-span{
        right: 100px;
    }
    .in-proce-box-con {
        position: absolute;
        left: 48%;
        bottom: 50px;
        background: #042576;
        width: 47%;
    }
    .in-app-left{
        padding: 140px 70px 177px;
    }
}
@media all and (max-width:768px) {
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;
        padding-top: 24px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 77px;
        width: 100%;
        margin: 0;
        background: #fff;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .carousel{
        padding-top: 0;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .in-about{
        background: url(../img/about-bg.png) repeat-y center;;
    }
    .in-language>p{
        display: inline-block;
    }
    .in-language{
        padding: 0 0 40px;
        margin: 0 40px;
    }
    .in-ianguage-nav{
        top: 34px;
    }
    .in-ab-left,.in-ab-img{
        width: 100%;
    }
    .in-product{
        padding: 20px 0;
    }
    .in-proce{
        padding: 20px 0 0;
    }
    .in-proce-span{
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
    .in-proce-box-con{
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .in-proce-box-text{
        padding: 0 15px;
    }
    .in-proce-con{
        margin-top: 0;
    }
    .in-proce-box img{
        width: 100%;
    }
    .in-proce-box-text>p{
        margin: 10px 0 5px;
    }
    .in-partner ul>li{
        margin: 0 5px;
    }
    .in-foot-logo ul{
        display: none;
    }
    .search-index{
        width: 100%;
        margin: 20px 0 40px -30px !important;
        width: 100%;
    }
    .in-foot-contact{
        margin-top: 0;
    }
    .in-foot-contact>ul{
        width: 100%;
    }
    .in-foot-ewm{
        display: none;
    }.in-app-left{
        width: 100%;
        padding: 20px 15px;
    }
    .in-app-left>h4{
        margin-bottom: 20px;
    }
    .in-app-left>a{
        margin-top: 20px;
    }
    .in-app-right{
        width: 100%;
        position: relative;
        margin-left: 0;
    }
    .in-app-right>h3{
        font-size: 50px;
        margin: 0;
    }
    .in-app-text{
        position: relative;
    }
    .in-app-text>ul{
        background: #244288;
    }
    .in-app-text>ul>li{
        width: 50%;
        border-left: 1px solid transparent;
        border: 1px solid #fff;
        justify-content: start;
    }
    .in-app-text>ul>li>p{
        border-left: 1px solid transparent;
    }
    .in-app-text>ul>li.cut p{
        border-left: 1px solid transparent;
    }
}