﻿@charset "utf-8";

/* General styles for all menus */

.cbp-spmenu {
    background: #29b276;
    border-left: 1px solid #fff;
    position: fixed;
    z-index: 99999;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}

.cbp-spmenu a:hover {
    background: #0cd27b;
}

.cbp-spmenu a:active {
    background: #0cd27b;
    color: #fff;
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 99999;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #fff;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 99999;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}


/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#show_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none;
}

.bg_333 {
    background: #333;
}

.bg_e5e4e4 {
    background: #e5e4e4;
}

htm {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Microsoft YaHei';
}

dl {
    padding: 0px;
    margin: 0px;
}

dt {
    padding: 0px;
    margin: 0px;
}

dd {
    padding: 0px;
    margin: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

ol {
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
    margin: 0px;
    line-height: 25px;
}

li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

form {
    padding: 0px;
    margin: 0px;
}

fieldset {
    padding: 0px;
    margin: 0px;
}

blockquote {
    padding: 0px;
    margin: 0px;
}

fieldset {
    padding: 0px;
    margin: 0px;
}

select {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

label {
    padding: 0px;
    margin: 0px;
}

textarea {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

img {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.clear {
    clear: both;
    height: 0px;
}

.top_bor {
    border-top: #e5e5e5 solid 1px;
}

.bot_bor {
    border-bottom: #000 solid 1px;
}

.bg_color {
    background: #fff;
}

input::-webkit-input-placeholder {
    color: #999;
}

.input {
    width: 100%;
    display: block;
    padding: 10px 5px;
    background: none;
    border: #e5e5e5 solid 1px;
    -webkit-box-sizing: border-box;
    color: #999;
    font-size: 14px;
    outline: none;
}

.select {
    width: 100%;
    color: #606366;
    padding: 11px 25px 11px 5px;
    -webkit-appearance: none;
    border-radius: 3px;
    background: url(../images/down.png) no-repeat right;
    background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -ms-background-size: 15px 15px;
    -webkit-box-sizing: border-box;
}

.button {
    width: 100%;
    display: block;
    padding: 0px 5px;
    border: #e5e5e5 solid 1px;
    background: no-repeat;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.textarea {
    width: 100%;
    display: block;
    padding: 10px 5px;
    background: none;
    border: #e5e5e5 solid 1px;
    -webkit-box-sizing: border-box;
    color: #999;
    font-size: 14px;
    outline: none;
}

.show_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none;
}

.space-10 {
    width: 100%;
    height: 10px;
    clear: both;
}

.space-20 {
    width: 100%;
    height: 20px;
    clear: both;
}

.space-30 {
    width: 100%;
    height: 30px;
    clear: both;
}

.space-40 {
    width: 100%;
    height: 40px;
    clear: both;
}

.space-50 {
    width: 100%;
    height: 50px;
    clear: both;
}

.radius5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.radius10 {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.radius15 {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.radius20 {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.radius50 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}


/* 链接颜色 */

a {
    color: #fff;
}

a:link {
    color: #fff;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* 网站顶部 */

.header {
    height: 205px;
}

.header .top {
    height: 35px;
    font-size: 12px;
    background: #eee;
}

.header .top p {
    height: 35px;
    line-height: 35px;
    color: #323232;
    display: block;
    float: left;
}

.header .top .f_right {
    float: right;
}

.header .top .f_right span {
    height: 35px;
    line-height: 35px;
    color: #323232;
    display: block;
    padding: 0px 10px;
    float: left;
}

.header .top .f_right a {
    height: 35px;
    line-height: 35px;
    color: #323232;
    display: block;
    float: left;
}

.header .logo {
    height: 100px;
    overflow: hidden;
    padding: 5px 0px;
    float: left;
}

.header .logo a {
    height: 90px;
    display: block;
}

.header .logo a img {
    height: 90px;
}

.header .telbox {
    height: 100px;
    padding: 15px 0px;
    float: right;
}

.header .telbox img {
    height: 70px;
}

.header .code {
    height: 100px;
    padding: 5px 0px;
    float: right;
}

.header .code img {
    height: 90px;
}

.header .navbox {
    height: 50px;
    background: #323232;
}

.header nav {
    height: 50px;
    display: block;
    position: relative;
    float: left;
}

.header nav li {
    width: 90px;
    height: 50px;
    display: block;
    position: relative;
    float: left;
}

.header nav li a.link {
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
}

.header nav li.hover a.link {
    background: #000;
    color: #fff;
}

.header nav li:hover a.link {
    background: #000;
    color: #fff;
}

.header nav li .ul {
    width: 90px;
    height: auto;
    overflow: hidden;
    background: #323232;
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 9999;
}

.header nav li .ul a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
    text-align: center;
}

.header nav li .ul a:hover {
    background: #000;
}

.header .navbox .onclick {
    width: 150px;
    height: 50px;
    position: relative;
    float: right;
}

.header .navbox .onclick span {
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: block;
    padding-left: 10px;
    cursor: pointer;
    background: url(../images/onclick.png) no-repeat top right;
    animation: moveMap 600ms ease-in-out;
    -webkit-animation: moveMap 600ms ease-in-out;
}

.header .navbox .onclick .ulbox {
    width: 150px;
    height: auto;
    overflow: hidden;
    background: #323232;
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 9999;
    display: none;
}

.header .navbox .onclick .ulbox a {
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
    padding-left: 10px;
}

.header .navbox .onclick .ulbox a:hover {
    background: #000;
}

.header .navbox .onclick.hover span {
    background-color: #000;
}

.header .navbox .onclick:hover span {
    background-color: #000;
}

.m_head {
    height: 50px;
    padding: 5px 10px;
    background: #fff;
}

.m_head .logo {
    height: 40px;
}

.m_head .logo a {
    height: 40px;
    display: block;
    float: left;
}

.m_head .logo img {
    height: 40px;
}

.m_head .menu_btn {
    width: 40px;
    height: 40px;
    display: block;
    padding: 5px 10px;
    float: right;
}

.m_head .menu_btn span {
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/menu.png) no-repeat center center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
}


/* 网站底部 */

.foot {
    height: auto;
    overflow: hidden;
    color: #c3c3c3;
}

.foot .topp {
    height: auto;
    overflow: hidden;
    padding: 30px 0px;
    background: #323232;
}

.foot .footdiv {
    height: auto;
    overflow: hidden;
}

.foot .footdiv div {
    height: auto;
    overflow: hidden;
}

.foot .footdiv div a {
    height: 50px;
    line-height: 50px;
    color: #e5e5e5;
    display: block;
    border-bottom: #fff solid 1px;
    float: left;
}

.foot .footdiv div a:hover {
    color: #29b276;
}

.foot .navli {
    height: auto;
    overflow: hidden;
    display: block;
    padding-top: 15px;
    clear: both;
}

.foot .navli a {
    height: 25px;
    line-height: 25px;
    color: #e5e5e5;
    font-size: 12px;
    display: block;
    font-size: 12px;
}

.foot .navli a:hover {
    color: #29b276;
}

.foot .code {
    width: 240px;
    height: auto;
    overflow: hidden;
    padding: 0px 10px;
}

.foot .code img {
    width: 100px;
    height: 100px;
    display: block;
}

.foot .code span {
    height: 40px;
    line-height: 30px;
    color: #e5e5e5;
    font-size: 20px;
    display: block;
}

.foot .bott {
    height: auto;
    overflow: hidden;
    padding: 10px 0px;
    background: #252525;
}

.foot .bott span,
.foot .bott a {
    height: 20px;
    line-height: 20px;
    color: #e5e5e5;
    font-size: 12px;
    overflow: hidden;
    padding: 0px 10px;
}


/* 首页轮播图 */

.slides {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slides a {
    width: 15px;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
}

.slides a img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
}

.slidesjs-pagination {
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -500px;
    z-index: 998;
    display: flex;
    justify-content: center;
}

.slidesjs-pagination li {
    height: 15px;
    line-height: 15px;
    width: 15px;
    float: left;
    padding: 0 10px;
}

.slidesjs-pagination li a {
    font-size: 12px;
    text-align: center;
    color: #f7f7f7;
    background: #f7f7f7;
    display: block;
    border-radius: 50%;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background: #29b276;
    color: #29b276;
}

.slidesjs-pagination li a:hover {
    background: #29b276;
    color: #29b276;
}

.slidesjs-navigation {
    display: none;
}

.slidesjs-navigation .slidesjs-previous {
    width: 35px;
    height: 100px;
    line-height: 100px;
    font-size: 36px;
    margin-top: -50px;
    padding-left: 0px;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 999;
}

.slidesjs-navigation .slidesjs-previous:hover {
    background: rgba(0, 0, 0, 0.3);
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.slidesjs-navigation .slidesjs-next {
    width: 35px;
    height: 100px;
    line-height: 100px;
    font-size: 36px;
    margin-top: -50px;
    padding-left: 10px;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 999;
}

.slidesjs-navigation .slidesjs-next:hover {
    background: rgba(0, 0, 0, 0.3);
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.slides:hover .slidesjs-navigation {
    display: block;
}


/* 首页 */

.f_title {
    height: auto;
    overflow: hidden;
}

.f_title h3 span {
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    display: block;
    padding: 0px;
    margin: 0px;
}

.f_title h3 span.line {
    width: 30px;
    height: 2px;
    background: #333;
    margin: 0px auto;
}

.service {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: url(../images/title.png) center center no-repeat;
    display: block;
}

.service small {
    font-size: 8px;
}

.about {
    height: auto;
    overflow: hidden;
    text-align: center;
}

.about span {
    font-size: 24px;
    color: #323232;
    font-weight: bold;
    display: block;
}

.about font {
    font-size: 12px;
    color: #323232;
    display: block;
    font-family: Arial;
}

.about p {
    font-size: 14px;
    color: #323232;
}

.title {
    height: auto;
    overflow: hidden;
    text-align: center;
}

.title span {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.title .line {
    width: 15px;
    height: 2px;
    background: #000;
    margin: 5px auto;
}

.title font {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #000;
}

.title2 {
    height: auto;
    overflow: hidden;
    text-align: center;
}

.title2 span {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.title2 .line {
    width: 15px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
}

.title2 font {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}

.title3 {
    width: 240px;
    height: 120px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -120px;
}

.title3 span {
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.title3 .line {
    width: 15px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
}

.title3 font {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
}

.title-c {
    height: auto;
    overflow: hidden;
    display: inline-block;
}

.title-c a {
    width: 100px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    display: block;
    background: #000;
    margin: 0px 5px 10px;
    float: left;
}

.title-c a:hover {
    background: #29b276;
}

.news {
    height: auto;
    overflow: hidden;
    background: #f6f5f5;
}

.news .newsbox {
    height: auto;
    overflow: hidden;
}

.news .newsbox a {
    height: auto;
    overflow: hidden;
    display: block;
    border: #f6f5f5 solid 2px;
}

.news .newsbox img {
    width: 100%;
}

.news .newsbox .intro {
    height: auto;
    overflow: hidden;
    padding: 15px 20px;
    background: #fff;
}

.news .newsbox .intro span {
    height: 66px;
    line-height: 22px;
    color: #666;
    display: block;
    overflow: hidden;
}

.news .newsbox a:hover {
    border: #29b276 solid 2px;
}

.items {
    width: 50%;
    height: auto;
    overflow: hidden;
    position: relative;
    float: left;
}

.items img {
    width: 100%;
}

.items a {
    width: 70%;
    height: 70%;
    display: block;
    border: #fff solid 1px;
    padding: 10px;
    position: absolute;
    top: 15%;
    left: 15%;
    display: none;
}

.items a .bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px;
}

.items a .bg span {
    height: 40px;
    line-height: 40px;
    color: #29b276;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.items a .bg font {
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #29b276;
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 0px auto;
    background: url(../images/more.png) right center no-repeat;
}

.items a .bg p {
    line-height: 22px;
    color: #323232;
}

.items:hover a {
    display: block;
}

.its {
    height: auto;
    overflow: hidden;
    position: relative;
}

.its a {
    height: auto;
    overflow: hidden;
    display: block;
}

.its a img {
    width: 100%;
}

.its span {
    height: 35px;
    line-height: 35px;
    color: #333;
    text-align: center;
    display: block;
}

.news-con {
    height: auto;
    overflow: hidden;
}

.news-con .imgbgs {
    height: 480px;
    overflow: hidden;
    background: url(../images/news-img.jpg) no-repeat center center;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -ms-background-size: auto 100%;
}

.news-con .new-box {
    height: 480px;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    background: #f9f9f9;
}

.news-con .new-box b {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    display: block;
}

.news-con .new-box .line {
    width: 30px;
    height: 2px;
    background: #333;
}

.news-con .new-box .new-list {
    height: auto;
    overflow: hidden;
}

.news-con .new-box .new-list a {
    height: auto;
    overflow: hidden;
    display: block;
}

.news-con .new-box .new-list a .n-title {
    height: 40px;
    overflow: hidden;
    display: block;
    position: relative;
}

.news-con .new-box .new-list a .n-title font {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: block;
    background: #333;
    position: absolute;
    top: 8px;
    left: 0px;
}

.news-con .new-box .new-list a .n-title span {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    display: block;
    padding-left: 30px;
}

.news-con .new-box .new-list a .n-time {
    height: 25px;
    line-height: 25px;
    color: #888;
    overflow: hidden;
    display: block;
}

.news-con .new-box .new-list a .n-intro {
    height: 44px;
    line-height: 22px;
    color: #555;
    overflow: hidden;
    display: block;
}

.news-con .new-box .new-list a:hover .n-title font {
    background: #851218;
}

.news-con .new-box .new-list a:hover .n-title span {
    color: #851218;
}

.news-con .new-box .m-btn {
    width: 60px;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    display: block;
    border-top: #333 solid 1px;
    border-bottom: #333 solid 1px;
}

.news-con .new-box .m-btn:hover {
    color: #851218;
    border-top: #851218 solid 1px;
    border-bottom: #851218 solid 1px;
}

.case {
    height: auto;
    overflow: hidden;
    background: #e8e9e8;
}

.servicebg {
    height: auto;
    overflow: hidden;
    background: #e8e9e8;
}

.newsList a:link,
.newsList a:visited {
    color: #787878;
}

.newsList a:active,
.newsList a:hover {
    color: #006766;
}

.newsList {
    height: auto;
    overflow: hidden;
}

.newsList li {
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    font-size: 14px;
    position: relative;
}

.newsList li.shown {
    overflow: inherit;
}

.newsList li.shown,
.newsList li.shown .item {
    visibility: visible;
}

.newsList li.animate .item {
    -webkit-animation: showMe 1.5s step-end forwards;
    animation: showMe 1.5s step-end forwards;
}

.newsList .item {
    border: 3px solid #e5e5e5;
    display: block;
    background-color: #fff;
    padding: 0px 11px 20px;
    color: #787878;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
}

.newsList .time {
    position: absolute;
    right: 14px;
    top: 0px;
    background: url(../images/nico.png) no-repeat scroll center top #b6a282;
    width: 90px;
    padding-top: 18px;
    height: 113px;
    display: block;
    color: #fff;
    text-align: center;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
}

.newsList .time .num {
    display: block;
    font-size: 45px;
    line-height: 1.4;
    font-family: Tahoma, arial;
    font-weight: bold;
}

.newsList .time .year {
    border-top: 1px solid #fff;
    padding-top: 4px;
    font-family: "din_b", "Comic Sans MS", Tahoma, arial;
}

.newsList .t {
    height: 52px;
    font-weight: bold;
    font-size: 18px;
    padding-right: 100px;
    overflow: hidden;
    line-height: 1.4;
    margin: 40px 0px 37px;
}

.newsList .t a {
    color: #505050;
}

.newsList .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    height: auto;
    overflow: hidden;
    background-color: #000;
}

.newsList .img img {
    width: 100%;
    display: block;
    transition: 400ms;
    -webkit-transition: 400ms;
    -ms-transition: 400ms;
}

.newsList .c {
    line-height: 1.5;
    height: 62px;
    overflow: hidden;
    margin-bottom: 28px;
}

.newsList .bot {
    position: relative;
}

.newsList .bot .typeI {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0px 6px;
    margin-right: 8%;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
}

.newsList .bot .more {
    background: url(../images/more4.png) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.newsList .item:hover {
    border-color: #851218;
}

.newsList .item:hover .time {
    background-color: #851218;
}

.newsList .item:hover .t a {
    color: #851218;
}

.newsList .item:hover .bot .typeI {
    background-color: #851218;
    color: #fff;
    border: 1px solid #851218;
}

.newsList .item:hover .bot .easeI {
    background-image: url(../images/li22.png);
}

.newsList .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    opacity: 0.8;
}

.timeI,
.easeI,
.linkI {
    padding-left: 24px;
}

.timeI {
    margin-right: 28px;
}

.easeI {
    margin-right: 14px;
}

.timeI {
    background: url(../images/li1.png) no-repeat scroll left center;
}

.easeI {
    background: url(../images/li2.png) no-repeat scroll left center;
    cursor: default;
}

.easeI:hover {
    background-image: url(../images/li22.png);
}


/* 内页 */

.table-box {
    height: auto;
    overflow: hidden;
    background: url(../images/line.jpg) center center repeat-x;
    padding: 25px 0px;
    text-align: center;
}

.table-box .table-li {
    height: auto;
    overflow: hidden;
    padding: 0px 30px;
    background: #fff;
    margin: 0px auto;
}

.table-box a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #29b276;
}

.table-box .table-li a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    overflow: hidden;
    display: block;
    text-align: center;
    margin-right: 1px;
    margin-top: 1px;
    background: #484848;
    float: left;
}

.table-box .table-li a.hover {
    background: #29b276;
}

.table-box .table-li a:hover {
    background: #29b276;
}

.newsli {
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.newsli li {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    clear: both;
    border-bottom: #999 dashed 1px;
    position: relative;
}

.newsli li i {
    width: 4px;
    height: 4px;
    background: #666;
    display: block;
    position: absolute;
    top: 18px;
    left: 0px;
}

.newsli li a {
    height: 41px;
    line-height: 42px;
    display: block;
    color: #666;
    padding-left: 15px;
    padding-right: 90px;
}

.newsli li time {
    width: 80px;
    height: 42px;
    line-height: 42px;
    color: #666;
    position: absolute;
    top: 0px;
    right: 0px;
}

.newsli li a:hover {
    color: #333;
}

.newsbox {
    height: auto;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
}

.newsbox .news-li {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    clear: both;
    border-bottom: #999 dashed 1px;
    position: relative;
}

.newsbox .news-li i {
    width: 4px;
    height: 4px;
    background: #666;
    display: block;
    position: absolute;
    top: 18px;
    left: 0px;
}

.newsbox .news-li a {
    height: 41px;
    line-height: 42px;
    display: block;
    color: #666;
    padding-left: 15px;
    padding-right: 90px;
}

.newsbox .news-li time {
    width: 80px;
    height: 42px;
    line-height: 42px;
    color: #666;
    position: absolute;
    top: 0px;
    right: 0px;
}

.newsbox .news-li a:hover {
    color: #333;
}

.newsbox {
    height: auto;
    overflow: hidden;
}

.newsbox .newsitem {
    height: auto;
    overflow: hidden;
    position: relative;
}

.newsbox .newsitem img {
    width: 100%;
    transition: 300ms;
}

.newsbox .newsitem span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.i-case {
    height: auto;
    overflow: hidden;
}

.i-case .caseitem {
    display: block;
    height: auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    max-height: 272px;
}

.i-case .caseitem img {
    transition: 300ms;
    width: 100%;
}

.i-case .caseitem .text {
    transition: all 200ms;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    margin: -40px 0 0 0;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
}

.i-case .caseitem .text>.more {
    width: 200px;
    height: 38px;
    margin: 0 auto;
    line-height: 38px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    padding: 0px;
    transition: 300ms;
    display: block;
    font-style: normal;
}

.i-case .caseitem .text a:hover {
    color: #4b4b4b;
    background: #fff;
}

.i-case .caseitem:hover .img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.i-case .caseitem:hover .text {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%;
    display: block
}

.i-case .caseitem:hover .bg {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
}

.i-news {
    height: auto;
    overflow: hidden;
}

.i-news .newsitem {
    height: auto;
    overflow: hidden;
    position: relative;
}

.i-news .newsitem img {
    width: 100%;
    transition: 300ms;
}

.i-news .newsitem span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    display: block;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.i-team {
    height: auto;
    overflow: hidden;
}

.i-team a {
    height: auto;
    overflow: hidden;
    text-align: center;
    display: block;
    position: relative;
}

.i-team a img {
    width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all .8s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.i-team a:hover img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
}

.i-team{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.i-team .service-content{
    background: #e9e9e9;
    padding: 15px 18px 15px;
}

.i-team .service-title {
    height: 40px;
    line-height: 40px;
    color: #333;
    text-align: center;
    font-size: 20px;
    display: block;
}

.i-team .service-zhaiyao{
    font-size: 12px;
    line-height: 2
}

.s_cont {
    height: auto;
    overflow: hidden;
    padding: 10px 10px;
}

.s_cont img {
    max-width: 100%;
}

.s_title {
    height: 60px;
    border-bottom: #ddd solid 1px;
    margin: 0px auto 20px;
    clear: both;
    position: relative;
}

.s_title span {
    height: 60px;
    line-height: 60px;
    color: #203666;
    font-size: 16px;
    display: block;
    padding-right: 30px;
    border-bottom: #203666 solid 1px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.s_n_title {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.s_d_date {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #898989;
    padding-bottom: 10px;
    border-bottom: #ccc dashed 1px;
    margin-bottom: 10px;
}

.s_d_date font {
    color: #e60012;
}

.itemss {
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
}

.itemss img {
    width: 100%;
}

.itemss span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.itemss a {
    width: 100%;
    height: 100%;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: none;
}

.itemss a .introtext {
    width: 100%;
    height: 100px;
    overflow: hidden;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0px 20px;
    margin-top: -50px;
    position: absolute;
    left: 0px;
    top: 50%;
}

.caseboxs {
    height: auto;
    overflow: hidden;
}

.caseboxs a {
    height: auto;
    overflow: hidden;
    display: block;
    border: #999 solid 1px;
    padding: 10px;
}

.caseboxs a img {
    width: 100%;
}

.caseboxs span {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    display: block;
}

.i-tems {
    -webkit-animation: item .3s ease both;
}

.i-tems a {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #000;
    background-size: 100%;
}

.i-tems a img {
    width: 100%;
    box-sizing: border-box;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .8s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.i-tems:hover a img {
    width: 100%;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
}

.i-tems a span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 0px 20px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 0px;
    left: 0px;
}


/* 相关新闻 */

.morenews {
    height: auto;
    overflow: hidden;
    border-top: #ccc dashed 1px;
    padding: 20px 0px;
}

.morenews span {
    height: 30px;
    line-height: 30px;
    display: block;
    color: #434343;
}

.morenews a {
    height: 30px;
    line-height: 30px;
    color: #a0a0a0;
}

.morenews a:hover {
    color: #29b276;
}


/* 分页样式 */

.page {
    height: auto;
    overflow: hidden;
    text-align: center;
    clear: both;
    margin-top: 20px;
}

.page .page_c {
    height: auto;
    overflow: hidden;
    display: inline-block;
}

.page .page_c a {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #666;
    border: #e5e5e5 solid 1px;
    background: #fff;
    display: block;
    padding: 0px 15px;
    margin: 0px 5px;
    float: left;
}

.page .page_c span {
    height: 25px;
    line-height: 20px;
    display: block;
    padding: 0px 10px;
    border: #fff solid 1px;
    background: #fff;
    margin: 0px 5px;
    float: left;
}

.page .page_c .prev {
    background: url(../images/page.png) no-repeat 4px 0px #fff;
}

.page .page_c .next {
    background: url(../images/page.png) no-repeat 4px -40px #fff;
}

.page .page_c a:hover {
    color: #29b276;
    border: #29b276 solid 1px;
}

.page .page_c .prev:hover {
    background: url(../images/page.png) no-repeat 4px -60px #fff;
}

.page .page_c .next:hover {
    background: url(../images/page.png) no-repeat 4px -20px #fff;
}


/* 登陆 */

.formbox {
    width: 300px;
    padding: 10px;
    margin: 0px auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.formbox .form_title {
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    text-align: center;
    border-bottom: #999 solid 1px;
}

.formbox .inputbox {
    height: auto;
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.formbox .inputbox .tips {
    height: 35px;
    line-height: 35px;
    color: #666;
}

.formbox .inputbox input {
    width: 100%;
    background: #fff;
    border: #e5e5e5 solid 1px;
    color: #804235;
}

.formbox .inputbtn input {
    width: 120px;
    height: 39px;
    line-height: 39px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
    background: #ff6d17;
    border: none;
    margin: 0px auto 0px;
}


/* 百度地图 */

.map {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.map .here {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -65px 0 0 -45px;
    transition: 500ms;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
}

.map:hover .here {
    animation: moveMap 600ms ease-in-out;
    -webkit-animation: moveMap 600ms ease-in-out;
}

.p-about {
    margin: 0px auto;
}

.m-about {
    margin: 0px auto;
}

.casees {
    height: auto;
    overflow: hidden;
}

.casees img {
    width: 100%;
}

.casees p {
    height: 50px;
    padding: 5px 20px;
    line-height: 20px;
    display: block;
    text-align: center;
}

.partner {
    height: auto;
    overflow: hidden;
    background: #f3f3f3;
    padding: 30px 0px;
}

.partner a {
    height: auto;
    overflow: hidden;
    display: block;
    padding: 0px 10px;
    float: left;
}

.partner a img {
    width: 100%;
}

@keyframes moveMap {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(0.6);
    }
    60% {
        transform: scale(1.15);
    }
    80% {
        transform: scale(0.9);
    }
    90% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes moveMap {
    0% {
        -webkit-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(0.6);
    }
    60% {
        -webkit-transform: scale(1.15);
    }
    80% {
        -webkit-transform: scale(0.9);
    }
    90% {
        -webkit-transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@media (max-width: 479px) {
    .header {
        display: none;
    }
    .m_head {
        display: block;
    }
    .NavImgPath {
        height: 150px;
        position: relative;
    }
    .table-box .w-1 {
        width: 305px;
    }
    .table-box .w-2 {
        width: 310px;
    }
    .table-box .w-2 a {
        width: 80px;
    }
    .table-box .w-3 {
        width: 305px;
    }
    .table-box .w-4 {
        width: 305px;
    }
    .table-box .w-5 {
        width: 305px;
    }
    .slidesjs-pagination {
        width: 300px;
        bottom: 20px;
        margin-left: -150px;
    }
    .slidesjs-pagination li {
        padding: 0px 10px;
    }
    .foot .footdiv div {
        width: 60px;
        margin: 0px auto;
    }
    .foot .footdiv div a {
        float: none;
        text-align: center;
        display: block;
    }
    .foot .code {
        text-align: center;
        margin: 0px auto;
    }
    .foot .code img {
        margin: 0px auto;
    }
    .foot .navli {
        display: none;
    }
    .foot .bott {
        text-align: center;
    }
    .items {
        width: 100%;
    }
    .case {
        height: auto;
        overflow: hidden;
    }
    .case .caseitem {
        width: 50%;
        height: auto;
        overflow: hidden;
        padding: 0px 5px;
        float: left;
    }
    .case .caseitem .caseli {
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .case .caseitem .caseli img {
        width: 100%;
    }
    .case .caseitem .caseli a {
        width: 100%;
        height: 100%;
        display: block;
        border: #fff solid 3px;
        padding: 10px;
        background: rgba(41, 178, 118, 0.8);
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        transition: all 1.5s;
    }
    .case .caseitem .caseli a .intro {
        width: 92%;
        height: 120px;
        text-align: center;
        border: #fff solid 1px;
        padding: 10px;
        position: absolute;
        top: 50%;
        left: 4%;
        margin-top: -60px;
    }
    .case .caseitem .caseli a .intro span {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    .case .caseitem .caseli a .intro .line {
        width: 15px;
        height: 2px;
        background: #fff;
        margin: 4px auto;
    }
    .case .caseitem .caseli a .intro font {
        height: 54px;
        line-height: 18px;
        font-size: 12px;
        color: #fff;
    }
    .case .caseitem .caseli:hover a {
        display: block;
        transition: all 5.5s;
    }
    .p-about {
        display: none;
    }
    .m-about {
        display: block;
    }
    .partner {
        padding: 30px 10px 20px;
    }
    .partner a {
        width: 33.33333%;
        padding: 0px 10px 10px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .header {
        display: none;
    }
    .m_head {
        display: block;
    }
    .NavImgPath {
        height: 200px;
        position: relative;
    }
    .table-box .w-1 {
        width: 305px;
    }
    .table-box .w-2 {
        width: 426px;
    }
    .table-box .w-3 {
        width: 426px;
    }
    .table-box .w-4 {
        width: 305px;
    }
    .table-box .w-5 {
        width: 305px;
    }
    .slidesjs-pagination {
        width: 480px;
        bottom: 20px;
        margin-left: -240px;
    }
    .slidesjs-pagination li {
        padding: 0px 15px;
    }
    .foot .footdiv div {
        width: 60px;
        margin: 0px auto;
    }
    .foot .footdiv div a {
        float: none;
        text-align: center;
        display: block;
    }
    .foot .code {
        text-align: center;
        margin: 0px auto;
    }
    .foot .code img {
        margin: 0px auto;
    }
    .foot .navli {
        display: none;
    }
    .foot .bott {
        text-align: center;
    }
    .items {
        width: 100%;
    }
    .case {
        height: auto;
        overflow: hidden;
    }
    .case .caseitem {
        width: 50%;
        height: auto;
        overflow: hidden;
        padding: 0px 5px;
        float: left;
    }
    .case .caseitem .caseli {
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .case .caseitem .caseli img {
        width: 100%;
    }
    .case .caseitem .caseli a {
        width: 100%;
        height: 100%;
        display: block;
        border: #fff solid 3px;
        padding: 10px;
        background: rgba(41, 178, 118, 0.8);
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        transition: all 1.5s;
    }
    .case .caseitem .caseli a .intro {
        width: 92%;
        height: 100px;
        text-align: center;
        border: #fff solid 1px;
        padding: 10px;
        position: absolute;
        top: 50%;
        left: 4%;
        margin-top: -50px;
    }
    .case .caseitem .caseli a .intro span {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    .case .caseitem .caseli a .intro .line {
        width: 15px;
        height: 2px;
        background: #fff;
        margin: 4px auto;
    }
    .case .caseitem .caseli a .intro font {
        height: 54px;
        line-height: 18px;
        font-size: 12px;
        color: #fff;
    }
    .case .caseitem .caseli:hover a {
        display: block;
        transition: all 5.5s;
    }
    .p-about {
        display: none;
    }
    .m-about {
        display: block;
    }
    .partner {
        padding: 30px 30px 20px;
    }
    .partner a {
        width: 33.3333%;
        padding: 0px 20px 20px;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .header {
        display: none;
    }
    .m_head {
        display: block;
    }
    .NavImgPath {
        height: 240px;
        position: relative;
    }
    .table-box .w-1 {
        width: 670px;
    }
    .table-box .w-2 {
        width: 426px;
    }
    .table-box .w-3 {
        width: auto;
        display: inline-block;
    }
    .table-box .w-4 {
        width: 305px;
    }
    .table-box .w-5 {
        width: 550px;
    }
    .slidesjs-pagination {
        width: 750px;
        bottom: 20px;
        margin-left: -375px;
    }
    .slidesjs-pagination li {
        padding: 0px 15px;
    }
    .foot .code {
        margin: 0px auto;
    }
    .foot .navli {
        min-height: 115px;
        display: block;
    }
    .foot .bott .f_left {
        float: left;
    }
    .foot .bott .f_right {
        float: right;
    }
    .items {
        width: 50%;
    }
    .case {
        height: auto;
        overflow: hidden;
    }
    .case .caseitem {
        width: 33.3333%;
        height: auto;
        overflow: hidden;
        padding: 0px 5px;
        float: left;
    }
    .case .caseitem .caseli {
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .case .caseitem .caseli img {
        width: 100%;
    }
    .case .caseitem .caseli a {
        width: 100%;
        height: 100%;
        display: block;
        border: #fff solid 3px;
        padding: 10px;
        background: rgba(41, 178, 118, 0.8);
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        transition: all 1.5s;
    }
    .case .caseitem .caseli a .intro {
        width: 92%;
        height: 100px;
        text-align: center;
        border: #fff solid 1px;
        padding: 10px;
        position: absolute;
        top: 50%;
        left: 4%;
        margin-top: -50px;
    }
    .case .caseitem .caseli a .intro span {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    .case .caseitem .caseli a .intro .line {
        width: 15px;
        height: 2px;
        background: #fff;
        margin: 4px auto;
    }
    .case .caseitem .caseli a .intro font {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        color: #fff;
    }
    .case .caseitem .caseli:hover a {
        display: block;
        transition: all 5.5s;
    }
    .p-about {
        display: none;
    }
    .m-about {
        display: block;
    }
    .partner {
        padding: 30px 30px 20px;
    }
    .partner a {
        width: 20%;
        padding: 0px 20px 20px;
    }
}

@media (min-width: 1000px) {
    .header {
        display: block;
    }
    .header nav li {
        width: 88px;
    }
    .header nav li .ul {
        width: 88px;
    }
    .m_head {
        display: none;
    }
    .NavImgPath {
        height: 360px;
        position: relative;
    }
    .table-box .w-1 {
        width: 670px;
    }
    .table-box .w-2 {
        width: 426px;
    }
    .table-box .w-3 {
        width: auto;
        display: inline-block;
    }
    .table-box .w-4 {
        width: 305px;
    }
    .table-box .w-5 {
        width: 550px;
    }
    .slidesjs-pagination {
        width: 960px;
        bottom: 10px;
        margin-left: -480px;
    }
    .foot .code {
        float: right;
    }
    .foot .navli {
        min-height: 115px;
        display: block;
    }
    .foot .bott .f_left {
        float: left;
    }
    .foot .bott .f_right {
        float: right;
    }
    .items {
        width: 50%;
    }
    .case {
        height: auto;
        overflow: hidden;
    }
    .case .casebox {
        height: auto;
        overflow: hidden;
        padding-bottom: 200px;
        position: relative;
    }
    .case .caseitem {
        width: 33.3333%;
        height: auto;
        overflow: hidden;
        float: left;
    }
    .case .caseitem .caseli {
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .case .caseitem .caseli img {
        width: 100%;
    }
    .case .caseitem .caseli a {
        width: 100%;
        height: 100%;
        display: block;
        border: #fff solid 3px;
        padding: 10px;
        background: rgba(41, 178, 118, 0.8);
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        transition: all 1.5s;
    }
    .case .caseitem .caseli a .intro {
        width: 92%;
        height: 100px;
        text-align: center;
        border: #fff solid 1px;
        padding: 10px;
        position: absolute;
        top: 50%;
        left: 4%;
        margin-top: -50px;
    }
    .case .caseitem .caseli a .intro span {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    .case .caseitem .caseli a .intro .line {
        width: 15px;
        height: 2px;
        background: #fff;
        margin: 4px auto;
    }
    .case .caseitem .caseli a .intro font {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        color: #fff;
    }
    .case .caseitem-2 {
        padding: 0px 50px;
    }
    .case .caseitem-4 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 0px 50px;
    }
    .case .caseitem-5 {
        position: absolute;
        bottom: 0px;
        left: 33.3333%;
    }
    .case .caseitem-6 {
        position: absolute;
        bottom: 0px;
        left: 66.6666%;
        padding: 0px 50px;
    }
    .case .caseitem .caseli:hover a {
        display: block;
        transition: all 5.5s;
    }
    .p-about {
        display: block;
    }
    .m-about {
        display: none;
    }
    .itemss a .introtext {
        height: 75px;
        padding: 0px 20px;
        margin-top: -37.5px;
    }
    .partner {
        padding: 30px 30px 20px;
    }
    .partner a {
        width: 12.5%;
        padding: 0px 20px 20px;
    }
}

@media (min-width: 1260px) {
    .header {
        display: block;
    }
    .header nav li {
        width: 110px;
    }
    .header nav li .ul {
        width: 110px;
    }
    .m_head {
        display: none;
    }
    .NavImgPath {
        height: 400px;
        position: relative;
    }
    .table-box .w-1 {
        width: 670px;
    }
    .table-box .w-2 {
        width: 426px;
    }
    .table-box .w-3 {
        width: auto;
        display: inline-block;
    }
    .table-box .w-4 {
        width: 305px;
    }
    .table-box .w-5 {
        width: 550px;
    }
    .slidesjs-pagination {
        width: 1200px;
        bottom: 20px;
        margin-left: -600px;
    }
    .foot .code {
        float: right;
    }
    .foot .navli {
        min-height: 115px;
        display: block;
    }
    .items {
        width: 50%;
    }
    .case {
        height: auto;
        overflow: hidden;
    }
    .case .casebox {
        height: auto;
        overflow: hidden;
        padding-bottom: 200px;
        position: relative;
    }
    .case .caseitem {
        width: 33.3333%;
        height: auto;
        overflow: hidden;
        float: left;
    }
    .case .caseitem .caseli {
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .case .caseitem .caseli img {
        width: 100%;
    }
    .case .caseitem .caseli a {
        width: 100%;
        height: 100%;
        display: block;
        border: #fff solid 3px;
        padding: 10px;
        background: rgba(41, 178, 118, 0.8);
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        transition: all 1.5s;
    }
    .case .caseitem .caseli a .intro {
        width: 92%;
        height: 100px;
        text-align: center;
        border: #fff solid 1px;
        padding: 10px;
        position: absolute;
        top: 50%;
        left: 4%;
        margin-top: -50px;
    }
    .case .caseitem .caseli a .intro span {
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }
    .case .caseitem .caseli a .intro .line {
        width: 15px;
        height: 2px;
        background: #fff;
        margin: 4px auto;
    }
    .case .caseitem .caseli a .intro font {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        color: #fff;
    }
    .case .caseitem-2 {
        padding: 0px 50px;
    }
    .case .caseitem-4 {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 0px 50px;
    }
    .case .caseitem-5 {
        position: absolute;
        bottom: 0px;
        left: 33.3333%;
    }
    .case .caseitem-6 {
        position: absolute;
        bottom: 0px;
        left: 66.6666%;
        padding: 0px 50px;
    }
    .case .caseitem .caseli:hover a {
        display: block;
        transition: all 5.5s;
    }
    .p-about {
        display: block;
    }
    .m-about {
        display: none;
    }
    .itemss a .introtext {
        height: 50px;
        padding: 0px 15px;
        margin-top: -25px;
    }
}


/* 底部站长统计ifram隐藏 */

body>iframe:last-child {
    display: none;
}