﻿

/* CSS Document */
/*2021.01.12 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.container {
    width: 1170px;
    padding: 0;
    margin: 0 auto;
}

.box {
    /*overflow: hidden;*/
}

/*顶部弹出搜索样式*/
/*header-top*/
.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #333;
}

.search-btn:hover {
    opacity: .9;
    text-decoration: none;
}

.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}

.search-box h2 {
    font-size: 24px;
    color: #555;
    margin-bottom: 30px;
    margin-top: 50px;
}

.search-box .container {
    position: relative;
}

.search-box .close {
    position: absolute;
    top: 30px;
    right: 15px;
    font-size: 14px;
    cursor: pointer;
}

.search-box .close i {
    font-style: normal;
}

.search-form {
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}

.search-form .form-text {
    width: 100%;
    border: none;
    border-bottom: 1px solid #0c4794;
    font-style: italic;
    height: 60px;
    font-size: 16px;
    /*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
    font-style: normal;
    border-bottom-color: #0c4794;
}

.search-form .form-submit {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100px;
    height: 60px;
    line-height: 60px;
    background: none;
    border: none;
    outline: none;
    color: #666;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-form .form-submit:hover {
    background: #0c4794;
    color: #fff;
}

/*顶部弹出样式 end*/

.bbg {
    background: url(../image/nbbg1.jpg) no-repeat center top;
    min-height: 400px;
    background-size: cover;
}

.wc-top {
    background: rgb(37 91 139 / 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    height: 73px;
}

.wc-top ul {
    width: 100%;
    text-align: right;
}

.wc-top ul li {
    text-align: right;
    display: inline-block;
    line-height: 72px;
    padding: 0 30px;
    border-right: 1px solid #2b5478;
}

.wc-top ul li:first-child {
    border-left: 1px solid #2b5478;
}

.wc-top ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #bbb;
}

.wc-menubg {
    background: #fff;
    width: 240px;
    height: 630px;
    position: absolute;
    left: 0px;
    /* top: -73px;*/
    box-shadow: 1px 3px 6px -1px #f2f2f2;
}

.logo {
    width: 239px;
    height: 152px;
}





/*top end*/
.wc-menu {}

.wc-menu ul {}

.wc-menu ul li {
    margin: 10px 0;
    line-height: 26px;
    position: relative;
    /*居中并且转为table-cell*/
    /*float: left;*/
    list-style: none;
    text-align: center;
}

.wc-menu ul li.last {
    background: none;
}

.wc-menu ul li.last a {
    background: none;
}

.wc-menu ul li a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 2px;
    /*transition: all 0.2s;*/
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-align: center;
}


.wc-menu ul li a.active,
.wc-menu ul li a:hover {
    color: #26479c;
    border-bottom: 1px solid #26479c;
}

.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a.move {
    color: #26479c;
    border-bottom: 1px solid #26479c;
}



.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
    color: #26479c;
    border-bottom: 1px solid #26479c;
}


.wc-menu ul li .ernav {
    position: absolute;
    left: 240px;
    top: 3px;
    background: #0c4794;
    width: 80%;
    /*padding:0 10px;*/
    z-index: 11;
    display: none;
    /*opacity: 0.8;*/
}

.wc-menu ul li .ernav ul {
    border: none;
}

.wc-menu ul li .ernav ul li {
    /*text-align: center;*/
    float: none;
    display: block;
    /*二级下拉有影响，需要转化为块状*/
    border-bottom: 1px solid #ccc;
    background: none;
    text-align: center;
    border: none;
    line-height: 32px;
    border-bottom: 1px solid #fff;
    margin: 0;
}

.wc-menu ul li .ernav ul li:last-child {
    border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
    line-height: 32px;
    font-size: 16px;
    /*text-align: center;*/
    background: none;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    margin: 0;
    display: block;
    padding: 4px 2px;
    border-bottom: none;
    border: none;
    font-weight: normal;
}

.wc-menu ul li .ernav ul li a:hover {
    opacity: 1;
    color: #fff;
    background: #0c3a77;
    border-bottom: none;
}

/*menu End*/

.ban-text {
    position: absolute;
    right: 0px;
    top: 100px;
    width: 833px;
    text-align: center;
}

.ban-p {}

.ban-p p {
    color: #fff;
    font-family: 'AvenirLTStd';
}

.ban-p p.p1 {
    font-size: 62px;
    color: #fff;
    font-weight: bold;
    text-shadow: 3px 3px 3px #333;
    line-height: 70px;
}

.ban-p p.p2 {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 3px 3px 3px #333;
    line-height: 70px;
    margin-top: 10px;
}

.date {
    margin-top: 35px;
    margin-left: 110px;
}

.date ul li {
    float: left;
    margin-right: 60px;
}

.date ul li span {
    font-size: 42px;
    color: #fff;
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
}

.date ul li.li1 span {
    background: url(../image/sp1.png) no-repeat center center;
}

.date ul li.li2 span {
    background: url(../image/sp2.png) no-repeat center center;
}

.date ul li.li3 span {
    background: url(../image/sp3.png) no-repeat center center;
}

.date ul li.li4 span {
    background: url(../image/sp4.png) no-repeat center center;
}


.date ul li p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 11px;
}

/**/
.welcome {
    background: #fff url(../image/webg.jpg) no-repeat left top;
    padding-top: 48px;
    min-height: 480px;
}

.we-left {
    width: 870px;
}

.we-right {
    width: 280px;
}

.we-left h4 {
    font-size: 38px;
    font-weight: bold;
    color: #26479c;
    margin-bottom: 22px;
    display: inline-block;
    /*    border-bottom: 2px solid #fff;
    cursor: pointer;*/
}

.we-left p {
    font-size: 18px;
    color: #333;
    line-height: 31px;
}

/*.we-left h4:hover {
    border-bottom: 2px solid #26479c;
}*/

.we-ul {}

.we-ul ul li {
    position: relative;
    background: url(../image/li1.png) no-repeat left top;
    width: 280px;
    height: 81px;
    padding: 10px 22px 15px;
    text-align: right;
    margin-bottom: 14px;
}
.we-ul ul li img.slight{ position: absolute; top: -10px; right: 0; width:46px; }
.we-ul ul li:first-child {
    background: url(../image/li1_c.png) no-repeat left top;
}

.we-ul ul li:first-child img {
    margin-top: 6px;
}

.we-ul ul li a {
    text-decoration: none;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #a0a0a0;
}

.we-ul ul li a img {
    float: left;
}

.we-ul ul li a span {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    width: 79%;
}

/*.we-ul ul li:nth-child(2) a span, .we-ul ul li:nth-child(3) a span {
            padding-top: 0;
        }*/
.we-ul ul li a:hover span {
    opacity: 0.8;
}


@keyframes pulsed {
    from {
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      transform: scale3d(1, 1, 1);
    }
  }
  
  .pulsed {
    animation: pulsed 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  }

/*welcome */

/*news*/
.news {
    min-height: 450px;
    background: url("../picture/xihu.jpg") no-repeat center top;
    background-size: cover;
    padding: 40px 0;
}

.new-left {
    width: 880px;
}

.new-right {
    width: 290px;
}

.new-top {}

.new-top h4 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.new-ul {
    padding-top: 12px;
}

.new-ul ul li {
    border-bottom: 1px solid #a395b4;
    padding: 15px 0;
}

.new-ul ul li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.new-ul ul li span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}



.new-imgul {
    padding-top: 35px;
}

.new-imgul ul li {
    float: left;
    width: 265px;
    margin-right: 25px;
    overflow: hidden;
}

.new-imgul ul li:last-child {
    margin-right: 0px;
}

.new-imgul ul li a {
    color: #fff;
    text-decoration: none;
}

.new-imgul ul li .li-img {
    overflow: hidden;
}

.new-imgul ul li .li-img img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.new-imgul ul li:hover .li-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.new-imgul ul li .li-tt {
    margin-top: 14px;
}

.new-imgul ul li .li-tt span {
    display: block;
    margin: 6px 0;
    font-size: 16px;
    font-weight: bold;
}

.new-imgul ul li .li-tt p {
    font-size: 14px;
    color: #fff;
    line-height: 21px;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*zanzhu */

.zanzhu {
    background: #fff;
    min-height: 325px;
}

.zanzhu h4 {
    font-size: 30px;
    font-weight: bold;
    color: #26479c;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0px;
}

.zan-left {
    width: 390px;
    border-left: 1px solid #ddd;
    min-height: 550px;
}

.zan-mid {
    width: 390px;
    border-left: 1px solid #ddd;
    min-height: 550px;
}

.zan-right {
    width: 390px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    min-height: 550px;
}

.zan-ul {
    text-align: center;
}

.zan-ul li {
    display: inline-block;
    margin: 6px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 3px 8px;
}

.zan-ul li:hover {
    border: 1px solid #007AFF;
}





/*footer */
.footer {
    background: #255b8b;
    min-height: 100px;
    padding: 30px 0;
}

.f-left {
    width: 570px;
}

.f-left h4 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
}

.f-left p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
}

.f-right {
    width: 300px;
    text-align: right;
    padding-top: 70px;
}

.f-right p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}