@charset"utf-8"; 
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,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding: 0;border: 0;outline: 0; font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;  }
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary,menu,div{display:block}
*{margin:0;padding:0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*,*:after,*:before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body{min-width:1190px;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;font-size: 10px;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
ol,ul,li{ list-style:none;}
a{text-decoration: none;color: #333;}
a:hover{text-decoration:none;}
img{ border: 0;outline:0;}
.lf{float: left;}
.rg{float: right;}
.inline_block{display: inline-block;}
body,button,input,select,textarea{-webkit-font-smoothing: antialiased;font: 12px/1.5 '微软雅黑';color: #333;}
.clear{zoom: 1;clear: both;}
.clearfix{zoom:1;}
.clearfix::after {content: ".";display: block;height: 0px;clear: both;visibility: hidden;}
.clear::before{content:"";display:table;}
.clear::after{content:"";display:table;clear:both;}
.container-box{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}
.container{
    background-color: #fff;
    width: 1190px;
    overflow: hidden;
    margin: 0 auto;
}
.head-img{
    height: 80px;
    width: 300px;
    box-shadow: 0 1px 12px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 12px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 12px rgba(0,0,0,.2);
    background-color: #fff;
}
.head-img img{
    height: 80px;
    margin: 0 auto;
    display: block;
}
.header{
    height: 48px;
    width: 100%;
    position: relative;
    background-color: #0692ff;
    margin-bottom: 10px;
}
.head-ul{
    width: 1190px;
    margin: 0 auto;
}
.head-ul ul{
    height: 48px;
    line-height: 48px;
}
.head-ul ul>li{
    float: left;
    margin: 2px 10px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 2px solid transparent;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
}
.head-ul ul>li:hover,.current{
    /*border: 2px solid #94c239!important;
    color: #94c239!important;*/
    border: 2px solid #fff!important;
    color: #0692ff!important;
    background-color: #fff;
}
.main{
    width: 100%;
    min-height: 800px;
    /*background: url("../images/banner.jpg") no-repeat;*/
}
.main-box{
    width: 1190px;
    margin: 0 auto;
    overflow: hidden;
}
.main-box ul{
    overflow: hidden;
    width: 1190px;
}
.main-box ul>li{
    background-color: #fff;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 2px solid #eee;
    border-bottom: 5px solid #eee;
    border-radius: 4px;
}
.main-box ul>li h1{
    color: red;
    font-size: 20px;
    line-height: 34px;
}
.main-box ul>li .title{
    line-height: 32px;
    margin-left: 50px;
}
.main-box ul>li .title a{
    display: inline-block;
    font-size: 14px;
    color: #45a4e7;
    margin-right: 20px;
    font-weight: 600;
}
.main-box ul>li .title a:hover{
    text-decoration: underline;
}
.main-box ul>li h1 span{
    color: #333;
}
.span_padding{
    margin-left: 40px;
}
