@charset "utf-8";
/* CSS Document */
/*基本信息*/
html, body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.5em;
    height: 100%;
    width: 100%;
}

body {
    background-color: #fff;
}

html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

button {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

* {
    padding: 0;
    margin: 0;
    font-family: Arial, Microsoft Yahei;
    font-size: 12px;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 0px;
}

ol, ul {
    list-style: none;
}

a {
    cursor: hand;
}

ins, a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

input {
    border: none;
    border-radius: 0;
}


/*IE CSS3 兼容性*/
.IE_CSS3 {
    position: relative \9;
    behavior: url(PIE.htc) \9;
}

.no_border {
    border: none;
}

/*阴影*/
.box_shdow_A {
    box-shadow: -1px 2px 3px #e3e3e3;
    position: relative \9;
    behavior: url(PIE.htc) \9;
}

/*圆角*/
.border_radius_A {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative \9;
    behavior: url(../PIE.htc) \9;
}

/*文字超出省略号*/
.textOverflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

/*文字对齐*/
.alignText {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    text-align: right \9;
}

/*文本框边框*/
.input_text {
    border: 1px solid #e0e0e0;
}

/*透明度*/
.filter_bg {
    filter: alpha(opacity:30);
    opacity: 0.3;
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30); /*兼容ie8及以下*/
}

/*文字间距*/
.text_spacing {
    letter-spacing: 8px;
}

.clr {
    clear: both;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    height: inherit;
    line-height: inherit;
    width: 100%;
    font-size: 14px;
    color: #555;
    background: none;
    line-height: 10px;
}

/*基本信息结束*/


/*头部样式开始*/
.header {
    height: 60px;
    width: 100%;
    background: #fff;
}

.header .header_inner {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    background-color: #f4f4f4；
}

/*nav样式开始*/
.content {
    text-align: left;
    margin: 25px 0;
}

.content-text {
    margin: 0 0 15px;
}

/* Navigation styling */
a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #1654c3;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix10:after {
    content: ".";
    display: block;
    height: 10px;
    clear: both;
    visibility: hidden;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.navBar {
    float: left;
    width: 800px;
    margin: 0 auto;
    height: 100%;
    line-height: 50px;
}

.nav {
    position: relative;
    width: 850px;
    margin: 5px auto 0;
    font-family: "Microsoft YaHei", SimSun, SimHei;
    font-size: 14px;
}

.nav a {
    color: #17233d;
}

.nav h3 {
    font-size: 14px;
}

.nav .nav_menu {
    float: left;
    position: relative;
    z-index: 1;
}

.nav .s {
    float: left;
    width: 3px;
    text-align: center;
    color: #D4D4D4;
    font-size: 12px;
}

.nav h3 a {
    display: block;
    width: 170px;
    text-align: center;
    font-weight: 400;
}

.nav h3 a:hover {
    color: #1654c3;
}

.nav .sub {
    display: none;
    position: absolute;
    left: 24px;
    top: 50px;
    z-index: 1;
    width: 117px;
    border-top: 0;
    background: #fff;
    box-shadow: 0px 2px 10px #ddd;
}

.nav .sub li {
    text-align: center;
    padding: 0 8px;
}

.nav .sub li a {
    display: block;
    border-bottom: 1px solid #f4f4f4;
    padding: 8px 0;
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 12px;
}

.nav .sub li a:hover {
    color: #1654c3;
}

.nav .block {
    height: 8px;
    width: 120px;
    background: #FE7700;
    position: absolute;
    left: 0;
    top: 42px;
    overflow: hidden;
}


.btn_mfsy_btn {
    float: right;
    padding: 0 18px;
    height: 26px;
    line-height: 26px;
    background: #4576cf;
    border-radius: 2px;
    color: #fff;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    margin-top: 17px;
}

.btn_mfsy_btn:hover {
    opacity: 0.8;
}

/*头部样式结束*/
/*banner样式开始*/
.banner {
    width: 100%;
    height: 500px;
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
}

.banner_btn {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
}

.btn_ckgd_btn {
    float: left;
    width: 180px;
    height: 46px;
    line-height: 46px;
    background: #ffffff;
    border-radius: 2px;
    color: #0041b5;
    outline: none;
    font-size: 18px;
    cursor: pointer;
    margin-top: 292px;
    margin-left: 85px;
}

.btn_ckgd_btn_news {
    margin-left: 173px;
}

/*轮播新闻样式*/
.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ft-carousel .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
    float: left;
    height: 100%;
}

.ft-carousel .carousel-item img {
    width: 100%;
}

.ft-carousel .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.ft-carousel .carousel-indicators span {
    display: inline-block;
    width: 28px;
    height: 4px;
    background-color: #e7e8eb;
    margin: 0 4px;
    border-radius: 20%;
    cursor: pointer;
}

#carousel_5 span{
    display: none;
}

.ft-carousel .carousel-indicators span.active {
    background-color: #747b8b;
}

.ft-carousel .carousel-btn {
    position: absolute;
    top: 50%;
    width: 77px;
    height: 74px;
    margin-top: -40px;
    cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
    left: 0;
    background: url(../images/btn_left.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
    right: 0;
    background: url(../images/btn_right.png) no-repeat;
}

.example {
    width: 1200px;
    height: 190px;
    font-size: 40px;
    text-align: center;
    margin: -94px auto;
    background-color: #fff;
    box-shadow: 2px 0px 30px #999;
    border-radius: 4px;
}

.carousel-item {
    line-height: 184px;
    color: #333;
    font-family: Arial Black;
}

.lunbo_cont {
    float: left;
    width: 974px;
    height: 129px;
    margin-top: 31px;
    margin-left: 108px;
}

.cont_img {
    width: 104px;
    height: 129px;
    float: left;
}

.lunbo_cont h3 {
    float: left;
    font-size: 24px;
    color: #333;
    padding: 11px 0 0 43px;
}

.cont_title {
    float: left;
    line-height: 30px;

}

.cont_ct {
    float: left;
    line-height: 24px;
    width: 826px;
    text-align: left;
    padding: 10px 0 0 42px;
}

.cont_ct span {
    color: #4a4a4a;
    font-size: 16px;
}

.cont_btn {
    float: left;
    line-height: 20px;
    width: 100px;
    text-align: left;
    padding: 4px 0 0 42px;
    font-size: 14px;
}

.cont_btn a {
    color: #005dd1;
}

.f11 {
    margin: 169px auto;
}

.f11_bg {
    width: 100%;
    height: 998px;
    background: url("../images/f11_bg.png") no-repeat center top ;
    /*background-size: cover;*/
    margin: 0 auto;
}

.f11_news {
    width: 1200px;
    margin: 0 auto;
}

.f11_news h3 {
    font-size: 32px;
    color: #fff;
    padding: 65px 0 0 0px;
    line-height: 46px;
}

.cont_news {
    text-align: right;
    width: 1020px;
    height: 469px;
    margin: 40px auto;
    background-color: #fff;
}

.cont_news_left {
    float: left;
    width: 421px;
    height: 469px;
    background-color: #fba900;
}

.cont_news_left img {
    width: 70px;
    height: 70px;
    float: left;
    margin: 40px 0 0 40px;
}

.cont_news_left h3 {
    font-size: 28px;
    color: #462f00;
    padding-right: 20px;
    padding-top: 50px;
}

.cont_news_left span {
    width: 380px;
    float: left;
    color: #462f00;
    font-size: 18px;
    height: 130px;
    line-height: 26px;
    text-align: left;
    padding-left: 24px;
    margin-top: 18px;
}

.cont_news_left p {
    width: 380px;
    float: left;
    color: #462f00;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    padding-left: 24px;
}

.cont_news_left .xiao {
    font-size: 15px;
}

.cont_news_right{
    margin:10px 0 0 10px;
    float: left;
    width:579px;
    height:440px;
}
.cont_new_right_a{
    float: left;
    width:279px;
    height:210px;
    background-size: cover;
    margin: 7px 5px 5px 5px;
}
.cont_new_right_a img{
    float: left;
    width:279px;
    height:210px;
}

.cont_new_right_a .name{
    float: left;
    width:279px;
    height:40px;
    background-color: #1654c3;
    margin-top: -40px;
    opacity: 0.7;
}
.name span{
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 4px 0 0 4px;
    line-height: 36px;
    height:36px;
}
.f12 {
    width: 100%;
    height: 83px;
    margin: 0 auto;
}

.f12 h3 {
    display: block;
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}

.f12 span {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 22px;
    margin-top: 24px;
}

.f13{
    width:1200px;
    height:259px;
    margin:42px auto;
}
.f13 li{
    float: left;
    width:280px;
    height:296px;
    box-shadow: 0px 2px 20px #adcef7;
    background-color: #fff;
    margin: 0 20px 0 0;
}
.f13 li img{
    width:243px;
    height:186px;
    margin:15px 0 0 20px;

}
.f13 h3{
    width:280px;
    height:30px;
    display: block;
    color: #2185f0;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin-top:20px;
}
.f13 span{
    width:280px;
    height:30px;
    display: block;
    color: #2185f0;
    font-size: 14px;
    text-align: center;
}
.f14{
    position: relative;
    width:1300px;
    height:705px;
    margin: 78px auto;
    background: url("../images/f14_bg.png") no-repeat;
    background-size: cover;
}
.f14_title{
    position: absolute;
    display: block;
    width:1200px;
    height:175px;
    margin: 77px auto;
}
.f14_title h3{
    font-size: 36px;
    color: #fff;
    margin-left: 55px;
}
.f14_title span{
    display: block;
    width:644px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    margin-left: 55px;
    margin-top: 20px;
}
.f14_cont_left{
    float: left;
    width:790px;
    height:313px;
    margin-left: 55px;
    margin-top: 230px;
    background-color: #ddd;

}
.f14_cont_left1{
    float: left;
    width:410px;
    height:314px;
    background-color: #c8c8c8;
}

.lunbo3{
    width:410px;
    height:314px;
}

.f14_cont_left1 img{
    width:410px;
    height:314px;
}
.f14_cont_right{
    float: right;
    width:380px;
    height:314px;
    background-color: #fba900;
}
.f14_cont_right h3{
    display: block;
    font-size: 16px;
    color: #462f00;
    margin:73px 0 0 34px;
    font-weight: bold;
    line-height: 26px;

}
.f14_cont_right span{
    display: block;
    font-size: 16px;
    color: #462f00;
    margin:41px 0 0 34px;
}
.f14_cont_right1{
    width:381px;
    height:313px;
    float: left;
    background-color: #ddd;
    margin-top: 230px;
    margin-left: 27px;
}
.f14_img{
    float: left;
    width:381px;
    height:313px;
    background: url("../images/cyj.png") no-repeat;
    background-size: cover;
}
.f14_img img{
    float: left;
    width:381px;
    height:312px;
}
.f14_cont_right_name{
    width:381px;
    height:70px;
    opacity: 0.8;
    margin-top: 242px;
    background-color: #1654c3;
}
.f14_cont_right_name p{
    font-size: 16px;
    color: #fff;
    width:324px;
    line-height: 24px;
    padding: 12px 0 0 29px;
}
.example_new{
    margin: 27px auto;
}
.cont_img_new{
    width: 150px;
    height: 129px;
    float: left;
    border-right: 1px solid #2185f0;
    padding-right: 20px;
}
.cont_img_new img{
    width:130px;
    height:130px;
}
.cont_ct_new{
    width: 760px;
}
.cont_title span{
    display: block;
    width:300px;
    height:23px;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}

.f15 {
    display: block;
    width: 100%;
    height: 642px;
    margin-top: 140px;
    background-color: #2185f0;

}

.f15_cont {
    display: block;
    width: 1200px;
    height: 642px;
    margin: 70px auto;
}

.f15_cont_left {
    float: left;
    width: 587px;
    height: 456px;
    background: url("../images/f15_left_bg.png") no-repeat;
    box-shadow: 2px 0px 30px #0057b3;
    margin: 100px 0 0 0;
}

.f15_cont_left h3 {
    text-align: right;
    font-size: 28px;
    color: #462f00;
    margin: 54px 61px 0 0;
}

.f15_cont_left h4 {
    text-align: right;
    font-size: 18px;
    color: #462f00;
    margin: 171px 61px 25px 0;
}

.f15_cont_left .a {
    margin: 26px 61px 26px 0;
}

.f15_cont_right {
    float: right;
    width: 587px;
    height: 456px;
    background: #fff;
    box-shadow: 2px 0px 30px #0057b3;
    margin: 100px 0 0 0;
}

.f15_title {
    width: 553px;
    height: 192px;
    background-color: #eff6ff;
    margin: 16px 0 0 16px;
}

.f15_title img {
    float: left;
}

.f15_icon {
    width: 32px;
    height: 41px;
    background: url("../images/f15_icon.png") no-repeat;
    float: right;
}

.f15_title h3 {
    display: block;
    float: left;
    font-size: 28px;
    color: #1654c3;
    font-weight: bold;
    padding: 39px 0 0 18px;
}

.f15_title span {
    display: block;
    float: left;
    font-size: 14px;
    color: #1654c3;
    width: 365px;
    height: 89px;
    line-height: 27px;
    padding: 20px 0 0 18px;
}

.f15_xian {
    width: 553px;
    height: 23px;
    border-bottom: 1px solid #e7e8eb;
    margin: 0 0 0 16px;
}

.f15_news {
    width: 553px;
}

.tabBox1 {
    margin: 0 0 0 16px;
}

.fl2_news_box_list {
    margin-top: 8px;
}

.fl2_news_box_list li {
    position: relative;
    height: 38px;
    line-height: 38px;
}

.fl2_news_box_list a {
    padding-left: 18px;
    background: url(../images/dian.png) no-repeat left center;
    font-size: 16px;
    font-family: "微软雅黑";
    display: block;
    color: #333;
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.fl2_news_box_list span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #999;
    float: left;
}

.fl2_news_box_list a:hover {
    color: #1654c3;
}

.f16 {
    width: 100%;
    height: 750px;
}

.f16_cont {
    width: 1200px;
    height: 750px;
    margin: 0 auto;
}

.f16_title h3 {
    /*float: left;*/
    font-size: 36px;
    color: #2185f0;
    margin: 56px auto 0;
    text-align: center;
}

.f16_title_xin h3 {
    /*margin: 56px 0 0 526px;*/
}

.f16_heng {
    float: left;
    width: 100%;
    height: 4px;
    margin: 20px 0 0 0;
}

.f16_heng1 {
    display: block;
    width: 116px;
    height: 6px;
    background-color: #2185f0;
    margin: 0 auto;
}

.f16_title span {
    float: left;
    width: 850px;
    height: 61px;
    line-height: 26px;
    font-size: 16px;
    color: #8d8d8d;
    text-align: center;
    margin: 24px 0 0 165px;
}

.f16_bottom {
    float: left;
    width: 100%;
    height: 180px;
    background-color: #2185f0;
}

.f16_bottom img {
    display: block;
    margin: 0 auto;
}

.f16_bottom h3 {
    font-size: 24px;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 40px;
}

.f16_btn {
    padding-top: 30px;
    display: block;
    width: 100%;
    height: 26px;
    text-align: center;
}

.table_btn {
    padding: 0 36px;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    background: #ffffff;
    color: #1654c3;
    outline: none;
    font-size: 18px;
    cursor: pointer;
}

.footer {
    float: left;
    width: 100%;
    height: 367px;
    background-color: #003492;
}

.footer_cont {
    display: block;
    width: 1200px;
    height: 367px;
    margin: 0 auto;
}

.footer_cont_title {
    width: 1200px;
    height: 77px;
    border-bottom: 1px solid #1a499d;
}

.footer_cont_title img {
    float: left;
    display: block;
    padding-top: 15px;
}

.footer_cont_title .gz img {
    display: block;
    padding-top: 30px;
    float: right;
}

.gz h3 {
    float: right;
    font-size: 18px;
    color: #5389e9;
    padding-top: 30px;
    margin-left: 10px;
}

.foot_left {
    width: 240px;
    height: 222px;
    float: left;
}

.foot_left h3 {
    width: 379px;
    height: 20px;
    font-size: 18px;
    color: #fff;
    padding-top: 26px;
}

.h {
    width: 379px;
    height: 4px;
    padding-top: 9px;
}

.h_1 {
    float: left;
    width: 50px;
    height: 4px;
    background-color: #fba900;
}

.dh img {
    float: left;
    padding-top: 20px;
}

.dh h3 {
    display: block;
    float: left;
    width: 180px;
    line-height: 14px;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}

.dh h4 {
    font-size: 14px;
    color: #5389e9;
    display: block;
}

.time span {
    display: block;
    width: 180px;
    height: 90px;
    line-height: 38px;
    color: #5389e9;
    font-size: 14px;
}

.table_btn_zx {
    padding: 0 36px;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    background: #fba900;
    color: #fff;
    outline: none;
    font-size: 18px;
    cursor: pointer;
}

.table_btn_zx:hover {
    opacity: 0.6;
}

.dh a {
    display: block;
    font-size: 14px;
    color: #5389e9;
    padding-top: 30px;
}

.dh a:hover {
    color: #fba900;
}

.dh_1 a {
    display: block;
    font-size: 14px;
    color: #5389e9;
    padding-top: 8px;
}

.dh_1 a:hover {
    color: #fba900;
}

.dizhi {
    float: left;
    width: 100%;
    height: 50px;
}

.dizhi h3 {
    font-size: 12px;
    color: #5389e9;
}