anim* {
	margin: 0;
	padding: 0;
}

/* html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
small,
strong,
dl,
dt,
dd,
ol,
ul {
	margin: 0;
	padding: 0;
	font-size: 100%;
} */

ul,
a,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: initial;
}

/* body {
	font-size: 1rem;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	color: #666;
	background: #fff;
	overflow-x: hidden;
} */


ul,
ol {
	list-style: none;
}

li,
span ,
em,
strong,
i{
	display: inline-block;
}

em,
strong,
i {
	font-style: normal;
}

a {
	display: inline-block;
	color: #666;
	text-decoration: none;
	cursor: pointer;
	outline:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a,i,span{
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
img {
	max-width: 100%;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

/* .inner {
    margin: 0 auto;
    width: 96rem;
    height: 30rem;
    margin-top: 1.9rem;
} */


.case {
	width:100%;
	background:#f7f7f7;
}
.case .box {
	max-width:1600px;
	margin:auto;
	display:table;
}
.case .box .case-list {
	width:100%;
	display:table;
	padding:40px 0 80px;
}
.case .box .case-list li {
	width:23.75%;
	float:left;
	background:#fff;
	margin-right:1.25%;
	margin-bottom:20px;
	transition:all ease .5s;
}
.case .box .case-list li:last-child {
	margin-right:0;
}
.case .box .case-list li a {
	width:100%;
	display:block;
}
.case .box .case-list li .img {
	width:100%;
	overflow:hidden;
	position:relative;
}
.case .box .case-list li .img:before {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/icon37.png) center center no-repeat;
	content:"";
	z-index:3;
	opacity:0;
	transition:all ease .5s;
}
.case .box .case-list li .img:after {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/icon40.png) center center no-repeat;
	content:"";
	z-index:2;
	opacity:0;
	transition:all ease .5s;
}
.case .box .case-list li .img img {
	width:100%;
	transition:all ease .5s;
}
.case .box .case-list li .tbox {
	width:100%;
	padding:20px;
}
.case .box .case-list li .tbox .t1 {
	font-size:22px;
	line-height:24px;
	color:#222;
	margin-bottom:24px;
	transition:all ease .5s;
}
.case .box .case-list li .tbox .t2 {
	font-size:14px;
	line-height:24px;
	color:#666;
	margin-bottom:30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case .box .case-list li .tbox .t3 {
	font-size:14px;
	line-height:24px;
	color:#999;
	background:url(../images/icon38.png) 68px center no-repeat;
	transition:all ease .5s;
}
.case .box .case-list li:hover {
	box-shadow:0 0 25px 0 rgba(0,0,0,.15);
}
.case .box .case-list li:hover .img:before {
	opacity:1;
}
.case .box .case-list li:hover .img:after {
	opacity:1;
}
.case .box .case-list li:hover .img img {
	transform:scale(1.1);
}
.case .box .case-list li:hover .tbox .t1 {
	color:#009966;
}
.case .box .case-list li:hover .tbox .t3 {
	color:#222;
	background:url(../images/icon39.png) 68px center no-repeat;
}


.case-info {
	max-width:1680px;
	margin:0px auto 80px;
	background:#fff;
	position:relative;
	z-index:2;
	padding:44px 30px 42px;
	display:table;
}
.case-info .leftbox {
	width:65%;
	float:left;
}
.case-info .leftbox .txt {
	font-size: 1rem;
    line-height: 2rem;
	color:#555;
}
.case-info .leftbox .other-solution {
	width:100%;
	border-top:1px solid #f1f1f1;
	margin-top:3.38rem;
	padding-top:2.31rem;
}
.case-info .leftbox .other-solution .t1 {
	font-size:1.13rem;
	line-height:1.5rem;
	color:#c3c3c3;
}
.case-info .leftbox .other-solution .list {
	width:100%;
	display:table;
	margin-top:.75rem;
}
.case-info .leftbox .other-solution .list li {
	width:25%;
	float:left;
	padding-left:.94rem;
	position:relative;
}
.case-info .leftbox .other-solution .list li:after {
	content:"";
	width:4px;
	height:4px;
	background:#999;
	position:absolute;
	left:0;
	top:21px;
}
.case-info .leftbox .other-solution .list li a {
	width:100%;
	display:block;
	font-size:16px;
	line-height:46px;
	transition:all ease .5s;
}
.case-info .leftbox .other-solution .list li:hover a {
	color:#009966;
}
.case-info .leftbox .other-case {
	margin-top:46px;
	border-top:1px solid #f1f1f1;
}
.case-info .leftbox .other-case .t1 {
	font-size:18px;
	line-height:30px;
	color:#999;
	margin-top:33px;
}
.case-info .leftbox .other-case .list {
	width:100%;
	display:table;
	margin-top:24px;
}
.case-info .leftbox .other-case .list li {
	float:left;
	width:31.7%;
	margin-right:2.45%;
}
.case-info .leftbox .other-case .list li:nth-child(3n) {
	margin-right:0;
}
.case-info .leftbox .other-case .list li a {
	width:100%;
	display:block;
}
.case-info .leftbox .other-case .list li .img {
	width:100%;
	overflow:hidden;
}
.case-info .leftbox .other-case .list li .img img {
	width:100%;
	transition:all ease .5s;
}
.case-info .leftbox .other-case .list li:hover .img img {
	transform:scale(1.1);
}
.case-info .leftbox .other-case .list li .t2 {
	font-size: 1rem;
    line-height: 2rem;
    color: #222;
    padding: .1rem;
    margin-bottom: .2rem;
    transition: all ease .5s;
}
.case-info .leftbox .other-case .list li:hover .t2 {
	color:#009966;
}

.case-info .rightbox {
	width:29%;
	float:right;
}
.case-info .rightbox .img {
	width:100%;
}
.case-info .rightbox .about-news {
	width:100%;
	padding-left:30px;
	margin-top:56px;
        border-left: 1px solid #f1f1f1;
}
.case-info .rightbox .about-news .t1 {
	font-size:18px;
	line-height:24px;
	color:#c3c3c3;
}
.case-info .rightbox .about-news .list {
	width:100%;
	margin-top:7px;
}
.case-info .rightbox .about-news .list li {
	border-bottom:1px dashed #ccc;
	padding-bottom:25px;
	margin-bottom:14px;
}
.case-info .rightbox .about-news .list li:last-child {
	border-bottom:none;
}
.case-info .rightbox .about-news .list li a {
	width:100%;
	display:block;
}
.case-info .rightbox .about-news .list li .t2 {
	font-size:16px;
	line-height:50px;
	color:#222;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	transition:all ease .5s;
}
.case-info .rightbox .about-news .list li:hover .t2 {
	color:#009966;
}
.case-info .rightbox .about-news .list li .t3 {
	font-size:14px;
	line-height:24px;
	color:#666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case-info .rightbox .about-news .list li .t4 {
	font-size:14px;
	line-height:24px;
	color:#999;
}

.page-list {
	display: none;
	max-width:1600px;
	margin: 0 auto 50px;
    text-align:center;
}
.page-list a {
	/* width:40px; */
	width: 60px;
	height:40px;
	display:inline-block;
	border:1px solid #ccc;
	text-align:center;
	line-height:38px;
	font-size:16px;
	color:#666;
	background:#fff;
	border-radius:3px;
	margin-right:10px;
    transition: all 0.5s linear;
	font-family: 'gotham-Book';
}
.page-list a.page-num-current {
    color: #fff;
    border: unset;
    background: linear-gradient(to bottom right, #06e15e, #65cceb);
}
.page-list a:hover {
	color:#fff;
	background:linear-gradient(to bottom right, #06e15e, #65cceb);
	border:none;
}
.page-list a.now {
	color:#fff;
	background:#222;
	border:1px solid #222;
}
.page-list a.prev {
	background:#fff url(../images/icon24.png) center center no-repeat;
}
.page-list a.next {
	background:#fff url(../images/icon25.png) center center no-repeat;
}

@media(max-width:1660px) {
    .case .box .case-list li {
		height:488px;
   }
   .page-list {
   		margin:0 30px;
   	}
}
@media(max-width:1400px) {
      .case .box {
		padding:0 30px;
	}

}

@media(max-width:992px) {
	#pc-header, #pc-footer {
	    display: none;
	}
	#m-header, #m-footer, #navs {
	    display: block;
		z-index: 15;
        width: 100%;
	}
	#m-footer {
	    padding: 0;
	    background: none;
	}
	footer .footer-copyright {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    margin-top: 0 !important;
	    padding: .4rem 0 !important;
	    width: 100%;
	    height: auto;
	    font-family: 'sourceLight';
	    color: #333;
	    background-color: #3db18e;
	    font-size: 0.2rem !important;
	    border-top: 0.02rem solid rgba(153, 153, 153, 0.2);
	}
	footer .footer-copyright p {
		height: 0.6rem !important;
	    line-height: 1rem !important;
	    font-size: 0.25rem !important;
		text-transform: uppercase;
	}
	.m-confirm {
	    visibility: visible;
		width: 1rem;
	    opacity: 1;
	    z-index: 12;
	}
	.m-confirm .m-confirm__item {
	    width: 1rem;
		height: 1rem;
		padding-top: .15rem;
	    padding-bottom: .15rem;
	}
	.m-confirm .m-confirm__item .icon-zixun {
	    width: 1rem;
	    height: 1rem;
	    right: 0;
	    background-position-x: center;
	}
	.m-confirm .m-confirm__item .icon-dianhua {
	    width: 1rem;
	    height: 1rem;
	    right: 0;
	    background-position-x: center;
	}
	.m-confirm .m-confirm__item:before {
	    content: "";
	    position: absolute;
	    width: .9rem;
	    left: .1rem;
	    top: 0;
	    height: 1px;
	    background-color: #fff;
	    background-color: rgba(255,255,255,0.3);
	}
	.m-confirm .m-confirm__item:first-child {
	    border-radius: .1rem 0 0;
	}
	.m-confirm .m-confirm__item:last-child {
	    border-radius: 0 0 0 .1rem;
	}
	.m-confirm .m-confirm__item p {
	    margin-top: 2.5rem;
	}
	.m-confirm .m-confirm__item p,.m-confirm .m-confirm__item .content {
	    display: none;
	}
	.headerp .hot-line{
		display: none;
	}
	.inner {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    margin: 0 auto;
	    max-width: 95%;
	  }
	  #m-header .inner .regis {
		  position: absolute;
	      top: 0.5rem;
	      right: 4rem;
	      width: 5.55rem;
	      line-height: 2rem;
	      height: 2rem;
	      color: #fff;
	      text-align: center;
	      border-radius: 2rem;
	      background-image: linear-gradient(to right, #ea802c , #f05908);
	}

	  header.fixed,
	  .header.fixed {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 3rem;
	    background: #00000080;
	    -webkit-box-shadow: 0 0 0.09rem 0 #999;
	            box-shadow: 0 0 0.09rem 0 #999;
	    z-index: 999;
	  }

	  header {
	    background: #525252;
	    border-bottom: none;
	    -webkit-box-shadow: 0 0 0.09rem 0 #999;
	            box-shadow: 0 0 0.09rem 0 #999;
	  }

	  .header {
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    height: 3rem;
	  }
	  .header .header-logo {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-negative: 0;
	    flex-shrink: 0;
		width: auto;
	    height: 2rem;
	  }
	  .header .header-logo img {
	    margin: 0 auto;
	    display: inline-block;
	    max-width: 100%;
	    max-height: 100%;
	    width: 100%;
	    height: 100%;
	  }

	  .header .header-menu {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    -webkit-box-align: start;
	        -ms-flex-align: start;
	            align-items: flex-start;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
		width: 2rem;
	    height: 1.2rem;
	    z-index: 14;
	  }
	  .header .header-menu span {
	    position: relative;
	    display: inline-block;
		width: 2rem;
	    height: 0.18rem;
	    background: white;
	    -webkit-transition: all .3s;
	    transition: all .3s;
	    border-radius: 0.05rem;
	  }
	  .header .header-menu span::before {
	    position: absolute;
	    left: 0;
	    content: '';
	    display: inline-block;
		width: 2rem;
	    height: 0.18rem;
	    background-color: transparent;
	  }
	  .header .header-menu span::after {
	    position: absolute;
	    left: 0;
	    content: '';
	    display: inline-block;
		width: 2rem;
	    height: 0.18rem;
	    background: white;
	    border-radius: 50%;
	  }
	  .header .header-menu.active span::before {
	    display: none;
	  }
	  .header .header-menu.active span::after {
	    display: none;
	  }
	  .header .header-menu.active span:nth-child(1) {
	    width: 2rem;
	    -webkit-transform: rotate(40deg) translateY(0.5rem) translateX(0.2rem);
	            transform: rotate(40deg) translateY(0.5rem) translateX(0.2rem);
	  }
	  .header .header-menu.active span:nth-child(2) {
	    display: none;
	  }
	  .header .header-menu.active span:nth-child(3) {
	    -webkit-transform: rotate(-40deg) translateY(-0.5rem) translateX(0.2rem);
	            transform: rotate(-40deg) translateY(-0.5rem) translateX(0.2rem);
	  }
	  @-webkit-keyframes rotatefresh {
	    from {
	      -webkit-transform: rotate(0deg);
	              transform: rotate(0deg);
	    }
	    to {
	      -webkit-transform: rotate(360deg);
	              transform: rotate(360deg);
	      -webkit-transition-duration: 1s;
	              transition-duration: 1s;
	      -webkit-transition: 1s;
	      transition: 1s;
	    }
	  }
	  @keyframes rotatefresh {
	    from {
	      -webkit-transform: rotate(0deg);
	              transform: rotate(0deg);
	    }
	    to {
	      -webkit-transform: rotate(360deg);
	              transform: rotate(360deg);
	      -webkit-transition-duration: 1s;
	              transition-duration: 1s;
	      -webkit-transition: 1s;
	      transition: 1s;
	    }
	  }
	  nav#navs {
	    width: 17.5rem;
	    top: 3rem;
	    right: 0;
	    padding: 0 0.38rem;
	    height: calc(100vh - 2.08rem);
	    background-image: linear-gradient(#3d4655 , #181e24);
	    box-shadow: none;
	    visibility: hidden;
	    position: fixed;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	    background-color: white;
	    z-index: 1111;
	    color: #333;
	    overflow-x: hidden;
	    overflow-y: auto;
	  }
	  nav#navs h2 {
	    margin-bottom: 0.1rem;
	    font-size: 0.28rem;
	  }
	  nav#navs > ul {
	    position: fixed;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-direction: column;
	            flex-direction: column;
	    margin: 0 auto 1rem auto;
	    width: 75%;
	    height: calc(100vh - 6.25rem);
	  }
	  nav#navs > ul li {
		display: block;
	    position: relative;
		width: 90%;
	    -webkit-box-sizing: border-box;
	            box-sizing: border-box;
	    padding: 0 0.5rem;
	    line-height: 3rem;
	    border-bottom: 0.01rem solid #ccc;
	  }
	  nav#navs > ul li a {
	    position: relative;
	    top: 0.1rem;
	    display: inline-block;
	    width: 90%;
	    font-size: 0.8rem;
	    color: #fff;
	  }
	  nav#navs > ul li i {
	    position: absolute;
	    right: 0.25rem;
	    font-size: 0.3rem;
	    color: #fff;
	    top: 0.15rem;
	  }
	  nav#navs > ul li i::before {
	    content: "\ea27";
	  }
	  nav#navs > ul li > ul {
	    display: none;
	  }
	  nav#navs > ul li > ul > li a {
	    top: -0.08rem;
	    display: inline-block;
	    width: 100%;
	    height: 100%;
	  }
	  nav#navs > ul li > ul > li.active {
	    color: #555;
	  }
	  nav#navs > ul li > ul > li.active > a {
	    color: #555;
	  }
	  nav#navs > ul li > ul > li:last-child {
	    border-bottom: none;
	  }
	  nav#navs > ul li > ul > li::after {
	    display: none;
	  }
	  nav#navs > ul li > ul .item-gp {
  	    float: left;
  	    padding-top: 0.25rem;
  	    width: 1.7rem;
  	    padding-top: 12px;
  	    width: 100px;
  	}
  	nav#navs > ul li > ul .item-gp:first-child {
  	    margin-right: 1.2rem;
  	    margin-right: 28px;
  		float: left;
  		padding-top: 12px;
  		width: 100px;
  	}
  	nav#navs > ul li > ul .item-gp .tit a {
  	    display: block;
  	    font-size: 0.26rem;
  	    line-height: 0.54rem;
  	    border-bottom: 1px solid #009966;
  	    font-weight: bold;
  	    white-space: nowrap;
  	    font-size: 14px;
  	    line-height: 35px;
  	}
	  nav#navs > ul li.active {
	    color: #fff;
	  }
	  nav#navs > ul li.active i {
	    color: #fff;
	  }
	  nav#navs > ul li.active i::before {
	    content: "\ea24";
	  }
	  nav#navs > ul li.active > a {
	    color: #fff;
	  }
	  nav#navs.show {
	    visibility: visible;
	    overflow-x: hidden;
	    overflow-y: scroll;
	    z-index: 14;
	  }
	  nav#navs.fixed {
	    position: fixed;
	  }
	  .nav-modal{
	    background: rgba(21,22,35,0.5);
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 13;
	    display: none;
	  }
	  .nav-modal.nav-show{
	    display: block;
	  }
	.container, .container-sm, .container-md {
	    max-width: 46.25rem;
	  }
	.ny-banner {
        height: 7rem;
        padding-top:0px;
    }
	.ny-banner .cont h2 {
		font-size: .5rem;
	}
	.ny-banner .cont .cont-space {
		font-size: .3rem;
		line-height: .5rem;
    	margin-top: .2rem;
	}
	.full-crumbs {
	    position: relative;
	    z-index: 10;
	    width: 100%;
	    height: 1rem;
	    margin-top: -1rem;
	    box-sizing: content-box;
	    background-color: rgba(0,0,0,.5);
	}
	.full-crumbs .crumbs {
	    float: left;
	    font-size: .3rem;
	    padding: 0;
	    line-height: 1rem;
	    color: #fff;
	}
	.full-crumbs .crumbs a, .full-crumbs .crumbs i, .full-crumbs .crumbs span {
	    display: inline-block;
	    vertical-align: top;
	    color: #fff;
	    font-size: .3rem;
	    line-height: 1rem;
	    margin: 0 .2rem;
	}

	.case .box .case-list{
		padding: 30px 0;
	}
	.case .box .case-list li{
		height: 400px;
		width: 48%;
		margin-right: 4%;
	}
	.case .box .case-list li .tbox{
		padding: 30px 20px;
	}
	.case-info {
		padding: 24px 15px 24px;
		margin: 0 auto 40px;
	  }
	.case-info .leftbox{
		width: 100%;
	}
	.case-info .leftbox .other-solution {
		margin-top: .3rem;
		padding-top: .2rem;
	}
	.case-info .leftbox .other-solution .list{
		margin-top: .3rem;
	}
	.case-info .leftbox .other-solution .list li {
		width: 50%;
		padding-left: .2rem;
	}
	.case-info .leftbox .other-solution .t1 , .case-info .leftbox .other-solution .list li a{
		font-size: .3rem;
		line-height: .57rem;
	}
	.case-info .leftbox .txt {
	    font-size: .3rem;
	    line-height: .5rem;
	    color: #555;
	}

	.case-info .leftbox .other-case .list li .t2 {
		font-size: .3rem;
		line-height: .5rem;
	}
	.case .box .case-list li:nth-child(3n) {
		margin-right:4%;
	}
	.case .box .case-list li:nth-child(2n){
		margin-right: 0;
	}
	.case .box .case-list li .tbox .t1{
		margin-bottom: 10px;
	}
	.case .box .case-list li .tbox .t2{
		margin-bottom: 15px;
	}

	.case-info .rightbox{
		display: none;
	}
	.page-list{
        margin:0 12px 16px;
    }
	.page-list a {
		/* width: 30px; */
		width: 50px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.page-list a.page-num-current {
		color:#fff;
		border: unset;
		background: linear-gradient(to bottom right, #06e15e, #65cceb);
	}


}

@media(max-width:767px) {


	.case .box .case-list li{
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.case .box .case-list li:nth-child(3n){
		margin-right: 0;
	}

	.case-info{
		padding: 24px 15px 24px;
		margin: 0 auto 40px;
	}
	.case-info .leftbox .other-solution{
		margin-top: .5rem;
    	padding-top: .3rem;
	}
	.case-info .leftbox .other-solution .t1{
		font-size: .3rem;
    	line-height: .5rem;
	}
	.case-info .leftbox .other-solution .list {
	    margin-top: .3rem;
		padding-left: .2rem;
	}
	.case-info .leftbox .other-solution .list li{
		width: 50%;
		padding-left: .2rem;
	}
	.case-info .leftbox .other-solution .list li:after{
		top: .25rem;
	}
	.case-info .leftbox .other-solution .list li a{
		font-size: .25rem;
		line-height: .57rem;
	}
	.case-info .leftbox .other-case .list li .t2 {
	    font-size: .25rem;
	    line-height: .4rem;
	    color: #222;
	    padding: .1rem;
	    margin-bottom: .2rem;
	    transition: all ease .5s;
	}
	.case-info .leftbox .other-case{
		margin-top: 25px;
	}
	.case-info .leftbox .other-case .t1{
		font-size: 16px;
		margin-top: 20px;
	}
	.case-info .leftbox .other-case .list{
		margin-top: 15px;
	}
	.case-info .leftbox .other-case .list li{
		width: 49%;
		margin-right: 1%;
	}
	.case .box{
		padding: .2rem;
	}
	.case .box .case-list{
		padding: .2rem 0;
	}
	.case .box .case-list li .tbox{
		padding: .2rem .1rem;
	}
	.case .box .case-list li .tbox .t1{
		font-size: .4rem;
	}



}
