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('../font/BebasNeueRegular.eot');
    src: url('../font/BebasNeueRegular.eot') format('embedded-opentype'),
         url('../font/BebasNeueRegular.woff2') format('woff2'),
         url('../font/BebasNeueRegular.woff') format('woff'),
         url('../font/BebasNeueRegular.ttf') format('truetype'),
         url('../font/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');
}
.tip-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 55;
  display: none;
}
.fy{
	width: 100%;
	text-align: center;
}
.fy.mt76{margin-top: 46px;}
.fy .prve,.fy .next{
	font-family: '微软雅黑';
}
.fy a{
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	color: #6d6d6d;
	margin: 0 5px;
	border:1px solid #d3d3d3;
	padding: 0 15px;
	line-height: 39px;
	font-family: 'arial';
	cursor: pointer;
	border-radius: 2px;
}
.fy a:hover{
	text-decoration: none;
}
.img{
  display: block;
  width: 100%;
}
.a{
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
@media (min-width:320px){
  .pc-head{
    display: none;
  }
  .mod-head{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 50;
    height: 0.88rem;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    /* background: url(../img/img1.1.jpg) center/cover repeat; */
  }
  .mod-head .logo{
    display: block;
    width: 2.1rem;
    float: left;
    position: relative;
    top: 50%;
    left: .3rem;
    transform: translateY(-50%);
  }
  .mod-head  .lines{
    height: .88rem;
    width: .88rem;
    background-color: #585a5f;
    float: right;
  }
  .mod-head .lines .mbox{
    width: 0.45rem;
    margin: 0 auto;
    position: relative;
    top: 50%;
    height: 0.37rem;
    left: 0;
    transform: translateY(-50%);
  }
  .mod-head .lines p{
      width:100%;
      height:2px;
      background-color: #fff;
      position: absolute;
      left: 0;
      -webkit-transition: all 0.8s;
              transition: all 0.8s;
  }
  .mod-head .lines 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-head .lines.cur p:nth-child(1) {
       -webkit-transform: rotateZ(45deg);
               transform: rotateZ(45deg);
  }
  .mod-head .lines p:nth-child(2){
      top:0.16rem;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
  }
  .mod-head .lines.cur p:nth-child(2) {
      opacity: 0;
  }
  .mod-head .lines 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-head .lines.cur p:nth-child(3){
        -webkit-transform: rotateZ(-45deg);
                transform: rotateZ(-45deg);
  }
  .headerbg{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 21;
    display: none;
  }
  .mod-head .nav{
    display: none;
    position: absolute;
    top: calc(0.88rem + 1px);
    width: 100%;
    padding: 0.2rem 0.3rem 1rem;
    box-sizing:border-box;
    left:0;
    background-color: #fff;
    box-shadow: 0 5px 5px 2px rgba(0,0,0,0.1);
  }
  .mod-head .nav li .child{
    display: none;
    padding: 0.15rem 0.3rem 0.2rem;
    border-bottom: 1px solid rgba(0,0,0,0.03);
  }
  .mod-head .nav li .tit{
    font-size: 0.28rem;
    color: #333;
    padding: 0 0.1rem;
    height: 0.7rem;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    line-height: 0.7rem;
    position: relative;
  }
  .mod-head .nav li .tit:before{
    display: block;
    width: 0;
    height: 2px;
    background-color: #151e49;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
    -webkit-transition: all 0.4s;
      transition: all 0.4s;
  }
  .mod-head .nav li.on .tit:before{
    width: 0.3rem;
  }
  .mod-head .nav li .child .tt{
    font-size: 0.26rem;
    color: #666;
    height: 0.55rem;
    line-height: 0.55rem;
    display: block;
  }
  .footer{
    padding: 0.5rem 0.3rem;
    background-color: #030921;
  }
  .footer .center,
  .footer .right .imgs{
    display: none;
  }
  .footer .lot{
    width: 100%;
    font-size: 0.24rem;
    line-height: 1.6;
    color: rgba(242,243,247,0.5);
  }
  .footer .lot a{
    color: rgba(242,243,247,0.5);
    -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }
  .footer .lot .log{
    width: 3rem;
    display: block;
  }
  .footer .lot .fa{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  .footer .right .detaile{
    position: absolute;
    top: 1.02rem;
    left: 0;
  }
  .footer .right .tel{
    color: rgba(242,243,247,0.5);
    line-height: 1.4;
    padding-left: 0.35rem;
    font-size: 0.24rem;
    font-family: arial;
    background: url(../img/img11.png) left/0.24rem no-repeat;
  }
.footer .right .tel span:last-child{
  margin-left: 7px;
}

  .footer .right .add{
    color: rgba(242,243,247,0.5);
    line-height: 1.8;
    padding-left: 0.35rem;
    font-size: 0.24rem;
    background: url(../img/img12.png) left/0.24rem no-repeat;
  }
  .tip-box-link{
    position: fixed;
    right: 0;
    bottom: 32%;
    z-index: 20;
  }
  .tip-box-link .qq,
  .tip-box-link ._top{
    display: block;
    width: 1.2rem;
    height: 1.4rem;
    border-radius: 3px;
    overflow: hidden;
    background-color: #151e49;
    margin-top: 0.2rem;
    font-size: 0.22rem;
    color: #fff;
    text-align: center;
  }
  .tip-box-link .pc-qq{
    display: none;
  }
  .tip-box-link ._top{
    position: absolute;
  }
  .tip-box-link .qq .pic{
    display: block;
    width: 0.32rem;
    margin: 0.27rem auto 0.1rem;
  }
  .tip-box-link ._top .pic{
    display: block;
    width: 0.3rem;
    margin:0.27rem auto 0.1rem;
  }


}
@media (min-width:768px){
  .mod-head {
    height: 70px;
  }
  .mod-head .logo {
    width: 90px;
    left: 4%;
  }
  .mod-head .lines {
    height: 70px;
    width: 70px;
  }
  .mod-head .lines .mbox {
    width: 36px;
    height: 28px;
  }
  .mod-head .lines p:nth-child(2) {
    top: 13px;
  }
  .mod-head .lines p:nth-child(3) {
    top: 25px;
  }
  .mod-head .nav {
    top: calc(70px + 1px);
    padding: 20px 30px 60px;
  }
  .mod-head .nav li .tit {
    font-size: 16px;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
  }
  .mod-head .nav li .child {
    padding: 15px 30px 18px;
  }
  .mod-head .nav li.on .tit:before {
    width: 40px;
  }
  .mod-head .nav li .child .tt {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }
  .footer {
    padding: 50px 4%;
  }
  .footer .lot{
    float: left;
    width: 330px;
    max-width: 330px;
  }
  .footer .lot .log {
    width: 300px;
    max-width: 300px;
  }
  .footer .right{
    float: right;
    width: 255px;
  }
  .footer .right .detaile{
    position: relative;
    right: 0;
    top:50px;
  }
  .footer .right .tel{
    font-size: 14px;
    line-height:2;
    padding-left: 0px;
    background: url(../img/img11.png) left no-repeat;
  }
  .footer .right .add{
    font-size: 14px;
    line-height:2;
    margin-top: 7px;
    padding-left: 35px;
    background: url(../img/img12.png) left no-repeat;
  }
  .footer .lot{
    font-size: 14px;
  }
  .footer .lot .fa{
    margin: 25px 0;
    
  }
  .footer .right .tel span:last-child{
    margin-left: 7px;
  }
  .tip-box-link ._top .pic {
    width: 32px;
    margin: 22px auto 5px;
  }
  .tip-box-link .qq .pic {
    width: 30px;
    margin: 22px auto 5px;
  }
  .tip-box-link .qq, .tip-box-link ._top {
    width: 80px;
    height: 100px;
    margin-top: 15px;
    font-size: 12px;
  }
}
@media (min-width:992px){

}
@media (min-width:1025px){
  .mod-head{
    display: none;
  }

  .pc-head{
    display: block;
    height: 8vw;
    line-height: 8vw;
    z-index: 55;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../picture/img1.jpg) center no-repeat;
  }
  .pc-head ul{
    display:block;
    width: 1400px;
    max-width: 94%;
    margin: 0 auto;
  }
  .pc-head ul li{
    height: 100%;
    padding: 0 2.2vw;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }
  .pc-head ul li span{
    display: inline-block;
    position: relative;
  }
  .pc-head ul li .tit{
    font-size: 16px;
    color: #666666;
    line-height: 1;
    -webkit-transition: all 0.3s;
      transition: all 0.3s;
    display: inline-block;
    position: relative;
  }
  .pc-head ul li .tit i{
    position: absolute;
    right:-1.5vw ;
    top: calc(50% - 7.5px);
    width: 1px;
    height: 15px;
    background-color: #d0d0d1;
    -webkit-transform: rotateZ(25deg);
               transform: rotateZ(25deg);
  }
  .pc-head ul li span:before{
      width: 0%;
      height:3px;
      background-color: #151e49;
      position: absolute;
      content: '';
      left: 50%;
      bottom: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }
  .pc-head ul li.on span:before,
  .pc-head ul li span:hover:before{
    width: 100%;
    left: 0;
  }
  .pc-head ul li.logo{
    width: 110px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.3s;
      transition: all 0.3s;
    transform: translate(-50%,-50%);
  }
  .lg{
    display: inline-block;
  }
  .pc-head ul li.logo a{
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(-50%);
  }
  .pc-head ul li.on .tit,
  .pc-head ul li:hover .tit{
      color: #151e49;
  }
  .pc-head .down{
    width: 149px;
    height: 20px;
    background: url(../picture/img2.png) center no-repeat;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .pc-head ul li .child{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    font-size: 14px;
    text-align: center;
    padding: 10px 0 15px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
  }
  .pc-head ul li .child p{
    line-height: 1.8;
    margin-top: 7px;
  }
  .pc-head ul li .child p a{
    color: #666;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }
  .pc-head ul li .child p a:before{
    display: block;
    width: 0%;
    height: 2px;
    left: 50%;
    position: absolute;
    content: '';
    background-color: #151e49;
    bottom: 0;
    -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }
  .pc-head ul li .child p a:hover{
    color: #151e49
  }
  .pc-head ul li .child p a:hover:before{
    left: 0;
    width: 100%;
  }
  .footer{
    width: 100%;
    padding: 65px 0 20px 0;
  }
  .footer .mian{
    width: 1400px;
    margin: 0 auto;
    max-width: 92%;
  }
  .footer .lot{
    width: 23.5%;
    float: left;
  }
  .footer .lot .log{
    width: 100%;
  }
  .footer .lot .fa span{
    display: block;
  }
  .footer .center{
    width: 345px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: block;
  }
  .footer .center li{
    float: left;
  }
  .footer .center li:first-child{
    width: 140px;
  }
  .footer .center li:nth-child(2n){
    width: 135px;
  }
  .footer .center li:last-child{
    width: 70px;
  }
  .footer .center li .tit{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 40px;
  }
  .footer .center li .tit a{
    color: #fff;
  }
  .footer .center li .tit a:before{
    position: absolute;
    left: 0;
    bottom:-20px;
    height: 1px;
    width: 30px;
    background-color: rgba(255,255,255,0.3);
    content: '';
  }
  .footer .center li .tt{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px;
  }
  .footer .center li .tt a{
    color: rgba(255,255,255,0.3);
    -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }
  .footer .center li .tt a:hover,
  .footer .lot a:hover{
    color:#fff;
  }
  .footer .right .imgs{
    display: block;
  }
  .footer .right .imgs img{
    display: block;
    float: left;
    width: 106px;
  }
  .footer .right .imgs img:first-child{
    margin-left: 0px;
  }
  .footer .right .detaile{
    top:0px;
    margin-top: 27px;
  }
  .footer .right .add{
    margin-top: 12px;
  }
  .tip-box-link a{
    -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }
  .tip-box-link .mod-qq{
    display: none;
  }
  .tip-box-link .pc-qq{
    display: block;
  }
  .tip-box-link a.qq{
    overflow: hidden;
  }
  .tip-box-link a.pc-qq:hover{
    padding-right: 150px;
  }
  .tip-box-link a.pc-qq .tels{
    display: block;
    width: 150px;
    height: 100px;
    font-size: 18px;
    position: absolute;
    right: -150px;
    top: 0;
    line-height: 100px;
    color: #fff;
    font-weight: bold;
    font-family: arial;
    -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }
  .tip-box-link a.qq:hover .tels{
    right: 0;
  }
  .tip-box-link a._top{
    right: 0;
  }
  .tip-box-link a._top:hover{
    background-color: rgba(21,30,73,0.8)
  }
  .pc-head.cut{
    height: 80px !important;
    line-height: 80px !important;
  }
  .tip-box-link.cut .qq, .tip-box-link.cut ._top{
    height: 80px;
  }
  .tip-box-link.cut ._top .pic,
  .tip-box-link.cut .qq .pic{
    margin: 14px auto 5px;
  }
}
@media (min-width:1200px){
}
@media (min-width:1300px){
  .pc-head ul li.logo{
    width: 131px;
  }
  .pc-head ul li .tit{
    font-size: 18px;
  }
  
}
@media (min-width:1400px){
  .footer .lot .fa span{
    display: inline;
  }
}
@media (min-width:1500px){
  .pc-head{
    height: 120px;
    line-height: 120px;
  }
  .pc-head ul li{
    padding: 0 2.2vw;
  }
  .pc-head ul li .tit i{
    right:-25px;
  }
}


@media (max-width:767px){
	.tip-box-link ._top{
		display: none;
	}
}