@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #f1f1f1;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
    min-width: 1200px;
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #359FA6!important;
    color: #fff;
    background-color: #359FA6!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: #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*/
.header {
    width: 100%;
    height: 90px;
    background: #ffffff;
    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: 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;
}

#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;
    position:relative;
}
#cssmenu > ul > li.active:before{
    content:"";
    position:absolute;
    width:80%;
    background:#40c3d4;
    height:4px;
    bottom:8px;
    left:50%;
    transform:translateX(-50%)
}

#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 10px;
    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 10px;
    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.chang li a{width: 200px;}

#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%}
.ibanner .slick-slide img{width: 100%}
.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:#fff;width:15px;height:15px;}
.ibanner .slick-dots li.slick-active button:before{color: #40c3d4;}
.ibanner .slick-prev{width: 50px !important;height: 50px !important;background: url("../images/banner_lico.png") center no-repeat;opacity: 0.9;}
.ibanner .slick-next{width: 50px !important;height: 50px !important;background: url("../images/banner_rico.png") center no-repeat;opacity: 0.9;}
.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: '';}

/*search*/
.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: 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: 20px auto;
    width: 1200px;
    height: auto;
    overflow: hidden
}

/*new_box*/
.new_box {
    width: 888px;
    float: left;
    background: #ffffff;
    height: 275px;
    overflow: hidden;
    padding: 15px;
}

/*inewsbox*/
.inewsbox {
    width: 475px;
    float: right;
    margin: 0 5px 0 0
}
.news_pic{width: 387px; height: 275px; float: left}
.news_pic .slick-slide img{width: 387px; 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;right:5px;}
.news_pic .slick-dots li button:before{color:#cccccc;}
.news_pic .slick-dots li.slick-active button:before{color:#ca4b27;}
.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: 262px;
    height: 305px;
    background: url("../images/xt_bg.jpg") center no-repeat;
    background-size: cover;
}

.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 -10px auto;
    height: auto;
    overflow: hidden;
}

.qt_box .qt_box_l {
    width: 387px;
    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;
height:311px;
}

.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: 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: 18px;
    line-height: 45px;
    padding: 0 6px;
    font-weight: bold;
    color: #050000;
    border-bottom: #13b6cc 3px 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;
    padding: 12px 0
}

.i_list ul {

}

.i_list li {
    width: 100%;
    font-size: 14px;
    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: 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 ul {
    background: url("../images/list_fzbg.png") 6px 26px no-repeat;
}

.i_list2 li {
    width: 100%;
    font-size: 14px;
    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: 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: 60px;
    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;
min-height:350px;
}

.this-name {
    border-bottom: #e6e6e6 1px solid;
    line-height: 0px;
    height: 55px;
    padding: 0 0;
    margin: 10px 20px 0 20px
}

.this-name h1 {
    color: #068b93;
    font-size: 20px;
    font-weight: bold;
    line-height: 54px;
    padding: 0 10px 0 10px;
    float: left;
    border-bottom: #13b6cc 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;
}

/*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: #068b93;
    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: #30b0c1 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: #dff1f1;
    font-weight: bold;
    color: #06828d;
}

/*listbanner*/

.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%;
}

/*content*/
.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 20px;
}

.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: 32px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left;
    color: #666666;
    font-size: 16px;
    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: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.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 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: url("../images/footer_bg.png") center center #359fa6 no-repeat;
    background-size: cover
}

.copright {
}

.copright p {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center
}