/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/**/
.head-bg{
    padding: 0 4.6875%;
}

.head-index .logo{
    width: 30%;
    line-height: 84px;
}

.head-index .logo img{
    max-width: 100%;
}

.head-index .headr{
    width: 66.66666666666667%;
    position: relative;
}

.head-index .headr .top-tel{
    width: 19.39655172413793%;
    line-height: 84px;
}

.head-index .headr .top-tel p{
    font-size: 0.9375vw;
    color: #1c3481;
}

.head-index .headr .top-tel p strong{
   font-size: 0.9375vw;
    color: #e60012;
}

.s-index{
    line-height: 84px;
    width: calc(100% - 97%);
}

.s-index img{
    max-width: 100%;
}

.formsearch1 {
    position: absolute;
    right: 0;
    top: 84px;
    border: 1px solid #1c3481;
    width: 252px;
    z-index: 11;
    background: #1c3481;
    display: none;
}

.formsearch1 input {
    line-height: 34px;
    height: 34px;
    background: none;
    border: none;
}

.formsearch1 input#keyword {
    text-indent: 10px;
    float: left;
    width: 200px;
    color: #fff;
    outline: none;
}

.formsearch1 input#s_btn {
    background: url(//cdn.myxypt.com/5e2970da/21/10/88446ef09e76a03408aa04c78eec429596efad6a.png) no-repeat 50%;
    font-size: 0;
    float: right;
    width: 50px;
    outline: none;
}

.formsearch1 ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

.formsearch1 ::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.formsearch1 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.formsearch1 ::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}


@media(max-width: 1366px){
    .head-index .headr{
        width: 74.666667%;
    }
}

@media(max-width: 1100px){
    .head-index .headr{
        width: 80.666667%;
    }
}

/**/
.index-banner .f-center {
    text-align: center;
}

.index-banner .f-14 {
    font-size: 14px;
}

.index-banner .pcimg {
    width: 100%;
    height: auto;
}

.index-banner .moimg {
    display: none;
}

.index-banner .banner .swiper-slide img {
    display: block;
    width: 100%;
    left: 0;
    top: 0;
}

.index-banner .bannerPic {
    position: relative;
    width: 100%;
    height: auto;
    transition: all 1s ease 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.index-banner .swiper-slide.active .bannerPic {
    transition: all 5s ease 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.index-banner .banner .swiper-slide .ind_ban_tex {
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    display: none;
}

.index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
    font-size: 46px;
    font-family: 'Oswald', impact, Arial, sans-serif !important;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    transform: translateY(80px);
    opacity: 0;
    margin-bottom: 10px;
}

.index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
    color: #ffffff;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 10px;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    transform: translateY(80px);
    opacity: 0;
}

.index-banner .banner .swiper-slide .ind_ban_tex .b_line {
    width: 50px;
    margin: 0px 0px 40px;
    height: 2px;
    background: #fff;
    transform: translateY(80px);
    opacity: 0;
}

.index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
    color: #ffffff;
    line-height: 1.5;
    font-size: 18px;
    text-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
    transform: translateY(80px);
    opacity: 0;
}

.index-banner .banner .swiper-slide.active .ind_ban_tex_title_en {
    transition: all 2s ease .5s;
    transform: translateY(0);
    opacity: 1;
}

.index-banner .banner .swiper-slide.active .ind_ban_tex_title {
    transition: all 2s ease .7s;
    transform: translateY(0);
    opacity: 1;
}

.index-banner .banner .swiper-slide.active .b_line {
    transition: all 2s ease .8s;
    transform: translateY(0);
    opacity: 1;
}

.index-banner .banner .swiper-slide.active .ind_ban_tex_info {
    transition: all 2s ease 1s;
    transform: translateY(0);
    opacity: 1;
}

.index-banner .banner .swiper-button-prev {
    background-image: none;
    left: calc(8.335% - 32px);
    top: calc(50% - 32px);
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    background-color: rgba(202, 202, 202, 0.3);
    transition: all .3s ease;
    display: none;
}

.index-banner .banner .swiper-button-next {
    background-image: none;
    right: calc(8.335% - 32px);
    top: calc(50% - 32px);
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    color: #ffffff;
    background-color: rgba(202, 202, 202, 0.3);
    transition: all .3s ease;
    display: none;
}

.index-banner .banner .swiper-button-next.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
}

.index-banner .banner .swiper-button-prev.swiper-button-disabled {
    background-color: rgba(0, 0, 0, 0.3);
}

.index-banner .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    margin: 0 14px;
    opacity: 0.5;
    color: transparent;
}

.index-banner .banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: #fff;
}

.index-banner .banner .swiper-pagination-bullet-active .rightcircle {
    -webkit-animation: circleProgressLoad_right 6s linear infinite;
    animation: circleProgressLoad_right 6s linear infinite;
}

.index-banner .banner .swiper-pagination-bullet-active .leftcircle {
    -webkit-animation: circleProgressLoad_left 6s linear infinite;
    animation: circleProgressLoad_left 6s linear infinite;
}

.index-banner .banner .swiper-pagination-bullet-active .wrapper_con {
    display: block;
}

.index-banner .banner .swiper-pagination {
    font-size: 0;
}

.index-banner .banner .swiper-pagination>span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.index-banner .banner .swiper-container-rtl .swiper-button-next {
    left: calc(8.335% - 32px);
}

.index-banner .banner .swiper-container-rtl .swiper-button-prev {
    right: calc(8.335% - 32px);
}

.index-banner .banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 5%;
}

.index-banner .banner .swiper-pagination-custom {
    bottom: 5%;
}

.index-banner .banner .swiper-pagination-fraction {
    bottom: 5%;
}

.index-banner .right {
    right: -2px;
}

.index-banner .left {
    left: -2px;
}

.index-banner .circleProgress {
    width: 42px;
    height: 42px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-135deg);
}

.index-banner .rightcircle {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    right: 0;
}

.index-banner .leftcircle {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    left: 0;
}

.index-banner .wrapper_con {
    width: 21px;
    height: 42px;
    position: absolute;
    top: -2px;
    overflow: hidden;
    display: none;
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
        font-size: 32px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
        font-size: 38px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
        font-size: 16px;
    }

    .index-banner .banner .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: calc(50% - 20px);
    }

    .index-banner .banner .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: calc(50% - 20px);
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .index-banner .f-center {
        padding-top: 0px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
        font-size: 26px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
        font-size: 30px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
        font-size: 14px;
    }

    .index-banner .banner .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .index-banner .banner .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .b_line {
        margin: 0px auto 20px;
    }
}

@media only screen and (max-width: 768px) {
    .index-banner .f-center {
        padding-top: 0px;
        height: auto;
    }

    .index-banner .moimg {
        display: block;
        height: 100%;
    }

    .index-banner .pcimg {
        display: none;
    }

    .index-banner .banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0;
    }

    .index-banner .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }

    .index-banner .rightcircle {
        display: none;
    }

    .index-banner .banner .swiper-pagination-bullet-active .wrapper_con {
        display: none;
    }

    .index-banner .f-14 {
        display: none;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
        font-size: 18px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
        font-size: 20px;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .b_line {
        width: 30px;
        margin: 0px auto 20px;
        display: none;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info {
        font-size: 12px;
        width: 80%;
        margin: 0 auto;
        display: none;
    }

    .index-banner .banner .swiper-slide .ind_ban_tex .ind_ban_tex_info .infoen {
        display: none;
    }

    .index-banner .banner .swiper-button-prev {
        display: none;
    }

    .index-banner .banner .swiper-button-next {
        display: none;
    }
}

.index-banner {
    width: 100%;
    max-width: none;
    min-width: 300px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}




/**/
.max1560{
    max-width: 1620px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.flexd{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.pub-title{
    text-align: center;
}

.pub-title .pt1{
    color: #111111;
    font-size: 36px;
}
.pub-title .pt1 span{
    color: #1c3481;
}
.pub-title .pt2{
    color: #111111;
    font-size: 16px;
    padding-top: 20px;
}


@media(max-width: 767px){
    .pub-title .pt1{
        font-size: 20px;
    }
    .pub-title .pt2{
        font-size: 14px;
        padding-top: 5px;
    }
}

.about-bg{
    background:url(https://images0a.543211688.com/chaolun/image/index_bg5.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 5% 0%;
   
}

.about-index{
    margin-top: 2.8125vw;
    position: relative;
}

.about-left{
    z-index: 999;
    /* width: calc(892px + (46.5vw - 892px ) / 2);
    left: calc((892px - 46.5vw) / 2); */
    padding-left: 9.375vw;
    width: 57%;
    position: absolute;
    padding-top: 1.8vw;
}
.about-left .al{
    /*max-width: 680px;*/
    max-width: 75%;
    padding-left: 2.6vw;
}
.about-left .a11{
    font-size: 30px;
    color: #1c3481;
    font-weight: bold;
}

.about-left .a22{
    font-size: 16px;
    color: #111111;
    text-indent: 2em;
    line-height: 30px;
    margin-top: 1vw;
}
.about-left .a33{
    font-size: 16px;
    color: #ffffff;
    width: 160px;
    height: 45px;
    background: #1c3481;
    line-height: 45px;
    text-align: center;
    margin-top: 1.8vw;
}

.about-left .a33 a{
    display: block;
    color: #ffffff;
}
.about-left .a44{
    margin-top: 2vw;
}
.about-left .a44 ul{
    background: #fff;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}
.about-left .a44 ul li{
    width: 25%;
    text-align: center;
    padding: 1.6vw 0;
}
.about-left .a44 ul li .img0{
    height: 45px;
    position: relative;
}
.about-left .a44 ul li img{
    max-width: 100%;
    transition: all 0.6s ease;
}
.about-left .a44 ul li .img2{
        opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.about-left .a44 ul li .w1{
    color: #575757;
    font-size: 18px;
    padding-top: 1vw;
}
.about-left .a44 ul li:hover{
    background: #1c3481;
    
}
.about-left .a44 ul li:hover  img{
    /* filter: brightness(100); */
    transition: all 0.6s ease;
    transform: rotateY(180deg);
}
.about-left .a44 ul li:hover .img1{
    opacity: 0;
}

.about-left .a44 ul li:hover .img2{
   opacity: 1;
}
.about-left .a44 ul li:hover .w1{
    color: #fff;
}

.about-right{
    width: 50%;
    float: right;
}

.about-right img{
    max-width: 100%;
}

@media(max-width: 767px){
    .about-left{
        width: 100%;
        padding: 0;
        position: relative;
    }
    .about-left .al{
        max-width: 100%;
        padding:0 30px;
    }
    .about-left .a11{
        font-size: 20px;
    }
    .about-left .a22{
        font-size: 14px;
    }
    .about-left .a33{
         font-size: 14px;
    }
    .about-left .a44 ul{
        flex-wrap: wrap;
    }
    .about-left .a44 ul li{
        width: 50%;
    }
    .about-left .a44 ul li .w1{
        font-size: 14px;
    }
    .about-right{
        float: none;
        width: 100%;
    }
}

/*产品*/
.max1362{
    max-width: 1422px;
    margin:0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.product-index{
    margin-top: 3.6vw;
}

.plist1 {
    flex-wrap: wrap;
    margin-top: 2.3vw;
}

.plist1 li{
    width: 32%;
    border:1px solid #e5e5e5;
    margin-bottom: 3%;
    
}
.plist1 li .porTbox{
    position: relative;
}
.plist1 li .img1 img{
    width: 100%;
    height: auto;
}

.plist1 li .w1{
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 3.25;
}

.plist1 li .showBox{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.5);
    transition: all 0.5s ease;
}

.plist1 li .showBox .showBoxLink{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #ffffff;
    text-align: center;
    font-size: 0.8rem;
    padding: 0.5rem 0;
    text-transform: uppercase;
}

.plist1 li .showBox .showBoxLink::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.plist1 li .showBox .showBoxLink::after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.plist1 li:hover .showBox{
    opacity: 1;
}   
.plist1 li:hover .showBox .showBoxLink::before{
    width: 1rem;
}
@media(max-width: 767px){
    .plist1{
        flex-wrap: wrap;
    }
    .plist1 li{
        width: 48%;
    }
    .plist1 li .w1{
        font-size: 14px;
    }
}

/**/
.title .p1 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}
.title .p1 span {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  font-family: Arial;
  text-transform: uppercase;
}
.title .p2 {
  text-align: center;
  font-size: 18px;
  color:#fff;
}

@media(max-width: 767px){
    .title .p1{
        font-size: 20px;
    }
    .title .p1 span{
        font-size: 20px;
    }
    .title .p2{
        font-size: 14px;
    }
}
.box2{background: url(https://images0a.543211688.com/chaolun/image/index_bg.jpg) no-repeat center;padding:3.8% 0;background-size: cover;}
.yul{display: flex;justify-content: space-between;flex-wrap: wrap;display: -webkit-flex;margin: 3% 0;}
.yul li{width: 25%;text-align: center; background: url(https://images0a.543211688.com/0/wanersuo/img/04b0e634d62b11a1d2396bd378ac2caa77c23019.png) no-repeat right center;}
.yul li .img{transition: 0.5s;}
.yul li img{max-width: 100%;}
.yul li .img2{display: none;}
.yul li:hover .img1{display: none;}
.yul li:hover .img2{display: inline-block;}
.yul li:hover .img{
    transform: rotateY(180deg);}
.yul li h3{color: #ffffff;font-size: 18px;margin: 36px 0 20px 0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.yul li p{color: #ffffff;opacity: 0.8;font-size: 14px;line-height: 24px;padding: 0 15%;}
.yul li:last-child{background: none;}
.dh{width: 424px;height: 76px;line-height: 76px;margin: 0 auto; padding-left: 58px; background: url(https://images0a.543211688.com/0/wanersuo/img/a6811c1ed76acac963fac87050c766194d6198be.png) no-repeat center;color: #ffffff;font-size: 18px;font-weight: bold;}
.ystel{font-size: 28px;margin-left: 48px;font-weight: normal;}

@media(max-width: 767px){
    
    .yul{
        flex-wrap: wrap;
        margin-top: 5%;
    }
    .yul li{
        width: 50%;
        background: none;
        margin-bottom: 5%;
    }
    .yul li h3{
        font-size: 16px;
        margin: 5px 0;
    }
    .yul li p{
        padding:0 10px;
        font-size: 12px;
    }
    .dh{width: 80%;padding-left: 32px; height:40px;line-height:40px; font-size: 12px;  background-size: 100%;}
    .ystel{
        font-size: 18px;
        margin-left: 22px;
    }
}

@media(max-width: 350px){
.dh{width: 100%;}
}

/**/
.case-index{
    margin-top: 3.6vw;
}

.clist1{
    flex-wrap: wrap;
    margin-top: 2vw;
}
.clist1 li{
    width: 24%;
    margin-bottom: 0.6%;
    position: relative;
    overflow: hidden;
}
.clist1 li .porTbox{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom:100%;
    transition: all 0.6s;
}

.clist1 li .img1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.clist1 li .img1 img{
    max-width:100%; height:auto !important;width:auto !important;
}

.clist1 li .showBox{
    position: absolute;
    top: 82%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    padding: 0.5rem 0;
    height: 100%;
    opacity: 0;
}

.clist1 li .showBoxLink::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    transition: all .5s ease;
}

.clist1 li .fbt{
    font-size: 14px;
    opacity: 0.6;
    text-transform: uppercase;
}

.clist1 li .showBoxLink::after{
    content: '';
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.clist1 li .proSummry{
    white-space: nowrap;
    overflow: hidden;
    margin: 10px 0;
    text-overflow: ellipsis;
    position: absolute;
    top: 52.5%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 0.5rem 0;
}
.clist1 li:hover .porTbox{
    background:rgba(28, 52, 129, .9)
}
.clist1 li:hover .img1{
    opacity: 0.2;
}
.clist1 li:hover .showBox{
    opacity: 1;
}

.clist1 li:hover .showBoxLink::before{
   width: 1rem;
}
.clist1 li:hover .showBoxLink::after{
   width: 1rem;
}

@media(max-width: 1024px){
    .clist1{
        padding: 0 30px;
    }
    .clist1 li{
        width: 48%;
        margin-bottom: 4%;
    } 
}


/**/
.news-bg{
    background: url(https://images0a.543211688.com/0/wanersuo/img/2520e32c11dc9e65e2f43c9fc14f5af394620c0c.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 3% 0;
    background-attachment: fixed;
}

.newPicBox{
    margin-top: 2vw;
}

.newPicBox li{
    overflow: hidden;
    border: solid 0px #e5e5e5;
    box-shadow: 0px 5px 30px #e2e2e2;
    width: calc((100% - 56px)/3);
}

.newPicBox li .img1 img{
    width: 100%;
    height: auto;
}

.newPicBox li .content{
    padding: 3% 6%;
}

.newPicBox li .content .newTitle{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newPicBox li .content .nw{
    display: block;
    font-size: 13px;
    overflow: hidden;
    color: #7c7c7c;
    line-height: 24px;
}

.newPicBox li .content .readDetail{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
}

.newPicBox li .content .readDetail .d1{
    color: #d1d1d1;
    font-size: 14px;
    text-transform: uppercase;
}

.newPicBox li .content .readDetail .d2{
    background: url(https://images0a.543211688.com/0/wanersuo/img/82fda2aeaf076094c12d6118f77899961bd36220.png) no-repeat top center;
    width: 24px;
    height: 12px;
}

.newPicBox li:hover .content .newTitle{
    font-weight: bold;
    color: #1c3481;
}

@media(max-width: 767px){
    .newPicBox{
        flex-wrap: wrap;
    }
     .newPicBox li{
         width: 100%;
         margin-bottom: 5%;
     }
}

/**/
.mess-bg{
    background: url(https://images0a.543211688.com/chaolun/image/index_bg4.jpg) no-repeat top center;
    background-size: cover;
    padding: 3% 0;
    background-attachment: fixed;
}

mess-index{
    flex-direction: column;
}

.mess-left{
    width: 31.73%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.mess-left h3{
    color: #fff;
    font-size: 32px;
}

.mess-left .mess-wen{
    margin-top: 24px;
}
.mess-left .mess-wen p{
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    text-indent: 2em;
}
.mess-right{
    width: calc(100% - 34.49%);
    background: rgba(28,52,129,.8);
    padding: 0 70px;
    padding-top: 30px;
    padding-bottom: 45px;
}

.mess-right #content{
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding: 0;
    height: 85px;
    padding: 35px 0;
    color: #fff;
    font-size: 15px;
}

.mess-right .m11 ::placeholder{
    color: #fff;
}

.mess-right .m22{

    padding: 15px 0;
}
.mess-right .m22 .m21a{
    width: 48%;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.mess-right .m22 input{
     color: #fff;
    font-size: 15px;
    width: 100%;
    line-height: 34px;
    padding:0;
}
.mess-right .m22 ::placeholder{
    color: #fff;
}

.mess-right .m33{
    border-bottom: 1px solid rgba(255,255,255,.3);
     margin-bottom: 10px;
    padding: 15px 0;
}
.mess-right .m33 input{
     color: #fff;
    font-size: 15px;
    width: 100%;
}
.mess-right .m33 ::placeholder{
    color: #fff;
}
.mess-right .m33 .m33a{
    width: 90%;
    line-height: 34px;
}

.mess-right .tijiao .btn-primary1{
    background: #fff;
    width: 200px;
    height: 42px;
    border-radius: 0;
}

@media(max-width: 767px){
    .mess-index{
        flex-wrap: wrap;
    }
    .mess-left{
        width: 100%;
        margin-top: 5%;
    }
    .mess-left h3{
        font-size: 18px;
    }
    .mess-left .mess-wen{
        margin-top: 10px
    }
    .mess-left .mess-wen p{
        font-size: 14px;
    }
    .mess-right{
        width: 100%;
        padding: 10px;
        margin-top: 5%;
    }
     .mess-right #content{
        height: 60px;
        padding: 18px 0;
        font-size: 13px;
    }
    .mess-right .m22 input{
        font-size: 13px;
    }
    .mess-right .m33{
        padding: 5px 0;
    }
    .mess-right .m33 input{
        font-size: 13px;
    }
   
}



/**/
.foot-bg{
    background: #000000;
    padding: 2.3vw 0;
}

.foot-index{
    
}

.foot-left{
    width: 70%;
}

.foot-left .foot-nav li{
    width: 15%;
}

.foot-left .foot-nav > li > a{
    display: block;
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 15px;
}

.foot-left .x-nav-menu > dd > a{
    display: block;
    color: #bcbcbc;
    font-size: 14px;
    line-height: 26px;
}
.foot-left .foot-nav li.lx {
    width: 34%;
}
.foot-left .foot-nav li.lx p{
    color: #bcbcbc;
    font-size: 14px;
    line-height: 26px;
}

.foot-right{
    width: calc(100% - 74%);
}

.lx1{
    width: 62%;
    text-align: right;
}

.lx1 h3{
    color: #fff;
    font-size: 18px;
}

.lx1 h3 span{
    display: block;
    color: #bcbcbc;
    font-size: 14px;
    padding-top: 10px;
}
.lx1 .ct{
    margin-top: 1vw;
}
.lx1 .ct p{
    color: #ffffff;
}

.lx1 .ct p:nth-of-type(1){
    font-size: 16px;
}

.lx1 .ct p:nth-of-type(2){
    font-size: 30px;
    font-weight: bold;
}

.lx2{
    width: 30%;
}

.lx2 img{
    max-width: 100%;
    height: auto;
}


.cop-bg{
    background: #000;
    border-top: 1px solid #4d4d4d;
    padding: 1vw 0;
}

.cop-index{
    text-align: center;
    color: #bcbcbc;
    font-size: 14px;
    line-height: 22px;
}

.cop-index a{
     color: #bcbcbc;
}

.smtg{
    display: block;
    margin: 0 auto;
}

.smtg p{
    width: 150%;
    left: 50%;
    margin-left: -50%;
    bottom: 30px;
}

@media(max-width: 767px){
    .foot-right{
        width: 100%;
    }
    .lx1 h3{
        font-size: 14px;
    }
    .lx1 .ct p:nth-of-type(2){
        font-size: 16px;
    }
    .cop-index{
        font-size: 14px;
    }
}


@media(max-width: 1400px){
.about-left .a22{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

}


@media(max-width: 1024px){
.about-left .a22{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}

}

@media(max-width: 768px){
.about-left .a33{
    display: none;
}

}


@media(max-width: 414px){
    .about-left .a22{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}
    }



.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }





































