@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #f1f1f1;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
   
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #096cb8 !important;
    color: #fff;
    background-color: #096cb8 !important;
}
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: #666666;
}

a:hover {
    text-decoration: none;
    color: #096cb8;
    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*/
.header {
    width: 100%;
    height: 120px;
    background: #ffffff;
    /*box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);*/
    position: relative;
    z-index: 9;
}

.header .w1200{
display: flex;
    align-items: center;
    flex-wrap: nowrap;
    height: 100%;
}

.header_logo {
    float: left
}

.header_logo .logo {
    margin: 14px 0 0 0;
    display: block;
}

.header_menu {
    float: right;
    z-index: 999;
    position: relative;
}

/*menu*/
#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: #ffffff;
    margin: 0 30px 0 0;*/    margin: 0 auto;
}

/*#menu-line {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 50%;
    height: 3px;
    background: #40c3d4;
    -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 25px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
    -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:hover > a,
#cssmenu > ul > li.active {
}

#cssmenu > ul > li.active > a {
    color: #222222;
}

#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*/
.ibanner{width: 100%;    height: 400px;}
.ibanner .slick-slide img{width: 100%;    height: 400px;    object-fit: cover;}
.ibanner .slick-prev{left: 2%;z-index: 1;}
.ibanner .slick-next{right: 2%;z-index: 1}
.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: '';}
.slick-prev, .slick-next{    top: 50% !important;}
/*search*/
.i-searchbox {

    position: absolute;
    right: 0;
    padding: 0;


    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: 262px;
    height: 40px;
    overflow: hidden;
    float: right;
    /* margin: 0 30px 0 0; */
    border-radius: 0;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 9;
}

.i-search .search-txt {
    width: 200px;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    color: #666666;
    border: none;
    background: #ffffff;
    outline: none;
}

.i-search .search-btn {
    width: 50px;
    height: 38px;
    line-height: 38px;
    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*/
.newinfo_box {
    margin: 0px auto;
    width: 1200px;
    height: auto;
    overflow: hidden
}

/*new_box*/
.new_box {
    width: 800px;
    float: left;
   /* background: #ffffff;
    padding: 15px;
    height: 275px;*/
    overflow: hidden;
    
}

/*inewsbox*/
.inewsbox {
    width: 400px;
    float: right;
    margin: 0 5px 0 0
}
.news_pic{width: 370px; height: 275px; float: left}
.news_pic .slick-slide img{width: 100%; height: 275px;}
.news_pic .slick-prev{left: 2%;z-index: 9;}
.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;}

/*newinfo_box_right*/
.ixtlink_box {
    float: right;
    width: 375px;
    height: 305px;
   /* background: url("../images/xt_bg.jpg") center no-repeat;*/
    background-size: cover;
}

.ixtlink_box .jjnr img{width: 375px;height: 175px;    margin-top: 1.8rem;    object-fit: cover;}
.ixtlink_box .jjnr p{line-height: 25px !important;
    font-size: 14px !important;
    text-indent: 2em !important;}


.ixtlink_box ul {
    padding: 20px 0 0 0
}

.ixtlink_box li {
}

.ixtlink_box li a {
    width: 224px;
    height: 54px;
    line-height: 54px;
    display: block;
    margin: 10px auto;
    background: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    color: #555555;
    font-weight: bold;
    text-align: left
}

.ixtlink_box li a:hover {
    background: #ffeedc
}

.ixtlink_box li a span {
    display: block;
    float: left;
    width: 54px;
    height: 44px;
    text-align: center;
    margin: 10px 0 10px 15px;
}

.ixtlink_box li a span img {
    width: 32px;
    height: 32px;
}

.ixtlink_box li:hover span {
    margin: 10px 0 10px 20px;
    transition: all 0.6s;
}

/*qt_box*/
.qt_box {
    width: 1200px;
    margin: 0 auto 20px auto;
    height: auto;
    overflow: hidden;
}

.qt_box .qt_box_l {
    width:800px;
    float: left;
   /* background: url("../images/qtboxbg_01.jpg") top center no-repeat #ffffff;
    border-top: #13b6cc 2px solid;
    padding: 5px 15px 0 15px;*/
    box-sizing: border-box;
}
/*
.qt_box .qt_box_c {
    width: 387px;
    float: left;
    margin: 0 0 0 20px;
    background: url("../images/qtboxbg_02.jpg") top center no-repeat #ffffff;
    border-top: #13b6cc 2px solid;
    padding: 5px 15px 0 15px;
    box-sizing: border-box;
}
*/
.qt_box .qt_box_r {
    width: 370px;
    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;
}

.new_box .i_title{
    width: 800px;
    float: left;
    padding: 5px 0;
    box-sizing: border-box;
    margin-bottom: 1.8rem;
}

.new_box .i_title h2 {line-height: 39px;}

.i_title {
    width: 100%;
    height: 46px;
    position: relative;
    border-bottom: #096cb8 1px solid
}

.i_title h2 {
    font-size: 18px;
    line-height: 45px;
    padding: 0 15px;
    font-weight: bold;
    color: #fff;
    background: #096cb8;
    border-bottom: #096cb8 1px solid;
    float: left;
}

.i_title h2 i {
    color: #ca4b27;
    font-style: normal
}

.i_title .i_more {
    display: block;
    position: absolute;
    right: 2px;
    top: 14px
}

.i_title .i_more:hover {
    right: 0;
}

/*list*/
.i_list {
    width: 100%;
    height: auto;
    overflow: hidden;
   
}

.i_list ul {

}

.i_list li {
    width: 100%;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 34px;
    overflow: hidden;
}

.i_list li:hover {
    color: #cc0000;
}

.i_list li:hover a {
    color: #096cb8;
    transition: all 0.4s !important;
    padding: 0 0 0 15px
}

.i_list li a {
    padding-left: 10px;
    color: #3b3b3b;
    font-size: 14px;
    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;
}

/*list2*/

.i_list2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0
}



.i_list2 li {
    width: 100%;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 34px;
    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: #096cb8;
}

.qt_box .qt_box_l .i_list2 ul li {display: flex;
    flex-wrap: nowrap;flex-wrap: wrap;     border-bottom: 1px dotted #d4d3d3;
}

.qt_box .qt_box_l .i_list2 li a {width: 92%}
.qt_box .qt_box_l .i_list2 li p{
    font-size: 14px;
    color: #999;
    text-indent: 2em;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    margin: 3px 0 10px 0;
}
.qt_box .qt_box_l .i_list2 li p i{font-style: normal; color: #000;}

.i_list2 li a {
    padding-left: 6px;
    color: #3b3b3b;
    font-size: 14px;
    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*/
.friendlink {
    width: 1200px;
margin: 30px auto 20px;
    border: #ebebeb 1px solid;
    background: #ffffff;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}

.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: 15px;
    line-height: 60px;
    color: #333333;
    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: 30px;
    color: #333333;
    width: 19%;
    float: left;
    text-align: left
}

.friendlink_list li a {
}

/*list*/
.lm-right {
    width: 940px;
    float: right;
    margin-right: 0;
    border: #eaeaea 1px solid;
    background: #ffffff
}

.this-name {
    border-bottom: #e6e6e6 1px solid;
    line-height: 0px;
    height: 55px;
    padding: 0 0;
    margin: 10px 20px 0 20px
}

.this-name h1 {
    color: #096cb8;
    font-size: 20px;
    font-weight: bold;
    line-height: 54px;
    padding: 0 10px 0 10px;
    float: left;
    border-bottom: #096cb8 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: #096cb8;
}

.lm-right .lm_list li a:hover {
    background: url("../images/ico_002.png") left center no-repeat #ececec;
    color: #096cb8;
}

.lm-right .list-fy {
    text-align: center;
    margin: 0px auto 20px auto;
    min-height: 40px;
}

/*listsub*/
.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: #096cb8;
    position: relative;
    height: 80px;
    line-height: 60px;
    padding: 7px;
    box-sizing: border-box;
    overflow: hidden;
}

.lm-left .left-lmname h1 {
    color: #ffffff;
    font-size: 24px;
    line-height: 80px;
    padding: 0 0 0 0;
    z-index: 999;
    text-align: center;
    border: #4d99d4 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: 18px;
    cursor: pointer;
    color: #333333;
    text-align: center;
    border-bottom: #efe1e1 1px solid;
}

.lm-left .list-sub a:last-child {
    border-bottom: none
}

.lm-left .list-sub a:hover {
    background: #d0dee8;
    color: #096cb8;
}

.lm-left .list-sub #this-on {
    background: #d0dee8;
    font-weight: bold;
    color: #096cb8;
}

/*listbanner*/

.list_banner {
    width: 100%;
    height: 40vh;
    text-align: center;
    background: #eff3f6;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}

.list_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;    min-height: 300px;
}

.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 15px 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: 30px !important;
    margin: 5px 0;
    text-indent: 2em;
   /* text-align: left;*/
    color: #666666;
    font-size: 16px !important;
    font-weight: normal;
    text-decoration: none;

}

.wz_fj {
}

.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: 94%;
    float: left;
    margin: 0;
    padding: 0 25px;
}



.i-sxt a {
    color: #555555;
    font-size: 16px;
    line-height: 36px;
}

.i-sxt a:hover {
    color: #096cb8;
}

.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 img:hover {
}

.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
}

/*LINK*/
.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*/
.footer {
    padding: 20px 0;
    background: #096cb8;
    background-size: cover
}

.copright {
}

.copright p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center
}


/*新导航*/
#nav {    background: #096cb8;position: relative;border-top: 0.01rem solid rgba(255,255,255,0.4);border-bottom: 0.01rem solid rgba(255,255,255,0.4);}
#nav ul { position: relative;    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    padding: 1.3rem 0;
}
#nav ul li { position: relative; z-index: 9; }
#nav ul li a { display: block; padding: 0px; }
#nav ul li h3 { font-size: 18px;color: rgb(255, 255, 255); line-height: 0.6rem;position: relative; transition: all 0.6s ease 0s;}

#nav ul li:hover a { color: rgb(255, 255, 255); }
#nav ul li.on h3 { font-weight: bold; }
#nav ul li:hover a h3 span, #nav ul li.on h3 span { background: url("") left center no-repeat; }
#nav ul li a i { display: inline-block; background: url("") center center / contain no-repeat; width: 9px; height: 6px; vertical-align: middle; margin-left: 8px; }
#nav ul li .sub {position: absolute;top: 1.8rem; width: auto; left: 0%; margin-left: -32%; z-index: 10000; visibility: hidden; opacity: 0; transition: all 0.5s ease 0s;border-radius: 0.05rem;}
/*#nav ul li:last-child .sub { margin-left: 0px; left: auto; right: 0px; }*/
#nav ul li .sub .box { padding: 0.1rem 0.2rem; text-align: center;background: rgba(255, 255, 255, 0.95);border-top: 0.02rem solid #084c80;  }
#nav ul li .sub a { padding: 0px;border-bottom: 0.01rem solid #e7e7e7; line-height: 2.5; transition: all 0.3s ease 0s; font-size: 16px;width: 110px; color: rgb(102, 102, 102); }
#nav ul li .sub a:hover { color: #096cb8;font-weight: 600;}
#nav ul li:hover .sub { opacity: 1; visibility: visible; transform: translateY(0px); }
#nav ul > li.on h3, #nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3 {font-weight: bold; }
#nav .navBox > ul > li:last-child h3::after { left: auto; margin-left: 0px; right: 0px; }
#nav .navBox > ul > li:hover h3.ej::after, #nav ul li.on h3.ej::after { transform: scale(1); }
#nav .navBox > ul > li:hover h3.er::before, #nav > ul > li.on h3.ej::before { opacity: 1; visibility: visible; }



/*检索*/
.pc_top_ss{
    width: 16rem;
    height: 2.2rem;
    background: none;
    border-radius: 200px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    margin-left: 0.2rem;
}
.pc_top_ss div{display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;}
.pc_top_ss div{height:100%;}
.pc_top_ss form{display: flex;justify-content: space-between;width: 100%;height: 100%;}
.pc_top_ss .txt{    outline-style: none;border: 0;width: calc(87% - 0.5rem);height: 100%;font-size: 0.16rem;color: #333;padding: 0 0.1rem 0 0.4rem;background: none;}
.pc_top_ss .btn{outline-style: none;
    width: 1.2rem;
    height: 1.2rem;
    padding:7px;
    border: 0;}



/*手机logo，导航*/
#nav_btn_box { height: 100%; z-index: 999999999; float: right;}
#nav_btn_box.on { background: none; }
#nav_btn { }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: rgb(255, 255, 255); }
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; transition: all 0.5s ease 0s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 0.24rem; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 0.3rem; }
#nav_btn .navbtn { position: absolute; top: 12px; left: 0px; display: inline-block; width: 24px; height: 1px; transition: all 0.3s ease-out 0s; background: rgb(255, 255, 255); }
#nav_btn .navbtn::after, #nav_btn .navbtn::before { position: absolute; left: 0px; display: inline-block; width: 1rem; height: 1px; content: ""; transition: all 0.3s ease-out 0s; background: rgb(255, 255, 255); }
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { transform: rotate(-45deg); top: 0px; }
.m_nav_list { flex-direction: column; justify-content: flex-start; width: 100%; margin: 0.3rem 0px 0px; }
.m_nav_list::-webkit-scrollbar { display: none; }
#m_nav { z-index: 99999; position: fixed; width: 100%; height: 100vh; right: -105%; top: 0px; padding: 3rem 0px 2rem; overflow: hidden; pointer-events: none; transition: all 0.3s ease-out 0s; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start;
background: #096cb8;
}
#m_nav .close { position: absolute; top: 6px; right: 15px; font-size: 28px; color: rgb(255, 255, 255); z-index: 10000; }
#m_nav.act { pointer-events: auto; right: 0px; overflow: auto; }
#m_nav > ul > li { width: 100%; overflow: hidden; padding: 0px 2px 0px 0.6rem; position: relative; }
#m_nav > ul > li { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
#m_nav li .a { display: inline-block; width: calc(100% - 30px); }
#m_nav li .a { line-height: 3rem; height: 3rem; color: rgb(255, 255, 255); padding: 0px; font-size: 15px; float: left; }
#m_nav li .a span { display: block; position: absolute; top: 0px; right: 10px; width: 20px; height: 50px; text-align: center; }
#m_nav li .a span i { font-size: 0px; }
#m_nav li i { opacity: 1; width: 3rem; height: 3rem; background-image: url("../images/arrow_down.png"); background-position: calc(100% - 30px) center; background-repeat: no-repeat; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: initial; position: absolute; display: block; right: 0px; background-size: 13px 13px !important; }
#m_nav li.on i { background: url("../images/arrow_down_on.png") calc(100% - 30px) center no-repeat; }
#m_nav .on.title .a i { transform: rotate(-90deg); }
#m_nav li { display: block; width: 100%; }
.slide_nav { position: absolute; left: 0px; height: 70px; z-index: 998; padding: 15px; top: 0px; width: 100%; }
#m_nav .title .list { display: none; position: relative; width: 100%; z-index: 9; left: 0px; margin-left: 0px; background: none; border: 0px; clear: both; padding-bottom: 10px; }
#m_nav .title .list span { background: none; }
#m_nav .title .list span a:hover { color: #006179; }
#m_nav .title .list a { display: block; font-size: 16px; color: rgba(255, 255, 255, 0.6); text-align: left; line-height: 40px; height: 40px; border: 0px; font-weight: 300; }
#m_nav .title .list .void > a { background-size: 10px; position: relative; }
#m_nav .title .list .void > a::before { content: "??????Ã¨Å½Â½Ã§â€šâ€°Ã©Ë†Â¥????Ã§Å’Â«Ã¨Â·Â¯Ã§â€šâ€°??aÃ¨Å’â€¦Ã©Ë†Â¥Ã¦Â¾Å¸Ã¨Â¯Â¥Ã¢â€Â¾?Ã¦ÂºÅ’Ã¦â€¡Å Ã®â€¡Â·Ã¦Å¸Â¯????Ã¨Å’â€¦Ã©Ë†Â¥Ã¦Â¾Å¸Ã¨Â¯Â¥Ã‘â‚¬?ÃƒÂ·????Ã¥Â¿â„¢Ã¦Â²Â¤Ã©Â²Â"; position: absolute; left: -1em; font-size: 12px; font-weight: bold; }
#m_nav .title .list span { position: relative; display: block; }
#m_nav .title .list span .sub { position: static; width: 100%; overflow: hidden; display: block !important;}
#m_nav .title .sub a { background: none; font-size: 0.875rem; opacity: 0.8; min-width: 50%; float: left; display: inline-block; color: rgb(153, 153, 153); }
#m_nav p{text-align: center;width: 100%;}
#m_nav>p{margin-bottom: 15px;}
#m_nav p a{color: #fff;padding: 0 10px;font-size: 14px;}

.tc_search {display: flex; margin: 0.3rem 0.2rem 0px; width: calc(100% - 0.4rem); position: relative; }
.tc_search form { height: 40px; border-radius: 0px;position: relative; width: 100%; margin-bottom: 1rem; }
.tc_search .keyword { font-size: 0.18rem; color: rgb(255, 255, 255); height: 40px; line-height: 40px; box-shadow: none; appearance: none; background: none; width: 100%; outline: none; border: 1px solid rgba(255, 255, 255, 0.5); padding: 0px 52px 0px 0px; }
.tc_search .btn_blue { position: absolute; right: 0px; width: 40px; height: 42px; line-height: 42px; border: 0px; background: url("../images/search_white.png") center center / 1.5rem no-repeat; }
.tc_search .btn_blue.fr { background: rgb(233, 237, 239); color: rgb(78, 79, 83); }
.tc_search input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.7); }
.tc_search input:focus::-webkit-input-placeholder { color: transparent; }

.nav_mask { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 888; background-color: rgba(0, 0, 0, 0.4); display: none; }
.m_header_box { transition: all 0.6s ease 0s; display: none;}
#m_header #logo .box_table { width: auto; float: left; display: table; height: 100%; }
#nav_btn_box .box_table { width: auto; float: left; display: table; height: 100%; }
#nav_btn_box .box_table .box_table_cell { vertical-align: middle; display: table-cell; }
#m_header #logo .box_table .box_table_cell { vertical-align: middle; display: table-cell; margin: 0px auto; }
#m_header #logo .box_table .box_table_cell a { display: block; }
.m_header_box header { padding: 0px 5% 0px 1%; height: 70px;position: fixed; top: 0px; left: 0px; right: 0px; z-index: 100; box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.18);background:#096cb8;background-size: cover;}
#m_header #logo { float: left; height: 50px;margin-top: 10px; }
#m_header #logo img { width: 80%; }
#m_header .yuyan { height: 4.5rem; float: right; margin-right: 4rem; }
#m_header .yuyan span { display: block; width: 24px; height: 24px; line-height: 24px; color: rgb(255, 255, 255); font-size: 0.9rem; text-align: center; margin-left: 17px; background: rgba(255, 255, 255, 0.3); }
.ej .toubu_div { position: initial; }
.ej #nav ul li h3 { color: rgb(51, 51, 51); font-family: "microsoft yahei"; }
.ej #nav ul li.on h3, .ej #nav ul li:hover h3 { color: rgb(255, 255, 255); }
.ej .list_box0 .li { line-height: 3rem; }
.ej .list_box0 .li > a { color: rgb(102, 102, 102); }
.ej .list_box0 .li input.txt { border-bottom: 1px solid rgb(102, 102, 102); }
.ej #header #logo .box_table { height: 132px;}
.ej #header { height: 8.18rem; }
.ej .header_box_li { height: 8.18rem; }
#fp-nav.fp-right { display: none; }
#m_nav .phone{padding: 0 0.3rem;}
#m_nav .phone p{font-size: 0.14rem;color: #fff;line-height: 0.24rem;text-align: left;margin-bottom: 0.05rem;}
.m_links{width: 100%;padding: 0 0.3rem;}
.m_links dd{width: 31%;margin-top: 0.12rem;border: 0.01rem solid rgba(255,255,255,0.3);border-radius: 0.05rem;}
.m_links dd a{display: block; font-size: 0.18rem;color: #fff;padding: 0.14rem 0.1rem;text-align: center;}
@media (max-width: 1820px) {
  #header .w163{margin: 0 100px;width: calc(100% - 200px);}
}
@media (max-width: 1200px) {
}

@media (max-width: 768px) {
 .m_links .language h3{font-size: 0.2rem;}
 .m_links .language dd{width: 25%;}
 .m_links .language dd a{font-size: 0.16rem;}
  .m_header_box { display: block; }
  .header_box { display: none; }
}
@media (max-width: 540px) {
 .m_links .language dd{width: 33.3%;}
#m_header #logo{    width: 80%;}
#m_header #logo img {width: 100%;}
.m_header_box header {padding: 0px 7% 0px 1%;}
}