@charset "utf-8";

body {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.head {
	background-image: url(redCross_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 260px;
}

.navBg {
	background-color: #ca060d;
	height: 80px;
}

.nav {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	height: 80px;
}

.nav li {
	list-style: none;
	width: 14%;
	float: left;
	height: 80px;
	font-size: 22px;
	line-height: 80px;
	font-weight: bold;
	text-align: center;
}

.nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
}

.navDot {
	width: 28% !important;
}

.navDot a.dotA {
	background-image: url(redCross_04.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}

.navDot a.dotB {
	background-image: url(redCross_06.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
}

.navDot3 a {
	background-image: url(redCross_08.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.navDot4 a {
	background-image: url(redCross_10.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.navDot5 a {
	background-image: url(redCross_12.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.navDot6 a {
	background-image: url(redCross_14.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.navDot7 a {
	background-image: url(redCross_16.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.phoneNav {
	display: none;
}

.bgL {
	background-image: url(redCross03.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 77px;
	height: 58px;
	float: left;
}

.bgR {
	background-image: url(redCross04.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 77px;
	height: 58px;
	float: left;
}

.bgC {
	background-image: url(redCross05.png);
	background-position: center;
	background-repeat: repeat-x;
	height: 58px;
}

.w700 {
	width: 700px;
	float: left;
}

.w1120 {
	width: 1020px;
	float: left;
	display: flex;
	justify-content: center;
}

.w1120 span {
	display: block;
	padding: 15px 8px 0 8px;
}

.w1120 span a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

.w720 {
	width: 720px;
	float: left;
	display: flex;
	justify-content: center;
}

.w720 span {
	display: block;
	padding: 15px 10px 0 10px;
}

.w720 span a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

.w420 {
	width: 420px;
	float: left;
	display: flex;
	justify-content: center;
}

.w420 span {
	display: block;
	padding: 15px 10px 0 10px;
}

.w420 span a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

.m220 {
	margin-left: 220px;
}

.m320 {
	margin-left: 320px;
}

.subNav {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.subNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.seachBg {
	width: 690px;
	background-color: rgba(255, 255, 255, 0.2);
	height: 50px;
	border-radius: 10px;
	padding: 0 0 0 10px;
}

.submitY {
	width: 100px;
	height: 50px;
	border-radius: 0 10px 10px 0;
	display: block;
	float: right;
	background-color: #ffefbf;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	color: #bd1a2d;
	cursor: pointer;
}

.inputA {
	border: 0;
	outline: none;
	height: 50px;
	width: 460px;
	float: left;
	background: none;
	font-size: 18px;
	color: #FFF;
	padding: 0 0 0 10px;
}

.inputA::placeholder {
	color: #FFF;
}

.seachPic {
	float: left;
	display: block;
	width: 40px;
	border-right: 1px solid #ffc2c9;
	margin: 10px 0 0 10px;
}

.Floating {
	position: fixed;
	bottom: 50px;
	right: 0;
	width: 40px;
	background-color: #ca060d;
	text-align: center;
	z-index: 99;
}

.Floating ul li {
	padding: 10px 0 0 0;
	height: 30px;
}

.Floating ul li:last-child {
	height: 40px;
}

.Floating ul li:hover {
	background-color: #900;
}

.Floating ul li.line {
	border-bottom: 1px solid #fff;
	padding: 10px 0 !important;
}

.Floating ul li.wzaBtn {
	padding: 5px 0 !important;
}

.Floating ul li a.wza {
	display: block;
	width: 100%;
	height: 100%;
}

.Floating ul li a.wza img {
	width: 28px;
}

.Floating ul li.BgH {
	background-color: #900;
	padding: 10px 0 !important;
	margin-top: 4px;
}

.Floating ul li.BgH p {
	margin: 0;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
}

#code div {
	position: absolute;
	right: 40px;
	bottom: 104px;
	background-color: #900;
	padding: 10px;
	color: #fff;
	display: none;
}

#email div {
	position: absolute;
	right: 40px;
	bottom: 144px;
	background-color: #900;
	padding: 10px;
	color: #fff;
	display: none;
}

#telephone div {
	position: absolute;
	right: 40px;
	bottom: 184px;
	background-color: #900;
	padding: 10px;
	color: #fff;
	width: 150px;
	display: none;
}

.talk {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
}

.talk li {
	list-style: none;
	float: left;
}

.logo {
	height: 110px;
	float: left;
	margin: 35px 0;
}

.logo img {
	width: 566px;
	height: 109px;
}

.slogan {
	height: 70px;
	float: right;
	margin: 55px 0;
}

.slogan img {
	width: 469px;
	height: 67px;
}

.w1200 {
	width: 1230px;
	margin: 0 auto;
}

.w1230 {
	width: 1230px;
	margin: 0 auto;
}

.w1080 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-height: 400px;
}

.scroll {
	overflow-x: auto;
}

.w580 {
	width: 585px;
}

.w580A {
	width: 585px;
}

.w880 {
	width: 880px;
}

.w280 {
	width: 280px;
}

.w280C {
	width: 280px;
}

.w280 h3 {
	font-size: 18px;
	text-align: center;
	color: #FFF;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background-color: #ca060d;
	margin: 0;
	padding: 0;
}

.w280C h3 {
	font-size: 18px;
	text-align: center;
	color: #FFF;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background-color: #ca060d;
	margin: 0;
	padding: 0;
}

.subNav2 {
	padding: 15px 10px;
	background-color: #f6f6f6;
}

.subNav2 li {
	font-size: 18px;
	background-image: url(redCross09.png);
	background-position: center left;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 15px;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
}

.subNav2 li a {
	color: #333;
}

.subNav2 li a:hover {
	color: #e50516;
	font-weight: bold;
}

.linkL {
	margin: 30px 0 0 0;
	background-image: url(redCross_29.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	text-align: center;
	padding: 20px 0;
	border-radius: 5px;
	letter-spacing: 8px;
	text-shadow: 2px 2px 5px #333;
}

.linkL a {
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
}

.h80 {
	height: 80px;
}

.h50 {
	height: 50px;
}

.h30 {
	height: 30px;
}

.h15 {
	height: 15px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fc {
	clear: both;
}

.box {
	padding: 15px 15px 0 15px;
	margin-bottom: 20px;
}

.bgW {
	background-color: #FFF;
	min-height: 300px;
}

.BgPic {
	background-image: url(redCross_25.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 500px
}

.titA {
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	height: 45px;
}

.titA span {
	border-left: 5px solid #e50516;
	color: #e50516;
	display: block;
	font-size: 20px;
	font-weight: 700;
	padding-left: 10px;
}

.titA li {
	float: left;
	font-size: 20px;
	font-weight: 700;
	width: 100px;
	padding-left: 10px;
}

.listA {
	margin-bottom: 15px;
}

.listA li {
	background-image: url(redCross09.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 15px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dotted #e5e5e5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 15px);
}

.listA li a {
	color: #333;
}

.listA li a:hover {
	color: #ca060d;
}

.moreA {
	transform: translateY(-32px);
	text-align: right;
	height: 0px;
}

.moreA a {
	color: #666;
	font-size: 14px;
}

.titRed {
	height: 46px;
	line-height: 46px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #ca060d;
	text-align: center;
	width: calc(100% - 4px);
	margin: 0 2px;
}

.ListRed li {
	width: calc(25% - 4px);
	float: left;
	margin: 4px 2px 0px 2px;
	height: 120px;
	background-color: #dcdcdc;
}

.ListRed li p {
	margin: 0;
	padding: 0 10px;
	height: 60px;
	line-height: 23px;
	font-size: 16px;
	font-weight: normal;
	color: #ca060d;
}

.ListRed li.redMe {
	background-color: #ca060d !important;
}

.ListRed li.redMe p {
	margin: 0;
	padding: 0 10px;
	height: 60px;
	line-height: 23px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}

.ListRed li div {
	margin: 0;
	padding: 0 10px 0 0;
	height: 60px;
	text-align: right;
}

.dang {
	height: 50px;
	font-size: 16px;
	width: 100%;
}

.dang a {
	color: #666;
}

.dang a:hover {
	color: #ca060d;
}

.linkRed {
	background-color: #ca060d;
	height: 60px;
}

.flooterS {
	background-color: #ca060d;
	color: #FFF;
	width: 100%;
}

.Fw100 {
	width: 100px;
	margin: 30px 60px 10px 60px;
	text-align: center;
	display: block;
}

.Fw100 p {
	font-size: 14px;
	line-height: 180%;
	margin: 0;
}

.Fw700 {
	width: 700px;
	margin: 50px 0px 0px 60px;
}

.Fw700 p {
	font-size: 14px;
	line-height: 200%;
	margin: 0;
}
/* 导航样式css */
.slideTxtBox .hd {
	position: relative;
}

.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
}

.slideTxtBox .hd ul li.on {
	background-image: url(redCross07.png);
	background-repeat: no-repeat;
	background-position: 10px 60px;
}

.onMe {
	background: none !important;
	color: #FFF;
}

.onMe .dotA {
	color: #FFF !important;
}

.slideTxtBox .hd ul li.navDot span {
	display: block;
	height: 80px;
	width: 50%;
	float: left;
}

.slideTxtBox .hd ul li.navDot span:hover {
	background-image: url(redCross07.png);
	background-repeat: no-repeat;
	background-position: 10px 60px;
}

.slideTxtBox .hd ul li.navDot span:hover a {
	color: #ffd24c;
}

.slideTxtBox .hd ul li.on a {
	color: #ffd24c;
}

.slideTxtBox .hd ul li.on a.dotB {
	color: #FFF;
}

.slideTxtBox .bd ul {
	padding: 0px;
	zoom: 1;
}

.slideTitBox .hd {
	position: relative;
}

.slideTitBox .hd ul li {
	float: left;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	margin: 10px 0;
	border-left: 5px solid #FFF;
}

.slideTitBox .hd ul li.on {
	border-left: 5px solid #e50516;
	color: #e50516;
}

.slideTitBox .bd ul {
	padding: 0px;
	zoom: 1;
}

.sideMenu3 {
	position: fixed;
	z-index: 999;
	top: 70px;
	background-color: #ca060d;
	height: calc(100% - 70px);
	width: 100%;
	display: none;
}

.sideMenu3 h2 {
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	background: #ca060d;
	cursor: pointer;
	color: #FFF;
	font-size: 20px;
	margin: 0;
}

.sideMenu3 a {
	color: #FFF;
}

.sideMenu3 h3 {
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	background: #ca060d;
	cursor: pointer;
	color: #FFF;
	font-size: 20px;
	margin: 0;
}

.sideMenu3 ul {
	padding: 8px 25px;
	color: #999;
	display: none;
	background-color: #900;
}

.sideMenu3 ul li {
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	color: #FFF;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.links {
	padding: 0;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 1;
}

.links a {
	color: #fff;
}

.links .nLi {
	float: left;
	display: block;
	width: 20%;
	text-align: center;
}

.links .nLi h3 {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #FFF;
	width: 100%;
	cursor: pointer;
}

.links .nLi h3:hover {
	color: #FF6;
}

.links .nLi h3 img {
	position: relative;
	margin-left: 10px;
}

.links .sub {
	display: none;
	width: 100%;
	left: 0;
	top: 60px;
	position: absolute;
	background: #a80006;
}

.links .sub li {
	zoom: 1;
	float: left;
}

.links .sub a {
	display: block;
	padding: 0 15px;
	color: #FFF;
	font-size: 16px;
}
/* 讲话样式css */
.talking {
	padding-top: 58px;
}

.talking .hd {
	height: 0px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

.talking .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	margin: 0;
	padding: 0;
}

.talking .hd ul li {
	float: left;
	margin-right: 2px;
	width: 0px;
	height: 0px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	list-style: none;
}

.talking .hd ul li.on {
	background: #f00;
	color: #fff;
}

.talking .bd {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	height: 142px;
}

.talking .bd li {
	zoom: 1;
	vertical-align: middle;
	list-style: none;
}

.talking .bd img {
	width: 1200px;
	height: 130px;
	display: block;
}

.banner {
	overflow: hidden;
	height: 100px;
	position: relative;
}

.banner .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 10;
}

.banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	margin: 0;
	padding: 0;
}

.banner .hd ul li {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	list-style: none;
}

.banner .hd ul li.on {
	background: #f00;
	color: #fff;
}

.banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	margin: 0;
	padding: 0;
	height: 100px;
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle;
	list-style: none;
}

.banner .bd img {
	width: 1200px;
	height: 100px;
	display: block;
}
/* 幻灯片css */
.slideBox {
	overflow: hidden;
	position: relative;
	width: 585px;
	height: 400px;
	margin: 0;
	padding: 0;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	margin: 0;
	padding: 0;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 5px;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
	width: 30px !important;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	margin: 0;
	padding: 0;
}

.slideBox .bd ul {
	margin: 0;
	padding: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 400px;
	display: block;
}

.slideBox .bd li p {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	background-color: rgba(180, 22, 40, 0.8);
	width: calc(100% - 20px);
	margin: 0;
	padding: 0 10px;
	color: #FFF;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity = 50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity = 100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.w40 {
	width: 26%;
	padding: 5px 2%;
	text-align: right;
}

.w60 {
	width: 70%;
	padding: 5px 0;
}

.w60 label {
	white-space: nowrap;
}

.redC {
	color: #e50516;
}

.listFrom {
	padding: 25px 0;
	position: relative;
}

.listFrom li {
	font-size: 18px;
	line-height: 180%;
}

.w100A {
	width: 100%;
	display: block;
}

.bor {
	height: 30px;
	border: 1px solid #e5e5e5;
	width: 80%;
	font-size: 18px;
	outline: none;
}

.borA {
	height: 30px;
	border: 1px solid #e5e5e5;
	width: 95%;
	font-size: 18px;
	outline: none;
}

.borB {
	height: 30px;
	border: 1px solid #e5e5e5;
	width: calc(80% - 42px);
	font-size: 18px;
	outline: none;
}

.bor35 {
	height: 30px;
	border: 1px solid #e5e5e5;
	width: 62.5%;
	font-size: 18px;
	outline: none;
}

.bor25 {
	height: 30px;
	border: 1px solid #e5e5e5;
	width: 120px;
	font-size: 18px;
	outline: none;
}

.bor26 {
	height: 30px;
	border: 1px solid #e5e5e5;
	width: 150px;
	font-size: 18px;
	outline: none;
}

.bor5 {
	height: 150px;
	border: 1px solid #e5e5e5;
	width: 80%;
	font-size: 18px;
	outline: none;
	font-size: 18px;
	font-family: "微软雅黑";
}

.w80A {
	width: calc(80% - 50px);
	margin: 0 10% 30px 10%;
	padding: 25px;
	background-color: #f7f7f7;
}

.w80A p {
	margin: 0;
	padding: 0;
}

p.Tpaper {
	text-align: center;
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	background-color: #fff5f5;
	color: #000;
}

.butA120 {
	width: 250px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #e50516;
	color: #FFF;
	font-weight: bold;
	margin: 80px auto 0 auto;
	display: block;
	font-size: 24px;
}

.butA125 {
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #e50516;
	color: #FFF;
	margin: 0px;
	display: block;
	font-size: 20px;
	border: 0;
	outline: none;
	border-radius: 5px;
	cursor: pointer;
}

#instructionsCo {
	width: calc(80% - 54px);
	margin: 0 10%;
	position: absolute;
	padding: 25px;
	box-shadow: 1px 3px 3px #CCC;
	z-index: 99;
	background-color: #FFF;
	display: none;
	border: 1px solid #e5e5e5;
	top: 20%;
}

#instructionsCo h1 {
	text-align: center;
	margin: 15px 0;
	padding: 0;
}

#agreementCon {
	width: calc(80% - 50px);
	margin: 0 10%;
	position: absolute;
	padding: 25px;
	box-shadow: 1px 3px 3px #CCC;
	top: 30%;
	z-index: 99;
	background-color: #FFF;
	display: none;
	border: 1px solid #e5e5e5;
	top: 20%;
}

#agreementCon h1 {
	text-align: center;
	margin: 15px 0;
	padding: 0;
}

#agreementCon2 {
	width: 300px;
	margin: 0 auto;
	position: absolute;
	padding: 25px;
	box-shadow: 1px 3px 3px #CCC;
	top: 40%;
	z-index: 99;
	background-color: #FFF;
	display: none;
	border: 1px solid #e5e5e5;
	left: 35%;
}

.agreementClose {
	text-align: right;
}

.paper {
	background-color: #fff5f5;
	padding: 25px 0;
}

.w100D {
	width: 100px;
}

.w80D {
	width: 80px;
}

.w180D {
	width: 180px;
}

.w150D {
	width: 150px;
}

.w210D {
	width: 210px;
}

.tabA {
	table-layout: fixed;
	word-wrap: break-word;
}

.tabA tr td {
	padding: 8px 5px;
	border-bottom: 1px dotted #e5e5e5;
	font-size: 18px;
}

.tabA tr td span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
}

.tabA tr th {
	padding: 8px 5px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f9f9f9;
	font-size: 20px;
}

.tabA tr {
	background-color: #FFF;
}

.tabA tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.timeC {
	table-layout: fixed;
	word-wrap: break-word;
}

.timeC tr td {
	padding: 8px 5px;
	border-bottom: 1px dotted #e5e5e5;
	font-size: 18px;
	font-size: 18px;
	text-align: center;
}

.timeC tr:nth-child(odd) {
	background-color: #f9f9f9;
}

.contentB {
	padding: 25px;
	border: 1px solid #e5e5e5;
}

.contentB h1 {
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 36px;
}

.contentB p {
	font-size: 16px;
	line-height: 180%;
	text-indent: 32px;
	margin: 5px 0;
	padding: 0;
}

.contentB .pic {
	text-align: center;
}

.contentB .Time {
	background-color: #f5faff;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	color: #999;
	margin-bottom: 20px;
}

@media screen and (max-width: 1219px) {
	.w1200 {
		width: 750px;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
	}
	.head {
		background-image: url(redCross_01.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		background-size: auto 120px;
		height: 120px;
	}
	.logo {
		float: left;
		margin: 15px 0;
		width: 53%;
	}
	.logo img {
		width: 100%;
		height: auto;
	}
	.slogan {
		float: right;
		margin: 35px 10px 0 0;
		width: 39%;
	}
	.slogan img {
		width: 100%;
		height: auto;
	}
	.phoneNav {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		cursor: pointer;
	}
	.seachBg {
		width: calc(96% - 10px);
		margin: 15px 2%;
		background-color: rgba(255, 255, 255, 0.2);
		height: 50px;
		border-radius: 10px;
		padding: 0 0 0 10px;
	}
	.submitY {
		width: 90px;
		height: 50px;
		border-radius: 0 10px 10px 0;
		display: block;
		float: right;
		background-color: #ffefbf;
		text-align: center;
		text-decoration: none;
		line-height: 50px;
		color: #bd1a2d !important;
		cursor: pointer;
	}
	.inputA {
		border: 0;
		outline: none;
		height: 50px;
		width: calc(100% - 152px);
		float: left;
		background: none;
		font-size: 18px;
		color: #FFF;
		padding: 0 0 0 10px;
	}
	.slideTxtBox {
		display: none;
	}
	.talk {
		margin: 0 auto;
		padding: 0;
		width: 750px;
		height: 120px;
	}
	.talking .bd img {
		width: 100%;
		height: auto;
		display: block;
	}
	.BgPic {
		background-image: url(redCross_25.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
		width: 100%;
	}
	.talking .bd {
		position: relative;
		height: 100%;
		z-index: 0;
		margin: 0;
		padding: 0;
		min-height: 60px;
	}
	.w580 {
		width: 100%;
		margin-bottom: 15px;
	}
	.w580A {
		width: 48%;
		margin: 0 1%;
	}
	.slideBox {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 512px;
		margin: 0;
		padding: 0;
	}
	.slideBox .bd img {
		width: 100%;
		height: 512px;
		display: block;
	}
	.box {
		padding: 0;
		margin-bottom: 10px;
	}
	.banner .bd img {
		width: 100%;
		height: auto;
		display: block;
	}
	.banner {
		overflow: hidden;
		height: 60px;
		position: relative;
	}
	.banner .bd {
		position: relative;
		z-index: 0;
		margin: 0;
		padding: 0;
		height: 60px;
	}
	.ListRed li {
		width: calc(33% - 4px);
		float: left;
		margin: 4px 2px 0px 2px;
		height: 90px;
		background-color: #dcdcdc;
	}
	.ListRed li p {
		margin: 0;
		padding: 0 10px;
		height: 30px;
		line-height: 20px;
		font-size: 14px;
		font-weight: normal;
		color: #ca060d;
	}
	.ListRed li.redMe p {
		margin: 0;
		padding: 0 10px;
		height: 30px;
		line-height: 20px;
		font-size: 14px;
		font-weight: normal;
		color: #FFF;
	}
	.linkRed {
		background-color: #ca060d;
		min-height: 300px;
	}
	.links {
		padding: 0;
		line-height: 60px;
		position: relative;
		z-index: 1;
	}
	.links .nLi {
		float: left;
		display: block;
		width: 100%;
		text-align: left;
		position: relative;
	}
	.links .sub {
		display: none;
		width: 100%;
		left: 0;
		top: 60px;
		position: absolute;
		background: #a80006;
		z-index: 10;
	}
	.Fw100 {
		width: 100px;
		margin: 30px 60px 10px 60px;
		text-align: center;
		display: none;
	}
	.Fw700 {
		width: 100%;
		margin: 25px 0;
		text-align: center;
	}
	.Fw700 p {
		font-size: 14px;
		line-height: 200%;
		margin: 0;
	}
	.sideMenu3 {
		position: fixed;
		z-index: 999;
		top: 80px;
		background-color: #ca060d;
		height: calc(100% - 70px);
		width: 100%;
		display: none;
	}
	.h80 {
		height: 20px;
	}
	.bgW {
		background-color: transparent;
		min-height: 300px;
	}
	.w280 {
		display: none;
	}
	.w880 {
		width: 100%;
	}
	.w40 {
		width: 96%;
		padding: 5px 2%;
		text-align: left;
	}
	.w60 {
		width: 96%;
		padding: 5px 2%;
	}
	.bor {
		height: 30px;
		border: 1px solid #e5e5e5;
		width: 98%;
		font-size: 18px;
		outline: none;
	}
	.bor35 {
		height: 30px;
		border: 1px solid #e5e5e5;
		width: 52.5%;
		font-size: 18px;
		outline: none;
	}
	.bor5 {
		height: 150px;
		border: 1px solid #e5e5e5;
		width: 98%;
		font-size: 18px;
		outline: none;
		font-size: 18px;
		font-family: "微软雅黑";
	}
	.w80A {
		width: calc(100% - 50px);
		margin: 0 0% 30px 0%;
		padding: 25px;
		background-color: #f7f7f7;
	}
	#agreementCon {
		width: calc(100% - 54px);
		margin: 0 auto;
		position: absolute;
		padding: 25px;
		box-shadow: 1px 3px 3px #CCC;
		top: 30%;
		z-index: 99;
		background-color: #FFF;
		display: none;
		border: 1px solid #e5e5e5;
		top: 40%;
	}
	.listFrom li:nth-child(odd) {
		font-size: 18px;
		line-height: 180%;
		background-color: #f9f9f9;
	}
}

.list-item-link {
	display: block;
	height: 60px;
	line-height: 60px;
}

.list-item-link:after {
	content: '';
	display: block;
	clear: both;
}

.list-item-link span:first-child {
	float: left;
}

.list-item-link span:last-child {
	float: right;
}

.list-item-link span.date {
	color: #999;
}

@media ( max-width : 750px) {
	.head {
		background-image: url(redCross_01.jpg);
		background-repeat: no-repeat;
		background-position: right top;
		background-size: auto 70px;
		height: 80px;
	}
	.logo {
		height: 40px;
		float: left;
		margin: 15px 0;
		width: 53%;
	}
	.logo img {
		width: 100%;
		height: auto;
	}
	.slogan {
		height: 40px;
		float: right;
		margin: 35px 10px 0 0;
		width: 39%;
	}
	.slogan img {
		width: 100%;
		height: auto;
	}
	.w1200 {
		width: 98%;
		margin: 1% auto;
	}
	.phoneNav {
		display: block;
		position: absolute;
		top: 5px;
		right: 5px;
		cursor: pointer;
	}
	.seachBg {
		width: calc(96% - 10px);
		margin: 15px 2%;
		background-color: rgba(255, 255, 255, 0.2);
		height: 50px;
		border-radius: 10px;
		padding: 0 0 0 10px;
	}
	.submitY {
		width: 90px;
		height: 50px;
		border-radius: 0 10px 10px 0;
		display: block;
		float: right;
		background-color: #ffefbf;
		text-align: center;
		text-decoration: none;
		line-height: 50px;
		color: #bd1a2d !important;
		cursor: pointer;
	}
	.inputA {
		border: 0;
		outline: none;
		height: 50px;
		width: calc(100% - 152px);
		float: left;
		background: none;
		font-size: 18px;
		color: #FFF;
		padding: 0 0 0 10px;
	}
	.slideTxtBox {
		display: none;
	}
	.talk {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.talking .bd img {
		width: 100%;
		height: auto;
		display: block;
	}
	.BgPic {
		background-image: url(redCross_25.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
		width: 100%;
	}
	.talking .bd {
		position: relative;
		height: 100%;
		z-index: 0;
		margin: 0;
		padding: 0;
		min-height: 60px;
	}
	.w580 {
		width: 100%;
		margin-bottom: 15px;
	}
	.w580A {
		width: 48%;
		margin: 0 1%;
	}
	.slideBox {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 260px;
		margin: 0;
		padding: 0;
	}
	.slideBox .bd img {
		width: 100%;
		height: 260px;
		display: block;
	}
	.box {
		padding: 0;
		margin-bottom: 10px;
	}
	.banner .bd img {
		width: 100%;
		height: auto;
		display: block;
	}
	.banner {
		overflow: hidden;
		height: 60px;
		position: relative;
	}
	.banner .bd {
		position: relative;
		height: 100%;
		z-index: 0;
		margin: 0;
		padding: 0;
		height: 60px;
	}
	.h80 {
		height: 20px;
	}
	.bgW {
		background-color: transparent;
		min-height: 300px;
	}
	.w280 {
		display: none;
	}
	.w280C {
		width: 100%;
	}
	.w880 {
		width: 100%;
	}
	.ListRed li {
		width: calc(33% - 4px);
		float: left;
		margin: 4px 2px 0px 2px;
		height: 90px;
		background-color: #dcdcdc;
	}
	.ListRed li p {
		margin: 0;
		padding: 0 10px;
		height: 30px;
		line-height: 20px;
		font-size: 14px;
		font-weight: normal;
		color: #ca060d;
	}
	.ListRed li.redMe p {
		margin: 0;
		padding: 0 10px;
		height: 30px;
		line-height: 20px;
		font-size: 14px;
		font-weight: normal;
		color: #FFF;
	}
	.linkRed {
		background-color: #ca060d;
		min-height: 300px;
	}
	.links {
		padding: 0;
		line-height: 60px;
		position: relative;
		z-index: 1;
	}
	.links .nLi {
		float: left;
		display: block;
		width: 100%;
		text-align: left;
		position: relative;
	}
	.links .sub {
		display: none;
		width: 100%;
		left: 0;
		top: 60px;
		position: absolute;
		background: #a80006;
		z-index: 10;
	}
	.Fw100 {
		width: 100px;
		margin: 30px 60px 10px 60px;
		text-align: center;
		display: none;
	}
	.Fw700 {
		width: 100%;
		margin: 25px 0;
		text-align: center;
	}
	.Fw700 p {
		font-size: 14px;
		line-height: 200%;
		margin: 0;
	}
	.w40 {
		width: 96%;
		padding: 5px 2%;
		text-align: left;
	}
	.w60 {
		width: 96%;
		padding: 5px 2%;
	}
	.bor {
		height: 30px;
		border: 1px solid #e5e5e5;
		width: 98%;
		font-size: 18px;
		outline: none;
	}
	.bor35 {
		height: 30px;
		border: 1px solid #e5e5e5;
		width: 52.5%;
		font-size: 18px;
		outline: none;
	}
	.bor5 {
		height: 150px;
		border: 1px solid #e5e5e5;
		width: 98%;
		font-size: 18px;
		outline: none;
		font-size: 18px;
		font-family: "微软雅黑";
	}
	.w80A {
		width: calc(100% - 50px);
		margin: 0 0% 30px 0%;
		padding: 25px;
		background-color: #f7f7f7;
	}
	#agreementCon {
		width: calc(100% - 54px);
		margin: 0 auto;
		position: absolute;
		padding: 25px;
		box-shadow: 1px 3px 3px #CCC;
		top: 30%;
		z-index: 99;
		background-color: #FFF;
		display: none;
		border: 1px solid #e5e5e5;
		top: 40%;
	}
	.listFrom li:nth-child(odd) {
		font-size: 18px;
		line-height: 180%;
		background-color: #f9f9f9;
	}
	#agreementCon2 {
		width: 300px;
		margin: 0 auto;
		position: absolute;
		padding: 25px;
		box-shadow: 1px 3px 3px #CCC;
		top: 60%;
		z-index: 99;
		background-color: #FFF;
		display: none;
		border: 1px solid #e5e5e5;
		left: 4%;
	}
}