@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}
ul,ol{
    list-style: none;
}
a{
    font-family: "Microsoft YaHei";
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
a img{
    border: none;
}
input{
    outline: none;
}
.home .m-header{
    display:none;
}
/* animated动画引入 */
/* 左侧淡入 */
@-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  /* 右侧淡入 */
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  /* 向上淡入 */
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  /* 内页PC端头部导航 */
.inside .header{
    width: 100%;
    height: 80px;
    background: white;
    position: fixed;
    top: 0;left: 0;
    z-index: 5;
}
.inside .header>img{
    width: 170px;
    float: left;
    margin: 10px 0 0 24px;
}
.inside .header .nav{
    margin-left:214px;
}

.inside .header .nav li{
    float: left;
    padding: 0 25px;
    line-height: 80px;
}
.inside .header .nav .on a {
    color: #FFBE00;
}
.inside .header .nav li a {
    font-size: 16px;
    color: black;   
    padding-bottom: 10px;
}
.inside .header .nav .one{
    background: url(../img2/xiala02.png) no-repeat right center;
}
.inside .header .nav .one.on{
    background: url(../img2/xiala_hover.png) no-repeat right center;
}
.inside .header .nav .one:hover{
    background: url(../img2/xiala_hover.png) no-repeat right center;
}
.inside .header .nav .two{
    background: url(../img2/xiala02.png) no-repeat right center;
}
.inside .header .nav .two.on{
    background: url(../img2/xiala_hover.png) no-repeat right center;
}
.inside .header .nav .two:hover{
    background: url(../img2/xiala_hover.png) no-repeat right center;
}

.inside .header .nav .one .xiala_one{
    width: 100%;
    height: 0px;
    background: white;
    position: absolute;
    /* border-top: 1px solid #F0F0F0; */
    top: 80px;
    left:0;
    z-index: 3;
    overflow: hidden;
    /* display: none; */
}
.inside .header .nav .one .xiala_one>div{
    margin-left: 430px;
    margin-top: 50px;
    overflow: hidden;
}
.inside .header .nav .one .xiala_one>div p{
    line-height: 16px;
}
.inside .header .nav .one .xiala_one>div>p{
    font-size: 14px;
    color: #999;
    margin-bottom: 32px;
}
.inside .header .nav .one .xiala_one>div ul li{
    margin: 0;
    padding: 0;
    width: 230px;
    padding: 10px;
    height: 42px;
    display: inline-block;
    overflow: hidden;
    margin-left: 30px;
    border-radius: 5px;
}
/* 下拉菜单 */
.inside .header .xiala_one>div ul .on{
    background: #F5F5F5;
}
.inside .header .nav .one .xiala_one>div ul li:hover{
    background: #F5F5F5;
}
.inside .header .nav .one .xiala_one>div ul li .left{
    float: left;
}
.inside .header .nav .one .xiala_one>div ul li .right{
    float: left;
    margin-left: 10px;
}
.inside .header .nav .one .xiala_one>div ul li .right .p1{
    font-size: 15px;
    color: black;
    line-height: 22px;
}
.inside .header .nav .one .xiala_one>div ul li .right .p2{
    font-size: 12px;
    color: #999;
}
.inside .header .nav .two .xiala_two{
    width: 100%;
    height: 0px;
    overflow: hidden;
    background: white;
    position: absolute;
    top: 80px;
    left: 0;
    /* border-top: 1px solid #F0F0F0; */
    z-index: 3;
    /* display: none; */
}
.inside .header .nav .two .xiala_two  p{
    line-height: 16px;
}
.inside .header .nav .two .xiala_two ul{
    margin-top: 40px;
    margin-left: 350px;
}
.inside .header .nav .two .xiala_two ul li{
    display: inline-block;
    width: 210px;
    height: 50px;
    padding: 18px;
    margin-left: 25px;
    border-radius: 5px;
}
.inside .header .nav .two .xiala_two ul .on{
    background: #F5F5F5;
}
.inside .header .nav .two .xiala_two ul li:hover{
    background: #F5F5F5;
}
.inside .header .nav .two .xiala_two ul li .left{
    float: left;
}
.inside .header .nav .two .xiala_two ul li .right{
    float: left;
    margin-top: 8px;
    margin-left: 10px;
}
.inside .header .nav .two .xiala_two ul li .right .p1{
    font-size: 15px;
    color: black;
}
.inside .header .nav .two .xiala_two ul li .right .p2{
    font-size: 12px;
    color: #999;
    margin-top: 15px;
}
.inside .header .user{
    float: right;
}
.inside .header .user a{
    float:left;
    width: 84px;
    height: 30px;
    border: 1px solid #FDE67C;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    color: #FFBE00;
    margin-top: 26px;

}
.inside .header .user .dl{
    margin-right:16px;
    border:1px solid #FFBE00;
    background: #FFBE00;
    color: white;
}
.inside .header .zc{
    margin-right:24px;
}
.inside .header .user a:hover{
    border:1px solid #FFBE00;
    background: #FFBE00;
    color: white;
}
/* 首页底部 */
.home .bot{
    width: 100%;
    height: 466px;
    background: #040000;
    /* background: #ccc; */
}
.home .bot>div{
    width: 1200px;
    margin: 0 auto;
}
.home .bot>div .youshi{
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #222;
}
.home .bot  .youshi li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.home .bot .youshi li p{
    color: white;
    font-size: 16px;
    padding-top: 40px;
}
.home .bot .youshi li span{
    font-size: 14px;
    color: #999;
}
.home .bot .bot_xinxi{
    width: 1200px;
    height: 200px;
    padding-top:48px; 
}
.home .bot .bot_xinxi ul{
    float: left;
}
.home .bot .bot_xinxi .left{
    text-align: left;
    margin-right: 140px;
}
.home .bot .bot_xinxi ul li h4{
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    color: #989898;
    position: relative;
    margin-bottom: 25px;
}
.home .bot .bot_xinxi ul li h4::before{
    position: absolute;
    content: '';
    width: 28px;
    height: 3px;
    background: #5C5C5C;
    left: 0;
    top: 35px;
}
.home .bot .bot_xinxi ul li h4::after{
    position: absolute;
    content: '';
    width: 126px;
    height: 1px;
    left: 0;
    top: 37px;
    background: #282828;
}
.home .bot .bot_xinxi .left a{
    font-size: 12px;
    color: #999798;
    line-height: 30px;
    cursor: pointer;
}
.home .bot .bot_xinxi .main .main_one div{
    display: inline-block;
}
.home .bot .bot_xinxi .main .main_one .left{
    margin-right: 20px;
}
.home .bot .bot_xinxi .main .main_one p{
    font-size: 12px;
    color: #989898;
    line-height: 24px;
}
.home .bot .bot_xinxi .main .main_two{
    margin-top: 20px;
}
.home .bot .bot_xinxi .main .main_two div{
    float: left;
    margin-right: 20px;
}
.home .bot .bot_xinxi .main .main_two p{
    float: left;
    line-height: 42px;
    color: #989898;
    font-size: 12px;
}
.home .bot .bot_xinxi .right{
    margin-left:100px;
}
.home .bot .bot_xinxi .right p{
    font-size: 12px;
    color: #989898;
    line-height: 30px;
    padding-left: 22px;
}
.home .bot .bot_xinxi .right .p1{
    background: url(../img2/dibiao.png) no-repeat left center;
}
.home .bot .bot_xinxi .right .p2{
    background: url(../img2/dianhua.png) no-repeat left center;
}
.home .bot .bot_xinxi .right .p3{
    background: url(../img2/web.png) no-repeat left center;
}
.home .bot .bot_xinxi>img{
    width: 128px;
    float: right;
    margin-top: 72px;
}
.home .bot>p{
    font-size: 12px;
    color: #999;
    text-align: center;
    margin-top: 70px;
}
/* 移动端底部隐藏 */
.home .m-bot{
    display: none;
}
.home .m-bot{
    font-size: 10px;
    line-height: 30px;
    color: #8C8A89;
    padding: 20px 5%;
    background: #3F3C3A;
    text-align: center;
}
/* fixed */
.fixed{
    width: 104px;
    height: 242px;
    position: fixed;
    right: 5px;
    bottom: 150px;
    z-index: 10;
    background: #FCD100;
    border-radius: 50px 50px 0 0 ;
}
.fixed>i{
    display: block;
    position: absolute;
    top: -4px;
    right: 0px;
    width: 10px;
    height: 10px;
    overflow: hidden;  
    background: url(../img2/fixed_close.png) no-repeat center center;
    cursor: pointer;
}
.fixed>a{
    display: block;
    height: 100%;
}
.fixed .phone span{
    display: block;
    text-align: center;
    margin-left: 10px;
    font-size: 14px;
    color: white;
    background: url(../img2/fixed_phone.png) no-repeat left center;
    background-size: 14px 14px;
}
.fixed .phone p{
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: 14px;
}
.fixed .phone div{
    width: 80px;
    color: #FCD100;
    background: white;
    margin: 20px auto;
    text-align: center;
    line-height: 30px;
}
.fixed .phone div:hover{
    opacity: 0.9;
}