* {
    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: 210px;
    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;
}
.in-about>.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-ab-img{
    width: 45%;
}






.in-ab-right{
    width: 52%;
    margin-top: 25px;
}
.in-ab-right>h3{
    font-size: 30px;
    color: #000;
    margin: 0;
    font-weight: bold;
}

.in-ab-right>hr{
    width: 40px;
    height: 2px;
    background: #244288;
    margin: 15px 0;
}
.in-ab-right>h1{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 20px 0 5px;
}
.in-ab-right>p{
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.in-ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    
}
.in-ab-con1{
    width: 50%;
    margin-top: 40px;
}
.in-ab-con1>h4{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0 0 10px;
}
.in-ab-con1>p{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.in-ab-con1>p img{
    width: 20px;
    margin-right: 10px;
}
.in-ab-con1>p span{
    font-size: 16px;
    color: #000;
}

.in-wrap{
    width: 50%;
}
.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: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.in-ab-con2{
    width: 15%;
}
.numCount li .item {
    margin: 0 10px;
    text-align: left;
    width: 75%;
}

.numCount li:first-of-type{
    border-left: none;
}

.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 30px;
    color: #244288;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #244288;
}

.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: #244288;
}
@media (max-width:800px) {
    .numCount li .numCX {
        font-size: 36px;
    }
}

@media (max-width:480px) {
    .numCount {
        font-size: 0.5vw;
    }
}







/* 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: 235px 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: 0;
    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: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    border-left: 1px solid #fff;
    cursor: pointer;
}
.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: #fff;
}
.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;
}




/* product */
.in-product{
    padding: 80px 0;
}
.in-pro-title>h3{
    font-size: 30px;
    color: #000;
    margin: 0;
    font-weight: bold;
}
.in-pro-title>hr{
    width: 40px;
    height: 2px;
    background: #000;
    margin: 15px 0;
}
.in-product ul{
    display: flex;
    flex-flow: row wrap;
    margin-top: 60px;
}
.in-product ul>li{
    width: 26%;
    position: relative;
    box-shadow: 4px 4px 9px -1px #aaa;
    padding: 40px 30px;
    margin: 0 100px 80px 0;
}
.in-product ul>li h3{
    font-size: 16px;
    color: #000;
    margin: 0;
}
.in-product ul>li p{
    font-size: 16px;
    color: #000;
    margin-bottom: 80px;
}
.in-product ul>li span{
    display: inline-block;
    padding: 3px 20px;
    border: solid 1px #244288;
    color: #244288;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product ul>li span:hover{
    background: #244288;
    color: #fff;
}
.in-pro-img{
    position: absolute;
    right: -100px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;

}

/* footer */
.in-footer{
    padding: 0;
}
.in-foot-title>h3{
    font-size: 30px;
    color: #000;
    margin: 0;
    font-weight: bold;
    text-align: center;
}
.in-foot-title>hr{
    width: 40px;
    height: 2px;
    background: #000;
    margin: 15px auto;
}
.in-footer-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 100px 0;
}
.in-footer-left{
    width: 40%;
}
.in-footer-left>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;

}
.in-footer-left>ul>li{
    width: 44%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 15px 0;
}
.in-footer-left>ul>li:first-of-type{
    border-right: solid 1px #000;
}
.in-footer-left>ul>li:last-of-type{
    width: 100%;
}
.in-footer-left-icon{
    width: 35px;
    margin-right: 15px;
}
.in-footer-left-text>p{
    font-size: 14px;
    color: #000;
}
.in-footer-left-text>span{
    font-size: 16px;
    color: #000;
}
.in-footer-left>img{
    margin-top: 20px;
}

.in-footer-right{
    width: 55%;
    margin-top: 20px;
}
.ny-message{
    background: rgba(255,255,255,.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 40px;
}
.ny-message h2{
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-transform:uppercase;
    margin: 0 0 20px 0;
}
.ny-message form{
    margin: 0 auto;
    padding: 0 0;
    text-align: center;
}
 
  .online input {
    width: 49%;
    height: 50px;
    border: 1px solid #eee;
    background: #eee;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    margin: 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
  .online .mess {
    width: 98.6%;
    border: 1px solid #eee;
    color: #4e4e4e;
    background: #eee;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px; resize:none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-top: 15px;
    height: 100px;
    margin-top: 10px;
  }
  .online .mess:focus-visible{
    outline: none;
  }
  .online .submit{
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background: #33406d;
    padding: 15px 0;
    display: inline-block;
    margin-left: 0.5%;
    width: 99%;
}




.in-foot{
    width: 100%;
    z-index: 999;
    background: #323232;
}
.in-foot ul{
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}
.in-foot ul>li{
    padding: 20px 80px;
}
.in-foot ul>li a{
    font-size: 18px;
    color: #fff;
}
.in-foot img{
    width: 300px;
    margin:  40px auto 20px;
}
.in-foot p{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 30px 0;
}
.in-foot p>span{
    font-size: 16px;
    color: #fff;
}
.in-foot p>a{
    font-size: 16px;
    color: #fff;
}
@media all and (max-width:1440px) and (min-width:968px) {
   
    .in-app-left {
        width: 31%;
        position: relative;
        z-index: 1;
        padding: 120px 60px 120px;
    }
    .in-app-right{
        bottom: -7px;
    }
}
@media all and (max-width:768px) {
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;
        padding-top: 20px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 77px;
        margin: 0;
        width: 100%;
        background: #fff;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        display: inline-block;
    }
    .in-language{
        padding: 26px 30px;
        display: inline-block;
    }
    .in-ianguage-nav{
        left: 30px;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 10px);
    }
    .in-ab-img{
        width: 100%;
    }
    .in-ab-right{
        width: 100%;
    }
    .numCount{
        margin: 0;
    }
    .in-ab-con2{
        width: 28%;
    }
    .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;
    }
    .in-product ul>li{
        width: 100%;
        margin: 0;
    }
    .in-pro-img{
        right: 0;
        padding: 30px 0;
        margin-left: 40px;
    }
    .in-footer-left,.in-footer-right{
        width: 100%;
    }
    .ny-message{
        padding: 0 15px;
    }
}