﻿html, body {
    position: relative;
    height: 100%;
}


.swiper-container {
    width: 100%;
    /*height: 100%;*/
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide1 {
    text-align: center;
    font-size: 0.95vw;
    /* 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;
	height:600px;
}

.part1 {
    background: url(./../images/new_index/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.part2 {
    background: url(./../images/new_index/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-container-v>.swiper-wrapper>.swiper-slide>div {
    transform: translateX(-100px);
    opacity: 0;
}

.ani-slide>div {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

.ani-slide .fade-up1 {
    transition: all cubic-bezier(0.66, 0, 0.34, 1) 0.66s;
}

.ani-slide .fade-up2 {
    transition: all cubic-bezier(0.66, 0, 0.34, 1) 0.66s 0.2s;
}

.ani-slide .fade-up3 {
    transition: all cubic-bezier(0.66, 0, 0.34, 1) 0.66s 0.4s;
}

/*每个切换页标题*/

.solution-header {
    height: 70px;
    margin-top:20px;
    display: flex;
    justify-content: center;
    color: rgb(255, 253, 253);
    z-index: 1000;
}

.solution-header>div {
    align-self: center;
}

/*首页动态logo*/

@keyframes bannerMove2 {
    0% {
        transform: translate(0, 10px);
    }
    25% {
        transform: translate(0, -10px);
    }
    50% {
        transform: translate(0, 10px);
    }
    75% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 10px);
    }
}

.bannerImg2 {
    margin-left: 30px;
    width: 60%;
    animation: bannerMove2 8s cubic-bezier(0.56, 0, 0.48, 1) infinite;
    -webkit-animation: bannerMove2 8s cubic-bezier(0.56, 0, 0.48, 1) infinite;
}

.btn1 {
    border-radius: 25px;
    color: white;
    background-color: transparent;
    padding: 10px 37px;
    font-size: 1.0vw;
    margin-top: 10px;
    line-height: inherit;
    border: 1px solid #fff;
    display: inline-block;
    transition: all ease 0.4s;
}

.btn1:hover {
    background-color: #2895E7;
    border: 1px solid #2895E7;
    cursor: pointer;
}

/*地图模块*/

.part2-bottom:hover {
    cursor: pointer;
}

.main-bottom-img {
    transform: scale(0, 0);
    opacity: 0;
    position: absolute;
    top: 100%;
    left: -130px;
    transition: all cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
}

.part2-bottom {
    position: relative;
}

.part2-bottom:hover .main-bottom-img {
    transform: scale(1, 1);
    opacity: 1;
    transition: all cubic-bezier(0.66, 0, 0.34, 1) 0.4s;
}
.main-bottom-img img{
    width: 150%;
}
.main-bottom {
    color: #35BFFF;
    font-size: 1.4vw;
    font-weight: bold;
}

.main-bottom-des {
    color: #5861C9;
    font-size: 0.8vw;
    margin-top: 5px;
}

/*动态背景*/

@keyframes bannerMove3 {
    0% {
        transform: translate(0, 10px);
    }
    25% {
        transform: translate(10px, 10px);
    }
    50% {
        transform: translate(10px, 0);
    }
    75% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(0, 10px);
    }
}

.bannerImg3 {
    width: 100%;
    animation: bannerMove3 8s cubic-bezier(0.56, 0, 0.48, 1) infinite;
    -webkit-animation: bannerMove3 8s cubic-bezier(0.56, 0, 0.48, 1) infinite;
}



#wrap {
height: 600px;
margin:30px 0;

}

#wrap .swiper-slide {
    width: 10%;
    cursor: pointer;
    -webkit-justify-content: left;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
    transition: opacity ease-in-out 0.3s;
}

.curr {
    border-top-right-radius: 50px;
    z-index: 10;
    opacity: 1 !important;
    transition: opacity ease-in-out 0.3s;
}

#wrap .swiper-slide:nth-child(1) {
    width: 50%;
    background-image: url(../images/industry/marine/solution/img_solution1.png);
}

#wrap .swiper-slide:nth-child(2) {
    background-image: url(../images/industry/marine/solution/img_solution2.png);
}

#wrap .swiper-slide:nth-child(3) {
    background-image: url(../images/industry/marine/solution/img_solution3.png);
}

#wrap .swiper-slide:nth-child(4) {
    background-image: url(../images/industry/marine/solution/img_solution4.png);
}

#wrap .swiper-slide:nth-child(5) {
    background-image: url(../images/industry/marine/solution/img_solution5.png);
}

#wrap .swiper-slide:nth-child(6) {
    background-image: url(../images/industry/marine/solution/img_solution6.png);
}

#wrap .swiper-slide:nth-child(7) {
    background-image: url(../images/industry/marine/solution/img_solution7.png);
}




#wrap .swiper-slide{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#wrap .swiper-slide>.text {
    width: 5.05vw;
    height: 85%;
    background: transparent;
    opacity: 1;
    margin-left: 35px;
    border-top-right-radius: 35px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

#wrap .swiper-slide>.text p {
    padding: 15px 2.05vw 0px 2.05vw;
    font-family: 'Microsoft yahei';
    color: #fff;
    word-break: break-all;
    font-size: 0.95vw;
    font-weight:bold
}

#wrap .swiper-slide>.text .part3-btn {
    width: 1.75vw;
    height: 1.75vw;
    align-self: center;
    margin-bottom: 20px;
}

.part3-btn img {
    width: 100%;
}

#wrap .curr>a.text {
    background-image: url(../images/industry/marine/bg_title.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all ease-in-out 0.66s;
}

.icon-img {
    width: 53px;
    height: 53px;
    position: relative;
    margin: auto;
}

.icon-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-center {
    transition: all cubic-bezier(0.66, 0, 0.34, 1) 0.5s;
    color: #414363;
    position: relative;
}

.text-center:hover {
    transform: translateY(-30px);
    cursor: pointer;
    color: #414363 !important;
    
}
.text-center:hover .industrial-img{
    opacity: 1;
}
.icon-title {
    margin-top: 1vw;
    font-weight: bold;
    font-size: 1.1vw;
    line-height: 1.3vw;
    height: 1.3vw;
}

.icon-des {
    margin-top: 10px;
    font-size: 0.9vw;
    line-height: 1.8vw;
    height: 1.8vw;
}




span.zhaiyao {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    font-size: 0.9vw;
    line-height: 1.8vw;
    color: #7d85d2;
}


@media screen and (max-width: 1024px) {
    .news_diandi {
        padding: 0px 0%;
    }
    .news_text {
        padding: 20px;
    }
    .news_diandi_container {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .news_img>img {
        width: 100vw;
    }
}



.nav-tabs {
    border: none !important;
    display: flex !important;
    justify-content: space-evenly !important;
    width: 90%;
    margin: auto;
    border-bottom: 1px solid #474F8E !important;
}

.nav-tabs>li>a {
    cursor: default !important;
    font-weight: 400 !important;
    font-size: 0.9vw !important;
    color: #4D59AD !important;
    border: none !important;
    padding: 15px 15px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li>a:hover {
    cursor: pointer !important;
    color: #FFFFFF !important;
    background: none !important;
}

.nav-tabs>li {
    float: none !important;
    width: 180px;
}

.nav-tabs>li:after {
    content: "";
    width: 0;
    height: 3px;
    background: #3567E8;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .8s;
}

.nav-tabs>li:hover:after {
    left: 0%;
    width: 100%;
}

.nav-tabs>li.active:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #3567E8;
    top: 100%;
    left: 0%;
}


.sub_title{
    font-size: 1vw;
    font-weight: 400;
    margin-top: 20px;
}
.part2-left-contnet{
    position:absolute;
    left: 30%;
    bottom: 1%;
}
.circle_point{
    display: inline-block;
    width: 0.7vw;
    height: 0.7vw;
    border-radius: 50%;
}
@media screen and (max-width: 1280px){
    #public_header>.zt_navi{
        width: 50vw !important;
    }
    .logo-img{
        width: 12%;
        height: auto;
    }
    .logo-img img{
        width: 100%;  
    }
    .main-bottom-img{
        top: 32px;
    }
    .mews_img_t{
        height: 250px;
    }
    .part2_footer{
        bottom: 3%;
    }
    .part2_echarts{
        margin-top: 4%;
    }
    .solution-header{
        /*height: 34%;*/
    }
    .sub_title{
        margin-top: 10px;
    }
    .news_diandi{
        padding: 0px 10% !important;
    }
    .news_title_top .title_left{
        font-size: 1.15vw;
    }
    .news_text a{
        border-left: 1px solid #DCDCDC;
    }
}


.field_tab{height: 150px;max-width:1200px;margin: 0 auto;margin-bottom:30px}
.field_tab_out{height:100%;width:20%;float:left;cursor: pointer;}
.field_tab_in {height:150px;width:150px;margin-top: 8px;background-color:#eeeeee;margin:auto}
.field_tab_in_img{float: left;width: 26px;margin-top: 45px;margin-left: 65px;}
.field_tab_in_title {width: 100%;text-align:center;float:left;margin-top:10px}
.field_tab_in_title span{font-size:0.9vw}
.field_tab_txt {background:#225FB9;height: 490px;}
.field_tab_txt_out {max-width:1200px;margin:0 auto; padding-top: 50px; }
.field_tab_txt_in {height:150px;width:500px;float:left;  }
.field_tab_img{float:right;width:600px;}
.field_tab_img img{width:100%;}
.field_tab_txt_title{text-align: left;font-size: 0.95vw;color: #ffffff;font-weight: bold;}
.field_tab_txt_content{font-size: 0.95vw;text-align: left;line-height: 30px;text-indent: 2em;text-align:justify;color: #ffffff }



/*--------------海洋系统----------------*/
/*.ocean-box .ocean-tab{padding:60px 0;}*/
.ocean-box #OceanTabs #OceanHead ul li{float:left;text-align:center;color:#2E6A95; margin:12px 20px;}
.ocean-box #OceanTabs #OceanHead ul li a{color:#595957;font-size:0.95vw;display:inline-block;width:360px;height:60px;text-align:left;padding:13px  0px  0px 90px;background:url("../images/industry/bg_img_product.png") no-repeat ;}
.ocean-box #OceanTabs #OceanHead ul li a.selected{background:#2074ce;color:#fff; background:url("../images/industry/bg_img_product_click.png") no-repeat ;font-weight:bold }
.ocean-box #OceanTabs .tab-content{padding:15px 0;display:none}
.ocean-box #OceanTabs .tab-content ul{overflow:hidden}
/*.ocean-box #OceanTabs .tab-content ul li{float:left;width:120px}*/
.ocean-box #OceanTabs .tab-content ul li h2{color:#2E6A95;font-size:0.95vw;/*padding:16px;*/font-weight:bold;}
.ocean-box #OceanTabs .tab-content ul li .info-box{padding:40px 0;text-align:center}
.ocean-box #OceanTabs .tab-content ul li.selected h2{color:#2E6A95;}


#OceanChildTabs{background-image:url("../images/industry/marine/img_bg.png");width: 100%;height: 880px; }

#OceanChildTabs .tab-child-content-li ._img{width:700px;float:left}
#OceanChildTabs .tab-child-content-li ._content,#OceanChildTabs .tab-child-content-li ._title{width:450px;float:right;text-align:justify}

#OceanChildTabs .tab-child-content-li ._title ul li {line-height:100px;}

#OceanChildTabs .tab-child-content-li .tab-child-content h2 {
    font-size: 0.95vw;
    font-weight: bold;
}
    #OceanChildTabs .tab-child-content-li ._content ._des {line-height: 40px;
text-indent: 2em;  font-size: 0.9vw;color: #2E6A95; }
#OceanChildTabs #OceanChildHead{line-height:70px;background: #EFF3FC;}
#OceanChildTabs #OceanChildHead a { color:#2E6A95  !important;font-size:0.95vw;font-weight:bold}
#OceanChildTabs #OceanChildHead .product-box{float:left;text-align:center;width:268px}
#OceanChildTabs #OceanChildHead .product-box a.selected{}
#OceanChildTabs #OceanChildHead li.selected{background-image: url("../images/industry/marine/img_tttle2.png");width: 268px;text-align:center}

    /* 焦点图 */
.focus{overflow:hidden; zoom:1; min-width:1200px; background:url(img/video_0921_04.png) repeat-x}
.focus_body{margin-top:130px}
.scroll{ width:1200px; margin:0 auto; position:relative; padding-top:16px;}
.scroll .t, .arr_left, .arr_right,.scroll_txt{position:absolute;}
.arr_left{ width:45px; height:70px; cursor:pointer; line-height:400px; overflow:hidden; left:0; top:135px;background:url(img/video_0921_arrow_left.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='img/video_0921_arrow_left.png');_background:none;}
.arr_right{ width:45px; height:70px; cursor:pointer; line-height:400px; overflow:hidden; right:0; top:135px;background:url(img/video_0921_arrow_right.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='img/video_0921_arrow_right.png');_background:none;}
.scroll .t{width:145px; height:36px; cursor:pointer;overflow:hidden; left:-10px; top:16px;background:url(img/video_1220_zyc_dsj_logo.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='img/video_1220_zyc_dsj_logo.png');_background:none;}
.scroll .box{float:left; width:1200px;}
.scroll .box img{width:700px;}
.scroll_cont{  width:1200px; height:500px}
.numList{ vertical-align:middle; text-align:center; padding:8px; }
.numList span{display: inline-block; width:25px; height:0; padding-top:8px; border:solid 1px #5e5e5e; margin-right:5px; background:#0f0f0f; cursor:pointer; line-height:0; font-size:0}
.numList span.selected{border:solid 1px #333; background:#fff}
.scroll_txt{ left:700px; top:11px;}
.scroll_txt .txtbg{ position:absolute;width:257px; height:390px;left:0; top:0;background:url(img/video_0921_txtbg.png) no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale, src='img/video_0921_txtbg.png');_background:none;}
.scroll_txt .txtcontent{ position:absolute;left:34px; top:0px; color:#ccc; width:465px;text-align:justify}
.scroll_txt .txtcontent h2{ font-size:20px; color:#ccc; font-family: 'Microsoft yahei'; line-height:24px; padding:0 0 5px;}
.scroll_txt .txtcontent p{ padding:5px 0;font-size:0.9vw;color:#2E6A95;line-height:25px;margin-top:25px}
.scroll_txt .txtcontent p span{ color:#2d84be;}
.scroll_txt .txtcontent .btn{ text-align:center; padding:10px}
.scroll_txt .txtcontent .des{padding-top:20px;color:#2E6A95;font-size:0.9vw;text-align:justify}
#tab-child-content-295 .des,#tab-child-content-296 .des,#tab-child-content-297 .des{line-height:40px;text-indent:2em}
.scroll_txt .txtcontent .btn a{ background:url(img/video_0921_02.png) no-repeat 0 -250px; width:94px; height:25px; display:block; margin:0 auto; cursor:pointer; line-height:400px; overflow:hidden}
.txtcontent h2 a { color:#ccc;}
.txtcontent h2 a:hover { color:#fff; text-decoration:none;}
.txtcontent h2 a:visited { color:#ccc;}
.playList{ float:right;width:308px; overflow:hidden;}
.playList li{ width:290px; height:80px; padding-left:18px; background:url(img/video_0815_01.png) no-repeat}
.playList li.active{ background-position:0 -80px}
.playList li h3{ color:#333; font-size:16px; font-family:"微软雅黑"; line-height:30px;}
.playList li a, .playList li a:visited, .playList li a:hover{color:#333}
.playList li p{ color:#898989; padding-right:9px}
.playList li.active a, .playList li.active a:visited, .playList li.active a:hover, .playList li.active p{ color:#fff;}
.project-case1 {margin-bottom:20px;}
.project-case2 {background-image:url("../images/industry/marine/zthygc/img_bg.png");width: 100%;margin-bottom:15px;}
.project-case3 {background-image:url("../images/industry/marine/ztshyw/img_bg.png");width: 100%;background-size:100% 100%}

.swiper-button-next{background-image:url("../images/industry/marine/solution/right.png");!important;background-size:50px}
.swiper-button-prev{background-image:url("../images/industry/marine/solution/left.png");!important;background-size:50px}


.subNav {
    position:absolute;
	list-style:none;
	background-color:#fff;		
	display:none;
    height:100px;
    overflow:hidden
}


.subNav div{
    text-align:left;
    clear:left;
    width:360px;
    height:35px;
    background:#fff;
    line-height:35px;
    color:#595957;
    font-size: 0.9vw;
    cursor:pointer
}


.subNav div span {
    border-left: 4px solid #377ffc;
    padding-left: 10px;
    color: #595957;
}

.subNav div span:hover,.subNav div:hover{
	color:#004EA1
}




