@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1300px;
    background: #f2f2f2;
    font-family: Helvetica, Arial, Verdana;
}

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;
}

.w1300 {
    width: 1300px;
    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);
}

/*top_news*/
.top_news {
    width: 815px;
    height: auto;
    overflow: hidden;
    padding: 30px 0 10px 0
}

.top_news_l {
    width: 440px;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left
}

.top_news_l img {
    width: 440px;
    height: 300px;
}

.top_news_l span {
    display: block;
    width: 380px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    background: url("../images/title_bg.png");
    padding: 7px 30px
}

.top_news_r {
    float: right;
    width: 350px;
}

.top_news_r h2 {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    font-weight: bold;
}

.top_news_r p {
    margin: 0;
    padding: 15px 0;
    text-align: justify;
    color: #666666;
    font-size: 16px;
    line-height: 24px
}

/*header*/
.header {
    width: 100%;
    height: 124px;
    background: #22abdb;
}

.header_bg {

    height: 113px;
}

.header .logo {
    padding: 20px 0 0 0;
    width: 600px;
    float: left;
}

.top_right {
    float: right;
}

.top_link {
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    height: 40px;
    padding: 5px 15px 10px 0;
    text-align: right
}

.top_link a {
    color: #ffffff;
    padding: 0 7px
}

/*inav*/
.inavbox {
    background: #1a90bb;
    width: 100%;
    height: 55px;
}

.inav {
    padding: 0;
    height: 55px;
    line-height: 55px;
    position: relative;
    width: 1300px;
    margin: 0 auto;
    z-index: 9;
}

.inav a {
    color: #ffffff;
}

.inav .nLi {
    float: left;
    position: relative;
    display: inline;

}

.inav .nLi h3 {
    float: left;
}

.inav .nLi h3 a {
    display: block;
    padding: 0 38px;
    font-size: 20px;
    font-weight: normal;

}

.inav .sub {
    display: none;
    width: 100%;
    left: 0;
    top: 55px;
    position: absolute;
    background: #ffffff;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.inav .sub li {
    zoom: 1;
    border-top: #e8e8e8 1px solid;
}

.inav .sub a {

    display: block;
    padding: 0 10px;
    color: #0f546d;
line-height: 20px;
    padding: 10px 10px;
}

.inav .sub a:hover {
    background: #0f546d;
    color: #ffffff;
}

.inav .on {
    background: #0f546d;color: #ffffff;
}

.inav .on h3 a {
    color: #ffffff;
}

.inav h3 a:hover {
    background: #0f546d;
    color: #ffffff;
}

/*search*/
.i-search {
    width: 240px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    position: relative;
    float: right;
    margin-top: 0;
    background: none;
    border-radius: 20px;
    border:none; background: #6fc8e8;
}

.i-search .search-txt {
    width: 180px;
    background: none;
    padding: 0 0 0 20px;
    height: 34px;
    line-height: 34px;
    _line-height: 34px;
    color: #333333;
    margin: 0;
    border: 0;
    outline: none;
}

.i-search .search-btn {
    width: 50px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    *margin-top: 1px;
    background: url("../images/ico_search.png") center no-repeat;
    border: 0;
    color: #ffffff;
    cursor: pointer
}

.i-search .search-btn:hover {
    background: url("../images/ico_search.png") center no-repeat #4d0206;
    color: #ffffff;
    border: 0;
    cursor: pointer
}

/*banner*/
.banner_box {
    background: #ffffff;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1;
 width: 100%;text-align: center;
}

.ibanner .hd ul li {
display: inline-block;
    margin-right: 8px;
    width: 48px;
    height: 5px;
    line-height: 5px;
    border-radius: 0px;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
}

.ibanner .hd ul li.on {
    background: #ffffff;
    color: #fff;
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ibanner .bd li {
    zoom: 1;
    vertical-align: middle;
}

.ibanner .bd img {
    width: 100%;
    display: block;
}

.ibanner .prev {
    position: absolute;
    left: 5%;
    top: 45%;
    margin-top: -25px;
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/slider-arrow.png) -145px 0 no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 50%;
}

.ibanner .next {
    position: absolute;
    left: 5%;
    top: 45%;
    margin-top: -25px;
    display: block;
    width: 70px;
    height: 70px;
    background: url(../images/slider-arrow.png) -145px 0 no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 50%;
}

.ibanner .next {
    left: auto;
    right: 5%;
    background-position: -22px 0;
}

.ibanner .prev:hover,
.ibanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}

/*imain*/
.first_p {
    margin: 0;
    padding: 0;
    text-indent: 2em;
    color: #9a9999;
    line-height: 22px;
}

.i-main {
    height: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
}

.m_p1 {
    height: auto;
    overflow: hidden;
    margin: 0 auto 0 auto;
    padding: 35px 0;
}





.ititle {
    height: 47px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    border-bottom: #b83029 2px dashed
}

.ititle h2 {
    float: left;
    margin: 0;
    padding: 0 3px 0 5px;
    font-size: 22px;
    font-weight: normal;
    color: #9c0c15;
    line-height: 47px;
    display: block;
}

.ititle h2 i {
    font-weight: bold;
    font-size: 28px;
    font-style: normal;
}

.ititle a {
    float: right;
    display: block;
    width: 50px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    margin-top: 0;
    padding: 5px 0 0 0;
    text-align: center;
}

.ititle a:hover {
    color: #cc0000;
    opacity: 0.8
}

.title_ico01 {
    background: url("../images/tit_ico1.png") left center no-repeat
}

.title_ico02 {
    background: url("../images/tit_ico2.png") left center no-repeat
}

.title_ico03 {
    background: url("../images/tit_ico3.png") left center no-repeat
}

.title_ico04 {
    background: url("../images/tit_ico4.png") left center no-repeat
}

/*picnews*/
.picnews {
    width: 485px;
    height: 295px;
    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: 495px;
    height: 295px;
    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;text-align: center;
}
.picnews .prev,
.picnews .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.picnews .next{ left:auto; right:3%; background-position:8px 5px; }
.picnews .prev:hover,
.picnews .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.picnews .prevStop{ display:none;  }
.picnews .nextStop{ display:none;  }


/*list*/
.newslist {
    height: auto;
    position: relative;    overflow: hidden;
}

.i_more {
    position: absolute;
    top: -35px;
    *top: -40px;
    height: 45px;
    right: -5px;
    font-size: 14px !important;
    color: #6e6e6e;
    display: block;
    width: 45px !important;
    background-image: none !important;

}

.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;
}



/*newspic*/
.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;
}

/*teacher*/
.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*/
.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*/
.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*/
.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*/
.list-banner {
    width: 100%;
    height: 270px;
    background: url("../images/listbanner_bg.png");
    text-align: center;
    margin: 0 0 0 0;
}

.list-banner img {
    width: 100%;
    height: 270px;
    border-radius: 4px;
    margin: 0 auto 10px auto;
}

.listmain {
    overflow: hidden;
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    width: 1300px;
    margin: 20px auto;
}

.lm-left {
    width: 260px;
    float: left
}

.lm-left .left-lmname {
    background:#1a90bb;
    height: 50px;
    line-height: 50px;
    padding: 13px 10px 5px 20px;
    overflow: hidden
}

.lm-left .left-lmname h1 {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
}

.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

.lm-left .list-sub {
    background: #ffffff;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.lm-left .list-sub a {
    display: block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    padding-left: 24px;
    cursor: pointer;
    border-bottom: #f0f0f0 1px solid;
    border-left: #ffffff 3px solid;
    background: url("../images/sub_bgh2.png") 190px center no-repeat
}

.lm-left .list-sub a:hover {
    display: block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    padding-left: 24px;
    cursor: pointer;
    color: #1a90bb;
    border-left: #1a90bb 3px solid;
    background: url("../images/sub_bgh.png") 210px center no-repeat
}

.lm-left .list-sub #this-on {
    display: block;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    padding-left: 24px;
    cursor: pointer;
    color: #1a90bb;
    border-left: #1a90bb 3px solid;
    background: url("../images/sub_bgh.png") 210px center no-repeat
}

.lm-right {
    width: 1015px;
    float: right;
    margin-right: 0;
    border: #eaeaea 1px solid;
    background: #ffffff
}

.this-name {
    border-bottom: #e6e6e6 1px solid;
    line-height: 30px;
    height: 30px;
    padding: 10px 5px;
    margin: 20px 20px 0 20px
}

.this-name h1 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 15px;
    border-left: #0087b3 7px solid;
    float: left
}

.this-name span {
    float: right;
    color: #666666;
    font-size: 14px;
    background: url("../images/this_ico.png") left center no-repeat;
    padding: 0 20px 0 20px;
}

.this-name span a {
    color: #666
}

.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 20px;
}

.lm-right .lm_list li {
    line-height: 50px;
    font-size: 15px;
    color: #999999;
    text-align: right;
    padding: 0 10px;
}

.lm-right .lm_list li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_002.png") left center no-repeat;
}

.lm-right .lm_list li:hover {
    background: #ececec;
    color: #cc0000
}

.lm-right .lm_list li a:hover {
    background: url("../images/ico_002.png") left center no-repeat #ececec;
    color: #cc0000
}

.lm-right .list-fy {
    text-align: center;
    margin: 0px auto 20px 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: 1260px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list ul {
    width: 1360px;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.pic-list li {
    width: 292px;
    margin-right:30px;
    float: left;
    margin-bottom: 0;
height: 320px;
}

.pic-list li img {
    width: 280px;
    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: 24px;
    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: 442px;
    padding: 0 15px 0 15px;
    background: #ffffff;
    height: 290px;
    border-top: #990000 2px solid;
    border-bottom: #e5e5e5 1px solid;
    border-left: #e5e5e5 1px solid;
    border-right: #e5e5e5 1px solid;
}

/*content*/
.content-main {
    border: #dbdbdb 0 solid;
    overflow: hidden;
    margin: 20px auto;
    background: #ffffff;
    width: 1300px;
}

.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 40px auto 0 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;
}
.c-content .nr-info table p{text-indent: 0em !important;}
.c-content .nr-info td p{text-indent: 0em !important;}
.c-content .nr-info table span{text-indent: 0em !important;}
.c-content .nr-info td span{text-indent: 0em !important;}
.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*/
.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
}
.i_xcp{width: 100%;height: auto; overflow: hidden;background: #000000;}
.i_xcp img{width: 100%;height: auto; overflow: hidden}
/*footer*/
.foot {
    width: 100%; height: auto; overflow: hidden;
    padding: 30px 0;
    background: #23aedf; border-top:#0087b3 7px solid;
}

.footbox {
    width: 1300px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.footbox .copright{ background: url(../images/logo_end_ywzz.png) left top no-repeat;
    width: 680px;
    padding: 0 0 0 240px;
    height: 155px;
    text-align: left;
    float: left;}
.footbox .copright p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 27px;
}
.footbox .r_rwm{float: right;width: 160px;height: 155px;}

.end_link {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
}

.end_link a {
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px
}

.end_link a:hover {
    color: #e6e6e6
}
/*about_box*/
.about_box{width: 1300px; margin: 30px auto 40px auto; position: relative; height: auto; overflow: hidden}
.about_nr{width:100%; margin: 0 auto; position: relative; height: auto; overflow: hidden; padding: 25px 0 0 0}
.about_box_left{ float: left;width: 735px; height: 390px; overflow: hidden; background: #ffffff}
.about_nr_txt{
    padding:7px 25px; text-align: justify;
    font-size: 16px;
    font-family: "Arial";
    color:#333333;
    line-height:27px;  }
.about_box_right{float: right;width: 525px; height: 390px;overflow: hidden}
.about_box_right a{display:block;margin-bottom: 15px; width: 525px; height: 188px; overflow: hidden;}
/**/
.xsdt_nr {
    width:1300px;
    position: relative;
    margin: 30px auto 30px auto;
}

.xsdt_nr .hd {
    height: 0;
    position: relative;
}

.xsdt_nr .hd .prev {
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow_right.png") no-repeat #ffffff;
    position: absolute;
    right: -80px;
    top: 100px;
    opacity: 0.9; border-radius:7px ;
}

.xsdt_nr .hd .prev:hover {
    opacity: 1
}

.xsdt_nr .hd .next:hover {
    opacity: 1
}

.xsdt_nr .hd .next {
    display: block;
    width: 46px;
    height: 46px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow_left.png") no-repeat #ffffff;
    position: absolute;
    left: -80px;
    top: 100px;
    opacity: 0.9;
    border-radius:7px ;
}

.xsdt_nr .hd .prevStop {
    background-position: -60px 0;
}

.xsdt_nr .hd .nextStop {
    background-position: -60px -50px;
}

.xsdt_nr .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.xsdt_nr .hd ul li.on {
    background-position: 0 0;
}

.xsdt_nr .bd {
    padding: 0 0 0 0;
    width: 1352px;
    overflow: hidden;
}

.xsdt_nr .bd ul {
    overflow: hidden;
    zoom: 1;
}

.xsdt_nr .bd ul li {
    margin: 0 30px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.xsdt_nr .bd ul li .pic {
    text-align: center;
    width: 304px;
    height: 196px;
    overflow: hidden;
    position: relative;
    background: #000000
}

.xsdt_nr .bd ul li .pic a {
    width: 304px;
    height: 196px;
    display: block;
    overflow: hidden;
    color: #ffffff
}

.xsdt_nr .bd ul li .pic img {
    width: 304px;
    height: 196px;
    display: block;
    background: #000000
}

.xsdt_nr .bd ul li:hover {
    background: #f0f0f0
}

.xsdt_nr .bd ul li:hover span {
    background: #f0f0f0
}

.xsdt_nr .bd ul li span {
    display: block;
    color: #333333;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    z-index: 99;
    text-align: center;
    transition: all 0.6s;background: #f0f0f0
}



.about_txt {
    background: url(../images/aabout_bg.jpg) center no-repeat;
    padding: 40px 30px;
    height: 490px;
    overflow: hidden;
    margin: 30px 0 0 0;
}

.about_txt p {
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    margin: 0 0 0 0;
    padding: 0;
    text-align: justify;
}

/*pictxt*/
.tw_list {
    padding: 40px
}

.hot-new {
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 1px solid #dfdfdf;
}

.hot-new .pic-box {
    float: left;
    width: 320px;
    position: relative;
    margin-right: 42px;
}

.hot-new .pic {
    padding-top: 71%;
    position: relative;
    overflow: hidden;
}

.hot-new .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hot-new .pic:hover img {
    --webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.hot-new .pic-box i {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 43px;
    background: url(../images/q-hot.jpg) no-repeat center center;
}

.hot-new .txt {
    padding-bottom: 25px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.hot-new .txt h3 {
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 22px;
}

.hot-new .txt h3 a {
    color: #555;
}

.hot-new .txt h3 a:hover {
    color: #b4302a;
}

.hot-new .txt p {
    font-size: 14px;
    line-height: 26px;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 78px;
}

.hot-new .txt .btn-look {
    display: block;
    margin-top: 35px;
    width: 98px;
    height: 31px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    border: 1px solid #ff9933;
    background-color: #ff9933;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.hot-new .txt .btn-look:hover {
    border: 1px solid #3399cc;
    color: #3399cc;
    background-color: #fff;
}

.hot-new .txt .time {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-left: 20px;
    font-size: 14px;
    color: #555;
    background: url(../images/time.png) no-repeat left center;
}

.ul-news li .inner {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #e4e4e4;
}

.ul-news li:first-child .inner {
    border-top: none;
}

.ul-news .time {
    float: left;
    width: 75px;
    margin-right: 20px;
}

.ul-news .time strong {
    display: block;
    font-size: 30 gpx;
    font-family: "Arial";
    color: #fff;
    background-color: #008f40;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.ul-news .time span {
    border: 1px solid #008f40;
    border-top: none;
    display: block;
    font-size: 14px;
    color: #8a8a8a;
    height: 29px;
    line-height: 29px;
    text-align: center;
}

.ul-news .txt {
    overflow: hidden;
    padding-top: 4px;
}

.ul-news .txt h4 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.ul-news .txt h4 a {
    color: #555;
}

.ul-news .txt p {
    font-size: 14px;
    line-height: 22px;
    color: #585858;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 24px;
}

.ul-news li:hover {
    background-color: #f2f2f2;
}

.ul-news li:hover .time strong {
    background-color: #008f40;
}

.ul-news li:hover .time span,
.ul-news li:hover .txt h4 a,
.ul-news li:hover .txt p {
    color: #008f40;
}

/*xwtz*/
.xwtz_box {
    background: #f9f6ef;
    width: 100%;
    height:630px;
    padding: 40px 0 0 0;    overflow: hidden;
}

.xwtz_box h1 {
    width: 320px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    color: #990000;
    font-size: 36px;
    font-weight: 800;
    display: block;
    text-align: center;
    font-family: -webkit-pictograph;
    border-bottom: #cccccc 1px solid;
}
.xwtz_box h1 i{font-style: normal; display: block; border-bottom: #22abdb 4px solid; text-align: center;color: #000000;width:100px;height:49px;margin:0 auto}
.m_p1 {
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px auto;
}

.m_p1_left {
    width:735px;
    height:490px;
    overflow: hidden;
    margin: 0 auto;
    float: left;
}

.m_p1_right {
    width: 525px;
    height: 490px;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
    float: right;
}

.date_list{height:490px; padding:0; position: relative}
.date_list li{
    width: 100%;
    height:70px;
    display: block;
    border-bottom: #dfdfdf 1px solid;
    padding: 0 0 17px 0;margin:0 0 17px 0
}
.date_list li a{ font-size: 18px;
    color: #333333;
    line-height: 30px;
    padding: 5px 0 0 0;
    width: 440px;
    float: right;}
.date_list li a:hover{color: #cc3300;}
.date_list li span {
    float: left;
    display: block;
    width: 70px;
    height: 70px;
    background: #22abdb;
    text-align: center;
    color: #ffffff;
    font-size: 14px;line-height: 24px;
    margin-right:0;
}
.date_list li span i {
    width: 100%;
    padding: 5px 0 0 0;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
    line-height:36px; background: url("../images/date_zjx.png") bottom center no-repeat;
}
/**/
.date_list2{height: 336px; padding:0; position: relative}
.date_list2 li{
    width: 100%;
    height:50px;
    display: block;
    padding: 25px 0 25px 0;margin:0 0 18px 0; background: #ffffff;

}
.date_list2 li a{ font-size: 18px;
    color: #333333;
    line-height: 27px;
    padding: 0 20px 0 0;
    width: 615px;
    float: right;}
.date_list2 li a:hover{color: #cc3300;}
.date_list2 li span {
    float: left;
    display: block;
    width:80px;
    height: 50px;
    text-align: center;
    color: #0087b3;
    font-size: 14px;line-height: 24px;
    margin-right:0; border-right: #ccc 1px solid;
}
.date_list2 li span i {
    width: 100%;
    padding: 0 0 0 0;
    display: block;
    text-align: center;
    color: #0087b3;
    font-size: 34px;
    font-style: normal;
    line-height:30px;
}

/*焦点图*/
.slideBox {
    width: 735px;
    height: 280px;
    overflow: hidden;
    position: relative;
    background: #cccccc;

}

.slideBox .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    right: 18%;
    bottom: 15px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: none;
    cursor: pointer;
    color: #c4c4c4;
    background: #c4c4c4;
    font-size: 12px;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #ebd7b0;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    width: 735px;
    z-index: 0;
    background:#ffffff;
}

.slideBox .bd span {
    position: absolute;
    right: 0;
    top: 20px;
    width:270px;
    padding: 0 25px;
}

.slideBox .bd span h2 {
    font-size:22px;
    line-height: 30px;
    color: #000000;  width: 100%;height: auto;
    overflow: hidden;
}

.slideBox .bd span p {
    color: #666666;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width:415px;
    height:280px;
    display: block;

}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/picnews-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 225px;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
/*abot_box*/
.abot_box {
    background: #f9f6ef;
    width: 100%;
    height: 400px;
    padding: 40px 0 0 0
}

.abot_box h1 {
    margin: 0;
    padding: 0;
    color: #990000;
    font-size: 34px;
    font-weight: 800;
    display: block;
    text-align: center;font-family: -webkit-pictograph;
}

.abot_box p {
    font-size: 22px;
    font-family: "Arial";
    color: rgb(51, 51, 51);
    line-height: 1.818;
    text-align: justify;
}
/*events_box*/
.events_box{width: 100%;height: 460px; padding: 40px 0; overflow: hidden; background: url("../images/events_boxbg.jpg") center no-repeat #cccccc; background-size:cover }
.events_title {
    height: 50px; background: url("../images/i_title_bg2.png") bottom center no-repeat;
    padding: 5px 0 0 0; text-align: center;
}

.events_title h1 {
    display: block;margin: 0 auto;
    text-align: center;
    font-size: 36px;
    font-weight: 800;;
    color: #ffffff;
    line-height: 0.8;font-family: -webkit-pictograph;
}
.events_left{width: 735px; float: left;}
.events_right{width:485px; float: right; background:#ffffff; padding:20px }
/*inewsbox*/
.i_news_box {
    width: 100%;
    background: #ffffff;
    height: 400px;
    position: relative;
}

.i_news_box_n {
    width:1300px;
    background: #ffffff;
    padding: 30px 0;
    margin: 0 auto;
    position: relative;
    top: 0; z-index: 99999;
}

.i_news_box_title {
    height: 50px; background: url("../images/i_title_bg.png") bottom center no-repeat;
    padding: 5px 0 0 0; text-align: center;
}

.i_news_box_title h1 {
    display: block;margin: 0 auto;
    text-align: center;
    font-size: 36px;
    font-weight: 800;;
    color: #000000;
    line-height: 0.8;font-family: -webkit-pictograph;
}

.i_news_box_title .t_more {
    display: block;
    float: right;
    color: #765308;
    border: #ffeabd 1px solid;
    width: 72px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 20px
}
.i_news_box_title .t_more:hover{ color: #ffffff;
    border: #990000 1px solid; background: #990000}
.news_slide {width:1300px; overflow: hidden; padding: 20px 0 0 0;
}

.news_slide .prev {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 32px;
    height: 32px;
    z-index: 2;
}

.news_slide .next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 32px;
    height: 32px;
    z-index: 2;
}

/*.news_slide .prev {*/
    /*background: url(../images/picnews-arrow.png) -170px 0 no-repeat #ffffff;*/
    /*right: 100%;*/
    /*margin-right: 30px;*/
/*}*/

/*.news_slide.next {*/
    /*left: 100%;*/
    /*margin-left: 20px;*/
    /*background: url(../images/picnews-arrow.png) -50px 0 no-repeat #ffffff;*/
/*}*/

.news_slide.bd {
    width: 100%;
    overflow: hidden;
    margin-left: 0;
}

.news_slide .bd li {
    float: left;
    width: 412px;
    height: 242px;
    margin: 10px 32px 0 0;
    overflow: hidden;
    position: relative;
    transition: all 0.6s;
}

.ines_date {
    color: #999999
}

.news_slide .bd li:hover {
}

.news_slide .bd li:hover img {
    transform: scale(1.2);
}

.news_slide .bd li .pic a {
    width: 412px;
    height: 242px;
    overflow: hidden;
    display: block;
}

.news_slide .bd li .pic img {
    width: 412px;
    transition: all 0.6s;
    height: 242px;
}

.news_slide .bd li .text {
    padding: 0 0;
    height: 50px; line-height: 50px; text-align: center;
    position: absolute; font-size: 24px; color: #ffffff; background: url("../images/tt_bg.png");
    bottom: 0;
    z-index: 999;
    width: 100%;
}

.news_slide .bd li .text .desc {
    margin-top: 15px;
    line-height: 24px;
    color: #ffffff;
    font-size: 14px;
    text-align: justify;
}

.news_slide .bd li .text .tit {
    font-size: 24px;width: 100%;text-align: center;
    height: 50px; line-height: 50px;
    color: #ffffff;
    padding: 0 0 0 0;
}

/*.news_slide .bd li .text .tit:before {*/
/*content: "";*/
/*position: absolute;*/
/*bottom: -3px;*/
/*left: 0;*/
/*width: 34px;*/
/*height: 3px;*/
/*overflow: hidden;*/
/*background: #b9060b;*/
/*}*/

.news_slide .bd li .text .tit a { display: block;width: 100%;
    color: #ffffff;height: 50px; line-height: 50px;
}

.cz_more {
    background: #ffffff;
    width: 70px;
    height: 27px;
    line-height: 27px;
    border-radius: 20px;
    text-align: center;
    display: block;
    position: absolute;
    border-bottom: 5px;
    left: 40%;
    bottom: 15px
}

.news_slide li:hover .text .tit a {
    color: #ffffff
}




.i_xyfj_box{width: 100%; height:300px; background: #ffffff; padding: 20px 0}
.i_xyfj_box_title{
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    line-height:70px;
    text-align: center;

}

.viode_txt{
width: 100%;
margin: 0 auto;
heigth: auto;
height: auto;
overflow: hidden;
position: absolute;
text-align: center;
padding: 0 0 0 0;z-index: 9999;
opacity:0.7;
}
.viode_txt:hover{opacity: 1;}
.viode_txt a{
display: block;
width: auto;
overflow: hidden;
}
.viode_txt a img{
width:auto;
height: auto;
overflow: hidden;
margin: 0 auto;
}
.video_bg{    opacity: 0.4;}
.{}