html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size:14px;line-height: 1.5; font-family:arial, "Hiragino Sans GB", "PingFangSC", "Microsoft Yahei", sans-serif;color: #222;background: #fff;}
html, body{width: 100%;height: 100%;min-width: 1280px;}
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a {background: none;cursor: pointer;text-decoration: none }
ul,li,ol{ list-style: none; }
/*img,i{cursor: pointer}*/
@font-face {
    font-family: pingFangSC;
    src: url("../font/heizi.ttf");
}
:focus{ outline:none;}
/*自定义滚动条*/
::-webkit-scrollbar {width: 10px;height: 12px;}
/*自定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    background:rgba(225,225,225,.0);}
/*自定义滚动条滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background:rgba(0,0,0,.3);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
::-webkit-scrollbar-thumb:hover{
    background:rgba(0,0,0,.4);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
/*浮动*/
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.fl{ float: left; }
.fr{float: right;}
/*定位*/
.pr{position: relative}
.pa{position: absolute}
/*文字对齐方式*/
.tr{text-align: right}
/*隐藏元素*/
.dn{display: none}
/*margin*/
.mt10{margin-top: 10px;}
.mt5{margin-top: 5px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px;}
.mt60{margin-top: 60px!important;}
.mt50{margin-top: 50px;}
.mt100{margin-top: 100px;}
.mt150{margin-top: 150px;}
.mr0{margin-right: 0!important;}
.mb10{margin-bottom: 10px;}
/*padding*/
.plr10{padding: 0 10px;}
.c-orange{color:#f4683c;}
.c-blue{color: #006bff!important;}
/*常用字体大小*/
.f16{font-size: 16px!important;}
.h1-title{
    font-family:PingFangSC-Light,"Microsoft Yahei";
    font-size:38px;
    color:#000;
    text-align:center;
}
.h1-title-write{
    font-family:PingFangSC-Medium ,"Microsoft Yahei";
    font-size:50px;
    color:#fff;
    text-align:center;
}
.h3-title{
    font-family:PingFangSC-Regular,"Microsoft Yahei";
    font-size:16px;
    color:#000;
}
.h4-title{
    font-family:PingFangSC-Regular,"Microsoft Yahei";
    font-size:22px;
    color:#000;
}
/*tab页签切换-开始*/
.tab-title{
    width: 100%;
    height: 50px;
}
.tab-title span{
    width: 295px;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
    color:#666;
    border: 1px solid #f4f4f4;
    cursor:pointer;
    background: #fff;
    font-size: 18px;
    font-family: PingFangSC-Regular,"Microsoft Yahei";
}
.tab-title span.active{
    background: #006bff;
    color: #fff;
    box-shadow: 0 0 8px 0 rgba(0,107,255,0.50);
     border: none;
    margin-right: 5px;
    margin-left: 5px;
}
.tab-content{
    margin-top: 40px;
}
/*tab页签切换-结束*/
/* 按钮 */
.btn{
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family:PingFang-SC-Medium,"Microsoft Yahei";
    font-size:16px;
    color:#4285f4;
    border: 2px solid #4286f3;
    border-radius: 3px;
    margin: 0 auto;
    cursor: pointer;
}
.btn:hover{
    background:#4286f5;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
.btn-blue{
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-family:PingFang-SC-Medium,"Microsoft Yahei";
    font-size:14px;
    color:#fff;
    text-align:center;
    background: #006bff;
    border-radius: 2px;
    cursor: pointer;
}
.btn-blue:hover{
    background: #245ed1;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
}
/*底部*/
.footer-box{
    font-family:PingFangSC-Regular,"Microsoft Yahei";
    font-size:14px;
    color:#999;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f0f0f0;
}
.footer-box a{
    color:#999;
    text-decoration:none;
}
.footer-box .i-filing{
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    margin-right: 3px;
    display: inline-block;
    background: url("../images/filingIcon.png") no-repeat;
}
.jiexu-button{
    width: 100%;
    padding-top:20px;
    height: 40px;
    overflow: hidden;
}
.jiexu-button a{
    margin: 0 40px 0 0;
    padding: 0 15px;
    color: #ffffff;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
    float: left;
    background: #006bff;
    border-radius: 3px;
}
.jiexu-button a:hover{
    background: #0967ea;
}