body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "Arial", "sans-serif";
    width: 100%;
}

.wow {
    visibility: hidden;
}

.container {
    width: 1250px;
    margin: 0 auto;
}

a,
li,
ol,
ul,
p,
h1,
h3,
h2,
h4 {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

a {
    display: block;
    outline: none;
    font-size: 16px;
}

img {
    border: none;
    outline: none;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    zoom: 1;
}

input,
textarea,
select {
    border: none;
    background: none;
    font-family: "Microsoft YaHei";
}


/*head*/

.header {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.logo {
    width: 266px;
    float: left;
    overflow: hidden;
}

.logo img {
    width: 100%;
}

.list {
    float: right;
}

.list li {
    float: left;
    height: 100%;
    width: 112px;
    position: relative;
    text-align: center;
}

.list li a {
    display: block;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    padding: 16px 0;
    color: #000;
}

.list li a span {
    display: inline-block;
    position: relative;
    transition: all ease-out .3s;
}

.list li a span:before {
    width: 100%;
    content: '';
    position: absolute;
    bottom: -50px;
    left: 0;
}

.list li a span:after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    bottom: 0px;
    color: #000;
}

.list li div.bar {
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 199;
    top: 82px;
    padding: 25px 0;
    left: 0;
    display: none;
}

.list li .bar li {
    width: 100%;
}

.list_b {
    float: right;
    padding: 13px 0;
    width: 28px;
    display: none;
    transform: translateX(0);
    transition: .5s;
}

.list_b img {
    width: 100%;
}

.list_b1 {
    padding: 10px 0;
    float: right;
    width: 34px;
    display: none;
    margin-right: -32px;
    transform: translateX(300%);
    transition: .5s;
}

.list_b1 img {
    width: 100%;
}

.list li div.bar a {
    margin: 5px 0;
    color: #666;
    height: 34px;
    line-height: 34px;
    padding: 0;
    display: block;
    font-size: 14px;
    box-shadow: 0px 0px 0px;
}

.list li a span.liss {
    width: 0;
    height: 2px;
    background-color: #df0310;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    transition: .5s;
}

.list li a.active span,
.list li:hover a span {
    transform: translateY(-100%);
}

.list li:hover a,
.list li a.active {
    box-shadow: 0px 0px 10px #ddd;
    transition: .5s;
}

.list li:hover a span.liss,
.list li a.active span.liss {
    width: 100%;
    transition: .5s;
}

.list li div.bar a.active,
.list li div.bar a:hover {
    color: #df0310;
    box-shadow: 0px 0px 0px;
}

.cg_hlist_t {
    width: 230px;
    position: fixed;
    height: 100%;
    right: 0;
    z-index: 88;
    transition: .5s;
    margin-top: 54px;
    transform: translateX(310px);
    background-color: #fff;
}

.cg_h_close {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 24px;
    top: 140px;
}

.cg_h_list {
    width: 100%;
}

.cg_h_list li {
    width: 170px;
    padding: 0 48px 0 32px;
    height: 55px;
}

.cg_hlist_t_o,
.cg_hlist_t_p {
    overflow: hidden;
}

.cg_hlist_t_o {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin-top: 24px;
    margin-right: 18px;
}

.cg_hlist_t_p a {
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    line-height: 55px;
}

.cg_hlist_t_n {
    color: #fff;
    float: right;
    font-family: "宋体";
    font-size: 20px;
    margin-top: 19px;
}

.cg_h_list li:hover,
.cg_h_list li.active1 {}

.cg_h_list li:hover .cg_hlist_t_o,
.cg_h_list li.active1 .cg_hlist_t_o {
    background-color: #c92424;
}

.cg_h_list li:hover .cg_hlist_t_n,
.cg_h_list li:hover .cg_hlist_t_p a {
    color: #c92424;
}

.cg_h_list li.active1 .cg_hlist_t_n,
.cg_h_list li.active1 .cg_hlist_t_p a {
    color: #c92424;
}

.h_info {
    float: right;
    margin-left: 60px;
    margin-top: 28px;
}

.h_info a {
    float: left;
    width: 30px;
    height: 30px;
    opacity: 1;
}

.h_info.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    margin: 0 0 0 14px;
    height: 30px;
    padding: 0;
}

.h_info a.bds_weixin {
    background: url(../images/wechat.png) 0 0 no-repeat;
}

.h_info a.bds_tsina {
    background: url(../images/webo.png) 0 0 no-repeat;
}

.h_info a.bds_qzone {
    background: url(../images/qq.png) 0 0 no-repeat;
}

.h_info a.bds_weixin:hover {
    background: url(../images/wechat1.png) 0 0 no-repeat;
}

.h_info a.bds_tsina:hover {
    background: url(../images/webo1.png) 0 0 no-repeat;
}

.h_info a.bds_qzone:hover {
    background: url(../images/qq1.png) 0 0 no-repeat;
}


/*banner*/

.banner {
    width: 100%;
    position: fixed;
    padding-top: 81px;
}

.ban {
    width: 100%;
}

.ban img {
    width: 100%;
}

.banner .swiper-pagination {
    width: 100%;
    margin: 0 auto;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 5px 0;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    margin-left: -2px;
}

.banner .swiper-pagination-bullets {
    width: 14px;
    left: 50px;
    top: 40%;
}

.swiper-button {
    display: none;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.swiper-button div {
    position: absolute;
    bottom: 0;
    width: 86px;
    height: 85px;
    background-color: #fff;
    font-family: "宋体";
    font-size: 20px;
    line-height: normal;
    color: #b3b4bc;
    text-align: center;
    background-image: none;
}

.swiper-button div span {
    line-height: 85px;
}

.swiper-button .swiper-button-prev {
    right: 86px;
}

.swiper-button .swiper-button-next {
    right: 0;
}

.swiper-button .swiper-button-prev:hover span {
    margin-left: -10px;
    transition: .5s;
}

.swiper-button .swiper-button-next:hover span {
    margin-right: -10px;
    transition: .5s;
}

.swiper-button .swiper-center {
    width: 13px;
    right: 80px;
    z-index: 10;
    background-color: #fff;
}

.index_bg {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 43vw;
}

.job--list {
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    min-height: 450px;
}

.job--list .body,
.job--list .head {
    color: #fff;
    position: static;
    background: #303036;
    height: auto;
    z-index: 0;
}

.job--list .body .table,
.job--list .head .table {
    display: table;
    width: 100%;
    height: 60px;
    font-size: 16px;
}

.job--list .body .table>div,
.job--list .head .table>div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
}

.job--list .body {
    background: none;
    height: 71px;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: jobIn 1s 1s both;
    -moz-animation: jobIn 1s 1s both;
    -o-animation: jobIn 1s 1s both;
    animation: jobIn 1s 1s both;
}

.job--list .body .table {
    position: relative;
    z-index: 10;
    color: #000;
    height: 70px;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    background: #fff;
}

.job--list .body .cell2 {
    color: #da251c;
    font-weight: bold;
}

.job--list .body .cell5 {
    background: url(../images/icon04.png) no-repeat center;
}

.job--list .body .dropdown {
    padding: 20px 40px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    -o-transform: translate(0, -100px);
    transform: translate(0, -100px);
    *zoom: 1;
    zoom: 1;
}

.job--list .body .dropdown:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.job--list .body .dropdown .tag {
    float: right;
    margin-left: 20px;
    max-width: 400px;
    font-size: 0;
    text-align: right;
}

.job--list .body .dropdown .tag .cell {
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #7babcc;
    min-width: 40px;
    background: #eef7fd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
}

.job--list .body .dropdown .content {
    overflow: hidden;
    font-size: 14px;
    line-height: 2;
    color: #2d2d2d;
}

.job--list .body .dropdown .content .upload {
    margin: 20px 0 0 0;
    position: relative;
}

.job--list .body .dropdown .content .upload label {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background: #da251c;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    transition: all .3s 0s;
}

.job--list .body .dropdown .content .upload input {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.job--list .body.open {
    height: auto;
}

.job--list .body.open .dropdown {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.job--list .body.open .cell5 {
    background: url(../images/icon05.png) no-repeat center;
}

.job--list .cell1 {
    width: 25%;
}

.job--list .cell2 {
    width: 20%;
}

.job--list .cell3 {
    width: 30%;
}

.job--list .cell4 {
    width: 20%;
}

.job--list .cell5 {
    width: 5%;
}

@media screen and (max-width: 1200px) {
    .joinus--contact {
        text-align: center;
    }
    .job--list {
        width: 100%;
    }
    .joinus--contact>div {
        display: inline-block;
        text-align: left;
    }
    .joinus--contact .cell {
        display: block;
        margin: 0;
    }
}

@media screen and (max-width: 770px) {
    .joinus--search {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .job--list .table {
        height: 50px !important;
        font-size: 14px !important;
    }
    .h_logo {
        width: 65%;
        height: auto;
    }
    .job--list .cell1 {
        padding: 0 10px;
        width: 45%;
        text-align: left !important;
    }
    .job--list .cell2 {
        width: 30%;
    }
    .job--list .cell3,
    .job--list .cell4 {
        display: none !important;
    }
    .job--list .body {
        height: 51px;
    }
    .job--list .body .dropdown {
        padding: 10px;
    }
    .job--list .body .dropdown .tag {
        padding: 0 0 10px 0;
        float: none;
        margin-left: 0;
        text-align: left;
    }
    .job--list .body .dropdown .tag .cell {
        margin-left: 0;
        margin-right: 10px;
        line-height: 20px;
    }
}

@media screen and (max-width: 500px) {
    .joinus--search {
        height: 44px;
    }
    .joinus--search a {
        width: 50px;
    }
    .joinus--search span {
        padding: 0 15px;
    }
    .joinus--contact {
        padding: 20px 0 0 0;
        text-align: left;
    }
    .joinus--contact .cell {
        line-height: 30px;
    }
    .joinus--contact .cell img {
        display: none;
    }
    .joinus--contact .cell span {
        font-size: 14px !important;
    }
    .job--list {
        padding-top: 20px;
        width: 100%;
    }
}

.joinus--contact {
    padding: 40px 0 0 0;
    text-align: center;
}

.joinus--contact .cell {
    display: inline-block;
    *zoom: 1;
    zoom: 1;
    margin: 0 20px;
    line-height: 50px;
}

.joinus--contact .cell:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.joinus--contact .cell img {
    margin-right: 20px;
    vertical-align: middle;
}

.joinus--contact .cell span {
    vertical-align: middle;
    font-size: 16px;
    color: #6f6f6f;
}

.gywm {
    width: 1200px;
    padding: 0 0 10px 0;
    margin: 64px auto 40px auto;
    position: relative;
}

.gywm_l {
    float: left;
    width: 250px;
    overflow: hidden;
}

.gywm_l img {
    width: 100%;
}

.gywm_r {
    float: right;
    width: 878px;
}

.gywm_r .title1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
}

.gywm_r .title2 {
    font-size: 24px;
    color: #666;
    margin-top: 25px;
    font-weight: bold;
}

.gywm_r h2 span {
    color: #df0310;
}

.gywm_r_p {
    font-size: 14px;
    color: #666;
    line-height: 34px;
    margin-top: 25px;
}

.gywm_r_btn {
    width: 135px;
    margin-top: 20px;
}

.gywm_r_btn a {
    width: 85px;
    float: left;
}

.hotline {
    margin-top: 40px;
}

.hot_img {
    float: left;
    width: 45px;
    margin-top: 2px;
}

.hot_p {
    float: left;
    margin-left: 10px;
}

.hot_p p {
    font-size: 12px;
    color: #114791;
    margin-top: 0;
}

.hot_p h1 {
    font-size: 30px;
    color: #114791;
}

.btnarrow {
    width: 38px;
    height: 18px;
    float: right;
    position: relative;
}

.ba_l {
    background-color: #b1b1b1;
}

.ba_l1 {
    width: 35px;
    height: 1px;
    margin-top: 12px;
    transition: all ease-out .4s;
}

.ba_l2 {
    width: 1px;
    height: 10px;
    position: absolute;
    right: 6px;
    transition: all ease-out .4s;
}

.ba_t1 {
    transform: rotate(-45deg);
    top: 3.5px;
}

.ba_t2 {
    transform: rotate(-135deg);
    bottom: -3px;
}

.hotline img {
    width: 100%;
    height: 100%;
}

.gywm_r_btn:hover a {
    color: #df0310;
}

.gywm_r_btn:hover .ba_l {
    background-color: #df0310;
}

.gywm_r_btn:hover .ba_l1 {
    transform: rotate(-90deg);
    width: 15px;
    transition: all ease-out .4s;
}

.gywm_r_btn:hover .ba_l2 {
    right: 10px;
    transition: all ease-out .4s;
}

.cp_lm {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cp_lm_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cp_lm_m {
    position: relative;
    z-index: 1;
    width: 100%;
}

.cp_lm_m ul {
    position: relative;
}

.cp_lm_l {
    width: 50%;
    height: 100%;
    float: left;
    background-color: #df0310;
}

.cp_lm_l1 {
    width: 50%;
    height: 100%;
    float: left;
    background-color: #08326c;
}

.cp_lm_m li {
    width: 25%;
    float: left;
    padding: 48px 0 47px 0;
}

.cp_lm_m li.blue {
    background-color: #08326c;
}

.cp_lm_m li.red {
    background-color: #df0310;
}

.cp_lm_img {
    width: 90px;
    height: 90px;
    float: left;
    margin-left: 35px;
}

.cp_lm_img img {
    width: 100%;
    height: 100%;
    transition: .5s;
    transform: rotateY(0deg);
}

.cp_lm_p {
    margin-top: 7px;
    margin-left: 6px;
    float: left;
    transition: .5s;
    width: 130px;
    overflow: hidden;
}

.cp_lm_p h3 a {
    overflow: hidden;
    font-size: 18px;
    color: #fff;
}

.cp_lm_p p {
    height: 48px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    margin-top: 7px;
    line-height: 24px;
}

.cp_lm_m li:hover .cp_lm_p {
    margin-left: 16px;
    transition: .5s;
}

.cp_lm_m li:hover .cp_lm_img img {
    transform: rotateY(180deg);
    transition: .5s;
}

.cptj {
    width: 100%;
    padding: 85px 0;
    background-color: #f7f8fa;
}

.cptj .al_title {
    display: none;
}

.cptj ul {
    border: 1px solid #f1f1f1;
    border-bottom: 0;
    background-color: #fff;
}

.cptj li {
    width: 398px;
    height: 353px;
    float: left;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    box-sizing: border-box;
}

.cptj li.last {
    display: none;
}

.cptj li:nth-child(3n+1) {
    border-left: 0;
}

.cptj_t {
    margin: 68px 0 0 35px;
    width: 363px;
    height: 284px;
}

.cptj_t h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    margin-left: 7px;
}

.cptj_t h3 span {
    font-size: 36px;
}

.cptj_t h2 a {
    font-size: 24px;
    margin-left: 7px;
}

.cptj_i {
    width: 40px;
    height: 5px;
    margin: 8px 0 10px 7px;
    background-color: #df0310;
    transition: .5s;
}

.cptj_r_btn {
    width: 135px;
    height: 41px;
    border: 1px solid #d5d5d5;
    border-radius: 50px;
    padding: 0 16px;
    margin-top: 50px;
}

.cptj_r_btn a {
    line-height: 40px;
    float: left;
}

.cptj_r_btn .btnarrow {
    float: right;
    margin-top: 9px;
}

.cptj_t:hover .cptj_i {
    width: 120px;
    transition: .5s;
}

.cptj_r_btn:hover {
    border: 1px solid #df0310;
}

.cptj_r_btn:hover a {
    color: #df0310;
}

.cptj_r_btn:hover .ba_l {
    background-color: #df0310;
}

.cptj_main {
    width: 100%;
    height: 100%;
    position: relative;
}

.cptj_main_img a {
    display: block;
    width: 100%;
    padding-bottom: 88.56%;
    position: relative;
    overflow: hidden;
}

.cptj_main_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.cptj_main_p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 50px;
    padding: 0 5%;
    z-index: 1;
    transition: all ease-out .4s;
}

.cptj_sj_title {
    display: none;
    text-align: center;
}

.cptj_sj_title h3 {
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    height: 30px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-overflow: ellipsis;
}

.cptj_sj_title h3 a {
    font-size: 14px;
}

.cptj_main_p h3 a {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0;
    transition: all ease-out .4s;
}

.jia {
    width: 16px;
    position: relative;
    height: 16px;
    margin: 10px auto 0 auto;
}

.jia span {
    display: inline-block;
    position: absolute;
}

.jia .jia_w {
    width: 16px;
    height: 2px;
    background-color: #fff;
    top: -10px;
    opacity: 0;
    transition: all ease-out .6s;
}

.jia .jia_h {
    width: 2px;
    height: 16px;
    bottom: -10px;
    opacity: 0;
    left: 7px;
    transition: all ease-out .6s;
    background-color: #fff;
}

.cptj li:hover .cptj_main_p {
    height: 79px;
    background-color: #08326c;
    transition: all ease-out .6s;
}

.cptj li:hover .cptj_main_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cptj li:hover .cptj_main_p h3 a {
    color: #fff;
    margin-top: 15px;
    transition: all ease-out .6s;
}

.cptj li:hover .jia .jia_h {
    left: 7px;
    bottom: 0px;
    opacity: 1;
    transition: all ease-out .6s;
}

.cptj li:hover .jia .jia_w {
    top: 7px;
    opacity: 1;
    transition: all ease-out .6s;
}

.al {
    width: 100%;
    height: 655px;
    overflow: hidden;
    position: relative;
}

.al_m {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.al_bg {
    width: 1920px;
    height: 655px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    background: url(../images/al_bg.jpg) 0 0 no-repeat;
}

.al_m .container {
    overflow: hidden;
    margin-top: 76px;
}

.al_m li {
    width: 379px;
    margin-right: 31px;
    transition: .5s;
}

.al_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.al_img a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 88.65%;
}

.al_img img {
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.al_p {
    padding: 0 15px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.al_p h3 a {
    width: 90%;
    height: 74px;
    line-height: 74px;
    float: left;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.al_sj_title {
    display: none;
}

.al_sj_title h3 a {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.al_p .jia1 {
    width: 10%;
    float: right;
    margin-top: 29px;
}

.al_p .jia1 a {
    width: 16px;
    height: 16px;
    position: relative;
}

.jia1 span {
    position: absolute;
    display: inline-block;
    z-index: 10;
}

.jia_w1 {
    width: 16px;
    height: 2px;
    background-color: #114791;
    top: -10px;
    opacity: 0;
    transition: all ease-out .5s;
}

.jia_h1 {
    width: 2px;
    height: 16px;
    bottom: -10px;
    right: 7px;
    opacity: 0;
    transition: all ease-out .5s;
    background-color: #114791;
}

.al_ine {
    width: 0;
    height: 1px;
    background-color: #c1c1c1;
    transition: all ease-out .5s;
}

.al_m li:hover .al_ine {
    transition: .5s;
    width: 100%;
}

.al_m li:hover .jia_w1 {
    top: 7px;
    opacity: 1;
    transition: all ease-out .5s;
}

.al_m li:hover .jia_h1 {
    bottom: 0px;
    opacity: 1;
    transition: all ease-out .5s;
}

.al_m li:hover .al_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.al_title {
    margin-bottom: 60px;
    width: 100%;
}

.al_title_l {
    float: left;
}

.al_m .hd {
    overflow: hidden;
    height: 34px;
    width: 68px;
    float: right;
    position: relative;
    margin-top: 13px;
}

.al_m .hd .prev,
.al_m .hd .next {
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.al_m .hd .prev {
    background: url("../images/al_btn.jpg") 0 0 no-repeat;
    left: 0;
}

.al_m .hd .next {
    background: url("../images/al_btn.jpg") -34px 0 no-repeat;
    right: 0;
}

.al_m .hd .prev:hover {
    background: url("../images/al_btn.jpg") 0 -34px no-repeat;
    left: 0;
}

.al_m .hd .next:hover {
    background: url("../images/al_btn.jpg") -34px -34px no-repeat;
    right: 0;
}

.al_title_l .cptj_i {
    margin-left: 0;
}

.al_title_l:hover .cptj_i {
    width: 130px;
    transition: .5s;
}

.al_title_l h2 a {
    font-size: 24px;
    line-height: 35px;
}

.al_title_l h2 span {
    font-weight: bold;
    font-size: 30px;
    float: left;
    margin-right: 15px;
}

.xw {
    width: 100%;
    height: 521px;
    overflow: hidden;
    position: relative;
}

.xw_m {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.xw_bg {
    width: 1920px;
    height: 521px;
    padding-top: 50px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    background: url(../images/xwzx_bg.jpg) 0 0 no-repeat;
}

.xw_title {
    margin-top: 48px;
}

.xw_title .cptj_i {
    margin-left: 0;
}

.xw_title:hover .cptj_i {
    width: 120px;
    transition: .5s;
}

.xw_title h2 a {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
}

.xw_title h2 span {
    font-weight: bold;
    font-size: 36px;
    float: left;
    margin-right: 15px;
}

.xw_m li {
    width: 579px;
    float: left;
    margin-right: 20px;
    margin-top: 34px;
    position: relative;
}

.xw_date {
    width: 154px;
    height: 87px;
    float: left;
    text-align: center;
    padding-top: 20px;
    background-color: #2b2b2b;
}

.xw_date h3 {
    font-size: 36px;
    color: #fff;
}

.xw_date p {
    font-size: 14px;
    color: #fff;
}

.xw_p1 {
    width: 370px;
    height: 61px;
    float: left;
    padding: 23px;
}

.xw_p1 h3 a {
    font-size: 14px;
    color: #fff;
    width: 100%;
    line-height: 20px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xw_pp {
    font-size: 14px;
    color: #898989;
    width: 100%;
    line-height: 20px;
    height: 20px;
    margin-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xw_ine {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: .5s;
    z-index: 3;
    height: 2px;
    background-color: #2b2b2b;
}

.xw_m li:hover .xw_ine {
    transition: .5s;
    width: 100%;
}

.xw_m .hd {
    height: 34px;
    width: 78px;
    position: relative;
    margin: 50px auto 0 auto;
}

.xw_m .hd .prev,
.xw_m .hd .next {
    display: block;
    width: 34px;
    height: 34px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
    color: #636367;
    font-family: "宋体";
    font-size: 30px;
    transition: .5s;
}

.xw_m .hd .prev {
    left: 0;
}

.xw_m .hd .next {
    right: 0;
}

.xw_m .hd .prev:hover {
    left: -20px;
    transition: .5s;
}

.xw_m .hd .next:hover {
    right: -20px;
    transition: .5s;
    padding-left: 13px;
}

.xw_m .hd span {
    font-size: 18px;
    color: #636367;
    position: absolute;
    left: 27px;
    top: 4px;
}

.xw_m .hd span.hd_ii {
    width: 0px;
    height: 1px;
    position: absolute;
    top: 17px;
    left: 13px;
    background-color: #636367;
}

.xw_m .hd span.hd_ii1 {
    width: 0px;
    height: 1px;
    position: absolute;
    top: 17px;
    left: 0;
    background-color: #636367;
}

.xw_m .hd .prev:hover span.hd_ii,
.xw_m .hd .next:hover span.hd_ii1 {
    width: 16px;
    transition: .5s;
}

.ly {
    width: 100%;
    margin: 88px auto 0 auto;
}

.ly_l {
    width: 45%;
    float: left;
}

.ly .al_title_l {
    float: none;
}

.ly .al_title_l span {
    color: #2e2e2e;
}

.ly_e {
    font-size: 14px;
    color: #494949;
    line-height: 21px;
    margin-top: 50px;
}

.ly_r {
    width: 43%;
    padding: 0 6%;
    float: right;
}

.ly_info {
    width: 216px;
    height: 45px;
    float: left;
    position: relative;
    border-bottom: 2px solid #1f2323;
}

.ly_ine {
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #df0310;
    bottom: -2px;
    left: 0;
}

.ly_name {
    width: 35px;
    font-size: 14px;
    color: #000;
    float: left;
    line-height: 45px;
}

.ly_input {
    width: 181px;
    height: 45px;
    float: right;
}

.ly_input input {
    width: 100%;
    height: 100%;
    line-height: 45px;
    outline: none;
    font-size: 14px;
}

.ly_info.ly_i1 {
    float: right;
}

.ly_r_b {
    width: 100%;
}

.ly_r_b .ly_info {
    width: 100%;
    float: none;
    height: 100px;
}

.ly_r_b .ly_info .ly_name {
    float: none;
}

.ly_r_b .ly_info .ly_input {
    width: 100%;
    height: 40px;
    float: none;
}

.ly_r_b .ly_info .ly_input textarea {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    line-height: 20px;
    resize: none;
    overflow-y: auto;
}

.ly_info:hover .ly_ine {
    width: 100%;
    transition: .5s;
}

.zy {
    margin-top: 15px;
}

.zy span {
    font-size: 14px;
    color: #909090;
    float: left;
}

.zy img {
    float: left;
    margin-top: 1px;
}

.ly_btn {
    width: 100%;
    height: 53px;
    background-color: #08326c;
    padding-top: 17px;
    margin-top: 42px;
}

.ly_btn a {
    width: 158px;
    height: 35px;
    border-radius: 40px;
    background-color: #df0310;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
    transition: .3s;
}

.ly_btn a:hover {
    width: 135px;
    transition: .3s;
}

.footer {
    width: 100%;
    background-color: #f8f8f8;
}

.footer_l {
    float: left;
    width: 900px;
    margin-top: 30px;
    padding: 0 0 30px 0;
}

.call img {
    float: left;
    width: 39px;
    height: 28px;
    margin-top: 8px;
}

.call span {
    float: left;
    font-size: 36px;
    font-weight: bold;
}

.f_info {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    line-height: 34px;
}

.f_info span,
.f_info a {
    display: block;
    font-size: 14px;
    color: #666;
    float: left;
}

.f_info img {
    float: left;
    margin-top:11px;
}

.f_info a {
    margin-left: 12px;
    margin-top:8px;
    transition: all .3s 0s;
}

.f_info a:hover {
    transform: rotateX(0deg);
    color: #000;
}

@-webkit-keyframes downs {
    0% {
        transform: rotateX(0deg);
    }
    50% {
        transform: rotateX(360deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}

.qgl_mgaba {
    line-height: 34px;
    padding-left: 25px;
    min-height: 20px !important;
    background: url(../images/gaba.png) no-repeat left center;
}

img.cnzz {
    margin-left: 10px;
    margin-top: 11px;
}

img.gf {
    margin-top: 7px;
}

.footer_r {
    display: none;
    float: right;
    width: 190px;
}

.code {
    width: 106px;
    height: 106px;
    overflow: hidden;
    margin: 24px auto 0 auto;
}

.co_p {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 25px;
}

.ft_b {
    width: 100%;
    padding: 20px 0;
    background-color: #181818;
}

.gjc {
    float: left;
    width: 815px;
}

.gjc span {
    line-height: 26px;
    font-size: 14px;
    margin-right: 20px;
    color: #c2c2c2;
}

.gjc span a:hover {
    color: #002a78;
}

.footer_r_t_b {
    float: right;
    width: 85px;
    padding: 0 40px;
}

.footer_r_t_b>ul>li {
    width: 65px;
    position: relative;
    color: #666;
    cursor: pointer;
}

.footer_r_t_b li span {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    width: 100%;
}

.footer_r_t_b li em {
    width: 10px;
    height: 14px;
    display: block;
    position: absolute;
    right: 0px;
    top: 9px;
    background: url(../images/footer_se.png) 0 0 no-repeat;
}

.footer_r_t_b li .sup {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 200%;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transform: translate(-50%, 0);
    padding: 15px 0;
    transition: .5s;
    background-color: #eee;
}

.footer_r_t_b li .sup li {
    background: none;
    line-height: 40px;
}

.footer_r_t_b li .sup li a {
    display: block;
    padding: 10px 10px;
    color: #535353;
    line-height: 20px;
    font-size: 14px;
}

.footer_r_t_b li:hover .sup {
    opacity: 1;
    visibility: visible;
    transition: .5s;
    bottom: 100%;
}

.footer_r_t_b li .sup li:hover a {
    color: #002a78;
}


/*al*/

.cg_banner {
    overflow: hidden;
    position: relative;
    padding-top: 82px;
}

.cg_banner .hd {
    overflow: hidden;
    height: 30px;
    position: absolute;
}

.cg_banner .hd .prev,
.cg_banner .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 0 0 no-repeat;
}

.cg_banner .hd .next {
    background-position: 0 -50px;
}

.cg_banner .bd {
    width: 100%;
}

.cg_banner .bd ul {
    overflow: hidden;
    zoom: 1;
}

.cg_banner .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.item {
    overflow: hidden;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    margin-top: -530px;
}

.item_bg {
    background-color: #27262b;
    padding-bottom: 46px;
}

.page {
    margin-top: 34px;
}

.page_r {
    float: right;
}

.page a,
.page span {
    float: left;
    color: #fff;
    font-size: 14px;
}

.item_t {
    float: right;
    text-align: right;
    margin-top: 60px;
}

.item_t h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.item_t_i {
    width: 50px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    margin: 35px 0 15px 0;
}

.item_t p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.item_list {
    position: relative;
}

.item_list ul {
    position: absolute;
    width: 100%;
    top: 40px;
    white-space: nowrap;
    overflow-y: auto;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
}

.item_list li {
    display: inline-block;
    vertical-align: top;
    min-width: 100px;
    padding: 0 10px;
    position: relative;
    margin-right: 15px;
}

.item_list li:last-child {
    margin-right: 0;
}

.item_list li a {
    width: 100%;
    color: #000;
    height: 29px;
    text-align: center;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 0px;
    background-color: #fff;
    transition: .5s;
    border-bottom: 1px solid #f9f9f9;
}

.item_list li a:hover,
.item_list li a.ite {
    padding-bottom: 10px;
    transition: .5s;
    color: #df0310;
}

.item_main {
    margin-top: 84px;
    border-top: 10px solid #df0310;
    background-color: #fff;
    padding: 88px 0 68px 0;
}

.al_main {
    width: 1135px;
    margin: 0 auto;
    overflow: hidden;
    min-height: 710px;
}

.al_main ul {
    width: 1200px;
}

.al_main li {
    width: 361px;
    float: left;
    margin-right: 31px;
    margin-bottom: 44px;
}

.al_main_img {
    width: 361px;
    height: 258px;
    overflow: hidden;
}

.al_main_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.al_main_p {
    width: 331px;
    padding: 0 15px;
}

.al_main_p h3 a {
    width: 280px;
    height: 74px;
    line-height: 74px;
    float: left;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.al_main li:hover .al_ine {
    transition: .5s;
    width: 100%;
}

.al_main li:hover .jia_w1 {
    top: 7px;
    opacity: 1;
    transition: all ease-out .5s;
}

.al_main li:hover .jia_h1 {
    bottom: 0px;
    opacity: 1;
    transition: all ease-out .5s;
}

.al_main li:hover .al_main_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ql_fenye {
    text-align: center;
}

.paginator {
    display: inline-block;
}

.paginator a,
.paginator span {
    float: left;
    margin: 0 16px;
    line-height: 30px;
}

.paginator a {
    color: #666;
    font-size: 14px;
}

.paginator a[href]:hover,
.paginator span {
    color: #df0310;
}

.paginator a.ql_prev,
.paginator a.ql_next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #666;
    color: #fff;
    font-family: "宋体";
    font-size: 25px;
}

.paginator a.ql_prev[href]:hover,
.paginator a.ql_next[href]:hover {
    background-color: #df0310;
    color: #fff;
}

.ckly_main {
    margin: 0 auto;
    width: 1125px;
}

.ckly_main li {
    margin-bottom: 42px;
}

.ckly_t {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 8px;
}

.ckly_t img {
    width: 100%;
    height: 100%;
}

.ckly_p {
    float: right;
    position: relative;
}

.ckly_a {
    position: absolute;
    width: 16px;
    height: 17px;
    left: 0;
    top: 19px;
}

.ckly_m {
    width: 1014px;
    margin-left: 13px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    line-height: 26px;
    min-height: 26px;
    padding: 15px 20px;
}

.ckly_m_p {
    width: 885px;
    float: left;
    font-size: 14px;
    color: #666;
}

.ckly_m_p span {
    color: #e60012;
}

.ckly_m_date {
    float: right;
    width: 95px;
}

.ckly_m_date span {
    font-size: 14px;
    color: #666;
    float: right;
}

.ckly_m_date img {
    float: left;
    margin-top: 8px;
}

.ckly_re {
    margin-top: 37px;
}

.ckly_re .ckly_t {
    margin-left: 75px;
}

.ckly_re .ckly_m {
    width: 944px;
    background-color: #fcfcfc;
}

.ckly_re .ckly_m_p {
    width: 700px;
}

.ckly_re .ckly_m_date {
    width: 100px;
}

.ckly_re .ckly_m_date span {
    color: #999;
}

.ckly_m_p_re {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.item_main1 {
    margin-top: 84px;
    min-height: 1122px;
    padding: 20px 0 68px 0;
}

.cp_main {
    margin-bottom: 68px;
    background: #fff;
}

.cp_main_img {
    width: 600px;
    float: left;
    overflow: hidden;
}

.cp_main_img a {
    display: block;
    width: 100%;
    padding-bottom: 55.83%;
    position: relative;
    overflow: hidden;
}

.cp_main_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.cp_main_p {
    width: 600px;
    height: 335px;
    float: left;
    background-color: #fff;
    text-align: center;
}

.cp_main_p h3 {
    color: #3d3d3d;
    font-size: 24px;
    padding-top: 86px;
    font-weight: bold;
    padding-bottom: 42px;
}

.cp_main_p p {
    color: #666;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cp_btn1 {
    position: relative;
    width: 157px;
    height: 41px;
    border: 1px solid #d5d5d5;
    border-radius: 50px;
    display: inline-block;
    margin-top: 50px;
    overflow: hidden;
}

.cp_bt1 {
    width: 135px;
    height: 100%;
    padding: 0 16px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.cp_bt1 a {
    line-height: 40px;
    float: left;
}

.cp_bt1 .btnarrow {
    float: right;
    margin-top: 9px;
}

.cp_b_b1 {
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    transition: .5s;
    background-color: #df0310;
    z-index: 0;
}

.cp_main:hover .cp_b_b1 {
    width: 100%;
    transition: .5s;
}

.cp_main:hover .cp_main_p .cp_bt1 a {
    color: #fff;
}

.cp_main:hover .cp_main_p .cp_bt1 .ba_l {
    background-color: #fff;
}

.cp_main:hover .cp_main_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cp_main:hover .cp_btn1 {
    border: 1px solid #df0310;
}

.item_main2 {
    margin-top: 84px;
    border-top: 10px solid #df0310;
    background-color: #f5f5f5;
    padding: 88px 0 68px 0;
}

.cp_list {
    width: 1134px;
    margin: 0 auto;
    min-height: 710px;
    padding-bottom: 30px;
}

.cp_list1 {
    padding: 0 50px;
}

.cp_list1 li {
    float: left;
    width: 32%;
    margin: 20px 2% 20px 0;
}

.cp_list1 li:nth-child(3n) {
    margin-right: 0;
}

@media screen and (max-width: 800px) {
    .cp_list1 li {
        width: 48%;
        margin-right: 4%;
    }
    .cp_list1 li:nth-child(3n) {
        margin-right: 4%
    }
    .cp_list1 li:nth-child(2n) {
        margin-right: 0;
    }
    .cp_list1 .al_p {
        display: none;
    }
    .cp_list1 .al_sj_title {
        display: block;
    }
}

@media screen and (max-width: 550px) {
    .cp_list1 {
        padding: 0 30px;
    }
    .cp_list1 li {
        width: 100%;
        margin-right: 0% !important;
    }
}

.cp_list1 li:hover .al_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.cp_list1 li:hover .al_ine {
    transition: .5s;
    width: 100%;
}

.cp_list1 li:hover .jia_w1 {
    top: 7px;
    opacity: 1;
    transition: all ease-out .5s;
}

.cp_list1 li:hover .jia_h1 {
    bottom: 0px;
    opacity: 1;
    transition: all ease-out .5s;
}

.cp_list li {
    width: 350px;
    height: 305px;
    float: left;
    margin: 0 14px 42px 14px;
    position: relative;
}

.cp_list li .cp_list_img a {
    display: block;
    width: 100%;
    padding-bottom: 88.56%;
    position: relative;
}

.cp_list li .cp_list_img a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.cp_list_p {
    position: absolute;
    width: 310px;
    padding: 20px;
    line-height: 26px;
    bottom: 0;
    z-index: 5;
    left: 0;
    transition: .5s;
}

.cp_sj_title {
    display: none;
}

.cp_sj_title h3 {
    padding: 5px 10px;
}

.cp_sj_title h3 a {
    display: block;
    overflow: hidden;
    height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.cp_list_p h3 {
    text-align: center;
    transition: .5s;
}

.cp_list_p h3 a {
    color: #000;
    transition: .5s;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cp_list_p span {
    float: right;
    font-size: 30px;
    color: #fff;
    display: none;
    transition: .5s;
}

.cp_list_img,
.cp_list_img img {
    width: 100%;
    height: 100%;
}

.cp_list li:hover .cp_list_p {
    background-color: #114791;
    transition: .5s;
}

.cp_list li:hover .cp_list_p h3 {
    transition: .5s;
    margin-right: 40px;
}

.cp_list li:hover .cp_list_p h3 a {
    color: #fff;
    transition: .5s;
}

.cp_list li:hover .cp_list_p span {
    display: block;
    transition: .5s;
}

.gsjs_main {
    width: 1090px;
    margin: 0 auto;
    color: #666;
    font-size: 14px;
    min-height: 500px;
    line-height: 30px;
}

.gsjs_main img {
    width: 100%;
    margin-top: 30px;
}

.gsjs_main h2 {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    margin: 30px 0 10px 0;
    text-indent: -2em;
}

.xw_main {
    width: 1060px;
    margin: 0 auto 40px auto;
    margin-top: -50px;
}

.xw_main li {
    padding: 45px 20px;
    border-bottom: 1px solid #e1e1e1;
}

.xw_time,
.xw_i,
.xw_p {
    float: left;
}

.xw_btn {
    float: right;
}

.xw_time {
    width: 115px;
    padding-right: 25px;
    text-align: right;
    font-family: "Times New Roman";
}

.xw_time h2 {
    width: 120%;
    font-size: 36px;
    color: #4b4b4b;
    font-weight: bold;
}

.xw_time p {
    font-size: 18px;
    color: #9d9d9d;
}

.xw_i {
    width: 1px;
    height: 48px;
    background-color: #dcdcdc;
    margin-top: 10px;
}

.xw_i1 {
    float: left;
    position: relative;
    margin-top: 21px;
    opacity: 0;
    transition: .5s;
    width: 20px;
}

.xw_p {
    float: none;
    padding: 0 20px;
    margin-top: 8px;
    overflow: hidden;
}

.xw_p h3 a {
    font-size: 16px;
    color: #333;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 20px;
    white-space: nowrap;
}

.xw_btn {
    position: relative;
    width: 157px;
    height: 41px;
    border: 1px solid #d5d5d5;
    border-radius: 50px;
    float: right;
    overflow: hidden;
    margin-top: 12px;
    margin-right: 40px;
}

.xw_bt {
    width: 135px;
    height: 100%;
    padding: 0 16px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.xw_bt a {
    line-height: 40px;
    float: left;
}

.xw_bt .btnarrow {
    float: right;
    margin-top: 9px;
}

.xw_b_b {
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    transition: .5s;
    background-color: #df0310;
    z-index: 0;
}

.xw_main li:hover .xw_b_b {
    width: 100%;
    transition: .5s;
}

.xw_main li:hover .xw_p h3 a {
    color: #df0310;
}

.xw_main li:hover .xw_bt a {
    color: #fff;
}

.xw_main li:hover .xw_bt .ba_l {
    background-color: #fff;
}

.xw_main li:hover .xw_btn {
    border: 1px solid #df0310;
}

.xw_main li:hover .xw_i1 {
    opacity: 1;
    transition: .5s;
    margin-left: 10px;
}

.ryzz_main {
    width: 1100px;
    margin: 0 auto;
    min-height: 430px;
}

.lx_main {
    margin: 0 auto;
    width: 1080px;
}

.lx_main_title {
    margin-top: -30px;
}

.lx_main_title h1 {
    font-size: 36px;
    color: #575757;
    margin-bottom: 20px;
}

.lx_main_title p {
    color: #555;
    font-size: 12px;
}

.lx_main_title h2 {
    font-size: 30px;
    color: #df0310;
}

.lx_main_l {
    width: 710px;
    margin-top: 45px;
    float: left;
}

.lx_main_l p {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 32px;
}

.lx_main_l li {
    float: left;
    width: 355px;
    line-height: 32px;
    color: #5d5d5d;
    font-size: 14px;
}

.lx_main_r {
    float: right;
}

.lx_bg {
    width: 100%;
    height: 220px;
}

.lx_bg img {
    width: 100%;
    height: 100%;
}

.zxly_title h2 {
    font-size: 24px;
    color: #737373;
}

.zxly_title p {
    font-size: 18px;
    color: #a0a0a0;
    margin: 14px 0 26px 0;
}

.zxly_i {
    width: 84px;
    height: 2px;
    background-color: #df0310;
}

.zxly_all_l {
    width: 445px;
    float: left;
    border-bottom: 1px solid #bbb;
}

.zxly_all_l:hover {
    border-bottom: 1px solid #114791;
}

.zxly_icon {
    width: 34px;
    height: 33px;
    float: left;
    margin-left: 6px;
    margin-top: 6px;
}

.zxly_name {
    width: 40px;
    color: #000;
    font-size: 14px;
    float: left;
    line-height: 45px;
    margin-left: 10px;
}

.zxly_input {
    width: 345px;
    float: left;
}

.zxly_input input,
.zxly_input1 input {
    width: 100%;
    line-height: 45px;
    outline: none;
}

.zxly_a {
    margin-top: 30px;
}

.zxly_all_l.zxly_all_ls {
    margin-left: 88px;
}

.zxly_all_l1 {
    width: 978px;
    border-bottom: 1px solid #bbb;
    position: relative;
}

.zxly_all_l1:hover {
    border-bottom: 1px solid #114791;
}

.zxly_all_l1 .zxly_input {
    width: 870px;
    margin-top: 5px;
}

.zxly_all_l1 .zxly_input textarea {
    width: 100%;
    outline: none;
    line-height: 30px;
    height: 95px;
    margin-bottom: 10px;
}

.zxly_name1 {
    width: 80px;
    font-size: 14px;
    line-height: 45px;
    margin-left: 6px;
    float: left;
}

.zxly_input1 {
    width: 730px;
    float: left;
}

.yzm {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    border: 1px solid #eee;
}

.zxly_all_l2 {
    padding: 15px 0;
}

.zxly_main .zy {
    margin-top: 30px;
}

.zxly_btn {
    text-align: center;
    margin-top: 20px;
}

.zx_l {
    display: inline-block;
}

.zx_l a {
    width: 270px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 18px;
    color: #fff;
    float: left;
    margin: 0 19px;
    background-color: #303036;
}

.zx_l a:hover {
    background-color: #114791;
}

.xw_detail {
    width: 1176px;
    margin: -20px auto 0 auto;
}

.detail_title h1 {
    text-align: center;
    font-size: 22px;
}

.detail_info {
    text-align: center;
    height: 43px;
    margin: 20px 0;
}

.detail_info ul {
    display: inline-block;
}

.detail_info li {
    float: left;
    margin: 0 5px;
}

.detail_info li span,
.detail_info li a {
    color: #666;
    font-size: 12px;
    float: left;
    line-height: 43px;
}

.detail_info li a {
    cursor: pointer;
}

.detail_info li a:hover {
    color: #114791;
}

.detail_info span.time {
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-top: 14px;
    margin-right: 2px;
    background: url(../images/time1.png) 0 0 no-repeat;
}

.detail_info span.eyes {
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-top: 13px;
    margin-right: 4px;
    background: url(../images/eyes.png) 0 0 no-repeat;
}

.shangxia {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 25px;
}

.sx {
    float: left;
}

.sx ul {
    float: left;
    margin-top: 6px;
}

.sx a {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #cacaca;
    font-size: 25px;
    font-family: "宋体";
    font-weight: bold;
    color: #cacaca;
    margin: 0 6px;
}

.sx a.sx_i {
    padding-top: 8px;
    height: 22px;
}

.sx a.sx_i span {
    width: 16px;
    height: 1px;
    margin: 2px auto;
    display: inline-block;
    background-color: #cacaca;
}

.sx a[href] {
    cursor: pointer;
}

.sx a[href]:hover {
    border: 2px solid #114791;
    color: #114791;
}

.sx a[href]:hover span {
    background-color: #114791;
}

.sx div.xxx {
    float: left;
    margin-top: 5px;
}

.sx div.xxx a {
    float: left;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    border: 0;
}

.sx div.xxx.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    margin: 0 6px;
    width: 22px;
    height: 22px;
    padding: 0;
}

#bdfx1 {
    margin: 7px 0 0 0;
    float: right;
}

#bdfx1 a {
    float: left;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border-radius: 0;
    border: 0;
    margin: 0 5px;
    padding: 0;
}

#bdfx1 a.bds_weixin {
    background: url(../images/sx_wechat.png) 0 0 no-repeat;
}

#bdfx1 a.bds_tsina {
    background: url(../images/sx_webo.png) 0 0 no-repeat;
}

#bdfx1 a.bds_qzone {
    background: url(../images/sx_zone.png) 0 0 no-repeat;
}

#bdfx1 a.popup_douban {
    background: url(../images/sx_dou.png) 0 0 no-repeat;
}

#bdfx1 a.bds_tqq {
    background: url(../images/sx_p.png) 0 0 no-repeat;
}

.detail_main {
    padding: 58px 51px;
    border-top: 1px solid #f1f1f1;
    line-height: 2;
    color: #6a6a6a;
    font-size: 14px;
}

.product_img {
    margin: 0 auto 40px;
    max-width: 350px;
    width: 100%;
    border: 1px solid #eee;
}

.product_img img {
    margin: 0 !important;
}

.detail_main img {
    max-width: 100%;
    height: auto !important;
    margin: 40px 0;
}

.recommond {
    width: 1090px;
    margin: 0 auto;
}

.rd_title {
    width: 100%;
    height: 54px;
    margin: 0 auto 40px auto;
    border-bottom: 1px dotted #dcdcdc;
}

.rd_title h2 {
    font-size: 18px;
    line-height: 54px;
}

.rd_main {
    width: 100%;
    min-height: 100px;
    padding-bottom: 30px;
}

.rd_main li {
    width: 420px;
    line-height: 20px;
    margin-bottom: 15px;
    float: left;
}

.rd_main li:nth-child(2n) {
    float: right;
}

.rd_m_d {
    width: 20px;
    height: 20px;
    float: left;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    border-radius: 50%;
    margin-top: 1px;
    text-align: center;
    background-color: #595959;
}

.rd_main li a {
    float: left;
    width: 300px;
    height: 24px;
    line-height: 24px;
    color: #595959;
    margin-left: 10px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    font-size: 13px;
}

.rd_main li span {
    float: right;
    color: #595959;
    font-size: 13px;
    line-height: 24px;
}

.rd_main li:hover a,
.rd_main li:hover span {
    color: #db0000;
}

.rd_main li:hover .rd_m_d {
    background-color: #db0000;
}

.al_re {
    width: 1090px;
    margin: 0 auto;
    overflow: hidden;
    border-top: 1px dotted #f1f1f1;
    padding-top: 75px;
}

.al_re ul {
    width: 1120px;
}

.al_re li {
    width: 253px;
    float: left;
    margin-right: 25px;
    border-bottom: 1px solid #fff;
}

.al_re_img {
    width: 100%;
    height: 182px;
}

.al_re_img img {
    width: 100%;
    height: 100%;
}

.al_re_p {
    width: 100%;
}

.al_re_p h3 a {
    width: 180px;
    height: 60px;
    line-height: 60px;
    float: left;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.al_re_p span {
    font-size: 30px;
    font-weight: lighter;
    color: #08326c;
    float: right;
    display: none;
    line-height: 55px;
}

.al_re li:hover {
    border-bottom: 1px solid #c1c1c1;
}

.al_re li:hover .al_re_p span {
    display: block;
}

.cp_con {
    position: relative;
    padding-top: 139px;
}

.cp_bg {
    background-color: #f5f5f5;
    border-top: 10px solid #df0310;
}

.cp_detail {
    margin: 0 auto;
    width: 1200px;
    padding: 40px 0 80px 0;
}

.cp_de_l {
    width: 614px;
    height: 543px;
    position: relative;
    overflow: hidden;
    float: left;
}

.cp_de_l .hd {
    position: relative;
}

.cp_de_l .hd a {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #fff;
    color: #cacaca;
    font-family: "宋体";
    font-size: 30px;
    position: absolute;
    top: 240px;
    z-index: 1;
    line-height: 55px;
    text-align: center;
}

.cp_de_l .hd a.prev {
    left: 0;
}

.cp_de_l .hd a.next {
    right: 0;
}

.cp_de_l .hd a:hover {
    background-color: #df0310;
}

.cp_de_l .bd {
    width: 100%;
}

.cp_de_l .bd li {
    width: 100%;
    height: 100%;
    zoom: 1;
    vertical-align: middle;
}

.cp_de_l .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.cp_de_r {
    float: right;
    width: 526px;
    margin-top: 85px;
}

.cp_de_r h1 {
    font-size: 36px;
    line-height: 56px;
}

.cp_xx p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.cp_btn {
    position: relative;
    width: 157px;
    height: 41px;
    border: 1px solid #d5d5d5;
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    margin-top: 40px;
    margin-right: 40px;
}

.cp_bt {
    width: 135px;
    height: 100%;
    padding: 0 16px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.cp_bt a {
    line-height: 40px;
    float: left;
    font-size: 14px;
    color: #2e2e2e;
}

.cp_bt .btnarrow {
    float: left;
    margin-top: 9px;
    width: 24px;
    margin-left: 10px;
}

.cp_b_b {
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    transition: .5s;
    background-color: #114791;
    z-index: 0;
}

.cp_btn .ba_l1 {
    width: 21px;
    margin-top: 13px;
}

.cp_btn .ba_l2 {
    height: 7px;
}

.cp_btn .ba_t1 {
    margin-top: 3px;
}

.cp_btn .ba_t2 {
    bottom: -2px;
}

.cp_btn:hover .cp_b_b {
    width: 100%;
    transition: .5s;
}

.cp_btn:hover .cp_bt a {
    color: #fff;
}

.cp_btn:hover .cp_bt .ba_l {
    background-color: #fff;
}

.cp_btn:hover {
    border: 1px solid #114791;
}

.cp_de_info {
    margin-top: 25px;
}

.cp_de_info a {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 20px;
}

.cp_de_li {
    position: relative;
    height: 60px;
}

.cp_de_li_l,
.cp_de_li_r {
    width: 50%;
    position: absolute;
    top: 0;
    cursor: pointer;
    background-color: #f8f8f8;
}

.cp_de_li_l {
    left: 0;
}

.cp_de_li_r {
    right: 0;
}

.cp_de_li_l h2 {
    width: 185px;
    line-height: 60px;
    color: #333;
    float: right;
    font-weight: bold;
    text-align: center;
}

.cp_de_li_r h2 {
    width: 185px;
    color: #333;
    float: left;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
}

.cp_de_li_l:hover,
.cp_de_li_r:hover,
.cpp {
    background-color: #333;
    transition: .5s;
}

.cp_de_li_l:hover h2,
.cp_de_li_r:hover h2,
.cpp h2 {
    color: #fff;
}

.shxi {
    text-align: center;
    margin: 60px 0;
}

.sx1 {
    display: inline-block;
}

.sx1 a {
    float: left;
    margin: 0 16px;
    height: 36px;
    line-height: 36px;
}

.sx1 a.sh {
    width: 71px;
    background: url(../images/cp_detail_np.jpg) 0 0 no-repeat;
}

.sx1 a.xi {
    width: 71px;
    background: url(../images/cp_detail_np.jpg) -71px 0 no-repeat;
}

.sx1 a.sx_back {
    width: 110px;
    background: url(../images/cp_detail_np.jpg) -142px 0 no-repeat;
}

.sx1 a.sx_back span {
    color: #575757;
    float: right;
    margin-right: 15px;
    font-size: 14px;
}

.sx1 a.sh[href]:hover {
    background: url(../images/cp_detail_np.jpg) 0 -36px no-repeat;
}

.sx1 a.xi[href]:hover {
    background: url(../images/cp_detail_np.jpg) -71px -36px no-repeat;
}

.sx1 a.sx_back[href]:hover {
    background: url(../images/cp_detail_np.jpg) -142px -36px no-repeat;
}

.sx1 a.sx_back[href]:hover span {
    color: #114791;
}

.cp_detail_recom {
    padding: 30px 0;
}

.cp_detail_recom li {
    width: 23%;
    background-color: #fff;
    float: left;
    margin: 0 2.66% 0 0;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.cp_detail_recom li .cp_de_re_img a {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 88.56%;
}

.cp_detail_recom li .cp_de_re_img a img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
}

.cp_detail_recom li:nth-child(4n) {
    margin-right: 0;
}

.cp_de_re_p {
    width: 100%;
    height: 45px;
    text-align: center;
}

.cp_de_re_p h3 a {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    line-height: 45px;
    height: 45px;
}

.cp_detail_recom li:hover {
    box-shadow: 0 0 10px #ddd;
}

.cp_detail_recom li:hover .cp_de_re_p h3 a {
    color: #e13131;
}

.ryzz_main {
    width: 985px;
    margin: 0 auto;
}

.bigImg {
    width: 820px;
    margin: 20px auto;
}

.bigImg li {
    width: 100%;
    position: relative;
}

.bigImg_img {
    width: 372px;
    height: 267px;
    float: left;
}

.bigImg_img img {
    width: 100%;
    height: 100%;
}

.bigImg_p {
    float: right;
    width: 413px;
    height: 267px;
    overflow: hidden;
    margin-top: 25px;
}

.bigImg_p h2 {
    color: #114791;
    font-size: 18px;
}

.bigImg_p p {
    color: #666;
    line-height: 30px;
    font-size: 14px;
    margin-top: 20px;
}

.smallImg li {
    width: 128px;
    margin: 0 35px;
}

.smallImg_img {
    width: 100%;
    height: 94px;
    border-bottom: 1px solid #ddd;
}

.smallImg_img img {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
    /* Webkit */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
}

.ryzz_main .smallImg .on .smallImg_img {
    border-bottom: 1px solid #2b9900;
}

.ryzz_main .smallImg .on img {
    -webkit-filter: none;
    /* Webkit */
    filter: none;
    /* IE6-9 */
    filter: none;
}

.ryzz_main .smallImg .on .small_nu {
    background-color: #ce211b;
}

.ryzz_main .smallImg .on .smallImg_p h3 {
    color: #ce211b;
}

.small_n {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 auto 15px auto;
}

.small_nu {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #b4b6b3;
    color: #fff;
    text-align: center;
    line-height: 32px;
    position: absolute;
    z-index: 1;
}

.smallImg_p h3 {
    font-size: 14px;
    color: gray;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.smallScroll {
    position: relative;
    margin-top: 15px;
}

.smallScroll a {
    width: 33px;
    height: 33px;
    font-family: "宋体";
    font-size: 25px;
    background-color: #1f2323;
    text-align: center;
    position: absolute;
    top: 70px;
    line-height: 33px;
    color: #fff;
}

.smallScroll a.sPrev {
    left: -40px;
}

.smallScroll a.sNext {
    right: -40px;
}

.smallScroll a:hover {
    background-color: #114791;
}

.sline {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #b4b6b3;
}

.qgl_totop {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 20px;
    z-index: 120;
    height: 50px;
    width: 50px;
    background: url(../images/xl28.png) no-repeat center;
    -moz-background-size: 50px 50px;
    -o-background-size: 50px 50px;
    background-size: 50px 50px;
}

@media screen and (max-width: 1200px) {
    .container,
    .gywm,
    .swiper-button,
    .item {
        width: 95%;
    }
    .h_info {
        margin-left: 0;
        margin-top: 2.95%;
    }
    .logo {
        width: 176px;
    }
    .list {
        margin-top: 2.2%;
        display: none;
    }
    .list_b,
    .list_b1 {
        display: block;
    }
    .h_info {
        display: none;
    }
    .cptj .al_title {
        display: block;
    }
    .banner,
    .cg_banner {
        padding-top: 54px;
    }
    .cp_sj_title {
        display: block;
    }
    .swiper-button div {
        width: 4.7%;
        height: auto;
    }
    .swiper-button .swiper-button-prev {
        right: 4.7%;
    }
    .swiper-button .swiper-center {
        display: none;
    }
    .ban img {
        width: 100%;
    }
    .gywm {
        margin: 4% auto;
    }
    .gywm_l {
        width: 21%;
    }
    .gywm_r {
        width: 76%;
        margin-top: 4%;
    }
    .cp_lm_m li {
        padding: 2% 0;
    }
    .cp_lm_p h3 a {
        width: 100%;
        text-align: center;
    }
    .cp_lm_img {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 60px;
        height: 60px;
    }
    .cp_lm_p {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 90%;
    }
    .cptj {
        padding: 5% 0;
    }
    .cptj li {
        width: 33.33%;
        height: auto;
        box-sizing: border-box;
    }
    .cptj li.first {
        display: none;
    }
    .cptj li.last {
        display: block;
    }
    .al {
        height: 520px;
    }
    .al_m .container {
        margin-top: 4%;
    }
    .al_m li {
        width: 31.5%;
    }
    .al_title {
        margin-bottom: 3%;
    }
    .xw_bg {
        height: 100%;
    }
    .xw_m li {
        width: 48%;
        margin-right: 2%;
    }
    .xw_date {
        width: 20%;
    }
    .xw_p1 {
        width: 60%;
    }
    .ly {
        margin-top: 3%;
    }
    .ly_l {
        width: 40%;
    }
    .ly_r {
        width: 48%;
    }
    .ly_info.ly_i1,
    .ly_info {
        float: none;
        width: 100%;
    }
    .ly_input,
    .ly_r_b .ly_info .ly_input {
        width: 88%;
    }
    .footer {
        height: inherit;
    }
    .footer_l,
    .footer_r {
        width: 100%;
        float: none;
    }
    .footer_l {
        margin-top: 3%;
    }
    .footer_r {
        margin-bottom: 3%;
    }
    .code,
    .co_p {
        margin: 0;
        text-align: left;
    }
    .gjc {
        width: 75%;
    }
    .footer_r_t_b {
        width: 6%;
        padding: 0 3%;
    }
    .gsjs_main {
        width: 90%;
    }
    .item_main {
        padding: 58px 0;
    }
    .ryzz_main {
        width: 98%;
    }
    .bigImg {
        width: 82%;
    }
    .bigImg_img {
        width: 45%;
        height: 0;
        padding-bottom: 32.3%;
        position: relative;
        overflow: hidden;
    }
    .bigImg_img img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .bigImg_p {
        width: 50%;
    }
    .smallScroll {
        width: 85%;
        margin: 0 auto;
    }
    .smallImg li {
        width: 12%;
        margin: 0 24px;
    }
    .smallImg_img {
        height: auto;
    }
    .smallScroll a {
        top: 60px;
    }
    .xw_main {
        width: 98%;
        margin-bottom: 5%;
    }
    .xw_main li {
        padding: 8% 2% 3% 2%;
    }
    .cp_main_p h3 {
        padding: 20px 0 0;
        font-size: 18px;
    }
    .cp_btn1 {
        margin-top: 10px;
    }
    .cp_main_img {
        width: 100%;
        overflow: hidden;
        float: none;
    }
    .cp_main_p {
        width: 100%;
        padding: 0 0 20px;
        height: auto;
        float: none;
    }
    .cp_main_img img {
        width: auto;
    }
    .al_main {
        width: 95%;
    }
    .al_main ul {
        width: auto;
    }
    .al_main li {
        width: 31%;
        margin: 0 1%;
    }
    .al_main_img {
        width: 100%;
        height: auto;
    }
    .al_main_p {
        width: 94%;
        padding: 0 3%;
    }
    .al_main_p h3 a {
        width: 90%;
    }
    .al_main_p span {
        width: 10%;
    }
    .lx_main {
        width: 90%;
    }
    .lx_main_title {
        margin-top: 0;
    }
    .lx_main_l {
        width: 70%;
    }
    .lx_main_r {
        width: 30%;
    }
    .zxly_all_l {
        width: 48%;
    }
    .zxly_name {
        width: 10%;
    }
    .zxly_input {
        width: 70%;
    }
    .zxly_all_l.zxly_all_ls {
        margin-left: 4%;
    }
    .zxly_all_l1 {
        width: 100%;
    }
    .zxly_all_l1 .zxly_input {
        width: 80%;
    }
    .zxly_input1 {
        width: 60%;
    }
    .ckly_main {
        width: 90%;
    }
    .ckly_p {
        width: 90%;
    }
    .ckly_t {
        width: 5.6%;
        height: auto;
    }
    .ckly_m {
        width: 90%;
    }
    .ckly_m_p {
        width: 70%;
    }
    .ckly_re .ckly_t {
        margin-left: 3%;
    }
    .ckly_re .ckly_m {
        width: 90%;
    }
    .ckly_re .ckly_m_p {
        width: 70%;
    }
    .xw_detail,
    .recommond {
        width: 95%;
    }
    .detail_main {
        padding: 30px 10px;
    }
    .recommond li {
        width: 45%;
    }
    .rd_main li a {
        width: 50%;
    }
    .item_main2 {
        padding: 5% 0;
    }
    .cp_list {
        width: 95%;
    }
    .cp_list li {
        width: 31%;
        height: auto;
        margin: 3% 1%;
    }
    .cp_list_p {
        width: 90%;
        padding: 0 5%;
        display: none;
    }
    .cp_detail {
        width: 95%;
    }
    .cp_de_l,
    .cp_de_r {
        width: 48%;
        height: auto;
        margin-top: 0;
    }
    .cp_de_r h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .cpxq img {
        width: 100%;
    }
    .cp_detail_recom li {
        width: 48%;
        margin: 10px 4% 10px 0;
        height: auto;
    }
    .cp_detail_recom li:nth-child(2n) {
        margin-right: 0;
    }
    .cp_de_re_img {
        width: 100%;
        height: auto;
    }
    .cp_de_l .hd a {
        bottom: 30%;
    }
}

@media screen and (max-width: 750px) {
    .cptj_main_p {
        display: none;
    }
    .cptj_sj_title {
        display: block;
    }
    .pcshow {
        display: none !important;
    }
    .phoneshow {
        display: block !important;
    }
    .cg_hlist_t {
        display: block;
    }
    .al_p {
        width: 96%;
        padding: 0 2%;
    }
    .al_p h3 a {
        width: 86%;
    }
    .list li a,
    .list li a.active {
        width: 100%;
        color: #fff;
        text-align: center;
        padding: 0;
    }
    .list li a span:before,
    .list li a span:after,
    .list li a img {
        display: none;
    }
    .list li a.active {
        box-shadow: 0px 0px 0px;
    }
    .list li a span,
    .list li a span:hover,
    .list li a.active span {
        color: #fff;
        transition: none;
        transform: none;
    }
    .list li .bar {
        display: none;
        visibility: hidden;
    }
    .banner,
    .cg_banner {
        padding-top: 7.8%;
    }
    .swiper-button div {
        width: 5.8%;
        height: auto;
        background: #fff;
    }
    .swiper-button .swiper-button-prev {
        right: 5.8%;
    }
    .swiper-button .swiper-button-prev:hover {
        right: 6.8%;
    }
    .swiper-button .swiper-button-next:hover {
        right: -1%;
    }
    .swiper-button .swiper-center {
        display: none;
    }
    .gywm_l {
        width: 31%;
    }
    .gywm_r {
        width: 64%;
        margin-top: 0%;
    }
    .list_b,
    .list_b1 {
        display: block;
    }
    .cptj li {
        width: 49.8%;
    }
    .cptj li:nth-child(2n+1) {
        border-left: 0;
    }
    .al_title_l h2 a {
        font-size: 14px;
    }
    .al_title_l h2 a span {
        font-size: 18px;
    }
    .cptj li:nth-child(2n) {
        border-left: none;
        /*border-left: 1px solid #eee;*/
    }
    .al_m li {
        width: 47.8%;
    }
    .cp_lm {
        height: auto;
    }
    .cp_lm_m {
        position: relative;
    }
    .cp_lm_bg {
        display: none;
    }
    .cp_lm_m li {
        width: 50%;
        padding: 2% 0;
        background-color: #08326c;
    }
    .cp_lm_m li:nth-child(2) {
        background-color: #df0310;
    }
    .cp_lm_m li:nth-child(1) {
        background-color: #08326c;
    }
    .cp_lm_m li:nth-child(4) {
        background-color: #08326c;
    }
    .xw {
        height: 765px;
    }
    .xw_bg {
        height: 765px;
        background-size: 100% 100%;
    }
    .xw_m li {
        width: 100%;
        margin-right: 0;
    }
    .xw_p1 {
        width: 68%;
    }
    .ly {
        margin-top: 50px;
    }
    .ly_l {
        width: 100%;
    }
    .ly_r {
        width: 100%;
        padding: 0;
    }
    .ly_info.ly_i1,
    .ly_info {
        float: none;
        width: 100%;
    }
    .f_info {
        width: 90%;
    }
    .item_main {
        padding: 38px 0;
    }
    .bigImg {
        width: 82%;
    }
    .bigImg_img {
        width: 100%;
        height: 0;
        padding-bottom: 71.77%;
    }
    .bigImg_p {
        width: 100%;
        height: auto;
    }
    .smallScroll {
        width: 85%;
        margin: 0 auto;
    }
    .smallImg li {
        width: 13%;
        margin: 0 12px;
    }
    .smallImg_img,
    .smallImg_p,
    .smallScroll a.sNext,
    .smallScroll a.sPrev {
        display: none;
    }
    .smallScroll a {
        top: 60px;
    }
    .xw_main {
        width: 98%;
    }
    .xw_main li {
        padding: 6% 2% 3% 2%;
    }
    .xw_time {
        width: 18%;
    }
    .xw_btn {
        display: none;
    }
    .al_main {
        width: 95%;
    }
    .al_main ul {
        width: auto;
    }
    .al_main li {
        width: 48%;
        margin: 0 1%;
    }
    .al_main_img {
        width: 100%;
    }
    .lx_main_l {
        width: 100%;
    }
    .lx_main_r {
        width: 100%;
    }
    .zxly_all_l {
        width: 100%;
    }
    .zxly_name {
        width: 10%;
    }
    .zxly_input {
        width: 70%;
    }
    .zxly_all_l.zxly_all_ls {
        margin-left: 0%;
    }
    .zxly_all_l1 {
        width: 100%;
    }
    .zxly_all_l1 .zxly_input {
        width: 72%;
    }
    .zxly_input1 {
        width: 46%;
    }
    .zx_l a {
        width: 150px;
        margin: 0 5px;
    }
    .rd_main li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .cp_list li {
        width: 48%;
        height: auto;
        margin: 3% 1%;
    }
    .cp_de_l {
        width: 100%;
        height: auto;
    }
    .cp_de_r {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .cp_de_r h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .cpxq img {
        width: 100%;
    }
    .cp_de_re_img {
        width: 100%;
        height: auto;
    }
    .cp_con {
        padding-top: 12%;
    }
    .cp_de_l .hd a {
        top: 200px;
    }
    .xw_btn {
        margin-right: 0;
    }
    .ft_b {
        display: none;
    }
    .f_info span,
    .f_info a {
        float: none;
        margin: 0;
        display: inline-block;
    }
    .footer_l {
        text-align: center;
    }
    .call,
    .f_info,
    .footer_r {
        display: inline-block;
    }
    .cnzz {
        display: none;
    }
    .code {
        margin: 24px auto 0 auto;
    }
    .co_p {
        text-align: center;
    }
    .swiper-button div {
        width: 50px;
        height: 50px;
    }
    .swiper-button div span {
        line-height: 50px;
    }
    .qgl_mgaba {
        display: none;
    }
}

@media screen and (max-width: 488px) {
    .hotline {
        display: none;
    }
    .h_info {
        display: none;
    }
    .list {
        margin-top: 11.9%;
        width: 35%;
    }
    .list li {
        float: none;
    }
    .list li a {
        width: 100%;
        color: #fff;
    }
    .list li .bar {
        display: none;
    }
    .banner {
        padding-top: 11.8%;
    }
    .banner .swiper-pagination-bullets {
        left: 2.5%;
        top: 30%;
    }
    .swiper-button {
        display: none;
    }
    .gywm_l,
    .gywm_r {
        float: none;
    }
    .gywm_l {
        display: none;
    }
    .gywm_r {
        width: 100%;
        margin-top: 0%;
    }
    .gywm_r .title1 {
        margin-top: 20px;
        font-size: 20px;
    }
    .gywm_r .title2 {
        font-size: 18px;
        margin-top: 1%;
    }
    .gywm_r_p {
        line-height: 30px;
    }
    .list_b,
    .list_b1 {
        display: block;
    }
    .cptj_t {
        width: 100%;
        height: auto;
    }
    .cptj_t h3,
    .cptj_r_btn {
        display: none;
    }
    .al_m li {
        width: 100%;
    }
    .cp_lm {
        height: auto;
    }
    .cp_lm_m {
        position: relative;
    }
    .cp_lm_bg {
        display: none;
    }
    .cp_lm_m li {
        width: 50%;
        padding: 15px 0;
    }
    .xw_m li {
        width: 100%;
        margin-right: 0;
    }
    .xw_p1 {
        width: 68%;
    }
    .ly {
        margin-top: 50px;
    }
    .ly_l {
        width: 100%;
    }
    .ly_r {
        width: 100%;
        padding: 0;
    }
    .ly_info.ly_i1,
    .ly_info {
        float: none;
        width: 100%;
    }
    .ly_input,
    .ly_r_b .ly_info .ly_input {
        width: 88%;
    }
    .item_main {
        padding: 38px 0;
    }
    .bigImg_img {
        width: 100%;
        height: auto;
    }
    .bigImg_p {
        width: 100%;
        height: auto;
    }
    .smallScroll {
        width: 85%;
        margin: 0 auto;
    }
    .smallImg li {
        width: 10%;
        margin: 0 12px;
    }
    .smallImg_img,
    .smallImg_p,
    .smallScroll a.sNext,
    .smallScroll a.sPrev {
        display: none;
    }
    .smallScroll a {
        top: 60px;
    }
    .xw_main {
        margin-top: 0%;
    }
    .xw_p {
        padding: 0 10px;
    }
    .xw_time {
        width: 24%;
    }
    .item_main1 {
        height: auto;
    }
    .ckly_t {
        width: 7%;
        height: auto;
    }
    .ckly_m {
        width: 86%;
    }
    .ckly_m_p {
        width: 100%;
    }
    .ckly_re .ckly_t {
        margin-left: 1%;
    }
    .ckly_re .ckly_m {
        width: 86%;
    }
    .ckly_re .ckly_m_p {
        width: 60%;
    }
    .ckly_m_date {
        float: none;
    }
    .detail_info li:nth-child(3) {
        display: none;
    }
    .cp_de_l .hd a {
        top: 150px;
    }
    .banner .swiper-pagination-bullets {
        width: 10px;
    }
    .banner .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        margin-left: -1px;
    }
}

@media screen and (max-width: 375px) {
    .h_info {
        display: none;
    }
    .list_b1 {
        margin-right: -20px;
    }
    .list li a span:before,
    .list li a span:after {
        color: #fff;
    }
    .list li .bar {
        display: none;
    }
    .gywm_l,
    .gywm_r {
        float: none;
    }
    .gywm_l {
        display: none;
    }
    .gywm_r {
        width: 100%;
        margin-top: 0%;
    }
    .gywm_r h2 {
        margin-top: 1%;
    }
    .gywm_r_p {
        line-height: 30px;
    }
    .list_b,
    .list_b1 {
        display: block;
    }
    .al {
        height: 420px;
    }
    .cptj_t {
        width: 100%;
        height: auto;
        padding-bottom: 13%;
    }
    .cptj_t h3,
    .cptj_r_btn {
        display: none;
    }
    .al_m li {
        width: 100%;
    }
    .cp_lm {
        height: auto;
    }
    .cp_lm_m {
        position: relative;
    }
    .cp_lm_bg {
        display: none;
    }
    .cp_lm_m li {
        width: 50%;
        padding: 2% 0;
    }
    .xw_m li {
        width: 100%;
        margin-right: 0;
    }
    .xw_date {
        width: 32%;
    }
    .xw_p {
        width: 54%;
    }
    .xw_p1 {
        width: 52%;
    }
    .item_main {
        padding: 28px 0;
    }
    .cp_main_img {
        width: 100%;
        overflow: hidden;
    }
    .cp_main_p {
        width: 95%;
        padding: 0 2.5% 15px;
    }
    .cp_main_p h3 {
        margin: 0 auto;
    }
    .al_main_p h3 a {
        width: 82%;
    }
    .al_main_p span {
        width: 18%;
    }
    .paginator a,
    .paginator span {
        margin: 0 6px;
    }
    .lx_main_l,
    .lx_main_r {
        float: none;
    }
    .lx_main_l li {
        float: none;
        width: 100%;
    }
    .zxly_all_l {
        width: 100%;
    }
    .zxly_name {
        width: 11%;
    }
    .zxly_input {
        width: 69%;
    }
    .zxly_all_l.zxly_all_ls {
        margin-left: 0%;
    }
    .zxly_all_l1 {
        width: 100%;
    }
    .zxly_all_l1 .zxly_input {
        width: 62%;
    }
    .zxly_input1 {
        width: 20%;
    }
    .zx_l a {
        width: 120px;
        margin: 0 5px;
    }
    .ckly_m {
        width: 86%;
        padding: 2%;
    }
    .sx div.xxx {
        display: none;
    }
    .detail_info li:nth-child(4) {
        display: none;
    }
    .xw_detail {
        margin-top: 0;
    }
    .cp_list li {
        width: 90%;
        height: auto;
        margin: 3% 5%;
    }
    .cp_detail_recom li {
        width: 94%;
        margin: 3%;
        height: auto;
    }
    .cp_de_re_img {
        width: 100%;
        height: auto;
    }
    .cp_de_l .hd a {
        top: 110px;
    }
    .sx1 a {
        margin: 0 5px;
    }
    .cp_con {
        padding-top: 10%;
    }
}

.message--container {
    padding: 0 62px;
}

@media screen and (max-width: 500px) {
    .lx_bg {
        display: none;
    }
    .message--container {
        margin: 20px 0 0 0;
        padding: 0 15px;
    }
    #bdfx1 {
        display: none;
    }
    .sx {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }
    .cp_detail_recom li {
        width: 100%;
        margin: 10px 0 !important;
    }
}