/* 这里定义的css会覆盖外部引入的css文件中的定义，同时会被inline中的css定义。html中不应该再出现style标签。除非你作局部替换(scope)——注意，很多浏览器是不支持的scope。 */
.m-top {
margin-top: 100px;
}

.db1{
width: 100%;
background-color: #fff;
position: relative;
z-index: 999;
}
.db1.bb {
box-shadow: 0 0 15px rgba(0,0,0,.1);
background-color: rgba(255,255,255,.96);
position: fixed;
top: 0;
left: 0;
}
.db1 .logo {
width: 315px;
position: relative;
border-bottom: 1px solid #e84344;
}
.db1 .logo img {
width: 50px;
height: 50px;
}
.db1 .logo span {
font-size: 18px;
font-weight: 700;
float: right;
margin-top: 23px;
}
.db1 .nav ul li {
list-style: none;
margin-left: 35px;
height: 100px;
float: left;
text-align: center;
position: relative;
}
.db1 .nav ul li a {
display: block;
font-size: 16px;
font-weight: bold;
color: #333;
line-height: 100px;
cursor: pointer;
}
.db1 .nav ul li:hover a {
color: #df0615;
text-decoration: none;
}
.sy_gg {
width: 100%;
padding: 20px 0;
background-color: #f5f7ff;
border-bottom: 1px solid #e8eaf0;
overflow: hidden;
}
.sy_gg .gg_bt {
width: 80px;
height: 80px;
padding: 14px 6px 10px;
background-color: #df0615;
border-radius: 5px;
font-size: 20px;
letter-spacing: 2px;
font-weight: bold;
line-height: 28px;
text-align: center;
color: #fff;
}
.sy_gg .gg_tz {
width: calc(100% - 120px);
}
.sy_gg .gg_tz .tempWrap {
height: 80px !important;
}
.sy_gg .gg_tz .n_r {
font-size: 18px;
line-height: 30px;
margin-bottom: 20px;
}
.footer {
width: 100%;
background: #0f1222;
line-height: 32px;
color: #999;
overflow: hidden;
}
.footer .ft_xx {
display: flex;
flex-wrap: wrap;
padding: 50px 0;
}
.footer .ft_lx {
width: calc(100% - 136px);
display: flex;
flex-wrap: wrap;
padding-right: 40px;
border-right: 1px solid rgba(255,255,255,.1);
}
.footer .ft_lx .l_g {
width: 320px;
}
.footer .ft_lx .l_g img {
width: 100%;
height: 50px;
display: block;
}
.footer .ft_lx .l_x {
text-align: right;
}
.footer .ft_em {
width: 96px;
display: inline-block;
}
.footer .ft_bq {
padding: 20px 0;
border-top: 1px solid rgba(255,255,255,.1);
}
.an_tm {
align-items: center;
}
.jt_ct {
justify-content: space-between;
}
.sy_gy {
width: 100%;
padding: 80px 0;
overflow: hidden;
}
.sy_gy .gy_xb {
font-size: 18px;
line-height: 28px;
margin-bottom: 20px;
}
.sy_gy .gy_xb strong {
font-size: 22px;
font-weight: bolder;
color: #333;
display: inline-block;
vertical-align: middle;
padding-left: 20px;
position: relative;
}
.sy_gy .gy_xb strong:after {
box-sizing: border-box;
width: 5px;
height: 20px;
position: absolute;
top: 50%;
margin-top: -10px;
left: 0;
content: "";
background-color: #df0615;
}
.sy_gy .gy_xb1 {
font-size: 16px;
line-height: 25px;
margin-bottom: 20px;
padding-left: 20px;
}
.sy_gy .gy_xb1 strong {
font-size: 18px;
font-weight: bolder;
color: #333;
display: inline-block;
vertical-align: middle;
padding-left: 15px;
position: relative;
}
.sy_gy .gy_xb1 p {
margin-bottom: 0px;
}
.sy_gy .gy_xb1 strong:after {
box-sizing: border-box;
width: 7px;
height: 7px;
position: absolute;
top: 70%;
margin-top: -10px;
left: 0;
content: "";
background-color: #df0615;
border-radius: 50%;
}
.dk {
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.list_more {
margin-bottom: 20px;
font-size: 16px;
padding-left: 20px;
text-align: right;
}
.gy_bt {
text-align: left;
position: relative;
margin-bottom: 20px;
width: 250px;
display: inline-block;
}
.gy_bt h3 {
font-size: 32px;
font-weight: bold;
line-height: 44px;
position: relative;
z-index: 9;
}
.gy_bt h4 {
font-size: 16px;
color: #aaa;
text-transform: uppercase;
line-height: 26px;
}
.sy_gy .gy_bt span {
width: 80px;
height: 3px;
background-color: #df0615;
display: block;
margin: 15px 0 25px;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transform: translate(0, 0);
}
.fdj {
color: #949494;
position: revert;
margin-left: -30px;
font-size: 18px!important;
}
.waitMe_container .waitMe .waitMe_content {
position: fixed!important;
top: 220px!important;
z-index: 999999!important;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #b70511;
    border-color: #b70511;
}
.btn-primary {
    color: #fff;
    background-color: #df0615;
    border-color: #df0615;
}
.sppad{
  padding-left: 5px;
    padding-right: 5px;
}
.sdiv0 {
    margin: auto;
    width: 1180px;
}
// body{background:#eaeaea;}
.azt_1 {
  cursor: pointer;
  text-decoration: none;
    color: #fff!important;
}
.xlk1 {
    border: 1px solid #e9e6e6;
    height: 50px;
    background: #fff;
    width: 180px;
    padding: 0 0 0 2%;
    margin: 0;
    cursor: pointer;
    font-size: 15px;
}
.ee li.active {
    height: 40px;
    padding: 8px 4px 12px;
    background-color: #df0615;
}
.ee li {
    width: 12%;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.ee li.active > a{
    text-decoration: none;
    color: #fff;
}
.whdi{
  border: .1rem solid #dcdedd;
    width: 270px;
    height: 280px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #CCCCCC;
    position: relative;
    float: left;
    margin-left:10px;
    margin-right: 10px;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.whp1{
      padding-left: 15px;
      padding-right: 15px;
      font-size: 18px;
  color:#333;
}
.whdia {
    width: 270px;
    height: 280px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 26px;
    padding-left: 0;
    padding-right: 0;
}
.whp1a{
    padding-left: 15px;
    padding-right: 15px;
    color: #999;
}
  .whp1p{padding-left: 15px;
    font-size: 5.25mm;
  color:red;}

.whsp{
  width: 100px;
    height: 32px;
    border: 1px solid #FFFFFF;
    display: block;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    color:  #FFFFFF;
    border-radius: 5px;
    margin: 20px auto;
}

.whsp:hover{
  width: 100px;
    height: 32px;
    border: 1px solid #FF7200;
    display: block;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #FF7200;
    border-radius: 5px;
    margin: 20px auto;
}


.whsp1{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}
.ee{
    display: contents;
  }
  .p_0{
    padding:0;
  margin-top: 14px;
  }
  .list_box_1_1 ul,.list_box_2 ul{
    margin-bottom:0;
    margin-left: 0;
  }
.list-inline>.one_list{
    background-color:#df0615;
    padding:10px 61px;
    color:white;
  }
  .bor_b{
    border-bottom: 3px solid #df0615;
  }
  .list_1 a{
    color: #101010;
    font-size: 15px;
    font-weight: 600;
  }
 .list_1 a:hover{
   text-decoration: none;
   color:#df0615;
 }
 .list_box_1 .list_box_1_1 ul li ,.list_box_2 ul li{
   margin-right:10px;
 }
  .list_box_1{
    position: relative;
    z-index: 9;
    margin: 0px auto;
    width: 100%;
    margin-top: 20px;
  }
  .list_box_1_2{
    height: auto;
    left: 1px;
    top: 47px;
    position: absolute;
    background-color: white;
    width: auto;
    box-shadow: 0px 0px 6px 0px #333;
  }
  .list_1_1{
    padding: 6px 31px;
    width: 100%;
  }
  .list_1_1:hover{
        background-color: #e0ebff;
  }
  .list_1_1 a{
    color:#626262
  }
  .list_1_1 a:hover{
    color:#df0615;
    text-decoration: none;
  }
  .bor_top{
     border-top: 1px solid #333;
        border-bottom: 1px solid #333;
  }
 .list_title{
       background-color: #dedede;
    position: relative;
 }
.list_title  .f_left span{
    display: inline-block;
    color: #6b6b6b;
    font-weight: 700;
     padding-top: 10px;
    padding-left: 12px;
  }
  .f_left{
    float: left;
        width: 10%;
  }
  .list_box_2{
        overflow: hidden;
    background-color: white;
  }
.list_more1  {
    position: absolute;
    right: 19px;
    top: 7px;
  }
.list_more1 a{
    border: 1px solid #333;
    color: #333;
    padding: 4px;
      margin-right: 10px;
}
.list_more1 a:hover{
   border: 1px solid #df0615;
  color: #df0615;
   text-decoration: none;
}  
.row_w{
    margin: 15px auto 15px;
    width: 100%;
    /*margin-top: 20px;*/
  }
  .col_bg{
    background-color: #f3f3f3;
  }
  .w_80{
       width: 87%;
    height: 36px;
     transition: all 0.3s;
  }
  .list_box_2 ul .list_2{
    padding: 7px 17px;
  }
  .hide_hight{
    height: 78px !important;
  }
  .bor_a{
        border: 2px solid #3fb7fd !important;
    background-color: #cae4ff !important;
  }
.btn-primary:hover {
    color: #fff;
    background-color: #b70511;
    border-color: #b70511;
}
.btn-primary[disabled]:hover {
  color: #fff;
    background-color: #b70511;
    border-color: #b70511;
}
.btn-primary:active {
    color: #fff;
    background-color: #b70511;
    border-color: #b70511;
}
.btn-primary:active:hover {
    color: #fff;
    background-color: #b70511;
    border-color: #b70511;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #df0615;
    border-color: #df0615;
}
.tdzx {
  padding: 0 15px;
}
.sfjb1 {
    position: absolute;
    width: 0;
    height: 0;
    margin-top: -70px;
    margin-left: 155px;
    border-left: solid 35px #0cceb700;
    border-top: solid 35px #0cceb700;
    border-right: solid 35px #f15e08;
    border-bottom: solid 35px #f15e08;
}
.sfjb2 {
    position: absolute;
    width: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 3px;
}
.std1 {
    width: 25%;
    padding: 10px 0;
}
.dzxxd ul li {
    width: 50%;
    list-style: none;
    height: 50px;
    float: left;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #777;
}
.dzxxd ul li.active {
    color: #df0615;
}
.sin1 {
    border-width: 0!important;
    box-shadow: 0 0 0 0 inset!important;
    color: #333;
    font-size: 16px;
}
.swen2 {
    font-size: 16px;
}
.yanzhengma01 {
    background-color: #fff;
    border-color: #999;
    padding-left: 0;
    padding-right: 0;
    margin-top: 1px;
    width: 82px;
    padding-bottom: 4px;
    padding-top: 5px;
    color: #666;
    font-size: 12px;
    border-radius: 20px;
    border-width: 1px;
    height: 30px
}
.yanzhengma02 {
    background-color: #fff;
    border-color: #999;
    padding-left: 0;
    padding-right: 0;
    margin-top: 1px;
    width: 82px;
    padding-bottom: 4px;
    padding-top: 5px;
    color: #666;
    font-size: 12px;
    border-radius: 20px;
    border-width: 1px;
    height: 30px
}
.sa1 {
    width: 70%;
}
.tcdla {
    position: absolute;
    width: 115px;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    margin-top: -27px;
    cursor: pointer;
}
.zxnra img {
  display: none;
}
