@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
}

body {
    min-width: 1200px;
    overflow-x: hidden;
}

table,
td,
tr,
ul,
ol,
li,
dl,
dd,
dt,
p,
input,
form,
em,
p,
img,
h1,
h2,
h3,
h4,
h5 {
    margin: 0px;
    padding: 0px;
}

h1 {
    color: #232323;
}

p {
    color: #686868;
}

ul {
    list-style: none;
}

.cursor {
    cursor: pointer;
}

.clear {
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.l {
    float: left;
}

.r {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #686868;
}

.gy {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
    color: #bf282d;
}

.top-blank {
    overflow: hidden;
    background: none;
}

.top-head {
    top: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0px 12px 4px -12px #dddcdc !important;
}

.shadow {
    width: 100%;
    height: 7px;
    font-size: 0;
    overflow: hidden;
}

.top02_center {
    width: 1100px !important;
    margin: auto;
    /* overflow: hidden; */
}

.top02 {
    width: 1100px !important;
    margin: auto;
}

.logo {
    float: left;
    padding-top: 10px;
}

.nav {
    float: right;
}

.nav ul {}

.nav li {
    float: left;
    text-align: center;
    position:relative;
}

.nav li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -3px;
    height: 3px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav li a:hover:after {
    left: 1%;
    right: 1%;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav a#sel:hover:after {
    opacity: 0;
}

.m a:hover {
    border-bottom: 3px solid #bf282d;
}

.nav .sub {
    display: none;
    width: 120%;
    padding: 0;
    position: absolute;
    top: 84px;
    overflow: hidden;
    text-align: left;
    z-index: 110;
    left: 0px;
}

.nav .sub .nav_xiao {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    /* padding-bottom: 10px; */
    background: #ffffff;
}

.nav .sub .nav_xiao .xiao_one {
    width: 760px;
    float: right;
    overflow: hidden;
}

.nav .sub .nav_xiao .xiao_one a {
    float: left;
    display: inline;
    height: 28px;
    line-height: 28px;
    width: 108px;
    margin-right: 12px;
    overflow: hidden;
    border-bottom: 1px solid #d3d2d2;
    color: #313030;
    background: url(../images/nav_dian.jpg) left center no-repeat;
    padding: 0;
    padding-left: 15px;
    margin-top: 13px;
    font-family: "宋体";
}

.nav .sub .nav_xiao .xiao_one a:hover {
    color: #bf282d;
}

.nav .sub .nav_xiao .xiao_two {
    margin-top: 28px;
    width: 760px;
    float: right;
}

.nav .sub .nav_xiao .xiao_two img {
    float: left;
    margin-right: 25px;
}

.nav .sub .nav_xiao .xiao_two .nav_div {
    float: left;
    width: 380px;
    padding-top: 30px;
    color: #666666;
    line-height: 22px;
}

.nav .sub .nav_xiao .xiao_two .nav_div h2 {
    font-size: 16px;
    color: #bf282d;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 36px;
}

.nav .sub .nav_xiao {
    width: 100%;
    margin: auto;
    padding-top: 0px;
}

.xiao_three ul {
    width: 100%;
    height: 80px;
    margin: auto;
    background: #ffffff;
    /* padding: 0px 20px; */
    box-sizing: border-box;
    text-align: center;
}

.xiao_three ul li {
    width: 100%;
    margin-left: 0 !important;
}

.xiao_three ul li a {
    padding-top: 0px !important;
    display: block;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    font-size: 15px !important;
    padding-left: 0 !important;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
}

.xiao_three ul li a:hover {
    border: 0;
    background-color: #bf282d;
    color: #fff;
}

.xiao_three ul li h1 {
    font-size: 18px;
    margin-left: 0;
    text-align: left;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 6px;
    width: 130px;
    margin-bottom: 20px;
    font-weight: bold;
}

.xiao_three .button_nav {
    width: 140px !important;
    height: 50px;
    background: #ac1386;
    border-radius: 12px;
    font-size: 16px;
    text-align: center !important;
    margin: 30px 0;
    box-shadow: 0px 12px 8px -12px #000;
    border-radius: 10px;
}

.xiao_three .button_nav a {
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}

.button_nav a:hover {
    color: #ffffff !important;
    text-align: center !important;
}

.nav .sub .nav_xiao .xiao_four {
    width: 512px;
    overflow: hidden;
    margin-right: 25px;
    margin-left: 55px;
}

.nav .sub .nav_xiao .xiao_four h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #b3b3b3;
    letter-spacing: 3px;
    margin-top: 10px;
}

.nav .sub .nav_xiao .xiao_four .ul {
    width: 590px;
}

.nav .sub .nav_xiao .xiao_four .ul li {
    height: 42px;
    line-height: 42px;
    margin-right: 80px;
    padding-right: 10px;
    width: 205px;
    overflow: hidden;
    float: left;
    display: inline;
    background: url(../images/nav_dian2.png) right center no-repeat;
    margin-left: 0px;
    position: inherit;
}

.nav .sub .nav_xiao .xiao_four .ul li a {
    padding: 0;
    width: 205px;
    text-align: left;
}

.nav .sub .nav_xiao .xiao_five {
    width: 680px;
    overflow: hidden;
    float: left;
    margin-top: 15px;
    margin-left: 50px;
}

.nav .sub .nav_xiao .xiao_five img {
    width: 280px;
    height: 212px;
}

.nav .sub .nav_xiao .xiao_five a {
    width: 280px;
    height: 212px;
    padding: 0;
    margin-right: 45px;
    float: left;
}

.nav .sub .nav_xiao .xiao_five2 {
    float: right;
    margin-right: 20px;
    text-align: left;
    width: 445px;
    margin-top: 15px;
}

.nav .sub .nav_xiao .xiao_five2 p {
    border-bottom: 1px solid #D9D9D9;
    box-shadow: none;
    font-size: 14px;
    padding: 10px 0;
}

.nav .sub .nav_xiao .xiao_five2 p a {
    text-align: left;
    width: 200px;
    display: inline-block;
    padding-top: 0;
    height: auto;
    padding: 5px 0;
    font-size: 14px;
}

.nav .sub .nav_xiao .xiao_six_l {
    float: left;
    width: 140px;
    margin-left: 70px;
    overflow: hidden;
    margin-top: 35px;
}

.nav .sub .nav_xiao .xiao_six_l a {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #333333;
    padding-left: 20px;
    background: url(../images/yuming_pic9.png) left center no-repeat;
    padding-top: 0;
}

.nav .sub .nav_xiao .xiao_six_l a.osel {
    background: url(../images/yuming_pic9_on.png) left center no-repeat;
    color: #bf282d;
}

.nav .sub .nav_xiao .xiao_six_r {
    float: left;
    width: 990px;
    overflow: hidden;
    text-align: center;
}

.nav .sub .nav_xiao .xiao_six_r img {
    display: block;
    margin: 0 auto;
    margin-bottom: 32px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.nav .sub .nav_xiao .xiao_six_r a {
    float: left;
    width: 140px;
    height: auto;
    border-left: 1px solid #e2e3e3;
    padding-top: 0;
    margin-top: 50px;
}

.nav .sub .nav_xiao .xiao_six_r a:hover img {
    margin-top: -4px;
    margin-bottom: 36px;
}

.nav a {
    height: 50px;
    padding-top: 35px;
    display: block;
    font-size: 16px !important;
    margin: 0 20px;
    /*overflow:hidden;*/
}

.nav li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -3px;
    height: 3px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav li a:hover:after {
    left: 1%;
    right: 1%;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.m a:hover {
    color: #bf282d;
    border-bottom: 1px solid #bf282d;
}

.mmm:hover {
    color: #bf282d;
    border-bottom: 1px solid #bf282d;
}




/*导航结束*/
.Newheader .Newheadcont li a.meu_1 {
    color: #666;
    border-bottom-style: none;
}

.Newheader .Newheadcont li a.meu_10 {
    color: #2186d6;
    border-bottom: solid 2px #2186d6;
}

.headcont,
.foot .footer {
    width: 1100px;
    margin: auto;
}

.foot .footer .foot_Box,
.foot .footer .BotLink .img {
    display: none;
}

.content {
    width: 1100px;
    margin: 0px auto;
    min-height: 800px;
    _height: 800px;
}

.content {
    width: 100%;
    min-width: 1100px;
    max-width: 100%;
    background: #fff;
    margin: 0;
}

.InfoPl_Nav {
    width: 100%;
    min-width: 1100px;
    max-width: 100%;
    height: 90px;
    margin-top: 25px;
    background: #fff;
    border-top: 1px solid #cccccc;
}

.InfoPl_Nav li {
    float: left;
    width: 80px;
    text-align: center;
    font-size: 16px;
    padding: 1px 0;
    margin: 15px 70px 0 0;
}

.InfoPl_Nav li.last {
    margin-right: 0;
}

.InfoPl_Nav li a {
    float: left;
}

.InfoPl_Nav li a b {
    display: block;
    width: 36px;
    height: 30px;
    margin: 0 0 0 16px;
}

.InfoPl_Nav li a b.about_ioc {
    background: url(../images/infopl_bg.png)no-repeat 0px -3px;
}

.InfoPl_Nav li a b.team_ioc {
    background: url(../images/infopl_bg.png) no-repeat 0px -38px;
}

.InfoPl_Nav li a b.safe_ioc {
    background: url(../images/infopl_bg.png) no-repeat 0px -75px;
}

.InfoPl_Nav li a b.hlgt_ioc {
    background: url(../images/infopl_bg.png) no-repeat 0px -114px;
}

.InfoPl_Nav li a b.hlgg_ioc {
    background: url(../images/infopl_bg.png) no-repeat 0px -156px;
}

.InfoPl_Nav li a b.date_ioc {
    background: url(../images/infopl_bg.png) no-repeat 0px -197px;
}

.InfoPl_Nav li a b.open_ioc {
    background: url(../images/infopl_bg.png) no-repeat 8px -231px;
}

.InfoPl_Nav li a b.flfg_ioc {
    background: url(../images/infopl_bg.png) no-repeat -4px -274px;
}

.InfoPl_Nav li a:hover b.about_ioc {
    background: url(../images/infopl_bg.png) no-repeat -46px -3px;
}

.InfoPl_Nav li a:hover b.team_ioc {
    background: url(../images/infopl_bg.png) no-repeat -46px -38px;
}

.InfoPl_Nav li a:hover b.safe_ioc {
    background: url(../images/infopl_bg.png) no-repeat -46px -75px;
}

.InfoPl_Nav li a:hover b.hlgt_ioc {
    background: url(../images/infopl_bg.png) no-repeat -46px -114px;
}

.InfoPl_Nav li a:hover b.hlgg_ioc {
    background: url(../images/infopl_bg.png) no-repeat -46px -156px;
}

.InfoPl_Nav li a:hover b.date_ioc {
    background: url(../images/infopl_bg.png) no-repeat -46px -197px;
}

.InfoPl_Nav li a:hover b.open_ioc {
    background: url(../images/infopl_bg.png) no-repeat -38px -231px;
}

.InfoPl_Nav li a:hover b.flfg_ioc {
    background: url(../images/infopl_bg.png) no-repeat -50px -274px;
}

.InfoPl_Nav li a span {
    display: block;
    color: #999;
}

.InfoPl_Nav li a:hover span {
    color: #a4222e;
}

.InfoPl_warp,
.InfoPl_Nav .InfoPl_NavBox {
    width: 1100px;
    margin: 0 auto 0 auto;
    padding: 1px 0;
}

.InfoPl_bg {
    height: 350px;
    background: #348fcc;
}

.InfoPlH2 {
    position: relative;
    height: 35px;
    border-top: solid 1px #dcdcdc;
    margin: 0px 0 0 0;
}

.InfoPlH2 span {
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: -16px;
}

.InfoPlH2 span.bgcolor {
    background: #edf1f4;
}

.banneer_abour {
    padding-top: 200px;
}

/*历届回顾*/
#index_midd1 img {
    padding-top: 10px;
    vertical-align: top;
}