/* css 重置 */
* {
    margin: 0;
    padding: 0;
    list-style: none
}

body {
    background: #fff;
    font: normal 12px/22px 微软雅黑;
    width: 100%;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #000000;
    cursor: pointer;
}

button {
    outline: none
}

button:hover {
    cursor: pointer;
}

#footer {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.b {
    font-weight: bold;
}

/*头部*/
.logoBar {
    width: 1000px;
    height: 64px;
    margin: 36px auto 0;
}

.lgfot {
    font-size: 16px;
    line-height: 64px
}

.lgr {
    margin-right: 30px
}

.navBar {
    position: relative;
    z-index: 1;
    background: #3E3E3E;
    color: #fff;
    height: 55px;
    line-height: 55px;
}

.nav {
    width: 1000px;
    margin: 0 auto;
}

.nav .sub li {
    border-bottom: 1px solid #1E1E1E;
}

.nav .m {
    float: left;
    position: relative;
    top: 0px;
}

.nav a:hover {
    text-decoration: none;
}

.nav h3 {
    float: left;
    font-weight: normal;
    font-size: 16px;
    height: 51px;
    overflow: hidden;
    width: 111px;
    text-align: center;
    border-bottom: 4px solid #3E3E3E;
}

.nav h3 a {
    display: block;
    color: #fff;
    padding: 0 20px;
    vertical-align: top;
}

.nav .on h3 {
    border-bottom: 4px solid #82C1A2;
}

.nav .on h3 a {
    color: #82C1A2;
    border-color: #82C1A2 !important;
}

.nav .sub {
    display: none; /*默认隐藏*/
    width: 111px;
    font-size: 14px;
    position: absolute;
    top: 55px;
    background: #3E3E3E;
    text-align: center;
}

.nav .sub li {
    vertical-align: middle;
}

.nav .sub li a {
    height: 45px;
    line-height: 45px;
    display: block;
    color: #fff;
}

.nav .sub li a:hover {
    color: #82C1A2;
}

/* 轮播css */
.fullSlide {
    width: 100%;
    position: relative;
    height: 485px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 485px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 485px;
    text-indent: -9999px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 45px;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}

.fullSlide .hd ul {
    text-align: center;
    padding-top: 10px;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 14px;
    margin: 5px;
    background: url(../images/dian.png) -30px 0;
    overflow: hidden;
    line-height: 9999px;
}

.fullSlide .hd ul .on {
    background-position: 0 0;
}

.direct {
    width: 1080px;
    margin: 0 auto;
}

.fullSlide .prev, .fullSlide .next {
    z-index: 1;
    display: block;
    width: 41px;
    height: 77px;
    position: relative;
    margin: -27% 0 0 0;
    float: left;
    background: url(../images/left.png) 0 0 no-repeat;
    filter: alpha(opacity=40);
    opacity: 0.4
}

.fullSlide .next {
    float: right;
    background: url(../images/right.png) 0 0 no-repeat;
}

.fullSlide .prev:hover, .fullSlide .next:hover {
    filter: alpha(opacity=80);
    opacity: 0.8
}

/*第二栏*/
.second {
    width: 1000px;
    height: 715px;
    margin: 46px auto 0;
    font-size: 15px;
}

.second > .left {
    width: 675px;
}

.title {
    color: #089971;
}

.title span.more{
    float: right;
    margin: 15px 10px 0 0;

}
.title span.more a{ color: #089971;}

.title .eng {
    line-height: 18px;
    font-size: 20px;
}

.title h1 {
    float: left;
    font-size: 28px;
    padding-top: 10px;
}
.title h1 a {
    color: #089971;
}


.cut {
    margin-left: 6px;
    margin-right: 6px;
}

.title hr {
    margin-top: 10px;
    border: 0 solid;
    background-color: #089971;
    height: 5px;
}

.second .content {
    color: #4d4d4d;
}

.sub {
    font-size: 17px;
    color: #000000;
    overflow: hidden;
    line-height: 30px;

}
.p-p p.sub,.content p.sub{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.second .content a:hover .sub {
    color: #01976E;
}

.second button {
    background-color: #666; /* Green */
    border-radius: 5px;
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 0 0 388px;
    -webkit-transition-duration: 0.1s; /* Safari */
    transition-duration: 0.1s;
    cursor: pointer;
    line-height: 20px;
}

.second button:hover {
    background-color: #00976E;
    color: white;
}

.second .main {
    line-height: 26px;
}

.second .main > div {
    margin: 15px 0 0 0;
}

.second .main .one .left {
    width: 146px;
    height: 161px;
    overflow: hidden;
}

.second .main .one .left img {
    cursor: pointer;
    width:146px;
    height: 161px;
    transition: all 0.6s;
}

.second .main .one .left img:hover {
    transform: scale(1.2);
}

.second .main .content {
    float: right;
    width: 514px;
}
.second .main .content > p.desc{height: 99px; overflow: hidden}
.second .main hr {
    height: 2px;
    border: none;
    border-top: 2px dotted #089971;
    margin-top: 10px;
}

.set {
    margin-top: 55px
}

.second > .right {
    width: 305px;
}

.qrcode {
    height: 555px;
    background-color: #D2D5DA;
    text-align: center;
}

.qrcode img {
    margin-top: 140px;
    margin-bottom: 16px;
}

.second .official {
    color: #ffffff;
    width: 305px;
    height: 50px;
    background-color: #00976E;
    text-align: center;
    line-height: 50px;
}

.third {
    width: 100%;
    max-width: 1920px;
    height: 2040px;
    background: url("../images/background4.jpg") no-repeat top center;
}

.third-main {
    width: 1000px;
    margin: 0 auto;
}

.third-main > .left {
    width: 488px;
    margin-top: 55px;
}

.third-main > .right {
    width: 488px;
    margin-top: 55px;
}

.third-main .left .left-2, .third-main .right .left-2 {
    margin-top: 52px;
}

.third-main title p {
    display: inline-block;
}

.work-group {
    width: 488px;
    border-top: 2px solid #ffffff;
    margin-top: -5px;
    font-size: 15px
}

.work-group .hd {
    overflow: hidden;
    font-size: 16px;
}

.work-group .hd a {
    color: #ffffff;
    text-align: center;
}

.work-group .hd a li {
    position: relative;
    height: 37px;
    line-height: 37px;
    border-left: 1px solid #C7D4E8;
    width: 162px;
    float: left;
    background-color: #315FAC;
    cursor: default;
}

.work-group .hd a:first-child li {
    border-left: 0
}

.work-group .hd li.on {
    width: 162px;
    background: #24447B;
    color: #ffffff;
    cursor: pointer;
}

.work-group .bd {
    height: 335px;
    background-color: #ffffff
}

.work-group .lh {
    overflow: hidden;
}

.work-group .lh li {
    width: 488px;
    margin-top: 12px
}

.work-group .lh li .p-img {
    float: left;
    width: 140px;
    height: 140px;
    margin: 0 12px 0 12px;
    overflow: hidden
}

.work-group .lh li .p-img img {
    cursor: pointer;
    transition: all 0.6s;
}

.work-group .lh li .p-img img:hover {
    transform: scale(1.2);
}

.work-group .lh li .p-img img {
    width: 100%;
    height: 100%
}

.work-group .lh li .p-p {
    margin-right: 10px
}

.work-group .lh li .p-p p.description {
    height: 50px;
    overflow: hidden;
}

.work-group .lh li .p-p > p {
    margin-top: 10px;
    line-height: 26px;
    height: 50px;
    overflow: hidden;
}

.work-group .lh hr {
    height: 2px;
    border: none;
    border-top: 2px dotted #089971;
    margin-top: 14px;
    margin-left: 12px
}

.lh li .p-p a:hover p {
    color: #01976E;
}

.lh .p-p button {
    float: right;
    background-color: #666; /* Green */
    border-radius: 5px;
    border: none;
    color: white;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 14px;
    -webkit-transition-duration: 0.1s; /* Safari */
    transition-duration: 0.1s;
    cursor: pointer;
}

.lh .p-p button:hover {
    background-color: #00976E;
    color: white;
}

.pane {
    position: relative;
    width: 488px;
    height: 180px;
    overflow: hidden;
}

.pane img {
    cursor: pointer;
    transition: all 0.6s;
}

.pane img:hover {
    transform: scale(1.1);
}

.pane .panex {
    width: 65px;
    height: 60px;
    background-color: #00976E;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    text-align: center;
}

.pane div img {
    margin: 0 auto;
}

.pane .pane1 img {
    width: 34px;
    margin-top: 9px;
}

.pane .pane2 img {
    width: 38px;
    margin-top: 11px;
}

.pane .pane3 img {
    width: 36px;
    margin-top: 9px;
}

.pane .pane4 img {
    width: 33px;
    margin-top: 11px;
}

.pane .mack {
    width: 488px;
    height: 34px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.6;
}

.pane .mack p {
    color: #ffffff;
    font-size: 13px;
    line-height: 34px;
    margin-left: 12px;
}

.fourth .title {
    width: 305px;
}

.fourth .list {
    height: 606px;
    background-color: #D2D5DA;
}

.fourth .list ul {
    margin-left: 16px;
}

.fourth .list ul li {

    line-height: 45px;
    height: 45px;
    overflow: hidden;
    padding-right: 15px;
    padding-left:14px;
    background: url(../images/dian1.png) no-repeat 0px 18px;
}
.fourth .list ul a:hover {
    color: #00976E;
}

.fourth .list ul a:hover li {
    background: url(../images/dian2.png) no-repeat 0px 18px;
}

.fourth .list ul hr {
    height: 2px;
    border: none;
    border-top: 2px dotted #089971;
    margin-left: -15px;
}

.fifth-hd {
    width: 1000px;
    margin: 0 auto;
}

.fifth-hd h1 {
    margin-bottom: 12px;
}

.fifth .ad {
    width: 1000px;
    height: 115px;
    margin: 20px auto 0;
}

footer {
    width: 100%;
    max-width: 1920px;
    height: 90px;
    margin: 0 auto;
    text-align: center;
    background-color: #3E3E3E;
    color: #8D8D8D;
    line-height: 22px;
    padding-top: 22px;
    margin-top: 30px;
}

footer p:first-child, footer p a {
    color: #E4E4E4;
}

footer p a:hover {
    color: #E4E4E4
}

/* 广告 */
.picScroll-top {
    margin: 0 auto;
    width: 1000px;
    height: 490px;
    overflow: hidden;
    position: relative;
    background-color: #E3E6EB;
}

.picScroll-top .bd {
    padding: 8px;
}

.picScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-top .bd ul li {
    text-align: center;
    zoom: 1;
    margin-top: 7px;
}

.picScroll-top .bd ul li .pic {
    text-align: center;
    margin-left: 10px;
}

.picScroll-top .bd ul li .pic img {
    width: 185px;
    height: 65px;
}

/* 友情链接 */
.sort_brand {
    width: 1000px;
    height: auto;
    overflow: hidden;
}

.sort_brand dd {
    height: 245px;
    overflow: hidden;
    background-color: #E3E6EB;
}

.sort_brand dt {
    height: 50px;
    overflow: hidden;
    background: #00976E;
}

.sort_brand dt a {
    width: 198px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-left: 1px solid #91C8BD;
    color: #FFFFFF;
    font-size: 16px;
    margin-right: -3px;
    margin-left: -1px
}

.sort_brand dt a.on {
    background: #035D3F;
}

.sort_brand p.scroll_btn a {
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    color: #fff;
    background: #CCC;
    line-height: 13px;
    text-align: center;
    margin-right: 6px;
    _display: inline;
    cursor: pointer;
}

.sort_brand p.scroll_btn {
    float: right;
    margin-top: 10px;
}

.sort_brand p.scroll_btn a:hover, .sort_brand p.scroll_btn a.on {
    background: #C00;
}

.sort_brand .link-static {
    margin: 0 auto;
    width: 1000px;
    height: 245px;
    overflow: hidden;
    position: relative;

}

.sort_brand .link-static ul {
}

.sort_brand .link-static ul li {
    display: inline-flex;
    height: 71px;
    overflow: hidden;

}

.sort_brand .link-static ul li a {
    display: inline-flex;
    width: 185px;
    height: 65px;
    margin: 3px 5px;
    margin:4px 4px\9;
    overflow: hidden;
}

.sort_brand .link-static ul li a img {
  width: 185px;
    height: 65px;
}

.sort_brand .link-static {
    margin: 8px 0 0 10px;
    width: 980px;
    height: 250px;
    overflow: hidden;
    position: relative;


}

.sort_brand .link-dynamic ul {
    margin: 10px 0px 0 15px;
}

.sort_brand .link-dynamic ul li {
    display: inline-flex;
    height: 75px;

}

.sort_brand .link-dynamic ul li a {
    display: inline-flex;
    width: 185px;
    height: 65px;
    margin: 0 5px 0 5px;
    margin:4px\9;

}
.sort_brand .link-dynamic ul li a img{
    width: 185px;
    height: 65px;
}
sort_brand .link-all ul {
    margin: 10px 0px 0 15px;
}

.sort_brand .link-all ul li {
    display: inline-flex;
    height: 75px;
}

.sort_brand .link-all ul li a {
    display: inline-flex;
    width: 185px;
    height: 65px;
    margin: 4px;
    margin: 4px\9;
}


.slide {
    display: inline-table;
    height: 65px;
    width: 100%
}

.slide a {
    display: inline-table;
    width: 185px;
    height: 65px;
    margin: 3px 5px
}

.aort_list a {
    width: 203px;
    height: 78px;
    display: block;
    border-top: 1px solid #E4E4E4;
}

.brand_list {
    margin: 8px 0 0 5px;
    _margin: 8px 0 0 4px;
    overflow: hidden;
    zoom: 1;
}

.brand_list a {
    width: 93px;
    height: 37px;
    display: block;
    float: left;
    _display: inline;
    margin-right: 3px;
    margin-bottom: 3px;
}

.brand_list img {
    width: 93px;
    height: 37px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.brand_list a:hover img {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
}

.scroll_wrapper {
    width: 1000px;
    overflow: hidden;
    position: relative;
}

.scroll_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 9999px;
}

.scroll_box .aort_list {
    float: left;
    margin-top: -1px;
}
.zjtalk .brief a h2{height: 28px; line-height: 28px; overflow: hidden;max-width: 600px}
.hr2 {
    border: 0;
    background-color: #089971;
    height: 5px;
}

.hr3 {
    height: 2px;
    border: none;
    border-top: 2px dotted #089971;
    margin-top: 14px;
}

.hr4 {
    border: none;
    border-top: 1px solid #089971;
}

.hr_article {
    height: 1px;
    border: none;
    border-top: 1px dotted #089971;
    margin-top: -20px;
    margin-bottom: 10px;
}

.bj {
    width: 100%;
    max-width: 1920px;
    height: 274px;
    margin: 0 auto;
    background: url("../images/bj1.png") no-repeat center;
    overflow: hidden;
    cursor: pointer
}

/* 左导航css */
.dy-main {
    width: 1000px;
    margin: 0 auto;
}

.snBrand {
    position: relative;
    width: 1000px;
}

.snBrand > h2 {
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #000;
}

.snBrand > h2 a {
    margin: 0 10px;
}

.snBrand > h2 a:first-child {
    margin-left: 0
}

.snBrand > h2 .show {
    color: #1B9F7A;
}

.snBrand ol {
    float: left;
    width: 280px;
    height: auto;
    background: #CDE1E0
}

.snBrand ol li {
    height: 54px;
    font-size: 18px;
    line-height: 54px;
    position: relative
}

.snBrand ol li {
    cursor: pointer;
}

/*.snBrand ol .one{list-style:none;background:#00976E url("../images/icon1.png") no-repeat 4% 50%;padding-left:50px;}*/
.snBrand ol .one a {
    color: #FFFFFF
}

.snBrand ol .one a b {
    float: right;
    margin-right: 12px
}

.snBrand ol .two:hover a {
    color: #000000
}

/*.snBrand div {float:right;top: 35px; width: 700px; height: auto; padding: 0 5px; background: #fff; overflow: hidden; }*/
.gree {
    text-align: left;
    color: #1B9F7A;
    font-size: 18px;
    margin-bottom: 12px
}

.snBrand div .brief a h2 {
    margin-top: 14px;
    margin-bottom: 12px
}

.snBrand div .brief a {
    color: #000000;
}

.snBrand div .brief a:hover {
    color: #1B9F7A
}

.snBrand div .brief p {
    line-height: 26px;
    font-size: 14px;
    text-indent: 28px
}

.fixed .fix-hd {
    height: 55px;
    width: 280px;
    line-height: 55px;
    background: #00976E;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    float: left;
    margin-top: 6px;
    text-align: center
}

/*公共列表*/
.pulist {
    width: 280px;
    background-color: #CCE1E0;
    float: left;
}

.pulist ul {
    margin-left: 28px;
    width: 238px;
}

.pulist ul li {
    list-style-image: url(../images/dian3.png);
    line-height: 45px;
    width: 238px;
    height: 45px;
}
.pulist ul li a{

    width: 238px;
    height: 45px;
    line-height: 45px;
    display: inline-flex;
    overflow: hidden;
}
.pulist ul li a:hover {
    color: #00976E;
}

.pulist ul li a:hover {
    list-style-image: url(../images/dian2.png);
}

.pulist ul hr {
    height: 2px;
    border: none;
    border-top: 2px dotted #089971;
    margin-left: -15px;
}

.gg-main {
    margin-top: 10px;
    width: 700px
}

.gg-main p {
    font-size: 14px;
    text-indent: 28px;
    margin-top: 10px;
    overflow: hidden
}

.gg-main .brief p {
    height: 40px;
    overflow: hidden
}

/*分页*/
.fl {
    float: left;
}

.box {
    height: 40px;
    line-height: 40px;
    float: right;
    margin: 50px 185px;
    text-align: center;
    width: 362px;
}

.box button {
    border: 0;
    height: 40px;
    width: 40px;
    float: left;
    cursor: pointer;
    background-color: #DDDDDD;
    border-radius: 6px;
    margin-left: 12px;
}

.box button.on{
    border: 0;
    height: 40px;
    width: 40px;
    float: left;
    cursor: pointer;
    background-color: #119A74;
    color:#fff;
    border-radius: 6px;
    margin-left: 12px;
}

#nextPage {
    background-image: url("../images/right_03.png");
    margin-left: 10px
}

#prePage {
    background-image: url("../images/left_03.png")
}

/*行业动态*/
/*认证页面*/
.ap-main {
    width: 1000px;
    margin: 0 auto
}

.ap-main > h2 {
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #000;
}

.ap-main > h2 a {
    margin: 0 10px;
}

.ap-main > h2 a:first-child {
    margin-left: 0;
}

.ap-main > h2 .show {
    color: #1B9F7A;
}

.ap-side {
    position: relative;
    width: 280px;
    height: 800px;
    background-color: #CCE1E0;
    border-top: 5px solid #00976E;
    float: left;
}

.ap-side ol {
    float: left;
    width: 280px;
    height: auto;
}

.ap-side ol li {
    height: 54px;
    font-size: 18px;
    line-height: 54px;
    position: relative
}

.ap-side ol li {
    cursor: pointer;
}

.ap-side ol .one a .link {
    color: #FFFFFF
}

.ap-side ol a .link {
    color: #119A74
}

ol .one b {
    width: 9px;
    height: 15px;
    background: url("../images/zong.png") 223px -183px;
    float: right;
    position: absolute;
    top: 37%;
    right: 12px
}

.ap-side div > h2 {
    text-align: left;
    color: #1B9F7A;
    font-size: 18px;
    margin-bottom: 12px
}

.ap-side div .brief a h2 {
    margin-top: 14px;
    margin-bottom: 12px
}

.ap-side div .brief a {
    color: #000000;
}

.ap-side div .brief a:hover {
    color: #1B9F7A
}

.ap-side div .brief p {
    line-height: 26px;
    font-size: 14px;
    text-indent: 28px
}

.ap-body {
    float: right;
    width: 700px;
}

.one .ap-one i {
    display: inline-block;
    width: 24px;
    height: 36px;
    background: url("../images/zong.png") 56px 0;
    margin-left: 20px;
    margin-bottom: -11px;
    margin-right: 8px
}

.ap-two i {
    display: inline-block;
    width: 32px;
    height: 23px;
    background: url("../images/zong.png") 64px -45px;
    margin-left: 16px;
    margin-bottom: -6px;
    margin-right: 6px
}

.ap-three i {
    display: inline-block;
    width: 30px;
    height: 26px;
    background: url("../images/zong.png") 102px -41px;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 5px
}

.ap-side ol hr {
    border: none;
    border-top: 1px solid #089971;
}

.ap-side ol li:hover {
    background: #DDDDDD
}

.ap-side ol .one {
    background: #00976E
}

.ap-side ol .one:hover {
    background: #00976E
}

.snBrand ol .one {
    background: #00976E
}

.snBrand ol .one:hover {
    background: #00976E
}

.snBrand ol li:hover {
    background: #DDDDDD
}

.one .com-one i {
    display: inline-block;
    width: 22px;
    height: 28px;
    background: url("../images/zong.png") 186px -5px;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 8px
}

.com-one i {
    display: inline-block;
    width: 22px;
    height: 28px;
    background: url("../images/zong.png") 131px -42px;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 8px
}

.com-two i {
    display: inline-block;
    width: 30px;
    height: 36px;
    background: url("../images/zong.png") 153px 0;
    margin-left: 15px;
    margin-bottom: -6px;
    margin-right: 5px
}

.one .com-two i {
    display: inline-block;
    width: 30px;
    height: 36px;
    background: url("../images/zong.png") 207px 173px;
    margin-left: 15px;
    margin-bottom: -6px;
    margin-right: 5px
}

.com-three i {
    display: inline-block;
    width: 27px;
    height: 22px;
    background: url("../images/zong.png") 118px 0;
    margin-left: 17px;
    margin-bottom: -6px;
    margin-right: 5px
}

.com-four i {
    display: inline-block;
    width: 23px;
    height: 22px;
    background: url("../images/zong.png") 84px 0;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 5px
}

.one .com-three i {
    display: inline-block;
    width: 27px;
    height: 22px;
    background: url("../images/zong.png") 163px -45px;
    margin-left: 15px;
    margin-bottom: -6px;
    margin-right: 5px
}

.one .com-four i {
    display: inline-block;
    width: 23px;
    height: 22px;
    background: url("../images/zong.png") 193px -45px;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 5px
}

.zjtalk .left {
    overflow: hidden
}

.zjtalk .left a img {
    max-height: 80px;
    _width: expression(this.height > 80 ? "80px" : this.height);
    overflow: hidden
}

.auth {
    margin-top: 3px
}

.zjtalk .left .img {
    width: 100%;
    height: 100%
}

.zjtalk > div {
    margin-top: 20px
}

.jjie {
    width: 545px
}

.icon {
    width: 22%
}

.link a {
    color: #119A74
}

.ser-one i {
    display: inline-block;
    width: 25px;
    height: 27px;
    background: url("../images/zong.png") 352px -48px;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 8px
}

.one .ser-one i {
    display: inline-block;
    width: 25px;
    height: 27px;
    background: url("../images/zong.png") 322px -48px;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 8px
}

.ser-two i {
    display: inline-block;
    width: 27px;
    height: 29px;
    background: url("../images/zong.png") 287px -46px;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 8px
}

.one .ser-two i {
    display: inline-block;
    width: 27px;
    height: 29px;
    background: url("../images/zong.png") 59px -72px;
    margin-left: 20px;
    margin-bottom: -8px;
    margin-right: 8px
}

.ser-three i {
    display: inline-block;
    width: 28px;
    height: 27px;
    background: url("../images/zong.png") 255px -46px;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 8px
}

.one .ser-three i {
    display: inline-block;
    width: 28px;
    height: 27px;
    background: url("../images/zong.png") 91px -72px;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 8px
}

.ser-four i {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../images/zong.png") 221px -46px;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 8px
}

.one .ser-four i {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: url("../images/zong.png") 121px -74px;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 8px
}

.one .ap-three i {
    display: inline-block;
    width: 30px;
    height: 26px;
    background: url("../images/zong.png") 189px -73px;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-right: 8px
}

.ap-one i {
    display: inline-block;
    width: 24px;
    height: 36px;
    background: url("../images/zong.png") 152px -73px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.one .ap-two i {
    display: inline-block;
    width: 32px;
    height: 23px;
    background: url("../images/zong.png") 226px -76px;
    margin-left: 16px;
    margin-bottom: -6px;
    margin-right: 6px
}

.one .me-one i {
    display: inline-block;
    width: 29px;
    height: 27px;
    background: url("../images/zong.png") 260px -78px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.me-two i {
    display: inline-block;
    width: 33px;
    height: 32px;
    background: url("../images/zong.png") 296px -78px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.me-three i {
    display: inline-block;
    width: 32px;
    height: 24px;
    background: url("../images/zong.png") 334px -78px;
    margin-left: 16px;
    margin-bottom: -5px;
    margin-right: 8px
}

.me-one i {
    display: inline-block;
    width: 29px;
    height: 27px;
    background: url("../images/zong.png") 254px -115px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.one .me-two i {
    display: inline-block;
    width: 33px;
    height: 32px;
    background: url("../images/zong.png") 296px -115px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.one .st-one i {
    display: inline-block;
    width: 24px;
    height: 23px;
    background: url("../images/zong.png") 222px -115px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.st-two i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/zong.png") 194px -114px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.st-three i {
    display: inline-block;
    width: 21px;
    height: 26px;
    background: url("../images/zong.png") 161px -114px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.st-four i {
    display: inline-block;
    width: 31px;
    height: 25px;
    background: url("../images/zong.png") 134px -115px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.st-one i {
    display: inline-block;
    width: 24px;
    height: 23px;
    background: url("../images/zong.png") 99px -114px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.one .st-two i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/zong.png") 70px -113px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.one .st-three i {
    display: inline-block;
    width: 21px;
    height: 26px;
    background: url("../images/zong.png") 42px -113px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.one .st-four i {
    display: inline-block;
    width: 31px;
    height: 25px;
    background: url("../images/zong.png") 52px -147px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.con-one i {
    display: inline-block;
    width: 13px;
    height: 26px;
    background: url("../images/zong.png") 29px -73px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.one .wo-one i {
    display: inline-block;
    width: 36px;
    height: 24px;
    background: url("../images/zong.png") 454px -134px;
    margin-left: 20px;
    margin-bottom: -5px;
    margin-right: 8px
}

.wo-two i {
    display: inline-block;
    width: 30px;
    height: 31px;
    background: url("../images/zong.png") 328px -138px;
    margin-left: 26px;
    margin-bottom: -10px;
    margin-right: 8px
}

.wo-one i {
    display: inline-block;
    width: 36px;
    height: 24px;
    background: url("../images/zong.png") 407px -136px;
    margin-left: 20px;
    margin-bottom: -5px;
    margin-right: 8px
}

.one .wo-two i {
    display: inline-block;
    width: 30px;
    height: 31px;
    background: url("../images/zong.png") 362px -136px;
    margin-left: 26px;
    margin-bottom: -10px;
    margin-right: 8px
}

.que-one i {
    display: inline-block;
    width: 21px;
    height: 28px;
    background: url("../images/zong.png") 293px -150px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.que-two i {
    display: inline-block;
    width: 20px;
    height: 27px;
    background: url("../images/zong.png") 263px -150px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.que-four i {
    display: inline-block;
    width: 22px;
    height: 25px;
    background: url("../images/zong.png") 237px -151px;
    margin-left: 20px;
    margin-bottom: -5px;
    margin-right: 8px
}

.que-five i {
    display: inline-block;
    width: 31px;
    height: 22px;
    background: url("../images/zong.png") 209px -151px;
    margin-left: 18px;
    margin-bottom: -6px;
    margin-right: 6px
}

.one .que-sixx i {
    display: inline-block;
    width: 15px;
    height: 23px;
    background: url("../images/zong.png") 170px -150px;
    margin-left: 27px;
    margin-bottom: -6px;
    margin-right: 14px
}

.que-sixx i {
    display: inline-block;
    width: 15px;
    height: 23px;
    background: url("../images/zong.png") 70px -148px;
    margin-left: 27px;
    margin-bottom: -6px;
    margin-right: 14px
}

.one .que-five i {
    display: inline-block;
    width: 31px;
    height: 22px;
    background: url("../images/zong.png") 63px -178px;
    margin-left: 18px;
    margin-bottom: -6px;
    margin-right: 6px
}

.one .que-four i {
    display: inline-block;
    width: 22px;
    height: 25px;
    background: url("../images/zong.png") 97px -148px;
    margin-left: 20px;
    margin-bottom: -5px;
    margin-right: 8px
}

.one .me-three i {
    display: inline-block;
    width: 29px;
    height: 21px;
    background: url("../images/zong.png") 100px -182px;
    margin-left: 16px;
    margin-bottom: -5px;
    margin-right: 8px
}

.one .que-two i {
    display: inline-block;
    width: 20px;
    height: 27px;
    background: url("../images/zong.png") 123px -151px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.one .que-one i {
    display: inline-block;
    width: 21px;
    height: 28px;
    background: url("../images/zong.png") 150px -149px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.brief {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.means p {
    width: 600px
}

.complete {
    background: #999999;
    width: 110px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #EEEEEE;
    line-height: 30px;
    text-align: center
}

.danger {
    background: #F06150;
    width: 110px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #EEEEEE;
    line-height: 30px;
    text-align: center
}

.power {
    width: 72px
}

.down {
    width: 72px;
    height: 28px;
    border: 0;
    border-radius: 3px;
    background-color: #00976E;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 27px;
}

.nodown {
    width: 72px;
    height: 28px;
    border: 0;
    border-radius: 3px;
    background-color: #666666;
    color: #FFFFFF;
    position: absolute;
    right: 0;
    bottom: 27px;
}

.leaguer {
    width: 135px;
    height: 95px;
    margin-top: 12px;
    margin-right: 12px
}

.leaguer img {
    width: 100%;
    height: 100%;
}

.lea {
    width: 110px;
    height: 90px;
    margin-top: 12px;
    margin-right: 8px
}

.leaa {
    width: 110px;
    height: 90px;
    margin-top: 12px;
}

.gg-main .lea:last-child {
    margin-right: 0
}

.lea img, .leaa img {
    width: 100%;
    height: 100%;
}

.name {
    width: 112px !important;
}

.case .layui-input, .layui-textarea {
    width: 60% !important;
}

.imagine {
    width: 695px;
    height: 350px;
    border: 1px solid #00976E;
}

.imagine .tang {
    width: 695px;
    height: 50px;
    background-color: #00976E;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-bottom: 25px;
}

.haha {
    height: 400px
}

.haha1 {
    height: 130px
}

.haha2 {
    height: 180px
}

.al-one i {
    display: inline-block;
    width: 26px;
    height: 31px;
    background: url("../images/zong.png") 451px -166px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.one .al-two i {
    display: inline-block;
    width: 26px;
    height: 24px;
    background: url("../images/zong.png") 326px -174px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.al-three i {
    display: inline-block;
    width: 25px;
    height: 23px;
    background: url("../images/zong.png") 389px -174px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.one .al-one i {
    display: inline-block;
    width: 26px;
    height: 31px;
    background: url("../images/zong.png") 422px -166px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.al-two i {
    display: inline-block;
    width: 26px;
    height: 24px;
    background: url("../images/zong.png") 294px -182px;
    margin-left: 20px;
    margin-bottom: -10px;
    margin-right: 8px
}

.ap-bodyy {
    width: 435px;
}

.ap-bod {
    width: 435px;
}

.aply {
    height: 240px;
    font-size: 14px;
    margin-left: 0
}

.aply2 {
    /*margin-left: 240px*/
}

.aply ul li {
    width: 215px;
    margin-top: 30px;
    position: relative
}

.aply ul li div {
    display: inline-block;
    position: absolute;
    top: 4px;
    width: 132px
}

.ay-two i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../images/zong.png") 257px -181px;
    margin-bottom: -10px;
    margin-right: 8px;
}

.ay-three i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../images/zong.png") 257px -181px;
    margin-bottom: -10px;
    margin-right: 8px;
}

.ay-one i {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../images/zong.png") 257px -181px;
    margin-bottom: -10px;
    margin-right: 8px;
}

.aplyf p {
    color: #000000;
    margin-top: 20px;
    font-size: 14px
}

.aplyf div {
    margin-top: 14px;
    font-size: 14px
}

.aplyf div a {
    color: #4E76BC;
    margin-top: 20px;
    font-size: 14px
}

.mid {
    width: 1px;
    height: 490px;
    border: 0;
    border-left: 1px dotted #ddd;
    position: absolute;
    left: 50%;
    top: 5px;
}

.apmin {
    margin-top: 30px;
    position: relative
}

#textk .layui-textarea {
    width: 100% !important;
    height: 250px;
    margin-left: -10%;
}

.layui-btn {
    margin-top: 15px;
    margin-left: 195px
}

#layui-btn {
    margin-left: 95px
}

.menu {
    height: 50px;
    background-color: #315FAC;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 50px
}

.menu div {
    width: 232px;
    border-left: 1px solid #ddd;
}

.menu div:first-child {
    border-left: 0;
}

.menu div:hover {
    background-color: #24447B;
    cursor: pointer;
}

.tent-main h2 {
    text-align: center
}

.writer {
    position: absolute;
    left: 50%;
    margin-top: 6px
}

.writer h4 {
    float: left;
    margin-left: 8px;
    text-align: center;
    color: #A9A9A9;
    font-weight: normal
}

.from {
    margin-top: 40px
}

.article {
    margin-top: 40px;
}

.article {
    padding: 10px 30px 30px 30px;
    font-size: 14px;
    line-height: 150%;
}

.article img {
    /*max-width: 500px;*/
}

.article .metting {
    font-size: 14px;
    line-height: 150%;
    height: 30px;
}

.article .metting span {
    margin-left: 20px;
}

.article p {
    line-height: 30px;
}

.article .sign {
    position: absolute;
    right: 40px;
    top: 10px;
}

.article .charts a.on{font-weight: bolder}

bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    /*-moz-box-shadow: 0 0 5px #ccc;*/
    /*-webkit-box-shadow: 0 0 5px #ccc;*/
    /*box-shadow: 0 0 5px #ccc;*/
    /*border: 5px solid #fff;*/
    /* background: #fff; */
}

.home-list{}
.home-list ul{ padding-top:8px; width: 675px;height: 379px; background-color: #f1f2f4}
.home-list ul li{width: 315px;height: 110px;margin: 7px 10px 7px; float: left}
.home-list ul li p.title{height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-weight: bolder;color:#01976E}
.home-list ul li a:hover p.title  {
    color: #01976E;
}
.home-list ul li p.desc{font-size: 14px;line-height: 25px;height: 70px; overflow: hidden}
.home-list ul li  p.title{padding-left: 15px;}
.home-list ul li  p.desc{padding-left: 15px;}
.home-list ul li  a{position:relative;}
.home-list ul li a:after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    left: 0px;
    top: -24px;
    top: 8px\0;
    border: 8px solid transparent;
    border-left: 12px solid #00976E;
}

_:-ms-lang(x),
_::-webkit-meter-bar,
.home-list ul li a:after {
    top: 8px;
}
.home-list ul li a:hover:after{border-left: 12px solid #00976E;}

.box {
    width: 600px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1B9F7A;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
    width: 34px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #1B9F7A;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #1B9F7A;
    border-color: #1B9F7A;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

/**
* 首页视频新闻
 */

.video-news {
    position: relative;
    float:left;
    width: 210px;
    height: 140px;
    margin:0 12px 0 12px;
    overflow: hidden;
}

.video-news img {
    cursor: pointer;
    transition: all 0.6s;
    width: 210px;
    height: 140px;
}

.video-news img:hover {
    transform: scale(1.1);
}


.video-news div img {
    margin: 0 auto;
}


.video-news .mack {
    width: 488px;
    height: 34px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.6;
}

.video-news .video-span {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 2px;
    bottom: 0px;
    background: url(../images/video.png) no-repeat;
    background-size: 30px 30px;
    opacity: .8;
}


.video-news  p {
    width: 488px;
    height: 34px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 34px;
    margin-left: 12px;
}