* {
    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: 1440px;
    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;
}




/*导航*/
.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;
    align-items: center;
}

.in-logo{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.navbar-brand {
    display: inline-block;
    padding: 0;
    width: 300px;
    height: auto;
}
.navbar-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.navbar-nav>li{
    padding: 10px 30px;
    position: relative;
}
.navbar-nav>li>a {
    color: #000;
    transition: .5s;
    font-size: 16px;
    padding: 22px 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: 20px;
    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: #cd6214;
}
.navbar-nav>li:hover hr {
    width: 50px;
}

.navbar-nav>li.active hr {
    width: 50px;
}

.navbar-search{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
}
.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>div>i {
    display: none;
}
/* search */
.navbar #form{
	background: #E1E1E1;
	display: block;
	border-radius: 20px;
    margin: 28px 0;
}
.navbar input{
    border: solid 1px transparent;
    width: 80%;
    padding: 5px 0;
}
.navbar form{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 20px 0;
    
}
.navbar .search-bg{
    border: solid 1px #eee;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.navbar .in-icon{
    /* background: #345f94; */
    padding: 0 13px;
    border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
}
.navbar .in-icon i{
    color: #000;
    padding-top: 10px;
    
}
.navbar form input::placeholder{
    font-size: 14px;
}
.navbar form button{
    background:transparent;
    border: none;
    
}

/* banner */
.carousel{
    padding-top: 86px;
}
.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;
}
.title>h3{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
.title>h3>hr{
    width: 30px;
    height: 2px;
    background: #0099dc;
}
.title>h3>span{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}





.in-about{
    padding: 120px 0 60px;
}
.in-about>.container{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.in-about-left{
    width: 65%;
}
.in-about-left>h3{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.in-about-left>h3>hr{
    width: 30px;
    height: 2px;
    background: #0099dc;
}
.in-about-left>h3>span{
    font-size: 30px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    margin-left: 10px;
}
.in-about-left>p{
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-top: 20px;
}
.in-about-right{
    width: 12%;
}
.in-about-right>a{
    padding: 5px 10px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: #f5f5f5;
}
.in-about-right>a>small{
    display: inline-block;
    font-size: 20px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 2px 12px;
}
.in-about-right>a>span{
    display: inline-block;
    margin-left: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-about-right>a:hover span{
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}


.in-about-bg{
    background: url(../img/about-bg.jpg) no-repeat center;
    padding: 80px 0;
}


.in-wrap{
    margin-top: 20px;
}
.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;
}

.numCount li {
    width: 33.3%;
    padding: 0 20px;
    position: relative;
    text-align: center;
}
.numCount li hr{
    position: absolute;
    left: -2px;
    top: 0;
    width: 2px;
    height: 30px;
    background: #000;
}
.numCount li .item {
    margin: 0 ;
}


.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.numCount li .numU .unitC {
    font-size: 16px;
    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: 0;
    padding-top: 0px;
}
.indc>p{
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
}
@media (max-width:800px) {
    .numCount li .numCX {
        font-size: 30px;
    }
}

@media (max-width:480px) {
    .numCount {
        font-size: 0.5vw;
    }
}








.in-product{
    padding: 80px 0;
}

.in-product-nav>p{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 40px 0;
}
.in-product-nav>p>a{
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    margin: 0 60px;
}
.in-product-nav>p>a>small{
    width: 8px;
    height: 8px;
    background: #666;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}
.in-product-nav>p>a.in-product-nav-active>small{
    background: #0099dc;
}

.in-product ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-product ul>li{
    width: 31%;
    margin: 25px 0;
}
.in-product-img{
    box-shadow: 0 0 12px -2px #ccc;
    overflow: hidden;
    
}
.in-product-img>img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-product ul>li:hover .in-product-img>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-case{
    padding: 0 5px;
}





.w-accor {
    overflow: hidden;
    position: relative;
    border-right: 1px solid #fff;
    
}

.w-accor ul,
.w-accor li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.w-accor li {
    position: relative;
    overflow: hidden;
    float: left;
    border-left: 2px solid #fff;
}

.accorClick li {
    cursor: pointer;
}

.w-accor li .item {
    position: relative;
}

.w-accor li>a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.w-accor h3 {
    font-size: 125%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}



.w-accor4 li img {
    max-width: 100%;
}

.w-accor4 li .cont_ar {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.w-accor4 li .cont_ar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.35;
    *filter: alpha(opacity=35);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-accor4 li .in-case-title {
    width: 100%;
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    padding: 40px 40px;
    text-transform: uppercase;
}
.in-case-title>h3{
    font-size: 80px;
    color: #fff;
}
.in-case-title>p{
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}
.in-case-title>HR{
    width: 20px;
    height: 2px;
    background: #fff;
}
.w-accor4 li .dec_ar {
    width: 80%;
    position: absolute;
    z-index: 1;
    left: 20%;
    bottom: 0;
    padding: 30px;
    background: #0099dc;
    color: #fff;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateX(80%);
    -webkit-transform: translateX(80%);
    -moz-transform: translateX(80%);
    -ms-transform: translateX(80%);
    -o-transform: translateX(80%);
    padding: 20px 30px 60px;
}

:root .w-accor4 li .dec_ar {
    bottom: 0;
}

.w-accor4 li .i_img {
    margin-bottom: 1em;
}

.w-accor4 li .i_img h4 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.dec_ar  hr{
    width: 20px;
    height: 2px;
    background: #fff;
}
.w-accor .acr_p {
    font-size: 14px;
    color: #fff;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.w-accor4 li.cur .cont_ar:before {
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor4 li.cur .in-case-title {
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor4 li.cur .dec_ar {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);;
    -webkit-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.in-case-num{
    position: absolute;
    right: 20px;
    bottom: -50px;
    font-size: 180px;
    color: #77bce5;
    z-index: 0;
}
.w-accor-btn {
    text-align: center;
    margin-top: 20px;
}

.w-accor-btn>a {
    padding: 8px 30px;
    font-size: 14px;
    background: #184c89;
    color: #fff;
}

@media (max-width:960px) {

    .w-accor4 li .img_ar {
        height: 350px !important;
    }

    .w-accor4 li .img_ar img {
        height: 100%;
        max-width: inherit;
    }
}

@media (max-width:767px) {
    .w-accor4 li .dec_ar {
        left: 20px;
        right: 20px;
        padding: 15px;
    }

}

@media (max-width:480px) {
    .w-accor4 li .dec_ar {
        left: 1em;
        right: 1em;
        padding: 1em;
    }

    .w-accor4 li .img_ar {
        height: 20em ;
    }

    .w-accor4 li .i_img img {
        max-height: 3em;
    }
}










.in-news{
    padding: 80px 0;
}

.in-news ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.in-news ul>li{
    width: 45%;
    
}
.in-news-img{
    position: relative;
    text-align: center;
}
.in-news-img>img{
    border: solid 1px #ccc;
}
.in-news-img>span{
    position: absolute;
    left: 42%;
    bottom: -15px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    background: #0099dc;
    padding: 5px 15px;
}
.in-news ul>li h3{
    font-size: 18px;
    color: #000;
    margin: 30px 0 10px;
    text-transform: uppercase;
    text-align: center;
}
.in-news ul>li p{
    padding: 0 10%;
    font-size: 14px;
    color: #aaa;
}
.in-news ul>li small{
    font-size: 14px;
    color: #000;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.in-news ul>li hr{
    width: 0;
    height: 4px;
    background: #0099dc;
    border: none;
    margin-top: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.in-news ul>li:hover hr{
    width: 100%;
}







.in-flagship{
    background: url(../img/fg.jpg) no-repeat center;
    padding-top: 60px;
    margin-bottom: 260px;
}
.in-flagship-title{
    text-align: center;
}
.in-flagship-title>h3{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.in-flagship-title>p{
    font-size: 14px;
    color: #fff;
}
.in-flagship-title>a{
    display: inline-block;
    padding: 5px 15px;
    background: #0099dc;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-top: 15px;
}

.ato-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.ato-list {
    float: left;
    width: 100%;
    height: 170px;
    margin-top: 40px;
}
.ato-list ul {
    height: 400px;
}

.ato-list ul li {
	margin-top:30px;
    width: 20%;
    float: left;
    margin-left: 26px;
    margin-right: 0;
    background-color: #fff;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
    position: relative;
    
    bottom: 0;
    left: -10px;
}

.ato-list ul li:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ato-list ul li div {
    width: 100%;
    margin: 0 ;
    text-align: center;
}

.ato-list ul li div img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 12px -2px #ccc;
}

.ato-list ul li h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 15px;
}

.ato-list ul li p {
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: #8e8e8e;
    line-height: 25px;
    padding: 15px 0;
}

.ato-more {
    padding: 20px 15px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.ato-more span{
    font-size: 16px;
    color: #bbb;
}
.ato-more i{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: #bbb;
}
.ato-list ul li:hover i{
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
}


.ato-title {
    width: 266px;
    margin-top: 130px;
    padding-right: 20px;
}

.ato-title h2 {
    font-size: 24px;
    line-height: 33px;
    color: #333;
    padding: 0;
    margin: 0;
    font-weight: inherit;
}

.ato-title p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.ato-list-fl {
    position: absolute;
    right: 144px;
    top: 190px;
    text-align: center;
    z-index: 99;
    background: #e4670d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.ato-list-fl a {
    width: 50px;
    height: 50px;
    position: relative;
    padding: 20px 0;
    margin: 0 -11px;
    display: inline-block;
   
    color: #fff;
    overflow: hidden;
}

.ato-list-fl a img {
    width: 22px;
    height: 22px;
    display: block;
    border: none;
    margin: 0 auto;
    margin-top: -4px;
}





.ato-ope{
    opacity: 0;
}




/* footer */
.in-footer{
    padding: 30px 8%;
    background: #333;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.in-foot-logo{
    width: 15%;
    padding: 40px 0;
}
.in-footer ul{
    width: 10%;
    margin: 50px 0;
}
.in-foot-contact{
    width: 28% !important;
}
.in-foot-ewm{
    width: 10% !important;
}

.in-footer ul>li:first-of-type{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.in-footer ul>li{
    font-size: 16px;
    color: #eee;
    line-height: 30px;
}
.in-footer ul>li>a{
    font-size: 16px;
    color: #eee;
    line-height: 30px;
}
.in-footer ul>li img{
    width: 150px;
}



.in-foot{
    width: 100%;
    z-index: 999;
    background: #323232;
    padding-top: 40px;
    
}
.in-foot>div{
    border-top: 1px solid #ccc;
    padding: 40px 0;
}

.in-foot p{
    display: flex;
    flex-flow: row wrap;
}
.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:768px) {
    .container{
        width: 100%;
    }
    .tempWrap{
        width: 100% !important;
    }
   
}
@media all and (max-width:768px) {
    .navbar{
        padding: 0;
    }
    .container{
        width: 100%;
    }
    .navbar-brand{
        width: 230px;
    }
    .navbar>div>i{
        display: block;
        font-size: 30px;
        color: #000;
    }
    .navbar-nav{
        position: absolute;
        left: 0;
        top: 66px;
        background: #fff;
        margin: 0;
        display: none;
        width: 100%;
    }
    .navbar-nav>li{
        width: 100%;
    }
    .navbar-nav>li>a{
        display: inline-block;
        width: 100%;
    }
    .carousel{
        padding-top: 67px;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(100% - 50% - 1px);
    }
    .in-about{
        padding: 20px 0;
    }
    .in-about-left{
        width: 100%;
    }
    .in-about-right{
        width: 50%;
    }
    .in-product{
        padding: 20px 0;
    }
    .in-product-nav>p>a{
        margin: 0 5px;
    }
    .w-accor li{
        width: 100% !important;
    }
    .w-accor4 li .img_ar{
        width: 100% !important;
    }
    .w-accor4 li .dec_ar{
        width: 100%;
        left: 0;
    }
    .in-case-num{
        font-size: 130px;
    }
    .in-news ul>li{
        width: 100%;
    }
    .in-news-img>span{
        left: 35%;
    }
    .in-flagship{
        margin-bottom: 60px;
    }
    .ato-list{
        overflow: hidden;
    }
    .ato-list ul{
        height: 200px;
    }
    .in-footer{
        padding: 0 8%;
    }
    .in-foot-logo{
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }
    .in-footer ul{
        margin: 50px 0 0;
    }
    .in-footer ul:first-of-type,.in-footer ul:nth-of-type(2),.in-foot-ewm{
        display: none;
    }
    .in-foot-contact{
        width: 100% !important;
        padding: 0 20px;
    }
    .in-foot-contact>li:first-of-type{
        text-align: center;
    }
}