

.pcatinx{
    overflow: hidden;
    border-top: 1px solid #d9d6da;
    border-bottom: 1px solid #d9d6da;
    margin-bottom: 0.71vw;
}
.ul-pat{
    padding: 0 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.ul-pat li{
    overflow: hidden;
}
.ul-pat li a{
    display: block;
}
.ul-pat .ico{
    float: left;
    width: 60px;
    height: 105px;
    line-height: 105px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
}
.ul-pat .ico.i1{
    background-image: url(../images/ico4.png);
}
.ul-pat .ico.i2{
    background-image: url(../images/ico5.png);
}
.ul-pat .ico.i3{
    background-image: url(../images/ico6.png);
}
.ul-pat .ico.i4{
    background-image: url(../images/ico7.png);
}
.ul-pat .ico.i5{
    background-image: url(../images/ico8.png);
}
.ul-pat .ico.i6{
    background-image: url(../images/ico9.png);
}
.ul-pat .txt{
    overflow: hidden;
    padding-top: 24px;
}
.ul-pat .cn{
    color:#333333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}
.ul-pat .en{
    font-family: Arial;
    font-size: 11px;
    color:#333333;
    text-transform: uppercase;
}
.m-probox{
    overflow: hidden;
}
.m-probox .w25{
    width: 25%;
    float: left;
    padding-right: 30px;
}
.m-probox .w25:last-child{
    padding-left: 30px;
    padding-right: 0;
}
.m-probox .w25 .pic{
    height: 13.65vw;
}
.m-probox .item{
    margin-bottom: 1.15vw;
}
.m-probox .tit{
    line-height: 2.6vw;
    text-align: center;
    font-size: 16px;
    color:#333333;
    background: #ededed;
}
.m-probox .name{
    line-height: 4.17vw;
    background: #ededed;
    overflow: hidden;
    padding: 0 0 0 3.65vw;
    font-size: 18px;
    color:#333;
    position: relative;
}
.m-probox .name .more{
    float: right;
    width: 159px;
    height: 38px;
    font-size: 15px;
    color:#666666;
    border:1px solid #b3b3b3;
    border-radius: 30px;
    overflow: hidden;
    line-height: 34px;
    text-align: center;
   position: absolute;
   top: 50%;
   right: 3.65vw;
   margin-top: -19px;
}
.m-probox img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m-probox  .w50{
    width: 50%;
    float: left;
}
.m-probox  .w50 .pic{
    overflow: hidden;
    height: 29.53vw;
}
.row2{
    overflow: hidden;
    background: url(../images/bg1.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 53px 0 58px;
    color:#fff;
}
.row2 .l{
    width: calc(100% - 416px);
    overflow: hidden;
    padding-right: 60px;
}
.row2 .l .tit{
    margin-bottom: 55px;
}
.row2 .l .tit span{
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
}
.row2 .l .tit p{
    font-size: 2.86vw;
    font-weight: bold;
}
.ul-list1{
    display: flex;
    justify-content: space-between;
}
.ul-list1 li{
    width: 100px;
    text-align: center;
}
.ul-list1 li .ico img{
    display: block;
    margin:0 auto 17px;
}
.ul-list1 .desc{
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.ul-list1 .num{
    width: 38px;
    height: 38px;
    border:2px solid #fff;
    line-height: 34px;
    font-family: Arial;
    font-size: 18px;
    border-radius: 50%;
    margin:0 auto;
    font-weight: bold;
}
.row2 .r .more{
    display: block;
    width: 313px;
    background-color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    line-height: 48px;
    border-radius: 30px;
    color:#333333;
    float: right;
    margin-bottom: 47px;
}
.row3{
    overflow: hidden;
    padding: 46px 0;
}
.ul-ystab{
    text-align: center;
    margin-bottom: 2.5vw;
}
.ul-ystab li{
    display: inline-block;
    margin:0 2.6vw;
    position: relative;
}
.ul-ystab li.act::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom:-10px;
    margin:0 auto;
    width: 15px;
    height: 7px;
    background: url(../images/ico22.png) no-repeat;
}
.ul-ystab .ico img{
    display: block;
    margin:0 auto 13px;
}
.ul-ystab .tit{
    font-size: 18px;
    color:#666666;
    font-weight: bold;
}
.ul-ystab li:hover .tit,
.ul-ystab li.on .tit{
    color:#333333;
}
.swiper-1 .txt{
    display: none;
}
.swiper-1 .pic{
    position: relative;
    overflow: hidden;
    height: 548px;
    margin-top: 17px;
}
.swiper-1 .pic::after {
    content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);  
}

.swiper-1 .swiper-slide-next .pic {
  -webkit-transform: scale(0.9) translateX(-10%);
  -moz-transform: scale(0.9) translateX(-10%);
  -ms-transform: scale(0.9) translateX(-10%);
  -o-transform: scale(0.9) translateX(-10%);
  transform: scale(0.9) translateX(-10%);
}
.swiper-1 .swiper-slide-prev .pic {
  -webkit-transform: scale(0.9) translateX(10%);
  -moz-transform: scale(0.9) translateX(10%);
  -ms-transform: scale(0.9) translateX(10%);
  -o-transform: scale(0.9) translateX(10%);
  transform: scale(0.9) translateX(10%);
}
.swiper-1 .swiper-slide {
  z-index: 1;
}
.swiper-1 .swiper-slide-active {
  z-index: 2;
}
.swiper-1 .swiper-slide-active .txt{
    display: block;
}
.swiper-1 .txt{
    float: left;
    width: 179px;
    height: 584px;
    background: #666366;
    padding:32px 36px 0;
    color:#fff;
    position: relative;
}
.swiper-1 .txt::after {
    content: '';
    display: block;
    position: absolute;
    right: -11px;
    top: 0;
    width: 15px;
    height: 17px;
    background: url(../images/ico54.png) no-repeat;
}
.swiper-1 .txt .num{
    margin:0 auto 30px;
    width: 109px;
    height: 111px;
    background: url(../images/ico23.png) no-repeat;
    text-align: center;
    font-size: 43px;
    font-family: Impact;
    line-height: 111px;
}
.swiper-1 .txt .desc{
    writing-mode:vertical-rl;
    font-size: 15px;
    line-height: 1.75;
    height: 240px;
    margin-bottom: 39px;
}
.swiper-1 .txt .lin{
    height: 1px;
    background: #7c7c7f;
    margin-bottom: 50px;
}
.swiper-1 .txt .img{
    height: 26px;
    background: url(../images/pic3.jpg) no-repeat center; 
}
.swiper-1 .swiper-button-next{
    width:49px;
    height: 49px;
    background-image: url(../images/ico25.png);
    -webkit-background-size: cover;
    background-size: cover;
    right:5%;
    margin-top: 0;
    z-index: 2;
    margin-top: -25px;
}
.swiper-1 .swiper-button-prev{
    width:49px;
    height: 49px;
    background-image: url(../images/ico24.png);
    -webkit-background-size: cover;
    background-size: cover;
    left:5%;
    margin-top: 0;
    z-index: 2;
    margin-top: -25px;
}
.row4{
    overflow: hidden;
    background: url(../images/bg2.jpg) no-repeat;
    padding: 47px 0;
}
.swiper-2 .ico img{
    display: block;
    margin:0 auto;
    position: relative;
    z-index: 2;
}
.swiper-2 .txt{
    color:#fff;
    margin-top:-68px;
    height: 377px;
    padding: 118px 40px 0;
    background: rgba(86, 86, 86, 0.7);
}
.swiper-2 .txt .tit{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 33px;
}
.swiper-2 .txt .desc{
    font-size: 16px;
    line-height: 1.81;
}
.swiper-2 .swiper-slide:hover .txt{
    background: rgba(218, 36, 27, 0.7);
}
.swiper-3 .pic{
    position: relative;
    padding-top: 76.5%;
    height: 0;
    overflow: hidden;
}
.swiper-3 .tit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color:#fff;
    background: rgba(0, 0, 0, 0.4);
}
.swiper-3 .pic:hover .tit{
    display: none;
}

.swiper-3 .hide{
    position: absolute;
    top: 200%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    transition:all .3s;
}
.swiper-3 .pic:hover .hide{
    top: 0;
}
.swiper-3 .xq{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swiper-3 .ico{
    width: 67px;
    height: 56px;
    margin: 0 auto 20px;
    background: url(../images/ico30.png) no-repeat;
}
.swiper-3 .name{
    font-size: 24px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 30px;
}
.swiper-3 .btn{
    width: 141px;
    height: 35px;
    margin: 0 auto;
    font-size: 16px;
    color:#fff;
    line-height: 33px;
    border:1px solid #fff;
    border-radius: 20px;
}
.row5{
    overflow: hidden;
    padding: 40px 0 20px;
}
.row6{
    overflow: hidden;
    padding: 3.33vw 0 4.84vw;
    position: relative;
    background: url(../images/ico47.png) no-repeat;
}
.row6 .g-tit.tl{
    margin-bottom: 2.71vw;
}
.row6 .txt{
    width: 680px;
    float: left;
}
.row6 .txt .desc{
    color:#333333;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 2.5vw;
}
.row6 .txt .link{
    overflow: hidden;
}
.row6 .txt .link a{
    width: 215px;
    height: 109px;
    float: left;
    padding-left: 90px;
    padding-top: 20px;
    border:1px solid #d7d4d7;
    background-repeat: no-repeat; 
    background-position: left 27px center;
    margin-right: 20px;
}
.row6 .txt .link a.a1{
   background-image: url(../images/ico50.png);  
}
.row6 .txt .link a.a2{
   background-image: url(../images/ico49.png);  
}
.row6 .txt .link a:hover{
    background: #cf0102;
}
.row6 .txt .link a:hover .cn,
.row6 .txt .link a:hover .en{
    color:#fff;
}
.row6 .txt .link a.a1:hover{
   background-image: url(../images/ico48.png);  
    background-repeat: no-repeat; 
    background-position: left 27px center;
}
.row6 .txt .link a.a2:hover{
   background-image: url(../images/ico51.png);  
    background-repeat: no-repeat; 
    background-position: left 27px center;
}
.row6 .txt .link .cn{
    font-weight: bold;
    font-size: 20px;
    color:#333333;
}
.row6 .txt .link .en{
    font-size: 16px;
    color:#919191;
    font-family: Arial;
}
.row6 .pic{
   position: absolute;
   right: 0;
   width: 53.23vw;
}
.row6 .pic img{
    display: block;
    max-width: 100%;
    height: auto;
}
.m-num{
    overflow: hidden;
    padding: 66px 0 38px;
}
.m-num li{
    float: left;
    width: 25%;
}
.m-num li .con{
    width: 260px;
    margin:0 auto;
    position: relative;
}
.m-num li .tit{
    font-size: 16px;
    color:#666666;
}
.m-num li .ico{
    position: absolute;
    bottom: 42px;
    left: 0;
}
.m-num li .tit span{
    font-size: 65px;
    font-family: Impact;
    color:#DA241D;
}
.m-num li .tit em{
    font-style: normal;
   font-size: 30px;
    font-family: Impact;
    color:#DA241D;
}
.row7{
    overflow: hidden;
    padding:63px 0 75px;
    background: url(../images/pic7.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.m-zp{
    color:#fff;
}
.m-zp::after {
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.m-zp .txt{
    width: 750px;
    float: left;
    padding-top: 12px;
}
.m-zp .item{
    padding-left: 143px;
    background-position: left;
    background-repeat: no-repeat;
    margin-bottom: 1.41vw;
}
.m-zp .item .tit{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 4px;
}
.m-zp .item .desc{
    font-size: 15px;
    line-height: 2.13;
}
.m-zp .item:nth-child(1){
    background-image: url(../images/ico36.png);
}
.m-zp .item:nth-child(2){
    background-image: url(../images/ico37.png);
}
.m-zp .item:nth-child(3){
    background-image: url(../images/ico38.png);
}
.m-zp .pic{
    width: 34.01vw;
    height: 28.65vw;
    background: url(../images/map.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    float: right;
    margin-top: -40px;
}
.m-zpxx{
    overflow: hidden;
    margin-top: 7px;
}
.m-zpxx .pic{
    width: 380px;
    height: 249px;

    float: left;
    margin-right: 3.49vw;
    overflow: hidden;
    border-radius: 6px;
    background: url(../images/pic8.jpg) no-repeat;
}
.m-zpxx .icotxt{
    float: left;
    overflow: hidden;
    margin-top: 32px;
    color:#fff;
    padding-left: 97px;
    background: url(../images/ico39.png) no-repeat left ;
}
.m-zpxx .icotxt  .item:first-child{
    margin-bottom: 28px;
}
.m-zpxx .icotxt .t1{
    font-size: 32px;
    margin-bottom: 4px;
    font-weight: bold;
}
.m-zpxx .icotxt .t2{
    font-size: 16px;
    font-weight: bold;
}
.m-zpxx .txt{
    float: right;
    color:#fff;
    padding-top: 40px;
}
.m-zpxx .txt .top{
    padding-left: 15.21vw;
    background: url(../images/tit4.png) no-repeat left;
    -webkit-background-size: 13.33vw auto;
    background-size: 13.33vw auto;
}
.m-zpxx .txt .top a{
    display: block;
    width: 326px;
    height: 45px;
    font-size: 17px;
    font-weight: bold;
    color:#fff;
    text-align: center;
    line-height: 45px;
    background-color: #ed911e;
    overflow: hidden;
    border-radius: 10px;
}
.m-zpxx .txt .top p{
    font-size: 70px;
    font-weight: bold;
}
.m-zpxx .txt .bom{
    font-size: 24px;
    font-weight: bold;
    color:#fff;
    text-align: right;
}
.m-zpxx .txt .bom span{
    color:#FDC635;
}

.row8{
    overflow: hidden;
    padding: 62px 0;
}
.newlist{
  overflow: hidden;
}
.newlist .leftnew{
  float: left;
  width: 940px;
  margin-right: 4.17vw;
}

.slidernew .swiper-slide{
  background-color: #fff;
}
.slidernew .pic{
  overflow: hidden;
  position: relative;
}
.slidernew .pic .time{
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 187px;
    height: 43px;
    line-height: 43px;
    padding-left: 35px;
    background: url(../images/ico41.png) no-repeat;
    color:#fff;
    font-size: 16px;
}
.slidernew .txt{
    padding-top: 28px;
}
.slidernew .txt .tit{
  font-size: 22px;
  color:#333333;
  line-height: 1.5;
  margin-bottom:22px;
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slidernew .txt .desc{
  font-size: 14px;
  color:#777777;
  line-height:2;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.slidernew .txt .time{
  font-size: 16px;
  color:#BBC2CF;
  margin-bottom: 26px;
}
.rightnew{
  overflow: hidden;
}   
.ul-listnew{
  overflow: hidden;
}
.ul-listnew li{
    overflow: hidden;
    margin-bottom: 40px;
}
.ul-listnew li:last-child{
    margin-bottom: 0;
}
.ul-listnew .time{
    float: right;
    width: 82px;
    height: 94px;
    text-align: center;
    background: #f4f1f4; 
    font-size: 24px;
    padding-top: 14px;
    color:#BDBDBD;
    font-family: Arial;
    font-weight: bold;
    line-height: 33px;
    margin-top: 8px;
}

.ul-listnew .txt{
    overflow: hidden;
    padding-right: 35px;
}
.ul-listnew .txt .tit{
    font-size: 22px;
    color:#333333;
    margin-bottom: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-listnew .txt .desc{
  font-size: 14px;
  color:#777777;
  line-height: 2;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}

.links{
    padding: 30px 0 30px;
    overflow: hidden;
    border-top:1px solid #e5e2e5;
}
.links .name{
    width: 124px;
    height: 41px;
    float: left;
    background: url(../images/pic11.jpg) no-repeat;
    margin-right: 40px;
}
.links a{
    font-size: 14px;
    color:#7F7F7F;
    margin-right: 15px;
    padding-top: 10px;
    display: inline-block;
}

.footer{
  overflow: hidden;
  background: #403e41;
  padding-bottom: 26px;
  padding-top: 32px;
}
.footer .info{
  overflow: hidden;
}
.footer .txt{
  float: left;
  width: calc(100% - 613px);
  padding-top: 17px;
  padding-right: 6vw;
}
.footer .txt .xx{
    overflow: hidden;
}
.footer .txt .xx  .ftl{
    float: left;
}
.footer .txt .xx .ftqr{
    float: right;
    width: 196px;
    font-size: 12px;
    color:#fff;
    border:1px solid #5a5a5a;
    padding: 30px;
    text-align: center;
}
.footer .txt .xx .ftqr img{
    display: block;
    margin-bottom: 10px;
}
.footer .logob{
  height: 82px;
  background: url(../images/ico42.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 37px;
}
.footer .tt{
    position: relative;
    top: -6px;
}
.footer span.phone{
    font-size: 26px;
    line-height: 26px;
    margin-right: 10px;
    font-family: Impact;
}
.footer span.tel{
    font-size: 22px;
}
.footer .txt .item{
    overflow: hidden;
    padding-left: 71px;
    padding-top: 2px;
    height: 50px;
    font-size: 14px;
    color:#fff;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 38px;
}
.footer .box{
  overflow: hidden;
}
.footer .box .item{
  float: left;
}
.footer .box .item:first-child{
  margin-right: 75px;
}
.footer .item .en{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.g-form{
  float: right;
  width: 613px;
}
.fd-form{
}
.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    margin-bottom: 17px;
}
.fd-form .item .inp-box{
    width: 49%;
    margin-right: 2%;
    float: left;
    height: 52px;
    overflow: hidden;
}
.fd-form .item .inp-box:last-child{
    margin-right: 0;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #525252;
    padding: 0 27px;
    font-size: 14px;
    color:#fff;
}
.fd-form .item .inp::placeholder{
    color:#fff;
}
.fd-form .item textarea{
    display: block;
    resize: none;
    background-color: #525252;
    height: 85px;
    overflow: hidden;
    width: 100%;
     color:#fff;
    padding: 10px 27px 0;
}
.fd-form .item textarea::placeholder{
    color:#fff;
}

.fd-form .item .btn{
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    overflow: hidden;
    background-color: #DA241D;
    cursor: pointer;
}
.fd-form .item .btn #tj{ width:100%; height:50px; border:0; cursor:pointer; background:none; color:#fff}
.g-form .title{
  margin-bottom: 27px;

}
.g-form .title .entit{
  font-family: Impact;
  text-transform: uppercase;
  color:#7F7F7F;
  font-size: 34px;
}
.g-form .title p{
  font-size: 28px;
  color:#fff;
  line-height: 1.1;
}

.copy{
    background: #343434;
    padding: 20px 0;
}
.copy a,
.copy span{
    font-size: 14px;
    color:#7F7F7F;
}
