body,
html {
	font-family: "AlibabaPuHuiTiM";
	background: #fff;
}
@font-face {
	font-family:'fzzzhongjw';
	src: url('/static/font/fzzzhongjw.TTF');
}
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover,
a:visited,
a:link,
a:active {
	color: #000;
	text-decoration: none;
}

ul,
li {
	list-style: none;
}
/*.target-fix {
    position: relative;
    top:0px; 
    display: block;
    height: 0;
    overflow: hidden;
}*/
header {
	width: 100%;
	position: fixed;
	top: 0;
	height: 88px;
	z-index: 33;
	background: #fff;
	box-shadow:0px 0px 12px lightgray;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

header>div {
	width: 1024px;
	margin: 0 auto;
	display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

header>div div {
	width:256px;
	padding-top: 23px;
}
header>div div img{
	width: 155px;
}
header>div nav {
	width:768px;
	/*padding-left: 10px;*/
}

header>div nav ul {
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

header>div nav li {
	cursor: pointer;
}

header>div nav li span{
	display: block;
	line-height: 88px;
	padding: 0 22px;
	font-size: 16px;
	color: #000;
}

header>div nav .addnow {
	background: #ec1d1d;
	color: white;
}
.conent{
	margin-top: 50px;
}
.conent section:nth-of-type(1) {
	background: url('/static/images/home/bg1-2.png?1') no-repeat center;
	background-size:cover;
	height: 656px;
}
.conent div{
	text-align: center;
}
#home div{
	width: 1024px;
	text-align: center;
	margin: 0 auto;
	color: white;
	position: relative;
}
#home div img{
	margin-top:215px;
}
.cta-1 {
	position: absolute;
	top: 447px;
	left:236px;
	display: block;
	width: 245px;
	height: 62px;
	border-radius: 31px;
}

.cta-2 {
	position: absolute;
	top: 447px;
	left:543px;
	display: block;
	width: 245px;
	height: 62px;
	border-radius: 31px;
}

.conent section:nth-of-type(2){
	height: 662px;
	width: 1024px;
	text-align: center;
	margin:0 auto;
}
.conent section:nth-of-type(2) img{
	margin:85px 0;
}
#affiche{
	background-color: rgba( 241, 241, 241, 0.349 );
}
#affiche div{
	width: 1024px;
	margin:0 auto;
}
#affiche div img{
	margin:90px 0 80px;
}
#public {
	height: 665px;
	background: url('/static/images/home/bg4-4.png?1') no-repeat;
	background-size: cover;
}
#public div{
	width: 1024px;
	margin:0 auto;
}
#public div img{
	margin-top: 115px;
}
#person{
	background: #fff;
	height: 660px;
}
#person div{
	width: 1024px;
	margin:0 auto;
}
#person div img{
	margin-top: 100px;
}
#addfans {
	height: 665px;
	background: url('/static/images/home/bg6-5.png') no-repeat;
	background-size: 100% 100%;
}
#addfans div{
	width: 1024px;
	margin:0 auto;
}
#addfans div img{
	margin-top: 115px;
}
.ft-top {
	background: #f24747;
	padding-top: 90px;
}

.ft-top>div {
	width: 1024px;
	margin: 0 auto;
	font-size: 14px;
	color: white;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ft-top div section {
	width: 50%;
}

.ft-t-s1 {
	margin-bottom: 125px;
}

.ft-t-s1 p {
	margin-top: 43px;
	line-height: 24px;
}

.ft-t-s1 li {
	line-height: 30px;
	padding-left: 40px;
}

.ft-t-s1 li:nth-of-type(1) {
	background: url('/static/images/home/mobile.png') no-repeat 0 center;
	margin-top: 10px;
}

.ft-t-s1 li:nth-of-type(2) {
	background: url('/static/images/home/tel.png') no-repeat 0 center;
}

.ft-t-s1 li:nth-of-type(3) {
	background: url('/static/images/home/mailbox.png') no-repeat 0 center;
}

.ft-t-s1 li:nth-of-type(4) {
	background: url('/static/images/home/area.png') no-repeat 0 center;
}

.ft-t-s2 h4 {
	font-size: 36px;
	color: #fff;
}

.ft-t-s2 h4 span {
	font-size: 22.932px;
	font-family: "AlibabaPuHuiTiM";
	color: rgb( 255, 255, 255);
	text-transform: uppercase;
	-moz-transform: matrix( 0.78492717499497, 0, 0, 0.78492717499497, 0, 0);
	-webkit-transform: matrix( 0.78492717499497, 0, 0, 0.78492717499497, 0, 0);
	-ms-transform: matrix( 0.78492717499497, 0, 0, 0.78492717499497, 0, 0);
}

.ft-t-s2 form {
	margin-top: 48px;
}

.ft-t-s2 form .msg:focus {
	outline: none;
	border: 2px solid transparent;
}

.ft-t-s2 form .msg {
	box-sizing: border-box;
	width: 243px;
	border: 2px solid transparent;
	line-height: 40px;
	padding-left: 15px;
}

.ft-t-s2 form .msg2 {
	margin-left: 21px;
}

.ft-t-s2 .select {
	display: inline-block;
	float: left;
	background: #fff;
	color: #000;
	position: relative;
	width: 243px;
	height: 44px;
	margin: 25px 5px 0 0;
	cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}

.select p {
	color: #999999;
	width: 100%;
	height: 100%;
	line-height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 15px;
	box-sizing: border-box;
}

.select img{
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.select div {
	display: none;
	width: 100%;
	position: absolute;
	top: 44px;
	background: #fff;
}

.select div li {
	line-height: 44px;
	padding-left: 15px;
	border-top: 1px solid rgb(248, 248, 248);
}

.ft-t-s2 form textarea {
	font-size: 14px;
	box-sizing: border-box;
	height: 110px;
	margin-top: 25px;
	width: 100%;
	resize: none;
	border: none;
	padding: 10px 15px 0;
}

.ft-t-s2 form textarea:focus {
	outline: none;
}

.ft-t-s2 form span {
	display: inline-block;
	margin-top: 32px;
	font-size: 14px;
	text-align: center;
	width: 145px;
	line-height: 44px;
	height: 44px;
	color: #f04546;
	background: #fff;
	border-radius: 22px;
	cursor: pointer;
}

.ft-bottom {
	background: #333333;
}

.ft-bottom div {
	width: 1024px;
	font-size: 14px;
	line-height: 80px;
	margin: 0 auto;
	color: white;
	text-align: center;
}

.flotation {
	position: fixed;
	top:45%;
	right: 0;
	background: #fff;
	z-index: 22;
	border: 1px solid rgb( 228, 228, 228);
}

.flotation li {
	width: 60px;
	height: 60px;
	text-align: center;
	position: relative;
}

.flotation li:nth-child(n+2) {
	border-top: 1px solid rgb( 231, 231, 231);
}

.flotation li .fl-tb {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.fl-kf div {
	display: none;
	position: absolute;
	top: 0px;
	left: -295px;
}

.fl-qr div {
	display: none;
	position: absolute;
	top: -125px;
	left: -185px;
}

.fl-bk {
  position: relative;
}

.qr_code {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -140px;
  top: -80px;
  display: none;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 111;
	display: none;
}

.tip {
	position: fixed;
	width: 0;
	height: 0;
	top: 340px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 5px;
	background: #fff;
	z-index: 112;
	display: none;
}

.animation {
	position: fixed;
	animation: slideInDown 0.8s;
}

@keyframes slideInDown {
	from {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}