@charset "utf-8"; body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #f1f1f1;
    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
}

img:hover {
    opacity: 0.9
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none;
    color: #ff6600;
    transition: all 0.6s
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.clearboth {
    clear: both;
    border: 0;
    padding: 0;
    margin: 0
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative
}

.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: 95px;
    background: #b92521;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9
}

.header_logo {
    float: left
}

.header_logo .logo {
    margin: 8px 0 0 0;
    display: block
}

.header_menu {
    float: right;
    z-index: 999;
    position: relative
}

#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #menu-button {
    display: none
}

#cssmenu {
    width: auto;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    background: #b92521;
    margin: 0 30px 0 0
}

#menu-line {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 50%;
    height: 3px;
    background: #ffffff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out
}

#cssmenu>ul>li {
    float: left;
    height: 90px;
    line-height: 90px
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none
}

#cssmenu.align-center ul ul {
    text-align: left
}

#cssmenu.align-right>ul>li {
    float: right
}

#cssmenu.align-right ul ul {
    text-align: right
}

#cssmenu>ul>li>a {
    margin: 20px 0 0 0;
    padding: 20px 22px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#cssmenu>ul>li.active>a {
    color: #ffffff;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 25px
}

#cssmenu>ul>li.has-sub>a::after {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease
}

#cssmenu>ul>li.has-sub:hover>a::after {
    border-color: #40c3d4
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu.align-right li:hover>ul {
    right: 0
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease
}

#cssmenu ul li:hover>ul>li {
    height: 40px;
    line-height: 40px
}

#cssmenu ul ul li a {
    padding: 0 20px;
    width: 114px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #40c3d4;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

#cssmenu ul ul li:hover>a,#cssmenu ul ul li a:hover {
    color: #ffffff;
    background: #006666
}

#cssmenu ul ul li.has-sub>a::after {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease
}

#cssmenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd
}

#cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #ffffff
}

.ibanner {
    width: 100%
}

.ibanner .slick-slide img {
    width: 100%
}

.ibanner .slick-prev {
    left: 2%;
    z-index: 9
}

.ibanner .slick-next {
    right: 2%;
    z-index: 6
}

.ibanner .slick-dots {
    bottom: 5px
}

.ibanner .slick-dots li button:before {
    color: #cccccc
}

.ibanner .slick-dots li.slick-active button:before {
    color: #ffffff
}

.ibanner .slick-prev {
    width: 50px !important;
    height: 50px !important;
    background: url("../images/banner_lico.png") center no-repeat;
    opacity: 0.6
}

.ibanner .slick-next {
    width: 50px !important;
    height: 50px !important;
    background: url("../images/banner_rico.png") center no-repeat;
    opacity: 0.6
}

.ibanner .slick-prev:hover {
    background: url("../images/banner_lico.png") center no-repeat;
    opacity: 1
}

.ibanner .slick-next:hover {
    background: url("../images/banner_rico.png") center no-repeat;
    opacity: 1
}

.ibanner .slick-next:before {
    content: ''
}

.ibanner .slick-prev:before {
    content: ''
}

.i-searchbox {
    position: absolute;
    right: 0;
    padding: 0;
    top: 34px;
    background: #f0f0f0;
    border-radius: 50%;
    z-index: 9999
}

.i_search_btn {
    display: block;
    width: 12px;
    height: 12px;
    padding: 10px !important;
    float: right;
    cursor: pointer
}

.i-search {
    width: 260px;
    height: 40px;
    overflow: hidden;
    float: right;
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 9
}

.i-search .fl {
    width: 210px
}

.i-search .search-txt {
    width: 210px;
    padding: 0;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    color: #666666;
    border: none;
    background: #ffffff;
    outline: none;
}

.i-search .search-btn {
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: none;
    background: url(../images/ico_search2.png) center no-repeat #333333;
    cursor: pointer
}

.i-search .search-btn:hover {
    background: url("../images/ico_search2.png") center no-repeat #ff9900
}

.newinfo_box {
    margin: 20px auto;
    width: 1200px;
    height: auto;
    overflow: hidden
}

.new_box {
    width: 1170px;
    background: #ffffff;
    height: 374px;
    overflow: hidden;
    padding: 15px;
    margin-right: 20px
}

.inewsbox {
    width: 654px;
    float: right;
    margin: 0 5px 0 0
}

.news_pic {
    width: 491px;
    height: 374px;
    float: left
}

.news_pic .slick-slide img {
    width: 491px;
    height: 374px
}

.news_pic .slick-prev {
    left: 2%;
    z-index: 6
}

.news_pic .slick-next {
    right: 2%;
    z-index: 9
}

.news_pic .slick-slide .image {
    position: relative
}

.news_pic .slick-slide .image h2 {
    position: absolute;
    width: 98%;
    bottom: 0;
    left: 0;
    padding: 0 0 0 2%;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: url("../images/title_bg.png")
}

.news_pic .slick-dots {
    bottom: 10px
}

.news_pic .slick-dots li button:before {
    color: #cccccc
}

.news_pic .slick-dots li.slick-active button:before {
    color: #ffffff
}

.news_pic .slick-dots {
    width: 80px;
    right: 0
}

.news_pic .slick-dots li {
    width: 10px;
    height: 10px;
    line-height: 10px
}

.news_pic .slick-dots li button {
    width: 10px;
    height: 10px;
    line-height: 10px
}

.news_pic .slick-dots li button:before {
    width: 10px;
    height: 10px;
    line-height: 10px
}

.ixtlink_box {
    float: right;
    width: 366px;
    height: 285px;
    background-size: cover;
    background: #fff;
    padding: 10px
}

.ixtlink_box ul {
    padding: 20px 0 0 0
}

.qt_box {
    width: 1200px;
    margin: 0 auto -10px auto;
    height: auto;
    overflow: hidden
}

.qt_box .qt_box_l {
    width: 49%;
    float: left;
    background: url("../images/qtboxbg_01.jpg") top center no-repeat #ffffff;
    border-top: #dbdada 2px solid;
    padding: 5px 15px 0 15px;
    box-sizing: border-box
}

.qt_box .qt_box_c {
    width: 49%;
    float: left;
    margin: 0 0 0 20px;
    background: url("../images/qtboxbg_02.jpg") top center no-repeat #ffffff;
    border-top: #dbdada 2px solid;
    padding: 5px 15px 0 15px;
    box-sizing: border-box
}

.qt_box .qt_box_r {
    width: 387px;
    float: right;
    margin: 0 0 0 0;
    background: url("../images/qtboxbg_03.jpg") top center no-repeat #ffffff;
    border-top: #13b6cc 2px solid;
    padding: 5px 15px 0 15px;
    box-sizing: border-box
}

.i_title {
    width: 100%;
    height: 46px;
    position: relative;
    border-bottom: #e1e1e1 1px solid
}

.i_title h2 {
    font-size: 20px;
    line-height: 45px;
    padding: 0 6px;
    font-weight: bold;
    color: #a91d1a;
    border-bottom: #a91d1a 3px solid;
    float: left
}

.i_title h2 i {
    font-style: normal
}

.i_title .i_more {
    display: block;
    position: absolute;
    right: 2px;
    top: 14px
}

.i_title .i_more:hover {
    right: 0
}

.i_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 22px 0
}

.i_list li {
    width: 100%;
    font-size: 16px;
    color: #a0a0a0;
    line-height: 36px;
    overflow: hidden
}

.i_list li:hover {
    color: #cc0000
}

.i_list li:hover a {
    color: #ff6600;
    transition: all 0.4s !important;
    padding: 0 0 0 15px
}

.i_list li a {
    padding-left: 10px;
    color: #3b3b3b;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 82%;
    background: url("../images/ico_001.png") left center no-repeat
}

.i_list li span {
    float: right;
    color: #666666
}

.i_list2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0
}

.i_list2 ul {
    background: url("../images/list_fzbg.png") 6px 26px no-repeat
}

.i_list2 li {
    width: 100%;
    font-size: 16px;
    color: #a0a0a0;
    line-height: 36px;
    overflow: hidden;
    background: url("../images/list_ico.png") 0 0 no-repeat
}

.i_list2 li:hover {
    background: url("../images/list_ico.png") 0 -34px no-repeat;
    transition: all 0.4s !important;
    color: #cc0000;
    padding: 0 0 0 5px
}

.i_list2 li:hover a {
    color: #ff6600
}

.i_list2 li a {
    padding-left: 6px;
    color: #3b3b3b;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 82%
}

.i_list2 li span {
    float: left;
    margin: 0 0 0 17px;
    color: #666666;
    font-weight: bold
}

.friendlink {
    width: 1200px;
    margin: 0 auto;
    border: #ebebeb 1px solid;
    background: #ffffff;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    bottom: -25px
}

.friendlink_ico {
    font-size: 14px;
    float: left;
    width: 155px
}

.friendlink_ico span {
    background: #ebebeb;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding: 10px;
    margin: 10px 10px 10px 15px;
    float: left
}

.friendlink_ico h2 {
    font-size: 16px;
    line-height: 60px;
    color: #a91d1a;
    font-weight: bold;
    float: left
}

.friendlink_list {
    width: 1045px;
    float: right;
    height: auto;
    overflow: hidden
}

.friendlink_list ul {
    width: 1100px
}

.friendlink_list li {
    font-size: 14px;
    line-height: 61px;
    color: #333333;
    float: left;
    text-align: left;
    padding-right: 4%
}

.lm-right {
    width: 940px;
    float: right;
    margin-right: 0;
    border: #eaeaea 1px solid;
    background: #ffffff;
    min-height: 500px
}

.this-name {
    border-bottom: #e6e6e6 1px solid;
    line-height: 0px;
    height: 55px;
    padding: 0 0;
    margin: 10px 20px 0 20px
}

.this-name h1 {
    color: #b61a0c;
    font-size: 20px;
    font-weight: bold;
    line-height: 54px;
    padding: 0 10px 0 10px;
    float: left;
    border-bottom: #b61a0c 3px solid;
}

.this-name span {
    float: right;
    color: #666;
    font-size: 14px;
    background: url("../images/this_ico.png") left 16px no-repeat;
    padding: 0 0 0 20px;
    height: 55px;
    line-height: 50px
}

.this-name span a {
    color: #666
}

.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 20px;
    min-height: 600px
}

.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 20px
}

.lm-right .lm_list li {
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0 10px;
    border-bottom: #e0e0e0 1px dashed
}

.lm-right .lm_list li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../images/ico_002.png") left center no-repeat;
    text-align: left
}

.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
}

.listmain {
    height: auto;
    position: relative;
    padding: 0 0 0 0;
    width: 1200px;
    margin: 15px auto
}

.lm-left {
    width: 236px;
    float: left;
    background: #ffffff;
    padding: 0 0 0 0
}

.lm-left .left-lmname {
    background: #a91d1a;
    position: relative;
    height: 80px;
    line-height: 60px;
    padding: 7px;
    box-sizing: border-box;
    overflow: hidden
}

.lm-left .left-lmname h1 {
    color: #ffffff;
    font-size: 22px;
    line-height: 80px;
    padding: 0 0 0 0;
    z-index: 999;
    text-align: center;
    border: #a91d1a 1px solid;
}

.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px
}

.lm-left .list-sub {
    height: auto;
    overflow: hidden;
    width: 234px;
    padding: 0 0;
    border: #e9e9e9 1px solid
}

.lm-left .list-sub a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    color: #333333;
    text-align: center;
    border-bottom: #d7ecef 1px solid
}

.lm-left .list-sub a:last-child {
    border-bottom: none
}

.lm-left .list-sub a:hover {
    background: #dff1f1;
    color: #06828d
}

.lm-left .list-sub #this-on {
    background: #ffffff;
    font-weight: bold;
    color: #a91d1a;
}

.list_banner {
    width: 100%;
    text-align: center;
    background: #eff3f6;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2)
}

.list_banner img {
    width: 100%
}

.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 10px
}

.c-content .c-title {
    font-size: 28px;
    color: #000000;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #222222;
    background: #f7f7f7;
    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 {
    line-height: 36px !important;
    margin-bottom: 15px;
    text-indent: 2em;
    color: #333;
    font-size: 16px !important;
    text-decoration: none;
    font-family: "Microsoft Yahei" !important
}

.c-content .nr-info p span {
    line-height: 36px !important;
    color: #333;
    font-size: 16px !important;
    font-family: "Microsoft Yahei" !important
}

.wz_fj p {
    line-height: 36px;
    color: #cc0000;
    font-size: 16px;
    background: url("../images/ico_fj2.png") left center no-repeat;
    padding: 0 0 0 20px
}

.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: #e4e4e4 1px solid;
    margin: 20px auto;
    padding: 20px 0
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.i-sxt a {
    color: #555555;
    font-size: 16px;
    line-height: 36px
}

.i-sxt a:hover {
    color: #ff6600
}

.pic-list {
    width: 900px;
    overflow: hidden;
    height: auto;
    margin: 20px auto
}

.pic-list ul {
    width: 925px;
    margin: 0 auto;
    padding: 0 0 0 0
}

.pic-list li {
    margin-right: 25px;
    float: left;
    margin-bottom: 0;
    height: auto;
    overflow: hidden;
    box-sizing: border-box
}

.list_img {
    width: 260px;
    height: 175px;
    padding: 10px;
    border: #cccccc 1px solid;
    overflow: hidden;
    display: block
}

.list_txt {
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: block
}

.pic-list li img {
    width: 260px;
    height: 175px
}

.pic-list li a:hover {
    color: #000
}

.pic-list li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block
}

.cont_yxbm_rigB {
    width: 896px;
    margin: 0 auto;
    height: auto;
    line-height: 30px;
    font-size: 14px;
    padding: 20px 20px;
    overflow: hidden
}

.cont_yxbm_rigB h2 {
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    border-left: 3px solid #ff6600;
    background: #f1f1f1;
    margin-bottom: 10px;
    font-size: 18px
}

.cont_yxbm_rigB ul {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
    width: 110%
}

.cont_yxbm_rigB ul li {
    width: 19%;
    height: 34px;
    float: left;
    text-align: left;
    line-height: 34px;
    border: 1px solid #f1f1f1;
    padding: 0 10px;
    margin: 5px 2.1% 5px 0;
    display: inline;
    font-size: 14px
}

.cont_yxbm_rigB ul li.curr {
    background: #6699cc;
    color: #FFF
}

.cont_yxbm_rigB ul li.curr a {
    color: #FFF
}

.cont_yxbm_rigB ul li:hover {
    background: #6699cc;
    color: #FFF
}

.cont_yxbm_rigB ul li:hover a {
    color: #FFF
}

.footer {
    padding: 50px 0 10px 0;
    background: url("../images/footer_bg.png") center center #b92521 no-repeat;
    background-size: cover
}

.copright p {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #b92521 !important;
    color: #fff;
    background-color: #b92521 !important;
}