* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #fff !important;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}
.warrper{
    overflow: hidden;
}
.warrper img{
    display: initial;
}


.layui-layer{
  top: 300px !important;
}

.header {
    width: 100%;
    height: 88px;
    line-height: 88px;
    /* border: 1px solid #E5E5E5; */
    /* position: fixed;
    top: 0;
    left: 0; */
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999999;
}


.header .container { 
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.header .container .logo{
    float: left;
    width:35%;
    height: 88px;
    overflow: hidden;
}

.header .container .logo .logo-item,
.header .container .logo img{
    height: 88px;
    width: 236px;
   
   
}
.header .container .logo img{
    object-fit: contain;
}

.header .right {
    float: right;
    width:65%;
    text-align:right;
}
.header .right .search{
    float: right;
    position: relative;
    top:24px;
}
.header .right .search img{
    vertical-align:top;
}
.header .right .sign-box{
    float: right;
}
.header .right .search a {
    width: 20px;
    height: 20px;
    display: block;
}

.header .btn {
    margin-left: 20px;
}

.header .btn button {

    width: 50px;
    height: 30px;
}

.header .btn .login {
    background-color: #ffffff;
    border: 1px solid #26A0E6;
    padding: 5px 15px;
}

.header .btn .register {
    
     margin-top: 26px;
     width: 88px;
     height: 36px;
     text-align: left;
     display: block;
     font-size: 12px;
     color: #000000;
     line-height: 36px;
     padding-left: 32px;
     border: 1px solid #D8DFEA;
     background: url('../image/user_icon.png') 8px center no-repeat ;
     background-size: 20px;
    margin-left: -4px;
    
}

.header .search-box{
    /* display: none; */
    width: 50%;
    float: right;
    /* margin-top: 5px */
}

.header .search-box a{
    color: #939991;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.header .search-box input{
    /* border: 0 !important; */
    outline: 0;
}

.header .search-box .search-input{
    width: 320px;
    background: #fff url('../image/head-search.png') 264px center no-repeat;
    background-size: 20px 20px;
    color: #939991;
    padding-right: 60px;
     
    border-top: 0;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
}

.header .search-box .search-input:focus input{
    border: none;
}

.header  .search-button{
    margin-left: -42px;
    width: 36px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    color: #000000;
    line-height: 20px;
    height: 20px;
    border: none;
    /* background-image: url(/template/chinacs/image/search.png);
  
    background-repeat: no-repeat; */
    background-color: #fff;
}

.header .search-box .search-list{
    display: none;
    background-color: #fff;
    list-style: none;
    padding-bottom: 30px;
}
.header .search-box .search-list li{
    height: 48px;
    line-height: 48px;
    padding-left: 5%;
}

.header .search-box .search-list li:hover{
    background-color: #e5e5e5;
}

.header .search-box .search-list li a{
    color: #000;
}
.main-nav {
    width: 100%;
    position: relative;
    background: #004CE4;
}


.menu {
    max-width: 1200px;
    height: 50px;
    margin: 0 auto 0;
}
.menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
} 
.menu li {
    float: left;
    list-style: none;
    position: relative; 
    text-align: center;
    font-size: 18px;
    font-weight: 500; 
    height:50px;
}

.menu span{
    position: absolute;
    top:40px;
    left:50%;
    transform: translate(-50%);
    width: 16px;
    height: 2px;
    display: none;
    background-color: #fff;
}

.menu .active span{
    display: block;
}

.menu li i{
    display: inline-block;
    width: 8px;
  height: 8px;
  background: url('../image/head_nav_arrow.png') 0 center no-repeat ;
  background-size: 8px 8px;
margin-left: 6px;

}

.menu li> a{
    position: relative;
    color: #fff;
    display: block;
    /* top:18px; */
    text-decoration: none; 
    overflow: hidden; 
    font-size:16px;
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    padding: 0 24px;
    /* padding:  10px 27px 20px 28px; */
}

.menu li> .nav-item::after{
    position: absolute;
    content:"";
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.4);
    right:0;
    z-index: 10;
    top:17px
}

.menu li> a.first-nav:hover,
.menu li> a.first-nav.active{
    /* background-color: #26A0E6; */
    /* border-radius: 8px 8px 0 0; */
    color: #fff;
}

.menu li .li-level-1 li a:hover{
    /* color: #26A0E6; */
} 
.menu li:last-child{
    text-align: right; 
}

.menu li:last-child::after {
    display: none;
}


.menu li.active a{
    color: #009140;
    padding-bottom: 24px;
    border-bottom: 5px solid #009140;
}

.menu li:hover .li-level-1{
    display: block;
}
.menu li .li-level-1 li:hover .li-level-2{
    display: block;
}

.menu li .li-level-1{
  
    background-color: #fff;
    display: none;
    position: absolute;
    left: 50%;
    top:44px;
    transform: translateX(-50%);
    float: left;
    z-index: 99999999999;

}
.menu li .li-level-1::before{
    content: "";
    width: 12px;
    height: 6px;
    background: url('../image/head_list_arrow.png') center no-repeat;
    background-size: 12px 6px;
    position: absolute;
    top:-6px;
    margin-left: -6px;
    left:50%;
}
.menu li .li-level-2{
    display: none;
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    left:100%;
    background-color: #fff;
  
    border-right: 1px solid #e5e5e5;
    padding-top: 6px;
}
 .menu .more .level-1{ 
     background-color: #fff;
    display: none;
    position: absolute;
    left: 50%;
    top:44px;
    transform: translateX(-50%);
    float: left;
    z-index: 99999999999;
} 

.menu .more .level-1::before{
    content: "";
    width: 12px;
    height: 6px;
    background: url('../image/head_list_arrow.png') center no-repeat;
    background-size: 12px 6px;
    position: absolute;
    top:-6px;
    margin-left: -6px;
    left:50%;
}

.menu .more .level-1 li{
    width: 100%;
    height:38px;
    min-width: 100%;
}
.menu .more .level-1 li:hover .level-2{
    display: block;
}



.menu li .li-level-1 li{
    width: 100%;
    min-width: 100%;
    height:38px;
}

.menu li .li-level-1 li:after{
    display: none;
}
.menu li .li-level-1 li:first-of-type{
    text-align: center;
}

.menu li .li-level-1 li:last-of-type{
    text-align: center;
}
.menu li .li-level-1 a{
    /* width: 100%; */
    height: 38px;
    white-space: nowrap;
    display: block;
    top:0;
    font-size: 14px;
    line-height: 38px;
    padding: 0px 12px;
    word-break: keep-all;
    color: #333;
}

.menu li .li-level-1 a:hover{
    color: #112170;
    background-color: #E5EEFF;
}

.menu .more .level-1  a{
    width: 100%;
    height: 38px;
    display: block;
    top:0;
    color:#333333;
    line-height: 38px;
    padding: 0px 12px;
    word-break: keep-all;
}

.menu .more .level-1 li::after{
    display: none;
}

.menu .more .level-1 li:first-of-type{
    text-align: center;
}

.menu .more .level-1 li:last-of-type{
    text-align: center;
}
.menu .more .level-1 a:hover{
    color: #112170;
    background-color: #E5EEFF;
}



.menu li:last-child .li-level-1{
    left: -10px;
}

.menu .more:hover  .level-1{
    display: block;
}

.menu .more-list{
    display: none;
    position: absolute;
    width: 104px;
    top: 79px;
    left: -10px;
    background-color: #fff;
    z-index: 999999;
}

.menu .more-list .level-1{
    width: 100%;
}

.menu .more-list .level-1 li{
    width: 104px;
    min-width: 104px;
    height: 38px;
    line-height: 38px;
    position: static;
    text-align: center;
}

.menu .more-list .level-1 li:hover{
    background-color: #34A32D;
    
}

.menu .more-list .level-1 li a:hover{
    color: #fff;
}
.menu .more-list .level-1 .level-3{
    height:38px;
}
.menu .more-list .level-1 li:hover  .level-2,
.menu .level-3:hover .level-4,
.menu .more a:hover .moere-list{
    display: block;
}

.more .level-2,
.more .level-4{
    display: none;
    flex-wrap: wrap;
    position: absolute;
    top: 0px;
    left: -208px;
    background-color: #fff;
    width: 208px;
    padding-top: 6px;
}

.more .level-2 a{
    display: block;
    text-align: center;
    height: 46px;
    float: left;
    line-height: 38px;
    padding: 0 18px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    max-width: 100%;
    
}


#tooltip{
    position:absolute;
    border: 1px solid #CCC;
    background: #ffffff;
    padding:4px 12px;
    z-index: 1000;
    color: #333333;
    display:none;

}


.container{
    margin: 0 auto;
}
.banner {
    width: 100%;
    height:380px;
    position: relative;
    z-index: 99;
}

.banner .left-master {
    width: calc((100% - 1200px) / 2);
    height: 380px;
    background-color: #323232;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.banner  .pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
  }
  .banner  .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.6;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .banner   .swiper-visible-switch {
    background: #aaa;
  }
  .banner  .swiper-active-switch {
    background: #fff;
  }

.banner .right-master {
    width: calc((100% - 1200px) / 2);
    height: 380px;
    background-color: #323232;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

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


.banner .my-bullet.swiper-pagination-bullet-active{
    background-color: #ffffff;
}

.swiper-slide { 
    position: relative; 
}
.swiper-slide a{
    display: block;
    /* width:1200px;
    height: 100%;
    margin:0 auto; */
}
/* .swiper-slide a img{
    width:100%;
    position: relative;
    z-index: 3;
} */
.swiper-slide .swiper-bg,
.swiper-slide .swiper-bg-r{
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; 
}
.swiper-slide .swiper-bg-r{
    left:auto;
    right:0;
}
/* .swiper-slide img{
    display: block;
    margin: 0 auto;
    max-width:100%;
    height: 100%;
} */
.banner .swiper-button-next{
    width: 30px;
    height: 30px; 
    border-radius: 50%;
    background-image: url(/template/chinacs/image/right-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right:27%; 
    z-index: 999999999;
}
.banner .swiper-slide,  
.banner .swiper-slide a img{
    width:100%;
    height:380px;
}
.banner .swiper-button-prev{
    width: 30px;
    height: 30px; 
    border-radius: 50%;
    background-image: url(/template/chinacs/image/left-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    z-index: 9999999;
}

.banner .swiper-button-next::after{
    display: none;
}

.banner .swiper-button-prev::after{
    display: none;
}


.part1{
    width: 1200px;
    margin: 0 auto;
}
.advert-wrap{
    height: 180px;
    margin-bottom: 32px;
}
.notice {
    height: 440px;
    background-color: #fff;
}
.notice:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.notice{ *+height:1%; }

.notice .container,.advert {
    position: relative;
    width: 100%;
    height: 100%;  
}
.notice .container .notice-cont{
    /* height:382px; */
    overflow: hidden;
}
.notice .container:before,
.notice .container:after{
    content: '';
    width:360px;
    height:455px;
    position:absolute;
    top:0;
}
.notice .container:before{
    background: url('../image/noticeleft.png') no-repeat;
    background-size: 100% 100%;
    left:-360px;
}
.notice .container:after{
    background: url('../image/noticeright.png') no-repeat;
    background-size: 100% 100%;
    right:-360px;
}

.notice .container .left {
    float: left;
    width:calc(100% - 254px);
    overflow: hidden;
    margin-right: 30px;
} 

.notice .container .left .top { 
    position: relative; 
}

.tab { 
    margin:20px 0 16px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    zoom:1;
}

.tab .tab-item {
    float: left;
    color: #333;
   
    font-size: 18px;
    margin-right: 28px; 
    line-height:38px;
    height: 38px;
    cursor: pointer; 
}
 

.tab .active {
    color: #006DF0;
    font-weight: bold;
    border-bottom: 4px solid #006DF0;
}
.notice .container .notice-cont .notice-list{
    display: none;
}  

.top .more {
    position: absolute;
    right: 0;
    top:8px;
    padding-right: 8px;
}

.top .more a {
    color: #0469CA  ;
    font-size: 14px;
    text-decoration: none;
}

.top .more::after {
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: url("../image/more.png") no-repeat;
    position: absolute;
    top: 5px;
    right: 0;
}

.notice .container .right {
    float: left;
    width: 224px; 
    height: 455px;
    padding:10px 20px;
    background-image: url('../image/green.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff; 
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(136, 136, 136, .6);
}

.notice .container .right.navlist{
    margin-top: 32px;
    width: 230px;
    padding:0;
    margin-left: -6px;
    height: 390px;
    background: linear-gradient(153deg, #FFF 16.67%, #BAD8F5 100%);
}

.notice .container .right a{
    color: #000000;
    text-decoration: none;
    display:block;
    width: 100%;
    padding:20px 0 20px;
    line-height: 32px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    zoom: 1;
}
.notice .container .right a:last-child{
    border-bottom: 0;
}
.notice .container .right a .icon{
    float: left; 
    width: 47px;
    height: 47px;
    overflow: hidden;
}

.notice .container .right a .icon img{
    display: block;
    width: 100%;
    height: 100%;
}

.notice .container a .text {
    float: left;
    height: 47px;
    margin-left: 25px;
    font-size: 18px;
    line-height: 48px;
    overflow: hidden;
}

.notice .container .img-text {
    /* margin-bottom: 30px; */
    height: 166px;
    overflow: hidden;
}

.notice .container .img-text .it-item {
    position: relative;
    float: left;
    width: 308px;
    height: 166px;
}
.notice .container .img-text .it-item:nth-child(2){
    margin:0 10px;
}

.notice .container .img-text .it-item .img {
    width: 308px;
    height: 166px;
}
.notice .container .img-text .it-item .img img{
    width: 100%;
    height: 100%;
}
.notice .container .img-text .it-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    background-color: #000000;
    background-color: rgba(0, 0, 0, .4);
    padding: 0px 12px;
    text-overflow: ellipsis;
}

.notice .container .list {
    margin-right:-10px;
}

.notice .container .list .li {
    float: left;
    width: 308px;
    border: 1px solid #E5E5E5;
    padding: 16px 12px;
    margin:10px 10px 0 0;
    font-size: 14px;
}

/* 新增样式 */
.notice .container .new-list .li {
    float: left;
    width: 458px;
    height: 90px;
    padding: 15px 0 0;
    border-bottom: 1px solid #E5E5E5;
    font-size: 16px;
}
.notice .container .new-list .li:nth-child(odd) {
    margin-right: 30px;
}
.notice .container .new-list .li .time {
    float: left;
    width: 61px;
    height: 60px;
    margin-right: 16px;
    padding: 9px 0;
    border-radius: 8px;
    background: #eaf4faff;
    text-align: center;
}
.notice .container .new-list .li .time .month-day {
    color: #000000ff;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}
.notice .container .new-list .li .time .year {
    color: #333333ff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;

}
.notice .container .new-list .li .title {
    max-height: 44px;
    margin-top: 6.5px;
    overflow : hidden;  
    text-overflow: ellipsis;  
    display: -webkit-box;  
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;

}
/* 新增样式结束 */

.notice .container .list .li .time,
.interflow .right .list .li .time {
    margin-bottom: 8px;
    color: #999;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
}

.notice .container .list .li p,
.interflow .right .list .li p {
    font-size: 14px;
    width: 100%;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.notice .container .list .li p:hover,.news-text:hover,
.interflow .right .list .li p:hover,.student-main h3:hover,
.news .main .right ul li p:hover,.product-title:hover
{
    color:#006df0;
}

.interflow {
    position: relative; 
    width: 100%;
    height: 356px; 
    background:#EAF4FA;
}

.interflow .left-bann {
    position: absolute;
    top:0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #EAF4FA;
}
.interflow .right-bann {
    position: absolute;
    top:0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #F4FFF1;
}

.interflow .container {
    min-width: 1200px;
    position: relative;
    z-index: 2; 
    margin: 0 auto;
    height:356px;
    overflow: hidden;
    zoom: 1;
}

.interflow .container .left {
    width: 127px; 
    height: 100%;
    background-color: #006DF0;
    background-image: url(../image/user_left.png),
        url(../image/user_right.png);
    background-repeat: no-repeat;
    background-position: 4% 5%,
        90% 95%;
    float: left;
    background-size: 42px 42px;
    color: #fff;
    padding: 0px 40px;
    text-align: center;
}



.interflow .container .left .icon {
    width: 20px;
    height: 20px;
    margin: 72px auto 15px;
}

.interflow .container .left p {
    font-size: 24px;
    padding-top:104px ;
    margin: 0px auto 40px;
    width: 22px;
}

.interflow .container .left .more {
    border: 1px solid #fff;
    font-size: 12px;
    border-radius: 10px;
    padding: 1px 6px;
    cursor: pointer;
}

.interflow .container .left .more a{
    color: #ffffff;
}

.interflow .container .right {
    float: right;
    width: 1073px;
    height:356px;
    min-width: 1073px;
    background-color: #EAF4FA;
}

/* .interflow .container .right img{
    width: 100%;
    height: 100%;
} */

.interflow .container .right .it-item .img{
    width: 100%;
    height: 100%;
}
.interflow .container .right .big {
    width: 256px;
    margin: 20px 0 0 18px;
    float: left;
    height: 312px;
}

.interflow .container .right .big .img {
    width: 256px;
    height: 138px;
    margin-bottom: 16px;
}

.student-main{
   
    background-color: #fff;

}
.student-main .img img{
    width: 100%;
    height: 100%;
}

.small .img img{
    width: 100%;
    height: 100%;
}

.student-main h3{
    padding: 0 12px;
    overflow: hidden;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.student-time{
    padding: 0 12px;
    height: 28px;
    line-height: 28px;
    color: #999999;
    font-size: 12px;
}

.student-desc{
    padding: 0 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

    overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical; 
-webkit-line-clamp:4; 
}



.interflow .container .right .small {
    float: right;
    margin-left: 10px;
    width: 788px;
    margin-top: 20px;
}

.interflow .container .right .small .img-text {
    width: 100%;
    overflow: hidden;
}

.interflow .container .right .img-text a {
    float: left;
    width: 256px;
    height: 138px;
    position: relative;
}
.interflow .container .right .img-text a .it-item{
    height:100%;
}
.interflow .container .right .img-text a:nth-child(2){
    margin:0 10px;
}
.interflow .right .list {
    width: 100%;

    overflow: hidden;
}
.interflow .right .list .text-list{
    margin-left:-10px;
}
.interflow .right .list .li {
    float: left;
    width: 389px;
    margin-top:10px;
    background-color: #fff;
    margin-left:10px;
    border: 1px solid #E5E5E5;
    padding: 16px 12px;
    font-size: 14px;
} 

.interflow .right .img-text .it-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    color: #ffffff;
    
    line-height: 35px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 13px;
    padding: 0px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.interflow .right-bann {
    width: 350px;
    background-color: #F4FFF1;
    height: 100%;
}

.news {
    width: 100%; 
    margin-bottom: 50px;
}


 

.news .top { 
    position: relative;  
}
.news .top .tab {  
    position: relative;
    margin: 16px 0;
    overflow: hidden;
    zoom:1;
} 
.news .top .tab .tab-item{
    font-size: 18px;
    font-weight: 550;
}
.news-cont .news-list,.news-cont2 .news-list{
    display: none;
}


.news .main .left .big {
    float: left;
}




.news .main .left .img-text { 
    float: left;
    width:192px;
 
     margin-left: 10px;
}

.it-item{
    position: relative;
    left:0;
    display: block;
    top:0;
}

.bann2{
    display: none;
}

.news-list .it-item+.it-item{
    margin-top: 10px;
}




.news .main .left .img-text .it-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.4);
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 0px 10px;
    width: 100%;
}
.news .main .left{
    float: left;
}
.news .main .right{ 
    float: right;
  
}

.news .main .right ul {
    list-style: none;
}



.news .main .right ul li p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* .news .main .right ul li .time{
    position:absolute;
    right:0;
    top:0;
} */
.book { 
    height: 294px;
    list-style: none;
    margin: 0 auto 50px;
    overflow: hidden;
}
.book .swiper-slide{
    width: 240px;
    height: 294px;  
}
.book a {
    float: left;
    display: block;
    width: 240px;
    height: 294px;  
    text-align: center;
    background-image: url('../image/bookback.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 14px;
}


.book a:hover{
    color: #fff;
    background-image: url('../image/bookact.png');
    cursor: pointer;
}

.book .swiper-slide img {
    margin:42px auto 10px;
    width: 114px;
    height: 160px;
}

.book .swiper-slide p { 
    padding:0 10px;
    text-align: center;
    margin-top: 10px;
    line-height: 25px;
}
 

.meeting {
    margin-top: 30px;
    margin-bottom: 40px;
}

.dynamic { 
    min-width: 1200px;
    margin: 0 auto; 
    overflow: hidden; 
    zoom:1;
}
.dynamic .left {
    float: left; 
    overflow: hidden;
    zoom:1;
}
.dynamic .left .dynamic-nav{
    float: left;
    position: relative;
    width:100px;
    height:560px;
    font-size:28px;
    color:#fff;
    cursor: pointer;
    font-weight: bold;
    margin-right:2px;
    text-align: center;
    padding: 80px 36px 0;
    background:url('../image/dy-active.png') no-repeat;
    background-size: 100% 100%;
}
.dynamic .dynamic-nav::before{
    content: '';
    display:block;
    width:100%;
    height:30px;
    position:absolute;
    top:39px;
    left:0;
    text-align:center;
}
.dynamic .dynamic-nav:nth-child(1)::before{
    background: url('../image/dy-1.png') no-repeat center center;
    background-size: 30px 30px;
}
.dynamic .dynamic-nav:nth-child(2)::before{
    background: url('../image/dy-2.png') no-repeat center center;
    background-size: 30px 30px;
}
.dynamic .dynamic-nav:nth-child(3)::before{
    height:30px;
    background: url('../image/dy-3.png') no-repeat center center;
    background-size: 30px 30px;
}
.dynamic .left .dynamic-nav.active{
    background:url('../image/dy.png') no-repeat;
    background-size: 100% 100%;
}
.dynamic-nav span{
    position:absolute;
    bottom:20px;
    left: 0;
    padding:0 22px;
    font-size:56px;
    line-height:58px;
    font-weight: bold;
    color:#fff;
    opacity: 0.1;
}
.dynamic-nav a{
    position:absolute;
    bottom:60px;
    left:50%;
    transform: translateX(-50%);
    display:block;
    width:15px; 
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 14px;
    padding-bottom:8px;
    font-weight: 400;
    background: url("../image/more-b.png") no-repeat center bottom;
}
.dynamic .right{
    float: left;
    margin-left: -2px;
    width:896px;
    height:560px;
    background: #EAF4FA;
    border: 1px solid #E5E5E5;
}
.dynamic .dynamic-list{
    padding:30px 10px 26px 30px;
}
.dynamic .dynamic-list .dynamic-list-cont{
    height:504px;
    overflow: hidden;
    overflow-y: auto; 
}
.dynamic .dynamic-list a{
    float: left;
    padding:10px;
    width: 194px;
    height: 60px; 
    font-size:14px;
    color:#000;
    line-height:22px;
    margin:0 19px 12px 0;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.dynamic .dynamic-list a:nth-child(4n){
    margin-right: 0;
} 

.partnet .top { 
    margin: 50px 0px;
    overflow: hidden;
}

.partnet .top .icon {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.partnet .top .text {
    float: left;
    width:60%;
    font-size: 20px;
    font-weight: bold;
}

.partnet .links .swiper-wrapper{
    height: 80px;
    overflow: hidden;
}

.partnet .links .swiper-wrapper .swiper-slide{
    width: 150px !important;
    margin: 0px 10px;
}
.partnet .links .swiper-wrapper .swiper-slide a{
    display:inline-block;
    width:auto;
}
.partnet .links .swiper-wrapper a>img{
    width: 150px;
    height: 80px;
    border-radius: 6px;
}

.left>.active{
    display: block !important;
}

.footer-box {
    width: 100%;
    background-color: #001B37;
    color: #fff;
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 40px;
}
.footer-box .container{
    width:1200px;

}  
.footer-box a{
    color: #ffffff;
}

.footer-box .container {
    margin: 0 auto; 
}

.footer-box .left,
.footer-box .master { 
    padding-top: 30px;
}
.footer-box .master{
    float: left; 
    width: 416px;
    padding-right: 20px;
}
.footer-box .left{
    float: left;
    width: 484px;
    margin-right: 20px;
}
.footer-box .left .foot-links .form-control{
    width:180px;
    height:30px;
    border: 1px solid #004EA0;
    background: #002D5C;
    color:#fff;
    font-size:14px;
    margin-right: 10px; 
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}
.footer-box .left .foot-links .form-control option{
    background:#000;
    color:#fff;
}
.footer-box .m-copyrights{
    margin-top: 10px;
}

.footer-box .left .foot-links a:last-of-type::after{
    display: none;
}

.footer-box .left .foot-links a:first-of-type{
    margin-left: 0px;
}

.footer-box .left .title,
.footer-box .master .title {
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-box .left ul {
    width: 100%;
    text-align: left;
    list-style: none;
    display: flex;
    height: 35px;
    line-height: 35px;
}

.footer-box .left ul li {
    margin-right: 30px;
    position: relative;
}

.footer-box .left ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: -15px;
    top: 13px;
}

.footer-box .left ul li:last-child::after {
    display: none;
}

.footer-box .left .ba {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.footer-box .master ul {
    list-style: none;
}

.footer-box .master ul li {
    margin: 12px 0px;
}

.footer-box .right { 
    float: left;
    /* width: 25%; */
   display: flex;
   justify-content: flex-end;
    width: 260px;
    margin-right:20px;
    margin-top: 40px; 
}

.footer-box .right .code,.footer-box .right .item {
    float: left;
    width: 120px;
    height: 120px;
    text-align: center;
}

.footer-box .right .code p{
    margin-top: 8px;
}
.footer-box .right .item{
    margin-top:0;
    float:right;
}
.footer-box .right .item p{
    margin-top: 8px;
}

.footer-box .right .code img ,.footer-box .right .item img{
    width: 100%;
    height: 100%;
}
 
.advert{
   height: 180px;
    
}
.advert img{
    width:100%;
    height: 180px;
}

@media screen and (max-width: 1100px) {
    .menu li> a{
        padding: 10px 15px 20px 15px;
    }
}

.cosha-dialog-png{
    position: fixed;
    right: 20px;
    z-index: 999;
    top: 200px;
}

/* 首页样式 */
.noticeinfo{
    margin: 24px auto 0;
    width: 1200px;
    display: flex;
}
.noticescan{
    width: 700px;
    height: 400px;
}

.noticescan .swiper-wrapper{
    display: flex;
}




 .pagination {
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: 10px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    margin-right: 4px;
    /* opacity: 0.8; */
    /* border: 1px solid #fff; */
    cursor: pointer;
  }
.swiper-visible-switch {
    background: #fff;
  }
 .swiper-active-switch {
    background: #006DF0;
  }

.noticescan .swiper-slide{
    width: 700px;
    height: 400px;
    position: relative;
    left:0;
    top:0;
}

.noticescan p{
    position: absolute;
    bottom:0;
    left:0;
    background-color: rgba(0, 0, 0, .4);
    height: 38px;
    line-height: 38px;
    padding: 0 80px 0 16px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

.noticead .noticescan-img{
    width: 700px;
    height: 400px;
    object-fit: cover;
}
.noticecontent{
    margin-left: 10px;
    width: 490px;
    height: 400px;

}

.noticecontent-head{
    position: relative;
    left:0;
    top:0;
    width: 490px;
    display: flex;
height: 40px;
flex-shrink: 0;
align-items: center;
justify-content: space-between;
padding:0 20px 0 24px;
background: linear-gradient(0deg, rgba(226, 225, 225, 0) 0%, #E2E6ED 100%);
}

.noticecontent-head h3{
   
    color: #006df0;
 font-family: "PingFang SC";
 font-size: 16px;
 font-weight: bold;
 line-height: 40px;
}

.moreinfo{
    
   background: url('../image/arrowright.png') 0 center no-repeat;
   padding-left: 16px;
   background-size: 12px 12px;
   color: #666666;
   font-size: 12px;
}

.moreinfo-other{
    color: #fff;
    background-image: url('../image/arrowright_hover.png');
}

.noticecontent-list{
    padding: 0 24px;
    background: linear-gradient(180deg, #E9EBEE -13.58%, #FFF 29.06%);

}
.noticecontent-item{
  height: 46px;
  line-height: 46px;
  overflow:hidden; 
text-overflow:ellipsis; 
white-space:nowrap; 
 
}

.noticecontent-item+.noticecontent-item{
    border-top: 1px dashed #D8DFEA;
}

.noticecontent-item a{
    color: #000000;
    font-family: "PingFang SC";
    font-size: 14px;
   

}

.noticecontent-item a:hover{
    color:#006DF0;
}

.noticecontent-wrap{
    position: relative;
    left:0;
    top:0;
}

.noticecontent-tip{
    position: absolute;
    left:-10000px;
    top:0;
    z-index: 400;
    max-width: 800px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc;
    color:#333333;
    background-color: rgba(255, 255, 255, 0.9)

}

.nav-wrap{
    position: relative;
    left:0;
    top:0;
}

.nav-wrap .moreinfo{
   position: absolute;
   right:0;
   top:10px;

}

.navinfo{
    width: 184px;
    margin: 0 auto;
}
.navinfo li{
    display: flex;
    height: 74px;
    padding:0 22px;
    align-items: center;
   
}
.navinfo li+.navinfo li{
    border-top:1px solid #fff;
}

.navinfo img{
 width: 32px;
 height: 32px;
 margin-right: 8px;
}

.navinfo a{
    font-size: 18px;
    font-weight: bold;
    height: 74px;
    line-height: 74px;
}

._advertSlide .swiper-wrapper{
    display: flex;
}

/* .newshead{
    display: flex;
    justify-content: space-between;
    align-items: center;
} */

.newshead{
    position: relative;
    left:0;
    top:0;
}

.newshead .moreinfo{
    position: absolute;
    right:0;
    top:0;
}

.news-time{
    margin-top: 8px;
    padding: 0 12px;
    color: #999999;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
}
.newscont-wrap{
    width: 256px;
    height: 76px;
    border: 1px solid #E5E5E5;
background: #FFF;

}

.news-text{
    padding: 0 12px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-img{
    width: 256px;
    height: 138px;
}

.news-sub-img{
    width: 192px;
    height: 102px;
}

.newsright{
    width: 732px;
    margin-top: -4px;
}

.newsright li{
    display: flex;
    justify-content: space-between;
    height: 44px;
    line-height: 44px;
    border-bottom:1px dashed #D8DFEA;

}

.newsright li p{
    width: 652px;
    overflow: hidden;
    color: #000000;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.newsright li .time{
    padding-left: 12px;
    height: 12px;
    color: #999;
}

.home-ad{
    margin: 32px auto;
    display: flex;
    width: 1200px;
    
    
}

.home-ad-item{
    position: relative;
    left:0;
    top:0;
   
}

.home-ad-item  .swiper-wrapper{
    display: flex;
}

.home-ad img,.home-ad-item{
    width: 595px;
    height: 94px;
}


.home-ad-item+.home-ad-item{
    margin-left: 10px;
}


.product-swiper{
    margin-top: 20px;
    width: 1040px;
    height: 338px;
    margin-left: 24px;
    padding-bottom: 30px;
    position: relative;
    left:0;
    top:0;
    overflow: hidden;
}

.product-swiper .swiper-wrapper{
    display: flex;
    height: 302px;
}
.product-swiper .swiper-slide,.product-swiper a{
    width: 200px!important;
    display: block;
    height: 302px;
}
.product-swiper .swiper-slide{
    width: 200px!important;
    overflow: hidden;
    margin-right: 10px!important;
}

/* 产品 */
.product-img{
    width: 200px;
    height: 190px;
}

.productinfo{
    width: 200px;
    border: 1px solid #E5E5E5;
background: #FFF;
padding:12px;
    height: 112px;
}

.product-title{
    color: #000000;
    font-size: 14px;
 font-style: normal;
 font-weight: 400;
 line-height: 22px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 line-clamp: 2;
 -webkit-box-orient: vertical; 
}


.product-desc{
    margin-top: 8px;
    color: #999;
    font-size: 12px;
 font-style: normal;
 font-weight: 400;
 line-height: 18px;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 line-clamp: 2;
 -webkit-box-orient: vertical; 
}
.product-swiper .pagination{
    right:50%;
    transform: translateX(50%);
}

.reportproduct{
    display: flex;
    margin-top: 16px;
    margin-bottom: 40px;
    margin-left: -10px;
}
.reportproduct li{
    position: relative;
    left:0;
    top:0;
    margin-left: 10px;
    width: 292px;
    height: 396px;

}

.reportproduct img{
    width: 292px;
    height: 396px;

}
.reportproduct p{
    position: absolute;
    bottom: 0;
    left:0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 0 16px;
    height: 36px;;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}

.cooperateinfo{
    margin: 0 auto;
    width: 1200px;
}

.cooperateinfo-title{
    width: 1200px;
height: 40px;
line-height: 40px;
flex-shrink: 0;
font-size: 16px;
color:#000;
font-weight: bold;
margin-bottom: 16px;
padding-left: 32px;
border: 1px solid #D8DFEA;
background: linear-gradient(0deg, rgba(226, 225, 225, 0) 0%, #E2E6ED 100%);
}

.cooperateinfo ul{
    display: flex;
    margin-left: -10px;
    margin-top: -10px;
    flex-wrap: wrap;
}

.cooperateinfo li{
    margin-top: 10px;
    margin-left: 10px;
    border:1px solid #e5e5e5;
}
.cooperateinfo img{
   width: 230px;
   height: 78px;
   object-fit: cover;
}
