* {
    margin: 0px;
    padding: 0px;
}

body {
    font: 14px "microsoft yahei", Arial, sans-serif;
    color: #5e5e5e;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

ul, p, h1, h2, h3, h4, h5, h6, dl, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

input {
    border: 0;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}

img {
    vertical-align: bottom;
    border: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #FF0700;
    text-decoration: none;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: " ";
    display: block;
    clear: both;
}

i {
    font-style: normal;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

#header, #logo, .navBar, .slideBox, #main, #news, #footer {
    margin: 0 auto;
    width: 1211px;
}

/*header*/
#header {
    height: 30px;
    background: #1DAFD4;
    color: #fff;
}

.welcome {
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
}

#header a {
    color: #fff;
    margin-left: 25px;
}

#header a:hover {
    color: #e4393c;
    cursor: pointer;
}

.login {
    float: right;
    margin-right: 30px;
    margin-top: 3px;
    cursor: pointer;
}
#logo {
    margin: 5px auto;
    height: 110px;
    background:#254EB8;
}
/*²Ëµ¥*/
.navBar {
    position: relative;
    z-index: 1;
    background: #1DAFD4;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-bottom: 40px;
}

.nav {
    width: 980px;
    margin: 0 auto;
    font-family: "Microsoft YaHei", SimSun, SimHei;
}

.nav a {
    color: #fff;
}

.nav h3 {
    float: left;
    font-size: 100%;
    font-weight: normal;
    font-size: 14px;
}

.nav .m {
    float: left;
    position: relative;
}

.nav .s {
    float: left;
    width: 24px;
    text-align: center;
    color: #eee;
}

.nav h3 a {
    display: block;
    padding: 0 20px;
}

.nav .on a {
    background:#CC0000 ;
}

.nav .sub {
    display: none;
    width: 550px;
    position: absolute;
    left: 0;
    top: 40px;
    height: 26px;
    line-height: 26px;
    padding: 7px 0;
    background: #CC0000 ;
    float: left;
}

.nav .sub li {
    float: left;
}

.nav .sub li a {
    display: block;
    padding: 0 15px;
    margin: 0 10px;
}

.nav .sub li a:hover {
    background: #1c8e95;
    color: #fff;
}

/*ÂÖ²¥*/
.slideBox {
    height: 300px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 1211px;
    height: 300px;
    display: block;
}

/* Ç°/ºó°´Å¥´úÂë*/
.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
/*Ö÷Ìå²Ëµ¥*/
#main {
    width: 1211px;
    height: 300px;
    background:#1DAFD4;
}

#main ul {
    width: 250px;
    height: 200px;
    background: #d2d2d2;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    margin: auto 26px;
    margin-top: 50px;
}

#main ul p {
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 20px;
    font-size: 26px;
}

#main ul li {
    margin: 10px auto;
    color: #000;
    width: 130px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    transform: translateZ(0);
    background: #1dafd4;
    transition-property: color;
    transition-duration: 0.3s;
    text-decoration: none;
}

#main ul li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #cc0000;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    text-decoration: none;
}

#main ul li:hover:before {
    transform: scaleX(1);
}

#main ul li:hover {
    color: #fff;
}

/*ÐÂÎÅ*/
#news {
    margin-top: 30px;
    margin-bottom: 30px;
}

.slideTxtBox {
    width: 350px;
    border: 1px solid #ddd;
    text-align: left;
    margin-right: 15px;
}

.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 20px;
    cursor: pointer;
}

.slideTxtBox .hd ul li.on {
    height: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 2px solid #fff;
}

.slideTxtBox .bd ul {
    padding: 15px;
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
}

.slideTxtBox .bd li:hover {
    background: #ccc;
}

.slideTxtBox .bd li .date {
    float: right;
    color: #999;
}

/*Õ¹Ê¾Í¼*/
.picMarquee-left {
    width: 580px;
    height:230px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picMarquee-left .hd .prev, .picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../img/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.picMarquee-left .bd {
    height: 130px;
    padding: 28px;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 120px;
    height: 110px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}
/*¶þÎ¬Âë*/
.show{
    width: 240px;
    height:230px;
    text-align: center;
    background:url("../img/bg6.jpg")
}
.button{
    text-align: center;
    background: #FFE699;
    height:30px;
    line-height: 30px;
    border-radius: 5px;
    margin: 20px auto;
    cursor: pointer;
}
.button:hover{
    background: #e4693c;
}
.kefuqq{
    font-size: 16px;
    background: #ddd;
    padding:3px;
    border-radius: 5px;
}
/*Ò³Î²*/
#footer {
    height: 100px;
    text-align: center;
    background:#aa0000;
    color:#fff;
}
#foot{
    margin-top: 30px;
    width: 1211px;
    margin:0 auto;
    background-color:  #21AEB5;
    color:#fff;
}
#foot a{
    color: #fff;
}
#foot a:hover{
    color:#e4393c;
}
#foot ul{
    margin:10px 45px;
}
#foot ul b{
    font-size: 16px;
}
/*µÇÂ¼¿ò*/
.modal{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0, .5);
    z-index: 999;
    display:none;
}
.modal-dialog {
    width: 370px;
    margin: 200px auto;
}
.modal-content{
    background:#5B9BD5;
    color:#fff;
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: 0 0 5px #aaa;
    padding: 16px 12px;
    border-radius:10px;
}
.modal-content h3{
    margin:20px auto;
    text-align:center;
}
.modal-content form{
    margin:0 auto;
    text-align:center;
}
.modal-content input{
    border:1px solid #ddd;
    width:200px;
    height:30px;
    margin-bottom:10px;
    padding-left:15px;
}
#bt-login{
    width:160px;
    height:30px;
    background:#FD521D;
    text-align:center;
    line-height:30px;
    margin:12px auto;
    border-radius:5px;
    cursor:pointer;
    color:#fff;
}
#bt-login:hover{
    background:#e4393c;
}
.close{
    cursor:pointer;
}
.intext{
    display: inline-block;
    width:200px;
    height:24px;
    overflow: hidden;
}
.date{
   display: inline-block;
    width:80px;
    height:24px;
      overflow: hidden;
}
.small_menu li{
    background: #21AEB5;
}
.small_menu li a{
    color:#fff;
}
.small_menu li:hover{
    background: #aaa;
}