﻿@charset "utf-8"; 

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea {
    font: 12px/1.5 tahoma,arial,"宋体";
}

button, input, select, textarea {
    border: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var , i {
    font-style: normal;
}

ul, ol {
    list-style: outside none none;
}

body {
    background-color: #fff;
    color: #555;
    font-family: "Microsoft YaHei",SimSun,Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
}

img {
    outline: 0;
    border: none;
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0px;
    width: 100%; 
    overflow: hidden; 
    margin-top: -1px;
} 
.clear:after {display:block;clear:both;content:"";visibility:hidden;height:0;}
.clear{zoom:1} 

a {
    color: #333;
    text-decoration: none; 
}  

a:hover {
    color: #00abd8;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.contain::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.wrap {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}

.contain {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.top {
    width: 100%;
    height: 100px;
}

.top_l {
    width: 184px;
    height: 64px;
    float: left;
    margin-top: 18px;
}

.top_r {
    width: 330px;
    height: 34px;
    float: right;
    margin: 30px 50px 0 0;
}

.search {
    width: 238px;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
}

.s_btn {
    width: 65px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin-left: 4px;
    background-color: #2acaec;
    color: #fff;
}

.nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #2acaec;
}

.nav li {
    float: left;
    padding: 0 30px;
    position: relative;
    z-index: 5;
}

.nav li.hover {
    background-color: #0ca5c5;
}

.nav li a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.nav_drop {
    display: block;
    width: 316px;
    height: auto;
    background-color: #fff;
    border: 1px solid #0ca5c5;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 999;
}

.nav_drop li {
    width: 138px;
    height: 36px;
    line-height: 36px;
    margin-left: 20px;
    padding: 0;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}

.nav_drop li a {
    color: #333;
    font-weight: normal;
}

.nav_drop li:hover a {
    color: #0ca5c5;
}

.banner {
    width: 100%;
    height: 396px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.banner li {
    float: left;
}

.focus {
    width: 25%;
    height: 12px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 99;
    text-align: center;
}

.focus span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
    float: left;
    margin: 0 4px;
}

.focus span.cur {
    background-color: #2acaec;
}

.new {
    width: 100%;
    height: 482px;
    margin-top: 20px;
    overflow: hidden;
}

.new_tit {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #2acaec;
}

.tit_h3 {
    width: 110px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    background-color: #2acaec;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.new_ul {
    width: 1210px;
    height: 442px;
}

.new_ul li {
    width: 230px;
    height: 199px;
    background-color: #fff;
    border: 1px solid #ccc;
    float: left;
    margin: 20px 10px 0 0;
    overflow: hidden;
}

.new_ul li:hover {
    border: 1px solid #337ab7;
}

.new_img {
    width: 230px;
    height: 130px;
}

.new_h3 {
    width: 210px;
    height: 34px;
    line-height: 44px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    font-size: 12px;
}

.new_p {
    width: 230px;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #ccc;
    font-size: 12px;
    color: #999;
}

.np_l {
    padding-left: 10px;
    float: left;
}

.np_r {
    padding-right: 10px;
    float: right;
}

.moban {
    width: 100%;
    height: 420px;
    overflow: hidden;
    margin-top: 40px;
}

.mb_l {
    width: 250px;
    height: 420px;
    float: left;
}

.mb_caption {
    width: 250px;
    height: 45px;
    background-color: #fc587b;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.mb_lb {
    width: 248px;
    height: 373px;
    border: 1px solid #ccc;
}

.mbl_ult {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.mbl_ult li {
    width: 238px;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    background-color: #fff;
}

.mbl_ult li.cur {
    background-color: #ccc;
}

.mbl_ulb {
    width: 100%;
    height: 224px;
    padding-top: 15px;
    overflow: hidden;
}

.mbl_ulb li {
    width: 110px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-left: 14px;
    white-space: nowrap;
    overflow: hidden;
}

.mb_m1 {
    width: 492px;
    height: 420px;
    float: left;
}

.m1_t {
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.m1_bg {
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-color: #000;
    color: #fff;
    text-align: center;
    filter: alpha(opacity=80); 
    -moz-opacity: 0.8; 
    -khtml-opacity: 0.8; 
    opacity: 0.8;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.m1_b {
    width: 496px;
    height: 139px;
    margin-top: 1px;
    overflow: hidden;
}

.m1_b1 {
    width: 244px;
    height: 139px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    float: left;
    margin-right: 4px;
}

.mb_m2 {
    width: 244px;
    height: 420px;
    float: left;
    margin-left: 2px;
}

.mar_tm {
    margin-bottom: 1px;
}

.mb_r {
    width: 211px;
    height: 419px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: right;
}

.mbr_list {
    width: 191px;
    height: 360px;
    margin: 10px 8px 0 12px;
    overflow: hidden;
}

.mbr_list li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
}

.mub {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    background-color: #2acaec;
    margin-top: 8px;
    font-size: 11px;
    float: left;
}

.mbr_list li a {
    display: block;
    width: 168px;
    margin-left: 8px;
    float: left;
}

.tuijian {
    width: 100%;
    height: 575px;
    margin-top: 20px;
    overflow: hidden;
}

.con_ul {
    width: 1220px;
    height: 534px;
    overflow: hidden;
}

.con_ul li {
    width: 283px;
    height: 245px;
    border: 1px solid #ccc;
    float: left;
    margin: 20px 20px 0 0;
    border-radius: 5px;
}

.con_ul li:hover {
    border: 1px solid #337ab7;
}

.con_img {
    width: 270px;
    height: 152px;
    margin: 5px 6px 0 7px;
}

.con_h3 {
    width: 251px;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #ccc;
    padding-top: 5px;
    margin: 0 auto;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
}

.con_p {
    width: 251px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    color: #999;
}

.foot {
    width: 100%;
    height: 60px;
    padding: 15px 0;
    background-color: #0ca5c5;
    margin-top: 40px;
}

.foot_ul {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.foot_ul li {
    margin: 0 4px;
    display: inline;
    color: #fff;
}

.foot_ul li a {
    color: #fff;
}

.foot p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.foot p a:hover {
    color: #fff;
}

.back_top {
    width: 54px;
    height: 54px;
    position: fixed;
    right: 0px;
    bottom: 150px;
    z-index: 999;
}

/*列表*/

.site {
    width: 100%;
    height: 36px;
    line-height: 36px;
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 20px 0;
}

.site_p {
    padding-left: 15px;
}

.site_p a {
    color: #0ca5c5;
}

.site_p a:hover {
    text-decoration: underline;
}

.classify {
    width: 1198px;
    height: auto;
    border: 1px solid #ccc;
}

.classify_tit {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #ccc;
}

.classify_tit li {
    width: 120px;
    height: 42px;
    border-right: 1px solid #ccc;
    text-align: center;
    float: left;
}

.classify_tit li.cur {
    background-color: #2acaec;
}

.classify_tit li.cur a {
    color: #fff;
}

.classify_info {
    width: 1178px;
    height: auto;
    padding: 15px 0 5px 0;
    margin: 0 10px;
}

.classify_info a {
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    margin: 0 10px 10px 0;
    white-space: nowrap;
}

.classify_info a.cur {
    background-color: #0ca5c5;
    color: #fff;
    border: 1px solid #2acaec;
}


.topt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
}

.ad {
    width: 1200px;
    height: 90px;
    margin-top: 20px;
}

.con_list {
    width: 1200px;
    height: 1150px;
    overflow: hidden;
}

.page {
    width: 1200px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-top: 40px;
}

.page li {
    display: inline;
    margin: 0 4px;
    padding: 2px 8px;
    border: 1px solid #ccc;
}

.page li.cur {
    background-color: #2acaec;
    border: 1px solid #2acaec;
}

.page li.cur a {
    color: #fff;
}

.page li.shenlv {
    border: none;
}

/*内容页*/

.info {
    width: 865px;
    height: auto;
    float: left;
}

.info_top {
    width: 100%;
    height: 198px;
}

.intop_img {
    width: 350px;
    height: 198px;
    overflow: hidden;
    float: left;
}

.intop_r {
    width: 495px;
    height: 198px;
    float: right;
}

.intopr_h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
}

.intopr_btm {
    width: 100%;
    height: 148px;
    background-color: #fff2e8;
    position: relative;
    z-index: 2;
}

.intopr_btm p {
    line-height: 32px;
    padding-left: 20px;
}

.info_btn {
    width: 82px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #ff6699;
    border-radius: 4px; 
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 5;
}

.info_btn a {
    color: #fff;
}

.related {
    width: 853px;
    min-height: 32px;
    line-height: 32px;
    padding: 8px 0 10px 12px;
}

.related a {
    float: left;
    margin-right: 10px;
    white-space: nowrap;
    color: #666;
}

.related a:hover {
    color: #00abd8;
    text-decoration: underline;
}

.info_con {
    width: 100%;
    height: auto;
}

.info_tap {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}

.info_tap li {
    padding: 0 20px;
    float: left;
}

.info_tap li a {
    color: #2acaec;
}

.info_tap li.cur {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    margin-bottom: 1px;
}

.info_tap li.cur a {
    color: #666;
}

.info_tap span {
    float: right;
    margin-right: 15px;
    color: #999;
}

.info_in {
    width: 100%;
    height: auto;
    line-height: 30px;
    padding: 15px 0;
}


.sidebar {
    width: 285px;
    height: 1100px;
    float: right;
    overflow: hidden;
}

.side_tit {
    width: 100%;
    height: 30px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}





/*下载*/

.loaddown {
    padding: 20px 0;
    width: 100%;
    height: 74px;
    text-align: center;
}

.loaddown img {
    width: 393px;
    height: 74px;
}




















































