* {
    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 {
    border: none;
    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;
    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;
    width: 100%;
    padding: 0 5%;
}

.in-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.in-logo>span{
    display: inline-block;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
}
.in-logo>span>small{
    font-weight: normal;
    font-size: 12px;
    display: block;
}
.navbar-brand {
    width: 150px;
    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: #338718;
}
.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 30px;
    position: relative;
}
.navbar-nav>li>a {
    color: #000;
    transition: .5s;
    font-size: 16px;
    padding: 25px 0;
    display: inline-block;
}
.navbar-nav>li>hr{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #338718;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.navbar-nav>li:hover>hr {
    width: 40px;
}

.navbar-nav>li.active>hr {
    width: 40px;
}
.navbar-nav>li>ul{
    position: fixed;
    width: 100%;
    top: 80px;
    left: 0;
    text-align: center;
    opacity: 0;
    padding-top: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: -10 !important;
    height: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-top: 1px solid #ccc;
}
.navbar-nav>li:hover>ul{
    opacity: 1;
    z-index: 1;
    height: 140px;
    background: #fff;
}
.navbar-nav>li>ul>li{
    width: 12%;
    display: inline-block;
    text-align: center;
}
.navbar-nav>li>ul>li>a>p{
    color: #000;
    padding: 0 20px;
    font-size: 16px;
}
.navbar-nav>li>ul>li>a:hover>p{
    color: #338718;
}

.navbar-nav>li>ul>li>a>img{
    width: 100px;
    display: inline-block;
}



.navbar-tel{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.navbar-text{
    text-align: left;
}
.navbar-text>p{
    font-size: 18px;
    color: #f00;
    font-weight: bold;
}
.navbar-text>h3{
    font-size: 24px;
    color: #338718;
    margin: 0;
    font-weight: bold;
}
.navbar-i{
    width: 40px;
}







.navbar>div>i {
    display: none;
}



/* search */
.navbar #form{
	background: #E1E1E1;
	display: block;
	border-radius: 20px;
    margin: 28px 0;
}
.searchbox_txt{
	font-size: 10px;
    color: #151515;
    background: #E1E1E1;
	line-height: 24px;
	border-radius: 20px;
	padding: 0 10px;
	width: 120px;
}
.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{
    position: relative;
    z-index: 1;
}
.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: 60px;
}
.title>h3{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin: 0;
}
.title>h4{
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}
.title-hr{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.title-hr>hr{
    width: 200px;
    height: 2px;
    background: #ccc;
    border: none;
    margin: 0 5px;
}
.hr-fx{
    width: 8px !important;
    height: 8px !important;
    background: #338718 !important;
}



.in-pro-title{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 40px 0 60px;
}
.in-pro-title>a{
   display: inline-block;
   padding: 3px 8px;
   font-size: 16px;
   color: #000;
   border: solid 1px #000;
   transition: .5s;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   -ms-transition: .5s;
   -o-transition: .5s;
}
.in-pro-title>a:hover{
    color: #fff;
    background: #338718;
    border: solid 1px #338718;
}

.in-product ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-product ul>li{
    width: 32%;
    margin: 10px 0;
    box-shadow: 1px 0 8px -3px #ccc;
    text-align: center;
    padding-bottom: 20px;
}
.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(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}
.in-product ul>li p{
    font-size: 16px;
    color: #000;
    display: block;
}
.in-product ul>li span{
    font-size: 16px;
    color: #000;
}


.in-pro-btn{
    text-align: center;
    margin: 30px 0 50px;
}
.in-pro-btn>a{
    display: inline-block;
    border: solid 1px #338718;
    font-size: 16px;
    color: #000;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-pro-btn>a:hover{
    background: #338718;
    color: #fff;
}
.in-pro-btn>a>small{
    padding: 3px 10px;
}
.in-pro-btn>a>span{
    background: #338718;
    display: inline-block;
    font-size: 16px;
    padding: 0 3px;
}
.in-pro-btn>a>span>i{
    color: #fff;
}







.in-technology{
    background: url(../img/about-bg.jpg) no-repeat center;
    padding-top: 100px;
}
.in-tec-tel{
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}
.in-tec-tel>img{
    width: 30px;
    margin-right: 10px;
}
.in-tec-tel-num>p{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    display: block;
}
.in-tec-tel-num>span{
    font-size: 16px;
    color: #fff;
}
.in-tec-hr{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin: 15px 0;
}
.in-tec-hr>hr{
    width: 40px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0 10px 0 0;
}
.in-tec-hr>h3{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.in-tec-title>p{
    font-size: 16px;
    color: #fff;
    width: 50%;
}

.in-app{
    position: relative;
}
.in-app-bg{
    position: absolute;
    left: 0;
    background: url(../img/app-bg.jpg) no-repeat center;
    bottom: 0;
    height: 200px;
    width: 100%;
}
.one{margin:40px auto 0;height: 340px;width:100%;overflow:hidden;position:relative; }
.one ul{height:300px;width:100000px;position:absolute;left:0;margin-top: 50px;} 
.one ul li{display:block;float:left;margin:5px;border-radius:5px;position:relative;}
.one ul li p{text-align: center;font-size: 16px; color: #000;}
.one ul li a{display:inline-block; width: 300px;} 
.one ul li img{border-radius:5px;display:block; width: 300px;}
.one ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.one ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}
.one>ul.animated{
    -webkit-animation: polygon 1s linear forwards;
    animation: polygon 1s linear forwards;
}
.in-app-bg2{
    position: absolute;
    left: 0;
    background: url(../img/app-bg2.jpg) no-repeat center;
    bottom: 0;
    height: 288px;
    width: 100%;
}
.two{margin:40px auto 0;height: 340px;width:100%;overflow:hidden;position:relative; }
.two ul{height:300px;width:100000px;position:absolute;left:0;margin-top: 50px;} 
.two ul li{display:block;float:left;margin:5px;border-radius:5px;position:relative;}
.two ul li p{text-align: center;font-size: 16px; color: #000;}
.two ul li a{display:inline-block; width: 300px;} 
.two ul li img{border-radius:5px;display:block; width: 300px;border: 1px solid #cccccc;height: 240px;}
.two ul li a span{height:0;display:block;background:rgba(0,0,0,0.4);position:absolute;bottom:0;color:#fff;font-size:0px;}
.two ul li a:hover span{height:150px;line-height:150px;font-size:20px;text-align:center;transition:all 0.7s;}
.two>ul.animated{
    -webkit-animation: polygon 1s linear forwards;
    animation: polygon 1s linear forwards;
}


@-webkit-keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}

@keyframes polygon {
    0% {
        -webkit-clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
        opacity: 0
    }

    to {
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
        opacity: 1
    }
}



.in-about{
    background: url(../img/about1.jpg) no-repeat center;
    padding: 30px 0;
    margin-top: 40px;
}
.in-ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-ab-left{
    width: 48%;
}
.in-ab-right{
    width: 48%;
}
.in-ab-right>h3{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    margin: 0;
    padding-top: 20px;
}
.in-ab-right>h4{
    font-size: 18px;
    color: #fff;
    margin:10px 0;
    text-align: right;
}
.in-ab-hr{
    display: flex;
    flex-flow: row wrap;
    justify-content: last baseline;
    align-items: center;
    float: right;
}
.in-ab-hr>hr{
    width: 30px;
    height: 2px;
    background: #fff;
    border: none;
    margin: 0;
}
.in-ab-hr>h3{
    margin: 0;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
}
.in-ab-right>p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-top: 40px;
}
.in-ab-right>hr{
    width: 100%;
    height: 1px;
    background: #fff;
    border: none;
    margin: 20px 0 0;
}
.in-ab-right>ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-ab-right>ul>li{
    width: 24%;
}







.in-news{
    margin-top: 40px;
}
.in-news-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-news-left{
    width: 50%;
}
.in-news-left h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.in-news-left p{
    font-size: 14px;
    color: #000;
}
.in-news-right{
    width: 47%;
}
.in-news-right li{
    margin-bottom: 75px;
    cursor: pointer;
}

.image-container:hover #myImage {
    content: url('image2.jpg');
  }

.in-news-right li h3{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.in-news-right li h3>b{
    font-size: 20px;
    margin-right: 10px;
}
.in-news-right li p{
    font-size: 14px;
    color: #000;
    overflow:hidden; text-overflow:ellipsis;
    white-space:nowrap;
    
}





.in-fl{
    background: #2f3b53;
}
.in-fl ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0;
}
.in-fl ul>li{
    padding: 8px 6px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.in-fl ul>li>a{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}




/* footer */
.in-footer{
    background: url(../img/foot-bg.jpg) no-repeat center;
    
}
.in-foot-title{
    text-align: center;
    padding-top: 30px;
}
.in-foot-title>h3{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.in-foot-title>h4{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.in-foot-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 30px 0;
}
.in-foot-map{
    width: 50%;
}

.in-foot-right{
    width: 48%;
    position: relative;
}
.in-foot-right>h1{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 0;
    letter-spacing: 2px;
}
.in-foot-right>h2{
    font-size: 15.5px;
    color: #fff;
    margin: 0;
    letter-spacing: 1px;
    padding: 3px 0 10px;
}
.in-foot-right>p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.in-foot-ewm{
    position: absolute;
    top: 0;
    right: 0;
}
.in-foot-ewm>img{
    width: 100px;
}
.in-foot-ewm>p{
    font-size: 16px;
    color: #fff;
    padding: 5px 0;
}



.logoimg{
    width: 130%;
    position: relative;
    left: 18px;
    top: 5px;
}
.contactimg{
    width: 190%;
    position: relative;
    right: 58px;
    top: -14px;
}

.in-foot{
    width: 100%;
    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-adv-btn {
        position: absolute;
        right: 40px;
        top: 21px;
    }
    .in-adv>ul{
        padding-right: 5%;
    }
    .navbar>div{
        padding: 0 20px;
    }
    .navbar-nav>li {
        padding: 0 10px;
        position: relative;
        
    }
}
@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;
        padding-top: 17px;
    }
    .logoimg{
        width: 130%;
        position: relative;
        left: -55px;
    }
    .contactimg{
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
    }
    
    .in-logo>span{
        display: none;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 50px;
        background: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        width: 100%;
    }
    .navbar-nav>li>hr{
        left: 30px;
        margin: 0 1px;
        bottom: 14px;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .title-hr>hr{
        width: 80px;
    }
    .in-pro-title{
        margin: 20px 0;
    }
    .in-pro-title>a{
        margin: 3px 0;
    }
    .in-product ul>li{
        width: 49%;
    }
    .in-tec-title>p{
        width: 100%;
    }
    .in-ab-left,.in-ab-right,.in-news-left,.in-news-right,.in-foot-map,.in-foot-right{
        width: 100%;
    }
    .in-ab-right>ul>li{
        width: 49%;
    }
    .map{
        height: 200px !important;
    }
    .in-fl{
        display: none;
    }
    .navbar #form{
        display: none;
    }
}