@charset "utf-8";
/* CSS Document */

/*通用*/
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,ul,ol,li{
	margin:0px;
	padding:0px;
	text-indent:0;
	font-weight:normal;
	font-size:14px;
	font-family:'Microsoft YaHei',Verdana, Arial, Helvetica, sans-serif;
	color:#363636;
}
ul,ol{
	list-style:none;
	text-indent:0;
	list-style-position:outside;
}
img{
	border:0px;
}
*{
	list-style: none;
}
/*浮动*/
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:right;
}



/*顶部导航*/
body{
    margin:0 auto;
    width:100%;
    overflow-x:hidden;
}


.wrap{
    margin:0 auto;
    width:100%;
    max-width:640px;
    min-width:320px;
    overflow:hidden;
}
 .header{
    width:100%;
}
.header .header-top{
    width:100%;
    padding:24px 0; 
}
.header .header-top .logo{
    margin-left:3.125%;
    width:82.5%;
}
.header .nav-sin{
    width:100%;
    margin-bottom:0px;
    overflow: hidden;	
    background:#000000;
}
.header .nav-sin .active{
	background: #BF095F;
}
.header .nav-sin li{
	display: block;
	width:25%;
	float: left;
	text-align: center;
	height:40px;
	line-height: 40px;
}
.header .nav-sin li:hover{
	background:#BF095F;
}
.header .nav-sin li a{
	color:#fff;
	text-decoration: none; 
}
.banner{
	width:100%;
	overflow: hidden;
}
.banner img{
	width: 100%;
	height:auto;
}
.content1{
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	text-align: center;
	margin-top: 10px;
}
.content1 img{
	width:99%;
	padding-left: 0.5%;
}
.content2{
	text-align:center;
	width:100%;
	overflow: hidden;
}
/*screen 320px-360px*/
@media screen and (min-width: 320px) and (max-width: 360px){
.content2 .pic{
	width: 48%;
	height:187px;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	overflow: hidden;
}
.content2 .pic img{
	width:100%;
}
.content2 span{
	display: block;
	width:100%;
	height:100%;
	font-size:12px;
	color:#fff;
	position: relative;
	top: -15%;
	background: rgba(25,25,25,0.4);
	line-height:28px;
	transition: 0.9s;
}
.content2 span a{
	font-size: 15px;
	color:#fff;
	text-decoration:none;
}
.content2 .pic .looper{
	display: block;
	width:100%;
	height:100%;
	font-size:12px;
	color:#fff;
	position: relative;
	top: -100%;
	background: rgba(191,9,95,0.5);
	line-height:28px;
	transition: 0.9s;
}
}
/*screen 480px*/
@media screen and (min-width: 480px){
.content2 .pic{
	width: 48%;
	height:187px;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	overflow: hidden;
}
.content2 .pic img{
	width:100%;
}
.content2 span{
	display: block;
	width:100%;
	height:101%;
	font-size:12px;
	color:#fff;
	position: relative;
	top: -48%;
	background: rgb(25,25,25,0.4);
	line-height:28px;
	transition: 0.9s;
}
.content2 span a{
	font-size: 15px;
	color:#fff;
	text-decoration:none;
}
.content2 .pic .looper{
	display: block;
	width:100%;
	height:100%;
	font-size:12px;
	color:#fff;
	position: relative;
	top: -134%;
	background: rgb(0,0,0,0.7);
	line-height:28px;
	transition: 0.9s;
}
}
/*screen 640px*/
@media screen and (min-width: 640px){
.content2 .pic{
	width: 48%;
	height:250px;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	overflow: hidden;
}
.content2 .pic img{
	width:100%;
}
.content2 span{
	display: block;
	width:96%;
	height:101%;
	margin:0 auto;
	font-size:15px;
	color:#fff;
	position: relative;
	top: -46%;
	background: rgb(25,25,25,0.4);
	line-height:30px;
	transition: 0.6s;
}
.content2 span a{
	font-size: 18px;
	color:#fff;
	text-decoration:none;
	padding-top:15px; 
}
.content2 .pic .looper{
	display: block;
	width:100%;
	height:100%;
	font-size:15px;
	color:#fff;
	position: relative;
	top: -133%;
	background: rgb(0,0,0,0.7);
	line-height:30px;
	transition: 0.6s;
}
}
.content3{
	width:100%;
	text-align: center;	
	margin-top: 20px;
}
.content3 p{
	font-size:12px;
	margin:0 0 5px;
}
.content3 .picbox{
	width:96%;
	margin:0 auto;
}
.content3 .picbox .img_bob{
	width:80%;
}
.content3 .picbox .jt1{
	position: relative;
	right: 35%;
	width: 8%;
	top: 40px;
	animation:top_arrow 1.5s infinite;
	-moz-animation:top_arrow 1.5s infinite; /* Firefox */
	-webkit-animation:top_arrow 1.5s infinite; /* Safari and Chrome */
	-o-animation:top_arrow 1.5s infinite; /* Opera */
}
.content3 .picbox .jt2{
	position: relative;
	right: 3%;
	width: 8%;
	top: -25px;
	animation:bottom_arrow 1.5s infinite;
	-moz-animation:bottom_arrow 1.5s infinite; /* Firefox */
	-webkit-animation:bottom_arrow 1.5s infinite; /* Safari and Chrome */
	-o-animation:bottom_arrow 1.5s infinite; /* Opera */
}
/*top_arrow*/
@keyframes top_arrow
{
from {top:40px;}
to {top:-40px;}
}

@-moz-keyframes top_arrow /* Firefox */
{
from {top:40px;}
to {top:-40px;}
}

@-webkit-keyframes top_arrow /* Safari and Chrome */
{
from {top:40px;}
to {top:-40px;}
}

/*bottom_arrow*/
@-o-keyframes ottom_arrow /* Opera */
{
from {top:0px;}
to {top:75px;}
}
@keyframes bottom_arrow
{
from {top:-25px;}
to {top:75px;}
}

@-moz-keyframes bottom_arrow /* Firefox */
{
from {top:-25px;}
to {top:70px;}
}

@-webkit-keyframes bottom_arrow /* Safari and Chrome */
{
from {top:-25px;}
to {top:70px;}
}

@-o-keyframes bottom_arrow /* Opera */
{
from {top:-25px;}
to {top:70px;}
}
.content3 .btn{
	border:1px solid #BF095E;
	margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 12px;
}
.content3 .btn a{
	color:#BF095E;

}
.content4{
	width: 100%;
	background:#111111;
	overflow: hidden;
	text-align: center;
}
.content4 .test{
	width:100%;
	color:#fff;
	margin-top: 10px;
}
.content4 .test p{
	color: #fff;
	font-size: 13px;
}
.content4 .picbox{
	width:96%;
	height:auto;
	overflow: hidden;
	margin:0 auto;
}
.content4 .picbox li{
	display: block;
	width:48%;
	float: left;
	margin-left:1%;
	margin-right: 1%;
	margin-bottom: 1.5%;
}
.content4 .picbox li img{
	width:100%;
}
.content4 .btn{
	border:1px solid #BF095E;
	margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 12px;
}
.content4 .btn a {
	color:#BF095E;
}
.content5{
	width:100%;
	text-align: center;
	overflow: hidden;
}
.content5 .sper_slide{
	width:80%;
	overflow: hidden;
	margin:0 auto;
	margin-bottom: 10px;
}
.content5 .sper_slide .swiper-slide{
	width:80%;
	margin:0 auto;
}
.content5 .sper_slide .swiper-slide img{
	width:100%;
	padding-bottom:1px; 
}
.content6{
	text-align: center;
	background-image:url(../images/content4-bj.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.content6 .test{
	color:#fff;
	margin-top: 10px;
}
.content6 .test p{
	color:#fff;
	font-size: 13px;
}
.content6 .picbox{
	width:100%;
	height: auto;
}
.content6 .pic_box .pic_a,.pic_b,.pic_c{
	width:30%;
	float: left;
	margin-right: 1.5%;
	margin-left:1.5%;
	border:1px solid #BF095E;
	border-radius:5px;
	color:#BF095E;
}
.content6 .pic_box div p{
	font-size: 12px;
	color:#fff;
}
@media screen and (min-width: 320px) and (max-width: 360px){
.content6 .pic_box div img{
	width:80%;
	margin:0 auto;
	height:85px;
}	
}
@media screen and (min-width: 480px){
.content6 .pic_box div img{
	width:80%;
	margin:0 auto;
	height:113.6px;
}	
}
@media screen and (min-width: 640px){
.content6 .pic_box div img{
	width:80%;
	margin:0 auto;
	height:150px;
}	
}
.content6 .btn{
	border-radius: 12px;
}
.content6 .btn a {
	color:#BF095E;
	border:1px solid #BF095E;
}
.content7{
	width:100%;
	overflow: hidden;
	background: #EFEFEF;
	text-align:center;
}
.content7 .test{
	width:100%;
}
.content7 .pic_box{
	width: 96%;
	margin:0 auto;
	overflow: hidden;
}
.content7 .pic_box li{
	background: #fff;
	width:46%;
	float: left;
	margin:0% 2% 2% 2%;
}
.content7 .pic_box li img{
	width:100%;
}
.content7 .pic_box .tit{
	color: red;
	font-size: 14px;
	padding-left:10px; 
}
.content7 .pic_box .bod{
	font-size: 12px;
	padding-left:10px; 
}
.content8{
	width:100%;
	overflow: hidden;
	text-align: center;
}
.content8 .test p{
	color:#666;
}
.content8 .qiye{
	width:100%;
	height:auto;

}
.content8 .swiper-container{
	width:100%;
}
.content8 .swiper-wrapper{
	width:100%;
	height:auto;
}
.content8 .swiper-wrapper li{
	border:0.5px solid #ccc;
	display: block;
	list-style-type: none;
	float: left;
	width:31%;
	height:auto;
	margin: 1%;
	background: #fff;
}
.content8 .swiper-wrapper li img{
	width:100%;
	height:auto;
}
.content8 .swiper-wrapper li span{
	font-size: 11px;
	display: block;
	background: #EEEEEE;
}
.bottom_img{
	width:100%;
}
.bottom_img img{
	width:100%;
}
.form{
	width: 100%;
	margin-bottom:3%;
}
.form #group{
	width:90%;
	margin:0 auto;
	margin-bottom: 1%;
}
.form #group .leftspan{
	width: 30%;
	height:auto;
}
.form #group .form-control{
	width:100%;
}
.shiting{     
	width:100%;
	height:auto;     
	margin:0 auto;     
	margin-bottom:20px; 
} 
.shiting .title{
	color:#333333;     
	font-size:36px;     
	text-align:center; 
} 
.shiting form{
	width:80%;     
	margin:0 auto; 
} 
.shiting .input-group{     
	margin-top:20px;
	width: 100%;     
	width: 100%; 
}
.shiting .apply{     
	padding-bottom: 10px; 
}
.shiting .apply .btn{     
	line-height:20px;     
	margin-top:20px; 
}


/*版权所有*/
.footer{
    padding:18px 0;
    width:100%;
    background:#1a1919;
}
.footer p{
    padding:0 2%;
    font-size:1rem;
    color:#b0b1b2;
    text-align:center;
}