﻿/* CSS Document */
@charset "utf-8";
 *{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*@font-face {
	font-family: "fonts";
	src: url("../font/Oswald-Medium.otf");
}
body {
	font-family: fonts;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #444444;
	background: #ededee;
	overflow-x: hidden;
}*/
body {
	font-family: "Microsoft YaHei";
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #444444;
	background: #fff;
	overflow-x: hidden;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,a {
	margin: 0;
	padding: 0;
}
input,button,select,textarea{outline:none; font-family: "microsoft yahei";-webkit-appearance:none;}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
/*	display: inline-block;*/
	color: #444;
	transition: all 0.25s;
}
img {
	border: none;
	display: inline-block;
}
em,i{
	font-style: normal;
	display: inline-block;
}
/* CSS reset for c_b */
.fwbox{
	border-bottom: 1px solid #ebebeb;
	padding: 40px 0;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}

.fw2txt{
	width: 50%;
}
.fw2txt3{
	width: 50%;
}
.fw2img{
	width: 50%;
	text-align: center;
}
.fwbox:nth-child(odd) .fw2txt{
	float: left;
	padding-right: 10%;
}
.fwbox:nth-child(odd) .fw2txt3{
	float: left;
	padding-right: 10%;
}
.fwbox:nth-child(odd) .fw2img{
	float: right;
}
.fwbox:nth-child(even) .fw2txt{
	float: right;
	padding-left: 10%;
}
.fwbox:nth-child(even) .fw2txt3{
	float: right;
	padding-left: 10%;
}
.fwbox:nth-child(even) .fw2img{
	float: left;
}
.fw2img img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin-top:50px;
}
.fw2txt h4{
	font-size: 30px;
	color: #f00;
	font-weight: normal;
	
	
}
.fw2txt>span{
	width: 50px;
	height: 2px;
	display: inline-block;
	background: #FA7A8A;
	margin: 20px 0;
}
.fw2txt>div{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-family:"宋体"
}
.fw2txt p{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-family:"宋体"
}
.fw2txt3>span{
	width: 50px;
	height: 2px;
	display: inline-block;
	background: #FA7A8A;
	margin: 20px 0;
}
.fw2txt3>div{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-family:"宋体"

}
.fw2txt3 h4{
	font-size: 30px;
	color: #f00;
	font-weight: normal;
	
	
}
.fw2txt3 p{
	font-size: 20px;
	color: #000;
	line-height: 40px;
	padding-top:50px;
	font-family:"宋体"
	
}
.fw3top li{
	display: inline-block;
	padding: 12px 50px;
	color: #FA7A8A;
	border: 1px solid #FA7A8A;
	border-radius: 30px;
	font-size: 18px;
	cursor: pointer;
	margin: 0 45px;
}
.fw3top li.active{
	background: #FA7A8A;
	color: #fff;
}

.fw3bot li.active{
	display: block;
}
.fw3txt p{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-family:"宋体"
}

.clear {
	height: 0;
	clear: both;
	zoom: 1;
}

.clearfix:before, .clearfix:after {
	content:"";
	display:table
}
.clearfix:after {
	clear:both;
	height: 0;
}

.fl{
	float: left;
}
.fr{
	float: right;
}

.md{
	padding: 60px 0;
}
.ftop h4{
	font-size: 30px;
	color: #222;
	font-weight: normal;
      text-align: center;
}
.ftop>span{
	display: block;
	width: 49px;
	height: 2px;
	background: #FA7A8A;
	margin-top: 20px;
  margin:20px auto 0;
}
.ftop>div{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 20px;
}
.textcenter{
	text-align: center;
}



