@charset "utf-8"; /* CSS Document*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #ffffff;
    font-family: "Microsoft Yahei", 宋体, sans-serif;
    min-width: 1200px;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #59ACB9!important;
    color: #fff;
    background-color: #59ACB9!important;
}

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: 230px;
    background:url("../images/top_bg.jpg") center no-repeat #ffffff;
    position: relative;
    z-index: 9;
}
.header_body{width: 1200px; margin: 0 auto; height: 100%; position: relative}
.header_logo {
    float: left; margin: 30px 0 0 0;
}

.header_logo .logo {
    margin: 14px 0 0 0;
    display: block;
}

.menu_box{width: 1200px; margin: 0 auto; height:60px; background: #dbeff2; position: absolute; bottom: 0;left:0 }
.header_menu {
    float: left;
    width: 100%;
    z-index: 999;
    position: relative;
}
.home_ico{float: left; padding: 18px 10px 0 20px;}

/*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;
    margin: 0 0 0 0;
}

#menu-line {
    display: none;
    position: absolute;
    bottom: 14px;
    left: 0;
    width:0;
    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: 60px;
    line-height: 60px;
}
#cssmenu > ul > li:hover{background: #40c3d4}
#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: 0 0 0 0;
    padding: 22px 27px;
    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 { color: #ffffff;
}

#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;
    width: 100%;
}

#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: 100%;
    height: 40px;
    text-align: center;
    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;
}

/*banner*/


/*search*/
.i-searchbox {
    display:none;
    position: absolute;
    right: 0;
    padding: 0;
    top: 32px;
    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: 210px;
    height: 32px;
    overflow: hidden;
    float: right;
    padding: 0;
    position: absolute;
    top: 13px;
    right: 20px;
 border: #3399cc 1px solid;    background: #ffffff; border-radius:20px;  z-index: 9999;
}

.i-search .search-txt {
    width:75%;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    color: #666666;
    border: none;
    float: left;
    outline: none;
}

.i-search .search-btn {
    width: 25%;
    float: right;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border: none;
    background: url(../images/ico_search2.png) center no-repeat;
    cursor: pointer;
}

.i-search .search-btn:hover {
    background: url("../images/ico_search2.png") center no-repeat #3399cc;
}

/*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: 555px;height: 332px; float: left;overflow: hidden;position: relative; }
.news_pic .slick-slide img{width: 555px;height: 332px;}
.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: 262px;
    height: 305px;
    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:#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:#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: #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: 0 0; position: relative; margin: -10px auto;
}

.i_list2 ul {
    padding: 0 5px;
}

.i_list2 li {
    width: 100%;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 36px;
    overflow: hidden;
}

.i_list2 li:hover {
    color: #cc0000;
}

.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: 80%
}

.i_list2 li span {
    float: left;
    margin: 0 5px 0 15px;
    color: #888888;
    font-weight: bold;
}
.i_list2 li span i{ font-weight: bold; font-size: 17px;  font-style:normal}
.news_more{display: block; margin: 10px auto 20px auto; font-size: 14px; line-height: 22px;height: 22px; border: #ebd9d0 1px solid; text-align: center; width: 70px;padding: 0 0 0 0; border-radius: 20px;}
.news_more:hover{border: #ff6600 1px solid;background: #ff6600; color: #ffffff;}
/*friendlink*/
.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: 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: 0;
    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: 300px;
}

.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: 0 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;

}
.c-content .nr-info p img{
    display:block;
    margin:0 auto;
}
.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;
}

/*about_box*/
.about_title{width: 100%; text-align: left; height: auto; overflow: hidden; margin:20px auto 10px auto;position: relative;  }
.about_more{display: block;
    margin: 10px auto 20px auto;
    font-size: 13px;
    line-height: 22px;
    border: #eaeaea 1px solid;
    background: #ffffff;
    text-align: center;
    width: 70px;
    padding: 0 0 0 0;
    border-radius: 20px;
    float: right;
}
.about_more:hover{background: #44b0c1; color: #ffffff;border: #44b0c1 1px solid;}
.about_box{width: 1200px; margin: 20px auto; height:auto; overflow: hidden;}
.about_info{width: 570px; float: right; background:#f2f2f2; padding:0 30px;overflow: hidden; height: 332px;}
.about_info .ks_info_x{}
.about_info .ks_info_x p{ padding: 0; margin: 0; font-size: 14px; line-height: 24px; text-indent: 2em;text-align: justify;}
.about_info .ke_phone{background: url("../images/ks_phoneico.png") left no-repeat; padding: 0 0 0 30px; display: block; width: 100%; margin: 30px auto 0 auto !important;text-align:left;}
.about_info .ke_add{background: url("../images/ke_addico.png") left no-repeat; padding: 0 0 0 30px;display: block; width: 100%; text-align:left;}
/*ks_title*/
.ks_title{width: 100%; text-align: center; height: auto; overflow: hidden; margin: 30px auto}
.news_box{width: 1200px; margin: 0 auto 40px auto; overflow:hidden}
.news_box_l{ float: left;width: 376px; height: auto; overflow: hidden;background: #f2f2f2;}
.news_box_c{ float: left;width: 376px; height: auto; overflow: hidden;margin: 0 0 0 35px;background: #f2f2f2;}
.news_box_r{ float: right;width: 376px; height: auto; overflow: hidden;background: #f2f2f2;}
.news_box .news_zspic{width: 377px; height: 210px;overflow: hidden; display: block; margin: 0 auto}
.news_box .news_zspic img{width: 377px; height: 210px;overflow: hidden; display: block; margin: 0 auto}
.news_title{background: url("../images/news_title_bg.png") center no-repeat;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;height:46px;color: #ffffff; position: relative;top:-23px; z-index: 999999}
.news_title1{background:url("../images/news_title_bg1.png") center no-repeat}
.news_title2{background:url("../images/news_title_bg2.png") center no-repeat}
.news_title3{background:url("../images/news_title_bg3.png") center no-repeat}
/*tszl_box*/
.tszl_box{width: 1200px; margin: 0 auto; height: auto; overflow: hidden}
.tszl_box .xm1:hover h2,.tszl_box .xm2:hover h2,.tszl_box .xm3:hover h2{color: #ff6600;transition: all 0.6s;}
.tszl_box .xm1:hover,.tszl_box .xm2:hover ,.tszl_box .xm3:hover{background-size:45%;transition: all 0.6s;}
.tszl_box .xm1:hover p,.tszl_box .xm2:hover p,.tszl_box .xm3:hover p{color: #ff6600;transition: all 0.6s;}
.tszl_box .tszl_nr:hover{border: #ff6600 5px solid;transition: all 0.6s;}


.tszl_box .tszl_nr{width:377px; height: 190px;border:#4aafbf 5px solid;box-sizing: border-box; }
.tszl_box .xm1{ margin: 0 0 0 0;float: left; background: url("../images/xm1_bg.png") right bottom no-repeat; background-size:40% }
.tszl_box .xm2{ margin: 0 0 0 34px;float: left;background: url("../images/xm2_bg.png") right bottom no-repeat; background-size:40%}
.tszl_box .xm3{ margin: 0 0 0 0;float: right;background: url("../images/xm3_bg.png") right bottom no-repeat; background-size:40%}
.tszl_box h2{width: 86%; text-align: center; font-size:20px; font-weight: bold;color: #49afc0;margin: 20px auto;}
.tszl_box p{width: 86%; text-align: left; font-size:14px; color: #333333;margin: 0 auto; padding: 0; line-height: 24px;}

/*kstd_box*/
.kstd_box{width: 100%;height: auto;padding: 5px 0 20px 0;margin: 60px auto 20px auto;background: #f7f7f7;background-size:cover;}

.team-box{width: 1200px; margin: 0 auto;    position: relative;}
.team-box .slick-slide{height: auto;margin: 0 20px;}
.team-box .slick-prev{width: 50px !important; height: 50px !important;background: url("../images/banner_lico.png") center no-repeat #333333 !important;; opacity: 0.6;left: -5%;z-index: 9}
.team-box .slick-next{width: 50px !important; height: 50px !important;background: url("../images/banner_rico.png") center no-repeat #333333 !important;;opacity: 0.6;right: -5%;z-index: 9}
.team-box .slick-prev:hover{background: url("../images/banner_lico.png") center no-repeat #333333 !important;;opacity: 1;}
.team-box .slick-next:hover{background: url("../images/banner_rico.png") center no-repeat #333333 !important;;opacity: 1;}
.team-box .slick-next:before { content: '';}
.team-box .slick-prev:before { content: '';}
.team-box .slick-slide a {
    width: 170px;
    height: 246px;
    overflow: hidden;
    display: block;
    position: relative;margin: 0 auto;
}
.team-box .slick-slide span {
    position: absolute;
    z-index: 99;
    bottom: 0;
    display: block;
    width: 100%;
    background: url("../images/zj_namebg.png") center no-repeat;
    height: 30px;
    padding: 14px 0 0 0;
    text-align: center;
    font-size: 14px;
    color: #ffffff
}

.team-box .slick-slide a p i {
    font-style: normal;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.team-box .slick-slide a p {
    position: absolute;
    bottom: -280px;
    z-index: 999;
    width: 90%;
    height: 246px;
    background: url("../images/title_bg.png");
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    padding: 5%;
    transition: all 0.3s;
}

.team-box .slick-slide img{
    height:100%;
    width:auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.team-box .slick-slide a:hover p {
    bottom: -30px;
}


    /*footer*/
.footer {
    border-top: #008399 4px solid;
    padding: 40px 0 30px 0;
    background: url("../images/footer_bg.png") center center #59acb9 no-repeat ;
    background-size: cover; height: auto; overflow: hidden;
}
.footer_body{width: 1200px; margin:0 auto}
.end_logo{
    float: left;
    width: 40%;
    height: 100px;
    background: url("../images/logofsyy.png") left center no-repeat;
}
.copright {
    float: left;
    width: 35%;
    padding: 0 4% 0 2%;
    border-left: #8dd1db 1px solid;
    margin-top: 15px;
}
.copright p {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    margin: 0;
    text-align: left;
}
.copright  h2{ font-size: 24px;  font-weight: bold; color: #ffffff; margin-bottom: 10px}
.end_link{
    float: left;
    width: 20%;
}
.end_link h2{font-size: 16px;  font-weight: bold; color: #ffffff; margin-bottom: 10px;}
.end_link a{font-size: 14px; color: #ffffff; display: block; width: 50%; float: left; line-height: 24px; text-align: left}
.end_msm{
    float: right;
    width: 18%;}
.end_msm img{
    width:80px;
}
.end_msm a{font-size: 14px; color: #ffffff; display: block; width: 50%; float: left; line-height: 24px;  text-align: center}
.end_msm span{font-size: 14px; color: #ffffff; display: block; width: 100%; float: left; line-height: 30px;  text-align: center}

.modulefixedbottom {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}