/*ͨ����ʽ*/
html {
    width: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, th, td, figure {
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
    zoom: 1;
}

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
    /* font-size: 100%; */
    font-family: "Microsoft YaHei";
}

address, caption, cite, code, dfn, em, th, var, i {
    font-weight: normal;
    font-style: normal;
}

li {
    list-style-type: none;
}

ul, dl {
    margin: 0px;
    padding: 0px
}

img {
    border: 0px;
    border: none;
}

a {
    text-decoration: none;
    color: #333333;
}

body, input {
    font-family: Arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}

input {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    word-wrap: break-word;
    outline: 0;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.fix {
    *zoom: 1;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

font, em, i {
    font-style: normal;
}

textarea, select {
    outline: none;
    resize: none;
}

del {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

abbr, acronym {
    border: 0;
}

.wrapper {
    width: 1300px;
    margin: 0 auto;
}

.middle {
    width: 1260px;
    margin: 0 auto;
}

.title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    margin: auto;
}

.bold {
    font-weight: bold;
}

.yahei {
    font-family: "microsoft yahei", "����";
}

.px14 {
    font-size: 0.875rem;
}

.px16 {
    font-size: 1rem;
}

.px18 {
    font-size: 1.125rem;
}

.px24 {
    font-size: 1.5rem;
}

/*ͷ��S*/

.img-c{
    float: left;
    margin: 48px 0 0 0;
    width: 1000px;
    height: 58px;
    position: relative;
}

.img-c>img{
    opacity: 0;
    display: block;
    width: auto;
    height: 62px;
    position: absolute;
    left: 0;
    top: 0;
}

.img-c>img.show{
    animation:move 5s;
    -moz-animation:move 5s; /* Firefox */
    -webkit-animation:move 5s; /* Safari and Chrome */
    -o-animation:move 5s; /* Opera */
}

@keyframes move
{
    from {opacity: 0;}
    to {opacity: 1;}
}

@-moz-keyframes move /* Firefox */
{
    from {opacity: 0;}
    to {opacity: 1;}
}

@-webkit-keyframes move /* Safari �� Chrome */
{
    from {opacity: 0;}
    to {opacity: 1;}
}

@-o-keyframes move /* Opera */
{
    from {opacity: 0;}
    to {opacity: 1;}
}

#b04 {
    float: left;
    width: 820px;
}

#b04 .dots {
    position: absolute;
    right: 0;
    bottom: 10px;
    margin: auto;
    border-radius: 10px;
    padding: 0 10px;
    width: 90px;
    height: 20px;
}

#b04 .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px 4px;
    text-indent: -999em;
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    background: white;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

#b04 .dots li.active {
    background: #c10505;
    opacity: 1;
}

#b04 .arrow {
    position: absolute;
    top: 200px;
}

#b04 #al {
    left: 10%;
}

#b04 #ar {
    right: 10%;
}

.introduce {
    display: inline-block;
    width: 380px;
    height: 410px;
    background: #2da3e6;
}

.introduce-c {
    margin: auto;
    width: 300px;
    padding-top: 40px;
}

.introduce-c > h1 {
    color: white;
    margin-bottom: 30px;
}

.introduce-c > p {
    color: white;
    line-height: 26px;
    margin-bottom: 60px;
    font-size: 14px;
}

.introduce-c > a {
    display: block;
    color: white;
}

.introduce-c > a:hover {
    text-decoration: underline;
}

/*banner E*/

.content {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}

.conat {
    background: url(../images/rwglbackgroud.png) 50% 100% no-repeat;
}

/*����S*/
.content {
    margin: 30px auto 30px;
    width: 1300px;
}

.list {
    float: left;
    width: 580px;
}

.content > .list:first-child {
    margin-right: 40px;
}

.list_t {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid black;
}

.list_t img {
    float: left;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px 10px 0 0;
}

.list_t i {
    float: left;
    display: inline-block;
    color: #1c4eaa;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.list_t a {
    float: right;
    display: inline-block;
    margin: 10px 0;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    color: white;
    font-size: 14px;
    background: #2da3e6;
    border-radius: 6px;
}

.list ul {
    width: 100%;
}

.list ul li {
    width: 100%;
    height: 40px;
}

.list ul li:last-child {
    border-bottom: none;
}

.list ul li a {
    float: left;
    display: inline-block;
    font-size: 16px;
    width: 500px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}

.list ul li a:hover {
    color: #1c4eaa;
}

.list li span {
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #999999;
    width: 50px;
    height: 40px;
    line-height: 40px;
}

.quick {
    float: right;
    width: 350px;
}

.quick_t {
    width: 350px;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.quick_t span {
    float: left;
    display: inline-block;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.quick a {
    display: block;
    width: 350px;
    height: 92px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.quick a:last-child {
    border: none;
}

.quick a img {
    float: left;
    display: inline-block;
    margin: 22px 0 22px 20px;
}

.quick a p {
    float: left;
    margin: 22px 0 22px 22px;
    display: inline-block;
    width: 180px;
    color: white;
    line-height: 22px;
}

.quick a p.d {
    line-height: 44px;
}

/*����E*/

/*���ݰ�� S*/
.plate {
    width: 105%;
    overflow: hidden;
    margin-top: 28px;
}

.small {
    float: left;
    width: 396px;
    height: 325px;
    margin-right: 36px;
    margin-bottom: 20px;
}

.small .small_top {
    width: 100%;
    height: 43px;
    background: #1c4eaa;
}

.small .small_top h4 {
    float: left;
    height: 43px;
    line-height: 43px;
    padding-left: 70px;
    background: url(../images/rwglpi.png) 10px 50% no-repeat;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #FFFFFF;
}

.small .small_top span {
    float: right;
    margin-right: 25px;
}

.small .small_top span a {
    line-height: 45px;
    font-size: 14px;
    color: #FFFFFF;
    font-family: simsun;
}

.small .small_top span a:hover {
    text-decoration: underline;
}

.small .small_bmt {
    width: 394px;
    height: 280px;
    border: 1px solid #dcdcdc;
    padding-top: 5px;
    background: #FFFFFF;
}

.small .small_bmt ul {
    width: 353px;
    overflow: hidden;
    margin: 0 auto;
}

.small .small_bmt ul li {
    overflow: hidden;
    line-height: 30px;
    *line-height: 26px;
    position: relative;
    padding-left: 20px;
    background: url(../images/jchjt.png) 0 50% no-repeat;
}

.small .small_bmt ul li a {
    float: left;
    font-size: 14px;
    color: #333333;
    font-family: simsun;
}

.small .small_bmt ul li a:hover {
    color: #FF3333;
    text-decoration: underline;
}

.small .small_bmt ul li span {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #999999;
    font-family: simsun;
}

/*���ݰ�� E*/

.special {
    width: 105%;
    height: 86px;
    margin-top: 8px;
    *margin-top: 28px;
}

.special ul li {
    width: 304px;
    height: 90px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
    background: #FFFFFF;
    border: #DDDDDD 1px solid;
}

.special ul li img {
    width: 300px;
    height: 86px;
    display: block;
    padding: 2px;
}

/*��ҳE*/

/*�б�ҳ S*/

.con_list {
    width: 930px;
    padding: 0 20px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.contop {
    width: 970px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.contop h3 {
    float: left;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 15px;
    border-left: 4px solid #be5b24;
    font-size: 18px;
    color: #333333;
}

.con_left {
    float: left;
    width: 290px;
    height: 100%;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
}

.con_lm {
    width: 250px;
    height: 60px;
    padding-left: 40px;
    background:#be5b24 ;
    line-height: 60px;
}

.con_lm h3 {
    color: #FFFFFF;
    font-size: 20px;
}

.con_nav {
    width: 250px;
    padding: 10px 20px 20px 20px;
    overflow: hidden;
}

.con_nav ul li {
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.con_nav ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    width: 100%;
    height: 100%;
    padding-left: 20px;
}

.con_nav ul li a:hover {
    color: #ae3131;
    text-decoration: underline;
}

.con_rght {
    float: right;
    width: 975px;
    overflow: hidden;
    margin-top: 20px;
}

.con_list .listbig {
    overflow: hidden;
    border-bottom: 1px dashed #dcdcdc;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
}

.con_list .listbig .list1, .list2 {
    float: left;
}

.con_list .listbig .list1 {
    width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.con_list .listbig .list1 img {
    margin-right: 3px;
}

.con_list .listbig .list1 a {
    color: #333333;
}

.con_list .listbig .list1 a:hover {
    color: #ae3131;
    text-decoration: underline;
}

.con_list .listbig .list2 {
    width: 13%;
    margin-left: 50px;
    text-align: center;
    font-size: 14px;
}

.con_list .listbig .list3 {
    float: right;
    font-size: 16px;
    margin-right: 13px;
}

.dlm .dlm_top h3 {
    float: left;
}

.news_page {
    overflow: hidden;
    margin: auto;
    width: 50%;
    padding: 2em;
}

.news_page .cz_page {
    float: left;
    margin: 0 3px;
    display: block;
    font-size: 14px;
    width: 50px;
    height: 32px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 32px;
    color: #7a7a7a;
}

.news_page .cz_page:hover {
    background: #1c4eaa;
    border: 1px solid #1c4eaa;
    color: #FFFFFF;
}

.news_page .cz_page1 {
    float: left;
    background: #1c4eaa;
    border: 1px solid #1c4eaa;
    color: #FFFFFF;
    margin: 0 3px;
    display: block;
    font-size: 14px;
    width: 50px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}

.news_page .prev {
    float: left;
    margin: 0 3px;
    display: block;
    font-size: 14px;
    width: 50px;
    height: 32px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 32px;
    color: #7a7a7a;
}

.news_page .prev:hover {
    background: #1c4eaa;
    border: 1px solid #1c4eaa;
    color: #FFFFFF;
}

.news_page .next {
    float: left;
    margin: 0 3px;
    display: block;
    font-size: 14px;
    width: 50px;
    height: 32px;
    border: 1px solid #e6e6e6;
    text-align: center;
    line-height: 32px;
    color: #7a7a7a;
}

.news_page .next:hover {
    background: #1c4eaa;
    border: 1px solid #1c4eaa;
    color: #FFFFFF;
}

.news_nexts {
    display: none;
}

.news_next {
    width: 100%;
    height: 50px;
    margin-top: 5%;
    display: none;
}

.news_next p {
    float: left;
    width: 45%;
    margin: 0 2%;
    text-align: center;
}

.news_next p a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 1rem;
    color: #7a7a7a;
    margin: 0 1%;
    line-height: 50px;
    border-radius: 5px;
    background: #ebebeb;
}

.list_nts {
    width: 935px;
}

.column_list {
    float: right;
    width: 930px;
    margin: 30px 30px 0 0;
}

.wz {
    width: 100%;
    border-bottom: 1px solid #999;
}

.wz span {
    display: inline-block;
    padding: 0 20px 0 0;
    height: 40px;
    line-height: 40px;
    border-bottom: 3px solid #999;
}

.wz img {
    display: inline-block;
    float: left;
    margin: 12px 6px 0 0;
}

.wz a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: "microsoft yahei";
}

.ul_list {
    width: 100%;
    padding-top: 10px;
    overflow: hidden;
}

.ul_list li {
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}

.ul_list li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: "microsoft yahei";
}

.ul_list li a:hover i {
    color: #e61010;
}

.ul_list li span {
    font-family: "����";
    color: #666666;
    margin-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.ul_list li a i {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    float: left;
    width: 500px;
}

.ul_list li a em {
    color: #999999;
    display: inline-block;
    float: right;
    margin: 0 18px 0 0;
}

/*�б�ҳ E*/

/*����Ŀ S*/
/*�ұ� S*/
.right_tm {
    min-height: 300px;
    width: 895px;
    margin-top: 15px;
    margin: 0 auto;
    margin-top: 10px;
    float: right;
}

.right_top {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #CCCCCC;
}

.right_top h1.right_h1 {
    float: left;
    padding: 0 20px;
    height: 39px;
    line-height: 40px;
    border-bottom: 2px solid #ae3131;
    font-size: 16px;
    color: #ae3131;
    font-family: "microsoft yahei";
}

.right_top span {
    float: right;
    line-height: 40px;
    margin-right: 15px;
}

.right_top span a {
    color: #F99;
    font-size: 14px;
    color: #999;
    font-family: "����";
}

.right_top span a:hover {
    color: #990000;
    text-decoration: underline;
}

.right_list {
    width: 895px;
    margin: 18px auto 36px auto;
}

.right_list li {
    width: 865px;
    border-bottom: #CCC dashed 1px;
    overflow: hidden;
    line-height: 45px;
    padding: 0 20px;
    background: url(../images/gxyyxtcx_nwesdian.png) 10px 50% no-repeat;
}

.right_list li a {
    float: left;
    font-size: 14px;
    font-family: "����", "sans-serif";
    color: #333333;
}

.right_list li a:hover {
    color: #FF3333;
}

.right_more {
    padding-right: 15px;
    line-height: 30px;
    font-size: 14px;
    float: right;
    color: #CCC;
}

.right_more a {
    color: #666;
}

.right_line {
    width: 895px;
    border: #ddd solid 1px;
    overflow: hidden;
    margin-bottom: 10px;
}

/*�ұ� E*/
/*����Ŀ E*/

/*����ҳ S*/
.content_c {
    margin: auto;
    width: 100%;
    padding: 25px;
    background: white;
}

.content_c h1 {
    font-size: 25px;
    color: #000000;
    text-align: center;
    margin: 40px 0 20px 0;
}

.release {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.c_p {
    width: 100%;
    margin: 30px 0;
}

.print {
    width: 100%;
    height: 20px;
}

.print a {
    float: right;
    display: block;
    width: 80px;
    padding-left: 28px;
    height: 20px;
    line-height: 20px;
    background: url("../images/print.png") no-repeat left center;
    color: #999999;
}

.attachment {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999;
    border-top: 1px dashed #d2d2d2;
    border-bottom: 1px dashed #d2d2d2;
    margin: 10px 0 0 0;
}

.info_bot {
    clear: both;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #757575;
    background: #f5f5f5;
    margin-top: 20px;
}

.info_bot .gbck {
    float: right;
    overflow: hidden;
}

.info_bot .gbck a {
    font-size: 14px;
    color: #757575;
}

.info_bot .gbck a:hover {
    color: #1c4eaa;
}

/*����ƪ S*/
.upDown {
    margin: auto;
    width: 1200px;
    margin: 30px 0 0 20px;
}

.upDown i {
    display: block;
    width: 1200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.upDown i a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.upDown i a:hover {
    text-decoration: underline;
    color: #1c4eaa;;
}

/*����ƪ E*/
/*����ҳ E*/

.list_picture {
    width: 107%;
    overflow: hidden;
}

.list_picture ul li {
    float: left;
    width: 125px;
    margin-right: 64px;
    margin-top: 20px;
}

.list_picture ul li span {
    display: block;
    width: 140px;
    height: 175px;
    background: #d2d2d2;
    overflow: hidden;
}

.list_picture ul li span img {
    width: 100%;
    height: 100%;
}

.list_picture ul li h3 {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    font-family: simsun;
    text-align: center;
    color: #333333;
}

.list_picture ul li:hover h3 {
    color: #1c4eaa;
}

/*��ҳ S*/
.dibuline {
    margin: 0 auto;
    width: 770px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.dibuline a {
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin: 0 3px;
    text-decoration: none;
    color: #666666;
}

.dibuline a:hover {
    text-decoration: none;
    border: 1px solid #1c4eaa;
    background: #1c4eaa;
    color: #FFFFFF;
}

.dibuline a.cz_page1 {
    text-decoration: none;
    border: 1px solid #1c4eaa;
    background: #1c4eaa;
    color: #FFFFFF;
}

.dibuline span {
    display: block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin: 0 3px;
    text-decoration: none;
    color: #666666;
}

.dibuline span:hover {
    display: block;
    text-decoration: none;
    border: 1px solid #1c4eaa;
    background: #1c4eaa;
    color: #FFFFFF;
}

.dibuline span.cz_page1 {
    display: block;
    text-decoration: none;
    border: 1px solid #1c4eaa;
    background: #1c4eaa;
    color: #FFFFFF;
}

/*��ҳ E*/
