@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
}
body{
  font-size: 16px;
  overflow:scroll;
  overflow-x:hidden;
  /*border: 1px solid #000;*/
}


button{
 border-radius: 0;
}

.text-justify{
  text-align: justify;
}

.text-indent-2{
  text-indent: 2em;
}
.text-center{
  text-align: center;
}
/*20190613
  后续添加的页面导航链接样式
  by smallp*/
.smallNavlink{
  width: 50%;
  text-align: center;
  margin: 5px auto 65px auto;
}

.smallNavlink ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display:-webkit-flex;
  display: flex;
  width: 100%;
}
.smallNavlink ul li{
  list-style-type: none;
  -webkit-flex:1;
  flex:1;
  border-right:1px solid #111;
}
.smallNavlink ul li.noli{
  border:0;
}


.smallNavlink a.thisa{
  color: #ff1706;
  border-bottom: 2px solid #ff1706;

}
.smallNavlink a{
  padding: 5px 0;
  color: #111;
}
.smallNavlink a:hover{
  text-decoration: none;
  color: #ff1706;
  border-bottom: 2px solid #ff1706;

}
.smallNavlink span{
  margin: 0 10px;
  display: inline-block;
  padding: 5px 0;
}
.navbar{
  background-color: #fff;
}
.nav > li.lilinknone{
  display: none;
}
.mail-icon{
  display: inline-block;
  width: 18px;
  height: 14px;
  background: url(../images/img_mail_01.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.mail-icon1{
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  margin-right: 5px;
  background: url(../images/icon_mail_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.link-icon{
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: url(../images/icon_link.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/*置顶图标*/
.btn-side{
  display: none;
}
.btn-side {
  position: fixed;
  z-index: 40;
  text-decoration: none;
  right: 3%;
  width: 40px;
  height: 40px;
  border: none;
}
.btn-side #address{
  bottom: 230px;
}
.btn-side #tel{
  bottom: 190px;
}
/*电话弹出*/
.tel-details{
  display: none;
  width: 200px;
  height: 120px;
  border: 1px solid #F0F1F1;
  border-radius: 1px;
  position: fixed;
  z-index: 2147483647;
  right: 60px;
  bottom: 190px;
  background: white;
  padding: 15px 10px;
  pointer-events:none;
}
.tel-details img{
  margin-bottom: 5px;
  width: 35px
}
.tel-details p{
  color: #79808F;
  line-height: 16px;
  font-size: 14px;
}
.tel-details p .strong{
  color: #79808F;
  font-weight: bold;
  font-size: 15px;
}
/*电话弹出end*/
.btn-side img{
  width: 100%;
  height: 100%;
}
.btn-side #mali{
  bottom: 150px;
}
.btn-side #scrollUp{
  bottom: 100px;
}
.footer-side{
  position: relative;
  width: 100%;
}
.btn-side1{
  position: absolute;
  z-index: 2147483647;
  text-decoration: none;
  bottom: 10px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  z-index: 1;
}
.btn-side1 img{
  width: 100%;
  height: 100%;
}
.footer-side #address{
  right: 140px;
}
.footer-side #tel{
  right: 85px;
}

.footer-side .footer-tel-details{
  display: none;
  width: 200px;
  height: 120px;
  border: 1px solid #F0F1F1;
  border-radius: 1px;
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 71px;
  background: white;
  padding: 15px 10px;
  pointer-events:auto;
  box-shadow: 0 0 4px  #ccc;
}
.footer-side .footer-tel-details img{
  margin-bottom: 5px;
  width: 35px;
}
.footer-side .footer-tel-details p{
  color: #79808F;
  font-size: 14px;
}
.footer-side .footer-tel-details p .strong{
  color: #79808F;
  font-weight: bold;
  font-size: 15px;
  z-index: 22;
  text-decoration: none;
}
.footer-side .footer-tel-details .triangle{
 width:0;
 height:0;
 border-width:22px 15px 0;
 border-style:solid;
 border-color:#C0BEBE transparent transparent;
 position: relative;
 float: right;
 margin-right: 50px;
 top: 3px;
}
.footer-side .footer-tel-details .triangle span{
  display:block;
  width:0;
  height:0;
  border-width:22px 15px 0;
  border-style:solid;
  border-color:white transparent transparent;
  position: absolute;
  top:-23px;
  left:-15px;
}
.footer-side #mali{
  right: 30px;
}
.footer-side .scrollUp{
  display: none;
  position: fixed;
  right: 0px;
  width: 30px;
  height: 30px;
  bottom: 30px;
}
/*置顶图标end*/
.mail{
  margin-top: 20px;
  margin-right: 15px;
  color: #000!important;
  vertical-align: middle;
  text-decoration:none!important;
}
.mail i{
  margin-right: 10px;
}
.mail span{
  display: inline-block;
  width: 23px;
  height: 17px;
  background: url(../images/img_mail_01.png);
  background-repeat: no-repeat;
  margin-right: 2px;
  vertical-align: bottom;
}

.dropdown-menu li>a>span{
  display: inline;
  float: right;
  font-size: 20px;
}
.navbar-default .navbar-nav li> a > span.icon-angle-right {
  float: right;
  font-size: 20px;
  height: 0;
  width: 0;
}
.navbar-default >div > .navbar-right{
  margin-top: 18px;
}
main{
  padding-bottom: 60px;
}
footer {
  overflow: hidden;
  text-align: center;
  background: #ededed;
  width: 100%;
  font-size: 12px;
  margin: auto;
  padding-top: 1%;
    padding-bottom: 1%;
}

.leftwidth{
  width: 50%;
}
.righ-width{
  width: 49%;
  display: flex;
  display: -webkit-flex;
}
.righ-width dl{
  margin: 0;
  padding: 0;
  width: 20%;
}
.righ-width dl dt{
  color: #3e3a39;
  font-size: 14px;
  font-weight: bold;
}
.righ-width dl dd a{
  color: #595757;
  font-size: 14px;

}
.righ-width dl dd{
  margin: 8px 0;
}

.leftwidth dl dt{
  color: #595757;
  font-size: 14px;

}
.leftwidth dl dd{
  color: #3e3a39;
  font-size: 18px;
  font-weight: bold;
}

.leftwidth dl dd.dizhi{
  font-size:16px;
}

footer .leftMenu{
    float: left;
}

footer .rightMenu{
    float: right;
}

footer .cleanThis{
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: 0 0 15px 0;
}


footer .footerMenu {
  padding: 15px 0 14px;
}
footer .footerMenu li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
footer .footerMenu li img{
  display: block;
}
footer .footerMenu li >a {
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
}

footer .footerMenu1{
  padding: 0;
  margin-bottom: 60px;
}
footer .footerMenu1 li{
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 0 5px;
  font-weight: normal!important;
}
footer .footerMenu1 li a:hover{
  text-decoration: underline;
  color: #fff;
}
footer .footerMenu1 li .footer-link{
  margin-top: 10px;
  display: block;
  padding: 0 16px;
  color: #fff;
  font-size: 16px;
}
footer .footerMenu1 li span{
  display: inline-block;
  width:
}
footer .footerMenu1 li img{
  width: 190px;
}
footer p{
  font-size: 12px;
  text-align: center;
  color: #b2b2b3;
}
footer p span{
  padding: 0 10px;
}
footer p a{
  color: #b2b2b3;
}
footer p a:hover{
  color: #333;
}
footer p a:focus{
  color: #b2b2b3;

}
/*地图*/
/*阴影*/
.shadow-map{
  display: none;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  background-color: rgba(0,0,0,0.6);
}
/*阴影 end*/
.shadow-map .map-content{
  display: block;
  position: fixed;
  top:50%;
  left: 50%;
  margin-left: -450px;
  margin-top: -200px;
  width: 900px;
  height: 400px;
  z-index: 180;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 40px 20px 20px;
}
.shadow-map .map-content .map-close{
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 26px;
  cursor: pointer;
}
.shadow-map .map-content .inner-map{
  width: 100%;
  height: 100%;
  border: none;
}
/*地图 end*/
/*浮动图标 start*/
#DIV_rik_PC{
  display: none;
  width: 120px;
  height: 100px;
  position: fixed;
  z-index: 40;
  right: 5px;
  bottom: 280px;
}
#DIV_rik_PC #Iframe1{
  width: 100%;
  height: 100%;
}
#DIV_rik_SP{
  display: none;
  width: 120px;
  height: 100px;
  position: fixed;
  z-index: 40;
  right: 20px;
  bottom: 40px;
}
#DIV_rik_SP #Iframe1{
  width: 100%;
  height: 100%;
}
/*CNZZ*/
#cnzz_stat_icon_1274312882{
  display: none;
}
/*浮动图标 end*/
@media (min-width: 768px){
#fot{
    max-width: 1200px;
    margin: 0 auto;
}
  .container-header{
    /*width: 90%!important;*/
  }
  .navbar{
    min-height: 70px;
  }
  /*二级菜单栏*/
  .navbar-nav > li:hover > a{
    color: #f51c04!important;
  }
  .rwd-global-nav-wrap{
    margin: auto;
    display: table;
    margin-right: 0;
  }

  .dropdown{
    position: relative;
  }
/*  .dropdown:hover .dropdown-menu {
    display: block;
    background-color: #
  }
  .dropdown:hover .dropdown-toggle{
    color: #00649A!important;
  }
  .dropdown-menu:before{
    content:'';
    display: block;
    position: absolute;
    border-width:10px 10px 10px 10px;
    border-style:solid;
    border-color: transparent transparent #1973A5 transparent;

    position:absolute;
    left:65px;
    top:-20px;
  }*/

  .dropdown-menu{
    position: absolute;
    top: 51px;
    left: 50%!important;
    z-index: 1000;
    display: initial;
    float: left;
    min-width: 150px;
    padding: 0;
    margin: 2px 0 0;
    margin-left: -75px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: rgba(5, 100, 151, 0.7);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none!important;
    border-radius: 0px!important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .dropdown-menu li>a{
    color: #111!important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
  }
  /*二级菜单栏 end*/

  .navbar-default .navbar-collapse{
    margin-top: 17px;
  }
  .navbar-nav{
    margin: auto;
  }
  .navbar-nav > li {
    padding: 12px 0 18px;
    font-weight: 300;
    margin: 0 3px;
  }

  /*图标*/
  .navbar-header{
    margin-top: 0px;
  }
  /*图标 end*/

  .navbar-nav > li > a{
    color: #000!important;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .swiper-container{
    margin-top: 60px;
  }

  /*切换中英版本*/
  .btn-CN{
    border-radius: 0;
    border-right: none;
  }
  .btn-EN{
    border-radius: 0;
    border-left: none;
  }
  /*切换中英版本end*/







  /* start  PC  头部 */


  .pageHeader_inner {
/*      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-align: center;
      align-items: center;
      height: 50px;*/
  }

  #gnav_pc>ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      list-style: none;
      height: 50px;
  }

  #gnav_pc li {
      position: relative;
      line-height: 50px;
  }




  #gnav_pc a:focus {
      outline: 0;
  }


/*  .nav > li > a{
    padding-left: 0;
    padding-right: 0;
  }*/

/*     */
  #gnav_pc li.dropdown.active a:before, #gnav_pc li.dropdown:hover:before {
      width: 100%;
  }


  #gnav_pc li.dropdown:hover {
      opacity: 1;
      cursor: pointer;
  }

  #gnav_pc li.dropdown.active a:before, #gnav_pc li.dropdown:hover > a:before {
      width: 100%;
  }

  #gnav_pc li.dropdown a:before {
      content: '';
      position: absolute;
      top: 30px;
      left: -0;
      right: 0;
      border-bottom: 4px solid rgba(251, 22, 5);
      margin: auto;
      width: 0;
      z-index: 1;
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      transition: all .2s ease-out;
  }
/*   */

  #gnav_pc ul li.dropdown ul.hnav_box {
      position: absolute;
      z-index: 9999;
      top: 100%;
      left: 50%;
      background: #FFF;
      margin: 0;
      padding: 0;
      width: 300%;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      transition: all .2s ease-out;
  }


  div#gnav_pc ul li.dropdown:hover ul.hnav_box {
      display: block;
/*      padding: 0px 50px 0px;
*/      width: auto;
      visibility: visible;
      opacity: 1;
      width: 220%;
  }

  #gnav_pc #menu1:hover .hnav_box_2col {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
  }

  #gnav_pc .hnav_box_2col {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      width: 598px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }
  #gnav_pc ul li.dropdown:hover ul.hnav_box li{
    border-bottom: 1px solid #ddd;
    }
   #gnav_pc ul li.dropdown:hover ul.hnav_box li:hover{
    background: #f2f2f2;
  }

  .dropdown-menu li:not(:last-of-type)>a{
   /* border-bottom: 1px solid #fff;*/
  }

/*  #gnav_pc #menu1:hover div.hnav_box_inner:first-child {
      margin-right: 68px;
  }

  #gnav_pc .hnav_box_2col .hnav_box_inner:nth-child(1) {
      margin-right: 68px;
  }

  #gnav_pc li:hover div.hnav_box_inner {
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }

  #gnav_pc .hnav_box_2col .hnav_box_inner {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
  }

  #gnav_pc div.hnav_box_inner {
      width: 265px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
  }

  #gnav_pc p.hnav_sub_ttl {
      border-bottom: 1px solid #FFF;
      color: #FFF;
      margin-bottom: 29px;
      padding-bottom: 21px;
      line-height: 1.4;
      letter-spacing: 0.2em;
  }

  #gnav_pc p.hnav_sub_ttl > a {
      color: #fff;
      font-size: 1.6rem;
  }

  #gnav_pc li a {
      display: block;
      font-size: 1.4rem;
  }


  #gnav_pc div.hnav_box_inner ul {
      display: block;
      height: auto;
  }

  #gnav_pc div.hnav_box_inner ul li {
      line-height: 1.4;
  }

  #gnav_pc div.hnav_box_inner ul li a {
      color: #FFF;
      letter-spacing: 0.4em;
  }

  #gnav_pc div.hnav_box_inner ul li + li {
      margin: 22px 0 0;
  }

  #gnav_pc li + li {
      margin-left: 70px;
  }
*/
  /* end  PC  头部 */

}



@media (max-width: 1150px){
  .smallNavlink {
      width: 60%;
  }
}



@media (max-width: 800px){

  .smallNavlink {
      width: 60%;
  }
}

@media (min-width: 768px) {

  .navbar {
    min-height: 60px!important;
    margin-bottom: 0!important;
  }

  .pageHeader_inner, .navbar-brand, #Jupyter-nav-logo, #gnav_pc>ul {
    height: 60px!important;
  }

  #Jupyter-nav-logo{
    max-width: 176px;
  }

  .navbar-default{
    border-bottom: 1px solid rgb(243,243,243)!important;
  }

  .navbar-default .navbar-collapse{
    margin-top:0!important;
  }

  .navbar-nav > li {
      padding: 20px 0 20px!important;
  }

  .swiper-container {
      margin-top: 60px!important;
  }
}

@media (max-width: 991px) and (min-width: 768px){

  .navbar-header{
    margin-top: 0!important;
  }

  .navbar-header .navbar-brand img{
    margin-top: 0!important;
  }

}

@media (max-width: 768px){

  .lilinknone dd a:hover ,.lilinknone dd a:focus{
    color: #23527c;
    text-decoration: none;
  }

  .btn-side{
    right: 15px;
  }


 /*地图*/
 /*阴影*/
   .shadow-map{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 60;
    background-color: rgba(0,0,0,0.6);

  }
  /*阴影 end*/
  .shadow-map .map-content{
    display: block;
    position: fixed;
    top:0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    z-index: 180;
    background-color: white;
    border: none;
    border-radius: 0px;
    padding: 70px 0px 0px;
  }
  .shadow-map .map-content .map-close{
    position: absolute;
    right: 20px;
    top: 50px;
    font-size: 32px;
    cursor: pointer;
  }
  /*地图 end*/
  /*邓白氏 start*/
  #DIV_rik_SP{
    display: block;
    width: 120px;
    height: 100px;
    position: static;
    z-index: 40;
    right: 0px;
    bottom: 80px;
    margin: auto;
    margin-top: 20px;

  }
  /*邓白氏 end*/
  .smallNavlink{
    width: 60%;
    margin: 0px auto 40px auto;
  }

  .smallNavlink ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  }
  .smallNavlink ul li.tab1{
    width: 32%;
  }
  .smallNavlink ul li.tab2{
    width: 32%;
  }
  .smallNavlink ul li.tab3{
    width: 32%;
    border: 0;
  }
  .smallNavlink ul li.tab4{
    width: 49%;
  }
  .smallNavlink ul li.tab5{
    width: 49%;
  }
  .smallNavlink ul li.tab6{
    width: 49%;
     border: 0;
  }

  .smallNavlink ul li{
    flex:auto;
    border-right:1px solid #111;
    display: inline-block;
    margin: 0px 0 8px;
  }



  .smallNavlink ul li.noli{
    border:0;
  }

  .smallNavlink a{
    padding: 0 0 5px;
  }
}


@media (max-width: 767px){

  .smallNavlink ul{
    font-size: 0;
    letter-spacing: -5px;
  }

  .smallNavlink ul li{
    font-size: 14px;
    letter-spacing: 5px;
    padding: 1%;
  }

  .container-header{
    width: 100%!important;
  }
  .swiper-container{
    padding-top: 50px;
    box-sizing:border-box;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent!important;

  }

  .navbar-default .navbar-toggle {
    border-color: transparent!important;
  }

  .navbar-default .navbar-header .navbar-toggle span {
    transition: all 0.5s;
    box-sizing: border-box;
    background-color: #F44336;
    border-radius: 0px!important;
  }

  .navbar-default .navbar-header .navbar-toggle span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }

  .navbar-default .navbar-header .navbar-toggle span:nth-of-type(2) {
    opacity: 0;
  }

  .navbar-default .navbar-header .navbar-toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }

  .navbar-default .navbar-header .collapsed span:nth-of-type(1) {
    -webkit-transform: none!important;
    transform: none!important;
  }

  .navbar-default .navbar-header .collapsed span:nth-of-type(2) {
    opacity: 1;
  }

  .navbar-default .navbar-header .collapsed span:nth-of-type(3) {
    -webkit-transform: none!important;
    transform: none!important;
  }
  /*右切换导航图标*/
  .navbar-toggle{
    padding: 0;
    margin-top: 18px;
    margin-right: 15px;
    border-radius: 0px!important;
  }
  /*图标*/
  .navbar-header .navbar-brand img{
    width: 125px;
    margin:5px 0 0 15px;
  }
  /*图标 end*/

  /*二级导航*/
  .navbar-nav {
    height: 1000px;
    margin: 0px -15px;
    background-color: #fff;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #f30909;
    background-color: #d7d7d7;
  }
  .navbar-default .navbar-nav > li{
    border-top: 1px solid #ddd;
  }
  .navbar-default .navbar-nav > li > a {
/*    color: #333;
*/  }
  .navbar-default .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    padding-left: 25px;
  }
  .navbar-default .navbar-nav > li > ul >li >a {
    color: #333!important;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 35px;
  }
  .navbar-default .navbar-nav > li > a.btn{
    display: inline-block!important;
    width: 40px!important;
    height: 30px!important;
    line-height: 1.8;
    margin: 15px;
    margin-left: 25px;
    padding: 5px!important;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #fff;
  }
  .navbar-default .navbar-nav > li > a.btn-CN{
    margin-right: 0;
    border-right: none;
  }
  .navbar-default .navbar-nav > li > a.btn-EN{
    margin-left: 0;
    border-left: none;
  }
  .navbar-default .navbar-nav > li > a.active{
    background-color: white;
    color: #006498!important;
  }
  .navbar-nav .dropdown:before{
    content: "+";
    display: block;
    position: absolute;
    right: 25px;
    width: 22px;
    height: 22px;
    color: #211711;
    font-size: 32px;
    top: 0px;
    z-index: 15;
    margin: auto;
  }
  .navbar-nav .open:before{
    content: "—";
    display: block;
    position: absolute;
    right: 25px;
    width: 22px;
    height: 22px;
    color: #211711;
    font-size: 18px;
    font-weight: bold;
    top: 12px;
    z-index: 15;
    margin: auto;
  }
  .navbar-default .navbar-nav li> a > span {
    margin-right: 25px;
  }

  .navbar-nav .open .dropdown-menu li{
    border-bottom: 1px solid #ddd;
  }
  .dropdown-menu{
    padding: 0;
  }
  .nav > li.lilinknone{
  display: block;
}
  .lilinknone dl{
    margin:0;
    padding: 0;
  }
  .lilinknone dl dt{
    margin: 0;
    padding-top: 15px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: normal;
  }
  .lilinknone dl dt i{
    color: #f30909;
    margin-right: 5px;
  }

  .lilinknone dl dd{
    margin:0;
    padding-left: 25px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
  }
  .lilinknone dl dd.dizhi{
    font-size: 14px;
  }




  /*二级导航end*/

  /*footer*/
  footer {
    overflow: hidden;
    text-align: center;
    background: #dddddd;
    width: 100%;
    font-size: 12px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }


  footer .footerMenu {
    padding: 15px 0 14px;
  }
  footer .footerMenu li {
    display: inline-block;
    text-align: center;
    border-right: 2px solid #b6b6b6;
  }
  footer .footerMenu li:last-of-type {
    border-right: none;
  }
  footer .footerMenu li img{
    display: block;
  }
  footer .footerMenu li >a {
    padding: 0 16px;
    color: #fff;
    font-size: 16px;
  }


  footer .footerMenu1{
    padding: 0;
    margin-bottom: 40px;
    border-top: 1px solid #37363E;
    border-bottom: 1px solid #37363E;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  footer .footerMenu1 li{
    padding: 0 5px;
    border-right: none;
  }
  footer .footerMenu1 li .footer-link{
    margin-top: 10px;
    display: block;
  }
  footer .footerMenu1 li span{
    display: inline-block;
    width:
  }
  footer .footerMenu1 li img{
    width: 190px;
  }
  footer p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    width: 80%;
    margin: auto;
  }
  footer p span{
    display: inline-block;
    width: 20px;
  }
  /*footer end*/


}
@media screen and (min-width:992px){
  #scrollUp {
    bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-header{
    /*width: 92%!important;*/
  }
  .container {
    width: 100%;
  }
  .navbar-header .navbar-brand img {
    width: 150px;
    margin-top: 3px;
  }
/*  .navbar-nav > li {
    padding: 0;
    }*/
    .navbar-header {
      margin-top: 5px;
    }
  }




@media (max-width: 500px) {
  .smallNavlink ul li {
    padding: 0;
  }

  .smallNavlink {
    width: 100%;
  }
}



  @media (min-width: 480px) and (max-width: 767px) {
    #fot {
      width: auto;
      margin: 0 auto;
      text-align: left;
  }
  footer .leftMenu{
    float: none;
  }
  footer .leftwidth,.righ-width{
    display: none;
  }
  footer .leftwidth{
    display: none;
  }
  footer .footerMenu {
    padding: 15px 0 14px;
  }
  footer .footerMenu li {
    display: inline-block;
    text-align: center;
    border-right: 2px solid #b6b6b6;
  }
  footer .footerMenu li:last-of-type {
    border-right: none;
  }
  footer .footerMenu li img{
    display: block;
  }
  footer .footerMenu li >a {
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
  }
  footer .footerMenu1{
    padding: 0;
    margin-bottom: 20px;
    border-top: 1px solid #37363E;
    border-bottom: 1px solid #37363E;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  footer .footerMenu1 li{
    padding: 0 5px;
    border-right: none;
  }
  footer .footerMenu1 li .footer-link{
    margin-top: 10px;
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
  }
  footer .footerMenu1 li span{
    display: inline-block;
    width:
  }
  footer .footerMenu1 li img{
    width: 190px;
  }
  footer p{
    color: #111;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    margin: auto;
  }
  footer p span{
    display: inline-block;
    width: 10px;
  }
  footer .cleanThis{
    display: none;
  }

  }
  @media (max-width: 479px) {
   /*footer*/
   footer {
    overflow: hidden;
    text-align: center;
    background: #ededed;
    width: 100%;
    font-size: 12px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #fot {
      width: auto;
      margin: 0 auto;
      text-align: left;
  }
  footer .leftMenu{
    float: none;
  }
  footer .leftwidth,.righ-width{
    display: none;
  }
  footer .leftwidth{
    display: none;
  }
  footer .footerMenu {
    padding: 15px 0 14px;
  }
  footer .footerMenu li {
    display: inline-block;
    text-align: center;
    border-right: 2px solid #b6b6b6;
  }
  footer .footerMenu li:last-of-type {
    border-right: none;
  }
  footer .footerMenu li img{
    display: block;
  }
  footer .footerMenu li >a {
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
  }
  footer .footerMenu1{
    padding: 0;
    margin-bottom: 20px;
    border-top: 1px solid #37363E;
    border-bottom: 1px solid #37363E;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  footer .footerMenu1 li{
    padding: 0 5px;
    border-right: none;
  }
  footer .footerMenu1 li .footer-link{
    margin-top: 10px;
    display: block;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
  }
  footer .footerMenu1 li span{
    display: inline-block;
    width:
  }
  footer .footerMenu1 li img{
    width: 190px;
  }
  footer p{
    color: #111;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    margin: auto;
  }
  footer p span{
    display: inline-block;
    width: 10px;
  }
    footer .cleanThis{
    display: none;
  }
  /*footer end*/
}


.rowborder{
  border-top: 1px solid #111;

}
.row-div{
  width: 100%;
}

.row-div a{
  color: #111;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  position: relative;

}
.row-div a:hover{
  text-decoration: none;
  background: #f2f2f2;
}
.row-div i,em,span{
  font-style: normal;
  display: inline-block;

}
.row-div i{
  width: 20%;
  text-align: center;
}
.row-div i.dian{
  width: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;

}
.row-div em.em92{
  width: 82%;
  padding: 0 0 0 5px;
}
.row-div em.em92 b{
  font-weight: normal;
  color: #fff;
  padding: 1px;
  margin: 0 15px;
  border-radius: 3px;
  font-size: 10px;

}
.row-div em.em92 b.word{
  background-color:#007eff;
}
.row-div em.em92 b.pdf{
  background-color:#e00012;
}


.row-div em{
  width: 72%;
}
.row-div span{
  width: 10%;
  text-align: right;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 15px;
  box-sizing: border-box;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -10px;
  position: absolute;
  right: 20px;
  top: 50%;
}
.row-div span:after{
  content: " ";
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-bottom: 0px;
  border-width: 1.5px 1.5px 0 0;
  border-color: #333;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.row-div a:hover span:after{
  border-color: #fd0707;

}
.rightnav{
  padding: 0;
  margin: 0;
}
.rightnav dt{
  background: #f50505;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 8px 0;
}
.rightnav dd{
  background: #ececec;
  border-bottom:1px solid #fff;
  text-align: center;
  padding: 8px 0;
}
.rightnav a,
.rightnav a:focus{
  color: #111;
  display: inline-block;
  width: 100%;
}
.rightnav a.thison{
  color: #f50505;
}
.rightnav a:hover{
  color: #f50505;
}
.page-turning{
  width: 90%;
  margin: 25px 0;
}
.friendship_Links{
    width: 31%;
    margin:0 auto;
    margin-bottom: 0.5%;
}
.friendship_Links a{
  display: inline-block;
  
 
}

.friendship_Links a img{
  border:0;
}
  @media (max-width: 767px) {
    .friendship_Links{
      display: none;
    }
  }

  .jianguan{
      width:150px; 
      padding:0 4px 0 0 ;
      position: absolute;
      right: 5%;
      top: 0;
      display: block;
    }
    
    @media (max-width: 767px) {
        .jianguan{
            display: none;
          }
      }

  @media (min-width: 768px) {
     .friendship_Links div{
        width: 33.33333%;
        padding: 0;
     }
  } 
.footer-p-set{
  text-align: center; 
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 1280px) {
  .friendship_Links a img{
    max-width: 80px;
  }
  .footer-p-set{
 
    margin-bottom: 2px;
  }
  .footer-xiamen{
    margin-bottom: 0px;
  }
}     
@media (max-width: 767px) {
  footer{
    padding-top: 30px!important;
  }
}