@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
}
html {
  font-size: 14px;
}
body{
  font-size: 14px;
  overflow:scroll;
  overflow-x:hidden;

}
button{
 border-radius: 0; 
}
.navbar{
  background-color: #fff;
}
.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: 40px;
  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: #404040;
  width: 100%;
  font-size: 12px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer a{
  color: #fff!important;
}
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{
  color: #fff;
  font-size: 14px;
}
footer p span{
  display: inline-block;
  width: 20px;
}
footer p a{
  color: white;
}
footer p a:hover{
  color: white;
}
/*地图*/
/*阴影*/
.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){

  .container-header{
    /*width: 90%!important;*/
  }
  .navbar{
    min-height: 60px;
  }
  /*二级菜单栏*/
  .navbar-nav > li:hover > a{
    color: #00649A!important;
  }
  .rwd-global-nav-wrap{
    margin: auto;
    display: table;
  }
  .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: none;
    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: white!important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    background-color: #0596CF;
  }
  /*二级菜单栏 end*/

  .navbar-default .navbar-collapse{
    margin-top: 10px;
  }
  .navbar-nav{
    margin: auto;
  }
  .navbar-nav > li {
    padding: 12px 0 18px;
    font-weight: bold;
  }
  .navbar-nav > li:first-child > a{
    border-left: 1px solid #eee;
  }
  /*图标*/
  .navbar-header{
    margin-top: 0px;
  }
  /*图标 end*/

  .navbar-nav > li > a{
    border-right: 1px solid #eee;
    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*/

}
@media (max-width: 768px){
 /*地图*/
 /*阴影*/
 .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*/
}
@media (max-width: 767px){

  .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: #07689B;
    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: 80px;
  }
  /*图标 end*/

  /*二级导航*/
  .navbar-nav {
    height: 1000px;
    margin: 0px -15px;
    background-color: #006498;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #01A7E5;
  }
  .navbar-default .navbar-nav > li{
    border-top: 1px solid #0071A6;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff!important;
  }
  .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: #01BBFE!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: #fff;
    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: #fff;
    font-size: 18px;
    font-weight: bold;
    top: 12px;
    z-index: 15;
    margin: auto;
  }
  .navbar-default .navbar-nav li> a > span {
    margin-right: 25px;
  }
  /*二级导航end*/
  /*footer*/
  footer {
    overflow: hidden;
    text-align: center;
    background: #404040;
    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: 100px;
  }
/*  .navbar-nav > li {
    padding: 0; 
    }*/
    .navbar-header {
      margin-top: 5px;
    }
  }
  @media (min-width: 480px) and (max-width: 767px) {

  }
  @media (max-width: 479px) {
   /*footer*/
   footer {
    overflow: hidden;
    text-align: center;
    background: #404040;
    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 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: #fff;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    margin: auto;
  }
  footer p span{
    display: inline-block;
    width: 10px;
  }
  /*footer end*/

}





@media (min-width: 768px) and (max-width: 824px) {
  .nav > li > a {
    padding: 0px 5px;
  }
}