.w1300 {
  width: 1300px;
  position: relative;
  margin: 0 auto;
}
.w1200{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

li {
  float: left;
}

ul:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}

a {
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  color: #666;
}

a:hover {
  color: #ea5a25;
}

.show-header header{
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  border-bottom:4xp solid #ef3c1e;
}
.header-wrap{
  position: relative;
  top: 0;
  
}
header {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out 0s;
          transition: all 0.5s ease-out 0s;
		  
}
header .w1300 {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
header .top-link {
  line-height: 30px;
  height: 30px;
  width: 100%; 
  position: absolute;
  z-index: 99;
}
.m-header-sub .lang{
  display: none;
  color: #fff;
  padding-top: 18px;
  font-size:16px;
  width: 94%;
  margin: 0 auto;
  display: block;
}
header .top-link .search-sub{
  width: 382px;
  padding-top: 19px;
  height: 63px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 30px;
  display: none;
  z-index: 13;
}
header .top-link .search-box{
  margin-left: 40px;
}
header .top-link .search-box .tex{
  border: 1px solid #bebebe;
  font-size: 12px;
  height: 13px;
  line-height: 12px;
  padding: 14px 10px 13px;
  width: 194px;
}
header .top-link .search-box .sub-btn{
  border: none;
  width: 86px;
  height: 42px;
  background-color: #ea5a25;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
}
header .share {
  margin-left: 42px;
  margin-top: 4px;
}
header .share a {
  display: inline-block;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 8px;
  border-radius: 50%;
}
header .share .bd {
  background: url(../images/ico_01.png) no-repeat center #fff;
}
header .share .wd {
  background: url(../images/ico_02.png) no-repeat center #fff;
}
header .share .wx {
  background: url(../images/ico_03.png) no-repeat center #fff;
}
header .link {
  margin-right: 0;
  font-size: 14px;
  font-weight: bold;
}
header .link a {
  color: #fff;
  display: inline-block;
  float: left;
}
header .link .line {
  display: inline-block;
  float: left;
  width: 1px;
  height: 12px;
  background-color: #fff;
  margin: 10px 18px 0;
}
header .logo {
  display: inline-block;
  margin-top: -6px;
  margin-left: 0px;
  width: 18%;
}
header .nav {
  line-height: 42px;
  margin-right: 8px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
header .nav li {
  font-size: 16px;
  padding-right: 0;
  padding-bottom: 20px;
  position: relative;
}
header .nav a.tit {
  color: #000;
  padding-right:0;
 /* background: url(../images/ico_04.png) no-repeat right center;*/
  display: inline-block;
}
header .nav li:first-child a.tit {
	background: none;
	padding: 0;
}
header .nav li:hover a.tit {
  color: #ea5a25;
}
header .nav .sub-box {
  position: absolute;
  left: -30px;
  top: 100%;
  width: 170px;
  font-size: 16px;
  line-height: 30px;
  display: none;
  /*padding-top: 20px;*/
  /*padding-bottom: 36px;*/
  background-color: #f3f9f5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
header .nav .sub-box p{
  width: 150;
  line-height: 42px;
  margin: 0 auto;
  padding: 0 10px;
  transition: background 0.3s ease 0s;
}
header .nav .sub-box p:hover{
  background-color: #ea5a25;
}
header .nav .sub-box p:hover a{
  color: #fff;
  border-bottom: 1px solid #ea5a25;
}
header .nav .sub-box p:last-child a{
  border-bottom: none;
}
header .nav .sub-box a {
  display: inline-block;
  color: #333;
  padding-left: 20px;
  width: 130px;
  border-bottom: 1px solid #d4d4d4;
}
header .nav .sub-box a:hover {
  color: #ea5a25;
}
header .m-navico {
  display: none;
  width: 26px;
  height: 24px;
  background: url(../images/ico_19.png) no-repeat center;
  margin-top: 15px;
  background-size: 100% auto;
  margin-right: 4%;
  cursor: pointer;
  margin-top: 17px;
}
/*header .sub-menu {
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0;
  background: url(../images/bg_11.png) repeat 0;
  display: none;
  height: 210px;
  z-index: 1;
}*/

.m-header-sub {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../images/bg_10.png) repeat 0;
  padding-bottom: 10px;
  max-height: 100%;
  overflow: auto;
  z-index: 11;
  display: none;
}
.m-header-sub .top-main {
  width: 94%;
  padding: 14px 3%;
  background-color: #000;
}
.m-header-sub .top-main .close {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/ico_22.png) no-repeat center;
  cursor: pointer;
}
.m-header-sub ul {
  width: 94%;
  margin: 10px auto 0;
}
.m-header-sub li {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.m-header-sub li:last-child {
  border-bottom: none;
}
.m-header-sub .tit-box {
  line-height: 42px;
  cursor: pointer;
}
.m-header-sub .tit-box .stit {
  display: inline-block;
 
  font-size: 16px;
  color: #fff;
  background-size: auto 40% !important;
}
.m-header-sub .tit-box .ico {
  display: inline-block;
  width: 8px;
  height: 22px;
  background: url(../images/ico_32.png) no-repeat center;
  background-size: 100% auto !important;
  margin-top: 10px;
  opacity: 0.5;
}
 
.m-header-sub li.hover .tit-box .stit {
  color: #ea5a25;
}
.m-header-sub li.hover .tit-box .ico {
  width: 14px;
  height: 10px;
  background: url(../images/ico_32_h.png) no-repeat center;
  margin-top: 16px;
}
 
.m-header-sub .sub-li {
  padding-left: 7%;
  width: 93%;
  line-height: 38px;
  font-size: 14px;
  padding-bottom: 8px;
  display: none;
}
.m-header-sub .sub-li a {
  display: block;
  color: rgba(255, 255, 255, 0.4);
}
.m-header-sub .sub-li a:hover {
  color: #ea5a25;
}
.m-header-sub .sub-li .tex{
  border: 1px solid #868889;
  width: 52%;
  font-size: 16px;
  height: 21px;
  line-height: 20px;
  padding: 15px 5% 14px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  background: none;
}
.m-header-sub .sub-li .sub-btn{
  border: none;
  /*width: 80px;*/
  padding: 0 7px;
  height: 52px;
  text-align: center;
  color: #fff;
  background-color: #bc4a20;
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.m-header-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10;
  height: 100%;
  display: none;
}
.search-bg-alert{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 12;
  height: 100%;
  display: none;
}

header.show {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
}
/*header::after{
  content: "";
  display: block;
  height: 112px;
  width: 1300px;
  left: 50%;
  margin-left: -650px;
  background-color: #fff;
  z-index: 1;
  transition: all 0.3s ease 0s;
  position: absolute;
  top: 0;
}*/
header.show::after{
  width: 100%;
  left: 0;
  margin-left: 0;
}

.i-footer footer{
  background-color: #f5f5f5;
  border-top: none;
}
footer {
  padding-top: 76px;
  background-color: #ffffff;
  border-top: 3px solid #ea5a25;
}
footer .top-main {
  min-height: 290px;
}
footer .top-main dl {
  float: left;
  width: 14%;
}
footer .top-main dt {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 8px;
}
footer .top-main dt a {
  color: #000;
}
footer .top-main a {
  display: inline-block;
}
footer .top-main dd {
  line-height: 30px;
  font-size: 14px;
}
footer .top-main dd.stit{
  font-size: 16px;
  line-height: 30px;
}
footer .top-main dd.stit a{
  color: #000;
}
footer .top-main dd a {
  color: #666;
}
footer .top-main dd a:hover {
  color: #000;
}
footer .top-main .right-box .stit {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}
footer .top-main .right-box .take {
  margin-top: 18px;
}
footer .top-main .right-box .tex {
  border: 1px solid #b9b9b9;
  font-size: 12px;
  line-height: 12px;
  height: 13px;
  width: 195px;
  padding: 13px 11px 12px;
  color: #999;
  background-color: #f5f5f5;
}
footer .top-main .right-box .sub-btn {
  border: none;
  width: 86px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #ea5a25;
}
footer .top-main .right-box .book {
  margin-top:5px;
}
footer .top-main .right-box .book img{
  width: 80px;
}
footer .bot-wrap {
  line-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  /*height: 40px;*/
  border-top: 1px solid #c7c7c7;
}
footer .bot-wrap a {
  color: #666;
  display: inline-block;
}
footer .bot-wrap .link-box a {
  float: left;
  margin-right: 58px;
}
footer .bot-wrap a:hover {
  color: #000;
}
.float-right {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -85px;
  width: 60px;
  z-index: 10;
}
.float-right ul {
  width: 100%;
}
.float-right li {
  width: 60px;
  text-align: center;
  margin-bottom: 2px;
  background-color: #383838;
  position: relative;
}
.float-right li .sub-phone{
  display: none;
  width: 116px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  background-color: #ea5a25;
  position: absolute;
  right: 100%;
  top: 0;
  font-size: 14px;
}
.float-right li:hover .sub-phone{
  display: block;
}
.float-right li a {
  display: block;
  color: #fff;
}
.float-right li .ico {
  display: block;
  height: 26px;
  margin-top: 7px;
}
.float-right li .ico1 {
  background: url(../images/ico_33.png) no-repeat center;
}
.float-right li .ico2 {
  background: url(../images/ico_34.png) no-repeat center;
}
.float-right li .ico3 {
  background: url(../images/ico_35.png) no-repeat center;
}
.float-right li:hover p {
  color: #ea5a25;
}
.float-right li:hover .ico1 {
  background: url(../images/ico_33_h.png) no-repeat center;
}
.float-right li:hover .ico2 {
  background: url(../images/ico_34_h.png) no-repeat center;
}
.float-right li:hover .ico3 {
  background: url(../images/ico_35_h.png) no-repeat center;
}
.float-right li.wx .wx-box {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #ea5a25;
  padding: 5px;
  display: none;
}
.float-right li.wx img {
  width: 100%;
}
.float-right li.wx:hover .wx-box {
  display: block;
}

.w1100{
  width: 1100px;
  margin: 0 auto;
}
.inline-banner{
	width: 100%;
	position: relative;
}
.inline-banner img{
	opacity: 1;
	filter: alpha(opacity=0);
}
.inline-banner p{
	font-size: 48px;
	padding-left: 21px;
	font-weight: bold;
	line-height: 48px;
	position: absolute;
	top:50%;
	left:15%;
	color: #fff;
	background: url(../images/case02.jpg) no-repeat left center;
	margin-top: -24px;
}
.inline-banner .w1300{
	height: 100%;
}
.capacity{
	width: 100%;
	background: #f3f3f3;
	padding-bottom: 67px;
}
.capacity .return-top{
	height: 38px;
	width: 72px;
	display: block;
	text-align: center;
	padding-top: 34px;
	background: #ea5a25 url(../images/img01.png) no-repeat center 15px;
	position: absolute;
	right: 0;
	line-height: 38px;
	bottom: -20px;
	color: #fff;
	z-index: 5;
}
.capacity-box{
	background: #fff;
	margin-top: -137px;
}
.capacity-box h2{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #dbdbdb;
	padding-top: 41px;
	line-height: 65px;
	margin-bottom: 35px;
}
.capacity-box .top{
	padding-bottom: 40px;
}
.capacity-box .top .right{
	float: right;
	width: 37.5%;
}
.capacity-box .top .left{
	width: 60%;
	float: left;
	overflow: hidden;
	background: #ebebeb;
}
.capacity-box .top h3{
	font-size: 24px;
	color: #333;
	width: 100%;
	text-align: center;
	line-height: 40px;
	padding: 20px 0;
}
.capacity-box .top ul{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.capacity-box .top li{
	width: 33.3%;
	text-align: center;
	padding: 60px 0 50px;
	background: url(../images/line.jpg) no-repeat left center;
}
.capacity-box .top li:first-child{
	background: none;
}
.capacity-box .top .pic{
	width: 114px;
	height: 114px;
	text-align: center;
	line-height: 114px;
	margin:0 auto 9px;
	background: url(../images/img03.png) no-repeat center;
	background-size: 100% 100%;
}
.capacity-box .top .left img{
	max-width: 50%;
    max-height: 45%;
}
.capacity-box .top .font{
	font-size: 24px;
	line-height: 44px;
	color: #666;
}
.capacity-box .framework{
	width: 100%;
	padding: 30px 0 40px;
	text-align: center;
	background: #ebebeb;
}
.capacity-box .framework img{
	max-width: 100%;
}
.high-tec{
	padding: 32px 0 38px;
	border-bottom: 16px solid #f3f3f3;
}
.high-tec h3{
	font-size: 24px;
	color: #333333;
	line-height: 47px;
	margin-bottom: 21px;
	font-weight: bold;
	background: url(../images/img12.png) no-repeat left bottom;
}
.high-tec-box{
	width: 100%;
	padding-bottom: 43px;
}
.high-tec-box li{
	float: left;
	background: #ebebeb;
}
.high-tec-box li .pic{
	width: 100%;
	overflow: hidden;
}
.high-tec-box li img{
	width: 100%;
}
.high-tec-box h4{
	padding: 22px 30px 0;
	font-size: 20px;
	color: #333;
	line-height: 34px;
	font-weight: normal;
}
.high-tec-box p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding:0 30px 35px;
}
.high-tec-box .flex-control-nav li{
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: url(../images/img11.png) no-repeat center;
}
.high-tec-box .flex-control-nav{
	bottom: -7px;
}
.high-tec-box .flex-control-paging li a.flex-active, .high-tec-box .flex-control-paging li a:hover{
	background: url(../images/img11_h.png) no-repeat center;
}
.capacity-box .center h2{
	margin:0 auto;
	padding-top: 46px;
}
.capacity-box .center{
	border-bottom: 10px solid #f3f3f3;
}
.capacity-box .method{
	width: 100%;
	padding-bottom: 64px;
	border-bottom: 10px solid #f3f3f3;
}
.capacity-box .method h2{
	padding-top: 49px;
	margin-bottom: 32px;
}
.capacity-box .method h3{
	font-size: 24px;
	color: #333;
	line-height: 40px;
}
.capacity-box .method i{
	display: block;
	width: 18px;
	height: 3px;
	background: #333;
	margin-bottom: 21px;
}
.capacity-box .method .list-title{
	padding: 13px 0 28px;
	width: 100%;
}
.capacity-box .method .list-title li{
	float: left;
	margin-left: 2%;
	width: 32%;
}
.capacity-box .method .list-title li p.on{
	background: #ea5a25;
}
.capacity-box .method .list-title li p.on .font{
  color: #fff;
} 
.capacity-box .method .list-title p{
	width: 100%;
	background: #ebebeb;
	margin-bottom: 12px;
}
.capacity-box .method .list-title img{
	width:32.5%;
}
.capacity-box .method .list-title .num{
	display: block;
	width: 30%;
	text-align: center;
	height: 100%;
	line-height: 100%;
	background: url(../images/img15.png) no-repeat center;
	font-size: 18px;
	color: #fff;
}
.capacity-box .method .list-title .font{
	height: 100%;
	line-height: 100%;
	font-size: 18px;
	width: 37.5%;
	color: #333;
}
.capacity-box .method .list-title li:first-child{
	margin-left: 0;
}
.capacity-box .method .list-con{
	width: 100%;
}
.capacity-box .method ul{
	width: 100%;
}
.capacity-box .method .list-con li{
	float: left;
	margin-left: 2%;
	width: 32%;
	background: #ebebeb;
}
.capacity-box .method .list-con li:first-child{
	margin-left: 0;
}
.capacity-box .method .list-con .pic{
	width: 100%;
	overflow: hidden;
}
.capacity-box .method .list-con img{
	width: 100%;
	max-width: 100%;
	height: auto !important;
}
.capacity-box .method .list-con .font{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	height: 52px;
	padding: 25px 7% 5px;
}
.capacity-box .realize{
	width: 100%;
	padding-bottom: 67px;
	border-bottom: 10px solid #f3f3f3;
}
.capacity-box .realize h2{
	border-bottom: none;
	margin-bottom: 22px;
}
.capacity-box .realize ul{
	width: 100%;
}
.capacity-box .realize li{
	float: left;
	margin-left: 2%;
	width: 32%;
	background: #ebebeb;
}
.capacity-box .realize li:first-child{
	margin-left: 0;
}
.capacity-box .realize .pic{
	width: 100%;
	overflow: hidden;
}
.capacity-box .realize img{
	width: 100%;
	max-width: 100%;
	height: auto !important;

}
.capacity-box .realize .font{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	height: 52px;
	padding: 25px 7% 5px;
}
.capacity-box .bottom{
	padding-bottom: 55px;
}
.capacity-box .bottom p{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	padding-bottom: 15px;
	padding-left: 28px;
	background: url(../images/img18.png) no-repeat left 12px;
}
.capacity-box .bottom h4{
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	padding-bottom: 20px;
}
.capacity-box .bottom h3{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 28px;
	padding: 30px 0 15px;
}
.detection{
	background: #f3f3f3;
	padding-bottom: 62px;
}
.detection-box{
	margin-top: -134px;
	background: #fff;
	padding-bottom: 73px;
}
.detection-box h1{
	color: #ea5a25;
	font-size: 24px;
	line-height: 66px;
	padding-top: 40px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 31px;
}
.detection-con .left{
	float: left;
	position: relative;
	width: 22.5%;
	z-index: 5;
}
.detection-con .left .title{
	width: 96%;
	background: #ea5a25;
	padding-left: 4%;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	display: none;
  position: relative;
}
.detection-con .left .title:after{
  width: 0;
  content: "";
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  right: 10px;
  top:50%;
  margin-top: -2px;
}
.detection-con .left .con{
	width: 100%;
  background: #fff;
}
.detection-con .left ul{
  margin-top: 10px;
  border-top:1px solid #cccccc;
}
.detection-con .left ul:first-child{
  margin-top: 0;
  border-top:none;
}
.detection-con .left li{
	float: none;
	width: 90%;
	font-size: 18px;
	color: #333;
	line-height: 40px;
  background: #f3f3f3;
	padding: 15px 0 15px 10%;
	border-bottom:1px solid #cccccc;
	transition:all 0.3s;
	cursor: pointer;
}
.detection-con .left li:hover, .detection-con .left li.on{
	background: #ea5a25;
	color: #fff;
	border-color: #ea5a25;
}
.detection-con .right{
	width: 70%;
	position: relative;
	z-index: 3;
	float: right;
}
.detection-con .right h2{
	font-size: 18px;
	color: #333333;
	line-height: 40px;
	padding: 12px 0 6px;
	background: url(../images/img19.png) no-repeat left bottom;
}
.detection-con .right p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding:15px 0;
	margin-bottom:20px;
	/*background: url(../images/img20.png) no-repeat left bottom;*/
}
.detection-con .right img{
  max-width: 100%;
  text-align: left;
  height: auto !important;
  margin-bottom:10px;
}
.resistance{
	background: #f3f3f3;
	padding-bottom: 60px;
	width: 100%;
}
.case-tit{
	position: relative;
	margin-top:-137px;
	background: #fff;
	height: 78px;
  margin-bottom: 25px;
}
/*.case-tit li{
	width: 20%;
	text-align: center;
	height:78px;
	line-height: 78px;
	background: url(../images/case03.png) repeat-y right top;
	position: relative;
	float: left; 
}
.case-tit li a{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 18px;
	transition: all 0.3s;
	color: #666666;
}
.case-tit li .line{
	width: 100%;
	height: 4px;
	background: #ea5a25;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.case-tit li a:hover, .case-tit li.cur a{
	color: #ea5a25;
	transition: all 0.3s;
}
.case-tit li a:hover .line, .case-tit li.cur .line{
	opacity: 1;
}*/
.resistance-box{
	padding: 46px 0 50px;
	background: #fff;
	border-bottom: 10px solid #f3f3f3;
}
.resistance-box h2{
	font-size: 24px;
	font-weight: bold;
	line-height: 44px;
}
.resistance-box i{
	display: block;
	width: 11px;
	height: 3px;
	background: #ea3825;
	margin-bottom: 37px;
}
.resistance-box li{
	width:23% ;
	margin:0 1%;
	float: left;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	margin-bottom: 20px;
	transition:background 0.3s;
}
.resistance-box li a{
	display: block;
	width: 100%;
}
.resistance-box li .pic{
	width: 100%;
	overflow: hidden;height: 385px;
}
.resistance-box li img{
	max-width: 100%;
	transition:all 0.5s;
}
.resistance-box li span{
	display: block;
	width: 92%;
	padding: 20px 4% 30px;
}
.resistance-box li h3{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	transition:color 0.3s;
}
.resistance-box li .font{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	transition:color 0.3s;
}
.resistance-box li:hover{
	background: #ea5a25;
}
.resistance-box li:hover img{
	transform: scale(1.1, 1.1);
}
.resistance-box li:hover h3, .resistance-box li:hover .font{
	color: #fff;
}
.resistance-cus{
  padding: 68px 0 65px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.resistance-cus ul{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.resistance-cus li{
  width: 20%;
  height: 138px;
  text-align: center;
  line-height: 138px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.resistance-cus li img{
  max-width: 80%;
  max-height: 100px;
}
.resistance-case li{
  width: 92%;
  padding: 50px 4%;
  background: #fff;
  float: left;
  margin-bottom: 10px;
   box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.resistance-case li .pic{
  width: 31.5%;
  float: left;
  overflow: hidden;
}
.resistance-case li img{
  max-width: 100%;
  transition:all 0.5s;
}
.resistance-case li a{
  float: left;
  width: 100%;
}
.resistance-case li .con{
  float: right;
  width: 59%;
  margin-right: 5%;
}
.resistance-case li h2{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  padding-top: 22px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  transition:color 0.3s;
}
.resistance-case li i{
  display: block;
  width: 10px;
  height: 3px;
  background: #ea5a25;
  margin-bottom: 24px;
}
.resistance-case li p.font{
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 120px;
  margin-bottom: 2px;
  overflow: hidden;
}
.resistance-case li p.more{
  width: 108px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #ea5a25;
  font-size: 14px;
  color: #fff;
}
.resistance-case li:hover img{
  transform: scale(1.1, 1.1);
}
.resistance-case li:hover h2{
  color: #ea5a25;
}
.resistance-service{
  width: 100%;
  background: url(../images/img26.jpg) no-repeat center;
  padding: 60px 0 68px;
  background-size: cover;
}
.map{
  width: 904px;
  position: relative;
  margin: 0 auto;
}
.map .two{
  display: none;
}
.map .span{
  width: 53px;
  height: 63px;
  background: url(../images/img29.png) no-repeat center;
  background-size: 100% 100%;
  display:block;
  position: absolute;
  transition:background 0.3s;
  cursor: pointer;
}
.map .span:hover{
  background: url(../images/img29_h.png) no-repeat center;
  background-size: 100% 100%;
}
.map .span01{
  top: 361px;
  right: 256px;
}
.map .span02{
    bottom: 244px;
    right: 98px;
}
.map .span03{
  bottom: 244px;
  right: 298px;
}
.map .span04{
   bottom: 293px;
   right: 111px;
}
.map .span05{
  bottom: 244px;
  right: 209px;
}
.map li{
  padding: 27px 43px 0;
  width: 341px;
  height: 165px;
  background: url(../images/img28.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  display: none;
}
.map li h2{
  font-size: 24px;
  color: #fff;
  line-height: 34px;
  display: block;
}
.map li i{
  display: block;
  background: #fff;
  width: 10px;
  height: 3px;
  margin-bottom: 13px;
}
.map li p{
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.map li.li0{
  top:290px;
  left: 165px;
}
.map li.li1{
  top: 393px;
  left: 336px;
}
.map li.li2{
    top: 409px;
    left: 113px;
}
.map li.li3{
  top: 351px;
  right: 160px;
}
.map li.li4{
  top: 395px;
  left: 218px;
}
.organ-t{
  width: 1300px;
  margin: -136px auto 0;
  padding-bottom: 0 !important;
}
.line-tit{
  padding: 40px 0 0;
}
.organ-top{
  width: 100%;
  padding: 0;
  border-bottom: 30px solid #f3f3f3;
}
.organ-top ul{
  width: 100%;
}
.organ-top li{
  width: 100%;
  padding: 47px 0 55px;
  float: left;
}
.organ-top li .pic{
  float: left;
}
.organ-top li .box{
  float: right;
}
.organ-top li.odd{
  background: #ebebeb;
}
.organ-top li.odd .pic{
  float: right;
}
.organ-top li.odd .box{
  float: left;
}
.organ-bottom ul{
  width: 100%;
}
.organ-bottom li{
  margin: 0 0 35px 38px;
}
.organ-bottom{
  width: 1300px;
  padding-bottom: 30px;
  border-bottom: 10px solid #f3f3f3;
}
.organ-bottom .title{
  font-size: 24px;
  color: #333;
  line-height: 58px;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 39px;
  margin-bottom: 40px;
}
.case-intro{
  background:#fff;
  padding-bottom: 60px;
  margin-bottom: 23px;
}
/*.main{
  position: relative;
}
.main .box{
  width: 395px;
  background: #f3f3f3;
  float: left;
}
.main .con{
  width: 80%;
  margin:0 auto;
  display: block;
  background: #ebebeb;
  border-bottom: 1px solid #fff;
  padding: 52px 10% 51px;
}
.main .con h2{
  font-size: 48px;
  color: #333;
  line-height: 52px;
  font-family: 'Arial';
  font-weight: bold;
}
.main .con p{
  font-size: 24px;
  color: #333333;
  line-height: 42px;
}
.main .con i{
  display: block;
  width: 10px;
  height: 3px;
  background: #333333;
}
.main a{
  display: block;
  width: 80%;
  padding: 20px 10%;
  border-bottom: 1px solid #fff;
  background: #f3f3f3;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  transition:background 0.3s, color 0.3s;
}
.main a:hover{
  background: #ea5a25;
  color: #fff;
}*/
.case-intro-pic{
  width: 930px;
  position: relative;
  padding: 198px 0 180px;
  text-align: center;
  margin: 0 auto 20px;
}
.case-intro-pic.case_one{
  padding: 50px 0 40px;
}
.case-intro-pic.case_one .pic{
  max-width: 100%;
}
.case-intro-pic .one{
  display: block;
  margin: 0 auto;
}
.case-intro-pic .two{
  display: none;
  margin: 0 auto;
}
.case-intro-pic .span{
  width: 68px;
  height: 68px;
  display: block;
  position: absolute;
  transition:transform 0.5s;
  cursor: pointer;
  /*transform: scale(0);*/
}
/*.case-intro-pic .span.on{
  transform: scale(1);
}*/
.case-intro-pic .span1{
  background: url(../images/case02.png) no-repeat center;
  top: 369px;
  left: 255px;
}
/*.case-intro-pic .span01:hover{
  background: url(../images/case02_h.png) no-repeat center;
}*/
.case-intro-pic .span2{
  background: url(../images/case04.png) no-repeat center;
  top: 432px;
  left: 207px;
}
/*.case-intro-pic .span02:hover{
  background: url(../images/case04_h.png) no-repeat center;
}*/
.case-intro-pic .span3{
  background: url(../images/case05.png) no-repeat center;
  top: 432px;
  left: 281px;
}
/*.case-intro-pic .span03:hover{
  background: url(../images/case05_h.png) no-repeat center;
}*/
.case-intro-pic .span4{
  background: url(../images/case06.png) no-repeat center;
  top: 319px;
  left: 340px;
}
/*.case-intro-pic .span04:hover{
  background: url(../images/case06_h.png) no-repeat center;
}*/
.case-intro-pic .span5{
  background: url(../images/case07.png) no-repeat center;
  top: 394px;
  left: 334px;
}
/*.case-intro-pic .span05:hover{
  background: url(../images/case07_h.png) no-repeat center;
}*/
.case-intro-pic .span6{
  background: url(../images/case08.png) no-repeat center;
  top: 379px;
  left: 413px;
}
/*.case-intro-pic .span06:hover{
  background: url(../images/case08_h.png) no-repeat center;
}*/
.case-intro-pic .span7{
  background: url(../images/case09.png) no-repeat center;
  top: 230px;
  left: 502px;

}
/*.case-intro-pic .span07:hover{
  background: url(../images/case09_h.png) no-repeat center;
}*/
.case-intro-pic .span8{
  background: url(../images/case10.png) no-repeat center;
  top: 309px;
  left: 554px;
}
/*.case-intro-pic .span08:hover{
  background: url(../images/case10_h.png) no-repeat center;
}*/
.case-intro-pic .span9{
  background: url(../images/case11.png) no-repeat center;
  top: 263px;
  left: 613px;
}
/*.case-intro-pic .span09:hover{
  background: url(../images/case11_h.png) no-repeat center;
}*/
.case-intro-pic li{
  width: 240px;
  position: absolute;
  text-align: left;
  cursor: pointer;
}
.case-intro-pic li h2{
  font-size: 48px;
  color: #a3a3a3;
  line-height: 52px;
  font-family: 'Arial';
  font-weight: bold;
  transition:color 0.3s;
}
.case-intro-pic li p{
  font-size: 24px;
  color: #a3a3a3;
  line-height: 42px;
  transition:color 0.3s;
}
.case-intro-pic li i{
  display: block;
  width: 10px;
  height: 3px;
  background: #a3a3a3;
  transition:background 0.3s;
}
.case-intro-pic li a{
  display:none;
  color: #333;
  transition:color 0.3s;
}
.case-intro-pic li.on h2{
   color: #333;
}
.case-intro-pic li.on p{
   color: #333;
}
.case-intro-pic li.on i{
   background: #333;
}
.case-intro-pic li.on a{
  display: block;
}
.case-intro-pic li a:hover{
  color: #ea5a25;
}
.case-intro-pic li:hover h2, .case-intro-pic li:hover p, .case-intro-pic li:hover i{
  color:#ea5a25;
}
.case-intro-pic li:hover a{
  display: block;
}
.case-intro-pic li.li0{
  top: 292px;
  left:-62px;
}
.case-intro-pic li.li1{
  top: 85px;
  left:178px;
}
.case-intro-pic li.li2{
  top:-1px;
  left:435px;
}
.case-intro-pic li.li3{
  top: 0px;
  left:708px;
}
.case-intro-pic li.li4{
  top: 571px;
  left:95px;
}
.case-intro-pic li.li5{
  top: 584px;
  left:475px;
}
.case-intro-pic li.li6{
  top: 490px;
  left:690px;
}
.case-intro-pic li.li7{
  top: 313px;
  left:875px;
}
.case-list-tit{
  width: 100%;
  position: relative;
}
.case-list-tit .pic{
  width: 45.4%;
}
.case-list-tit .list{
  width: 47.6%;
  float: left;
  margin-left: 3%;
}
.case-list-tit .list ul{
  width: 100%;
}
.case-list-tit .list li{
  display: block;
  width: 47%;
  border-bottom: 1px solid #e6e6e6;
  /*line-height: 78px;*/
  color: #eaeaea;
  font-size: 48px;
  float: left;

  cursor: pointer;
  font-family: 'Arial';
  font-weight: bold;
  transition:color 0.3s;
}
.case-list-tit .list li.odd{
  float: right;
}
.case-list-tit .list li b{
  font-weight: normal;
  width: 20%;
  line-height: 78px;
}
.case-list-tit .list li span{
  font-size: 14px;
  font-weight: normal;
  color: #a8a8a8;
  width: 79%;
  margin-left: 1%;
  line-height: 24px;
  padding-top: 36px;
  min-height: 48px;
  padding-bottom:5px;
  transition:color 0.3s;
}
.case-list-tit .list li:hover, .case-list-tit .list li.cur{
  color: #ea5a25;
}
.case-list-tit .list li:hover span, .case-list-tit .list li.cur span{
  color: #ea5a25;
}
.case-list-tit .return{
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 1px;
  background: #cacaca url(../images/case14.png) no-repeat center;
  z-index: 2;
  padding: 0;
}
.case-list-tit .return:hover{
  background: #ea5a25 url(../images/case14.png) no-repeat center;
}
.case-list-ajax{
  width: 100%;
}
.case-list-ajax ul{
  width: 100%;
}
.case-list-ajax li, .case-list-ajax li a{
  float: left;
  width: 100%;
}
.case-list-ajax li .pic{
  width: 68%;
  float: right;
  overflow-y: hidden;
}
.case-list-ajax li .pic img{
  max-width: 100%;
  transition:all 0.5s;
}
.case-list-ajax li .con{
  width: 24%;
  padding: 50px 4% 0;
  float: left;
}
.case-list-ajax li.odd .pic{
  float: left;
}
.case-list-ajax li.odd .con{
  float: right;
}
.case-list-ajax li h2{
  font-size: 24px;
  color: #000000;
  line-height: 44px;
  font-weight: bold;
  padding: 10px 0 15px;
  transition:color 0.3s;
}
.case-list-ajax li p.font{
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 19px;
  min-height: 216px;
}
.case-list-ajax li p.more{
  position: relative;
  width: 35px;
  height: 35px;
  background: url(../images/case15.png) no-repeat center;
  background-size: 100% 100%;
  left: 0;
  transition:left 0.5s;
}
.case-list-ajax li:hover img{
  transform: scale(1.1, 1.1);
}
.case-list-ajax li:hover p.more{
  left: 10px;
}
.case-list-ajax li:hover h2{
  color: #ea5a25;
}
.about-honor{
  background: #fff;
  width: 100%;
}
.about-honor h2{
    width: 92%;
    border-bottom: 1px solid #dbdbdb;
    font-size: 24px;
    color: #ea5a25;
    padding: 40px 0 0 !important;
    background: #fff;
    margin: 0 auto;
    line-height: 66px;
}
.about-honor ul{
  width: 84%;
  margin: 0 auto;
  padding: 50px 0 30px;
}
.about-honor li{
  width: 23%;
  margin-left: 2.5%;
  margin-bottom: 33px;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.about-honor li .pic{
  width: 100%;
  height: 180px;
  text-align: center;
  line-height: 180px;
  background: #e6e6e6;
}
.about-honor li .pic img{
  max-width: 60%;
  max-height: 140px;
}
.about-honor li .font{
  font-size: 14px;
  color: #666;
  line-height: 34px;
  padding-top: 14px;
}
.about-honor li .big-img{
  position: absolute;
  bottom:-20px;
  left:-4%;
  opacity: 0;
  filter:alpha(opacity=0);
  padding: 17px 4%;
  background: #f5f5f5;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-honor li .big-img img{
  max-width: 100%;
  max-height: 200px;
}
.about-honor li:hover .big-img{
  bottom:0px;
  opacity: 1;
  z-index: 2;
  filter:alpha(opacity=100);
}
.about-honor li.on{
  margin-left: 0;
}
/*# sourceMappingURL=style.css.map */