
/*文字居中*/
.wrap .textC{
	text-align: center;
}
.wrap .textL{
	text-align: left;
}
.wrap .textR{
	text-align: right;
}
/*通用字体样式*/
.wrap .bg_Violet{
	background: #714afc;
}
.wrap .font_Violet{
	color: #426af9;
}
.wrap .font_fff{
	color: #fff;
}
.wrap .font_pink{
	color: #fd3d70;
}

.wrap .ma0{
	margin: 0px auto;
}
.wrap .ma{
	margin: 50px auto 0;
	overflow: hidden;
}

.wrap .wc1200{
	width: 1200px;
}
.wrap .wc1100{
	width: 1100px;
	padding-bottom:60px;
}

.wrap .fl{
	float: left;
}
.wrap .fr{
	float: right;
}
.wrap .d-none{
	display: none;
}
/*顶部导航*/
.wrap header{
	position: fixed;
	z-index:9;
	left: 0;
	top: 0;
	height: 80px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	box-shadow: 0px 0px 0.1px #ccc;
}
.wrap header .content{
	width: 1200px;
	margin: 0px auto;
	height: 80px;
	overflow: hidden;	
}
.wrap header .content .logo{
	float: left;
	height: 100%;
}
.wrap header .content .logo img{
	height: 80px;
}
.wrap header .content .nav{
	float: right;
}
.wrap header .content .nav li{
	height: 80px;
	line-height: 80px;
	min-width: 80px;
	padding: 0px 10px;
	float: left;
	text-align: center;
}
.wrap header .content .nav li:last-child{
	padding-right: 0;
}
.wrap header .content .nav li.active{
	border-bottom: 3px solid #ff0000;
	box-sizing: border-box;
}

.wrap .banner{
	width: 100%;
	overflow: hidden;
}
.wrap .banner img{
	width: 100%;
	height: auto;
}

/*footer*/
.wrap .footer{
	background: #333;
	margin-top: 50px;
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.wrap .footer .introduce{
	height: 150px;
	overflow: hidden;
	margin-bottom: 50px;
}
.wrap .footer .introduce .footerlogo{
	position: relative;
	margin-right: 80px
}

.wrap .footer .introduce .footerlogo p{
    position: absolute;
    font-size: 18px;
    bottom: -10px;
    left: 80px;
}

.wrap .footer .introduce .tel{
	margin-right: 80px;
}
.wrap .footer .introduce .tel h2{
	font-size: 16px;
}
.wrap .footer .introduce .tel .font_pink{
	font-size: 30px;
	padding: 20px 0;
}
.wrap .footer .introduce .detail p{
	line-height: 35px;
    padding-left: 50px;
    margin-bottom: 10px;
}
.wrap .footer .introduce .detail .img{
	height: 0;
	width: 0;
}

.wrap .line{
	background: url(../image/line.png) no-repeat center;
	height: 20px;
	width: 100%;
}


.wrap .FeihuShow{
	margin: 50px 20px;
	overflow: hidden;
}
.wrap .Feihulist{
	width: 700px;
}
.wrap .Feihulist ul{
	width: 150px;
	margin-right: 20px;
}
.wrap .Feihulist ul li{
	line-height: 30px;
}
.wrap .Feihulist ul li:hover a{
	color: #fff;
}

.wrap .feedback{
	width: 280px;
}
.wrap .feedback h2{
	line-height: 30px;
}
.wrap .feedback textarea{
	width: 100%;
    height: 80px;
    background: #666;
    border: 0;
    padding: 10px;
    resize:none;
    box-sizing: border-box;
}

.wrap .feedback button{
	padding: 0px 20px;
    border: 0;
    border-radius: 5px;
    margin-top: 5px;
    height: 25px;
    color: #000;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}

/*底部*/
.wrap .footerFiexd{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 7;
}
.wrap .footerFiexd .footerFiexdQQ img{
	height: 100%;
	width: 100%;
	display: block;
}
.wrap .footerFiexd .off{
	position: absolute;
	top: 10px;
	right: 20%;
	cursor: pointer;
} 

.wrap .footerFiexdLeft{
	position: fixed;
	left: 0;
	bottom: 3%;
}
.wrap .footerFiexdLeft .Arrow{
	position: absolute;
    right: 5%;
    top: 40%;
	cursor: pointer;
}
.wrap .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0;
}
.wrap .pagination>li {
	display: inline;
}
.wrap .active {
	background: #000;
	color: #fff;
}
.wrap .pagination>.disabled>span, .wrap .pagination>.disabled>span:hover, .wrap .pagination>.disabled>span:focus,.wrap .pagination>.disabled>a,.wrap .pagination>.disabled>a:hover,.wrap .pagination>.disabled>a:focus {
	color: #999999;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed;
}
.wrap .pagination>.active>a,.wrap .pagination>.active>span,.wrap .pagination>.active>a:hover,.wrap .pagination>.active>span:hover,.wrap .pagination>.active>a:focus,.wrap .pagination>.active>span:focus {
	z-index: 3;
	color: #999999;
	background-color: #f5f5f5;
	border-color: #ddd;
	cursor: default;
}
.wrap .pagination>li>a, .wrap .pagination>li>span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #2780E3;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.wrap .pagination>li:last-child>a, .wrap .pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.wrap .pagination>li>a, .wrap .pagination>li>span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #2780E3;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}
.wrap .icp {
	display: inline-block;
	color: #ffffff;
}
