@charset "utf-8";
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
}
html,body{
	padding: 0;
	margin: 0;
}
body{
	background: #efefef;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #000;
	cursor: pointer;
}
ol,
ul {
	list-style: none;
	padding: 0;
}
@media (min-width:1200px) {
	.banner{
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.banner img{
		display: block;
		max-width: 100%;
	}
	.date-baoming{
		position: absolute;
		left: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.5);
		width: 100%;
		height: 50px;
	}
	.content-wrap{
		width: 1200px;
		margin: 0 auto;
		padding: 0;
	}
	.top-baoming{
		height: 50px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		
	}
	.top-baoming a{
		width: 600px;
		height: 50px;
		background: #d48300;
		font-size: 20px;
		color: #fff;
		line-height: 50px;
		text-align: center;
		padding: 0;
		letter-spacing: 0.1em;
	}
	.top-baoming p{
		background: #fff;
		width: 600px;
		height: 50px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: 20px;
		color: #666;
	}
	.top-baoming p label{
		width: 35px;
	}
	.top-baoming p span{
		border-radius: 50%;
		display: block;
		margin-right: 10px;
		animation: fadeInOut 2s infinite;
	}
	@keyframes fadeInOut {
	  0% {
	    width: 26px;
	    height: 26px;
	    background: #d48300;
	  }
	  50% {
	    width: 20px;
	    height: 20px;
	    background: #fcd072;
	  }
	  100% {
	    width: 26px;
	    height: 26px;
	    background: #d48300;
	  }
	}
	
	.page-content{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		background: url(../images/background-mid.jpg) repeat top center;
	}
	.ftmo-tit-bg{
		width: 600px;
		height: 180px;
		background: url(../images/tit-bg.png) no-repeat center top;
		margin: 0 auto;
	}
	.ftmo-tit-bg h1{
		font-size: 30px;
		color: #fff;
		text-align: center;
		line-height: 180px;
	}
	.ftmo-intro-con{
		text-align: center;
	}
	.ftmo-intro-con h3{
		font-size: 20px;
		color: #fcd072;
	}
	
	.ftmo-intro-con p{
		font-size: 18px;
		color: #fff;
	}
	.ftmo-intro-con img{
		max-width: 900px;
		display: block;
		margin:0px auto 0 auto;
	}
	
	.personal-lists{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.personal-list{
		width: 380px;
		position: relative;
	}
	.personal-list img{
		margin: 0;
		max-width: 380px;
	}
	.personal-list p{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50px;
		background: rgba(0, 0, 0, 0.6);
		margin: 0;
		line-height: 50px;
	}
	.personal-list p label{
		color: #d48300;
		font-weight: bold;
	}
	
	.ftmo-jjzl-con table{
		width: 60%;
		margin: 50px auto;
		font-size: 18px;
		color: #fff;
	}
	.ftmo-jjzl-con table caption{
		font-size: 24px;
		font-weight: bold;
		color: #fcd072;
		padding: 10px 0 30px 0;
	}
	.ftmo-jjzl-con table tr th,.ftmo-jjzl-con table tr td{
		border-bottom: 1px dotted #666 !important;
	}
	.ftmo-jjzl-con table tr th{
		font-weight: normal;
		padding: 10px;
	}
	.ftmo-jjzl-con table tr th:first-child{
		color: #fff;
		text-align: left !important;
		width: 35%;
		padding-left: 30px;
	}
	.ftmo-jjzl-con table tr:first-child th{
		color: #d48300;
		text-align: center;
	}
	
	.ftmo-jjzl-con table tr td{
		padding: 20px;
		text-align: center;
	}
	.ftmo-jjzl-con p{
		font-size: 18px;
		color: #fff;
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: center;
	}
	.cooperation{
		margin-bottom: 100px;
	}
	.cooperation h3{
		font-size: 24px;
		color: #d48300;
		font-weight: bold;
		text-align: center;
		border-top: 1px dotted #666;
		padding-top: 25px;
	}
	.cooperation p{
		font-size: 18px;
		color: #fff;
		text-align: center;
	}
	.contact-bottom{
		height: 50px;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.2);
		display: none;
	}
	/*客服微信弹框*/
	.trading-wrap{
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 99;
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.trading-wrap a.delete{
		position: absolute;
		right: -10px;
		top: -10px;
		display: block;
		width: 20px;
		height: 20px;
		line-height: 18px;
		border-radius: 10px;
		background: #fff;
		font-size: 20px;
		color: #000;
		text-align: center;
	}
	.wechat-box{
		position: relative;
		display: none;
		width: 500px;
		height: 380px;
		background: #fff;
		border-radius: 10px;
			text-align: center;
	}
	.wechat-box img{
		width: 220px;
		display: block;
		margin: 35px auto 10px auto;
	}
	.wechat-box p{
		display: inline-block;
		width: 220px;
		font-size: 16px;
		text-align: center;
		padding: 0 20px;
		margin: 0;
	}
	p.tip-trading{
		width: 100%;
		font-size: 20px;
		margin-top: 15px;
	}
	.wechat-001{
		display: block;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.banner{
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.banner img{
		display: block;
		max-width: 100%;
	}
	.date-baoming{
		position: absolute;
		left: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.5);
		width: 100%;
		height: 50px;
	}
	.content-wrap{
		width: 900px;
		margin: 0 auto;
		padding: 0;
	}
	.top-baoming{
		height: 50px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		
	}
	.top-baoming a{
		width: 450px;
		height: 50px;
		background: #d48300;
		font-size: 20px;
		color: #fff;
		line-height: 50px;
		text-align: center;
		padding: 0;
		letter-spacing: 0.1em;
	}
	.top-baoming p{
		background: #fff;
		width: 450px;
		height: 50px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		color: #666;
	}
	.top-baoming p label{
		width: 35px;
	}
	.top-baoming p span{
		border-radius: 50%;
		display: block;
		margin-right: 10px;
		animation: fadeInOut 2s infinite;
	}
	@keyframes fadeInOut {
	  0% {
	    width: 26px;
	    height: 26px;
	    background: #d48300;
	  }
	  50% {
	    width: 20px;
	    height: 20px;
	    background: #fcd072;
	  }
	  100% {
	    width: 26px;
	    height: 26px;
	    background: #d48300;
	  }
	}
	.page-content{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		background: url(../images/background-mid.jpg) repeat top center;
	}
	.ftmo-tit-bg{
		width: 500px;
		height: 150px;
		background: url(../images/tit-bg.png) no-repeat center top;
		background-size: 100% auto;
		margin: 0 auto;
	}
	.ftmo-tit-bg h1{
		font-size: 30px;
		color: #fff;
		text-align: center;
		line-height: 150px;
	}
	.ftmo-intro-con{
		text-align: center;
	}
	.ftmo-intro-con h3{
		font-size: 20px;
		color: #fcd072;
	}
	
	.ftmo-intro-con p{
		font-size: 18px;
		color: #fff;
	}
	.ftmo-intro-con img{
		max-width: 900px;
		display: block;
		margin:0px auto 0 auto;
	}
	
	.personal-lists{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.personal-list{
		width: 290px;
		position: relative;
	}
	.personal-list img{
		margin: 0;
		max-width: 290px;
	}
	.personal-list p{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50px;
		background: rgba(0, 0, 0, 0.6);
		margin: 0;
		line-height: 50px;
	}
	.personal-list p label{
		color: #d48300;
		font-weight: bold;
	}
	
	.ftmo-jjzl-con table{
		width: 60%;
		margin: 50px auto;
		font-size: 18px;
		color: #fff;
	}
	.ftmo-jjzl-con table caption{
		font-size: 24px;
		font-weight: bold;
		color: #fcd072;
		padding: 10px 0 30px 0;
	}
	.ftmo-jjzl-con table tr th,.ftmo-jjzl-con table tr td{
		border-bottom: 1px dotted #666 !important;
	}
	.ftmo-jjzl-con table tr th{
		font-weight: normal;
		padding: 10px;
	}
	.ftmo-jjzl-con table tr th:first-child{
		color: #fff;
		text-align: left !important;
		width: 35%;
		padding-left: 30px;
	}
	.ftmo-jjzl-con table tr:first-child th{
		color: #d48300;
		text-align: center;
	}
	
	.ftmo-jjzl-con table tr td{
		padding: 20px;
		text-align: center;
	}
	.ftmo-jjzl-con p{
		font-size: 18px;
		color: #fff;
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: center;
	}
	.cooperation{
		margin-bottom: 100px;
	}
	.cooperation h3{
		font-size: 24px;
		color: #d48300;
		font-weight: bold;
		text-align: center;
		border-top: 1px dotted #666;
		padding-top: 25px;
	}
	.cooperation p{
		font-size: 18px;
		color: #fff;
		text-align: center;
	}
	.contact-bottom{
		height: 50px;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.2);
		display: none;
	}
	/*客服微信弹框*/
	.trading-wrap{
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 99;
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.trading-wrap a.delete{
		position: absolute;
		right: -10px;
		top: -10px;
		display: block;
		width: 20px;
		height: 20px;
		line-height: 18px;
		border-radius: 10px;
		background: #fff;
		font-size: 20px;
		color: #000;
		text-align: center;
	}
	.wechat-box{
		position: relative;
		display: none;
		width: 500px;
		height: 380px;
		background: #fff;
		border-radius: 10px;
			text-align: center;
	}
	.wechat-box img{
		width: 220px;
		display: block;
		margin: 35px auto 10px auto;
	}
	.wechat-box p{
		display: inline-block;
		width: 220px;
		font-size: 16px;
		text-align: center;
		padding: 0 20px;
		margin: 0;
	}
	p.tip-trading{
		width: 100%;
		font-size: 20px;
		margin-top: 15px;
	}
	.wechat-001{
		display: block;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.banner{
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.banner img{
		display: block;
		max-width: 100%;
	}
	.date-baoming{
		position: absolute;
		left: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.5);
		width: 100%;
		height: 50px;
	}
	.content-wrap{
		width: 750px;
		margin: 0 auto;
		padding: 0;
	}
	.top-baoming{
		height: 50px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		
	}
	.top-baoming a{
		width: 50%;
		height: 50px;
		background: #d48300;
		font-size: 18px;
		color: #fff;
		line-height: 50px;
		text-align: center;
		padding: 0;
		letter-spacing: 0.1em;
	}
	.top-baoming p{
		background: #fff;
		width: 50%;
		height: 50px;
		font-size: 16px;
		color: #666;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.top-baoming p label{
		width: 35px;
	}
	.top-baoming p span{
		border-radius: 50%;
		display: block;
		margin-right: 10px;
		animation: fadeInOut 2s infinite;
	}
	@keyframes fadeInOut {
	  0% {
	    width: 26px;
	    height: 26px;
	    background: #d48300;
	  }
	  50% {
	    width: 20px;
	    height: 20px;
	    background: #fcd072;
	  }
	  100% {
	    width: 26px;
	    height: 26px;
	    background: #d48300;
	  }
	}
	.page-content{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		background: url(../images/background-mid.jpg) repeat top center;
	}
	.ftmo-tit-bg{
		width: 500px;
		height: 150px;
		background: url(../images/tit-bg.png) no-repeat center top;
		background-size: 100% auto;
		margin: 0 auto;
	}
	.ftmo-tit-bg h1{
		font-size: 24px;
		color: #fff;
		text-align: center;
		line-height: 150px;
	}
	.ftmo-intro-con{
		text-align: center;
		padding: 0 20px;
	}
	.ftmo-intro-con h3{
		font-size: 18px;
		color: #fcd072;
	}
	
	.ftmo-intro-con p{
		font-size: 16px;
		color: #fff;
	}
	.ftmo-intro-con img{
		max-width: 100%;
		display: block;
		margin:0px auto 0 auto;
	}
	
	.personal-lists{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.personal-list{
		width: 240px;
		position: relative;
	}
	.personal-list img{
		margin: 0;
		max-width: 240px;
	}
	.personal-list p{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 50px;
		background: rgba(0, 0, 0, 0.6);
		margin: 0;
		line-height: 50px;
	}
	.personal-list p label{
		color: #d48300;
		font-weight: bold;
	}
	
	.ftmo-jjzl-con table{
		width: 90%;
		margin: 50px auto;
		font-size: 16px;
		color: #fff;
	}
	.ftmo-jjzl-con table caption{
		font-size: 24px;
		font-weight: bold;
		color: #fcd072;
		padding: 10px 0 30px 0;
	}
	.ftmo-jjzl-con table tr th,.ftmo-jjzl-con table tr td{
		border-bottom: 1px dotted #666 !important;
	}
	.ftmo-jjzl-con table tr th{
		font-weight: normal;
		padding: 10px;
	}
	.ftmo-jjzl-con table tr th:first-child{
		color: #fff;
		text-align: left !important;
		width: 35%;
		padding-left: 30px;
	}
	.ftmo-jjzl-con table tr:first-child th{
		color: #d48300;
		text-align: center;
	}
	
	.ftmo-jjzl-con table tr td{
		padding: 20px;
		text-align: center;
	}
	.ftmo-jjzl-con p{
		font-size: 16px;
		color: #fff;
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: center;
	}
	.cooperation{
		margin-bottom: 100px;
	}
	.cooperation h3{
		font-size: 20px;
		color: #d48300;
		font-weight: bold;
		text-align: center;
		border-top: 1px dotted #666;
		padding-top: 25px;
	}
	.cooperation p{
		font-size: 16px;
		color: #fff;
		text-align: center;
	}
	.contact-bottom{
		height: 50px;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.2);
		display: none;
	}
	/*客服微信弹框*/
	.trading-wrap{
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 99;
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.trading-wrap a.delete{
		position: absolute;
		right: -10px;
		top: -10px;
		display: block;
		width: 20px;
		height: 20px;
		line-height: 18px;
		border-radius: 10px;
		background: #fff;
		font-size: 20px;
		color: #000;
		text-align: center;
	}
	.wechat-box{
		position: relative;
		display: none;
		width: 500px;
		height: 380px;
		background: #fff;
		border-radius: 10px;
			text-align: center;
	}
	.wechat-box img{
		width: 220px;
		display: block;
		margin: 35px auto 10px auto;
	}
	.wechat-box p{
		display: inline-block;
		width: 220px;
		font-size: 16px;
		text-align: center;
		padding: 0 20px;
		margin: 0;
	}
	p.tip-trading{
		width: 100%;
		font-size: 20px;
		margin-top: 15px;
	}
	.wechat-001{
		display: block;
	}
}
@media (max-width:767px) {
	.banner{
		display: block;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.banner img{
		display: block;
		max-width: 100%;
	}
	.date-baoming{
		background: rgba(255, 255, 255, 0.5);
		width: 100%;
		height: 80px;
	}
	.content-wrap{
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.top-baoming{
		height: 90px;
		
	}
	.top-baoming a{
		width: 100%;
		height: 50px;
		background: #d48300;
		font-size: 18px;
		color: #fff;
		line-height: 50px;
		text-align: center;
		padding: 0;
		letter-spacing: 0.1em;
		display: block;
	}
	.top-baoming p{
		background: #fff;
		width: 100%;
		height: 40px;
		font-size: 16px;
		color: #666;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin: 0;
	}
	.top-baoming p label{
		width: 30px;
	}
	.top-baoming p span{
		border-radius: 50%;
		display: block;
		margin-right: 10px;
		animation: fadeInOut 2s infinite;
	}
	@keyframes fadeInOut {
	  0% {
	    width: 22px;
	    height: 22px;
	    background: #d48300;
	  }
	  50% {
	    width: 18px;
	    height: 18px;
	    background: #fcd072;
	  }
	  100% {
	    width: 22px;
	    height: 22px;
	    background: #d48300;
	  }
	}
	.page-content{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: auto;
		background: url(../images/background-mid.jpg) repeat top center;
	}
	.ftmo-tit-bg{
		width: 360px;
		height: 108px;
		background: url(../images/tit-bg.png) no-repeat center top;
		background-size: 100% auto;
		margin: 0 auto;
	}
	.ftmo-tit-bg h1{
		font-size: 20px;
		color: #fff;
		text-align: center;
		line-height: 108px;
	}
	.ftmo-intro-con{
		text-align: left;
		padding: 0 10px;
	}
	.ftmo-intro-con h3{
		font-size: 17px;
		color: #fcd072;
	}
	
	.ftmo-intro-con p{
		font-size: 15px;
		color: #fff;
		line-height: 1.7em;
	}
	.ftmo-intro-con img{
		max-width: 100%;
		display: block;
		margin:0px auto 0 auto;
	}
	
	.personal-lists{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.personal-list{
		display: block;
		width: 33.33%;
		position: relative;
	}
	.personal-list img{
		margin: 0;
		max-width: 100%;
	}
	.personal-list p{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 40px;
		background: rgba(0, 0, 0, 0.6);
		margin: 0;
		line-height: 20px;
		font-size: 14px;
		text-align: center;
	}
	.personal-list p label{
		color: #d48300;
		font-weight: bold;
		display: block;
	}
	
	.ftmo-jjzl-con table{
		
		width: 90%;
		margin: 20px auto;
		font-size: 16px;
		color: #fff;
	}
	.ftmo-jjzl-con table caption{
		font-size: 20px;
		font-weight: bold;
		color: #fcd072;
		padding: 10px 0 30px 0;
	}
	.ftmo-jjzl-con table tr th,.ftmo-jjzl-con table tr td{
		border-bottom: 1px dotted #666 !important;
	}
	.ftmo-jjzl-con table tr th{
		font-weight: normal;
		padding: 10px;
	}
	.ftmo-jjzl-con table tr th:first-child{
		color: #fff;
		text-align: left !important;
		width: 35%;
		padding-left: 10px;
	}
	.ftmo-jjzl-con table tr:first-child th{
		color: #d48300;
		text-align: center;
	}
	
	.ftmo-jjzl-con table tr td{
		padding: 10px;
		text-align: center;
	}
	.ftmo-jjzl-con p{
		font-size: 16px;
		color: #fff;
		margin-top: 50px;
		margin-bottom: 50px;
		text-align: left;
		padding: 0 10px;
		line-height: 1.7em;
	}
	.cooperation{
		margin-bottom: 100px;
	}
	.cooperation h3{
		font-size: 20px;
		color: #d48300;
		font-weight: bold;
		text-align: center;
		border-top: 1px dotted #666;
		padding-top: 25px;
	}
	.cooperation p{
		font-size: 15px;
		color: #fff;
		text-align: center;
	}
	.contact-bottom{
		height: 60px;
		width: 100%;
		position: fixed;
		left: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.2);
		display: none;
	}
	.contact-bottom p{
		display: none;
	}
	.contact-bottom a{
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
	/*客服微信弹框*/
	.trading-wrap{
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.4);
		z-index: 99;
		height: 100%;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.trading-wrap a.delete{
		position: absolute;
		right: -10px;
		top: -10px;
		display: block;
		width: 20px;
		height: 20px;
		line-height: 18px;
		border-radius: 10px;
		background: #fff;
		font-size: 20px;
		color: #000;
		text-align: center;
	}
	.wechat-box{
		position: relative;
		display: none;
		width: 280px;
		height: 380px;
		background: #fff;
		border-radius: 10px;	
	}
	.wechat-box img{
		width: 250px;
		display: block;
		margin: 15px auto 10px auto;
	}
	.wechat-box p{
		font-size: 16px;
		text-align: center;
		padding: 0 20px;
		margin: 0;
	}
	p.tip-trading{
		display: block;
	}
	.wechat-001{
		display: block;
	}
}