@media (min-width: 768px){
/*公司介绍*/
.right_jieshao{
	width: 964px;
	float: left;
	padding: 30px 0 0 0;
	border-top: 1px solid #d8d8d8;
	margin-top: 18px;
}
.jsDiv{
	position: relative;
}
.jsspan1{
	font-size: 18px;
	color: #542c2c;
	font-family: "[FZDHTJW]";
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.jsspan2{
	width: 36px;
	border-bottom: 1px solid #542c2c;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.jsCon{
	overflow: hidden;
	padding: 0 0 60px 0;
}
.jsConLeft{
	float: left;
}
.jsConRight{
	float: left;
	padding-left: 28px;
}
.jsP1{
	width: 344px;
	margin: 0;
	padding: 30px 0;
	text-indent: 2em;
	color: #666666;
	font-size: 14px;
}
.jsImgDiv1{
	width: 585px;
	overflow: hidden;
}
.jsImg1{
	width: 290px;
	height: 225px;
	float: left;
	overflow: hidden;
}
.jsImg1:nth-child(2){
	float: right;
}
.jsImg2{
	width: 100%;
	height: 200px;
	float: left;
	padding-top: 10px;
	overflow: hidden;
}
.jsImg1 img,.jsImg2 img,.jsImgDiv2 img{
  	transition: all 1s linear;
    -moz-transition: all 1s linear; 
    -webkit-transition: all 1s linear; 
    -o-transition: all 1s linear;
}
.jsImg1:hover img,.jsImg2:hover img,.jsImgDiv2:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);  
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.jsImgDiv2{
	width: 350px;
	height: 300px;
	overflow: hidden;
}
.jsP2{
	width: 567px;
	padding: 30px 0;
	text-indent: 2em;
	color: #666666;
	font-size: 14px;
	margin: 0;
}

.xxlunbo{
	width: 100%;
	text-align: center;
	background-color: #eeeeee;
	padding: 28px 0 40px 0;
}
.gsxx{
	font-size: 18px;
	color: #542c2c;
	font-weight: bold;
	font-family: "[FZDHTJW]";
	display: inline-block;
}
.JSImgLunbo{
	position: relative;
  	padding: 18px 0;
}
.presentImg_JS{
	width: 894px;
  	margin: 0 auto;
  	overflow: hidden;
  	position: relative;
  	height: 200px;
  	z-index: 2;
}
.allImg_JS{
	overflow: hidden;
  	position: absolute;
}
.JSImg{
	width: 280px;
	height: 200px;
	padding: 8px;
	border: 1px solid transparent;
	float: left;
	transition: all 0.1s linear;
    -moz-transition: all 0.1s linear; 
    -webkit-transition: all 0.1s linear; 
    -o-transition: all 0.1s linear;
}
.JSImg:hover{
  z-index: 4;
  transform: translate3d(0,-2px,0);
  -ms-transform: translate3d(0,-2px,0);  
  -moz-transform: translate3d(0,-2px,0); 
  -webkit-transform: translate3d(0,-2px,0);
  -o-transform: translate3d(0,-2px,0);
  box-shadow: 0 15px 30px #d0d0d0;
}
.mybtnDiv_JS{
	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
}
.mybtn_JS{
	overflow: hidden;
  	width: 100%;
  	height: 70px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-top: -35px;
  	margin-left: -50%;
}
.prebtn_JS{
	height: 69px;
    width: 40px;
    background-image: url(../images/fangxiang.png);
    background-position: -84px;
    cursor: pointer;
    float: left;
}
.nextbtn_JS{
	height: 69px;
  	width: 40px;
  	background-image: url(../images/fangxiang.png);
  	background-position: -126px;
  	cursor: pointer;
  	float: right;
}

/*合作伙伴*/
.hezuoDiv{
	overflow: hidden;
	width: 100%;
	padding-bottom: 40px;
}
.hezuo{
	width: 220px;
	height: 130px;
	border: 1px solid #eeeeee;
	float: left;
	margin-left: 25px;
	margin-bottom: 25px;
	transition: all 0.1s linear;
    -moz-transition: all 0.1s linear; 
    -webkit-transition: all 0.1s linear; 
    -o-transition: all 0.1s linear;
}
.hezuo:hover{
  z-index: 4;
  transform: translate3d(0,-2px,0);
  -ms-transform: translate3d(0,-2px,0);  
  -moz-transform: translate3d(0,-2px,0); 
  -webkit-transform: translate3d(0,-2px,0);
  -o-transform: translate3d(0,-2px,0);
  box-shadow: 0 15px 30px #d0d0d0;
}
.hezuo:nth-child(4n+1){
	margin-left: 0;
}

/*公司案例*/
.gscaseDiv{
	overflow: hidden;
	width: 100%;
	padding-bottom: 30px;
	position: relative;
}
.gscase{
	width: 220px;
	height: 220px;
	border: 1px solid #eeeeee;
	float: left;
	margin-left: 25px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	transition: all 0.1s linear;
    -moz-transition: all 0.1s linear; 
    -webkit-transition: all 0.1s linear; 
    -o-transition: all 0.1s linear;
}
.imgDiv:nth-child(4n+1) .gscase{
	margin-left: 0;
}
.gscase:hover{
  z-index: 4;
  transform: translate3d(0,-2px,0);
  -ms-transform: translate3d(0,-2px,0);  
  -moz-transform: translate3d(0,-2px,0); 
  -webkit-transform: translate3d(0,-2px,0);
  -o-transform: translate3d(0,-2px,0);
  box-shadow: 0 15px 30px #d0d0d0;
}
.gscaseImg{
	width: 220px;
	height: 220px;
}
.gscaseText{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #c99d6c;
	font-size: 16px;
	text-align: center;
	background-color: #542c2c;
	transition: bottom 0.3s linear;
    -moz-transition: bottom 0.3s linear; 
    -webkit-transition: bottom 0.3s linear; 
    -o-transition: bottom 0.3s linear; 
}
.gscase:hover .gscaseText{
	bottom: 0;
}
.fangda{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.ALImgLunbo{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -362px;
	margin-top: -242px;
}
.presentImg_AL{
	width: 720px;
  	margin: 0 auto;
  	overflow: hidden;
  	position: relative;
  	height: 480px;
  	z-index: 2;
  	border: 2px solid #d2d2d2;
}
.allImg_AL{
	overflow: hidden;
  	position: absolute;
}
.ALImg{
	width: 720px;
	height: 480px;
	float: left;
	transition: all 0.1s linear;
    -moz-transition: all 0.1s linear; 
    -webkit-transition: all 0.1s linear; 
    -o-transition: all 0.1s linear;
}
.ALImg:hover{
  z-index: 4;
  transform: translate3d(0,-2px,0);
  -ms-transform: translate3d(0,-2px,0);  
  -moz-transform: translate3d(0,-2px,0); 
  -webkit-transform: translate3d(0,-2px,0);
  -o-transform: translate3d(0,-2px,0);
  box-shadow: 0 15px 30px #d0d0d0;
}
.mybtnDiv_AL{
	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	z-index: 11;
}
.mybtn_AL{
	overflow: hidden;
  	width: 100%;
  	height: 70px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-top: -35px;
  	margin-left: -50%;
}
.prebtn_AL{
	height: 69px;
    width: 40px;
    background-image: url(../images/fangxiang.png);
    background-position: -84px;
    cursor: pointer;
    float: left;
}
.nextbtn_AL{
	height: 69px;
  	width: 40px;
  	background-image: url(../images/fangxiang.png);
  	background-position: -126px;
  	cursor: pointer;
  	float: right;
}
.Con{
	position: relative;
	margin-bottom: 50px;
}
.blackBG{
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background:rgba(68,68,68,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.chengji1{
	z-index: 20;
}
.chengji2{
	z-index: 21;
}


/*公司实力*/
.shiliDiv{
	overflow: hidden;
	width: 100%;
	padding-bottom: 40px;
}
.shili{
	float: left;
	margin-bottom: 30px;
	text-decoration: none;
	border: 1px solid #eeeeee;
	margin-left: 22px;
	transition: all 0.1s linear;
    -moz-transition: all 0.1s linear; 
    -webkit-transition: all 0.1s linear; 
    -o-transition: all 0.1s linear;
}
.shili:hover{
  z-index: 4;
  transform: translate3d(0,-2px,0);
  -ms-transform: translate3d(0,-2px,0);  
  -moz-transform: translate3d(0,-2px,0); 
  -webkit-transform: translate3d(0,-2px,0);
  -o-transform: translate3d(0,-2px,0);
  box-shadow: 0 15px 30px #d0d0d0;
}
.shiliImg{
	width: 222px;
	height: 329px;
	display: block;
}
.shili:nth-child(4n+1){
	margin-left: 0;
}
.shiliTit{
	width: 202px;
	color: #666666;
	font-size: 14px;
	height: 30px;
	text-align: center;
	overflow: hidden;
	padding: 10px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chacha{
	position: absolute;
	top: -50px;
	right: 0;
	width: 48px;
	height: 48px;
	background-image: url("../images/chahao.png");
	background-position: center center; 
	background-repeat: no-repeat;
}


}


@media (max-width: 767px){
/*公司介绍*/
.right_jieshao{
	width: 100%;
	border-top: 1px solid #d8d8d8;
	margin-top: 10px;
}
.jsDiv{
	position: relative;
}
.jsspan1{
	font-size: 18px;
	color: #542c2c;
	font-family: "[FZDHTJW]";
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.jsspan2{
	width: 36px;
	border-bottom: 1px solid #542c2c;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
}
.jsCon{
	overflow: hidden;
	padding: 0 0 10px 0;
	width: 100%;
}
.jsConLeft{
	width: 90%;
	margin: 0 auto;
}
.jsConRight{
	width: 90%;
	margin: 0 auto;
}
.jsP1{
	width: 344px;
	margin: 0;
	padding: 15px 0;
	text-indent: 2em;
	color: #666666;
	font-size: 14px;
}
.jsImgDiv1{
	width: 100%;
	overflow: hidden;
	float: right;
}
.jsImg1{
	width: 50%;
	float: left;
	overflow: hidden;
}
.jsImg1:nth-child(2){
	float: right;
}
.jsImg2{
	width: 100%;
	float: left;
	padding-top: 3px;
	overflow: hidden;
}
.jsImg1 img,.jsImg2 img,.jsImgDiv2 img{
  	transition: all 1s linear;
    -moz-transition: all 1s linear; 
    -webkit-transition: all 1s linear; 
    -o-transition: all 1s linear;
}
.jsImg1:hover img,.jsImg2:hover img,.jsImgDiv2:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);  
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.jsImgDiv2{
	width: 100%;
	overflow: hidden;
	display: none;
}
.jsP2{
	width: 100%;
	padding: 10px 0;
	text-indent: 2em;
	color: #666666;
	font-size: 14px;
	margin: 0;
	float: right;
}

.xxlunbo{
	width: 100%;
	text-align: center;
	background-color: #eeeeee;
	padding: 28px 0 40px 0;
}
.gsxx{
	font-size: 18px;
	color: #542c2c;
	font-weight: bold;
	font-family: "[FZDHTJW]";
	display: inline-block;
}
.JSImgLunbo{
	position: relative;
  	padding: 18px 0;
}
.presentImg_JS{
	width: 300px;
  	margin: 0 auto;
  	overflow: hidden;
  	position: relative;
  	height: 200px;
  	z-index: 2;
}
.allImg_JS{
	overflow: hidden;
  	position: absolute;
}
.JSImg{
	width: 280px;
	height: 200px;
	padding: 8px;
	border: 1px solid transparent;
	float: left;
	transition: all 0.1s linear;
    -moz-transition: all 0.1s linear; 
    -webkit-transition: all 0.1s linear; 
    -o-transition: all 0.1s linear;
}
.JSImg:hover{
  z-index: 4;
  transform: translate3d(0,-2px,0);
  -ms-transform: translate3d(0,-2px,0);  
  -moz-transform: translate3d(0,-2px,0); 
  -webkit-transform: translate3d(0,-2px,0);
  -o-transform: translate3d(0,-2px,0);
  box-shadow: 0 15px 30px #d0d0d0;
}
.mybtnDiv_JS{
	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	z-index: 2

}
.mybtn_JS{
	overflow: hidden;
  	width: 100%;
  	height: 70px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-top: -35px;
  	margin-left: -50%;
}
.prebtn_JS{
	height: 69px;
    width: 40px;
    background-image: url(../images/fangxiang.png);
    background-position: -84px;
    cursor: pointer;
    float: left;
}
.nextbtn_JS{
	height: 69px;
  	width: 40px;
  	background-image: url(../images/fangxiang.png);
  	background-position: -126px;
  	cursor: pointer;
  	float: right;
}

/*合作伙伴*/
.hezuoDiv{
	overflow: hidden;
	width: 100%;
	padding-bottom: 40px;
}
.hezuo{
	width: 45%;
	border: 1px solid #eeeeee;
	float: left;
	margin: 2%;
	transition: all 0.1s linear;
    -moz-transition: all 0.1s linear; 
    -webkit-transition: all 0.1s linear; 
    -o-transition: all 0.1s linear;
}
.hezuo:hover{
  z-index: 4;
  transform: translate3d(0,-2px,0);
  -ms-transform: translate3d(0,-2px,0);  
  -moz-transform: translate3d(0,-2px,0); 
  -webkit-transform: translate3d(0,-2px,0);
  -o-transform: translate3d(0,-2px,0);
  box-shadow: 0 15px 30px #d0d0d0;
}

/*公司案例*/
.gscaseDiv{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.gscase{
	width: 45%;
	border: 1px solid #eeeeee;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all 0.1s linear;
    -moz-transition: all 0.1s linear; 
    -webkit-transition: all 0.1s linear; 
    -o-transition: all 0.1s linear;
    margin: 2%;
}

.gscase:hover{
  z-index: 4;
  transform: translate3d(0,-2px,0);
  -ms-transform: translate3d(0,-2px,0);  
  -moz-transform: translate3d(0,-2px,0); 
  -webkit-transform: translate3d(0,-2px,0);
  -o-transform: translate3d(0,-2px,0);
  box-shadow: 0 15px 30px #d0d0d0;
}
.gscaseImg{
	width: 100%;
}
.gscaseText{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #c99d6c;
	font-size: 16px;
	text-align: center;
	background-color: #542c2c;
	transition: bottom 0.3s linear;
    -moz-transition: bottom 0.3s linear; 
    -webkit-transition: bottom 0.3s linear; 
    -o-transition: bottom 0.3s linear; 
}
.gscase:hover .gscaseText{
	bottom: 0;
}
.fangda{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.ALImgLunbo{
	position: absolute;
	left: 0;
	top: 20%;
	width: 100%;
}
.presentImg_AL{
	width: 100%;
  	margin: 0 auto;
  	overflow: hidden;
  	position: relative;
  	height: 100%;
  	z-index: 2;
  	border: 2px solid #d2d2d2;
}
.allImg_AL{
	overflow: hidden;
  	position: absolute;
}
.ALImg{
	height: 100%;
	float: left;
	transition: all 0.1s linear;
    -moz-transition: all 0.1s linear; 
    -webkit-transition: all 0.1s linear; 
    -o-transition: all 0.1s linear;
}
.ALImg:hover{
  z-index: 4;
  transform: translate3d(0,-2px,0);
  -ms-transform: translate3d(0,-2px,0);  
  -moz-transform: translate3d(0,-2px,0); 
  -webkit-transform: translate3d(0,-2px,0);
  -o-transform: translate3d(0,-2px,0);
  box-shadow: 0 15px 30px #d0d0d0;
}
.mybtnDiv_AL{
	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	z-index: 11;
}
.mybtn_AL{
	overflow: hidden;
  	width: 100%;
  	height: 70px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-top: -35px;
  	margin-left: -50%;
}
.prebtn_AL{
	height: 69px;
    width: 40px;
    background-image: url(../images/fangxiang.png);
    background-position: -84px;
    cursor: pointer;
    float: left;
}
.nextbtn_AL{
	height: 69px;
  	width: 40px;
  	background-image: url(../images/fangxiang.png);
  	background-position: -126px;
  	cursor: pointer;
  	float: right;
}
.Con{
	position: relative;
}
.blackBG{
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background:rgba(68,68,68,0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.chengji1{
	z-index: 20;
}
.chengji2{
	z-index: 21;
}


/*公司实力*/
.shiliDiv{
	overflow: hidden;
	width: 96%;
	margin: 0 auto;
	padding-top: 20px;
}
.shili{
	float: left;
	margin-bottom: 20px;
	text-decoration: none;
	border: 1px solid #eeeeee;
	margin-left: 22px;
	transition: all 0.1s linear;
    -moz-transition: all 0.1s linear; 
    -webkit-transition: all 0.1s linear; 
    -o-transition: all 0.1s linear;
    width: 47%;
    margin: 0 1%;
}
.shili:hover{
  z-index: 4;
  transform: translate3d(0,-2px,0);
  -ms-transform: translate3d(0,-2px,0);  
  -moz-transform: translate3d(0,-2px,0); 
  -webkit-transform: translate3d(0,-2px,0);
  -o-transform: translate3d(0,-2px,0);
  box-shadow: 0 15px 30px #d0d0d0;
}
.shiliImg{
	width: 100%;
	display: block;
}
.shiliTit{
	width: auto;
	color: #666666;
	font-size: 14px;
	height: 30px;
	text-align: center;
	overflow: hidden;
	padding: 10px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chacha{
	position: absolute;
	top: -35px;
	right: 0;
	width: 32px;
	height: 32px;
	background-image: url("../images/chahao.png");
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: 32px 32px;
}


}