/*banner*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.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-slide.swiper-slide-active {
    z-index: 100;
}

.banner_wrap {
    height: 100%;
    position: relative;
}

.banner_wrap p {
    font-size: 45px;
    line-height: 85px;
    text-align: center;
    color: #fff;
    font-weight: 100;
}

.banner_wrap .button_wrap {
    float: left;
    margin: 100px 0 0 135px;
}

.banner_wrap .button {
    width: 240px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #fff;
    font-size: 28px;
    font-weight: 100;
    text-align: center;
    color: #fff;
}

.banner_wrap .button:hover {
    opacity: .9;
}

.banner_wrap .button.button_fill {
    background-color: #2d94fc;
    border: 1px solid #2d94fc;
    margin-right: 55px;
}

.banner_wrap .banner_2_text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -160px;
    z-index: 9999;
    color: #fff;
    text-align: left;
    line-height: 2;
    font-weight: lighter
}

.banner_wrap .banner_2_text div:nth-of-type(1) {
    font-size: 55px;
    margin-bottom: 50px;
}

.banner_wrap .banner_2_text div:nth-of-type(2) {
    font-size: 40px;
}

.banner_wrap .banner_2_text div:nth-of-type(3) {
    font-size: 40px;
}

.swiper-slide.swiper-slide-2 {
    background: #000;
    position: relative;
}

.swiper-slide.swiper-slide-2 > div {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide.swiper-slide-3 {
    background: #060e1b;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #2d94fc;
}

.app_banner{
    display: none;
}

.banner_pro_title{
    position: absolute;
    top:30%;
    left:15%;
}

.banner_pro_title span{
    display: inline-block;
    border-radius: 6px ;
    background-color: #11eb02;
    padding: 4px;
    color: #fff;
    margin-right: 20px;
}

.banner_pro_title{
    color: #2d94fc;
    text-align: left;
}

.banner_pro_title > div{
    font-size: 24px;
}

.banner_pro_title > h3{
    font-size: 30px;
    color: #3c4d64;
    font-weight: lighter;
    border-top: 2px solid #2d94fc;
    border-bottom: 2px solid #2d94fc;
    padding: 8px 0;
    margin: 10px 0;
}

.banner_pro_title > p{
    font-size: 18px;
    color: #3c4d64;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
}

.banner_pro_title > a{
    float: left;
    margin-top: 40px;
    color: #2d94fc;
    font-size: 18px;
}

/*服务*/
.service_wrap .col-md-3 > img {
    margin: 60px auto 0 auto;
}

.service_wrap .col-md-3 > h3 {
    font-size: 20px;
    line-height: 55px;
    margin-bottom: 10px;
    color: #333333;
    text-align: center;
}

.service_wrap .col-md-3 > span {
    display: block;
    width: 30px;
    height: 4px;
    margin: 0 auto;
}

.service_wrap .col-md-3 > p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 70px;
    text-align: center;
}

.service_wrap .col-md-3 .green {
    background-color: #32e2bb;
}

.service_wrap .col-md-3 .orange {
    background-color: #fa8349;
}

.service_wrap .col-md-3 .purple {
    background-color: #b08af6;
}

.service_wrap .col-md-3 .blue {
    background-color: #28beff;
}

/*关于海伏*/
.about_wrap {
    background: #fff;
}

.about_wrap .title, .product_wrap .title, .product_swiper_wrap .title, .news_wrap .title {
    color: #007af8;
    font-size: 26px;
    background: url("../image/line1.png") center bottom no-repeat;
    padding: 100px 20px 30px 20px;
    margin-bottom: 50px;
    text-align: center;
}

.about_wrap .title span, .product_wrap span, .product_swiper_wrap span, .news_wrap .title span{
    font-size: 19px;
    font-style: italic;
    font-family: "helvetica";
    color:#28beff;
}

.about_h_wrap h4{
    font-size: 20px;
    color: #233869;
}

.about_h_wrap .blue_line{
    display: block;
    background-color: #007af8;
    width: 38px;
    height: 4px;
    margin: 20px 0;
}

.about_h_wrap p{
    font-size: 16px;
    color: #233869;
    width: 85%;
    line-height: 1.7;
}


.about_wrap .img_wrap img{
    width: 90%;
    margin: 0 auto;
}

.about_wrap .button_pink {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 50px 0 0 0;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #007af8;
}

.about_wrap .button_pink:hover {
    opacity: .8;
    transition: all .5s ease;
}

/*产品中心*/
.swiper2-container{
    overflow: hidden;
    position: relative;
}

.product_swiper_wrap .swiper-button-prev, .product_swiper_wrap .swiper-container-rtl .swiper-button-next{
    background-image: url("../image/next1.png");
    left:-70px
}

.product_swiper_wrap .swiper-button-next, .product_swiper_wrap .swiper-container-rtl .swiper-button-prev{
    background-image: url("../image/next.png");
    right: -70px;
}

.product_swiper_wrap .swiper-button-next, .product_swiper_wrap .swiper-button-prev{
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    top:340px;
}

/*轮播垂直居中*/
.product_swiper_wrap .swiper2-container{
    height: 100%;
}

.product_swiper_wrap .swiper-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
}

#product_swiper{
    margin-top: 80px;
}

/*应用案例*/
.product_wrap {
    /*background: #fbfbfb;*/
}

.pro_container {
    margin-top: -40px;
    padding-bottom: 20px;
}

.pro_container > .col-md-6 {
    padding: 0 55px;
    margin-top: 50px;
}

.pro_container > .col-md-6 > a {
    display: block;
}

.pro_container > .col-md-6 > a:hover {
    -webkit-box-shadow: 1px 1px 16px rgba(1, 20, 32, .1);
    -moz-box-shadow: 1px 1px 16px rgba(1, 20, 32, .1);
    box-shadow: 1px 1px 16px rgba(1, 20, 32, .1);
    transition: all .1s ease;
}

.pro_img_wrap {
    width: 100%;
    overflow: hidden;
}

.pro_img_wrap img {
    width: 100%;
}

.pro_content {
    position: relative;
    padding: 10px 20px 15px 20px;
    background: #fff;
    border: 1px solid #dddddd;
    border-top: none;
}

.pro_content img {
    position: absolute;
    top: -45px;
    right: 30px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.pro_content p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 8px;
}

.pro_content > div {
    font-size: 15px;
    color: #666666;
    line-height: 1.5;
    text-align: justify;
    height: 44px;
    /*两行文字*/
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*新闻动态*/
.news_wrap {
    background: #fff;
}

.news_wrap a{
    display: block;
}

.news_wrap .more{
   font-size: 12px;
    color:#ccc;
    margin-top: 22px;
}


.news_wrap .news_right_wrap .more{
    text-align:right;
}


.news_wrap .news_left_wrap{
    padding: 0 50px;
}

.news_left_wrap .ketang_title_link{
    font-size: 16px;
    color: #233869;
    margin:8px 0 8px 0;
    /*单行文字省略*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 30px;
    background: url("../image/icon.png") left center no-repeat;
    background-size: 24px 22px;
}

.news_title_link h4{
    font-size: 18px;
    color: #233869;
    margin:0px 0 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_title_link p{
    font-size: 15px;
    color: #233869;
    line-height: 1.5;
    /*多行文字省略*/
    overflow: hidden;
    display: -webkit-box;    /*1.设置display类型为-webkit-box*/
    text-overflow: ellipsis; /*3.设置超出样式为省略号*/
    -webkit-line-clamp: 2;   /*4.设置2行应用省略*/
    -webkit-box-orient: vertical;
}

.news_wrap .news_image
{
    height: 260px;
    margin-bottom: 22px;
}

.news_right_wrap .title_time{
    float: left;
    width: 15%;
    text-align: center;
    color: #233869;
}

.news_right_wrap .title_time > div{
    font-size: 30px;
    color: #233869;
}

.news_right_wrap .title_time > p{
    font-size: 12px;
}

.news_link{
    margin: 6px 0 22px 0;
}

.news_right_wrap .news_title_link{
    float: left;
    width: 85%;
    padding: 0px 20px;
}


/*友情链接*/
.link_wrap .link_title img{

    float: left;
    margin-right: 10px;
}

.link_wrap .link_title{
    margin-top: 70px;
    color: #bbb;
    margin-bottom: 10px;
}

.link_wrap > img{
    max-width: 100%;
    margin-bottom: 10px;
}

.link_wrap .links a{
    color:#bbb;
}

.link_wrap .links a:hover{
    color:#23527c;
}
