* {
    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: #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;
}

.in-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.navbar-brand {
    width: 200px;
    height: auto;
    padding: 0;
    text-align: center;
}
.navbar-brand:hover{
    color: #000;
}
.navbar-brand>span{
    font-size: 14px;font-weight: normal;color: #333;
    padding-top: 10px;
    display: inline-block;
}
.navbar-brand>span>b{
    color: #f8bf00;
}
.navbar-brand>small{
    font-size: 12px;
    padding-top: 10px;
    display: inline-block;
}
.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.navbar-nav>li{
    padding: 0 20px;
    position: relative;
}
.navbar-nav>li>a {
    color: #333;
    transition: .5s;
    font-size: 17px;
    padding: 26px 10px;
    display: inline-block;
}
.navbar-nav>li.active>a{
    border-bottom: 2px solid #0149ab;
    color: #0149ab;
    font-weight: bold;
}
.navbar>div>i {
    display: none;
}

.top-right {
    display: none;
}


/* search */
.search{
    margin-top: 23px;
    margin-left: 15px;
}
.search input{
    border: none;
    padding: 6px 15px;
    background: #426cda;
}
.search input::placeholder{
    font-size: 14px;
    padding: 8px 0;
    color: #fff;
}
.search button{
    background: #426cda;
    border: none;
    color: #fff;
    padding: 6px 15px;
    margin-left: -20px;
}



/* banner */
.carousel{
    padding-top: 76px;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}



/* case */
.in-product{
    padding: 40px 0 60px;
}
.in-pro-title{
    text-align: center;
    margin-bottom: 50px;
}
.in-pro-title>h3{
    font-size: 50px;
    color: #eee;
    font-weight: bold;
    position: relative;
    margin: 0;
    text-transform: uppercase;
}
.in-pro-title>h3>span{
    position: absolute;
    left: 0;
    top: 32px;
    font-size: 26px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    letter-spacing: 4px;
}
.in-pro-title>h3 strong{
    color: #03357a;
}
.in-pro-title>h4{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.in-pro-title>h4>hr{
    width: 40px;
    height: 2px;
    margin: 10px 5px;
    background: #03357a;
}

.Box {
    position: relative;
}

.Box .content {
    width: 1090px;
    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: 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: 344px;
    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: 16px;
    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-pro-btn{
    text-align: center;
}
.in-pro-btn>a{
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    background: #03357a;
    letter-spacing: 2px;
}





.in-about{
    background: url(../img/about-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 200px;
    max-height: 500px;
    margin: 60px 0;
}
.in-ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-ab-left{
    width: 50%;
}

.in-ab-right{
    width: 50%;
}
.in-ab-right>div{
    background: #fff;
    box-shadow: 0 0 15px -2px #ccc;
    margin-top: 80px;
    padding: 20px 20px;
}
.in-ab-right>div>h3{
    font-size: 26px;
    color: #023f90;
}
.in-ab-right>div>h3>small{
    font-size: 16px;
    color: #023f90;
}
.in-ab-right>div>p{
    font-size: 14px;
    line-height: 32px;
    color: #000;
}
.in-ab-right>a{
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    color: #fff;
    background: #03357a;
    float: right;
    margin-top: 50px;
}






.in-wrap{
    background: #03357a;
    margin-top: 300px;
}
.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;
    
    display: flex;
    align-items: center;
}

.numCount li:first-of-type{
    border-left: none;
}

.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 60px;
    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: 26px;
    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;
    }
}












.plant{
    text-align: center;
    margin-top: 100px;
}
.plant-con{
    background: #fff;
    margin-top: -40px;
    padding: 40px 0;
}



#certify {
	position: relative;
	width: 1270px;
	margin: 30px auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 600px;
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd; */
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #b61d22;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}






.in-news {
    padding-bottom: 80px;
}
.in-news-title{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.in-news-title>h3{
    font-size: 28px;
    color: #255095;
    font-weight: bold;
}
.in-news-title>h3>span{
    font-size: 20px;
    color: #000;
}
.in-news-title>h4>a{
    font-size: 16px;
    color: #000;
}
.in-news-title>h4>a>i{
    border: solid 1px #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 9px 10px;
    font-size: 12px;
    margin-left: 5px;
}
.in-news-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news-left{
    width: 48%;
}
.in-news-left>h3>a{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.in-news-left>p{
    font-size: 16px;
    color: #000;
}

.in-news-right{
    width: 48%;
}

.in-news-right>ul>li{
    margin-bottom: 44px;
}
.in-news-right>ul>li:last-of-type{
    margin-bottom: 0;
}

.in-news-right>ul>li>a{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-n-left{
    width: 16%;
}
.in-n-left>h2{
    font-size: 28px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.in-n-right{
    width: 82%;
}
.in-n-right>h3{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.in-n-right>p{
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}


/* footer */
.in-footer{
    background: #013e8f;
    margin-top: 80px;
}
.in-foot-logo{
    margin-top: -90px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.in-foot-logo>img{
    width: 140px;
    display: inline-block;
}
.foot-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 50px 0 60px;
}
.foot-nav{
    width: 27%;
    text-align: center;
}
.foot-nav1{
    width: 20%;
}
.foot-nav>h3{
    font-size: 20px;
    color: #fff;
}
.foot-nav>h3>small{
    color: #fff;
}
.foot-nav>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 20px;
}
.foot-nav>ul>li{
    display: inline-block;
    width: 30%;
}
.foot-nav1>ul>li{
    width: 48%;
}
.foot-nav>ul>li>a{
    color: #fff;
    padding: 5px 0;
    display: inline-block;
    font-size: 14px;
}

.foot-contact{
    width: 23%;
}
.foot-contact>h3{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    margin-left: 18%;
}
.foot-contact>h3>small{
    color: #fff;
}
.foot-contact>p{
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.foot-ewm{
    width: 10%;
}
.foot-ewm>img{
    width: 150px;
    margin: 0 auto;
}
.foot-ewm>h3{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    margin-left: 18%;
}
.foot-ewm>h3>small{
    color: #fff;
}

.in-foot{
    
    width: 100%;
    background: #013e8f;
    z-index: 999;
}
.in-foot>div{
    border-top: 1px solid #ccc;
}
.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:769px) {
    .in-about-right{
        padding: 80px 8% 0;
    }
}
@media all and (max-width:768px) {
    .navbar>div>i{
        display: block;
        font-size: 30px;
        padding-top: 10px;
        color: #000;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 70px;
        background: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        width: 100%;
    }
    .carousel{
        padding-top: 0;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .Box .content{
        width: 100%;
    }
    .in-about{
        padding-top: 20px;
    }
    .in-ab-left,.in-ab-right{
        width: 100%;
    }
    .in-ab-right>div{
        margin-top: 10px;
    }
    .numCount ul{
        padding: 0 3%;
    }
    .numCount li{
        width: 49%;
        border-left:none;
        border-bottom: 2px solid #fff;
        padding: 15px 0;
    }
    .numCount li .item{
        display: block;
    }
    .indc>p{
        font-size: 20px;
    }
    .indc{
        margin-left: 0;
    }
    .indc>span{
        font-size: 13px;
        display: inline-block;
    }
    .in-wrap{
        margin-top: 420px;
    }
    .in-pro-title>h3{
        font-size: 28px;
    }
    .in-pro-title>h4>hr{
        margin: 25px 5px 0;
    }
    #certify{
        width: 100%;
    }
    .in-news-left,.in-news-right,.in-n-left,.in-n-right{
        width: 100%;
    }
    .in-news-right{
        margin-top: 20px;
    }
    .foot-nav{
        display: none;
    }
    .foot-contact{
        width: 100%;
    }
    .foot-contact>h3{
        margin-left: 0;
    }
    .foot-ewm{
        display: none;
    }
}