﻿/* 网站样式重置及公用 */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.hg2 {
  height: 2px;
}
.hg5 {
  height: 5px;
}
.hg10 {
  height: 10px;
}
.hg15 {
  height: 15px;
}
.hg20 {
  height: 20px;
}
.hg30 {
  height: 30px;
}
.hg40 {
  height: 40px;
}
.hg50 {
  height: 50px;
}
.hg55 {
  height: 55px;
}
.hg60 {
  height: 60px;
}
.hg70 {
  height: 70px;
}
.hg80 {
  height: 80px;
}
.hg100 {
  height: 100px;
}
.hg120 {
  height: 120px;
}
.hg130 {
  height: 130px;
}
.hg140 {
  height: 140px;
}
.hg140 {
  height: 150px;
}

.box {
  border: 1px solid #c4c4c4;
  background-color: #f1f1f1;
}

.box0 {
  border: 1px solid #c4c4c4;
  background-color: #FFF;
}

.box1 {
  border: 0px solid #DDD;
}
.box1:hover {
  border: 0px solid #E70909;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.box1:hover a.link1 {
  color: #E70909;
}
.box1:hover .listitemimage{
  transform: scale(1.2);
}

.box2 {
  border: 1px solid #DDD;
}
.box2:hover {
  border: 1px solid #E70909;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.box3 {
  border: 0px solid #DDD;
}
.box3:hover a.link1{
  color: #E70909;
}
.box3:hover .listitemimage{
  transform: scale(1.2);
}
.box3:hover .box2{
  border: 1px solid #E70909;
   -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

html {
  overflow-y: scroll;
}
::-webkit-input-placeholder {
  color: #ddd;
}
input:-moz-placeholder {
  color: #ddd;
}

body,
div,
table,
tr,
td {
  font: 14px/0.875em "微软雅黑", "Microsoft YaHei", "Verdana";
  color: #525252;
  line-height: 25px;
}

/*
body {
background: url(../images/aboutus_bg.jpg) #FFF repeat-x center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
*/

.wp1 {
  height: 5px;
  background: #E70909;
}
.wp2 {
  clear: both;
  width: 62px;
  height: 4px;
  background: #E70909;
  margin-top: 15px;
  margin-bottom: 10px;
}
.wp3 {
  height: 1px;
  background: #DDD;
}
.wp4 {
  margin: 0 auto;
  clear: both;
  width: 100%;
  height: 1px;
  background: url(../images/line_xu.jpg) repeat-x;
}
.wp5 {
  height: 2px;
  background: #E70909;
}

.place {
    background: url(../images/place.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (max-width: 767px) 
{
    .place {
        background: url(../images/place.jpg) no-repeat bottom center;
    }
}
.place_color{
    background-color: rgb(244, 245, 299,0.5); 
    height: 100%;
}

#navbarSupportedContent li a:link,
#navbarSupportedContent li a:visited {
  color: #525252;
}
@media (max-width: 767px) {
    #navbarSupportedContent li a:link,
    #navbarSupportedContent li a:visited {
      color: #FFF;
    }
}

#navbarSupportedContent li.nav-item {
  /* width: 150px; */
  /* height: 36px; */
  /* line-height: 36px; */
  /* float: left; */
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border-radius: 0px;
}
@media (max-width: 767px) {
    #navbarSupportedContent li.nav-item {
      margin-top: 1px;
      width: 100%;
      padding: 0px;
      font-size: 14px;
      font-weight: normal;
      cursor: pointer;
      text-align: center;
      border-radius: 0px;
      background: #E70909;
      display: block;
    }
}

@media (max-width: 767px) {
  #navbarSupportedContent {
    margin: 0 0 20px 0;
  }
}

#navbarSupportedContent li.last {
  margin-right: 0px;
}

#navbarSupportedContent li.nav-item {
  display: block;
}

#navbarSupportedContent li.nav-item:hover a,
#navbarSupportedContent li.nav-item.active a,
#navbarSupportedContent li.select a {
  color: #E70909;
}
@media (max-width: 767px) {
    #navbarSupportedContent li.nav-item:hover a,
    #navbarSupportedContent li.nav-item.active a,
    #navbarSupportedContent li.select a {
      color: #FFF;
      background: #c60505;
    }
}

#navbarSupportedContent li.nav-item:hover .dropdown-menu a.dropdown-link,
#navbarSupportedContent li.nav-item.active .dropdown-menu a.dropdown-link,
#navbarSupportedContent li.select .dropdown-menu a.dropdown-link {
  color: #FFF;
  text-decoration: none;
  display: block;
}

#navbarSupportedContent ul.dropdown-menu {
  border: 0;
  font-size: 14px;
  background-color: #E70909;
  color: #FFF;
}

#navbarSupportedContent li.nav-item .dropdown-menu .dropdown-item:hover,
#navbarSupportedContent li.nav-item .dropdown-menu .dropdown-item:active {
  color: #FFF;
  background-color: #c60505;
}

#navbarSupportedContent
  li.nav-item
  .dropdown-menu
  .dropdown-item:hover
  a.dropdown-link,
#navbarSupportedContent
  li.nav-item
  .dropdown-menu
  .dropdown-item:active
  a.dropdown-link {
  color: #FFF;
  background-color: #c60505;
}

#navbarSupportedContent .nav-item:hover,
#navbarSupportedContent .nav-item.active {
  background-color: #FFF;
  color: #FFF;
}

/* 2020-03-04 重定义上面菜单相关样式 */
.navbar-light .navbar-nav .nav-link {
  display: block;
  padding: 33px 18px;
  text-decoration: none;
  text-outline: none;
  line-height: 36px;
}
@media (max-width: 767px) 
{
    .navbar-light .navbar-nav .nav-link {
      display: block;
      padding: 0 0;
      text-decoration: none;
      text-outline: none;
      line-height: 30px;
    }
}

#navbarSupportedContent li.nav-item > a.last{
    padding-right: 0;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.transparent_class {
  background: rgba(231, 9, 9, 80) !important; /* IE无效，FF有效 */
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -khtml-opacity: 0.80;
  opacity: 0.80;
}

.carousel_height {width: 100%; height: 650px;}
.carousel_transparent {
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
}
.carousel_text {
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 0 1px 1px #000;
    text-align: left;
}
.carousel_padding {
    top: 41.1%;
}
@media (max-width: 767px) 
{
    .carousel_height {width: 100%; height: 200px;}
    .carousel_transparent {
        filter: alpha(opacity=90);
        -moz-opacity: 0.90;
        -khtml-opacity: 0.90;
        opacity: 0.90;
    }
    .carousel_text {
        letter-spacing: 5px;
        font-weight: 400;
        line-height: 1.4;
        text-shadow: 0 1px 1px #000;
        text-align: left;
    }
    .carousel_padding {
        top: 28%;
    }
}

a{color:#525252; text-decoration: none; outline:none;}
a:link, a:visited{color:#525252; text-decoration: none; outline:none;}
a:hover{color:#E70909; text-decoration: underline; outline:none;}
a:active {star:expression(this.onFocus=this.blur());}

a.link1{text-decoration: none; outline:none;}
a.link1:link, a.link1:visited{text-decoration: none; outline:none;}
a.link1:hover{text-decoration: none; outline:none; color: #E70909;}
a.link1:active {star:expression(this.onFocus=this.blur());}

a.link2{text-decoration: none; font-weight: bold; outline:none; color: #E70909;}
a.link2:link, a.link2:visited{text-decoration: none; font-weight: bold; outline:none; color: #E70909;}
a.link2:hover{text-decoration: none; font-weight: bold; outline:none; color: #0B8DD8;}
a.link2:active {star:expression(this.onFocus=this.blur());}

a.link3{text-decoration: none; font-size: 14px; font-weight: bold; outline:none; color: #00AC7D;}
a.link3:link, a.link3:visited{text-decoration: none; font-size: 14px; font-weight: bold; outline:none; color: #00AC7D;}
a.link3:hover{text-decoration: none; font-size: 14px; font-weight: bold; outline:none; color: #E70909;}
a.link3:active {star:expression(this.onFocus=this.blur());}

a.link4{text-decoration: none; outline:none; font-size: 12px; color: #FFF;}
a.link4:link, a.link4:visited{text-decoration: none; outline:none; font-size: 12px; color: #FFF;}
a.link4:hover{text-decoration: underline; outline:none; font-size: 12px; color: #FFF;}
a.link4:active {star:expression(this.onFocus=this.blur());}

a.link5{text-decoration: none; outline:none; font-size: 12px; color: #525252;}
a.link5:link, a.link5:visited{text-decoration: none; outline:none; font-size: 12px; color: #525252;}
a.link5:hover{text-decoration: underline; outline:none; font-size: 12px; color: #E70909; font-weight: bold;}
a.link5:active {star:expression(this.onFocus=this.blur());}

a.link6{text-decoration: none; outline:none; font-size: 12px; color: #525252;}
a.link6:link, a.link6:visited{text-decoration: none; outline:none; font-size: 12px; color: #525252;}
a.link6:hover{text-decoration: underline; outline:none; font-size: 12px; color: #525252;}
a.link6:active {star:expression(this.onFocus=this.blur());}

a.link7{text-decoration: none; outline:none; font-size: 12px;}
a.link7:link, a.link7:visited{text-decoration: none; outline:none; font-size: 12px;}
a.link7:hover{text-decoration: underline; outline:none; font-size: 12px;}
a.link7:active {star:expression(this.onFocus=this.blur());}

a.link8{text-decoration: none; outline:none;}
a.link8:link, a.link8:visited{text-decoration: none; outline:none;}
a.link8:hover{text-decoration: none; outline:none;}
a.link8:active {star:expression(this.onFocus=this.blur());}

a.link9{text-decoration: none; outline:none; font-weight: bold;}
a.link9:link, a.link9:visited{text-decoration: none; outline:none; font-weight: bold;}
a.link9:hover{text-decoration: underline; outline:none; font-weight: bold;}
a.link9:active {star:expression(this.onFocus=this.blur());}

a.link10{text-decoration: none; outline:none; font-weight: bold;}
a.link10:link, a.link10:visited{text-decoration: none; outline:none; font-weight: bold;}
a.link10:hover{text-decoration: underline; outline:none; font-weight: bold;}
a.link10:active {star:expression(this.onFocus=this.blur());}

a.white {
  color: #DDD;
  text-decoration: none;
  outline: none;
}
a.white:link,
a.white:visited {
  color: #DDD;
  text-decoration: none;
  outline: none;
}
a.white:hover {
  color: #DDD;
  text-decoration: underline;
  outline: none;
}
a.white:active {
  star: expression(this.onFocus=this.blur());
}

.font1 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.font2 {
  font-size: 22px;
  font-weight: bold;
  color: #E70909;
  line-height: 22px;
}
.font3 {
  font-size: 22px;
  text-align: left;
  color: #00AC7D;
  font-weight: bold;
}
.font4 {
  font-size: 30px;
  text-align: left;
  color: #FFF;
  font-weight: bold;
}

.input2 {
  border-top: #cbc0b5 1px solid;
  border-right: #cbc0b5 0px solid;
  border-bottom: #9d8f81 1px solid;
  border-left: #9d8f81 1px solid;
  color: #525252;
  background-color: #FFF;
  font-family: "Lato", "Helvetica Neue", "Arial", "Hiragino Sans GB", "微软雅黑","Microsoft Yahei", "sans-serif";
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.input3 {
  border: #999999 1px solid;
  color: #525252;
  background-color: #FFF;
  font-family: Verdana;
  height: 23px;
}

a.button1 {
  border: 1px solid #E70909;
  color: #E70909;
  padding: 0px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
}
a.button1 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
a.button1:hover {
  background-color: #E70909;
  border: 1px solid #E70909;
  color: #FFF;
  text-decoration: none;
}

a.button2 {
  border: 1px solid #FFF;
  color: #FFF;
  padding: 0px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 0px;
  height: 38px;
  line-height: 38px;
}
a.button2 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
a.button2:hover {
  border: 1px solid #00AC7D;
  background-color: #00AC7D;
  color: #FFF;
  text-decoration: none;
}

a.button3 {
  border: 1px solid #DDD;
  background: url(../images/yuanquan.png) no-repeat 5px 4px #FFF;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 12px;
}
a.button3 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
a.button3:hover {
  background-color: #E70909;
  border: 1px solid #E70909;
  color: #FFF;
  text-decoration: none;
}

a.button4 {
  border: 1px solid #E70909;
  background: url(../images/yuanquan_color.png) no-repeat 5px 4px #FFF;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #E70909;
  padding-left: 12px;
}
a.button4 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
a.button4:hover {
  background: url(../images/yuanquan.png) no-repeat 5px 4px #E70909;
  border: 1px solid #E70909;
  color: #FFF;
  text-decoration: none;
}

.more {
  background-color: #00AC7D;
  border: 1px solid #00AC7D;
  color: #FFF;
  padding: 0px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
    }
.more {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.more:hover,.more.active{background-color: #E70909; border: 1px solid #E70909; color: #FFF; text-decoration:none;}



.logo {
    width: 316px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (max-width: 767px) 
{
    .logo {
        width: 216px;
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.bottom-mt {
    background-color: #313131;
    margin-bottom: 0px;
}
@media (max-width: 767px) 
{
    .bottom-mt {
        background-color: #313131;
        margin-bottom: 78px;
    }
}

.qrcode {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) 
{
    .qrcode {
        width: 80%;
        height: auto;
        padding-top: 10px;
    }
}

.text-left {
    text-align: right;
}
@media (max-width: 767px) 
{
    .text-left {
        text-align: left;
    }
}

.transparent_pic1 {
  background: url(../images/bg02000.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height: 400px;
}
.transparent_pic1 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.transparent_pic1:hover {
  background: url(../images/bg02.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.transparent_pic1:hover a.button2 {
  background-color: #00AC7D;
  color: #FFF;
}

.transparent_pic2 {
  background: url(../images/bg01000.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height: 400px;
}
.transparent_pic2 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.transparent_pic2:hover {
  background: url(../images/bg01.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.transparent_pic2:hover a.button2 {
  background-color: #00AC7D;
  color: #FFF;
}

.transparent_pic3 {
  background: url(../images/bg03000.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height: 400px;
}
.transparent_pic3 {
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.transparent_pic3:hover {
  background: url(../images/bg03.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.transparent_pic3:hover a.button2 {
  background-color: #00AC7D;
  color: #FFF;
}

#back-top {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 30px;
  right: 30px;
  background: #ccc;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-size: 14px;
  font-family: "微软雅黑", "Microsoft YaHei", "Verdana";
}

#mybtns {
  margin: 10px 0;
  display: block;
  height: 42px;
}
#mybtns a {
  width: 42px;
  height: 42px;
  display: block;
  float: right;
  margin-right: 0px;
  background-color: #C1C1C1;
  margin-left: 10px;
}
#mybtns a:hover {
  background-color: #00AC7D;
}
#mybtns a:hover,
#mybtns a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#mybtns #LeftArr {
  background-image: url(image/jt_l.png);
}
#mybtns #RightArr {
  background-image: url(image/jt_r.png);
}

/* 图片左右切换效果 */
.bannerbox { width: 100%; height: 100%; overflow: hidden; margin: 0px auto; }
#focus { width: 100%; height: 350px; clear: both; overflow: hidden; position: relative; float: left; }
#focus ul { width: 100%; height: 350px; float: left; position: absolute; clear: both; padding: 0px; margin: 0px; }
#focus ul li { float: left; width: 230px; height: 148px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
#focus .preNext { width: 115px; height: 148px; position: absolute; top: 0px; cursor: pointer; }
#focus .pre { left: 0; background: url(image/sprite.png) no-repeat left center; }
#focus .next { right: 0; background: url(image/sprite1.png) no-repeat right center; }

.photo_img img 
{
    box-sizing: border-box;
    border: 1px solid #FFF;
    transition:all .7s ease 0s;
}
.photo_img img:hover 
{
    box-sizing: border-box;
    border: 1px solid #00AC7D;
    box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
    -webkit-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
    -moz-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
}

.listitem{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.listitemimage
{
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.listitemimage:hover{
    transform: scale(1.2);
}

.tree_box{width: 100%;}
.tree_h3{height: 50px; line-height: 50px; padding-left: 30px; background:  #E0E0E0 url(../images/dot2.png) no-repeat 20px center; display: block;}
.tree_h3_select{height: 50px; line-height: 50px; padding-left: 30px; background:  #BEBEBE url(../images/dot2.png) no-repeat 20px center; display: block;}
.tree_h4{height: 26px; line-height: 26px; padding-left: 30px; background: url(../images/dot2.png) no-repeat 20px center; display: block;}
.tree_h4_select{height: 26px; line-height: 26px; padding-left: 30px; background: url(../images/dot2.png) no-repeat 20px center; display: block;}
.tree_h5{height: 30px; line-height: 30px; padding-left: 50px; display: block;}


.right_nav {
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    text-align: left;
    overflow: hidden;
    z-index: 999;
}

.right_nav li {
    background: rgba(231, 9, 9, 1);
    margin: 1px 0;
    padding: 17px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    position: relative;
    right: 0;
    list-style: none;
}

.right_nav li .iconBox {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.right_nav li img {}

.right_nav li h4 {
    color: #fff;
    font-size: 14px;
    margin: 2px 0;
    margin-left: 15px
}

.right_nav li:hover {
    background: #c60505;
}

.right_nav li .hideBox {
    display: none;
    position: absolute;
    width: 320px;
    right: 62px;
    padding: 10px;
    padding-right: 1px;
    top: -10px;
    z-index: 999;
}

/* .right_nav li:nth-child(1) .hideBox{
    width: 320px;
}
.right_nav li:nth-child(2) .hideBox{
    width: 320px;
} */
.right_nav li:nth-child(4) .hideBox {
    width: 380px;
}

.right_nav li .hideBox .hb {
    background-color: #fff;
    padding: 15px 20px;
    border-top: 3px solid #c60505;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.right_nav li .hideBox .hb h5 {
    padding: 5px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 17px;
    color: #c60505;
    font-size: 16px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
}

.right_nav li .hideBox .hb p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 5px;
}

.right_nav li .hideBox .hb span {
    float: right;
    width: 46%;
    text-align: center;
    line-height: 1.6;
    padding-top: 30px;
}

.right_nav li .hideBox .hb .qqtalk {
    margin-top: 10px
}

.right_nav li .hideBox .hb .qqtalk a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.right_nav li .hideBox .hb .qqtalk img {
    width: 25px;
    height: 25px
}

.right_nav li .hideBox .hb .qqtalk p {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    margin-top: -5px;
    margin-left: 5px
}

.right_nav li:nth-child(3) .hideBox img {
    width: 120px;
    height: 120px;
}
