body
{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif, Verdana, 'Microsoft YaHei';
    background: url(top-1.jpg) top center no-repeat;
    letter-spacing: 1px;
    font-size: 12px;
}
.clear-fix
{
    overflow: hidden;
    zoom: 1;
}
.clear-fix:after
{
    display: table;
    clear: both;

    width: 0;

    content: '';
}
*,
*:before,
*:after
{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
img
{
   border: 0;
   
}

a,
a:hover
{
    text-decoration: none!important;
   
}
a:hover{
    color: #333!important;
}

.topnav{
    width: 1000px;
    margin-top: 350px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #77bc54; 
}

.main{
    width: 1000px;
    margin: 30px auto;
}
.indleft{
    width: 730px;
    float: left;
}
.indfj{
    width: 100%;
}
.indtitle{
    color: #c41b25;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bolder;
    border-bottom: outset #77bc54;
}
.indsectitle,
.indsectitle2{
    border-bottom: 1px solid #77bc54;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}
.indsectitle2{
    margin-top: 0;
}
.indsidi{
    list-style: circle!important;
    padding-left: 20px!important;
}
.indsidi li{
    width: 100%!important;
    text-align: left!important;
}
.indtitle:before{
    content: url(title-icon.png);
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.indtitle > a {    
    float: right;
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 0;
    color: #aaa;
}

.indfj .uk-margin{
    width: 98%;
    margin: 15px auto 40px;
}
.indsecnav{
    width: 220px;
    float: left;
}
.indsecnav ul,
.indright ul{
    display: inline-block; 
    list-style: none;
    padding-left: 0;
    
}
.ul30 > li{
    float: left;
    width: 33.333%;
    text-align: center;
    
}
.indsecnav ul a,
.indnews ul a,
.indright ul a,
.uk-link, a{
    color: #68b0be;
    font-size: 14px; 
}

.indnews{
    width: 480px;
    float: right;
}
.indnews > ul{
    padding-left: 20px;
}
.indsecnav li,
.indright li{
    height: 25px;
    line-height: 25px;
}
.indnews li
{
    list-style: square; 
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #aaa;
}
.indnews span{
    float: right;
    color: #aaa;
}
.indright{
    float: right;
    width: 240px;
}
.indcontent{
    margin-top: 20px;
}
.indfriendlink{
    margin-top: 20px;
}
.indright ul li img{
    width: 90%;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
.indfriendlinkli li{
    height: auto!important;
    line-height: auto!important;
}
.indfriend li{
    padding: 5px 10px;
    float: left;
}
.bottom{
    background: linear-gradient(#0793c6,#325b8e);
    padding-bottom: 100px;
    border-top: 1px solid #77bc54;
    color: #eee;
}
.bottom h3{
    text-align: center;
    color: #eee;
    
}
.bottom p{
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
}



/*******************玩转****************/
.rightcontent{
    width: 750px;
    float: right;
    padding: 0 20px;
}
.imgbox{
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    width: 230px;
    height: 400px;
    overflow: hidden;
    border:2px solid #fff;
    background-color: #eee;
    transition-property: background-color;
    transition-duration: 1s;
    -moz-transition-property: background-color; /* Firefox 4 */
    -moz-transition-duration: 1s; /* Firefox 4 */
    -webkit-transition-property: background-color; /* Safari and Chrome */
    -webkit-transition-duration: 1s; /* Safari and Chrome */
    -o-transition-property: background-color; /* Opera */
    -o-transition-duration: 1s; /* Opera */
}
.imgbox:hover{
    background-color: rgba(13,51,229,0.8);
    border:3px solid #77bc54;
    color: #fff;
}
.rightcontent .imgbox:nth-of-type(3n+1){
    margin-left: 0;

}
.imgbox img{
    width: 100%;
}
.imgbox div{
    width: 100%;
    padding: 20px 20px 0;
    letter-spacing: 2px;
}
.imgbox:hover p,
.imgbox:hover h3{
    color: #fff;
}
.imgbox p{
    color: #555;
    line-height: 20px;
}

.rctlist{
    padding-left: 20px;
    font-size: 14px;

}
.rctlist li{
    height: 35px; 
    line-height: 35px;
    border-bottom: 1px dotted #77bc54;
}
.rctlist span{
    float: right;
}
.rightcon{
    padding: 20px;
    
}

.order{
    padding: 20px;
}
.order table{
    width: 100%;
    border: 2px dotted #77bc54;
    text-align: center;
    font-size: 14px;
}
.order table tr:nth-child(1){
    letter-spacing: 2px;
    font-size: 16px;
}
.order table td{
    border: 1px dotted #77bc54;

}
.indnews ul li a {
    width: 360px;
    text-overflow: ellipsis;
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
}
.indsidi li a{
    width: 200px!important; 
    text-overflow: ellipsis;   
    white-space: nowrap;
    overflow: hidden;    
    display: inline-flex;
}
#middle{
    width: 1000px;
    margin: 100px auto;
    color: red;
    text-align: center;
}

.uk-modal-dialog{
    width: 850px!important;
}
.highcharts-button{
    display: none;
}