

/*# sourceMappingURL=style.css.map */
input.inptet::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color: #fff; 
} 
input.inptet:-moz-placeholder, textarea:-moz-placeholder { 
	color: #fff; 
} 
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'),
         url('../fonts/BebasNeueRegular.woff2') format('woff2'),
         url('../fonts/BebasNeueRegular.woff') format('woff'),
         url('../fonts/BebasNeueRegular.ttf') format('truetype'),
         url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
}
@font-face {
    font-family: 'BebasNeueBook';
    src: url('../font/BebasNeueBook.eot');
    src: url('../font/BebasNeueBook.eot') format('embedded-opentype'),
         url('../font/BebasNeueBook.woff2') format('woff2'),
         url('../font/BebasNeueBook.woff') format('woff'),
         url('../font/BebasNeueBook.ttf') format('truetype'),
         url('../font/BebasNeueBook.svg#BebasNeueBook') format('svg');
}
.img{
  width: 100%;

}
.a{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (min-width:320px){
  .header{display: none;}
  .mod-header{
    height: 1rem;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    font-size: 0;
    width: 100%;
    box-sizing:border-box;
  }
  .mod-header .logo{
    display: block;
    float: left;
    width: 5.2rem; 
    margin-left: 0.3rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .mod-header .line{
    height: 1rem;
    width: 1rem;
    background-color: #d8232a;
    float: right;
    position: relative;
  }
  .mod-header .line .mbox{
    width: 0.45rem;
    margin: 0 auto;
    position: relative;
    top: 50%;
    height: 0.37rem;
    left: 0;
    transform: translateY(-50%);
  }
  .mod-header .line p{
      width:100%;
      height:2px;
      background-color: #fff;
      position: absolute;
      left: 0;
      -webkit-transition: all 0.8s;
              transition: all 0.8s;
  }
  .mod-header .line p:nth-child(1){
      top: 0px;
          -webkit-transform-origin: left top;
              -ms-transform-origin: left top;
                  transform-origin: left top;
          -webkit-transform: rotateZ(0deg);
              -ms-transform: rotateZ(0deg);
                  transform: rotateZ(0deg);
              -webkit-transition: all 0.5s;
                  -ms-transition: all 0.5s;
                      transition: all 0.5s;
  }
  .mod-header .line.cur p:nth-child(1) {
       -webkit-transform: rotateZ(45deg);
               transform: rotateZ(45deg);
  }
  .mod-header .line p:nth-child(2){
      top:0.16rem;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
  }
  .mod-header .line.cur p:nth-child(2) {
      opacity: 0;
  }
  .mod-header .line p:nth-child(3){
      top: 0.32rem;
        -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
                transform-origin: left bottom;
        -webkit-transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
                transform: rotateZ(0deg);
            -webkit-transition: all 0.5s;
                -ms-transition: all 0.5s;
                    transition: all 0.5s;
  }
  .mod-header .line.cur p:nth-child(3){
        -webkit-transform: rotateZ(-45deg);
                transform: rotateZ(-45deg);
  }
  .headerbg{
    width: 100%;
    z-index: 40;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 21;
    display: none;
  }
  .mod-nav{
    position: fixed;
    top: 1rem;
    height: 100%;
    display: none;
    left: 0;
    background-color: #fdfdfd;
    z-index: 29;
    padding: 0.5rem 0.3rem 0;
    box-sizing:border-box;
    width: 100%;
  }
  .mod-nav li .tit{
    height: 1.2rem;
    line-height: 1.2rem;
    display: block;
    padding: 0 0.3rem;
    box-sizing:border-box;
    width: 100%;
    font-size: 0.3rem;
    color: #000000;
    border-bottom: 1px solid #ebebeb;
    -webkit-transition: all 0.3s;
      transition: all 0.3s;
    background: url(../img/img1.png) 95% center/0.25rem no-repeat;
  }
  .mod-nav li.on .tit{
    font-weight: bold;
    background: url(../img/img2.png) 95% center/0.25rem no-repeat;
  }
  .mod-nav li .child{
    width: 100%;
    padding: 0.38rem 0.3rem;
    box-sizing:border-box;
    font-size: 0.26rem;
    color: #666666;
    display: none;
    border-bottom: 1px solid #ebebeb;
  }
  .mod-nav li .child .tt{
    display: block;
    padding-left: 0.26rem;
    position: relative;
    width: 100%;
    box-sizing:border-box;
    color: #666666;
    height: 0.68rem;
    line-height: 0.68rem;
  }
  .mod-nav .btn{
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    font-family: arial;
    margin: 0.7rem auto 0.2rem;
    background-color: #d8232a;
    border-radius: 5px;
  }
  .mod-nav .btn span{
    display: inline-block;
    padding-left: 0.49rem;
    background: url(../img/img3.png) left center/0.29rem no-repeat;
  }
  .mod-nav .tips{
    font-size: 0.24rem;
    color: #999999;
    text-align: center;
    font-family: arial;
    line-height: 1;
  }
  .footer{
    width: 100%;
    background-color: #fff;
    padding-top: 0.35rem;
    border-top: 1px solid #f7f7f7;
    position: relative;
    margin-top: 15px;
  }
  .footer:before,
  .footer:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
  }
  .footer:before{
    background-color: #dadada;
    top: -8px;
  }
  .footer:after{
    background-color: #a4a4a4;
    top: -16px;
  }


  .footer .mian{
    width: 1400px;
    max-width: 92%;
    margin: 0 auto 0.3rem;
  }
  .footer .mian .left a{
    display: block;
    width: 3.7rem;
    margin: 0 auto;
  }
  .footer .mian .box{
    margin: 0.3rem 0 0.3rem;
    text-align: center;
    font-size: 0;
  }
  .footer .mian .box .tel{
    font-size: 0.2rem;
    color: #999999;
    line-height: 0.4rem;
    display: inline-block;
    padding-left: 0.35rem;
    background: url(../img/img11.png) left center/0.27rem no-repeat;
  } 
  .footer .mian .box .add{
    font-size: 0.2rem;
    display: inline-block;
    line-height: 0.4rem;
    color: #999999;
    padding-left: 0.35rem;
    margin-left: 0.15rem;
    background: url(../img/img12.png) left center/0.25rem no-repeat;
  }
  .footer .mian .nav li{
    float: left;
    width: 25%;
  }
  .footer .mian .nav li .tit{
    font-size: 0.24rem;
    line-height: 1.6;
    text-align: center;
    position: relative;
  }
  .footer .mian .nav li .tit:before{
    display: block;
    width: 1px;
    height:0.2rem;
    background-color: #dbdbdb;
    position: absolute;
    right: 0;
    top: calc(50% - 0.1rem);
    content: '';
  }
  .footer .mian .nav li:last-child .tit:before{
    display: none;
  }
  .footer .mian .nav li .tit a{
    color: #333;
  }
  .footer .mian .nav .tt{
    display: none;
  }
  .footer .warp{
    width: 1400px;
    max-width: 92%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer .bot{
    width: 100%;
    text-align: center;
    height:0.8rem;
    font-size: 0.2rem;
    color: #fbfbfb;
    line-height: 1.4;
    background: url(../img/img15.jpg) center/cover no-repeat;
  }
  .footer .bot .t-c{
    margin-left: 0.15rem;
  }
  .footer .bot .t-c a{
    color: #fff;
  }

  .fy{
    text-align: center;
    font-size: 0;
  }
  .fy.on a{
    background-color: #fff;
  }
  .fy a{
    display: inline-block;
    width: 20px;
    height: 20px;
    border:1px solid #eeeeee;
    margin: 0 3px;
    color: #666;
    font-family: ARIAL;
    font-size: 0.26rem;
    line-height: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .fy a.prev{
    background: url(../img/img34.png) center no-repeat;
  }
  .fy a.next{
    background: url(../img/img35.png) center no-repeat;
  }
  .fy a.first{
    background: url(../img/img34.1.png) center no-repeat;
  }
  .fy a.last{
    background: url(../img/img35.1.png) center no-repeat;
  }
  .fy.on a.prev{
    background:#fff url(../img/img34.png) center no-repeat;
  }
  .fy.on a.next{
    background:#fff url(../img/img35.png) center no-repeat;
  }
  .fy.on a.first{
    background:#fff url(../img/img34.1.png) center no-repeat;
  }
  .fy.on a.last{
    background:#fff url(../img/img35.1.png) center no-repeat;
  }
  .fy a.tt.active,
  .pagination a.active{
    background-color: #f4602c;
    color: #fff;
  }
  .top_scoll{
    width: 35px;
    height: 35px;
    cursor: pointer;
    background:#000 url(../img/img41.png) center no-repeat;
    border-radius: 50%;
    position: fixed;
    right: 0.3rem;
    bottom: 8%;
    z-index: 20;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .bg{background-color: #fafafa}
  .fc{background-color: #fcfcfc}
  .loadingBg { position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; background-color: #f5f5f5; z-index: 9999; }
  .loading { width: 350px; height:44px; position: fixed; top: 50%; left: 50%; margin-left: -175px; margin-top: -22px; z-index: 999; }
  .m-black, .m-red { position: absolute; bottom: 0px; left: 0; width: 350px; }
  .m-black { background: url(../img/timg2.png) no-repeat left top; height: 44px; }
  .m-red { 
    background: url(../img/timg.png) no-repeat left bottom; 
    -moz-animation-duration: 3s; 
    -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    -moz-animation-direction: forward; 
    -webkit-animation-direction: forward; 
    animation-direction: forward; 
    -moz-animation-timing-function: linear; 
    -webkit-animation-timing-function: linear; 
    animation-timing-function: linear; 
    -moz-animation-name: fill; 
    -webkit-animation-name: fill; 
    animation-name: fill; height: 44px; 
  }

  @-moz-keyframes fill {
      0% { width: 0px; }
      25% { width: 85px; }
      50% { width: 170px; }
      75% { width: 255px; }
      100% { width: 350px; }
  }

  @-webkit-keyframes fill {
      0% { width: 0px; }
      25% { width: 85px; }
      50% { width: 170px; }
      75% { width: 255px; }
      100% { width: 350px; }
  }
  @keyframes fill {
      0% { width: 0px; }
      25% { width: 85px; }
      50% { width: 170px; }
      75% { width: 255px; }
      100% { width: 350px; }
  }

}
@media (min-width:768px){
  .mod-header{
    height: 85px;
  }
  .mod-header .logo {
    width: 520px;
    margin-left: 4%;
  }
  .mod-header .line{
    height: 85px;
    width: 85px;
  }
  .mod-header .line .mbox {
    width: 40px;
    height: 31px;
  }
  .mod-header .line p:nth-child(2) {
    top: 14px;
  }
  .mod-header .line p:nth-child(3) {
    top: 28px;
  }
  .mod-nav {
    top: 85px;
    padding:50px 4% 0;
  }
  .mod-nav li .tit {
    height: 80px;
    line-height: 80px;
    padding: 0 4%;
    font-size: 16px;
    background: url(../img/img1.png) 95% center/20px no-repeat;
  }
  .mod-nav li.on .tit {
    background: url(../img/img2.png) 95% center/20px no-repeat;
  }
  .mod-nav li .child {
    padding: 25px 4%;
    font-size: 14px;
  }
  .mod-nav li .child .tt {
    padding-left: 26px;
    height: 45px;
    line-height: 45px;
  }
  .mod-nav .btn {
    width: 160px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    margin: 50px auto 15px;
  }
  .mod-nav .btn span {
    padding-left: 45px;
    background: url(../img/img3.png) left center no-repeat;
  }
  .mod-nav .tips {
    font-size: 14px;
  }
  .footer {
    padding-top: 35px;
  }
  .footer .mian .left a {
    width: 370px;
  }
  .footer .mian .box {
    margin: 25px 0 30px;
  }
  .footer .mian .box .tel {
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px;
    background: url(../img/img11.png) left center no-repeat;
  }
  .footer .mian .box .add {
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px;
    margin-left: 18px;
    background: url(../img/img12.png) left center no-repeat;
  }
  .footer .mian .nav li .tit {
    font-size: 18px;
  }
  .footer .mian .nav li .tit:before {
    height: 16px;
    top: calc(50% - 8px);
  }
  .footer .bot {
    height: 68px;
    font-size: 13px;
    background: url(../img/img15.jpg) center/cover no-repeat;
  }
  .footer .bot .t-c {
    margin-left: 10px;
  }
  .fy a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    color: #666;
    font-size: 16px;
    line-height: 31px;
  }
}
@media (min-width:992px){
  .footer .mian .nav{
    width: 700px;
    margin: 0 auto;
  }
}
@media (min-width:1025px){
  .mod-header{
    display: none;
  }
  .header{
    width: 100%;
    position: fixed;
    top: 0;
    display: block;
    z-index: 40;
    left: 0;
    background-color: #fff;
    height: 100px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  }
  .header .mian{
    width: 1400px;
    max-width: 92%;
    margin: 0 auto;
    height: 100%;
  }
  .header .mian .logo{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    float: left;
    max-width: 582px;
  }
  .header .mian .Language{
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    position: relative;
    width: 25px;
    float: right;
    transform: translateY(-50%);
    top: 50%;
  }
  .header .mian .Language:before{
    display: block;
    width: 1px;
    height: 72%;
    top: 14%;
    position: absolute;
    left: -2vw;
    background-color: #999999;
    content: '';
  }
  .header .mian .nav{
    float: right;
    height: 100%;
  }
  .header .mian .nav ul{
    height: 100%;
  }
  .header .mian .nav li{
    float: left;
    height: 100%;
    line-height: 100px;
    margin-right: 4vw;
    position: relative;
  }
  .header .mian .nav li .tit{
    font-size: 16px;
    color: #333333;
  }
  .header .mian .nav li .child{
    display:none;
    position: absolute;
    left:-33px;
    padding: 15px 0;
    width: 130px;
    top: 100px;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.1);
  }
  .header .mian .nav li .child p{
    line-height: 1.8;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }
  .header .mian .nav li .child .tt{
    color: #666;
    display: inline-block;
    position: relative;
  }
  .header .mian .nav li .child .tt:before,
  .header .mian .nav li:before{
    display: block;
    height: 2px;
    width: 0%;
    position: absolute;
    content: '';
    left: 50%;
    background-color: #d70010;
    bottom: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header .mian .nav li:before{
    height: 3px;
  }
  .header .mian .nav li .child .tt:hover:before,
  .header .mian .nav li:hover:before,
  .header .mian .nav li.on:before{
    left: 0;
    width: 100%;
  }
  .footer{
    padding-top: 5vw;
  }
  .footer .mian {
    margin: 0 auto 5.2vw;
  }
  .footer .mian .left{
    width: 340px;
    float: left;
  }
  .footer .mian .left a {
    width: 100%;
  }
  .footer .mian .box{
    text-align: left;
    margin: 43px 0 0;
  }
  .footer .mian .box .add{
    margin-left: 0;
    margin-top: 20px;
  }
  .footer .mian .nav{
    width: 55%;
    float: right;
    max-width:720px;
  }
  .footer .mian .nav li .tit{
    text-align: left;
    margin-bottom: 25px;
  }
  .footer .mian .nav li .tit:before{
    display: none;
  }
  .footer .mian .nav .tt{
    font-size: 14px;
    line-height: 1.5;
    display: block;
    margin-top: 7px;
  }
  .footer .mian .nav .tt a{
    color: #666;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    max-width: 135px;
    display: inline-block;
  }
  .footer .mian .nav .tt a:hover{
    color: #000
  }
  .footer .mian .nav li:nth-child(3){
    width: 28%;
  }  
  .footer .mian .nav li:last-child{
    width: 16%;
  }
  .footer .mian .nav li{
    width: 28%;
  }
  .footer .bot .t-c a:hover{
    color: rgba(255,255,255,0.8)
  }
  .fy a {
    width: 33px;
    height: 33px;
    line-height: 34px;
    margin: 0 6px;
  }
  .fy a.tt:hover{
    background-color: #f4602c;
    color: #fff;
  }
  .top_scoll:hover{
    background-color: rgba(0,0,0,0.6)
  }
  .fy a.first:hover{
    background: #f4602c url(../img/img34.3.png) center no-repeat;
  }
  .fy a.last:hover{
    background: #f4602c url(../img/img35.3.png) center no-repeat;
  }
  .fy a.prev:hover{
    background: #f4602c url(../img/img34.2.png) center no-repeat;
  }
  .fy a.next:hover{
    background: #f4602c url(../img/img35.2.png) center no-repeat;
  }

}
@media (min-width:1200px){
  .header .mian .nav li .tit,
  .header .mian .Language{
    font-size: 18px;
  }
  .header .mian .Language:before{
    height: 82%;
    top: 9%;
  }
  .footer .mian .left{
    width: 370px;
  }
}
@media (min-width:1300px){
  .footer .mian .nav {
    width: 60%;
  }
/*  .footer .mian .nav li:last-child{
    width: 13%;
  }*/
/*  .footer .mian .nav li{
    width: 21.75%
  }*/
  .footer .mian .nav li,
  .footer .mian .nav li:nth-child(3){
    width: 29%
  }
  .footer .mian .nav li:last-child {
    width: 13%;
  }
}
@media (min-width:1700px){
  .header .mian .nav li{
    margin-right: 70px;
  }
  .header .mian .Language:before{
    left: -35px;
  }
  .footer .mian {
    margin: 0 auto 90px;
  }
  .footer{
    padding-top: 87px;
  }
}