/*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: #242323;
	-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: #a70909;
	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%;
	height: 150px;
	top: 0;
	left: 0;
	position: relative;
	background: #bf1010;
	z-index: 999;
	border-top: 10px solid #bf1010;
}
.header {
	max-width: 1200px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
.logo {
	float: left;
	overflow: hidden;
	width: 49%;
}
.logo a {
	float: left;
	overflow: hidden;
}
.logo .logo_01 {
	z-index: 9999;
	position: relative;
	width: 100%;
}
.logo .logo_02 {
	padding-left: 22px;
}
.logo a img {
	padding-top: 15px;
	width: 100%;
	display: block;
}
.top_right {
	float: right;
	position: relative;
}
.top_nav {
	position: relative;
	width: 435px;
	margin-top: 36px;
	height: 40px;
}
.top_nav a {
	background: url(style_res/top_nav_li.png) no-repeat center right;
	font-size: 15px;
	color: #f4f5f7;
	margin-right: 10px;
	padding-right: 10px;
}
.top_nav a.Nobg {
	background: none;
	padding-right: 0;
	margin-right: 0;
}
.top_nav a:hover {
	color: #fff;
}
.top_nav a.English {
	float: right;
	width: 88px;
	height: 30px;
	background: #bf1010;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.search_box {
	position: absolute;
	top: 37px;
	left: 131px;
}
.ser {
	width: 203px;
	height: 30px;
	left: 0;
	top: 0;
	line-height: 30px;
	z-index: 9999;
	;
}
.search {
	width: 203px;
	height: 30px;
	position: relative;
	overflow: hidden;
	z-index: 9999;
}
.search input {
	position: absolute;
	width: 203px;
	height: 28px;
	line-height: 28px;
	color: #444;
	border: none;
	background: #f1f1f1;
	right: 30px;
	top: 0px;
	padding-left: 0px;
}
.search input.notxt {
	color: #999999;
	padding-left: 7px;
	width: 155px;
	font-family: "Microsoft yahei";
	font-size: 14px;
}
.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: #f1f1f1;
}
/*导航*/
.wraq_nav {
	height: 49px;
	width: 100%;
	border-top: 1px solid #bf1010;
}
.nav {
	margin: 0 auto;
	min-height: 49px;
	max-width: 1200px;
	line-height: 49px;
*height:49px;
	text-align: center;
}
.nav ul {
	height: 49px;
	width: 100%;
	float: right;
}
.nav ul li {
	float: left;
	width: 15.3%;
	position: relative;
}
.nav ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
.nav ul li:hover {
	cursor: pointer;
	background: #a70909;
}
.nav ul li .subNav {
	position: absolute;
	left: 0;
	top: 47px;
	display: none;
	background: #fff;
	overflow: hidden;
	z-index: 999;
*z-index:9999;
	border-top: 1px solid #bf1010;
}
.nav ul li.on {
	/* background: #fff; */
}
.nav ul li.on a {
	/* color: #a70909; */
}
.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: #333;
	padding: 12px 5px 12px 5px;
	font-size: 15px;
}
.nav ul li.on .subNav dl dd a:hover {
	color: #fff;
	background-color: #a70909;
}
.nav ul li.active {
	background: #fff;
}
.nav ul li.active a {
	color: #a70909;
}
/*.wraq_header.current{height:50px;  z-index: 100000000000;background: #6b21b1;position: fixed;top:0;left: 0;box-shadow: 0px 4px 0px rgba(140,0,0,0.3);}
.wraq_header.current .wraq_nav{background: #6b21b1;}
.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:#6b21b1;}
.wraq_header.current .nav ul li.on .subNav dl dd a{color:#fff;}
*/
/*footer*/
.footer_wrap {
	width: 100%;
	background: #a70909;
	overflow: hidden;
	border-bottom: 10px solid #a70909;
	padding: 25px 0;
}
.copyRight {
	width: 100%;
	background: a70909;
	overflow: hidden;
}
.copyRight {
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
}
.copyRight a {
	color: #e5ebf5
}
.copyRight a:hover {
	color: #fff
}
.goTop {
	position: absolute;
	bottom: 0;
	right: 30px;
	z-index: 99;
	color: #a70909;
	text-align: center;
	font-size: 16px;
	transition: none;
	z-index: 9999;
}
.goTop i {
	color: #a70909;
	display: block;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}
.goTop:hover {
	color: #a70909;
}
.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: #bf1010;
}
.mbtn span {
	width: 30px;
	height: 30px;
	margin-right: 6px;
	float: right;
	color: #bf1010;
	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/sfzyrz/images/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 #a70909;
	position: relative;
	background: #a70909;
}
.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: #bf1010;
}
.navm li.on a {
	color: #fff;
	width: 100%;
}
.navm dl {
	background: rgb(84, 147, 238);
	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 #3e84ea;
}
.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: #bf1010;
}
.snav .ser {
	width: 100%;
}
.snav .nser {
	display: block;
	border-bottom: 1px solid #ddd;
}
.snav .search {
	width: 100%;
	background: #a70909;
}
.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%;
	border-bottom: 1px solid #a70909;
	background: #a70909;
}
.ntop li {
	float: left;
	border-bottom: none;
}
 @media screen and (max-width:1400px) {
.nav ul li a {
	font-size: 15px;
}
.logo a {
	width: 47%;
}
}
 @media screen and (max-width:1200px) {
.header, .footer {
	width: 98%;
	height: auto;
	overflow: hidden;
}
.logo a img {
	padding: 10px 0;
}
.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;
}
.nav {
	display: none;
}
.wraq_nav {
	display: none;
}
.top_right {
	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) {
}
@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;}











