/* 字体引入 */
/* 中文 */
@font-face {
  font-family: 'ff100';
  src: url('../font/SourceHanSansCN-ExtraLight.ttf');
}
@font-face {
  font-family: 'ff200';
  src: url('../font/SourceHanSansCN-Light.ttf');
}
@font-face {
  font-family: 'ff300';
  src: url('../font/SourceHanSansCN-Normal.ttf');
}
@font-face {
  font-family: 'ff400';
  src: url('../font/SourceHanSansCN-Regular.ttf');
}
@font-face {
  font-family: 'ff700';
  src: url('../font/SourceHanSansCN-Medium.ttf');
}
@font-face {
  font-family: 'ff800';
  src: url('../font/SourceHanSansCN-Bold.ttf');
}

  
/* 初始化默认字体 */
html,
body {
  position: relative;
  font-family: 'Rubik', 'ff400';
}
body {
	line-height: 1.5;
	font-size: 16px;
	color: #000;
	outline: 0;
}
html,  body,  header,  section,  footer,  div,  ul,  ol,  li,  img,  a,  span,  em,  del,  legend,  center,  strong,  var,  fieldset,  form,  label,  dl,  dt,  dd,  cite,  input,  hr,  time,  mark,  code,  figcaption,  figure,  textarea,  h1,  h2,  h3,  h4,  h5,  h6,  p {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
}
ul,  li {
	list-style: none;
}
b,  strong {
	font-weight: 700;
}
pre {
	overflow: auto;
}
img {
	border: 0;
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
a {
	color: #0062cc;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	outline: 0;
}
textarea {
	overflow: hidden;
	resize: none;
}
button {
	overflow: visible;
}
button,  select {
	text-transform: none;
}
button,  input,  optgroup,  select,  textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
.cle:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
.top {
	width: 100%;
}
.top .container {
	width: 1200px;
	margin: 0 auto;
	height: 38px;
	font-size: 14px;
	color: #666;
	line-height: 38px;
}
.top .container span.wel {
	display: inline-block;
	margin-left: 13px;
	margin-right: 15px;
}
#top_login_ok {
	float: left;
	display: none;
}
#top_login_no {
	float: left;
}
.top .container a {
	color: #9a1f24;
}
.top .container .tel {
	float: right;
	margin-right: 25px;
}
.top .container .tel span {
	display: block;
	width: 27px;
	height: 19px;
	background: url("../image/tel.png") no-repeat;
	float: left;
	margin-top: 9.5px;
	margin-right: 20px;
}
.fot {
	/*height:210px;*/

	background: #3b393a;
}
.mod_2 .cont .i3s .list:nth-child(2n), .mod_2 .cont .i4 .list:nth-child(3) {
	border-right: 0px none;
}
.fot .container {
	width: 1200px;
	margin: 0 auto;
}
.fot .container .logo {
	width: 335px;
	height: 75px;
	float: left;
	margin-top: 60px;
	margin-left: 25px;
	background: url("../image/fot_logo.png") no-repeat;
}
.fot .container .cont_box {
	width: 500px;
	float: left;
	margin-top: 40px;
	margin-left: 50px;
}
.fot .container .cont_box p {
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
	font-size: 14px;
}
.fot .container .cont_box p a {
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
}
.fot .container .tel {
	float: right;
	color: #fff;
	font-size: 14px;
	margin-right: 50px;
	margin-top: 80px;
	height: 22px;
	line-height: 25px;
}
.fot .container .tel span {
	display: block;
	width: 32px;
	height: 22px;
	float: left;
	margin-right: 20px;
	background: url("../image/fot_tel.png") no-repeat;
}
.nav {
	width: 100%;
	height: 80px;
	background: #333333;
}
.nav .container {
	width: 1200px;
	margin: 0 auto;
}
.nav .logo {
	width: 72px;
	height: 75px;
	display: inline-block;
	margin-top: 2.5px;
	float: left;
	margin-left: 15px;
}
.nav .logo img {
	width: 72px;
	height: 75px;
}
.nav .first {
	height: 80px;
	margin-left: 72px;
	float: left;
	width: 156px;
	line-height: 80px;
	font-size: 18px;
	color: #fff;
	display: block;
	position: relative;
}
.nav .first img {
	margin-top: 24px;
	margin-right: 20px;
	float: left;
}
.nav .first>a {
	float: right;
	margin-right: 15px;
	color: #fff;
}
.child_nav {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	display: none;
	z-index: 999;
}
.child_nav li a {
	display: block;
	width: 100%;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	background: #333;
}
.child_nav li a:hover {
	background: #ff0000;
}
.nav ul.list {
	float: right;
	margin-right: 25px;
}
.nav ul.list>li {
	float: left;
	height: 80px;
	text-align: center;
	line-height: 80px;
	margin-left: 40px;
	position: relative;
}
.nav ul.list>li>a {
	height: 80px;
	line-height: 80px;
	display: block;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}
.nav ul.list>li:first-child {
	margin-left: 0px;
}
.nav ul.list>li>a:hover {
	background: #ff0000;
}
.nav ul.list li .on {
	background: #ff0000;
}
.slide {
	width: 1200px;
	margin: 0 auto;
}
.slide .t {
	padding-bottom: 5px;
	border-bottom: 1px solid #dddddd;
	font-size: 48px;
	color: #000;
	text-align: center;
	margin-bottom: 45px;
}
.slide .t span {
	padding: 0px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f67070;
}
.slide_box .left {
	width: 271px;
	box-sizing: border-box;
	border: 1px solid #eee;
	float: left;
}
.slide_box .right {
	width: 918px;
	float: right;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.slide_box .right p {
	height: 38px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding-left: 20px;
}
.slide_box .left p {
	height: 38px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding-left: 20px;
}
.slide_box .left p span {
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	line-height: 38px;
	border-top: 2px solid #2188cd;
	height: 38px;
}
.slide_box .right p span {
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	line-height: 38px;
	border-top: 2px solid #f65c5c;
	height: 38px;
}
.topRec_List {
	width: 100%;
	height: 240px;
	margin-top: 3px;
	position: relative;
	overflow: hidden;
}
.topRec_List ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1000px;
}
.topRec_List ul li {
	height: 60px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	background: #f1f2f4;
	color: #666;
}
.topRec_List ul li span {
	display: block;
	float: left;
	width: 160px;
	height: 60px;
	box-sizing: border-box;
	overflow: hidden;
}
.topRec_List ul li.on {
	background: #fff;
}
.topRec_List ul li b {
	float: right;
	display: block;
	height: 60px;
	line-height: 60px;
	font-weight: normal;
}
.leftRec_List {
	height: 227px;
	width: 892px;
	position: relative;
	box-sizing: border-box;
	margin-left: 13px;
	margin-top: 16px;
	overflow: hidden;
}
.leftRec_List ul {
	position: absolute;
	width: 20000px;
	overflow: hidden;
}
.leftRec_List ul li {
	width: 200px;
	height: 208px;
	box-sizing: border-box;
	border: 1px solid #eee;
	overflow: hidden;
	float: left;
	margin-right: 30px;
}
.leftRec_List ul li img {
	width: 198px;
	height: 170px;
	margin: 0 auto;
	display: block;
}
.leftRec_List ul li span {
	width: 100%;
	box-sizing: border-box;
	display: block;
	text-align: center;
	padding: 0 5px;
	height: 37px;
	line-height: 37px;
	border-top: 1px solid #eee;
	overflow: hidden;
}
.content {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding-top: 63px;
}
.content .left {
	width: 900px;
	margin: 0 auto;
	float: left;
}
.box dl {
	margin-top: 35px;
	width: 434px;
	height: 415px;
	float: left;
	padding: 13px 18px;
	box-sizing: border-box;
	border: 1px solid #cecece;
}
.box dl:nth-child(2n) {
	float: right;
}
.box dl dt {
	width: 392px;
	height: 244px;
}
.box dl dt img {
	width: 392px;
	height: 200px;
	object-fit: cover;
}
.box dl dd {
	width: 100%;
}
.box dl dd h3 {
	text-align: center;
	width: 100%;
	font-size: 14px;
	color: #000;
	padding-top: 12px;
	padding-bottom: 20px;
}
.box dl dd p {
	font-size: 12px;
	color: #666;
	width: 365px;
	margin: 0 auto;
	height: 53px;
	overflow: hidden;
}
.box dl dd .bot {
	width: 365px;
	margin: 0 auto;
	margin-top: 22px;
}
.box dl dd .bot span {
	float: left;
	font-size: 12px;
	color: #666;
}
.box dl dd .bot a {
	color: #ff3333;
	font-size: 12px;
	float: right;
}
.ftxf {
	width: 100%;
	height: 214px;
	background: url(../image/ftbg.png) center no-repeat;
	position: fixed;
	bottom: 0px;
}
.ftfrom {
	float: right;
	margin-top: 100px;
	margin-right: 200px;
	width: 400px;
}
.ftfrom li {
	width: 50%;
	float: left;
}
.ftfrom li input.text {
	width: 95%;
	background: #fff;
	border: 0;
	margin-bottom: 10px;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
}
.ftfrom li button.submita {
	background: #377ef1;
	color: #fff;
	border: none;
	height: 40px;
	line-height: 40px;
	width: 150px;
	font-size: 20px;
	cursor: pointer;
}
.ftxfx {
	position: absolute;
	right: 21.5%;
	display: table-cell;
	top: 26px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	background: #fff;
	text-align: center;
}
.ftxfx>img {
	width: 20px;
	vertical-align: middle;
}
#zhiwei_list{width: 70%;margin: 0 auto 40px;}
.zhiwei_oneyear{ margin-bottom:30px;}
.rlAccordion h3 {border-bottom: 1px #f0f0f0 solid;color:#666;font-weight:normal;margin: 0 auto;font-size: 18px;padding:15px 0;text-decoration: none;cursor:pointer;}
.rlAccordion h3 span { float: right; font-family: arial, serif, sans-serif;}
.rlAccordion div {display: none;padding:5px 30px 10px;margin-bottom:15px;background:#f7f7f7;border-bottom: 1px #f0f0f0 solid;text-align:justify;font-size: 16px;}

