@media only screen and (min-width: 1400px) {
.container {
min-width: 1400px;
padding:0px;

}
}
a {color:#333;text-decoration:none;}
a:hover {color:#ec9306;text-decoration:none;}
a:active {color:#ec9306;text-decoration:none;}
.top-nav{
    width:100%;
    height:200px;
    background:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0.0));
    position:fixed;
    z-index:1000;


}

.jxdt_title{
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    color:#fff;
    font-size:18px;
    line-height:30px;
    background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.5));
    padding:20px;
}

.text-name{
    color:#023a9f;

}
.text-lt-title{
    color:#000;
    font-size: 18px;
    line-height: 30px

}

 .dropdown:hover
        {
            background:#00154e;
        }        
        .dropdown:hover>.dropdown-menu
        {
            display: block
        }

        .dropdown .dropdown-menu
        {
            background: #fff;   
            border:0px;
            border-radius:0px;

        }

.navbar-default .navbar-nav > li
{
margin-left: 50px;
}

.navbar-default .navbar-nav > li >a
        {
            color:#fff;
            font-size: 20px;
            font-weight: bold;
        }


        .navbar-default .navbar-nav > li:hover
        {
            background: rgba(0,0,0,0);
        }




    .mySwiper1  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        height:100%;

        /* 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;
      }

    .mySwiper1  .swiper-slide img{
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: inherit;
    out-fit:cover;
    

    }
.mySwiper1 .swiper-slide-active img,.mySwiper1 .swiper-slide-duplicate-active img{
    animation: zoom 6s;
    } 
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.2);
    }
    60% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}



.mySwiper1 .swiper-button-prev{
color:rgba(255,255,255,0.5);
font-weight: bold;
margin-left:20px;
}
.mySwiper1 .swiper-button-next{
color:rgba(255,255,255,0.5);
font-weight: bold;
margin-right:20px;
}

.mySwiper1 .swiper-button-prev:hover{
color:#fff;
margin-left:20px;
}
.mySwiper1 .swiper-button-next:hover{
color:#fff;
margin-right:20px;
}

.mySwiper1 .swiper-pagination{
    margin-bottom:60px;
}


.mySwiper1 .swiper-pagination-bullet{
    width: 16px!important;
    height: 16px!important;
    border-radius: 50%!important;
    background: #000!important;
    border:2px solid #fff;
}


.mySwiper1  .swiper-pagination-bullet-active {
    background: #ff9900!important;
    border:2px solid #fff;
}
    

.mySwiper2 .swiper-slide {
    text-align: center;
    position: relative;
    overflow: hidden;
    height:100px;
    
}

.mySwiper2  .swiper-slide .txt {
    width:100%;
    height:100px;
    position: absolute;
    height:inherit;
    left: 0;
    bottom: 0;
    height:90px;
    background: rgba(255,255,255,1);
    color:#000;
    z-index: 2000;
    transition: all .5s;
    font-size:20px;
    padding-top:30px; 
    box-shadow: inset 4px 0px 10px rgba(0, 0, 0, .1);

}

.mySwiper2  .swiper-slide:first-child .txt {
    width:100%;
    height:100px;
    position: absolute;
    height:inherit;
    left: 0;
    bottom: 0;
    height:90px;
    background:#00154e;
    color:#fff;
    z-index: 2000;
    transition: all .5s;
    font-size:20px;
    padding-top:30px; 

    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, .1);

}

.mySwiper2  .swiper-slide:hover .txt {
    
    height:100px;
    background: rgba(0,21,78,.8);
    color:#fff;
    

}

.mySwiper2  .swiper-slide img {
    
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}


.mySwiper2  .swiper-slide:hover img {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.mySwiper3 .swiper-pagination-bullet,
.mySwiper4 .swiper-pagination-bullet{
    width: 16px!important;
    height: 16px!important;
    border-radius: 50%!important;
    background: #00154e!important;
}

.mySwiper3  .swiper-pagination-bullet-active,
.mySwiper4  .swiper-pagination-bullet-active {
    background: #023a9f!important;
}
.mySwiper3 .swiper-button-prev{
color:#ddd;
}
.mySwiper3 .swiper-button-next{
color:#ddd;
}

.mySwiper3 .swiper-button-prev:hover{
color:#023a9f;
}
.mySwiper3 .swiper-button-next:hover{
color:#023a9f;
}



    
.top-banner{
    position:relative;
}
.top-banner .kj_nav{
    position: absolute;
    width:100%;
    left:0px;
    bottom:0px;
}





.swiper-two .swiper-wrapper{

    width: 100%;
    height:560px;
}

.swiper-two .swiper-wrapper{
    width: 100%;}
.swiper-two .swiper-slide img{
    width: 100%;}
.swiper-two .swiper-pagination-bullet{
    width: 16px!important;
    height: 16px!important;
    border-radius: 50%!important;
    background: #00154e!important;
}
.swiper-two .swiper-pagination-bullet-active {
    background: #023a9f!important;}
.swiper-two .swiper-card {
    display: flex;
    margin-top: -40px;
    z-index: 10000;
    position: absolute;
    background-image: url(../img/cude.jpg);
    right: 0;
    background-size: 100% 100%;
    color: black;
width: 100%;
max-width: 500px;
float:right;
right:20px;
}
.swiper-two .card-title{
    border-right: 1px solid #33333336;
    background-image: url(../img/line.jpg);
    height:40px;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: bottom;}
.swiper-two .card-title p{
    text-align: left;
    /*margin: 10px;*/
padding:5px 10px;
    font-size: 20px;}
.swiper-two .card-title p:last-child{
    text-align: right;
    font-size: 12px;
    color: #666666;

    margin-top: -20px;
}
.swiper-two .card-message{
    width: calc(100% - 65px);
}
.swiper-two .card-message p{
    display: block;
    font-size: 16px;
    padding: 18px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 20px);
}
.notice-bg{
    background: url(../img/notice-bg.jpg) no-repeat center center;

}

.worldmap{
    background-image: url(../img/map.jpg);
    background-size:cover;
    background-position: top center;
}
.bg-dark1{
background:#00154e;

}

/*hiSlider*/
li{
		    list-style: none;
		}
		li img{
		    display: block;
		    margin: 0 auto;
		}
.hiSlider{
		    overflow: hidden;
		    height: 387px;
		    width: 580px;
		    background: #eee;
		}
		.hiSlider-item{
		    float: left;
		}