﻿@charset "utf-8"; 
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1200px;
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
}
ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #666666;
}
a:hover {
    text-decoration: none;
    color: #cc0000;
    transition: all 0.6s;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0;
}
.w1200 {
    width: 1359px;
    height: auto;
    margin: 0 auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.relative {
    position: relative;
}
.imghover {
    cursor: pointer;
    transition: all 0.6s;
}
.imghover:hover {
    transform: scale(1.2);
}

.header {
    width: 100%;
    height: 137px;
    background: #ffffff;
}
.header_bg {
    background: url("../images/header_bg.png") 400px center no-repeat;
    height: 137px;
}
.header .logo {
    padding:25px 0 0 0;
    width: 880px;
    float: left;
}
.top_right {
    float: right;
}
.top_link {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    height: 40px;
    padding: 5px 15px 0 0;
    text-align: right
}
.top_link a {
    color: #666666;
    padding: 0 7px
}

.inavbox {
    background: #841e5f;
    width: 100%;
    height: 56px;
}
.inav {
    padding: 0;
    height: 56px;
    line-height: 56px;
    position: relative;
    width: 1390px;
    margin: 0 auto;
    z-index: 9;
}
.inav a {
    color: #fff;
}
.inav .nLi {
    float: left;
    position: relative;
    display: inline;
}
.inav .nLi h3 {
    float: left;
}
.inav .nLi h3 a {
    display: block;
    padding: 0 36px;
    font-size: 16px;
    font-weight: bold;
    background: url("../images/nav_jgx.png") right center repeat-y;
}
.inav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 52px;
    position: absolute;
    background: #a9628f;
    line-height: 36px;
    padding: 0;
    font-size: 14px;
    text-align: center;
}
.inav .sub li {
    zoom: 1;
}
.inav .sub a {
    display: block;
    padding: 0 10px;
}
.inav .sub a:hover {
    background: #841e5f;
    color: #ffffff;
}
.inav .on h3 a {
    background: #a9628f;
    color: #ffffff;
}
.inav h3 a:hover {
    background: #a9628f;
    color: #ffffff;
}

.i-search {
    width: 240px;
    height: 36px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 10px;
    border: #c9c9c9 1px solid;
    background: #ffffff;
    border-radius:50px;
}
.i-search .search-txt {
    width: 185px;
    padding: 0 0 0 10px;
    height: 36px;
    line-height: 36px;
    _line-height: 36px;
    color: #9e9e9e;
    margin: 0;
    border: 0;
    outline: none;
}
.i-search .search-btn {
    width: 50px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    *margin-top: 1px;
    background: url("../images/ico_search.png") center no-repeat;
    border: 0;
    color: #ffffff;outline: none;
    cursor: pointer
}
.i-search .search-btn:hover {
    color: #ffffff; opacity: 0.8;
    border: 0;outline: none;
    cursor: pointer
}

.banner_box {
    background: #e2e2e2;
    height: 430px;
    width: 100%;
    margin:0 auto;
    overflow: hidden;
}
.i_banner {
    width: 100%;
    height: 430px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.i_banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 45%;
    bottom: 15px;
    z-index: 1;
}
.i_banner .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.i_banner .hd ul li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50px;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
}
.i_banner .hd ul li.on {
    background: #ffffff;
    color: #fff;
}
.i_banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.i_banner .bd li {
    zoom: 1;
    vertical-align: middle;
}
.i_banner .bd img {
    width:auto;
    height: 430px;
    display: block;
    margin: 0 auto;
}
.i_banner .prev,
.i_banner .next {
    position: absolute;
    left:10%;
    top: 45%;
    margin-top: -25px;
    display: block;
    width: 65px;
    height: 65px;
    background: url(../images/slider-arrow.png) -125px -10px no-repeat; border-radius: 50%;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.i_banner .next {
    left: auto;
    right:10%;
    background-position: -6px -10px;
}
.i_banner .prev:hover,
.i_banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.i_banner .prevStop {
    display: none;
}
.i_banner .nextStop {
    display: none;
}

.i-main {
    height: auto;
    overflow: hidden;
    margin:40px auto 20px auto;
}
.m_p1 {
    height: auto;
    overflow: hidden;
    margin: 0 auto 5px auto;
}
.m_p1_left {
    width: 750px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    float: left;
}
.m_p1_right {
    width: 405px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    float: right
}
.newbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 25px auto
}
.newbox_left {
    width: 320px;
    height: auto;
    overflow: hidden;
    float: left
}
.newbox_right {
    width: 430px;
    height: auto;
    overflow: hidden;
    float: right
}
.izhxw {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
.ititle {
    height: 47px;
    margin: 0 auto 0 auto;
    padding: 0 0 10px 0;
    overflow: hidden;
    border-bottom: #edeee3 1px solid;
}
.ititle h2 {
    float: left;
    margin: 0;
    padding: 0 0;
    font-size: 24px;
    font-weight:normal;
    color: #333333;
    line-height: 47px;
    display: block;
}
.ititle h2 .i_01{display: block; width:37px;height: 37px; background: url("../images/ico_news.png") center no-repeat; float: left;margin: 5px 10px 0 0 }
.ititle h2 .i_02{display: block; width:37px;height: 37px; background: url("../images/ico_tongzhi.png") center no-repeat;float: left;margin: 5px 10px 0 0 }
.ititle a {
    float: right;
    display: block;
    width: 50px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    margin-top: 0;
    padding: 5px 5px 0 0;
}
.ititle a:hover {
    color: #cc0000;
    opacity: 0.8
}
.ititle2 {
    height: 47px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    background: url("../images/title_bg2.png") left center #efefef no-repeat
}
.ititle2 h2 {
    float: left;
    margin: 0;
    padding: 0 3px 0 25px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 47px;
    display: block;
}
.ititle2 a {
    float: right;
    display: block;
    width: 50px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    margin-top: 0;
    padding: 5px 5px 0 0;
}
.ititle2 a:hover {
    color: #cc0000;
    opacity: 0.8
}

.picnews {
    width: 305px;
    height: 210px;
    overflow: hidden;
    position: relative;
}
.picnews .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;
}
.picnews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.picnews .hd ul li {
    float: left;
    margin-right: 4px;
    width: 7px;
    height: 7px;
    line-height: 8px;
    font-size: 0;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
    border-radius: 50px;
}
.picnews .hd ul li.on {
    background: #ff0000;
    color: #fff;
}
.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.picnews .bd li {
    zoom: 1;
    vertical-align: middle;
}
.picnews .bd img {
    width: 305px;
    height: 210px;
    display: block;
}
.picnews .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/title_bg.png);
    width: 100%;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
}
.picnews .bd h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 10px
}
.date_list {
    height: auto;
    overflow: hidden;
    padding: 25px 0 0 0 !important;
    position: relative
}
.date_list li {
    width: 100%;
    height: 78px;
    display: block;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}
.date_list li a {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}
.date_list li a:hover {
    color: #cc0000;
}
.date_list li span {
    float: left;
    display: block;
    width: 78px;
    height: 78px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-right: 18px;
    border-radius: 5px;
    background: #eaeaea;
}
.date_list li span i {
    width: 100%;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-style: normal;
    margin: 5px auto 0 auto;
    line-height:40px;
}
.date_list li:hover span {
    background: #a12575;
    color: #ffffff;
}
.date_list li:hover span i {
    color: #ffffff;
}
.m_p2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 15px auto
}
.m_p2_b {
    width: 365px;
    height: auto;
}
.m_p2_b ul {
    padding-top: 15px;
}
.m_p2_b li {
    width: 100%;
    font-size: 14px;
    height: 32px;
    overflow: hidden;
    color: #999999;
    line-height: 32px;
}
.m_p2_b li a {
    color: #666666;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 220px
}
.m_p2_b li a:hover {
    color: #cc3300
}
.m_p2_b li span {
    float: right;
}
.m_p2_b .xb_lb {
    color: #ff9900 !important;
    display: inline !important;
    width: auto !important;
    margin-right: 3px !important;
}
.m_p2_c {
    width: 410px;
    height: auto;
}
.m_p2_c ul {
    padding-top: 15px;
}

.newslist {
    height: auto;
    position: relative;
}
.i_more {

    height: 45px;
    font-size: 14px !important;
    color: #6e6e6e;
    display: block;
    width: 74px !important;
    background:url("../images/more.png") center no-repeat;
}
.i_more2 {
    position: absolute;
    top: -240px;
    *top: -245px;
    height: 45px;
    right: -5px;
    color: #6e6e6e;
    font-size: 14px !important;
    display: block;
    width: 45px !important;
    background-image: none !important;
}
.i_more a, .i_more2 a {
    position: absolute;
    top: 4px;
    right: -10px;
    color: #6e6e6e;
    font-size: 14px;
    display: block;
    width: 45px;
    text-align: center;
}
.i_more a:hover, .i_more2 a:hover {
    color: #cc0000;
}
.newslist ul{ padding: 15px 0}
.newslist li {
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height:64px;
    height: 64px;
    *line-height: 64px;
    *height: 64px;
    border-bottom: #dfdfdf 1px dashed;
}
.newslist li:last-child{border-bottom: none}
.newslist li a {
    background: url("../images/ico_001.png") left center no-repeat;
    padding-left: 10px;
    color: #333333;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    text-align: left;
}
.newslist li i {
    font-style: normal;
    color: #d1322b
}
.newslist li a:hover {
    color: #cc0000
}
.newslist li span {
    float: right;
    color: #a9a9a9
}

.newspic {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px 0 0 0
}
.newspic .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 105%
}
.newspic .bd ul li {
    margin: 0 15px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative
}
.newspic .bd ul li .pic {
    text-align: center;
}
.newspic .bd ul li .pic img {
    width: 270px;
    height: 180px;
    display: block;
}
.newspic .bd ul li .pic a:hover img {
    border-color: #999;
}
.newspic .bd ul li .title {
    line-height: 34px;
    height: 34px;
    background: url("../images/tm1px_h.png");
    color: #ffffff;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}
.newspic .bd ul li .title a {
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
}
.newspic .bd ul li:hover .title a {
    font-weight: bold
}

.news_title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #bd231c;
}
.news_title h1 {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    width: 100px;
    font-weight: bold;
    float: left;
    background: url(../images/qh_bg.png) repeat-x;
    color: #ffffff;
}
.news_more {
    display: block;
    width: 45px;
    text-align: center;
    float: right;
    font-size: 14px;
    color: #7e7e7e;
}

.picteacher {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.picteacher .bd {
    padding: 25px 0;
    width: 105%;
}
.picteacher .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picteacher .bd ul li {
    margin: 0 20px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.picteacher .bd ul li .pic {
    text-align: center;
}
.picteacher .bd ul li .pic img {
    width: 120px;
    height: 165px;
    display: block;
}
.picteacher .bd ul li .pic a:hover img {
    border-color: #999;
}
.picteacher .bd ul li .title {
    line-height: 36px;
    font-size: 14px;
}

.i_yyxt {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0 0 0
}
.i_yyxt ul {
    width: 105%
}
.i_yyxt li {
    width: 155px;
    height: 32px;
    border-bottom: #eeeeee 1px solid;
    border-top: #eeeeee 1px solid;
    border-right: #eeeeee 1px solid;
    border-left: #d36762 4px solid;
    float: left;
    margin: 0 7px 4px 0;
    text-align: left
}
.i_yyxt li a {
    display: block;
    width: 155px;
    height: 32px;
    line-height: 32px;
    margin-left: 15px;
    font-size: 14px;
}
.i_yyxt li:hover {
    border-bottom: #ffd4d2 1px solid;
    border-top: #ffd4d2 1px solid;
    border-right: #ffd4d2 1px solid;
}

.i_jlpt {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0 0 0
}
.i_jlpt ul {
    width: 105%
}
.i_jlpt li {
    width: 155px;
    height: 34px;
    border: #efefef 1px solid;
    float: left;
    margin: 0 7px 4px 0;
    text-align: left
}
.i_jlpt li a {
    display: block;
    width: 155px;
    height: 34px;
    line-height: 34px;
    float: left;
    font-size: 14px;
}
.i_jlpt li span {
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    float: left;
    background: #efefef;
    margin: 0 10px 0 0
}
.i_jlpt li:hover {
    border: #ffd4d2 1px solid;
    color: #cb2d27
}

.i_xxzy {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0 0 0
}
.i_xxzy ul {
    width: 105%
}
.i_xxzy li {
    width: 125px;
    height: 125px;
    background: #cccccc;
    float: left;
    margin: 0 17px 15px 0;
    text-align: center;
    overflow: hidden;
    position: relative
}
.i_xxzy li img {
    width: 125px;
    height: 125px;
}
.i_xxzy li a {
    display: block;
    width: 125px;
    height: 125px;
    line-height: 30px;
    float: left;
    font-size: 14px;
}
.i_xxzy li span {
    display: block;
    position: absolute;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url("../images/tm1px_h.png");
    width: 100%;
    color: #ffffff;
    bottom: 0;
}
.i_xxzy li:hover {
}

.list-banner {
    width: 100%;
    height:180px; background:url("../images/listbanner_bg.png");
    text-align: center;
    margin: 5px 0 0 0;
}
.list-banner img {
    width: 1200px;
    height: 180px;
    border-radius:4px;
    margin: 0 auto 10px auto;
}
.lmain {
    margin: 20px auto;
    width: 1200px;
    height: auto;
    overflow: hidden;
}
.listmain {
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    width: 1200px;
    margin: 20px auto;
}
.lm-left {
    width: 220px;
    float: left;
    background: #ffffff;
}
.lm-left .left-lmname {
    background: url("../images/list_nbg.png") right center no-repeat #841e5f;
    height: 70px;
    padding: 30px 10px 5px 20px;
    border-top: #330c25 3px solid
}
.lm-left .left-lmname h1 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}
.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
font-size: 30px;
    line-height: 30px;

}
.lm-left .list-sub {
    background: #ffffff;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.lm-left .list-sub a {
    background: url("../images/sub-icoa.png") 200px center no-repeat;
    display: block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    border-bottom: #e2e2e2 1px solid;
    border-top: #efefef 1px solid
}
.lm-left .list-sub a:hover {
    background: url("../images/sub-icob.png") 200px center no-repeat #a9628f;
    display: block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    color: #fff
}
.lm-left .list-sub #this-on {
    background: url("../images/sub-icob.png") 200px center no-repeat #a9628f;
    display: block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    color: #fff
}
.lm-right {
    width: 915px;
    background: #ffffff;
    float: right;
    border-top: #cccccc 2px solid;
    border-bottom: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    border-right: #e5e5e5 1px solid;
    padding: 0 20px;
}
.lm-right .this-name {
    line-height: 40px;
    height: 40px;
    padding: 10px 0;
    margin: 10px 0 0 0;
    border-bottom: #e5e5e5 1px solid
}
.lm-right .this-name h1 {
    color: #222222;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    height: 49px;
    padding: 0 20px;
    float: left;
    border-bottom: #a9628f 3px solid
}
.lm-right .dqwzz {
    float: right;
    }


.lm-right .this-name span {
    color: #666;
    }
.lm-right .this-name span a {
    color: #666;
font-size: 14px;

}
.lm-right .this-name a {
    color: #666;
font-size: 14px;

}

.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}
.lm-right .lm_list li {
    line-height: 34px;
height: 34px;
    font-size: 14px;
    color: #999999;
    text-align: right;
    padding: 0 10px;
    background: url("../images/xhx.png") bottom repeat-x;
}
.lm-right .lm_list li a {
    float: left;
    padding-left: 15px;
    background: url("../images/ico_001.png") left center no-repeat;
}
.lm-right .lm_list li a:hover {
    background: url("../images/ico_001.png") left center no-repeat;
}
.lm-right .list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;
}
.left_box {
    height: auto;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto 12px auto;
}
.left_box h1 {
    color: #ffffff;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    background: #df3d36;
    border-left: #8f0600 4px solid;
    padding-left: 15px;
}
.left_box_nr {
    height: auto;
    overflow: hidden;
    padding: 10px 15px 20px 15px
}
.left_box_nr li {
    height: 34px !important;
    line-height: 34px !important;
}
.pic-list {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}
.pic-list ul {
    width: 1120px;
    margin: 0 auto;
    padding: 0 0 0 0;
}
.pic-list li {
    width: 250px;
    margin-right: 30px;
    float: left;
    margin-bottom: 0;
}
.pic-list li img {
    width: 250px;
    height: 180px;
    border: #efefef 1px solid;
    padding: 5px;
}
.pic-list li img:hover {
    border: #ccc 1px solid;
    padding: 5px;
}
.pic-list li a {
}
.pic-list li a:hover {
    color: #000;
}
.pic-list li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block
}
.i-title2 {
    height: 50px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 0;
    border-bottom: #e5e5e5 1px solid;
}
.i-title2 h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: block;
    float: left;
    padding: 0 0 0 30px;
}
.i-title2 a {
    display: block;
    font-size: 12px;
    float: right;
    color: #9a9a9a;
    font-weight: bold;
    padding: 0 10px 0 10px
}
.i-title2 a:hover {
    color: #330000;
}
.i-title2 .i_more3 {
    display: block;
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 14px;
    font-weight: normal;
}
.i-title2 .i_more3:hover {
    color: #cc0000;
}
.newslist2 {
    width: 98%;
    height: auto;
    overflow: hidden;
    padding: 15px 5px 0 5px;
}
.newslist2 ul {
    height: auto;
    overflow: hidden;
}
.newslist2 li {
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 34px;
    height: 34px;
    *line-height: 26px;
    *height: 26px;
}
.newslist2 li a {
    background: url("../images/ico_01.gif") left center no-repeat;
    padding-left: 15px;
    color: #555555;
    font-size: 14px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    text-align: left;
}
.newslist2 li a:hover {
    color: #cc0000
}
.newslist2 li span {
    float: right;
    color: #a9a9a9
}
.ico_ibg1 {
    background: url(../images/ico_title_bg1.png) left center no-repeat;
}
.zh_bk {
    width: 428px;
    padding: 0 15px 15px 15px;
    background: #ffffff;
    height: auto;
    border-top: #841e5f 2px solid;
    border-bottom: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    border-right: #e5e5e5 1px solid;
}

.content-main {
    border: #dbdbdb 1px solid;
    overflow: hidden;
    margin: 20px auto;
    background: #ffffff;
    width: 1200px;
}
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 40px auto 40px auto;
    padding: 0 40px;
}
.c-content .c-title {
    font-size: 30px;
    color: #222222;
    line-height: 50px;
    text-align: center
}
.c-content .other-s {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}
.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}
.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}
.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}
.c-content .nr-info p img{display:block;margin:0 auto;width:80%}
.wz_fj {
}
.wz_fj p {
    line-height: 36px;
    color: #0d8100;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px;
    margin: 0;
}
.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}
.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}
.wzclose-relative span {
    margin: 0 15px;
}
.i-sxt {
    border-top: #d9d9d9 1px solid;
    margin: 20px auto;
    padding: 20px 0;
    overflow: hidden;
    height: 70px
}
.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.i-sxt a {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}
.i-sxt a:hover {
    color: #cc0010;
}

.i_link {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #f4f4f4;
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.i_link h2 {
    width: 100px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    float: left;
    color: #6b6b6b;
}
.i_link select {
    width: 255px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 4px
}

.foot {
    width: 100%;
    height: 135px;
    background:#3e3e3e;
    border-top: #a12575 5px solid;
    background-size: cover
}
.footbox {
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0;
}
.foot-left {
    float: left;
    width: 317px;
    height: 62px;
    margin-top: 10px;
    margin-right: 10px;
}
.foot-left img {
    width: 100%;
    height: auto;
}
.banquan {
    float: left;
    line-height:30px;
    color: #fff;
    margin:20px 0 0 20px;
}
.banquan p {
    margin: 0;
    padding: 0
}
.banquan a {
    color: #fff;
}
.foot-right {
    float: right;
    width: 80px;
    text-align: center;
    margin-top: 10px;
}
.foot-right img {
    width: 100%;
    height: auto;
}
.foot-right span {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.dibulink {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-top: 30px;
    margin-left: 200px;
    color: #fff;
}
.dibulink a {
    margin-right: 10px;
    color: #fff;
    padding-left: 30px;
}
.dibulink a.a1 {
    background: url(../images/icon1.png) left center no-repeat;
}
.dibulink a.a2 {
    background: url(../images/icon2.png) left center no-repeat;
}
.dibulink a.a3 {
    background: url(../images/icon3.png) left center no-repeat;
}