body {
    font-size: 16px;
    font-family: Î¢ÈíÑÅºÚ;
    color: #000;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0;
    vertical-align: middle;
}

body, html, h1, h2, h3, h4, h5, h6, div, ul, li, p, span, input, dl, dt, dd, label, table, th, td, tr, radio, select {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

a:link, a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #666666;
    text-decoration: none;
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    float: none
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

body {
    min-width: 1200px;
}

/*img {*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/

.head {
    /* background: #EFEFEF; */

}

.headContent {
    width: 1200px;
    margin: 0 auto;
    height: 44px;
    line-height: 44px;
    padding: 0 60px;
    box-sizing: border-box;
}

.headLeft {
    color: #878787;
    width: 250px;
    float: left;
}

.headLeft span {
    color: #0d51a0;
}

.headRight {
    float: right;
}

.headRight li {
    float: left;
    color: #878787;
    padding-left: 12px;
    position: relative;
}

.headRight span {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #808080;

    position: absolute;
    top: 15px;
    right: -6px;
}

.logo {
    /* background: white; */
}

.logoContent {
    margin: 0 auto;
    width: 1200px;
    background: url(/new2022/img/logobg.png) no-repeat right;
    height: 130px;
    position: relative;
    padding: 0 60px;
    box-sizing: border-box;
}

.logoContent .iconlogo {
    width: 426px;
    height: 72px;
    margin-top: 29px;
    float: left;
    visibility:hidden;
}

.logoContent .iconlogo.show {
    visibility:visible;
    width: auto;
    height: auto;
}

.logoRight input {
    height: 29px;
    line-height: 28px;
    width: 150px;
    margin-left: 495px;
    padding-left: 5px;
    background: #eee;
    outline: none;
    border: 1px solid #999;
    position: absolute;
    top: 65px;
}

.logoRight .search {
    width: 42px;
    height: 31px;
    background: #0d51a0;
    display: inline-block;
    text-align: center;
    margin-left: -4px;
    color: white;
    border: none;
    cursor: pointer;
    /* margin-top: 11px; */
    position: absolute;
    top: 65px;
    right: 36px;

}

.search img {
    width: 20px;
    height: 19px;
    padding-top: 5px;
}

.nav {
    background: #0d51a0;
    min-width: 1200px;
}

.nav > ul {
    width: 1200px;
    height: 48px;
    margin: 0 auto;
}

.nav > ul > li {

    height: 48px;
    float: left;
    display: inline-block;
    position: relative;

}

.nav > ul > li:hover {

    background: #116DCB;
}

.nav .navitem {
    display: none;
    position: absolute;
    z-index: 111;
}

.nav .navitem a {
    font-size: 14px;
    color: white;
    display: inline-block;
    width: 100%;
    padding-left: 20px;
}

.nav .navitem a:hover {
    background: #116DCB;
}

.nav .navitem > li {
    background: rgba(0, 0, 0, 0.5);
    height: 30px;
    line-height: 30px;
    width: 180px;
    overflow: hidden;
}

.nav > ul > li > a {
    color: #ffffff;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    display: block;
    font-size: 18px;
    text-decoration: none;
}

.banner{
    background: #FFF;
    padding:10px 0 30px 0;
}

.banner, .banner .layui-carousel {
    width: 1200px;
    min-width: 1200px;
    height: 500px !important;
    text-align: center;
    margin:0 auto;
}
.banner2, .banner2 .layui-carousel {
    width: 917px;
    min-width: 917px;
    height: 516px !important;
    text-align: center;
    margin:0 auto;
}

.bannerImg {
    background-size: 100% 100%!important;
}

.bannerImg img {
    width: auto !important;
    height: auto !important;

}

.footer {
    background: #353535;
    width: 100%;
    min-width: 1200px;
}

.footer a {
    color: #CFCFCF;

}

.footnav {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0;
}

.footnavLeft {
    float: left;
}

.footnavRight {
    float: right;
}

/*.footnavLeft>ul{*/
/*padding-top: 49px;*/
/*}*/
/*.footnavLeft > ul >li{*/
/*float: left;*/
/*color: #CFCFCF;*/
/*font-size: 14px;*/
/*height: 30px;*/
/*line-height: 30px;*/
/*width: 130px;*/
/*}*/
/*.footnavLeft ul{*/
/*padding-top: 49px;*/
/*}*/
.footnavLeft ul li {
    float: left;
    color: #CFCFCF;
    font-size: 14px;
    line-height: 30px;
    width: 130px;
    *padding-top: 0;
}

.footnavLeft ul .firstName {
    font-size: 17px;
}

.footnavRight > div {
    float: left;
    text-align: center;
    margin-right: 20px;
}

/*.footnavRight div{*/
/*float: left;*/
/*text-align: center;*/
/*padding-top: 67.5px;*/
/*margin-right: 20px;*/
/*}*/
.footnavRight img {
    width: 100px;
    height: 100px;
}

.footnavRight p {
    font-size: 16px;
    color: #CFCFCF
}

.copyRight {
    background: #000000;
    height: 133px;
    min-width: 1200px;
    text-align: center;
}

.copyRight ul {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 10px;
    line-height: 15px;
}

.copyRight li {
    float: left;
    color: #FFFFFF;
    text-align: center;
    padding: 0 10px;
}

.copyRight li:last-child span {
    display: none;
}

.copyRight a {
    color: #FFFFFF;
    display: inline-block;
}

.copyRight .address {
    color: #828282;
    font-size: 14px;
    width: 1200px;
    margin: 0 auto;
    text-align: center
}

.copyRight span {
    display: inline-block;
    width: 1px;
    background: white;
    height: 15px;
    float: left;
}

.indexNews {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.indexNews .indexLeft {
    float: left;
    width: 744px;
}
.indexNews .indexRight .notice{
    width:420px;
    margin-left:4px;
}

.indexNews .indexRight {
    float: right;
    width:426px;
}

.indexNews .news, .indexNews .notice {
    float: left;
}
.indexNews .notice{
    margin-top:-4px;
}

.indexNews .title {
    height: 20px;
    line-height: 20px;
    padding-bottom:20px;

}

.indexNews .title img {
    width: 20px;
    height: 20px;
    margin-top: -6px;
}
.indexNews .title a img {
    width:auto;
    height:auto;
    margin-top:-4px;
}

.indexNews .title span {
    font-size: 20px;
    color: #333333;
    margin-left: 10px;
    font-weight: 400;
}

.indexNews .news {
    width: 320px;
    margin-right: 20px;
}

.indexNews .news img {
    width: 320px;
    height: 240px;
    margin-top: 5px;
}

.indexNews .notice {
    width: 400px;

}

.indexNews .notice .noticeContent {
    height: 198px;
    position: relative;
}

.indexNews .notice .nameDetail {
    color: #222222;
    font-size: 18px;
    margin-bottom: 10px;
}

.indexNews .notice .contentDetail {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
}

.indexNews .notice .btnDetail {
    width: 98px;
    height: 24px;
    border-radius: 1000px;
    background: rgba(219, 219, 219, 1);
    color: #666666;
    text-align: center;
    line-height: 24px;
    /* float: right; */
    position: absolute;
    right: 0;
    bottom: 5px;
    cursor: pointer;
}
.indexNews ul li {
    /* list-style: url(/themes/theme1/img/jiantou.jpg); */
    line-height: 26px;
    position: relative;
    height: 26px;
}

.indexNews ul li::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    background: url("/themes/theme1/img/jiantou.jpg") no-repeat center;
    height: 12px;
    margin-top: -6px;
}
.indexNews ul li a {
    width:300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float:left;
}

.indexNews ul li a:hover {
    color: #0d51a0;
}

.indexLeft ul {
    margin-top: 0px;
}

.indexNews li a {
    padding-left: 10px;
    font-size: 14px;
}

.indexNews li span {
    color: #999999;
    font-size: 12px;
    float: right
}


.entry {
    overflow: hidden;
    margin-top: 14px;
    margin-left:-4px;
}

.entry > a {
    float: left;
    width: 130px;
    height: 52px;
}

.entry img {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 6px;
    margin-left: 14px;
}

.entry p {
    width: 40px;
    font-size: 14px;
    color: white;
    float: left;
    margin-top: 6px;
    margin-left: 18px;

}

.entry .entryList1 {
    background: #2591F1;
    border-radius: 10px;
}

.entry .entryList2 {
    background: #26A69A;
    margin: 0 17px;
    border-radius: 8px;
}

.entry .entryList3 {
    background: #FBC02D;
    border-radius: 10px;
}

.minddleImg {
    width: 1200px;
    margin: 20px auto;

}

.minddleImg img {
    width: 100%;
}

.data, .gallery, .special {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 20px;
}

.blodName {
    color: #0d51a0;
    font-weight: Bold;
    font-size: 24px;
    text-align: center;
}

.blodName p {
    margin-top: 30px;
}

.blodName .line {
    width: 108px;
    height: 2px;
    background: #0d51a0;
    margin: 0 auto 36px;
}

.indexDataList, .stystem {
    overflow: hidden;
    position: relative;
}

.indexDataList {
    margin-bottom: 20px;
}

.indexDataList li {
    float: left;
    width: 400px;
    margin-bottom: 30px;
}

.indexDataList li img {
    float: left;
    width: 50px;
    height: 50px;
}

.indexDataList li h2 {
    color: #0d51a0;
    font-size: 20px;
}

.indexDataList li p {
    color: #666666;
    font-size: 14px
}

.indexDataList .desr {
    width: 280px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.stystem li {
    /*width: 282px;*/
    width: 230px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.galleryBottomList {
    height: 430px;
}
.galleryBottomList .opacityCover {
    position: absolute; z-index:1; width:100%; height:100%; background: #000; opacity: 0.4;
}
.galleryBottomList .galleryIndexHead {
    color: #FFF;
    font-size: 16px;
    position: absolute;
    bottom:2%;
    left:2%;
    float:left;
    width:100%;
    z-index:2;
}
.galleryBottomList .galleryIndexHead .galleryIndexTitle, .galleryBottomList .galleryIndexHead .galleryIndexDateAndAuthor {
    text-align: left;
    width:100%;
}
.galleryBottomList .galleryIndexHead span{
    float:left;
}
.galleryBottomList .galleryIndexDateAndAuthor {
    font-size:12px;
    width:100%;
}

.galleryBottomList div {
    float: left;
    cursor: pointer;
}

.galleryBottomList .text, .bottomListRightTop .text {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    text-align: center;
    background: RGBA(41, 148, 231, .9);

}
.closePhotoGallery {
    position: absolute;
    right:0;
    top:0;
    z-index:2;
    width:50px;
    height:50px;
    font-size: 36px;
    border-radius: 50px;
    color: #FFF;
    background:#000;
    text-align: center;
    line-height:44px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    cursor:pointer;
}

.galleryBottomList .text h2, .bottomListRightTop .text h2 {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: white;
    margin-bottom: 30px;
}

.galleryBottomList .text p, .bottomListRightTop .text p {
    font-size: 14px;
    line-height: 20px;
    color: white;
    width: 90%;
    margin-left: 5%
}

.stystem li.second, .special li.second {
    margin-left: 24px;
    margin-right: 24px;
}

.stystem li.three {
    margin-right: 24px;
}

.stystem li p {
    height: 56px;
    line-height: 56px;
    background: #0d51a0;
    width: 100%;
    font-size: 16px;
    color: white
}

.special li {
    width: 384px;
    float: left;
    text-align: center;
}

.bottomListLeft, .bottomListRight, .gallery_gallerytypelist, .gallery_single_gallerytype_2 {
    float: left;
}

.galleryTitle {
    text-align: center;
    float: left;
    width: 68px;
    height: 404px;
    background: #0d51a0;
    font-size: 36px;
    padding:200px 10px 0px 10px ;
    line-height:60px;
    color:#fff;
    margin-right: 18px;
}

.bottomListLeft li:first-child {
    margin-bottom: 41px;
}
.bottomListLeft li {
    width: 445px;
    height: 282px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.bottomListLeft li:last-child {
    margin-bottom: 0;
}

.bottomListRightTop {
    width: 511px;
    height: 321px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.bottomListRightBottom li {
    float: left;
    width: 246px;
    height: 243px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.bottomListRightBottom .first {
    margin-right: 18px;
}

.p-department-list {
    margin: 20px 0;
}

ul.p-department-list li {
    float: left;
    margin: 8px 0;
}

ul.p-department-list li {
    width: 33.33333%;
}

.special_img li {
    position: relative;
    overflow: hidden;
    width:384px;
    height:185px;
}

.special_img .text h2 {
    font-size: 36px;
    margin-bottom: 22px;
    margin-top: 42px;
}

.special_img .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    background: RGBA(41, 148, 231, .9);
    display: none;
}

.ad_item {
    display: block;
    margin-bottom: 16px;
}

.p-theme-1 .layui-layer-title {
    background: #1C81E9;
    color: #fff;
}

.p-theme-1 .layui-layer-setwin .layui-layer-ico {
    color: #fff;
}

.p-theme-1__content {
    padding: 0 20px;
    color: #999;
}

.p-theme-1__item {
    padding-top: 20px;

}

.p-theme-1 input {
    width: 60%;
    padding: 6px 8px;
}

.p-theme-1 textarea {
    width: 100%;
    height: 100px;
    padding: 6px 8px;
    resize: none;
}

a.p-index-title-more {
    float: right;
    font-size: 12px;
    color: #999;
}

#p-wx-code {
    position: absolute;
    width: 100px;
    height: 100px;
    left: -110px;
    bottom: 40px;
    display: none
}

/* jump */
#jump {
    position: fixed;
    bottom: 200px;
    right: 30px;
    width: 40px;
    z-index: 400;
}

* html #jump {
    position: absolute;
    top: expression(documentElement.scrollTop + "px");
    margin: 300px 0 0 0;
}

#jump li {
    height: 50px;
    overflow: hidden;
}

#top, #share, #reply, #sina, #ceping, #weixin {
    display: block;
    width: 40px;
    height: 42px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}

#top {
    background: url(/new2022/img/top.png) no-repeat;
}

#share {
    background: url(/new2022/img/share.png) no-repeat;
}

#reply {
    background: url(/new2022/img/reply.png) no-repeat;
}

#sina {
    background: url(/new2022/img/sina.png) no-repeat;
}

#weixin {
    background: url(/new2022/img/wechat.png) no-repeat;
}

#top:hover {
    background: url(/new2022/img/toped.png) no-repeat;
}

#share:hover {
    background: url(/new2022/img/shared.png) no-repeat;
}

#reply:hover {
    background: url(/new2022/img/replyed.png) no-repeat;
}

#sina:hover {
    background: url(/new2022/img/sinad.png) no-repeat;
}

#weixin:hover {
    background: url(/new2022/img/weixind.png) no-repeat;
}

#ceping {
    background: url(/new2022/img/ceping.png) no-repeat;
}

#ceping:hover {
    background: url(/new2022/img/zhaosheng.png) no-repeat;
}

#EWM {
    position: absolute;
    left: -150px;
    display: none;
}

#EWM img {
    width: 150px;
    height: 150px;
}

.loginClass {
    position: fixed;
    z-index: 999;
    width: 400px;
    height: 200px;
    top: 0;
    left: 0;
    border: 2px solid #c3c3c3;
    background: #FFF;
    text-align: center;
    border-radius: 5px;
}

.loginClass .username, .loginClass .password {
    float: left;
    width: 100%;
}

.loginClass .username input, .loginClass .password input {
    height: 25px;
    border: 1px solid #ccc;
}

.loginClass div span {
    float: left;
    width: 60%;
    text-align: left;
    line-height: 50px;
}

.loginClass div span:first-child {
    text-align: right;
    font-size: 14px;
    width: 40%;
}

.loginClass .button input {
    width: 80px;
    height: 30px;
    line-height: 30px;
}

.special_list_specialimgs_description {
    word-wrap: break-word;
    width:70%;
    margin-left:15%;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
}

.popGallery {
    position: fixed; top:0; z-index:9999; height:100%; width:100%;
}

.popGalleryBackend {
    position: absolute; width:100%; height:100%; background: #000; opacity: 0.6;
    z-index:1;
}

.popGallery .contentImg {
    max-width: 800px;
    position: absolute;
    z-index:2;
    margin:0 auto;
}
.popGallery .popGalleryLeft, .popGallery .popGalleryRight {
    position: absolute;
    z-index:3;
    width:110px;
    height:100px;
    top:50%;
}

.popGallery .popGalleryLeft {
    left:0;
}

.popGallery .popGalleryRight {
    right:0;
}

.contentImg img{
    max-height: 100%;
    max-width: 100%;
}
.introduction .content img{
    max-width: 600px;
    margin-bottom: 10px;
}
.introduction .content table{
    width: 100%;
}
.introduction .content video{
    width: 100%;
    height: auto;
}

.stystem li.right10 {
    margin-right: 10px;
}

.stystem li a img{
    width: 100%;
    height: 138px;
}
/* .scalzoom{
    position: relative;
    margin: 0 auto;
} */