.news-swiper .right .swiper-container6 .swiper-slide a span:nth-child(2){
    display: none;
}

.head2{
    height: 80px;
}
html,body{
    /* overflow-x: hidden; */
}
table{
    border:none
}
table td{
    border: 1px solid #fff;
}
.logo{
    float: left;
    padding:0 50px;
}
.logo img{
    margin-top: 15px;
    margin-right: 5px;
}
.logo-text{
    float: right;
}
.logo-text .name{
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}
.logo-text .code{
    font-size: 14px;
    margin: 0;
}

.nav{
    float: left;
}
.nav ul{
    margin: 0;
    padding: 0;
}
.nav ul li{
    display: inline-block;
    line-height: 80px;  
    font-size: 18px;
    border-left: 1px solid #e3e3e3;
    float: left;
}
.nav ul li:last-child{
    border-right: 1px solid #e3e3e3;
}
.head2{
    position: relative;
    z-index: 999;
}
.nav ul li .aaa{
    color: #333;
    padding: 0 35px;
    display: inline-block;
    height: 100%;
    transition: 0.2s;
}
.nav ul li:hover .aaa,.nav ul li.active .aaa{
    background: #9dc0de;
    color: #fff;
}
.nav ul li .all{
    width: 100%;
    background: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    transition: 0.3s;
    height: 0px;
    overflow: hidden;
    display: flex;
    box-shadow:inset 3px 0 10px 3px #ddd;
}
.nav ul li .all .main{
    flex: 1;
    padding: 50px 80px;
}
.nav ul li .all .left,.nav ul li .all .right{
    width: 400px;
    height: 100%;
}
.nav ul li .all .right{
    background-size: cover;
    background-position: center center;
}
.nav ul li .all .left{
    background: #9dc0de;
    position: relative;
}
.nav ul li .all .left span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    color: #fff;
}
.nav ul li:hover .all{
    height: 240px;
}
.nav ul li .all .main {
    line-height: normal ;
    float: left;
}
.nav ul li .all .main  a{
    font-size: 16px;
    color: #222;
    transition: 0.3s;
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden; 
}
.nav ul li .all .main  .r{
    margin-bottom: 35px ;
    width: 25%;
    float: left;
}
.nav ul li .all .main  .r:hover .m-img img:nth-child(1),
.nav ul li .all .main  .r.active .m-img img:nth-child(1){
    opacity: 0;
}
.nav ul li .all .main  .r:hover .m-img img:nth-child(2),
.nav ul li .all .main  .r.active .m-img img:nth-child(2){
    opacity: 1;
}
.nav ul li .all .main  .r:hover a,
.nav ul li .all .main  .r.active a{
    color: #0065b3;
}
.nav ul li .all .main  .m-img{
    position: relative;
    width: 30px;
    height: 25px;
    float: left;
}
.nav ul li .all .main  .m-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    transition: 0.3s;
    top: 50%;
    transform: translateY(-50%);
}
.nav ul li .all .main  .m-img img:nth-child(1){
    opacity: 1;
}
.nav ul li .all .main .m-img img:nth-child(2){
    opacity: 0;
}
.head-other{
    float: right;
    height: 100%;
}
.head-other .search{
    height: 100%;
    position: relative;
    float: left;
}
.head-other .search i{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 20px;
    color: #333;
}
.head-other .search input{
    width: 200px;
    background: #f1f5f8;
    height: 100%;
    border: none;
    padding-left: 15px;
    font-size: 18px;
}
.language{
    width: 80px;
    height: 100%;
    background: #9dc0de;
    line-height: 80px;
    text-align: center;
    float: right;
    position: relative;
}
.language i{
    color: #fff;
    font-size: 35px;
}
.language:hover .xl{
    opacity: 1;
    visibility: visible;
}
.language .xl{
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.language .xl a{
    display: inline-block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    background: #f1f5f8;
    padding-left: 30px;
    text-align: left;
    transition: 0.3s;
}
.language .xl a:hover{
    background: #9dc0de;
    color: #fff;
}
.pad-top{
    padding-top: 90px;
}
.pad-bottom{
    padding-bottom: 90px;
}



.news-swiper{
    padding: 30px 0;
}
.news-swiper .row2{
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.news-swiper .left{
    font-size: 24px;
    padding-right: 15px;
}
.news-swiper .right{
    flex: 1;
}
.news-swiper .right .swiper-container6{
    height: 30px;
    padding-left: 15px;
    border-left: 1px solid #eee;
}
.news-swiper .right .swiper-container6 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-swiper .right .swiper-container6 .swiper-slide a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #999;
}
.news-swiper .right .swiper-container6 .swiper-slide span:first-child{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; 
    flex: 1;
    padding-right: 15px;
}
.news-swiper .left i{
    font-size: 40px;
    color: #5c98c9;
    margin-right: 0px;
    vertical-align: middle;
}

.title{
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1em;
    text-align: center;
}
.title2{
    font-size: 20px;
    margin-top: 0;
    color: #666;
    margin-bottom: 30px;
    line-height: 1em;
    text-align: center;
}


.footer2{
    background: #f6f6f6;
}
.footer2 .py{
    margin-bottom: 40px;
    display: flex;
}
.footer2 .py::after{
    content: '';
    clear: both;
    display: block;
}
.footer2 .item{
    flex: 1;
    text-align: center;
    padding: 0 24px;
}
.footer2 .item p{
    font-size: 12px;
    color: #838b96;
    margin-top: 8px;
}
.footer2 h6{
    margin: 0;
    font-size: 14px;
    color: #666;
}
.footer2 .div h6:first-child{
    margin-bottom: 20px;
}
.end{
    background: #f6f6f6;
    height: 70px;
    line-height: 70px;
    border-top: 1px solid #ccc;
    font-size: 12px;
    color: #838b96;
}
.end a{
    color: #838b96;
}
.win{
    position: fixed;
    bottom: 100px;
    right: 15px;
    width: 50px;
    z-index: 999;
}
.ll{
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: #9dc0de;
    margin-bottom: 2px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}
.ll:hover{
    background: #5c98c9;
}
.ll .ewm{
    width: 100px;
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    left: -15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border: 1px solid #eaeef1;
}
.ll:hover .ewm{
    opacity: 1;
    visibility: visible;
}
.ll a,.ll i{
    font-size: 30px;
    color: #fff;
}
.ll .icon-shangyiye{
    display: inline-block;
    transform: rotate(90deg);
}
.pad-bottom2 {
    padding-bottom: 50px;
}
.pad-top2 {
    padding-top: 50px;
}
.contact{
    height: 115px;
    background: #9dc0de;
}
.contact .col-md-9{
    font-size: 24px;
    color: #fff;
    line-height: 115px;
}
.contact .col-md-3 a{
    display: inline-block;
    width: 200px;
    line-height: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #9dc0de;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    float:right;
    margin-top: 33px;
    transition: 0.3s;
}
.contact .col-md-3 a:hover{
    color: #5c98c9;
    /* background: #f1f1f1; */
}
.banner{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner .bcd{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .bcd p{
    margin: 0;
    color: #fff;
    line-height: 1em;
}
.banner .bcd p:nth-child(1){
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}
.banner .bcd p:nth-child(2){
    font-size: 35px;
    margin-bottom: 40px;
}
.banner .bcd p:nth-child(3){
    font-size: 20px;
}
.banner .bcd p a{
    color: #fff;
    transition: 0.3s;
}
.banner .bcd p a:hover{
    color: #dbe8f2;
}
.nd-nav{
    background: #f1f5f8;
    height: auto;
    line-height: 80px;
}
.nd-nav.active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.nd-nav a{
    padding: 0 30px;
    display: inline-block;
    line-height: 80px;
    font-size: 18px;
    color: #444444;
    transition: 0.3s;
    float: left;
    position: relative;
    overflow: hidden;
}
.nd-nav a::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #9dc0de;
    opacity: 0;
    transition: 0.3s;
}
.nd-nav a:hover,.nd-nav a.active{
    background: #ffffff;
    color: #9dc0de;
}
.nd-nav a:hover::after,.nd-nav a.active::after{
    opacity: 1;
}
.sm-title{
    font-size: 30px;
    color: #444444;
    padding-left: 25px;
    position: relative;
    line-height: 1em;
    margin-bottom: 35px;
}
.sm-title::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:5px;
    height: 100%;
    background: #9dc0de;
}
.bcd h1{
    margin: 0;
    font-size: 60px;
    color: #fff;
    font-weight: normal;
    line-height: 1em;
    margin-bottom: 20px;
}
.bcd span {
    display: block;
    width: 35px;
    height: 3px;
    background: none;
    margin-bottom: 20px;
}
@media(max-width:1800px){
    .nav ul li .aaa {
        padding: 0 20px;
    }
}
@media(max-width:1610px){
    .nav ul li .aaa {
        font-size: 16px;
        padding: 0 12px;
    }
}
@media(max-width:1445px){
    .nav ul li .aaa {
        font-size: 14px;
        padding: 0 8px;
    }
    .logo {
        float: left;
        padding: 0 15px;
    }
    .head-other .search input {
        width: 250px;
    }
    .nav ul li .all .left, .nav ul li .all .right {
        width: 330px;
    }
    .nav ul li:hover .all{
        height: 200px;
    }
    .nav ul li .all .main {
        padding: 40px 60px;
    }
    .nav ul li .all .main  .r {
        margin-bottom: 30px;
    }
}
@media(max-width:1300px){
    .head-other .search input {
        width:150px;
        font-size: 14px;
    }
}
@media(max-width:1199px){
    .search button{
        display: none;
    }
    .end{
        margin-bottom: 44px;
    }
    .language{
        line-height: 50px;
    }
    .nd-nav.active{
        top: 60px;
    }
    .contact .col-md-9{
        font-size: 20px;
    }
    .head-other .search input{
        width:100px;
    }
    .ee1{
        width: 40%;
    }
    .footer2 .item {
        padding: 0px 12px;
    }
    .win{
        bottom: 50px;
        right: 50px;
    }
    .pad-bottom {
        padding-bottom: 70px;
    }
    .pad-top {
        padding-top: 70px;
    }
    .pad-bottom2 {
        padding-bottom: 30px;
    }
    .pad-top2 {
        padding-top: 30px;
    }
    .nav ul li {
        line-height: 50px;
    }
    .head2 {
        height: 50px;
    }
    .logo-text .name {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .logo img {
        margin-top: 0px;
        margin-right: 5px;
    }
    .nav ul li .all .left, .nav ul li .all .right {
        width: 300px;
    }
    .nav ul li .all{
        top: 50px;
    }
    .nav ul li .all .main  {
        margin-right: 0px;
    }
    .nav ul li .all .main {
        padding: 4  0px 30px;
    }
    .nd-nav {
        height: auto;
        line-height: 60px;
    }
    .nav ul li .all .main .r {
        margin-bottom: 25px;
    }
    .nd-nav a {
        padding: 0 20px;
        line-height: 60px;
        font-size: 16px;
    }
}
@media(max-width:1024px){
    .head-other .search input {
        width: 100px;
    }
    .nav ul li .aaa {
        padding: 0 6px;
    }
    .swiper-main .swiper-button-next,.swiper-main .swiper-button-prev{
        display: none;
    }
    .nav ul li .all .left, .nav ul li .all .right {
        width: 250px;
    }
}
@media(max-width:991px){
    .language{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 75px;
        width: 50px;
        line-height: 60px;
        background: #fff;
    }
    .language i{
        color: #9dc0de;
    }
    .end{
        margin-bottom: 0px;
    }
    .ee1{
        display: none;
    }
    .news-swiper{
        padding: 20px 0;
    }
    .news-swiper .row2{
        height: 30px;
    }
    .news-swiper .left{
        font-size: 20px;
        padding-right: 10px;
    }
    .news-swiper .right .swiper-container6{
        padding-left: 10px;
    }
    .news-swiper .right .swiper-container6 .swiper-slide a{
        font-size: 16px;
    }
    .news-swiper .right .swiper-container6 .swiper-slide span:first-child{
        padding-right: 10px;
    }
    .news-swiper .left img{
        margin-right: 5px;
        width: 26px;
    }
    .footer2 .item {
        width: 25%;
    }
    .footer2 .py {
        margin-bottom: 0px;
    }
    .sm-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    body{
        padding-bottom: 44px;
    }
    .win{
        display: none;
    }
    .pad-top {
        padding-top: 30px;
    }
    .pad-bottom{
        padding-bottom: 30px;
    }
    .title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .title2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .contact .col-md-9 {
        font-size: 25px;
    }
    .nd-nav {
        height: auto;
        line-height: 50px;
    }
    .nd-nav a {
        padding: 0 8px;
        line-height: 50px;
        font-size: 13px;
    }
    .banner .bcd p:nth-child(1) {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .banner .bcd p:nth-child(2) {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .banner .bcd p:nth-child(3) {
        font-size: 18px;
    }
    .bcd h1 {
        font-size: 50px;
        margin-bottom: 15px;
    }
    .bcd span {
        margin-bottom: 0px;
    }
    .banner .bcd {
        top: 60%;
    }
    .contact{
        display: none;
    }
}
@media(max-width:850px){
    .language{
        margin-right: 55px;
        height: 60px;
        line-height: 60px;
    }
    .news-swiper .right .swiper-container6 .swiper-slide a span:nth-child(2){
        display: block;
    }
    .news-swiper .right .swiper-container6 .swiper-slide a span:nth-child(1){
        display: none;
    }
}
@media(max-width:767px){
    .language{
        margin-right: 0;
    }
    .news-swiper{
        padding: 15px 0;
    }
    .news-swiper .row2{
        height: 20px;
    }
    .news-swiper .left{
        font-size: 16px;
        padding-right: 5px;
    }
    .news-swiper .right .swiper-container6{
        padding-left: 5px;
    }
    .news-swiper .right .swiper-container6 .swiper-slide a{
        font-size: 14px;
    }
    .news-swiper .right .swiper-container6 .swiper-slide span:first-child{
        padding-right: 5px;
    }
    .news-swiper .left i{
        display: none;
    }
    .footer2 .item {
        width: 50%;
        padding: 0;
    }
    .pad-top2 {
        padding-top: 15px;
    }
    .pad-bottom2 {
        padding-bottom: 15px;
    }
    .logo {
        padding: 0px;
    }
    .bcd h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .banner .bcd {
        top: 65%;
    }
    .bcd span {
        margin-bottom: 0px;
    }
    .contact {
        padding: 15px 0;
        height: auto;
    }
    .contact .col-md-9 {
        line-height:1em;
        font-size: 18px;
    }
    .contact .col-md-3 a {
        width: 150px;
        line-height: 40px;
        height: 40px;
        font-size: 16px;
        margin-top: 20px;
    }
    .pad-top {
        padding-top: 15px;
    }
    .pad-bottom{
        padding-bottom: 15px;
    }
    .title {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .title2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .nd-nav {
        height: auto;
    }
    .sm-title {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .banner .bcd {
        width: 100%;
    }
    .banner .bcd p:nth-child(1) {
        font-size: 21px;
        margin-bottom: 10px;
    }
    .banner .bcd p:nth-child(2) {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .banner .bcd p:nth-child(3) {
        font-size: 14px;
    }
    .end n{
        display: none;
    }
    .end {
        height: 40px;
        line-height: 40px;
    }
}