@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

ul, li, ol, h1, h2, h3, dl, dt, dd, form, p, span, b, u, s, i {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
}

.clearfix {
    display: inline-table;
}

* html .clearfix {
    height: 1%; /*ie6*/
}

* + html .clearfix {
    min-height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

input, textarea {
    outline: none;
}

/*去掉输入框得到焦点时边框会出现阴影效果----例如370 火狐*/
a {
    blr: expression(this.onFocus=this.blur()); /* IE Opera */
    outline: none; /* FF Opera */
}

a:focus {
    -moz-outline-style: none; /* FF */
}

/*去掉a标签超链接的虚线框*/
body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
    background-color: #ffffff;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
.footer_box .erweima .ewm_down>div:first-child{
	display:none;
}
a:link {
    text-decoration: none;
    color: #333333;
}

a:visited {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

a:active {
    text-decoration: none;
    color: #333333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.imghover {
    display: inline-block;
    width: 100%;
}

.imghover.inherit {
    overflow: inherit;
}

.imghover img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.imghover:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.common-width {
    width: 1400px;
    margin: 0 auto;
}

/* logo */

.logo {
    width: 312px;
    height: 72px;
    position: absolute;
    top: 50px;
    left: 70px;
    z-index: 99;
}

.logo img {
    width: 100%;
    height: 100%;
}

/* banner */

.swiper-container {
    height: 920px;
    overflow: visible;
}

.swiper-slide {
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.swiper-slide-active {
    opacity: 1;
}

.slide1 {
    background: url(../images/banner.jpg) no-repeat center center;
}

.slide2 {
    background: url(../images/banner.jpg) no-repeat center center;
}

.slide3 {
    background: url(../images/banner.jpg) no-repeat center center;
}

.slide4 {
    background: url(../images/banner.jpg) no-repeat center center;
}

.inner {
    position: absolute;
    display: block;
    width: 1400px;
    height: auto;
    overflow: hidden;
    left: 15%;
    top: 46%;
}

.banner-text {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner-text span {
    display: block;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.banner-text span i {
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: #fff;
    margin-right: 20px;
    position: relative;
    top: -5px;
}

.banner-text h3 {
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 4px;
}

.banner-text p {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-family: Arial;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pagination {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    z-index: 99;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #3aa69f;
    border-radius: 50%;
    cursor: pointer;
    transition: width .8s;
    margin: 8px 0;
}

.swiper-pagination-switch:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    vertical-align: middle;
    transition: width .8s, background-color .8s;
    position: relative;
    left: 5px;
    border-radius: 50%;
}

.swiper-active-switch:before {
    background: #3aa69f;
    border-radius: 50%;
}

.home-events {
    width: 72%;
    height: 170px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(58, 166, 159, 0.35);
    margin: 0 auto;
    margin-top: -85px;
    position: relative;
    z-index: 99;
}
.home-events ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
	display:flex;
}
.home-events ul li {
    height: 170px;
	width:calc(100%/3);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   		.home-events ul{
    
			display:flex;
		}
		.home-events ul li {
    
			width:calc(100%/3) !important;
		}
}
.home-events ul li:nth-child(odd){background:#f5f5f5;}
.home-events ul li:nth-child(even){background:#f5f5f5;}
.home-events ul li:hover {
	background:#ededed;
}
.home-events ul li a{
    display: block;
    padding: 55px 0;
}
.home-events-tu {
    width: 70px;
    height:70px;
    float: left;
    padding-left: 10%;
}

.home-events-tu img {
    width: 100%;
    height: 100%;
}

.home-events-zi {
    width: 50%;
    height: 60px;
    float: left;
    padding-left: 20px;
    padding-top: 10px;
}

.home-events-zi h3 {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.home-events-zi p {
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    font-family: Arial;
}

.home-events-jt {
    width: 50px;
    height: 50px;
    float: right;
    padding-right: 5%;
}

.home-events-jt i {
    font-size: 50px;
    color: #cccccc;
}
.home-events ul li:hover .home-events-jt i{
    margin-left: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.item-wz .item-wz-nr :hover i.iconjiantou{
    margin-left: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index01-box{
    width: 100%;
    height: auto;
    padding: 80px 0;
    overflow: hidden;
}
.item-wz{
    width: 410px;
    height: 460px;
    position: absolute;
    top: 85px;
    left: 100px;
    z-index: 99;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.15);
}
.item-wz-nr{
    width: 80%;
    height: auto;
    overflow: hidden;
    padding: 10%;
}
.item-wz-nr img{
    width: 80px !important;
    height: 80px !important;
    display: block;
}
.item-wz-nr h3{
    font-size: 24px;
    height: 24px;
    line-height: 30px;
    margin: 30px 0 40px 0;
}
.item-wz-nr span{
    width: 45px;
    height: 4px;
    display: block;
    background-color: #3aa69f;
}
.item-wz-nr p{
    font-size: 16px;
    height: 120px;
    line-height: 30px;
    overflow: hidden;
    margin: 20px 0 20px 0;
}
.item-wz-nr i {
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: #cccccc;
}
/* .index05-nr{width: 1204px;overflow: hidden;} */
/* #case{width: 1300px;} */
/* 客户案列 */
    
#case{
    width: 100%;
    overflow: hidden;
}
#case .item{
    display: block;
}
#case .item .left_img {
    width: 15%;
    height: auto;
    float: left;
    margin-right: -10px;
    margin-top: 13%;
}
#case .item .left_img img{
    width: 100%;
    height: 100%;
}
#case .item  .swiper_1{
    float: left;
    width: 85%;
    height: 530px;
    overflow: hidden;
}
#case .item  .swiper_1 img{
    width: 70%;
    height: 100%;
    float: left;
}
#case .item .swiper_1 .green_box {
    float: left;
    width: 35%;
    height: auto;
    margin-top: 6%;
    margin-left: -85px;
}
#case .green_box{ 
    z-index: 99;opacity: .85;
    background: linear-gradient(#3aa69f, #348a7f);color:#fff;
}
#case .green_box h3{line-height: 32px;margin-top:0px;font-size: 20px;
    font-weight: 600;letter-spacing: 1px;}
#case .green_box p{font-size: 16px;margin-top:50px;height: 100%;}
#case .owl-prev,.owl-next{position: absolute;top: 40%;background: none;}
#case .owl-nav .owl-next{left: 170px;}
#case .owl-nav .owl-prev{margin-left: -73px;}
#case .owl-prev{width: 48px;height: 48px;background: url(../img/prev.png) no-repeat center center !important;
    font-size: 0;z-index: 9999;margin:0;padding:0;border:1px solid #fff;
}
#case .owl-next{width: 48px;height: 48px;background: url(../img/next.png) no-repeat center center !important;
    font-size: 0;z-index: 9999;margin:0;padding:0;border:1px solid #fff;
}
#case .owl-prev:hover{width: 50px;height: 50px; background: rgba(0, 0, 0, 0.5) url(../img/next2.png) no-repeat center !important;border:0;}
#case .owl-next:hover{width: 50px;height: 50px; background: rgba(0, 0, 0, 0.5) url(../img/prev2.png) no-repeat center !important;border:0;}

.item-wz-nr {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10%;
    box-sizing: border-box;
}


/* 客服案列 */




.index02-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 15px solid #3aa69f;
}
.index02{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index02-l{
    width: 36%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 100px 0 80px 0;
}
.index02-l h3{
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 34px;
    color: #3aa69f;
    margin-bottom: 40px;
}
.index02-l p{
    width: 100%;
    line-height: 28px;
    font-size: 16px;
    color: #666;
}
.index02-l a{
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    background-color: #3aa69f;
    text-align: center;
    margin-top: 50px;
}
.index02-r{
    width: 58%;
    height: auto;
    overflow: hidden;
    float: right;
    background: url("../images/logo1.png") no-repeat right center;
}
.index02-r ul li{
    width: 25%;
    height: auto;
    overflow: hidden;
    float: left;
    border-left: 1px solid #d8d8d8;
    padding: 180px 0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.index02-r ul li .shuzi{
    font-size: 58px;
    height: 58px;
    line-height: 58px;
    color: #3aa69f;
    font-family: Arial;
    margin-bottom: 10px;
}
.index02-r ul li .shuzi::before {
    content: "";
    width: 3px;
    height: 70px;
    background-color: #3aa69f;
    display: block;
    margin-right: 25px;
    float: left;
}
.index02-r ul li .miaoshu{
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #666;
    padding-left: 28px;
}

.index03-box{
    width: 100%;
    height: 750px;
    background: url("../images/bg1.jpg") no-repeat center;
}
.index03{
    width: 100%;
    height: auto;
    position: relative;
}
.index03-l{
    float: left;
    width: 36%;
    height: auto;
    overflow: hidden;
}
.index03-l-tu{
    width: 100%;
    height: 224px;
    padding: 110px 0 40px 0;
}
.index03-l-tu img{
    width: 232px;
    height: 224px;
	-webkit-animation: run 10s linear 0s infinite;
}
.index03-l-zi{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index03-l-zi h3{
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
}
.index03-l-zi span{
    display: block;
    width: 40px;
    height: 4px;
    background-color: #fff;
    margin: 40px 0;
}
.index03-l-zi p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.index03-l-zi a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin-top: 30px;
    padding-left: 1px;
}
.index03-l-zi a i{
    font-size: 50px;
    color: #fff;
}
.index03-l-zi i:hover{
    margin-left: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index03-r{
    width: 60%;
    height: auto;
    overflow: hidden;
    float: right;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 100px;
    padding: 20px 0;
}
.index03-r ul li{
    width: 33.33%;
    height: auto;
    float: left;
    text-align: center;
    margin: 40px 0;
}
.index03-r-tu{
    width: 118px;
    height: 118px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 15px  rgba(58, 166, 159, 0.35);
    margin: 0 auto;
    text-align: center;
	display:none;
}
.index03-r-tu img{
    width: 60px;
    height: 60px;
    padding-top: 30px;
}
.index03-r-zi{
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}
.index03-r-tu2{
    width: 118px;
    height: 118px;
    border: 1px solid #3aa69f;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 15px  rgba(58, 166, 159, 0.35);
    margin: 0 auto;
    text-align: center;
    display:block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.index03-r-tu2x {
    width: 98px;
    height: 98px;
    /* border: 1px solid #3aa69f; */
    background-color: #3aa69f;
    border-radius: 50%;
    /* box-shadow: 2px 2px 15px rgba(58, 166, 159, 0.35); */
    margin: 0 auto;
    text-align: center;
    display:block;
    position: relative;
    top: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index03-r-tu2 img{
    width: 60px;
    height: 60px;
    padding-top: 20px;
}
.index03-r ul li:hover .index03-r-tu{
    display: block;
}
.index03-r ul li:hover .index03-r-tu2{
    display: none;
}
.index03-r ul li:hover .index03-r-tu2x{
    display: none;
}

.index03-r ul li:hover .index03-r-zi{
    color: #3aa69f;
}

.index04-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/bg2.jpg) center top no-repeat,
    url(../images/bg3.jpg) center bottom no-repeat;
}
.index04 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 100px 0 80px 0;
}
.index04-u{
    width: 86%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 15px  rgba(0, 0, 0, 0.15);
}
.index04-u-xq{
    width: 90%;
    height: auto;
    overflow: hidden;
    padding: 5%;
}
.index04-u-l{
    width: 51%;
    height: auto;
    overflow: hidden;
    float: left;
}
.index04-u-bt{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.index04-u-bt p{
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    font-family: Arial;
    color: #999;
    text-transform: uppercase;
}
.index04-u-bt h3{
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    margin: 10px 0 20px 0;
}
.index04-u-bt span{
    width: 50px;
    height: 2px;
    background-color: #3aa69f;
    display: block;
}
.index04-u-nr{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}
.index04-u-nr h3{
    width: 100%;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.index04-u-nr p{
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #999;
}
.index04-u-nr span{
    font-size: 16px;
    font-family: Arial;
    color: #999;
    margin-top: 20px;
    display: block;
}
.index04-u-nr:hover h3{
    color: #3aa69f;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index04-u-wz{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}
.index04-u-wz ul li{
    width: 100%;
    height: 32px;
    line-height: 32px;
}
.index04-u-wz ul li a{
    width: 70%;
    float: left;
    color: #999;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.index04-u-wz ul li span{
    width: 20%;
    display: inline-block;
    float: right;
    color: #999;
    margin-top: 0;
}
.index04-u-wz ul li:hover a{
    color: #3aa69f;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index04-u-r{
    width: 41%;
    height: auto;
    overflow: hidden;
    float: right;
}
.index04-u-r-jt{
    width: 100%;
    height: 30px;
    text-align: right;
    margin-top: 20px;
}
.index04-u-r-tp{
    width: 100%;
    height: 340px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 40px;
}
.index04-u-r-tp img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.index04-d{
    width: 86%;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
}
.index04-d-xq{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index04-tit{
    width: 170px;
    height: auto;
    overflow: hidden;
    float: right;
    background-color: #fff;
    border-radius: 5px;
}
.index04-tit ul li{
    width: 100%;
    height: auto;
    padding: 25px 0;
    text-align: center;
    font-size: 16px;
}
.index04-tit ul li:nth-child(2n){
    background-color: #f7f7f7;
}
.index04-tit ul li:hover, .index04-tit ul li.casehover {
    background-color: #3aa69f;
}
.index04-tit ul li:hover span, .index04-tit ul li.casehover span{
    height: 60px;
    background: url("../images/law-icon1-h.png") no-repeat center;
    display: block;
    margin-bottom: 10px;
}
.index04-tit ul li:hover i, .index04-tit ul li.casehover i{
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 10px auto 0 auto;
}
.index04-tit ul li:hover a, .index04-tit ul li.casehover a {
    color: #ffffff;
}
.index04-con {
    width: 66%;
    height: auto;
    overflow: hidden;
    float: left;
}
.index04-txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 60px;
}
.index04-txt-bt {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index04-txt-bt h3 {
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}
.index04-txt-bt span {
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #ccc;
    font-family: Arial;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 5px;
}
.index04-txt-wz {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}
.index04-d-bt{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}
.index04-d-bt p{
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    font-family: Arial;
    color: #999;
    text-transform: uppercase;
}
.index04-d-bt h3{
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    margin: 10px 0 20px 0;
    color: #fff;
}
.index04-d-bt span{
    width: 50px;
    height: 2px;
    background-color: #3aa69f;
    display: block;
}

.index05-box{
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    background-color: #fff;
    padding: 80px 0;
	background: url("../images/cus-case-bg.png") no-repeat center;
}
.index05 {
    width: 86%;
    height: auto;
    margin: 0 auto;
}





.index06-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/bg4.jpg") no-repeat center;
    padding: 90px 0 40px 0;
}
.index06 {
    width: 86%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.index06-tu{
    width: 256px;
    height: 370px;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 9;
    margin-top: -185px;
    margin-left: -128px;
}
.index06-tu img{
    width: 100%;
    height: 100%;
}
.index06-bg{
    width: 432px;
    height: 432px;
    position: absolute;
    top: 40%;
    left:50%;
    margin-top: -160px;
    margin-left: -216px;
    -webkit-animation:run 10s linear 0s infinite;
}
.index06-bg img{
    width: 100%;
    height: 100%;
}

.index06-bg:hover{
    -webkit-animation-play-state:paused;
}
@-webkit-keyframes run{
    from{
        -webkit-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
    }
}
.index06-zi-l{
    width: 33.33%;
    height: auto;
    overflow: hidden;
    float: left;
}
.index06-zi-l ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.index06-zi-l ul li p{
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}
.index06-zi-l ul li .index06-zi-bt{
    width: 100%;
    height: 60px;
    background: url("../images/ku1.png") no-repeat center left;
    position: relative;
}
.index06-zi-l ul li .index06-zi-bt span{
    width: 30px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    font-weight: bold;
    display: block;
    color: #3aa69f;
    border-bottom: 2px solid #3aa69f;
    padding-top: 10px;
    position: absolute;
    top: 5px;
    left: 8px;
}
.index06-zi-l ul li .index06-zi-bt h3{
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 36px;
    left: 46px;
}
.index06-zi-r{
    width: 33.33%;
    height: auto;
    overflow: hidden;
    float: right;
    text-align: right;
}
.index06-zi-r ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.index06-zi-r ul li p{
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}
.index06-zi-r ul li .index06-zi-bt{
    width: 100%;
    height: 60px;
    background: url("../images/ku2.png") no-repeat center right;
    position: relative;
}
.index06-zi-r ul li .index06-zi-bt span{
    width: 30px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    font-weight: bold;
    display: block;
    color: #3aa69f;
    border-bottom: 2px solid #3aa69f;
    padding-top: 10px;
    position: absolute;
    top: 5px;
    right: 8px;
}
.index06-zi-r ul li .index06-zi-bt h3{
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 36px;
    right: 46px;
}


.index07-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 80px 0;
}
.index07 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index07-nr {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index07-nr .item{
    text-align: center;
    padding: 30px 0;
 }
.index07-nr .item-tu{
    width: 190px;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.index07-nr .item-tu img{
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 2px solid #3aa69f;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.index07-nr .item-tu-k{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: 5px;
    display: none;
    z-index: -1;
}
.index07-nr .item-we{
    width: 90%;
    height: auto;
    overflow: hidden;
    margin-top: 35px;
    padding: 0 5%;
}
.index07-nr .item-we h3{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.index07-nr .item-we span{
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #3aa69f;
    text-align: center;
    margin: 15px auto 20px auto;
    display: block;
}
.index07-nr .item-we p{
    width: 100%;
    line-height: 26px;
	height:auto;
	display:inline-block;
    font-size: 14px;
    color: #666;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index07-nr .item:hover{
    background-color: #465373;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index07-nr .item:hover .item-we h3{
    color: #fff;
}
.index07-nr .item:hover .item-we p{
    color: #fff;
}
.index07-nr .item:hover .item-tu-k {
    background-color: #3c4863;
}
.index08-box{
    width: 100%;
    height: 820px;
    background: url("../images/bg6.jpg") no-repeat center;
}
.index08 {
    width: 86%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.index08-zi-bt{
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #3aa69f;
    margin-bottom: 15px;
}
.index08-zi-nr{
    font-size: 14px;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
}
.index08-zi1{
    width: 250px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 510px;
    left: 15px;
}
.index08-zi2{
    width: 250px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 270px;
    left: 150px;
}
.index08-zi3{
    width: 250px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 165px;
    left: 440px;
}
.index08-zi4{
    width: 250px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 270px;
    left: 730px;
}
.index08-zi5{
    width: 250px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 520px;
    right: 40px;
}
.index08-tu-tb{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #3aa69f;
    border: 8px solid #fff;
    border-radius: 50%;
}
.index08-tu-tb i{
    font-size: 45px;
    color: #fff;
}
.index08-tu1{
    position: absolute;
    top: 580px;
    left: 260px;
}
.index08-tu2{
    position: absolute;
    top: 385px;
    left: 340px;
}
.index08-tu3{
    position: absolute;
    top: 320px;
    left: 510px;
}
.index08-tu4{
    position: absolute;
    top: 385px;
    left: 685px;
}
.index08-tu5{
    position: absolute;
    top: 580px;
    left: 745px;
}

.index09-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 80px;
}
.index09 {
    width: 86%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.index09-bt{
    width: 400px;
    height: 96px;
    text-align: center;
    background-color: #3aa69f;
    position: absolute;
    left: 50%;
    margin-left: -210px;
    top: 90px;
    z-index: 99;
}
.index09-bt h3{
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding-top: 18px;
    letter-spacing: 8px;
}
.index09-bt p{
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    padding-top: 6px;
    font-family: Arial;
    text-transform: uppercase;
}
.index09 ul li{
    width: 14%;
    height: auto;
    float: left;
    text-align: center;
}
.index09-tu1-tu{
    width: 100px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    margin: 0 auto;
    background: url("../images/ku3.png") no-repeat center;
}
.index09-tu1-tu i{
    font-size: 50px;
    color: #fff;
}
.index09-tu1-zi{
    font-size: 18px;
    margin-top: 30px;
}
.index09-tu1::before{
    width: 2px;
    height: 128px;
    content: "";
    display: block;
    background-color: #3aa69f;
    margin: 0 auto;
}
.index09-tu2::before{
    width: 2px;
    height: 188px;
    content: "";
    display: block;
    background-color: #3aa69f;
    margin: 0 auto;
}
.index09-tu3::before{
    width: 2px;
    height: 248px;
    content: "";
    display: block;
    background-color: #3aa69f;
    margin: 0 auto;
}
.index09-tu4::before{
    width: 2px;
    height: 308px;
    content: "";
    display: block;
    background-color: #3aa69f;
    margin: 0 auto;
}
.index09-tu5::before{
    width: 2px;
    height: 248px;
    content: "";
    display: block;
    background-color: #3aa69f;
    margin: 0 auto;
}
.index09-tu6::before{
    width: 2px;
    height: 188px;
    content: "";
    display: block;
    background-color: #3aa69f;
    margin: 0 auto;
}
.index09-tu7::before{
    width: 2px;
    height: 128px;
    content: "";
    display: block;
    background-color: #3aa69f;
    margin: 0 auto;
}
.index10-box{
    width: 100%;
    height: 390px;
    padding: 110px 0;
    background: url("../images/bg7.jpg") no-repeat center;
}
.index10 {
    width: 100%;
    height: auto;
}
.index10-l {
    width: 270px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 11%;
    margin-top: 20px;
}
.index10-l-bt {
    width: 270px;
    height: 123px;
    color: #fff;
    text-align: center;
    background: url("../images/ku4.png") no-repeat center;
}
.index10-l-bt h3 {
    height: 36px;
    line-height: 36px;
    font-size: 36px;
    padding: 15px 0;
}
.index10-l-bt p {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}
.index10-l-nr{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index10-l-nr ul li{
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #3aa69f;
    margin-top: 30px;
}
.index10-l-nr ul li span{
    width: 41px;
    height: 44px;
    line-height: 44px;
    font-size: 32px;
    color: #3aa69f;
    text-align: center;
    font-family: Arial;
    display: inline-block;
    float: left;
    margin: 0 20px;
    background: url("../images/ku5.png") no-repeat center;
}
.index10-r{
    width: 500px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-right: 11%;
}
.index10-r-bt{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.index10-r-bt div.tel{
	display:none;
}
.index10-r-bt h3{
    font-size: 32px;
    margin-bottom: 10px;
}
.index10-r-bt h3 img{
    height: 46px;
    width: auto;
    padding-right: 10px;
    position: relative;
    top: 10px;
}
.index10-r-bt p{
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #999;
}
.index10-r-nr{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.index10-r-nr ul li{
    width: 100%;
    height: 58px;
    line-height: 58px;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-top: 15px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
.index10-r-nr ul li i{
    font-size: 25px;
    color: #999;
    display: inline-block;
    float: left;
    padding: 0 15px 0 20px;
}
.index10-r-nr ul li input{
    width: 70%;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #999;
    background: none;
    border: none;
}
.index10-r-nr ul li button{
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-radius: 5px;
    background-color: #3aa69f;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

.footer-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding-top: 80px;
}
.footer {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.footer-u {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
    background: url("../images/map1.png") no-repeat center;
}
.footer-u a:hover{
   color: #3aa69f;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.footer-u-l {
    width: 32%;
    height: auto;
    overflow: hidden;
    float: left;
}
.footer-u-l img{
    max-width: 100%;
    height: auto;
}
.footer-u-m {
    width: 48%;
    height: auto;
    overflow: hidden;
    float: left;
}
.footer-u-m ul li{
    width: 25%;
    height: auto;
    overflow: hidden;
    float: left;
}
.footer-u-m ul li dl dt{
    width: 100%;
    font-size: 16px;
    margin-bottom: 16px;
}
.footer-u-m ul li dl dd{
    width: 100%;
    font-size: 14px;
    line-height: 36px;
}
.footer-u-m ul li dl dd a{
    color: #666;
}
.footer-u-r {
    width: 20%;
    height: auto;
    overflow: hidden;
    float: right;
}
.footer-u-r-wx {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.footer-u-r-wx ul li {
     width: 40%;
     height: auto;
     overflow: hidden;
     float: left;
     margin: 0 5%;
     text-align: center;
 }
.footer-u-r-wx ul li:first-child {
    margin-left: 0;
}
.footer-u-r-wx ul li img{
    max-width: 100%;
    padding: 4px;
    border: 1px solid #ccc;
}
.footer-u-r-wx ul li p{
    color: #666;
    padding-top: 6px;
}
.footer-u-r-dh{
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    font-family: Arial;
    color: #3aa69f;
    font-weight: bold;
    margin: 30px 0;
}
.footer-u-r-xq{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.footer-u-r-xq ul li{
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    font-family: Arial;
    color: #3aa69f;
    margin-bottom: 10px;
    font-weight: bold;
}
.footer-u-r-xq ul li i{
    font-size: 22px;
    color: #3aa69f;
    display: inline-block;
    padding-right: 15px;
    font-weight: bold;
}
.footer-u-r-xq ul li i.icondianhua1{
    font-size: 24px;
}
.footer-m{
    font-size: 16px;
}
.footer-m span{
    color: #3aa69f;
}
.footer-m i{
    font-size: 30px;
    color: #3aa69f;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    top: 6px;
}
.footer-d{
    width: 100%;
    height: 100px;
    background-color: #3aa69f;
    margin-top: 30px;
}
.footer-d-l{
    width: auto;
    height: 40px;
    float: left;
    margin-left: 20px;
}
.footer-d-l img{
    height: 40px;
    padding-top: 30px;
}
.footer-d-m{
    width: auto;
    line-height: 100px;
    float: left;
    color: #fff;
    margin-left: 70px;
}
.footer-d-m a{
    color: #fff;
}
.footer-d-r{
    width: auto;
    line-height: 100px;
    float: right;
    color: #fff;
    margin-right: 20px;
}
.footer-d-r a{
    color: #fff;
}
.footer-d-r a.law{
    display: inline-block;
    padding-right: 30px;
}

@media only screen and (max-width: 1680px){
	.right_nav{
        display: none;
    }
    .swiper-container{
        height:700px;
    }
    .home-events ul li{
      hergin:80px;
    }
    .home-events-zi h3{
        font-size:12px;
        font-weight: 700;
        margin-bottom: 0px;
		margin-top:10px;
		margin-top: 12px;
    }
    .home-events .home-events-jt{
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 1.8rem;
        padding-right: 0%;
		    margin-top: 16px;
    }
    .home-events-jt i {
        font-size: 30px;
        color: #cccccc;
    }
    .inner {
        position: absolute;
        display: block;
        width: 1000px;
        height: auto;
        overflow: hidden;
        left: 15%;
        top: 46%;
    }
    .banner-text h3 {
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        margin-bottom: 10px;
        letter-spacing: 4px;
    }
    .banner-text {
        width: 60%;
        height: auto;
        overflow: hidden;
    }
    .home-events-zi {
        width: 55%;
        height: 60px;
        float: left;
        padding-left: 10px;
        padding-top: 5px;
    }
    .home-events-zi p{
        font-size: 12px;
        color: #999;
        text-transform: uppercase;
        font-family: Arial;
        transform: scale(0.8);
        margin-left: -18px;
    }
    .home-events ul li a {
        display: block;
        padding: 25px 0;
    }
    .home-events {
        width: 75%;
        height: 90px;
        background-color: #fff;
        box-shadow: 5px 5px 20px rgba(58, 166, 159, 0.35);
        margin: 0 auto;
        margin-top: -45px;
        position: relative;
        z-index: 99;
    }
	.home-events ul li {
    width: 100%;
    height: 100px;
    float: left;
}
    /* .home-events {
        width: 66%;
        height: 134px;
        background-color: #fff;
        box-shadow: 5px 5px 20px rgba(58, 166, 159, 0.35);
        margin: 0 auto;
        margin-top: -74px;
        position: relative;
        z-index: 99;
    } */
    .home-events ul li {
        width: 100%;
        height: 90px;
        float: left;
    }
    .home-events .home-events-tu{
        width: 40px;
        height: 40px;
        float: left;
        padding-left: 3%;
    }
    .item-wz {
        width: 410px;
        height: 460px;
        position: absolute;
        top: 100px;
        left: 5%px;
        z-index: 99;
        background-color: rgba(255,255,255,0.9);
        box-shadow: 5px 5px 20px rgba(0,0,0,0.15);
    }
    .item-wz-nr {
        width: 95%;
        height: auto;
        overflow: hidden;
        padding: 5%;
    }
    .item-wz {
        width: 290px;
        height: 310px;
        position: absolute;
        top: 10%;
        left: 5%;
        z-index: 99;
        background-color: rgba(255,255,255,0.9);
        box-shadow: 5px 5px 20px rgba(0,0,0,0.15);
    }
    .item-wz-nr p {
        font-size: 15px;
        height: 90px;
        line-height: 30px;
        overflow: hidden;
        margin: 20px 0 8px 0;
    }
    .item-wz-nr i {
        width: 50px;
        height: 50px;
        font-size: 35px;
        color: #cccccc;
    }
    .item-wz-nr h3 {
        font-size: 20px;
        height: 24px;
        line-height: 24px;
        margin: 10px 0 10px 0;
    }
    .item-wz-nr span {
        width: 30px;
        height: 4px;
        display: block;
        background-color: #3aa69f;
    }
    .index01-box {
        width: 100%;
        height: auto;
        padding: 80px 0;
        overflow: hidden;
    }
    .index02 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .index02-r ul li .shuzi {
        font-size: 33px;
        height: 60px;
        line-height: 60px;
        color: #3aa69f;
        font-family: Arial;
        margin-bottom: 10px;
    }
    .index02-r ul li {
        width: 20%;
        height: auto;
        overflow: hidden;
        float: left;
        border-left: 1px solid #d8d8d8;
        padding: 10% 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .index02-l {
        width: 36%;
        height: auto;
        overflow: hidden;
        float: left;
        padding: 23px 0 10px 20px;
    }
    .common-width {
        width: 100%;
        margin: 0 auto;
    }
    .index02-l h3 {
        width: 100%;
        height: 34px;
        line-height: 34px;
        font-size: 19px;
        color: #3aa69f;
        margin-bottom: 0px;
    }
    .index02-l p {
        width: 100%;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    }
    .index02-l a {
       display: block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    background-color: #3aa69f;
    text-align: center;
    margin-top: 2px;
    }
	.index02-r {
    width: 59%;
    height: auto;
    overflow: hidden;
    float: right;
    background: url(../images/logo1.png) no-repeat right center;
}
    .index03-l-tu {
        width: 40%;
        height: 125px;
        padding: 26px 0 1px 0;
    }
    .index03-l-tu img {
       width: 175px;
		height: 160px;
    }
    .index03-l {
        float: left;
        width: 36%;
        height: auto;
        overflow: hidden;
        padding-left:25px;
    }
    .index03-l-zi h3 {
        font-size: 25px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin: 30px 0 0 0;
    }
    .index03-l-zi span {
        display: block;
        width: 40px;
        height: 4px;
        background-color: #fff;
        margin: 10px 0;
    }
    .index03-l-zi p {
        font-size: 12px;
		line-height:24px;
    }
    .index03-l-zi a {
        margin-top: 5px;
    }
	.index03-l-zi a {
    width: 30px;
    height: 30px;
    line-height: 29px;
    display: block;
    margin-top: 30px;
    padding-left: 1px;
}
	.index03-l-zi a  i{
    font-size:30px;
}
	.index03-r {
    width: 55%;
    height: auto;
    overflow: hidden;
    float: right;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 100px;
    padding: 20px 0;
}
.index03-r ul li {
    width: 33.33%;
    height: auto;
    float: left;
    text-align: center;
    margin: 20px 0;
}
.index03-r-tu {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 15px rgba(58, 166, 159, 0.35);
    margin: 0 auto;
    text-align: center;
}
.index03-r-tu img {
    width: 40px;
    height: 40px;
    padding-top: 20px;
}
.index04-u {
    width: 75%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
}
.index04-u-bt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
}
.index04-u-bt p {
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    font-family: Arial;
    color: #999;
    text-transform: uppercase;
}
.index04-u-bt h3 {
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    margin: 10px 0 20px 0;
}
.index04-u-nr h3 {
    width: 100%;
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
    margin-bottom: 15px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.index04-u-r-tp {
    width: 100%;
    height: 297px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 40px;
}
.index04-u-nr p {
    width: 100%;
    font-size: 13px;
    line-height: 26px;
    height: 72px;
    overflow: hidden;
    color: #999;
}
.index04-d-xq {
    width: 75%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.index04-d-bt h3 {
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    margin: 10px 0 17px 0;
    color: #fff;
}
.index04-txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.index04-txt-bt h3 {
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    color: #fff;
    margin-bottom: 15px;
}
.index04-txt-bt span {
    height: 23px;
    line-height: 23px;
    font-size: 15px;
    color: #ccc;
    font-family: Arial;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 5px;
}
.index04-txt-wz {
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}
.index04-tit {
    width: 150px;
    height: auto;
    overflow: hidden;
    float: right;
    background-color: #fff;
    border-radius: 5px;
}
.index04-tit ul li {
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
}

.index06 {
    width: 75%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.index06-tu {
    width: 216px;
    height: 300px;
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 9;
    margin-top: -185px;
    margin-left: -108px;
}
.index06-bg {
    width: 390px;
    height: 390px;
    position: absolute;
    top: 38%;
    left: 50%;
    margin-top: -160px;
    margin-left: -195px;
    -webkit-animation: run 10s linear 0s infinite;
}
.index03-r ul li:hover .index03-r-tu{
    display: none;
}
.index03-r ul li:hover .index03-r-tu2x{
	display:block;
}
.index03-r ul li:hover .index03-r-tu2{
    display: block;
}
.index03-r-tu2 img {
    width: 40px;
    height: 40px;
    padding-top: 10px;
}

.index03-r-tu2 {
    width: 80px;
    height: 80px;
    border: 1px solid #3aa69f;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 15px rgba(58, 166, 159, 0.35);
    margin: 0 auto;
    text-align: center;
    display: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index03-r-tu2x {
    width: 60px;
    height: 60px;
    /* border: 1px solid #3aa69f; */
    background-color: #3aa69f;
    border-radius: 50%;
    /* box-shadow: 2px 2px 15px rgba(58, 166, 159, 0.35); */
    margin: 0 auto;
    text-align: center;
    display:black;
    position: relative;
    top: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index08-box {
    width: 100%;
    height: 500px;
    background: url(../images/bg6.jpg) no-repeat center;
    background-size: cover;
}
.index08-tu-tb {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #3aa69f;
    border: 8px solid #fff;
    border-radius: 50%;
}
.index08-tu-tb i {
    font-size: 30px;
    color: #fff;
}
.index08-zi1 {
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 320px;
    left: 50px;
}
.index08-tu1 {
    position: absolute;
    top: 375px;
    left: 235px;
}
.index08-zi-bt {
    width: 200px;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #3aa69f;
    margin-bottom: 15px;
}
.index08-zi-nr {
    width: 200px;
    font-size: 12px;
    height: 72px;
    line-height: 23px;
    overflow: hidden;
    color: #666;
}
.index08-zi2 {
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 155px;
    left: 175px;
}
.index08-tu2 {
    position: absolute;
    top: 232px;
    left: 300px;
}
.index08-zi3 {
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 385px;
}
.index08-tu3 {
    position: absolute;
    top: 180px;
    left: 430px;
}
.index08-zi4 {
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 145px;
    left: 585px;
}
.index08-tu4 {
    position: absolute;
    top: 240px;
    left: 560px;
}
.index08-zi5 {
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 327px;
    right: 60px;
}
.index08-tu5 {
    position: absolute;
    top: 375px;
    left: 630px;
}
 .index05-box .common-width .index05{
        width: 95%;
        height: auto;
        margin: 0 auto;
    }
    .index05-box .common-width .index05 #case{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #case .green_box {
       float: left;
    width: 30%;
    height: auto;
    margin-top: -26%;
    margin-left: 18px;
}
#case .item .swiper_1 {
    float: left;
    width: 85%;
    height: 400px;
    overflow: hidden;
}
.owl-carousel .owl-stage-outer {
    padding-left: 4%;
    
}
#case .owl-nav .owl-prev {
    margin-left: -4%;
}
#case .owl-nav .owl-next {
    left: 19%;
}
#case .item .swiper_1 .green_box {
    float: left;
    width: 30%;
    height: auto;
    margin-top: 11%;
    margin-left: -85px;
}
.item-wz-nr {
    width: 90%;
    height: auto;
    overflow: hidden;
    padding: 5%;
}
    
	#case .item .swiper_1 .green_box {
    float: left;
    width: 30%;
    height: auto;
    margin-top: 5%;
    margin-left: -95px;
}
#case .green_box h3{
	font-size: 17px;
    height: 40px;
    line-height: 20px;
}
    #case .green_box p {
        font-size: 14px;
        margin-top: 0px;
        height: 100%;
        
    }
}
/* 笔记本解决方案列表页面 */
@media only screen and (max-width: 1440px){
	.logo {
    width: 282px;
    height: 64px;
    position: absolute;
    top: 50px;
    left: 70px;
    z-index: 99;
}
.left_nav_logo{
	position: absolute;
	left: 70px !important;
    top: 125px !important;
}
    .right_nav{
        display: none;
    }
    .swiper-container{
        height:700px;
    }
    .home-events ul li{
      hergin:80px;
    }
    .home-events-zi h3{
        font-size:14px;
        font-weight: 700;
        margin-bottom: 0px;
		margin-top:10px;
		margin-top: 12px;
    }
    .home-events .home-events-jt{
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 1.8rem;
        padding-right: 0%;
		    margin-top: 16px;
    }
    .home-events-jt i {
        font-size: 30px;
        color: #cccccc;
    }
    .inner {
        position: absolute;
        display: block;
        width: 1000px;
        height: auto;
        overflow: hidden;
        left: 15%;
        top: 46%;
    }
    .banner-text h3 {
        font-size: 30px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        margin-bottom: 10px;
        letter-spacing: 4px;
    }
    .banner-text {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .home-events-zi {
        width: 55%;
        height: 60px;
        float: left;
        padding-left: 10px;
        padding-top: 5px;
    }
    .home-events-zi p{
        font-size: 12px;
        color: #999;
        text-transform: uppercase;
        font-family: Arial;
        transform: scale(0.8);
        margin-left: -18px;
    }
    .home-events ul li a {
        display: block;
        padding: 25px 0;
    }
    .home-events {
        width: 75%;
        height: 90px;
        background-color: #fff;
        box-shadow: 5px 5px 20px rgba(58, 166, 159, 0.35);
        margin: 0 auto;
        margin-top: -45px;
        position: relative;
        z-index: 99;
    }
	.home-events ul li {
    width: 100%;
    height: 100px;
    float: left;
}
    /* .home-events {
        width: 66%;
        height: 134px;
        background-color: #fff;
        box-shadow: 5px 5px 20px rgba(58, 166, 159, 0.35);
        margin: 0 auto;
        margin-top: -74px;
        position: relative;
        z-index: 99;
    } */
    .home-events ul li {
        width: 100%;
        height: 90px;
        float: left;
    }
    .home-events .home-events-tu{
        width: 40px;
        height: 40px;
        float: left;
        padding-left: 3%;
    }
    .item-wz {
        width: 410px;
        height: 460px;
        position: absolute;
        top: 100px;
        left: 5%px;
        z-index: 99;
        background-color: rgba(255,255,255,0.9);
        box-shadow: 5px 5px 20px rgba(0,0,0,0.15);
    }
    .item-wz-nr {
        width: 95%;
        height: auto;
        overflow: hidden;
        padding: 5%;
    }
    .item-wz {
        width: 290px;
        height: 310px;
        position: absolute;
        top: 10%;
        left: 5%;
        z-index: 99;
        background-color: rgba(255,255,255,0.9);
        box-shadow: 5px 5px 20px rgba(0,0,0,0.15);
    }
    .item-wz-nr p {
        font-size: 15px;
        height: 90px;
        line-height: 30px;
        overflow: hidden;
        margin: 20px 0 8px 0;
    }
    .item-wz-nr i {
        width: 50px;
        height: 50px;
        font-size: 35px;
        color: #cccccc;
    }
    .item-wz-nr h3 {
        font-size: 20px;
        height: 24px;
        line-height: 24px;
        margin: 10px 0 10px 0;
    }
    .item-wz-nr span {
        width: 30px;
        height: 4px;
        display: block;
        background-color: #3aa69f;
    }
    .index01-box {
        width: 100%;
        height: auto;
        padding: 80px 0;
        overflow: hidden;
    }
    .index02 {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .index02-r ul li .shuzi {
        font-size: 33px;
        height: 60px;
        line-height: 60px;
        color: #3aa69f;
        font-family: Arial;
        margin-bottom: 10px;
    }
    .index02-r ul li {
        width: 20%;
        height: auto;
        overflow: hidden;
        float: left;
        border-left: 1px solid #d8d8d8;
        padding: 10% 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .index02-l {
        width: 36%;
        height: auto;
        overflow: hidden;
        float: left;
        padding: 23px 0 10px 20px;
    }
    .common-width {
        width: 100%;
        margin: 0 auto;
    }
    .index02-l h3 {
        width: 100%;
        height: 34px;
        line-height: 34px;
        font-size: 19px;
        color: #3aa69f;
        margin-bottom: 0px;
    }
    .index02-l p {
        width: 100%;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    }
    .index02-l a {
       display: block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
    background-color: #3aa69f;
    text-align: center;
    margin-top: 2px;
    }
	.index02-r {
    width: 59%;
    height: auto;
    overflow: hidden;
    float: right;
    background: url(../images/logo1.png) no-repeat right center;
	margin-top: 25px;
}
    .index03-l-tu {
        width: 40%;
        height: 125px;
        padding: 26px 0 1px 0;
    }
    .index03-l-tu img {
       width: 175px;
		height: 160px;
    }
    .index03-l {
        float: left;
        width: 36%;
        height: auto;
        overflow: hidden;
        padding-left:25px;
    }
    .index03-l-zi h3 {
        font-size: 25px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: 700;
    margin: 30px 0 0 0;
    }
    .index03-l-zi span {
        display: block;
        width: 40px;
        height: 4px;
        background-color: #fff;
        margin: 10px 0;
    }
    .index03-l-zi p {
        font-size: 12px;
		line-height:24px;
    }
    .index03-l-zi a {
        margin-top: 5px;
    }
	.index03-l-zi a {
    width: 30px;
    height: 30px;
    line-height: 29px;
    display: block;
    margin-top: 30px;
    padding-left: 1px;
}
	.index03-l-zi a  i{
    font-size:30px;
}
	.index03-r {
    width: 55%;
    height: auto;
    overflow: hidden;
    float: right;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 100px;
    padding: 20px 0;
}
.index03-r ul li {
    width: 33.33%;
    height: auto;
    float: left;
    text-align: center;
    margin: 20px 0;
}
.index03-r-tu {
    width: 80px;
    height: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 15px rgba(58, 166, 159, 0.35);
    margin: 0 auto;
    text-align: center;
}
.index03-r-tu img {
    width: 40px;
    height: 40px;
    padding-top: 20px;
}
.index04-u {
    width: 90%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
}
.index04-u-bt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 25px;
}
.index04-d {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
}
.index04-u-bt p {
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    font-family: Arial;
    color: #999;
    text-transform: uppercase;
}
.index04-u-bt h3 {
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    margin: 10px 0 20px 0;
}
.index04-u-nr h3 {
    width: 100%;
    font-size: 17px;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
    margin-bottom: 15px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.index04-u-r-tp {
    width: 100%;
    height: 260px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 40px;
}
.index04-u-nr p {
    width: 100%;
    font-size: 13px;
    line-height: 26px;
    height: 72px;
    overflow: hidden;
    color: #999;
}
.index04-d-xq {
    width: 75%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.index04-d-bt h3 {
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    margin: 10px 0 17px 0;
    color: #fff;
}
.index04-txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.index04-txt-bt h3 {
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    color: #fff;
    margin-bottom: 15px;
}
.index04-txt-bt span {
    height: 23px;
    line-height: 23px;
    font-size: 15px;
    color: #ccc;
    font-family: Arial;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 5px;
}
.index04-txt-wz {
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}
.index04-tit {
    width: 150px;
    height: auto;
    overflow: hidden;
    float: right;
    background-color: #fff;
    border-radius: 5px;
}
.index04-tit ul li {
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
}

.index06 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.index06-tu {
    width: 216px;
    height: 300px;
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 9;
    margin-top: -185px;
    margin-left: -108px;
}
.index06-bg {
    width: 390px;
    height: 390px;
    position: absolute;
    top: 38%;
    left: 50%;
    margin-top: -160px;
    margin-left: -195px;
    -webkit-animation: run 10s linear 0s infinite;
}
.index03-r ul li:hover .index03-r-tu{
    display: block;
}
.index03-r ul li:hover .index03-r-tu2x{
	display:none;
}
.index03-r ul li:hover .index03-r-tu2{
    display: none;
}
.index03-r-tu2 img {
    width: 40px;
    height: 40px;
    padding-top: 10px;
}

.index03-r-tu2 {
    width: 80px;
    height: 80px;
    border: 1px solid #3aa69f;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 15px rgba(58, 166, 159, 0.35);
    margin: 0 auto;
    text-align: center;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index03-r-tu2x {
    width: 60px;
    height: 60px;
    /* border: 1px solid #3aa69f; */
    background-color: #3aa69f;
    border-radius: 50%;
    /* box-shadow: 2px 2px 15px rgba(58, 166, 159, 0.35); */
    margin: 0 auto;
    text-align: center;
    display:block;
    position: relative;
    top: 10px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.index08-box {
    width: 100%;
    height: 500px;
    background: url(../images/bg6.jpg) no-repeat center;
    background-size: cover;
}
.index08-tu-tb {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #3aa69f;
    border: 8px solid #fff;
    border-radius: 50%;
}
.index08-tu-tb i {
    font-size: 30px;
    color: #fff;
}
.index08-zi1 {
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 320px;
    left: -10px;
}
.index08-tu1 {
    position: absolute;
    top: 355px;
    left: 185px;
}
.index08-zi-bt {
    width: 200px;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #3aa69f;
    margin-bottom: 15px;
}
.index08-zi-nr {
    width: 200px;
    font-size: 12px;
    height: 72px;
    line-height: 23px;
    overflow: hidden;
    color: #666;
}
.index08-zi2 {
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 155px;
    left: 115px;
}
.index08-tu2 {
    position: absolute;
    top: 232px;
    left: 250px;
}
.index08-zi3 {
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 325px;
}
.index08-tu3 {
    position: absolute;
    top: 180px;
    left: 380px;
}
.index08-zi4 {
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 145px;
    left: 525px;
}
.index08-tu4 {
    position: absolute;
    top: 240px;
    left: 495px;
}
.index08-zi5 {
    width: 200px;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 327px;
    right: 35px;
}
.index08-tu5 {
    position: absolute;
    top: 355px;
    left: 550px;
}

}

/* 屏幕小过980px的时候 */
@media only screen and (max-width: 980px) {
    .home-events{width: 90% !important;};
    .home-events .home-events-jt {
      width: 30px;
      height: 30px;
      float: right;
      margin-right: 0.8rem;
      padding-right: 0%;
  }
  .right_nav{
    display: none;
}
.swiper-container{
    height:700px;
}
.home-events ul li{
  hergin:80px;
}
.home-events-zi h3{
    font-size:12px;
    font-weight: 700;
    margin-bottom: 0px;
}
.home-events .home-events-jt{
    width: 30px;
    height: 30px;
    float: right;
    margin-right: .8rem;
    margin-top: .3rem;
    padding-right: 0%;
}
.home-events-jt i {
    font-size: 30px;
    color: #cccccc;
}
.inner {
    position: absolute;
    display: block;
    width: 1000px;
    height: auto;
    overflow: hidden;
    left: 15%;
    top: 46%;
}
.banner-text h3 {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 4px;
}
.banner-text {
    width: 60%;
    height: auto;
    overflow: hidden;
}
.home-events-zi {
    width: 55%;
    height: 60px;
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}
.home-events-zi p{
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-family: Arial;
    transform: scale(0.8);
    margin-left: -18px;
}
.home-events ul li a {
    display: block;
    padding: 25px 0;
}
.home-events {
    width: 90%;
    height: 90px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(58, 166, 159, 0.35);
    margin: 0 auto;
    margin-top: -45px;
    position: relative;
    z-index: 99;
}
/* .home-events {
    width: 66%;
    height: 134px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(58, 166, 159, 0.35);
    margin: 0 auto;
    margin-top: -74px;
    position: relative;
    z-index: 99;
} */
.home-events ul li {
    width: 100%;
    height: 90px;
    float: left;
}
.home-events .home-events-tu{
    width: 40px;
    height: 40px;
    float: left;
    padding-left: 3%;
}
.item-wz {
    width: 410px;
    height: 460px;
    position: absolute;
    top: 100px;
    left: 5%px;
    z-index: 99;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.15);
}
.item-wz-nr {
    width: 95%;
    height: auto;
    overflow: hidden;
    padding: 5%;
}
.item-wz {
    width: 290px;
    height: 310px;
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 99;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.15);
}
.item-wz-nr p {
    font-size: 15px;
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    margin: 20px 0 8px 0;
}
.item-wz-nr i {
    width: 50px;
    height: 50px;
    font-size: 35px;
    color: #cccccc;
}
.item-wz-nr h3 {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    margin: 10px 0 10px 0;
}
.item-wz-nr span {
    width: 30px;
    height: 4px;
    display: block;
    background-color: #3aa69f;
}
.index01-box {
    width: 100%;
    height: auto;
    padding: 80px 0;
    overflow: hidden;
}
.index02 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index02-r ul li .shuzi {
    font-size: 33px;
    height: 60px;
    line-height: 60px;
    color: #3aa69f;
    font-family: Arial;
    margin-bottom: 10px;
}
.index02-r ul li {
    width: 20%;
    height: auto;
    overflow: hidden;
    float: left;
    border-left: 1px solid #d8d8d8;
    padding: 10% 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.index02-l {
    width: 36%;
    height: auto;
    overflow: hidden;
    float: left;
    padding: 23px 0 10px 20px;
}
.common-width {
    width: 100%;
    margin: 0 auto;
}
.index02-l h3 {
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 19px;
    color: #3aa69f;
    margin-bottom: 0px;
}
.index02-l p {
    width: 100%;
    line-height: 28px;
    font-size: 15px;
    color: #666;
}
.index02-l a {
    display: block;
    width: 121px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    background-color: #3aa69f;
    text-align: center;
    margin-top: 0px;
}
.index03-l-tu {
    width: 40%;
    height: 125px;
    padding: 26px 0 1px 0;
}
.index03-l-tu img {
    width: 100px;
    height: 100px;
}
.index03-l {
    float: left;
    width: 36%;
    height: auto;
    overflow: hidden;
    padding-left:25px;
}
.index03-l-zi h3 {
    font-size: 25px;
    height: 36px;
    line-height: 36px;
    color: #fff;
}
.index03-l-zi span {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #fff;
    margin: 10px 0;
}
.index03-l-zi p {
    font-size: 15px;
}
.index03-l-zi a {
    margin-top: 5px;
}
.index03-box{
	display:none;
}
}

/* 三列导航栏适应笔记本 */
@media  screen and (min-width:980px) and (max-width: 1440px){
    .home-events ul li {
        width: 100%;
        height: 100px;
        float: left;
    }
    .home-events .home-events-tu{
        width: 60px;
        height: 60px;
        float: left;
        padding-left: 3%;
    }
    .item-wz {
        width: 410px;
        height: 460px;
        position: absolute;
        top: 100px;
        left: 5%px;
        z-index: 99;
        background-color: rgba(255,255,255,0.9);
        box-shadow: 5px 5px 20px rgba(0,0,0,0.15);
    }
    .item-wz-nr {
        width: 95%;
        height: auto;
        overflow: hidden;
        padding: 5%;
    }
    .item-wz {
        width: 290px;
        height: 325px;
        position: absolute;
        top: 10%;
        left: 5%;
        z-index: 99;
        background-color: rgba(255,255,255,0.9);
        box-shadow: 5px 5px 20px rgba(0,0,0,0.15);
    }
    .item-wz-nr p {
        font-size: 15px;
        height: 90px;
        line-height: 30px;
        overflow: hidden;
        margin: 20px 0 8px 0;
    }
    .item-wz-nr i {
        width: 50px;
        height: 50px;
        font-size: 35px;
        color: #cccccc;
    }
    .item-wz-nr h3 {
        font-size: 20px;
        height: auto;
        line-height: 24px;
        margin: 10px 0 10px 0;
    }
    .item-wz-nr span {
        width: 30px;
        height: 4px;
        display: block;
        background-color: #3aa69f;
    }
    .index01-box {
        width: 100%;
        height: auto;
        padding: 80px 0;
        overflow: hidden;
    }
    .index02 {
        width: 78%;
		margin:0 auto;
        height: auto;
        overflow: hidden;
		padding: 15px 0;
    }
    .index02-r ul li .shuzi {
        font-size: 33px;
        height: 60px;
        line-height: 60px;
        color: #3aa69f;
        font-family: Arial;
        margin-bottom: 10px;
    }
	.index02-r ul{
		    margin: 0 0 0 8px;
			position: relative;
			left: 0px;
	}
    .index02-r ul li {
        width: 25%;
        height: auto;
        overflow: hidden;
        float: left;
        border-left: 1px solid #d8d8d8;
        padding: 10% 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
	.index02-r ul li .shuzi span{
		font-size: 25px;
	}
    .index02-l {
        width: 36%;
        height: auto;
        overflow: hidden;
        float: left;
        padding: 23px 0 10px 20px;
    }
    .common-width {
        width: 100%;
        margin: 0 auto;
    }
	.index02-box .common-width {
        width: 100%;
        margin: 0 auto;
    }
	.index03-box .common-width {
        width: 100%;
        margin: 0 auto;
    }
    .index02-l h3 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #3aa69f;
    margin-bottom: 0px;
}
	.index02-r ul li .miaoshu {
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    color: #666;
    padding-left: 28px;
    margin-top: -10px;
}
    .index03-box {
        width: 100%;
        height: 550px;
        background: url(../images/bg1.jpg) no-repeat center;
    }
    .index03-box .index03{
        width: 75%;
        overflow: hidden;
        position: relative;
		margin:0 auto;
    }
    .index03-l {
        float: left;
        width: 40%;
        padding: 0 0 0 3%;
        box-sizing: border-box;
        height: auto;
        overflow: hidden;
    }
    .index03-l-tu {
        width: 100%;
    height: 110px;
    padding: 70px 0 15px 0;
    }
    .index03-l-zi span {
        display: block;
        width: 40px;
        height: 4px;
        background-color: #fff;
        margin: 25px 0;
    }
    .right_nav {
        width: 120px;
        height: 560px;
        background: #3aa69f;
        color: #fff;
        position: fixed;
        bottom: 12%;
        right: 30px;
        z-index: 99999;
    }
	.index04-u-wz ul li span {
    width: 24%;
    display: inline-block;
    float: right;
    color: #999;
    margin-top: 0;
}
	.index05-box .index04-u-bt {
    margin-bottom: 0;
    padding-left: 10%;
	box-sizing:border-box;
}
	.index10 {
    width: 95%;
    height: auto;
    margin: 0 auto;
}
	.index10-l-bt {
    width: 258px;
    height: 92px;
    color: #fff;
    text-align: center;
    background: url(../images/ku4.png) no-repeat center;
    background-size: 76%;
}
.index10-l-bt h3 {
    height: 20px;
    line-height: 20px;
    font-size: 25px;
    padding: 15px 0;
}
.index10-l-bt p {
    height: 22px;
    line-height: 12px;
    font-size: 17px;
}
.index10-r {
    width: 500px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-right: 0%; 
}
.index10-r-bt h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.index10-r-bt h3 img {
    height: 40px;
    width: auto;
    padding-right: 10px;
    position: relative;
    top: 10px;
}
.index10-r-bt p {
    width: 100%;
    height: 17px;
    line-height: 17px;
    font-size: 17px;
    color: #999;
}
.index10-r-nr ul li {
    width: 83%;
    height: 58px;
    line-height: 58px;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 64px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.index06-zi-l ul li .index06-zi-bt {
    width: 100%;
    height: 50px;
    background: url(../images/ku1.png) no-repeat center left;
    background-size: 15%;
    position: relative;
}
.index06-zi-l ul li .index06-zi-bt span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    font-weight: bold;
    display: block;
    color: #3aa69f;
    border-bottom: 2px solid #3aa69f;
    padding-top: 10px;
    position: absolute;
    top: 5px;
    left: 8px;
}
.index06-zi-l ul li .index06-zi-bt h3 {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    left: 41px;
}
.index06-zi-l ul li p {
    width: 100%;
    line-height: 22px;
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}
.index06-zi-r ul li .index06-zi-bt {
    width: 100%;
    height: 60px;
    background: url(../images/ku2.png) no-repeat center right;
    background-size: 15%;
    position: relative;
}
.index06-zi-r ul li .index06-zi-bt span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    font-weight: bold;
    display: block;
    color: #3aa69f;
    border-bottom: 2px solid #3aa69f;
    padding-top: 10px;
    position: absolute;
    top: 5px;
    right: 8px;
}
.index06-zi-r ul li .index06-zi-bt h3 {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 40px;
}
}
/* 首页客服案例 */
 @media only screen and (max-width: 1440px){
    
    .index05-box .common-width .index05{
        width: 95%;
        height: auto;
        margin: 0 auto;
    }
    .index05-box .common-width .index05 #case{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #case .green_box {
       float: left;
    width: 30%;
    height: auto;
    margin-top: -26%;
    margin-left: 18px;
}
#case .item .swiper_1 {
    float: left;
    width: 85%;
    height: 400px;
    overflow: hidden;
}
.owl-carousel .owl-stage-outer {
    padding-left: 0%;
    
}
#case .owl-nav .owl-prev {
    margin-left: -4%;
}
#case .owl-nav .owl-next {
    left: 19%;
}
#case .item .swiper_1 .green_box {
    float: left;
    width: 30%;
    height: auto;
    margin-top: 11%;
    margin-left: -85px;
}
.item-wz-nr {
    width: 90%;
    height: auto;
    overflow: hidden;
    padding: 5%;
}
    
	#case .item .swiper_1 .green_box {
    float: left;
    width: 30%;
    height: auto;
    margin-top: 5%;
    margin-left: -95px;
}
#case .green_box h3{
	font-size: 17px;
    height: 40px;
    line-height: 20px;
}
    #case .green_box p {
        font-size: 14px;
        margin-top: 0px;
        height: 100%;
        
    }!important
} 

@media only screen and (max-width: 1200px){
	.index09-box{display: none;}
	.home-events{display: none;}
	.index05-box{display: none;}
}
 @media only screen and (max-width: 680px){
	 .home-events{
		 display:block ;
	 }
	.swiper-container{
		margin-left: auto;
		margin-right: auto;
		position: relative;
		overflow: hidden;
		z-index: 1;
		height: 300px;
	}
	.swiper-wrapper{
		width: 100%;
		height: 300px;
		transform: translate3d(-300px, 0px, 0px);
    transition-duration: 0.001s;
    
	}
	.swiper-slide{
		width: 100%;
		height: 300px;
		background-size: cover !important;
	}
	 .logo {
		width: 35%;
		height: auto;
		position: absolute;
		top: 18px;
		left: 70px;
		z-index: 99;
}
.home-events ul {
    display: block;
    grid-template-columns: repeat(3,1fr);
}
.home-events-zi h3 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0px;
	margin-top:0px;
}

.index03-box {
    width: 100%;
height: 444px;}
.index06-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/bg4.jpg) no-repeat center;
    padding: 90px 0 40px 0;
    background-size: cover;
}
.index04-box {
   display:black;
}
.index04-u-r {
    width: 41%;
    height: auto;
    overflow: hidden;
    float: right;
    display: none;
}
.index04-box .common-width{
	width:90% !important;
}
.index04-u {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
}
.index04-u-l {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
}
.index04-u-bt p {
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    font-family: Arial;
    color: #999;
    text-transform: uppercase;
}
.index04-u-bt h3 {
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    margin: 10px 0 14px 0;
}
.index04-tit {
    width: 100px;
    height: auto;
    overflow: hidden;
    float: right;
    background-color: #fff;
    border-radius: 5px;
}
.index04-d-xq {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.index04-tit ul li.casehover span {
    height: 40px;
    background: url(../images/law-icon1-h.png) no-repeat center;
    background-size: contain;
    display: block;
    margin-bottom: 10px;
}
.index04-con {
    width: 66%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: -50px;
}
.index04-txt-bt span {
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    color: #ccc;
    font-family: Arial;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 5px;
}
.index04-u-wz ul li span {
    width: 24%;
    display: inline-block;
    float: right;
    color: #999;
    margin-top: 0;
}
.index04-u-xq {
    
    padding-top: 10%;
}
.index04-d {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 120px;
}
.index04-u-nr p{
	display:none;
}

.index04-u-wz ul li a{
	overflow:hidden;
	white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.index06-zi-l, .index06-zi-r {
    width: 100% !important;
}
.index06-zi-l ul li,.index06-zi-r ul li {
    
    margin-bottom: 5px;
}
.index06-zi-l ul li p,.index06-zi-r ul li p {
    margin-top: 5px;
	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.index06-zi-l ul li .index06-zi-bt {
    width: 100%;
    height: 45px;
    background: url(../images/ku1.png) no-repeat center left;
    position: relative;
    background-size: contain;
}
.index06-zi-l ul li .index06-zi-bt span {
    width: 24px;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    font-weight: bold;
    display: block;
    color: #3aa69f;
    border-bottom: 2px solid #3aa69f;
    padding-top: 10px;
    position: absolute;
    top: 0px;
    left: 8px;
}
.index06-zi-l ul li .index06-zi-bt h3 {
    height: 20px;
    line-height: 20px;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    top: 27px;
    left: 38px;
}
.index06-zi-r ul li .index06-zi-bt {
    width: 100%;
    height: 45px;
    background: url(../images/ku2.png) no-repeat center right;
    position: relative;
    background-size: contain;
}
.index06-zi-r ul li .index06-zi-bt span {
    width: 24px;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    font-weight: bold;
    display: block;
    color: #3aa69f;
    border-bottom: 2px solid #3aa69f;
    padding-top: 10px;
    position: absolute;
    top: 0px;
    right: 8px;
}
.index06-zi-r ul li .index06-zi-bt h3{
	height: 20px;
    line-height: 20px;
    font-size: 17px;
    font-weight: bold;
    position: absolute;
    top: 28px;
    right: 37px;
}
.index07-box{
	padding: 30px 0 20px 0;
}
.index10-box{
	padding:30px 0 20px 0;
}
.index10-r-bt div.tel{
	display:block;
    font-size: 20px;
    color: #3aa69f;
    font-weight: 600;
}
.index10-r-bt div.tel>a{
	color: #3aa69f;
}
.index10-r-nr{
	margin-top:0px;
}
.index08-box {
    display: none;
}
.index08-box {
    width: 100%;
    height: 680px;
    background: none;
}
.index08 {
    width: 86%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}
.index08-tu1,.index08-tu2,.index08-tu3,.index08-tu4,.index08-tu5{
	display:none;
}
.index08-zi1,.index08-zi2,.index08-zi3,.index08-zi4,.index08-zi5{
	width:250px;
	position:static;
	margin:0 auto;
}
.index08-zi-nr{
	width:250px;
}
.index08-zi-bt {
	margin: 0 auto;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #3aa69f;
    margin-bottom: 15px;
}
.index08-zi-nr {
    font-size: 14px;
    height: 80px;
    line-height: 24px;
    overflow: hidden;
    color: #666;
}
.index09-box {
	display:black;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 80px;
}
.index09-tu1-tu {
    width: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    background: url(../images/ku3.png) no-repeat center;
    background-size: contain;
}
.index09 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.index09-bt {
    width: 400px;
    height: 80px;
    text-align: center;
    background-color: #3aa69f;
    position: absolute;
    left: 50%;
    margin-left: -195px;
    top: -19px;
    z-index: 99;
    padding-top: 20px;
}
.index09-bt h3 {
    font-size: 28px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    padding-top: 18px;
    letter-spacing: 8px;
    text-align: center;
    width: 100%;
}
.index09-bt p {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    padding-top: 6px;
    font-family: Arial;
    text-transform: uppercase;
}
.index09 ul li {
    width: 14%;
    height: auto;
    float: left;
    text-align: center;
}
.index09-tu1-tu i {
    font-size: 26px;
    color: #fff;
}
.index09-tu1-zi {
    font-size: 16px;
    margin-top: 6px;
    margin-left: 5px;
}
.footer_box .erweima .ewm_down>div:first-child{
	display:block;
	color: #3aa69f !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 2% 0 !important;
	text-align:center;
}
.footer_box .erweima .ewm_down div.tel{
	display:none;
}
.index10-r-nr ul  li.first_li{
	margin-top:5px;
}
 }
 

















