* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

p {
    font-size: 14px;
    margin: 0;
}
hr{
    border: none;
    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: 1460px;
    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: 150px;
    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: 16px;
    padding: 25px 30px;
    display: inline-block;
    font-weight: bold;
}
.navbar-nav>li:hover>a{
    color: #b81c27;
}
.navbar-nav>li.active>a{
    color: #b81c27;
}
.in-search{
    margin: 30px 40px 30px 0;
}
.in-search i{
    font-size: 18px;
    line-height: 30px;
    color: #000;
}
.in-language{
    position: relative;
    padding: 0 10px;
    margin: 20px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.in-language-img{
    width: 15px;
    padding: 0 ;
    margin-right: 10px;
}
.in-language>p{
    font-size: 16px;
    color: #000;
    padding: 2px 0;
    font-weight: bold;
    cursor: pointer;
}
.in-ianguage-nav{
    position: absolute;
    left: -25%;
    top:51px;
    width: 150%;
    background: #fff;
    display: none;
}
.in-ianguage-nav>a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 5px 15px;
    border-bottom: 1px solid #000;
    
}
.in-ianguage-nav>a:hover{
    background: #b81c27;
    color: #fff;
}
.navbar>div>i {
    display: none;
}







/* banner */
.carousel{
    padding-top: 72px;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}


.title{
    text-align: center;
}
.title>h4{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.title>h4>span{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-right: 5px;
}
.title>h4>hr{
    width: 40px;
    height: 2px;
    background: #333;
}
.title>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 10px 0 0;
}

/* product */
.in-product{
    padding: 80px 0;
}
.Box {
    position: relative;
    margin-top: 60px;
}

.Box .content {
    width: 1460px;
    margin: 0 auto;
}

.Box .Box_con {
    position: relative;
    margin-bottom: 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: 420px;
    margin-left: 20px;
    padding: 10px;
    background: #fff;
}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box .Box_con .conbox ul li img {
    display: block;
    width: 330px;
    height: 330px;
    transition: all 0.5s;
    box-shadow: 0 0 12px -2px #ccc;
    
    /* border: solid 1px #ccc; */
}



.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-product-title{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.in-product-title>p{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 60%;
}
.in-product-icon{
    width: 40%;
    display: flex;
    flex-flow: row wrap;
    justify-content: right;
    align-items: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.Box .Box_con .conbox ul li:hover .in-product-icon{
    width: 40%;
    background: #b81c27;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.in-product-icon>span{
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    display: none;
}
.Box .Box_con .conbox ul li:hover .in-product-icon>span{
    display: block;
}
.in-product-icon>small{
    padding: 3px 8px;
    color: #000;
    font-size: 16px;
    border: solid 1px #b81c27;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    background: #fff;
}
.Box .Box_con .conbox ul li:hover .in-product-icon>small{
    padding: 0px 6px;
    border: solid 1px #fff;
}





.in-p p{
    font-size: 26px;
    font-weight: bold;
    color: #f00;
}








/* about */
.in-about{
    position: relative;
    padding: 80px 0;
}
.in-about-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-about-left{
    width: 50%;
    position: relative;
}
.in-about-right{
    width: 50%;
    padding-top: 30px;
}
.in-about-right>h3{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding-left: 5%;
}
.in-about-right>h1{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-left: 5%;
}
.in-about-right>p{
    font-size: 18px;
    color: #666;
    padding-right: 20%;
    line-height: 36px;
    margin-top: 15px;
    padding-left: 5%;
}



.in-case{
    padding: 0 0 80px;
}

.main{ max-width: 1200px; margin: 0 auto; padding:40px 0;}
.title{text-align: center; color:#333; font-size:20px; margin: 25px 0;}

.w-accor{ overflow:hidden; position:relative;margin-top: 60px;}
.w-accor ul,.w-accor li{ padding:0; margin:0; list-style:none;}
.w-accor ul{ width:100%;}
.w-accor li{ position:relative; overflow:hidden;float:left;}
.accorClick li{ cursor:pointer;}
.w-accor li .item{ position:relative;}
.w-accor li > a{ display:block; position:absolute; left:0; right:0; top:0; bottom:0;}
.w-accor h3{ font-size:18px;  padding-bottom:5px; font-weight:normal;display: inline-block;}
.w-accor hr{width: 70px;height: 2px; background: #b81c27;margin-bottom:20px;}
.w-accor .acr_p{ margin-top:0.5em; }

.w-accor1 li img{ max-width:100%;}
.w-accor1 li .cont_ar{ color:#fff; position:absolute; left:0; right:0; bottom:0; }
.w-accor1 li .dec_ar{ padding:10px 20px;}
.w-accor1 li .acr_p{height:0; overflow:hidden; line-height:1.5; margin:0; transform:translateY(100%); -webkit-transform:translateY(100%); opacity:0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); transition:all 0.5s; -webkit-transition:all 0.5s;}
.w-accor1 li.cur .acr_p{height:30px; margin-top:0.5em; margin-bottom:0.5em;transform:translateY(0); -webkit-transform:translateY(0); opacity:1;*filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);}
.w-accor1 li.cur h3{margin-bottom: 0;}
@media (max-width:960px){
	.w-accor h3{ font-size:110%;}
	.w-accor .acr_p{ font-size:90%;}
	.w-accor1 li .acr_p,.w-accor2 li .acr_p{ display:none;}
}





.in-fg{
    background: url(../img/fg.jpg) no-repeat center;
    padding:120px 0;
    text-align: center;
}
.in-fg>h3{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}
.in-fg>p{
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}


/* in-news */
.in-news{
    padding: 80px 0;
}
.in-news ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.in-news ul>li{
    width: 23%;
}
.in-news ul>li:hover{
    box-shadow: 0 0 12px -2px #ccc;
}
.in-news-img{
    position: relative;
}
.in-news-img>div{
    position: absolute;
    left: 15px;
    top: 15px;
}
.in-news-img>div>span{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    display: block;
}
.in-news-img>div>small{
    font-size: 16px;
    color: #fff;
}

.in-news-text{
    padding: 20px 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-news ul>li:hover .in-news-text{
    padding: 20px 15px;
}
.in-news-text>h3{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis;
}
.in-news-text>p{
    font-size: 14px;
    color: #666;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 15px 0;
}
.in-news-text>h4{
    font-size: 16px;
    color: #000;
}
 
/* footer */
.in-footer{
    background: #15161a;
}
.in-footer ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
}
.in-footer ul>li{
    padding: 20px 0 10px;
}
.in-footer ul>li>a{
    font-size: 14px;
    color: #fff;
    padding: 0 60px;
    border-right: solid 1px #fff;
}
.in-footer ul>li:last-of-type>a{
    border-right: none;
}
.in-foot-logo{

    width: 150px;
    margin: 30px auto;
}
.in-foot-contact{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.in-foot-contact>p{
    font-size: 16px;
    color: #fff;
    padding: 0 50px;
}
.in-foot-ewm{
    text-align: center;
    margin: 30px 0;
}
.in-foot-ewm>img{
    width: 100px;
    margin: 0 auto;
}
.in-foot-ewm>p{
    font-size: 16px;
    color: #fff;
    padding: 5px 0;
}
.in-foot{
    width: 100%;
    text-align: center;
}
.in-foot p{
    font-size: 16px;
    color: #fff;
    padding: 0 0 30px;
}

@media all and (max-width:1440px) and (min-width:968px) {
    .container{
        width: 100%;
    }
    .Box .content{
        width: 1100px;
    }
    .in-about-right{
        padding-top: 0;
    }
    .in-about-right>h1{
        margin: 5px 0;
    }
    .in-about-right>p{
        line-height: 26px;
        margin-top: 0;
        font-size: 14px;
    }
    .parBd{
        margin-top: 24px !important;
    }
    .navbar-nav>li>a{
        padding: 25PX 0;
    }
    
}
@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;
        padding-top: 10px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 69px;
        width: 100%;
        margin: 0;
        background: #fff;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        display: inline-block;
        width: 100%;
        padding: 15px 30px;
    }
    .in-language{
        margin: 20px 30px;
    }
    .in-ianguage-nav{
        display: block;
        top: 38px;
        left: 0;
        width: 40%;
    }
    .carousel{
        padding-top: 70px;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 1px);
    }
    .in-product{
        padding: 20px 0;
    }
    .in-about-left,.in-about-right{
        width: 100%;
    }
    .in-about-right>p{
        padding: 0 15px;
        text-align: justify;
    }
    .in-about-icon{
        left: 0 !important;
    }
    .event_box .parHd{
        padding-left: 200px;
    }
    .in-news ul>li{
        width: 100%;
    }
    .in-footer ul>li{
        padding: 10px 0;
    }
    .in-footer ul>li>a{
        padding: 0 18px;
        border-right: none;
    }
    .in-fg>h3{
        padding: 0 15px;
    }
    .in-foot-contact>p{
        padding: 0 10px;
        text-align: center;
    }
    
}