@charset "utf-8"; /* Config */
body {
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    font-family: "Microsoft YaHei",Tahoma,Helvetica,Georgia,Arial,"sans serif";
    background: #fff;
}

li {
    list-style: none;
    color: #333;
}

li a {
    text-decoration: none;
    font-size: 12px;
}

a {
    text-decoration: none;
    font-size: 12px;
    color: #333;
}

a:link, a:active, a:visited {
    text-decoration: none;
    font-size: 12px;
    color: #3d3d3d;
}

a:hover {
    text-decoration: underline;
    font-size: 12px;
    color: #333;
}

img {
    border: 0;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
}

.marginleft40 {
    margin-left: 40px;
}

.margintop45 {
    margin-top: 45px;
}

.margintop {
    margin-top: 10px;
}

.marginright {
    margin-right: 10px;
}

.marginleft {
    margin-left: 10px;
}

.marginleft45 {
    margin-left: 45px;
}

.marginleft20 {
    margin-left: 20px;
}

.marginbottom {
    margin-bottom: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop35 {
    margin-top: 35px;
}

.clear {
    clear: both;
}

input,textarea {
    font: 14px Tahoma, Verdana;
    color: #333;
    font-weight: normal;
    background-color: #F8F8F8;
}

.colorblue,.colorfocus {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px #b8b7b7 double;
    background-color: #fff;
    padding: 0.2em 0.2em;
    margin: 2px;
}

.colorfocus {
    border: 1px #333333 double;
}

/* Header style */
#header {
    margin: 0 auto;
    width: 100%;
    height: 170px;
    background: url(header_bg.jpg) repeat-x;
    margin-top: 0px;
    background: #1a53a8;
}

#header_logo {
    background: url(logo0605.png) left center;
    position: relative;
    width: 1200px;
    height: 170px;
    margin: 0 auto;
}

.header_top_left {
    position: absolute;
    width: auto;
    height: 38px;
    line-height: 20px;
    left: 5px;
    top: 40px;
    color: #fff;
}

.header_top_right {
    position: absolute;
    width: auto;
    height: 38px;
    line-height: 20px;
    right: 10px;
    top: 24px;
    color: #fff;
}

.header_top_right a {
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: normal;
}

.header_top_right li {
    float: left;
    background: url(menu_line.jpg) no-repeat left;
}

.header_top_right li a {
    display: block;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    width: 80px;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

/*Index Search Bar*/
.index_search {
    position: absolute;
    width: 249px;
    height: 30px;
    /* background: #fff; */
    top: 63px;
    right: 10px;
    z-index: 9999;
}

.index_search .search {
    /* width: 249px; */
    /* border: 0px #2e4396 solid; */
    /* text-align: right; */
    /* height: 30px; */
}

.index_search .search #SearchForm {
    padding: 0px;
    margin: 0px;
    width: 213px;
    height: 30px;
}

.index_search .search .textbox {
    height: 30px;
    line-height: 30px;
    width: 199px;
    text-indent: 10px;
    float: left;
    padding-left: 0px;
    background: none;
    border: none;
    font-size: 15px;
    color: #999;
    display: inline;
}

.index_search .search select {
    display: none;
}

.index_search .search .inputButton {
    float: left;
    width: 30px;
    text-align: left;
    height: 30px;
    display: inline;
}

.index_search .search span {
    text-align: left;
}

.index_search .search span a {
    width: 60px;
    white-space: nowrap;
}

.index_search .search span a:hover {
    color: red;
    text-decoration: none;
}

/* Menu style */
#menu {
    margin: 0 auto;
    width: 100%;
    height: 50px;
    background: #1a53a8;
    position: relative;
    margin-top: 0px;
}

.menu_daohang {
    margin: 0 auto;
    position: relative;
    background: #1a53a8;
    z-index: 101;
    width: 1200px;
}

.menu_daohang ul ul {
    display: none;
}

.menu_daohang ul li:hover > ul {
    display: block;
}

.menu_daohang ul {
    list-style: none;
    position: relative;
    display: inline-table;
}

.menu_daohang ul:after {
    clear: both;
    display: block;
}

.menu_daohang ul li {
    float: left;
}

.menu_daohang ul li:hover {
    background: #0d397b;
    display: block;
    color: #fff;
}

.menu_daohang ul li:hover a {
    color: #fff;
}

.menu_daohang ul li a {
    display: block;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    width: auto;
    padding: 0 59px;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.menu_daohang ul ul {
    background: #c01a1e;
    padding: 0;
    position: absolute;
    top: 50px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.menu_daohang ul ul li {
    float: none;
    position: relative;
    border-right: none;
}

.menu_daohang ul ul li a {
    font-size: 16px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
    display: block;
    width: 168px;
    color: #fff;
background: #1a53a8;
}

.menu_daohang ul ul li a:hover {
    background: #b71317;
    color: #fff;
background: #103A79;
}

.menu_daohang ul ul ul {
    position: absolute;
    left: 100%;
    top: 0px;
}

/* Main body style */
.main_body {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    background: #fff;
}

/* Body Start */
.main_banner {
    margin: 0 auto;
    width: 1200px;
    height: 355px;
    margin-top: 5px;
    position: relative;
}

.main_banner img {
    width: 1200px;
    height: 355px;
    margin: 0 auto;
}

.main_banner .prev, .main_banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(slider-arrow.jpg) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.main_banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.main_banner .prev:hover, .main_banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.main_banner .prevStop {
    display: none;
}

.main_banner .nextStop {
    display: none;
}

/* banner Start */
.clearfix:before, .clearfix:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;}

.icon-arrow-a-left, .icon-arrow-a-right {
    background: url(icon_b.jpg) no-repeat;
}

.icon-arrow-a-left {
    background-position: 0 0;
    height: 50px;
    width: 50px;
    border-radius: 27px;
}

.icon-arrow-a-left:hover, .icon-arrow-a-left.arrow-a-left_hover, .icon-arrow-a-left.arrow-a-left-hover {
    background-position: -60px 0;
}

.icon-arrow-a-right {
    background-position: -120px 0;
    height: 50px;
    width: 50px;
    border-radius: 27px;
}

.icon-arrow-a-right:hover, .icon-arrow-a-right.arrow-a-right_hover, .icon-arrow-a-right.arrow-a-right-hover {
    background-position: -180px 0;
}

#main {
    margin-top: 0px;
    overflow: hidden;
    zoom: 1; position: relative;
    background: #fff;
}

.main_win_index {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    background: #fff;
}

.main_win {
    width: 1140px;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
    background: #fff;
}

.main_left {
    float: left;
    width: 1200px;
    height: auto;
    background: #fff;
    margin-top: 45px;
}

.menu_link_left {
    float: left;
    width: 20px;
    height: 52px;
    background: url(link_left_bg.jpg) no-repeat;
    display: inline;
    border-bottom: 2px #6c899b solid;
}

.menu_link_right {
    float: left;
    width: 20px;
    height: 52px;
    background: url(link_right_bg.jpg) no-repeat;
    display: inline;
    border-bottom: 2px #6c899b solid;
}

.menu_link {
    float: left;
    background: url(link_bg.jpg) repeat-x;
    z-index: 101;
    width: 1108px;
    height: 52px;
    display: inline;
    border-bottom: 2px #6c899b solid;
}

.menu_link ul ul {
    display: none;
}

.menu_link ul li:hover > ul {
    display: block;
}

.menu_link ul {
    list-style: none;
    position: relative;
    display: inline-table;
}

.menu_link ul:after {
    clear: both;
    display: block;
}

.menu_link ul li {
    float: left;
}

.menu_link ul li:hover {
    background: url(link_hover.jpg) repeat-x;
    display: block;
    color: #fff;
}

.menu_link ul li:hover a {
    color: #fff;
}

.menu_link ul li a {
    display: block;
    line-height: 52px;
    color: #333;
    text-decoration: none;
    width: auto;
    padding: 0 57px 0 57px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.main_left .main_top_content_news {
    float: left;

    height: 300px;
    display: inline;
    border: 0px solid #d7d7d7;
}

.main_left .main_top_content_news h3 {
    background: url(news_title_bg.png) no-repeat;
    height: 28px;
    line-height: 28px;
    color: #333;
    font-size: 20px;
    font-weight: normal;
}

.main_left .main_top_content_news h3 span.title {
    width: 155px;
    height: 28px;
    border-bottom: 0px #333 solid;
    margin-left: 0px;
    text-indent: 20px;
    float: left;
    text-align: left;
    color: #333;
    font-weight: normal;
    font-size: 20px;
}

.main_left .main_top_content_news h3 span.more a {
    float: right;
    color: #333;
    font-weight: normal;
    margin-right: 15px;
    font-size: 15px;
}

.main_left .main_top_content_news ul {
    padding: 0;
    margin: 0;
    margin-top: 25px;
    overflow: hidden;
}

.main_left .main_top_content_news ul li a,.main_left .main_top_content_news .rightnews ul li a:active,.main_left .main_top_content_news .rightnews ul li a:visited {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    display: block;
}

.main_left .main_top_content_news ul li {
    margin: 0 auto;
    width: 785px;
    line-height: 32px;
    *line-height: 32px;
    _line-height: 32px;
    border-bottom: 0px #efefef dotted;
}

.main_left .main_top_content_news ul li span.date {
    float: right;
    color: #666;
}

.main_left .main_top_content {
    float: left;
    width: 370px;
    height: 300px;
    display: inline;
    border: 0px solid #d7d7d7;
}

.main_left .main_top_content h3 {
    background: url(title_bg.jpg) no-repeat;
    height: 28px;
    line-height: 28px;
    color: #333;
    font-size: 20px;
    font-weight: normal;
}

.main_left .main_top_content h3 span.title {
    width: 155px;
    height: 28px;
    border-bottom: 0px #333 solid;
    margin-left: 0px;
    text-indent: 20px;
    float: left;
    text-align: left;
    color: #333;
    font-weight: normal;
    font-size: 20px;
}

.main_left .main_top_content h3 span.more a {
    float: right;
    color: #333;
    font-weight: normal;
    margin-right: 15px;
    font-size: 15px;
}

.main_left .main_top_content ul {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    overflow: hidden;
}

.main_left .main_top_content ul span.img {
    float: left;
    width: 130px;
    display: inline;
}

.main_left .main_top_content ul span.no1title {
    float: left;
    width: 230px;
    display: inline;
}

.main_left .main_top_content ul span.no1title a {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.main_left .main_top_content ul span.no1titletxt {
    float: left;
    width: 230px;
    display: inline;
    color: #666;
    font-size: 12px;
    line-height: 22px;
}

.main_left .main_top_content ul li span.top3 a {
    color: #F00;
}

.main_left .main_top_content ul li a,.main_left .main_top_content ul li a:active,.main_left .main_top_content ul li a:visited {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    display: block;
}

.main_left .main_top_content ul li {
    margin: 0 auto;

    line-height: 32px;
    *line-height: 32px;
    _line-height: 32px;
    border-bottom: 0px #efefef dotted;
}

.main_left .main_top_content ul li span.date {
    float: right;
    color: #666;
}

.main_left .main_top_content .hd {
    height: 50px;
    line-height: 50px;
    width: 360px;
    position: relative;
    border-bottom: 0px #d7d7d7 solid;
}

.main_left .main_top_content .hd ul {
    float: left;
    padding: 0;
    margin: 0;
    position: absolute;
}

.main_left .main_top_content .hd ul li {
    float: left;
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    display: inline;
}

.main_left .main_top_content .hd ul li.last {
    width: auto;
    border-right: none;
    display: inline;
}

.main_left .main_top_content .hd ul li.on {
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.main_left .main_top_content .bd {
    padding-top: 10px;
    background: #fff;
    position: relative;
}

.main_left .main_top_content .bd .more {
    position: absolute;
    color: #333;
    font-weight: normal;
    top: -22px;
    right: 10px;
    font-size: 15px;
}

.main_left .main_top_content .bd ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.main_left .main_top_content .bd ul li {
    margin: 0 auto;
    width: 526px;
    line-height: 32px;
    *line-height: 32px;
    _line-height: 32px;
    border-bottom: 0px #efefef dotted;
}

.main_left .main_top_content .bd ul li a,.main_top .main_top_content .bd ul li a:active,.main_top .main_top_content .bd ul li a:visited {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    display: block;
}

.main_left .main_top_content .bd ul li span.date {
    float: right;
    color: #666;
}

.main_left .main_top_content .bd ul li.link {
    margin: 0 auto;
    width: 224px;
    height: 40px;
}

.main_right {
    float: right;
    width: 280px;
    height: auto;
    background: #e4e4e4;
    margin-top: 0px;
}

.main_right .main_right_content {
    float: left;
    width: 260px;
    height: 325px;
    margin-top: 0px;
    display: inline;
    border: 0px solid #d7d7d7;
}

.main_right .main_right_content h3 {
    border-bottom: 0px #d7d7d7 solid;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

.main_right .main_right_content h3 span.title {
    width: 220px;
    height: 50px;
    float: left;
    text-align: left;
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.main_right .main_right_content h3 span.more {
    float: right;
    color: #333;
    font-weight: normal;
    margin-right: 10px;
    font-size: 15px;
}

.main_right .main_right_content ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    overflow: hidden;
}

.main_right .main_right_content ul span.img {
    float: left;
    width: 130px;
    display: inline;
}

.main_right .main_right_content ul span.no1title {
    float: left;
    width: 230px;
    display: inline;
}

.main_right .main_right_content ul span.no1title a {
    color: #666;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}

.main_right .main_right_content ul span.no1titletxt {
    float: left;
    width: 230px;
    display: inline;
    color: #666;
    font-size: 12px;
    line-height: 22px;
}

.main_right .main_right_content ul li a,.main_left_bottom li a:active,.main_left_bottom li a:visited {
    font-size: 15px;
    color: #333;
    font-weight: normal;
    display: block;
}

.main_right .main_right_content ul li {
    margin: 0 auto;
    width: 260px;
    line-height: 32px;
    *line-height: 32px;
    _line-height: 32px;
    font-size: 15px;
    border-bottom: 0px #efefef dotted;
}

.main_right .main_right_content ul li span.date {
    float: right;
    color: #666;
}

.main_top_content .fastlink span.icon1 {
    float: left;
    width: 368px;
    height: 42px;
    margin: 5px 0 5px 0;
    line-height: 42px;
    *line-height: 42px;
    _line-height: 42px;
    background: #efefef url(icon1.jpg) no-repeat 20px 0;
    border: 1px #d5d5d5 solid;
}

.main_top_content .fastlink span.icon1 a:hover {
    width: 368px;
    height: 42px;
    background: #1a53a8 url(icon1.jpg) no-repeat 20px 0;
    display: block;
    color: #fff;
    text-decoration: none;
}

.main_top_content .fastlink span.icon2 {
    float: left;
    width: 368px;
    height: 42px;
    margin: 5px 0 5px 0;
    line-height: 42px;
    *line-height: 42px;
    _line-height: 42px;
    background: #efefef url(icon2.jpg) no-repeat 20px 0;
    border: 1px #d5d5d5 solid;
}

.main_top_content .fastlink span.icon2 a:hover {
    width: 368px;
    height: 42px;
    background: #1a53a8 url(icon2.jpg) no-repeat 20px 0;
    display: block;
    color: #fff;
    text-decoration: none;
}

.main_top_content .fastlink span.icon3 {
    float: left;
    width: 413px;
    height: 42px;
    margin: 5px 0 5px 0;
    line-height: 42px;
    *
    line-height: 42px;
    _line-height: 42px;
    background: #efefef url(icon3.jpg) no-repeat 20px 0;
    border: 1px #d5d5d5 solid;
}

.main_top_content .fastlink span.icon3 a:hover {
    width: 413px;
    height: 42px;
    background: #1a53a8 url(icon3.jpg) no-repeat 20px 0;
    display: block;
    color: #fff;
    text-decoration: none;
}

.main_top_content .fastlink span.icon4 {
    float: left;
    width: 368px;
    height: 42px;
    margin: 5px 0 5px 0;
    line-height: 42px;
    *line-height: 42px;
    _line-height: 42px;
    background: #efefef url(icon4.jpg) no-repeat 20px 0;
    border: 1px #d5d5d5 solid;
}

.main_top_content .fastlink span.icon4 a:hover {
    width: 368px;
    height: 42px;
    background: #1a53a8 url(icon4.jpg) no-repeat 20px 0;
    display: block;
    color: #fff;
    text-decoration: none;
}

.main_top_content .fastlink span.icon5 {
    float: left;
    width: 368px;
    height: 42px;
    margin: 5px 0 5px 0;
    line-height: 42px;
    *line-height: 42px;
    _line-height: 42px;
    background: #efefef url(icon5.jpg) no-repeat 20px 0;
    border: 1px #d5d5d5 solid;
}

.main_top_content .fastlink span.icon5 a:hover {
    width: 368px;
    height: 42px;
    background: #1a53a8 url(icon5.jpg) no-repeat 20px 0;
    display: block;
    color: #fff;
    text-decoration: none;
}

.main_top_content .fastlink a,.main_top_content .fastlink a:active,.main_top_content .fastlink a:visited {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    display: block;
    margin-left: 0px;
}

.main_bottom {
    float: left;
    width: 785px;
    height: auto;
    display: inline;
    margin-top: 45px;
}

.main_bottom h3 {
    border-bottom: 1px #d7d7d7 solid;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 20px;
    font-weight: normal;
}

.main_bottom h3 span.title {
    width: 155px;
    height: 47px;
    border-bottom: 4px #333 solid;
    margin-left: 0px;
    text-indent: 20px;
    float: left;
    text-align: left;
    color: #333;
    font-weight: normal;
    font-size: 20px;
}

.main_bottom h3 span.more a {
    float: right;
    color: #333;
    font-weight: normal;
    margin-right: 15px;
    font-size: 15px;
}

.main_bottom .link_list {
    float: left;
    display: inline;
}

.main_bottom .link_list ul {
    padding: 0;
    margin: 0;
    margin-top: 30px;
    overflow: hidden;
}

.main_bottom .link_list ul li {
    float: left;
    width: 300px;
    line-height: 80px;
}

.main_bottom .link_list ul li span.date {
    float: right;
    color: #666;
}

.main_bottom .link_list ul li img {
    width: 135px;
    height: 95px;
}

.index_left_more {
    position: absolute;
    top: 5px;
    right: 10px;
}

.index_more {
    position: absolute;
    top: 5px;
    right: 10px;
}

/* Footer style */
#footer_bg {
    float: left;
    background: #1a53a8;
    width: 100%;
    height: 145px;
    margin-top: 45px;
}

#footer {
    margin: 0 auto;
    width: 1200px;
    height: 145px;
}

#footer .footer_left {
    /* float:left; */
    /* margin: 0 auto; */
    width: 1200px;
    /* height:105px; */
    color: #fff;
    /* display: block; */
}

#footer .footer_left ul {
    padding: 0;
    margin: 0;
    padding-top: 23px;
    padding-left: 0px;
}

#footer .footer_left ul li.slogo {
    float: left;
    width: 85px;
    height: 85px;
}

#footer .footer_left ul li {
    /* float:right; */
    /* width: 600px; */
    line-height: 35px;
    color: #fff;
    text-align: left;
}

#footer .footer_left ul li span.copyright {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#footer .footer_left span.left {
    float: left;
}

#footer .footer_left span.right {
    float: right;
}

#footer .footer_right {
    float: right;
    width: 360px;
    height: 105px;
    padding-top: 35px;
}

#footer .footer_right h3 {
    border-bottom: 1px #fff solid;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

#footer .footer_right ul {
    padding: 0;
    margin: 0;
    padding-top: 5px;
}

#footer .footer_right ul li {
    float: right;
    width: auto;
    line-height: 24px;
    padding: 0 10px 0 10px;
    color: #fff;
    text-align: left;
}

#footer .footer_right ul li a {
    font-weight: normal;
    color: #fff;
}

#footer .footer_right ul li span.copyright {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
