* {
    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;
}
.in-about>.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-ab-left{
    width: 50%;
    margin-top: 40px;
}
.in-ab-left>h3{
    font-size: 30px;
    color: #000;
    margin: 0;
    font-weight: bold;
}
.in-ab-left>span{
    font-size: 14px;
    color: #222;
    margin: 0;
    font-weight: bold;
}

.in-ab-left>hr{
    width: 40px;
    height: 2px;
    background: #244288;
    margin: 15px 0;
}
.in-ab-left>h1{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 30px 0 10px;
}
.in-ab-left>p{
    font-size: 16px;
    color: #000;
    line-height: 36px;
}
.in-ab-left>a{
    display: inline-block;
    font-size: 14px;
    padding: 5px 30px;
    background: #24428a;
    border-radius: 20px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
}









.in-ab-img{
    width: 60%;
    margin-right: -20%;
    position: relative;
}


.in-wrap{
    width: 40%;
    position: absolute;
    left: -150px;
    bottom: 80px;
    background: rgba(36,66,138,.9);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    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: 100%;
    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: #fff;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #fff;
}

.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: #fff;
}
@media (max-width:800px) {
    .numCount li .numCX {
        font-size: 36px;
    }
}

@media (max-width:480px) {
    .numCount {
        font-size: 0.5vw;
    }
}






.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;
}
/* product */
.in-product{
    padding: 80px 0;
}
.in-product ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: url(../img/pro-bg.jpg) no-repeat center;
    margin-top: 40px;
}
.in-product ul>li{
    width: 23%;
    text-align: center;
    border-right: solid 10px #fff;
    padding: 50px 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product ul>li.proce-but{
    width: 30%;
    padding: 40px 50px;
}
.in-product ul>li hr{
    width: 40px;
    height: 2px;
    background: #244288;
    margin: 10px auto;
}
.in-product ul>li h3{
    font-size: 16px;
    color: #000;
    margin: 0;
}
.in-product ul>li.proce-but h3{
    color: #244288;
}
.in-product ul>li img{
    margin: 40px 0;
}
.in-product ul>li span{
    font-size: 16px;
    color: #000;
}
.in-product ul>li.proce-but span{
    color: #244288;
}



/* in-culture */
.in-culture{
    padding: 0 0 80px;
}
.in-culture>.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-cul-img{
    width: 50%;
}
.in-cul-right{
    width: 47%;
    margin-top: 10px;
}
.in-cul-right>h3{
    font-size: 40px;
    color: #ddd;
    font-weight: bold;
}
.in-cul-text{
    margin: 30px 0;
    display: flex;
}
.in-cul-text>span{
    width: 20px;
    text-align: center;
    line-height: 20px;
}
.in-cul-text>span hr{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #244288;
    margin: 5px auto 0;
}
.in-cul-text>h4{
    font-size: 60px;
    color: #244288;
    margin-left: 30px;
    font-weight: bold;
}
.in-cul-right ul{
    margin-top: 20px;
    margin-left: 24px;
}
.in-cul-right ul>li{
    list-style: circle;
    line-height: 30px;
}
.in-cul-right ul>li::marker{
    color: #244288;
}






.one{margin:60px auto 80px;height: 350px;width:100%;overflow:hidden;position:relative; }
.one ul{height:350px;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;text-align: center;font-size: 16px; color: #000;}
.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{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}


/* in-application */
.in-application{
    padding: 80px 0;
}
#certify {
	position: relative;
	width: 1240px;
	margin: 60px auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 600px;
	background: #fff;
    /* box-shadow: 0 8px 30px #ddd; */
    position: relative;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	
	text-align: center;
	color: #fff;
	font-size: 20px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    letter-spacing: 2px;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #b61d22;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}



/* in-partner */
/* .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;
} */


.two{margin:60px auto 80px;height: 350px;width:100%;overflow:hidden;position:relative; }
.two ul{height:350px;width:100000px;position:absolute;left:0;} /*ul width的宽不能过小*/
.two ul li{display:block;float:left;margin:20px;border-radius:5px;position:relative;}
.two ul li p{padding: 10px 0;text-align: center;font-size: 16px; color: #000;}
.two ul li a{display:inline-block; width: 300px;} 
.two ul li img{border-radius:5px;display:block; width: 300px;border: solid 1px #ccc;box-shadow: 0 0 12px -2px #ccc;}
.two ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.two ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}




/* footer */
.in-footer{
    padding: 0;
    background: #e9e9e9;
}

.in-footer-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 100px 0 0;
}
.in-footer-left{
    width: 65%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 60px 0;
}
.in-foot-text{
    width: 56% !important;
}
.in-foot-nav{
    width: 22%;
}
.in-foot-nav h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
}
.in-foot-nav>ul>li{
    line-height: 26px;
}
.in-foot-nav>ul>li,.in-foot-nav>ul>li>a{
    font-size: 16px;
    color: #666;
}


.in-footer-right{
    width: 30%;
    margin-top: -60px;
}
.ny-message{
    background: #244288;
    padding: 80px 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;
}
 
  .online input {
    width: 100%;
    height: 30px;
    border: 1px solid #eee;
    background: #eee;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    margin: 5px 0;
}
  .online .mess {
    width: 100%;
    border: 1px solid #eee;
    color: #4e4e4e;
    background: #eee;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px; resize:none;
    padding-top: 15px;
    height: 60px;
    margin-top: 10px;
  }
  .online .mess:focus-visible{
    outline: none;
  }
  .online .submit{
    border: none;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    padding: 8px 30px;
    display: inline-block;
    margin-top: 20px;
}




@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;
    }
    .in-ab-img{
        width: 50%;
        margin-right: -3%;
        margin-top: 80px;
    }
}
@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{
        padding: 20px 0;
    }
    .in-ab-left{
        width: 100%;
        margin-top: 0;
    }
    .in-ab-img{
        width: 100%;
        margin-right: 0;
    }
    .in-wrap{
        position: relative;
        left: 0;
        bottom: 0;
    }
    .in-product ul{
        padding: 0 15px;
    }
    .in-product ul>li{
        width: 50%;
        border-right: none;
        border: solid 1px #fff;
    }
    .in-product ul>li.proce-but{
        width: 50%;
        padding: 50px 0;
    }
    .in-cul-img,.in-cul-right{
        width: 100%;
    }
    #certify{
        width: 100%;
    }
    .in-foot-nav{
        display: none;
    }
    .in-foot-text{
        display: block;
        width: 100% !important;
    }
    .in-footer-left{
        width: 100%;
    }
    .in-footer-right{
        width: 100%;
        margin: 0;
    }
}