* {
    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
}
hr{
    border: none;
    margin: 0;
}
input {
    outline: none
}
img{
    width: 100%;
    display: block;
}
.container {
    width: 1330px;
    margin: 0 auto;
}
.container::before,.container::after{
    display: none;
}
body,
html {
    background: #fff;
    box-sizing: border-box;
}



a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}
/* nav-top */
.nav-top{
    background: #f5f5f5;
    padding: 5px 0;
}
.nav-top-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.nav-top-con>p{
    font-size: 14px;
    color: #000;
    padding: 5px 0;
}
.nav-top-right{
    width: 40%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.nav-tel{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.nav-tel img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.nav-tel span{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: rgb(223, 69, 44);
}


.navbar-search{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    width: 20%;
}
.navbar-search>hr{
    width: 2px;
    height: 10px;
    background: #000;
    border: none;
    margin: 0;
}
.navbar-search>a{
    font-size: 16px;
    color: #000;
    margin: 0 10px;
}



/*导航*/
.navbar {
    transition: 1s;
    left: 0;
    right: 0;
    position: relative;
    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;
    align-items: center;
}

.in-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.navbar-brand {
    display: inline-block;
    padding: 0 0px;
    width: 300px;
    height: auto;
}
.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: 41px 0;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-nav>li hr{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 13px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.navbar-nav>li hr{
    background: #04914c;
}
.navbar-nav>li:hover hr {
    width: 30px;
}

.navbar-nav>li.active hr {
    width: 30px;
}
.navbar-nav>li ul{
    position: absolute;
    left: -10%;
    top: 100px;
    width: 120%;
    background: #fff;
    display: none;
}
.navbar-nav>li:hover ul{
    display: block;
}
.navbar-nav>li ul>li{
    text-align: center;
    font-size: 14px;
    color: #000;
    
}
.navbar-nav>li ul>li>a{
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
}
.navbar-nav>li ul>li>a:hover{
    background: #04914c;
    color: #fff;
}
.navbar>div>i {
    display: none;
}


/* banner */
.carousel{
    padding-top: 0px;
}
.carousel-control.left,.carousel-control.right{
    background: none;
    top: calc(100% - 50% - 20px)
}

.carousel-control>span{
    font-size: 60px;
    color: #fff;
    
}

/* product */

.product {
    background-size: cover;

}
.in-pro-title{
    padding: 80px 15%;
    margin-bottom: 40px;
}
.in-pro-show {
    background: #fff;
}

.in-pro-con {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-pro-left {
    width: 22%;
}

.in-pro-left>h3 {
    /* background: #066eb5; */
    background: url(../img/pro-title.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    margin: 0;
}

.in-pro-left>ul {
    margin: 0;
}

.in-pro-left>ul>li {
    background-image: linear-gradient(#fffffd, #fbfbf9, #f2f2f2);
    display: flex;
    flex-flow: row wrap;
    position: relative;
}
.in-pro-left>ul>li::after{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #04914c;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 1;
}
.in-pro-left>ul>li:hover::after{
    width: 100%;
}
.in-pro-left>ul>li>a {
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: 90%;
    padding: 15px 20px;
    position: relative;
    z-index: 2;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.in-pro-left>ul>li:hover>a{
    color: #fff;
}
.in-pro-left>ul>li>i {
    font-size: 20px;
    color: #999;
    line-height: 40PX;
    position: relative;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-pro-left>ul>li:hover>i{
    color: #fff;
}
.in-left-down {
    background: #666;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    text-align: center;
    color: #fff;
    padding: 30px 0;
}

.in-left-down>h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.in-left-down>span {
    font-size: 16px;
    margin: 10px 0;
    display: inline-block;
}

.in-left-down>p {
    font-size: 26px;
    font-weight: bold;
}

.in-pro-right {
    width: 75%;
}

.in-pro-right>ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-pro-right>ul>li {
    width: 32%;
    margin: 10px 0;
    border: solid 1px #666;
    position: relative;
    overflow: hidden;
}
.in-pro-right>ul>li::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -140%;
    background: #04914c;
    transition: all 0.5s ease;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: 0;
    z-index: -1;
}
.in-pro-right>ul>li:hover::after{
    left: 0px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    z-index: 1;
    opacity: 1;
}
.in-pro-right>ul>li img {
    padding: 10px;
    position: relative;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-pro-right>ul>li:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.in-pro-right>ul>li p {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 15px 0;
    position: relative;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-pro-right>ul>li:hover p{
    color: #fff;
}
.in-pro-btn {
    text-align: center;
}

.in-pro-btn>a {
    display: inline-block;
    padding: 10px 30px;
    background: #bb1515;
    color: #fff;
    margin-top: 20px;
    background: #04914c;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}




.in-service{
    padding: 60px 0;
}
.in-service h3{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.in-service ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.in-service ul>li{
    width: 19%;
    padding: 20px;
    border: solid 1px #ccc;
}
.in-service ul>li img{
    padding: 0 50px;
}
.in-service ul>li p{
    text-align: center;
    font-size: 18px;
    color: #04914c;
    font-weight: bold;
    padding: 20px 0;
}
.in-service ul>li hr{
    width: 50%;
    height: 1px;
    background: #ccc;
    margin: 30px auto;
}



/* in-contact */

.in-contact>h3{
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 20px 0;
}
.in-contact ul{
    background: #f5f5f5;
    margin: 0;
}
.in-contact ul>li{
    padding: 20px 0;
}
.in-contact ul>li:nth-of-type(2){
    background: #fff;
    text-align: right;
}
.in-contact ul>li>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.in-contact-text{
    width: 40%;
}
.in-contact-text>h4{
    font-size: 28px;
    color: #04914c;
    font-weight: bold;
    margin: 0 0 20px;
}
.in-contact-text>h4>span{
    border: solid 1px #666;
    display: inline-block;
    background: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 0 12px;
    margin-left: 15px;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-contact-text>h4>span:hover{
    background: #999;
}
.in-contact-text>p{
    font-size: 14px;
    color: #000;
}
.in-contact-text>h5{
    font-size: 18px;
    color: #666;
    font-weight: bold;
    margin: 15px 0 30px;
}
.in-contact-text>h5>b{
    color: #04914c;
}
.in-contact-text>span{
    display: block;
    font-size: 14px;
}
.in-contact-text>span>small{
    display: inline-block;
    color: #04914c;
    font-size: 20px;
}
.in-contact-img{
    width: 48%;
}



/* in-application */
.in-application{
    background: url(../img/app-bg.jpg) no-repeat center;
    padding: 60px 0;
}
.in-app-title{
    padding: 0 15%;
    width: 50%;
    margin: 0 auto 40px;
}
.in-application ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-application ul>li{
    width: 21%;
    background: #fff;
}
.in-app-text{
    padding: 20px 20px;
}
.in-app-text>h3{
    font-size: 18px;
    color: #000;
    margin: 0;
    text-align: center;
}
.in-app-text>hr{
    width: 100%;
    height: 1px ;
    background: #ccc;
    margin: 20px auto;
}
.in-app-text>p{
    font-size: 14px;
    color: #000;
    text-align: center;
}





/* in-about */
.in-about{
    padding: 40px 0;
}
.in-ab-title{
    padding: 0 10%;
}
.in-ab-con{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 0 10%;
}
.in-ab-img{
    width: 32%;
}
.in-ab-text{
    width: 67%;
}
.in-ab-text>p{
    font-size: 14px;
    color: #000;
    text-indent: 2em;
}









/* footer */
.in-footer{
    background: #04914c;
}
.in-footer>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-foot-logo{
    width: 25%;
    padding-bottom: 40px;
}
.in-foot-right{
    width: 65%;
}
.in-foot-nav{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 40px 0;
    border-bottom: 1px solid #fff;
}
.in-foot-nav>li>a{
    border-right: solid 1px #fff;
    padding-right: 25px;
    display: inline-block;
    line-height: 12px;
}
.in-foot-nav>li:last-of-type>a{
    border-right: transparent;
}

.in-foot-nav>li a{
    font-size: 16px;
    color: #fff;
}
.in-foot-add{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 60px;
}
.in-foot-add p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.in-foot-add>div:last-of-type{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.in-foot-add>div img{
    width: 50px;
    height: 50px;
}
.in-foot-add>div span{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-left: 50px;
}




.in-foot-down{
    margin-top: 50px;
}

.in-foot-down span{
    font-size: 16px;
    color: #fff;
}
@media all and (max-width:1440px) and (min-width:768px) {
    .container{
        width: 100%;
    }
}
@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .nav-top-con>p{
        width: 100%;
    }
    .nav-top-right{
        width: 100%;
    }
    .nav-tel{
        width: 65%;
    }
    .navbar-search{
        width: 28%;
    }
    .navbar-brand{
        width: 200px;
    }
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 68px;
        background: #fff;
        margin: 0;
        width: 100%;
        display: none;
    }
    .navbar-nav>li,.navbar-nav>li>a{
        width: 100%;
    }
    .navbar-nav>li>a{
        padding: 10px 0;
    }
    .navbar-nav>li hr{
        display: none;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 30px);
    }
    .carousel-indicators{
        display: none;
    }
    .in-pro-title{
        padding: 20px 0;
        margin-bottom: 0;
    }
    .in-pro-left,.in-pro-right{
        width: 100%;
    }
    .in-pro-right>ul>li{
        width: 49%;
    }
    .in-service ul>li{
        width: 49%;
        margin: 5px 0;
    }
    .in-contact-text,.in-contact-img{
        width: 100%;
    }
    .in-app-title{
        width: 90%;
    }
    .in-application ul>li{
        width: 49%;
    }
    .in-ab-title{
        padding: 0;
    }
    .in-ab-con{
        padding: 0;
    }
    .in-ab-img,.in-ab-text,.in-foot-right{
        width: 100%;
    }
    .in-foot-logo{
        display: none;
    }
    .in-foot-nav>li>a{
        padding-right: 16px;
    }
    .in-foot-add>div span{
        margin-left: 15px;
        
    }
    .in-foot-add{
        margin-top: 30px;
    }
    .in-foot-add>div:last-of-type{
        margin-top: 20px;
    }
    .navbar-nav>li:hover ul{
        display: none;
    }
}