body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {
    margin: 0;
    padding: 0
}

body,button,input,select,textarea {
    font: 12px/1.5
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

address,cite,dfn,var,i,u {
    font-style: normal
}

ol,ul {
    list-style: none
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #999;
    /* transition: all 0.5s; */
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color:#037AFF;
}

img {
    border: none;
    vertical-align: middle
}

:focus {
    outline: 0;
    border-color:#037AFF;
}

button,input,select,textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix,.wbox {
    *zoom:1}


    /* common */
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt17{margin-top: 17px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt100{margin-top: 100px;}
.mt110{margin-top: 110px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.ml3{margin-left:3px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml60{margin-left:60px;}
.ml70{margin-left:70px;}
.ml80{margin-left:80px;}
.ml90{margin-left:90px;}
.mr5{margin-right:5px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr80{margin-right:80px;}
.mt-13{margin-top: -130px;}

.pb90{padding-bottom: 90px;}

.none{display:none !important;}
.dis-b{display:inline-block;}
.w1200{width: 1200px;overflow: hidden;}
.w1200f{width: 1200px;}
.bg-w{background-color: #fff;}
.bg-g{background-color: #F8F8F8;}

.ab-center{margin-left:50%;transform: translate(-50%,0);}

.origin{color: #FD6B01 !important;}

.flex-center-hh{display:flex;justify-content: center;align-items: center;  }
.flex-between{display: flex;flex-flow: row nowrap;justify-content: space-between;align-items: center;}
.flex-between-top{display: flex;flex-flow: row nowrap;justify-content: space-between;align-items: top;}
.flex-center{display: flex;flex-flow: row nowrap;justify-content: center;align-items: center;}
.flex-left{display: flex;flex-flow: row nowrap;justify-content: flex-start;align-items: center;}
.flex-left-top{display: flex;flex-flow: row nowrap;justify-content: flex-start;align-items: top;}

.h490{height:490px;}
.h690{height: 690px;}
/* 注意 屏幕宽度 顺序 从小到大 ！ */
/* 页面用 px布局，不同屏幕下只需要修改 html字体大小，页面就会同步变化 */
@media screen and (max-width: 1024px) {
  html {
      font-size: 12px;
  }}
@media screen and (min-width: 1680px) {    /* 通过 媒体查询 动态改变 html字体大小 */
  html {
      font-size: 14px;
  }}    

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
input::-moz-placeholder,textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }  

/* 翻页器 */
.M-box3{
    text-align: center;
    margin: 20px auto;
}
.M-box3 span, .M-box3 a{
    display: inline-block;
    margin-left:5px; 
    line-height: 30px; 
    text-align: center; 
    width: 30px;
    height: 30px;
    color: #999999; 
    background: #FBFBFB;
    border: 1px solid #ECECEC;
    border-radius: 2px 2px 2px 2px;
}
.M-box3 a.next ,.M-box3 a.prev{width: 53px;}
.M-box3 .jump-ipt{
    height: 30px; 
    width: 50px;
    padding:0 5px; 
    margin-left: 5px;
    border: 1px solid #ECECEC;
    border-radius: 2px 2px 2px 2px;
}
.M-box3 span.active{
    display: inline-block;
    padding:0; 
    line-height: 30px; 
    text-align: center; 
    width: 30px;
    height: 30px; 
    line-height: 30px; 
    text-align: 30px; 
    color:#fff; 
    background: #037AFF;
    border: 1px solid #037AFF;
    border-radius: 2px;
}
@-webkit-keyframes moveTop /* Safari 与 Chrome */
{
    0% {
        opacity: 0;
        -webkit-transform: translate(0%,-100%);
        -ms-transform: translate(0%,-100%);
        transform: translate(0%,-100%);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }
}
@-webkit-keyframes moveBottom /* Safari 与 Chrome */
{
    0% {
        opacity: 0;
        -webkit-transform: translate(0%,0%);
        -ms-transform: translate(0%,0%);
        transform: translate(0%,0%);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }
}
@-webkit-keyframes moveLeft /* Safari 与 Chrome */
{
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }
}

@-webkit-keyframes moveRight /* Safari 与 Chrome */
{
    0% {
        opacity: 0;
        -webkit-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
        transform: translate(50%,-50%);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }
}

