* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

hr {
    border: none;
    margin: 0;
}

input {
    outline: none
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 1270px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: none;
}

body,
html {
    background: #fff;
    height: 100%;
}

body {
    box-sizing: border-box;
}

.in-top>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-top ul {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
}

.in-top ul>li:nth-of-type(3) {
    display: none;
}

.in-top ul>li>a {
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.in-language {
    width: 18%;
}

.in-language>a {
    display: inline-block;
    padding: 0 5px;
    margin: 10px 0;
    color: #000;
}

.in-language>a.active {
    background: #8fc6ff;
    color: #fff;
}

/*导航*/


.navbar {
    box-shadow: none;
    margin: auto;
    width: 100%;
    z-index: 99999;
    margin-bottom: 0;
}

.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-logo {
    width: 100%;
    text-align: center;
}

.navbar-brand {
    width: 190px;
    display: inline-block;
    float: none;
}

.navbar-brand>img {
    width: 100%;
}

.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.navbar-nav>li {
    padding: 8px 40px;
    position: relative;
}

.navbar-nav>li>a {
    color: #000;
    transition: .5s;
    display: inline-block;
    font-size: 16px;
    padding: 20px 0;
    font-weight: bold;
    text-transform: capitalize
}

.navbar-nav>li>hr {
    width: 0;
    height: 2px;
    background: #e91b27;
    border: none;
    margin: 0;
    position: absolute;
    left: 40%;
    bottom: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.navbar-nav>li:hover>hr {
    width: 20px;
}

.navbar-nav .active>hr {
    width: 20px;
}

.navbar-nav>li>ul {
    position: absolute;
    left: -5%;
    top: 77px;
    background: #fff;
    width: 110%;
    display: none;
}

.navbar-nav>li:hover>ul {
    display: block;
}

.navbar-nav>li>ul>li {
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.navbar-nav>li>ul>li:hover {
    background: #8fc6ff;
}

.navbar-nav>li>ul>li>a {
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}

.navbar-nav>li>ul>li:hover>a {
    color: #fff;
}







.navbar>div>i {
    display: none;
}

/* search */
.search {
    margin-top: 12px;
}

.search input {
    border: solid 1px #ccc;
    padding: 2px 0 2px 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.search input::placeholder {
    font-size: 12px;
}

.search button {
    background: #23448e;
    border: none;
    color: #fff;
    padding: 3px 8px;
    margin-left: -20px;
    border-radius: 0 15px 15px 0;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    -ms-border-radius: 0 15px 15px 0;
    -o-border-radius: 0 15px 15px 0;
}

/* banner */
.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}



.in-icon {
    background: #e7e7e7;
    padding: 20px 0;
}


.title {
    text-align: center;
}

.title>h3 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.title>hr {
    width: 120px;
    height: 2px;
    background: #92c4ff;
    margin: 30px auto;
}


.in-product {
    padding: 80px 0;
}

.in-pro-icon>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 80px;
}

.in-pro-icon>ul>li {
    width: 12%;
}

.in-pro-icon>ul>li p {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 15px 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    text-transform: capitalize;
}

.in-pro-icon>ul>li:hover p {
    color: #499efb;

}

.in-pro-con>ul {
    display: flex;
    flex-flow: row wrap;
    margin-top: 80px;
    margin-bottom: 50px;
}

.in-pro-con>ul>li {
    width: 23%;
    text-align: center;
    margin-right: 30px;
}

.in-pro-con>ul>li:last-of-type {
    margin-right: 0;
}

.in-pro-con>ul>li h3 {
    font-size: 16px;
    color: #000;
}

.in-pro-con>ul>li>a>p {
    font-size: 14px;
    color: #000;
}

.in-pro-con>ul>li span {
    display: inline-block;
    padding: 2px 10px;
    background: #8fc6ff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    font-size: 12px;
    color: #fff;
}

.in-pro-img {
    position: relative;
    border: solid 1px #ccc;
}

.in-pro-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.in-pro-con>ul>li:hover .in-pro-bg {
    opacity: 1;
}

.in-pro-bg i {
    font-size: 30px;
    background: rgba(255, 255, 255, .6);
    color: #fff;
    padding: 10px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.in-pro-bg p {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}




.in-main {
    padding: 0 0 80px;
}

.in-main-con {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
}

.in-main-left {
    width: 48%;
}

.in-main-left>ul>li {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0;
}

.in-main-img {
    width: 6%;
}

.in-main-left>ul>li>p {
    width: 90%;
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.in-main-left>a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-bottom: 2px solid #000;
    margin-left: 30px;
}

.in-main-right {
    width: 48%;
    margin-top: 40px;
}







.target {
    width: 100%;
    height: 660px;
    position: relative;
    margin: 20px auto;
}

.target img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.in-fg {
    margin-bottom: 50px;
}

.in-fg>div {
    text-align: center;
}

.in-fg p {
    font-size: 16px;
    color: #000;
    margin: 15px 0;
    text-transform: uppercase;
    line-height: 30px;
}

.in-fg>div>a {
    display: inline-block;
    padding: 10px 60px;
    font-size: 16px;
    color: #fff;
    background: #f0b46b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}





.in-cate {
    padding: 50px 0;
}

.in-cate h3 {
    font-size: 26px;
    color: #8f8f8f;
}

.in-cate ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.in-cate ul>li {
    width: 13%;
}

.in-cate-img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 12px -2px #ccc;
}

.in-cate ul>li p {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
    text-transform: capitalize;
}




.in-message {
    background: url(../img/foot.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}

.in-message>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-mess {
    text-align: center;
    margin: 0 auto;

}

.in-mess>a {
    display: inline-block;
    padding: 5px 10px;
    /* background: #1640e0; */
    color: #000;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "MV Boli";
}

.in-mess>hr {
    width: 150px;
    height: 2px;
    background: #000;
    border: none;
    margin: 10px auto;
}

.in-mess>p {
    font-size: 20px;
    font-family: "MV Boli";
}

.in-message ul {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    width: 100%;
    margin: 100px 0 40px;
}

.in-message ul>li {
    width: 100px;
    margin: 50px 40px 0;
    animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    -webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
    cursor: pointer;
}

@keyframes arrow {

    0%,
    100% {
        transform: translateY(0px);
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
        opacity: .5;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
    }
}

/* footer */
.footer {

    padding: 80px 0 0;
}

.footer .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.foot-left {
    width: 41%;
    margin-top: -50px;
}

.foot-left>h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.foot-logo {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 15px;
}

.foot-logo>a {
    display: inline-block;
    width: 150px;
}

.foot-logo span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #8fc6ff;

}

.foot-left>p {
    font-size: 14px;
    color: #000;
    line-height: 26px;
}



.foot-ewm {
    width: 10%;
    margin-top: 50px;
}

.foot-ewm>p {
    font-size: 14px;
    color: #000;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.foot-con {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 42%;
    padding-left: 5%;
}

.foot-con>ul {
    padding: 0 20px;
    width: 50%;
}

.foot-con>ul>li {
    color: #1640e0;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.foot-con>ul>hr {
    width: 70px;
    height: 1px;
    border: none;
    background: #999;
}

.foot-con>ul>li>a {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.foot-con>ul>li>a span {
    color: #e6212a;
    font-weight: bold;
}

.foot-con>ul>li i {
    width: 30px;
}

.foot {
    padding-top: 20px;
}

.foot>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 30px 0;
}

.foot p,
.foot a {
    font-size: 14px;
    color: #000;
    padding: 0;
    margin: 0;
}


@media all and (max-width:1440px) and (min-width:992px) {}

@media all and (max-width:768px) {
    .in-top ul {
        width: 100%;
        justify-content: center;
        margin: 0;
    }

    .in-language {
        width: 100%;
        text-align: center;
    }
    .in-logo{
        margin-bottom: 15px;
    }
    .navbar>div>i {
        display: block;
        font-size: 30px;
        color: #000;
        padding-top: 10px;
        position: absolute;
        right: 10px;
    top: -87px
    }

    .navbar {
        border-bottom: 1px solid #ccc;
    }


    .navbar-brand {
        width: 140px;
        padding: 2px 0;
    }

    .navbar-nav {
        position: absolute;
        left: 0;
        top: 56px;
        background: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }

    .navbar-nav>li {
        width: 100%;
    }

    .navbar-nav>li>ul {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        width: 100%;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .in-product{
        padding: 20px 0;
    }
    .in-pro-icon>ul>li{
        width: 32%;
    }
    .in-pro-con>ul{
        margin-top: 0;
    }
    .in-pro-con>ul>li{
        width: 43%;
        margin: 10px 10px;
    }
    .in-main-left,.in-main-right{
        width: 100%;
    }
    .in-cate ul>li{
        width: 28%;
    }
    .in-message ul>li{
        width: 20%;
        margin: 0 15px;
    }
    .foot-left{
        width: 100%;
    }
    .foot-ewm,.foot-con{
        display: none;
    }
    .foot{
        padding: 10px 15px;
    }
}