﻿/* 手机 mobile start*/
@media (max-width: 7px) {
body{
	background-size:100% auto;
	font-size:13px;
}

.visible-xs{display: block !important;}
.visible-xs-block {display: block !important;}
.visible-xs-inline {display: inline !important;}
.visible-xs-inline-block {display: inline-block !important;}
.hidden-xs{display:none !important;}

.wrapin{
	width:100%;
}


/*hm 首页*/
 
.banner{
	width:100%;	
	position:inherit;
	overflow:hidden;	
	cursor:pointer;		
}
.banner .swiper-slide{
	width:100%;	
	background-repeat:no-repeat;
	background-position:top center;
	height:auto
}

.banner .swiper-slide a{
	display: block;
	width:100vw;
	height:100vh;
	overflow: hidden;
}
.banner .swiper-slide img{
	width:100vw;
	height:100vh;
}
.banner .swiper-pagination {
  bottom: 10px;
}

.cm_head{
	padding:0 10px;
	height: 56px;
	line-height: 56px;
	font-size:12px;
}
.cm_head strong{
	font-size:16px;
}

.hm_pro{
	background:#161616;
	color:#fff;
	width:96%;
	margin:0 auto;
	padding:0 2%;
	
}

.hp_list{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.hp_item{
	display: block;
	width: 48%;
	text-align: center;
	color:#fff;
	position: relative;
	padding:0 1%;
}
.hp_item .photo{
	position: relative;
	overflow: hidden;
}
.hp_item .photo img{
	display: block;
	width: 100%;
	height:auto;
}
.hp_item .intro{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background:rgba(0,0,0,0.2);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.hp_item .photo:hover .intro{
	top: -100%;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.hp_item .play{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-15px 0 0 -15px;
	background:url("../images/play.png") no-repeat center center;
	background-size:100% 100%;
}
.hp_item dl{
	padding:10px 0 20px 0;	
}
.hp_item dt{
	height: 24px;
	line-height: 24px;
	font-size:16px;
	color:#fff;
}
.hp_item dd{
	height: 24px;
	line-height: 24px;
	color:#fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom:12px;
}
.hp_item dd i{
	display: block;
	width: 60px;
	height: 4px;
	background:#d30000;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left:-30px;
}

.hm_about{
	padding-bottom:20px;	
}
.hab_wp{
	position: relative;
}
.hab_wp .photo{
	display: block;
	width: 100%;
	height:auto;
}
.hab_wp .intro{		
	background:#fff;
	box-shadow:0 0 10px #ccc;
}
.hab_wp .logo{
	display: block;
	height: 50px;
	margin:20px auto;	
}
.hab_wp .ins{
	padding:0 3%;
	line-height: 1.6;
}
.hab_wp .ins p{
	text-indent:2em;	
}
.hab_wp .more{
	display: block;
	width: 100px;
	height: 30px;
	border-radius:5px;
	background:#e40808;
	margin:15px auto;
	color:#fff;
	line-height: 30px;
	text-align: center;
}

.hm_join{
	color:#fff;
	height:1700px;
	background:url("../images/jnbg.jpg") no-repeat top center;
	background-size:cover;
}

.hm_join .wp{
	width: 96%;
	margin:0 auto;
	display:!important;
	justify-content: space-between;
}

.jn_item{
	float:left;
	display:!important;
	width: 48%;
	height: auto;	
	position:inherit;
	overflow: hidden;
	background:#000;
	
}
.jn_item .sd{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background:rgba(0,0,0,0.4);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.jn_item .name{
	height: 65px;
	width: 100%;
	text-align: center;
	line-height: 60px;
	font-size:14px;
	color:#fff;
	left: 0;
	top: 50%;
	margin-top:-30px;
	position: absolute;
	z-index: 20;
	background:url("../images/jn1.png") no-repeat bottom center;
	background-size:20px 20px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}

.jn_item img{
	display: block;
	width: 100%;
	height: auto;
}
.hm_join .copy{
	text-align: center;
	line-height: 4;
	font-size:14px;
}
 
 
.footer{
	background:#1b1b1b url("../images/footer.jpg") no-repeat top center;
	color:#fff;
}
.footer .cm_head{
	border-bottom:1px solid #808080;
}
.footer_tp{
	height: 380px;
	width: 100%;
	margin:0 auto;
	position:inherit;
	min-width:380px;
}
.footer_tp .ft_nav{
	width: 33%;
	float: left;
	padding-top:48px;
	
}
.footer_tp .ft_nav dt{
	height: 46px;
	line-height: 46px;
	font-size:14px;
	color:#d7d7d7;
	
	
}
.footer_tp .ft_nav dt a{
	color:#d7d7d7;
}
.footer_tp .ft_nav dd{
	height: 26px;
	line-height: 26px;
	font-size:12px; 
	
}
.footer_tp .ft_nav dd a{
	color:#928e8e;
}
.footer_tp .ft_nav dd a:hover{
	color:#fff;
}
.footer_tp .ft_rt{
	width: 100%;
	float: right;
	padding-top:50px;
	text-align:center;
}
.footer_tp .ft_rt .s1{
	height: 26px;
	line-height: 26px;
	color:#a3a3a3;
}
.footer_tp .ft_rt li{
	height: 24px;
	line-height: 24px;
	font-size:18px;
}
.footer_tp .ft_rt a{
	margin:0 5px 5px 0;
}
 
 
 
.footer-mb{
	background:#1b1b1b;
	color:#fff;
}
.footer-mb .ft_nav{
	font-size:12px;
	height: 40px;
	line-height: 40px;
}
.footer-mb .ft_nav a{
	color:#fff;
	width: 20%;
	height: 40px;
	text-align: center;
	float: left;
}
.footer-mb .ft_inf{
	padding:10px 10px;
	line-height: 1.8;
}
.footer-mb .ft_copy{
	text-align: center;
	padding:10px;
	line-height: 1.8;
}

.go_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 100;
	background:url("../images/go_top.png") no-repeat center center;
	background-size:100% 100%;
}

.ft_wx{ text-align:center; width:30%; margin:0 auto;float:inherit; display:block}
.ft_wx img{ margin:0 auto; }

.page-cen{
        margin: 0 10px;
    }
	
.inside-text h2{
        font-size: 24px;
        padding-bottom: 10px;
}
.inside-text p{
        font-size: 16px;
}
/* 手机 mobile end*/	


.leftleft{ width:100%; float:inherit; text-align:left; color:#FFF; line-height:30px; }
.rightright{ width:100%;margin-left:0%;  float:inherit; margin-top:50px;}
.rightright .text{
	height: 35px;
	line-height: 35px;
	float: left;
	margin-right:1px;
	border:1px solid #dfdfdf;
	background:rgba(94,94,94,0.6);
	text-indent:10px;
	width: 258px;
	color:#fff;
	margin-bottom:20px;
}
.rightright .text::-webkit-input-placeholder,.rightright textarea::-webkit-input-placeholder{
	color: #fff !important;
}
.rightright select{
	width: 176px;
	height: 37px;
	line-height: 37px;
	float: left;
	margin-right:1px;
	border:1px solid #dfdfdf;
	background:rgba(94,94,94,0.6);
	text-indent:10px;
	color:#fff;
}
.rightright textarea{
	width: 300px;
	border:1px solid #dfdfdf;
	margin-top:10px;
	height: 136px;
	background:rgba(94,94,94,0.6);
	padding:10px;
	color:#fff;
	resize:none;
}
.rightright .sub{
	float: left;
	display: block;
	margin:10px 0 0 0;
	width: 204px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border:1px solid #AF0017;
	font-size:18px;
	font-weight: bold;
	color:#fff;
	background:#AF0017;
}


.promain{width:100%; margin:0 auto;}
.promainbg{ background-color:#f9f9f9}
.promainbg img{ margin:0 auto;}
.promainbanner img{width:100%; height:auto;}
.casedetail-content img{ max-width:100%; height:auto;}
.casedetail-content table tr td { width:100%;display:block; font-size:12px;}
.casedetail-content table tr td img{max-width:80%; height:auto;}
.ximg img{ max-width:30%; height:auto; margin-bottom:20px;}



.reglogin{ border:#ccc 1px solid; width:90%; margin:50px auto; background-color:#FFF;  font-size:12px;}
.reglogin .ti li{ float:left; width:50%; line-height:60px; text-align:center; font-size:16px; list-style:none;}
.reglogin .ti .hr{line-height:60px; background-color:#F5F5F5; height:60px; width:50%; float:left}
 
.reglogin .co{ text-align:center;min-height:300px; clear:both;_height:300px; padding:15px 0px; width:100%;}
.reglogin .co table{ margin:0 auto;}
.joincon{ width:90%; margin:0 auto}
.kong{ height:90px;}
.kong6{ height:50px; display:block;}
.leftleft{ width:50%; float:left; text-align:left; color:#FFF; line-height:30px; }
.rightright{ width:45%;margin-left:5%;  float:left; margin-top:100px;}
.rightright .text{
	height: 35px;
	line-height: 35px;
	float: left;
	margin-right:1px;
	border:1px solid #dfdfdf;
	background:rgba(94,94,94,0.6);
	text-indent:10px;
	width: 258px;
	color:#fff;
}
.rightright .text::-webkit-input-placeholder,.rightright textarea::-webkit-input-placeholder{
	color: #fff !important;
}
.rightright select{
	width: 176px;
	height: 37px;
	line-height: 37px;
	float: left;
	margin-right:1px;
	border:1px solid #dfdfdf;
	background:rgba(94,94,94,0.6);
	text-indent:10px;
	color:#fff;
}
.rightright textarea{
	width: 500px;
	border:1px solid #dfdfdf;
	margin-top:10px;
	height: 136px;
	background:rgba(94,94,94,0.6);
	padding:10px;
	color:#fff;
	resize:none;
}
.rightright .sub{
	float: left;
	display: block;
	margin:10px 0 0 0;
	width: 204px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border:1px solid #AF0017;
	font-size:18px;
	font-weight: bold;
	color:#fff;
	background:#AF0017;
}

.form2239 {
	height: 35px;
	line-height:26px;
	font-size: 14px;
	width: 200px;
	color:#fff;
	background-color:#E83344;
	border:0;
	cursor:pointer;
}
.visible-lg-block2 {display: block !important;}

.pcbanner{ display:none; position:absolute;}
.wapbanner{display:block; z-index:999; position:absolute;}

}


@media (max-width: 1300px) {
	
	.hab_wp .logo{
		display: block;
		height: 70px;
		margin:100px 0 0 50px;
		float: left;
	}
}