@charset "utf-8";

/* fullscreen */

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
    overflow: hidden;
    /* disable scrollbars */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* remove highlight on tab for iOS/Android */
}


/* fix for scroll bars on webkit & >=Mac OS X Lion */

::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.5);
    width: 0.75em;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
}


/* 通用代码 */

html,
body {
    width: 100%;
    padding: 0px;
    margin: 0px;
    *position: static;
}

* {
    font-family: "思源黑体 CN" !important;
    font-size: 16px;
    color: #332c2b;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

ul,
li,
ol,
p,
dt,
dd,
dl,
pre,
xmp,
plaintext,
listing {
    list-style-type: none;
}

button,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    text-decoration: none;
}

.anim0 {
    animation: dz0 0.8s linear 1 normal forwards;
}

.anim1 {
    animation: dz1 0.8s linear 1 normal forwards;
}

.anim2 {
    animation: dz2 0.8s linear 1 normal forwards;
}

.anim3 {
    animation: dz3 1s linear 1 normal forwards;
}

.anim4 {
    animation: dz4 1s linear 1 normal forwards;
}

.anim5 {
    animation: dz5 0.6s linear 1 normal forwards;
}

.anim6 {
    animation: dz6 0.6s linear 1 normal forwards;
}

.anim7 {
    animation: dz7 0.6s linear 1 normal forwards;
}


/*.anim99{ animation: dz99 .6s linear 1 normal forwards; }
 .anim5{ animation: dz5 .6s linear 1 normal forwards; }
.anim6{ animation: dz6 .6s linear 1 normal forwards; } */


/* .anim7{ animation: dz7 .6s linear 1 normal forwards; }
.anim8{ animation: dz8 .6s linear 1 normal forwards; } */


/* @keyframes dz1
{
0% {opacity: 0;transform: translate(0, -30%); }
100% {opacity: 1; transform: translate(0, 0%); }
}
@keyframes dz2
{
0% {opacity: 0; transform: translate(0, 100px); }
100% {opacity: 1;transform: translate(0, 0%);  }
} */

.dhxg {
    opacity: 0;
}

.dhxg2 {
    opacity: 0;
}

.le {
    float: left;
}

.ri {
    float: right;
}

@keyframes dz0 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes dz1 {
    0% {
        opacity: 0;
        transform: translate(-20%, 0%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0%);
    }
}

@keyframes dz2 {
    0% {
        opacity: 0;
        transform: translate(0, 30%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0%);
    }
}

@keyframes dz3 {
    0% {
        opacity: 0;
        transform: translate(0, 30%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0%);
    }
}

@keyframes dz4 {
    0% {
        opacity: 0;
        transform: translate(0, -30%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0%);
    }
}


/* @keyframes dz5
{
0% {opacity: 0; transform: rotate(-2deg);position: relative; }
100% {opacity: 1; transform: rotate(0);position: relative;  }
}
@keyframes dz
{
0% {opacity: 0;transform: rotate(2deg);position: relative; }
100% {opacity: 1; transform: rotate(0deg);position: relative;  }
}*/


/* @keyframes dz99
{
0% {opacity: 0;transform: rotate(20deg);position: relative; }
100% {opacity: 1; transform: rotate(0deg);position: relative;  }
} */

@keyframes dz5 {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes dz6 {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes dz7 {
    0% {
        opacity: 0;
        transform: translate(-40%, 40%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0%);
    }
}


/* 通用设置 */

.hei::after {
    content: "";
    display: block;
    clear: both;
}

.sjcx {
    display: none;
}

.BigDiv {
    max-width: 1920px;
    /* min-width: 1200px; */
    width: 100%;
    margin: auto;
    position: relative;
}

.cen {
    width: 86%;
    max-width: 1400px;
    margin: auto;
}

@media screen and (max-width: 640px) and (min-width: 0px) {
    .sjcx {
        display: inline-block;
    }
    .sjyc {
        display: none;
    }
    .ment img {
        width: 30px;
    }
    .ment {
        float: right;
        margin-top: 7px;
    }
}

.banner {
    position: relative;
}

.banner img {
    display: block;
    max-width: 100%;
    height: auto;
}

.fl {
    float: left;
}

.ri {
    float: right;
}

.size {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% auto !important;
    transition: 0.5s;
}

.size:hover {
    background-size: 110% auto !important;
}

.size img {
    display: block;
    width: 100%;
}

.more.cen {
    text-align: center;
    margin: 40px auto;
}

.more.cen a {
    font-size: 21px;
}

.page {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page a {
    color: #333333;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    background: #f5f8fb;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 15px;
    margin: 0 5px;
}

.page a.on {
    color: #fff;
    background: #414e96;
}

.page .s {
    border: 1px solid #666666;
    display: inline-block;
    width: 30px;
    transition: 0.5s;
    height: 30px;
    font-size: 17px;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
}

.page .s:hover {
    background: #616161;
    color: #fff;
}

.page .s.on {
    background: #616161;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

html,
body,
.BigDiv {
    height: 100%;
    overflow: hidden;
}


/* 通用导航 */

.tydh {
    border-bottom: 1px solid #e5e5e5;
}

.tydh .fl li {
    float: left;
    height: 79px;
    line-height: 79px;
    margin-right: 72px;
    border-bottom: 2px solid #fff;
}

.tydh .fl li a {
    color: #333333;
    display: block;
}

.tydh .fl li:hover {
    border-bottom: 2px solid #004ea2;
}

.tydh .ri {
    line-height: 79px;
}

.tydh .ri a {
    color: #999999;
    font-size: 13px;
}

.tydh .ri span:last-child a {
    color: #333333;
}

.jindu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
    z-index: 99;
    display: none;
}

.jindu .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.jindu .text .p1 {
    color: #233873;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.jindu .text .pic {
    text-align: center;
}

.jindu .text .loading {
    width: 240px;
    height: 16px;
    border: 1px solid #425795;
    border-radius: 8px;
    margin-top: 8px;
}

.jindu .text .tu1 {
    height: 10px;
    width: 0%;
    background: url("../i2/xht.png") left;
    transition: 0.1s;
    background-size: 100%;
    border-radius: 8px;
    margin-left: 2%;
    margin-top: 3px;
}

.jindu .text .tu1 span {
    display: block;
    background: url("../i2/bai.png") left;
    width: 100%;
    height: 100%;
    transform: skewX(-20deg);
    filter: blur(0.3px);
}

.tybj {
    background: url("../i2/xht2.png") left;
    transition: 0.5s;
    background-size: 100% 100%;
}

.top {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transition: 0.5s;
}

.top .logo {
    float: left;
    margin-left: 2%;
    margin-top: 1%;
}

.top .nav {
    float: right;
    margin-right: 21px;
    margin-top: 19px;
}

.top .nav .pic {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    position: relative;
}

.top .nav .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.top.on {
    background: url("../i2/xht.png") left;
    padding-bottom: 20px;
}

.top .logo .t1 {
    max-width: 92px;
    display: none;
}

.top .logo .t2 {
    width: 92px;
    display: none;
}

.top .logo .t3 {
    display: none;
}

.top .tybj .t2 {
    display: none;
}

.top .tybj {
    cursor: pointer;
}

.top.on .logo>a {
    float: left;
}

.top .logo .leul {
    float: left;
    margin-left: 30px;
    margin-top: 25px;
    display: none;
}

.top .logo .leul li {
    float: left;
    background: rgba(255, 255, 255, 0.1);
    width: 96px;
    cursor: pointer;
    border-radius: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    margin-right: 8px;
    font-size: 14px;
    color: #fff;
}

.top .logo .leul li a {
    font-size: 14px;
    color: #fff;
    display: block;
}

.top .logo .leul li:hover {
    background: #fff;
    color: #1b2c65;
}

.top .logo .leul li:hover a {
    color: #1b2c65;
}

.top .navul {
    overflow: hidden;
    margin-top: 25px;
    margin-right: 30px;
    display: none;
}

.top .navul li {
    float: left;
    margin-left: 30px;
    cursor: pointer;
}

.top .navul li .pic {
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    margin: auto;
}

.top .navul li .p1 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 4px;
    text-align: center;
}

.top .navul li .t2 {
    display: none;
}

.top .navul li:hover .pic {
    background: #fff;
}

.top .navul li:hover .t2 {
    display: block;
}

.top .navul li:hover .t1 {
    display: none;
}

.top.on .logo .t2,
.top.on .tybj .t2 {
    display: block;
}

.top.on .logo .t1,
.top.on .tybj .t1 {
    display: none;
}

.top.on .nav .tybj {
    background: none;
    float: right;
    position: relative;
    right: -10px;
}

.top.on .nav {
    margin-top: 5px;
}

.top.on .navul,
.top.on .leul {
    display: block;
}

.tyul {
    position: fixed;
    top: 41px;
    right: 106px;
    transform: translateY(-50%);
    z-index: 10;
}

.tyul li {
    min-width: 80px;
    height: 40px;
    background: url("../i2/xht2.png") center;
    line-height: 40px;
    color: #fff;
    background-size: 110%;
    border-radius: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 0 15px;
}

.tyul li p {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.tyul li .sjx {
    position: absolute;
    left: 40px;
    top: 66px;
    margin-top: -20px;
}

.tyul li.on .sjx {
    display: block;
}

.Nrhj {
    position: absolute;
    /* height: 65%; */
    top: 89px;
    border-radius: 10px;
    /* background: url("../i2/xht.png") top; */
    background-color: #fff;
    width: 40%;
    right: 40px;
    z-index: 100;
    padding: 30px;
    /* transform: translateY(-50%); */
    box-sizing: border-box;
    max-height: 700px;
    color:#666666;
}

.Nrhj .claose {
    float: right;
    cursor: pointer;
}

.Nrhj .Nrdiv {
    height: 100%;
}

.Nrhj .p1 .title {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px solid #5983b2;
    box-sizing: border-box;
    position: relative;
    top: 1px;
}

.Nrhj .p1 img {
    margin-left: 12px;
    vertical-align: middle;
    cursor: pointer;
}

.Nrhj .p1 .time {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.Nrhj .p1 {
    border-bottom: 1px solid #e2e1e2;
}

.Nrhj .conten {
    margin-top: 35px;
    overflow-y: auto;
    height: 85%;
    max-height: 700px;
    padding-right: 5px;
}

.Nrhj .conten p {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.Nrhj .conten p video {
    max-width: 100%;
    height: auto;
}

.Nrhj .conten p.pic {
    text-align: center;
}

.Nrhj .sjx {
    position: absolute;
    top: 50%;
    right: -5px;
}

.Nrhj .conten::-webkit-scrollbar-track {
    background-color: none;
}

.Nrhj .conten::-webkit-scrollbar {
    width: 6px;
}

.Nrhj .conten::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
}

.b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tydw {
    display: flex;
    position: absolute;
    cursor: pointer;
    transition: .5s;
    left: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* width: 0; */
    height: 75px;
    top: 50%;
    flex-flow: column;
    align-items: center;
}

.dw1 {
    left: 60%;
    top: 55%;
}

.tydw .p1 {
    width: 52px;
    margin: auto;
    height: 48px;
    text-align: center;
    font-size: 12px;
    padding-top: 8px;
    box-sizing: border-box;
    transition: 0.5s;
    color: #fff;
    font-weight: bold;
    background: url("../i2/db1.png") no-repeat center;
}

.tydw3 {
    display: block;
}

.tydw3 .p1 {
    background: url("../i2/db3.png") no-repeat center;
    width: 97px;
    height: 69px;
}

.tydw .p2 {
    color: #ffffff;
    font-size: 16px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    font-weight: normal;
    /* opacity: 0; */
    white-space: nowrap;
    margin-top: -20px;
}

.fte2d2 .p2{
    opacity: 0;
}

.tydw3 .p2 {
    position: absolute;
    left: 110px;
    top: 0;
    opacity: 1;
    font-weight: normal;
    font-size: 14px;
}

.tydw:hover .p1 {
    background: url("../i2/db2.png") no-repeat center;
    color: #1e2e66;
}

.tydw:hover .p2 {
    font-weight: bold;
}

.tydw3:hover .p1 {
    background: url("../i2/db3.png") no-repeat center;
}

.tydw:hover {
    /* margin-top: -10px; */
    padding-bottom: 20px;
}

.tydw:hover .p2 {
    opacity: 1;
}

.cz {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 320px;
    height: 200px;
    z-index: 5;
}

.cz .czpic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.cz .czpic>img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.cz .tycz {
    position: absolute;
    z-index: 2;
    cursor: pointer;
}

.cz .tycz .tybj {
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 50%;
}

.cz .tycz .tybj img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.cz .tycz .p1 {
    color: #fff;
    font-size: 14px;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 30px;
    text-align: center;
    display: none;
}

.cz .tycz .tybj .t2 {
    display: none;
}

.cz .tycz:hover .tybj {
    background: #fff;
}

.cz .tycz:hover .tybj .t2 {
    display: block;
}

.cz .tycz:hover .tybj .t1 {
    display: none;
}

.cz .tycz:hover .p1 {
    display: block;
}

.cz .cz1 {
    display: block;
    bottom: 13%;
    left: 19%;
}

.cz .cz1 .p1 {
    top: 50%;
    left: -100%;
    transform: translateY(-50%);
}

.cz .cz2 {
    display: block;
    bottom: 38%;
    left: 17%;
}

.cz .cz2 .p1 {
    top: 50%;
    left: -100%;
    transform: translateY(-50%);
}

.cz .cz3 {
    display: block;
    bottom: 61%;
    left: 22%;
}

.cz .cz3 .p1 {
    top: 50%;
    left: -100%;
    transform: translateY(-50%);
}

.cz .cz4 {
    display: block;
    bottom: 75%;
    left: 35.5%;
}

.cz .cz4 .p1 {
    top: -10%;
    left: 50%;
    margin-left: -15px;
    transform: translateY(-100%);
}

.cz .cz5 {
    display: block;
    bottom: 75%;
    left: 50.5%;
}

.cz .cz5 .p1 {
    top: -10%;
    left: 50%;
    margin-left: -15px;
    transform: translateY(-100%);
}

.cz .cz6 {
    display: block;
    bottom: 61%;
    left: 64%;
}

.cz .cz6 .p1 {
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
}

.cz .cz7 {
    display: block;
    bottom: 38%;
    left: 69%;
}

.cz .cz7 .p1 {
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
}

.cz .cz8 {
    display: block;
    bottom: 13%;
    left: 67%;
}

.cz .cz8 .p1 {
    top: 50%;
    right: -100%;
    transform: translateY(-50%);
}

.foot {
    position: absolute;
    bottom: 0;
    height: 10px;
    overflow: hidden;
    width: 100%;
    max-height: 850px;
    background: url("../i2/xht.png") center;
    transition: 0.5s;
}

.fote1 {
    height: 48px;
    position: relative;
}

.fote1 .pic {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    cursor: pointer;
}

.fote2 {
    width: 90%;
    margin: auto;
}

.foot.on {
    background: url("../i2/qy.png") top no-repeat;
    height: auto;
    z-index: 101;
}

.foot .fte2d1 {
    margin-top: 25px;
}

.foot .fte2d1 .fl1 {
    position: relative;
    float: left;
}

.foot .fte2d1 .fl1 .p1 {
    color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    font-size: 90px;
    text-transform: uppercase;
    margin-left: -30px;
}

.foot .fte2d1 .fl1 .p2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    bottom: 15px;
}

.foot .fl {
    position: relative;
}

.foot .fl>.ri1 {
    float: right;
    margin-top: 90px;
    position: absolute;
    top: 0;
    right: 0;
}

.foot .fl>.ri1 .search {
    width: 222px;
    height: 33px;
    border-radius: 40px;
    background: #fff;
    position: relative;
    float: right;
}

.foot .fl>.ri1 .search .input_txt {
    border: none;
    color: #a3a3a3;
    font-size: 12px;
    width: 86%;
    height: 33px;
    display: block;
    margin: auto;
    box-sizing: border-box;
}

.foot .fl>.ri1 .search .input_but {
    border: none;
    width: auto;
    background: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("../i2/t12.png") no-repeat center;
    cursor: pointer;
}

.foot .fl>.ri1 .desearch {
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    float: right;
    margin-left: 10px;
}

.foot .fl>.ri1 .desearch img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.foot .fte2d2 {
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    margin-top: 25px;
    position: relative;
}

.foot .fte2d2>img {
    display: block;
}

.foot .dw1 {
    left: 69%;
    top: 62%;
}

.foot .fote2 .fl {
    width: 37.2%;
}

.foot .fote2 .__view-scroller {
    margin-top: 80px;
    float: right;
}

.foot .fote2 .ri {
    width: 100%;
    padding-left: 27px;
}


/* .fte2ul li .text p:hover {
  background: url("/i2/t14.png") no-repeat 80% 50%;
} */

.tygun2::after {
    content: "";
    display: block;
    clear: both;
}

/* .fte2ul {
    overflow: hidden;
    word-break: break-all;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 477px;
} */

.fte2ul {
    word-break: break-all;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}



.tygun {
    position: relative;
    overflow: hidden;
}

.silderBar {
    width: 5px;
    height: 99%;
    position: absolute;
    top: 0.5%;
    right: 0.5%;
    background: none;
    border-radius: 5px;
    overflow: hidden;
}

.silderBar span {
    height: 20px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 6px;
    display: block;
    background: rgba(255, 255, 255, .5);
}

.fte2ul  {
    width: 100%;
    margin-right: 2%;
    float: left;
    margin-bottom: 10px;
}

.fte2ul  .p1 {
    font-size: 40px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
}

.fte2ul  .p1 span {
    color: rgba(255, 255, 255, 0.2);
    font-size: 14px;
}

.fte2ul  .p2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.fte2ul  .text {
    margin-bottom: 15px;
    position: relative;
    left: -43px;
}

.fte2ul  .text .lcfh {
    /* position: absolute;
  left: 0;
  transform: translateX(-150%); */
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    margin-right: 10px;
    width: 55px;
    font-size: 12px;
    margin-top: 4px;
    text-align: right;
}

.fte2ul .p3 {
    /* max-height: 250px; */
    /* overflow-y: auto;
  overflow-x: hidden; */
    margin-left: -28px;
}

.zuoyou {
    display: flex;
}

.fte2ul  .text p {
    line-height: 1.8;
    cursor: pointer;
}

.fte2ul  .text p:hover a {
    opacity: .6;
    transition: .5s;
}

.fte2ul  .text p a {
    color: #ffffff;
    font-size: 14px;
}


/* .fte2ul li .text p:hover a {
} */

.fot2 {
    position: absolute;
    bottom: 0;
    height: 40px;
    /* overflow: hidden; */
    width: 100%;
    max-height: 850px;
    background: url("../i2/qy.png") top no-repeat;
    transition: 0.5s;
    z-index: 10;
    animation: ani-mousea 1s linear 2 alternate;
}

.fot2.on {
    animation: none;
}

@-webkit-keyframes ani-mousea {
    0% {
        height: 40px;
    }
    50% {
        height: 40px;
    }
    100% {
        height: 43px
    }
}

.fot2 .pic {
    display: none;
}

.fote1 {
    height: 48px;
    position: relative;
}

.fote1 .pic {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
}

.fote2 {
    width: 90%;
    margin: auto;
}

.fote1 .p1 {
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    /* cursor: pointer; */
}

.fote1 .p1 span{
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
}

.fot2.on {
    height: auto;
}

.fot2.on .phide {
    display: none;
}

.fot2.on .pic {
    display: block;
    cursor: pointer;
}

.fot2ul li {
    width: 130px;
    margin-right: 0.5%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: 0px solid #fff;
    border-radius: 10px;
    background: url("../i2/hy.png") center;
    cursor: pointer;
}

.fot2ul li.on img {
    opacity: 0.7;
}

.fot2ul li.on {
    border: 3px solid #fff;
}

.fot2ul li img {
    display: block;
    border-radius: 10px;
    opacity: 0.7;
    height: 100%;
    width: 100%;
}

.fot2ul li .p1 {
    position: absolute;
    width: 90%;
    left: 5%;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    opacity: 1;
    z-index: 2;
    bottom: 5px;
    text-align: center;
    color: #fff;
}

.fot2ul {
    text-align: center;
    width: 90%;
    margin: 12px auto;
    margin-top: 20px;
}

.fot2ul>p {
    margin: 15px;
    color: #fff;
    cursor: pointer;
}

.fot2ul>p img {
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}

.fot2ul>p span {
    color: #ffffff;
    margin: 0 12px;
    font-size: 14px;
}

.fot2ul>p span:nth-child(1) img {
    position: relative;
    top: -2px;
}

.tydw2 {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.tydw2 .pic {
    text-align: center;
}

.tydw2 .p1 {
    color: #ffffff;
    font-size: 18px;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
    white-space: nowrap;
}

.tw1 {
    left: 50%;
    top: 50%;
}

.tw2 {
    left: 38%;
    top: 60%;
}

.tw3 {
    left: 62%;
    top: 60%;
}

.tw0 {
    left: 54%;
    top: 30%;
}

.content {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.content .text {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 380px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 40px;
}

.content .text>.p1 {
    color: #252525;
    font-size: 24px;
    text-align: center;
}

.content .text .tynr {
    margin-top: 25px;
}

.content .text .tynr .fl {
    min-height: 200px;
    width: 100%;
    margin-left: 0%;
    text-align: center;
}
.content .text .tynr .fl img {
    width: 100%;
    max-width: 200px;
    display: block;
    margin: auto;
}
.content .text .tynr .fl .p1{text-align: center;
color: #666666;
font-size: 14px;
margin-top: 10px;}
.content .text .tynr .ri {
    width: 40%;
    margin-top: 20px;
    margin-right: auto;
}

.content .text .tynr .ri img {
    vertical-align: middle;
    margin-right: 5px;
    max-width: 200px;
}

.content .text .tynr .ri>img {
    display: block;
    margin: auto;
}

.content .text .tynr .ri p {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    position: relative;
    margin-bottom: 8px;
}

.content .claose {
    float: right;
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
}

#id4 .fl img {
    max-height: inherit;
}

#id4 .fl {
    min-height: inherit;
}

#id4 .ri {
    margin-right: 5%;
    margin-top: 0;
}

#id4 .tynr .p1 {
    text-align: center;
    color: #666666;
    font-size: 14px;
	margin-top: 10px;
}

.content #id6 {
    min-width: 760px;
}

.fx {
    font-size: 0;
}

.fx li {
    border-right: 1px solid #e8e9ef;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    height: 330px;
    padding-bottom: 30px;
    vertical-align: top;
    display: inline-block;
}

.fx li:last-child {
    border: none;
}

.fx li .p1 {
    color: #999999;
    font-size: 14px;
    text-align: center;
}

.fx li .p2 {
    color: #666666;
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
}

.fx li .pic {
    text-align: center;
    margin-top: 25px;
}

.fx li .pic img {
    height: 200px;
}

.fx li .more {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 40px;
    background: url("../i2/xht2.png") center;
    background-size: auto;
    line-height: 40px;
    color: #fff;
    background-size: 110%;
    border-radius: 30px;
    text-align: center;
    margin: auto;
    cursor: pointer;
}

.fx li .more a {
    color: #fff;
}

.fx li .href {
    width: 90%;
    height: 55px;
    border-radius: 12px;
    margin: auto;
    line-height: 55px;
    margin-top: 80px;
    text-align: center;
    background: #f8f8f8;
    color: #999999;
    font-size: 14px;
}

.fx li textarea {
    border: none;
    width: 70%;
    border-radius: 12px;
    margin: auto;
    background: #f8f8f8;
    height: 166px;
    color: #999999;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    line-height: 1.6;
    display: block;
    outline: none;
    margin-top: 25px;
}

.cz .czpic .tu2 {
    opacity: 0;
    width: 69px;
    transition: .5s;
    border: 10px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    animation: ani-mouse 1.5s linear infinite alternate;
}

@-webkit-keyframes ani-mouse {
    0% {
        border: 10px solid rgba(255, 255, 255, 0);
    }
    100% {
        border: 10px solid rgba(255, 255, 255, .6);
    }
}

.cz .czpic>img {
    cursor: pointer;
}

.cz .czpic.on .tu1 {
    opacity: 0;
    transition: .5s;
}

.cz .czpic.on .tu2 {
    opacity: 1;
}

.cz .tycz {
    transition: .5s;
}

.cz .tycz.on {
    left: 43%;
    bottom: 35%;
    opacity: 0;
    z-index: -1;
}

.lbutton{
    position: absolute; left: 20px; top: 90px;cursor: pointer;
}

.rbutton{
    position: absolute; right: 20px; top: 90px;cursor: pointer;
}

.bback {
    position: absolute;
    left: 32px;
    top: -16px;
    cursor: pointer;
}

.pcul{
    white-space: nowrap;
    display: flex;    
    justify-content: center;
}

.myscroller2{
    padding-bottom: 25px;
}

/* media PC端 */
@media screen and (min-width:750px) {
    .fte2ul li{
        width: 198px;
        float: left;
    }
    
    .B20号楼_营养餐厅{
        position: absolute;
        right: 0px;
        top: 155px;
    }
    .B20号楼_营养餐厅 .text{
		margin-bottom:0;
	}
    .B25号楼_放疗中心{
        position: absolute;
        right: 0px;
        top: 0px;
    }
    
    .B22号楼_门诊大楼 .F3F{
        position: absolute !important;;
        right: 278px;
        left: unset !important;
        top: 94px;
    }
    
    .B22号楼_门诊大楼 .F4F-11F{
        width: 174px;
        position: absolute !important;
        right: 295px;
        left: unset !important;
        top: 208px;
    }
    
    .B18号楼_学术报告厅{
        position: absolute;
        top: 234px;
    }
}


@media screen and (max-width:750px) and (min-width:0px) {

    .B22号楼_门诊大楼2{
display: none;
    }

    .Nrhj{
        height:65% !important;
    }
    .top .logo .t1{
        width: 60px;
    }

    .foot .fote2 .ri{
        padding-left: 0px;
    }

    .fte2ul{
        display: block;
        overflow: auto;
        padding-left: 37px;
        height: 300px;
    }
    .top .nav {
        margin-top: 2%;
    }
    .jindu .text .p1 {
        font-size: .35rem;
    }
    .jindu .text .pic img {
        width: 2rem;
        height: auto;
    }
    .top .nav {
        margin-top: 3%;
    }
    .BigDiv {
        min-width: 320px;
    }
    .cz .tycz .tybj {
        width: .64rem;
        height: .64rem;
    }
    .cz .czpic>.tu1 {
        width: 1rem;
    }
    .cz .czpic>.tu2 {
        display: none;
        width: 1.4rem;
    }
    .cz .czpic .pic img {
        width: 2.6rem;
    }
    .cz .tycz .tybj img {
        max-width: .3rem;
        max-height: .35rem;
    }
    .cz {
        width: 6rem;
        height: 3.4rem;
    }
    .tydw .p2 {
        font-size: .3rem;
    }
    .cz .cz1 {
        left: 22%;
    }
    .cz .cz2 {
        left: 20%;
    }
    .cz .cz3 {
        left: 25%;
    }
    .cz .cz4 {
        left: 38.5%;
    }
    .cz .tycz {
        transition: .5s;
    }
    .cz .czpic.on .tu1 {}
    .cz .czpic.on .tu2 {
        bottom: 40px;
    }
    /* .cz .tycz.on{ left: 45%; bottom: 35%; opacity: 0; z-index: -1;} */
    .foot .fote2 .fl {
        float: none;
        width: 100%;
    }
    .foot .fote2 .ri {
        width: 100%;
        float: none;
        margin-top: 0;
    }
    .fte2ul li {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .fte2ul .p3 {
        margin-left: 0;
    }
    .fte2ul li .text p {
        display: inline-block;
        margin-right: .3rem;
    }
    .fte2ul .p3 {
        overflow-x: inherit;
        overflow-y: inherit;
        max-height: inherit;
    }
    .foot .fote2 .ri {
        margin-top: .3rem;
    }
    .fte2ul li {
        margin-bottom: .3rem;
    }
    .fte2ul li .p1 {
        font-size: .5rem;
    }
    .fte2ul li .p2 {
        font-size: .28rem;
    }
    .fte2ul li .text p a {
        font-size: .24rem;
    }
    .foot .fte2d1 .ri1 {
        float: none;
        margin-top: 0;
    }
    .foot .fte2d1 .fl1 .p2 {
        font-size: .38rem;
    }
    .foot .fte2d1 .fl1 .p1 {
        display: none;
    }
    .foot .fte2d1 .fl1 .p2 {
        position: relative;
        bottom: 0;
    }
    .foot .fl>.ri1 {
        position: relative;
        margin-top: 0;
        float: none;
        width: 100%;
        overflow: hidden;
        margin-top: .3rem;
    }
    .foot .fl>.ri1 .search {
        width: calc(100% - 43px);
    }
    .foot .fte2d2 {
        margin-top: .2rem;
    }
    .top.on .logo .t2 {
        display: none;
    }
    .top.on .logo .t3 {
        display: block;
        width: 60px;
    }
    .top.on .nav .tybj {
        position: absolute;
        top: .1rem;
        right: 0;
    }
    .top .logo .leul {
        float: none;
        margin: auto;
        clear: both;
        padding-top: .3rem;
    }
    .top .logo .leul li {
        width: 1.5rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .24rem;
        margin-right: .1rem;
        margin-bottom: .1rem;
    }
    .top .logo .leul li a {
        font-size: .24rem;
    }
    .top .navul {
        margin-right: 0;
        margin-top: .2rem;
        padding-top: .2rem;
        border-top: 1px solid rgba(255, 255, 255, .3);
        float: none;
        width: 100%;
    }
    .top .navul li .pic {
        width: .7rem;
        height: .7rem;
    }
    .top .nav .pic img {
        max-width: .5rem;
        max-height: .4rem;
    }
    .top.on .nav {
        width: 96%;
    }
    .top .navul li {
        width: 15.66%;
        margin: 0 0.5%;
    }
    .top .navul li .p1 {
        font-size: .24rem;
    }
    .fot2ul li {
        width: 2.6rem;
        height: 1.4rem;
        margin-right: .18rem;
        display: inline-block;
        float: none;
    }
    .fot2ul ul {
        overflow-x: scroll;
        width: 100%;
        white-space: nowrap;
        display: block;
    }
    .fot2ul li .p1 {
        font-size: .24rem;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 96%;
        left: 3%;
    }
    .fot2ul>p span {
        font-size: .24rem;
        margin: 0 0;
    }
    .fot2ul>p img {
        margin: auto;
        display: none;
    }
    .fote1 .pic {
        bottom: 10%;
    }
    .fot2ul>p {
        margin-left: 0;
        margin-right: 0;
    }
    .fot2ul {
        width: 98%;
        margin-left: 2%;
        margin-right: 0;
        margin-top: 4px;
    }
    .tydw2 .p1 {
        font-size: .28rem;
    }
    .tyul {
        right: 1.2rem;
        top: 0.6rem;
    }
    .tyul li {
        height: 0.65rem;
        line-height: .65rem;
        font-size: .24rem;
    }
    .content .text {
        min-width: 5rem;
    }
    .content .text .tynr .fl {
        float: none;
        min-height: inherit;
        margin: auto;
    }
    .content .text>.p1 {
        font-size: .32rem;
    }
    .content .text .tynr .ri {
        width: 100%;
        float: none;
        border-top: 1px solid #d1d5e0;
    }
    .content .text .tynr {
        margin-top: .2rem;
    }
    .content .text .tynr .ri {
        margin-top: .2rem;
        padding-top: .2rem;
        padding: 0 0rem;
        box-sizing: border-box;
    }
    .content .text .tynr .ri p {
        margin-top: 8px;
        margin-bottom: 0;
    }
    .content .text .tynr .fl {
        width: 60%;
    }
    #id4 .fl {
        margin: auto;
        width: 80%;
        padding: 0 .8rem;
        box-sizing: border-box;
        padding-bottom: .2rem;
    }
    #id4 .ri {
        margin: auto;
        width: 80%;
        padding: 0 .8rem;
        padding-top: .2rem;
    }
    .content #id6 {
        min-width: 5rem;
        width: 5rem;
    }
    #id6 .tynr ul {
        white-space: nowrap;
        overflow-x: scroll;
    }
    .fx li {
        float: none;
        display: inline-block;
        width: 5rem;
        border: none;
        height: 6rem;
    }
    .fx li .more {
        height: 30px;
        line-height: 30px;
        font-size: .28rem;
    }
    .fx li .p2 {
        margin-top: .2rem;
    }
    .fx li .href {
        width: 90%;
    }
    .Nrhj {
        width: 100%;
        right: 0;
        top: auto;
        bottom: 0;
        padding: 20px;
        height: auto;
    }
    .Nrhj .p1 .title {
        font-size: .36rem;
        padding-bottom: .15rem;
    }
    .Nrhj .conten {
        max-height: 6rem;
        margin-top: .3rem;
    }
    .Nrhj .conten p {
        font-size: .24rem;
        line-height: 1.8;
        margin-bottom: .2rem;
    }
    .tyul li .sjx {
        display: none;
    }
    .foot {
        position: absolute;
        bottom: 0;
        height: 10px;
        overflow: hidden;
        width: 100%;
        max-height: 650px;
        background: url("../i2/xht.png") center;
        transition: 0.5s;
    }
    .foot .fote2 .__view-scroller {
        margin-top: .3rem;
        width: 100% !important;
        float: none;
        height: 6rem !important;
    }
    .__view-scroller .__view-scroller-box {
        padding-bottom: .3rem;
    }
    .cz .czpic.on .tu2 {
        display: block;
    }
    .foot .fte2d2 {
        display: none;
    }
    .content .text .tynr .ri>img {
        max-width: 100%;
    }
}