@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-size: 12px;
    line-height: 22px;
    font-family: "Microsoft YaHei";

}

.dpd {
    display: block !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0;
}

img {
    border: none;
    display: inline-block;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none !important;
}

i {
    font-style: normal;
}

dl, dd, p {
    margin-bottom: 0;
}

input, textarea, select {
    outline: none;
    font-family: "Microsoft YaHei";
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: normal;
    list-style: none;
    margin-bottom: 0;
}

.top_down {
    cursor: pointer;
}

.fl {
    float: left;
    margin-left: 0px;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}


/*美化滚动条*/
/*滚动条凹槽的颜色，还可以设置边框属性*/
::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

/*滚动条的宽度*/
::-webkit-scrollbar {
    width: 6px;
    height: 9px;
}

/*滚动条的设置*/
::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

/*.swiper-button-next {*/
/*    display: none !important;*/
/*}*/

/*.swiper-button-prev {*/
/*    display: none !important;*/
/*}*/

/*.container-fluid:after {*/
/*    content: "";*/
/*    display: block;*/
/*    clear: both;*/
/*}*/

/*.container:after {*/
/*    content: "";*/
/*    display: block;*/
/*    clear: both;*/
/*}*/


.header {
    width: 100%;
    padding-left: 15px;
    background-color: rgba(0, 0, 0, 0.5);

    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header.on {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 15px #ddd;
    -webkit-animation: zhiding 1s ease;
    -moz-animation: zhiding 1s ease;
    -ms-animation: zhiding 1s ease;
    -o-animation: zhiding 1s ease;
    animation: zhiding 1s ease;
}

.header .logo {
    width: 140px;
    float: left;
    margin: 20px 0 20px 18%;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header .logo img {
    width: 100%;
    height: auto;
    display: block;
}

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    height: 17px;
    width: 32px;
    display: none;
}

.header .an span {
    width: 32px;
    height: 2px;
    background-color: white;
    display: block;
    position: absolute;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 8px;
    left: 0;
}

.header .an span.a3 {
    top: 16px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .s_ch {
    float: right;
    width: 76px;
    height: 76px;
    line-height: 76px;
    color: #000;
    text-align: center;
    cursor: pointer;
}

.header .s_ch i {
    font-size: 22px;
    font-weight: bold;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;

}

.navi {
    color: white;
    display: none;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s all;
}

.navits {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.header .s_ch:hover i {
    color: #d6000f;
}

.header .nav {
    margin-right: 6%;
    float: right;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header .nav .y_y {
    float: left;
    height: 26px;
    margin-top: 25px;
    margin-left: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .y_y:hover {
    border: 1px solid #000;
}

.header .nav .y_y a {
    display: inline-block;
    width: 30px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    text-align: center;
    vertical-align: top;
}

.header .nav .y_y:hover a {
    color: #000;
}

.header .nav .y_y a.on {
    color: #fff;
    background-color: #000;
}

.header .nav .z_t {
    float: left;
    height: 26px;
    margin-top: 25px;
    margin-left: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .z_t:hover {
    border: 1px solid #000;
}

.header .nav .z_t img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .6;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .z_t:hover img {
    opacity: 1;
}

.header .nav ul {
    float: left;
}

.header .nav ul li {
    margin-left: 50px;
    float: left;
    position: relative;
}

/*.header .nav ul li:after {*/
/*    width: 4px;*/
/*    height: 4px;*/
/*    border-radius: 50%;*/
/*    background-color: #aaa;*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    margin-top: -2px;*/
/*    left: -25px;*/
/*}*/

.header .nav ul li:first-child:after {
    display: none;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    display: none;
}

.header .nav .y_j a {
    display: block;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    line-height: 100px;
}

.y_j .em {
    width: 100%;
    color: white;
    height: 2px;
}


.header .nav ul li.on .y_j a {
    font-weight: bold;
    border-bottom: 2px solid white;
}

.header .nav .e_j {
    width: 160px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 10px #ddd;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j a {
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid #bbb;
    display: block;
    position: relative;
}

.header .nav .e_j a:last-child {
    border-bottom: 0;
}

.header .nav .e_j a:hover {
    color: #fff;
    background-color: #535353;
}

.header .nav .e_j a:after {
    width: 7px;
    height: 100%;
    background-color: #d6000f;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav .e_j a:hover:after {
    opacity: 1;
}

/*服务流程*/

.l1w {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.md {
    padding: 65px 0;
}

.l1aline i {
    font-size: 7px;
}

.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;
}

.l1a {
    text-align: center;
    display: inline-block;
  
  
    
}
.l1a{
	width: 15.5%;
	display: flex;
    flex-direction: column;
}
.l1w .l1a:nth-child(2n){
	flex-direction: column-reverse;
}

.l1aline {
    border-bottom: 1px solid #a0a0a0;
    color: #A0A0A0;
    transition: .25s;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.l1atxt, .l1aimg {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w100 {
    width: 100%;
}

.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;
}


.ab-cg {
    width: 100%;
    line-height: 61px;

}

.cg1 div {
    text-align: center;
    display: inline-block;
}

.up i {
    font-size: 18px;
}

.cg1 .g {
    padding-top: 10px;
    font-size: 42px;
    width: 315px;
    height: 86px;
    position: relative;
    bottom: 20px;
}

.cg1 .c a {

    font-size: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.cg1 .c a:hover {
    color: red;
}

.oo {
    border-bottom: 2px solid red;
}

.oo a {
    color: red !important;
}

@-webkit-keyframes zhiding {
    from {
        -webkit-transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes zhiding {
    from {
        -moz-transform: translateY(-100%);
    }
    to {
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes zhiding {
    from {
        -ms-transform: translateY(-100%);
    }
    to {
        -ms-transform: translateY(0);
    }
}

@-o-keyframes zhiding {
    from {
        -o-transform: translateY(-100%);
    }
    to {
        -o-transform: translateY(0);
    }
}

@keyframes zhiding {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.search {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.search .sc_bj {
    width: 100%;
    padding: 150px 0;
    background-color: #fff;
    position: relative;
}

.search .sc_gb {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.search .sc_gb:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.search .sc_gb i {
    font-size: 36px;
    color: #555;
}

.search .sc_nr {
    width: 500px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
}

.search input {
    width: 430px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #555;
    float: left;
}

.search input::placeholder {
    color: #aaa;
}

.search button {
    width: 70px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #000;
    float: right;
    outline: none;
}

.search button i {
    font-weight: bold;
}

.phone {
    margin: 27px 18% 20px 2.5%;
    max-width: 175px;
    text-align: right;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.phone i {
    color: white;
}

.phone .up {
    font-size: 18px;
    color: white;
}

.phone .down {
    font-size: 20px;
    color: white;
}

#index .swiper-container {
    width: 100%;
    height: 700px;

}

#index .swiper-slide {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#index .swiper-wrapper {
    height: 700px;
}

.banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 700px;
    overflow: hidden;
}
@media only screen and (max-width:786px){
.banner{
 height: 359px;
}
}
.bannerab {
    width: 100%;
    height: 500px;
}

.bannerab .img {
    height: 100%;

}

.banner .img {
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* 换主轴方向 */
    flex-direction: column;
    /*height: 100%;*/
     width: 100%;
        /*height: 100%;*/
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transition: all 5s;
        -o-transition: all 5s;
        -ms-transition: all 5s;
        -moz-transition: all 5s;
        -webkit-transition: all 5s;
}
.swiper-slide-active .img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
.swtit {
   
    color: white;
}

.swtit .t1 {
    font-size: 80px;
    line-height: 90px;
}

.swtit .t2 {
    font-size: 36px;
    line-height: 100px;
  
}

.swtit .t3 {
    font-size: 24px;
    line-height: 51px;
}

.swtit .t4 {
    font-size: 24px;
    line-height: 30px;

}

#index .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

#index .swiper-pagination-bullet-active {
    background-color: #ffffff;

}



.index-find {
    background: #f7f7f7;
    height: 70px;
    line-height: 70px;

}

.index-find ul, li {
    list-style: none;
    font-size: 18px;


}

.index-find li {
    margin-right: 8px;
    display: inline-block;
}

.find-left a {
    color: black;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.find-left a:hover {

    color: red;
}

.icon-wodehuo {
    color: #da251d;
}

.find-right input {
    width: 315px;
    height: 40px;
    line-height: 40px;
    border: none;
    padding-left: 25px;
    font-size: 18px;
}

.find-right button {
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: none;
    background-color: red;
    color: white;
    font-size: 18px;
}

.find-right input::placeholder {
    font-size: 18px;
    color: #898989;

}

.cpzx {
    margin-top: 65px;
}

.smt .up {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;

}

.smt .down {
    font-size: 18px;
    line-height: 30px;

}

.dsc {
    text-align: center;
    width: 1200px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
}

.dsc .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.scsw {
    position: relative;
    width: 100%;
    margin-top: 25px;
}


.scsw .swiper-container {
    text-align: center;
    /* width: 1200px; */
    height: 650px;
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.hc .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.hc .swiper-slide>div{
    width: 100%;
}
.hc .swiper-slide>div a{
    display: block;
    width: 100%;
}

.hc .swiper-slide>div a img{
    width: 100%;
}
.hcc {
    display: none;
}

.hcc .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media only screen and (max-width:786px) {
    .hcc .swiper-slide{
        height: calc((100% - 30px) / 2);
    }
}
.cpname {
    margin-top: 32px;
    text-align: center;
}

.hc .swiper-slide img {
    border: 1px solid red;
}

.hcc .swiper-slide img {
    border: 1px solid red;
    width: 100%;
}

.hc-left {
    cursor: pointer;
    position: absolute;
    top: 37%;
    left: -6%;
    background: url(../images/hc-leftright_03.jpg) center no-repeat;
    background-size: cover;
    width: 48px;
    height: 87px;
}

.hc-right {
    cursor: pointer;
    position: absolute;
    top: 37%;
    right: -6%;
    background: url(../images/hc-leftright_05.jpg) center no-repeat;
    background-size: cover;
    width: 48px;
    height: 87px;


}

/*.alshow{*/
/*    width: 100%;*/
/*    height: 820px;*/
/*}*/
.alshow {
    padding-top: 70px;
    padding-bottom: 50px;
    display: block;
    position: relative;
}

.alshow::after {
    content: "";
    background: url(../images/alshowbanner_02.jpg) center no-repeat;
    background-size: cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.cpzx-top .more {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: white;
}

.cpzx-top a {
    font-size: 20px;
    color: black;
}

.anli {
    margin-top: 20px;

}
@media only screen and (max-width:540px){
    .anli {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
}
}
.xp img {
    width: 100%;

}

.anli ul, li {
    display: inline-block;
    list-style: none;

}

.xp {
    margin-bottom: 0px;
    overflow: hidden;
    padding: 10px;
}
@media only screen and (max-width:540px){
   .xp {
    margin-bottom: 0px;
    overflow: hidden;
    padding: 3px;
}
}
.xp .content {
    width: 100%;
    position: relative;
}

.lvjing {
    padding: 17px 15px 0px 27px;
    position: absolute;
    bottom: -90px;
    text-align: left;
    color: white;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;

}

.qilai {
    bottom: 0px !important;
}

.lvjing .title a {
    font-size: 20px;
    line-height: 30px;
}

.lvjing .pro a {
    font-size: 14px;
    line-height: 24px;
}

.lvjing .pro {
    margin-top: 15px;
}


.lvjing a {
    color: white;
}

.lvjing a:hover {
    color: white;
}


.gywm {
    padding-top: 70px;
    padding-bottom: 90px;
    display: block;
    position: relative;
}

.gywm-body {
    margin-top: 40px;

}

.gywm::after {
    content: "";
    background: url(../images/alshowbanner_02.jpg) center no-repeat;
    background-size: cover;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.gywm-tu {
    width: 48%;
   /*box-shadow: -8px 10px 1px red;*/
    margin-right: 50px;
}
@media screen and (max-width: 768px) {
    .gywm-tu{
        width: 100%;
    }
}
.gywm-wz {
    width: 45%;
}
@media screen and (max-width: 768px) {
    .gywm-wz{
        width: 100%;
        margin-top: 28px;
    }
}
.gywm-wz .p1 {
    font-size: 24px;
    line-height: 34px;
    padding-left: 20px;
    border-left: 2px solid red;

}

.gywm-wz .p2 {
    margin-top: 28px;
    font-size: 18px;
    line-height: 30px;
}

.gywm-wz .more {
    margin-top: 20px;
    width: 125px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: white;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.gywm-wz .more a {
    color: black;
    font-size: 18px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.gywm-wz .more:hover {
    background: red;
}

.gywm-wz .more:hover a {
    color: white;
}

.hzkh {
    padding-top: 70px;
    padding-bottom: 70px;
}

.hzkh .tb1 {
    height: 95px;
    text-align: center;
    line-height: 95px;
    width: 20%;
    border: 0.5px solid #f0f0f0;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;

}

.hzkh .rqu {
    margin-top: 43px;
}

.hzkh .tb1 img {

}

.hzkh .tb1:hover {
    box-shadow: 0px 0px 20px 15px #f3f3f3;

}

.foot-from {
    background: #313131;
    padding-top: 70px;
    padding-bottom: 70px;

}

.ftfm-l a {
    color: white;
}

.ftfm-l a:hover {
    color: white;
}

.ftfm-l .tit {
    color: white;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.ftfm-l .s {
    font-size: 14px;
    line-height: 28px;
}

.ftfm-r input {
    z-index: 10;
    padding-left: 19px;
    background: transparent;
    width: 247px;
    height: 38px;
    color: white;
    border: 1px solid white;
    border-radius: 9px;
    margin-bottom: 9px;
}

.ftfm-r textarea {
    z-index: 10;
    padding-top: 17px;

    padding-left: 19px;
    background: transparent;
    width: 405px;
    height: 190px;
    color: white;
    border: 1px solid white;
    border-radius: 9px;
    resize: none;
    overflow: auto;
}

.icke {
    text-align: center;
    line-height: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #6f6f6f;
    color: white;
    margin-right: 34px;
    margin-top: 25px;

}

.icke:hover {
    background: red;
    color: white;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;

}

.icke i {
    font-size: 15px;
}

.sub {
    padding: 0px 15px;
}

.sub button {
    z-index: 10;
    width: 72px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
    border-radius: 9px;
    border: none;
    margin-top: 15px;
}

.sub :nth-child(1) {
    background: white;
    color: black;
    margin-right: 15px;
}

.sub :nth-child(2) {
    background: #1f1f1f;
    color: #7e7e7e;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;

}

.sub :nth-child(2):hover {
    background: #6f6f6f;
    color: white;

}

/*.beian {*/
/*    background: black;*/
/*    font-size: 14px;*/
/*    height: 65px;*/
/*    width: 100%;*/
/*    line-height: 65px;*/
/*    color: white;*/
/*    text-align: center;*/
/*    padding-left: 150px;*/
/*    padding-right: 150px;*/
/*}*/

.cg1 {
    /*width: 1105px;*/
    box-shadow: 0px 4px 4px 1px #f0f0f0;

}

.cg1 div {
    background: white;

    margin-right: 70px;

}


/**/
.ab-center .center {
    margin-top: 30px;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 2px;
}

.ab-center .center .row {
    margin-top: 40px;
    margin-bottom: 45px;

}

.ab-center {
    padding-bottom: 70px;
}

.pc-center {
    padding-top: 30px;
}

.pc-center .top {
    width: 100%;
    height: 65px;
    line-height: 65px;
    border: 1px dashed red;
    text-align: center;
}

.pcon a {
    color: red !important;

}

.pcon {
    border-right: 1px solid red;
}

.pcon:after {
    display: none !important;
}


.ui:hover a {
    color: red !important;
}

.top .ui {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 10.8%;
    text-align: center;
    position: relative;
}


.pc-center .top li:after {
    width: 1px;
    height: 24px;
    background-color: #ec928e;
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
}

.top .ui:nth-last-child(1):after {
    display: none;
}

.pc-body {
    margin-top: 42px;
}

.bdcf {
    text-align: center;
    margin-top: 38px;
}

.cf-im {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid red;
}

.bdcf img {
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.cf-im:hover img {
    transform: scale(1.1, 1.1);
}

.bdcf p a {
    color: black;
    font-size: 20px;
    line-height: 30px;

}


.bdcf p a:hover {
    color: black;
}

.bd-page {
    margin-top: 40px;
    text-align: center;
}

.bd-page ul, li {
    list-style: none;
    display: inline-block;

}

.bd-page .on {
    color: white;
    background: red;
    border: 1px solid red;
}

.bd-page li {
    width: 33px;
    height: 30px;
    line-height: 30px;
    color: black;
    font-size: 18px;
    text-align: center;
    border: 1px solid #eeeeee;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;

}

.bd-page li:hover {
    background: red;
    color: white;
    border: 1px solid #eeeeee;

}

.ibok {
    display: block !important;
}

.liebiao2 {
    display: none;
}

 .beian {
    background: black;
    padding: 10px 0;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #838383;
    }
.beian a{
 color: #838383;
}
@media only screen and (max-width: 1550px) {
    .phone {
        margin: 27px 10% 20px 2.5%;
    }

    .header .logo {
        margin: 20px 0 20px 15%;
    }



    .hc-right {
        display: none;
    }

    .hc-left {
        display: none;
    }

    .scsw .swiper-container {
        width: 100%;

    }
}

@media only screen and (max-width: 1450px) {
    .swtit {
        padding: 240px 0 0 180px;
        color: white;
    }

    .ftfm-r input, textarea {
        width: 100%;

    }

    .hzkh .tb1 img {
        width: 100%;
    }
}

@media only screen and (max-width: 1300px) {
    .top .ui {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 9.8%;
        text-align: center;
        position: relative;
    }

 

    .swtit {
        padding: 240px 0 0 170px;
        color: white;
    }

    .phone {
        margin: 27px 4% 20px 2.5%;
    }

    .header .logo {
        margin: 16px 0 20px 3%;
    }


}

@media only screen and (max-width: 1200px) {
    .pc-center .top {
        width: 100%;
        height: 64px;
        line-height: 65px;
        border: 1px dashed red;
        text-align: center;
    }

    .top .ui1 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        text-align: center;
        position: relative;
    }

    .top .ui {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 9.8%;
        text-align: center;
        position: relative;
    }

    .center img {
        width: 100%;
    }

    .swtit {
        padding: 240px 0 0 160px;
        color: white;
    }

    .wrap {
        width: 100%;
        padding: 0 20px;
    }

    .swtit .t1 {
        font-size: 70px;
        line-height: 80px;
    }

    .swtit .t2 {
        font-size: 33px;
        line-height: 43px;
    }
}

@media only screen and (max-width: 1150px) {
 
    .ftfm-r textarea {
        z-index: 10;
        padding-top: 17px;
        padding-left: 19px;
        background: transparent;
        width: 320px;
        height: 190px;
        color: white;
        border: 1px solid white;
        border-radius: 9px;
        resize: none;
        overflow: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .bannerab {
        width: 100%;
        height: 250px;
    }
    .center img {
        margin-bottom: 15px;
        width: 100%;
    }

    .header {
        padding: 0 15px
    }

    .header.on {
        position: relative;
        top: auto;
        left: auto;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;
    }

    .header .an {
        margin-right: 5px;
        display: block;
    }

    .header .s_ch {
        margin-right: 40px;
        width: 46px;
        line-height: 82px;
    }

    .header .s_ch i {
        font-size: 24px;
        font-weight: lighter;
    }


    .header .nav {
        width: 50%;
        height: 100%;
        border-top: 1px solid #ddd;
        padding: 7% 5% 25px;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.7);
        position: fixed;
        left: -100%;
        opacity: 0;
        z-index: 9999;
        overflow-y: auto !important;

    }


    .navblock {
        left: 0% !important;
        opacity: 1 !important;
    }

    .header .nav .y_y {
        height: 32px;
        margin-top: 25px;
        margin-left: 0;
    }

    .header .nav .y_y a {
        width: 44px;
        height: 30px;
        line-height: 30px;
    }

    .header .nav .z_t {
        height: 32px;
        margin-left: 25px;
    }

    .header .nav .z_t img {
        margin-top: 3px;
    }

    .header .nav ul {
        width: 100%;
        float: none;
    }

    .header .nav ul li {
        width: 100%;
        height: auto;
        line-height: 50px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        float: none;
        margin: 0;
    }

    .header .nav ul li:after {
        display: none;
    }

    .header .nav .y_j i {
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        line-height: 50px;
        z-index: 99;
    }

    .header .nav .y_j a {
        font-size: 16px;
        color: #666;
        line-height: 50px;
    }

    .header .nav ul li:hover .y_j a {
        color: lightgoldenrodyellow;
    }

    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 0px 10px 20px 10px;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        float: left;

    }

    .header .nav ul li:hover .e_j {

        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }

    .header .nav .e_j a {
        font-size: 14px;
        line-height: 32px;
        color: #aaa;
        text-align: left;
        border-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {

    .cg1 div {
        background: white;
        margin-right: 20px;
    }

    .header {


        position: fixed !important;

    }

    .swtit {
        padding: 282px 0 0 110px;
        color: white;
    }

    .swtit .t1 {
        font-size: 50px;
        line-height: 60px;
    }

    .swtit .t2 {
        font-size: 25px;
        line-height: 35px;
    }

    .swtit .t3 {
        font-size: 20px;
        line-height: 30px;
    }


    .wrap {
        width: 100%;
        padding: 0 40px;
    }

    #index .swiper-container {
        width: 100%;
        height: 600px;
    }

    .find-right input {
        width: 270px;

        height: 40px;
        line-height: 40px;
        border: none;
        padding-left: 15px;
        font-size: 16px;
    }

    .index-find ul, li {
        list-style: none;
        font-size: 16px;
    }

    .cpzx {
        margin-top: 30px;
    }

    .smt .up {
        font-size: 28px;
        line-height: 42px;
        font-weight: bold;
    }

    .smt .down {
        font-size: 16px;
        line-height: 25px;
    }

    .tubiao img {
        width: 84%;
        float: right;

    }

    .lvjing .title a {
        font-size: 18px;
        line-height: 30px;
    }

    .lvjing {
        padding: 10px 15px 0px 27px;
        height: 140px;

    }

    .md {
        padding: 30px 0px !important;
    }

    .l1atxt h3 {
        font-size: 22px;
    }

    .l1atxt p {
        font-size: 13px;
        line-height: 23px;
        margin: 5px 0;
        color: #666;
    }

    .gywm {
        padding-top: 30px;
        padding-bottom: 50px;
        display: block;
        position: relative;
    }

    .gywm-wz .p2 {
        margin-top: 28px;
        font-size: 16px;
        line-height: 26px;
    }

    .hzkh {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .foot-from {
        background: #313131;
        padding-top: 50px;
        padding-bottom: 45px;
    }

    .scsw {
        position: relative;
        width: 100%;
        margin-top: 15px;
    }

    .cpname {
        margin-top: 15px;
        text-align: center;
    }

    .alshow {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header .nav ul li.on .y_j a {
        font-weight: bold;
        border: none;
    }

    .header .nav .y_j a {
        font-size: 16px;
        color: white;
        line-height: 50px;
    }

    .phone {
        display: none;
    }

    .header .logo {
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0px 0;
    }
}

@media only screen and (max-width: 992px) {
    .liebiao2 {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 65px;
        border: 1px dashed red;
        padding-left: 20px;
        padding-right: 20px;

    }

    .liebiao2 a {
        color: red;
        font-size: 18px;


    }

    .liebiao2 i {
        font-size: 20px;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        -transition: 0.3s all;
    }

    .pc-center .top {
        width: 100%;
        height: 100%;
        line-height: 45px;
        border: 1px dashed red;
        /*padding-left: 40px;*/
        display: none;
        text-align: left;
    }

    .fanzhuan {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .cg1 div {
        background: white;
        margin-right: 20px;
    }

    .cg1 .g {
        padding-top: 10px;
        font-size: 38px;
        width: 280px;
        height: 86px;
        position: relative;
        bottom: 20px;
    }

    .bannerab {
        width: 100%;
        height: 310px;
    }

    .top .ui {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 33%;
        position: relative;
    }

}

@media only screen and (max-width: 980px) {
    .hc {
        display: none;
    }

    .hcc {
        display: block;
    }
     .hcc .swiper-slide img {
        width: 100%;
}
}

@media only screen and (max-width: 768px) {
    .top .ui {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 32%;
        position: relative;
    }

    .lvjing .pro {
        margin-top: 2px;
    }

    .lvjing .pro a {
        font-size: 12px;
        line-height: 15px;
    }

    .cg1 .c a {
        font-size: 18px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .ab-center .center {
        padding: 0 20px;
        margin-top: 30px;
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .lvjing .pro {
        margin-top: 8px;
    }

    .lvjing {
        padding: 17px 15px 0px 27px;
        position: absolute;
        bottom: -105px;
        text-align: left;
        color: white;
        width: 100%;
        height: 100%;
    }

    .tubiao img {
        width: 60%;
        float: left;
    }

    .smt .up {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
    }

    .smt .down {
        font-size: 14px;
        line-height: 20px;
    }

    .cpzx-top .more {
        width: 95px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: white;
    }

    .cpzx-top a {
        font-size: 18px;
        color: black;
    }

    .lvjing .pro a {
        font-size: 13px;
        line-height: 23px;
    }

    .lvjing .title a {
        font-size: 16px;
        line-height: 22px;
    }

    .lvjing {
        padding: 10px 15px 0px 27px;
        height: 100%;
    }

    .l1a {
        width: 33%;
    }

    .alshow {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .cpzx {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .md {
        padding: 25px 0px !important;
    }

    .l1w {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

 

    .scsw .swiper-container {
        text-align: center;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .index-find li {
        margin-right: 1px;
        display: inline-block;
    }

    .find-right button {
        width: 100px;
        height: 40px;
        line-height: 40px;
        border: none;
        background-color: red;
        color: white;
        font-size: 18px;
    }

    .find-right input {
        width: 140px;
        height: 40px;
        line-height: 40px;
        border: none;
        padding-left: 15px;
        font-size: 16px;
    }

    .gywm {
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
        position: relative;
    }

    .gywm-wz .more {
        margin-top: 55px;
        width: 125px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background: white;
        -webkit-transition: 0.4s all;
        -moz-transition: 0.4s all;
        -ms-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all;
    }

    .gywm-wz .p2 {
        margin-top: 25px;
        font-size: 15px;
        line-height: 25px;
    }

    .hzkh .tb1 {
        height: 85px;
        line-height: 85px;
        width: 22%;
        text-align: center;
        margin: auto;
        margin-top: 10px;
        border: 0.5px solid #f0f0f0;
        -webkit-transition: 0.4s all;
        -moz-transition: 0.4s all;
        -ms-transition: 0.4s all;
        -o-transition: 0.4s all;
        transition: 0.4s all;
    }

    .hzkh {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .hzkh .rqu {
        margin-top: 30px;
    }

    .foot-from {
        background: #313131;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ftfm-l .tit {
        color: white;
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .ftfm-l .s {
        font-size: 13px;
        line-height: 23px;
    }

    .ftfm-r textarea {
        z-index: 10;
        width: 220px;
        height: 180px;
    }

    #index .swiper-container {
        width: 100%;
        height: 460px;
    }

   @media only screen and (max-width: 768px) {
       .pc-center .top li:after{
     width: 1px;
    height: 15px;
    background-color: #ec928e;
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
       }
 .pc-center .top li:nth-child(3n):after{
display:none;}
   }


    @media only screen and (max-width: 414px) {

    }
    #index .swiper-container {
        width: 100%;
        height: 350px;
    }

    .swtit .t1 {
        font-size: 30px;
        line-height: 40px;
    }

    .swtit .t2 {
        font-size: 18px;
        line-height: 28px;
    }

    .swtit .t3 {
        font-size: 15px;
        line-height: 25px;
    }

    .swtit {
        padding: 115px 0 0 30px;
        color: white;
    }

    .index-find {
        background: #f7f7f7;
        height: 150px;
        line-height: 75px;
    }

    .find-right {
        float: left !important;
    }

    .find-right input::placeholder {
        font-size: 15px;
        color: #898989;

    }
    .tubiao{
    margin-right: -25px;
    }
    .tubiao img {
        width: 60%;
        float: left;
    }

    .smt .up {
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
    }

    .smt .down {
        font-size: 14px;
        line-height: 20px;
    }

    .hcc .swiper-pagination {
        bottom: 0px !important;
        left: 0;
        width: 100%;
    }
.pc-center {
    padding-top: 20px;
}
.pc-body{
margin-top: 0;
}
}

@media only screen and (max-width: 640px) {
    .search .sc_bj {
        padding: 100px 0;
    }

    .search .sc_gb {
        top: 20px;
        right: 20px;
    }

    .search .sc_gb i {
        font-size: 26px;
        font-weight: lighter;
    }

    .search .sc_nr {
        width: 90%;
    }

    .search input {
        width: 85%;
        font-size: 15px;
    }

    .search button {
        width: 15%;
    }

    .search button i {
        font-size: 24px;
        font-weight: lighter;
    }

    .lvjing {
        padding: 0 15px 0px 27px;
        position: absolute;
        bottom: -135px;
        text-align: left;
        color: white;
        width: 100%;
        height: 100%;
    }

    .cg1 .g {
        padding-top: 10px;
        font-size: 34px;
        width: 50%;
        height: 80px;
        position: relative;
        bottom: 20px;
    }

    .cg1 .cgb {
        width: 40%;
    }

    .cg1 .cgc {
        width: 15%;
    }

    .ab-center {
        padding-bottom: 40px;
    }

    .bd-page li {
        width: 30px;
        height: 28px;
        line-height: 28px;
        color: black;
        font-size: 16px;
        text-align: center;
        border: 1px solid #eeeeee;
        cursor: pointer;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
    }

    .bd-page {
        margin-top: 20px;
        text-align: center;
    }

    .cg1 div {
        background: white;
        margin-right: 15px;
    }

}

@media only screen and (max-width: 590px) {
    .ab-center .center {
        padding: 0 20px;
        margin-top: 30px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
    }

    .cg1 .c a {
        font-size: 16px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .cg1 .g {
        padding-top: 10px;
        font-size: 34px;
        width: 100%;
        height: 80px;
        position: relative;
        bottom: 20px;
    }

    .cg1 .c {
        width: 20%;
    }
}
@media only screen and (max-width: 460px) {
  .lvjing {
    padding: 10px 15px 0px 27px;
    position: absolute;
    bottom: -110px;
    text-align: left;
    color: white;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 425px) {
}
@media only screen and (max-width: 425px) {
    .bannerab {
        width: 100%;
        height: 180px;
    }

    .pc-center .top {
        width: 100%;
        height: 100%;
        line-height: 45px;
        border: 1px dashed red;
        padding-left: 0px;
        display: none;
    }


    .header .nav {
        width: 70%;
        height: 100%;
        border-top: 1px solid #ddd;
        padding: 7% 5% 25px;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.7);
        position: fixed;
        left: -100%;
        opacity: 0;
        z-index: 9999;
        overflow-y: auto !important;
    }

    .header .logo img {
        width: 88%;
        height: auto;
        display: block;
    }

    .xp .content {
        width: 100%;
        position: relative;
        margin: auto;
    }

    .cg1 .c {
        width: 25%;
    }

    .hzkh {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ftfm-r textarea {
        z-index: 10;
        width: 100%;
        height: 120px;
    }

    .ftfm-l {
        margin-bottom: 25px;
    }

    .ftfm-l .s {
        font-size: 14px;
        line-height: 30px;
    }

    .lvjing {
        position: absolute;
        bottom: -75%;
        text-align: left;
        color: white;
        width: 100%;
        height: 100%;
        padding: 0px 15px 0px 27px;
        height: 100%;
    }

    .lvjing .title a {
        font-size: 16px;
        line-height: 32px;
    }

    .lvjing .pro {
        margin-top: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; 
    }

    .lvjing .pro a {
        font-size: 15px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3; 
    }

    .l1a {
        width: 48%;
    }

    .gywm-tu {
        width: 100%;
        /*box-shadow: -3px 3px 2px red;*/
        margin-right: 50px;
        margin-bottom: 15px;
    }

    .gywm-wz {
        width: 100%;
    }

    .tubiao {
        width: 14%;

    }

    .gywm-body {
        margin-top: 30px;
    }

    .tubiao img {
        width: 100%;
        float: right;
    }

    .hzkh .tb1 {
        width: 30%;
        text-align: center;
        margin: auto;
        margin-top: 10px;
        border: 0.5px solid #f0f0f0;
    }

    /*.beian {*/
    /*    background: black;*/
    /*    font-size: 14px;*/
    /*    height: 100%;*/
    /*    width: 100%;*/
    /*    line-height: 22px;*/
    /*    color: white;*/
    /*    text-align: center;*/
    /*    padding-left: 50px;*/
    /*    padding-right: 50px;*/
    /*}*/

    .header .nav .y_j a {
        font-size: 16px;
        color: white;
        line-height: 40px;
    }

    .index-find {
        background: #f7f7f7;
        height: 120px;
        line-height: 60px;
    }
}

@media screen and (max-width: 360px) {

    .wrap {
        width: 100%;
        padding: 0 25px;
    }

    .l1atxt, .l1aimg {
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .l1atxt h3 {
        font-size: 20px;
        font-weight: normal;
        color: #000;
        margin: 5px 0;
    }

    .alshow {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .lvjing {
        position: absolute;
        bottom: -76px;
        text-align: left;
        color: white;
        width: 100%;
        height: 100%;
        padding: 10px 15px 0px 27px;
        height: 58%;
    }

    .find-right input {
        width: 140px;
        height: 33px;
        line-height: 33px;
        border: none;
        padding-left: 15px;
        font-size: 16px;
    }

    .find-right button {
        width: 100px;
        height: 30px;
        line-height: 30px;
        border: none;
        background-color: red;
        color: white;
        font-size: 16px;
    }

    .index-find ul, li {
        list-style: none;
        font-size: 15px;
    }

    #index .swiper-container {
        width: 100%;
        height: 300px;
    }

    .swtit .t1 {
        font-size: 26px;
        line-height: 35px;
    }

    .swtit .t2 {
        font-size: 16px;
        line-height: 25px;
    }

    .swtit .t3 {
        font-size: 14px;
        line-height: 25px;
    }



    /*.beian {*/
    /*    background: black;*/
    /*    font-size: 13px;*/
    /*    height: 100%;*/
    /*    width: 100%;*/
    /*    line-height: 24px;*/
    /*    padding-top: 20px;*/
    /*    padding-bottom: 20px;*/
    /*    color: white;*/
    /*    text-align: center;*/
    /*    padding-left: 50px;*/
    /*    padding-right: 50px;*/
    /*}*/

    .find-left :nth-child(5) {
        display: none;
    }

    .smt .up {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
    }

    .cpzx-top .more {
        width: 70px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: white;
    }

    .smt .down {
        font-size: 12px;
        line-height: 18px;
    }

    .smt .up {
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
    }

    .lvjing {
        position: absolute;
        bottom: -66%;
        text-align: left;
        color: white;
        width: 100%;
        height: 100%;
        padding: 0px 15px 0px 27px;
    }
}


/* 微信 */

.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 15px;
    }
}



.gy_wm{width:100%; padding:80px 0 100px; overflow:hidden;}

.gy_wm .cp_lb .n_r{background-color:#ba2229; border:1px solid #ba2229; margin-bottom:30px;}
.gy_wm .cp_lb .t_p{overflow:hidden; position:relative;}
.gy_wm .cp_lb .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.gy_wm .cp_lb .n_r:hover .t_p img{transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);}
.gy_wm .cp_lb .t_p:before{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.4); opacity:0; z-index:99;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_wm .cp_lb .n_r:hover .t_p:before{opacity:1;}
.gy_wm .cp_lb .t_p:after{width:0; height:0; position:absolute; top:50%; left:50%; content:""; background:url(../images/jh.jpg) no-repeat center / cover; z-index:99;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.gy_wm .cp_lb .n_r:hover .t_p:after{width:60px; height:60px;}
.gy_wm .cp_lb .w_z{padding:25px 20px; color:#fff;}
.gy_wm .cp_lb .w_z h3{font-size:20px; font-weight:bold; text-align:center; line-height:32px; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.gy_wm .cp_lb .w_z p{line-height:24px; height:72px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-moz-line-clamp:3;
-ms-line-clamp:3;
-o-line-clamp:3;
-webkit-box-orient:vertical;}

.gy_wm .ry_zz .n_r{background-color:#fff; padding:20px; margin-bottom:30px; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_wm .ry_zz .n_r:hover{box-shadow:0px 8px 20px 0px rgba(95, 125, 158, 0.3);
transform:translateY(-10px);
-o-transform:translateY(-10px);
-ms-transform:translateY(-10px);
-moz-transform:translateY(-10px);
-webkit-transform:translateY(-10px);}
.gy_wm .ry_zz img{width:100%; height:auto; display:block;}
.gy_wm .ry_zz p{font-size:16px; text-align:center; margin-top:20px; padding-top:20px; border-top:1px solid #ddd;}

.gy_wm .hz_al .n_r{background-color:#fff; padding:10px; margin-bottom:30px; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_wm .hz_al .n_r:hover{box-shadow:0px 8px 20px 0px rgba(95, 125, 158, 0.3);}
.gy_wm .hz_al .t_p{overflow:hidden;}
.gy_wm .hz_al .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.gy_wm .hz_al .n_r:hover .t_p img{transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);}
.gy_wm .hz_al .w_z{padding:15px 0 5px; text-align:center;}
.gy_wm .hz_al .w_z h3{font-size:20px; font-weight:bold; line-height:32px; margin-bottom:5px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.gy_wm .hz_al .w_z p{line-height:24px; color:#999; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.gy_wm .lx_dt .map{width:100%; height:480px; margin-top:50px;}
.gy_wm .lx_wm .n_r h3{font-size:26px; font-weight:bold; line-height:32px; color:#333; margin-bottom:20px;}
.gy_wm .lx_wm .w_z{font-size:16px; line-height:40px;}
.gy_wm .lx_wm .row{margin:0 -5px;}
.gy_wm .lx_wm .col-12{padding:0 5px;}
.gy_wm .lx_wm .l_y input{width:100%; height:46px; padding:0 10px; font-size:14px; line-height:44px; border:1px solid #ddd; display:block;}
.gy_wm .lx_wm .l_y textarea{width:100%; height:74px; padding:10px; font-size:14px; line-height:26px; border:1px solid #ddd; display:block; resize:none; margin-top:10px;}
.gy_wm .lx_wm .l_y button{width:120px; height:36px; background-color:#ba2229; margin-top:15px; font-size:15px; line-height:36px; text-align:center; color:#fff; outline:none; display:block;}
@media only screen and (max-width:1024px) {
.gy_wm{padding:60px 0;}

.gy_wm .cp_lb .w_z{padding:20px 15px;}
.gy_wm .cp_lb .w_z h3{font-size:18px; line-height:26px;}

.gy_wm .hz_al .w_z h3{font-size:18px; line-height:28px;}

.gy_wm .ry_zz .n_r{padding:15px;}
.gy_wm .ry_zz p{font-size:15px;}

.gy_wm .lx_dt .map{height:300px; margin-top:30px;}
}
@media only screen and (max-width:640px) {
.gy_wm{padding:40px 0;}

.gy_wm .cp_lb .w_z h3{font-size:17px;}

.gy_wm .hz_al .w_z h3{font-size:17px;}

.gy_wm .lx_dt .map{height:260px; margin-top:20px;}

.gy_wm .lx_wm .n_r{margin-top:30px;}
.gy_wm .lx_wm .n_r h3{font-size:18px; font-weight:bold; line-height:28px;}
.gy_wm .lx_wm .n_r h4{font-size:14px;}
.gy_wm .lx_wm .w_z{font-size:14px; line-height:28px;}
.gy_wm .lx_wm .l_y input{height:52px; line-height:50px; border:1px solid #eee; margin-bottom:20px; padding:0 10px;}
.gy_wm .lx_wm .l_y textarea{height:74px; padding:10px; border:1px solid #eee; margin-bottom:20px;}
.gy_wm .lx_wm .l_y button{width:100%; height:50px; line-height:50px; margin:0;}
}




   
 /* 新闻内页 */
    
 .ny_nr .xw_xq {
    padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
    width: 100%;
    border-bottom: solid 1px #cacaca;
    padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
    text-align: right;
}

.ny_nr .xw_xq .xq_nr {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_nr img {
    max-width: 100%;
    display: block;
}

.ny_nr .xw_xq .xq_fy {
    text-align: center;
    padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 20px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
    width: 100%;
    overflow: hidden;
    margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
    font-size: 24px;
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
    display: block;
    border-bottom: dashed 1px #cccccc;
    line-height: 56px;
    font-size: 14px;
    color: #666;
}

@media only screen and (max-width:640px) {
    .ny_nr .xw_xq {
        padding: 20px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_tl {
        font-size: 22px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc {
        padding: 15px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc .right {
        text-align: center;
    }
    .ny_nr .xw_xq .xq_fy {
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_fy a {
        margin: 0px 10px;
        padding: 10px 15px;
    }
    .ny_nr .xw_xq .xq_rt {
        margin-top: 15px;
    }
    .ny_nr .xw_xq .xq_rt .rt_bt {
        font-size: 20px;
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_rt .rt_lb li a {
        line-height: 40px;
    }
}



/* 分页 */

.pages {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.pages a {
    text-decoration: none;
    display: inline-block;
    font-family: 微软雅黑;
    margin-left: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #000;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background-color: rgb(247,249,248);
}
.pages span{
    background-color: rgb(247,249,248);
    width: 40px;
    height: 40px;
}
.pages .current-page {
    color: #fff;
    font-size: 16px;
 
    background: #da251d;
    border-radius: 5px;
    font-weight: bold;
}

.pages span {
   
    text-decoration: none;
    display: inline-block;
    font-family: 微软雅黑;
    margin-left: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #000;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background-color: rgb(247,249,248);

}
.gy_wm{width:100%; padding:80px 0 100px; overflow:hidden;}

.gy_wm .cp_lb .n_r{background-color:#ba2229; border:1px solid #ba2229; margin-bottom:30px;}
.gy_wm .cp_lb .t_p{overflow:hidden; position:relative;}
.gy_wm .cp_lb .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.gy_wm .cp_lb .n_r:hover .t_p img{transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);}
.gy_wm .cp_lb .t_p:before{width:100%; height:100%; position:absolute; top:0; left:0; content:""; background-color:rgba(0,0,0,.4); opacity:0; z-index:99;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_wm .cp_lb .n_r:hover .t_p:before{opacity:1;}
.gy_wm .cp_lb .t_p:after{width:0; height:0; position:absolute; top:50%; left:50%; content:""; background:url(../images/jh.jpg) no-repeat center / cover; z-index:99;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);}
.gy_wm .cp_lb .n_r:hover .t_p:after{width:60px; height:60px;}
.gy_wm .cp_lb .w_z{padding:25px 20px; color:#fff;}
.gy_wm .cp_lb .w_z h3{font-size:20px; font-weight:bold; text-align:center; line-height:32px; margin-bottom:15px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.gy_wm .cp_lb .w_z p{line-height:24px; height:72px; overflow:hidden; display:-webkit-box;
line-clamp:3;
-webkit-line-clamp:3;
-moz-line-clamp:3;
-ms-line-clamp:3;
-o-line-clamp:3;
-webkit-box-orient:vertical;}

.gy_wm .ry_zz .n_r{background-color:#fff; padding:20px; margin-bottom:30px; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_wm .ry_zz .n_r:hover{box-shadow:0px 8px 20px 0px rgba(95, 125, 158, 0.3);
transform:translateY(-10px);
-o-transform:translateY(-10px);
-ms-transform:translateY(-10px);
-moz-transform:translateY(-10px);
-webkit-transform:translateY(-10px);}
.gy_wm .ry_zz img{width:100%; height:auto; display:block;}
.gy_wm .ry_zz p{font-size:16px; text-align:center; margin-top:20px; padding-top:20px; border-top:1px solid #ddd;}

.gy_wm .hz_al .n_r{background-color:#fff; padding:10px; margin-bottom:30px; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_wm .hz_al .n_r:hover{box-shadow:0px 8px 20px 0px rgba(95, 125, 158, 0.3);}
.gy_wm .hz_al .t_p{overflow:hidden;}
.gy_wm .hz_al .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.gy_wm .hz_al .n_r:hover .t_p img{transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);}
.gy_wm .hz_al .w_z{padding:15px 0 5px; text-align:center;}
.gy_wm .hz_al .w_z h3{font-size:20px; font-weight:bold; line-height:32px; margin-bottom:5px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.gy_wm .hz_al .w_z p{line-height:24px; color:#999; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.gy_wm .lx_dt .map{width:100%; height:480px; margin-top:50px;}
.gy_wm .lx_wm .n_r h3{font-size:26px; font-weight:bold; line-height:32px; color:#333; margin-bottom:20px;}
.gy_wm .lx_wm .w_z{font-size:16px; line-height:40px;}
.gy_wm .lx_wm .row{margin:0 -5px;}
.gy_wm .lx_wm .col-12{padding:0 5px;}
.gy_wm .lx_wm .l_y input{width:100%; height:46px; padding:0 10px; font-size:14px; line-height:44px; border:1px solid #ddd; display:block;}
.gy_wm .lx_wm .l_y textarea{width:100%; height:74px; padding:10px; font-size:14px; line-height:26px; border:1px solid #ddd; display:block; resize:none; margin-top:10px;}
.gy_wm .lx_wm .l_y button{width:120px; height:36px; background-color:#ba2229; margin-top:15px; font-size:15px; line-height:36px; text-align:center; color:#fff; outline:none; display:block;}
@media only screen and (max-width:1024px) {
.gy_wm{padding:60px 0;}

.gy_wm .cp_lb .w_z{padding:20px 15px;}
.gy_wm .cp_lb .w_z h3{font-size:18px; line-height:26px;}

.gy_wm .hz_al .w_z h3{font-size:18px; line-height:28px;}

.gy_wm .ry_zz .n_r{padding:15px;}
.gy_wm .ry_zz p{font-size:15px;}

.gy_wm .lx_dt .map{height:300px; margin-top:30px;}
}
@media only screen and (max-width:640px) {
.gy_wm{padding:40px 0;}

.gy_wm .cp_lb .w_z h3{font-size:17px;}

.gy_wm .hz_al .w_z h3{font-size:17px;}

.gy_wm .lx_dt .map{height:260px; margin-top:20px;}

.gy_wm .lx_wm .n_r{margin-top:30px;}
.gy_wm .lx_wm .n_r h3{font-size:18px; font-weight:bold; line-height:28px;}
.gy_wm .lx_wm .n_r h4{font-size:14px;}
.gy_wm .lx_wm .w_z{font-size:14px; line-height:28px;}
.gy_wm .lx_wm .l_y input{height:52px; line-height:50px; border:1px solid #eee; margin-bottom:20px; padding:0 10px;}
.gy_wm .lx_wm .l_y textarea{height:74px; padding:10px; border:1px solid #eee; margin-bottom:20px;}
.gy_wm .lx_wm .l_y button{width:100%; height:50px; line-height:50px; margin:0;}
}


.ny_bt{font-size:28px; font-weight:bold; text-align:center; color:#ba2229; margin-bottom:40px;}
@media only screen and (max-width:1024px){
.ny_bt{font-size:26px; margin-bottom:30px;}
}
@media only screen and (max-width:640px){
.ny_bt{font-size:23px;}
}


.xw_zx{width:100%; padding:80px 0; overflow:hidden;}
.xw_zx .xw_lb ul li{border-bottom:1px dotted #ddd; padding-bottom:30px; margin-bottom:30px;}
.xw_zx .xw_lb .row{margin:0 -25px;}
.xw_zx .xw_lb .col-12{padding:0 25px;}
.xw_zx .xw_lb .t_p{overflow:hidden;}
.xw_zx .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_zx .xw_lb ul li:hover .t_p img{transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1);}
.xw_zx .xw_lb .r_q{width:80px; border-radius:5px; box-shadow:0 0 15px rgba(95,125,158,.1); position:absolute; top:0; right:0; text-align:center; overflow:hidden;}
.xw_zx .xw_lb .r_q span{font-size:20px; line-height:32px; color:#fff; display:block; background-color:#ba2229;}
.xw_zx .xw_lb .r_q i{font-size:16px; color:#333; line-height:32px;}
.xw_zx .xw_lb .w_z{padding-right:120px; position:relative;}
.xw_zx .xw_lb .w_z h3{font-size:18px; font-weight:bold; line-height:32px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.xw_zx .xw_lb .w_z p{line-height:26px; color:#777; height:52px; margin-top:10px; margin-bottom:35px; 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_zx .xw_lb .w_z a.x_q{font-size:15px; text-align:center; line-height:36px; color:#ba2229; display:inline-block;}
@media only screen and (max-width:1024px) {
.xw_zx{padding:50px 0;}
.xw_zx .xw_lb .row{margin:0 -15px;}
.xw_zx .xw_lb .col-12{padding:0 15px;}
.xw_zx .xw_lb .w_z p{margin-bottom:25px;}
}
@media only screen and (max-width:640px) {
.xw_zx{padding:40px 0;}
.xw_zx .xw_lb .r_q{top:-85px; right:10px; background-color:#fff;}
.xw_zx .xw_lb .w_z{padding-right:0; margin-top:10px;}
.xw_zx .xw_lb .w_z p{margin-bottom:15px;}
}
.tubiao {
       margin-right: 10px;
}
@media only screen and (max-width: 768px){
   .tubiao {
    margin-right: -25px;
} 
}
@media only screen and (max-width: 460px){
   .tubiao {
    margin-right: 7px;
} 
}
@media only screen and (max-width: 360px){
    .tubiao {
    margin-right: 10px;
}
}
.smt .more {
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #e1e1e1;
}
.smt  a {
    font-size: 20px;
    color: black;
}


.zz_zs{
    margin-top: 30px;
}
.t_p img{
    max-width: 100%;
}