* {
    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;
}
hr{
    border: none;
}
.container {
    width: 1270px;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: none;
}
input{
    border: none;
    outline: 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;
}
.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: 150px;
}
.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: 17px 0;
    display: inline-block;
}
.navbar-nav>li>hr{
    position: absolute;
    right: 0;
    margin: auto;
    top: 28px;
    width: 2px;
    height: 17px;
    background: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.navbar i {
    display: none;
}

.top-right {
    display: none;
}


/* search */
.navbar #form{
	background: #E1E1E1;
	display: block;
	border-radius: 20px;
    margin: 25px 0;
}
form input{
	background: #E1E1E1;
	line-height: 24px;
	border-radius: 20px;
	padding: 0 10px;
	width: 120px;
	
}
.searchbox_txt{
	font-size: 10px;
	color: #151515;
}
.searchbox_btn {
    background: url("../img/search1.png") no-repeat center center;
	cursor: pointer;
	float: right;
	line-height: 24px;
	text-align: center;
	width: 36px;
	background-size: 16px 16px;

}



/* banner */
.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;
    padding-top: 80px;
}
.title>h3{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.in-about .title>h3,.in-honor .title>h3{
    color: #fff !important;
}
.title>hr{
    width: 200px;
    height: 6px;
    background: #c40001;
    margin: 0 auto;
}
.title>p{
    font-size: 16px;
    color: #000;
    padding: 10px 0;
}
.in-about .title>p,.in-honor .title>p{
    color: #fff !important;
}
.title img{
    margin: 0 auto;
    width: 16px;
}
/* product */
.product {
    background-size: cover;
    margin-bottom: 80px;
}


.pro-show>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 50px 0;
}
.pro-show>ul>li{
    margin: 0 20px;
    background: #313131;
}
.pro-show>ul>li>a{
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
}

.in-pro-title{
    text-align: center;
    padding: 30px 15px;
    background: #d6757c;
}
.in-pro-title>h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.in-pro-title>h3>span{
    border-bottom: 3px solid #c40001;
}
.in-pro-title>p{
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
    text-transform: uppercase;
}
.in-pro-title>hr{
    width: 20px;
    height: 2px;
    background: #c40001;
    margin: 0 auto;
}

.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: 500px;
    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-about{
    background: #62656c;
}
.in-ab-con{
    text-align: center;
    margin-top: 30px;
    padding-bottom: 60px;
}
.in-ab-con>p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.in-ab-con>a{
    display: inline-block;
    padding: 5px 30px;
    background: #c40001;
    color: #fff;
    margin: 30px auto;
}




.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;
    padding: 0 8%;
}

.numCount li {
    width: 24%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #fff;
}

.numCount li .item {
    margin: 0 10px;
    
}

.numCount li:first-of-type{
    border-left: none;
}

.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: 100%;
    line-height: 1.3;
    margin-left: 0.3em;
    color: #fff;
}

.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: 16px;
    color: #fff;
}
.indc>span{
    font-size: 12px;
    color: #fff;
}
@media (max-width:800px) {
    .numCount li .numCX {
        font-size: 36px;
    }
}

@media (max-width:480px) {
    .numCount {
        font-size: 0.5vw;
    }
}



.in-ab-pic{
    box-shadow: 0 0 12px -2px #ccc;
    background: #fff;
    padding: 20px 30px;
    margin-top: -40px;
}
.in-ab-pic h4{
    text-align: center;
    margin-bottom: 20px;
}
.in-ab-pic h4>a{
    font-size: 16px;
    color: #aaa;
    display: inline-block;
    padding: 5px 5px;
    margin: 0 10px;
}
.in-ab-pic h4>a.cur{
    color: #c40001;
    border-bottom: 1px solid #000;
}
.in-ab-pic h4>small{
    width: 2px;
    height: 10px;
    background: #000;
    display: inline-block;
}
.in-ab-pic ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-ab-pic ul>li{
    width: 31%;
}


.in-news{
    padding: 50px 0;
}
.in-news>div.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news-img{
    width: 35%;
}
.in-news-right{
    width: 63%;
}
.in-news-right ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news-right ul>li{
    width: 48%;
    margin: 15px 0;
}
.in-news-right ul>li h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 15px 0;
}
.in-news-right ul>li p{
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.in-news-right ul>li h4{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: 15px;
}




.in-honor{
    background: url(../img/honor-bg.jpg) no-repeat center;
}
.in-honor>div.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.in-honor-img{
    width: 50%;
}
.in-honor-con{
    width: 45%;
}
.in-honor-con ul>li{
    background: #fff;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px;
    margin: 5px 0;
}
.in-honor-con ul>li hr{
    width: 16px;
    height: 3px;
    background: #000;
    margin: 0;
}
.in-honor-con ul>li span{
    display: inline-block;
    width: 15%;
}
.in-honor-con ul>li p{
    width: 60%;
}
.in-honor-a{
    text-align: center;
    width: 100%;
}
.in-honor-a>a{
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #000;
    background: #fff;
    margin: 50px auto;
}
/* footer */
.footer{
    background: #000;
    padding: 80px 0 0;
}
.footer .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.foot-left{
    width: 25%;
}
.foot-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 15px;
}
.foot-logo>a{
    display: inline-block;
}
.foot-logo span{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.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: #999;
}


.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: #999;
}
.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) {
    .navbar i{
        display: block;
        font-size: 30px;
        color: #000;
        padding: 15px 0;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 61px;
        background: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }
    .navbar #form{
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        width: 100%;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .numCount li{
        width: 50%;
    }
    .numCount li:nth-of-type(3){
        border-left: none;
    }
    .in-ab-pic ul>li{
        width: 100%;
        margin: 5px 0;
    }
    .in-news-img{
        width: 100%;
    }
    .in-news-right{
        width: 100%;
    }
    .in-honor{
        background: #666;
    }
    .in-honor-img{
        width: 100%;
    }
    .in-honor-con{
        width: 100%;
    }
    .foot-left{
        width: 100%;
    }
    .foot-con,.foot-ewm{
        display: none;
    }
    .footer .container{
        padding: 15px 15px;
    }
}