
html,
      body {
        position: relative;
        height: 100%;
      }

      body {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }

      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper .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;
      }

      .swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        /* object-fit: cover; */
      }

      /*  */

      #cxlrwG{ height: 460px;}
        #cxlrwG .swiper-slide { text-align:center;position: relative; width: 700px;}
        #cxlrwG .slide-tit { position: absolute; bottom: 0; left:-175px !important; width:100%; width:700px; height: 45px; background-color: rgba(0, 0, 0, .5); }
        #cxlrwG .slide-tit a { color: #fff; font-size: 13px; line-height: 45px; text-decoration:none; display: block; text-align: center; }
        #cxlrwG .swiper-button-prev:after,
        #cxlrwG .swiper-button-next:after { content: ' ';}
        #cxlrwG .swiper-button-prev {background: url(http://upload.usanqin.com/2022/0614/1655190280652.png) no-repeat center center;}
        #cxlrwG .swiper-button-next {background: url(http://upload.usanqin.com/2022/0614/1655190280652.png) no-repeat center center;transform: rotate(180deg);}
/*  */
        *{
            padding: 0;
            margin: 0;
        }

        a{
            text-decoration: none;
        }

        .box{
            min-width: 1200px;
        }

        .bigImg{
            width: 100%;
        }

        .bigImg img{
            width: 100%;
        }

        /*  */

        .container{
            width: 1200px;
            margin: auto;
        }

        .titleImg{
            width: 100%;
            height: 160px;
        }

        /*  */
        .container_item1{
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .container_item1 img{
            height: 100% !important;
        }

        .conItem1_left{
            width: 630px;
            margin-right: 20px;
        }

        .conItem1_right{
            flex: 1;
        }

        .mySwiper .swiper-slide{
            position: relative;
            
        }

        .mySwiper .swiper-slide>.bottomTitle{
            position: absolute;
            width: 100%;
            height: 40px;
            background: rgba(204,0,0,0.8);
            text-align: center;
            line-height: 40px;
            left: 0;
            bottom: 0;
            color: white;
        }

        /*  */
        .conItem1_text{
            padding: 10px;
            box-sizing: border-box;
        }
        .conItem1_text h3{
            margin: 0 0 4px;
        }

        .conItem1_text h3 a{
            font-size: 18px;
            color: #000000;
        }

        .summary{
            line-height: 28px;
            padding-top: 10px;
            color: #727272;
            text-indent: 2rem;
            font-size: 16px;
        }

        .summary a{
            color: #727272;
        }

        /* container_item2 */
 
        
        .container_item2{
            display: flex;
            justify-content: space-between;
        }

        .container_item2>div{
            width: 600px;
        }

        .container_item2 .conItem2_text:nth-child(1){
            padding-top: 0;
        }
        .conItem2_text{
            padding: 10px;
            box-sizing: border-box;
            border-bottom: 1px dotted gray;
        }

        .conItem2_text h3{
            margin-bottom: 4px;
        }

        .conItem2_text  h3 a{
            font-size: 18px;
            color: #000000;
        }

        .conItem2_con{
            display: flex;
            justify-content: space-between;
        }

        .conItem2_conImg{
            width: 160px;
            height: 120px;
            margin: 8px 8px 8px 0;
        }

        .conItem2_conImg img{
            width: 100%;
            height: 100%;
        }

        .conItem2_con .summary{
            flex: 1;
            font-size: 14px;
        }

        .conItem2_con .summary a{
            color: #000000;
        }

        /*  */
        .conItem2_right{
            width: 600px;
            padding: 0 20px;
            box-sizing: border-box;
        }
        .conItem2_top{
            display: flex;
            justify-content: space-between;
        }
        .conItem2_top>a{
            width: 270px;
            display: block;
            margin: 0 0 6px;
            padding: 2px;
            box-sizing: border-box;
        }

        .conItem2_top_img{
            width: 100%;
            height: 170px;
        }

        .conItem2_top_img img{
            width: 100%;
            height: 100%;
        }

        .conItem2_top>a>p{
            text-align: center;
            color: #000000;
        }
        /*  */

        .textItem{
            width: 100%;
            position: relative;
            height: 46px;
            line-height: 46px;
            padding-left: 15px;
            box-sizing: border-box;
        }

        .textItem::before{
        
            content: ' ';
            position: absolute;
            left: 0;
            top: 21px;
            width: 5px;
            height: 5px;
            background-color: #c30;
        }

        .textItem a{
            color: #000000;
            font-size: 16px;
        }

        /*  */

        .lb{
            margin: 40px 0;
        }


        footer{
            height: 135px;
            margin-top: 20px;
            padding-top: 15px;
            padding-bottom: 15px;
            background-color: #10bcc9;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-around;
            color: white;
            font-size: 20px;
        }
      