.img, .imgs {
    background: #eee url(../images/img_bg.png) no-repeat center
}

.tc {
    color: #0059aa
}

.tcbg {
    background: #0059aa
}

header, footer, .header-m, main, .i-banner, .banner {
    transition: all .5s;
    -webkit-transition: all .5s
}

body {
    padding-top: 137px;
    background: url(/wf/assets/images/bg.jpg) repeat center;
}

header {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    height: 135px;
}

.header .code {
    cursor: pointer
}

.header .code:hover .pic {
    visibility: visible;
    opacity: 1
}

.header .code .pic {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 45px;
    left: 50%;
    width: 110px;
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.1);
    background: #0059aa;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.header .code .pic::after {
    position: absolute;
    content: '';
    top: -8px;
    left: 50%;
    border-bottom: 8px solid #0059aa;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.logo {
    height: 82px;
    line-height: 82px;
    overflow: hidden
}

nav {
    /*background: #ffffff*/
}

nav ul li {
    position: relative;
    float: left;
    width: 16.6%
}

nav ul li.cur > a, nav ul li:hover > a {
    font-weight: bold;
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 53px
}

nav ul li > a {
    display: block;
    font-size: 16px;
    height: 53px;
    line-height: 53px;
    color: #000000;
}

nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 78px;
    left: 68%;
    width: 170px;
    background: rgba(255, 255, 255, 0.9);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .5s;
    -webkit-transition: all .5s
}

nav ul li .sub-nav a {
    display: block;
    line-height: 23px;
    text-align: left;
    padding: 8px 0 8px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

nav ul li .sub-nav a:hover {
    color: #fff;
    background: #0093de
}

.search-w {
    height: 62px
}

.search {
    width: 375px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #eaeaea
}

.search .select {
    width: 140px;
    height: 22px;
    color: #595959;
    padding: 0 13px;
    border-right: 1px solid #d5d5d5;
    background: transparent url(../images/select_bg.png) no-repeat 84% 60%
}

.search .txt {
    width: calc(100% - 42px);
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    background: transparent
}

.search .btn {
    width: 42px;
    height: 100%;
    background: url(/wf/assets/images/search.png) no-repeat center
}

.header-m .search-w {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 0 4%
}

.header-m .search {
    width: 100%;
    background: #fff
}

.fix-search {
    z-index: 999;
    top: 0;
    left: 0
}

.fix-search .hide {
    width: 20px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer
}

.fix-search .hide::before, .fix-search .hide::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000
}

.fix-search .hide::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
    opacity: .5
}

.fix-search .txt, .fix-search .btn {
    height: 50px;
    line-height: 50px
}

.fix-search .txt {
    width: calc(100% - 30px);
    font-size: 15px;
    padding: 0 15px 0 5px;
    border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
    border-color: #666
}

.fix-search .btn {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}

.i-currnav .mauto {
    border-bottom: solid 1px #cccccc;
}

.i-currnav ul {
    width: 100%;
    overflow: hidden;
}

.i-currnav li {
    float: left;
    display: block;
    width: auto;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
}

.i-currnav li .spn {
    width: 30px;
    display: inline-block;
    text-align: center;
}

.flnt {
    border-top: solid 1px #cccccc;
}

.flnb {
    border-bottom: solid 1px #cccccc;
}

footer {
    background: #0059aa
}

footer .con-l {
    width: calc(100% - 400px)
}

footer .con-l ul {
    width: auto;
    font-size: 16px;
}

footer .con-l li {
    width: auto;
    float: left;
    font-weight: bold;
    padding-right: .25rem
}

footer .con-l li .sub-nav {
    font-weight: normal;
    padding-top: 10px;
}

footer .con-l li .sub-nav a {
    display: block;
    text-overflow: clip;
    text-wrap: none;
    float: left;
    clear: both;
    line-height: .25rem;
    font-size: 13px;
}

footer .txt img {
    margin-right: 5px;
    vertical-align: -3px
}

footer .code .pic {
    width: 120px;
    height: 120px
}

footer .con-r {
    width: 400px;
}

footempty {
    height: 180px;
    display: none;
}

footnav {

    position: fixed;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 100%;
    background: transparent;
    /*box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);*/
    height: 120px;
    min-width: 360px;
    display: none;
}

footnav ul {
    background: transparent url("../images/m-bottom-nav-bg.png") repeat-x bottom;
    background-size: 7px 80px;
}

footnav li {
    vertical-align: middle;
    width: 20%;
    float: left;
}

footnav li a {
    vertical-align: middle;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

footnav a img {
    vertical-align: middle;
    max-width: 80px;
    min-width: 50px;
    width: 100%;
}

footnav .sy a img {
    content: url("/wf/assets/images/m-bottom-nav-sy.png");
}

footnav .sy a:hover img, footnav .sy .cur img {
    content: url("/wf/assets/images/m-bottom-nav-sy-cur.png");
}

footnav .gywm a img {
    content: url("/wf/assets/images/m-bottom-nav-gywm.png");
}

footnav .gywm a:hover img, footnav .gywm .cur img {
    content: url("/wf/assets/images/m-bottom-nav-gywm-cur.png");
}


footnav .dbzp a img {
    content: url("/wf/assets/images/m-bottom-nav-dbzp.png");
}

footnav .dbzp a:hover img, footnav .dbzp .cur img {
    content: url("/wf/assets/images/m-bottom-nav-dbzp-cur.png");
}


footnav .lxwm a img {
    content: url("/wf/assets/images/m-bottom-nav-lxwm.png");
}

footnav .lxwm a:hover img, footnav .lxwm .cur img {
    content: url("/wf/assets/images/m-bottom-nav-lxwm-cur.png");
}

footnav .zxly a img {
    content: url("/wf/assets/images/m-bottom-nav-zxly.png");
}

footnav .zxly a:hover img, footnav .zxly .cur img {
    content: url("/wf/assets/images/m-bottom-nav-zxly-cur.png");
}

/*样式单元 B*/

.ri-h2 {
    padding: 0 2px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
}


/*样式单元 B*/

/*.i-banner {
    max-height: 600px;
}*/

.i-banner .slick-dots {
    left: 50%;
    bottom: .2rem;
    width: auto;
    margin: 0 auto;
    border-radius: 99px;
    padding: 6px;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
}

.i-banner .slick-dots div {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 4px;
    transition: all .3s;
    -webkit-transition: all .3s;
    display: none;
}

.i-banner .slick-dots div.slick-active, .i-banner .slick-dots div:hover, .i-banner .slick-dots div:focus {
    background: #f77521
}

.i-banner a {
    display: block;
    min-height: 85px
}

.i-banner .dn {
    display: none !important
}

.main {
    /*background: #f4f4f4*/
}

.i-news .con-l {
    width: calc(100% - 420px)
}

.i-news .sliders h3 {
    height: 45px;
    line-height: 45px;
    left: 0;
    bottom: 0;
    font-size: 16px;
    padding: 0 .15rem;
    background: rgba(0, 0, 0, 0.5)
}

.i-news .sliders .slick-dots {
    padding: 0 .15rem;
    text-align: right;
    bottom: 19px
}

.i-news .sliders .slick-dots div {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: inherit;
    background: #a0a0a0
}

.i-news .sliders .slick-dots div.slick-active, .i-news .sliders .slick-dots div:hover, .i-news .sliders .slick-dots div:focus {
    background: #3daefb
}

.i-news .con-r {
    width: 390px;
    -webkit-justify-content: inherit;
    justify-content: inherit
}

.i-news .tab-head {
    font-size: 18px;
    border-bottom: 2px solid #eee
}

.i-news .tab-head li {
    padding: 0 10px 14px 10px;
    margin-right: .2rem;
    transform: translateY(2px);
    -webkit-transform: translateY(2px)
}

.i-news .tab-head li::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #0059aa;
    transition: all .3s;
    -webkit-transition: all .3s
}

.i-news .tab-head li.cur {
    color: #0059aa
}

.i-news .tab-head li.cur::after {
    width: 100%
}

.i-news .head {
    padding: .3rem .2rem;
    background: #f2f7fb
}

.i-news .head h3 {
    color: #0059aa
}

.i-news .head .date {
    color: #7a7a7a
}

.i-news .head .els2 {
    color: #515151
}

.i-news .list {
    max-height: 210px;
    overflow: hidden
}

.i-news .list a.cur {
    background: url(/wf/assets/images/new.png) no-repeat right 11px
}

.i-news .list a:hover h3 {
    color: #0059aa
}

.i-news .list a:hover h3::after {
    background: #0059aa
}

.i-news .list h3 {
    padding: 7px 35px 7px 15px;
    line-height: 20px;
    border-bottom: 1px dashed #cdcdcd
}

.i-news .list h3::after {
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cdcdcd;
    transition: all .3s;
    -webkit-transition: all .3s
}

.i-news .more a {
    width: 100px;
    height: 34px;
    line-height: 34px;
    background: #0059aa
}

.i-honor h2 {
    padding: 0 .12rem;
    border-bottom: 1px solid #eee;
    color: #0059aa
}

.i-honor h2 em {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0059aa;
    transform: translateY(2px);
    -webkit-transform: translateY(2px)
}

.i-honor .item {
    padding: 0 .12rem
}

.i-honor .item a:hover .pic::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.i-honor .pic {
    padding-bottom: 70.46263345%
}

.i-honor .pic::after {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 89, 170, 0.6) url(../images/honor.png) no-repeat center;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: all .3s;
    -webkit-transition: all .3s
}

.i-honor .slick-dots {
    bottom: 0
}

.i-honor .slick-dots div {
    width: 5px;
    height: 5px;
    margin: 0 3px;
    border-radius: inherit;
    background: #a0a0a0
}

.i-honor .slick-dots div.slick-active, .i-honor .slick-dots div:hover, .i-honor .slick-dots div:focus {
    background: #3daefb
}

.i-culture {
    width: 100%
}

.i-culture h2 em {
    width: 124px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: #0059aa
}


.i-culture .list {
    margin-left: -0.18rem
}

.i-culture .list li {
    padding-left: .18rem;
    margin-top: .18rem
}

.i-culture .list li a:hover h3 {
    visibility: hidden;
    opacity: 0;
    top: 100%
}

.i-culture .list li a:hover .info {
    visibility: visible;
    opacity: 1;
    top: 0
}

.i-culture .list .imgs {
    padding-bottom: 59.75609756%
}

.i-culture .list h3 {
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5)
}

.i-culture .list .info {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    background: rgba(0, 89, 170, 0.7)
}

.i-culture .list .icon {
    height: 22px;
    margin-top: 8px;
    background: url(/wf/assets/images/more.png) no-repeat center
}

.i-case {
    width: 100%
}

.i-case h2 em {
    width: 124px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: #ffffff
}

.i-case .list {
    margin-left: -0.18rem
}

.i-case .list li {
    padding-left: .18rem;
    margin-top: .18rem
}

.i-case .list li a:hover h3 {
    /*visibility: hidden;opacity: 0;*/

    top: 100%
}

.i-case .list li a:hover .info {
    visibility: visible;
    opacity: 1;
    top: 0
}

.i-case .list .imgs {
    padding-bottom: 59.75609756%
}

.i-case .list h3 {
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 5px;
    background: rgba(0, 0, 0, 0)
}

.i-case .list .info {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    background: rgba(0, 89, 170, 0.7)
}

.i-case .list .icon {
    height: 22px;
    margin-top: 8px;
    background: url(/wf/assets/images/more.png) no-repeat center
}

.i-about {
    width: 100%
}

.i-about .con-r {
    width: 388px;
    -webkit-justify-content: inherit;
    justify-content: inherit
}

.i-about .con-r .add {
    height: 3.7rem
}

.i-about .con-l {
    width: calc(100% - 388px);
    color: #7a7a7a
}

.i-about .cnt p {
    text-indent: 20px
}


.i-subsidiary {
    width: 100%
}

.i-subsidiary .con-r {
    width: calc(100% - 320px);
    -webkit-justify-content: inherit;
    justify-content: inherit
}

.i-subsidiary .con-r .add {
    height: 3.7rem
}

.i-subsidiary .con-l {
    width: 320px;
    color: #7a7a7a
}

.i-subsidiary .cnt p {
    text-indent: 20px
}


.i-subsidiary h2 em {
    width: 124px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: #0059aa
}


.i-subsidiary .list {
    margin-left: -0.18rem
}

.i-subsidiary .list li {
    padding-left: .18rem;
    margin-top: .18rem
}

.i-subsidiary .list li a:hover h3 {
    visibility: hidden;
    opacity: 0;
    top: 100%
}

.i-subsidiary .list li a:hover .info {
    visibility: visible;
    opacity: 1;
    top: 0
}

.i-subsidiary .list .imgs {
    padding-bottom: 130%
}


.i-subsidiary .list h3 {
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5)
}

.i-subsidiary .list .info {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    background: rgba(0, 89, 170, 0.7)
}

.i-subsidiary .list .icon {
    height: 22px;
    margin-top: 8px;
    background: url(/wf/assets/images/more.png) no-repeat center
}

.i-guide {
    width: 392px;
    border: 1px solid #0059aa
}

.i-guide .head {
    background: #0059aa
}

.i-guide .head .lg-6 {
    height: 57px;
    line-height: 57px
}

.i-guide ul {
    max-height: 298px;
    padding: .23rem .32rem;
    margin-left: -0.14rem;
    overflow: hidden
}

.i-guide li {
    padding-left: .14rem;
    margin: .1rem 0
}

.i-guide li a {
    border-radius: 99px;
    background: #ebf2f8
}

.i-guide li .icon {
    top: 0;
    left: 0;
    width: 46px;
    height: 46px
}

.i-guide li h3 {
    height: 46px;
    line-height: 46px;
    padding-left: 40px
}

.i-cooperation .slider {
    padding: 0 25px
}

.i-cooperation .item {
    padding: 0 .1rem
}

.i-cooperation .pic {
    height: 65px
}

.i-cooperation .pic img {
    width: auto
}

.i-cooperation .slick-arrow {
    width: 25px;
    height: 25px
}

.i-cooperation .slick-prev {
    background: url(/wf/assets/images/slider_l.png) no-repeat center
}

.i-cooperation .slick-next {
    background: url(/wf/assets/images/slider_r.png) no-repeat center
}

.i-cooperation .slick-dots {
    display: none !important
}

.banner {
    height: 330px
}

.main-right-p {
    width: 300px;
    display: block;
    min-height: 200px;
}

/*main-hot*/

.main-hot h2 {
    padding: 0 2px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
}

.main-hot .list {
    margin-left: -0.18rem
}

.main-hot .list li {
    padding-left: .18rem;
    margin-top: .18rem
}

.main-hot .list li a:hover .brief {
    /*visibility: hidden;
    opacity: 0;*/
    top: 100%
}

.main-hot .list li a:hover .info {
    visibility: visible;
    opacity: 1;
    top: 0
}

.main-hot .list .imgs {
    padding-bottom: 60%

}

.main-hot .list .brief {
    margin-top: 2px;
    padding: 5px;
    height: 150px;
    line-height: 28px;
    background: rgba(246, 245, 245, 0.5);
    color: #000000;
    text-align: left;
}

.main-hot .list .brief a {
    color: #22649f;

}

.main-hot .list .brief a:hover {
    font-weight: bold;
}

.main-hot .list .brief p {
    text-indent: 20px;

}

.main-hot .list .info {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    background: rgba(0, 89, 170, 0.7)
}

.main-hot .list .icon {
    height: 22px;
    margin-top: 8px;
    background: url(/wf/assets/images/more.png) no-repeat center
}


/*main-rec*/

.main-rec h2 {
    padding: 0 2px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
}

.main-rec .list {
    margin-left: -0.18rem
}

.main-rec .list li {
    padding-left: .18rem;
    margin-top: .18rem;
    background: rgba(246, 245, 245, 0.5);
    clear: both;
}

.main-rec .list li .imga {
    width: 40%;
    float: left;
    margin-right: 10px;
}


.main-rec .list li a:hover .brief {
    /*visibility: hidden;
    opacity: 0;*/
    top: 100%
}

.main-rec .list li a:hover .info {
    visibility: visible;
    opacity: 1;
    top: 0
}

.main-rec .list .imgs {
    padding-bottom: 80%;
    margin-bottom: 5px;
}

.main-rec .list .brief {
    padding: 2px;
    width: 55%;
    height: 100%;
    float: right;
    line-height: 28px;

    color: #000000;
    text-align: left;
}

.main-rec .list .brief a {
    color: #22649f;
}

.main-rec .list .brief a:hover {
    font-weight: bold;
}

.main-rec .list .info {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    background: rgba(0, 89, 170, 0.7)
}

.main-rec .list .icon {
    height: 22px;
    margin-top: 8px;
    background: url(/wf/assets/images/more.png) no-repeat center
}


.main-nav-p {
    width: 210px
}

.main-nav-p h2 {
    padding: 0 25px;
    height: 74px;
    line-height: 74px;
    font-size: 20px;
    background: #0059aa
}

.main-nav-p li {
    border-top: 1px solid #ddecff
}

.main-nav-p li.cur > a {
    background: #d9eaff
}

.main-nav-p li.is_sub.cur > a::after {
    background: url(/wf/assets/images/main_nav_icon2.png) no-repeat center
}

.main-nav-p li.is_sub.cur .sub {
    display: block
}

.main-nav-p li.is_sub > a::after {
    background: url(/wf/assets/images/main_nav_icon1.png) no-repeat center
}

.main-nav-p li > a {
    position: relative;
    display: block;
    padding: 15px 25px;
    padding-right: 45px;
    line-height: 22px;
    font-size: 16px;
    color: #0059aa
}

.main-nav-p li > a::after {
    position: absolute;
    content: '';
    top: 0;
    right: 20px;
    width: 16px;
    height: 100%
}

.main-nav-p .sub {
    display: none;
    padding: 10px 33px;
    line-height: 22px
}

.main-nav-p .sub a {
    position: relative;
    padding: 8px 0 8px 15px;
    color: #2d2d2d
}

.main-nav-p .sub a::after {
    position: absolute;
    content: '';
    top: 16px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d2d2d2
}

.main-nav-p .sub a:hover, .main-nav-p .sub a.cur {
    color: #0059aa
}

.main-nav-p .sub a:hover::after, .main-nav-p .sub a.cur::after {
    background: #0059aa
}

.main-home {
    padding: .23rem 0 .23rem 30px;
    background: url(/wf/assets/images/main_home.png) no-repeat left center;
    border-bottom: 1px solid #ddd
}

.main-home i {
    font-family: 'SimSun', 'NSimSun', 'Serif', 'Georgia'
}

.main-home a:hover {
    color: #0059aa;
    text-decoration: underline
}


.content {
    width: calc(100% - 310px);
    min-height: 400px;
    padding: 0 .4rem .5rem .4rem
}

.team-list ul {
    margin-left: -0.2rem
}

.team-list li {
    padding-left: .2rem;
    margin-bottom: .2rem
}

.team-list li a {
    color: #272727;
    background: #e7f0f8
}

.team-list .imgs {
    padding-bottom: 125.61576355%
}

.team-info {
    color: #272727
}

.team-info .img {
    width: 230px
}

.team-info .info {
    width: calc(100% - 265px)
}

.team-info h3 {
    font-size: 24px
}

.pic-list ul {
    margin-left: -0.33rem
}

.pic-list li {
    padding-left: .33rem;
    margin-bottom: .2rem
}

.pic-list li a:hover .pic::after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.pic-list li a:hover h3 {
    color: #fff;
    background: #0059aa
}

.pic-list .imgs {
    padding-bottom: 70%
}

.pic-list .imgs::after {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 89, 170, 0.5) url(../images/pic_icon.png) no-repeat center;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1)
}

.pic-list h3 {
    height: 50px;
    line-height: 50px
}

.slider-w .t-slider {
    max-width: 580px;
    margin: 0 auto
}

.slider-w .b-slider {
    padding: 0 30px
}

.slider-w .b-slider .pic {
    padding-bottom: 100%;
    cursor: pointer;
    background: #f5f5f5
}

.slider-w .b-slider .pic::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #f5f5f5
}

.slider-w .b-slider .slick-slide {
    padding: 0 .16rem
}

.slider-w .b-slider .slick-current .pic::after {
    border-color: #f77521
}

.slider-w .b-slider .slick-prev, .slider-w .b-slider .slick-next {
    width: 30px;
    height: 100%
}

.slider-w .b-slider .slick-prev {
    background: url(/wf/assets/images/b_slider_l.png) no-repeat center
}

.slider-w .b-slider .slick-next {
    background: url(/wf/assets/images/b_slider_r.png) no-repeat center
}

.slider-w .po-auto {
    max-width: 100%;
    max-height: 100%
}

.news-list li a {
    padding: .15rem 0;
    border-bottom: 1px solid #f3f3f3
}

.news-list li a:hover h3 {
    text-decoration: underline
}

.news-list h3 {
    width: calc(100% - 100px)
}

.news-list .els2 {
    color: #4b4b4b;
    height: 48px;
    line-height: 24px
}


.depart-list .mainp a {
    padding: .15rem 0;
    border-bottom: 1px solid #f3f3f3
}

.depart-list .mainp a:hover h3 {
    text-decoration: underline
}

.depart-list .mainp h3 {
    width: calc(100% - 100px)
}

.depart-list .mainp .els2 {
    color: #4b4b4b;
    height: 48px;
    line-height: 24px
}

.depart-list .list {
    margin-left: -0.18rem
}

.depart-list .list li {
    padding-left: .18rem;
    margin-top: .18rem
}

.depart-list .list li a:hover h3 {
    visibility: hidden;
    opacity: 0;
    top: 100%
}

.depart-list .list li a:hover .info {
    visibility: visible;
    opacity: 1;
    top: 0
}

.depart-list .list .imgs {
    padding-bottom: 130%
}


.depart-list .list h3 {
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5)
}

.depart-list .list .info {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    background: rgba(0, 89, 170, 0.7)
}

.depart-list .list .icon {
    height: 22px;
    margin-top: 8px;
    background: url(/wf/assets/images/more.png) no-repeat center
}

/*page-info*/

.page-info {
    width: 100%;
    min-height: 400px;
    padding: 0 .4rem .5rem .4rem
}

.page-info .con {
    padding: .3rem 0
}

.page-info .head {
    border-bottom: 2px solid #f1f1f1
}

.page-info .head .con-l {
    width: calc(100% - 310px);
    color: #7a7a7a
}

.page-info .head .con-l h3 {
    font-size: 30px;
    color: #000
}

.page-info .head .con-r {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #919191;
    background: #f0f0f0
}

.page-info .head .con-r img {
    margin-right: 10px;
    vertical-align: -5px
}

.page-info .head .con-r:hover {
    text-decoration: underline
}

.page-info .edit {
    color: #000;
    font-size: 16px;
    line-height: 36px
}

/*news-info*/

.news-info .con {
    padding: .3rem 0
}

.news-info .head {
    border-bottom: 2px solid #f1f1f1
}

.news-info .head .con-l {
    width: calc(100% - 110px);
    color: #7a7a7a
}

.news-info .head .con-l h3 {
    font-size: 30px;
    color: #000000;
}

.news-info .head .con-l h3 .main-title {
   min-height:70px;
   display:block;
}

.news-info .head .con-l h3 .sub-title {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    display:block;
}

.news-info .head .con-r {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    color: #919191;
    background: #f0f0f0
}

.news-info .head .con-r img {
    margin-right: 5px;
    vertical-align: -5px
}

.news-info .head .con-r:hover {
    text-decoration: underline
}

.news-info .edit {
    color: #000;
    font-size: 16px;
    line-height: 36px
}


.page .con-l {
    width: calc(100% - 230px)
}

.page .con-l a {
    height: 26px;
    line-height: 26px;
    color: #4d4d4d;
    margin-top: 10px
}

.page .con-l a:hover {
    text-decoration: underline
}

.page .con-l i {
    width: 72px;
    height: 26px;
    line-height: 26px;
    color: #7d7d7d;
    background: #f9f9f9;
    margin-right: .1rem
}

.page .bdsharebuttonbox {
    display: table;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    height: 46px;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    overflow: hidden
}

.page .bdsharebuttonbox a {
    float: none;
    display: inline-block;
    width: 36px !important;
    height: 44px !important;
    margin: 0 2px !important;
    padding: 0 !important
}

.page .bdsharebuttonbox a:first-child {
    width: 44px !important;
    border-radius: 50%;
    border: 1px solid #eaeaea;
    margin-left: -1px !important
}

.journal-list ul {
    margin-left: -0.45rem
}

.journal-list li {
    padding-left: .45rem;
    margin-bottom: .2rem
}

.journal-list li a:hover h3 {
    color: #0059aa
}

.journal-list li a:hover i {
    color: #fff;
    background: #f77521
}

.journal-list .imgs {
    padding-bottom: 141.10671937%;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.5)
}

.journal-list h3 {
    width: calc(100% - 100px);
    height: 33px;
    line-height: 33px;
    text-align: left;
    color: #727272
}

.journal-list i {
    width: 88px;
    height: 33px;
    line-height: 31px;
    color: #f77521;
    border: 1px solid #f77521
}

.join-list {
    width: 100%
}

.join-list li {
    margin-bottom: 8px
}

.join-list .top {
    line-height: 22px;
    cursor: pointer;
    padding: .22rem;
    color: #575757;
    background: #f6f6f6 url(../images/join_icon1.png) no-repeat 97% center
}

.join-list .top.cur {
    background: #f6f6f6 url(../images/join_icon2.png) no-repeat 97% center
}

.join-list .top.cur em {
    color: #0059aa
}

.join-list .top em {
    font-size: 18px;
    color: #2a2a2a
}

.contact .add {
    height: 3.7rem
}

.contact .add img {
    max-width: inherit
}

.contact .amap-icon img {
    width: 25px;
    height: 34px
}

.message h3 {
    font-size: 18px
}

.message .edit {
    color: #616161
}

.message .form .row {
    margin-left: -0.24rem
}

.message .form .row .lg-4 {
    padding-left: .24rem;
    margin-bottom: 18px
}

.message .form label, .message .form .txt {
    height: 36px;
    line-height: 34px;
    border: 1px solid #e7eaee
}

.message .form label {
    width: 54px;
    text-align: center
}

.message .form .txt {
    width: calc(100% - 65px);
    padding: 0 10px;
    border-left: none
}

.message .form strong {
    color: red;
    height: 36px;
    line-height: 36px
}

.message .form textarea {
    width: 100%;
    height: 124px;
    padding: 15px;
    border: 1px solid #e7eaee;
    margin: 18px 0
}

.message .form .btn input {
    width: 1.72rem;
    height: 36px;
    line-height: 34px;
    margin: 0 3px;
    color: #fff;
    background: #a8a8a8
}

.message .form .btn input:hover {
    color: #fff;
    background: #0059aa
}

.slick-dots div.slick-active, .slick-dots div:hover, .slick-dots div:focus {
    background: #0059aa
}

.in-page {
    color: #888
}

.in-page span, .in-page a {
    padding: .08rem .15rem;
    border: 1px solid #e8e8e8
}

.in-page a {
    margin-bottom: 5px
}

.in-page a:hover, .in-page a.cur {
    color: #fff;
    border-color: #0059aa;
    background: #0059aa
}

.tab-head li {
    cursor: pointer
}

.tab-body li {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s
}

.tab-body li.cur {
    visibility: visible;
    opacity: 1;
    height: inherit
}

.font-size-btn i {
    cursor: pointer;
    margin: 0 5px
}

.edit {
    overflow: hidden
}

.edit.edit_cur1, .edit.edit_cur1 span, .edit.edit_cur1 p, .edit.edit_cur1 strong {
    font-size: 18px !important
}

.edit.edit_cur2, .edit.edit_cur2 span, .edit.edit_cur2 p, .edit.edit_cur2 strong {
    font-size: 16px !important
}

.edit.edit_cur3, .edit.edit_cur3 span, .edit.edit_cur3 p, .edit.edit_cur3 strong {
    font-size: 14px !important
}

.edit span {
    display: inline
}

.edit img {
    width: auto !important;
    height: auto !important
}

.edit td, .edit th {
    border: 1px solid
}

.fix-wrap {
    display: none;
    z-index: 999;
    position: fixed;
    background: rgba(0, 0, 0, 0.8)
}

.fix-wrap, .fix-wrap svg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fix-wrap .hide, .fix-wrap circle {
    transition: all .8s;
    -webkit-transition: all .8s
}

.fix-wrap .hide {
    position: fixed;
    top: 5%;
    right: 5%;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: transparent
}

.fix-wrap .hide::before, .fix-wrap .hide::after {
    z-index: 1;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 50%;
    margin-top: -25%;
    background: #fff
}

.fix-wrap .hide::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-wrap .hide::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-wrap .hide:hover {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.fix-wrap .hide:hover circle {
    fill: none;
    stroke-dasharray: 145
}

.fix-wrap svg {
    position: absolute
}

.fix-wrap circle {
    stroke-dasharray: 0 145
}

.fix-video .video-wrap {
    min-width: 55%;
    max-width: 55%;
    margin: 0 auto
}

.fix-video video {
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #3a3a3a;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #2d2d2d;
    object-fit: cover;
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.fix-pic {
    overflow: auto
}

.fix-pic img {
    max-height: 100%;
    animation: zoomIn .5s both;
    -webkit-animation: zoomIn .5s both
}

.fix-pics {
    background: rgba(0, 0, 0, 0.7)
}

.fix-pic-slider {
    color: #fff
}

.fix-pic-slider .item {
    position: relative;
    width: 100%;
    height: 100vh;
    cursor: grab;
    cursor: -webkit-grab;
    background-color: transparent
}

.fix-pic-slider .item:active {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.fix-pic-slider .item::after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.9)
}

.fix-pic-slider img, .fix-pic-slider em {
    position: absolute;
    left: 0;
    bottom: 0
}

.fix-pic-slider img {
    top: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: inherit
}

.fix-pic-slider em {
    width: 100%;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.7)
}

.fix-pic-slider .slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s;
    -webkit-transition: all .5s
}

.fix-pic-slider .slick-arrow::after {
    position: absolute;
    content: '';
    top: 50%;
    border: solid #fff;
    padding: 6px
}

.fix-pic-slider .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.9)
}

.fix-pic-slider .slick-prev {
    left: 1%;
    animation: slideInLeft .5s both;
    -webkit-animation: slideInLeft .5s both
}

.fix-pic-slider .slick-prev::after {
    left: 50%;
    border-width: 0 1px 1px 0;
    transform: translateX(-25%) translateY(-50%) rotate(135deg);
    -webkit-transform: translateX(-25%) translateY(-50%) rotate(135deg)
}

.fix-pic-slider .slick-next {
    right: 1%;
    animation: slideInRight .5s both;
    -webkit-animation: slideInRight .5s both
}

.fix-pic-slider .slick-next::after {
    right: 50%;
    border-width: 1px 0 0 1px;
    transform: translateX(25%) translateY(-50%) rotate(135deg);
    -webkit-transform: translateX(25%) translateY(-50%) rotate(135deg)
}

.fix-pic-slider .slick_page {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    font-size: 16px;
    font-weight: bold
}

.fix-pic-slider .slick_page i {
    font-size: 22px
}

.fix-pic-slider .slick_page div {
    display: none
}

.fix-pic-slider .slick_page div.slick-active {
    display: block
}

@media (max-width: 1200px) {
    .mauto {
        max-width: 92%
    }
}

@media (max-width: 1024px) {
    body {
        padding-top: 102px !important
    }

    footnav {
        display: block !important;
    }

    footempty {
        display: block !important;
    }

    .block-tit img {
        min-height: 35px;
        min-width: 450px;
    }

    header {
        height: 102px
    }

    .curpos-dm a {
        display: inline;
    }

    .header-m {
        left: 0;
        top: 0;
        width: 100%;
        height: 70px
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        width: 75%;
        line-height: 70px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 48px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::before, .header-m .m-menu-b::after {
        position: absolute;
        content: '';
        top: 50%;
        left: calc(35px / 2);
        width: 25px;
        height: 1px;
        z-index: 999;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #222
    }

    .header-m .m-menu-b::before {
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav > li {
        border-bottom: 1px solid #ebebeb;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav > li > a {
        position: relative;
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px
    }

    .header-m .nav > li > a::after {
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -5px;
        content: '';
        width: 8px;
        height: 8px;
        border: 1px solid #999;
        border-radius: 50%;
        background: transparent;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav > li .sub-nav {
        display: none
    }

    .header-m .nav > li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4E4E4E
    }

    .header-m .nav > li .sub-nav a::before, .header-m .nav > li .sub-nav a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav > li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav > li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav > li.cur {
        position: relative
    }

    .header-m .nav > li.cur::after, .header-m .nav > li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav > li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav > li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav > li.active::after {
        background: #fff
    }

    .header-m .nav > li.active::before {
        height: 0
    }

    .header-m .nav > li.active > a {
        color: #fff;
        background: #0059aa
    }

    .header-m .nav > li.active > a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav > li.active .sub-nav li {
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-language {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center
    }

    .header-m .m-language a {
        color: #666;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        display: block;
        border-bottom: 1px solid #ebebeb;
        animation: slideInUp 1.5s both;
        -webkit-animation: slideInUp 1.5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
        background-size: 23px
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::before, html.active .header-m .m-menu-b::after {
        background: #000
    }

    html.active .header-m .m-menu-b::before {
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active footer, html.active main, html.active .i-banner, html.active .banner {
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }

}

.i-news img {
    width: 780px;
    height: 520px;
}

@media (max-width: 767px) {

    .i-news img {
        height: 3.5rem !important
    }

    .i-banner img {
        height: 3.5rem
    }

    .i-banner .sm-db {
        display: block !important
    }

    .i-guide ul {
        padding: .2rem
    }

    .banner {
        height: 3rem
    }

    .main-nav-p h2 {
        position: relative;
        height: 60px;
        line-height: 60px
    }

    .main-nav-p h2::after {
        position: absolute;
        content: '';
        top: 50%;
        right: 15px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #fff;
        margin-top: -4px
    }

    .main-nav-p h2.cur::after {
        border-top: transparent;
        border-bottom: 8px solid #fff
    }

    .main-nav-p ul {
        display: none
    }

    .main-nav-m {
        display: block;
        position: relative;
        z-index: 1;
        cursor: pointer
    }

    .main-nav-m .title {
        position: relative;
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        background: #0059aa
    }

    .main-nav-m .title strong {
        color: #fff;
        font-size: 16px;
        font-weight: bold
    }

    .main-nav-m .title i {
        position: absolute;
        content: '';
        width: 45px;
        height: 100%;
        right: 0
    }

    .main-nav-m .title i::before, .main-nav-m .title i::after {
        position: absolute;
        top: 50%;
        content: '';
        width: 12px;
        height: 1px;
        background: #fff;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .main-nav-m .title i::before {
        left: 46%;
        transform: rotate(40deg) scaleY(1.5);
        -webkit-transform: rotate(40deg) scaleY(1.5)
    }

    .main-nav-m .title i::after {
        right: 46%;
        transform: rotate(-40deg) scaleY(1.5);
        -webkit-transform: rotate(-40deg) scaleY(1.5)
    }

    .main-nav-m .title.active i::before {
        transform: rotate(-40deg) scaleY(1.5);
        -webkit-transform: rotate(-40deg) scaleY(1.5)
    }

    .main-nav-m .title.active i::after {
        transform: rotate(40deg) scaleY(1.5);
        -webkit-transform: rotate(40deg) scaleY(1.5)
    }

    .main-nav-m ul {
        display: none;
        position: absolute;
        top: 45px;
        width: 100%;
        padding: 0 10px;
        background: rgba(0, 89, 170, 0.8);
        color: #fff
    }

    .main-nav-m ul li {
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .main-nav-m ul li a {
        display: block;
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.55)
    }

    .fix-video .video-wrap {
        max-width: 90%
    }

    .i-about .con-r {
        width: 100%;
        clear: both;
    }

    .i-about .con-r .add {
        height: auto !important;
    }

}

@keyframes resize {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale(5, 5)
    }
    100% {
        opacity: 1;
        transform: scale(1, 1)
    }
}

@-webkit-keyframes resize {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale(5, 5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1)
    }
}

@keyframes ReturnToNormal {
    from {
        opacity: 0;
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg)
    }
    to {
        opacity: 1;
        transform-origin: right bottom;
        transform: none
    }
}

@-webkit-keyframes ReturnToNormal {
    from {
        opacity: 0;
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg)
    }
    to {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        -webkit-transform: none
    }
}
<!--0.00018811225891113-->