@charset "utf-8";
/* CSS Document */

/*基本样式定义开始*/
html, body, div, span, p, a, img, ul, li, dl, dt, dd, ol, form, label, form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

body {
    font-size: 13px !important;
    font-size: 12px;
    font-family: Tahoma, Verdana;
    line-height: 150%;
}

td {
    height: 20px;
}

a {
    font-size: 14px !important;
    font-size: 12px;
    color: #464646;
    text-decoration: none;
}

a link {
    color: #000000;
}

/*a:visited{ color:#000000;}*/
a:hover {
    text-decoration: none;
    color: #0868C8;
}

a:active {
    color: #0868C8;
}

img {
    border: none;
}

em, i {
    font-style: normal;
}

ol, ul, li {
    list-style: none;
}

/*.container{ width:980px; margin:0 auto;} */
/*基本样式定义完成*/


#head {
    width: 100%;
    background-size: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    height: 71px !important;
    padding: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}


.navBar {
    width: 1200px;
    margin: 0 auto;
    background: #FFF;
    color: #444;
    height: 70px;
}

.navBar span {
    width: 120px;
    float: left;
    display: block;
    margin-top: 5px;
}

.navBar span img {
    width: 120px;
    height: 65px;
}

.nava {
    margin-left: 30px;
    border-bottom: 0;
    box-sizing: border-box;
    float: left;
    height: 100%;
    background-color: #fff;
    font-family: "Microsoft YaHei", SimSun, SimHei;
}

.el-submenu__icon-arrow {
    margin: 12px 0 0 5px;
    float: right;
    width: 12px;
    height: 12px;
    display: block;
    background-image: url(../images/arrow-down.png);
    background-size: cover;
    transition: transform .3s;
    /*transform: rotate(180deg);*/
    font-size: 12px
}

.nava a {
    color: #444;
}

.nava h3 {
    float: left;
    font-size: 100%;
    font-weight: normal;
    line-height: inherit;
    line-height: 30px;
    margin: 0px;
}

.nava .m {
    display: flex;
    float: left;
    height: 70px;
    line-height: 35px;
    /* margin-top: 20px; */
    position: relative;
    z-index: 999;
    margin-left: 4px;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
}

.new_el-menu--popup {
    background-color: #009900 !important;
    margin: 0;
    min-width: 121px;
    padding: 0;
}

.new_el-menu-item {
    padding: 0 16px;
}

.el-menu--horizontal .new_el-menu--popup li:hover {
    background: #157e03;
}

.new_el-menu--popup .new_el-menu-item > a {
    color: #fff
}

.el-menu--horizontal {
    position: absolute;
    top: 70px;
    left: -0px;
    display: none;
}

.nava .s {
    float: left;
    width: 9px;
    text-align: center;
    color: #eee;
}

.nava a {
    font-size: 16px !important;
}

.nava h3 a:hover {
    background: #009900;
    color: #FFF;
}

.nava li:hover {
    background-color: #009900;
    color: #fff;
}

.nava li:hover .el-submenu__icon-arrow {
    transform: rotate(180deg);
}

.nava li:hover .el-menu--horizontal {
    display: block;
}

.nava li:hover > a {
    color: #fff;
}

.nava li.is {
    border-bottom: 4px solid #009900;
}

.nava li.on {
    border-bottom: 4px solid #009900;
}


.nava a.on {
    color: #009900;
    border-bottom-color: #009900;
    /*background-color: rgb(255, 255, 255);*/
}

.nava .sub {
    display: none; /*默认隐藏*/
    width: 125%;
    position: absolute;
    left: 0px;
    top: 36px;
    /*height:37px;*/
    line-height: 37px;
    background: #647785;
    opacity: 0.7;
    /*float:left;*/
    overflow: hidden;
    border-radius: 5px;
    color: #FFF;
    z-index: 999;
}
.header_right_phone {
    float: right;
    height: 70px;
    width: 200px;
}

.phe_left {
    float: left;
    height: 100%;
    margin-right: 5px;
}

.php_left_img {
    background: url(../images/phone_header_2.png) no-repeat;
    height: 33px;
    width: 33px;
    margin-top: 18px;
}

.phe_right {
    float: right;
    width: 150px;
    margin-top: 15px;
}

p.header_span {
    margin-top: 2px;
    font-size: 16px;
}

p.header_p {
    font-size: 22px;
    color: #009900;
}


.nava li:nth-child(2) .sub {
    width: 525px;
}

.nava li:nth-child(3) .sub {
    width: 350px;
}

.nava li:nth-child(4) .sub {
    width: 880px;
    left: -500px;
}

.nava li:nth-child(5) .sub {
    width: 880px;
    left: -460px;
}

.nava li:nth-child(6) .sub {
    width: 410px;
}

.nava li:nth-child(7) .sub {
    width: 320px;
}

.nava .sub li:after {
    content: "|";
}

.nava .sub li:last-child:after {
    content: "";
}


.nava .sub li {
    float: left;

}

.nava .sub li a {
    display: block;
    padding: 0 15px;
    margin: 0 5px;
    color: #FFF;
    float: left;
}



li#right_top{
    position: absolute;
    right: 1%;
}


/*手机导航*/
nav.nav {
    display: none;
}


.nav-mobile {
    height: 32px;
    width: 32px;
    display: none;
    cursor: pointer;
    position: absolute;
    top: 3%;
    right: 11px;
    background: url(../images/nav_icon.png) 60% 60% no-repeat;

}

.nav-mobile {
    display: block;
}

.nav {
    width: 100%;

}

.nav-list {
    display: none;
}

.nav-item {
    width: 100%;
    float: none;
    text-align: center;
}

.nav-item a {
    font-weight: 400;
    padding: 10px;
    background: #F4F4F4;
    font-family: 微软雅黑;
    display: block;
    text-transform: uppercase;
    border-top: 1px ridge #ddd;
    color: #555;
    -webkit-transition: color .2s linear, background .2s linear;
    -moz-transition: color .2s linear, background .2s linear;
    -o-transition: color .2s linear, background .2s linear;
    transition: color .2s linear, background .2s linear;
    font-size: 0.8725em;
}

.nav-inner {
    display: none;
}

.nav-active, .nav-active-inner .nav-inner {
    display: block;
}

.nav-active {
    margin-top: 12px;
}


a.button.scroll {
    padding: 16px;
    z-index: 99999;
    border: 2px solid #fff;
    position: absolute;
    display: block;
    top: 485px;
    left: 50%;
    border-radius: 30em;
    -webkit-border-radius: 30em;
    -moz-border-radius: 30em;
    -o-border-radius: 30em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*幻灯片*/
.focusBox {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.focusBox .pic img {
    width: 100%;
    height: auto;
    display: block;
}

.focusBox .hd {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    bottom: 10%;
    left: 45%;
    z-index: 3
}

.focusBox .hd li {
    float: left;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    width: 50px;
    height: 10px;
    cursor: pointer;
    overflow: hidden;
    background: #919191;
    margin-left: 4px;
    filter: alpha(opacity=80);
    opacity: .8;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .hd .on {
    background: #fe0701;
    filter: alpha(opacity=100);
    opacity: 1;
}

.focusBox .prev,
.focusBox .next {
    width: 45px;
    height: 99px;
    position: absolute;
    top: 270px;
    z-index: 3;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    opacity: .2;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease
}

.focusBox .prev {
    background-image: url(../images/index.png);
    background-position: -112px 0;
    left: 0
}

.focusBox .next {
    background-image: url(../images/index.png);
    background-position: -158px 0;
    right: 0
}

.focusBox .prev:hover,
.focusBox .next:hover {
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6
}


/*主营业务*/
.pooduct {
    width: 1200px;
    margin: 40px auto 15px auto;
}

.content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.ywly {
    padding: 0 !important;
    padding-top: 25px !important;
}


.con {
    width: 300px;
    height: 357px;
    float: left;
    position: relative;
    cursor: pointer;
}

.con:first-child {
    margin-left: 0;
}

.con:last-child {
    margin-right: 0;
}


.con img {
    width: 300px;
    height: 357px;
}

.txt {


    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}


.txt h3 {
    font-weight: normal;
    background: #56d8f9;
    margin: 0;
    color: #FFF;
    height: 45px;
    line-height: 45px;
}

.con:nth-child(2) .txt h3 {
    background: #4dddd3;
}

.con:nth-child(3) .txt h3 {
    background: #2bc879;
}

.con:nth-child(4) .txt h3 {
    background: #73b949;
}

.con:nth-child(5) .txt h3 {
    background: #469d12;
}

.txt p {
    font-size: 14px;
    display: block;
    line-height: 20px;
    font-family: 微软雅黑;
    /*-webkit-margin-before: 1em;*/
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -moz-margin-before: 1em;
    -moz-margin-after: 1em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
}

.ad, .ad img {
    width: 1200px;
    height: 100px;
    margin: 0 auto 15px;
}

.abne_bg {
    width: 100%;
    background: #f0efef;
    padding-bottom: 1%;
    margin-bottom: 2%;
}

.abne {
    width: 1200px;
    margin: 0 auto;
    padding: 1% 0;
}

h2#title {
    width: 100%;
    margin: 0;
    height: auto;
    line-height: 30px;
    color: #040404;
    font-size: 28px;
    letter-spacing: 2px;
    font-family: 微软雅黑;
    text-align: center;
    font-weight: bold;
}

h2#title i {
    display: block;
    background: url(../images/line.png) center center no-repeat;
}

h2#title em {
    color: #2fa313;
    font-size: 14px;
}

.abne em#more {
    clear: both;
    display: block;
    text-align: center;
    margin: 40px auto 0;
    /*border: 2px solid #ccc;*/
    border-radius: 20px;
    padding: 0.8% 3%;
    font-family: 微软雅黑;
}

.abne em#more a {
    border: 2px solid #ccc;
    padding: 0.8% 3%;
    border-radius: 20px;
}

.about {
    width: 48%;
    height: auto;
    float: left;
    margin-top: 20px;
}

.about dl {
    width: 100%;
    float: left;
}

.about dl h4 {
    margin: 0 auto;
    line-height: 30px;
}


.about dl dt {
    width: 100%;
    float: left;
}

.about dl dt img {
    width: 100%;
    height: auto;
}

.about dl dd {
    width: 100%;
}

.about dl dd span {
    text-indent: 2em;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #666;
    clear: both;
    font-family: 微软雅黑;
}

.about dl dd em {
    width: 100%;
    float: left;
    font-size: 18px;
    padding: 1% 0;
    font-weight: bold;
    color: #555;

}

.news {
    width: 48%;
    float: right;
    margin-bottom: 10px;
}

.news dl {
    float: left;
    border-bottom: 1px dashed #ccc;
    margin-top: 20px;
}

.news dl a {
    color: #444
}

.news dl a:hover {
    color: #FFF;
}

.news dl dt {
    width: 12%;
    color: #FFF;
    float: left;
    text-align: center;

}

.news dl dt i {
    width: 100%;
    background: #73b949;
    font-size: 16px;
    padding: 10px 0;
    display: block;

}

.news dl dt em {
    background: #73b949;
    font-size: 22px;
    padding: 15px 0;
    display: block;
}

.news dl dd {
    width: 80%;
    float: right;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 15px;
    font-family: 微软雅黑;
}

.news dl span {
    width: 80%;
    text-indent: 2em;
    line-height: 24px;
    float: right;
    font-family: 微软雅黑;
}

.news dl:hover, .news dl span:hover {
    background: #73b949;
    color: #FFF;
}

.content-six {
    width: 1200px;
    height: auto;
    margin: 20px auto;
}

.con-six {
    width: 338px;
    height: 280px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.con-si .txt-six {
    padding-top: 188px;
    height: 559px;
}

.con-si_mob, .con-six_mob {
    display: none;
}

.con-si {
    width: 500px;
    height: 559px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.con-si .conimg-two {
    width: 500px;
    height: 570px;
}

.conimg-two {
    width: 338px;
    height: 280px;
}

.txt-six {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 280px;
    padding-top: 90px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.txt-six a {
    color: #FFF;
}


.txt-six h3 {
    font-weight: normal;
    color: #FFF;
    font-family: 微软雅黑;
    font-weight: bold;
}

.txt-six p {
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
    display: block;
    line-height: 25px;
}

.link {
    width: 1200px;
    margin: 10px auto;
    height: auto;
    clear: both;
    text-align: center;
}


.link a {
    padding: 0 0.5%;
}


#footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: white;
    background: #3ca46a;
}


.footer {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 15px;
}


.footer_left {
    float: left;
    width: 55%;
    display: flex;

}

.footer_left p {
    line-height: 35px;
    font-size: 14px;
    font-family: 微软雅黑;
    margin: 0 !important;
}

.footer_left p:first-child {
    font-size: 14px;


}

.footer_left dl {
    font-family: 微软雅黑;
}

.footer_left dl dt {
    font-weight: bold;
    line-height: 32px;
    font-size: 18px;
    letter-spacing: 9px;
    /*padding-left: 4%;*/
}
.fzlc_desc_ul > li{
    list-style: inside;
}

.footer_left dl dd {
    float: left;
    /*margin: 0 4%;*/
    text-align: center;
    font-weight: bold;
}

.footer_left dl dd img {
    border-radius: 10px;
}

.footer_left dl span {
    width: 60%;
    float: right;
    margin-top: 12%;
}

.footer_left dl span a {
    padding: 0 8%
}

.footer_left dl span a img {
    width: 30px;
    height: auto;
}


.footer_right {
    float: right;;
    margin-bottom: 20px;
}

.footer_right dl {
    float: left;
    margin: 0 0 0 60px;
}

.footer_right dl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}

.footer_right dl dd {
    line-height: 30px;
    font-size: 13px;
}

.footer_right dl dd a {
    color: #FFF;
    font-size: 12px !important
}

.footer_down {
    width: 100%;
    text-align: center;
    clear: both;
    background: #237648;
    padding: 20px 0;
}

.central5 {
    margin-top: 45px;
}

.central5 .title_common h3, .central5 .title_common h4 {
    color: #555;
}

.block .content-show {
    width: 100%;
}

.block .content-show .show-act-a {
    width: 25%;
    margin-right: 0;
}


/*通用*/
.title_common {
    text-align: center;
    padding: 10px 0;
}

.title_common h3 {
    font-size: 32px;
    color: #ffffff;
    line-height: 50px;
}

.title_common h4 {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.2;
    font-family: AvianRegular;
}

.title_common p {
    width: 833px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 15px;
}

.list ul li p {
    text-align: center;
}

.list ul li p {
    line-height: 45px;
    font-size: 14px;
    color: #474747;
    padding-left: 10px;
    border-top: 1px solid #ccc;
    letter-spacing: 1px;
}

.list p {
    line-height: 60px;
    font-size: 14px;
    color: #474747;
    padding-left: 10px;
    border-top: 1px solid #ccc;
    letter-spacing: 1px;
}

.list p a {
    font-size: inherit !important;
    font-family: 微软雅黑;
    font-weight: normal;
}

.list p span {
    float: right;
    color: #8f8f8f;
    padding-right: 10px;
}

.list p:hover, .news_list .content_right .list p:hover span {
    color: #6cc2d1;
}

.n_right h2 a {
    background: #f2f2f2;
}

.pagination {
    margin-left: 1%;
}


/*公共内页_banner*/
.block {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.bread {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #8b8a88;
}

.bread .child {
    color: #ffffff;
    font-size: 14px;
    background: url(../images/child.png) 10px center no-repeat;
    padding-left: 30px;

    font-family: 微软雅黑;
}

.bread .child a {
    font-size: 14px !important;
    font-family: 微软雅黑;
}


.bread .child a {
    color: inherit;
}

.banner {
    height: 230px;
    background-size: auto 100%;
    background-size: cover;
}

.understand .banner .tit {
    position: absolute;
    left: 0;
    top: 35px;
    width: 770px;
    height: 115px;
    padding-left: 22px;
    padding-top: 30px;
}

.understand .banner .tit h3 {
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
}

.understand .banner .tit h4 {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 13px;
}

.content {
    padding-top: 40px;
    padding-bottom: 160px;
}

.content .body_nav_left {
    width: 140px;
    float: left;
}

.content .body_nav_left .title h2 {
    font-size: 24px;
    color: #474747;
    line-height: 1;
    margin-bottom: 10px;
}

.content .body_nav_left .title h3 {
    font-size: 24px;
    color: #474747;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
    width: 100%;
}

.content .body_nav_left .title h3:after {
    content: "";
    display: block;
    width: 97px;
    height: 2px;
    background: #5ac0a8;
    margin-top: 10px;
}


.n_right .list {
    padding: 0;
    margin-bottom: 10px;
    /*margin-top: 20px;*/
}

.n_right .list h3 {
    line-height: 25px;
    font-size: 16px !important;
    color: #474747;
    height: 40px;
    line-height: 40px;
    background: #009900;
    color: #fff;
    margin-bottom: 10px;
}

.n_right .list h3.add {
    color: #5ac0a8;
    /*background:url(../images/hide5.png) right center no-repeat;*/
}


.n_right .list h3 em a {
    color: #fff;
    float: right;
    padding-right: 10px;
}

.list {
    /*border-bottom: 1px solid #ebebeb;*/
}

.content .content_right .pic {
    width: 344px;
    float: left;
    margin-left: 20px;
}

.content .content_right .pic .img {
    width: 344px;
    height: 171px;
    overflow: hidden;
    position: initial;
    margin-bottom: 25px;
}

.content .content_right .pic .img i {
    width: 27px;
    height: 100%;
    /*background:url(../images/hide6.png) center center no-repeat; */
    position: absolute;
    left: 0;
    top: 0;
}

.content .content_right .text {
    width: 703px;
    float: right;
}

.content .content_right .text h3 {
    font-size: 30px;
    color: #5ac0a8;
    line-height: 1;
    margin-bottom: 30px;
}

.content .content_right .text p {
    font-size: 14px;
    color: #707070;
    line-height: 1.5;
}

.banner {
    background: url(../images/banner_news.jpg) center center no-repeat;
    background-size: auto 100%;
    background-size: cover;
}

.banner .tit {
    position: absolute;
    left: 0;
    top: 35px;
    width: 1200px;
    height: 115px;
    padding-left: 22px;
    padding-top: 30px;
}

.banner .tit h3 {
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
}

.banner .tit h4 {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.2;
    margin-top: 13px;
}


.n_right h3 {
    font-size: 200%;
    color: #474747;
    text-indent: 1em;
    height: 50px;
    line-height: 50px;
    margin: 0;
}

.news_list .content_right {
    width: 964px;
    float: right;
}

.n_right h2 {
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.n_right h2 a {
    width: 24.999%;
    color: #009900;
}

.n_right h2 a:hover {
    background: #009900;
    color: #f2f2f2;
    display: block;
}

.n_right h4 {
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
}

.n_right h4 a:hover {
    background: #209DD5;
    color: #fff !important;
}

.n_right h4 a.color-alt {
    background: #209DD5;
    color: #fff;
}

/*企业文化*/

.content-main li {
    width: 30%;
    height: 250px;
    float: left;
    text-align: center;
    line-height: 25px;
    margin: 0 1.5%;
    font-family: 微软雅黑;
    font-size: 14px;
}

.content-main li img {
    width: 100%;
    height: 77%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1104;
    display: none;
}

* html #fancybox-loading { /* IE6 */
    position: absolute;
    margin-top: 0;
}

#fancybox-loading div {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 480px;
    background-image: url(../images/fancybox.png);
}

#fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    z-index: 1100;
    display: none;
}

* html #fancybox-overlay { /* IE6 */
    position: absolute;
    width: 100%;
    height: 800px;

}

#fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
    display: none;
}

#fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    z-index: 1101;
    display: none;
}

#fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF;
}

#fancybox-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    outline: none;
    overflow: hidden;
}

#fancybox-hide-sel-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-image: url(../images/fancybox.png);
    background-position: -40px 0px;
    cursor: pointer;
    z-index: 1103;
    display: none;
}

#fancybox_error {
    color: #444;
    font: normal 12px/20px Arial;
    padding: 7px;
    margin: 0;
}

#fancybox-content {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
}

#fancybox-img {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    line-height: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

#fancybox-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

#fancybox-title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: Arial;
    font-size: 12px;
    z-index: 1102;
}

.fancybox-title-inside {
    padding: 10px 0;
    text-align: center;
    color: #333;
}

.fancybox-title-outside {
    padding-top: 5px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

.fancybox-title-over {
    color: #FFF;
    text-align: left;
}

#fancybox-title-over {
    padding: 10px;
    background-image: url(../images/fancy_title_over.png);
    display: block;
}

#fancybox-title-wrap {
    display: inline-block;
}

#fancybox-title-wrap span {
    height: 32px;
    float: left;
}

#fancybox-title-left {
    padding-left: 15px;
    background-image: url(../images/fancybox.png);
    background-position: -40px -90px;
    background-repeat: no-repeat;
}

#fancybox-title-main {
    font-weight: bold;
    line-height: 29px;
    background-image: url(../images/fancybox-x.png);
    background-position: 0px -40px;
    color: #FFF;
}

#fancybox-title-right {
    padding-left: 15px;
    background-image: url(../images/fancybox.png);
    background-position: -55px -90px;
    background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 35%;
    cursor: pointer;
    outline: none;
    background-image: url(../images/blank.gif);
    z-index: 1102;
    display: none;
}

#fancybox-left {
    left: 0px;
}

#fancybox-right {
    right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
    position: absolute;
    top: 50%;
    left: -9999px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 1102;
    display: block;
}

#fancybox-left-ico {
    background-image: url(../images/fancybox.png);
    background-position: -40px -30px;
}

#fancybox-right-ico {
    background-image: url(../images/fancybox.png);
    background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
    visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
    left: 20px;
}

#fancybox-right:hover span {
    left: auto;
    right: 20px;
}

.fancy-bg {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    width: 20px;
    height: 20px;
    z-index: 1001;
}

#fancy-bg-n {
    top: -20px;
    left: 0;
    width: 100%;
    /*background-image: url(images12.7..56fancybox-x.png);*/
}

#fancy-bg-ne {
    top: -20px;
    right: -20px;
    background-image: url(../images/fancybox.png);
    background-position: -40px -162px;
}

#fancy-bg-e {
    top: 0;
    right: -20px;
    height: 100%;
    background-image: url(../images/fancybox-y.png);
    background-position: -20px 0px;
}

#fancy-bg-se {
    bottom: -20px;
    right: -20px;
    background-image: url(../images/fancybox.png);
    background-position: -40px -182px;
}

#fancy-bg-s {
    bottom: -20px;
    left: 0;
    width: 100%;
    background-image: url(../images/fancybox-x.png);
    background-position: 0px -20px;
}

#fancy-bg-sw {
    bottom: -20px;
    left: -20px;
    background-image: url(../images/fancybox.png);
    background-position: -40px -142px;
}

#fancy-bg-w {
    top: 0;
    left: -20px;
    height: 100%;
    background-image: url(../images/fancybox-y.png);
}

#fancy-bg-nw {
    top: -20px;
    left: -20px;
    background-image: url(../images/fancybox.png);
    background-position: -40px -122px;
}


/**新闻**/
.n_main {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.n_left {
    float: left;
    width: 234px;
}

.n_left_title {
    height: 92px;
    width: 234px;
    background: url(../images/n_left_title.png) no-repeat;
    padding-top: 28px;
}

.n_left_title p {
    line-height: 38px;
    font-size: 30px;
    color: #fff;
    text-indent: 18px;
}

.n_left_title p span {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}

.n_left_box {
    width: 232px;
    border: 1px solid #EDEDED;
}

.n_left_box ul {
    width: 202px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.n_left_box ul li {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #EEEEEE;
}

.n_left_box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    background: url(../images/n_left_box_li2.jpg) center right no-repeat;
    font-size: 14px;
    color: #666666;
}

/*.n_left_box ul li a:hover{ font-size:16px; font-weight:bold; color:#1799D7; background:url(../images/n_left_box_li1.jpg) center right no-repeat;}*/
.n_left_box ul li a:hover {
    font-size: 16px;
    font-weight: bold;
    color: #1799D7;
}

.n_left_box ul li a.select {
    font-size: 16px;
    font-weight: bold;
    color: #1799D7;
    background: url(../images/n_left_box_li1.jpg) center right no-repeat;
}

.n_left_box dl {
    width: 202px;
    margin: 0 auto;
}

.n_left_box dl dt {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #EEEEEE;
    text-align: left;
    text-indent: 1em;
}

.n_left_box dl dt a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    background: url(../images/n_left_box_li2.jpg) center right no-repeat;
    color: #666666;
    font-family: 微软雅黑;
    font-size: 16px !important;
}

.n_left_box dl dt a:hover {
    font-size: 16px;
    font-weight: bold;
    color: #009900;
    background: url(../images/n_left_box_li1.jpg) center right no-repeat;
}

.n_left_box dl dt a.select {
    font-size: 16px;
    font-weight: bold;
    color: #1799D7;
    background: url(../images/n_left_box_li1.jpg) center right no-repeat;
}


.n_left_box dl dd {
    display: none;
    line-height: 28px;
    height: 28px;
    font-size: 14px;
    color: #666666;
    text-indent: 40px;
    margin: 5px 0;
}

.n_left_box dl dd a {
    font-family: "微软雅黑";
    line-height: 28px;
    font-size: 12px;
    color: #666666;
}

.n_left_box dl dd a.select {
    color: #1799D7;
}

.n_left_box dl dd a:hover {
    color: #009900;
}


.n_left_box a.course_a {
    margin: 0 auto;
    background: url(../images/zyyw_icon_01.jpg) center center no-repeat;
    width: 202px;
    height: 75px;
    margin-bottom: 8px;
    display: block;
}

.n_left_box a.contact_a {
    margin: 0 auto;
    background: url(../images/contact.jpg) center center no-repeat;
    width: 202px;
    height: 75px;
    margin-bottom: 16px;
    display: block;
}

.n_left_nemu {
    width: 232px;
    margin-top: 20px;
}

.n_left_nemu li {
    height: 42px;
    line-height: 42px;
    width: 232px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
}

.n_left_nemu li a {
    background-repeat: no-repeat;
    background-position: center left;
    display: block;
    height: 42px;
    line-height: 42px;
    width: 232px;
    font-size: 12px;
    color: #fff;
    background-color: #1B88CB;
    text-indent: 50px;
}

.n_left_nemu li a.n_left_nemu_bg1 {
    background-image: url(../images/n_left_nemu_bg1.png);
}

.n_left_nemu li a.n_left_nemu_bg2 {
    background-image: url(../images/n_left_nemu_bg2.png);
}

.n_left_nemu li a.n_left_nemu_bg3 {
    background-image: url(../images/n_left_nemu_bg3.png);
}

.n_left_nemu li a.n_left_nemu_bg4 {
    background-image: url(../images/n_left_nemu_bg4.png);
}

.n_left_nemu li a:hover {
    background-color: #F49927;
}

.n_left_nemu li a.select_left_nemu {
    background-color: #F49927;
}


.n_right {
    background: #fff;
    float: right;
    width: 938px;
    min-height: 500px;
    font-size: 12px;
    color: #555;
    line-height: 24px;
    /*border: 1px solid #EDEDED;*/
    margin-bottom: 20px;
}

.post-intro img {
    height: auto;
    display: block;
}


.n_con {
    padding-top: 20px;
    text-indent: 2em;
    font-family: "微软雅黑";
    color: #666;
    font-size: 14px;
    line-height: 175%;
}

.n_con p img {
}


.n_top {
    width: 900px;
    margin: 0 auto;
    height: 44px;
    padding-top: 22px;
    line-height: 40px;
    clear: both;
    overflow: hidden;
    background: url(../images/n_top.jpg) left bottom no-repeat;
    margin-bottom: 20px;
}

.n_top h1 {
    height: 44px;
    line-height: 40px;
    font-size: 20px;
    font-family: "微软雅黑";
    color: #343434;
    width: 300px;
    float: left;
}

.n_top p {
    height: 24px;
    padding-top: 20px;
    line-height: 24px;
    width: 600px;
    text-align: right;
    float: right;
    font-size: 12px;
    color: #999999;
}

.n_top p a {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 2px;
    float: right;
    font-size: 12px;
    color: #999999;
}

.n_top p a:hover {
    color: #0064AA;
}

.n_top p span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 2px;
    float: right;
    font-size: 12px;
    color: #999999;
}


/*发展历程*/

.mCustomScrollBox > .mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;

}


.n_history { /*width:100%; min-width:1200px; max-*/
    width: 1680px;
    height: 666px;
    margin: 15px auto;
    position: relative;
    background: url(../images/n_about_bg.jpg) center center no-repeat;
}

.n_history_box {
    width: 660px;
    position: absolute;
    left: 54%;
    margin-left: -47px;
    height: 666px;
}

.n_history_list {
    position: relative;
    width: 660px;
    height: 666px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.div_pading40 {
    height: 80px;
    width: 100%;
    clear: both;
}

.n_history_list dl {
    clear: both;
    padding-bottom: 10px;
    padding-top: 20px;
}

.n_history_list dt {
    width: 94px;
    height: 94px;
    float: left;
    background: url(../images/n_honr_bg3.png) no-repeat;
    text-align: center;
    line-height: 94px;
    color: #fff;
    font-size: 24px;
    font-family: 微软雅黑;
}

.n_history_list dd {
    width: 556px;
    min-height: 94px;
    float: right;
}

.n_history_list dd .history_title {
    height: 60px;
    background: url(../images/n_honr_bg1.png) right bottom no-repeat;
    cursor: pointer;
    padding-top: 25px;
}

.n_history_list dd .history_title.select {
    background: url(../images/n_honr_bg2.png) right 40px no-repeat;
}

.n_history_list dd .history_title p {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-family: 微软雅黑;
}

.n_history_list dd .history_title p span {
    line-height: 34px;
    color: #fff;
    font-size: 24px;
}

.n_history_list dd .history_con {
    display: none;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    padding-top: 30px;
    background: url(../images/n_honr_bg4.png) top left no-repeat;
}

/*员工活动*/

.content-act {
    width: 900px;
    margin: 0 auto;
}

.content-show {
    width: 900px;
    margin: 0 auto;
}

.content-act:after {
    content: '';
    display: block;
    clear: both;
}

.content-act-menu {
    width: 103%;
    padding-top: 20px;
}

.content-act-menu:after {
    content: '';
    display: block;
    clear: both;
}

.content-act-a {
    float: left;
    width: 33.33%; /*font-weight:bold;*/
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    background: #f2f2f2;
    color: #666666;
}

.content-act-a:hover {
    background: #009900;
    color: #fff;
}

.content-act-a.active {
    background: #009900;
    color: #fff;
}

.show-act-a {
    position: relative;
    float: left;
    padding-bottom: 80px;
    margin-right: 3%;
    margin-bottom: 15px;
    width: 30.33%;
    color: #333;
    overflow: hidden;
    background: #F2F2F4 url(../images/show-act-a.png) bottom left no-repeat;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    -moz-transition: background .3s ease;
    -o-transition: background .3s ease;
}

.show-act-margin {
    margin-right: 0;
}

.show-act-img {
    position: relative;
    width: 100%;
}

.show-act-a img {
    display: block;
    width: 100%;
    width: 283px;
    height: 192px;
}

.show-act-shade {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.show-act-shade a {
    display: block;
    width: 100%;
    height: 100%;
}

.show-act-shade-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/icon23.png) center center no-repeat;
}

.show-act-shade-icon2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/video_bg.png) center center no-repeat;
}

.show-act-bot-a {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.show-act-bot-c {
    position: absolute;
    left: 0;
    bottom: -50px;
    padding-bottom: 11px;
    width: 100%;
    color: #fff;
    background-color: #009900;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.show-act-a:hover .show-act-shade {
    top: 0;
}

.show-act-a:hover .show-act-bot-a {
    bottom: -70px;
}

.show-act-a:hover .show-act-bot-c {
    bottom: 0;
}

.show-act-tit {
    font-weight: bold;
    line-height: 48px;
    padding-left: 10px;
}

.show-act-tit a {
    color: #FFF;
}

.show-act-desc {
    padding-left: 10px;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/**新闻详情**/

.n_right_news_detail {
    width: 900px;
    margin: 0 auto;
}

.n_news_detail_top {
    height: 104px;
    border-bottom: 1px dashed #CDCDCD;
    width: 900px;
}

.n_news_detail_top p {
    color: #0065AD;
    font-size: 18px;
    font-weight: 600;
    font-family: "微软雅黑";
    text-align: center;
    line-height: 58px;
}

.n_news_detail_top p span {
    font-size: 12px;
    line-height: 24px;
    color: #969696;
    font-weight: normal;
    font-family: "宋体";
}

.n_right_news_bottom {
    height: 140px;
    border-top: 1px solid #CDCDCD;
    width: 900px;
}

.n_right_news_bottom_link {
    width: 500px;
    height: 84px;
    float: left;
    border-top: 16px solid #fff;
}

.n_right_news_bottom_link p {
    color: #666666;
    font-size: 12px;
    text-indent: 14px;
    line-height: 36px;
    background: url(../images/bottom_link.jpg) center left no-repeat;
}

.n_right_news_bottom_link p:hover {
    color: #0047A1;
    background: url(../images/bottom_link_hover.jpg) center left no-repeat;
}

.n_right_news_bottom_link p:hover a {
    color: #0047A1;
}

.n_right_news_bottom_link p a {
    color: #666666;
    font-size: 12px;
    line-height: 36px;
}

.n_right_news_bottom_share {
    width: 332px;
    height: 64px;
    float: right;
    border-top: 36px solid #fff;
    position: relative;
}

.n_right_news_bottom_share a.new_back {
    display: block;
    width: 142px;
    height: 42px;
    position: absolute;
    top: -5px;
    right: 0px;
    background: url(../images/new_back.jpg) no-repeat;
}


.zs_newslist {
    width: 900px;
    margin: 0 auto;
    padding-top: 16px;
}

.zs_newslist li {
    line-height: 46px;
    height: 46px;
    border-bottom: 1px dotted #737373;
    font-size: 12px;
    position: relative;
    background: url(../images/n_news_list_li.png) center left no-repeat;
    text-indent: 24px;
}

.zs_newslist li:hover {
    background: url(../images/n_news_list_li_a1.png) center left no-repeat;
}

.zs_newslist li:hover a {
    color: #169BE4;
}

.zs_newslist li a {
    line-height: 46px;
    font-size: 14px;
    color: #333333;
}

.zs_newslist li a:hover {
    color: #169BE4;
}

.zs_newslist li span {
    color: #666666;
    display: block;
    height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    line-height: 46px;
    text-align: right;
}


/*核心技术*/
.technology1 {
    height: 441px;
    padding: 85px 0 100px;
}

.technology1 .div {
    width: 100%;
    text-align: center;
    margin-top: 37px;
}

.technology1 .div .item {
    display: inline-block;
    width: 201px;
    margin: 0 80px;
    position: relative;
    height: 320px;
}

.technology1 .div .item a {
    display: block;
}

.technology1 .div .item .tit {
    width: 201px;
    height: 144px;
    text-align: center;
    padding-top: 57px;
    margin-bottom: 35px;
}

.technology1 .div .item .tit.t1 {
    background: url(../images/t1.png) center center no-repeat;
}

.technology1 .div .item .tit.t2 {
    background: url(../images/t2.png) center center no-repeat;
}

.technology1 .div .item .tit.t3 {
    background: url(../images/t3.png) center center no-repeat;
}

.technology1 .div .item .tit h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}

.technology1 .div .item .tit h4 {
    font-family: Impact;
    font-size: 60px;
    color: #ffffff;
    line-height: 1;
    margin-top: 10px;
}

.technology1 .div .item .tit h4 span {
    font-size: 18px;
    color: #ffffff;
    font-family: 微软雅黑;
}

.technology1 .div .item .into {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.technology1 .div .item p {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    display: none;
}

.technology1 .div .item:hover p {
    display: block;
}

.technology1 .line {
    width: 1px;
    height: 100px;
    background: #dbdbdb;
    margin: 0 auto;
    margin-top: 50px;
}

.technology2 {
    padding: 98px 15px 80px;
}

.technology2 .tit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #00a6ba;
}

.technology2 .tit h1 {
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    float: left;
}

.technology2 .tit h1.h1 {
    width: 235px;
    text-align: center;
}

.technology2 .tit h1.h3 {
    width: 333px;
    text-align: center;
}

.technology2 .tit h1.h2 {
    width: 632px;
    text-align: center;
}

.technology2 .div .tit-main {
    border-bottom: 1px solid #ededed;
    height: 55px;
}

.technology2 .div .tit-main h2 {
    float: left;
    font-size: 14px;
    color: #707070;
    height: 55px;
    margin: 0;
    font-weight: 400;
    font-family: 微软雅黑;
}

.technology2 .div .tit-main h2.h1 {
    width: 235px;
    text-align: center;
}

.technology2 .div .tit-main h2.h2 {
    width: 632px;
    text-align: center;
}

.technology2 .div .tit-main h2.h3 {
    width: 233px;
    text-align: right;
    padding-right: 100px;
    font-family: Arial, Helvetica, sans-serif;
}

.technology2 .div .tit-main:hover h2.h1 {
    color: #ef6149;
}

.technology2 .more {
    width: 215px;
    /*height:45px; */
    display: block;
    background: #f89341;
    font-size: 16px;
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    margin-top: 50px;
}


/*工程案例*/
.list {
    padding: 5px 0;
}

.list ul {
    color: #36393D;
    font-size: 18px;
    font-weight: bold;
}

.list ul li {
    line-height: 22px;
    float: left;
}

.list ul li {
    width: 220px;
    margin: 0 7px;
}

.list ul li img {
    border: 1px solid #D6D5D5;
    padding: 2px;
    width: 215px;
    height: 145px;
}

.list ul li img p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

#anli {
    width: 100%;
    max-width: 1167px;
    background: #EFEFF0;
    margin-top: 8px;
    padding-top: 30px;
}

#anli h2 {
    width: 100%;
    margin: 0 auto;
    height: 31px;
    line-height: 31px;
    background: url(../images/anli_title.png) center center no-repeat;
    text-align: center;
    font-size: 30px;
    color: #232323;
}

#anli .anli_list {
    width: 100%;
    margin: 0 auto;
    margin-top: 16px;
    position: relative;
}

#anli .anli_list li {
    width: 16.1%;
    height: auto;
    float: left;
    margin-top: 14px;
    margin-left: 20px;
    text-align: center;
    font-weight: bold
}

#anli .anli_list li img {
    width: 100%;
    height: auto;
}

#anli .anli_list li a {
    font-family: 微软雅黑;
    font-weight: normal;
    font-size: 14px !important;
}

#anli .more {
    width: 1000px;
    margin: 0 auto;
    text-align: right;
    margin-top: 16px;
    font-weight: bold;
}

#anli em {
    width: auto;
    position: relative;
    margin-left: 88%;
    margin-top: 16px;
    display: table;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 6px 20px;
    margin-bottom: 10px;
    background: #000;
}

#anli em a {
    color: #fff;
}

#anli em a:hover {
    color: #999;
}


/*主营业务*/

.service_cate {
    width: 1200px;
    margin: 0 auto;
    height: 340px;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.service_cate img {
    width: 100%;
    height: 100%;
}

.service_detail {
    z-index: 99;
    position: absolute;
    top: 0;
    width: 332px;
    height: 308px;
    padding: 32px 20px 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 微软雅黑;
}

.service_detail h1.title {
    font-size: 24px;
    color: #fff;
    line-height: 70px;
    font-weight: bold;
}

.position_f {
    left: 0;
    background: url(../images/service_detail.png) no-repeat;
}

.position_r {
    right: 0;
    background: url(../images/service_detail1.png) no-repeat;
}

.service_cate a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.service_list {
    width: 874px;
    /* margin: 10px auto; */
    border: 1px solid #E8E8E8;
    /* border-right: 5px solid #E8E8E8; */
    /* border-bottom: 5px solid #E8E8E8; */
    height: 150px;
    padding: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
}

.service_list dt {
    width: 230px;
    height: 150px;
    float: left;
}

.service_list dt img {
    width: 230px;
    height: 150px;
}

.service_list dd {
    float: right;
    height: 150px;
    line-height: 25px;
    font-size: 13px;
    color: #989898;
    width: 620px;
    position: relative;
    font-family: 微软雅黑;
}

.service_list dd h1.title {
    font-size: 30px;
    color: #666666;
    line-height: 32px;
    font-weight: 600;
    font-family: 微软雅黑;
}

.service_list dd h1.title a {
    font-size: 16px !important;
    color: #666666;
    line-height: 32px;
    font-weight: 600;
}

.service_list dd h1.title a:hover {
    color: #157e03;
}

.service_list dd a.more {
    display: block;
    height: 24px;
    line-height: 24px;
    width: 80px;
    color: #CCCCCC;
    font-size: 12px;
    font-family: "宋体";
    position: absolute;
    left: 0;
    bottom: 0;
}

.service_list dd a.more:hover {
    color: #157e03;
}
.list p a:hover{
    color: #009900;
}

/*技术创新*/
.new-actives {
    background: url(../images/pic22.png) center center no-repeat;
    height: 550px;
    padding: 105px 0 136px;
    position: relative;
}


.tab-bd {
    width: 1230px;
    margin: 0 auto;
    position: relative;
}


.tab-bd .child {
    width: 100%;
    height: 549px;
    position: relative;
    float: left;
    overflow: hidden;
}

.tab-bd .child .left {
    width: 625px;
    float: left;
}

.tab-bd .child .left .pic1 {
    margin-top: 50px;
    width: 349px;
    height: 451px;
    overflow: hidden;
}

.tab-bd .child .left .pic2 {
    width: 425px;
    height: 549px;
    overflow: hidden;
    position: absolute;
    left: 196px;
    top: 0;
}

.tab-bd .child .right {
    width: 510px;
    float: right;
    text-align: left;
    padding-top: 55px;
}

.tab-bd .child .right h3 {
    font-size: 24px;
    color: #474747;
    line-height: 1.5;
}

.tab-bd .child .right h3 a {
    font-size: inherit !important;
}

.tab-bd .child .right h4 {
    font-size: 24px;
    color: #474747;
    line-height: 1.6;
    font-family: AvianRegular;
    margin-bottom: 18px;
}

.tab-bd .child .right p {
    line-height: 1.5;
    background: url(../images/t4.png) left center no-repeat;
    font-size: 14px;
    color: #707070;
    padding-left: 20px;
    margin-bottom: 13px;
    font-family: 微软雅黑;
}


.new-actives .tab-bd li {
    border-bottom: 1px solid #f2f2f2;
    height: 55px;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
}

.new-actives .tab-bd em {
    height: 1px;
    overflow: hidden;
    width: 288px;
    background-color: #f2f2f2;
    display: block;
    left: 4px;
    top: 54px;
    position: absolute;
}

.new-actives .tab-bd ul {
    height: 167px;
    overflow: hidden
}

.new-actives .tab-bd li a {
    height: 50px;
    display: block;
}


.new-actives .step {
    position: absolute;
    width: 570px;
    right: 0;
    bottom: 167px;
    z-index: 9999;
}

.new-actives .step a {
    width: 11px;
    height: 14px;
    background: url(../images/nav2.png) center center no-repeat;
    float: left;
    margin: 0 5px;
}

.new-actives .step a .now {
    background: url(../images/now2.png) center center no-repeat;
    width: 15px;
    height: 14px;
}

.new-actives .step a.prevStop,
.new-actives .step a.nextStop {
    filter: alpha(opacity=60);
    opacity: 0.6;
    cursor: auto
}


/*关于我们*/
.n_ad {
    min-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 230px;
}

.n_title {
    height: 148px;
    width: 100%;
    min-width: 1200px;
    max-width: 1680px;
    margin: 0 auto;
    padding-top: 32px;
    background: #fff;
}

.n_title h1 {
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 36px;
    color: #CCCCCC;
    font-weight: bold;
    background: url(../images/n_title_bg1.jpg) center center no-repeat;
    font-weight: normal;
}

.n_title h2 {
    text-align: center;
    height: 62px;
    line-height: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    background: url(../images/n_title_bg2.jpg) center bottom no-repeat;
    font-weight: normal;
}

.n_box {
    background-color: #F5F5F5;
    width: 100%;
    margin: 0 auto;
}

.n_about {
    padding: 104px 0 120px;
    width: 1200px;
    margin: 0 auto;
}

.n_about_video {
    width: 480px;
    height: 400px;
    float: left;
    border: 5px solid #fff;
}

.n_about_video iframe {
    width: 480px;
    height: 400px;
}

.n_about_con {
    padding-left: 30px;
    float: left;
    width: 670px;
    height: 356px;
}

.n_about_con dt {
    height: 96px;
    margin-bottom: 34px;
    line-height: 32px;
    color: #565656;
    font-size: 18px;
    font-weight: bold;
    /*background:url(../images/n_about_con_dt.jpg) bottom left no-repeat;*/
}

.n_about_con dt h1 {
    font-size: 32px;
    line-height: 40px;
    color: #8f8e8e;
    font-weight: normal;
}

.n_about_con dd {
    font-size: 12px;
    color: #565656;
    line-height: 30px;
    font-family: 微软雅黑;
}

.n_about_con dd a {
    display: block;
    width: 120px;
    height: 34px;
    text-align: center;
    font-size: 12px;
    line-height: 34px;
    background: url(../images/n_about_con_a.png) no-repeat;
    color: #fff;
}


/*荣誉资质*/
.central3 {
    background: url(../images/pic12.png) center top no-repeat;
    height: 447px;
    padding: 40px 0 100px;
}

.central3 .tabss {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.central3 .tabss a {
    display: inline-block;
    width: 320px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #f6fbfa;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 0 8px;
}

.central3 .tabss .now {
    background: #c3ce23;
    border: 1px solid #c3ce23;
}

.central3 .roll {
    width: 1230px;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.central3 .roll ul li {
    width: 270px;
    height: 205px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin: 0 10px;
}

.central3 .roll ul li a {
    font-family: 微软雅黑;
    font-weight: bold;
    color: #FFF;
}


.central3 .roll ul li img {
    width: 265px;
    height: 180px;
}

.central4 .title_common h3, .central4 .title_common h4 {
    color: #474747;
}

/*.central4{ background:url(../images/pic18.png) center center no-repeat; height:430px}*/
.central4 {
    height: 430px
}

.central4.tabss {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.central4.tabss a {
    display: inline-block;
    width: 320px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #474747;
    margin: 0 8px;
}

.central4 .tabss .now {
    background: url(../images/pic60.png) center center repeat;
    color: #ffffff;
}

.central4 .roll {
    width: 1230px;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.central4 .roll ul li {
    width: 270px;
    height: 210px;
    overflow: hidden;
    text-align: center;
    float: left;
    margin: 0 10px;
}

.central4 .roll ul li a {
    font-family: 微软雅黑;
    font-weight: bold;
    color: #FFF;
}

.central4 .roll ul li img {
    width: 265px;
    height: 180px;
}

.do-block {
    width: 47%;
}

/*.do-5ast8 { padding-top:2%;}*/
.post-intro img {
    margin: 0 auto;
}

/*联系我们*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.n_contact {
    width: 100%;
    height: 530px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.n_contact_box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 48px;
}

.zb {
    width: 450px;
}

.zb h1.zb_title {
    height: 80px;
    background: url(../images/n_about_bg4.png) center left no-repeat;
    font-size: 24px;
    line-height: 80px;
    color: #333;
    font-weight: bold;
    text-indent: 30px;
    margin-bottom: 5px;
}

.zb dl {
    width: 580px;
    height: 300px;
    /*background: url(../images/zb.png) repeat;*/
    /*padding: 0 10px 30px 120px;*/
}

.zb dl dt {
    width: 540px;
    height: 40px;
    line-height: 40px;
    /*background:url(../images/n_about_bg2.png) right center  no-repeat; */
    font-size: 18px;
    font-weight: bold;
    color: #333;
    /*padding-top: 80px;*/
    /*padding-left: 100px;*/
}

.zb dl dd {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    font-family: 微软雅黑;
    /*padding-left: 100px;*/
}

.zb dl dd p {
    color: #333;
}

.fb {
    width: 650px;
}

.fb h1.fb_title {
    height: 80px;
    background: url(../images/n_about_bg4.png) center left no-repeat;
    font-size: 24px;
    line-height: 80px;
    color: #333;
    font-weight: bold;
    text-indent: 30px;
    margin-bottom: 5px;
}

.fb dl {
    width: 540px;
    background: url(../images/zb.png) repeat;
    padding: 0 20px;
    margin-bottom: 4px;
    height: 40px;
}

.fb dl dt {
    width: 540px;
    height: 40px;
    line-height: 40px;
    background: url(../images/n_about_bg3.png) right center no-repeat;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.fb dl dt.select {
    background: url(../images/n_about_bg2.png) right center no-repeat;
}

.fb dl dd {
    width: 540px;
    height: 280px;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    position: relative;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.fb_box {
    width: 580px;
    height: 440px;
    position: relative;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.conact_map {
    position: relative;
    left: 250px;
    top: -65px;
}


/*专业资质*/
.n_titl {
    height: 148px;
    width: 100%;
    margin: 0 auto;
    padding-top: 32px;
}

.n_titl h1 {
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    background: url(../images/n_title_bg1.jpg) center center no-repeat;
    font-weight: normal;
}

.n_titl h1 i {
    background: #26c0a6;
    padding: 0 20px;
}

.n_titl h2 {
    text-align: center;
    height: 62px;
    line-height: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    background: url(../images/n_title_bg2.jpg) center bottom no-repeat;
    font-weight: normal;


}

.conact_map_mob {
    display: none
}

.cover_img_01{
    background-image: url(../images/new_banner_01.jpg);
    height: 500px;
    background-size: cover;
    background-position: center;
}
.cover_img_02{
    background-image: url(../images/new_banner_02.jpg);
    height: 500px;
    background-size:cover;
    background-position: center;
}
.cover_img_03{
    background-image: url(../images/new_banner_03.jpg);
    height: 500px;
    background-size: cover;
    background-position: center;
}
#fixedBanner {
    padding-top: 70px;
}
#fixedBanner .img {
    overflow: hidden;
    /*width: 1920px;*/
    margin: 0 auto;
}
.index_banner_phone{
    margin-top: 350px;
    /*width: 1860px;*/
}
.index_banner_phone_nei{
    display: flex;
    margin: 0 auto;
    width: 500px;
    background-color: #fff;
    height: 50px;
    align-items: center;
    justify-content: center;
}
p.p_banner {
    line-height: 25px;
    font-size: 22px;
    color: #009900;
    font-weight: bold;
}
.txt{
    height: 170px;
}

/*新加的*/

/*应用案例*/
.yingyong{
    width: 100%;
    height: 600px;
    background-color: rgb(243, 243, 243);
    padding:40px 0 0 0;
}
.w_1200_two{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding:25px 0 0 0 ;
}
.alnr{
    width: 290px;
    height: 500px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.al_title_nr {
    width: 100%;
    height: 50px;
    /*padding: 10px 0 10px 20px;*/
    display: flex;
}
.al_title_img {
    width: 45px;
    height: 45px;
}
.al_title {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    margin-left: 5px;
    color: #333;
}
.al_bottem{
    width: 100%;
    height: 440px;
}
.alnr_img_01{
    width: 290px;
    height: 400px;
}
.al_bottem_nr {
    width: 100%;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.al_bottem_p {
    font-size: 14px;
    margin-left: 20px;
    color: #333;
}
.alnr_tb {
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/jt_xy.png);
    background-size: cover;
    margin-right: 20px;
}
.al_bottem_2{
    width: 100%;
    height: 215px;
}
.alnr_img_02{
    width: 290px;
    height: 175px;
}
.tupian_02{
    width: 290px;
    height: 175px;
    overflow: hidden;
}
.tupian_01{
    width: 290px;
    height: 400px;
    overflow: hidden;
}
/*首页-核心优势*/
.hexingys{
    width: 1200px;
    margin:0 auto;
    height: 800px;
    padding:40px 0 0 0;
}
.hexing_nr{
    width: 1200px;
    height: 700px;
    display: flex;
    justify-content: space-between;
    padding: 25px 0 0 0;
}
.hexing_nrong{
    width: 575px;
    height: 680px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.hexing_rong{
    width: 575px;
    height: 320px;
}
.hexing_img_01{
    width: 575px;
    height: 320px;
}
.hexing_rong h3{
    height: 45px;
    background: url(../images/ys_line.png) no-repeat left bottom;
    color: #333;
    margin-bottom: 20px;
}
.hx_p{
    font-weight: bold;
    font-size: 22px;
    color: #333;
}
p.hx_bottem_p {
    line-height: 45px;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}
.hx_bottem_p >span{
    color: #009900;
    font-weight: 600;
    font-size: 24px;
    /*letter-spacing: 20px;*/
}
.button_hx{
    width: 270px;
    height: 40px;
    background: #009900;
    color: #fff;
    border-radius: 10px 10px 10px 10px;
    margin-top: 18px;
    transition: all .25s ease-in;
}
.button_hx:hover{
    transform: translateY(-5px);
}
p.hutton_hx_p {
    padding: 10px 12px;
}
.hzhb_lunbo{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
    height: 150px;
}
.txt_title_hzhb {
    text-align: center;
    margin-bottom: 35px;
    font-size: 20px;
    color: #009900;
    font-weight: bold;
}
.hzhb_img{
    width: 64px;
    height: 64px;
    position: absolute;
}
.boxes {
    position: relative;
    left: -100px;
}
.hezuohb{
    height: 400px;
    background: rgb(243, 243, 243);
    padding: 40px 0 25px 0;
}

.al_title_nr:hover{
    transition: all 0.3s;
    transform: translateY(-5px);
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; /*初始状态 透明度为0*/
    }
    50% {
        opacity: 0; /*中间状态 透明度为0*/
    }
    100% {
        opacity: 1; /*结尾状态 透明度为1*/
    }
}
.pooduct{
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1.5s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}

.guangyuwm{
    padding-top: 40px;
    background: #fff;
    width: 100%;
    height: 560px;
}
.gywm_icon_title{
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.icon_title{
    width: 290px;
    height: 80px;
}
.gywm_icon{
    float: left;
    width: 60px;
    height: 60px;
    background: url(../images/yz_ic1h.png) no-repeat;
    background-size: cover;
    margin: 10px 10px 0 10px;
}
.gywm_icon_2{
    float: left;
    width: 60px;
    height: 60px;
    background: url(../images/yz_ic2h.png) no-repeat;
    background-size: cover;
    margin: 10px 10px 0 10px;
}
.gywm_icon_3{
    float: left;
    width: 60px;
    height: 60px;
    background: url(../images/yz_ic3h.png) no-repeat;
    background-size: cover;
    margin: 10px 10px 0 10px;
}
.gywm_icon_4{
    float: left;
    width: 60px;
    height: 60px;
    background: url(../images/yz_ic4h.png) no-repeat;
    background-size: cover;
    margin: 10px 10px 0 10px;
}
p.title_common_new {
    color: #333;
    font-size: 18px;
    padding: 15px 0 0 0;
    font-weight: bold;
}
p.title_common_new_2 {
    color: #333;
    font-size: 14px;
    padding: 5px 0 0 0;
}
.icon_title:hover{
    transition: all 0.3s;
    transform: translateY(-5px);
}
.guanyuwm_nrong{
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.gywm_reitong{
    width: 595px;
    height: 350px;
}
.gywm_video{
    width: 595px;
    height: 350px;
}
.gywm_video iframe {
    width: 595px;
    height: 350px;
}

.gywm_video >video {
    width: 595px;
    height: 350px;
    object-fit: fill;
}
p.gywm_nr {
    color: #333;
    font-size: 14px;
    line-height: 28px;
}
.qiyezhizhi{
    width: 100%;
    height: 660px;
    background: #fff;
    padding-top: 40px;
}
.qyzz_nrong{
    width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
    height: 560px;
}
.zhizhi_nr{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    height: 320px;
    margin-bottom: 20px;
}
.zz_nr{
    width: 290px;
    height: 320px;
    text-align: center;
    /*border: 1px solid #CCC;*/
    box-shadow: 0 5px 30px rgba(56,56,56,.1);
}
.zz_nr_img{
    width: 64px;
    height: 64px;
    margin-top: 20px ;
}
.zz_title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 18px 0;
}
.zz_ro{
    font-size: 14px;
    color: #333;
    line-height: 27px;
}
.zz_nr:hover >p{
    transition: all 0.3s;
    transform: translateY(-5px);
}
.zz_nr:hover >img{
    transition: all 0.3s;
    transform: translateY(-5px);
}
.zz_img{
    width: 1200px;
    height: 200px;
    background: url(../images/qyzz_img.png) no-repeat;
    background-size: cover;
}
.zz_img_2{
    width: 1200px;
    height: 200px;
    background: url(../images/yyjx_img.png) no-repeat;
    background-size: cover;
}
.ryjiangxiang{
    padding-top: 40px;
    width: 100%;
    height: 660px;
    background: rgb(243, 243, 243);
}
.khlx{
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    height: 170px;
}
.title_khlx{
    font-size: 22px;
    color: #333;
    line-height: 28px;
    font-weight: bold;
    margin: 20px 0;
}
.khlx_rong{
    width: 800px;
    height: 105px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;

}
.title_khlx2{
    width: 1200px;
    margin: 0px auto 30px auto;
    text-align: center;
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.khlx_reirong{
    width: 100px;
    height: 100px;
    text-align: center;
    border: 1px solid #CCC;
}
.new_tab .addr{
    margin: 10px 0;
}
.khlx_img{
    width: 64px;
    height: 64px;
    margin: 7px 0 0 0;
}
.khlx_p{
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.ry_nr{
    width: 290px;
    height: 320px;
    text-align: center;
    background: #fff;
}
.ry_nr:hover >p{
    transition: all 0.3s;
    transform: translateY(-5px);
}
.ry_nr:hover >img{
    transition: all 0.3s;
    transform: translateY(-5px);
}
.fazhanglicheng{
    width: 100%;
    height: 710px;
    background: url("../images/e-pic11.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.falc_title{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}
.fzlc_p{
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    letter-spacing:2px;
    font-family: "微软雅黑";
}
.swiper-e1 .swiper-button-next, .swiper-e1 .swiper-button-prev {
    font-size: .833vw;
    text-transform: uppercase;
    width: 6.25vw;
    height: 2.5vw;
    line-height: 2.5vw;
    box-sizing: border-box;
    border: 1px solid #fff;
    opacity: 1;
}
.swiper-e1 .swiper-button-next, .swiper-e1 .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}
.swiper-e1 .swiper-button-prev, .swiper-e1 .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 10.41vw;
    bottom: 0;
    top: auto;
}
.swiper{
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}
.fzlcgundong>.swiper-slide{
    height: 500px;
    /*background: #fff;*/
}
#new_gdtiao{
    width: 200px;
    height: 5px;
    left: 0;
    top: auto !important;
    bottom: 4.083vw !important;
    background: #fff;
}
.year-now {
    position: relative;
    z-index: 99 !important;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    padding-top: 190px;
}
.mySwiper>.fzlcgundong{
    height: 350px;
}
.mySwiper>.swiper-button-next,.mySwiper>.swiper-button-prev{
    background-image:url("sdfsdf");
    font-size: 14px;
    color: #fff;
    top: 90%;
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.mySwiper>.swiper-button-prev{
    /*top: 90%;*/
    left: 900px;
}
.mySwiper> .swiper-button-prev span {
    background-image: url(../images/e-prev.png);
    background-size: 0.677vw auto;
    background-repeat: no-repeat;
    padding-left: 1.145vw;
    background-position: left center;
}
.mySwiper> .swiper-button-next span {
    background-image: url(../images/e-next.png);
    background-size: 0.677vw auto;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 1.145vw;
}
.bg {
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, 0) 82%);
}
.bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50%;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, .75) 0, rgba(0, 0, 0, 0) 82%); */
    z-index: 1;
}
.fzlc_nr{
    padding-top: 20px;
    margin: 0 0 0 19px;
}
.fzlc_nr2{
    padding-top: 40px;
    margin: 0 0 0 19px;
}
.dot{
    width: 38.5px;
    height: 38.5px;
    position: relative;
    float: left;
    left: 0;
    margin-right: 2px;
    margin-top: 5px;
}
.m-dot {
    position: relative;
}
.m-dot .city {
    position: absolute;
}
.m-dot .dotted {
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
}
.m-dot .city .pulse {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0.625vw rgba(255,255,255,.4);
    border-radius: 50%;
    animation: 1s linear infinite pulse;
    position: absolute;
    left: 50%;
}
.m-dot .city .pulse {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    box-shadow: 0 0 0.625vw rgba(255,255,255,.4);
    border-radius: 50%;
    animation: 1s linear infinite pulse;
}
.m-dot .city .pulse2 {
    animation-delay: 2s;
}
.m-dot .city .pulse3 {
    animation-delay: 3s;
}
@keyframes pulse{
    70%{width:1.562vw;height:1.562vw;opacity:1}
    100%{width:2.604vw;height:2.604vw;opacity:0}
}
.dot::after {
    display: block;
    position: absolute;
    top: 8px;
    left: 7.5px;
    transform: translateX(-50%);
    content: ' ';
    width: 2px;
    height: 450px;
    background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.fzlc_txt {
    overflow: hidden;
}
.fzlc_year{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}
.fzlc_desc{
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: justify;
    letter-spacing: 0.5px;
}
.fzlc_num{
    font-family: OswaldBold;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-right: 8px;
    line-height: 1.1;
}
.guangyuwm{
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1.5s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
#new_gdtiao >span{
    background: #009900;
}
.pageNum {
    text-align: center;
    margin-top: 46px;
}
.pagination > .active >a{
    color: #157e03;
    font-weight: bold;
}
.pagination > li >a:hover{
    color: #009900;
}

.pagination >  li {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    color: #8d8d8d;
    margin: 5px 5px;
}
.pageNum  li  a{
    padding: 16px 15px;
}

.pageNum li.page-active {
    border-color: #00b9c6;
    color: #00b9c6;
}
.nextAlast:hover{
    color: #009900;
}
.txzx_new_a:hover{
    color: #009900;
}
#idl dt{
    cursor: pointer;
}
.addr >a:hover{
    color: #009900;
}
.post-intro {
    color: #333;
}
.al_bottem_nr:hover .al_bottem_p{
    color: #009900;
}
.al_bottem_nr:hover .alnr_tb{
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/jt_xy_new.png);
    background-size: cover;
    margin-right: 20px;
}
.link a:hover{
    color: #009900;
}
.gdxq_new_a:hover{
    color: #009900;
}
.xgtj_new_a:hover{
    color: #009900;
}
.zyyw_div{
    height: 530px;
}
.zyyw_rong{
    width: 1200px;
    height: 250px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.zyyw_conent{
    width: 590px;
    height: 250px;
    position: relative;
    overflow: hidden;
}
.zyyw_img_index{
    width: 590px;
    height: 250px;
}
.zyyw_neirong{
    position: absolute;
    width: 240px;
    height: 250px;
    z-index: 5;
    left: 0;
    top: 0;
    background:url("../images/service_detail.png") no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.zyyw_neirong2{
    position: absolute;
    width: 240px;
    height: 250px;
    z-index: 5;
    left: 0;
    top: 0;
    background:url("../images/service_detail2.png") no-repeat;
    background-size: 100% 100%;
    color: #333;
}
.zyyw_titile_p {
    margin: 20px 0 20px 20px;
    font-size: 20px;
    font-weight: bold;
}
.zyyw_conent_p {
    font-size: 14px;
    margin: 0 20px;
    line-height: 25px;
}
.zyyw_a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

/*新加的*/
.footer_left_rong {
    margin-left: 20px;
}
.addr >a {
    font-size: 12px !important;
    color: #666666;
}
.fb_box_new{
    width: 680px;
    height: 320px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
p.fb_nr_p {
    color: #333;
}
p.fb_title_p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
}


/*首页css*/
.IndexMore span {
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    background-color: #666;
}

.slideTxtBox {
    width: 100%;
    text-align: left;
}

.slideTxtBox .hd {
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}

.slideTxtBox .hd ul li.on {
    height: 30px;
    background: #fff;
    border-bottom: 2px solid #199001
}

.slideTxtBox .bd ul {
    padding: 15px;
    zoom: 1;
}

.slideTxtBox .bd li {
    height: 24px;
    line-height: 24px;
    float: left;
    padding: 0 1%;
}

.slideTxtBox .bd li a {
}

.txt > p {
    padding: 10px;
}


/*footer css*/
i {
    font-style: normal
}

.footer_left p {
    line-height: 25px
}

/*关于绿日 css*/
.layui-text h1, .layui-text h2, .layui-text h3 {
    color: #fff;
}

.layui-text h3 {
    font-weight: bold;
    font-size: 24px;
}
.banner_gylr {
    background: url("../images/gwlr_banner_01.png") center center no-repeat;
    background-size: auto 100%;
    background-size: cover;
    margin-top: 70px;
}

/*联系我们 css*/
#body .banner_lxwm {
    background: url("../images/lxwm_banner_01.jpg") center center no-repeat;
    background-size: auto 100%;
    background-size: cover;
    margin-top: 70px;
}

.n_contact {
    background: url("../images/n_contact_bg.jpg") center center no-repeat;
    max-width: 100%;
    background-size: cover;
}

/*主营业务 css*/
.banner_zyyw {
    background: url("../images/zyyw_banner_01.png") center center no-repeat;
    background-size: auto 100%;
    background-size: cover;
    height: 229px;
    margin-top: 70px;
}
.new_tab {
    line-height: 2em;
    font-size: 14px;
}
.new_tab .addr {
    color: #666666;
    font-size: 12px;
    background: url("../images/child2.png") 10px center no-repeat;
    padding-left: 30px;
    font-family: 微软雅黑;
}
.banner .tit {
    top: 115px;

}

/*.n_right h4 {*/
/*    background: none;*/
/*}*/

.post-intro img {
    width: 55% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

.RandomNews {
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.RandomNews h4 {
    text-align: left;
}
.diysr {
    height: 40px;
    line-height: 40px;
    color: #999;
    color: #157e03;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    text-indent: 5px;
}

.diysr i {
    font-size: 10px;
    font-family: arial;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    padding-left: 5px;
    color: #999;
}

.diysr .line {
    margin: 0;
    border-top: 1px solid #ececec;
    font-size: 0;
    height: 0;
    margin-right: 10px;
    overflow: hidden;
}

.news_random {
    font-size: 14px;
    padding-top: 10px;
}

.news_random ul {
    overflow: hidden;
}

.new-s dl {
    width: 930px;
    margin: 0 auto;
    padding-top: 15px;
    height: 144px;
    overflow: hidden;
}

.new-s dl dd {
    width: 670px;
    float: right;
    height: 130px;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}


.new-s dl dt {
    height: 144px;
    width: 232px;
    float: left;
    position: relative;
    border-bottom: 0 solid #e2e2e2;
}

.new-s dl dt img {
    width: 232px;
    height: 136px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.new-s dl dt p {
    width: 232px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
    position: absolute;
    top: 95px;
    left: 0px;
    font: 14px 'Microsoft YaHei';
    color: #fff;
    text-align: center;
    line-height: 28px;
    word-spacing: -1.5px;
}

.news_random ul {
    padding-top: 10px;
    margin: 0 auto;
}

.news_random ul {
    padding-top: 10px;
    display: block;
    width: 930px;
}

.news_random ul li {
    width: 445px;
    padding: 0;
    font-size: 13px;
}

.news_random ul li {
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 400px;
    overflow: hidden;
    padding-right: 10px;
}

.news_random ul li span {
    font-size: 12px;
}

.news_random ul li a {
    color: #353e47;
    padding-top: 2px;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

/*案例展示 css*/
.banner .tit {
    position: absolute;
    left: 0;
    top: 35px;
    width: 1407px;
    height: 115px;
    padding-left: 565px;
    padding-top: 30px;
}

.banner_alzs {
    background: url("../images/alzs_banner_01.png") center center no-repeat;
    background-size: auto 100%;
    background-size: cover;
    margin-top: 70px;
}
.n_right img {
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
}

/*行业资讯 css*/
.banner_hyzx {
    background: url("../images/hyzx_banner_01.png") center center no-repeat;
    background-size: auto 100%;
    background-size: cover;
    margin-top: 70px;
}
.new_ulli {
    padding: 20px 10px;
    overflow: hidden;
}

.new_ulli span {
    font-size: 18px;
    padding: 5px;
    display: block;
}

.new_ulli li {
    width: 48%;
    display: inline-block;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
}
.permalink {
    background: #f3f3f3;
}