@charset "UTF-8";
/*导航区域*/
.nav_right {float:right;position:relative;top: 10px;opacity:0;right:-40px;}
.nav_right ul {float: left;font-size: 16px;padding-top:23px;padding-left:36px;}
.nav_right ul li {
    float: left;
    width: 110px;
    text-align: center;
    position: relative;
    height: 50px;
}
.nav_right>ul>li>a {
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.sub_h .nav_right>ul>li>a {
    color: #000;
}
.nav_right ul li a i {
    float: left;
    width: 100%;
    height:50px;
    line-height: 50px;
    position: relative;
}
.ie9 .nav_right ul li a i {
    float: left;
    width: 100%;
    height:50px;
    line-height: 50px;
    background:rgba(255,255,255,0);
    position: relative;
}
.nav_right>ul li a span{
  display: inline-block;
  width: 0;
  margin:0 auto;
  height: 2px;
  background: none;
  position: absolute;
  bottom: 11px;
  left: 50%;
  -ms-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  transform:translateX(-50%);
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav_right>ul li:hover span{width: 100%;}
.mb_tab_all {
  padding: 0 20px;
  display: none;
}
.sub_h .nav_right ul li a {
  color: #000;
}
.sub_h .nav_right>ul li a span{
  background: #FFF;
}
/*导航下拉区域*/
.nav_right>ul li dl {
    z-index: 9999;
    padding: 10px 0 10px;
    display: none;
    position: absolute;
    color: #fff;
    top: 44px;
    left: 0px;
    right: 0px;
    background-color: #dcc07f;
}
.nav_right>ul li dl dd {
    position: relative;
    text-align: center;
    height: 40px;
}
.nav_right>ul li dl dd>a {
    height: 40px;
    font-size: 14px;
    color: #fff!important;
    line-height: 40px;
    display: inline-block;
    width: 100%;
}
.nav_right>ul li dl dd>a:hover {
    color: #dcc07f!important;
}
/*主导航*/
.nav_right ul li a {
}
.nav_right ul li:hover a {
  color: #dcc07f;
}
.nav_right ul li a i::after {
  content:'';
  position:absolute;
  width:14px;
  height:6px;
  right:50px;
  opacity:0;
  top:38px;
  background:url(../img/menu_dbac.png) no-repeat left center;
  vertical-align: middle;
}
.nav_right>ul li:hover a i::after {
  opacity:1;
}
.nav_right ul li dl dd:hover a {
  background:#FFFFFF;
  color: #dcc07f;
}
.banner {position: relative;margin: 0 auto;max-width:1920px;overflow: hidden;}
.ban_focus {margin: 0 auto;overflow: hidden;height: 100%;width: 100%;}
.ban_focus li {color:#fff;display:none;position: relative;}
.ban_focus li img {
  display: none;
  width: 100%;
}
.ban_focus li.cur {display:block;}
.ban_focus li .ban_f_con { text-align:center; width:100%;position:absolute;top:35%;}
.ban_f_con h1 {position:relative;opacity:0;margin-top: 50px;}
.ban_f_con h2 {position:relative;opacity:0;}
.ban_f_con h3 {position:relative;opacity:0;margin-top:30px; text-transform:uppercase;}
.ban_dot {position: absolute;bottom:36px;left: 50%;z-index:9;}
.ban_dot a {background: url(../images/jt_jd_off.png) no-repeat;width:17px;height:15px; float: left;margin-right:8px;}
.ban_dot a.btn_on {background: url(../images/jt_jd_on.png) no-repeat;}
.search_btn {float: left;background: url(../images/jt_search.png) no-repeat;margin-left:20px;width:23px;height:21px;margin-top:37px;}
.sub_h .search_btn {background: url(../images/sub_s.jpg) no-repeat;}
.language_sel {float:left;margin-left:39px;margin-top:37px;font-size: 12px;}
.language_sel a {color: #fff;}
.sub_h .language_sel a {color: #000;}

