@charset "utf-8";

/* CSS Document */

* {
    font-family: 'Microsoft YaHei';
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
    margin: 0px;
}

input,
button,
ul,
ol {
    margin: 0px;
    padding: 0px;
}

body,
input,
button,
form {
    font-size: 14px;
    line-height: 28px;
    font-family: "microsoft yahei", 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img,
iframe {
    border: 0px;
}

em,
i {
    font-style: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #ba292e;
}

.fl,
.left {
    float: left;
}

.fr,
.right {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.ico {
    background: url(../images/ico.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.icon1 {
    background: url(../images/icon1.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #04944c;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease,
.ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease,
.noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}


/*清除浮动*/

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/*top_main*/

.head_main_top {
    height: 40px;
    width: 100%;
    background-color: #f3f6fb;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}

.head_main_top .mbx {
    float: left;
    height: 40px;
}

.head_main_top .mbx li {
    font-size: 14px;
    color: #333;
    padding: 0 13px;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.head_main_top .mbx li:nth-child(3) {
    border-right: none;
}

.head_main_top .mbx li a:hover p {
    color: #04944c;
}

.head_main_top .sousuo {
    float: left;
    position: relative;
}

.head_main_top .sousuo .topsearch {
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    text-align: center;
}

.head_main_top .sousuo .topsearch .btn_search {
    display: block;
    width: 12px;
    height: 12px;
    background-position: -282px -130px;
    margin-left: 13px;
    margin-top: 13px;
}

.head_main_top .sousuo .btn_close_main {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    background-color: #d9d9d9;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}

.head_main_top .sousuo .btn_close_main .btn_close {
    width: 12px;
    height: 12px;
    margin-top: 5px;
    margin-left: 0px;
    background-position: -282px -149px;
}

.head_main_nav {
    width: 100%;
    height: 140px;
}

.head_main_nav .logo {
    display: block;
    padding-top: 32px;
}

.head_main_nav .logo a {
    display: block;
    width: 90px;
}

.head_main_nav .logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.head_main_nav .logo .logo-text {
    float: left;
    color: #333;
    font-size: 15px;
    padding-left: 15px;
    line-height: 36px;
    margin-top: 5px;
}

.head_main_nav .logo .logo-text h1 {
    font-size: 34px;
}

.head_main_nav .logo .logo-text h1>span {
    font-weight: bold;
    color: #04944c;
}

.head_main_nav .logo .logo-text p {
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.head_main_nav .toprig {
    width: 311px;
    height: 36px;
    margin-top: 38px;
    border: #04944c solid 2px;
    overflow: hidden;
}

.head_main_nav .toprig .s_input {
    border: 0;
    height: 36px;
    line-height: 36px;
    width: 254px;
    padding-left: 10px;
}

.head_main_nav .toprig .s_btn {
    border: 0;
    line-height: 36px;
    width: 47px;
    color: #fff;
    height: 36px;
    background-color: #04944c;
}

.head_main_nav .tel_main {
    float: right;
    margin-top: 30px;
    width: 280px;
}

.head_main_nav .tel_main s {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    margin-top: 25px;
    background-position: 0 0;
}

.head_main_nav .tel_main .zx {
    font-size: 14px;
    line-height: 14px;
    color: #333;
}

.head_main_nav .tel_main .webTel {
    margin-top: 5px;
    font-weight: bold;
    font-family: arial;
    font-size: 30px;
    line-height: 30px;
    color: #04944c;
}


/*header_main*/

.header_main {
    position: relative;
    width: 100%;
    height: 60px;
    z-index: 10;
    background: #04944c;
}

#nav_main {
    width: 100%;
    height: 60px;
}

#nav_main .nav {
    width: 100%;
    height: 60px;
    z-index: 12;
}

#nav_main .nav>li {
    position: relative;
    float: left;
    width: 139px;
    z-index: 10;
    text-align: center;
    border-right: 1px solid #006231;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#nav_main .nav li:last-child {
    border-right: 0;
}

#nav_main .nav li a.aLink {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
}

#nav_main .nav li a i {
    width: 1px;
    height: 12px;
    background-color: #63be70;
    display: block;
    position: absolute;
    right: 0;
    top: 24px;
}

#nav_main .nav li.hover,
#nav_main .nav li:hover {
    background-color: #fed926;
}

#nav_main .nav li.hover a,
#nav_main .nav li:hover a {
    color: #333;
}

#nav_main .nav li.hover i,
#nav_main .nav li:hover i {
    display: block;
}

#nav_main .nav li.hover a.aLink:before {
    width: 100%;
}

#nav_main .nav li:hover a.aLink:before {
    width: 100%;
}

.header_main .tel_main {
    float: right;
    width: 160px;
    height: 110px;
}

.header_main .tel_main .zx {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.header_main .tel_main .tel {
    font: normal 32px "Vladimir Script";
    line-height: 24px;
    color: #333;
    text-indent: -12px;
}

#nav_main .nav li.hover i,
#nav_main .nav li:hover i {
    display: none;
}

#nav_main .nav li:last-child i {
    display: none;
}


/*导航栏下拉*/

#nav_main li.hover .subnav a {
    background: none;
}

#nav_main .nav .subnav {
    background: #04944c;
    height: auto;
    left: 0px;
    top: 60px;
    position: absolute;
    width: 100%;
    z-index: 199;
    border-top: 3px solid #105529;
}

#nav_main .nav .subnav {
    filter: progid: DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

#nav_main .nav li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#nav_main .nav .subnav li {
    width: 100%;
}

#nav_main .nav .subnav .nav1 a {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    line-height: 12px;
    height: 12px;
    padding: 20px 0px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    border-top: 1px solid #63be70;
}

#nav_main .nav .subnav li.nav1 {
    padding: 0;
    background: none;
}

#nav_main .nav .subnav li.nav1:first-child a {
    border-top: none;
}

#nav_main .nav .subnav li:hover {
    background: #fed926;
}

#nav_main .nav .subnav li:hover a {
    color: #fff;
}

.immediately {
    position: absolute;
    right: 0;
    top: 23px;
}

.immediately a {
    width: 40px;
    height: 40px;
    background-position: -282px 0px;
    display: block;
}

.immediately p {
    width: 60px;
    height: 24px;
    background-position: -334px 0px;
    position: absolute;
    right: -10px;
    top: 42px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.immediately a:hover {
    background-position: -282px -44px;
}


/* banner */

#banner_main {
    overflow: hidden;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

#banner_main .banner {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    min-width: 1200px;
}

#banner {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#banner,
.banner ul {
    max-height: 600px;
    overflow: hidden;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.banner li:first-child {
    display: block;
}

.banner li img {
    width: 1920px;
    height: 600px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
    min-width: 1200px;
}

#banner .tip {
    width: 1000px;
    height: 14px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 20px;
    z-index: 12;
}

#banner .tip span {
    width: 40px;
    height: 5px;
    margin: 0 10px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    border: #fff solid 2px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}

#banner .tip span.cur {
    background-color: #04944c;
    border-color: #04944c;
    opacity: 1;
    filter: Alpha(opacity=100);
}

#banner #btn_prev,
#banner #btn_next {
    width: 31px;
    height: 61px;
    position: absolute;
    top: 260px;
    z-index: 5;
    display: none;
}

#banner #btn_prev {
    background-position: 0px 0;
    left: 12%;
    transition: all 600ms ease;
}

#banner #btn_next {
    background-position: -38px 0px;
    right: 12%;
    transition: all 600ms ease;
}

#banner #btn_prev:hover {
    left: 11.6%;
    transition: all 600ms ease;
    background-position: 0px -72px;
}

#banner #btn_next:hover {
    right: 11.6%;
    transition: all 600ms ease;
    background-position: -38px -72px;
}


/*banner end*/


/********.fixtool*********/

.toolbar {
    width: 52px;
    position: fixed;
    right: 1%;
    top: 50%;
    margin-top: -115px;
    z-index: 999;
}

.toolbar dd {
    width: 51px;
    height: 51px;
    margin-bottom: 1px;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-top: 4px;
    border: #ebebeb solid 1px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.toolbar dd i {
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.toolbar dd i span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 8px 0 0 8px;
    background: url(../images/rightfixicon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
    display: none;
}

.toolbar .slide-tel {
    display: block;
    width: 0;
    height: 53px;
    line-height: 53px;
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    color: #FFF;
    position: absolute;
    padding: 0 0 0 53px;
    top: -1px;
    right: -2px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.toolbar .pop {
    position: absolute;
    right: 90px;
    top: -150px;
    background: #04944c;
    display: none;
}

.toolbar .pop-code {
    width: 160px;
}

.toolbar .pop-code img {
    width: 120px;
    height: 120px;
    display: block;
    padding: 20px 20px 0;
}

.toolbar .pop-code h3 {
    height: 52px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.toolbar .pop-code h3 b {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.toolbar .qq span {
    background-position: -35px -47px;
}

.toolbar .qq a {
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: block;
}

.toolbar .qq:hover {
    background-color: #04944c;
    border-radius: 100%;
}

.toolbar .qq:hover span {
    background-position: 0 -47px;
}

.toolbar .tel span {
    background-position: -35px 0;
}

.toolbar .tel:hover {
    background: #04944c;
}

.toolbar .tel:hover span {
    background-position: 0 0;
}

.toolbar .code span {
    background-position: -35px -95px;
}

.toolbar .code:hover {
    background-color: #009b4c;
    border-radius: 100%;
}

.toolbar .code:hover span {
    background-position: 0 -95px;
}

.toolbar .top span {
    background-position: -35px -142px;
}

.toolbar .top:hover {
    background-color: #04944c;
    border-radius: 100%;
}

.toolbar .top:hover span {
    background-position: 0 -142px;
}

.toolbar dd:hover {}


/*footer*/

.footer_main {
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 432px;
    background-color: #333;
    overflow: hidden;
}

.foot_z {
    width: 350px;
    float: left;
    margin-top: 50px;
}

.foot_z h3 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}

.foot_z h3>span {
    display: block;
    font-weight: bold;
    font-size: 30px;
}

.foot_z h3 i {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin-top: 16px;
}

.foot_z .foot_zbox {
    margin-top: 12px;
}

.foot_z .foot_zbox i {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
    height: 55px;
    background: url(../images/foot_zbox-i.png) center no-repeat;
}

.foot_z .foot_zbox span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px;
    color: #aaa;
}

.foot_z .foot_zbox h3 {
    display: inline-block;
    vertical-align: text-top;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.foot_z p {
    display: block;
    font-size: 16px;
    color: #fff;
}

.foot_z ul {
    display: inline-block;
    padding-top: 14px;
    width: 350px;
}

.foot_z ul li {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding-top: 10px;
}

.foot_y {
    float: left;
    margin-top: 50px;
    margin-left: 70px;
}

.foot_y h3 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}

.foot_y h3 i {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin-top: 16px;
}

.foot_y li a {
    color: #aaa;
    line-height: 36px;
}

.foot_y .item {
    float: left;
    margin-top: 10px;
}

.foot_y .item.item4 {
    margin-left: 20px;
}

.foot_y .item.item1 {
    clear: left;
}

.foot_y .item .txt {
    width: 232px;
    height: 44px;
    font-size: 14px;
    line-height: 43px;
    text-indent: 8px;
    color: #aeb0b2;
    padding-left: 6px;
    *text-indent: 0px;
    border: #71787c solid 1px;
}

.foot_y .item .area {
    width: 496px;
    height: 74px;
    font-size: 14px;
    text-indent: 8px;
    resize: none;
    -webkit-appearance: none;
    color: #aeb0b2;
    line-height: 28px;
    padding-left: 6px;
    border: #71787c solid 1px;
    background-color: transparent;
    font-family: "microsoft yahei";
}

.foot_y .submit {
    display: flex;
    justify-content: space-between;
    clear: left;
}

.foot_y .submit .item-pin {
    display: flex;
}

.foot_y .submit .tijiao {
    width: 150px;
    height: 46px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: none;
    border: 0;
    background-color: #04944c;
    display: inline-block;
    margin-left: 16px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.foot_y .submit .tijiao:hover {
    background-color: #fff;
    color: #333;
}

.foot_j {
    float: right;
    width: 245px;
    margin-top: 50px;
}

.foot_j h3 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}

.foot_j h3 i {
    display: block;
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin-top: 16px;
}

.foot_j img {
    width: 120px;
    height: 120px;
    display: inline-block;
    background-size: 100%;
    margin-top: 10px;
}

.foot_j p {
    display: block;
    font-size: 14px;
    color: #aaa;
    text-align: center;
}

.foot_j span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding-top: 5px;
}

.foot_y .item .txt.tel {
    margin-left: 5px;
}

.copyright {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #04954c;
}

.copyright p {
    font-size: 14px;
    color: #fff;
}

.copyright a {
    font-size: 14px;
    color: #fff;
}

.copyright span {
    margin: 0 6px;
}

.copyright a:hover {
    color: #e2e2e2;
}

.copyright i {
    display: block;
    color: #fff;
    font-size: 12px;
    float: right;
}


/********.toolbar1*********/

.toolbar1 {
    width: 77px;
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 999;
    border: 1px solid #e8e8e8;
}

.toolbar1 .icon2 {
    width: 40px;
    height: 40px;
    display: block;
    margin: 11px auto 0;
    background: url(../images/fix-ico.png) no-repeat -2px 5px;
}

.toolbar1 dd {
    width: 77px;
    height: 90px;
    border-top: 1px solid #f6f6f6;
    position: relative;
}

.toolbar1 dd i {
    width: 77px;
    height: 90px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #f6f6f6;
}

.toolbar1 dd:first-child i {
    border-top: 0;
}

.toolbar1 dd.item1 i .icon2 {
    background-position: center 2px;
}

.toolbar1 dd.item2 i .icon2 {
    background-position: center -65px;
}

.toolbar1 dd.item3 i .icon2 {
    background-position: center -128px;
}

.toolbar1 dd.return-top {
    display: none;
}

.toolbar1 dd.return-top i .icon2 {
    background-position: center -187px;
}

.toolbar1 dd .pop {
    position: absolute;
    right: 145px;
    top: -45px;
    background: #fff;
    display: none;
}

.toolbar1 dd .pop-code {
    width: 120px;
    padding: 10px 10px 0;
}

.toolbar1 dd .pop-code img {
    width: 120px;
    height: 120px;
    display: block;
}

.toolbar1 dd .pop-code h3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #f34636;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.toolbar1 dd.item1 {
    position: static;
}

.toolbar1 dd .zx {
    width: 172px;
    position: absolute;
    right: 145px;
    bottom: 0;
    padding: 10px 30px 10px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #e8e8e8;
    z-index: 1000;
    display: none;
}

.toolbar1 dd .zx .icon2 {
    width: 40px;
    height: 42px;
    display: block;
    float: left;
    margin-right: 12px;
    margin-top: 0;
}

.toolbar1 dd .zx .t {
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
}

.toolbar1 dd .zx .t span {
    display: block;
}

.toolbar1 dd .zx .t s {
    background-position: 0 -246px;
}

.toolbar1 dd .zx .t.t2 s {
    background-position: 0 -314px;
}

.toolbar1 dd .zx .t.t3 s {
    background-position: 0 -383px;
}

.toolbar1 dd .zx .t.t4 {
    border-bottom: 0;
}

.toolbar1 dd:hover i {
    background: #f3f3f3;
}


/*******index css*******/

.index .indexTit {
    text-align: center;
    padding-top: 50px;
}

.index .indexTit .tit {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    line-height: 46px;
}

.index .indexTit p {
    font-size: 18px;
}

.index .indexTit .tit span {
    color: #04944c;
    display: inline-block;
}

.index .indexTit .subtit {
    font-size: 16px;
    color: #858484;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    margin-top: 14px;
}

.floor_0_main {
    height: 70px;
    width: 100%;
    overflow: hidden;
    background-color: #f3f6fa;
}

.floor_0_main .floor_0_1 {
    float: left;
    line-height: 70px;
}

.floor_0_main .floor_0_1 p {
    font-size: 14px;
    color: #666;
    line-height: 70px;
}

.floor_0_main .floor_0_1 p a {
    display: inline-block;
    font-size: 12px;
    color: #333;
    border-right: #e8e8e8 solid 1px;
    line-height: 12px;
    padding: 0 12px;
}

.floor_0_main .floor_0_1 p a:last-of-type {
    border-right: none;
}

.floor_0_main .floor_0_1 p a:hover {
    color: #04944c;
}

.floor_0_main .floor_0_2 {
    float: right;
    width: 276px;
    height: 40px;
    overflow: hidden;
    border: #efefef solid 1px;
    background-color: #fff;
    position: relative;
    margin-top: 14px;
    border-radius: 4px;
    position: relative;
}

.floor_0_main .floor_0_2 input {
    background-color: none;
    border: none;
}

.floor_0_main .floor_0_2 .stxt {
    width: 245px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-indent: 10px;
    color: #999;
}

.floor_0_main .floor_0_2 .sbtn {
    width: 65px;
    height: 40px;
    display: block;
    cursor: pointer;
    background: #04944c url(../images/search.png) center no-repeat;
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 0;
}


/* 动态数字 */

.index-num .num-box {
    position: relative;
}

.index-num .num-box>i {
    position: absolute;
    z-index: 1;
    top: 35%;
    display: block;
    width: 100%;
    height: 9px;
    background: url(../images/num-bg.png) center no-repeat;
}

.index-num .num-box ul {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    text-align: center;
}

.index-num .num-box ul>li>.num-o {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 150px;
    height: 150px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 50%;
}

.index-num .num-box ul>li>.num-o span {
    font-size: 48px;
    line-height: 50px;
    font-weight: bold;
}

.index-num .num-box ul>li>.num-o p {
    font-size: 16px;
}

.index-num .num-box ul>li>p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.index-num .num-box ul>li>span {
    font-weight: bold;
    text-transform: uppercase;
    color: #adadad;
    font-size: 12px;
}


/* 动态数字 end */

.index .menu {
    width: 19%;
    overflow: hidden;
    padding-bottom: 20px;
}

.index .menu .menu-tit {
    color: #fed926;
    text-align: center;
    padding: 25px 0;
    background-color: #04944c;
    border-radius: 15px 0 0 0;
}

.index .menu .menu-tit h3 {
    font-size: 30px;
    font-weight: bold;
}

.index .menu .menu-tit p {
    text-transform: uppercase;
}

.index .menu ul {
    background-color: #fff;
}

.index .menu li {
    width: 88%;
    background: url(../images/menu-i.png) 218px center no-repeat;
}

.index .menu li a {
    display: block;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-indent: 2em;
}

.index .menu li.current a,
.index .menu li a:hover {
    color: #04944c;
}


/*产品中心*/

.index .floor_1_main {
    width: 100%;
    background: url(../images/pro-bg.jpg) center no-repeat;
    background-size: cover;
    margin-top: 40px;
    padding-bottom: 50px;
}

.floor_1_main .indexTit .tit {
    position: relative;
}

.floor_1_main .indexTit .tit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 26%;
    display: block;
    width: 95px;
    height: 3px;
    background: url(../images/pro-icon.png) center no-repeat;
}

.floor_1_main .indexTit .tit::after {
    content: '';
    position: absolute;
    top: 50%;
    right:26%;
    display: block;
    width: 95px;
    height: 3px;
    background: url(../images/pro-icon1.png) center no-repeat;
}

.floor_1 {
    padding-top: 54px;
    display: flex;
    justify-content: space-between;
}

.floor_1 #tab_conbox1 {
    width: 78%;
}

.floor_1 dl dt {
    width: 48%;
    height: 455px;
    overflow: hidden;
    border: 1px solid #ddd;
    float: left;
    position: relative;
}

.floor_1 dl dt:first-child {
    margin-right: 3%;
}

.floor_1 dl dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .36s ease;
}

.floor_1 dl dt a:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.floor_1 dl dt p {
    background-color: #04944c;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.floor_1 dl dt p span {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    transition: all .36s ease;
}

.floor_1 dl dt p i {
    float: right;
    display: block;
    width: 42px;
    height: 5px;
    background-position: -84px -0px;
    margin-right: 40px;
    margin-top: 36px;
    transition: all .36s ease;
}

.floor_1 dl dt a:hover p span {
    padding-left: 34px;
}

.floor_1 dl dt a:hover p i {
    margin-right: 36px;
}

.floor_1 dl dd {
    width: 100%;
}

.floor_1 dl dd ul {
    display: block;
}

.floor_1 dl dd ul li {
    width: 23%;
    float: left;
    margin-top: 15px;
    margin-right: 2.45%;
    overflow: hidden;
    position: relative;
}

.floor_1 dl dd ul li:last-child {
    margin-right: 0;
}

.floor_1 dl dd ul li .it-tit {
    display: block;
    background-color: #04944c;
    text-align: center;
    color: #fff;
    line-height: 50px;
}

.floor_1 dl dd ul li img {
    width: 99%;
    height: 230px;
    border: 1px solid #ddd;
    object-fit: cover;
}

.floor_1 dl dd ul li .d1 {
    background: url(../images/h3_03.png);
    width: 100%;
    height: 232px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    visibility: hidden;
}

.floor_1 dl dd ul li .d1 h3 {
    line-height: 230px;
    font-size: 20px;
    color: #fff;
    padding-top: 10px;
}

.floor_1 dl dd ul li .d1 i {
    display: block;
    width: 44px;
    height: 44px;
    background-position: -138px -0px;
    margin: 0 auto;
    margin-top: 72px;
}

.floor_1 dl dd ul li:hover .d1 {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.floor_1 dl dt em {
    background: url(../images/h3_03.png);
    width: 100%;
    text-align: center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
    visibility: hidden;
}

.floor_1 dl dt em span {
    font-size: 26px;
    color: #fff;
    display: block;
    padding-top: 180px;
}

.floor_1 dl dt em s {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-position: -138px -0px;
    margin-top: 12px;
}

.floor_1 dl dt:hover {
    -moz-box-shadow: 0 4px 15px -4px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 4px 15px -4px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 15px -4px rgba(0, 0, 0, .12);
    z-index: 34;
}

.floor_1 dl dt:hover em {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.floor_1 dl dt:hover p {
    display: none;
}


/*我们的技术*/

.xbanner {
    background: url(../images/ixbannerbg1.jpg) center center no-repeat;
    width: 100%;
    height: 230px;
}

.xbanner1 {
    background: url(../images/ixbannerbg2.jpg) center center no-repeat;
    width: 100%;
    height: 200px;
    margin-top: 82px;
}

.xbanner .slip_tit {
    width: 772px;
}

.xbanner .slip_tit .tit1 {
    padding-top: 5px;
    font: bold 26px "microsoft yahei";
    color: #fff;
}

.xbanner .slip_tit .tit2 {
    margin-top: 30px;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    color: #87bfa3;
}

.xbanner .slip_btn {
    width: 250px;
    text-align: center;
    margin-right: 30px;
}

.xbanner .slip_btn span {
    display: block;
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    padding-top: 40px;
    padding-bottom: 5px;
}

.xbanner .slip_btn span i {
    width: 16px;
    height: 16px;
    background-position: -0px -141px;
    margin-right: 7px;
}

.xbanner .slip_btn p {
    font-weight: bold;
    font-size: 34px;
    color: #fff;
    font-family: "Arial";
    line-height: 36px;
}

.xbanner .slip_btn a {
    display: block;
    width: 250px;
    height: 46px;
    background-position: 0px -217px;
    margin-top: 16px;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    position: relative;
    background: -moz-linear-gradient(top, #005197, #1872bf);
    background: -webkit-linear-gradient(top, #005197, #1872bf);
    background: -o-linear-gradient(top, #005197, #1872bf);
    background: linear-gradient(top, #005197, #1872bf);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.xbanner .slip_btn a:hover {
    background: -moz-linear-gradient(bottom, #005197, #1872bf);
    background: -webkit-linear-gradient(bottom, #005197, #1872bf);
    background: -o-linear-gradient(bottom, #005197, #1872bf);
    background: linear-gradient(bottom, #005197, #1872bf);
}

.xbanner .slip_btn a img {
    width: 250px;
    height: 0;
    transition: all .36s ease;
    position: absolute;
    left: 0;
    top: 46px;
}

.xbanner .slip_btn a:hover img {
    height: 250px;
}

.index_mole {
    display: block;
    background: url(../images/a6_02.png) center center no-repeat;
    height: 24px;
    width: 100%;
    text-align: center;
}

.index_mole a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background-color: #eff2f6;
    width: 160px;
}

.index_mole a p {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    float: left;
    padding-left: 22px;
    transition: all ease 600ms;
}

.index_mole a i {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background-position: 0px -430px;
    margin-left: 18px;
    transition: all ease 600ms;
}

.index_mole a:hover p {
    color: #04944c;
    padding-left: 20px;
    transition: all ease 600ms;
}

.index_mole a:hover i {
    color: #04944c;
    margin-left: 22px;
    transition: all ease 600ms;
}

.floor_3_main {
    background: url(../images/ys-bg.jpg) center no-repeat;
    background-size: cover;
}

.floor_3_1 {
    position: relative;
}

.floor_3_1 .floor_3_bg {
    height: 850px;
    background: url(../images/ys-o.png) center no-repeat;
}

.floor_3_1 .floor_3_bg ul {
    position: relative;
    height: 100%;
}

.floor_3_1 .floor_3_bg li {
    position: absolute;
    width: 260px;
}

.floor_3_1 .floor_3_bg li>i {
    position: absolute;
    display: block;
    width: 116px;
    height: 116px;
    background-color: #ebebeb;
    border-radius: 50%;
}

.floor_3_1 .floor_3_bg li:nth-child(1) {
    bottom: 189px;
    left: 80px;
}

.floor_3_1 .floor_3_bg li:nth-child(1) i {
    background: #ebebeb url(../images/ysi-1.png) center no-repeat;
    background-size: 70px;
    top: 88px;
    right: -140px;
}

.floor_3_1 .floor_3_bg li:nth-child(2) {
    top: 157px;
    left: 233px;
}

.floor_3_1 .floor_3_bg li:nth-child(2) i {
    background: #ebebeb url(../images/ysi-2.png) center no-repeat;
    background-size: 70px;
    top: 147px;
    right: -102px;
}

.floor_3_1 .floor_3_bg li:nth-child(3) {
    top: 30px;
    left: 40%;
}

.floor_3_1 .floor_3_bg li:nth-child(3) i {
    background: #ebebeb url(../images/ysi-3.png) center no-repeat;
    background-size: 70px;
    top: 220px;
    right: 29%;
}

.floor_3_1 .floor_3_bg li:nth-child(4) {
    top: 96px;
    right: 229px;
}

.floor_3_1 .floor_3_bg li:nth-child(4) i {
    background: #ebebeb url(../images/ysi-4.png) center no-repeat;
    background-size: 70px;
    top: 198px;
    left: -119px;
}

.floor_3_1 .floor_3_bg li:nth-child(5) {
    bottom: 191px;
    right: 100px;
}

.floor_3_1 .floor_3_bg li:nth-child(5) i {
    background: #ebebeb url(../images/ysi-5.png) center no-repeat;
    background-size: 70px;
    top: 50px;
    left: -140px;
}

.floor_3_1 .floor_3_bg li h3 {
    font-size: 30px;
    color: #009b4c;
    font-weight: bold;
    margin-bottom: 10px;
}

.floor_3_1 .floor_3_bg li h3>span {
    font-style: italic;
    padding-right: 10px;
}

.floor_3_1 .floor_3_bg li p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.floor_3_1 .floor_3_hf {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 184px;
}

.floor_3_1 .floor_3_hf .floor_3_hfl {
    float: left;
    color: #fff;
    margin-top: 32px;
    margin-left: -108px;
}

.floor_3_1 .floor_3_hf .floor_3_hfl h4 {
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
}

.floor_3_1 .floor_3_hf .floor_3_hfl p {
    font-size: 18px;
}

.floor_3_1 .floor_3_hf .floor_3_hfr {
    float: right;
    color: #fff;
    margin-top: 60px;
}

.floor_3_1 .floor_3_hf .floor_3_hfr .floor_3_hfrd {
    display: block;
    float: left;
}

.floor_3_1 .floor_3_hf .floor_3_hfr p {
    font-size: 30px;
    color: #ffda2e;
    font-weight: bold;
}

.floor_3_1 .floor_3_hf .floor_3_hfr .hf-btn {
    display: block;
    float: left;
    width: 135px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 15px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin: 10px 0 0 10px;
    transition: all 0.3s;
}

.floor_3_1 .floor_3_hf .floor_3_hfr .hf-btn:hover {
    background-color: #008842;
    border: 1px solid #008842;
}

.floor_3_main dl {
    background: url(../images/h4_02.jpg) center center no-repeat;
    width: 100%;
    height: 378px;
    overflow: hidden;
    display: block;
}

.floor_3_main dl.dl2 {
    background: url(../images/h5_02.jpg) center center no-repeat;
    width: 100%;
    height: 378px;
}

.floor_3_main dl .jz {
    margin: 0 auto;
    width: 1200px;
    display: block;
    height: 378px;
    position: relative;
    z-index: 1;
}

.floor_3_main dl dt {
    float: left;
    width: 600px;
}

.floor_3_main dl dt img {
    display: block;
    width: 100%;
    height: 378px;
}

.floor_3_main dl dd {
    float: right;
    width: 520px;
}

.floor_3_main dl dd h3 {
    display: block;
    height: 77px;
    padding-top: 100px;
}

.floor_3_main dl dd h3 i {
    display: block;
    float: left;
    width: 77px;
    height: 77px;
    background: url(../images/t8_03.png) center center no-repeat;
}

.floor_3_main dl dd h3 span {
    display: block;
    float: left;
    margin-left: 18px;
    width: 420px;
    font-size: 30px;
    color: #333;
    line-height: 77px;
}

.floor_3_main dl dd p {
    display: block;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 22px;
    height: 82px;
}

.floor_3_main dl dd a {
    display: block;
    position: relative;
    width: 198px;
    height: 44px;
    border: #e5e5e5 solid 1px;
    border-radius: 6px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #434343;
    z-index: 10
}

.floor_3_main dl.dl2 dd h3 {
    padding-top: 90px;
}

.floor_3_main dl dd a:hover {
    background-color: #04944c;
    border: #04944c solid 1px;
    color: #fff;
    position: relative;
}

.floor_3_main dl dd a img {
    width: 120px;
    height: 0;
    position: absolute;
    left: 198px;
    top: -1px;
    transition: all ease 600ms;
    z-index: 10;
}

.floor_3_main dl dd a:hover img {
    height: 120px;
    z-index: 10
}

.floor_3_main dl.dl2 dd,
.floor_3_main dl.dl4 dd {
    float: left;
}

.floor_3_main dl.dl2 dt,
.floor_3_main dl.dl4 dt {
    float: right;
}

.floor_3_main dl.dl2 dd h3 i {
    display: block;
    float: left;
    width: 77px;
    height: 77px;
    background: url(../images/t8_07.png) center center no-repeat;
}

.floor_3_main dl.dl3 dd h3 i {
    display: block;
    float: left;
    width: 77px;
    height: 77px;
    background: url(../images/t8_10.png) center center no-repeat;
}

.floor_3_main dl.dl4 dd h3 i {
    display: block;
    float: left;
    width: 77px;
    height: 77px;
    background: url(../images/t8_11.png) center center no-repeat;
}

.floor_4_main {
    width: 100%;
    background-color: #f2f2f2;
}

.floor_4_main .indexTit {}

.floor_4_1 {
    position: relative;
    margin-top: 50px;
}

.floor_4_1 .slide-wrap {
    position: relative;
}

.floor_4_1 .roll3,
.floor_4_1 .roll4 {
    position: absolute;
    top: 60px;
    width: 30px;
    height: 38px;
    overflow: hidden;
}

.floor_4_1 .roll3 a,
.floor_4_1 .roll4 a {
    display: block;
    width: 30px;
    height: 38px;
    background: url(../images/scro-1.png) no-repeat;
}

.floor_4_1 .roll3 {
    left: -30px;
}

.floor_4_1 .roll4 {
    right: -35px;
}

.floor_4_1 .roll4 a {
    background: url(../images/scro-2.png) no-repeat;
}

.floor_4_1 .slide_c {
    width: 1400px;
    float: left;
    margin-left: 0px;
    overflow: hidden;
}

.floor_4_1 .slide_c ul li {
    position: relative;
    margin-right: 30px;
    width: 256px;
    height: 150px;
    line-height: 0px;
    float: left;
}

.floor_4_1 .slide_c ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.floor_4_1 .slide_c ul li em {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 149, 76, .9);
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 150px;
    transition: all 0.3s;
}

.floor_4_1 .slide_c ul li:hover em {
    top: 0;
}

.floor_4_1 .slide_c ul .nones {
    margin-right: 0px;
}

.floor_4_main .case {
    width: 1400px;
    height: 515px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.floor_4_main .casenav {
    width: 365px;
    height: 470px;
    overflow: hidden;
    padding: 16px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.floor_4_main .casenav ul {
    height: 355px;
    overflow: hidden;
}

.floor_4_main .casenav li {
    float: left;
    margin: 0 8px 9px 0;
    width: 165px;
    height: 80px;
    overflow: hidden;
}

.floor_4_main .casenav li a {
    display: block;
    width: 165px;
    height: 80px;
    background: #04954c;
    font-size: 16px;
    color: #fff;
    line-height: 80px;
    text-align: center;
}

.floor_4_main .casenav li img {
    vertical-align: middle;
}

.floor_4_main .casenav li a:hover,
.floor_4_main .casenav li.cur a {
    background: #ffda2e;
}

.floor_4_main .case .more {
    width: 338px;
    height: 83px;
    background: #04954c;
    font-size: 16px;
    color: #fff;
    line-height: 83px;
    text-align: center;
}

.floor_4_main .case .more a {
    color: #fff;
}

.floor_4_main .case_c {
    width: 1035px;
    height: 455px;
    margin-top: 16px;
    float: right;
    overflow: hidden;
}

.floor_4_main .case_c li {
    width: 100%;
    height: 440px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.floor_4_main .case_c li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.floor_4_main .case_c li span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}


/*新闻中心*/

.adMain {
    width: 100%;
    height: 565px;
    background: url(../images/a2_02.jpg) center center no-repeat;
    position: relative;
    overflow: hidden;
}

.adMain .part1 {
    padding-top: 60px;
}

.adMain .part1 h3 {
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    width: 466px;
    border-left: #fff solid 1px;
    padding-left: 48px;
    font-weight: bold;
}

.adMain .part1 h3 span {
    display: block;
    font-size: 16px;
    color: #c4d5ec;
    line-height: 30px;
    padding-top: 16px;
    font-weight: normal;
}

.adMain .part1 .t1 {
    position: relative;
    width: 518px;
    margin-top: 24px;
    height: 110px;
}

.adMain .part1 .t1 i {
    display: block;
    width: 28px;
    height: 24px;
    background-position: -162px -180px;
    position: absolute;
    left: 0;
    top: 0;
}

.adMain .part1 .t1 h4 {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    width: 466px;
    font-weight: normal;
    padding-left: 48px;
    padding-top: 6px;
}

.adMain .part1 .t1 h4 span {
    display: block;
    font-size: 14px;
    color: #c4d5ec;
    line-height: 30px;
    padding-top: 16px;
}

.adMain .part1 .t1 em {
    display: block;
    width: 28px;
    height: 24px;
    background-position: -218px -180px;
    position: absolute;
    right: 0;
    top: 80px;
}

.adMain .picFocus {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
}

.adMain .picFocus .hd {
    width: 46%;
    margin-left: 4%;
    float: left;
    margin-top: 300px;
}

.adMain .picFocus .hd ul {
    display: inline-block;
    width: 466px;
}

.adMain .picFocus .hd ul li {
    width: 233px;
    height: 62px;
    border-bottom: #517dbe solid 1px;
    float: left;
    margin-top: 40px;
    position: relative;
}

.adMain .picFocus .hd ul li h4 {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    width: 466px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -144px;
    display: none;
}

.adMain .picFocus .hd ul li h4 span {
    display: block;
    font-size: 14px;
    color: #c4d5ec;
    line-height: 30px;
    padding-top: 16px;
}

.adMain .picFocus .hd ul li i {
    display: block;
    float: left;
    width: 35px;
    height: 41px;
    background-position: -167px -106px;
}

.adMain .picFocus .hd ul li.li2 i {
    display: block;
    float: left;
    width: 35px;
    height: 41px;
    background-position: -214px -106px;
}

.adMain .picFocus .hd ul li.li3 i {
    display: block;
    float: left;
    width: 35px;
    height: 41px;
    background-position: -260px -106px;
}

.adMain .picFocus .hd ul li.li4 i {
    display: block;
    float: left;
    width: 35px;
    height: 41px;
    background-position: -298px -106px;
}

.adMain .picFocus .hd ul li p {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    padding-left: 10px;
}

.adMain .picFocus .hd ul li p span {
    display: block;
    font-size: 14px;
    color: #ddd;
    line-height: 14px;
    padding-top: 6px;
}

.adMain .picFocus .hd ul li s {
    width: 200px;
    height: 2px;
    background-color: #b43232;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: none;
}

.adMain .picFocus .hd ul li.on h4 {
    display: block;
}

.adMain .picFocus .hd ul li.on s {
    display: block;
}

.adMain .picFocus .bd {
    width: 50%;
    float: left;
    height: 565px;
}

.adMain .picFocus .bd ul li {
    width: 965px;
    height: 565px;
}

.adMain .picFocus .bd ul li img {
    width: 100%;
    height: 565px;
    background-size: 100%;
}

.adMain .picFocus .hd ul li.li2 h4 {
    left: -233px;
}

.adMain .picFocus .hd ul li.li3 h4 {
    left: 0px;
    top: -247px;
}

.adMain .picFocus .hd ul li.li4 h4 {
    left: -233px;
    top: -247px;
}


/*新闻中心*/

.index .floor_5_main {
    background: url(../images/new-bg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
    padding: 80px 0;
}

.floor_5_1 {
    overflow: hidden;
    background-color: #fff;
    padding: 40px 15px;
}

.floor_5_1 .floor_5_box {
    width: 30%;
    float: left;
    margin-right: 40px;
}

.floor_5_1 .floor_5_tit h3 {
    font-size: 18px;
    color: #ababab;
}

.floor_5_1 .floor_5_tit h3>span {
    font-size: 24px;
    font-weight: bold;
    color: #111;
}

.floor_5_1 .floor_5_tit h3 a {
    font-size: 18px;
    color: #ababab;
    float: right;
}

.floor_5_1 .floor_5_tit>i {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #04954c;
    margin: 26px 0;
}

.floor_5_1 .floor_5_tit>img {
    width: 100%;
    height: 224px;
    object-fit: cover;
}

.floor_5_1 .floor_5_tit ul {
    border: 1px solid #e7e7e7;
    padding: 26px!important;
    padding-bottom: 0!important;
}

.floor_5_1 .floor_5_tit ul li {
    overflow: hidden;
    line-height: 40px;
    border-bottom: 1px dashed #eee;
}

.floor_5_1 .floor_5_tit ul li span {
    float: left;
    width: 73%;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.floor_5_1 .floor_5_tit ul li i {
    display: inline-block;
    width: 9px;
    height: 14px;
    background: url(../images/newi-1.png) center no-repeat;
}

.floor_5_1 .floor_5_tit ul li b {
    float: right;
    font-weight: 400;
    color: #666;
}

.floor_5_1 .floor_5_tit ul .new-a {
    display: block;
    width: 130px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background-color: #04954c;
    margin-top: 40px;
}

.floor_5_1 .floor_5_box:nth-child(3) {
    width: 30%;
    background-color: #f5f5f5;
    padding: 20px;
    margin-right: 0;
}

.floor_5_1 .floor_5_box:nth-child(3) ul {
    border: 0;
    padding: 0;
}

.floor_5_1 .floor_5_box:nth-child(3) .floor_5_tit ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #999;
}

.floor_5_1 .floor_5_box:nth-child(3) .floor_5_tit ul li span {
    float: none;
    font-weight: bold;
    font-size: 16px;
}

.floor_5_1 .floor_5_box:nth-child(3) .floor_5_tit ul li i {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: none;
    background-color: #04954c;
    color: #fff;
}

.floor_5_1 .floor_5_box:nth-child(3) .floor_5_tit ul li .cp-de span {
    display: inline-block;
    float: left;
    width: 25px;
    height: 75px;
}

.floor_5_1 .floor_5_box:nth-child(3) .floor_5_tit ul li .cp-de i {
    background: none;
    background-color: #ffda2e;
}

.floor_5_1 .floor_5_box:nth-child(3) .floor_5_tit ul li .cp-de p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/*新闻中心 end*/

.index .floor_6_main {
    width: 100%;
}

.index .floor_6_main .floor_6_1 {
    width: 100%;
    height: 510px;
    position: relative;
    padding-top: 60px;
}

.index .floor_6_main .floor_6_1 dl {
    display: inline-block;
    width: 100%;
}

.index .floor_6_main .floor_6_1 dl dt {
    float: left;
    width: 48%;
    margin-right: 10px;
    padding-top: 45px;
}

.index .floor_6_main .floor_6_1 dl dt h3 {
    font-size: 40px;
    font-weight: bold;
    color: #04944c;
    line-height: 48px;
    margin-bottom: 30px;
}

.index .floor_6_main .floor_6_1 dl dt>i {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.index .floor_6_main .floor_6_1 dl dt>i::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -80px;
    display: block;
    width: 60px;
    height: 3px;
    background-color: #04944c;
}

.index .floor_6_main .floor_6_1 dl dt p {
    display: block;
    color: #333;
    line-height: 36px;
    text-align: justify;
    overflow: hidden;
}

.index .floor_6_main .floor_6_1 dl dt a {
    display: block;
    width: 160px;
    height: 40px;
    background: #04944c url(../images/ab-more.png) 124px center no-repeat;
    text-indent: 1.5em;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
    transition: all .36s ease;
}

.index .floor_6_main .floor_6_1 dl dt a:hover {
    margin-left: 4px;
}

.index .floor_6_main .floor_6_1 dl dd {
    float: right;
    width: 50%;
}

.index .floor_6_main .floor_6_1 dl dd p {
    font-size: 24px;
    color: #333;
    line-height: 40px;
    padding-left: 54px;
}

.index .floor_6_main .floor_6_1 dl dd img {
    width: 100%;
    height: 470px;
    display: block;
}

.floor_6_3 {
    display: block;
    clear: left;
    width: 100%;
}

.floor_6_3 .parHd {
    height: 45px;
    width: 100%;
    position: relative;
}

.floor_6_3 .parHd s {
    display: block;
    width: 410px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 22px;
}

.floor_6_3 .parHd b {
    display: block;
    width: 410px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 22px;
}

.floor_6_3 .parHd ul {
    display: block;
    width: 100%;
    height: 45px;
    margin: 0 auto;
    text-align: center;
}

.floor_6_3 .parHd ul li {
    display: inline-block;
    width: 178px;
    height: 43px;
    border-radius: 22px;
    border: #eee solid 1px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.floor_6_3 .parHd ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 43px;
    text-align: center;
}

.floor_6_3 .parHd ul li:hover,
.floor_6_3 .parHd ul li.on {
    background-color: #04944c;
    border: #04944c solid 1px;
}

.floor_6_3 .parHd ul li:hover a,
.floor_6_3 .parHd ul li.on a {
    color: #fff;
}

.floor_6_3 .parHd ul li:nth-child(2) {
    margin-left: 20px;
}

.floor_6_3 .parHd ul li:first-child+li {
    margin-left: 20px;
}

.floor_6_3 .parBd {
    width: 100%;
    margin-top: 50px;
}

.floor_6_3 .parBd .slideBox {
    width: 100%;
    position: relative;
}

.floor_6_3 .parBd .slideBox .sPrev {
    position: absolute;
    left: -58px;
    top: 62px;
}

.floor_6_3 .parBd .slideBox .sNext {
    position: absolute;
    right: -58px;
    top: 62px;
}

.floor_6_3 .parBd .slideBox .sPrev span {
    width: 30px;
    height: 38px;
    background: url(../images/scro-1.png) no-repeat;
    margin-top: 32px;
    margin-left: 13px;
}

.floor_6_3 .parBd .slideBox .sNext span {
    width: 30px;
    height: 38px;
    background: url(../images/scro-2.png) no-repeat;
    margin-top: 32px;
    margin-left: 13px;
}

.floor_6_3 .parBd .slideBox ul {
    width: 1200px;
    height: 214px;
}

.floor_6_3 .parBd .slideBox ul li {
    float: left;
    width: 270px;
    height: 210px;
    position: relative;
    margin-right: 13px;
    overflow: hidden;
    text-align: center;
}

.floor_6_3 .parBd .slideBox ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: 100%;
    transition: all .36s ease;
}

.floor_6_3 .parBd .slideBox ul li p {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(4, 149, 76, .9);
    font-size: 16px;
    color: #fff;
    line-height: 210px;
    transition: all 0.3s;
}

.floor_6_3 .parBd .slideBox ul li:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.floor_6_3 .parBd .slideBox ul li:hover p {
    top: 0;
}

.floor_7_main {
    height: 60px;
    width: 100%;
    line-height: 60px;
    background-color: #fff;
}

.floor_7_main .tit {
    float: left;
    width: 80px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    border-right: 1px dashed #999;
    padding-right: 10px;
    margin-right: 10px;
}

.floor_7_main .tit span {
    font-size: 26px;
    font-weight: bold;
}

.floor_7_main ul {
    display: inline-block;
    float: right;
    width: 1280px;
    height: 60px;
    line-height: 60px;
}

.floor_7_main ul li {
    float: left;
    height: 60px;
    line-height: 60px;
    padding-right: 10px;
}

.floor_7_main ul li a {
    display: block;
    font-size: 14px;
    color: #666;
}

.floor_7_main ul li a:hover {
    color: #04954c;
}


/* Underline From Center2 */

.hvr-underline-from-center2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-underline-from-center2:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -1px;
    background: #04944c;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center2:hover:before,
.hvr-underline-from-center2.hover:before,
.hvr-underline-from-center2:focus:before,
.hvr-underline-from-center2:active:before {
    left: 0;
    right: 0;
}

.hvr-underline-from-center2:hover,
.hvr-underline-from-center2.hover {
    *height: 43px;
    *border-bottom: 2px solid #04944c;
    *line-height: 43px;
}

.ntpo {
    padding-top: 42px;
    padding-bottom: 30px;
}

.ntpo .t2 {
    padding: 28px 0 48px;
    text-align: center;
}

.ntpo .t2 .titb {
    font-size: 30px;
    margin-bottom: 16px;
}

.ntpo .t2 .txt {
    font-size: 16px;
    line-height: 24px;
}

.ntpo .t2 .txt span {
    font-weight: bold;
    color: #04944c;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}


/*# sourceMappingURL=style.css.map */


/* 响应式代码 */

@media (max-width: 1400px) {
    .w1400 {
        width: 1200px;
    }
    #nav_main .nav li {
        width: 9.9%;
    }
    .index .menu li a {
        height: 54px;
        line-height: 54px;
    }
    .floor_1 dl dd ul li img {
        height: 180px;
    }
    .xbanner {
        background: url(../images/ixbannerbg2.jpg) center center no-repeat;
    }
    .floor_3_1 .floor_3_bg {
        background-size: cover;
    }
    .floor_3_1 .floor_3_bg li:nth-child(1) {
        left: 0;
    }
    .floor_3_1 .floor_3_bg li:nth-child(2) {
        left: 120px;
    }
    .floor_3_1 .floor_3_bg li:nth-child(4) {
        right: 140px;
    }
    .floor_3_1 .floor_3_bg li:nth-child(5) {
        right: 0px;
    }
    .floor_3_1 .floor_3_hf .floor_3_hfr {
        margin-top: 30px;
    }
    .floor_3_1 .floor_3_hf .floor_3_hfr .floor_3_hfrd,
    .floor_3_1 .floor_3_hf .floor_3_hfr .hf-btn {
        float: none;
    }
    .floor_4_1 .slide_c ul li {
        width: 215px;
    }
    .floor_4_main .case {
        width: auto;
        margin: 0 15px;
    }
    .floor_4_main .case_c {
        width: 870px;
    }
    .floor_6_3 .parBd .slideBox ul li {
        width: 230px;
    }
    .floor_6_3 .parBd .slideBox .sPrev {
        left: -35px;
    }
    .floor_6_3 .parBd .slideBox .sNext {
        right: -35px;
    }
    .floor_5_1 .floor_5_box {
        margin-right: 32px;
    }
    .floor_5_1 .floor_5_tit ul li span {
        width: 73%;
    }
    .floor_5_1 .floor_5_box:nth-child(3) .floor_5_tit ul li .cp-de span {
        width: 25px;
    }
    .floor_7_main ul {
        width: 90%;
    }
    .foot_y {
        margin-left: 50px;
    }
}


/* 响应式代码 end */