html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}


/*导航*/

.search span {
    font-size: 11px;
    margin-right: 15px;
    cursor: pointer;
}
.infoInput{
    position: absolute;
    width: 24px;
    height: 100%;
    background: transparent;
    border: none;
}
#search {
    outline: none;
    text-indent: 25px;
    font-size: 12px;
    color: #000;
    width: 216px;
    height: 30px;
    border: solid 1px #bfbfbf;
    line-height: 30px;
}

.search {
    margin-right: 40px;
}

.icon-search {
    position: absolute;
    top: 2px;
    left: 5px;
    color: #aaa;
}

.navbar {
    margin-bottom: 0;
}

.navbar-nav {
    width: 96.5%;
    font-size: 14px;
}
.navbar-nav>li {
    width: 16.55%;
}
.navbar-nav>li:first-of-type {
    color: #0e88fa !important;
    background-color: #f9f9f9!important;
    border-bottom: 2px solid #0e88fa;
}
.navbar-nav li.active>a{
    border-bottom: none;
}
.navbar-header {
    margin: 0 !important;
}

.navbar-default {
    background-color: #f9f9f9;
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #f9f9f9;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.dropdown-menu {
    font-size: 11px;
    opacity: 0.8;
    border: none;
}

/*.navbar-nav li:first-of-type a {*/
    /*color: #0e88fa !important;*/
    /*background-color: #f9f9f9!important;*/
/*}*/
.navbar-default .navbar-nav li:first-of-type a:hover{
    border-bottom: none;
}
.dropdown-menu>li {}

.dropdown-menu>li>a {
    padding: 9px 20px;
}

.dropdown-menu>li>a:hover {
    color: #0e88fa;
    text-decoration: underline;
}

/*轮播*/


/*功能栏*/
.row .row-a {
    cursor: pointer;
    padding: 10px 0;
}

.row .row-a .row-text {
    padding: 10px 0;
}

.row .row-a .row-text .line {
    height: 3px;
    background: #70baff;
    width: 90%;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.row .row-a .row-text h4 {
    font-size: 14px;
    font-stretch: normal;
    letter-spacing: 0;
    color: #010101;
    font-weight: 500;
    text-align: center;
}

.row .row-a .row-text p {
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #7b7b7b;
    text-align: center;
}
.row .row-a .menuA{
    width: 100%;
    position: absolute;
    line-height: 33px;
    background: rgba(255,255,255,.8);
    padding: 10px 0;
    bottom: 93px;
    display: none;
    /*height: 200px;*/
}
.row .row-a .text_box{
    position: relative;
}
.row .row-a  .menuA>li{
    font-size: 14px;
    color: #666;
    text-align: center;
}
.row .row-a  .menuA>li:hover{
    /*background: #fff;*/
    color: #70baff;
}
/*.row .row-a:hover .menuA{*/
    /*display: block;*/
/*}*/

/*产品*/

.swiper-container-2 {
    /*height: 250px!important;*/
}

.swiper-container-2 .case-list .swiper-slide {
    /*margin-top: 50px;*/
}

.swiper-container-2 .case-list .swiper-slide .img_wrap {
    /*margin-right: 18px;*/
}

.product-box {
    width: 100%;
    background-color: #f6f6f6;
    padding: 7% 0;
}

.product>span {
    line-height: 35px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-2 {
    /*height: 300px;*/
    overflow: hidden;
}

.swiper-container-2 .swiper-slide .img_wrap {
    display: inline-block;
    position: relative;
}

.swiper-container-2 .swiper-slide .img_wrap>img {}

.swiper-container-2 .swiper-slide .img_wrap>p {
    width: 100%;
    height: 0;
    /*padding: 0 54px;*/
    position: absolute;
    font-size: 11px;
    bottom: 0px;
    color: #fff;
    line-height: 30px;
    background-color: #0e88fa;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-container-2 .swiper-slide:hover p {
    height: 35px;
    bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 0;
}

/*.swiper-wrapper {*/
    /*height: 230px;*/
/*}*/


/*内容*/

.content-box {
    margin: 0 0 5% 0;
}

.content-box .container .centent {
    margin: 2% 0;

}

.content-box .container .centent .text_p {
    line-height: 30px;
    font-size: 16px;
}

.content-box .container .centent .text_span {
    font-size: 14px;
    color: #7b7b7b;
}

.content-box .container .centent .content_img {
    position: relative;
    overflow: hidden;
}
.content-box .container .centent .content_img:hover .center_text{
    bottom: 0;
}

.content-box .container .centent .content_img .center_text {
    width: 100%;
    position: absolute;
    font-size: 11px;
    /*height: 72px;*/
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    color: #fff;
    bottom: -83px;
}

.content-box .container .centent .content_img .center_text>a {
    color: #fff;
    display: block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.img_width {
    width: 100%;
}


/*选择控件*/
.select_box {
    margin: 5% 0;
    background-color: #f3f3f3;
}

.select_box .select {
    padding: 5% 0;
    cursor: pointer;
}

.select_box .select .select_img {
    float: left;
    margin-right: 10px;
}
.select_box .select .select_img_team{
    width: 50px;
    height: 50px;
    background-image: url("../images/icon-r.jpg");
    background-repeat: no-repeat;
}
.select_box .select .select_img_fruits{
    width: 50px;
    height: 52px;
    background-image: url("../images/icon-fruits1.png");
    background-repeat: no-repeat;
}
.select_box .select .select_img_apply{
    width: 50px;
    height: 52px;
    background-image: url("../images/icon-apply.png");
    background-repeat: no-repeat;
}
.select_box .select .select_img_k{
    width: 50px;
    height: 52px;
    background-image: url("../images/icon-k.png");
    background-repeat: no-repeat;
}
.select_box .select .team {
    line-height: 56px;
    font-size: 14px;
    color: #272727;
}
.select_box .select:hover .team{
    color: #3fa2fd;
}
.select_box .select:hover .select_img_team{
    background-image: url("../images/icon-r1.jpg");
}
.select_box .select:hover .select_img_fruits{
     background-image: url("../images/icon-fruits.png");
 }
.select_box .select:hover .select_img_apply{
    background-image: url("../images/icon-apply1.png");
}
.select_box .select:hover .select_img_k{
    background-image: url("../images/icon-k1.png");
}

/*新闻资讯*/

.news_box {
    margin-top: 5%;
}

.news_box .news {
    margin-top: 20px;
}

.news_box .text_p {
    line-height: 30px;
    font-size: 16px;
}

.news_box .text_span {
    font-size: 14px;
    color: #7b7b7b;
}

.news_box .news .carousel .carousel-inner {
    /*width: 461px;*/
}

.news_box .news .carousel .carousel-inner .carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
}

.news_box .news .carousel .carousel-inner .carousel-control {
    top: 88%;
}

.news .news_text {
    height: 30px;
}

.news .news_text:hover a {
    text-decoration: underline;
}

.news .news_text .news_a {
    font-size: 12px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 47%;
}

.news .news_text .news_sp {
    font-size: 10px;
    color: #7b7b7b;
}

.news .news_text {
    clear: both;
}


/*底部*/

.bottom_box {
    margin-top: 5%;
}

.bottom_box .bottom_contact {
    background-color: #70baff;
    color: #fff;
}

.bottom_box .bottom_contact .bottom_logo {
    float: left;
    background: #fff;
    padding: 20px 45px;
}

.bottom_box .bottom_contact .bottom_left .bottom_localize {
    margin-top: 32px;
}

.bottom_box .bottom_contact .bottom_left .bottom_localize>p {
    font-size: 12px;
}

.bottom_box .bottom_contact .bottom_left .bottom_localize .localize_icon {
    display: inline-block;
    padding: 0 10px;
}

.bottom_box .bottom_contact .bottom_right {
    line-height: 100px;
}

.bottom_box .bottom_contact .bottom_right .wrapper{
    /*clear: both;*/
    float: right;
}
.bottom_box .bottom_contact .bottom_right .wrapper>a {
    margin-left: 20px;
    /*float: right;*/
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.bottom_box .bottom_contact .bottom_right .wrapper>a:nth-of-type(1) {
    margin-left: 0px;
}

.bottom_box .bottom_table {
    margin-top: 3%;
    color: #7b7b7b;
    text-align: center;
    font-size: 10px;
    line-height: 34px;
    margin-bottom: 2%;
}


/*返回顶部*/

.back_top {
    display: none;
    width: 60px;
    height: 60px;
    background: #70baff;
    position: fixed;
    right: 10%;
    bottom: 30%;
    margin-top: 10px;
    cursor: pointer;
    z-index: 9999;
}

.back_top .back_btn {
    text-align: center;
    margin-top: 8px
}

@media (max-width: 767.6px) {
    /*.navbar-header{margin-top: 25px;}*/
    .navbar-nav {
        margin: 0 !important;
        width: 100%;
    }
    .navbar-nav li {
        width: 100%;
    }
    .navbar-header img {
        padding: 10px 0 10px 10px;
        display: inline-block !important;
    }
    .search {
        display: none;
    }
    .row .row-a .row-text h4 .elli {
        display: none;
    }
    .content-box .container .centent .content_img .center_text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1;
    }
    .news .news_text .news_a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bottom_box .bottom_contact .bottom_left .bottom_localize{
        margin-top: 17px;
    }
    .bottom_box .bottom_contact .bottom_logo{
        display: none;
        padding: 10px 10px;
    }
    .bottom_box .bottom_table{
        margin-top: 0;
    }
    .select_box .select .select_img{
        width: 35%;
    }
    .select_box .select .team{
        line-height: 42px;
    }
    .row .row-a .menuA{
        line-height: 20px;
        bottom: 80px;
    }
    .row .row-a .menuA>li{
        font-size: 10px;
    }

}


@media (min-width: 768px) {
    .row .row-a {
        padding: 20px 0;
    }
    .navbar {
        text-align: center;
        padding: 20px 0 0 0;
    }
    .dropdown-menu>li {
        text-align: center;
    }
    .navbar-right .dropdown-menu {
        /*min-width: 120px;*/
    }
    .row .row-a .row-text h4 {
        font-size: 16px;
    }
    .row .row-a .row-text p {
        font-size: 12px;
    }

    .select_box .select .team {
        font-size: 16px;
        line-height: 56px;
        color: #272727;
    }
    .news .news_text .news_a {
        font-size: 14px;
    }
    .news .news_text .news_sp {
        font-size: 12px;
    }
    .news .news_text {
        height: 44px;
    }
    .navbar-nav li.active{
        border-bottom: 2px solid #0e88fa;

    }
}

@media (min-width: 992px)and (max-width: 1200px) {
    .news .news_text {
        height: 36px;
    }
}
@media (max-width:991px) {
    .bottom_box .bottom_contact .bottom_right{
        line-height: 0;
    }
    .wrapper{
        margin-bottom: 10px;
    }
    .bottom_box .bottom_contact .bottom_right .wrapper{
        float: left;
    }
}
@media (min-width: 768px) and (max-width:991px) {
    .wrapper{
        margin-left: 27%;
    }
}

@media(max-width:640px) {
    .news_box .news .carousel .carousel-inner .carousel-control{
        top:76%;
    }
}