body {
  font-family: "微软雅黑";
  overflow-x: hidden;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #222222;
}

a:hover {
  color: #FF5700;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.row {
  padding: 0;
  margin: 0;
}

/*.blue{*/
/*color:#FF5700 !important;*/
/*}*/
.orange {
  color: #FF5700 !important;
}

.white {
  color: #ffffff !important;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.t_top {
  background: #d6d6d6;
  height: 30px;
  line-height: 30px;
  color: #696969;
  font-size: 12px;
}

.t_top a {
  color: #696969;
  font-size: 12px;
}

.navbar {
  height: 90px;
  line-height: 90px;
  background: none;
  border: none;
  margin-bottom: 0;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-height: 70px;
  margin: 10px 0;
}

@media (max-width: 991px) {
  .navbar {
      height: 50px;
      position: relative;
  }

  .navbar-brand img {
      max-height: 40px;
      margin: 5px 0;
  }
}

.navbar-nav>li {}

.navbar-nav>li>a {
  height: 70px;
  line-height: 70px;
  margin: 10px;
  padding: 0;
  border: 1px solid #fff;
  background: none;
  color: #222222;
  -moz-transition: border 0.6s;
  -webkit-transition: border 0.6s;
  -ms-transition: border 0.6s;
  transition: border 0.6s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  font-size: 15px;
}

.navbar-default .navbar-nav>li>a {
  color: #888;
}

@media screen and (min-width: 991px) {
.navbar-nav>li>a:hover {
  color: #fff !important;
  border: 1px solid #FF5700;
  background: #FF5700 !important;
}
}
/* .navbar-nav>li>a:hover {
  color: #fff !important;
  border: 1px solid #FF5700;
  background: #FF5700 !important;
} */

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  border: 1px solid #FF5700;
  background: #FF5700;
}

@media (max-width: 991px) {

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
      border: 0;
      width: 100%;
      position: absolute;
      background: #fff;
      z-index: 10000;
  }

  /* .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
      color: #fff;
      font-weight: bold;
      background: #FF5700;
      text-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
  }

  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:hover,
  .navbar-default .navbar-nav>.open>a:focus {
      color: #fff;
      font-weight: bold;
      background: #FF5700;
      text-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
  }

  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus {
      color: #fff;
      font-weight: bold;
      background: #FF5700;
      text-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
  } */

  .nav>li {
      border-bottom: 1px solid #fff;
  }

  .navbar-nav>li>a {
      line-height: 40px;
      height: 40px;
      margin: 0;
  }

  .navbar-toggle {
      margin-top: 12px;
  }
}

.navbar-nav .submenu .second_menu>li {
  width: 100%;
}

.navbar-nav .submenu .second_menu>li>a {
  display: block;
  background: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
@media screen and (min-width: 991px) {
  .navbar-nav .submenu .second_menu>li>a:hover {
  background: #FF5700;
  color: #fff;
}
}
/* .navbar-nav .submenu .second_menu>li>a:hover {
  background: #FF5700;
  color: #fff;
} */

@media screen and (min-width: 991px) {
  .navbar-nav>li {
      width: 123px;
      text-align: center;
  }

  .navbar-nav .submenu .second_menu {
      left: 0;
      position: absolute;
      width: 115%;
      visibility: hidden;
      background: #fff;
      border-radius: 3px;
      border: 1px solid #ddd;
      opacity: 0;
      transition: all 0.5s;
      z-index: 10000;
      top: 90%;
  }

  .navbar-nav .submenu:hover .second_menu {
      animation: msgbox-fade-in 0.5s;
      visibility: visible;
      opacity: 1;
      z-index: 10000;
  }
}

@media screen and (max-width: 991px) {
  .nav_list {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
      background: #fff;
  }

  .carousel {
      padding-top: 54px;
  }

  .nrbanner {
      margin-top: 54px;
  }

  .navbar-collapse {
      overflow: auto;
      height: 375px;
  }

  .navbar-nav .submenu .second_menu {
      width: 100%;
      display: none;
      background: #fff;
      opacity: 0;
      transition: all 0.5s;
      z-index: 10;
  }

  .second_menu_on {
      animation: msgbox-fade-in 0.5s;
      display: block !important;
      opacity: 1 !important;
      z-index: 10 !important;
  }

}

/*三级菜单*/
.navbar-nav .ssubmenu {
  position: relative;
}

.navbar-nav .ssubmenu .third_menu>li {
  height: 50px;
  width: 100%;
}

.navbar-nav .ssubmenu .third_menu>li>a {
  display: block;
  background: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  font-size: 12px;
}

/* .navbar-nav .ssubmenu .third_menu>li>a:hover {
  background: #FF5700;
  color: #fff;
} */
@media screen and (min-width: 991px) {
 .navbar-nav .ssubmenu .third_menu>li>a:hover {
  background: #FF5700;
  color: #fff;
}
}


@media screen and (min-width: 991px) {
  .navbar-nav .ssubmenu .third_menu {
      left: 100%;
      top: 0;
      position: absolute;
      width: 100%;
      visibility: hidden;
      background: #fff;
      border-radius: 3px;
      border: 1px solid #ddd;
      opacity: 0;
      transition: all 0.5s;
      z-index: 10;
  }

  .navbar-nav .ssubmenu:hover .third_menu {
      animation: msgbox-fade-in 0.5s;
      visibility: visible;
      opacity: 1;
      z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .navbar-nav .ssubmenu .third_menu {
      /*display: none;*/
  }

  .navbar-nav .ssubmenu .third_menu {
      width: 100%;
      display: none;
      background: #ddd;
      opacity: 0;
      transition: all 0.5s;
      z-index: 10;
  }

  .navbar-nav .ssubmenu .third_menu>li>a {
      text-align: right;
  }

  .third_menu_on {
      animation: msgbox-fade-in 0.5s;
      background: #ddd !important;
      display: block !important;
      opacity: 1 !important;
      z-index: 10 !important;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav .submenu .second_menu {
      width: 100%;
      display: none;
      background: #fff;
      opacity: 0;
      transition: all 0.5s;
      z-index: 10;
  }

  .navbar-nav .submenu:hover .second_menu {
      animation: msgbox-fade-in 0.5s;
      display: block;
      opacity: 1;
      z-index: 10;
  }
}

/*移动端*/
.on {
  display: block;
}

.FadeIn {
  /*出现*/
  animation: fadeIn 0.5s;
}

@keyframes msgbox-fade-in {
  0% {
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
      opacity: 0
  }

  100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}

@-webkit-keyframes msgbox-fade-in {
  0% {
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
      opacity: 0
  }

  100% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}

@-webkit-keyframes msgbox-fade-out {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }

  100% {
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
      opacity: 0
  }
}

@keyframes msgbox-fade-out {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1
  }

  100% {
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
      opacity: 0
  }
}

@keyframes fadeIn {
  0% {
      transform: translate3d(-100%, 0, 0)
  }

  to {
      transform: none
  }
}

@keyframes fadeInX {
  0% {
      transform: translate3d(0, 10%, 0)
  }

  to {
      transform: none
  }
}

@keyframes fadeIn2 {
  50% {
      transform: translate3d(-10%, 0, 0);
  }

  to {
      transform: none;
  }
}

.zhzj {
  margin: 100px auto;
}

.tit h3 {
  font-size: 36px;
  font-weight: bold;
}

.tit h4 {
  font-size: 20px;
  font-weight: normal;
  color: #a0a0a0;
  display: block;
  padding: 10px 0 0 0;
  margin: auto;
  width: 80%;
}

.tit em {
  overflow: hidden;
  width: 60px;
  max-width: 60px;
  height: 3px;
  background: #FF5700;
  display: block;
  margin: 25px auto 0;
}

.zhzjc {
  margin-top: 80px;
}

.zhzjc .col-sm-6 {
  overflow: hidden;
}

.jixie {
  margin: 0 5px;
  padding-top: 50px;
  background: #FF5700;
  text-align: center;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 40px;
  height: 305px;
}

@media (max-width: 991px) {
  .zhzj {
      margin: 40px auto;
  }

  .zhzjc {
      margin-top: 40px;
  }

  .jixie {
      margin-bottom: 20px;
  }
}



.jixie:hover {
  padding-top: 20px;
  padding-bottom: 70px;
}


.jixiexuhao h3,
.jixiexuhao h4 {
  display: inline-block;
}

.jixiexuhao h3 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 0 0px;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .jixiexuhao h3 {
      font-size: 28px;
      font-weight: bold;
      color: #ffffff;
      padding: 0 0 0 0px;
      vertical-align: bottom;
  }
}

.jixiexuhao h4 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 3px 0px;
  vertical-align: bottom;
}

.jixieinfo {
  color: #fff;
  line-height: 26px;
  font-size: 14px;
}

.fangan {
  background: #eff3f7;
  padding: 80px 0;
}

.fanganb {
  padding: 0 20px;
  display: block;
}

@media (max-width: 991px) {
  .fangan {
      padding: 40px 0;
  }

  .fanganb {
      padding: 20px;
  }
}

.fanganc {
  margin-top: 40px;
}

.fanganimg {
  text-align: center;
  overflow: hidden;
}

.fanganimg img {
  display: inline-block;
}

.fangantit {
  text-align: center;
  padding: 20px 0 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.fanganinfo {
  text-align: center;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 20px;
  margin-bottom: 80px;
}

.about {
  background: #eff3f7;
  padding: 60px 0;
}

@media (max-width: 991px) {
  .about {
      padding: 30px 0;
  }

  .fanganc .fanganinfo {
      margin-bottom: 0;
  }
}

.aboutc {
  margin-top: 40px;
  background-image: url(/images/about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: 0 0%;
}

.aboutb {
  margin: 20px 0;
  background: rgba(255, 87, 0, 0.9);
  padding: 100px 60px;
  color: #fff;
}

.abouttit {
  color: #fff;
  font-size: 36px;
  text-align: left;
}

.aboutem {
  overflow: hidden;
  width: 100px;
  max-width: 100px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: 25px 0;
}

.aboutinfo {
  text-align: left;
  color: #fff;
  line-height: 22px;
}

.aboutd {
  margin-top: 40px;
}

.aboutdsz {
  padding: 20px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.aboutdsz:hover {
  padding: 0px 20px 40px;
}

.aboutds {
  font-size: 44px;
}

.aboutds span {
  font-size: 16px;
  vertical-align: middle;
  ;
}

.aboutdz {
  color: #0072e5;
  font-size: 16px;
}

/* .news {
  padding: 60px 0;
} */

.newsc {
  margin: 40px 0;
}

.newsc_l {
  padding-right: 20px;
}

.newsc_lh {
  background: linear-gradient(#fff 50%, #FF5700 50%);
  background-size: 100% 200%;
  background-position: 0 200%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 0;
  box-shadow: 0px 0px 0px #e0e0e0;
}

.newsc_lh a {
  padding: 20px;
  display: block;
  background: #fff;
}

.newsc_lh:hover a {
  background: none;
}

.newsc_lh:hover {
  animation: myfirst 0.3s;
  -webkit-animation: myfirst 0.3s;
  background-position: 0 100%;
  box-shadow: 0px 10px 10px #e0e0e0;
}

@keyframes myfirst {
  0% {
      background-position: 0 0%;
  }

  100% {
      background-position: 0 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
      background-position: 0 0%;
  }

  100% {
      background-position: 0 100%;
  }
}

.newsc_l_img {
  overflow: hidden;
}

.newsc_l a:hover img {
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.newsc_l a:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.newsc_l_time {
  padding-top: 20px;
  color: #c4c4c4;
  padding-right: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.newsc_l_time .newsc_l_year {
  border-bottom: 1px solid #c4c4c4;
  font-size: 16px;
  font-weight: bold;
}

.newsc_l_time .newsc_l_date {
  font-size: 14px;
}

.newsc_l_tit {
  padding-top: 20px;
  color: #666666;
  padding-bottom: 3px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.newsc_l_cont {
  color: #999999;
  height: 20px;
  overflow: hidden;
}

.newsc_l a:hover .newsc_l_time {
  color: #fff;
}

.newsc_l a:hover .newsc_l_tit {
  color: #fff;
}

.newsc_l a:hover .newsc_l_cont {
  color: #fff;
}

.newsc_l a:hover .newsc_l_year {
  border-bottom: 1px solid #fff;
}

.newsc_r li {
  padding-bottom: 20px;
}

.newsc_r a {
  padding: 20px;
  display: block;
  background: linear-gradient(#fff 50%, #FF5700 50%);
  background-size: 100% 200%;
  background-position: 0 200%;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 0;
  box-shadow: 0px 0px 0px #e0e0e0;
}

.newsc_r a:hover {
  animation: myfirst 0.3s;
  -webkit-animation: myfirst 0.3s;
  background-position: 0 100%;
  box-shadow: 0px 10px 10px #e0e0e0;
}

@keyframes myfirst {
  0% {
      background-position: 0 0%;
  }

  100% {
      background-position: 0 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
      background-position: 0 0%;
  }

  100% {
      background-position: 0 100%;
  }
}

.newsc_r_time {
  color: #c4c4c4;
  padding-right: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.newsc_r_time .newsc_r_year {
  border-bottom: 1px solid #c4c4c4;
  font-size: 16px;
  font-weight: bold;
}

.newsc_r_time .newsc_r_date {
  font-size: 14px;
}

.newsc_r_tit {
  color: #666666;
  padding-bottom: 3px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.newsc_r_cont {
  color: #999999;
  height: 20px;
  overflow: hidden;
}

.newsc_r a:hover .newsc_r_time {
  color: #fff;
}

.newsc_r a:hover .newsc_r_tit {
  color: #fff;
}

.newsc_r a:hover .newsc_r_cont {
  color: #fff;
}

.newsc_r a:hover .newsc_r_year {
  border-bottom: 1px solid #fff;
}

@media (max-width: 991px) {
  .newsc_r li {
      padding-bottom: 0px;
  }

  .news {
      padding: 30px 0;
  }

  .newsc_l {
      padding-right: 0px;
  }

  .newsc {
      margin: 20px 0 0;
  }
}

.pinjia {
  background-image: url(/images/pinjiabg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0%;
}

.pinjiadian {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(/images/pinjiadian.png);
  padding: 80px 0;
}

.pinjiaa {
  padding-top: 60px;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

.pinjiac {
  padding: 0 10px;
}

.pinjiacyh {
  color: #cccccc;
  font-size: 36px;
  font-weight: bold;
}

.pinjiacnr {
  color: #ffffff;
  padding-top: 20px;
  font-size: 20px;
  line-height: 26px;
}

.cjwt {
  background-image: url(/images/commonProblem.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 0%;
}

.cjwtd {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 80px 0;
}

@media (max-width: 991px) {
  .cjwtd {
      padding: 40px 0;
  }
}

.cjwttop {
  margin-top: 40px;
}

.cjwtac {
  padding: 20px 40px 40px;
}

@media (max-width: 991px) {
  .cjwtac {
      padding: 20px;
  }
}

.cjwtact {
  padding-bottom: 5px;
}

.cjwtact a {
  color: #22252b;
  font-size: 18px;
  line-height: 24px;
}

.cjwtacw {
  padding-bottom: 20px;
  padding-top: 15px;
}

.cjwtacw a {
  color: #999999;
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
}

.cjwtacy a {
  color: #FF5700;
  font-size: 13px;
}

.cjwtac em {
  background: #FF5700;
  height: 1px;
  width: 0px;
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.cjwtac:hover em {
  width: 100%;
  height: 1px;
}

.cjwtacy a {
  border-bottom: none;
}

.cjwtac:hover .cjwtacy a {
  border-bottom: 1px solid #FF5700;
}

.lxwm {
  padding: 80px 0 40px;
  background: #f7f7f7;
}

.lxwm_bot {
  padding-top: 40px;
}

@media (max-width: 991px) {
  .lxwm_bot {
      padding-bottom: 40px;
  }
}

.lxwm_l {
  line-height: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .lxwm {
      padding: 40px 0;
  }

  .lxwm_l {
      padding-right: 5px;
  }
}

.lxwm_l p {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: inline-block;
  border-bottom: 1px solid #fff;
  clear: both;
}

.lxwm_l p:hover {
  border-bottom: 1px solid #FF5700;
}

.lxwm_l a:hover {
  color: #333;
}

.lxwm_r {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .lxwm_r {
      padding-left: 5px;
  }
}

.lxwm_r img {
  max-height: 200px;
}

@media (max-width: 991px) {
  .lxwm_l p {
      margin: 0;
  }
}

.footer1 {
  padding: 0 0 40px;
  background: #f7f7f7;
}

.footer1 .container {
  max-width: 800px;
}

.footer1 h3 {
  font-size: 18px;
  margin: 0px 0 10px;
}

.footer1 h3 a {
  color: #333;
}

.footer1 ul li a {
  color: #808080;
  font-size: 14px;
  line-height: 26px;
}

.footer1 ul li a:hover {
  color: #FF5700;
}

.smcy .container {
  max-width: 800px;
}

.smcy {
  line-height: 30px;
  background: #f7f7f7;
}

.smcy a {
  color: #808080;
}

.smcy a:hover {
  color: #FF5700;
}

.footer2 {
  padding: 20px 0;
  background: #d6d6d6;
  line-height: 20px;
  color: #696969;
  font-size: 12px;
}

.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  min-height: 80px;
  /*background:*/
}

.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 10px 0;
  border-right: 1px solid #666;
  list-style: none;
  min-height: 80px;
}

.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}

.phonefooternav ul li a:hover {
  text-decoration: initial;
}

.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding: 10px 0;
}

@media (max-width: 480px) {
  .phonefooternav ul li {
      padding: 3px 0px;
  }
}

/*@media (max-width: 991px) {*/
/*body {*/
/*padding-bottom:80px !important;*/
/*}*/
/*}*/
/*内页*/
/* .list {
  margin-top: -70px;
} */

.listtit {
  background: #FF5700;
  color: #fff;
  padding: 10px 20px 10px;
}

.listtit h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
}

.listtit span {
  margin: 0;
  padding: 0;
}

.listli {
  background: #eaeaea;
}

@media screen and (max-width: 767px) {
  .listli {
      display: none
  }
}

.listli li {
  display: block;
  margin: 0 20px;
  border-bottom: 1px solid #e0e0e0;
}

.listli li:last-child {
  border-bottom: none;
}

.listli li a:before {
  color: #888888;
  font-size: 12px;
  padding-right: 10px;
}

/*.listli>li:hover a{*/
/*color:#FF5700;*/
/*}*/
/*.listli>li:hover a:before{*/
/*color:#FF5700;*/
/*}*/
.listli li>a:hover {
  color: #FF5700;
}

.listli li>a:hover:before {
  color: #FF5700;
}

.listli a {
  display: inline-block;
  width: 100%;
  line-height: 60px;
  height: 60px;
  color: #888888;
}

.actli {
  color: #FF5700 !important;
}

.actli:before {
  color: #FF5700 !important;
}

.mainc {
  padding: 40px 5%;
}

.mbx {
  margin-bottom: 20px;
}

.mbx a {
  color: #FF5700;
}

.mainco h3 {
  font-weight: bold;
  font-size: 30px;
  margin: 0;
  padding: 20px 0px 30px;
}

.maincp {
  padding: 0px 10px;
  text-align: center;
}

.maincp a {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}

.maincp img {
  display: inline-block;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.maincp:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.maincp:hover a {
  color: #FF5700;
}

.pages {
  text-align: center;
}

.pages ul li {
  display: inline-block;
}

.pages ul li a {
  background: #fff;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  padding: 5px 10px;
  margin: 20px 3px;
  display: inline-block;
  color: #6d6d6d;
}

.pages .previous_s a {
  background: #FF5700;
  border: 1px solid #FF5700;
  font-size: 14px;
  padding: 5px 10px;
  margin: 20px 3px;
  display: inline-block;
  color: #fff;
}

.pages ul li a:hover {
  background: #FF5700;
  border: 1px solid #FF5700;
  font-size: 14px;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
}

.mnews {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 992px) {
  .newsimg {
      width: 20%;
  }

  .news_a {
      width: 80%;
      padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .newsimg {
      display: none;
  }

  .news_a {
      width: 100%;
  }
}

.news_a_tit a {
  color: #FF5700;
  font-size: 20px;
}

.news_a_cont {
  padding-top: 10px;
}

.news_a_cont a {
  color: #939393;
}

.maincontact {
  padding-top: 40px;
}

.mainc h1 {
  font-size: 34px;
  font-weight: bold;
  padding: 20px 0;
}

.newsart h1 {
  text-align: center;
}

.mainc h2 {
  margin: 10px 0;
  background: #eaeaea;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
}

.articlenext {
  margin: 10px 0;
  background: #eaeaea;
  width: 100%;
  line-height: 40px;
}

@media (min-width: 992px) {
  .articlenext div:first-child {
      float: left;
      padding-left: 10px;
  }

  .articlenext div:last-child {
      float: right;
      padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .articlenext div:first-child {
      padding-left: 10px;
  }

  .articlenext div:last-child {
      padding-left: 10px;
  }
}

.xgnews {
  margin: 40px 0;
}

.nn {
  border-left: 5px solid #FF5700;
  padding-left: 30px;
  font-size: 20px;
  margin-bottom: 20px;
}

.xgnews ul li {
  margin: 0 10px;
  line-height: 26px;
  height: 26px;
  border-bottom: 1px dotted #9c9c9c;
}

.xgnews span {
  float: right;
}

.xgprol {
  padding: 0 10px;
}

.xgprol h3 {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.xgprol h4 {
  margin: 0;
  padding: 5px 0;
  text-align: center;
}

.xgprol img {
  display: inline-block;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.xgprol:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.xgprol:hover a {
  color: #FF5700;
}

.solid_symbols:before {
  content: '\25C6';
}

.navbar-default .navbar-nav>li>.bg-col {
  background-color: #FF5700;
  color: white;
}

/*服务热线*/
@media (max-width: 991px) {
  .hotline {
      display: none;
  }
}

/*首页图片放大效果*/
.fanganimg img {
  display: inline-block;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.fanganimg:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.fangan .column:hover>.fanganb .fangantit {
  color: #ff7e16;
}

.baiduMap {
  width: 560px;
  height: 362px;
}

@media (min-width: 767px) {
  .baiduMap {
      width: 100%;
      height: 362px;
  }
}

/*回到顶部*/
#scrollUp {
  right: 8px;
  bottom: 8px;
  width: 50px;
  height: 50px;
  background: url(/images/scroll-up.png) center center #e0dfe6 no-repeat;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  #scrollUp {
      display: none !important;
  }
}

#scrollUp:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}



.nav_list{
  display: none;
}

.news-info .news .news-modular .news-img-swiper .list h3{
  margin-top: 0 ;
  margin-bottom: 0;
  line-height: 20px;
}
.news-info .news .news-modular .news-img-swiper{
  padding-top: 0;
  margin-top: 16px;
}

@media (min-width: 768px) {
 
}

@media (max-width: 768px) {
  /* 菜单 */
  .nav_list{
    display: block;
  }
  .public-header{
    display: none;
  }
  .secondNav .content{
    width: 80vw !important;
    min-width: 100%;
  }
  /* 轮播图 */
  .listPageSearch{
    display: none;
  }
  .channelIndex-banner{
   height: 250px;
  }
  .channelIndex-banner .banner-mask .info h3{
    font-size: 30px;
  }
  .channelIndex-banner .banner-mask .info h4{
    font-size: 16px;
  }
  /* 内容部分 */
  .page-main{
    width: 100%;
    margin: 0 auto;
    min-width: 100%;
  }
  /* 品牌轮播 */
  .brand-logo{
    margin: 0 20px 50px;
    position: relative;
  }
  /* 品牌 */
  .brand-floor{
    position: relative;
    width: auto;
    margin: 0 20px 100px;
  }
  /* 品牌logo */
  .brand-floor .logo img{
    margin: 0 auto;
  }
  /* 口碑值区域 */
  .brand-floor .praise::before {
    content: '';
    width: 60px;
    height: 8px;
    background: #e2e2e2;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -30px;
}
  .brand-floor .praise{
    padding-left: 0px;
    text-align: center;
  }
  /* 品牌详情 */
  .brand-floor .content{
    flex-direction: column;
    width: 100% !important;
  }
  .brand-floor .brand-img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #e2e2e2;
    background: #fff;
    position: relative;
    right: 0;
    top: 0;
  }
  .brand-floor .content .info{
    padding-right: 0px;
  }
  .brand-floor .cue{
    position: relative;
  }
  .brand-floor .content .more{
    padding-bottom: 10px;
  }
  /* 偶数样式纠正 */
  .brand-floor:nth-child(odd) .logo img{
    float: none;
  }
  .brand-floor:nth-child(odd) .praise{
    text-align: center;
    padding-left: 0;
    padding-right: 0px;
  }
  .brand-floor:nth-child(odd) .praise::before {
    left: 50%;
    top: -15px;
    margin-left: -30px;
  }
  .brand-floor:nth-child(odd) .info{
    padding-left: 0px;
  }
  /* 列表 */
  .brand-floor .goods-content{
    width: 100%;
    flex-direction: column;
  }
  .brand-floor .goods-content .list{
    margin: 0 0 20px 0;
  }
  /* footer */
  .footer{
    display: flex;
    padding: 0 20px;
  }
  .footer .overflowCont dl dd a{
    margin: 10px 10px 10px 0;
  }
  .footer .overflowCont .weChatCode{
    float: none;
    margin: 10px auto;
  }
  /* brandtopic -----------------------------------------------------*/
  /* 轮播 */
  /* .news-modular .swiper-wrapper{
    margin-top: 60px;
  } */
  .brand-banner{
    height: 250px;
    margin-top: 60px;
  }
  .brand-banner .banner-mask{
    padding: 10px 10% 0 10%;
  }
  .brand-banner .banner-mask .logo{
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .brand-banner .banner-mask .info{
    width: 100%;
    float: none;
  }
  .brand-banner .banner-mask .info h3{
    font-size: 26px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2%;
    font-family: '微软雅黑';
  }
  .brand-banner .banner-mask .info h4{
    font-size: 12px;
    line-height: 1.5;
    font-weight: 100;
    margin: 0;
  }
  /* 介绍 */
  .news-info{
    flex-direction: column;
    padding: 0 20px;
  }
  /* 新闻动态 */
  .news-info .news{
    margin-left: 0;
    width: auto;
  }
  .news-modular .swiper-slide{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: space-around;
    align-items: stretch;
  }
  .news-info .news .news-modular .news-img-swiper .list{
    width: 45%;
    margin: 0;
  }
  /* 产品展示 */
  .list-container{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .list-container .list{
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .list-container .list:nth-child(4n){
    margin-right: 20px;
  }
  .distributor .list{
    padding: 0 20px;
  }
  .distributor .list em:nth-child(5) {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0;
    /* position: relative; */
    top: 0;
}

}

@media (min-width: 991px) {
 
}

@media (min-width: 1200px) {

}