@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: #337ab7;
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul li {
    list-style: none;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.visible-sm,
.visible-xs {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

.wh1720 {
    max-width: 1750px;
    margin: 0 auto;
    padding: 0 15px;
}

.wh {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.com-img{overflow:hidden;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

/*pc heade*/
.pcheader {
    height: 110px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
}

.logo {
    float: left;
    line-height: 110px;
    width: 11.21%;
}

.logo img {
    width: 100%;
}

.pctel {
    color: #fff;
    line-height: 110px;
    font-size: 20px;
    font-weight: bold;
}

.nnav {
    width: 45.95%;
    margin-left: 3.47%;
}

.bf-menu {
    width: 100%;
}

.bf-menu>li {
    position: relative;
    text-align: center;
}

.bf-menu>li>a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 110px;
    font-weight: bold;
    position: relative;
}

.bf-menu>li>a:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    display: block;
    left: 0;
    top: 66%;
}

.bf-menu>li>a span {
    margin-left: 7px;
}

/*.bf-menu>li>a:hover {}

.bf-menu>li.active>a {}*/



.bf-menu>li:hover .bf-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.bf-sub-menu {
    position: absolute;
    z-index: 99999;
    width: 200%;
    left: -50%;
    top: 90px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.bf-sub-menu>li>a {
    display: block;
    text-align: center;

    font-size: 14px;
    color: #333;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.bf-sub-menu>li>a:hover {
    background: #e9eaeb;
}




.lastli {
    cursor: pointer;
    position: relative;
    line-height: 110px;
    margin-left: 2.54%;
}

.so img {
    max-width: 100%;
}

.pcsearch {
    display: none;
    position: absolute;
    right: 0;
    top: 90px;
    width: 238px;
    z-index: 999;
    background: #e50012;
}

.pcsearch input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #e50012;
    float: left;
}

.pcsearch #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #e50012;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}



.pcsearch #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.pcsearch #keyword::placeholder {
    color: #fff;
}

@media (max-width:1024px) {
    .bf-menu>li>a {
        font-size: 14px;
    }

    .pctel {
        font-size: 18px;
    }

    .nnav {
        width: 56%;
    }
}




/*footer*/
.foot{background:#e50012;color:#fff;}
.foot a{color:#fff;}
.foot1{width:28.58%;padding:4vw 0;}
.flogo img{max-width:100%;}
.copyright{font-size:14px;line-height:30px;margin:1.541vw 0;}
.foot2{background:#fff;width:35.25%;border-top:2px solid #dd4454;margin-top:-130px;}
.lybt{color:#e50012;font-size:30px;text-align:center;font-weight:bold;height:130px;padding-top:56px;}


.fadd{width:26.92%;padding:7vw 0;margin-right:2.42%;}
.fadd li .img{width:41px;}
.fadd li .img img{width:100%;display:block;}
.fadd li .wz1{width: calc(100% - 60px);font-size:16px;line-height:34px;border-bottom:2px solid #fff;padding-bottom:19px;}
.fadd li+li{margin-top:19px;}
.c-link {
    font-size: 14px;
    color: #333;;
}
.c-link .con {
    position: relative;width:192px;
}
.c-link span {
    cursor: pointer;
    display: block;color:#fff;font-size:14px;width:100%;line-height:42px;border:1px solid #fff;padding-left:10px;background:url(../images/linkmore.png) no-repeat 95% center;
}
.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:192px;
    z-index: 999;
}

.c-link a {
    color: #333;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

.fadd{width:26.92%;padding:7vw 0;margin-right:2.42%;}
.fadd li .img{width:41px;}
.fadd li .img img{width:100%;display:block;}
.fadd li .wz1{width: calc(100% - 60px);font-size:16px;line-height:34px;border-bottom:2px solid #fff;padding-bottom:19px;}
.fadd li+li{margin-top:19px;}
@media (max-width:1024px) {
    .lybt{height:70px;padding-top:15px;font-size:22px;}
    .foot2{margin-top:-70px;}
    .copyright{line-height:25px;}
    .fadd li .wz1{font-size:14px;line-height:26px;}
}
@media (max-width:768px) {
  .foot2{margin-top:0px;}
}
@media (max-width:428px) {
    .foot1{width:100%;}
   .foot2{width:100%;padding-bottom:15px;}
   .fadd{width:100%;}
   .copyright{margin:15px 0;}
}



.bf-message {
    width:70.92%;margin:0 auto;
  }
  
  
  
  .bf-message-wrap input[type='text'], .bf-message-wrap textarea {
      width: 100%;
      height: 44px;
      border: 2px solid #f2f5f7;
      text-align:center;
      font-size: 14px;
      color: #999999;
      background:none;
      outline: none;
      margin-bottom:9px;
  }
  
  .bf-message-wrap input[type='text']::-webkit-input-placeholder, .bf-message-wrap textarea::-webkit-input-placeholder {
      color: #999999;
  }
  
  .bf-message-wrap input[type='text']::-moz-placeholder, .bf-message-wrap textarea::-moz-placeholder {
      color: #999999;
  }
  
  .bf-message-wrap input[type='text']::-ms-input-placeholder, .bf-message-wrap textarea::-ms-input-placeholder {
      color: #999999;
  }
  
  .bf-message-wrap input[type='text']::placeholder, .bf-message-wrap textarea::placeholder {
     color: #999999;
  }
  
  .bf-message-wrap textarea {
      padding-top:11px;
      height:185px;
      resize: none;
  }
  .code-group{position: relative;}
  .bf-message-wrap #checkcode {
      width:100%;
      margin-bottom: 0;
  }
  
  .bf-message-wrap #codeimg1 {
      text-align: center;
      height:40px;
      font-size: 0;position:absolute;right:2px;top:2px;
  }
  
  .bf-message-wrap #codeimg1 img {
      max-width: 100%;
      max-height: 100%;
      display: inline-block;
      vertical-align: middle;
  }
  
  .bf-message-wrap .checkCodeImg:after {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle;
  }
  
  .bf-message-wrap .checkCodeImg img {
      cursor: pointer;
  }
  
  .bf-message-wrap .bf-submit {
      width:60%;margin:0 auto;margin-left:20%;
      height:60px;border-radius:32px;
      background-image: -moz-linear-gradient( 165deg, rgb(221,141,69) 0%, rgb(221,71,84) 100%);
    background-image: -webkit-linear-gradient( 165deg, rgb(221,141,69) 0%, rgb(221,71,84) 100%);
    background-image: -ms-linear-gradient( 165deg, rgb(221,141,69) 0%, rgb(221,71,84) 100%);
      color: #fff;
      font-size:22px;font-weight:bold;
      border: none;
      outline: none;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;margin-top:1.8vw;
  }
  
  
  
  .bf-message-wrap .bf-submit:hover {
     
  }

  @media (max-width:1024px) {
    .bf-message-wrap textarea{height:120px;}
    .code-group input[type='text']{padding-right:80px;}
    .bf-message-wrap .bf-submit{font-size:18px;height:45px;}
  }
  
  @media (max-width: 768px) {
    .bf-message{width:90%;margin-top:15px;}
    .bf-message-wrap textarea{height:70px;}
  }

  @media (max-width: 428px) {
    .bf-message-wrap .bf-submit{margin-top:9px;}
  }
  



/*手机端头部*/
.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}
.bfmob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #0e141b;
}

.bfmob-head-box {
    position: relative;
    height: 60px;
}

.bfmob-head-box .bfmob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 48px;
    text-align: center;
}

.bfmob-head-box .bfmob-logo h1, .bfmob-head-box .bfmob-logo a {
    display: inline;
    font-size: 0;
}

.bfmob-head-box .bfmob-logo img {
    height: 48px;
}

.bfmob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.bfmob-navbtn span, .bfmob-navbtn:after, .bfmob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.bfmob-navbtn span {
    margin: 7px 0;
}

.bfmob-navbtn:after, .bfmob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.bfmob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.bfmob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bfmob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bfmob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.bfmob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.bfmob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.bfmob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #0e141b;
    padding: 0 10%;
}

.bfmob-menu .bfmob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.bfmob-nav > li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.bfmob-nav > li > a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.bfmob-nav .bfmob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.bfmob-nav .bfmob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.bfmob-nav .bfmob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.bfmob-nav .bfmob-menu-jt.clicked .icon-font:after {
    background-position: -30px -270px;
}

.bfmob-nav .bfmob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.bfmob-nav .bfmob-sub-menu > li {
    border-top: 1px dashed #2b2b2b;
    position: relative;
}

.bfmob-nav .bfmob-sub-menu > li > a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 50px;
    text-indent: 2em;
}

.bfmob-dlbtn {
    margin-top: 40px;
}

.bfmob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #09445a;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.bfmob-dlbtn a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.bfmob-dlbtn a .icon-dl:after {
    background-position: -30px -540px;
}

.bfmob-dlbtn a .icon-pn:after {
    background-position: -30px -600px;
}

.bfmob-dlbtn a .icon-tc:after {
    background-position: -30px -570px;
}

.bfmob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.bfmob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #0e141b;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.bfmob-search .bfmob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .bfmob-search .bfmob-search-close-btn {
        left: 15px;
    }
}

.bfmob-search .bfmob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.bfmob-search .bfmob-search-close-btn i:after {
    background-position: -30px -300px;
}

.bfmob-search .bfmob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.bfmob-search .bfmob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.bfmob-search .bfmob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.bfmob-search .bfmob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.bfmob-search .bfmob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.bfmob-search .bfmob-seaerch-wz span, .bfmob-search .bfmob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.bfmob-search.clicked {
    left: 0;
}
