body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,input{padding: 0px;margin: 0px;border: 0px;outline: 0px}
ul,ol{list-style:none;}
body{
    font-family: 微软雅黑;
    font-size: 15px;
}
.head{
    width: 100%;
    height: 165px;
    background: url("../images/banner.jpg");
}
.w1200{
    width: 1200px;
    margin: 0px auto;
}

.head .content{
    height: 165px;
}
.head .content .logo{
    width: 676px;
    height: 66px;
    overflow: hidden;
    padding-top: 45px;
    float: left;
}
.head .content .search{
    width: 268px;
    height: 40px;
    float: right;
    margin-top: 55px;
}
.head .content .search .txt{
    width: 200px;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    padding-left: 5px;
    color: #666;
}
.head .content .search .btn_search{
    width: 40px;
    height: 30px;
    float: left;
    background: url("../images/icon_search.png") no-repeat center #eee;
    background-size: 60%;
}

.nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #0f68c3;
}
.nav ul{
    display: block;
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
    font-size: 16px;
}
.nav ul li{
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    position: relative;
}
.nav ul li:hover{
    background-color: #024386;
}
.nav ul li:hover>a{
    font-weight: bold;
}
.nav ul li a{
    display: block;
    color: #fff;
    text-decoration: none  ;
}
.nav ul li ol{
    display: none;
    position: absolute;
    width: 168px;
    background-color: #024386;
    border-radius: 0px 0px 5px 5px;
    font-size: 15px;
    z-index: 999;
}

.nav ul li ol li:last-child{
    border-radius: 0px 0px 5px 5px;
}
/*.nav ul li:hover ol{*/
/*    display: block;*/
/*    font-weight: normal;*/
/*}*/
.nav ul li ol li {
    display: block;
    width: 100%;
    height: 40px;
    text-align: left;
    text-indent: 2em;
    line-height: 40px;
}
.nav ul li ol li a:hover{
    color: #fff;
    font-weight: bold;
}
.indexContent{
    min-height: 350px;
    padding-top: 10px;
}
.indexContent .left{
    width: 580px;
    height: 350px;
    float: left;
}
.indexContent .right{
    width: 580px;
    height: 350px;
    float: right;
}
.boxtitle{
    width: 100%;
    height: 42px;
    border-bottom: 2px solid #0380D6;
    overflow: hidden;
}
.boxtitle h1{
    display: block;
    width: 120px;
    float: left;
    color: #3366cc;
    font-size: 20px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    text-indent: 1em;
}
.boxtitle h2{
    display: block;
    font-size: 15px;
    float: left;
    line-height: 42px;
    font-weight: normal;
    padding: 0px 15px;
    color: #555555;
    cursor: pointer;
}
.boxtitle h2:hover{
    background-color: #f3f3f3;
    color: #0f68c3;
}

.boxtitle .active{
    background-color: #f3f3f3;
    color: #0f68c3;
    font-weight: bold;
}

.boxtitle span{
    display: block;
    width: 40%;
    height: 42px;
    text-align: right;
    padding-right: 10px;
    line-height: 60px;
    color: #666;
    float: right;
}
.boxtitle span a{
    font-size: 12px;
    color: #666;
    text-decoration: none;
}
.indexContent ul{
    display: block;
    width: 99%;
    margin: 5px auto;
}
.indexContent ul li{
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #ccc;
}
.indexContent ul li:last-child{
    border-bottom: 0;
}
.indexContent ul li span{
    display: block;
    width: 470px;
    height: 36px;
    float: left;
    background: url("../images/p.jpg") left center no-repeat;
    background-size: 2%;
    text-indent: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexContent ul li i{
    display: block;
    width: 90px;
    color: #999;
    font-style: normal;
    text-align: center;
    float: right;
}
.indexContent ul li span a{
    color: #555;
    text-decoration: none;
}
.indexContent ul li span a:hover{
    color: #3366cc;
}
.footer{
    height: 90px;
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    color: #555;
}
.footer p{
    line-height: 1.8em;
}
.footer a{
    color: #555;
    text-decoration: none;
}
.articleListContent{
    padding: 15px 0px;
    min-height: 588px;
}
.articleListContent .left{
    width: 240px;
    min-height: 500px;
    float: left;
}
.articleListContent .left h1{
    background-color: #4086d4;
    font-size: 24px;
    color: white;
    height: 65px;
    line-height: 65px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: normal;
}
.articleListContent .left ul{
    display: block;
    width:100%;
    background-color: #ebf3fb;
    padding: 10px 0px;
}
.articleListContent .left ul li{
    display: block;
    width: 90%;
    margin: 0px auto;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dotted #ccc;
    background: url("../images/lp.jpg") 10px center no-repeat;
    background-size: 10%;
    text-indent: 40px;
}
.articleListContent .left ul li:last-child{
    border-bottom: 0;
}
.articleListContent .left ul li a{
    color: #666;
    text-decoration: none;

}
.articleListContent .left ul li a:hover{
    color: #0f68c3;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.articleListContent .left ul .active a{
    color: #0f68c3;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #0f68c3;
    display: block;
}
.articleListContent .right{
    width: 940px;
    min-height: 500px;
    float: right;
}
.articleListContent .right ul{
    width: 98%;
    margin: 10px auto;
}
.articleListContent .right ul li{
    height: 39px;
    line-height: 39px;
    border-bottom: 1px dotted #ccc;
}
.articleListContent .right ul li span{
    display: block;
    width: 800px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/p.jpg") 4px center no-repeat;
    text-indent: 20px;
}
.articleListContent .right ul li a{
    color: #555555;
    text-decoration: none;
}
.articleListContent .right ul li a:hover{
    color: #0f68c3;
}
.articleListContent .right ul li i{
    display: block;
    width: 100px;
    color: #999;
    float: right;
    text-align: center;
    font-style: normal;
}
.page{
    width:95%;
    margin:0px auto;
    height:65px;
    line-height:65px;
    text-align:right;
}
.page i{
    font-style:normal;
    padding:0px 4px;
}
.page span{
    padding:0px 15px;
    font-weight:bold;
}
.page a{
    padding:6px 20px;
    background-color:#3f87cf;
    margin-right:10px;
    border-radius:2px;
    color:#FFF;
    font-size:12px;
    text-decoration:none;
}
.page a:hover{ background-color:#4793df;}

.articleContent{
    min-height: 600px;
}
.articleContent .articleTitle{
    width: 90%;
    margin: 20px auto;
}
.articleContent .articleTitle h1{
    font-size: 22px;
    color: #0f68c3;
    padding: 20px 0px;
    line-height: 1.5em;
    text-align: center;
}
.articleContent .articleTitle h5{
    width: 50%;
    color: #555;
    text-align: center;
    border-bottom: 1px dotted #999;
    margin: 20px auto;
    line-height: 2.8em;
    font-size: 15px;
    font-weight: normal;
}
.articleContent .articleCon{
    line-height: 2em;
    padding: 20px 0px;
    color: #555555;
    text-indent: 2em;
    font-size: 16px;
}
.articleContent .articleCon p{
    margin-top: 20px;
}
.articleContent .articleCon img{
    display: block;
    margin: 10px 0px;
    max-width: 100%;
}
.articleContent .articleCon a{
    color: blue;
}
.picLink{
    height: 80px;
    overflow: hidden;
    margin: 5px auto;
}
.picLink ul{
    display: block;
}
.picLink ul li{
    display: block;
    width: 20%;
    height: 89px;
    float: left;
}
.picLink ul li img{
    display: block;
    width: 100%;
}
.links{
    height: 40px;
    line-height: 40px;
    background-color: #0f68c3;
    color: #fff;
    margin: 10px auto;
}
.links h3{
    width: 120px;
    font-size: 16px;
    text-align: center;
    float: left;
}
.links select{
    width: 180px;
    margin: 4px 15px;
    height: 26px;
    color: #666;
    border: 1px solid #666;
    outline: none;
    cursor: pointer;
}


/*-----------------VMS SLider Start----------------*/
.VMS_Slider {
    width: 580px;
    height: 350px;
    font-size: 14px;
    position:relative;
    margin:0px auto;
    overflow:hidden;
}
.VMS_Slider img {
    border:0px;
    width: 450px;
    height: 300px;
}
.VMS_Slider a {
    text-decoration:none;
    font-size:16px;
}
.VMS_Slider a.control_btn {
    position:absolute;
    display: block;
    top: 50%;
    margin-top: -78px;
    width: 76px;
    height: 112px;
    cursor: pointer;
    z-index: 2;
    background: url("/web/images/buttons.png") no-repeat;
}
.VMS_Slider a.prev {
    left: 0;
    background-position: 0 0
}
.VMS_Slider a.next {
    right: 0;
    background-position: -76px 0
}
.VMS_Slider a.prev:hover {
    background-position: 0 -112px
}
.VMS_Slider a.next:hover {
    background-position: -76px -112px
}
.VMS_Slider .title{
    line-height: 20px;
}
/*----------------------------VMS Slider End------------------------*/