/*
 .Top002262
 */

.Top002262 {
    background: #fff;
    position: relative;
    z-index: 100;
}

.tel {
    font-size: 24px;
}

.Top002262 .header-left {
    /* float: left; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 110px;
    /* max-width: 198px; */
}

.Top002262 .header-left .logo img {
    height: 90px;
}

.Top002262 .header-left .logo {
    font-size: 24px;
}

.nav_list {
    background: #469a79;
}

.Top002262 .logo {
    display: table-cell;
    vertical-align: middle;
}

.Top002262 .header-mid,
.Top002262 .header-right {
    /* float: right; */
}

.Top002262 .header-menu li {
    width: auto !important;
    margin-right: 90px;
}

.Top002262 .header-menu li:last-child {
    margin-right: 0;
}

.Top002262 .header-menu li em {
    padding: 0 15px;
    position: relative;
}

.Top002262 .header-menu li em:hover::after,
.Top002262 .header-menu li em a {
    line-height: 60px;
    position: relative;
    font-size: 16px;
    color: #fff;
}

.Top002262 .header-menu li em a::before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: #58a547;
    width: 0;
    transition: ease-in-out 0.3s;
}

.Top002262 .header-menu li em a:hover::before,
.Top002262 .header-menu li.aon em a::before {
    width: 100%;
}

.Top002262 .header-menu li .sub {
    width: 130%;
    left: -15%;
    overflow: hidden;
}

.Top002262 .header-menu li .sub-menu {
    padding: 15px;
    text-align: center;
}

.Top002262 .header-menu li .sub-menu dt {
    border-bottom: 1px solid #f2f2f2;
}

.Top002262 .header-menu li .sub-menu dt:last-child {
    border-bottom: 0;
}

.Top002262 .header-menu li .sub-menu dt a {
    color: #666;
    transition: 0.3s;
}

.Top002262 .header-menu li .sub-menu dt a:hover {
    background: none;
    color: #e60012;
}

.Top002262 .header-right dd {
    display: none;
    float: left;
    padding: 20px 0;
}

.Top002262 .top-search {
    position: relative;
    z-index: 100;
}

.Top002262 .open-search {
    background: url("../images/Top002262-search.png"/*tpa=http://shhzdrilling.com/cn/images/Top002262-search.png*/
    ) no-repeat center center;
    width: 30px;
    height: 40px;
    display: block;
}

.Top002262 .open-search-show {
    position: relative;
    background: none;
}

.Top002262 .open-search-show::before,
.Top002262 .open-search-show::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 3px;
    background: #008a10;
    top: 50%;
    left: 10%;
    transform: rotate(-45deg);
}

.Top002262 .open-search-show::after {
    transform: rotate(45deg);
}

.Top002262 .search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    display: none;
}

.Top002262 .search-box .text {
    width: 254px;
    line-height: 46px;
    height: 46px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 0 50px 0 10px;
}

.Top002262 .search-box .btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 46px;
    width: 46px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Top002262 .search-box .btn::before {
    position: absolute;
    content: '';
    border: 8px solid transparent;
    border-bottom-color: #b4b4b4;
    top: -15px;
    right: 4px;
}

@media(max-width:1024px) {
    .Top002262 .header-left {
        flex-direction: column;
    }
    .Top002262 #header-menu {
        position: fixed;
        right: -100%;
        top: 0;
        background: #000;
        z-index: 100;
        padding-top: 70px;
        width: 70%;
        max-width: 300px;
        height: 100%;
        transition: ease-in-out 0.3s;
    }
    .Top002262 #header-menu.header-menu-show {
        right: 0;
    }
    .Top002262 #header-menu li em,
    .Top002262 #header-menu li em a {
        border-bottom: 0;
    }
    .Top002262 #header-menu li:nth-child(2n) {
        background: rgba(255, 255, 255, 0.1);
    }
    .Top002262 #header-menu li em a {
        font-weight: normal;
    }
    .Top002262 #header-menu li.has-sub em a {
        background: url("../images/Top002262-icon.png"/*tpa=http://shhzdrilling.com/cn/images/Top002262-icon.png*/
        ) no-repeat 95% center;
    }
    .Top002262 #header-menu li.clickon em a {
        background-image: url("../images/Top002262-icon_up.png"/*tpa=http://shhzdrilling.com/cn/images/Top002262-icon_up.png*/
        );
    }
    .Top002262 #header-menu li .sub-menu {
        padding: 5%;
    }
    .Top002262 .header-right dd {
        display: block;
    }
    .Top002262 #open_menu {
        display: block;
        width: 40px;
        height: 30px;
        background: #008a10;
        margin-left: 10px;
        margin-top: 5px;
        position: relative;
        z-index: 101;
        transition: background 0.3s;
    }
    .Top002262 #open_menu i,
    .Top002262 #open_menu i::before,
    .Top002262 #open_menu i::after {
        background: #fff;
        border-radius: 3px;
    }
    .Top002262 #open_menu i {
        left: 20%;
        width: 60%;
        height: 2px;
        margin-top: -1px;
    }
    .Top002262 #open_menu.open_menu_on {
        background: #000;
        position: fixed;
        right: 2%;
    }
    .Top002262 #open_menu.open_menu_on i {
        height: 3px;
        margin-top: -1.5px;
    }
}


/*
 .Banner002354
 */

.Banner002354 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.Banner002354 .bx-viewport {
    z-index: 1;
}

.Banner002354 li a {
    position: relative;
    display: block;
}

.Banner002354 .bx-pager {
    position: absolute;
    left: 0;
    bottom: 5%;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.Banner002354 .bx-pager * {
    width: 10px;
}

.Banner002354 .bx-pager div {
    display: inline-block;
    margin: 0 5px;
}

.Banner002354 .bx-pager div a {
    display: block;
    overflow: hidden;
    height: 30px;
    width: 10px;
    line-height: 100px;
}

.Banner002354 .bx-pager div a:before,
.Banner002354 .bx-pager div a:after {
    content: "";
    display: block;
    width: 10px;
}

.Banner002354 .bx-pager div a:before {
    height: 0;
    width: 0;
    background: #008a10;
}

.Banner002354 .bx-pager div a:after {
    height: 30px;
    background: #006cba;
    position: absolute;
    top: 15px;
}

.Banner002354 .bx-pager div a.active {
    height: 45px;
}

.Banner002354 .bx-pager div a.active:before {
    height: 10px;
    width: 10px;
}

@media(max-width:1200px) {
    .Banner002354 li a img {
        position: relative;
        width: 130%;
        left: -15%;
        max-width: none;
    }
}

@media(max-width:768px) {
    .Banner002354 li a img {
        width: 150%;
        left: -25%;
    }
}

@media(max-width:480px) {
    .Banner002354 .bx-pager * {
        width: 8px;
    }
    .Banner002354 .bx-pager div {
        margin: 0 3px;
    }
    .Banner002354 .bx-pager div a {
        height: 20px;
    }
    .Banner002354 .bx-pager div a.active {
        height: 35px;
    }
    .Banner002354 .bx-pager div a:after {
        height: 20px;
    }
}


/*
 .Floor002357
 */

.Floor002357 {
    width: 100%;
    background: #333;
}

.Floor002357 li {
    position: relative;
    width: 100%;
    background: url("../images/Floor002357-bg.jpg"/*tpa=http://shhzdrilling.com/cn/images/Floor002357-bg.jpg*/
    ) no-repeat center center;
    background-size: cover;
    padding: 6% 0 6% 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.Floor002357 li .title {
    text-align: center;
    font-size: 24px;
    font-family: '微软雅黑';
    font-weight: lighter;
    color: #fff;
    margin: 0;
    padding-bottom: 1.5%;
    position: relative;
}

.Floor002357 li .title:after {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    background-color: #bbb;
    margin-top: 30px;
    content: '';
}

.Floor002357 li .title2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-bottom: 3%;
}

.Floor002357 .swiper-slide .ul li {
    position: relative;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 2%;
    background-image: none;
}

.Floor002357 .swiper-slide .ul li:hover .img img {
    top: -10px;
}

.Floor002357 .swiper-slide li .img {
    border: 1px solid #fff;
    width: 140px;
    height: 140px;
    padding: 30px;
    border-radius: 200px;
    display: block;
    margin: 0 auto;
    transition: 0.3s;
}

.Floor002357 .swiper-slide li:hover .img {
    border: 1px solid #008a10;
}

.Floor002357 .swiper-slide li .img .pic1 {
    display: block;
    transition: 0.3s;
}

.Floor002357 .swiper-slide li .img .pic2 {
    display: none;
    transition: 0.3s;
}

.Floor002357 .swiper-slide li:hover .img .pic1 {
    display: none;
}

.Floor002357 .swiper-slide li:hover .img .pic2 {
    display: block;
}

.Floor002357 .swiper-slide .ul li h3 {
    margin: 20px 0 0;
    font-size: 20px;
    font-family: '微软雅黑';
    letter-spacing: 0.1px;
    padding-bottom: 5%;
}

.Floor002357 .swiper-slide .ul li h3:after {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 1px;
    background-color: #fff;
    opacity: 0.2;
    margin-top: 30px;
    content: '';
}

.Floor002357 .swiper-slide .ul li h3 span {
    font-weight: normal;
    display: block;
    font-size: 15px;
    padding: 5% 20%;
}

.Floor002357 .swiper-slide .ul li h3 span {
    font-weight: normal;
    display: block;
    font-size: 15px;
    padding: 5% 20%;
}

.Floor002357 .swiper-slide .ul li h3 a {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.Floor002357 .swiper-slide .ul li p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    font-family: '微软雅黑';
    overflow: hidden;
}

@media (min-width: 640px) {
    .Floor002357 li {
        width: 33.3333%;
        float: left;
    }
}

@media only screen and (min-width:768px) {
    .Floor002357 .title {
        font-size: 28px;
    }
    .Floor002357 li h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width:1024px) {
    .Floor002357 .title {
        font-size: 32px;
    }
    .Floor002357 li h3 {
        font-size: 24px;
    }
}

.Floor002357 .swiper-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.Floor002357 .btn {
    position: absolute;
    z-index: 10;
    width: 60px;
    height: 90px;
    background: rgba(0, 0, 0, 0.13);
    top: 50%;
    margin-top: -45px;
    overflow: hidden;
    line-height: 1000px;
    transition: 0.2s;
}

.Floor002357 .btn:hover {
    background: #008a10;
}

.Floor002357 .btn::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -10px;
    border-top: 2px solid #008a10;
    border-left: 2px solid #008a10;
}

.Floor002357 .btn:hover::before {
    border-color: #fff !important;
}

.Floor002357 .btn.swiper-prev {
    left: 2%;
}

.Floor002357 .btn.swiper-prev::before {
    left: 40%;
}

.Floor002357 .btn.swiper-next {
    right: 2%;
}

.Floor002357 .btn.swiper-next::before {
    left: 20%;
    transform: rotate(135deg);
}

.Floor002357 .pager {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 5%;
    z-index: 10;
}

.Floor002357 .pager span {
    display: inline-block;
    padding-right: 28px;
    position: relative;
}

.Floor002357 .pager span::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 28px;
    height: 1px;
    background: rgba(255, 255, 255, 0.28);
    top: 50%;
}

.Floor002357 .pager span:last-child {
    padding-right: 0;
}

.Floor002357 .pager span:last-child::after {
    display: none;
}

.Floor002357 .pager i {
    display: block;
    border: 1px solid transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 2px;
    position: relative;
    overflow: hidden;
    line-height: 1000px;
}

.Floor002357 .pager i::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    background: #fff;
}

.Floor002357 .pager span.swiper-pagination-bullet-active i {
    border-color: #fff;
}

.Floor002357 .swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media(max-width:480px) {
    .Floor002357 .btn {
        transform: scale(0.7);
    }
    .Floor002357 .pager span {
        padding-right: 10px;
    }
    .Floor002357 .pager span::after {
        width: 10px;
    }
    .Floor002357 .pager i {
        width: 20px;
        height: 20px;
    }
}


/*
 .Floor002573
 */

.Floor002573 {
    position: relative;
    z-index: 0;
    padding: 6% 0;
}

.Floor002573 h1 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding-bottom: 3%;
    text-align: center;
}

.Floor002573 h1:after {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    background-color: #bbb;
    margin-top: 30px;
    content: '';
}

.Floor002573 .title2 {
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 18px;
    padding-bottom: 3%;
}

@media(max-width:640px) {
    .Floor002573 .title {
        font-size: 30px;
    }
    .Floor002573 .title aside {
        font-size: 12px;
    }
}

@media(max-width:480px) {
    .Floor002573 .title {
        font-size: 24px;
    }
}

.Floor002573 .owl-carousel {
    position: relative;
    z-index: 10;
}

.Floor002573 .owl-stage-outer {
    overflow: hidden;
}

.Floor002573 .owl-item {
    float: left;
}

.Floor002573 .item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.Floor002573 .item a {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(49, 70, 91, 0.8);
    transition: 0.3s;
}

.Floor002573 .item .pic {
    display: block;
    width: 100%;
}

.Floor002573 .item a>div {
    width: 100%;
}

.Floor002573 .item p {
    line-height: 24px;
    height: 0;
    font-size: 14px;
    max-width: 220px;
    margin: 0 auto;
    transition: 0.3s;
    transform: translateY(100px);
    opacity: 0;
    margin-bottom: 0;
    padding: 0 2%;
}

.Floor002573 .item a:hover {
    background: rgba(0, 138, 16, 0.9);
}

.Floor002573 .item a p {
    opacity: 1;
    height: 48px;
    transform: translateY(0);
}

.Floor002573 .item h3 {
    margin: 0;
    font-size: 18px;
    padding: 2% 0;
    font-weight: normal;
}

.Floor002573 .item a span {
    display: inline-block;
    background: url("../images/Floor002573_more.png"/*tpa=http://shhzdrilling.com/cn/images/Floor002573_more.png*/
    ) no-repeat;
    width: 22px;
    opacity: 0;
    transition: 0.4s;
}

.Floor002573 .item a:hover span {
    opacity: 1;
    height: 10px;
}

.Floor002573 .item .icon {
    max-width: 65px;
    max-height: 65px;
    transition: 0.4s;
}

.Floor002573 .item a:hover .icon {
    opacity: 1;
}

@media(min-width:1025px) {
    .Floor002573 .owl-nav button {
        margin: 0 1px;
        position: relative;
        border: none;
        background: #008a10;
        width: 40px;
        height: 40px;
        padding: 0;
        cursor: pointer;
    }
    .Floor002573 .owl-nav span {
        overflow: hidden;
        display: block;
        text-align: left;
        text-indent: -999em;
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    .Floor002573 .owl-nav .owl-prev span {
        margin-left: 15px;
        transform: rotate(-135deg);
    }
    .Floor002573 .owl-nav .owl-next span {
        margin-left: 12px;
        transform: rotate(45deg);
    }
    .Floor002573 .disabled .owl-prev {
        position: absolute;
        top: 45%;
        left: -4%;
    }
    .Floor002573 .disabled .owl-next {
        position: absolute;
        top: 45%;
        right: -4%;
    }
    .Floor002573 {
        padding: 6% 0;
    }
}

@media(max-width:1024px) {
    .Floor002573 {
        padding-left: 3%;
        padding-right: 3%;
    }
    .Floor002573 .owl-nav {
        text-align: center;
        padding: 3% 0;
    }
    .Floor002573 .owl-nav button {
        margin: 0 1px;
        position: relative;
        border: none;
        background: rgba(245, 143, 0, 0.6);
        width: 40px;
        height: 40px;
        padding: 0;
        cursor: pointer;
    }
    .Floor002573 .owl-nav span {
        overflow: hidden;
        display: block;
        text-align: left;
        text-indent: -999em;
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }
    .Floor002573 .owl-nav .owl-prev span {
        margin-left: 15px;
        transform: rotate(-135deg);
    }
    .Floor002573 .owl-nav .owl-next span {
        margin-left: 12px;
        transform: rotate(45deg);
    }
}

@media(max-width:480px) {
    .Floor002573 .item .icon {
        max-width: 40px;
        max-height: 40px;
    }
}

@media only screen and (min-width:768px) {
    .Floor002573 h1 {
        font-size: 28px;
    }
    .Floor002573 li {
        width: 20%;
    }
}

@media only screen and (min-width:1024px) {
    .Floor002573 h1 {
        font-size: 32px;
    }
}


/*
 .Floor000563
 */

.Floor000563 {
    background-size: cover;
}

.Floor000563 .title {
    text-align: center;
    font-size: 32px;
    font-weight: lighter;
    color: #fff;
    margin: 0;
    padding-bottom: 1.5%;
    position: relative;
}

.Floor000563 .title:after {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    background-color: #bbb;
    margin-top: 30px;
    content: '';
}

.Floor000563 .title2 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-bottom: 5%;
}

.Floor000563 li {
    float: left;
    margin-right: 5%;
    width: 30%;
    background-color: #fff;
    padding: 11px 11px 25px;
    text-align: center;
}

.Floor000563 li:last-child {
    margin-right: 0;
}

.Floor000563 li figure {
    overflow: hidden;
    margin-bottom: 7px;
}

.Floor000563 li figure span {
    display: block;
    padding-bottom: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all linear 0.8s;
    background-size: contain;
}

.Floor000563 li:hover figure span {
    transform: scale(1.2);
    transition: all linear 0.8s;
}

.Floor000563 li h1 {
    margin: 0;
    font-weight: normal;
    border-top: 1px solid #e9e9e9;
    padding: 4% 0;
    font-size: 18px;
}

.Floor000563 li p {
    margin: 0;
    line-height: 18px;
    font-size: 16px;
    color: #999;
}

@media(max-width:640px) {
    .Floor000563 li {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 2%;
    }
}


/*
 .Bottom001908
 */

.Bottom001908 {
    color: #acaeb3;
    background-color: #333;
    padding: 3% 0 2.5% 0;
}

.Bottom001908 a {
    color: #acaeb3;
}

.Bottom001908 a:hover {
    color: #fff;
}

.Bottom001908 footer {
    line-height: 42px;
    border-top: 1px solid #444;
    margin-top: 32px;
}

.Bottom001908 footer a {
    display: inline-block;
}

.Bottom001908 footer i {
    font-style: normal;
    color: #444;
    margin: 0 12px;
}

.Bottom001908 footer span {
    float: right;
    font-size: 13px;
}

.Bottom001908 footer span a.wh {
    text-decoration: underline;
}

.Bottom001908 .contact {
    float: right;
    width: 213px;
    text-align: right;
}

.Bottom001908 .contact li {
    float: right;
    width: 36px;
    position: relative;
    margin-left: 14px;
}

.Bottom001908 .contact li figure {
    position: absolute;
    display: none;
    bottom: 100%;
    left: 50%;
    margin-left: -61px;
    background: url("../images/Bottom001908-ewm_bg.png"/*tpa=http://shhzdrilling.com/cn/images/Bottom001908-ewm_bg.png*/
    ) no-repeat;
    width: 120px;
    height: 133px;
    text-align: center;
    z-index: 100;
}

.Bottom001908 .contact li figure img {
    width: 120px;
    height: 120px;
    display: block;
    padding: 11px;
}

.Bottom001908 .contact li:hover figure {
    display: block;
}

.Bottom001908 .contact li a {
    display: block;
    width: 36px;
    height: 36px;
    background: url("../images/Bottom001908-icon.png"/*tpa=http://shhzdrilling.com/cn/images/Bottom001908-icon.png*/
    ) no-repeat left top;
}

.Bottom001908 .contact li.li_2 a {
    background-position: -51px 0;
}

.Bottom001908 .contact li.li_3 a {
    background-position: -102px 0;
}

.Bottom001908 .contact li a:hover {
    background-position: left bottom;
}

.Bottom001908 .contact li.li_2 a:hover {
    background-position: -51px bottom;
}

.Bottom001908 .contact li.li_3 a:hover {
    background-position: -102px bottom;
}

.Bottom001908 .contact p {
    font-size: 16px;
}

.Bottom001908 dl {
    float: left;
    width: 12.75%;
}

.Bottom001908 dt {
    height: 50px;
    background: url("../images/Bottom001908-line.png"/*tpa=http://shhzdrilling.com/cn/images/Bottom001908-line.png*/
    ) no-repeat left 30px;
    font-size: 16px;
    color: #e2e2e2;
}

.Bottom001908 dt a {
    color: #e2e2e2;
}

.Bottom001908 dd {
    line-height: 22px;
    font-size: 14px;
}

@media(max-width:1000px) {
    .Bottom001908 footer span {
        float: none;
        display: block;
    }
    .Bottom001908 dl {
        width: 20%;
        margin-bottom: 3%;
    }
    .Bottom001908 dl:nth-of-type(4) {
        clear: left;
    }
}

@media(max-width:640px) {
    .Bottom001908 footer {
        margin-top: 0;
        line-height: 20px;
        text-align: center;
    }
    .Bottom001908 footer span {
        padding-bottom: 10px;
    }
    .Bottom001908 dl {
        display: none;
    }
    .Bottom001908 .contact {
        float: none;
        width: auto;
        text-align: center;
    }
    .Bottom001908 .contact ul {
        text-align: center;
        padding: 0 29%;
    }
}


/*
 .Floor002529
 */

.Floor002529 {
    background: url("../images/Floor002529-bg.jpg"/*tpa=http://shhzdrilling.com/cn/images/Floor002529-bg.jpg*/
    )no-repeat center center;
    padding: 6% 0;
    text-align: center;
}

.Floor002529 h1 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding-bottom: 3%;
}

.Floor002529 h1:after {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    background-color: #bbb;
    margin-top: 30px;
    content: '';
}

.Floor002529 .ul_num {
    max-width: 900px;
    margin: 4% auto;
}

.Floor002529 .ul_num li {
    padding-bottom: 5%;
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.Floor002529 .ul_num li span {
    color: #008a10;
    font-size: 50px;
    font-family: Impact;
}

.Floor002529 .ul_num li .plus {
    font-size: 30px;
    font-family: Impact, 微软雅黑;
    color: #666;
}

.Floor002529 .ul_num li:first-child .plus {
    font-size: 22px;
}

.Floor002529 .ul_num li p {
    font-size: 18px;
    margin: 0;
}

.Floor002529 .more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: #008a10;
    color: #fff;
    margin: auto;
    border-radius: 8px
}

.Floor002529 .more a {
    color: #fff
}

@media(max-width:1024px) {
    .Floor002529 .ul_num li span {
        font-size: 40px;
    }
}

@media(max-width:640px) {
    .Floor002529 .ul_num li {
        font-size: 14px;
    }
    .Floor002529 .ul_num li span {
        font-size: 30px;
    }
    .Floor002529 .ul_num li p {
        font-size: 18px;
    }
}

@media only screen and (min-width:768px) {
    .Floor002529 h1 {
        font-size: 28px;
    }
    .Floor002529 li {
        width: 20%;
    }
}

@media only screen and (min-width:1024px) {
    .Floor002529 h1 {
        font-size: 32px;
    }
}


/*
 .Floor002199 为demo编号
 */

.Floor002199 {
    width: 100%;
    background: url("../images/Floor002199-bg.jpg"/*tpa=http://shhzdrilling.com/cn/images/Floor002199-bg.jpg*/
    )no-repeat;
    padding: 30px 0;
    background-position: center center;
    background-size: cover;
}

.Floor002199 h2 {
    font-size: 32px;
    margin: 0 0 2%;
    text-align: center;
    color: #555;
    font-weight: normal
}

.Floor002199 h2:after {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 1px;
    background-color: #999;
    margin-top: 30px;
    content: '';
}

.Floor002199 .title {
    font-size: 18px;
    text-align: center;
    color: #777;
}


/*Banner002579 */

.Banner002579 img {
    display: block;
    width: 100%;
}


/*
 .Menu002272 为demo编号
 */

.Menu002272 {}

.Menu002272 .nav-menu {
    border-bottom: 1px solid #eaeaea;
}

.Menu002272 .nav-menu ul {
    display: none;
}

.Menu002272 .current {
    padding-left: 25px;
    background: url("../images/Menu002272-icon.png"/*tpa=http://shhzdrilling.com/cn/images/Menu002272-icon.png*/
    ) no-repeat left center;
}

.Menu002272 .current a {
    font-size: 15px;
    color: #717171;
    position: relative;
    line-height: 45px;
}

.Menu002272 .current a:first-child {
    padding-left: 0;
}

.Menu002272 .current a:hover {
    color: #008a10;
}

.Menu002272 .current span {
    color: #008a10
}

@media screen and (min-width:768px) {
    .Menu002272 .nav-menu ul {
        display: block;
        float: left;
    }
    .Menu002272 .nav-menu ul li {
        float: left;
        line-height: 60px;
        margin: 0 2px;
        padding: 0 3px;
        font-size: 16px;
    }
    .Menu002272 .nav-menu ul li:first-child {
        margin-left: 0;
    }
    .Menu002272 .nav-menu ul li:hover,
    .Menu002272 .nav-menu ul li.on {
        background: #008a10;
    }
    .Menu002272 .nav-menu ul li:hover a,
    .Menu002272 .nav-menu ul li.on a {
        color: #fff;
    }
    .Menu002272 .nav-menu .location {
        float: right;
    }
    .Menu002272 .current a {
        line-height: 60px;
    }
}

@media screen and (min-width:1024px) {
    .Menu002272 .nav-menu ul li {
        padding: 0 15px;
        margin: 0 6px;
    }
}

@media screen and (min-width:1200px) {
    .Menu002272 .nav-menu ul li {
        line-height: 73px;
        font-weight: 500;
    }
    .Menu002272 .current a {
        line-height: 73px;
        font-weight: 500;
    }
    .Menu002272 .current span {
        font-weight: 700;
    }
}


/*
 .RighInfo002228 为demo编号
 */

.RighInfo002228 {
    padding: 3% 0;
    border-bottom: 1px solid #d9d9d9
}

.RighInfo002228 .auto {
    max-width: 1200px;
}

.RighInfo002228 .single-header {
    text-align: center;
}

.RighInfo002228 .single-header h1 {
    color: #333;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.RighInfo002228 .single-header h3 {
    color: #815122;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    position: relative;
}

.RighInfo002228 .single-header h3:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #f3eee9;
    width: 100%;
    z-index: 1;
    margin-top: 15px;
}

.RighInfo002228 .single-header h3 span {
    position: relative;
    z-index: 2;
    padding: 0 30px;
    background-color: #fff;
}

.RighInfo002228 .single-content {
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 15px;
    line-height: 26px;
    color: #555;
    padding-top: 2%;
}

.RighInfo002228 .single-content p {
    text-indent: 2em;
    margin: 0;
    padding: 10px 0;
}

.RighInfo002228 .single-content .no-textindent {
    text-indent: 0;
    text-align: center
}

.RighInfo002228 .fr {
    float: none;
}

.RighInfo002228 .col2+.col2 {
    margin-top: 10px;
}

@media(max-width:950px) {
    .RighInfo002228 .auto {
        padding: 0 2%;
    }
}

@media screen and (min-width:465px) {
    .RighInfo002228 .col2 {
        width: 48%;
    }
    .RighInfo002228 .fr {
        float: right;
    }
    .RighInfo002228 .col2+.col2 {
        margin-top: 0;
    }
}

@media screen and (min-width:768px) {
    .RighInfo002228 .single-header h1 {
        font-size: 24px;
    }
    .RighInfo002228 .single-header h3 {
        font-size: 18px;
    }
    .RighInfo002228 .single-content p {
        padding: 15px 0;
    }
    .RighInfo002228 .single-header h3:after {
        background-color: #f3eee9;
        position: absolute;
        top: 50%;
        z-index: 1;
        margin-top: 0;
    }
}

@media screen and (min-width:1024px) {
    .RighInfo002228 .single-header h1 {
        font-size: 30px;
    }
}


/*RighInfo002552 */

.RighInfo002552 {
    padding: 3% 0 4%;
    border-bottom: 1px solid #d9d9d9
}

.RighInfo002552 .title {
    text-align: center;
    font-size: 26px;
    color: #333;
    padding: 0% 0 2% 0;
}

.RighInfo002552 .title span {
    display: block;
    font-size: 14px;
    color: #bbb;
    margin-top: 5PX;
    text-transform: uppercase;
}

.RighInfo002552 .title::after {
    width: 45px;
    height: 2px;
    background: #dedede;
    display: block;
    margin: 17px auto;
    content: '';
}

.RighInfo002552 .info_2 .bg {
    text-align: center
}


/*
 .Timeline001066 为demo编号
 */

.Timeline001066 {
    color: #333;
    font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 黑体, Arial, sans-serif;
    padding: 3% 0
}

.Timeline001066 .title {
    text-align: center;
    font-size: 26px;
    color: #333;
    padding: 0% 0 2% 0;
}

.Timeline001066 .title span {
    display: block;
    font-size: 14px;
    color: #bbb;
    margin-top: 5PX;
    text-transform: uppercase;
}

.Timeline001066 .title::after {
    width: 45px;
    height: 2px;
    background: #dedede;
    display: block;
    margin: 17px auto;
    content: '';
}

.Timeline001066 ul {
    border-bottom: 1px solid #ccc;
    padding-left: 120px;
    position: relative;
}

.Timeline001066 ul:last-child {
    border-bottom: 0
}

.Timeline001066 ul li {
    border-left: 1px solid #ccc;
    padding-left: 35px;
}

.Timeline001066 ul li div {
    padding: 25px 0;
}

.Timeline001066 ul li p {
    margin: 0;
    line-height: 28px;
}

.Timeline001066 ul ol {
    position: absolute;
    left: 0;
    top: 18px;
    width: 120px;
    padding-right: 40px;
    line-height: 33px;
    text-align: right;
    font-size: 18px;
}

.Timeline001066 .year dd::before,
.Timeline001066 ul ol::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #008a10;
    top: 50%;
    margin-top: -11px;
    right: -5px;
}

.Timeline001066 .year {
    position: fixed;
    z-index: 10;
    width: 120px;
    top: 18px;
}

.Timeline001066 .year dd {
    cursor: pointer;
    font-weight: bold;
    position: relative;
    text-align: right;
    line-height: 27px;
    height: 33px;
    padding-right: 40px;
    font-size: 18px;
}

.Timeline001066 .year dd.gray {
    color: #999;
}

.Timeline001066 .year dd.gray::before {
    background-color: #999;
}

@media(max-width:480px) {
    .Timeline001066 ul {
        padding-left: 90px;
    }
    .Timeline001066 ul ol {
        width: 90px;
    }
    .Timeline001066 ul li {
        padding-left: 20px;
    }
    .Timeline001066 .year {
        width: 90px;
    }
    .Timeline001066 ul ol,
    .Timeline001066 .year dd {
        padding-right: 20px;
    }
}


/*
 .PicList002239 为demo编号
 */

.PicList002239 {
    padding: 3% 0 0;
}

.PicList002239.last {
    padding-bottom: 3%
}

.PicList002239 .title {
    text-align: center;
    font-size: 28px;
    color: #333;
    padding: 0% 0 4% 0;
}

.PicList002239 .title span {
    display: block;
    font-size: 14px;
    color: #bbb;
    margin-top: 5PX;
    text-transform: uppercase;
}

.PicList002239 .title::after {
    width: 45px;
    height: 2px;
    background: #dedede;
    display: block;
    margin: 17px auto;
    content: '';
}

.PicList002239 li {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 3%;
    float: left;
}

@media(min-width:769px) {
    .PicList002239 li {
        margin-right: 5%;
        width: 30%;
    }
    .PicList002239 li:nth-child(3n) {
        margin-right: 0;
    }
}

.PicList002239 li .Ispic {
    padding-bottom: 68%;
    background-size: contain;
}

.PicList002239 li dl {
    position: relative;
    margin: 20px 10px 10px;
    line-height: 50px;
    text-align: center
}

.PicList002239 li dt {
    font-size: 17px;
    color: #008a10;
}

@media(max-width:768px) {
    .PicList002239 li {
        width: 48%;
        margin-right: 4%;
    }
    .PicList002239 li:nth-child(2n) {
        margin-right: 0;
    }
}


/*
 .Page002274 为demo编号
 */

.Page002274 {
    text-align: center;
    padding: 1% 0 60px;
    color: #666666;
}

.Page002274 * {
    vertical-align: middle;
}

.Page002274 .Pages .p_cur,
.Page002274 .Pages .p_count,
.Page002274 .Pages .p_total {
    display: none;
}

.Page002274 .Pages a {
    display: inline-block;
    padding: 0 15px;
    line-height: 37px;
    background-color: #eef0f1;
    color: #666666;
    margin-left: 5px;
}

.Page002274 .Pages a:hover,
.Page002274 .Pages a.a_cur {
    color: #fff;
    background-color: #008a10;
}

.Page002274 .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}

.Page002274 .Pages .i_text {
    width: 47px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ceced5;
}

.Page002274 .Pages .i_button {
    cursor: pointer;
    background: none;
    width: 47px;
    height: 36px;
    border: 1px solid #ceced5;
}

.Page002274 .Pages .p_jump b {
    font-weight: normal;
    margin: 0 5px;
}

.Page002274 .Pages .a_prev,
.Page002274 .Pages .a_next {
    font-family: 宋体;
    font-weight: bold;
    padding: 0 25px;
}

.Page002274 .Pages a.a_first {
    display: none;
}

.Page002274 .Pages a.a_end {
    display: none;
}

.Page002274 .Pages .p_jump {
    display: none;
}

@media(max-width:1000px) {
    .Page002274 .Pages em {
        display: none;
    }
}

@media(max-width:640px) {
    .Page002274 .Pages a.a_first,
    .Page002274 .Pages a.a_end {
        display: none;
    }
    .Page002274 .Pages a {
        padding: 0 10px;
    }
}


/*PicList002171 */

.PicList002171 {
    padding-top: 3%;
}

.PicList002171 li {
    float: left;
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.PicList002171 li a {
    border: 1px solid #e8e8e8;
    position: relative;
    display: block;
}

.PicList002171 li img {
    display: block;
    width: 100%;
    max-height: 120px
}

.PicList002171 li a figure {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 138, 16, 0.95);
    opacity: 0;
    transition: 0.3s;
}

.PicList002171 li a:hover figure {
    opacity: 1;
}

.PicList002171 li dl {
    display: table;
    width: 100%;
    height: 100%;
}

.PicList002171 li dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

@media(min-width:769px) {
    .PicList002171 li:nth-child(4n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .PicList002171 li {
        width: 32%;
        margin-right: 2%;
    }
}

@media(max-width:768px) and (min-width:481px) {
    .PicList002171 li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList002171 li {
        width: 49%;
    }
    .PicList002171 li:nth-child(2n) {
        margin-right: 0;
    }
    .PicList002171 li dt {
        font-size: 15px;
    }
}


/*
 .Menu002252 为demo编号
 */

.Menu002252 {
    padding: 2% 0;
    text-align: center;
    overflow: hidden;
}

.Menu002252 a {
    display: block;
    background: #e9e9e9;
    padding: 10px;
    margin-bottom: 1px;
    font-size: 17px;
}

.Menu002252 a.aon,
.Menu002252 a:hover {
    color: #fff;
    background-color: #008a10;
}

@media(min-width:768px) {
    .Menu002252 {
        padding: 25px 0 10px;
    }
    .Menu002252 a {
        display: inline-block;
        line-height: 30px;
        padding: 0 15px;
        min-width: 115px;
        border-radius: 10px;
        overflow: hidden;
        margin: 0 7px 1px;
    }
}

@media(min-width:1024px) {
    .Menu002252 {
        padding: 3% 0 2%;
    }
    .Menu002252 a {
        display: inline-block;
        line-height: 36px;
        padding: 0 20px;
        background: #e9e9e9;
        min-width: 130px;
        border-radius: 16px;
    }
}


/*
 .PicList001727 为demo编号
 */

.PicList001727 .list li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #f3f3f3;
}

.PicList001727 .list li:nth-child(4n) {
    margin-right: 0;
}

.PicList001727 .list li a {
    display: block;
    transition: background 0.3s;
}

.PicList001727 .list li a:hover {
    background-color: #008a10;
    color: #fff;
}

.PicList001727 .list li img {
    display: none;
}

.PicList001727 .list li figure {
    padding-bottom: 66%;
}

.PicList001727 .list li h1 {
    position: relative;
    margin: 0;
    font-weight: normal;
    font-size: 17px;
    padding: 30px 4% 20px;
}

.PicList001727 .list li h1 i {
    position: absolute;
    left: 4%;
    top: 20px;
    background-color: #008a10;
    height: 2px;
    width: 25px;
}

.PicList001727 .list li a:hover h1 i {
    background-color: #fff;
}

@media(max-width:768px) and (min-width:481px) {
    .PicList001727 .list li {
        width: 32%;
    }
    .PicList001727 .list li:nth-child(4n) {
        margin-right: 2%;
    }
    .PicList001727 .list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:480px) {
    .PicList001727 .list li {
        width: 49%;
    }
    .PicList001727 .list li:nth-child(2n) {
        margin-right: 0;
    }
}


/*
 .RighInfo002450 为demo编号
 */

.RighInfo002450 {
    padding: 3% 0 4%;
}

.RighInfo002450 .auto {
    position: relative;
}

.RighInfo002450 .more {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 4%
}

.RighInfo002450 .more a {
    padding: 1% 3%;
    color: #555;
    line-height: 40px;
    background: #f1f1f1
}

.RighInfo002450 .more a:hover {
    color: #fff;
    background: #008a10
}

@media only screen and (max-width: 1200px) {
    .RighInfo002450 .auto {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.RighInfo002450 .wrap-container .tit {
    color: #1a1002;
    font-size: 22px;
    margin: 0 0 5%;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3%
}

@media only screen and (min-width:1201px) {
    .RighInfo002450 .wrap-container .tit {
        font-size: 28px;
    }
}

@media only screen and (max-width:767px) {
    .RighInfo002450 .wrap-container .tit {
        text-align: center;
        font-size: 20px;
    }
}

.RighInfo002450 .wrap-container .img {
    margin: 0 auto;
    display: block;
}

.RighInfo002450 .wrap-container .word {
    color: #1a1002;
    font-size: 15px;
    line-height: 28px;
    margin-top: 3%;
}

@media only screen and (min-width:767px) {
    .RighInfo002450 .wrap-container .img {
        float: right;
        margin: 0 0 2% 5%;
    }
    .RighInfo002450 .wrap-container .word {
        margin-top: 0;
    }
}

.RighInfo001758 {
    padding: 2% 0 4%
}

.RighInfo001758 p {
    font-size: 15px;
    text-indent: 25px;
    line-height: 30px
}

.RighInfo001758 img {
    margin-top: 20px
}


/*
 .PicList001302 为demo编号
 */

.PicList001302 {
    padding-top: 0%;
}

.PicList001302 li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    position: relative;
}

.PicList001302 li:nth-child(4n) {
    margin-right: 0;
}

.PicList001302 li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    border: 1px solid transparent;
    z-index: 10;
}

.PicList001302 li:hover a {
    border-color: #008a10;
}

.PicList001302 li figure {
    position: relative;
}

.PicList001302 li figure div {
    padding-bottom: 69%;
    background-size: contain;
}

.PicList001302 li figure dl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/PicList001302-search.png"/*tpa=http://shhzdrilling.com/cn/images/PicList001302-search.png*/
    ) no-repeat center 20% rgba(0, 138, 16, 0.9)/auto 20%;
    opacity: 0;
    transition: 0.3s;
}

.PicList001302 li figure dl span {
    position: absolute;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    top: 70%;
    transition: 0.3s;
    font-size: 16px;
}

.PicList001302 li figure dl span::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    margin-left: -8px;
    bottom: -10px;
}

.PicList001302 li:hover figure dl {
    background-position: center 35%;
    opacity: 1;
}

.PicList001302 li:hover figure dl span {
    top: 60%;
}

.PicList001302 li p {
    margin: 10px 0;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

@media(max-width:480px) {
    .PicList001302 li {
        width: 49%;
    }
    .PicList001302 li:nth-child(3n) {
        margin-right: 2%;
    }
    .PicList001302 li:nth-child(2n) {
        margin-right: 0;
    }
}


/*RighInfo001848 */

.RighInfo001848 {
    padding: 3% 0;
}

.RighInfo001848 .title {
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 40px
}

.RighInfo001848 .title span {
    display: inline-block;
    font-size: 28px;
    color: #333;
    line-height: 34px;
    padding: 0 10px;
    vertical-align: middle;
}

.RighInfo001848 p {
    line-height: 26px;
    font-size: 16px;
}

.RighInfo001848 .b {
    font-size: 16px;
    color: #333
}

.RighInfo001848 .more {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 4%
}

.RighInfo001848 .more a {
    padding: 1% 3%;
    color: #555;
    line-height: 40px;
    background: #f1f1f1
}

.RighInfo001848 .more a:hover {
    color: #fff;
    background: #008a10
}

.RighInfo001848 .info {
    padding: 3% 0;
}

@media (max-width:768px) {
    .RighInfo001848 .title {
        padding-bottom: 16px
    }
}

@media(max-width:480px) {
    .RighInfo001848 .title span {
        font-size: 18px;
    }
}


/*
 TextList000858 为demo编号
 */

.TextList000858 {
    padding: 3% 0
}

.TextList000858 ul {
    overflow: hidden;
}

.TextList000858 ul li {}

.TextList000858 ul li span,
.TextList000858 ul ol span {
    width: 25%;
    float: left;
    position: relative;
    font-weight: bolder;
    background: #008a10;
    margin-bottom: 5px;
    line-height: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.TextList000858 ul li span {
    background: #e5e5e5;
    color: #333;
    font-weight: normal;
}

.TextList000858 ul ol span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 45px;
    background: #fff;
}

.TextList000858 ul li span:first-child {
    padding-left: 0;
    width: 25%;
}

.TextList000858 ul li span em {
    font-style: normal;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    left: 10%;
    top: 15px;
    background: #008a10;
    display: block;
    font-size: 18px;
}

.TextList000858 ul li dl {
    display: none;
    position: relative;
    padding: 20px 168px 20px 28px;
}

.TextList000858 ul li dl a {
    line-height: 31px;
    text-align: center;
    color: #008a10;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
}

.TextList000858 ul li dl dt {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    height: 30px;
    line-height: 30px;
}

.TextList000858 ul li dl dd {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

@media (max-width:768px) {
    .TextList000858 ul li dl a {
        position: static;
        display: block;
        margin-top: 15px;
    }
    .TextList000858 ul li dl {
        padding: 12px
    }
}

@media (max-width:480px) {
    .TextList000858 ul li span {
        font-size: 12px;
    }
    .TextList000858 ul li span:first-child {
        padding-left: 2%;
        width: 25%;
    }
    .TextList000858 ul li span em {
        left: 5%;
    }
}

@media (max-width:320px) {
    .TextList000858 ul li span em {
        left: 2%;
    }
}


/*
 .Map002364 为demo编号
 */

.Map002364 {}

.Map002364 {
    padding: 3% 0;
}

.Map002364 .columnName {
    font-size: 32px;
    font-family: '微软雅黑';
    color: #333;
    margin: 0;
    padding-bottom: 2%;
    text-align: center;
}

.Map002364 .columnName:after {
    display: block;
    margin: 0 auto;
    width: 68px;
    height: 1px;
    background-color: #bbb;
    margin-top: 16px;
    content: '';
}

.Map002364 dd {
    margin-bottom: 2%;
    position: relative;
}

.Map002364 dd:last-child {
    margin-bottom: 0;
}

.Map002364 .map {
    float: left;
    width: 50%;
}

.Map002364 dl {
    float: right;
    width: 40%;
}

.Map002364 .map img {
    width: 100%;
}

.Map002364 dd figure {
    margin-bottom: 40px
}

.Map002364 dd ul {
    padding-bottom: 3%;
}

.Map002364 dd li {
    line-height: 24px;
    padding: 15px 0;
    padding-left: 60px;
    border-bottom: 1px dashed #dbdbdb;
    background: url("../images/Map002364-icon_name.png"/*tpa=http://shhzdrilling.com/cn/images/Map002364-icon_name.png*/
    ) no-repeat center left 10px;
    font-size: 14px;
    color: #767676;
    background-color: #f9f9f9;
}

.Map002364 dd li:nth-child(1) {
    font-size: 22px;
    color: #222
}

.Map002364 dd li:nth-child(2) {
    background-image: url("../images/Map002364-icon_add.png"/*tpa=http://shhzdrilling.com/cn/images/Map002364-icon_add.png*/
    );
}

.Map002364 dd li:nth-child(3) {
    background-image: url("../images/Map002364-icon_tel.png"/*tpa=http://shhzdrilling.com/cn/images/Map002364-icon_tel.png*/
    );
}

.Map002364 dd li:nth-child(4) {
    background-image: url("../images/Map002364-icon_fax.png"/*tpa=http://shhzdrilling.com/cn/images/Map002364-icon_fax.png*/
    );
}

@media(max-width:640px) {
    .Map002364 .map {
        float: left;
        width: 100%;
    }
    .Map002364 dl {
        float: left;
        width: 100%;
    }
    .Map002364 dd {
        padding: 3%;
    }
    .Map002364 .map {
        position: relative !important;
    }
    .Map002364 .map img {
        width: 100%;
        display: block
    }
    .Map002364 dd figure {
        padding: 0;
    }
}

@media(max-width:480px) {
    .Map002364 dd figure h1 {
        font-size: 20px;
    }
}


/*
 .PicList001200 为demo编号
 */

.PicList001200 {
    padding-top: 3%
}

.PicList001200 li {
    padding: 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 2%;
}

.PicList001200 li a {
    display: block;
    position: relative;
    padding-left: 30%;
    padding-right: 15%;
}

.PicList001200 li a::after {
    position: absolute;
    content: '';
    width: 33px;
    height: 33px;
    background: url("../images/PicList001200-more.png"/*tpa=http://shhzdrilling.com/cn/images/PicList001200-more.png*/
    ) no-repeat left top;
    right: 5%;
    top: 50%;
    margin-top: -16px;
}

.PicList001200 li figure {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 27%;
}

.PicList001200 li div {
    position: relative;
    padding-right: 5%;
    padding-bottom: 13%;
}

.PicList001200 li div::before,
.PicList001200 li div::after {
    position: absolute;
    content: '';
}

.PicList001200 li div::before {
    width: 1px;
    height: 70%;
    top: 15%;
    background-color: #ebebeb;
    right: 0;
}

.PicList001200 li div::after {
    width: 7%;
    height: 1px;
    background-color: #008a10;
    bottom: 10%;
    left: -9%;
    z-index: 2;
}

.PicList001200 li h3 {
    margin: 0;
    font-size: 17px;
    padding: 3% 0 0 0;
    font-weight: normal;
    color: #333;
}

.PicList001200 li p {
    margin: 3% 0 0 0;
    color: #969696;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    font-size: 14px;
}

.PicList001200 li time {
    position: absolute;
    left: 0;
    bottom: 5%;
    color: #969696;
}

.PicList001200 li:hover {
    border-color: #008a10;
    box-shadow: 0 5px 5px #eee;
}

.PicList001200 li:hover a::after {
    background-position: left bottom;
}

@media(max-width:640px) {
    .PicList001200 li p {
        line-height: 22px;
        height: 44px;
    }
    .PicList001200 li time {
        font-size: 12px;
    }
}

@media(max-width:480px) {
    .PicList001200 li div::before,
    .PicList001200 li a::after {
        display: none;
    }
    .PicList001200 li div,
    .PicList001200 li a {
        padding-right: 0;
    }
    .PicList001200 li a {
        padding-left: 40%;
    }
    .PicList001200 li figure {
        width: 37%;
    }
}


/*TextList002148 */

.TextList002148 {
    padding-top: 3%;
}

.TextList002148 li {
    overflow: hidden;
    padding-left: 170px;
    padding-right: 48px;
    position: relative;
    margin-bottom: 2%;
}

.TextList002148 li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    background: url("../images/TextList002148-more.gif"/*tpa=http://shhzdrilling.com/cn/images/TextList002148-more.gif*/
    ) no-repeat center center #f0f0f0;
    transition: 0.2s;
}

.TextList002148 li:hover::after {
    background-color: #999;
}

.TextList002148 li div {
    border-left: 1px solid #e9e9e9;
    background-color: #f8f8f8;
    padding: 2% 3%;
}

.TextList002148 li time {
    position: absolute;
    left: 0;
    top: 0;
    width: 155px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e9e9e9;
}

.TextList002148 li time:after {
    position: absolute;
    content: '';
    background: url("../images/TextList002148-time.gif"/*tpa=http://shhzdrilling.com/cn/images/TextList002148-time.gif*/
    ) no-repeat;
    width: 11px;
    height: 19px;
    top: 50%;
    right: -11px;
    margin-top: -9px;
}

.TextList002148 li time span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b2b2b2;
    font-size: 16px;
}

.TextList002148 li time i {
    font-style: normal;
    font-size: 50px;
    color: #999;
    display: block;
    font-family: "Courier New", Courier, monospace;
    line-height: 40px;
}

.TextList002148 li time i:after {
    display: block;
    content: '';
    margin: 5px auto;
    height: 1px;
    width: 66px;
    background: #dfdfdf;
}

.TextList002148 li h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.TextList002148 li h3:hover {
    color: #008a10
}

.TextList002148 li p {
    line-height: 26px;
    overflow: hidden;
    color: #999;
    height: 52px;
    margin: 2% 0 0 0;
}

@media(max-width:1000px) {
    .TextList002148 li {
        padding-left: 120px;
        padding-right: 30px;
    }
    .TextList002148 li:after {
        width: 30px;
        background-size: 35% auto;
    }
    .TextList002148 li time {
        width: 105px;
    }
    .TextList002148 li time span {
        font-size: 14px;
    }
    .TextList002148 li time i {
        font-size: 40px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .TextList002148 li h3 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .TextList002148 li {
        padding-left: 100px;
        padding-right: 0;
    }
    .TextList002148 li:after {
        display: none;
    }
    .TextList002148 li time {
        width: 85px;
    }
    .TextList002148 li time span {
        font-size: 12px;
    }
    .TextList002148 li time i {
        font-size: 30px;
    }
    .TextList002148 li h3 {
        font-size: 14px;
    }
    .TextList002148 li p {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        height: 40px;
    }
}


/*
 .Menu001724 为demo编号
 */

.Menu001724 {
    padding: 38px 0;
    text-align: center;
    overflow: hidden;
}

.Menu001724 a {
    display: inline-block;
    line-height: 60px;
    font-size: 17px;
    padding: 0 20px 0 70px;
    min-width: 160px;
    border-radius: 36px;
    overflow: hidden;
    margin: 0 7px 1px;
    position: relative
}

.Menu001724 img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 40%;
    max-width: 60px;
}

.Menu001724 .hover {
    display: none
}

.Menu001724 a.aon,
.Menu001724 a:hover {
    color: #008a10;
}

.Menu001724 a.aon .off,
.Menu001724 a:hover .off {
    display: none
}

.Menu001724 a.aon .hover,
.Menu001724 a:hover .hover {
    display: block
}

@media(max-width:1024px) {
    .Menu001724 {
        padding: 10px 0;
    }
}

@media(max-width:640px) {
    .Menu001724 a {
        float: left;
        width: 31%;
        margin-right: 0%;
        padding: 0 0 0 46px;
        margin-bottom: 2%;
        min-width: inherit;
    }
    .Menu001724 img {
        margin-right: 0px
    }
    .Menu001724 a:nth-child(3n) {
        margin-right: 0;
    }
}


/*
 .RighInfo0022281 为demo编号
 */

.RighInfo0022281 {
    padding: 3% 0;
}

.RighInfo0022281 .auto {
    max-width: 1000px;
}

.RighInfo0022281 .single-header {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.RighInfo0022281 .single-header h1 {
    color: #333;
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

.RighInfo0022281 .single-header h3 {
    color: #815122;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    position: relative;
}

.RighInfo0022281 .single-header h3:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #f3eee9;
    width: 100%;
    z-index: 1;
    margin-top: 15px;
}

.RighInfo0022281 .single-header h3 span {
    position: relative;
    z-index: 2;
    padding: 0 30px;
    background-color: #fff;
}

.RighInfo0022281 .single-content {
    text-justify: inter-ideograph;
    text-align: justify;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
    color: #666;
    padding-top: 2%;
}

.RighInfo0022281 .single-content p {
    text-indent: 2em;
    margin: 0;
    padding: 10px 0;
}

.RighInfo0022281 .single-content .no-textindent {
    text-indent: 0;
}

.RighInfo0022281 .fr {
    float: none;
}

.RighInfo0022281 .col2+.col2 {
    margin-top: 10px;
}

.RighInfo0022281 .more {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 4%
}

.RighInfo0022281 .more a {
    padding: 1% 3%;
    color: #555;
    line-height: 40px;
    background: #f1f1f1
}

.RighInfo0022281 .more a:hover {
    color: #fff;
    background: #008a10
}

@media(max-width:950px) {
    .RighInfo0022281 .auto {
        padding: 0 2%;
    }
}

@media screen and (min-width:465px) {
    .RighInfo0022281 .col2 {
        width: 48%;
    }
    .RighInfo0022281 .fr {
        float: right;
    }
    .RighInfo0022281 .col2+.col2 {
        margin-top: 0;
    }
}

@media screen and (min-width:768px) {
    .RighInfo0022281 .single-header h1 {
        font-size: 24px;
    }
    .RighInfo0022281 .single-header h3 {
        font-size: 18px;
    }
    .RighInfo0022281 .single-content p {
        padding: 15px 0;
    }
    .RighInfo0022281 .single-header h3:after {
        background-color: #f3eee9;
        position: absolute;
        top: 50%;
        z-index: 1;
        margin-top: 0;
    }
}

@media screen and (min-width:1024px) {
    .RighInfo0022281 .single-header h1 {
        font-size: 30px;
    }
}


/*
.TextList002322
*/

.TextList002322 {
    padding: 2% 0;
}

.TextList002322 .list li {
    position: relative;
    padding: 10px 100px 10px 0;
    line-height: 22px;
}

.TextList002322 .list li * {
    color: #999;
}

.TextList002322 .list li time {
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
}

.TextList002322 .list li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 15px;
}

.TextList002322 .list li a:before {
    display: table;
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
}

.TextList002322 .list li a:hover {
    color: #008a10;
}

@media only screen and (max-width:767px) {
    .TextList002322 {
        padding: 20px 3%;
    }
}


/*Banner002167 */

.Banner002167 {
    position: relative;
    z-index: 1;
}

.Banner002167 div {
    height: 250px;
    background-position: center top;
    background-repeat: no-repeat;
}

.Banner002167 img {
    display: none;
}

@media(max-width:1000px) {
    .Banner002167 div {
        display: none;
    }
    .Banner002167 img {
        display: block;
        width: 100%;
    }
}

.ul_sitemap li {
    padding-bottom: 0;
    line-height: 40px;
}

.ul_sitemap {
    padding-bottom: 10%;
}

.ul_sitemap li {
    border-bottom: dotted 1px #ddd;
    padding: 5px 0px;
    color: #fff;
    padding-bottom: 0;
}

.ul_sitemap li strong {
    width: 90px;
    display: inline-block;
    color: #fff;
}

.ul_sitemap a:hover {
    color: #000;
}

.ul_sitemap li a {
    color: #333;
}