/*Technical Support SudyTech*/
@charset "utf-8";
/* CSS Document */
html {
	background: #fff;/* 10÷16=62.5% */
}
body {
	/* 12÷10=1.2 */
  /*font-size:64.5%;*/
  /*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
	background-color: #fff;
	color: #444;
	font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0px;
	padding: 0px;
	color: #323232;
	-webkit-font-smoothing: subpixel-antialiased;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
fieldset, img {
	border: 0;
}
img, object {
	max-width: 100%;
	/*height:auto;*/
	width: auto\9;
	/* for ie8 */
	-ms-interpolation-mode: bicubic;
}
a {
	outline: none;
 blr: expression(this.onFocus=this.blur());
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #ea2222;
	text-decoration: none;
}
input[type='button'] {
	outline: none;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: 400;
}
ul, ol, li {
	list-style: none outside none;
}
.tc {
	text-align: center !important;
}
.tl {
	text-align: left !important;
}
.tr {
	text-align: right !important;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
	content: none;
}
input, textarea, select {
	font-weight: inherit;
}
input, select, textarea, button {
	vertical-align: middle
}
.pa {
	position: absolute;
}
.pr {
	position: relative;
}
.topicInfo li {
	transtion: all 1s ease 0s
}
/*头部样式*/
.wraq_header {
	width: 100%;
	top: 0;
	left: 0;
	position: relative;
	background: #fff;
	z-index: 999;
}
.header {
	margin: 0 auto;
	position: relative;
}
.logo_wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.logo {
	overflow: hidden;
	position: absolute;
}
.logo a {
	float: left;
	overflow: hidden;
}
.logo .logo_01 {
	z-index: 999;
	position: relative;
	width: 320px
}
.logo .logo_02 {
	padding-left: 36px;
	z-index: 999;
	position: relative;
}
.logo a img {
	padding-top: 17px;
}
.top_nav {
	float: right;
	position: relative;
	margin-top: 40px;
	height: 80px;
	width: 18%;
}
.top_nav a {
	background: url(style_res/top_nav_li.png) no-repeat center right;
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
	padding-right: 10px;
}
.top_nav a.Nobg {
	background: none;
	padding-right: 0;
	margin-right: 0;
}
.top_nav a:hover {
	color: #99080e;
}
.search_box {
	position: absolute;
	top: 30px;
	left: 0;
}
.ser {
	width: 216px;
	height: 30px;
	left: 0;
	top: 0;
	line-height: 30px;
	z-index: 9999;
	;
}
.search {
	width: 216px;
	height: 30px;
	position: relative;
	overflow: hidden;
	z-index: 9999;
}
.search input {
	position: absolute;
	width: 216px;
	height: 28px;
	line-height: 28px;
	color: #444;
	border: none;
	background: #fff;
	right: 30px;
	top: 0px;
	padding-left: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.search input.notxt {
	color: #e4e4e4;
	padding-left: 7px;
	width: 177px;
	font-family: "Microsoft yahei";
	font-size: 12px;
}
.search input.notxt1 {
	position: absolute;
	width: 40px;
	height: 30px;
	top: 0px;
	right: 0;
	border: none;
	background: url(style_res/search.png) no-repeat center center;
	cursor: pointer;
	overflow: hidden;
	background-color: #12815a;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
/*导航*/
.wraq_nav {
	width: 100%;
	height: 50px;
	background: #a40000;
}
.nav {
	max-width: 1200px;
	margin: 0 auto;
	min-height: 50px;
	line-height: 50px;
 *height: 50px;
	text-align: center;
}
.nav ul {
	max-width: 1200px;
	height: 50px;
	display: flex;
}
.nav ul li {
	display: inline-block;
	position: relative;
	width: 100%;
}
.nav ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.nav ul li:hover {
	cursor: pointer;
	background: #bb0e15;
}
.nav ul li .subNav {
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	background: #a40000;
	overflow: hidden;
	z-index: 9999;
 *z-index: 9999;
}
.nav ul li.on {
	background: #bb0e15;
}
.nav ul li.on a {
	color: #fff;
}
.nav ul li.on .subNav {
	display: block;/*animation:rotate 400ms;-webkit-animation:rotate 400ms;-moz-animation:rotate 400ms;*/
}
.nav ul li.on .subNav dl {
	overflow: hidden;
	padding-top: 1px;
}
.nav ul li.on .subNav dl dd {
	height: auto;
	line-height: 18px;
	text-align: center;
}
.nav ul li.on .subNav dl dd a {
	display: block;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	padding: 15px 5px 15px 5px;
	font-size: 14px;
}
.nav ul li.on .subNav dl dd a:hover {
	color: #fff;
	background-color: #bb0e15;
}
.nav ul li.active {
	background: #bb0e15;
}
.nav ul li.active a {
	color: #fff;
}
/*.wraq_header.current{height:50px;  z-index: 100000000000;background: #99080e;position: fixed;top:0;left: 0;box-shadow: 0px 4px 0px rgba(140,0,0,0.3);}
.wraq_header.current .wraq_nav{background: #99080e;}
.wraq_header.current .nav{height:50px; line-height:50px;max-width:1200px;margin:0 auto;}
.wraq_header.current .nav li{width:11.1%;background:none;font-size:0.9em;height:50px; line-height:50px;transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;}
.wraq_header.current .nav ul{background: none;height:50px;}
.wraq_header.current .nav li a{color:#fff;}
.wraq_header.current .nav li:hover{cursor:pointer;font-weight:normal;background-color:#fff;transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;border-bottom: 0;}
.wraq_header.current .nav li:hover a{color:#99080e;}
.wraq_header.current .nav ul li.on .subNav dl dd a{color:#fff;}
*/
/*footer*/
.footer_wrap {
	width: 100%;
	background: #c12d2d;
	overflow: hidden;
	padding: 15px 0;
}
.copyRight {
	width: 100%;
	background: #c12d2d;
	overflow: hidden;
}
.copyRight {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.goTop {
	position: absolute;
	bottom: 0;
	right: 30px;
	z-index: 99;
	color: #99080e;
	text-align: center;
	font-size: 16px;
	transition: none;
	z-index: 9999;
}
.goTop i {
	color: #99080e;
	display: block;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}
.goTop:hover {
	color: #99080e;
}
.goTop:hover i {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}
 @keyframes rotate {
 from {
 transform: rotateX(90deg) translateY(0%);
 top: 43px;
}
to {
	transform: rotateX(0deg) translateY(0%);
	top: 43px;
}
}
 @-moz-keyframes rotate {
 from {
 -moz-transform: rotateX(90deg) translateY(0%);
 top: 43px;
}
to {
	-moz-transform: rotateX(0deg) translateY(0%);
	top: 43px;
}
}
 @-webkit-keyframes rotate {
 from {
 -webkit-transform: rotateX(90deg) translateY(0%);
 top: 43px;
}
to {
	-webkit-transform: rotateX(0deg) translateY(0%);
	top: 43px;
}
}
/*手机端导航*/
/*1229*/
.snav {
	display: none;
	right: 0px;
	top: 0;
	z-index: 9995;
	width: 100%;
}
.mbtn {
	display: none;
	width: 100%;
	height: 35px;
	z-index: 1002;
	cursor: pointer;
	line-height: 35px;
	background: #99080e;
}
.mbtn span {
	width: 30px;
	height: 30px;
	margin-right: 6px;
	float: right;
	color: #99080e;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	background-color: #fff;
	margin-top: 2px;
}
.mtopList {
	float: left;
	margin-left: 11px;
	margin-top: 4px;
}
.mtopList li {
	float: left;
}
.mtopList li a {
	padding: 0 10px 0 0;
	color: #f2f2f2;
	font-size: 14px;
}
.mtopList li.ntop_01 {
	background: url(https://www.cfxy.cn/images/gb2017/top_li.png) no-repeat center left;
}
.navm {
	width: 100%;
	line-height: 30px;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	display: none;
	top: 35px;
	left: 0
}
.navm li {
	border-bottom: 1px solid #F57676;
	position: relative;
	background: #ea2222;
}
.navm li a {
	font-size: 14px;
	line-height: 18px;
	padding: 7px 0px;
	color: #fff;
	padding-left: 13px;/* display:block;*/
}
.navm li a:hover {
	color: #fff;
}
.navm li span {
	padding: 10px 10px 0 0;
	float: right;
	margin-right: 7px;
	color: #fff;
	cursor: pointer;
}
.navm li.on {
	background: #99080E;
}
.navm li.on a {
	color: #fff;
	width: 100%;
}
.navm dl {
	background: rgb(232, 108, 108);
	/*background: #b9a7a7;*/
	color: #fff;
}
.navm dl dd {
	padding-left: 30px;
	line-height: 18px;
	padding: 8px 0px 8px 28px;
	/*border-bottom:1px solid #d68e8e;*/
	border-bottom: 1px solid #F5999D;
}
.navm dl dd:last-child {
	border-bottom: none;
}
.navm li.on dl dd a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	display: inline;
	border: none;
	padding: 0px;
}
.navm li dl dd a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	display: inline;
	display: block;
	border: none;
	padding: 0px;
}
.navm li dl dd a:hover {
	color: #99080e;
}
.snav .ser {
	width: 100%;
}
.snav .nser {
	display: block;
	border-bottom: 1px solid #ddd;
}
.snav .search {
	width: 100%;
	background: #fff;
}
.snav .search input.notxt {
	width: 93%;
}
.snav .search input {
	width: 100%;
	border: none;
}
.snav .search input.notxt1 {
	width: 30px;
}
.subNavs {
	width: 100%;
	overflow: hidden;
	display: none;
	background: #fff;
}
.ntop {
	overflow: hidden;
	width: 100%;
	background: #1d8660;
	border-bottom: 1px solid #d68e8e;
}
.ntop li {
	float: left;
	border-bottom: none;
}
 @media screen and (max-width:1200px) {
.logo_wrap {
	width: 98%;
}
.header, .footer {
	width: 100%;
}
.goTop {
	right: 10px;
}
.top {
	width: 98%;
	margin: 0 auto;
}
.header_logo {
	width: 100%;
	margin: 0 auto;
}
.nav a {
	font-size: 0.9em;
}
.nav ul li.on .subNav dl dd a {
	font-size: 0.9em;
	padding: 6px;
}
.topWrap {
	display: none;
}
.snav {
	display: block;
}
.mbtn {
	display: block;
}
.wraq_header {
	height: auto;
	border-top: none;
}
.header {
	background: none;
}
.nav {
	display: none;
}
.wraq_nav {
	display: none;
}
.top_nav {
	display: none;
}
}
 @media screen and (max-width:1000px) {
.logo .logo_01 img {
	padding-top: 15px
}
.logo {
	float: none;
	width: 100%;
}
.footerList {
	padding: 0 5%;
}
.footer .rt {
	width: 18.5%
}
.footer .md {
	width: 43.16%
}
}
 @media screen and (max-width:800px) {
.flex-control-paging li a {
	height: 10px;
	width: 10px;
}
.footer {
	background: none;
}
.footer .lf {
	width: 60%;
}
.footer .md {
	width: 40%;
}
.footer .rt {
	float: none;
	width: 100%;
}
.logo a {
	width: 45%;
}
.logo .logo_02 {
	padding-left: 0;
}
.logo .logo_01 {
	padding-right: 5%;
}
}
 @media screen and (max-width:640px) {
.logo a img {
	padding-top: 14px;
}
.logo .logo_01 {
	width: 260px;
}
}
 @media screen and (max-width:480px) {
.footer .lf {
	width: 100%;
	float: none;
}
.footer .md {
	width: 100%;
	float: none;
}
.footerList {
	border: none;
}
}
 @media screen and (max-width:400px) {
.footerList ul li {
	float: none;
	width: 100%;
}
}
 @media screen 
/*and (min-width:320px)*/
and (max-width:360px) {
}




.possplit {background: none;width: auto;text-align: center;text-indent: 0px;padding: 0 4px;}
.subTitle h2 span {    color: #ea2222;}













