h1,
h2,
h3,
h4,
h5,
h6,
p,
dd {
    margin: 0;
}

@font-face {
    font-family: Impact;
    src: url(../fonts/impact.ttf);
}

.container {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.max-img img {
    max-width: 100%;
    height: 100%;
}

.container2 {
    padding: 0;
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

div:focus,
span:focus {
    outline: none;
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    max-width: 1920px;
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
}

body {
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    color: #005bab;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
}

.head-top {
    height: 30px;
    line-height: 30px;
    background: #0e68b0;
    color: #fff;
}

.head-top .right {
    float: right;
}

.head-top .right a {
    color: #fff;
    padding: 0 5px;
}

.head-top .right a:hover {
    color: #64baff;
}

.head-top .right img {
    margin-right: 10px;
}

.head {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.logo {
    float: left;
    margin-top: 25px;
}

.nav {
    float: left;
    margin-left: 60px;
}

.nav li {
    float: left;
    padding: 35px 16px;
}

.nav li a {
    color: #656565;
    font-size: 16px;
}

.nav li a:hover {
    color: #005bab
}

.nav .on a {
    color: #005bab;
    font-weight: bold;
}


/* 搜索 */

.fixednav {
    position: fixed!important;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

#vivo-head {
    z-index: 1;
    position: relative;
    width: 100%;
}

.search-user b {
    background: url(../images/search_06.png) no-repeat;
    _background-image: url(../images/vivo-head-ico.gif);
}

#vivo-head {
    border-bottom: 1px #e7e7e7 solid;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    z-index: 99;
    background: #fff;
    position: relative;
}

#vivo-head .vivo-nav {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    background: #fff;
    /* position: relative;
    z-index: 999; */
}

.vivo-nav .search-user {
    float: right;
    margin-top: 25px;
}

.search-user a {
    width: 42px;
    height: 42px;
    display: inline-block;
    position: relative;
    top: 8px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.search-user a b {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s;
}

.search-user a.search b {
    background-position: 0 0;
}

.search-user a.user b {
    background-position: -43px 0;
}

.search-user a.user b img {
    width: 42px;
    height: 42px;
}

.search-user a.user:hover b,
.search-user a.user.current b {
    background-position: -43px -43px;
}

#vivo-head .vivo-search {
    height: 80px;
    width: 100%;
    position: absolute;
    opacity: 0.7;
    z-index: 9999;
    display: none;
}

.vivo-search .search-box {
    width: 700px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -350px;
    background: #666;
    position: relative;
    z-index: 9999;
    border: 1px solid #CCC;
}

.vivo-search .search-box input {
    width: 588px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #555;
    border: none;
    background: #fff;
    overflow: hidden;
    vertical-align: middle;
}

.vivo-search .search-box button {
    width: 110px;
    height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: none;
    overflow: hidden;
    vertical-align: middle;
    background: #008cd6;
    outline: none;
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
    position: absolute;
    right: 0;
}

.vivo-search .search-box button:hover {
    background: #0074b2;
}

.vivo-search .search-box button:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3) inset;
}

.vivo-search .search-box a.close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: -40px;
    background: url(../images/vivo-head-ico.png) -86px 0 no-repeat;
    _background-image: url(../images/vivo-head-ico.gif);
}

.vivo-search .search-box a.close:hover {
    background-position: -86px -25px;
}

.banner .swiper-container {
    width: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #fff;
    opacity: .8;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 44px;
    height: 45px;
}

.banner .swiper-button-prev {
    background: url(../images/jt_left.png) no-repeat;
    left: 40px;
}

.banner .swiper-button-next {
    background: url(../images/jt_right.png) no-repeat;
    right: 40px;
}

.index01 {
    background: #fff;
    margin: 30px 0;
    padding: 20px;
    overflow: hidden;
}

.index01 .swiper-container {
    width: 566px;
    float: left;
}

.index01 .swiper-pagination {
    bottom: 150px !important;
}

.index01 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 1;
}

.index01 .swiper-pagination-bullet-active {
    background-color: #005bab;
}

.index01 .left {
    float: left;
    width: 566px;
}

.index01 .left .img {
    width: 548px;
    height: 408px;
    overflow: hidden;
    border: 9px #cacaca solid;
}

.index01 .left .img img {
    width: 548px;
    height: 408px;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.index01 .left .img:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.index01 .left a {
    display: block;
}

.index01 .left .title {
    font-size: 18px;
    color: #0e68b0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 20px 0;
}

.index01 .left .detail {
    font-size: 14px;
    line-height: 26px;
    color: #3c3c3c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_nav {
    width: 100%;
    float: left;
    margin-bottom: 23px;
}

.news-wrap a {
    display: block;
}

.index-newscur:hover {
    color: #fff;
}

.index01 .right {
    float: right;
    width: 566px;
}

.new-tit {
    width: 216px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    background: #dddddd;
    float: left;
}

.index-newscur {
    background: #0e68b0;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.index-newscur::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 45%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0e68b0;
}

.news-titwrap li {
    width: 100%;
    float: left;
    height: 67px;
    padding: 10px 0;
    border-bottom: 1px #dcdcdc solid;
}

.news-titwrap li:hover {
    background: #005bab;
}

.news-titwrap li:hover .numbers,
.news-titwrap li:hover a,
.news-titwrap li:hover p {
    color: #fff;
}

.box-hidden {
    display: none;
}

.news-titwrap .numbers {
    font-family: Impact;
    font-size: 56px;
    color: #dcdcdc;
    display: block;
    float: left;
    padding: 0 15px;
    border-right: 1px #dcdcdc solid;
    margin-right: 20px;
}

.news-titwrap a {
    display: block;
}

.news-titwrap .title {
    font-size: 16px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}

.news-titwrap .date {
    font-size: 12px;
    color: #999999;
}

.index02,
.index03,
.index04 {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    overflow: hidden;
}

.index-title {
    line-height: 50px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    border-bottom: 2px #b4b4b4 solid;
}

.index-title .bt {
    font-size: 22px;
    color: #0e68b0;
    font-weight: bold;
    float: left;
    border-bottom: 4px #005bab solid;
    margin-bottom: -3px;
}

.index-title .more {
    float: right;
    color: #005bab;
    padding-right: 15px;
    background: url(../images/arrow_13.png) right no-repeat;
}

.index02 .left {
    width: 564px;
    float: left;
}

.index02 .left li,
.hynews-titwrap li {
    float: left;
    font-size: 15px;
    line-height: 40px;
    width: 100%;
    text-indent: 1em;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index02 .left li a,
.hynews-titwrap li a {
    display: block;
    width: 80%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index02 .left li::before,
.hynews-titwrap li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #005bab;
    position: absolute;
    left: 0;
    top: 20px;
}

.index02 .left li a:hover,
.hynews-titwrap li a:hover {
    color: #005bab;
}

.index02 .left li span,
.hynews-titwrap li span {
    float: right;
}

.index02 .right {
    width: 566px;
    float: right;
}

.hy-newsnav li {
    float: left;
    font-size: 22px;
    font-weight: bold;
}

.hy-newscur li {
    font-size: 22px;
    color: #0e68b0;
    font-weight: bold;
    float: left;
    border-bottom: 4px #005bab solid;
    margin-bottom: -3px;
}

.hy-newsnav span {
    font-size: 24px;
    margin: 0 10px;
    float: left;
}

.index03 .swiper-container {
    width: 92%;
    padding-top: 20px;
}

.index03 {
    position: relative;
}

.index03 .swiper-button-prev {
    background: url(../images/arrowon_20.png) no-repeat;
    left: 20px;
}

.index03 .swiper-button-next {
    background: url(../images/arrowon_23.png) no-repeat;
    right: 20px;
}

.index03 .swiper-button-next,
.index03 .swiper-button-prev {
    width: 18px;
    height: 32px;
    top: 60%;
}

.index03 .swiper-slide {
    overflow: hidden;
}

.index03 .swiper-slide a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 18px;
}

.index03 .swiper-slide .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    filter: alpha(opacity=50);
    background-color: rgba(0, 0, 0, .5);
}

.index03 .swiper-slide img {
    height: 225px;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.index03 .swiper-slide:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.index04 .left {
    width: 370px;
    height: 405px;
    background: #f1f1f1;
    float: left;
    text-align: center;
}

.index04 .main {
    padding-top: 20px;
    overflow: hidden;
    width: 100%;
}

.index04 .left .img01 {
    background: url(../images/icon_32.png) no-repeat center;
    height: 70px;
    margin-top: 35px;
}

.index04 .right .img02 {
    background: url(../images/icon_29.png) no-repeat center;
    height: 70px;
    margin-top: 20px;
}
.index04 .list-bottom:hover .img02 {
    background: url(../images/iconon_32.png) no-repeat center;
}
.index04 .list-bottom:hover .img05 {
    background: url(../images/icon_52.png) no-repeat center;
}
.index04 .right .img03 {
    background: url(../images/icon_36.png) no-repeat center;
    height: 70px;
    margin-top: 20px;
}

.index04 .right .img04 {
    background: url(../images/icon_39.png) no-repeat center;
    height: 70px;
    margin-top: 20px;
}
.index04 .right .img05 {
    background: url(../images/icon_50.png) no-repeat center;
    height: 70px;
    margin-top: 20px;
}
.index04 .left h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0;
}

.index04 .left h2 {
    font-size: 18px;
    font-weight: normal;
}

.index04 .left p {
    width: 265px;
    line-height: 30px;
    margin: 15px auto 30px auto;
}

.index04 .left .more {
    background: #0e68b0;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    margin-top: 20px;
}

.index04 .right {
    float: right;
}

.index04 .right .item img {
    float: right;
    width: 380px;
    height: 187px;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.index04 .right .item:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.index04 .right .list {
    background: #f1f1f1;
    text-align: center;
    float: right;
    width: 380px;
    height: 187px;
}

.index04 .right .list:hover,
.index04 .list-bottom:hover {
    background: #005bab;
    color: #fff;
}

.index04 .right .list:hover .img02 {
    background: url(../images/iconon_32.png) no-repeat center;
}

.index04 .list-bottom:hover .img03 {
    background: url(../images/iconon_41.png) no-repeat center;
}

.index04 .list-bottom:hover .img04 {
    background: url(../images/iconon_44.png) no-repeat center;
}

.index04 .list-bottom:hover a,
.index04 .right .list:hover a {
    color: #fff;
}

.index04 .right p {
    font-size: 24px;
    margin-bottom: 10px;
}

.index04 .item {
    overflow: hidden;
}

.index04 .list-bottom {
    width: 365px;
    height: 187px;
    background: #f1f1f1;
    text-align: center;
    float: left;
    margin-left: 30px;
}

.friendlink {
    background: #fff;
    margin-bottom: 30px;
    padding: 35px 20px;
    overflow: hidden;
}

.friendlink span {
    background: #005bab;
    padding: 6px 20px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.friendlink select {
    height: 40px;
    border: 1px #dedede solid;
    padding: 0 20px;
    width: 200px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/arrow_49.jpg') 170px center no-repeat;
    background-size: 12px;
    margin-left: 36px;
}

.foot {
    background: url(../images/foot_52.jpg) no-repeat center;
    height: 366px;
}

.foot .left {
    margin-top: 40px;
    float: left;
    width: 220px;
    line-height: 28px;
}

.foot p {
    font-size: 16px;
    color: #fff;
}

.foot .left span {
    color: #c7c7c7;
    display: block;
}

.foot .center {
    width: 600px;
    float: left;
    margin-top: 40px;
    margin-left: 100px;
}

.foot .list {
    border-right: 1px #719aba solid;
    float: left;
    padding-right: 30px;
    height: 280px;
    margin-right: 30px;
}

.foot .list p {
    line-height: 55px;
}

.foot .list a {
    color: #c7c7c7;
    display: block;
    line-height: 28px;
}

.foot .right {
    float: right;
    margin-top: 60px;
    text-align: center;
}

.foot .right img {
    margin: 5px;
}

.foot .right .ewm {
    margin-bottom: 10x;
}

.foot .right p {
    margin-bottom: 20px;
}

.copyright {
    height: 50px;
    line-height: 50px;
    background: #0e68b0;
    color: #fff;
}

.copyright .left {
    float: left;
}

.copyright .right {
    float: right;
}

.nybanner {
    height: 370px;
}

.about-title {
    text-align: center;
    margin: 40px 0;
}

.about-title p {
    font-size: 34px;
    color: #0e68b0;
    margin-bottom: 15px;
}

.about-title span {
    font-size: 16px;
    color: #666666;
}

.about01 {
    overflow: hidden;
    width: 100%;
}

.about01 .img {
    float: left;
    width: 50%;
    height: 386px;
    overflow: hidden;
}

.about01 .img:hover img,
.zjss .right:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.about01 .img img,
.zjss .right img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.about01 .txt {
    float: right;
    width: 50%;
    height: 386px;
    border: 10px #f3f3f3 solid;
    border-left: 0;
    padding: 30px 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.about01 .title {
    color: #020202;
    margin-bottom: 26px;
}

.about01 .zh {
    font-size: 40px;
    font-weight: bold;
}

.about01 .en {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 28px;
    margin-left: 15px;
}

.about01 .detail {
    margin-bottom: 44px;
}

.about01 .detail p {
    font-size: 14px;
    color: #757575;
    line-height: 26px;
}

.about01 .more {
    padding: 10px 28px;
    color: #757575;
    border-top: 1px #dddee3 solid;
    border-bottom: 1px #dddee3 solid;
}

.about01 .more img {
    margin-left: 25px;
}

.about02 {
    overflow: hidden;
    height: 520px;
    background: url(../images/bg_12.jpg) no-repeat center;
    margin-top: 80px;
}

.about02 .container {
    margin-top: 68px;
    background: #fff;
}

.about02 .img {
    float: left;
    width: 300px;
    height: 380px;
}

.about02 .txt {
    float: right;
    width: 800px;
    height: 280px;
    padding: 50px;
}

.about02 .title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.about02 .title span {
    margin-left: 30px;
}

.about02 .detail {
    line-height: 30px;
    color: #757575;
    margin-top: 38px;
}

.about03 {
    margin-bottom: 70px;
    overflow: hidden;
}

.about03 a {
    display: block;
    padding: 50px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.about03 .img {
    width: 50%;
    height: 235px;
}

.about03 .left {
    float: left;
    background: url(../images/about_21.jpg) no-repeat;
}

.about03 .right {
    float: left;
    background: url(../images/about_22.jpg) no-repeat;
}

.about03 .img p {
    color: #fff;
}

.about03 .zh {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.about03 .en {
    font-size: 28px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-bottom: 10px;
}

.about03 .more {
    font-size: 16px;
}

.about03 .more img {
    margin-left: 10px;
}

.ny-nav {
    padding: 22px 0;
    -moz-box-shadow: 0px 4px 10px #d4d5d6;
    -webkit-box-shadow: 0px 4px 10px #d4d5d6;
    box-shadow: 0px 4px 10px #d4d5d6;
    margin-bottom: 30px;
    background: #fff;
}

.ny-nav li {
    float: left;
    font-size: 16px;
}

.ny-nav li a {
    padding: 0 25px;
    border-right: 1px #dddddd solid;
}

.ny-nav .on a {
    color: #005bab;
    font-weight: bold;
}

.zjss {
    background: #fff;
    margin-bottom: 30px;
    padding: 42px;
}

.zjss .tuwen {
    overflow: hidden;
}

.zjss .left {
    width: 48%;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    float: left;
}

.zjss .left h1 {
    font-size: 30px;
    color: #0e68b0;
    margin-bottom: 20px;
}

.zjss .right {
    width: 49%;
    height: 360px;
    float: right;
    overflow: hidden;
}

.zjss .center {
    background: url(../images/zjss_07.jpg) no-repeat center;
    height: 234px;
    margin: 34px 0;
}

.zjss .item {
    float: left;
    color: #fff;
    margin: 52px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    width: 24%;
}

.zjss .item img {
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.zjss .padding-left {
    padding-left: 56px;
}

.zjss .item:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

.zjss .txt p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 20px;
    text-indent: 2em;
}

.qyry .picture {
    margin: 30px 0;
    overflow: hidden;
}

.qyry .picture ul {
    margin-right: -20px;
}

.qyry .picture li {
    float: left;
    margin-right: 20px;
    width: 180px;
    text-align: center;
}

.qyry .picture li a {
    display: block;
}

.qyry .picture .img {
    padding: 6px;
    border: 1px #d8d7d8 solid;
    border-radius: 6px;
    -moz-box-shadow: 6px 6px 0px #f0eef1;
    -webkit-box-shadow: 6px 6px 0px #f0eef1;
    box-shadow: 6px 6px 0px #f0eef1;
    min-height: 127px;
}

.qyry .picture .title {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
    height: 40px;
}

.qyry .rongyu {
    position: relative;
}

.qyry .left {
    left: 0;
    top: 0;
    position: absolute;
}

.qyry .right {
    float: right;
    width: 855px;
    position: relative;
    z-index: 88;
}

.qyry .date {
    float: left;
    font-size: 25px;
    color: #005bab;
    font-weight: bold;
    padding-right: 10px;
    height: 67px;
    line-height: 67px;
    position: relative;
}

.qyry .date::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border: 6px #b7b7b7 solid;
    border-radius: 50%;
    right: -22px;
    top: 24px;
    background: #fff;
}

.qyry .txt {
    width: 76%;
    float: right;
    border-left: 1px #dedede solid;
    padding-left: 40px;
}

.qyry .txt li {
    height: 67px;
    line-height: 67px;
    font-size: 16px;
    color: #555555;
    text-indent: 3em;
}

.qyry .odd {
    background: #fff;
}

.qyry .even {
    background: #f5f5f5;
}

.qyry .txt li span {
    margin-right: 26px;
}

.qyry .item {
    overflow: hidden;
}

.qyry .rongyu {
    padding-bottom: 40px;
    overflow: hidden;
}

.zzjg {
    margin-bottom: .3rem;
}


/*  新闻 */

.news {
    overflow: hidden;
    padding-bottom: 30px
}

.news .list {
    overflow: hidden;
    margin-bottom: 60px
}

.news .list li {
    padding: 50px 60px;
    float: left;
    border-bottom: 1px #e6e6e6 solid
}

.news .list .date {
    float: right;
    width: 80px;
    text-align: right;
    color: #466843;
    border-left: 1px #e6e6e6 solid
}

.news .list .date p {
    font-size: 50px;
    color: #0073be
}

.news .list .date span {
    display: block;
    font-size: 14px;
    color: #666666
}

.news .list .xinxi {
    height: 42px;
    line-height: 42px;
    color: #c9c9c9
}

.news .list .xinxi .djl {
    float: left;
    margin-right: 20px;
}

.news .list .xinxi .djl img {
    margin-right: 10px;
    float: left;
    margin-top: 12px;
}

.news .list .center {
    width: 690px;
    float: left;
    padding: 0 40px;
}

.news .list .center .title {
    font-size: 20px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .list .center .detail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    text-indent: 2em;
}

.news .list .img {
    float: left;
}

.news .list .img {
    width: 222px;
    height: 153px;
}

.news .list li:hover {
    background: #eef2f5
}

.news .list li:hover .title {
    color: #0073be
}

.page {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .on,
.page li a:hover,
.page .previous:hover {
    background: #0073be
}

.mtjj_list li {
    float: right;
    width: 100%;
    border-bottom: 1px #e6e6e6 solid
}

.mtjj_list .title a {
    font-size: 24px;
    color: #555555;
    font-weight: bold;
}

.mtjj_list .right {
    float: left;
    margin-left: 35px;
    width: 900px;
}

.mtjj_list .date1 {
    float: right;
    width: 10%;
    text-align: center;
    padding: 0 0 20px 0;
}

.mtjj_list li .dfg {
    padding: 40px 40px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mtjj_list li .dfg:hover {
    padding-left: 20px;
    transition: all ease 0.3s;
}

.mtjj_list .detail {
    color: #727272;
    line-height: 24px;
    margin: 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.mtjj_list .date1 .day1 {
    font-size: 55px;
    color: #555555;
    font-weight: bold;
}

.mtjj_list .date1 .year1 {
    color: #555555;
    font-size: 16px;
    font-weight: bold;
}

.mtjj_list .date1 .image img {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.mtjj_list .dj {
    height: 26px;
    line-height: 26px;
    border: 1px #efefef solid;
    border-radius: 20px;
    float: left;
}

.mtjj_list li .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtjj_list .dj span {
    padding: 0 20px;
    color: #666;
}

.mtjj_list .dj img {
    margin-right: 10px;
}

.mtjj_list li:hover {
    background: #fff;
    -moz-box-shadow: 2px 2px 5px #333333;
    -webkit-box-shadow: 2px 2px 5px #333333;
    box-shadow: 2px 2px 5px #e1e1e1;
}

.news-video {
    margin: 50px 0;
    overflow: hidden;
}

.news-video ul {
    margin-right: -44px;
}

.news-video li {
    width: 370px;
    float: left;
    margin-right: 44px;
    margin-bottom: 40px;
}

.news-video .list {
    width: 100%;
    height: 280px;
}

.news-video a {
    display: block;
}

.news-video .title {
    height: 53px;
    line-height: 53px;
    background: #dff0ff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    padding: 0 20px;
}

.news-xq .left {
    float: left;
    width: 834px;
    margin-bottom: 50px;
}

.news-xq .left h1 {
    font-size: 26px;
    color: #464646;
    margin-bottom: 20px;
}

.news-xq .sda {
    margin-bottom: 20px;
}

.news-xq .sda span {
    margin-right: 20px;
    color: #666666;
}

.news-xq .sda a {
    color: #666666;
}

.news-xq .main {
    padding: 20px 27px;
    background: #fafafa;
    font-size: 16px;
    line-height: 30px;
}

.news-xq .main img {
    max-width: 100%;
}

.news-xq .right {
    float: right;
    width: 290px;
}

.news-xq .return {
    display: block;
    width: 224px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #005bab;
    color: #fff;
    font-size: 20px;
    margin-bottom: 60px;
}

.news-xq .right .item {
    margin-bottom: 10px;
}

.news-xq .right .item .title {
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.news-xq .right .item .title::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    position: absolute;
    top: 50%;
}

.news-xq .right .item .title span {
    background: #fff;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}

.news-xq .right .item .date {
    margin: 10px 0;
    color: #666666;
}

.news-xq .right .item a {
    font-size: 18px;
    color: #5c5c5c;
    line-height: 28px;
}

.news-xq .list {
    margin-top: 60px;
}

.news-xq .list .tuijian {
    font-size: 20px;
    font-weight: bold;
}

.news-xq .list img {
    margin: 10px 0;
}

.news-xq .list a {
    font-size: 13px;
    line-height: 28px;
    display: block;
}

.news-xq .list span {
    float: right;
}

.news-xq .list .title {
    width: 70%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hxcy {
    background: #fff;
    padding: 70px 40px;
}

.hxcy p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.cpyyw {
    background: #fff;
    padding: 40px 0;
    margin-bottom: 50px;
}

.cp-nav,
.region {
    text-align: center;
    margin-bottom: 60px;
    background: #fff;
}

.cp-nav ul,
.region ul {
    display: inline-block;
}

.cp-nav li {
    float: left;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #a7a7a7;
    margin: 0 10px;
    border-radius: 10px;
    font-size: 22px;
    padding: 0 20px;
}

.cp-nav li a {
    color: #fff;
}

.cp-nav .on {
    background: #0e68b0;
}

.cpyyw .title {
    height: 50px;
    line-height: 50px;
    padding: 0 60px 0 12px;
    background: #227ac0;
    float: left;
    font-size: 22px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: Center;
    position: relative;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.cpyyw .title::before {
    content: '';
    width: 34px;
    height: 72px;
    position: absolute;
    left: -33px;
    background: url(../images/pro_05.png) no-repeat;
    top: 0;
}

.cpyyw .title img {
    margin-right: 20px;
}

.cpyyw .main {
    overflow: hidden;
    font-size: 18px;
    line-height: 36px;
    width: 100%;
    padding: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.cpyyw .main table {
    border-spacing: 0;
    border-right: 1px solid #cfd0d1;
    border-bottom: 1px solid #cfd0d1;
    box-shadow: 0 2px 9px 0 rgba(0, 43, 89, 0.22);
    margin: 0 auto;
    width: 100%;
}

.cpyyw .main table td,
.cpyyw .main .table th {
    padding: 10px;
    border-left: 1px solid #cfd0d1;
    border-top: 1px solid #cfd0d1;
    text-align: center;
    font-weight: normal;
    background: #eef2f5;
}

.cpyyw .main .bt th {
    font-weight: bold;
    font-size: 18px;
    background: #0d70a8;
    color: #fff;
}

.cpyyw .main p {
    text-indent: 2em
}

.cpyy .container {
    padding: 40px 30px;
}

.ckyw .container,
.fsn .container {
    background: #fff;
    margin: 30px auto;
    padding: 40px 30px;
}

.ckyw .main {
    font-size: 18px;
    line-height: 30px;
}

.ckyw .item {
    border: 1px #d8d7d8 solid;
    -moz-box-shadow: 6px 6px 0px #f0eef1;
    -webkit-box-shadow: 6px 6px 0px #f0eef1;
    box-shadow: 6px 6px 0px #f0eef1;
    position: relative;
    padding: 30px;
    margin-bottom: 36px;
}

.ckyw .item .icon {
    position: absolute;
    right: 10px;
    top: 20px;
}

.ckyw .item .tz-logo {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.ckyw .item .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.ckyw .item p {
    font-size: 16px;
    line-height: 35px;
}

.fsn .img {
    width: 42%;
    height: 300px;
    float: left;
    overflow: hidden;
}

.fsn .img img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.fsn .img:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.fsn .list li {
    background: #f2f9fe;
    margin-bottom: 50px;
    width: 100%;
    float: left;
}

.fsn .txt {
    padding: 30px 40px;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 58%;
}

.fsn .txt .title {
    font-size: 24px;
    margin-bottom: 26px;
}

.fsn .txt p {
    font-size: 16px;
    line-height: 30px;
    color: #5a5a5a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.fsn .txt .more {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #e3f2fd;
    text-align: center;
    margin-top: 35px;
}

.title-fsn {
    height: 43px;
    line-height: 43px;
}

.title-fsn .number {
    float: left;
    background: url(../images/fsnxq_03.png) no-repeat;
    width: 102px;
    height: 43px;
    font-size: 24px;
    color: #fff;
    text-indent: 1em;
}

.title-fsn span {
    font-size: 22px;
    font-weight: bold;
    margin-left: 20px;
}

.region li {
    float: left;
    padding: 10px 20px;
    font-size: 22px;
    background: #3e86c0;
    border-radius: 30px;
    margin: 0 12px;
}

.region li a {
    color: #fff;
}

.xswl .search {
    margin-bottom: 46px;
}

.xswl .search .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.xswl .search .input {
    border-bottom: 1px #d8d8d8 solid;
}

.xswl .search input {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    width: 97%;
}

input::-webkit-input-placeholder {
    color: #b2b2b2;
}


/* Mozilla Firefox 4 to 18 */

.xswl .search input:-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
}


/* Mozilla Firefox 19+ */

.xswl .search input::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
}


/* Internet Explorer 10+ */

.xswl .search input:-ms-input-placeholder {
    color: #0f7fd3;
    font-size: 14px;
}

.xswl .search button {
    border: 0;
    padding: 0;
    cursor: pointer;
}

.xswl .info select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/arrow_49.jpg') 94% center no-repeat;
    background-size: 12px;
    border: 0;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    color: #b2b2b2;
    border-bottom: 1px #d8d8d8 solid;
    margin-right: 35px;
    width: 30%;
}

.xswl .ditu {
    overflow: hidden;
    margin-bottom: 70px;
}

.xswl .ditu .left {
    width: 27.5%;
    height: 590px;
    float: left;
    background: #f9f9f9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 34px 26px;
}

.xswl .map {
    width: 72%;
    height: 590px;
    float: left;
}

.xswl .item {
    margin-bottom: 30px;
    overflow: hidden;
}

.xswl .item .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.xswl .item span {
    color: #7f7f7f;
    line-height: 24px;
    display: block;
    width: 90%;
    float: right;
    margin-bottom: 15px;
}

.xswl .item img {
    margin-top: 4px;
    float: left;
}

.xswl .item p {
    float: left;
    width: 100%;
}

.xswl .item a {
    display: block;
    width: 90%;
    float: right;
    color: #2788d9;
}

.yrln {
    background: url(../images/yrln_04.jpg) no-repeat center;
    height: 767px;
    overflow: hidden;
}

.yrln h1 {
    text-align: center;
    margin-top: 10%;
    font-size: 40px;
}

.ypxz {
    overflow: hidden;
}

.ypxz .txt {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px;
    background: #094d98;
    color: #fff;
    line-height: 24px;
}

.ypxz .txt p {
    font-size: 28px;
    margin-bottom: 17px;
}

.ypxz .img {
    width: 50%;
    float: left;
}

.lxfs {
    text-align: center;
    overflow: hidden;
    margin: 40px 0;
}

.lxfs .txt {
    font-size: 16px;
    color: #555555;
    margin: 0 30px;
    line-height: 40px;
}

.lxfs .txt img {
    margin-right: 10px;
}

.lxfs .number {
    font-size: 22px;
    color: #0e68b0;
}

.rczw {
    border: 5px #ededed solid;
    padding: 32px 42px;
    font-size: 16px;
    color: #555555;
    margin-bottom: 35px;
}

.rczw select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/arrow_49.jpg') 170px center no-repeat;
    background-size: 12px;
    border: 1px #dedede solid;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    width: 200px;
    margin-right: 35px;
}

.rczw input {
    border: 1px #dedede solid;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    width: 300px;
    margin-right: 35px;
}

.rczw span {
    margin-right: 10px;
}

.rczw button {
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #0094da;
    width: 194px;
}

.accordion {
    width: 100%;
    max-width: 1198px;
    margin-bottom: 90px;
    background: #FFF;
}

.accordion .link {
    cursor: pointer;
    display: block;
    color: #5a5a5a;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px #dedede dashed;
    margin-bottom: 2px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li {
    cursor: pointer;
}

.accordion li i {
    position: absolute;
    background: url(../images/rl_07.jpg) center no-repeat;
    top: 0px;
    width: 70px;
    height: 52px;
    right: 0px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #333333;
    background: #f2f3f4;
}

.accordion li.open i {
    background: url(../images/rl_03.jpg) center no-repeat;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #f3f3f3;
    font-size: 14px;
    padding: 10px 30px;
}

.submenu p {
    line-height: 30px;
    font-size: 14px;
    color: #5a5a5a;
}

.submenu span {
    margin-right: 170px;
}

.account-l .dh {
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    background: #0e68b0
}

.account-l .dh span {
    display: block;
    width: 20%;
    float: left;
    text-align: center
}

.accordion .link span {
    width: 20%;
    text-align: center;
    display: block;
    float: left
}

.account-l .tdjl {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #0094da
}

.zhaopin-page {
    margin-bottom: 90px;
    overflow: hidden;
}

.zhaopin-page li {
    float: left;
    width: 66px;
    height: 66px;
    line-height: 66px;
    background: #f0f9f5;
    text-align: center;
}

.zhaopin-page a {
    display: block;
    color: #333;
}

.zhaopin-page .on,
.zhaopin-page li:hover,
.zhaopin-page .next:hover {
    background: #015daa;
}

.zhaopin-page .on a,
.zhaopin-page li:hover a,
.zhaopin-page .next:hover {
    color: #fff;
}

.zhaopin-page .next {
    float: right;
    width: 100px;
    text-align: center;
    height: 66px;
    line-height: 66px;
    background: #f0f9f5;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.8)
}

.reveal-modal {
    visibility: hidden;
    top: 150px;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    position: absolute;
    z-index: 101;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #f8f8f8;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.reveal-modal .left {
    width: 50%;
    float: left;
}

.reveal-modal .right {
    width: 50%;
    float: right;
}

.reveal-modal .input {
    height: 50px;
    line-height: 50px;
    background: #fff;
    padding-left: 20px;
    margin-bottom: 12px;
    width: 90%;
}

.reveal-modal .input button {
    background: #027ee2;
    width: 100px;
    height: 30px;
    margin-top: 10px;
    color: #fff;
    cursor: pointer;
}

.reveal-modal em {
    float: right;
    margin-right: 20px;
    color: red;
}

.reveal-modal .input span {
    text-align: justify;
    text-align-last: justify;
    width: 80px;
    display: block;
    float: left;
}

.reveal-modal .input input {
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-indent: 1em;
    width: 60%;
}

.reveal-modal .input .yzm {
    width: 20%;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: 0.5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #333;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
}

.Form-J1-li {
    height: 92px;
    background: #fff;
    padding: 10px 0 10px 20px;
    width: 90%;
    margin-bottom: 12px;
}

.Form-J1-li label {
    width: 5em;
    display: inline-block;
    vertical-align: middle;
}

.Form-J1-li textarea {
    width: 83%;
    vertical-align: middle;
    height: 92px;
    border: none;
    background: transparent;
}

.reveal-modal .input img {
    vertical-align: middle;
    padding-left: 10px;
    cursor: pointer;
    height: 30px;
    width: 100px;
}

.Form-J1-Btn {
    clear: both;
    text-align: center;
    padding: 35px 0 35px;
}

.Form-J1-Btn ._submit {
    background: #027ee2;
    margin-right: 10px;
}

.Form-J1-Btn button {
    width: 160px;
    height: 45px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0;
    font-size: 15px;
}

.Form-J1-Btn ._reset {
    background: #bebebe;
}

.news-xq .bt {
    padding: 35px 0;
    border-bottom: 1px #bfbfc1 dashed;
    margin-bottom: 20px;
}

.news-xq .bt .sda {
    text-align: center;
    color: #bfbfc1;
    font-size: 16px;
}

.news-xq .bt img {
    margin-right: 10px;
}

.news-xq .bt span {
    margin-right: 40px;
}

.news-xq h1 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 30px;
}

.news-xq .xq {
    padding-bottom: 30px;
}

.news-xq .xq,
.news-xq .xq p,
.news-xq .xq p {
    font-size: 16px;
    line-height: 34px;
}

.newspage {
    overflow: hidden;
    margin: 30px 0
}

.newspage .y {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #e4e4e4 solid;
}

.newspage .y .left {
    float: left;
    width: 108px;
    height: 60px;
    text-align: center;
    color: #b4b4b4;
    font-size: 18px;
}

.newspage .y a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 0 30px;
}

.newspage .y span {
    float: right;
    font-size: 14px;
    color: #b4b4b4;
}

.newspage .y:hover .left {
    background: #0e68b0;
    color: #fff;
}

.tzzgx .item {
    width: 100%;
    margin-bottom: 24px;
    float: left;
}

.tzzgx .item .left {
    width: 170px;
    height: 81px;
    line-height: 34px;
    float: left;
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    background: url(../images/zzjg_05.jpg) no-repeat;
    text-shadow: 0.1em 0.1em 0.05em #333;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.tzzgx .item .left span {
    margin-top: -10px;
}

.tzzgx .item .right {
    background: #c9dff3;
    height: 26px;
    line-height: 26px;
    border-top: 6px #fff solid;
    text-indent: 2em;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 25px 0;
}

.tzzgx .item .right span {
    margin-right: 20px;
}

.tzzgx .main {
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}

.tzzgx .title {
    width: 220px;
    height: 55px;
    line-height: 46px;
    text-align: center;
    background: url(../images/tzzgx_05.jpg) no-repeat;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.05em #333;
    margin: 30px auto;
    overflow: hidden;
}

.gsgz {
    margin-bottom: 60px;
}

.gsgz li {
    float: left;
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px #e1e8ed solid;
}

.gsgz .date {
    float: left;
    margin-left: 35px;
    color: #6b6b6b;
    text-align: right;
}

.gsgz .date p {
    font-size: 15px;
}

.gsgz .date span {
    font-size: 30px;
}

.gsgz .title {
    float: left;
    width: 57%;
    overflow: hidden;
    color: #6b6b6b;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 60px;
    margin-left: 38px;
}

.gsgz .right {
    float: right;
    margin-right: 46px;
}

.gsgz a {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 60px;
    padding-left: 30px;
}

.gsgz .download {
    background: url(../images/gsgz_06.png) no-repeat 0;
}

.gsgz .pdf {
    background: url(../images/gsgz_03.png) no-repeat 0;
    margin-left: 50px;
}

.gsgz li:hover {
    background: #f0f0f0;
}

.gsgz li:hover a,
.gsgz li:hover .title,
.gsgz li:hover .date {
    color: #0e68b0;
}

.gsgz li:hover .download {
    background: url(../images/sicon_06.jpg) no-repeat 0;
}

.gsgz li:hover .pdf {
    background: url(../images/sicon_03.jpg) no-repeat 0;
}

.gjxx .container {
    background: #fff;
}

.gjxx .main {
    width: 93%;
    height: 547px;
    margin: 70px auto;
}

.contactus {
    margin-bottom: 40px;
}

.contactus .map {
    width: 65%;
    height: 730px;
    float: left;
}

.contactus .right {
    width: 35%;
    height: 730px;
    float: right;
    padding: 30px;
    background: url(../images/lxwm_27.png) no-repeat right bottom;
    background-color: #0e68b0;
}

.contactus .right .txt {
    color: #fff;
    border-bottom: 1px #478ac0 solid;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.contactus .right .txt p {
    font-size: 24px;
}

.contactus .right .txt span {
    display: block;
    font-size: 16px;
    line-height: 34px;
}

.contactus .right .txt img {
    float: left;
    margin-right: 20px;
}

.contactus .right .txt .title {
    margin-bottom: 30px;
}

.contactus .right .number {
    font-size: 30px;
}

.contactus .right .rexian {
    font-size: 18px;
}

.contactus .ewm .img {
    float: left;
}

.contactus .more {
    float: left;
    margin-left: 30px;
    color: #fff;
}

.contactus .more p {
    font-size: 16px;
}

.contactus .more a {
    font-size: 13px;
    color: #fff;
    padding: 12px 0;
    margin-right: 10px;
}

.message .zx {
    text-align: center;
    margin: 70px 0 20px 0;
    overflow: hidden
}

.message .zx .title {
    font-size: 30px;
    margin-bottom: 20px;
    color: #333;
}

.message .zx p {
    color: #898989;
    font-size: 16px;
    line-height: 30px;
}

.message .liuyan {
    width: 1080px;
    overflow: hidden;
    margin: 20px auto
}

.message .liuyan .input {
    width: 297px;
    height: 48px;
    border: 1px #d5d5d5 solid;
    padding: 0 20px;
    float: left;
    margin-right: 18px;
}

.message .liuyan input {
    border: 0;
    height: 46px;
    line-height: 46px;
    width: 260px;
    float: left;
}

.message .liuyan .input img {
    float: right;
    margin-top: 8px;
}

.message textarea {
    width: 1038px;
    border: 1px #d5d5d5 solid;
    padding: 20px;
    margin: 20px 0;
    position: absolute;
    height: 130px;
    left: 0;
}

.message .note {
    position: absolute;
    top: 30px;
    left: 20px;
    line-height: 30px;
    color: #999999;
    font-weight: normal;
    width: 100px;
    text-align: left;
}

.message .yzm {
    margin-top: 0!important;
    float: left!important;
    margin-left: 20px;
}

.message .btn {
    float: right;
    width: 235px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #848484;
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
}

.message .tj {
    overflow: hidden;
    float: left;
    width: 100%;
}

.message .tj .bottom {
    border: 0;
    padding: 0
}

.message .textarea .text {
    position: relative;
    float: left;
    overflow: hidden;
}

.message .tj .text {
    width: 160px;
    height: 44px;
    padding: 0 20px;
    border: 1px #d5d5d5 solid;
}

.message .txt {
    line-height: 48px;
    float: left;
    margin-left: 20px
}


/* 2021-01-21 */

.qyry .ry-wrap {
    float: left;
    width: 152px;
}

.qyry .ry-tit {
    float: left;
    font-size: 20px;
    color: #666;
    font-weight: bold;
    padding-right: 10px;
    height: 77px;
    line-height: 77px;
    position: relative;
    width: 142px;
    text-align: center;
}

.qyry .index-rycur {
    color: #005bab;
}

.qyry .ry-tit::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border: 6px #b7b7b7 solid;
    border-radius: 50%;
    right: -22px;
    top: 24px;
    background: #fff;
}

.qyry .index-rycur::before {
    border: 6px #005bab solid;
}

.qyry .ry-newtitwrap {
    width: 76%;
    float: right;
    border-left: 1px #dedede solid;
    padding-left: 40px;
    height: 600px;
    overflow-y: auto;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.qyry .ry-titwrap li {
    height: 67px;
    line-height: 67px;
    font-size: 16px;
    color: #555555;
    text-indent: 3em;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.qyry .ry-titwrap li:hover {
    background-color: #005bab;
    color: #fff;
}

.nav li .second {
    display: none;
    width: 100%;
    background-color: #f1f1f1;
    overflow: hidden;
    position: absolute;
    left: 0;
    padding: 30px 0;
    z-index: 99;
    top: 90px;
}

.nav li:hover .second {
    display: block;
}

.nav .second li {
    float: left;
    margin: 10px 0;
    line-height: 50px;
}

.nav .second .cont ul {
    width: 100%;
    float: left;
    margin-right: 20px;
}

.nav .second .left {
    width: 26%;
    float: left;
    border-right: 1px solid #fff;
}

.nav .second .left .title {
    font-size: 22px;
    color: #4e4e4e;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 30px;
    text-align: left
}

.nav .second .left .detail {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 30px;
    width: 90%;
    text-align: left
}

.nav .second .cont {
    width: 50%;
    float: left;
    padding: 0 3%;
    border-right: 1px solid #fff;
}

.nav .second .cont .title {
    font-size: 22px;
    color: #4e4e4e;
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 30px;
    text-align: left
}

.nav .second .cont li {
    float: left;
    width: 40%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #fff solid;
    margin: 0 4%;
    padding: 0;
}

.nav .second .cont li a {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav .second .right {
    float: right;
    width: 40%;
}

.nav .second .cont li a:hover {
    background: #005bab;
    color: #fff;
}

.nav .second .right .img {
    width: 400px;
    height: 230px;
    overflow: hidden;
}

.nav .second .right .img img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.nav .second .right .img:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.nav .second .more {
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #ebeae9;
    margin-top: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav .second .more:hover {
    background: #005bab;
    color: #fff;
    border: 2px solid #005bab;
}


/* 2020-01-25 */

.gsgz .time {
    background: url(../images/time_03.png) no-repeat 0;
    margin-right: 50px;
}

ul.zzjgg li {
    margin: 0 20px;
}

ul.zzjgg li.on {
    background: -webkit-linear-gradient(left, rgb(11, 116, 198), #77cef9)/* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, rgb(11, 116, 198), #77cef9);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, rgb(11, 116, 198), #77cef9);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to left, rgb(11, 116, 198), #77cef9);
    /* 标准的语法 */
}

ul.zzjgg li a {
    font-size: 30px
}