* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}
p{
    font-size: 14px;
    margin: 0;
}
ul,
li {
    list-style: none;
    margin: 0;
}

.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;
    width:100%; height:100%;
    box-sizing: border-box;
}

body {
    font-family:"微软雅黑",microsoft yahei;
    
}

.section-wrap{ width:100%;height:100%;overflow:visible;transition:transform 1s cubic-bezier(0.86,0,0.03,1);-webkit-transition:-webkit-transform 1s cubic-bezier(0.86,0,0.03,1);}

		.section-wrap .section{ position:relative; width:100%; height:100%; background-position:center center; background-repeat:no-repeat;}

		

		
		.section-wrap .section-1{ background-color:#337ab7}

		.section-wrap .section-2{ background-color:#fff}

		.section-wrap .section-3{ background-color:#f5f5f5}

		.section-wrap .section-4{ background-color:#f5f5f5}

		/* .section-wrap .section-5{ background:url(../img/adv-bg.jpg) no-repeat center;} */

		.put-section-0{ transform:translateY(0);-webkit-transform:translateY(0);}

		.put-section-1{ transform:translateY(-100%);-webkit-transform:translateY(-100%);}

		.put-section-2{ transform:translateY(-200%);-webkit-transform:translateY(-200%);}

		.put-section-3{ transform:translateY(-300%);-webkit-transform:translateY(-300%);}

		.put-section-4{ transform:translateY(-400%);-webkit-transform:translateY(-400%);}

		.put-section-5{ transform:translateY(-500%); -webkit-transform:translateY(-500%); -moz-transform:translateY(-500%); -ms-transform:translateY(-500%); -o-transform:translateY(-500%); }

		.put-section-6{ transform:translateY(-600%); -webkit-transform:translateY(-600%); -moz-transform:translateY(-600%); -ms-transform:translateY(-600%); -o-transform:translateY(-600%); }
		.section-btn{ width:14px;position:fixed;right:4%;top:50%;}

		.section-btn li{ width:14px;height:14px;cursor:pointer;text-indent:-9999px;border-radius:50%;-webkit-border-radius:50%;margin-bottom:12px; background:#BD362F;text-align:center; color:#fff; cursor: pointer;}

		.section-btn li.on{ background:#fff}

		.arrow{ opacity:1;animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;transform:rotate(-90deg);-webkit-transform:rotate(-90deg); position:absolute;bottom:10px;left:50%;margin-left:-35px;width:66px;height:60px;border-radius:100%;-webkit-border-radius:100%;line-height:60px;text-align:center;font-size:30px;color:#fff;border:1px solid #fff;cursor:pointer;overflow:hidden;padding-bottom: 66px;}

		.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}

		@keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }

		@-webkit-keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }


        .element{
            opacity: 0;
            position: relative;
            transition: all .6s cubic-bezier(0.42,0,0,0);
            -webkit-transition: all .6s cubic-bezier(0.42,0,0,0);
            -moz-transition: all .6s cubic-bezier(0.42,0,0,0);
            -ms-transition: all .6s cubic-bezier(0.42,0,0,0);
            -o-transition: all .6s cubic-bezier(0.42,0,0,0);
            z-index: 0;
}
        .element-top{
            transform: translateY(-100px);
            -webkit-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            -o-transform: translateY(-100px);
        }
        .element-down{
            transform: translateY(200px);
            -webkit-transform: translateY(200px);
            -moz-transform: translateY(200px);
            -ms-transform: translateY(200px);
            -o-transform: translateY(200px);
}
        .element-left{
            transform: translateX(100px);
            -webkit-transform: translateX(100px);
            -moz-transform: translateX(100px);
            -ms-transform: translateX(100px);
            -o-transform: translateX(100px);
        }
        .element-right{
            transform: translateX(-100px);
            -webkit-transform: translateX(-100px);
            -moz-transform: translateX(-100px);
            -ms-transform: translateX(-100px);
            -o-transform: translateX(-100px);
        }
        .element.visible {
            opacity: 1;
            transform: translateY(0);
            z-index: 10;
            position: relative;
          }
          
          /* 不同元素不同延迟 */
          .element-1 { transition-delay: 0.2s; }
          .element-2 { transition-delay: 0.6s; }
          .element-3 { transition-delay: 0.8s; }
          .element-4 { transition-delay: 1s; }
          .element-5 { transition-delay: 1.4s; }


/*导航*/
.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;
}

.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>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: 15px 10px;
    position: relative;
}
.navbar-nav>li>a {
    color: #333;
    transition: .5s;
    font-size: 17px;
    padding: 15px 10px;
    display: inline-block;
}
.navbar-nav>li.active>a{
    border-bottom: 2px solid #c90c13;
    color: #c90c13;
    font-weight: bold;
}

.in-tel{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0;
}
.in-tel-img{
    width: 20px;
    padding-top: 3px;
    margin-right: 10px;
}
.in-tel h3{
    font-size: 20px;
    font-weight: bold;
    color: #c90c13;
    margin: 0;
}
.in-tel p{
    font-size: 14px;
    color: #aaa;
}






.navbar>div>i {
    display: none;
}

.navbar-search{
    cursor: pointer;
    line-height: 80px;
}
.navbar-search>i{
    font-size: 18px;
    color: #33861e;
}
.navbar-search>span{
    font-size: 16px;
    text-transform: uppercase;
    color: #33861e;
    font-weight: bold;
    padding-left: 3px;
}

.navbar form{
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    width: 50%;
    background: #fff;
    padding: 100px 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: none;
}
.navbar input{
    width: 95%;
    height: 50px;
    border: solid 1px #ccc;
    padding: 2px 20px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.navbar input::placeholder{
    font-size: 12px;
}
.navbar button{
    width: 50px;
    height: 50px;
    background: #33861e;
    border: none;
    color: #fff;
    margin-left: -50px;
    border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    -moz-border-radius: 0 50px 50px 0;
    -ms-border-radius: 0 50px 50px 0;
    -o-border-radius: 0 50px 50px 0;
}
.navbar button>i{
    font-size: 18px;
}
.navbar form>i{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #33861e;
    width: 30px;
    line-height: 44px;
    cursor: pointer;
}



.carousel{
    height: 100%;
}
.carousel-control.left,.carousel-control.right{
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span{
    font-size: 60px;
    color: #fff;
    
}
.carousel-inner,.carousel-inner .item,.carousel-inner .item img{
    height: 100% !important;
}





/* product */

.title{
    padding: 20px 0;
    text-align: center;
}
.title>h3{
    font-size: 30px;
    color: #000;
    margin: 0 0 5px;
}
.title>p{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.title-hr{
    margin: 20px 0;
}
.title-hr>hr{
    border: none;
    width: 240px;
    height: 2px;
    display: inline-block;
    background: #ccc;
    margin: 4px 0;
}
.title-hr>span{
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #33861e;
    margin: 0 10px;
}
.in-pro{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in-product-nav ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.in-product-nav ul>li{
    margin: 15px 10px 0 0;
}
.in-product-nav ul>li>a{
    display: inline-block;
    padding: 5px 20px;
    border: solid 1px #000;
    color: #000;
    font-size: 16px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product-nav ul>li>a:hover{
    background: #33861e;
    color: #fff;
}

.in-product ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-product ul>li{
    width: 19%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 0 12px -2px #ddd;
    margin: 15px 0;
}
.in-product ul>li img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    
}
.in-product 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);
}
.in-fg-con{
    margin-bottom: 30px;
}
.in-product ul>li p{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.in-product ul>li span{
    font-size: 16px;
    color: #000;
}




/* core */
.in-core{
    background: url(../img/core.jpg) no-repeat center;
    position: relative;
    background-size: cover;
    height: 100%;
    padding: 100px 0 0;
}
.in-core .title>h3{
    color: #fff;
}
.in-core .title>p{
    color: #fff;
}
.in-core ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-core ul>li{
    width: 24%;
    background: #fff;
    box-shadow: 0 0 12px -2px #ccc;
    padding: 20px 20px;
    margin: 15px 0;
    text-align: center;
}
.in-core-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.in-core ul>li h3{
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.in-core ul>li p{
    font-size: 16px;
    color: #000;
}
/* about */

.in-about{
    background: url(../img/about-bg.jpg) no-repeat center;
    position: relative;
    background-size: cover;
    height: 100%;
    padding: 100px 0 0;
}
.in-about .title>h3{
    color: #000;
}
.in-about .title>p{
    color: #000;
}
.in-about-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 0;
    display: none;
}
.in-about>.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.in-about-text{
    width: 100%;
    padding: 0;
}
.in-about-text>h3{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 30px 0;
    text-align: center;
}
.in-about-text>p{
    font-size: 14px;
    color: #000;
    line-height: 26px;
}
.in-about-btn{
    margin-top: 50px;
    text-align: center;
}
.in-about-btn>a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.in-about-btn>a>span{
    display: inline-block;
    padding: 5px 20px;
    background: #33861e;
    color: #fff;
}
.in-about-btn>a>small{
    display: inline-block;
    padding: 5px 10px;
    background: #000;
    color: #fff;
    font-size: 100%;
}

/*数据统计滚动*/
.product-number-info {
	position: relative;
	
}
.product-number-info ul {
    padding: 85px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.product-number-info ul.q:after {
	content: "";
	clear: both;
	display: table;
}
.product-number-info li {
	float: left;
	width: 25%;
	border-left: 1px solid #3c3c3c;
	color: #000;
    padding-top: 1px;
    text-align: center;
}
.product-number-info li:first-child {
	border: none;
}
.product-number-info li b {
	font-weight: 400;
	font-size: 36px;
	line-height: 1;
	display: inline-block;
	position: relative;
	margin: 15px 0 10px;
}
.product-number-info li b i {
	font-style: normal;
}
.product-number-info li b sup {
	position: absolute;
	font-size: 20px;
	right: -15px;
	top: -3px;
}
.product-number-info li b em {
	font-style: normal;
	font-size: 28px;
	font-weight: 100;
	padding-left: 2px;
	position: relative;
	top: -4px;
}
.product-number-info li p {
	font-size: 14px;
}
.product-number-info li.li-2 b, .product-number-info li.li-2 p {
	padding-left: 70px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
	padding-left: 70px;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
	padding-left: 70px;
}
.product-number-info li.li-4 b, .product-number-info li.li-4 p {
	padding-left: 78px;
}




/* news */

.in-news {
    background:url(../img/news-bg.jpg) no-repeat center;
    padding: 60px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.in-news .title>h3{
    font-size: 30px;
    color: #fff;
    margin: 0 0 5px;
}
.in-news .title>p{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.in-news .title-hr>hr{
    border: none;
    width: 240px;
    height: 2px;
    display: inline-block;
    background: #fff;
    margin: 4px 0;
}
.in-news .title-hr>span{
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fff;
    margin: 0 10px;
}
.in-news-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news-left{
    width: 50%;
    position: relative;
}
.in-news-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    padding: 10px 10px;
}
.in-news-text span{
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
}
.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: 50%;
    padding: 20px;
    background: #fff;
}

.in-news-right>ul>li{
    border-bottom: 1px solid #aaa;
    padding: 20px 0;
    margin: 10px 0;
}
.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: 15%;
    text-align: center;
}
.in-n-left>h2{
    font-size: 28px;
    color: #000;
    margin: 0;
}
.in-n-left>span{
    font-size: 20px;
    color: #000;
    margin: 0;
}
.in-n-right{
    width: 84%;
}

.in-n-right>h3{
    font-size: 16px;
    color: #000;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.in-n-right>p{
    font-size: 14px;
    color: #bbb;
    margin-top: 10px;
}




/* advantages */
.in-advantages{
    background: url(../img/adv-bg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.in-adv{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-adv-left{
    width: 34%;
}
.in-adv-left ul>li{
    margin-bottom: 70px;
    margin-top: 20px;
}
.in-adv-right{
    width: 36%;
    text-align: right;
}
.in-adv-right ul>li{
    margin-bottom: 140px;
    margin-top: 40px;
}
.in-adv-img{
    width: 30%;
    margin-top: 10px;
}
.in-adv h3{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.in-adv p{
    font-size: 14px;
    color: #000;
    line-height: 26px;
}

/* foot */
.section-7{
    background: url(../img/foot-bg.jpg) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
}
.in-contact{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 100px 0;
    position: relative;
    
}
.ny-ditu{
    width: 100%;
    margin-bottom: 40px;
}
.in-contact-left{
    width: 90%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 10px;
}
.in-contact-left>ul{
    width: 15%;
}
.in-contact-left>ul>li{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.in-contact-left>ul>li>hr{
    display: block;
    margin: 10px 0;
    width: 100px;
    height: 1px;
    background: #aaa;
    border: none;
}
.in-contact-left>ul>li>a{
    font-size: 14px;
    color: #eee;
}
.in-contact-left>ul>li>a:hover{
    color: #234d92;
}
.in-con{
    width: 37%;
}
.in-con h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.in-con h3>hr{
    display: block;
    margin: 13px 0;
    width: 100px;
    height: 1px;
    background: #aaa;
    border: none;
}
.in-con p{
    font-size: 14px;
    color: #eee;
    line-height: 30px;
}

.in-contact-right{
    width: 10%;
    text-align: right;
}
.in-contact-right>img{
    width: 100px;
    display: inline-block;
}
.in-contact-right>span{
    display: block;
    color: #fff;
    font-size: 14px;
    padding-right: 25px;
    padding-top: 5px;
}
.in-contact-right>p{
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0 10px;
    margin: 0;
    color: #fff;
}
.in-contact-right>p>span{
    font-size: 14px;
    color: #f00;
}
.in-contact-right>ul{
    text-align: right;
    
}
.in-contact-right>ul>li{
    display: inline-block;
}
.in-contact-right>ul>li i{
    color: #fff;
    padding: 0 10px;
}


.footer{
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0;
    margin: auto;
}
.footer>div{
    border-top: 1px solid #aaa;
    padding-top:30px;
    
}
.footer p{
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.footer p a{
    color: #fff;
}


.mob1{
    display: none;
}
@media all and (max-width:1440px) and (min-width:768px) {
    .in-about-bg{
        top: 32%;
    }
    .in-about-img{
        margin: 30px 0;
    }
    .title{
        padding: 0;
    }
    .in-advantages>div{
        margin-top: 50px;
    }
    .in-core ul>li{
        margin: 10px 0;
    }
    .in-about-text>h3{
        margin: 0;
    }
    .in-about-btn{
        margin-top: 0;
    }
}
@media all and (max-width:768px) {
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;
        padding-top: 20px;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 75px;
        background: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
        padding: 0px 10px;
    }
    .navbar-nav>li>a{
        width: 100%;
    }
    .navbar-search,.in-tel{
        display: none;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img{
        background-size: cover;
        width: auto;
    }
    .mob{
        display: none;
    }
    .mob1{
        display: block;
    }
    .container{
        width: 100%;
    }
    .title-hr{
        margin: 10px 0;
    }
    .title-hr>hr{
        width: 50px;
    }
    .in-product ul>li{
        width: 48%;
    }
    .in-product ul>li:nth-of-type(3),
    .in-product ul>li:nth-of-type(4),
    .in-product ul>li:nth-of-type(5){
        display: none;
    }
    .in-pro{
        padding-top: 80px;
    }
    .in-core ul>li{
        width: 48%;
        margin: 3px 0;
        padding: 5px;
    }
    .in-core-img{
        display: none;
    }
    .in-core ul>li p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .in-about-text>h3{
        margin: 10px 0;
    }
    .in-about-text>p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .product-number-info{
        display: none;
    }
    .in-news{
        padding: 80px 0 0;
    }
    .in-news .title-hr>hr{
        width: 50px;
    }
    .in-news-left{
        display: none;
    }
    .in-news-right{
        width: 100%;
    }
    .in-n-left{
        display: 21%;
    }
    .in-n-right{
        width: 76%;
    }
    .in-news-right>ul>li{
        padding: 5px 0;
        margin: 5px 0;
    }
    .in-advantages{
        padding-top: 80px;
    }
    .in-adv-img{
        display: none;
    }
    .in-adv-left,.in-adv-right{
        width: 100%;
        text-align: left;
    }
    .in-adv-left ul>li,.in-adv-right ul>li{
        margin: 0;
    }
    .in-adv p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .in-contact-left>ul,.in-contact-right{
        display: none;
    }
    .in-con{
        width: 100%;
    }
}