* {
    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: 170px;
    height: auto;
    padding: 10px 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 10px;
    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 #c90c13;
    color: #c90c13;
    font-weight: bold;
}

.in-language{
    position: relative;
    padding: 23px 0 20px;
}
.in-language .lang {
    color: #000;
    font-size: 14px;
    margin-top: 8px;
}
.in-language>p{
    font-size: 16px;
    color: #000;
    padding: 2px 15px;
    border: solid 1px #000;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
}
.in-ianguage-nav{
    position: absolute;
    left: 0;
    top: 60px;
    background: #fff;
    
    display: none;
}
.in-ianguage-nav>a{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 5px 15px;
}
.in-ianguage-nav>a:hover{
    background: #c90c13;
    color: #fff;
}
.navbar>div>i {
    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;

}



.title{
    padding: 45px 0;
    text-align: center;
}
.title>h3{
    font-size: 30px;
    color: #000;
    margin: 0 0 5px;
}
.title1>h3{
    font-size: 30px;
    color: #fff;
    margin: 0 0 5px;
}
.title-hr>hr{
    border: none;
    width: 100px;
    height: 2px;
    display: inline-block;
    background: #000;
    margin: 4px 0;
}
.title1-hr>hr{
    border: none;
    width: 100px;
    height: 2px;
    display: inline-block;
    background: #fff;
    margin: 4px 0;
}
.title-hr>img{
    width: 50px;
    display: inline-block;
    padding: 5px 15px;
}




.in-fg{
    background: url(../img/mkbj.jpg) no-repeat center;
    padding: 120px 0;
}
.in-fg ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-fg ul>li{
    width: 28%;
    position: relative;
    padding: 38px;
}
.in-fg-con{
   
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.in-fg-con span{
    font-size: 24px;
    color: #fff;
}
.in-fg-con p{
    font-size: 26px;
    color: #000000;
    margin-top: 30px;
}




.in-product{
    background: url(../img/product-bg.jpg) no-repeat center;
    margin: 0 80px;
}
.in-product ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-product ul>li{
    width: 12.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #fff;
    padding: 200px 0;
    text-align: center;
}
.in-product ul>li:hover{
    background: rgba(0,0,0,.5);
}
.in-product ul>li:last-of-type{
    border-right: none;
}

.in-product ul>li i{
    font-size: 24px;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0px 8px 3px 11px;
    margin-top: 100px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product ul>li p{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 100px;
}
.in-product ul>li:hover i{
    background: #fff;
    color: #000;
}
.in-pro-btn{
    text-align: center;
    margin-top: 40px;
}
.in-pro-btn>a{
    display: inline-block;
    padding: 5px 20px;
    background: #c90c13;
    color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}





.in-about{
    background: url(../img/zjhy.jpg) no-repeat center;
    padding: 40px 0 150px;
    margin-top: 40px;
}
.in-about-con{
    text-align: center;
}
.in-about-con>p{
    font-size: 16px;
    color: #fff;
    line-height: 36px;
}
.in-about-con>a{
    display: inline-block;
    padding: 5px 30px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 40px;
}


.in-wrap{
    margin-top: 80px;
}
.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;
}

.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: 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: 14px;
    color: #fff;
}
.indc>span{
    font-size: 12px;
    color: #fff;
}
@media (max-width:800px) {
    .numCount li .numCX {
        font-size: 30px;
    }
}

@media (max-width:480px) {
    .numCount {
        font-size: 0.5vw;
    }
}





.plant{
    text-align: center;
}

.plant>.container{
    margin-top: -50px;
}

.in-pro-title>h3>a{
    color: #000;
    padding: 0 10px;
    font-size: 16px;
}
.in-pro-title>h3>a.plant-cut{
    font-size: 20px;
    color: #c90c13;
}
.plant-con{
    background: #fff;
    margin-top: -50px;
    padding: 55px 0;
}



#certify {
	position: relative;
	width: 1240px;
	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-innovate{
    background: url(../img/qycx-bg.jpg) no-repeat center;
    padding: 60px 0 140px;
}

.in-innovate ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    
}
.in-innovate ul>li{
    width: 25%;
    background: rgba(0,0,0,.5);
    padding: 20px 20px;
    text-align: center;
    position: relative;
}
.in-innovate-img{
    padding: 60px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-innovate ul>li:hover .in-innovate-img{
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}
.in-innovate ul>li p{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
}
.in-innovate ul>li hr{
    position: absolute;
    right: 0;
    top: 23%;
    width: 2px;
    height: 100px;
    background: #666;
    border: none;
}





.in-news {
    background: url(../img/news-bg.jpg) no-repeat center;
    padding: 60px 0;
}

.in-news-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news-left{
    width: 48%;
    position: relative;
}
.in-news-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 52px;
    background: rgba(0,0,0,.5);
    padding: 5px 10px;
}
.in-news-text>span{
    font-size: 14px;
    color: #ccc;
}
.in-news-text>h3{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.in-news-right{
    width: 47%;
    margin: 20px 0;
}

.in-news-right>ul>li{
    margin-bottom: 70px;
}
.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: 8%;
}
.in-n-left>h2{
    font-size: 51px;
    color: #000;
    margin: 0;
}
.in-n-right{
    width: 86%;
}
.in-n-right>span{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    color: #000;
    margin-bottom: 10px;
}
.in-n-right>span>hr{
    width: 40px;
    height: 2px;
    background: #000;
    border: none;
    margin: 0 10px 0 0;
}
.in-n-right>h3{
    font-size: 18px;
    color: #000;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.in-news-btn{
    text-align: center;
    width: 100%;
    margin-top: 40px;
}
.in-news-btn>a{
    display: inline-block;
    padding: 5px 30px;
    border: solid 1px #000;
    color: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-news-btn>a:hover{
    border: solid 1px #c90c13;
    background: #c90c13;
    color: #fff;
}
/* footer */
.in-footer{
    background: url(../img/foot-bg.jpg) no-repeat center;
    padding: 80px 0 0;
}
.in-footer-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-footer-left{
    width: 40%;
}
.in-footer-left>h1{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.in-footer-left>h4{
    font-size: 18px;
    color: #fff;
    margin: 30px 0 15px;
}

.in-footer-left>h4>span{
    border-bottom: 1px solid #fff;
}
.in-footer-left>p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.ny-ditu{
    margin-top: 20px;
}
.in-footer-right{
    width: 60%;
}
.ny-message{
    background: rgba(255,255,255,.5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 43px 40px;
}
.ny-message h2{
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-transform:uppercase;
    margin: 0 0 20px 0;
}
.ny-message form{
    margin: 0 auto;
    padding: 0 0;
    text-align: center;
}
 
  .online input {
    width: 49%;
    height: 40px;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px;
    background:#fff;
    margin: 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
  .online .mess {
    width: 98.6%;
    border: 1px solid #dadada;
    color: #4e4e4e;
    font-size: 16px;
    line-height: 28px;
    text-indent: 10px; resize:none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-top: 15px;
    height: 100px;
    margin-top: 10px;
  }
  .online .mess:focus-visible{
    outline: none;
  }
  .online .submit{
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #333;
    padding: 5px 40px;
    display: inline-block;
    margin-top: 30px;
}




.in-foot{
    width: 100%;
    z-index: 999;
    margin-top: 60px;
}
.in-foot>div{
    border-top: 1px solid #ccc;
}
.in-foot p{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 30px 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) {}