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{
    position: relative;
}
body, button, input, select, textarea {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}
/*a:link {
    color: #666;
}
a:visited {
    color: #666;
}*/
/*a:hover {*/
/*text-decoration: underline;*/
/*}*/

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #333;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
}
input::-webkit-input-placeholder{
    color:#ccc
 }
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ccc
}
.transition200{
    transition: all 200ms;
}
.w1200{
    width: 1200px;
}
.lh140{
    line-height: 140%;
}
.lh160{
    line-height: 160%;
}
input,button{
    outline: none;
}

.header{
    width: 100%;
    height: 148px;
    background: #076538
}
.header .con-box{
    background: url("../images/header_bg.jpg") no-repeat center;
    height: 146px;
}
.header .logo{
    padding-top: 25px;
}
.inside-scarch .scrarch-box{
    height: 38px;
    width: 164px;
    background-color: #0e8435;
    padding-left: 10px;
}
.inside-scarch span{
    font-size: 18px;
    color: #0068ad;
    line-height: 40px;
}
.inside-scarch .scrarch-box input{
    outline: none;
    padding: 0;
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    width: 126px;
    height: 38px;
    border: none;
    background-color: transparent;
}
.inside-scarch .scrarch-box button{
    position: relative;
    top:2px;
    outline: none;
    float: right;
    width: 38px;
    height: 38px;
    margin: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.inside-scarch .scrarch-box button i{
    color: #fff;
    font-size: 25px;
}
/*nav*/
.nav{
    /*background: url("../images/nav-bg.jpg") repeat-x left;*/
    background: #035830;
    height: 48px;
}
.nav ul{
    background: url("../images/nav-bg.jpg") repeat-x bottom left;
    height: 48px;
}
.nav ul li{
    float: left;
    text-align: center;
    position: relative;
    z-index: 999;
    padding: 0 64px;
}
.nav ul li a{
    display: block;
    font-size: 18px;
    line-height: 48px;
}
.nav ul li a span{
    display: inline-block;
    *display:inline;
    font-size: 18px;
    color: #fff;
    line-height: 1;
}
.nav ul li a.last span{
    border:none;
}
.nav ul li .sub-nav{
    display: none;
    width: 250px;
    position: absolute;
    top: 48px;
    left: 0;
    background: url("../images/sub_nav_gb.png");
}
.nav ul li .sub-nav .sub-list{
    text-align: center;
    width: 100%;
}
.nav ul li .sub-nav .sub-list a{
    padding: 10px 10px;
    line-height: 1.4;
    color: #fff;
    border-bottom:1px solid #12b347;
    /*font-weight: normal;*/
}
.nav ul li.active a span{
    color: #e1ff00;
}
.nav ul li .sub-nav .sub-list a:hover,
.nav ul li a:hover span{
    color: #e1ff00;
}
/*footer*/
.footer{
    padding: 10px 0;
    background-color: #076538;
    text-align: center;
}
.footer .copyright{
    padding-left: 35px;
}
.footer .copyright p{
    font-size: 14px;
    color: white;
    line-height: 24px;
}

/*右侧悬浮框*/
#rightPend{
    position: absolute;
    right: 0;
    background: url("../images/pend.png") no-repeat top left;
    width: 86px;
    height: 400px;
    text-align: left;
    z-index: 100;
}
#rightPend ul{
    padding-top: 30px;
    text-align: center;
}
#rightPend li{
    padding: 15px 0;
}
#rightPend li span.icon{
    font-size: 30px;
    color: #666;
}
#rightPend .con-box{
    display: none;
    width: 500px;
    position: absolute;
    top: 50%;
    right: 100px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #e5e5e5;
    -moz-box-shadow: 0 0 10px  #e5e5e5;
    box-shadow: 0 0 10px  #e5e5e5;
    z-index: 10;
    text-align: left;
}
#rightPend ul li.show:before{
    content: "";
    display: none;
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    width:0;
    height:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:14px solid #fff;
    z-index: 3;
}
#rightPend ul li:hover:before{
    display: block;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
#rightPend .con-box a{
    width: 46%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 5px 1%;
    line-height: 1.6;
    margin: 4px auto;
    text-align: left;
}
#rightPend .con-box a span{
    padding-left: 8px;
}
#rightPend ul li a:hover p,
#rightPend ul li a:hover .icon,
#rightPend .con-box a:hover{
    color: #076538
}
@media screen and (max-width: 600px){
    body,html {
        min-width: 1200px;
        /*padding: 0 10px;*/
    }
}