* {
    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
}
hr{
    border: none;
    margin: 0;
}
input {
    outline: none
}
img{
    width: 100%;
    display: block;
}
.container {
    width: 1330px;
    margin: 0 auto;
}
.container::before,.container::after{
    display: none;
}
body,
html {
    background: #fff;
    box-sizing: border-box;
}



a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}




/*导航*/
.navbar {
    transition: 1s;
    left: 0;
    right: 0;
    position: fixed;
    margin-bottom: 0;
    z-index: 9999;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 0 5%;
}
.navbar>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.in-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.navbar-brand {
    display: inline-block;
    padding: 0 0 5px;
    width: 200px;
    height: auto;
}
.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.navbar-nav>li{
    padding: 0 30px;
    position: relative;
}
.navbar-nav>li>a {
    color: #000;
    transition: .5s;
    font-size: 16px;
    padding: 22px 0;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-nav>li hr{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 13px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.navbar-nav>li hr{
    background: #f08519;
}
.navbar-nav>li:hover hr {
    width: 30px;
}

.navbar-nav>li.active hr {
    width: 30px;
}

.navbar-search{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
}
.navbar-search>hr{
    width: 2px;
    height: 10px;
    background: #000;
    border: none;
    margin: 0;
}
.navbar-search>a{
    font-size: 16px;
    color: #000;
    margin: 0 10px;
}





.navbar>div>i {
    display: none;
}


/* banner */
.carousel{
    padding-top: 66px;
}
.carousel-control.left,.carousel-control.right{
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span{
    font-size: 60px;
    color: #fff;
    
}



.title{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 30px;
}
.title-img{
    width: 40px;
    padding-top: 12px;
}
.title>h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    padding-left: 15px;
}

/* in-about */
.in-about-text>p{
    padding: 0 120px;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.in-wrap{
    margin: 50px 0;
}
.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: 33.3%;
    text-align: center;
}

.numCount li .item {
    margin: 0 ;
}

.numCount li:first-of-type{
    border-left: none;
}

.numCount li .numU {
    line-height: 1.3;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.numCount li .numCX {
    font-size: 50px;
    color: #000;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: 16px;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #000;
}

.numCount li .numU sup {
    vertical-align: top;
}

.numCount li .numU sub {
    vertical-align: baseline;
    bottom: 0;
}
.indc{
    padding-left: 15px;
    padding-top: 0px;
}
.indc>p{
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
}
@media (max-width:800px) {
    .numCount li .numCX {
        font-size: 30px;
    }
}

@media (max-width:480px) {
    .numCount {
        font-size: 0.5vw;
    }
}



/* in-product */
.in-product{
    background: url(../img/pro-bg.jpg) no-repeat center;
    padding-bottom: 40px;
}
.in-pro-title{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.in-pro-title>a{
    display: inline-block;
    width: 180px;
    padding: 3px 15px;
    border: solid 1px #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 20px 20px;
    text-align: center;
}
.pro-cur{
    color: #fff;
    background: #2e7dc2;
    border: solid 1px #2e7dc2 !important;
}
.in-pro-title>a:hover{
    color: #fff;
    background: #2e7dc2;
    border: solid 1px #2e7dc2;
}

.in-product ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 40px 0;
}
.in-product ul>li{
    width: 19%;
    box-shadow:  0 0 12px -2px #ccc;
    padding: 40px 20px;
    background: #fff;
}
.in-product ul>li h3{
    font-size: 18px;
    color: #000;
    margin: 0;
}
.in-product ul>li hr{
    width: 20px;
    height: 3px;
    background: #2e7dc2;
    margin-top: 10px;
    border: none;
}
.in-pro-img img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product ul>li:hover img{
    transform: scale(.95);
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
}
.in-product ul>li i{
    border: solid 1px #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 5px;
    font-size: 20px;
    color: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product ul>li:hover i{
    background: #2e7dc2;
    color: #fff;
    border: solid 1px #2e7dc2;
}






/* in-culture */
.in-culture-img{
    position: relative;
}
.in-culture ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.in-culture ul>li{
    width: 20%;
    border-right: solid 1px #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.in-culture ul>li:last-of-type{
    border-right: none;
}

.in-cu-con img{
    width: 70px;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-culture ul>li:hover .in-cu-con img{
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}
.in-cu-con p{
    font-size: 20px;
    color: #fff;
    padding: 20px 0;
    font-weight: bold;
    letter-spacing: 2px;
}


.in-cu-text{
    position: relative;
}
.in-cu-box{
    /* position: absolute; */
    left: 0;
    top: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    
}
.in-cu-img{
    width: 50%;
}
.in-cu-box-text{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 100px;
    box-shadow:  0px 0px 12px -2px #ccc;
}
.in-cu-box-text h3{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.in-cu-box-text p{
    font-size: 16px;
    color: #333;
    margin: 40px 0;
}
.in-cu-box-text a{
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
    background: #f08519;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 30px;
}






/* in-news */
.in-news>.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 30px auto;
}

.in-news-con{
    width: 48%;
    border: solid 1px #333;
    padding: 20px;
}
.in-news-con h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
}
.in-news-con p{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.in-news-con h4{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news-con h4>span{
    font-size: 14px;
    color: #666;
    margin-top: 40px;
}



.in-news-text{
    margin: 40px 0;
    width: 48%;
}
.in-news-text>h3{
    font-size: 18px;
    color: #000;
    position: relative;
    padding-left: 20px;
}
.in-news-text>h3>hr{
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #2e7dc2;
}
.in-news-text>h3>small{
    position: absolute;
    top: 6px;
    left: 3px;
    border-top: 3px solid transparent;
    border-left: 3px solid #2e7dc2;
    border-bottom: 3px solid transparent;
}
.in-news-text ul{
    margin-top: 30px;
}
.in-news-text ul>li{
    border-bottom: 1px solid #2e7dc2;
    padding: 20px 0;
    
}
.in-news-text ul>li>a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news-date{
    width: 12%;
    background: #2e7dc2;
    text-align: center;
    padding: 10px 0;
}
.in-news-date>span{
    font-size: 20px;
    color: #fff;
    display: block;
}
.in-news-date>small{
    font-size: 14px;
    color: #fff;
}
.in-news-title{
    width: 83%;
}
.in-news-title>h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.in-news-title>p{
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display:-webkit-box;
    -webkit-box-orient:vertical;
}






.in-foot-top{
    background: url(../img/foot-bg.jpg) no-repeat center;
    border-bottom: 1px solid #494949;
}
.in-foot-top ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0;
}
.in-foot-top ul>li{
    width: 33.333333%;
    border-right: solid 1px #494949;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}
.in-foot-top ul>li:last-of-type{
    border-right: none;
}
.in-foot-top ul>li:hover{
    background: #494949;
}
.in-foot-top ul>li img{
    width: 20px;
    margin: 0 auto;
}
.in-foot-top ul>li p{
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}


/* footer */
.in-footer{
    background: url(../img/foot-bg.jpg) no-repeat center;
}

.in-foot-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 60px 0;
}
.in-foot-con .in-foot-ul{
    width: 13%;
}
.in-foot-con ul>li{
    position: relative;
}
.in-foot-con .in-foot-ul>li{
    line-height: 26px;
    list-style: square;
    margin-left: 20px;
    color: #2e7dc2;
}
.in-foot-con ul>li:first-of-type{
    margin-bottom: 20px;
    list-style: none;
    margin-left: 0;
}
.in-foot-con ul>li>h3{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 15px 0;
    border-bottom: 2px solid #fff;
}
.in-foot-con ul>li>hr{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #2e7dc2;
    border: none;
    margin: 0;
}
.in-foot-con .in-foot-ul>li>a{
    font-size: 14px;
    color: #fff;
}
.in-foot-con .in-foot-add{
    width: 30%;
}
.in-foot-con .in-foot-add>li{
    display: flex;
    align-items: flex-start;
    line-height: 40px;
}
.in-foot-con .in-foot-add>li img{
    width: 30px;
    padding-top: 4px;
}
.in-foot-con .in-foot-add>li span{
    font-size: 14px;
    color: #fff;
}

.in-foot-ewm{
    width: 10%;
}
.in-foot-ewm img{
    width: 100px;
    margin-top: 20px;
}




.in-foot{
    width: 100%;
    z-index: 999;
}
.in-foot>.container{
    border-top: 1px solid #494949;
}
.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:768px) {
    .container{
        width: 100%;
    }
}
@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 59px;
        background: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }
    .navbar-nav>li,.navbar-nav>li>a{
        width: 100%;
    }
    .navbar-nav>li hr{
        display: none;
    }
    .carousel{
        padding-top: 60px;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 10px);
    }
    .title{
        padding: 20px 0;
    }
    .in-about-text>p{
        padding: 0 15px;
        text-align: left;
    }
    .in-wrap{
        margin: 0;
    }
    .numCount li{
        width: 100%;
        margin-bottom: 20px;
    }
    .numCount li .numU{
        margin: 0;
        padding: 0;
    }
    .in-product ul>li{
        width: 49%;
        margin: 5px 0;
    }
    .in-cu-con img{
        width: 40px;
    }
    .in-cu-con p {
        font-size: 14px;
        padding: 4px 15px;
        display: none;
    }
    .in-cu-img,.in-cu-box-text{
        width: 100%;
    }
    .in-culture ul>li:hover .in-cu-con img{
        transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px);
}
    .in-cu-box-text{
        padding: 10px 15px;
    }
    .in-cu-box-text p{
        margin: 15px 0;
    }
    .in-cu-box-text a{
        margin: 10px 0;
    }
    .in-news-con{
        width: 100%;
    }
    .in-news-text{
        width: 100%;
        margin: 20px 0;
    }
    .in-news-date{
        width: 20%;
    }
    .in-news-title{
        width: 78%;
    }
    .in-contact{
        display: none;
    }
    .in-foot-top ul>li{
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #494949;
    }
    .in-foot-con .in-foot-add{
        width: 100%;
    }
    .in-foot-con .in-foot-ul,.in-foot-ewm{
        display: none;
    }
    .in-foot a{
        display: block;
    }
}