*{
    margin: 0px;
    padding: 0px;
    font-family: "Microsoft YaHei";
}
body{
    margin: 0px;
    padding: 0px;
   text-align:justify;
   text-justify:inter-ideograph;
}
header{
    height: 126px;
}
.header{
    height:126px;
}
.wrap .header-top{
    height: 28px;   
}

.wrap .header-top ul li{
    list-style: none;   
    height: 28px;
    line-height: 28px;
    float: left;    
    color: #ffffff;
}
.wrap .header-top .header-right{
    padding: 0px 0px 0px 10px;
    position: relative;
    margin: 0px;
    float: right;
    overflow: hidden;
    background: url(../images/home/top-line.png) top left no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}
.wrap .header-top ul li a{
    margin: 0px 15px;
    text-decoration: none;
    font-size: 12px;
    color: #dbdbdb;
}
.wrap .header-top ul li a:hover {
    color: #ffffff; 
}
.wrap .header-top ul li a span{
    font-size: 10px;
    margin-left: 5px;
}

.topbg{
    background: #ffffff;
    height: 96px;
}
.topbg .logo{    
    margin-top: -15px;
    height: 66px;
    line-height: 66px;
}
.topbg .logo img{
    height: 66px;
}
.top126{
    top: 96px;
}
.top126 .menu{
    height: 40px;
}
.top126 .menu #nav .on{
    height: 40px;
    line-height: 40px;
}
.top126 .navBlock{
    top: 40px;
}
.wrap .header-top{
    height: 28px;   
}

.searchDIV{
    padding-left: 10px;
    background: #eeeeee;
    display:none;
    width: 100%;
    position:absolute;
    right:0px;
    top:0px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px; 
    animation:mymove 1s ;
    -webkit-animation:mymove 1s; 
    -moz-animation:mymove 1s; 
    -o-animation:mymove 1s; 
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
@keyframes mymove{
    from {
        right:-100%;
        width: 100%;
    }
    to {
        right:0px;
    }
}

.searchDIV .closeSearch{
    margin: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 14px;
    text-decoration: none;
    background: url(../images/home/delete.png) right center no-repeat;
}
.searchinp{
    font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
    width: 75%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    vertical-align: top;
    margin-left: 10px;
    background-color: transparent;
    border:0px;
    outline: none;
}
.searchGO{
    margin: 0px!important;
    color:#005d6c;
    padding-right: 5px;
    float:right;
    font-family:'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
}
.searchlogo{
    margin: 0px!important;
    color: #ed733f;
}
#form_Search_itme{
    overflow: hidden;
}
#form_Search_a{
    color: #ffffff;
    border:0px;
    background-color: #ed733f;
    border:0px;
    border-radius: 0px;
    font-size: 16px;
    margin-top: -3px!important;
}
.logo{
    margin-top: -15px;
    height: 96px;
    line-height: 96px;
    z-index: 998;
}
.logo img{
    height: 96px;
}

.menuNav{
    background:#ffffff;
}
.menu{ 
    position:relative;
    height: 70px;
    z-index:998; 
    margin:0 auto; 
    background: #1e8190 url(../images/home/hw1.png) no-repeat center top;
}
#nav {

    width:1170px;   
    margin:0px auto; 
    white-space:nowrap;

    background-size: auto 100%;
    background-position: 15px 0px;
}
@media screen and (max-width: 1200px)
{
    #nav{
        width: 970px;
    }
}
#nav .active{
    background: #eff9fb;
}
#nav .on:first-child{
    margin-left: 0.5%;
}
#nav .on{
    padding: 0px 10px;
    list-style: none;
    height: 70px;
    line-height: 70px;
    text-decoration:none;
    font-size:18px; 
    color:#fff;
    text-align:left;
    position:relative;  
    width: 16.5%;
    float: left;
    z-index:990; 
}
#nav .on a{
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}
#nav .active a{
    color: #085b68;
}

.navBlock{
    position: absolute;
    top: 196px;
    width: 100%;
    background-color: #efefef;
    z-index: 99;
}
.navBlock .navList{
    width: 1170px;
    min-height: 250px;
    background-color: #efefef;
    margin: 0px auto;
}
@media screen and (max-width: 1200px)
{
    .navBlock .navList{
        width: 970px;
    }
}
.navBlock .navList ul:first-child{
    margin-left: 0.5%;
}
.navBlock .navList ul{
    padding-top: 10px;
    margin: 0px;
    display: inline-block;
    text-align:center;
    position:relative;  
    width: 16.5%;
    min-height: 250px;
    float: left;
}
.navBlock .navList ul.active, .navBlock .navList ul:hover{
    background: #eff9fb;
}
.navBlock .navList ul li{
    list-style: none;
}
.navBlock .navList ul li a{
    padding: 8px 10px;
    display:block;
    text-align:left;
    text-decoration:none;
    font-weight:normal; 
    line-height:1.35; 
    font-size:14px; 
    background:none !important; 
    color:#000000;
    white-space: normal;
}
.navBlock .navList ul li:hover  a{
    color:#ffffff!important;  
    background: rgba(8,171,197,0.8)!important;
}
#nav .on:hover ul {
    display:block;
}
.mobileSearch{
    display: none;
}
@media screen and (max-width: 1000px)
{
    .mobileSearch{
        top: 50px;
        height: 40px;
        background-color: #0f6a7b;
    }
    #keyword{
        margin-left: 15px;
        margin-top: 2px;
        border:0px;
        box-shadow: none;
        border-radius: 0px;
    }
    .mobileSearch .btn{
        position: absolute;
        padding: 7px 12px;
        top: 2px;
        right: 0px;
        color: #ffffff;
        border:0px;
        box-shadow: none;
        border-radius: 0px;
        background-color: #0f6a7b;
    }
}

.smallHeader{
    display: none;
    position: relative;
}
@media screen and (max-width: 1000px){
    .header{
        display: none;
    }
    .menuNav{
        display: none;
    }
    .smallHeader{
        display: block;
    }   
}
.smallHeader .smallMenu{
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border-bottom: 2px solid #0f6a7b;
    z-index: 999;
}
.smallHeader .smallMenu ul{
    list-style: none;
    margin: 0px;
}
.smallHeader .smallMenu ul li{
    float: left;
}
.smallHeader .smallMenu ul .menu1{
    float: left;
    width: 50px;
    padding-left: 15px;
    z-index: 999;
}
.smallHeader .smallMenu ul .loupe{
    width: 50px;
    float: right;
    text-align: right;
    padding-right: 15px;
    z-index: 999;
}
.smallHeader .smallMenu ul .smallLogo{
    width: calc( 100% - 100px );
    text-align: center;
    z-index: 998;
}
.smallHeader .smallMenu ul li img{
    height: 20px;
    width:20px;
    z-index: 1000;
}

.smallHeader .smallMenu ul .smallLogo a{
    text-decoration: none;
    margin: 0px;
}
.smallHeader .smallMenu ul .smallLogo a img{
    height: 35px!important;
    width: auto!important;
}
.smallHeader .navbar-menu{
    top: 50px;
    padding: 0px;
    max-height: calc( 100% - 50px );
    overflow-y: auto;
    background-color:rgba(0,0,0,0.5);
    z-index: 1200;
}

.alterbg{ 
    background-color: rgba(0, 0, 0, 0.5); 
    bottom: 0; 
    height: 100%; 
    left: 0; 
    top: 50px;
    opacity:1; 
    position: fixed; 
    right: 0;
    width: 100%; 
    z-index: 1100; 
    display:none; 
}

.alterbg-active{ 
    opacity:1; 
    display:block; 
}


.smallHeader .navbar-menu-info ul{
    margin: 0px;
}
.smallHeader .navbar-menu-info ul li{       
    list-style: none;
    background-color: rgba(255,255,255,0.92);
}
.smallHeader .navbar-menu-info ul li:nth-child(2n){
    background-color: rgba(229,229,229,0.65);   
}
.smallHeader .navbar-menu-info ul li a{
    display: block;
    padding: 0px 0px 0px 15px;
    text-decoration: none;
    font-size: 14px;
    color: #0f6a7b;
    font-weight: bold;
    line-height: 40px;
}
.smallHeader .navbar-menu-info ul li a span{
    float: right;
    padding: 20px;
    background: url(../images/mobile/down.png) center no-repeat;
    background-size: 25px;
}
.smallHeader .navbar-menu-info ul li a span.active{
    background: #0f6a7b url(../images/mobile/top.png) center no-repeat;
    background-size: 25px;
}
.smallHeader .navbar-menu-info ul li ul{
    display: none;
    background-color: rgba(255,255,255,0.92);
}
.smallHeader .navbar-menu-info ul li ul li{
    background-color: rgba(255,255,255,0.92)!important;
}
.smallHeader .navbar-menu-info ul li ul li a{
    font-size: 12px;
    color: #3e3e3e;
}

.smallHeader .navbar-menu-info ul li ul li ul{
    padding-left: 15px;
}
.smallHeader .navbar-menu-info ul li ul li ul li a{
    line-height: 30px;
}


.smallHeader .role{
    padding: 15px 15px;
    background-color: rgba(255,255,255,0.92);
}
.smallHeader .role ul{
    display: inline-block;
    margin: 0px;
}
.smallHeader .role ul li{
    overflow: hidden;
    list-style: none;
    float: left;
}
.smallHeader .role ul li a{
    display: block;
    text-decoration: none;
    margin-right: 5px;
    padding: 6px 7px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 8px;
    background-color: #0f6a7b;
}

.footer{
    padding-bottom: 10px;
    background: url(../images/home/footer.jpg) top center no-repeat;
}
.footer .footWrap .pd40{
    margin: 30px auto 0px;
    width: 780px;
}
.footer .footWrap .pd40 ul{
    float: left;
    width: 200px;
}
.footer .footWrap .pd40 .one{
    width: 110px;
    margin-right: 195px;
    text-align: left;
}
.footer .footWrap .pd40 .two{
    width: 170px;
    margin-right: 200px;
    text-align: left;
}
.footer .footWrap .pd40 .three{
    width: 105px;
    text-align: left;
}
.footer .footWrap .pd40 ul li{
    margin: 20px 0px;
    list-style: none;
    font-size: 14px;
    color: #ffffff;
}
.footer .footWrap .pd40 ul li:first-child{
    margin-bottom: 10px;
}
.footer .footWrap .pd40 ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #cccccc;
}
.footer .footWrap .pd40 ul li a:hover {
    color: #ffffff;
}
.footer .footWrap .footer-info h1{
    text-align: center;
}
.footer .footWrap .footer-info p{
    text-align: center;
}
.footer .footWrap .footer-info h1{
    margin: 0px 0px 20px;
    padding: 0px 0px 25px;
    border-bottom: 1px solid rgba(254,254,254,0.45);
}
.footer .copyright{
    margin: 10px 0px; 
}
.footer .copyright p{
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}
.footer .copyright p a{
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
}
.footer .footWrap .campus ul{
    text-align: center;
    
}
.footer .footWrap .campus ul li{
    list-style: none;
    display: inline-block;
    font-style: italic;
    color: #eece3b;
}
.footer .footWrap .campus ul li a{
    text-decoration: none;
    font-style:normal;
    font-size: 12px;
    color: #eece3b;
}
.footer .footWrap .campus ul{
    margin: 10px 0px;
}
.footer .footWrap .campus ul li .span2{
    display: none;
}
.footer .footWrap .campus ul li a:hover .span1{
    display: none;
}
.footer .footWrap .campus ul li a:hover .span2{
    display: block;
    color: #ffffff;
}
.footer .footWrap .share{
    margin: 10px 0px;
}
.footer .footWrap .share ul{
    margin: 0px;
    text-align: center;
}
.footer .footWrap .share ul li{
    margin: 0px 5px;
    list-style: none;
    display: inline-block;
}
.footer .footWrap .share ul li a{
    color: #fff;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;    
    padding: 2px 12px;
    -webkit-transition: .25s;
    transition: .25s;
}
.footer .footWrap .share ul li .weibo{
    background: url(../images/home/wb.png) center no-repeat;
    background-size: 24px;
    background-position: 0px -24px;
}
.footer .footWrap .share ul li .weibo:hover{
    background-position: 0px 0px;
}
.footer .footWrap .share ul li .weixin{
    background: url(../images/home/wx.png) center no-repeat;
    background-size: 24px;
    background-position: 0px -24px;
}
.footer .footWrap .share ul li .weixin:hover{
    background-position: 0px 0px;
}
.footer .footWrap .share ul li .facebook{
    background: url(../images/home/fb.png) center no-repeat;
    background-size: 24px;
    background-position: 0px -24px;
}
.footer .footWrap .share ul li .facebook:hover{
    background-size: 24px;
    background-position: 0px 0px;
}
// 2024-01-12新增
.footer .footWrap .share ul li .twitters{
    background: url(../images/home/twitter.png) center no-repeat;
    background-size: 24px;
    background-position: 0px -24px;
}
.footer .footWrap .share ul li .twitters:hover{
    background-size: 24px;
    background-position: 0px 0px;
}
.footer .footWrap .share ul li .te{
    background: url(../images/home/twitter.png) center no-repeat;
    background-size: 24px;
    background-position: 0px -24px;
}
.footer .footWrap .share ul li .te:hover{
    background-size: 24px;
    background-position: 0px 0px;
}
.footer .footWrap .share ul li .instagram{
    background: url(../images/home/instagram.png) center no-repeat;
    background-size: 24px;
    background-position: 0px -24px;
}
.footer .footWrap .share ul li .instagram:hover{
    background-size: 24px;
    background-position: 0px 0px;
}
.footer .footWrap .share ul li .tiktok{
    background: url(../images/home/tiktok.png) center no-repeat;
    background-size: 24px;
    background-position: 0px -24px;
}
.footer .footWrap .share ul li .tiktok:hover{
    background-size: 24px;
    background-position: 0px 0px;
}
@media screen and (max-width: 768px){
    .footer{
        padding-bottom: 20px;
        background: #265962 url(../images/mobile/footer.png) bottom center no-repeat;
        background-size: 100%;
    }
    .footer .footWrap .pd40{
        display: none;
    }
    .footer .footWrap .footer-info h1{
        margin: 15px 0px 20px;
        padding: 0px 0px 15px;
    }
    .footer .footWrap .footer-info img{
        height: 35px;
    }
    .footer .footWrap .campus ul li a{
        line-height: 2;
    }
    .footer .copyright p{
        font-size: 12px;
    }
}