﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */

/*CSS Document*/

/*init BEGIN*/

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
    outline: none;
}

/*清除内外边距*/

a:focus {
    -moz-outline-style: none;
}

/*IE不支持*/

a:focus {
    outline: none;
}

pre {
    white-space: normal;
}

/*很多网站都会加的属性*/

body, button, input, select, textarea {
    /*for ie*/
    /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}

/*设置默认字体*/

address, cite, dfn, em, var {
    font-style: normal;
}

/*将斜体扶正*/

code, kbd, pre, samp, tt {
    font-family: "Courier New", Courier, monospace;
}

/*统一等宽字体*/

small {
    font-size: 12px;
}

/*小于 12px 的中文很难阅读，让 small 正常化*/

ul, ol {
    list-style: none;
}

/*重置列表元素*/

a {
    text-decoration: none;
}

/*重置文本格式元素*/

abbr[title], acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after {
    content: '';
}

/*重置表单元素*/

legend {
    color: #000;
}

/*for ie6*/

fieldset, img {
    border: none;
}

/*img 搭车：让链接里的 img 无边框*/

/*注：optgroup 无法扶正*/

button, input, select, textarea {
    font-size: 100%;
    /*使得表单元素在 ie 下能继承字体大小*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格元素*/

hr {
    border: none;
    height: 1px;
}

/*重置 hr*/

html {
    overflow-y: scroll;
}

/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/

/*清除float BEGIN*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    display: block;
    zoom: 1;
}

/*清除float END*/

/*init END*/

/*banner BEGIN*/

.cg_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*子页banner高度*/

.cg_banner, .cg_banner_listbox, .cg_banner_listbox ul, .cg_banner_listbox ul li, .cg_banner_listbox ul li a {
    display: block;
    height: 500px;
}

/*首页banner高度*/

.cg_banner.cg_index_banner, .cg_index_banner .cg_banner_listbox, .cg_index_banner .cg_banner_listbox ul, .cg_index_banner .cg_banner_listbox ul li {
    display: block;
    height: 705px;
}

.cg_banner_listbox {
    position: relative;
    height: 100%;
    z-index: 0;
}

.cg_banner_listbox ul li {
    zoom: 1;
    vertical-align: middle;
}

.cg_banner_listbox li img.banner_e {
    margin-top: 240px;
}

.cg_banner_listbox li a.a_btn {
    width: 162px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #fff;
    margin-top: 58px;
    color: #000;
    font-size: 14px;
}

.cg_banner_listbox li img.banner_a {
    margin-left: 20px;
}

.banner_l {
    float: left;
    width: 700px;
    overflow: hidden;
}

img.hw {
    position: absolute;
    width: 412px;
    height: 400px;
    top: 780px;
    left: -10px;
    z-index: 99;
}

/*li按钮*/

.cg_banner .hd {
    height: 2px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 71px;
    z-index: 1;
    width: 100%;
}

.cg_banner .hd ul {
    overflow: hidden;
    zoom: 1;
    clear: both;
    width: 100%;
    text-align: center;
}

.cg_banner .hd ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 9px;
    width: 48px;
    height: 2px;
    text-align: center;
    background: #c8cbd0;
    cursor: pointer;
    overflow: hidden;
    line-height: 8px;
    color: #fff;
}

.cg_banner .hd ul li.on {
    background: #3748a4;
    color: #3748a4;
}

/*前/后按钮代码*/

.cg_banner .prev, .cg_banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: none;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 9;
}

.cg_banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.cg_banner:hover .prev, .cg_banner:hover .next {
    display: block;
}

.cg_banner .prev:hover, .cg_banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.cg_banner .prevStop {
    display: none;
}

.cg_banner .nextStop {
    display: none;
}

/*banner END*/

/*上下篇 BEGIN*/

.sub_updown {
    clear: both;
    font-family: "微软雅黑";
    overflow: hidden;
    font-size: 16px;
    padding: 50px 0 10px 0;
    width: 100%;
}

.sub_updown div {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.sub_updown div a {
    display: block;
    color: #636363;
    height: 40px;
    line-height: 40px;
}

.sub_updown span {
    display: block;
    float: left;
    height: 38px;
    width: 98px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #636363;
    border: 1px solid #636363;
    margin-right: 20px;
}

.sub_updown span:hover {
    color: #03338f;
    border: 1px solid #03338f;
}

.sub_updown_up:hover a[href], .sub_updown_down:hover a[href] {
    color: #03338f;
}

.sub_updown_up:hover a[href] span {
    border: 1px solid #03338f;
    color: #03338f;
}

.sub_updown_up span {
    margin-left: 20px;
    margin-right: 0;
    float: right;
}

.sub_updown_up a {
    text-align: right;
}

.sub_updown_up {
    width: 48%;
    float: left;
}

.sub_updown_down {
    width: 48%;
    float: right;
}

.ql_fenye {
    clear: both;
    width: 100%;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 16px;
}

.ql_fenye a, .ql_fenye span {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0px 7px 20px 7px;
    line-height: 38px;
}

.ql_fenye a.al {
    width: 98px;
}

.ql_fenye a {
    color: #636363;
    border: 1px solid #636363;
}

.ql_fenye span {
    color: #03338f;
    border: 1px solid #03338f;
}

.ql_fenye a[href]:hover {
    color: #03338f;
    border: 1px solid #03338f;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

a[href] * {
    cursor: pointer;
}

a[href] img:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

textarea {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

.hxq_gaba {
    display: inline-block;
    line-height: 26px;
    padding-left: 25px;
    min-height: 20px !important;
    background: url(../images/bah_10.png) no-repeat left center;
}

.hxq_w1920 {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.hxq_w1200 {
    width: 1200px;
    margin: 0 auto;
}

.hxq_w1003 {
    width: 1003px;
    margin: 0 auto;
}

body {
    font-size: 12px;
    line-height: 26px;
    font-family: "微软雅黑";
    white-space: normal;
    word-break: break-word;
    background: -webkit-linear-gradient(#01328e, #2e4393) 0 0 no-repeat;
    background-color: #03338f;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

input, textarea {
    font-family: "微软雅黑";
}

.cg_fs {
    font-family: "宋体";
}

.cg_l {
    float: left;
}

.cg_r {
    float: right;
}

/*width*/

.w1002, .w1004, .w1100, .w1200, .w1216, .w1280 {
    margin: 0 auto;
}

.w1002 {
    width: 1002px;
}

.w1004 {
    width: 1004px;
}

.w1100 {
    width: 1100px;
}

.w1200 {
    width: 1200px;
}

.w1216 {
    width: 1216px;
}

.w1280 {
    width: 1280px;
}

/*height*/

.cg_height5 {
    height: 5px;
}

.cg_height10 {
    height: 10px;
}

.cg_height15 {
    height: 15px;
}

.cg_height20 {
    height: 20px;
}

.cg_height25 {
    height: 25px;
}

.cg_height30 {
    height: 30px;
}

.cg_height35 {
    height: 35px;
}

.cg_height40 {
    height: 40px;
}

.cg_height45 {
    height: 45px;
}

.cg_height50 {
    height: 50px;
}

.cg_height55 {
    height: 55px;
}

.cg_height60 {
    height: 60px;
}

.cg_height65 {
    height: 65px;
}

.cg_height70 {
    height: 70px;
}

.cg_height75 {
    height: 75px;
}

.cg_height80 {
    height: 80px;
}

.cg_height85 {
    height: 85px;
}

.cg_height90 {
    height: 90px;
}

.cg_height95 {
    height: 95px;
}

.cg_height100 {
    height: 100px;
}

.cg_height105 {
    height: 105px;
}

.cg_height110 {
    height: 110px;
}

.cg_height115 {
    height: 115px;
}

.cg_height120 {
    height: 120px;
}

.cg_height125 {
    height: 125px;
}

.cg_height130 {
    height: 130px;
}

.cg_height135 {
    height: 135px;
}

.cg_height140 {
    height: 140px;
}

.cg_height145 {
    height: 145px;
}

.cg_height150 {
    height: 150px;
}

/*margin*/

.cg_margin_rightno {
    margin-right: 0 !important;
}

.cg_margin_topno {
    margin-top: 0 !important;
}

.cg_margin_bottomno {
    margin-bottom: 0 !important;
}

.cg_margin_leftno {
    margin-left: 0 !important;
}

/*padding*/

.cg_padding_leftno {
    padding-left: 0 !important;
}

.cg_padding_rightno {
    padding-right: 0 !important;
}

.cg_padding_topno {
    padding-top: 0 !important;
}

.cg_padding_bottomno {
    padding-bottom: 0 !important;
}

/*border*/

.cg_border_topno {
    border-top: none !important;
}

.cg_border_leftno {
    border-left: none !important;
}

.cg_border_rightno {
    border-right: none !important;
}

.cg_border_bottomno {
    border-bottom: none !important;
}

.ql_subpag_about a {
    font-weight: bold;
    color: #000;
}

.ql_subpag_about a:hover {
    color: #666;
}

.qgl_mgaba {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 26px;
    padding-left: 20px;
    min-height: 18px !important;
    background: url(../images/gaba.png) no-repeat left center;
}

a {
    display: inline-block;
}

.top {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
}

.top_l {
    width: 600px;
    float: left;
}

.top_r {
    float: right;
}

.header {
    width: 100%;
    height: 128px;
    border-top: 2px solid #c4cfe4;
    border-bottom: 2px solid #c4cfe4;
}

.logo {
    width: 480px;
    height: 128px;
    float: left;
}

.logo img {
    width: 100%;
    height: 100%;
}

.h_input {
    float: right;
    width: 228px;
    height: 48px;
    margin-top: 34px;
    padding: 0 10px;
    position: relative;
    border-bottom: 1px solid #617292;
}

.h_input input {
    width: 184px;
    line-height: 48px;
    height: 48px;
    border: 0;
    background: none;
    outline: none;
    font-size: 14px;
    color: #8e9ac1;
}

.h_input a {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 14px;
    right: 10px;
    background: url(../images/search.png) 0 0 no-repeat;
}

.h_input a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.list {
    width: 100%;
    height: 57px;
}

.list li {
    float: left;
    position: relative;
}

.list li a {
    width: 150px;
    height: 57px;
    line-height: 57px;
    font-size: 17px;
    color: #fff;
    text-align: center;
}

.list li .bar {
    position: absolute;
    z-index: 10;
    display: none;
    top: 57px;
    padding-bottom: 20px;
    background-color: #143a7b;
}

.list li a:hover, .list li a.active {
    background-color: #535353;
}

.list li .bar li {
    float: none;
}

.list li .bar li a {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}

.list li .bar li a:hover, .list li .bar li a.bar_a {
    color: #333;
    background: url(../images/list_bg.jpg) 0 0 no-repeat;
}

.vedio {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    background: rgba(255, 255, 255, .5);
}

.vedio .vedios {
    width: 756px;
    height: 488px;
    background: url(/images/hb.jpg) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    margin-left: -378px;
    margin-top: -244px;
}

.vedios iframe {
    width: 100%;
    height: 100%;
}

.chas {
    position: absolute;
    top: 50px;
    right: 80px;
    font-size: 60px;
    color: #bf2200;
    cursor: pointer;
    z-index: 1001;
}

.gywm {
    width: 1200px;
    margin: 0 auto;
    height: 440px;
    padding-top: 80px;
}

.gywm_l {
    width: 560px;
    height: 381px;
    float: left;
    position: relative;
}

.gywm_lvideo, .gywm_lvideo img, .gywm_lvideo iframe {
    width: 100%;
    height: 100%;
}

.gywm .play {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

.gywm_t {
    position: absolute;
    right: 35px;
    top: 145px;
    z-index: 1;
    width: 195px;
}

.gywm_t_e {
    font-size: 35px;
    font-weight: bold;
    color: rgba(199, 205, 227, .5);
}

.gywm_t_x {
    width: 61px;
    height: 1px;
    margin-top: 19px;
    background-color: rgba(199, 205, 227, .5);
}

.gywm_t h2 {
    margin-top: 20px;
}

.gywm_t h2 a {
    font-size: 23px;
    color: #fff;
    font-weight: normal;
}

.gywm_t h2 a:hover {
    color: #142a7b;
}

.gywm_r {
    width: 600px;
    float: right;
}

.gywm_r_p {
    padding: 40px 0;
    color: #fff;
    height: 152px;
    overflow: hidden;
    font-size: 15px;
    line-height: 38px;
}

.gywm_r_btn {
    width: 160px;
    height: 46px;
    border: 1px solid #fff;
}

.gywm_r_btn a {
    width: 100%;
    height: 100%;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
    position: relative;
}

.gywm_r_btn a span {
    position: absolute;
    left: 20px;
}

.gywm_r_btn a img {
    position: absolute;
    right: 20px;
    top: 16px;
}

.gywm_r_btn:hover a img {
    -webkit-animation: downanimate 1s ease infinite;
}

@-webkit-keyframes downanimate {
    0% {
        opacity: 1;
        right: 20px;
        filter: alpha(opacity=100);
    }
    100% {
        opacity: 0;
        right: 10px;
        filter: alpha(opacity=0);
    }
}

.index_cpzs {
    width: 100%;
    height: 975px;
    overflow: hidden;
    position: relative;
}

.index_cpzs_bg, .index_cpzs_main {
    position: absolute;
}

.index_cpzs_bg {
    width: 1920px;
    height: 975px;
    left: 50%;
    margin-left: -960px;
    opacity: .27;
    filter: alpha(opacity=27);
}

.index_cpzs_main {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    z-index: 1;
}

.cpzs_t_l {
    float: left;
    margin-top: 48px;
}

.cpzs_t_l h2 a {
    font-size: 23px;
    font-weight: normal;
    color: #fff;
}

.cpzs_t_l h2 a:hover {
    color: #ddd;
}

.cpzs_t_l .gywm_t_x {
    margin-top: 15px;
}

.cpzs_e {
    font-size: 23px;
    margin-top: 15px;
    font-weight: bold;
    color: rgba(255, 255, 255, .5);
}

.cpzs_t_r {
    float: right;
    margin-top: 78px;
    max-height: 700px;
    overflow: hidden;
}

.cpzs_t_r li {
    float: left;
    margin-left: 24px;
}

.cpzs_t_r li a {
    width: 154px;
    height: 45px;
    line-height: 45px;
    color: #353535;
    font-size: 18px;
    text-align: center;
    background: url(../images/cpzs_li_bg1.png) 0 0 no-repeat;
}

.cpzs_t_r li:hover a, .cpzs_t_r li.on a {
    color: #fff;
    background: url(../images/cpzs_li_bg.png) 0 0 no-repeat;
}

.cpzs_m {
    width: 100%;
    display: none;
}

.cpzs_m.on {
    display: block;
}

.cpzs_m.down {
    display: none;
}

.cpzs_m ul {
    width: 1250px;
}

.cpzs_m li {
    width: 387px;
    float: left;
    margin-right: 19px;
    margin-bottom: 19px;
}

.cpzs_m_img {
    width: 100%;
    height: 239px;
    overflow: hidden;
}

.cpzs_m_img img {
    width: 387px;
    height: 239px;
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.cpzs_m_p {
    width: 100% padding: 0 10px;
}

.cpzs_m_p h3 a {
    width: 367px;
    height: 59px;
    line-height: 59px;
    padding: 0 10px;
    background-color: #535353;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.cpzs_m li:hover .cpzs_m_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.cpzs_m li:hover .cpzs_m_p h3 a {
    background-color: #03338f;
}

.cpzs_m .hd {
    position: relative;
    height: 55px;
    width: 387px;
    margin: 0 auto;
}

.cpzs_m .hd a {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 730px;
    z-index: 1;
}

.cpzs_m .hd a.prev {
    left: 0;
    background: url(../images/cpzs_next.png) 0 -55px no-repeat;
}

.cpzs_m .hd a.next {
    right: 0;
    background: url(../images/cpzs_next.png) -55px -55px no-repeat;
}

.cpzs_m .hd a.prev:hover {
    background: url(../images/cpzs_next.png) 0 0 no-repeat;
}

.cpzs_m .hd a.next:hover {
    background: url(../images/cpzs_next.png) -55px 0 no-repeat;
}

.cpzs_m .gywm_r_btn {
    position: absolute;
    top: 865px;
    left: 50%;
    margin-left: -80px;
}

.index_xwzx {
    width: 100%;
    margin: 0 auto;
    height: 794px;
}

.cpzs_e1 {
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
    color: rgba(255, 255, 255, .5);
}

.index_xwzx .bd {
    margin-top: 30px;
}

.index_xwzx .bd li {
    width: 100%;
    height: 142px;
    padding: 28px 0 30px 0;
}

.xwzx_time {
    width: 114px;
    float: left;
}

.xwzx_time p {
    font-size: 61px;
    font-weight: bold;
    color: #f0f1f6;
    line-height: 48px;
    margin-bottom: 12px;
}

.xwzx_time span {
    color: #fff;
    font-size: 17px;
    display: block;
}

.xwzx_x {
    float: left;
    width: 1px;
    height: 75px;
    background-color: #4c62b8;
}

.xwzx_mian {
    float: left;
    margin-left: 40px;
    width: 1042px;
}

.xwzx_mian_p {
    width: 742px;
    float: left;
}

.xwzx_mian_p h3 a {
    width: 100%;
    height: 20px;
    font-size: 19px;
    color: #fff;
}

.xwzx_mian_pp {
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    width: 100%;
    color: #fff;
    margin-top: 15px;
}

.xwzx_mian_img {
    width: 286px;
    height: 141px;
    float: right;
    margin-right: 10px;
}

.xwzx_mian_img img {
    width: 100%;
    height: 100%;
}

.xwzx_mian_p a.more {
    width: 79px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #4156a8;
    font-size: 14px;
    background-color: #fff;
    margin-top: 27px;
}

.index_xwzx .bd li:hover {
    background-color: #535353;
}

.index_xwzx .bd li:hover .xwzx_x {
    background-color: #474747;
}

.index_xwzx .bd li:hover a.more {
    color: #535353;
}

.index_xwzx .bd li:hover .xwzx_time p {
    color: #fff;
}

.index_xwzx .hd {
    position: relative;
}

.index_xwzx .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 80px;
    zoom: 1;
}

.index_xwzx .hd ul li {
    float: left;
    width: 48px;
    height: 2px;
    overflow: hidden;
    margin-left: 18px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c8cbd0;
}

.index_xwzx .hd ul li.on {
    background-color: #fff;
}

.footer_t {
    width: 100%;
    height: 5px;
    background-color: #002a78;
}

.footer_list {
    margin-top: 30px;
}

.footer_list li {
    float: left;
}

.footer_list li a {
    color: #fff;
    font-size: 13px;
}

.footer_list li span {
    margin: 0 36px;
    color: #0c2660;
}

.footer_list li a:hover {
    color: #ddd;
}

.footer_l {
    width: 194px;
    height: 135px;
    margin-top: 26px;
    float: left;
}

.footer_l img {
    width: 100%;
    height: 100%;
}

.footer_b {
    position: relative;
}

.footer_b .container {
    position: relative;
}

.footer_r {
    float: left;
}

.footer_r_t {
    width: 775px;
    margin-top: 25px;
}

.footer_rl {
    width: 415px;
    float: left;
}

.ft_info {
    float: left;
    width: 155px;
    padding: 0 23px;
    height: 22px;
    overflow: hidden;
    margin-bottom: 16px;
}

.ft_info_i {
    width: 21px;
    height: 22px;
    float: left;
}

.ft_info_p {
    float: initial;
    font-size: 12px;
    margin-left: 4px;
    color: #fff;
    line-height: 22px;
}

.ft_info1 .ft_info_p span {
    max-width: 245px;
    float: left;
    ;
}

.ft_info1 .ft_info_p span.dz {
    float: left;
}

.ft_call {
    background: url(../images/footer_icon.png) 0 0 no-repeat;
}

.ft_web {
    background: url(../images/footer_icon.png) -20px 0 no-repeat;
}

.ft_add {
    background: url(../images/footer_icon.png) -36px 0 no-repeat;
}

.ft_qq {
    background: url(../images/footer_icon.png) -56px 0 no-repeat;
}

.ft_fax {
    background: url(../images/footer_icon.png) -77px 0 no-repeat;
}

.ft_info1 {
    float: left;
    width: 305px;
    height: 44px;
    padding: 0 10px;
    overflow: hidden;
}

.ft_line {
    width: 1px;
    height: 16px;
    float: left;
    margin-top: 3px;
    background-color: #97a1c9;
}

.ft_all {
    width: 1005px;
    float: left;
    background-color: #2b3e88;
}

.footer_r_b {
    width: 795px;
    color: #fff;
    float: left;
    padding: 10px 20px 10px 20px;
}

.footer_r_b a {
    font-size: 12px;
    color: #fff;
    margin-left: 2px;
}

.footer_r_b a:hover {
    color: #868686;
}

.footer_r_b img.kuanga {
    margin-left: 5px;
    margin-top: 3px;
}

.footer_r_b img.guohui {
    width: 20px;
    height: 27px;
    margin-left: 8px;
    position: absolute;
    margin-top: -18px;
}

.f_keyword_w {
    float: left;
    margin-right: 15px;
}

.f_keyword a {
    color: #fff;
}

.f_keyword a[href] {
    color: #868686;
}

.footer_r_t_b {
    margin-top: 8px;
    float: left;
    width: 170px;
}

.footer_r_t_b li {
    width: 107px;
    line-height: 34px;
    padding: 0 30px;
    position: relative;
    color: #fff;
    font-size: 14px;
    border: 1px solid #283978;
}

.footer_r_t_b li em {
    width: 10px;
    height: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
    background: url(../images/footer_se.png) 0 0 no-repeat;
}

.footer_r_t_b li .sup {
    position: absolute;
    left: 0;
    bottom: 34px;
    width: 100%;
    display: none;
    z-index: 10;
    background-color: #eee;
}

.footer_r_t_b li .sup li {
    background: none;
    line-height: 24px;
}

.footer_r_t_b li .sup li a {
    color: #535353;
}

.footer_r_t_b li:hover .sup {
    display: block;
}

.footer_r_t_b li .sup li:hover a {
    color: #002a78;
}

.code {
    position: absolute;
    right: 0;
    top: -26px;
}

.code p, .code img {
    float: left;
}

.code p {
    color: #fff;
    margin-top: 95px;
    font-size: 12px;
    margin-right: 10px;
}

.ft_rr {
    width: 360px;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 75px;
    background-color: #2b3e88;
}

/*END*/

/*BEGIN*/

.item_bg {
    width: 1200px;
    min-height: 775px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 40px 40px 40px;
}

.item {
    position: relative;
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

.page {
    position: absolute;
    width: 1200px;
    left: 50%;
    top: 30px;
    margin-left: -600px;
}

.page p {
    float: right;
}

.page p, .page a {
    font-size: 14px;
    color: #999;
}

.page span, .page a {
    float: left;
}

.page span.homes {
    width: 15px;
    height: 15px;
    margin-top: 6px;
    margin-right: 8px;
    background: url(../images/home.png)no-repeat;
}

.page a {
    margin: 0 3px;
}

.page a:hover {
    color: #03338f;
}

.item_title {
    width: 100%;
    height: 72px;
    text-align: center;
}

.item_title_e {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;
}

.item_title_p {
    display: inline-block;
}

.it_l {
    width: 30px;
    height: 1px;
    float: left;
    margin-top: 15px;
    background-color: #d7d7d7;
}

.it_p {
    float: left;
    margin: 0 15px;
}

.it_p h2 {
    font-size: 30px;
    font-weight: normal;
    color: #03338f;
    line-height: 32px;
}

.itemlist {
    width: 100%;
    text-align: center;
    margin: 40px auto 50px auto;
}

.itemlist ul {
    display: inline-block;
}

.itemlist li {
    width: 120px;
    float: left;
    margin: 0 10px;
}

.itemlist li a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #353535;
    line-height: 40px;
    background: url(../images/item_li1.png) 0 0 no-repeat;
}

.itemlist li a.its, .itemlist li a:hover {
    color: #fff;
    background: url(../images/item_li.png) 0 0 no-repeat;
}

.item_lxdh {
    width: 100%;
    height: 461px;
    position: relative;
}

.map {
    width: 100%;
    height: 350px;
    padding-top: 111px;
}

.lxdh_info {
    position: absolute;
    z-index: 1;
    width: 962px;
    height: 180px;
    padding: 20px;
    top: 0;
    left: 50%;
    margin-left: -501px;
    background: url(../images/lxdh_bg.png) 0 0;
}

.lxdh_inl {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}

.lxdh_inl ul {
    margin-top: 30px;
}

.lxdh_inl li {
    float: left;
    width: 17.5%;
    text-align: center;
}

.lxdh_inl li img {
    width: 24px;
    height: 22px;
    margin-bottom: 10px;
}

.lxdh_inl li p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.lxdh_inl li.inl {
    width: 30%;
}

.lxdh_inl li.inl p {
    line-height: 24px;
}

/*zxly*/

.item_bg_zxly {
    width: 1200px;
    min-height: 872px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 40px;
}

.it_zx_ma {
    width: 100%;
    height: 450px;
}

.it_zx_ma_l {
    width: 587px;
    float: right;
    height: 450px;
    overflow: hidden;
}

.it_zx_ma_l img {
    width: 100%;
    height: 611px;
}

.it_zx_ma_r {
    float: left;
    width: 580px;
}

.zx_main {
    width: 220px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #eeeeee;
    padding: 15px 30px;
    margin-bottom: 30px;
    position: relative;
    float: left;
}

.zx_main.zxx {
    float: right;
}

.zx_main.zxx1 {
    width: 520px;
}

.zx_main_na, .zx_main_in {
    float: left;
}

.zx_main_na {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.zx_main_in {
    width: 170px;
    height: 28px;
}

.zx_main_in input {
    width: 100%;
    border: 0;
    background: none;
    outline: none;
    line-height: 28px;
    color: #999;
    font-size: 14px;
}

.zx_main.zxx1 .zx_main_in {
    width: 455px;
}

.zx_main1 {
    width: 520px;
    height: 154px;
    line-height: 28px;
    border: 1px solid #eaeaea;
    padding: 15px 30px;
    margin-bottom: 25px;
}

.zx_main1 .zx_main_in {
    width: 472px;
    height: 100%;
}

.zx_main1 .zx_main_in textarea {
    width: 100%;
    height: 100%;
    border: 0;
    background: none;
    outline: none;
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.zx_main_in1 {
    width: 240px;
    float: left;
}

.zx_main_in1 input {
    width: 100%;
    border: 0;
    background: none;
    outline: none;
    line-height: 28px;
    color: #999;
    font-size: 14px;
}

.yzm {
    position: absolute;
    right: 0;
    top: 0;
    width: 230px;
    height: 56px;
    overflow: hidden;
    cursor: pointer;
    border-left: 1px solid #eaeaea;
}

.yzm img {
    width: 100%;
    height: 100%;
}

.zx_submit {
    width: 100%;
    height: 60px;
}

.zx_submit a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    background-color: #043490;
}

.zx_submit a:hover {
    background-color: #3748a4;
}

/*ckly*/

.it_ck_ma {
    width: 100%;
    min-height: 700px;
}

.it_ck_ma li {
    margin-bottom: 50px;
}

.it_ck_ma_ti {
    width: 90px;
    height: 30px;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 30px;
    color: #999999;
    font-size: 12px;
    margin: 0 auto 40px auto;
    border-radius: 5px;
}

.ck_img {
    float: left;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.ck_img img {
    width: 100%;
    height: 90px;
}

.ck_p {
    float: right;
    width: 1090px;
}

.ck_p_t {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    color: #043490;
    overflow: hidden;
}

.ck_p_p {
    width: 1054px;
    padding: 10px 18px;
    line-height: 28px;
    margin-top: 17px;
    color: #999;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #043490;
}

.it_ck_ma_co1 {
    margin-top: 40px;
}

.it_ck_ma_co1 .ck_img {
    float: right;
}

.it_ck_ma_co1 .ck_p {
    float: left;
}

.it_ck_ma_co1 .ck_p_t {
    text-align: right;
}

.it_ck_ma_co1 .ck_p_p {
    color: #fff;
    border: 1px solid #043490;
    background-color: #043490;
}

.item_bg_ckly {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 40px 40px 40px;
}

/*sitemap*/

.item_wzdt {
    width: 1200px;
    margin: 0 auto;
    min-height: 460px;
}

.wzdt_logo {
    width: 1200;
    height: 22px;
    margin: 0 auto 30px;
}

.wzdt_logo img {
    width: 100%;
    height: 100%;
}

.wzdt_main {
    text-align: center;
    min-height: 410px;
    padding-bottom: 40px;
}

.wzdt_main ul {
    display: inline-block;
}

.wzdt_main li {
    float: left;
    margin: 0 20px;
    position: relative;
    width: 120px;
}

.wzdt_main li a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #353535;
    font-size: 16px;
    background: url(../images/item_li1.png) 0 0 no-repeat;
}

.wzdt_main li a:hover {
    color: #fff;
    background: url(../images/item_li.png) 0 0 no-repeat;
}

.wzdt_main li .bar1 {
    position: absolute;
    width: 100%;
    top: 62px;
    left: 0;
}

.wzdt_main li .bar1 li {
    margin: 0 0 20px 0;
}

.wzdt_main li .bar1 li a {
    background: url(../images/bar1_li1.png) 0 0 no-repeat;
    color: #353535;
}

.wzdt_main li .bar1 li a:hover {
    color: #03338f;
    background: url(../images/bar1_li.png) 0 0 no-repeat;
}

/*ygfc*/

.item_ygfc {
    width: 100%;
    min-height: 660px;
    overflow: hidden;
    margin-bottom: 10px;
}

.item_ygfc ul {
    width: 1250px;
}

.item_ygfc li {
    width: 383px;
    float: left;
    margin-right: 25px;
    margin-bottom: 42px;
}

.ygfc_img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.ygfc_p {
    width: 100%;
}

.ygfc_p h3 a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #e9e9e9;
    font-weight: normal;
}

.ygfc_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.item_ygfc li:hover .ygfc_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.item_ygfc li:hover .ygfc_p h3 a {
    color: #fff;
    background-color: #03338f;
}

/*detail*/

.detail_title {
    text-align: center;
    width: 100%;
}

.detail_title h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 14px;
    color: #333;
}

.detail_info {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    height: 29px;
}

.detail_info ul {
    display: inline-block;
}

.detail_info li {
    float: left;
    margin: 0 10px;
}

.detail_info li span, .detail_info li a {
    color: #999;
    font-size: 12px;
    float: left;
    line-height: 29px;
}

.detail_info li a {
    cursor: pointer;
}

.detail_info li a:hover {
    color: #03338f;
}

.detail_info span.time {
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-top: 6px;
    margin-right: 6px;
    background: url(../images/icon.png) 0 0 no-repeat;
}

.detail_info span.eyes {
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-top: 6px;
    margin-right: 8px;
    background: url(../images/icon.png) -20px 0 no-repeat;
}

.detail_info span.fonts {
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-top: 6px;
    margin-right: 6px;
    background: url(../images/icon.png) -40px 0 no-repeat;
}

.detail_info span.close {
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-top: 6px;
    background: url(../images/icon.png) -60px 0 no-repeat;
}

.detail_info li.closes:hover span.close {
    background: url(../images/icon.png) -80px 0 no-repeat;
}

.detail_info li.closes:hover a {
    color: #03338f;
}

.detail_main {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    min-height: 400px;
    padding: 0 0 40px 0;
    position: relative;
}

.detail_main_img {
    width: 699px;
    height: 474px;
    overflow: hidden;
    margin: 48px auto 0 auto;
}

.detail_main_img img {
    width: 100%;
    height: 100%;
}

.detail_main_p {
    width: 100%;
    margin-top: 25px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

/*yrln*/

.item_yrln {
    width: 100%;
    min-height: 475px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
}

.item_yrln h2 {
    font-size: 26px;
    color: #333;
}

.item_yrln h3 {
    font-size: 16px;
    color: #03338f;
}

.yrln_l {
    width: 80px;
    height: 4px;
    background-color: #03338f;
    margin: 20px 0 30px 0;
}

.yrln_main {
    margin: 25px 0;
}

/*rczp*/

.item_zxns {
    width: 100%;
    margin: 0 auto;
}

.item_rczp_top {
    width: 1200px;
    padding: 15px 0;
    line-height: 30px;
    background-color: #043490;
    color: #fff;
    border-radius: 5px;
}

.item_rczp_top li {
    float: left;
    width: 300px;
    text-align: center;
}

.item_rczp_top li span {
    line-height: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
}

.item_rczp_li {
    min-height: 500px;
    margin-bottom: 50px;
}

.item_rczp_li li {
    width: 100%;
    padding: 9px 0;
    background-color: #fff;
}

.item_rczp_li li:nth-child(2n) {
    background-color: #f8f8f8;
}

.rczp_up {
    width: 100%;
}

.zwmc, .gzdd, .sxry {
    float: left;
    text-align: center;
    line-height: 30px;
    min-height: 30px;
    font-size: 16px;
    color: #333;
    width: 280px;
    margin: 0 10px;
}

.fbsj {
    float: left;
    width: 80px;
    line-height: 30px;
    margin-left: 110px;
    text-align: left;
}

.rczp_img {
    float: left;
    width: 50px;
    margin-top: 6px;
    margin-left: 60px;
    cursor: pointer;
}

.rczp_img_up {
    display: none;
}

.rczp_down {
    width: 1130px;
    padding: 5px 35px 21px 30px;
    display: none;
    min-height: 250px;
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    margin-top: 13px;
}

.do_t {
    width: 100%;
}

.rczp_xzdy {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #5d5d5d;
    margin-top: 15px;
}

.xz_name {
    width: 100%;
    font-size: 16px;
    color: #333;
}

.xz_p {
    width: 100%;
    min-height: 48px;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.rczp_btn {
    width: 270px;
    height: 40px;
    margin: 35px auto 0 auto;
}

.rczp_xzyp, .rczp_tjjl {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #535353;
    float: left;
    margin: 0 15px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}

.rczp_xzyp:hover, .rczp_tjjl:hover {
    color: #fff;
    background-color: #043490;
}

/*hzal*/

.item_hzal {
    width: 100%;
    min-height: 660px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 50px;
}

.item_hzal ul {
    width: 1250px;
}

.item_hzal li {
    width: 380px;
    float: left;
    margin-right: 25px;
    margin-bottom: 42px;
}

.hzal_img {
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.hzal_p {
    width: 100%;
}

.hzal_p h3 a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #e9e9e9;
    font-weight: normal;
}

.hzal_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.item_hzal li:hover .hzal_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.item_hzal li:hover .hzal_p h3 a {
    color: #fff;
    background-color: #03338f;
}

.hzal_main_img {
    width: 629px;
    height: 472px;
    overflow: hidden;
    margin: 48px auto 0 auto;
}

.hzal_detail {
    margin-top: 50px;
}

.hzal_main_img img {
    width: 100%;
    height: 100%;
}

/*cpzs*/

.item_cpzs {
    width: 100%;
}

.item_cpzs_l {
    float: left;
    width: 260px;
    box-shadow: 0 0 10px #ebeff6;
}

.item_cpzs_t {
    width: 206;
    height: 154px;
    color: #fff;
    line-height: 22px;
    text-align: right;
    padding: 16px 27px 0 27px;
    background: url(../images/cpzs_t.jpg) 0 0 no-repeat;
}

.item_cpzs_t p {
    font-size: 18px;
}

.item_cpzs_t h2 {
    font-size: 22px;
    margin-top: 15px;
}

.item_cpzs_li {
    width: 100%;
}

.item_cpzs_li li {
    width: 100%;
    min-height: 50px;
    overflow: hidden;
}

.item_cpzs_li li a {
    width: 90%;
    min-height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #000;
    display: block;
    padding: 0 14px;
    border-bottom: 1px solid #ebebeb;
}

.item_cpzs_li li a:hover, .item_cpzs_li li a.thir {
    background-color: #03338f;
    color: #fff;
    border-bottom: 1px solid #03338f;
}

.item_cpzs_r {
    float: right;
    width: 910px;
    height: auto;
}

.item_cpzs_r ul {
    width: 1250px;
}

.item_cpzs_r li {
    width: 280px;
    float: left;
    margin-right: 35px;
    margin-bottom: 35px;
}

.cpzs_img {
    width: 278px;
    height: 172px;
    border: 1px solid #ededed;
    border-bottom: 0;
    overflow: hidden;
}

.cpzs_img>a {
    width: 278px;
    height: 172px;
    display: block;
}

.cpzs_img>a img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cpzs_p {
    width: 100%;
}

.cpzs_p h3 a {
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #535353;
    font-weight: normal;
}

.cpzs_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.item_cpzs li:hover .cpzs_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.item_cpzs li:hover .cpzs_p h3 a {
    color: #fff;
    background-color: #03338f;
}

/*cpzs1*/

.item_cpzs1 {
    width: 100%;
    min-height: 660px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 50px;
}

.item_cpzs1 ul {
    width: 1250px;
}

.item_cpzs1 li {
    width: 389px;
    float: left;
    margin-right: 16px;
    margin-bottom: 39px;
}

.cpzs_img1 {
    width: 387px;
    height: 239px;
    overflow: hidden;
    border: 1px solid #ededed;
    border-bottom: 0;
}

.cpzs_p1 {
    width: 100%;
}

.cpzs_p1 h3 a {
    width: 100%;
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #e9e9e9;
    font-weight: normal;
}

.cpzs_img1 img {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.item_cpzs1 li:hover .cpzs_img1 img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.item_cpzs1 li:hover .cpzs_p1 h3 a {
    color: #fff;
    background-color: #03338f;
}

/*cpzs_detail1*/

.cpzs_detail1 {
    padding-bottom: 95px;
    border-bottom: 1px solid #ededed;
}

.cpzs_detail_l {
    float: left;
    width: 500px;
    height: 308px;
    overflow: hidden;
    border: 1px solid #ededed;
    margin-left: 47px;
}

.cpzs_detail_l img {
    width: 100%;
    height: 100%;
}

.cpzs_detail_r {
    float: right;
    width: 600px;
    height: 310px;
    overflow-y: scroll;
    margin-top: 10px;
}

.cpzs_detail_r h1 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.cpzs_detail_r_p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-top: 10px;
}

.item_cpzs_r1 table {
    width: 100%;
}

/*cpzs_detail*/

.item_cpzs_r1 {
    float: right;
    width: 910px;
    min-height: 474px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}

.item_cpzs_r1 img.cpss {
    width: 395px;
    height: 295px;
    border: 1px solid #ededed;
    border-radius: 2px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.item_cpzs_r1 h1 {
    font-size: 20px;
    color: #333;
    text-align: left;
}

.cpzs_thir {
    width: 910px;
    float: right;
}

/*xwzx*/

.item_xwzx {
    width: 100%;
    padding-bottom: 50px;
    min-height: 660px;
}

.item_xwzx li {
    width: 1182px;
    height: 142px;
    padding: 28px 0 30px 18px;
}

.item_xwzx li .xwzx_mian {
    width: 1026px;
}

.item_xwzx li .xwzx_time p, .item_xwzx li .xwzx_time span {
    color: #999;
}

.item_xwzx li .xwzx_x {
    background-color: #878787;
}

.item_xwzx li .xwzx_mian_p {
    width: 725px;
}

.item_xwzx li .xwzx_mian_p h3 a {
    color: #333;
}

.item_xwzx li .xwzx_mian_pp {
    color: #666;
}

.item_xwzx li a.more {
    background-color: #02338f;
    color: #fff;
}

.item_xwzx li:hover {
    background-color: #535353;
}

.item_xwzx li:hover .xwzx_time p, .item_xwzx li:hover .xwzx_time span, .item_xwzx li:hover .xwzx_mian_pp, .item_xwzx li:hover .xwzx_mian_p h3 a {
    color: #fff;
}

.item_xwzx li:hover a.more {
    background-color: #fff;
    color: #535353;
}

.recommond {
    width: 100%;
}

.rd_title {
    width: 100%;
    height: 64px;
    margin: 0 auto 30px auto;
    background: url(../images/recomment.png) 0 0 no-repeat;
}

.rd_main {
    width: 100%;
    overflow: hidden;
    min-height: 100px;
    padding-bottom: 30px;
}

.rd_main ul {
    width: 1250px;
}

.rd_main li {
    width: 575px;
    line-height: 16px;
    font-size: 16px;
    margin-bottom: 24px;
    float: left;
    margin-right: 50px;
}

.rd_m_d {
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 1px;
    background: url(../images/re_c1.png) 0 0 no-repeat;
}

.rd_main li a {
    float: left;
    width: 420px;
    color: #666;
    margin-left: 10px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}

.rd_main li span {
    float: right;
    color: #999;
}

.rd_main li:hover a, .rd_main li:hover span {
    color: #03338f;
}

.rd_main li:hover .rd_m_d {
    background: url(../images/re_c.png) 0 0 no-repeat;
}

/*xcsp*/

.item_xcsp {
    width: 100%;
    overflow: hidden;
    min-height: 660px;
}

.item_xcsp ul {
    width: 1250px;
}

.item_xcsp li {
    float: left;
    width: 385px;
    margin-right: 22px;
    margin-bottom: 40px;
    position: relative;
}

.xcsp_img {
    width: 385px;
    height: 262px;
    overflow: hidden;
}

.xcsp_img iframe, .xcsp_img img {
    width: 100%;
    height: 100%;
}

.play {
    position: absolute;
    width: 68px;
    height: 91px;
    left: 50%;
    top: 100px;
    margin-left: -34px;
}

.xcsp_p {
    width: 345px;
    height: 50px;
    padding: 0 20px;
    background-color: #e9e9e9;
}

.xcsp_p h3 {
    float: left;
}

.xcsp_p h3 a {
    font-size: 16px;
    color: #333;
    width: 225px;
    overflow: hidden;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
}

.xcsp_p p {
    float: right;
    font-size: 12px;
    color: #999;
    line-height: 50px;
}

.xcsp_p p span.time {
    width: 20px;
    height: 16px;
    float: left;
    margin-top: 16px;
    display: inline-block;
    margin-right: 2px;
    background: url(../images/icon.png) 0 0 no-repeat;
}

.item_xcsp li:hover .xcsp_p {
    background-color: #03338f;
}

.item_xcsp li:hover .xcsp_p p, .item_xcsp li:hover .xcsp_p a {
    color: #fff;
}

.item_xcsp li:hover .xcsp_p p span.time {
    background: url(../images/icon.png) -100px 0 no-repeat;
}

.xcsp_detail_img {
    width: 700px;
    height: 394px;
    overflow: hidden;
    margin: 48px auto 0 auto;
}

.xcsp_detail_img iframe, .xcsp_detail_img img {
    width: 100%;
    height: 100%;
}

.detail_main .play {
    top: 160px;
}

.item_ryzz {
    width: 100%;
    min-height: 660px;
}

.item_ryzz ul {
    width: 1250px;
}

.item_ryzz li {
    float: left;
    width: 375px;
    margin-right: 36px;
    margin-bottom: 40px;
    position: relative;
}

.ryzz_img, .ryzz_zz {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.ryzz_zz {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=0);
}

.ryzz_img img {
    width: 100%;
    height: 100%;
}

.ryzz_p {
    width: 100%;
    height: 56px;
}

.ryzz_p h3 a {
    font-size: 18px;
    color: #333;
    line-height: 56px;
    width: 100%;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.item_ryzz li:hover .ryzz_zz {
    opacity: 1;
    filter: alpha(opacity=100);
}

.item_ryzz li:hover .ryzz_p h3 a {
    color: #03338f;
}

.ryzz_main_img {
    width: 520px;
    height: 356px;
    margin: 48px auto 0 auto;
    overflow: hidden;
}

.ryzz_main_img img {
    width: 100%;
    height: 100%;
}

.item_bg_zzjg {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    min-height: 267px;
    padding: 0 40px;
    padding-bottom: 40px;
}

.item_zzjg {
    width: 100%;
    min-height: 267px;
}

/*qywh*/

.item_qywh {
    width: 100%;
}

.qywh_l {
    width: 575px;
    height: 458px;
    float: left;
}

.qywh_r {
    width: 599px;
    height: 458px;
    float: right;
    overflow: hidden;
}

.qywh_r img {
    width: 100%;
    height: 100%;
}

.qywh_l h2 {
    width: 100%;
    height: 48px;
    font-size: 26px;
    color: #03338f;
    background: url(../images/qywh_e.png) 0 0 no-repeat;
}

.qywh_l p {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}

.qywh_l_li li {
    float: left;
    margin-top: 25px;
    width: 45%;
    margin-left: 5%;
}

.qywh_l_li li img {
    width: 34px;
    height: 37px;
}

.qywh_l_li li h3 {
    font-size: 16px;
    color: #333;
    margin: 10px 0 15px 0;
}

.qywh_l_li li p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.item_gsjs {
    position: relative;
    margin-bottom: 40px;
}

.gsjs_l {
    width: 740px;
    float: left;
}

.gsjs_l_t {
    width: 700px;
    height: 20px;
    font-size: 20px;
    color: #333;
    padding-left: 40px;
    padding-top: 72px;
    padding-bottom: 15px;
    background: url(../images/gsjs_t.png) 0 0 no-repeat;
}

.gsjs_l h2 {
    color: #03338f;
    font-size: 20px;
    margin-left: 40px;
}

.gsjs_l_p {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.item_gsjs img.bz {
    width: 153px;
    height: 155px;
    position: absolute;
    bottom: 100px;
    right: 239px;
}

.gsjs_r {
    width: 427px;
    height: 572px;
    float: right;
}

.gsjs_r img {
    width: 100%;
    height: 100%;
}