@charset "utf-8";
body {padding:0px; margin:0px; font-size:14px; font-family:"微软雅黑"; color:#575757;}
ul,li,dl,dt,dd,p { padding:0px; margin:0px; list-style-type:none;}
a { text-decoration:none;}
img { border:0px;}
h1,h2 { padding:0px; margin:0px; font-weight:normal;}
.clear { padding:0px; margin:0px; clear:both; height:0px; line-height:0px; font-size:0px;}
.tempWrap{
    height:350px;
}
/*头部样式*/
.stick {
    width: 100%;
    height: 2px;
    background: #282a2e;
}
.header {
    width: 100%;
    height: 130px;
    margin: 0 auto;
    background-color:#2a789e;
}

.logo {
    width: 700px;
    height: 130px;
    float: left;
    background: url(../images/logo.png) no-repeat left center;
    display: block;
    margin-left:6.2%;
}
.linSea {
    width: 297px;
    height: 130px;
    float: right;
    margin-right:6%;
}
.linSea .link {
    width: 100%;
    height: 36px;
    text-align: right;
    line-height: 36px;
}
.linSea .link a {
    color: #d1d1d1;
}
.linSea .link a:hover {
    color: #25ac60;
}
.linSea .link font {
    padding: 0 8px;
    color: #d1d1d1;
    font-size: 12px;
}
.linSea .search {
    width: 100%;
    height: 35px;
    margin-top: 14px;
    background: url(../images/search_bj.png) no-repeat;
}
.linSea .search span {
    width: 24px;
    height: 24px;
    margin-top: 4px;
    margin-right: 12px;
    display: block;
    float: right;
}
.linSea .search .searchText {
    width: 245px;
    _width: 230px;
    height: 24px;
    font-size: 14px;
    color: #a2a2a2;
    margin-top: 5px;
    margin-left: 16px;
    background: #f0f0f0;
    border: 0px;
    outline: none;
    line-height: 24px;
    font-family: "微软雅黑";
}

/*nav*/
.nav {
    width: 100%;
    height: 50px;
    background: #1b4d61;
    position: relative;
    z-index: 9;
}
.innav {
    width: 1300px;
    height: 50px;
    margin: 0 auto;
}
.innav ul li {
    width: 130px;
    height: 50px;
    display: block;
    float: left;
    text-align: center;
    line-height: 50px;
    position:relative;
}
.innav ul li:hover {
    /*background: #0c7124;*/
    background:#277f8d;
    color:#fff;
}
.innav ul li a {
    /*color: #ffffff;*/
    color: #ffffff;
    font-size: 16px;
    display: block;
}
.innav ul li a.cur{
    /*background: #0c7124*/
    background:#277f8d;
    color:#fff;
}
.innav ul li a:hover{
    color:#fff;
}
#nav{
    width:100%;
    line-height: 40px;
    font-size:16px;
    background:  #1b4d61;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44000000',endColorstr='#44000000');      /*IE6,IE7*/
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#44000000', endColorstr='#44000000')";      /*IE8*/
    position:absolute;
    top:50px;
    left:0px;
    display: none;
    z-index: 99999;
}
.innav ul li #nav a{
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow:hidden;
}
#nav a:hover{
    /*background: #0c7124;*/
    background:#277f8d;
    color:#fff;
}

/*banner*/
.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.slideBox1{
    /*height: 417px;*/
    height:100%;
}
.slideBox1 .bd img{
    width:100%;
    height:100%
}
.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}
/*前/后按钮代码 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 16.5%;
    top: 50%;
    display: block;
    -moz-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
}
.slideBox1 .prev,
.slideBox1 .next {
    margin-top: -41px;
    width: 44px;
    height: 82px;
    background: url(../images/arrow.png) 0 0 no-repeat;
}
.slideBox .next {
    left: auto;
    right: 16.5%;
    background-position: right 0;
}
.slideBox1 .prev:hover{
    -moz-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
    background-position: 0 bottom;
}
.slideBox1 .next:hover{
    -moz-transition: all 0s ease-in;
    -webkit-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
    background-position: right bottom;
}

/*banner2*/
.slideBox2 .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    width: 1180px;
    left: 50%;
    margin-left: -590px;
    bottom: 19px;
    z-index: 1;
}
.slideBox2 .hd ul {
    overflow: hidden;
    zoom: 1;
}
.slideBox2 .hd ul li {
    float: right;
    margin-left: 14px;
    width: 10px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.slideBox2 .hd ul li.on {
    background: #277f8d;
}
.slideBox2 .bd li {
    position: relative;
}
.slideBox2 .bd li .tit{
    height: 48px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000',endColorstr='#55000000');      /*IE6,IE7*/
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000')";      /*IE8*/
}
.slideBox2 .bd li .tit p{
    width: 1180px;
    margin: 0 auto;
}
/*banner3*/
.slideBox3 .hd {
    overflow:hidden;
    position:absolute;
    bottom:20px;
    z-index:1;
    left: 50%;
    margin-left: -54px;
}
.slideBox3 .hd ul {
    overflow:hidden;
    zoom:1;
    float:left;
}
.slideBox3 .hd ul li {
    float:left;
    margin: 0 5px;
    width: 26px;
    height: 5px;
    text-align: center;
    background: #aaa;
    cursor: pointer;
}
.slideBox3 .hd ul li.on {
    background: #fff;
}
.slideBox3 .prev,
.slideBox3 .next {
    margin-top: -22px;
    width: 44px;
    height: 44px;
    background: url(../images/arrow1.png) 0 0 no-repeat;
}
.slideBox3 .next {
    background-position: right 0;
}
/*通知公告*/
.fiver_list11{
    width: 100%;
}
.fiver_list11 li{
    padding: 9px 0 19px 0;
    margin-bottom: 10px;
    *padding: 8px 0 18px 0;
    *margin-bottom: 8px;
    border-bottom: 1px dotted #ccc;
}
.fiver_list11 li.marr{
    margin-bottom: 0;
}
.fiver_list11 li .img{
    width: 114px;
    margin-right: 16px;
}
.fiver_list11 li .wen{
    width: 160px;
}
.fiver_list11 li .wen a{
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    line-height: 30px;
    display: block;
}
.fiver_list11 li .wen a:hover{
    color: #277f8d;
    text-decoration: underline;
}
.fiver_list11 li .wen p{
    font-size: 14px;
    text-indent: 2em;
    color: #787878;
    line-height: 26px;
}

.datell{width:62px; height:45px; text-align:center; margin-right:8px; background:url(../images/date2.jpg) no-repeat;margin-top:2px;}
.datell span{font-size:18px; width:100%; float:left; display:block; color:#fff; height:27px; line-height:27px;}
.datell i{display:block; width:100%; float:left; text-align:center; color:#999; height:18px; line-height:18px; font-size:12px;}
/*main_one*/
.main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.oneLeft, .fourLeft, .fiveLeft, .sixLeft {
    width: 860px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-bottom: 20px;
}
.sevenLeft{
    width: 380px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    margin-bottom: 20px;
}
.oneRight, .fourRight, .fiveRight, .sixRight, .sevenRight {
    width: 280px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    float: left;
}
.oneTitle {
    width: 100%;
    height: 40px;
    margin-bottom: 16px;
    display: block;
    border-bottom: 1px solid #277f8d;
    line-height: 40px;
    text-align: right;
}
.oneTitle span {
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    display: block;
    float: left;
    background: #277f8d;
    font-size: 16px;
    color: #fff;
}
.oneTitle a {
    font-size: 14px;
    color: #a2a2a2;
}
.oneTitle a:hover {
    color: #277f8d;
}
.oneTitle a font {
    font: 12px/12px consolas;
}
.oneLis {
    width: 100%;
    height: auto;
}
.oneLisImg {
    width: 400px;
    height: auto;
    float: left;
    position: relative;
     margin-right:25px;
}
.oneLisImg .hd {
    height: 8px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    bottom: 16px;
    z-index: 1;
}
.oneLisImg .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.oneLisImg .hd ul li {
    float: left;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    text-align: center;
    background: #7a7a7a;
    cursor: pointer;
    border-radius: 50%;
}
.oneLisImg .hd ul li.on {
    background: #fff;
}
.oneLisImg .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.oneLisImg .bd li {
    zoom: 1;
    vertical-align: middle;
}
.oneLisImg .bd img {
    width: 100%;
    display: block;
    position: relative;
}
.oneLisImg .bd li p{
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000',endColorstr='#55000000');      /*IE6,IE7*/
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000')";      /*IE8*/
    position: absolute;
    text-indent: 10px;
    bottom: 0;
}
.oneLis .new_list {
    width: 430px;
    display: block;
    float: left;
    font-size:16px;
}
.oneLis .new_list li {
    width: 410px;
    height: 34px;
    padding-left: 10px;
    display: block;
    float: left;
    line-height: 34px;
    background: url(../images/ico1.png) no-repeat left center;
}
.oneLis .new_list li a {
    color: #575757;
}
.oneLis .new_list li a:hover {
    color: #277f8d;
}
.oneLis .new_list li a span {
    float: right;
    color: #a1a1a1;
}
.oneRight img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.oneRight p {
    text-indent: 2em;
    line-height: 32px;
}
.oneRight p a {
    color: #277f8d;
}
.oneRight p a:hover{
    color: #03bd5b;
}

/*广告*/
.adv {
    width: 1180PX;
    height: 98px;
    padding-left: 10PX;
    padding-right: 10PX;
    margin-bottom: 20px;
}

/*main_two*/
.twoMain, .threeMain, .eightMain, .thirteenMain {
    width: 1180px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.twoLis {
    width: 100%;
    height: auto;
}
.twoLisImg {
    width: 380px;
    height: auto;
    float: left;
    background: #f6f6f6;
}
.twoLisImg img {
    width: 100%;
    height: auto;
}
.twoLisImg h2{
    font-size: 16px;
    color: #373737;
    text-align: center;
    line-height: 42px;
    padding-top: 6px;
}
.twoLisImg p {
    font-size: 14px;
    color: #717171;
    padding: 0 6px 6px;
    line-height: 26px;
    text-indent: 2em;
}
.twoLisImg p a {
    color: #277f8d;
}
.twoLisImg p a:hover {
    color: #03bd5b;
}
.twoLis .main2_list {
    width: 800px;
    display: block;
    float: left;
}
.twoLis .main2_list li {
    width: 380px;
    _width: 370px;
    height: auto;
    margin-left: 20px;
    display: block;
    float: left;
    line-height: 25px;
}
.twoLis .main2_list li a {
    color: #575757;
    display: block;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
}
.twoLis .main2_list li a:hover {
    color: #277f8d;
    text-decoration: underline;
}
.twoLis .main2_list li a.marr{
    margin-bottom: 0px;
    border-bottom: none;
}

/*main_three*/
.thereLis {
    width: 100%;
    height: auto;
}
.thereLis li {
    width: 280px;
    height: auto;
    display: block;
    float: left;
    padding-right: 20px;
}
.thereLis li.marr{
    padding-right: 0;
}
.thereLis li img {
    width: 100%;
    display: block;
}
.thereLis li a.tit{
    width: 100%;
    height: 40px;
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #373737;
}
.thereLis li a.tit:hover{
    color: #277f8d;
    text-decoration: underline;
}
.thereLis li p {
    width: 280px;
    height: auto;
    display: block;
    text-indent: 2em;
    line-height: 25px;
    color: #878787;
}
.thereLis li p a {
    color: #277f8d;
}
.thereLis li p a:hover {
    color: #03bd5b;
}

/*bottom*/
.bottom{
    width: 100%;
    margin-top: 10px;
    background: #f6f6f6;
}
.bottom ul{
    padding: 30px 0;
    width: 100%;
    background: url(../images/bottom_bg.png) no-repeat right center;
    padding-left:10px;
}
.bottom ul li{
    float: left;
    margin-right: 74px;
}
.bottom ul li.marr{
    margin-right: 0;
}
.bottom ul li h2{
    font-size: 16px;
    color: #2d2d2d;
    line-height: 30px;
    margin-bottom: 10px;
}
.bottom ul li a, .bottom ul li span{
    display: block;
    line-height: 30px;
    color: #5c5c5c;
    font-size: 14px;
}
.bottom ul li a:hover{
    color: #0C7124;
    text-decoration: underline;
}
.bottom ul li a i{
    display: inline-block;
    width: 24px;
    height: 16px;
    float: left;
    margin-top: 8px;
}
.bottom ul li a i.ico1{
    background: url(../images/ico6.png) no-repeat;
}
.bottom ul li a i.ico2{
    background: url(../images/ico7.png) no-repeat;
}
.bottom ul li a i.ico3{
    margin-top: 10px;
    background: url(../images/ico8.png) no-repeat;
}

/*footer*/
.footer{
    width: 100%;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #282a2e;
}

/*简介页*/
.n_left{
    width: 240px;
    margin-top: 16px;
    text-align: center;
    padding: 0 8px 0 10px;
    _padding: 0 8px 0 10px;
    margin-bottom: 20px;
    float: left;
}
.n_left h2{
    background: #277f8d;
    font-size: 18px;
    color: #fff;
    height: 50px;
    line-height: 50px;
}
.n_left .n_nav{
    padding: 12px 6px;
    background: #f9f9f9;
    font-size: 16px;
    border-bottom: 2px solid #e5e5e5;
}
.n_left .n_nav li {
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
}
.n_left .n_nav li.marr{
    border-bottom: 0;
}
.n_left .n_nav li a{
    color: #787878;
    display: inline-block;
}
.n_left .n_nav li a.cur,
.n_left .n_nav li a:hover{
    color: #277f8d;
    text-decoration: underline;
}
.n_right{
    width: 924px;
    float: left;
    margin-top: 16px;
    padding: 0 10px 0 8px;
    _padding: 0 10px 0 8px;
    margin-bottom: 20px;
}
.n_tit{
    width: 100%;
    border-bottom: 1px solid #277f8d;
    height: 49px;
    line-height: 49px;
    color: #787878;
    font-size: 14px;
}
.n_tit img {
    float: left;
    margin-top: 18px;
    margin-right: 8px;
}
.n_tit a{
    color: #787878;
}
.n_tit a:hover{
    color: #0C7124;
    text-decoration: underline;
}
.n_tit font{
    padding: 0 6px;
    font: 400 12px/14px consolas;
}
.n_right .comcont{
    width: 100%;
    padding: 20px 0;
    min-height:300px;
}
.n_right .comcont p{
    font-size: 14px;
    color: #606060;
    text-indent: 2em;
    line-height: 30px;
    padding-bottom: 26px;
}
.n_right .comcont img{
    margin: 0 auto;
    display: block;
    padding: 20px 0 50px 0;
}

/*列表页*/
.n_list{
    width: 100%;
}
.n_list .list_ul{
    width: 454px;
    float: left;
    margin: 16px 16px 10px 0;
    _margin: 16px 16px 10px 0;
}
.n_list .list_ul1{
    margin: 16px 0 10px;
}
.n_list .list_ul .oneTitle{
    margin-bottom: 8px;
}
.n_list .list_ul ul{
    width: 454px;
}
.n_list .list_ul ul li {
    width: 444px;
    height: 32px;
    padding-left: 10px;
    display: block;
    float: left;
    line-height: 32px;
    background: url(../images/ico1.png) no-repeat left center;
}
.n_list .list_ul ul li a {
    color: #575757;
}
.n_list .list_ul ul li a:hover {
    color: #0C7124;
    text-decoration: underline;
}
.n_list .list_ul ul li a span {
    float: right;
    color: #A1A1A1;
}

/*列表详细列表*/
.n_listxx{
    width: 100%;
    min-height:500px;
}
.n_listxx li{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}
.n_listxx li.marr{
    border-bottom: 0;
}
.n_listxx li h2{
    width: 100%;

}
.n_listxx li h2 a{
    font-size: 16px;
    color: #636363;
    float: left;
}
.n_listxx li h2 a:hover{
    color: #0C7124;
    text-decoration: underline;
}

.n_listxx li h2 a span{

    font-size: 14px;
    color: #dd4b39;

}
.n_listxx1{
    width: 100%;
    min-height:500px;
}
.n_listxx1 li{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}
.n_listxx1 li.marr{
    border-bottom: 0;
}
.n_listxx li h2{
    width: 100%;

}
.n_listxx1 li h2 a{
    font-size: 16px;
    color: #636363;
    float: left;
}
.n_listxx1 li h2 a:hover{
    color: #0C7124;
    text-decoration: underline;
}

.n_listxx1 li h2 span{

    font-size: 14px;
    color: #a2a2a2;
    padding-left: 15px;
    background: url(../images/ico11.png) no-repeat left center;
    float:right;
}
.n_listxx li p{
    font-size: 14px;
    padding-top: 4px;
    color: #9b9b9b;
    line-height: 28px;
    text-indent: 2em;
}
.n_listxx li p a{
    color: #277f8d;
}
.n_listxx li p a:hover{
    color: #0C7124;
}
.n_listxx1 li p{
    font-size: 14px;
    padding-top: 4px;
    color: #9b9b9b;
    line-height: 28px;
    text-indent: 2em;
}
.n_listxx1 li p a{
    color: #277f8d;
}
.n_listxx1 li p a:hover{
    color: #0C7124;
}
.pages{
    width: 100%;
    background: #f9f9f9;
    height: 42px;
    line-height: 42px;
    margin-top: 36px;
    margin-bottom: 46px;
    text-align: center;
    font-size: 14px;
    color: #757575;
    position: relative;
}
.pages .pagess{
    min-width: 420px;
    position: absolute;
    left: 50%;
    margin-left: -210px;
    float: left;
}
.pages b{
    font-weight: normal;
    color: #277f8d;
    display: inline-block;
    padding: 0 4px;
    float: left;
}
.pages a{
    color: #757575;
    display: inline-block;
    padding: 0 8px;
    float: left;
}
.pages a:hover, .pages a.cur{
    color: #b1b1b1;
}
.pages span{
    float: left;
}
.pages .select {
    position: relative;
    float: left;
    height: 20px;
    line-height: 20px;
    width: 40px;
    margin: 9px 6px;
    border: 1px solid #e1e1e1;
}
.pages .select dt {
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    width: 100%;
    color: #757575;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.pages .select dd {
    width: 100%;
    background: #fff;
    display: none;
    font-size: 14px;
    position: absolute;
    top: 21px;
    left: -1px;
    z-index: 999;
    border: 1px solid #e1e1e1;
    border-top: 0;
}
.pages .select dd ul {
    max-height: 250px;
    overflow: hidden;
    width: 100%;
}
.pages .select dd ul li a {
    line-height: 20px;
    display: block;
    color: #656565;
    width: 100%;
    padding: 0;
    text-align: center;
}

/*内容页*/
.container{
    padding: 0 10px;
    margin-top: 16px;
}
.contain{
    width: 100%;
}
.contain h2{
    font-size: 18px;
    line-height: 40px;
    padding: 40px 0 0px;
    color: #484848;
    text-align: center;
}
.contain h3{
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    padding-bottom: 6px;
    color: #9a9a9a;
    margin-bottom: 26px;
    border-bottom: 1px solid #e1e1e1;
}
.contain h3 span{
    display: inline-block;
    padding: 0 24px;
    padding-left:3px;
}
.contain p {
    font-size: 14px;
    color: #000000;
    text-indent: 2em;
    line-height: 30px;
}
.contain img {
    /*margin: 0 auto;*/
    /*display: block;*/
    /*padding: 38px 0;*/
}
.contain .con_bm{
    margin-top: 30px;
    padding-top: 16px;
    height: 0px;
    line-height: 18px;
    padding-bottom: 60px;
    font-size: 14px;
    color: #878787;
    border-top: 1px solid #e1e1e1;
}
.contain .con_bm span{
    float: right;
}
.contain .con_bm a{
    color: #878787;
    float: right;
    margin-left: 22px;
}
.contain .con_bm a:hover{
    color: #03B859;
}
.contain .con_bm a.dy{
    background: url(../images/ico13.png) no-repeat left center;
    padding-left: 18px;
}
.contain .con_bm a.close{
    background: url(../images/ico14.png) no-repeat left center;
    padding-left: 16px;
}

.footer p{height:40px;line-height:40px;width:100%;text-align:center;}
.foot1{
    width: 100%;
    height: 125px;
    background:#2a789e;
}
.foot_wrap{
    margin:10px 6%;
    padding:5px 0;
}
.foot_item {
    width: 100%;
    height: 125px;
}
.foot_item>li {
    width: 33.3%;
    height: 115px;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
.foot_logo {
    width: 100%;

    line-height: 113px;
    text-align: left;
}
.foot_logo>img{
    vertical-align: middle;
    width: 360px;
    margin-left:10%;
}

.code{
    width: 100%;
    height: 100%;
    line-height: 115px;
    margin-left:35%;
}
.code>img{
    vertical-align: middle;
}