* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    font-size: 14px;
    margin: 0;
}

ul,
li {
    list-style: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

input {
    outline: none
}

img {
    width: 100%;
    display: block;
}

.container {
    width: 1270px;
    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: rgba(255,255,255,.6);
}
.nav-top{
    background: #fff;
}
.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.navbar-brand {
    display: inline-block;
    padding: 0;
    width: 120px;
    height: auto;
}

.nav-top .navbar-brand>span{
    color: #000;
}
.in-logo>span{
    font-size: 20px;
    color: #fff;
    padding-left: 20px;
}
.nav-top .in-logo>span{
    color: #000;
}
.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.navbar-nav>li{
    padding: 10px 20px;
    position: relative;
}
.navbar-nav>li>a {
    color: #000;
    transition: .5s;
    font-size: 16px;
    padding: 24px 20px;
    display: inline-block;
    font-weight: bold;
}
.nav-top .navbar-nav>li>a{
    color: #000;
}
.navbar-nav>li>hr{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    width: 0;
    height: 2px;
    background: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.nav-top .navbar-nav>li>hr{
    background: #000;
}
.navbar-nav>li:hover>hr {
    width: 50px;
}

.navbar-nav>li.active>hr {
    width: 50px;
}

.navbar>div>i {
    display: none;
}

.top-right {
    display: none;
}
.nav-language{
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    text-align: center;
    display: none;
}
.nav-language>li{
    background: rgba(255,255,255,.6);
    margin: 1px 0;
}
.nav-language>li:hover{
    background: #fff;
}
.nav-language>li>a{
    font-size: 14px;
    color: #000;
    display: inline-block;
    padding: 5px 0;
}
/* search */
.search {
    margin: 27px 0;
    position: relative;
}

.search input {
    border-radius: 50px;
    border: solid 1px #ccc;
    padding: 5px 10px;
}

.search button {
    border: transparent;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 20%;
}



/* banner */
.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}

.banner-con{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    
}
.banner-con h3{
    font-size:66px;
    font-weight: bold;
    color: #fff;
    width: 100%;
}
.banner-con h4{
    font-size: 14px;
    color: #fff;
    width: 100%;
    margin-top: 20px;
}
.banner-con hr{
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 30px auto;
}
.banner-con p{
    font-size: 24px;
    color: #fff;
}
.banner-con a{
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    color: #000;
    font-size: 18px;
    margin-top: 30px;
}

.banner-con .align-left{
    padding: 0 20%;
    text-align: left;
}
.align-left>h3{
    font-size: 36px;
    font-weight: bold;
}
.align-left>h4{
    font-size: 20px;
}
.align-left>h3>span{
    color: #0077df;
    font-size: 40px;
    font-style: italic;
    padding-left: 15px;
    display: inline-block;
}
.align-left>ul{
    display: flex;
    flex-flow: row wrap;
    margin: 50px 0;

}
.align-left>ul>li{
    width: 10%;
    padding: 0 15px;
   font-size: 14px;
   color: #fff;
   text-align: center;

}
.align-left>ul>li img{
    border: solid 1px #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding:12px; 
    margin-bottom: 5px;
}

.align-left a{
    margin-top: 0;
}




.in-product-bg{
    background: #f5f5f5;
}
.in-product-title{
    padding: 80px 5% 0 5%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-product-title>h3>span{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    display: block;
}
.in-product-title>h3>small{
    font-size: 18px;
    color: #ccc;
}
.in-product-title>h4{
    text-align: right;
}
.in-product-title>h4>hr{
    width: 50px;
    height: 1px;
    margin: 6px 3px;
    border: none;
    background: #666;
    display: inline-block;
}
.in-product-title>h4>span{
    font-size: 14px;
    color: #999;
}
.in-product-title>h4>a{
    display: inline-block;
    font-size: 16px;
    border: solid 1px #999;
    padding: 5px 10px;
    color: #666;
    margin-top: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product-title>h4>a:hover{
    background: #e91b27;
    color: #fff;
}

.in-product{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 50px 0;
}
.in-product-left{
    width: 84%;
}
.in-product-left>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-product-left>ul>li{
    width: 24.8%;
    background: #fff;
    padding: 20px 0;
}
.in-product-left>ul>li p{
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 20px 0;
}
.in-product-left>ul>li img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product-left>ul>li:hover img{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}
.in-product-right{
    width: 16%;
    padding: 6% 6% 0;
    text-align: center;
}
.in-product-right p{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 26px 0 10px;
}
.in-product-right>a>i{
    font-size: 30px;
    color: #ccc;
}




.about{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #f5f5f5;
}
.about-left{
    width: 50%;
    position: relative;
}
.about-left.animated{
    -webkit-animation: polygon 1s linear forwards;
    animation: polygon 1s linear forwards;
}
@-webkit-keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}

@keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}
.in-about-mp4{
    position: absolute;
    left: 0;
    top: 5%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.in-about-mp4 video{
    display: none;
}
.in-about-i{
    position: absolute;
    left: 0;
    right: 40px;
    top: 16%;
    width: 60%;
    margin: auto;
    text-align: right;
    display: none;
}
.in-about-i>i{
    font-size: 40px;
    color: #000;
    cursor: pointer;
}

.mp4 .in-about-i{
    display: block;
}

.in-about-img video{
    width: 60%;
    display: none;
}
.in-about-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    
}
.mp4{
    z-index: 9;
}
.in-about-video>img{
    display: inline-block;
    width: 12%;
    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) ; }
     }

.about-right{
    width: 49%;
    padding: 80px 100px  0 50px;
    text-align: center;
}
.about-right>h3{
    font-size: 30px;
    font-weight: bold;
    color: #ddd;
}
.about-right>h4{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    border-bottom: 4px solid #0077df;
    margin-bottom: 50px;
}
.about-right>p{
    text-align: left;
    font-size: 18px;
    color: #666;
    line-height: 40px;
}
.about-right>p>span{
    font-weight: bold;
    color: #000;
}
.about-right>a{
    display: inline-block;
    padding: 5px 15px;
    background: #0077df;
    color: #fff;
    margin-top: 50px;
}




.ck_about_con{
    /* background: url(../img/pro-bg.jpg) no-repeat center; */
    padding: 80px 0;
}
.ck-about-title{
    text-align: center;
}
.ck-about-title>h3{
    font-size: 30px;
    color: #ddd;
    text-transform: uppercase;
    font-weight: bold;
}
.ck-about-title>h4{
    color: #000;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    border-bottom: 4px solid #0077df;
}

.Box {
    position: relative;
}
.Box.animated{
    -webkit-animation: polygon 1s linear forwards;
    animation: polygon 1s linear forwards;
}
@-webkit-keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}

@keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}
.Box .content {
    width: 1090px;
    margin: 0 auto;
}

.Box .Box_con {
    position: relative;
    margin-top: 50px;
}

.Box .Box_con .btnl {
    position: absolute;
}

.Box .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.Box .Box_con .btnl {
    background: url(../img/jtl02.png) no-repeat center;
    left: -72px;
}

.Box .Box_con .btnr {
    background: url(../img/jtr02.png) no-repeat center;
    right: -72px;
}

.Box .Box_con .btnl:hover {
    background: url(../img/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr:hover {
    background: url(../img/jtr03.png) no-repeat center;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 350px;
    height: 400px;
    margin-left: 20px;
    overflow: hidden;

}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box .Box_con .conbox ul li img {
    display: block;
    width: 350px;
    height: 360px;
    transition: all 0.5s;
    border: solid 1px #ccc;
}

.Box .Box_con .conbox ul li p {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.Box .Box_con .conbox ul li:hover img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.Box .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box .BoxSwitch span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.Box .BoxSwitch span.cur {
    background: red;
}

.BoxSwitch {
    display: none;
}





.in-inter{
    background: #f8f8f8;
    padding: 80px 0;
}
.inter-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
   
}
.inter-left{
    width: 60%; 
}

.swiper-contione {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper {
    width: 9999999px;
    height: 400px;
    transition: all 1s ease;
}

.swiper-item {
    width: 800px;
    float: left;
    position: relative;
}

.swiper-item img {
    width: 800px;
}


.swiper-point {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.point {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.9);
    margin-right: 5px;
    float: left;
}

.point.active {
    background: #fff;
}

.swiper-left {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.swiper-right {
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.swiper-left img,
.swiper-right img {
    cursor: pointer;
}

.swiper-contione:hover .swiper-left {
    left: 0;
}

.swiper-contione:hover .swiper-right {
    right: 0;
}

.inter-img{
    width: 32%;
    text-align: right;
    padding-top: 100px;
}
.inter-logo{
    width: 150px;
   display: inline-block;
}
.inter-img>h3{
    font-size: 20px;
    color: #333;
    margin: 20px 0;
    line-height: 26px;
}
.inter-img>h4{
    color: #000;
    font-size: 20px;
    line-height: 26px;
}
.inter-img>p{
    font-size: 16px;
    color: #333;
    font-style: italic;
    line-height: 26px;
    margin-top: 20px;
}




.in-h{
    background: url(../img/honor-bg.jpg) no-repeat center;
    padding: 80px 0;
}

.in-honor-title{
    text-align: center;
}
.in-honor-title>h3{
    font-size: 40px;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}
.in-honor-title>h4{
    font-size: 30px;
    color: #fff;
    display: inline-block;
    border-bottom: 4px solid #0077df;
}
.in-honor-img{
    width: 75%;
    margin: 50px auto 0;
}
.in-honor-con{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
}






.in-news{
    padding: 80px 0;
    background: url(../img/news-bg.jpg) no-repeat center;
}
.in-news-title{
    text-align: center;
    margin-bottom: 100px;
}
.in-news-title>h3{
    font-size: 40px;
    color: #999;
    font-weight: bold;
    text-transform: uppercase;
}
.in-news-title>h4{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    border-bottom: 4px solid #0077df;
}
.in-news-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
    background: #fff;
}
.in-news-img{
    width: 49%;
    position: relative;
}
.in-news-time{
    position: absolute;
    left: 30px;
    top: -40px;
    width: 80px;
    height: 80px;
    background: #0077df;
    text-align: center;
    padding: 15px 0;
}
.in-news-time>p{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.in-news-time>span{
    font-size: 14px;
    display: inline-block;
    color: #fff;
}
.in-news-con>ul{
    width: 51%;
    background: #fff;
    box-shadow: 0 0 12px -2px #ccc;
    padding: 30px 40px;
    margin: 0;
}
.in-news-con>ul>li{
    margin: 38px 0;
}
.in-news-con>ul>li>a{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.n-left{
    position: relative;
    padding: 0 20px;
    text-align: center;
}

.n-left>span{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    display: block;
}
.n-left>small{
    font-size: 14px;
    color: #333;
}
.n-right{
    padding: 0 20px;
}
.n-right>h3{
    font-size:20px;
    font-weight: bold;
    color: #000;
    margin-top: 0;
}
.n-right>p{
    font-size: 14px;
    color: #aaa;
}





.in-footer{
    display: flex;
    flex-flow: row wrap;
    position: relative;
    width: 100%;
}
.in-map{
    width: 50%;
}
.in-contact{
    width: 50%;
    background: url(../img/foot.jpg) no-repeat;
    padding: 10px 10% 0;
}
.in-contact-logo{
    margin-bottom: 30px;
}
.in-contact-logo>h3{
    color: #fff;
    font-size: 30px;
}
.in-contact>p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.in-contact>h3{
    font-size: 16px;
    color: #e60011;
    margin-top: 30px;
}
.in-contact>h2{
    font-size: 36px;
    color: #e60011;
    font-weight: bold;
    margin: 10px 0 30px;
}
.in-contact>ul{
    display: flex;
    flex-flow: row wrap;
    margin-top: 30px;
}
.in-contact>ul>li{
    width: 140px;
    text-align: center;
    padding-right: 40px;
}
.in-contact>ul>li>p{
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
}
.in-contact>ul>li>span{
    font-size: 12px;
    color: #fff;
}



.in-foot{
    
    width: 100%;
    background: #484848;
    z-index: 999;
}
.in-foot p{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 20px 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:960px){
    .about-right {
        padding: 20px 50px 0 50px;
    }
    .about-right>p{
        font-size: 16px;
    }
    .about-right>h4{
        margin-bottom: 0;
    }
    .about-right>a{
        margin-top: 20px;
    }
}
@media all and (max-width:768px) {
    .navbar{
        background: #fff;
    }
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;
        padding-top: 15px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 63px;
        background: #fff;
        margin: 0;
        display: none;
        width: 100%;
    }
    .navbar-nav>li{
        width: 100%;
        padding: 0;
    }
    .navbar-nav>li>a{
        width: 100%;
    }
    .navbar-nav>li>hr{
        display: none;
    }
    .nav-language{
        top: 50px;
        background: #fff;
    }
    .carousel{
        padding-top: 63px;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50%);
    }
    .in-product-left{
        width: 100%;
    }
    .in-product-left>ul>li{
        width: 48%;
        margin: 3px 3px;
    }
    .in-product-right{
        width: 100%;
    }
    .in-product-img{
        width: 30%;
        margin: auto;
    }
    .about-left{
        width: 100%;
    }
    .in-about-video>img{
        width: 30%;
    }
    .in-about-i{
        right: 20px;
        top: 10px;
        width: 96%;
    }
    .about-right{
        width: 100%;
        padding: 20px;
    }
    .swiper-item{
        width: 400px;
    }
    .container{
        width: 100%;
    }
    .inter-left,.inter-img{
        width: 100%;
    }
    .swiper-item img{
        width: 100%;
    }
    .in-inter,.applications{
        padding: 0;
    }
    .inter-img{
        padding-top: 20px;
    }
    .in-news-img{
        width: 100%;
    }
    .in-news-con>ul{
        width: 100%;
        padding: 0;
    }
    .in-map{
        width: 100%;
    }
    #dituContent{
        height: 300px !important;
    }
    .in-contact{
        width: 100%;
    }
}