
.wrap{ max-width:1400px; width:92%; margin: 0 auto;}
img{ transition: all 0.5s;}
a{color:#4a4a4b}
a:hover{color:#183883}
a:visited{color:#183883}
a:active,a:focus,a:hover{color:#183883}
/*shouye*/
.tit_1{
text-align: center;
    font-size:  var(--yx_FS36);
    color: #183883;
    font-weight: bold;
    position: relative;
}
.tit_1:before{
  width: 58px;
    height: 8px;
    content: "";
    position: absolute;
    z-index: 1;
        left: 38%;
    top: 24px;
    display: block;
background: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2022062011345418081/cms/image/39048de4-fdb3-4ce2-987c-78df2c250d5f.png) no-repeat center;
}
.tit_1:after{
   width: 58px;
    height: 8px;
    content: "";
    position: absolute;
    z-index: 1;
        right: 38%;
    top: 24px;
    display: block;
background: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2022062011345418081/cms/image/41ee64f1-751a-4f27-b9ae-8996ff083db5.png) no-repeat center;
}
.tit_2{
font-size: var(--yx_FS60);
    color: #f2f2f3;
    font-weight: 300;
  line-height: 0 !important;
    text-align: center;
      padding-top: 15px;
}
.p_btitle{font-size: var(--yx_FS36);
    font-weight: bold;
    line-height: 1.6;
    color: #ffffff;}
.p_btitle a{color: #ffffff;}

:root {
  --yx_FS72: 72px;
  --yx_FS60: 60px;
  --yx_FS54: 54px;
  --yx_FS48: 48px;
  --yx_FS45: 45px;
  --yx_FS42: 42px;
  --yx_FS38: 38px;
  --yx_FS36: 36px;
  --yx_FS30: 30px;
  --yx_FS28: 28px;
  --yx_FS24: 24px;
  --yx_FS22: 22px;
  --yx_FS18: 18px;
  --yx_FS16: 16px;
  --yx_FS14: 14px;
  --yx_Color: #d66320;
  --yx_CTwo: #d66320;
  --yx_Grad: linear-gradient(120deg, #1ea83a, #1d327c);
}

/*end*/
a:active,
a:hover,
a:focus,
a:visited{
  outline: none !important;
  text-decoration: none;
}
a {
  cursor: pointer;
}
i {
  font-style: normal;
}

/*页面滚动条*/
html::-webkit-scrollbar { width: 5px; height: 5px; background-color: #ddd; }
html::-webkit-scrollbar-track { border-radius: 0; background-color: #ddd; }
html::-webkit-scrollbar-thumb { border-radius: 0; width: 17px; height: 17px; background-color: var(--yx_Color); }


/*media*/
@media only screen and (max-width:1440px){
  :root {
    --yx_FS72: 54px;
    --yx_FS60: 48px;
    --yx_FS54: 42px;
    --yx_FS48: 45px;
    --yx_FS45: 42px;
    --yx_FS42: 38px;
    --yx_FS38: 30px;
    --yx_FS36: 28px;
    --yx_FS30: 26px;
    --yx_FS28: 24px;
    --yx_FS24: 22px;
    --yx_FS22: 18px;
    --yx_FS18: 16px;
    --yx_FS16: 14px;
  }
}
@media only screen and (max-width:1366px){
  :root {
    --yx_FS72: 42px;
    --yx_FS60: 45px;
    --yx_FS54: 42px;
    --yx_FS48: 45px;
    --yx_FS45: 38px;
    --yx_FS42: 36px;
    --yx_FS38: 28px;
    --yx_FS36: 26px;
    --yx_FS30: 24px;
    --yx_FS28: 22px;
    --yx_FS24: 20px;
    --yx_FS22: 16px;
    --yx_FS18:16px;
    --yx_FS16:14px;
    --yx_FS14:12px;
  }
}
@media only screen and (min-width:1025px) {

}
/*pad*/
@media only screen and (min-width:769px) and (max-width:1024px){

}
/*phone*/
@media only screen and (max-width:768px) {
  :root {
    --yx_FS72: 36px;
    --yx_FS60: 42px;
    --yx_FS54: 38px;
     --yx_FS48: 32px;
     --yx_FS30: 20px;
   --yx_FS16:14px;
  }
  .e_bannerA-4{     margin-top: 70px;}
}
/*end*/


/*图片列表*/
.fa_l2{
  display: block;
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
  margin-bottom: 50px;
}
.fa_l3 {
  display: block;
  width: calc((100% - 40px) / 3);
}
.fa_l4 {
  display: block;
  width: calc((100% - 90px) / 4);
  margin-right: 30px;
  margin-bottom: 30px;
}
.fa_l5 {
  display: block;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
}
.fa_l6 {
  display: block;
  width: calc((100% - 50px) / 6);
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 414px) {
  .fa_l2, .fa_l3, .fa_l4, .fa_l5, .fa_l6 {width: 100%; }
  
}
@media only screen and (min-width: 769px) {
  .fa_l2:nth-child(2n),
  .fa_l3:nth-child(3n),
  .fa_l4:nth-child(4n),
  .fa_l5:nth-child(5n),
  .fa_l6:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width:768px) {
  .fa_l2,
  .fa_l3 {
    display: block;
    width: 100%;
    margin: 0;
  }
  .fa_l5,
  .fa_l6,
  .fa_l4 {
    display: block;
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .fa_l5:nth-child(2n),
  .fa_l6:nth-child(2n),
  .fa_l4:nth-child(2n) {
    margin-right: 0;
  }
}
/*图片限制*/
.fa_Img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.fa_Img img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.fa_Imgmax img {
  max-width: 100%!important;
  max-height: 100%!important;
  min-width: 0%!important;
  min-height: 0%!important;
  width: auto!important;
  height: auto!important;
}
.fa_Imgmin img {
  min-width: 101%!important;
  min-height: 101%!important;
  object-fit: cover!important;
}
.fa_li:hover .fa_Img img {
  transform: translate(-50%, -50%) scale(1.2);
}
.content{ }
.content p{
font-size: 16px;
    line-height: 30px;
}
.content table{
  border-collapse: collapse;
    border: 1px solid #b0d4e8;
    line-height: 30px;
   font-size: 14px;
       margin-top: 15px;
}
.content table thead{    
  border: 1px solid #b0d4e8;
  background: #b0d4e8; 
  line-height: 60px;

}
.content table thead th{
  padding-left: 15px;
    border: 1px solid #ffffff;
}
.content table tr{}
.content table td{padding-left: 15px;
    border: 1px solid #b0d4e8; padding-right: 15px;}
