body {
    /* background: #002956 !important; */
  }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed, 
  figure, figcaption, footer, header, hgroup, 
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "微软雅黑";
  }
  article, aside, details, figcaption, figure, 
  footer, header, hgroup, menu, nav, section {
    display: block;
  }
  body {
    line-height: 1;
    /* overflow: hidden; */
  }
  ol, ul {
    list-style: none;
  }
  blockquote, q {
    quotes: none;
  }
  blockquote:before, blockquote:after,
  q:before, q:after {
    content: '';
    content: none;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  * { 
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  html, body {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
  }
  body::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 0px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
  }
  .service::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 0px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
  }
  body {
    /* font-family: 'Montserrat', sans-serif; */
    /* line-height: 1.3; */
    -webkit-font-smoothing: antialiased;
  }
  a{
    text-decoration:none; 
    color: black;
  }
  p a{
    -webkit-user-select:none;
  
    -moz-user-select:none;
  
    -ms-user-select:none;
  
    user-select:none;
  }
  a:hover{
    text-decoration:none;
  }
  a:active{
    text-decoration:none;
  }
  a:visited{
    text-decoration:none;
  }
  a:link{
    text-decoration:none; 
  }
  p{
    user-select: none;
  }
/* 列表页 */
.bannerNew{
    width: 100%;
    height: 115px;
    overflow: hidden;   
    background: url(../img/quListBanner.jpg) no-repeat center;
    background-size: cover;
}
.headImg{
    float: left;
    width: 375px;
    margin-top: 20px;
}
.listBox {
    width: 1220px;
    margin: 0 auto;
}
.navigation {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    user-select: none;
    font-weight: normal !important;
}
.gg{
    width: 100%;
    background: #f0f0f0;
   /* padding-bottom: 100px; */
}
.ggCenter{
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
}
.ggUl{
    width: 100%;
   background: white;
   padding: 20px 25px 35px 25px;
   margin-bottom: 20px;
   overflow: hidden;
}
.ggLi{
    height: 35px;
   width: 100%;
}
.ggLi p:nth-child(1) {
    width: 920px;
    height: 55px;
    float: left;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.red {
    color: red;
}
.ggLi p:nth-child(2) {
    width: 200px;
    height: 55px;
    float: right;
    color: #a5a5a5;
    font-size: 16px;
}
.ggLi:hover p{
    font-weight: bold;
}
.qyListFy{
    width: 100%;
    height: 60px;
    border-radius: 15px;
    margin-top: 30px;
    background: white;
}
.qyListFyOne{
    width: 50%;
    height: 60px;
    line-height: 60px;
    margin-left: 20px;
    float: left;
    color: #bbbbbb;
}
.qyListFyOne span{
    color: #424242;
}
.qyListFyBox{
    width: 420px;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}
.qlfb{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #f3ecec;
    color: #ec2c43;
    font-weight: bold;
    font-size: 12px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
}
.qlfb:hover{
    border: 1px solid #ec2c43;
}
.qlfx{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 1px solid #f3ecec;
    color: #ec2c43;
    font-weight: bold;
    font-size: 12px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    user-select: none;
}
.qlfx:hover{
    border: 1px solid #ec2c43;
}
.qlfbLeft{
    width: 10px;
}
.qlfbRight{
    width: 10px;
    transform: rotate(180deg);
    margin-left: 8px;
}
.qlfbDh{
    background: #ec2c43;
    color: white;
}

.page{
 width: 420px;
   float: right;
   margin-right: 15px;
   margin-top: 15px;
}
.current{
 display: flex;
   align-items: center;
   justify-content: center;
   width: 30px;
   height: 30px;
   border-radius: 15px;
   border: 1px solid #f3ecec;
   color: #ec2c43;
   font-weight: bold;
   font-size: 12px;
   float: left;
   margin-left: 10px;
   cursor: pointer;
   user-select: none;
}
.page a{
 display: flex;
   align-items: center;
   justify-content: center;
   width: 30px;
   height: 30px;
   border-radius: 15px;
   border: 1px solid #f3ecec;
   color: #ec2c43;
   font-weight: bold;
   font-size: 12px;
   float: left;
   margin-left: 10px;
   cursor: pointer;
   user-select: none;
}
.list{
    width: 100%;
    overflow: hidden;
    background: #f0f0f0;
}
.listBox{
    width: 1220px;
    margin: 0 auto;
}
.listMenu{
    width: 100%;
    height: 60px;
    border-radius: 15px;
    background: white;
    margin-bottom: 30px;
}
.listMenuLi{
    height: 60px;
    overflow: hidden;
    margin-left: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 60px;
    float: left;
    cursor: pointer;
    user-select: none;
}
.listMenuLiDh{
    border-bottom: 3px solid #3b5da6;
    color: #3b5da6;
}
.listSx{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    background: white;
    border-radius: 15px;
    margin-bottom: 30px;
}
.listSxLi{
    width: 100%;
   padding: 10px 30px;
   overflow: hidden;
}
.listSxLeft {
    float: left;
    width: 75px;
    overflow: hidden;
    color: black;
    font-size: 14px;
    line-height: 35px;
    user-select: none;
}
.listSxRight {
    float: left;
    width: 1000px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    font-size: 14px;
}
.listSxRightLi {
    float: left;
    color: #949697;
    padding: 5px 12px;
    margin: 5px 0;
}
.listSxRightLiOne {
    padding: 5px 12px;
    color: #fff;
    background-image: linear-gradient(to right, #3560ee, #71a6fc);
    border-radius: 12px;
    float: left;
    margin-top: 5px;
}
.listZx{
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}
.listLi{
    /* height: 175px; */
    width: 100%;
    margin-bottom: 30px;
    border-radius: 15px;
    background: white;
    overflow: hidden;
}
.listLiNew{
   width: 100%;
   height: 80px;
   background: white;
   overflow: hidden;
}
.listLiTop{
    height: 80px;
    border-bottom: 1px solid #fbfbfb;
    background: white;
}
.listLiTopZc{
   height: 60px;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   background: white;
}
.listLiTopP1{
    height: 80px;
    line-height: 80px;
    margin-left: 30px;
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.listLiTopZcP1{
   height: 60px;
   line-height: 60px;
   margin-left: 30px;
   float: left;
   font-size: 18px;
   font-weight: bold;
   color: black;
}
.listLiTopP2{
    height: 30px;
    padding: 0 10px;
    float: left;
    background: #f5f6f7;
    margin-left: 15px;
    font-size: 14px;
    border-radius: 15px;
    line-height: 30px;
    margin-top: 25px;
    color: #495bb5;
}
.listLiTopBtn{
    float: right;
}
.listLiTopBtn1{
    float: left;
    font-size: 16px;
    margin-right: 30px;
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #6577aa;
    color: #6577aa;
    cursor: pointer;
    user-select: none;
}
.listLiTopZcBtn1{
   float: left;
    font-size: 16px;
    margin-right: 30px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #6577aa;
    color: #6577aa;
    cursor: pointer;
    user-select: none;
}
.listLiTopBtn2{
    float: left;
    font-size: 16px;
    margin-right: 30px;
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    border-radius: 20px;
    color: white;
    background-image: linear-gradient(to right, #325fed, #6daaf9);
    cursor: pointer;
    user-select: none;
}
.listLiBot{
    height: 95px;
    width: 100%;
    /* box-shadow: -10px 0px 15px 1px rgba(0, 0, 0, 0.05); */
}
.listLiBot1{
    float: left;
    height: 95px;
    width: 300px;
    /* box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.1); */
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.listLiBot1 img{
    width: 135px;
    display: block;
}
.listLiBot2{
    float: left;
    height: 95px;
    width: 230px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    /* box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.1); */
    color: #a6a6a6;
}
.listLiBot3{
   float: left;
   height: 35px;
   width: 300px;
   color: #a6a6a6;
}
.listLiBot4{
   width: 100%;
   height: 60px;
   font-size: 12px;
   float: left;
   line-height: 60px;
   color: #a6a6a6;
}
.listLiBotP1{
    margin-top: 20px;
    margin-left: 20px;
    height: 15px;
    font-size: 14px;
    line-height: 14px;
    display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
}
.listLiBotP2{
    margin-left: 20px;
    font-size: 14px;
    line-height: 14px;
}
.list{
   width: 100%;
   overflow: hidden;
   background: #f0f0f0;
}
.listBox{
   width: 1220px;
   margin: 0 auto;
}
.details{
   width: 1200px;
   overflow: hidden;
   margin: 0 auto;
}
.detailsQyHead{
   width: 100%;
   background: white;
   height: 50px;
   border-radius: 15px;
   margin-top: 25px;
   margin-bottom: 25px;
}
.detailsQyHeadLi{
   height: 55px;
   float: left;
   color: black;
   line-height: 55px;
   font-size: 16px;
   margin-left: 30px;
   cursor: pointer;
   user-select: none;
   font-weight: bold;
}
.detailsQyHeadLiDj{
   color: #00a6a7;
   border-bottom: 2px solid #00a6a7;
}
.detailsQyText{
   width: 100%;
   overflow: hidden;
   border-radius: 15px;
   background: white;
   padding: 15px 25px;
   margin-bottom: 25px;
}
.detailsQyTextNew{
   width: 100%;
   overflow: hidden;
   background: white;
   padding: 15px 25px;
   margin-bottom: 25px;
}
.dtCenter{
   font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 28px;
  overflow: hidden;
  margin-bottom: 25px;
}
.dtCenter img{
   width: 100%;
}
.dtImg{
   width: 100%;
   height: 250px;
   margin-bottom: 25px;
   overflow: hidden;
}
.dtImgLi{
   width: 200px;  
   height: 120px;
   border-radius: 12px;
   overflow: hidden;
   margin: 0 4px;
   cursor: pointer;
   flex-shrink: 0;
   float: left;
   position: relative;
   margin-left: 28px;
   margin-bottom: 15px;
}
.dtImgLi:nth-child(5n+1){
   margin-left: 0px;
}
.dtImgLi img {
   width: 100%;
   height: 100%;
   display: block;
   -o-object-fit: cover;
   object-fit: cover;
   transition: all .2s linear;
}
.dtInformation{
   width: 100%;
   overflow: hidden;
   margin-bottom: 25px;
}
.business-detail {
   border: 1px #d9dadf solid;
   padding: 15px 25px;
   padding-right: 12px;
   height: 46px;
}
.business-detail {
   position: relative;
   border-radius: 12px;
   border: none;
   background: #f8f8f8;
   padding: 20px;
   height: auto;
}
.business-detail ul {
   overflow: hidden;
   max-height: 158px;
}
.business-detail li {
   display: inline-block;
   vertical-align: top;
   width: 220px;
   font-size: 14px;
   padding: 10px 0;
}
.business-detail li {
   font-size: 15px;
   color: #333;
   line-height: 21px;
   padding: 0 5px 0 0;
   /* margin-bottom: 30px;      */
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
}
.business-detail li span {
   /* display: block; */
   font-size: 14px;
   color: #999;
   line-height: 20px;
   margin-bottom: 8px;
}
.dtAddress{
   width: 100%;
   overflow: hidden;
   margin-bottom: 25px;
}
.job-location {
   box-shadow: 0 0 10px rgba(0,0,0,.1);
   margin-top: 15px;
}
.job-location {
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
   margin-top: 20px;
   font-size: 13px;
   position: relative;
}
.job-location {
   border-radius: 12px;
   border: 1px solid #ededed;
   box-shadow: none;
   margin-top: 0;
}
.location-item {
   position: relative;
}
.job-location .location-address {
   position: relative;
   font-size: 16px;
   color: #333;
   line-height: 22px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   padding: 12px 20px 12px 46px;
   border: none;
   background: 0 0;
   transition: all .2s linear;
}
.job-location .location-address {
   position: relative;
   font-size: 16px;
   color: #333;
   line-height: 22px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   padding: 12px 20px 12px 46px;
   border: none;
   background: 0 0;
   transition: all .2s linear;
}
.job-location .location-address:before {
   content: " ";
   position: absolute;
   width: 18px;
   height: 18px;
   left: 20px;
   top: 14px;
   z-index: 1;
   background: url(https://img.bosszhipin.com/static/file/2022/1q7iss9wuz1664171121020.png) 0 0/18px auto no-repeat;
}
.job-location .location-item .location-address:hover:before,.job-location .location-item.show-map .location-address:before {
   background: url(https://img.bosszhipin.com/static/file/2022/1q7iss9wuz1664171121020.png) 0 -18px/18px auto no-repeat;
}
.company-info-box .job-sec .more-view {
   display: none;
   background: linear-gradient(270deg,#fff 65%,rgba(255,255,255,0) 100%);
   width: 80px;
   text-align: right;
   font-size: 15px;
   color: #00a6a7;
   line-height: 21px;
   padding: 4px 14px 4px 0;
   z-index: 1;
   position: absolute;
   right: 0;
   bottom: 6px;
   transition: font-weight .2s linear;
   box-sizing: border-box;
}
.job-location .location-address {
   position: relative;
   font-size: 16px;
   color: #333;
   line-height: 22px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   padding: 12px 20px 12px 46px;
   border: none;
   background: 0 0;
   transition: all .2s linear;
}
.company-new .job-box .map-container {
   height: 172px;
}
.job-location img, .location-item .amap-icon img {
   width: 100%;
   vertical-align: top;
}
.job-location p {
   cursor: pointer;
   position: absolute;
   right: 12px;
   bottom: 12px;
   -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
   padding: 2px 10px 2px 40px;
   background: url(../images/map-icon.png) no-repeat 8px center #fff;
}
.job-location p {
   font-size: 14px;
   color: #333;
   line-height: 20px;
   padding: 8px 16px 8px 40px;
   background: url(https://img.bosszhipin.com/static/file/2022/oqp2zomui31661947170536.png) 12px 7px/21px 21px no-repeat,#fff;
   box-shadow: 0 3px 40px 0 rgba(153,153,153,.3);
   border-radius: 12px;
}
.job-location .location-address {
   position: relative;
   font-size: 16px;
   color: #333;
   line-height: 22px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   padding: 12px 20px 12px 46px;
   border: none;
   background: 0 0;
   transition: all .2s linear;
}
.job-location .location-address:before {
   content: " ";
   position: absolute;
   width: 18px;
   height: 18px;
   left: 20px;
   top: 14px;
   z-index: 1;
   background: url(https://img.bosszhipin.com/static/file/2022/1q7iss9wuz1664171121020.png) 0 0/18px auto no-repeat;
}
.job-location .location-address:after {
   content: " ";
   position: absolute;
   bottom: 0;
   left: 20px;
   right: 20px;
   height: 1px;
   background: #ededed;
}
.detailsZwGt{
  width: 150px;
  height: 45px;
  font-size: 18px;
  color: white;
  background: #00d1d0;
  text-align: center;
  line-height: 45px;
  margin-top: 15px;
  user-select: none;
  cursor: pointer;
  border-radius: 10px;
}
.dtZg{
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.dtZgImg{
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 25px;
  float: left;
  margin-top: 20px;
}
.dtZgP{
  float: left;
  margin-left: 15px;
  width: 600px;
  margin-top: 20px;
}
.dtZgP1{
  width: 100%;
  height: 35px;
}
.dtZgP1 p:nth-child(1){
  font-size: 18px;
  color: black;
  line-height: 18px;
  float: left;
}
.dtZgP1 p:nth-child(2){
  float: left;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  line-height: 18px;
  margin-left: 25px;
}
.dtZgP2{
  font-size: 15px;
  color: #666;
  align-items: center;
}
.detailsLeft{
   width: 845px;
   float: left;
}
.detailsLeftNew{
   width: 100%;
   float: left;
}
.detailsRight{
   float: right;
   background: white;
   border-radius: 15px;
   width: 345px;
   padding: 15px 25px;
}
.detailsRightLi{
   width: 100%;
   margin-bottom: 35px;
   /* height: 120px; */
   overflow: hidden;
}
.detailsRightLiHead{
   width: 100%;
   height: 35px;
   font-size: 14px;
   font-weight: bold;
   line-height: 14px;
   user-select: none;
   white-space:nowrap;
   text-overflow:ellipsis;
   -o-text-overflow:ellipsis;
   overflow: hidden;	
}
.dtHead{
   width: 100%;
   height: 25px;
   margin-bottom: 15px;
   /* color: #222222; */
   font-size: 18px;
   font-weight: bold;
   user-select: none;
   color: #1f5ac9;
}
.detailsRightLiHead a{
   color: #4e80dd;
}
.detailsRightLi1{
   width: 50%;
   float: left;
   height: 45px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.detailsRightLi1 img{
   width: 60px;
}
.detailsRightLi2{
   width: 50%;
   float: left;
}
.detailsRightLi3{
   width: 100%;
   float: left;
}
.detailsRightLiP1{
   margin-left: 20px;
   height: 28px;
   font-size: 14px;
   line-height: 14px;
}
.detailsRightLiP2{
   margin-left: 20px;
   font-size: 14px;
   line-height: 14px;
}
.listZc{
   width: 100%;
   line-height: 80px;
   float: left;
   font-size: 24px;
   font-weight: bold;
   color: black;
   text-align: center;
}
.newboxRightLi{
   width: 100%;
   height: 180px;
   margin-bottom: 20px;
   border-radius: 15px;
   overflow: hidden;
   /* box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); */
}
.nbrLeft{
   height: 180px;
   float: left;
   width: 30%;
   position: relative;
}
.nbrLeftTips{
   position: absolute;
   top: 0px;
   left: 20px;
   padding: 15px 10px;
   color: white;
   background: #1777cb;
   font-size: 12px;
}
.nbrRight{
   height: 180px;
   width:70%;
   float: left;
   background: white;
}
.nbrRightTxt{
   width: 96%;
   margin: 0 auto;
   margin-top: 25px;
}
.nbrRightHead{
   height: 30px;
   width: 100%;
   font-size: 18px;
   font-weight: bold;
   color: #666666;
   white-space:nowrap;
   text-overflow:ellipsis;
   -o-text-overflow:ellipsis;
   overflow: hidden;
   line-height: 18px;
}
.nbrRightP{
   width: 100%;
   line-height: 30px;
   font-size: 12px;
   color: #999999;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
   text-indent: 2em;
   height: 90px;
}
.nbrRightP1{
   width: 100%;
   line-height: 30px;
   height: 30px;
   font-size: 12px;
   color: #999999;
}
.listZxBox{
   overflow: hidden;
   width: 100%;
}
.listZxBox .listZx{
   display: none;
}
.listZxBox .show{
   display: block;
}
.ListSs{
   width: 200px;
   float: right;
   height: 40px;
   margin-right: 15px;
   border-radius: 15px;
   overflow: hidden;
   margin-top: 10px;
}
.ListSsInt{
   width: 150px;   
   height: 40px;
   background: none;
   border: none;
   outline: none;
   padding-left: 15px;
   border: 1px solid rgba(0, 0, 0, 0.3);
   float: left;
   border-radius: 15px;
}
.ListSsBtn{
   float: left;
   width: 50px;
   height: 40px;
   text-align: center;
   line-height: 40px;
   font-size: 14px;
   cursor: pointer;
   user-select: none;
}
.ywTip{
   position: fixed;
   bottom: 53px;
   right: 15px;
   background: #e34d4b;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   padding: 0px 14px;
   height: 45px;
}
.ywTipImg{
   width: 20px;
   display: block;
   float: left;
   margin-top: 13px;
}
.ywTipTxt{
   float: left;
   font-size: 14px;
   margin-left: 12px;
   color: white;
   line-height: 45px;
}
.business-detail ul li{
   font-size: 13px;
}
.ggContent{
   width: 1200px;
}
.ggBox{
   width: 100%;
   margin-bottom: 35px;
   overflow: hidden;
}
.ggBox1{
   width: 100%;
   margin-bottom: 35px;
}
.ggBoxImg1{
   width:792px;
   height: 445px;
   float: left;
}
.ggBoxP1{
   width:calc(100% - 812px);
   float: right;
   margin-top: 125px;
}
.ggBoxHead{
   height: 60px;
   font-size: 32px;
   line-height: 32px;
   font-weight: bold;
   color: red;
}
.ggBoxTxt{
   width: 100%;
   font-size: 14px;
   line-height: 36px;
   color: #4d4d4d;
   text-indent: 2em;
}
.ggBoxP2{
   height: 390px;
   width: 605px;
   float: left;
}
.ggBoxTxt2{
   width: 100%;
   font-size: 14px;
   line-height: 36px;
   color: #4d4d4d;
   text-indent: 2em;
}
.ywdata{
   margin-top: 30px;
   width: 100%;
   overflow: hidden;
}
.ywdata1{
   margin-top: 0;
}
.ywdataHead{
   font-size: 14px;
   color: #2a2a2a;
   height: 40px;
   line-height: 14px;
   font-weight: bold;
}
.ywdataUl{
   width: 100%;
   overflow: hidden;
   font-weight: bold;
}
.ywdataLi{
   width: 33.33%;
   float: left;
   margin-bottom: 33px;
}
.ywdataLi1{
   width: 100%;    
   height: 37px;
   font-size: 14px;
   line-height: 14px;
}
.ywdataLi2{
   height: 26px;
   color: #e14c48;
   font-size: 26px;
   line-height: 26px;
}
.ywdataLi2 span{
   font-size: 14px;
   color: #2a2a2a;
}

.ggBoxImg2{
   width:calc(100% - 625px);
   float: right;
}
.ggBoxImg3{
   width: 530px;
   float: left;
}
.ggBoxP3{
   width:calc(100% - 550px);
   float: right;
}
.ywRedHead{
   height: 72px;
   width: 100%;
   font-size: 32px;
   color: #e14c48;
   font-weight: bold;
   line-height: 32px;
}
.ggBoxP4{
   width: 660px;
   float: left;
   overflow: hidden;
}
.ggBoxImg4{
   width:calc(100% - 680px);
   float: right;
   margin-top: 30px;
}
.ggBoxImg5{
   width: 590px;
   float: left;
}
.ggBoxP5{
   width:calc(100% - 610px);
   float: right;
}
.ggBoxP6{
   width:calc(100% - 610px);
   float: right;
}