﻿body {
    font-family: 'Microsoft YaHei';
    position: relative;
    width: 100%;
    overflow-x: hidden
}
.message-box {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 10;
    position: fixed;
    display: none
}
.mobile_top {
    width: 100%;
    height: 48px;
    background: #2f3133;
    line-height: 44px;
    padding: 0 10px;
    text-align: right;
    z-index: 1000;
    position: fixed;
}
.mobile_top .logo{
   float: left;
}
.mobile_top .mobile_btn{
    margin: 0 10px
}
#js-menu-close{
    display:none
}
.nav_m .navM {
    display: none;
    width: 100%;
    height: 94vh;
    overflow: scroll;
    position: fixed;
    z-index: 100;
    margin-top: 44px;
}
.nav_m .navLogin {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 100;
    margin-top: 48px;
}
.nav_m .nav_content ul li {
    width: 100%;
    min-height: 46px;
    line-height: 46px;
    background: #15161A;
    border-bottom: 1px solid #777777;
}
.nav_m .ul_title {
    padding-left: 26px;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 46px
}
.nav_m .nav_content .subm_a{
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 46px
}
.nav_m .nav_content .menu_ico {
    -webkit-transition: 300ms;
    transition: 300ms;
    float: right;
    overflow: hidden;
    width: 18px;
    height: 10px;
    margin-top: 18px;
    margin-right: 18px;
    background: url(../img/index/btn_arrow2.png) no-repeat;
    background-size: contain;
}
.nav_m .nav_content .indexIco {
    -webkit-transition: 300ms;
    transition: 300ms;
    float: right;
    overflow: hidden;
    width: 18px;
    height: 10px;
    margin-top: 18px;
    margin-right: 18px;
    background: url(../img/index/btn_arrow3.png) no-repeat;
    background-size: contain;
}
.nav_m .subm_chanpi .ico_right {
    float: right;
    overflow: hidden;
    width: 16px;
    height: 16px;
    margin-top: 18px;
    margin-right: 18px;
    background: url(../img/index/btn_right.png) no-repeat;
    background-size: contain
}
/*.nav_m .subm_chanpi {
    height: 368px
}*/
.nav_m .chanpi_sapn {
    padding-left: 26px;
    color: #fff;
    font-size: 14px;
}
.nav_m .subm_p {
    padding-left: 26px;
    color: #777;
    width: 100%;
    border-top: 1px solid #777777;
    font-size:14px;
}
.nav_m .dropdown_subm {
    display: block;
    width: 100%;
    border-top: 1px solid #777;
    box-sizing:border-box
}
.nav_m .dropdown_subm .dropdown_subm_left {
    width: 34%;
    float: left;
    text-align: center;
    vertical-align: top;
}
.nav_m .subm .dropdown_hjzx {
    height: 184px
}
.nav_m .subm .dropdown_hjzx .dropdown_subm_left {
    line-height: 184px;
}
.nav_m .subm .dropdown_zhyy {
    height: 138px
}
.nav_m .subm .dropdown_zhyy .dropdown_subm_left {
    line-height: 138px;
}
.nav_m .dropdown_subm .left_p {
    font-size: 14px;
    color: #fff;
}
.nav_m .dropdown_subm .dropdown_subm_right {
    width: 66%;
    float: left;
    border-left: 1px solid #777;
}
.nav_m .dropdown_subm .dropdown_subm_right a {
    color: #777;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 26px;
    border-bottom: 1px solid #777;
    margin-top: 0px;
}
.nav_m .dropdown_subm .dropdown_subm_right a.a_last {
    border-bottom: none
}
.nav_m .freeuser {
    width: 100%;
    background: #15161A;
    margin: 0 auto;
    padding: 34px 0 30px;
}
.nav_m .freeuser .btn_freeuser {
    width: 150px;
    height: 38px;
    line-height: 38px;
    background: #ffd800;
    margin: 0 auto;
    text-align: center;
    color: #000;
}
/*轮播样式*/
.ui-banner-home {
    position: relative;
    background-color: #000;
    padding-top: 44px;
}
.ui-banner-home .img{
  background: none no-repeat center;
  background-size: cover;
}
.ui-banner-home .carousel-inner{
  line-height: 0;
}
.ui-banner-home .carousel-control{
  width: 40px;
  /*background: #fff;*/
  filter: none;
  opacity: 1 !important;
}
.ui-banner-home .carousel-control .aw{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: none no-repeat center rgba(255, 255, 255, .3);
  background-size: 11px 20px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.ui-banner-home .carousel-control .aw.l{
  background-image: url(../../img/ico_li-prev.png);
  /*left: 80px;*/
}
.ui-banner-home .carousel-control .aw.r{
  background-image: url(../../img/ico_li-next.png);
  right: 20px;
}
/*.ui-banner-home .carousel-indicators li{
  margin: 0 10px;
}*/
.carousel-indicators li {
    margin: 0 10px;
    border: none;
    background-color: rgba(245,189,31,0.4)
}
.carousel-indicators .active {
    background: #ffd800;
    border: none;
    width: 40px;
    height:10px;
}
.ui-banner-home .carousel-indicators p {
    font-family: 'PingFang SC'
}
.banner_title {
    font-size: 30px;
    color: #fff;
    display: block;
    padding-top: 20px;
    text-align: center;
    padding-top: 60px;
}
.banner_title2 {
    font-size: 26px;
}
.banner_title_p {
    font-size: 20px;
    color: #fff;
    padding-top: 40px;
    text-align: center;
}
.banner_title_p2 {
    font-size: 16px;
}
footer {
    background: #222;
    width: 100%;
    box-sizing:border-box;
}
footer .container{
    padding: 18px 14px;
}
footer .container .left{
    display: inline-block;
    width: 31%;
    vertical-align: top;
}
footer .container .logo{
    margin:0px 8px 10px;
}
footer .container .weix {
    margin: 0px 8px 10px;
}
footer .container .info{
    display:inline-block;
    font-size:12px;
    color:#fff;
    border-left: 1px solid #606060;
}
footer .container .info a{
    color:#fff
}
footer .container .info p {
    padding-left: 18px;
    padding-bottom: 10px;
}
footer .container .info p.icp{
    padding-bottom: 0px;
}
.h48{
    height:48px
}