* {
    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: relative;
    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;
}
.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: 220px;
    height: auto;
}
.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.navbar-nav>li{
    position: relative;
}
.navbar-nav>li>a {
    color: #000;
    transition: .5s;
    font-size: 16px;
    padding: 17px 20px;
    display: inline-block;
}
.navbar-nav>li.active>a{
    background: #faac10;
    color: #fff;
}
.navbar-nav>li>a:hover{
    background: #faac10;
    color: #fff;
}
.navbar i {
    display: none;
}

.top-right {
    display: none;
}

#ip-img-preview{
    width: 60%;
}
/* 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;

}

.title{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.title h3{
    font-size: 60px;
    color: #faac10;
    font-weight: bold;
    margin: 0;
}
.title h3>small{
    font-size: 26px;
    color: #4b4b4b;
    font-weight: bold;
    border: solid 4px #d5d3d4;
    padding: 20px 5px 40px;
}
.title p{
    padding-left: 22px;
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
}
.title p>i{
    font-size: 16px;
    padding-left: 10px;
    color: #faac10;
}
.title a{
    float: right;
    font-size: 14px;
    display: inline-block;
    padding: 2px 10px;
    border: solid 1px #faac10;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
/* product */
.in-product-show{
    background-size: cover;
    padding: 60px 0;
}
.Box {
    position: relative;
}

.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: 260px;
    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: 240px;
    transition: all 0.5s;
    border: solid 1px #ccc;
    background: #fff;
}

.Box .Box_con .conbox ul li p {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.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;
}



.project{
    padding: 40px 0;
}
.project>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.project-img{
    width: 48%;
}
.project-right{
    width: 48%;
}
.ject-title{
    display: flex;
    flex-flow:row wrap;
    align-items: center;
}
.ject-title>h4{
    font-size: 26px;
    color: #faac10;
    font-weight: bold;
    text-align: center;border: solid 1px #faac10;
    padding: 20px 8px;
}
.ject-title>h3{
    font-size: 34px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 20px;
}
.ject-title>h3>small{
    font-size: 20px;
    color: #666;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}
.project-right>p{
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    line-height: 30px;
}
.project-right>a{
    display: inline-block;
    padding: 0 30px;
    background: #faac10;
    margin-top: 20px;
}
.project-right>a>i{
    font-size: 30px;
    color: #fff;
}




.fg{
    background: url(../img/fg.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 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: 24%;
    text-align: center;
    padding: 30px 0;
}

.numCount li .item {
    margin: 0 10px;
    border-left: 1px solid #ccc;
}

.numCount li:first-of-type .item {
    border-left: none;
}

.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #fff;
}
.indc{
    color: #fff;
}
.numCount li .numU sup {
    vertical-align: top;
}

.numCount li .numU sub {
    vertical-align: baseline;
}

@media (max-width:800px) {
    .numCount li .numCX {
        font-size: 36px;
    }
}

@media (max-width:480px) {
    .numCount {
        font-size: 0.5vw;
    }
}






.in-about{
    padding: 80px 0;
    background: url(../img/about-bg.jpg) no-repeat;
}
.in-ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-ab-left{
    width: 47%;
}
.in-ab-left h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    border-left: 2px solid #faac10;
    margin: 0;
    padding-left: 10px;
}
.in-ab-left h3>small{
    font-size: 18px;
    color: #faac10;
}
.in-ab-left h3>p{
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.in-ab-left>p{
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
    color: #555;
}
.in-ab-left a{
    display: inline-block;
    padding: 5px 20px;
    background: #faac10;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.in-ab-right{
    width: 51%;
    position: relative;
}
.in-ab-right-bg{
    position: absolute;
    right: -10px;
    top: -10px;
    background: #faac10;
    width: 90%;
    height: 98%;
    z-index: -1;
}



.in-about ul{
    margin-top: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.in-about ul>li{
    width: 33%;
    background: #2c51bb;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 30px;
}
.in-about ul>li:nth-of-type(2){
    background: #faac10;
}

.in-ab-pic{
    width: 15%;
}
.in-ab-pic>hr{
    width: 2px;
    height: 60%;
    margin: 15px auto 0;
    border: none;
    background: #fff;
}

.in-ab-text{
    width: 80%;
}
.in-ab-text>h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
}
.in-ab-text>p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}







.in-news .title h3{
    color: #f7bc18;
}
.in-news .title h3>small{
    color: #fff;
    border: solid 4px #2b5ac4;
}
.in-news .title p{
    padding-left: 14px;
    color: #fff;
}
.in-news .title p>i{
    color: #fff;
}
.in-news{
    padding: 80px 0;
    background: url(../img/news-bg.jpg) no-repeat center;
    background-size: cover;
}

.in-news-con{
    padding: 40px 50px;
    background: #fff;
    margin-top: 50px;
}
.in-news-con ul>li{
    margin-bottom: 80px;
}
.in-news-con ul>li:last-of-type{
    margin-bottom: 0;
}
.in-news-con ul>li>a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    
}
.in-news-date{
    width: 7%;
}
.in-news-date>span{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.in-news-date>span>hr{
    width: 10px;
    height: 2px;
    background: #faac10;
    margin: 0;
    border: none;
    display: inline-block;
}
.in-news-date>small{
    display: block;
    font-size: 12px;
    color: #666;
}
.in-news-img{
    width: 20%;
}
.in-news-text{
    width: 54%;
    
}
.in-news-text>h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.in-news-text>span{
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding: 3px 0;
}
.in-news-text>p{
    font-size: 14px;
    color: #000;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
}
.in-news-btn{
    width: 10%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in-news-btn>p{
    padding: 5px 20px;
    border: solid 2px #aaa;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #aaa;
    font-weight: bold;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-news-con ul>li:hover .in-news-btn>p{
    background:-webkit-linear-gradient(left,#8596c4,#95bce5);
    border: solid 2px #95bce5;
    color: #fff;
}









/* footer */
.footer{
    background: #000;
    padding: 80px 0 0;
}
.footer .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.foot-left{
    width: 28%;
}
.foot-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 15px;
}
.foot-logo>a{
    display: inline-block;
    width: 180px;
}
.foot-left>p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.foot-left>ul{
    display: flex;
    flex-flow: row wrap;
}
.foot-left>ul>li{
    width: 20px;
    margin: 20px 10px 20px 0;
}
.foot-left>ul>li i{
    font-size: 16px;
    color: #fff;
}


.foot-ewm{
    width: 10%;
}
.foot-ewm>p{
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

.foot-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 50%;
    padding-left: 5%;
}
.foot-con>ul{
    padding: 0 20px;
    width: 30%;
}
.foot-con>ul>li{
    color: #fff;
    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: #fff;
}
.foot-con>ul>li>a{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.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: #fff;
    padding: 0;
    margin: 0;
}


@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .navbar-nav>li,.navbar-nav>li>a{
        width: 100%;
    }
    .navbar-header{
        width: 100%;
    }
    .Box .content{
        width: 100%;
    }
    .Box .Box_con .conbox ul li:first-child{
        margin-left: 20px;
    }
    .Box .Box_con{
        overflow: hidden;
    }
    .numCount li{
        width: 50%;
    }
    .indc{
        font-size: 16px;
    }
    .numCount li .numU .unitC{
        font-size: 16px;
    }
    .numCount li:nth-of-type(2n+1) .item{
        border-left:  none;
    }
    .in-ab-left,.in-ab-right{
        width: 100%;
        margin: 5px 0;
    }
    .in-news-date,.in-news-img,.in-news-text,.in-news-btn{
        width: 100%;
    }
    .foot-left{
        width: 100%;
    }
    .foot-ewm,.foot-con{
        display: none;
    }
    .foot{
        display: block;
        padding: 0 15px;
    }
}