﻿/*通用类*/
* {
    margin: 0;
    padding: 0;
}

* html {
    _background-image: url(about:blank);
    _background-attachment: fixed;
}

body {
    min-width: 1280px;
    margin: 0 auto;
    /*font-size: 12px;*/
    font-family: "Microsoft Yahei";
    color: #1a6db9;
}

h1, h2, h3 {
    font-weight: 500;
}

img {
    border: none;
}

a {
    cursor: pointer;
    color: #1a6db9;
    text-decoration: none;
}

a:hover {
    color: #013c8f;
}

ul {
    list-style-type: none;
}

em {
    font-style: normal;
}

.lt {
    float: left;
}

.rt {
    float: right;
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

table th, table td {
    padding: 0;
}

input.sub, label {
    border: none;
    cursor: pointer;
}

div.clear {
    font: 0px Arial;
    line-height: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

.container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/*公用CSS 开始*/
.bgJB {
    background: -webkit-linear-gradient(left, #013C8F, #5599ff) !important; /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #013C8F, #5599ff) !important; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #013C8F, #5599ff) !important; /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #013C8F, #5599ff) !important; /* 标准的语法 */
}

.banner_tip {
    width: 1258px;
    margin: 0 auto;
    height: 57px;
    background: #013C8F;
    color: #fff;
    text-align: right;
    padding: 10px 22px 0 0;
}

.banner_tip h2 {
    font-size: 24px;
}

.banner_tip h3 {
    font-size: 29px;
    line-height: 50px;
}

.banner_tip p {
    font-size: 12px;
    font-family: "arial";
}

/*header 开始*/
.header {
    height: 100px;
    position: relative;
    z-index: 100;
}

.header .container {
    height: 100px;
    position: relative;
    z-index: 100;
}

.header .logo {
    float: left;
}

.header .logo img {
    /*width: 262px;*/
    height: 64px;
    margin-top: 18px;
}

.header_right {
    float: right;
}

.header_lan {
    height: 49px;
    text-align: right;
}

.header_lan a {
    color: #656565;
    margin-left: 15px;
}

.header_lan a:hover {
    color: #013c8f;
}

.nav {
    height: 30px;
    margin-top: 10px;
    text-align: right;
}

.nav a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    margin-left: 20px;
    border-bottom: 2px solid #fff;
}

.nav a:hover, .nav a.hover {
    border-bottom: 2px solid #013c8f;
}

.nav_new {
    float: right;
    height: 44px;
    margin-top: 28px;
}

.nav_in {
    float: left;
    margin-left: 5px;
}

.nav_in .par {
    display: inline-block;
    width: 86px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    color: #013c90;
    line-height: 44px;
}

.nav_in .par:hover, .nav_hover .par, .now_hover .par {
    background: #2f69b9;
    border-radius: 3px;
    color: #fff;
}

.nav_slide {
    width: 1280px;
    height: 44px;
    line-height: 44px;
    background: url("../images/nav_slide.png");
    position: absolute;
    left: 0;
    top: 100px;
    font-size: 14px;
    color: #fff;
    display: none;
}

.nav_hover .nav_slide {
    display: block;
}

.nav_slide a {
    color: #fff;
    margin: 0 6px 0 5px;
}

.nav_slide a:hover {
    color: #ffba00;
}

/*header 结束*/

.main {
    width: 1280px;
    background: #dff2ff;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner {
    height: 290px;
}

.banner img {
    width: 1280px;
    height: 290px;
}

.main_pos {
    height: 70px;
    padding: 15px 25px;
    color: #1a6db9;
}

.main_pos dl {
    float: left;
}

.main_pos dt {
    font-size: 32px;
    line-height: 40px;
}

.main_pos dd {
    font-size: 14px;
    line-height: 22px;
}

.main_pos p {
    float: right;
    margin-top: 30px;
}

.main_pos p a {
    color: #1a6db9;
}

.main_pos p a:hover {
    text-decoration: underline;
}

/*child_nav 二级菜单*/
.child_nav {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 15px;
    background: #023c90;
    margin-bottom: 45px;
}

.child_nav a {
    float: left;
    display: inline-block;
    width: 14.2%;
    text-align: center;
    border-right: 1px solid #002c69;
    color: #fff;
}

.child_nav a:hover, .child_nav a.hover {
    border-color: #3069ba;
    background: #3069ba;
}

/*child_nav 二级菜单*/
.m_inner {
    width: 1220px;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow: hidden;
}

.page {
    margin: 40px 0 70px 0;
    text-align: center;
    height: 22px;
}

.page a, .page span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border: 1px solid #8aaee1;
    padding: 0 6px;
    margin: 0 2px;
}

.page a:hover, .page span {
    border-color: #8aaee1;
    background: #8aaee1;
    color: #fff;
}

/*footer 开始*/
.footer {
    width: 1280px;
    /*height:305px;*/
    background: #eef9ff;
    margin: 0 auto;
}

.footer .news_head {
    height: 60px;
    line-height: 60px;
    background: #023c90;
    clear: both;
    color: #fff;
    padding: 0 15px;
}

.footer .news_head span {
    font-size: 18px;
    float: left;
}

.footer_links {
    height: 250px;
    border-bottom: 1px dashed #c6d1d8;
    padding-left: 15px;
}

.footer_links dl {
    width: 174px;
    float: left;
    /*text-align:center;*/
    margin-top: 33px;
}

.footer_links dt {
    font-size: 14px;
    line-height: 28px;
    color: #013c8f;
}

.footer_links dd {
    line-height: 24px;
}

.footer_code {
    width: 120px;
    height: 110px;
    background: #e0f2ff;
    border: 1px solid #d2e4ee;
    float: right;
    margin: 33px 40px 0 0;
    _display: inline;
    text-align: center;
    padding-top: 10px;
}

.footer_code img {
    width: 88px;
    height: 88px;
}

.footer_code p {
    line-height: 22px;
    color: #666;
}

.footer_info {
    padding: 15px 30px 15px 50px;
    line-height: 30px;
    text-align: center;
}

/*footer 结束*/

/*float_menu 浮动菜单*/
.float_menu {
    height: 45px;
    position: fixed;
    top: 100px;
    left: 10px;
    z-index: 200;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop)+100);
    cursor: pointer;
}

.menu_nav {
    position: relative;
    z-index: 200;
}

.menu_nav .handle {
    width: 45px;
    height: 45px;
    background: url("../images/menu_nav.png") no-repeat center center;
}

.menu_nav .menu_slide {
    width: 205px;
    position: absolute;
    left: 45px;
    top: 0;
    z-index: 200;
    background: #013c8f;
    display: none;
}

.menu_nav_hover .menu_slide {
    display: block;
}

.menu_nav li {
    width: 205px;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #2c69b0;
    position: relative;
}

.menu_nav a {
    display: inline-block;
    width: 190px;
    height: 44px;
    padding-left: 15px;
    color: #fff;
}

.menu_nav a:hover {
    background: #255ead;
}

.menu_nav .par a {
    background: url("../images/menu_par.png") no-repeat 185px center;
}

.menu_nav .par a:hover {
    background: #255ead url("../images/menu_par.png") no-repeat 185px center;
}

.menu_nav .par li a {
    background: none;
}

.menu_nav .par li a:hover {
    background: #255ead;
}

.menu_nav .slide_in {
    position: absolute;
    left: 205px;
    top: 0;
    z-index: 200;
    background: #013c8f;
    display: none;
}

.menu_nav .nav_hover .slide_in {
    display: block;
}

.menu_nav_hover .handle {
    background: #013c8f url("../images/menu_navh.png") no-repeat center center;
}

.menu_search {
    position: relative;
    z-index: 200;
}

.menu_search .handle {
    width: 45px;
    height: 45px;
    background: url("../images/menu_search.png") no-repeat center center;
}

.menu_search .search_area {
    width: 295px;
    height: 45px;
    position: absolute;
    left: 45px;
    top: 0;
    background: #013c8f;
    display: none;
    z-index: 200;
}

.menu_search .text {
    width: 205px;
    height: 35px;
    border: 0;
    background: #fff;
    position: absolute;
    left: 5px;
    top: 5px;
    padding-left: 10px;
}

.menu_search .sub {
    width: 60px;
    height: 35px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: #4077c2;
    font-size: 14px;
    color: #fff;
    font-family: "Microsoft Yahei";
}

.menu_search_hover .handle {
    background: #013c8f url("../images/menu_searchh.png") no-repeat center center;
}

.menu_search_hover .search_area {
    display: block;
}

.menu_share {
    position: relative;
}

.menu_share .handle {
    width: 45px;
    height: 45px;
    background: url("../images/menu_share2.png") no-repeat center center;
}

.menu_share .share_list {
    position: absolute;
    left: 45px;
    top: 0;
    width: 195px;
    height: 45px;
    background: #013c8f url("../images/menu_share.png") no-repeat center center;
    display: none;
}

.menu_share a {
    display: inline-block;
    width: 30px;
    height: 45px;
    float: left;
}

.menu_share_hover .handle {
    background: #013c8f url("../images/menu_share2h.png") no-repeat center center;
}

.menu_share_hover .share_list {
    display: block;
}

.menu_code {
    position: relative;
}

.menu_code .handle {
    width: 45px;
    height: 45px;
    background: url("../images/menu_handle.png") no-repeat center center;
}

.menu_code .code_slide {
    position: absolute;
    left: 45px;
    top: 0;
    display: none;
}

.menu_code_hover .code_slide {
    display: block;
}

/*float_menu 浮动菜单*/

/*公用CSS 结束*/