
.navhide a {
    display: block;
    line-height: 35px;
    text-align: center;
    color: #666;
}

.navhide a:hover {
    color: #203D5D;
}


.mtw {
    border: 1px solid #fff;
    padding: 25px 0;
}

.mta {
    width: 25%;
    border-right: 1px solid #fff;
    padding: 20px 15px;
}

.mta i {
    display: block;
    width: 46%;
}

.mta i img {
    max-width: 100%;
}

.mta:last-child {
    border: 0;
}

.mta .txt {
    font-size: 18px;
    line-height: 30px;
    margin-left: 15px;
}

.mta .txt p {
    word-break: break-all;
}

.md {
    padding: 65px 0;
}

.mdtop h4 {
    font-size: 56px;
    color: #203D5D;
    opacity: .15;
}

.mdtop h3 {
    font-size: 36px;
    color: #000;
    margin-top: -45px;
    position: relative;
    z-index: 99;
}

.mdtop p {
    font-size: 18px;
    color: #203D5D;
    margin-top: 10px;
}

.m1r {
    width: 42%;
    margin-left: -80px;
}

.m1l {
    position: relative;
    z-index: 8;
}

.m1lt li {
    display: inline-block;
    line-height: 80px;
    border-top: 3px solid #eeeeee;
    padding: 0 35px;
    font-size: 24px;
    cursor: pointer;
    transition: .25s;
    background: #eee;
}

.m1lt li.active {
    background: #fff;
    border-top: 3px solid #203D5D;
    color: #000;
}

.m1lbw {
    padding: 25px 30px;
    font-size: 16px;
    line-height: 32px;
    background: #fff;
}

.m1lbw a {
    display: inline-block;
    margin-top: 10px;
}

.m2w {
    width: 102%;
    justify-content: inherit;
}

.m2a {
    width: 31.3333%;
    margin-right: 2%;
    margin-top: 30px;
    border: 1px solid #203D5D;
    padding-bottom: 90px;
}

.m2aimg {
    height: 280px;
    overflow: hidden;
}

.m2atxt {
    width: 100%;
    height: 90px;
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 0;
    padding: 15px;
    transition: .5s;
    background: #fff;
}

.m2atxt h3 {
    line-height: 60px;
    font-size: 24px;
    font-weight: normal;
    transition: .5s;
}

.m2atxthide {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.m2a:hover .m2atxt {
    height: 160px;
}

.m2a:hover .m2atxthide {
    opacity: 1;
    visibility: inherit;
}

.m2a:hover .m2atxt h3 {
    line-height: 30px;
}

.mdmorea {
    line-height: 50px;
    border: 1px solid #203D5D;
    padding: 0 30px;
    color: #fff;
    font-size: 24px;
    background: url(../images/navabg_03.png) no-repeat center;
    background-size: 100% 100%;
    display: inline-block;
}

.m3 {
    background: url(../images/m3bg_02.jpg) no-repeat center;
    background-size: cover;
}

.mdtop1 h4 {
    color: #fff;
    opacity: 1;
}

.m3t {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.m3a {
    font-size: 14px;
    line-height: 32px;
    width: 28%;
}

.m3a img {
    margin-bottom: 10px;
}

.m4a {
    width: 32%;
    background: #F7F7F7;
}

.m4atxt {
    padding: 20px;
}

.m4atxt h3 {
    font-size: 30px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m4atxt h3 i {
    margin-right: 20px;
    opacity: .3;
    font-size: 40px;
}

.m4atxt p {
    font-size: 18px;
    line-height: 36px;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left;
}

.m4a .mdmorea {
    font-size: 18px;
    line-height: 44px;
}

.m5l, .m5r {
    padding: 0 20px 20px 20px;
}

.m5r {
    width: 44%;
    margin-left: 20px;
}

.m5title {
    height: 65px;
    border-bottom: 1px solid #000;
}

.m5title h3 {
    font-size: 24px;
}

.m5title a {
    font-size: 12px;
}

.m5title a:hover {
    color: #203D5D;
}

.m5laimg {
    width: 55%;
    height: 200px;
}

.m5latxt h3 {
    font-size: 18px;
    color: #203D5D;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
}

.m5latxt p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 10px 0;
}

.m5latxt span {
    color: #999;
}

.m5lab {
    line-height: 30px;
    margin-top: 14px;
}

.m5lab p {
    font-size: 18px;
    flex: 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-right: 10px;
}

.m5lab:hover {
    color: #203D5D;
}

.m5ra {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    line-height: 25px;
}

.m5ra:last-child {
    border: 0;
}

.m5rai {
    width: 40px;
    height: 25px;
    display: block;
    background: url(../images/navabg_03.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    font-size: 15px;
}

.m5rat .txt {
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.m5rab .txt {
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m5rab {
    margin-top: 10px;
}

.m6a {
    height: 90px;
    border: 1px solid #203D5D;
}

.m6a img {
    max-width: 80%;
    max-height: 80%;
}

.swiper-button-next-m6, .swiper-button-prev-m6 {
    width: 34px;
    height: 43px;
    background: url(../images/m6btn_03.jpg) no-repeat center;
    margin-top: -22px;
}

.swiper-button-next-m6 {
    margin-right: -70px;
}

.swiper-button-prev-m6 {
    margin-left: -70px;
    transform: rotate(180deg);
}

.ft {
    padding: 35px 0;
    background: #203d5d;
    color: #fff;
}

.ftl, .ftr {
    width: 48%;
}

.ftllogo {
    display: inline-block;
    max-width: 90%;
}

.ftlb {
    font-size: 18px;
    line-height: 30px;
}

.ftlb a {
    color: #fff;
}

.ftlb i {
    margin: 0 5px;
    opacity: .3;
}

.ftra {
    width: 48%;
    padding: 10px 0;
}

.ftra .txt {
    line-height: 30px;
    margin-left: 10px;
}

.ftra .txt img {
    display: inline-block;
    width: 80px;
}

.ftb {
    line-height: 28px;
    color: #fff;
}

.ftb a {
    color: #fff;
    margin-right: 20px;
}

.fb {
    padding: 15px 0;
    line-height: 30px;
    background: #1b1b1b;
    color: #fff;
}

.fb a {
    color: #fff;
}

.bgsz {
    background-size: cover !important;
}

.listbn {
    height: 500px;
}


.l1atxt, .l1aimg {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l1aline {
    border-bottom: 1px solid #a0a0a0;
    color: #A0A0A0;
    transition: .25s;
}

.l1a:hover .l1aline {
    border-bottom: 1px solid red;
    color: red;
}


.l1atxt h3 {
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin: 5px 0;
}

.l1atxt p {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0;
    color: #666;
}

.l2a {
    width: 18%;
    color: #000;
}

.l2a img {
    max-width: 90%;
}

.l2a h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 15px 0;
}

.l2a p {
    font-size: 14px;
}

.l2b img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


/*@media only screen and (min-width: 768px) and (max-width: 1199px) {*/
/*    .swiper-container-bn .bnimg {*/
/*        height: 700px;*/
/*    }*/

/*    .logo {*/
/*        height: 65px;*/
/*    }*/

/*    .nava {*/
/*        font-size: 15px;*/
/*        width: 85px;*/
/*    }*/

/*    .bntxt h3 {*/
/*        font-size: 38px;*/
/*    }*/

/*    .bntxt p {*/
/*        font-size: 20px;*/
/*    }*/

/*    .bntxt span {*/
/*        font-size: 18px;*/
/*        padding: 0 25px;*/
/*    }*/

/*    .mta i {*/
/*        width: 35%;*/
/*    }*/

/*    .mta .txt {*/
/*        font-size: 16px;*/
/*        line-height: 25px;*/
/*    }*/

/*    .m1lt li {*/
/*        font-size: 20px;*/
/*        line-height: 60px;*/
/*    }*/

/*    .m2aimg {*/
/*        height: 240px;*/
/*    }*/

/*    .m4atxt h3 {*/
/*        font-size: 22px;*/
/*    }*/

/*    .m4atxt h3 i {*/
/*        font-size: 28px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 950px) {*/
/*    !*视频*!*/
/*    .videohidebox {*/
/*        width: 90%;*/
/*        left: 5%;*/
/*        margin-left: 0;*/
/*        height: 250px;*/
/*        margin-top: -210px;*/
/*    }*/

/*    .videohidebox_1 p {*/
/*        height: 30px;*/
/*        line-height: 30px;*/
/*        font-size: 14px;*/
/*        display: -webkit-box;*/
/*        -webkit-box-orient: vertical;*/
/*        -webkit-line-clamp: 1;*/
/*        overflow: hidden;*/
/*    }*/

/*    .videohidebox_1 {*/
/*        height: 200px;*/
/*    }*/

/*    .videohidebox_class {*/
/*        margin-top: -110px;*/
/*    }*/

/*    .mt {*/
/*        padding-top: 15px;*/
/*    }*/

/*    .wapdisblock {*/
/*        display: block;*/
/*    }*/

/*    .mtbg {*/
/*        margin-top: 0;*/
/*        background-size: cover;*/
/*    }*/

/*    .swiper-container-bn .bnimg {*/
/*        height: 200px;*/
/*    }*/

/*    .bntxt h3 {*/
/*        font-size: 20px;*/
/*    }*/

/*    .bntxt p {*/
/*        font-size: 14px;*/
/*        margin: 10px 0;*/
/*    }*/

/*    .bntxt span {*/
/*        line-height: 30px;*/
/*        font-size: 13px;*/
/*        padding: 0 15px;*/
/*    }*/

/*    .bntxt span img {*/
/*        width: 20px;*/
/*    }*/

/*    .mtw {*/
/*        padding: 0;*/
/*    }*/

/*    .mta {*/
/*        width: 100%;*/
/*        padding: 15px;*/
/*        border: 0;*/
/*        border-bottom: 1px solid #fff;*/
/*    }*/

/*    .mta i {*/
/*        width: 25%;*/
/*    }*/

/*    .mta .txt {*/
/*        font-size: 15px;*/
/*    }*/

/*    .md {*/
/*        padding: 25px 0;*/
/*    }*/

/*    .mdtop h4 {*/
/*        font-size: 28px;*/
/*    }*/

/*    .mdtop h3 {*/
/*        margin-top: -20px;*/
/*        font-size: 24px;*/
/*    }*/

/*    .mdtop p {*/
/*        font-size: 14px;*/
/*    }*/

/*    .m1w {*/
/*        display: block;*/
/*    }*/

/*    .m1l, .m1r {*/
/*        width: 100%;*/
/*        margin: 0;*/
/*    }*/

/*    .mt_50, .mt_60, .mt_70, .mt_80, .mt_30, .mt_40 {*/
/*        margin-top: 25px;*/
/*    }*/

/*    .m1r {*/
/*        margin-top: 15px;*/
/*    }*/

/*    .m1lt li {*/
/*        width: 33.333333%;*/
/*        padding: 0;*/
/*        line-height: 40px;*/
/*        font-size: 15px;*/
/*        text-align: center;*/
/*    }*/

/*    .m1lbw {*/
/*        padding: 20px;*/
/*        font-size: 14px;*/
/*        line-height: 25px;*/
/*    }*/

/*    .m1lbw a img {*/
/*        width: 30px;*/
/*    }*/

/*    .m2w {*/
/*        width: 100%;*/
/*    }*/

/*    .m2a {*/
/*        margin-right: 0;*/
/*        width: 100%;*/
/*        padding-bottom: 0;*/
/*        display: block;*/
/*        margin-top: 15px;*/
/*    }*/

/*    .m2atxt {*/
/*        position: relative;*/
/*        height: auto !important;*/
/*        padding: 15px;*/
/*    }*/

/*    .m2atxt h3 {*/
/*        font-size: 18px;*/
/*        line-height: 30px;*/
/*    }*/

/*    .m2atxthide {*/
/*        height: 50px;*/
/*        font-size: 14px;*/
/*        line-height: 25px;*/
/*        opacity: 1;*/
/*        visibility: inherit;*/
/*    }*/

/*    .mdmorea {*/
/*        font-size: 14px;*/
/*        line-height: 35px;*/
/*        padding: 0 20px;*/
/*    }*/

/*    .m3t {*/
/*        font-size: 14px;*/
/*        line-height: 26px;*/
/*    }*/

/*    .m3w {*/
/*        display: flex;*/
/*    }*/

/*    .m3a {*/
/*        width: 32%;*/
/*        font-size: 12px;*/
/*        line-height: 25px;*/
/*    }*/

/*    .m3a img {*/
/*        height: 45px;*/
/*    }*/

/*    .m4w {*/
/*        margin: 0;*/
/*    }*/

/*    .m4a {*/
/*        width: 100%;*/
/*        margin-top: 15px;*/
/*    }*/

/*    .m4atxt h3 {*/
/*        font-size: 20px;*/
/*    }*/

/*    .m4atxt h3 i {*/
/*        font-size: 24px;*/
/*    }*/

/*    .m4atxt p {*/
/*        font-size: 14px;*/
/*        line-height: 26px;*/
/*    }*/

/*    .m4a .mdmorea {*/
/*        font-size: 14px;*/
/*        line-height: 36px;*/
/*    }*/

/*    .m5l, .m5r {*/
/*        width: 100%;*/
/*    }*/

/*    .m5la {*/
/*        display: block;*/
/*    }*/

/*    .m5laimg {*/
/*        width: 100%;*/
/*    }*/

/*    .m5latxt {*/
/*        width: 100%;*/
/*        margin-left: 0;*/
/*        margin-top: 15px;*/
/*    }*/

/*    .m5lab p, .m5latxt h3 {*/
/*        font-size: 15px;*/
/*    }*/

/*    .m5r {*/
/*        margin-left: 0;*/
/*        margin-top: 15px;*/
/*    }*/

/*    .m5title h3 {*/
/*        font-size: 20px;*/
/*    }*/

/*    .m5title {*/
/*        height: 50px;*/
/*    }*/

/*    .m5ra {*/
/*        font-size: 14px;*/
/*    }*/

/*    .m6a {*/
/*        height: 75px;*/
/*    }*/

/*    .swiper-button-next-m6, .swiper-button-prev-m6 {*/
/*        display: none;*/
/*    }*/

/*    .ft {*/
/*        padding: 20px 0;*/
/*    }*/

/*    .ftl, .ftr {*/
/*        width: 100%;*/
/*    }*/

/*    .ftl {*/
/*        text-align: center;*/
/*    }*/

/*    .ftllogo {*/
/*        max-width: 60%;*/
/*    }*/

/*    .ftlb {*/
/*        font-size: 13px;*/
/*        justify-content: center;*/
/*    }*/

/*    .ftra {*/
/*        width: 100%;*/
/*    }*/

/*    .ftra i img {*/
/*        height: 22px;*/
/*    }*/

/*    .ftb {*/
/*        font-size: 12px;*/
/*        margin-top: 15px;*/
/*    }*/

/*    .ftb a {*/
/*        margin-right: 10px;*/
/*    }*/

/*    .fb {*/
/*        padding: 10px 0;*/
/*        font-size: 13px;*/
/*        line-height: 25px;*/
/*    }*/

/*    .listbn {*/
/*        height: 230px;*/
/*    }*/

/*    .l1atxt, .l1aimg {*/
/*        height: 150px;*/
/*    }*/


/*    .l1a {*/
/*        width: 48%;*/
/*    }*/

/*    .l1atxt h3 {*/
/*        font-size: 20px;*/
/*    }*/

/*    .l2w {*/
/*        margin: 0;*/
/*    }*/

/*    .l2a {*/
/*        width: 48%;*/
/*        margin-top: 20px;*/
/*    }*/

/*    .l2a img {*/
/*        max-width: 60%;*/
/*    }*/

/*    .l2a h3 {*/
/*        font-size: 16px;*/
/*        margin: 10px 0;*/
/*    }*/

/*    .l2a p {*/
/*        font-size: 12px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) {*/
/*    .listbn {*/
/*        height: 150px;*/
/*    }*/
/*}*/

.ny_gy {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

/*@media only screen and (max-width: 950px) {*/
/*    .ny_gy {*/
/*        padding: 50px 0;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) {*/
/*    .ny_gy {*/
/*        padding: 30px 0 50px;*/
/*    }*/
/*}*/

.ny_ej {
    text-align: center;
}

.ny_ej ul {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    padding: 0 35px;
    margin-bottom: 50px;
    display: inline-block;
}

.ny_ej ul li {
    margin: 0 20px;
    position: relative;
    display: inline-block;
}

.ny_ej ul li:after {
    width: 0;
    height: 3px;
    background-color: #203d5d;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_ej ul li:hover:after {
    width: 100%;
}

.ny_ej ul li.on:after {
    width: 100%;
}

.ny_ej ul li a {
    display: block;
    padding: 0 15px;
    font-size: 20px;
    line-height: 70px;
}

.ny_ej ul li:hover a {
    color: #203d5d;
}

.ny_ej ul li.on a {
    color: #203d5d;
}

/*@media only screen and (max-width: 950px) {*/
/*    .ny_ej ul {*/
/*        padding: 0 20px;*/
/*        margin-bottom: 40px;*/
/*    }*/

/*    .ny_ej ul li {*/
/*        margin: 0 10px;*/
/*    }*/

/*    .ny_ej ul li:after {*/
/*        height: 2px;*/
/*    }*/

/*    .ny_ej ul li a {*/
/*        padding: 0 10px;*/
/*        font-size: 18px;*/
/*        line-height: 60px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) {*/
/*    .ny_ej ul {*/
/*        width: 100%;*/
/*        padding: 15px 0;*/
/*        margin-bottom: 30px;*/
/*    }*/

/*    .ny_ej ul li {*/
/*        margin: 0 1%;*/
/*        width: 30%;*/
/*    }*/

/*    .ny_ej ul li:after {*/
/*        display: none;*/
/*    }*/

/*    .ny_ej ul li a {*/
/*        padding: 0;*/
/*        font-size: 16px;*/
/*        line-height: 44px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 375px) {*/
/*    .ny_ej ul {*/
/*        padding: 10px 0;*/
/*    }*/

/*    .ny_ej ul li {*/
/*        margin: 0;*/
/*        width: 30%;*/
/*    }*/

/*    .ny_ej ul li a {*/
/*        font-size: 15px;*/
/*        line-height: 40px;*/
/*    }*/
/*}*/

.gy_wm {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
}

.gy_wm img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/*@media only screen and (max-width: 950px) {*/
/*    .gy_wm {*/
/*        font-size: 15px;*/
/*        line-height: 26px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) {*/
/*    .gy_wm {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

.cp_lb {
    width: 102%;
}

.cp_lb ul li {
    width: 31.333333333333%;
    border: 1px solid #ddd;
    position: relative;
    padding-bottom: 80px;
    margin-right: 2%;
    margin-bottom: 30px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cp_lb ul li:hover {
    border: 1px solid #203d5d;
}

.cp_lb .t_p {
    overflow: hidden;
}

.cp_lb .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.cp_lb ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.cp_lb .w_z {
    width: 100%;
    background-color: #fff;
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cp_lb .w_z h3 {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #333;
}

.cp_lb .w_z p {
    height: 0;
    font-size: 15px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cp_lb ul li:hover .w_z p {
    height: 52px;
    margin-top: 10px;
}

/*@media only screen and (max-width: 950px) {*/
/*    .cp_lb ul li {*/
/*        width: 48%;*/
/*        padding-bottom: 60px;*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    .cp_lb .w_z {*/
/*        padding: 17px 15px;*/
/*    }*/

/*    .cp_lb .w_z h3 {*/
/*        font-size: 18px;*/
/*        line-height: 26px;*/
/*    }*/

/*    .cp_lb .w_z p {*/
/*        font-size: 14px;*/
/*        line-height: 24px;*/
/*    }*/

/*    .cp_lb ul li:hover .w_z p {*/
/*        height: 48px;*/
/*        margin-top: 8px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) {*/
/*    .cp_lb {*/
/*        width: 100%;*/
/*    }*/

/*    .cp_lb ul li {*/
/*        width: 100%;*/
/*        margin-right: 0;*/
/*    }*/
/*}*/

.al_lb {
    width: 100%;
}

.al_lb ul li {
    width: 100%;
    margin-bottom: 40px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.al_lb ul li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.al_lb .t_p {
    width: 32%;
    overflow: hidden;
}

.al_lb .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.al_lb ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.al_lb .w_z {
    width: 68%;
    padding: 30px 50px;
}

.al_lb .w_z h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.al_lb ul li:hover .w_z h3 a {
    color: #203d5d;
}

.al_lb .w_z p {
    font-size: 15px;
    line-height: 26px;
    color: #555;
    height: 52px;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.al_lb .w_z a.m_r {
    width: 110px;
    height: 34px;
    border: 1px solid #203d5d;
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
}

.al_lb .w_z a.m_r:after {
    width: 82%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 9%;
    content: "";
    background-color: #203d5d;
    z-index: -1;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
}

/*@media only screen and (max-width: 950px) {*/
/*    .al_lb .t_p {*/
/*        width: 36%;*/
/*    }*/

/*    .al_lb .w_z {*/
/*        width: 64%;*/
/*        padding: 15px 30px;*/
/*    }*/

/*    .al_lb .w_z h3 {*/
/*        font-size: 20px;*/
/*        line-height: 30px;*/
/*        height: 30px;*/
/*        margin-bottom: 10px;*/
/*        line-clamp: 1;*/
/*        -webkit-line-clamp: 1;*/
/*        -moz-line-clamp: 1;*/
/*        -ms-line-clamp: 1;*/
/*        -o-line-clamp: 1;*/
/*    }*/

/*    .al_lb .w_z p {*/
/*        font-size: 14px;*/
/*        line-height: 24px;*/
/*        height: 48px;*/
/*        margin-bottom: 15px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) {*/
/*    .al_lb ul li {*/
/*        margin-bottom: 30px;*/
/*    }*/

/*    .al_lb .t_p {*/
/*        width: 100%;*/
/*    }*/

/*    .al_lb .w_z {*/
/*        width: 100%;*/
/*        padding: 0;*/
/*        margin-top: 20px;*/
/*    }*/

/*    .al_lb .w_z h3 {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/

.xw_lb {
    width: 100%;
}

.xw_lb ul li {
    width: 100%;
    margin-bottom: 40px;
}

.xw_lb .t_p {
    width: 44%;
    overflow: hidden;
    position: relative;
}

.xw_lb .t_p:after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 15px;
    left: 15px;
    content: "";
    border: 1px solid #fff;
}

.xw_lb .t_p a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.xw_lb .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.xw_lb ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.xw_lb .w_z {
    width: 53%;
    margin-top: 10px;
}

.xw_lb .w_z h3 {
    font-size: 22px;
    line-height: 34px;
    height: 68px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xw_lb ul li:hover .w_z h3 a {
    color: #203d5d;
}

.xw_lb .w_z p {
    font-size: 15px;
    line-height: 26px;
    color: #555;
    height: 52px;
    margin-bottom: 30px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xw_lb .w_z span.s_j {
    color: #777;
    line-height: 24px;
    display: block;
    margin-bottom: 30px;
}

.xw_lb .w_z span.s_j img {
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: .5;
}

.xw_lb .w_z a.m_r {
    width: 110px;
    height: 34px;
    border: 1px solid #203d5d;
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
}

.xw_lb .w_z a.m_r:after {
    width: 82%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 9%;
    content: "";
    background-color: #203d5d;
    z-index: -1;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
}

/*@media only screen and (max-width: 950px) {*/
/*    .xw_lb .w_z {*/
/*        margin-top: 0;*/
/*    }*/

/*    .xw_lb .w_z h3 {*/
/*        font-size: 20px;*/
/*        line-height: 30px;*/
/*        height: 30px;*/
/*        margin-bottom: 10px;*/
/*        line-clamp: 1;*/
/*        -webkit-line-clamp: 1;*/
/*        -moz-line-clamp: 1;*/
/*        -ms-line-clamp: 1;*/
/*        -o-line-clamp: 1;*/
/*    }*/

/*    .xw_lb .w_z p {*/
/*        font-size: 14px;*/
/*        line-height: 24px;*/
/*        height: 48px;*/
/*        margin-bottom: 15px;*/
/*    }*/

/*    .xw_lb .w_z span.s_j {*/
/*        margin-bottom: 15px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) {*/
/*    .xw_lb ul li {*/
/*        margin-bottom: 30px;*/
/*    }*/

/*    .xw_lb .t_p {*/
/*        width: 100%;*/
/*    }*/

/*    .xw_lb .w_z {*/
/*        width: 100%;*/
/*        margin-top: 20px;*/
/*    }*/

/*    .xw_lb .w_z h3 {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/

.lx_wm {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

.lx_wm .lx_nr {
    margin-top: 40px;
}

.lx_wm .lx_xx {
    width: 44%;
}

.lx_wm .lx_ly {
    width: 52%;
}

.lx_wm .n_r h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    color: #000;
    margin-bottom: 20px;
}

.lx_wm .w_z strong {
    font-size: 20px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.lx_wm .w_z {
    font-size: 16px;
    line-height: 34px;
    color: #777;
    position: relative;
}

.lx_wm .l_y input {
    width: 31.8%;
    height: 48px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 46px;
    border: 1px solid #ddd;
    margin-bottom: 13px;
}

.lx_wm .l_y textarea {
    width: 100%;
    height: 48px;
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #ddd;
    display: block;
    resize: none;
}

.lx_wm .l_y button {
    width: 110px;
    height: 40px;
    background-color: #1f325a;
    margin-top: 13px;
    margin-right: 15px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    float: left;
    outline: none;
    cursor: pointer;
}

.lx_wm .l_y button.c_z {
    background-color: #aaa;
}

.lx_wm .map {
    width: 100%;
    height: 480px;
    margin-top: 50px;
    background-position: center;
    background-repeat: no-repeat;
}

/*@media only screen and (max-width: 768px) {*/
/*    .lx_wm {*/
/*        padding: 50px 0;*/
/*    }*/

/*    .lx_wm .lx_xx {*/
/*        width: 100%;*/
/*    }*/

/*    .lx_wm .lx_ly {*/
/*        width: 100%;*/
/*        margin-top: 35px;*/
/*    }*/

/*    .lx_wm .map {*/
/*        height: 400px;*/
/*        margin-top: 35px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) {*/
/*    .lx_wm {*/
/*        padding: 40px 0;*/
/*    }*/

/*    .lx_wm .lx_ly {*/
/*        margin-top: 30px;*/
/*    }*/

/*    .lx_wm .n_r h3 {*/
/*        font-size: 20px;*/
/*        line-height: 32px;*/
/*    }*/

/*    .lx_wm .w_z strong {*/
/*        font-size: 18px;*/
/*    }*/

/*    .lx_wm .w_z {*/
/*        font-size: 14px;*/
/*        line-height: 26px;*/
/*    }*/

/*    .lx_wm .l_y input {*/
/*        width: 100%;*/
/*    }*/

/*    .lx_wm .map {*/
/*        height: 200px;*/
/*    }*/
/*}*/

.cp_xq {
    width: 100%;
}

.cp_xq .xq_tp {
    width: 42%;
}

.cp_xq .xq_tp img {
    width: 100%;
    height: auto;
    border: 1px solid #203d5d;
    display: block;
}

.cp_xq .xq_wz {
    width: 54%;
}

.cp_xq .xq_wz h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
}

.cp_xq .xq_wz ul li {
    font-size: 16px;
    line-height: 32px;
    color: #555;
}

/*@media only screen and (max-width: 950px) {*/
/*    .cp_xq .xq_tp {*/
/*        width: 46%;*/
/*    }*/

/*    .cp_xq .xq_wz {*/
/*        width: 50%;*/
/*    }*/

/*    .cp_xq .xq_wz h3 {*/
/*        font-size: 22px;*/
/*        line-height: 32px;*/
/*        margin-bottom: 15px;*/
/*    }*/

/*    .cp_xq .xq_wz ul li {*/
/*        font-size: 15px;*/
/*        line-height: 30px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) {*/
/*    .cp_xq .xq_tp {*/
/*        width: 100%;*/
/*    }*/

/*    .cp_xq .xq_wz {*/
/*        width: 100%;*/
/*        margin-top: 20px;*/
/*    }*/

/*    .cp_xq .xq_wz h3 {*/
/*        font-size: 20px;*/
/*        line-height: 30px;*/
/*        margin-bottom: 10px;*/
/*    }*/

/*    .cp_xq .xq_wz ul li {*/
/*        font-size: 14px;*/
/*        line-height: 26px;*/
/*    }*/
/*}*/

.xq_zs {
    width: 100%;
    margin-top: 40px;
}

.xq_zs .xq_lm {
    margin-bottom: 30px;
}

.xq_zs .xq_lm ul li {
    width: 160px;
    height: 50px;
    margin-right: 10px;
    background-color: #a9a9a9;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.xq_zs .xq_lm ul li.active {
    background-color: #203d5d;
}

.xq_zs .xq_nr {
    font-size: 16px;
    line-height: 32px;
}

.xq_zs .al_tj {
    width: 102%;
}

.xq_zs .al_tj .a_l {
    width: 31.3333333%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.xq_zs .al_tj .t_p {
    overflow: hidden;
}

.xq_zs .al_tj .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.xq_zs .al_tj .a_l:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.xq_zs .al_tj .w_z {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: 0;
}

.xq_zs .al_tj .w_z h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xq_zs .al_tj .a_l:hover .w_z h3 {
    color: #203d5d;
}

.xq_zs .al_tj .w_z p {
    font-size: 15px;
    line-height: 26px;
    color: #555;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xq_zs .xw_tj ul li {
    width: 100%;
    margin-bottom: 40px;
}

.xq_zs .xw_tj .t_p {
    width: 32%;
    overflow: hidden;
}

.xq_zs .xw_tj .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.xq_zs .xw_tj ul li:hover .t_p img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.xq_zs .xw_tj .w_z {
    width: 66%;
    margin-top: 5px;
}

.xq_zs .xw_tj .w_z h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xq_zs .xw_tj ul li:hover .w_z h3 a {
    color: #203d5d;
}

.xq_zs .xw_tj .w_z p {
    font-size: 15px;
    line-height: 26px;
    color: #555;
    height: 52px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xq_zs .xw_tj .w_z span.s_j {
    color: #777;
    line-height: 24px;
    display: block;
    margin-bottom: 20px;
}

.xq_zs .xw_tj .w_z span.s_j img {
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: .5;
}

.xq_zs .xw_tj .w_z a.m_r {
    width: 110px;
    height: 34px;
    border: 1px solid #203d5d;
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    display: block;
    position: relative;
}

.xq_zs .xw_tj .w_z a.m_r:after {
    width: 82%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 9%;
    content: "";
    background-color: #203d5d;
    z-index: -1;
    transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
}

/*@media only screen and (max-width: 950px) {*/
/*    .xq_zs {*/
/*        margin-top: 30px;*/
/*    }*/

/*    .xq_zs .xq_lm ul li {*/
/*        width: 140px;*/
/*        height: 44px;*/
/*        font-size: 16px;*/
/*        line-height: 44px;*/
/*    }*/

/*    .xq_zs .xq_nr {*/
/*        font-size: 15px;*/
/*        line-height: 30px;*/
/*    }*/

/*    .xq_zs .al_tj .a_l {*/
/*        width: 48%;*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    .xq_zs .al_tj .w_z h3 {*/
/*        line-height: 28px;*/
/*    }*/

/*    .xq_zs .al_tj .w_z p {*/
/*        font-size: 14px;*/
/*        line-height: 24px;*/
/*        height: 48px;*/
/*    }*/

/*    .xq_zs .xw_tj ul li {*/
/*        margin-bottom: 30px;*/
/*    }*/

/*    .xq_zs .xw_tj .t_p {*/
/*        width: 44%;*/
/*    }*/

/*    .xq_zs .xw_tj .w_z {*/
/*        width: 53%;*/
/*        margin-top: 0;*/
/*    }*/

/*    .xq_zs .xw_tj .w_z h3 {*/
/*        font-size: 20px;*/
/*        line-height: 30px;*/
/*        height: 30px;*/
/*        margin-bottom: 10px;*/
/*        line-clamp: 1;*/
/*        -webkit-line-clamp: 1;*/
/*        -moz-line-clamp: 1;*/
/*        -ms-line-clamp: 1;*/
/*        -o-line-clamp: 1;*/
/*    }*/

/*    .xq_zs .xw_tj .w_z p {*/
/*        font-size: 14px;*/
/*        line-height: 24px;*/
/*        height: 48px;*/
/*        margin-bottom: 15px;*/
/*    }*/

/*    .xq_zs .xw_tj .w_z span.s_j {*/
/*        margin-bottom: 15px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 640px) {*/
/*    .xq_zs .xq_lm {*/
/*        width: 101%;*/
/*    }*/

/*    .xq_zs .xq_lm ul li {*/
/*        width: 32.33333333%;*/
/*        margin-right: 1%;*/
/*    }*/

/*    .xq_zs .xq_nr {*/
/*        font-size: 14px;*/
/*        line-height: 28px;*/
/*    }*/

/*    .xq_zs .al_tj .a_l {*/
/*        width: 100%;*/
/*    }*/

/*    .xq_zs .al_tj .w_z h3 {*/
/*        font-size: 18px;*/
/*        line-height: 26px;*/
/*    }*/

/*    .xq_zs .xw_tj ul li {*/
/*        margin-bottom: 30px;*/
/*    }*/

/*    .xq_zs .xw_tj .t_p {*/
/*        width: 100%;*/
/*    }*/

/*    .xq_zs .xw_tj .w_z {*/
/*        width: 100%;*/
/*        margin-top: 20px;*/
/*    }*/

/*    .xq_zs .xw_tj .w_z h3 {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/

.yema {
    margin-top: 30px;
    text-align: center;
}

.yema ul li {
    display: inline-block;
    margin: 2px;
}

.yema ul li a {
    min-width: 36px;
    padding: 0 15px;
    border-radius: 2px;
    background-color: #f0f0f0;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #333;
    display: inline-block;
}

.yema ul li a:hover {
    background-color: #203d5d;
    color: #fff;
}

.yema ul li a.on {
    background-color: #203d5d;
    color: #fff;
}

.yema ul li i {
    font-size: 18px;
}

/*@media only screen and (max-width: 640px) {*/
/*    .yema {*/
/*        margin-top: 20px;*/
/*    }*/

/*    .yema ul li a {*/
/*        min-width: 30px;*/
/*        height: 30px;*/
/*        font-size: 12px;*/
/*        line-height: 28px;*/
/*    }*/
/*}*/