﻿/* 02b782 */

.tout {
    margin-top: -96px;
    position: relative;
    z-index: 1;
}

.tout .container {
    border-radius: 8px;
    background: #fff;
    box-shadow: 1px 1.732px 11px 0px rgba(190, 212, 206, 0.66);
    box-sizing: border-box;
    position: relative;
  	padding-left: 0;
  	height: 124px;
}

.tout .container .bd li {
    text-align: center;
}

.tout .container .bd li a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 38px;
    color: #333333;
    font-weight: 700;
    padding: 35px 40px;
  	padding-left: 210px;
  	background: url(../images/idx_tt_bgIcon.png) no-repeat 38px center;
    box-sizing: border-box;
}

.tout .container .bd li a:hover {
    color: #02b782;
}

.tout .container .bd li p {
    font-size: 18px;
    color: #666666;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}

.tout .container .hd {
    position: absolute;
    left: 40px;
    bottom: 30px;
}

.tout .container .hd li {
    float: left;
    width: 405px;
    height: 4px;
    background: #02b782;
    margin-right: 2px;
    position: relative;
    cursor: pointer;
}

.tout .container .hd li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #23896a;
    transition: width .6s;
}

.tout .container .hd li.on::after {
    width: 100%;
}

.idx_block1 {
    padding-top: 50px;
}

.idx_block1_left {
    float: left;
    width: 676px;
}

.idx_lbtBox {
    width: 100%;
    height: 380px;
    position: relative;
}

.idx_lbtBox li a {
    position: relative;
}

.idx_lbtBox li a,
.idx_lbtBox li a img {
    display: block;
    width: 676px;
    height: 380px;
}

.idx_lbtBox li a span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    height: 58px;
    line-height: 58px;
    width: 656px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .9);
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.idx_lbtBox li a:hover span {
    color: #02b782;
}

.idx_lbtBox .prev,
.idx_lbtBox .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.idx_lbtBox .prev {
    left: 0;
}

.idx_lbtBox .next {
    right: 0;
}

.idx_tzgg {
    padding-top: 20px;
    height: 75px;
}

.idx_tzgg .tit {
    float: left;
}

.idx_tzgg .tit a,
.idx_tzgg .tit a img {
    display: block;
  	height: 74px;
}

.idx_tzgg .cont {
    float: right;
    width: 535px;
    height: 100%;
    position: relative;
}
.idx_tzgg .cont .bd {
	padding-top: 7px;
}
.idx_tzgg .cont .bd li {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.idx_tzgg .cont .bd li span {
    float: left;
    width: 100px;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.idx_tzgg .cont .bd li span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 36px;
    background: #d2d2d2;
}

.idx_tzgg .cont .bd li span em {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #02b782;
}

.idx_tzgg .cont .bd li span i {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #02b782;
}

.idx_tzgg .cont .bd li a {
    float: right;
    width: 418px;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.idx_tzgg .cont .bd li a:hover {
    color: #02b782;
}

.idx_tzgg .cont .hd {
    position: absolute;
    left: 0;
    bottom: 0;
}

.idx_tzgg .cont .hd li {
    float: left;
    width: 103px;
    height: 7px;
    border-radius: 4px;
    background: #d2d2d2;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

.idx_tzgg .cont .hd li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-radius: 4px;
    background: #ff8442;
    transition: width .3s;
}

.idx_tzgg .cont .hd li:last-child {
    margin-right: 0;
}

.idx_tzgg .cont .hd li.on::after {
    width: 100%;
}

.idx_block1_right {
    float: right;
    width: 575px;
}

.idx_block1_right .bd li:first-child {
    padding-top: 12px;
}

.idx_block1_right .bd li {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    padding-top: 20px;
  	box-sizing: border-box;
    height: 107px;
}

.idx_block1_right .bd li span {
    float: left;
    width: 102px;
}

.idx_block1_right .bd li span em {
    display: block;
    font-size: 26px;
    color: #999999;
    line-height: 36px;
}

.idx_block1_right .bd li span i {
    display: block;
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
}

.idx_block1_right .bd li a {
    float: right;
    width: 472px;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.idx_block1_right .bd li:hover span i,
.idx_block1_right .bd li:hover a,
.idx_block1_right .bd li:hover span em {
    color: #02b782;
}

.idx_hf {
    padding-top: 50px;
}

.idx_hf .container {
    position: relative;
}

.idx_hf .bd ul li a,
.idx_hf .bd ul li a img {
    display: block;
    width: 1300px;
    height: 124px;
}

.idx_hf .hd {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.idx_hf .hd li {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .6);
    float: left;
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    margin-left: 2px;
    cursor: pointer;
}

.idx_hf .hd li.on {
    background: #02b782;
    color: #fff;
}

.idx_sanBlockBox {
    padding-top: 50px;
    background: url(../images/idx_sanTab_bg2.png) no-repeat center 50px;
}

.idx_sanBlockBox_hd {
    height: 113px;
}

.idx_sanBlockBox_hd ul {
    height: 100%;
}

.idx_sanBlockBox_hd ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
    height: 100px;
    line-height: 100px;
}

.idx_sanBlockBox_hd ul li a {
    display: block;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
}

.idx_sanBlockBox_hd ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    width: 28px;
    height: 14px;
    background: none;
}

.idx_sanBlockBox_hd ul li a::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 0;
    height: 5px;
    background: #ff8442;
    transition: width .3s;
}

.idx_sanBlockBox_hd ul li:nth-child(1) {
    background: #02b782;
}

.idx_sanBlockBox_hd ul li:nth-child(2) {
    background: #01ae7b;
}

.idx_sanBlockBox_hd ul li:nth-child(3) {
    background: #009d6f;
}

.idx_sanBlockBox_hd ul li.on a::before {
    width: 100%;
}

.idx_sanBlockBox_hd ul li:nth-child(1).on a {
    background: url(../images/idx_sanTab_bg01.png) no-repeat center bottom;
}

.idx_sanBlockBox_hd ul li:nth-child(2).on a {
    background: url(../images/idx_sanTab_bg02.png) no-repeat center bottom;
}

.idx_sanBlockBox_hd ul li:nth-child(3).on a {
    background: url(../images/idx_sanTab_bg03.png) no-repeat center bottom;
}

.idx_sanBlockBox_hd ul li:nth-child(1).on a::after {
    background: url(../images/idx_sanTab_bg1.png) no-repeat center bottom;
}

.idx_sanBlockBox_hd ul li:nth-child(2).on a::after {
    background: url(../images/idx_sanTab_bg1_1.png) no-repeat center bottom;
}

.idx_sanBlockBox_hd ul li:nth-child(3).on a::after {
    background: url(../images/idx_sanTab_bg1_2.png) no-repeat center bottom;
}

.idx_sanBlockBox_bd .idx_sanBlock {
    padding: 30px 30px 0;
    box-sizing: border-box;
    width: 100% !important;
}

.idx_zfwjZcjd {
    float: left;
    width: 806px;
}

.idx_zfwjZcjd .tab_bd_tong ul {
    padding-top: 2px;
}

.idx_zfwjZcjd .tab_hd_tong ul li.on {
    background: url(../images/tab_bg_green.png) no-repeat center;
}

.idx_zfwjZcjd .tab_hd_tong ul li.on::after {
    display: none;
}

.idx_ldGbHy {
    float: right;
    width: 373px;
}

.idx_ldGbHy a {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 90px;
    font-size: 22px;
    box-sizing: border-box;
    padding-left: 170px;
    line-height: 90px;
    font-weight: 700;
    transition: transform .3s;
}

.idx_ldGbHy a.a1 {
    color: #f4494b;
    background: url(../images/idx_zwgk_ld.png) no-repeat center;
}

.idx_ldGbHy a.a2 {
    color: #09b79a;
    background: url(../images/idx_zwgk_gb.png) no-repeat center;
}

.idx_ldGbHy a.a3 {
    color: #2092e9;
    background: url(../images/idx_zwgk_hy.png) no-repeat center;
}

.idx_ldGbHy a:hover {
    transform: translateY(-5px);
}

.idx_zfxxgk {
    float: left;
    width: 100%;
    padding-top: 10px;
}

.idx_zfxxgk_hd {
    background: url(../images/idx_zfxxgk_tit.png) no-repeat center;
}

.idx_zfxxgk_hd a {
    display: block;
    font-size: 24px;
    color: #02b782;
    margin: 0 auto;
    font-weight: 700;
    width: 203px;
    text-align: center;
}

.idx_zfxxgk_bd {
    padding-top: 30px;
}

.idx_zfxxgk_bd a {
    float: left;
    font-size: 20px;
    color: #333333;
    box-sizing: border-box;
    padding-top: 155px;
    width: 16.6666%;
    text-align: center;
    transition: background-position-y .3s;
}

.idx_zfxxgk_bd a.a1 {
    background: url(../images/idx_zfxxgk1.png) no-repeat center 10px;
}

.idx_zfxxgk_bd a.a2 {
    background: url(../images/idx_zfxxgk2.png) no-repeat center 10px;
}

.idx_zfxxgk_bd a.a3 {
    background: url(../images/idx_zfxxgk3.png) no-repeat center 10px;
}

.idx_zfxxgk_bd a.a4 {
    background: url(../images/idx_zfxxgk4.png) no-repeat center 10px;
}

.idx_zfxxgk_bd a.a5 {
    background: url(../images/idx_zfxxgk5.png) no-repeat center 10px;
}

.idx_zfxxgk_bd a.a6 {
    background: url(../images/idx_zfxxgk6.png) no-repeat center 10px;
}

.idx_zfxxgk_bd a:hover {
    color: #02b782;
    background-position-y: 20px;
}

.idx_zwfw_block1 {
    height: 100px;
    float: left;
    width: 100%;
}

.idx_zwfw_block1 a {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 145px;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    height: 100%;
    line-height: 100px;
}

.idx_zwfw_block1 a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 36px;
    background: #bce5d8;
}

.idx_zwfw_block1 a::before {
    content: "";
    position: absolute;
    left: 65px;
    top: 50%;
    transform: rotateZ(0) translateY(-50%);
    transform-origin: center top;
    width: 62px;
    height: 72px;
    transition: transform .3s;
}

.idx_zwfw_block1 a.a1::before {
    background: url(../images/idx_zwfw_img1.png) no-repeat center;
}

.idx_zwfw_block1 a.a2::before {
    background: url(../images/idx_zwfw_img2.png) no-repeat center;
}

.idx_zwfw_block1 a.a3::before {
    background: url(../images/idx_zwfw_img3.png) no-repeat center;
}

.idx_zwfw_block1 a.a4::before {
    background: url(../images/idx_zwfw_img4.png) no-repeat center;
}

.idx_zwfw_block1 a.a4::after {
    display: none;
}

.idx_zwfw_block1 a:hover {
    color: #02b782;
}

.idx_zwfw_block1 a:hover::before {
    transform: rotateZ(360deg) translateY(-50%);
}

.idx_zwfw_block2 {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.idx_zwfw_block2>div {
    width: 605px;
    height: 324px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
}

.idx_zwfw_block2>div>.tit a {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    padding-left: 30px;
    position: relative;
    margin-top: 25px;
}

.idx_zwfw_block2>div>.tit a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: #ff8442;
}

.idx_zwfw_block2>div>.cont a {
    float: left;
    width: 20%;
    text-align: center;
    margin-top: 25px;
}

.idx_zwfw_block2>div>.cont a img {
    display: block;
    margin: 0 auto;
    transition: transform .3s;
}

.idx_zwfw_block2>div>.cont a span {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-top: 12px;
}

.idx_zwfw_block2>div>.cont a:hover img {
    transform: rotateZ(360deg);
}

.idx_zwfw_block2>div>.cont a:hover span {
    color: #02b782;
}

.idx_zwfw_gr {
    float: left;
}

.idx_zwfw_fr {
    float: right;
}

.idx_zwfw_block3 {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.idx_zwfw_block3 a,
.idx_zwfw_block3 a img {
    display: block;
    height: 124px;
}

.idx_zmhd_left {
    float: left;
    width: 806px;
}

.idx_zmhd_jbft>a {
    float: left;
    width: 442px;
    height: 210px;
}

.idx_zmhd_jbft>a img {
    display: block;
    width: 100%;
    height: 100%;
}

.idx_zmhd_jbft>div {
    float: right;
    width: 310px;
    padding-top: 30px;
}

.idx_zmhd_jbft>div a {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    font-weight: 700;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.idx_zmhd_jbft>div p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.idx_zmhd_jbft>div p em {
    color: #02b782;
}

.idx_zmhd_jbft>div a:hover {
    color: #02b782;
}

.idx_zmhd_myzj {
    padding-top: 30px;
}

.idx_zmhd_myzj .bd ul li {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #e3e1e1;
}

.idx_zmhd_myzj .bd ul li:first-child {
    padding-top: 15px;
}

.idx_zmhd_myzj .bd ul li:last-child {
    border-bottom: none;
}

.idx_zmhd_myzj .bd ul li>em {
    float: left;
    width: 74px;
    height: 25px;
    line-height: 25px;
    background: url(../images/idx_zmhd_img2.png) no-repeat center;
    box-sizing: border-box;
    padding-left: 12px;
    font-size: 15px;
    color: #999999;
    margin-top: 15px;
}

.idx_zmhd_myzj .bd ul li>em.on {
    color: #ff8442;
    background: url(../images/idx_zmhd_img2_1.png) no-repeat center;
}

.idx_zmhd_myzj .bd ul li>div {
    float: right;
    width: 710px;
}

.idx_zmhd_myzj .bd ul li>div a {
    display: inline-block;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.idx_zmhd_myzj .bd ul li>div span {
    display: block;
    font-size: 16px;
    color: #999999;
    margin-top: 5px;
}

.idx_zmhd_myzj .bd ul li>div a:hover {
    color: #02b782;
}

.idx_zmhd_right {
    float: right;
    width: 373px;
}

.idx_zmhd_szxx a {
    display: block;
    height: 175px;
    line-height: 175px;
    color: #f4494b;
    font-weight: 700;
    background: url(../images/idx_zmhd_img3.png) no-repeat center;
    font-size: 28px;
    box-sizing: border-box;
    padding-left: 165px;
}

.idx_zmhd_xj {
    padding-top: 30px;
}

.idx_zmhd_xj .tit {
    height: 50px;
    line-height: 50px;
    background: #e5f8f2;
    text-align: center;
    font-size: 20px;
    color: #02b782;
}

.idx_zmhd_xj .tab_bd_tong ul {
    padding-top: 15px;
}

.idx_zmhd_xj .tab_bd_tong ul li a {
    max-width: 100%;
}

.idx_ztzl {
    padding-top: 30px;
    margin-bottom: 50px;
}

.idx_ztzl .tit {
    background: url(../images/idx_ztzl_tit.png) no-repeat center 18px;
}

.idx_ztzl .tit p {
    display: block;
    width: 180px;
    text-align: center;
    margin: 0 auto;
}

.idx_ztzl .tit p a {
    display: block;
    font-size: 30px;
    color: #333333;
    font-weight: 700;
}

.idx_ztzl .tit p span {
    font-size: 16px;
    color: #c3c3c3;
    display: block;
    margin-top: 10px;
}

.idx_ztzl .container {
    position: relative;
}

.idx_ztzl .bd {
    padding-top: 30px;
    min-height: 140px;
}

.idx_ztzl .bd .tempWrap {
    width: 1300px !important;
}

.idx_ztzl .bd li {
    width: 310px;
    height: 150px;
    margin-right: 20px;
}

.idx_ztzl .bd li img {
  	display: block;
	width: 310px;
    height: 110px;
}

.idx_ztzl .bd li span {
  	display: block;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.idx_ztzl .bd li span::after {
	content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    background: #02b782;
    height: 0;
    transition: height .3s;
}

.idx_ztzl .bd li:hover span {
	color: #02b782;
    background: url(../images/cebian_img5.png) no-repeat left center / 250px 40px;
}

.idx_ztzl .bd li:hover span::after {
  	height: 100%;
}

.idx_ztzl .prev,
.idx_ztzl .next {
    position: absolute;
    top: 140px;
    cursor: pointer;
}

.idx_ztzl .prev {
    left: -21px;
}

.idx_ztzl .next {
    right: -21px;
}