* {
    margin: 0;
    padding: 0;
}

.w980 {
    width: 980px;
}

.center {
    margin: 0 auto;
}

ul {
    list-style: none;
}

.fix {
    *zoom: 1;
}

.fix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.power {
    text-align: center;
    line-height: 30px;
}

/*以上是基本参数 可不复制  以下是必须*/
/*部分开始-----------------------------------------------------*/
/*banner*/
.none {
    display: none;
}

.banner {
    min-width: 980px;
    height: 330px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.banner_show {
    width: 100%;
    text-align: center;
    height: 572px;
    overflow: hidden;
    position: relative;
}

.bannger_inbox {
    position: absolute;
    left: 50%;
    top: 0;
}

/*文字*/
.banner_mag {
    width: 230px;
    height: 332px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 0px;
    margin-left: -600px;
    *margin-left: -601px;
    text-align: left;
    z-index: 99;
    font-family: "Microsoft YaHei";
}

.banner_magbox {
    background: #fff;
    height: 442px;
    /*background:url(../images/bggg.png) repeat;text-align:left;*/
    width: 237px;
    border-left: 1px solid #0CAEFF;
    border-right: 1px solid #0CAEFF;
    border-bottom: 1px solid #0CAEFF;
}

.banner_magbox ul {

    width: 237px;
    float: left;

}

.banner_magbox ul li {
    width: 100%;
    float: left;
    height: 54.5px;

    /*border-left: 1px solid #A08484;*/
}

.banner_magbox ul li a:hover {
    /*background: url(../images/bgqqq.png) center;*/
    text-decoration: none;
}

.banner_magbox ul li span {
    width: 118px;
    float: left;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 8px;
}

.banner_magbox ul li span img {
    width: 30px;
    height: 30px;
    padding: 0px 45px;
    block;
    -webkit-transition: 0.4s linear;
    transition: 0.4s ease-in;
}

.banner_magbox ul li span img:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.banner_magbox ul li a {
    width: 224px;
    float: left;
    text-align: center;
    color: #000;
    /*height:82px;*/
    cursor: pointer;
    text-decoration: blink;
    padding: 3px 0 0 15px;
}

.banner_magbox ul li a dt {
    font-size: 16px;
    font-family: "Microsoft Yahei";
    text-align: left;
    margin: 8px 0;
    line-height: 18px;
}

.banner_magbox ul li a dl {

}

.banner_magbox ul li i {
    display: block;
    height: 1px;
    width: 192px;
    padding: 0 10px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.banner_magbox ul li a dl span {
    padding: 0;
    width: auto;
    line-height: 80%;
    font-size: 12px;
    /*color: rgba(0, 0, 0, .4) !important;*/
    color: #999999;
    margin-right: 10px;
}

.banner_magbox ul li a dl span:hover {
    text-decoration: blink;
    color: #E6001C;
}

.banner_magbox ul li a b {
    font-size: 12px;
    font-weight: normal;
}

/*.banner_kuai{ width:114px; border:1px solid #A08484; border-left:none; text-align:center; border-top:none; height:82px; float:left}
.banner_kuai1{ width:115px; border-bottom:1px solid #A08484; height:82px;text-align:center;float:left}*/

/*翻页*/
.banner_pre_next {
    position: relative;
    z-index: 105;
    top: 280px;
    width: 980px;
    left: 50%;
    height: 37px;
    margin-left: -500px;
    *left: 240px;
}

.banner_pre_next a {
    width: 37px;
    height: 37px;
    background: url(../images/btn.png) no-repeat;
    text-indent: -999em;
}

.banner_pre_next .banner_btn_left {
    position: absolute;
    left: -37px;
    background-position: 0px 0px;
}

.banner_pre_next .banner_btn_right {
    position: absolute;
    right: -37px;
    background-position: -37px 0px;
}

/*圆点*/
.yq_banner_list {
    width: 200px;
    height: 25px;
    position: absolute;
    top: 485px;
    text-align: right;
    z-index: 100;
    left: 120px;
    padding-right: 12px;
}

.yq_banner_list a {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../images/abg.png) no-repeat right;
    margin-right: 10px;
}

.yq_banner_list a.hover {
    background: url(../images/abg.png) no-repeat left;
}

/*新闻*/
.focus-news {
    height: 100px;
    color: #fff;
    padding: 30px 0px 10px 0px;
    background: #30a7e0;
    position: absolute;
    bottom: 0px;
    width: 980px;
    left: 50%;
    margin-left: -500px;
    z-index: 9999;
    font-family: "Microsoft YaHei";
}

.index-news-title {
    float: left;
    width: 130px;
    margin-right: 60px;
    position: relative;
    padding-left: 70px;
}

.index-news-title h2 {
    font-size: 20px;
    height: 30px;
    font-weight: normal;
}

.index-tabs {
    position: absolute;
    right: 0px;
    width: 34px;
    bottom: 10px;
}

.index-tabs li {
    width: 17px;
    height: 17px;
    float: left;
    cursor: pointer;
    background: url(../images/dot.gif) no-repeat;
}

.index-tabs li.prev {
    background-position: 0px 0px;
}

.index-tabs li.next {
    background-position: -19px 0px;
}

.index-news-show {
    float: left;
    width: 460px;
}

.index-news-show ul {
}

.index-news-show ul li {
    float: left;
    width: 230px;
}

.index-news-show ul li h2 {
    font-size: 14px;
}

.index-news-show ul li h2 a {
    color: #fff;
}

.index-news-show ul li p {
    font-size: 14px;
}

.index-news-show ul.hide {
    display: none;
}

.index-news-tel {
    font-weight: bold;
    float: right;
    padding-left: 30px;
    background: url(../images/tel.gif) left no-repeat;
    font-size: 20px;
    width: 180px;
}

.course {
    width: 730px;
    height: 300px;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 731px;
}

.course .course-con{
    width: 730px;
    height: 300px;
   float: left;
    position: relative;

}
.course .course-con img{
    cursor: pointer;
    position: absolute;
    left: 50%;
    top:50%;
    top:0px \9;
    left:0px \9;
    width: 730px;
    height: 300px;
    transform: translate(-50%,-50%);
}
.course  .course-arrow{
    height: 100%;
    width: 100%;
    position: relative;
}
.demo a{
    text-decoration: none;
}
.demo a:hover{
    cursor: pointer;
    text-decoration: none;
}
.course-left{
    /*background: rgba(0,0,0,.4);*/
    padding: 5px 6px 5px 3px;
    position: absolute;
    height: 50px;
    line-height: 50px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    left: 0;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin-top: -15px;
    z-index: 200;
    display: none;
}
.course-left i{
    display: block;
    background-image: url(../images/guide-arrow-2014.gif);
    background-repeat: no-repeat;
    width: 14px;
    height: 39px;
    background-position: 0 0;
}
.course-left i:hover{
    background-position: 0 -40px;
}
.course-right{

    /*background: rgba(0,0,0,.4);*/
    padding: 5px;
    position: absolute;
    height: 50px;
    line-height: 50px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    right: 10px;
    top: 50%;
    color: #fff;
    font-size: 30px;
    margin-top: -15px;
    z-index: 200;
    display: none;
}
.course-right i{
    display: block;
    background-image: url(../images/guide-arrow-2014.gif);
    background-repeat: no-repeat;
    width: 14px;
    height: 39px;
    background-position: -28px -40px;
}
.course-right i:hover{
    background-position: -28px 0;
}
.num a{
    behavior: url(./js/vote/ie-css3.htc) \9;
}
/*部分结束-----------------------------------------------------*/