/* 365建站让建站和seo变得简单 */
/* 365建站器官网：Www.365jz.com */


@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	background: #fff;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #007fc6;
}
img {
	border: none;
	max-width: 100%;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #00f;
}
.gray {
	color: #ccc;
}
.noinfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_text {
	background: url(../images/inputbg.png) no-repeat left top;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
	padding: 0 10px;
	float: left;
}
.input_area {
	background: #fff url(../images/inputbg.png) no-repeat left top;
	width: 501px;
	height: 80px;
	border: 0px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url(../images/search.png) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../images/qq_3.gif) repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 980px;
	margin: 0 auto;
}
.w1000 {
	width: 980px;
	margin: 0 auto;
}
/*all*/
#indexmain {
	width: 100%;
	float: left;
	padding: 30px 0 46px 0;
}
#main {
	width: 100%;
	float: left;
	padding: 20px 0;
}
/*end*/

/**顶部**/
#head {
	width: 100%;
	height: 100px;
	float: left;
}
#logo {
	float: left;
}
#head_right {
	float: right;
}
#top {
	float: right;
	line-height: 30px;
}
.favorite {
	float: right;
}
.favorite ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.favorite li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	width: 30px;
	height: 30px;
	float: left;
	position: relative;
	z-index: 9999;
}
.favorite li a {
	width: 100%;
	height: 30px;
	display: block;
}
.favorite li img {
	position: absolute;
	left: -32px;
	top: 30px;
	display: none;
}
.weibo {
	background: url(../images/weibo.png) no-repeat center center;
}
.weixin {
	background: url(../images/weixin.png) no-repeat center center;
}
#tel {
	float: left;
	font-size: 18px;
	padding: 0 10px 0 25px;
	background: url(../images/tel.png) no-repeat left center;
	color: #007fc6;
	font-family: Times New Roman;
}
/*end*/

/*menu*/
#navigate {
	height: 40px;
	float: right;
	margin: 15px 0 0 0;
}
#navigate ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigate ul li {
	margin: 0px;
	padding: 0 20px;
	list-style-type: none;
	float: left;
	background: url(../images/nav_li.png) no-repeat left center;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 1000;
	text-align: center;
}
#navigate ul li.first_menu {
	background: none;
}
#navigate ul li a {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: "微软雅黑";
}
#navigate ul li a:hover {
	color: #007fc6;
}
#navigate ul li .current {
	color: #007fc6;
}
#navigate ul li ul {
	width: 100%;
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	background: #4d4d4d;
	z-index: 9999;
}
#navigate ul li ul li {
	margin: 0px;
	padding: 0px;
	border: none;
	float: none;
	background: none;
	height: 30px;
	line-height: 30px;
}
#navigate ul li ul li a {
	color: #acacac;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	font-weight: normal;
	background: none;
}
#navigate ul li ul li a:hover {
	color: #fff;
}
/*end*/


/*search*/
#search {
	float: right;
	padding: 13px 0px 0 0;
}
#search form {
	margin: 0px;
	padding: 0px;
}
.s_left {
	width: 5px;
	height: 19px;
	float: left;
	background: url(../images/s_left.png) no-repeat left top;
}
.skw {
	float: left;
	width: 205px;
	padding: 0px;
	text-indent: 5px;
	line-height: 20px;
	height: 19px;
	border: 0px solid #047681;
	color: #a9a9a9;
	background: url(../images/s_bg.png) repeat-x left top;
}
.sub {
	width: 26px;
	height: 19px;
	line-height: 19px;
	float: left;
	background: url(../images/search.png) no-repeat left top;
	border: 0px;
	cursor: pointer;
	color: #fff;
	float: left;
}
/*end*/

/*flash*/
#banner {
	width: 100%;
	float: left;
}
#flash {
	width: 100%;
	float: left;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 540px;
	background: #000;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 540px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 100%;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 12px;
	left: 0;
	height: 16px;
	line-height: 16px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	overflow: hidden;/*background:#fff;filter:alpha(opacity=80);opacity:0.8;*/
	line-height: 999px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.fullSlide .hd ul .on {
	background: #fff;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 20px;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 20px;
	background-position: -6px -137px;
}
#myFocus {
	width: 980px;
	height: 300px;
}
.pic img {
	width: 980px;
	height: 300px;
}
/*end*/


/*help*/
#help {
	width: 100%;
	float: left;
	padding: 20px 0 30px 0;
	background: #f0efef;
	border-top: 1px solid #dcdcdc;
}
.help_left {
	width: 900px;
	float: left;
}
.help_right {
	width: 100px;
	float: right;
	padding: 5px 0;
}
.help_right img {
	width: 95px;
	height: 95px;
	float: right;
	border: 1px solid #dcdcdc;
}
.help_item {
	width: 170px;
	float: left;
	padding: 0 0 0 10px;
}
.help_top {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}
.help_list {
	width: 100%;
	float: left;
}
.help_list ul {
}
.help_list li {
	line-height: 25px;
	height: 25px;
	width: 100%;
	overflow: hidden;
}
/*底部*/
#c_line {
	width: 100%;
	height: 46px;
	float: left;
	background: url(../images/c_line.png) no-repeat center center;
}
#copyright {
	width: 100%;
	float: left;
	text-align: left;
	line-height: 25px;
	padding: 15px 0;
	background: #4d4d4d;
	color: #acacac;
}
#copyright a {
	color: #acacac;
}
#copyright a:hover {
	color: #fff;
}
.c_logo {
	float: left;
}
#copy_txt {
/*	float: left;*/
    text-align:center;
	padding: 20px 0px 10px 10px;
}
#footnav {
	width: 100%;
	float: left;
}
#footnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footnav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#footnav li a {
	margin: 0 5px;
}
/*end*/


/*home*/
.home_left {
	width: 230px;
	float: left;
}
.home_right {
	width: 952px;
	float: right;
}
.home_list {
	width: 100%;
	float: left;
}
.index_list {
	width: 100%;
	overflow: hidden;
	float: left;
}
.index_con {
	width: 1020px;
	float: left;
}
.index_item {
	width: 235px;
	height: 270px;
	float: left;
	margin: 0 20px 0 0;
	background: #efefef;
}
.cur {
	background: #007fc6;
	color: #fff;
}
.cur a {
	color: #fff;
}
.index_img {
	width: 100%;
	height: 135px;
	float: left;
}
.index_img img {
	width: 100%;
	height: 135px;
	float: left;
}
.index_title {
	width: 100%;
	float: left;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
}
.index_des {
	width: 215px;
	padding: 0 10px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.index_more {
	width: 100%;
	line-height: 22px;
	float: left;
}
.index_more a {
	margin: 0 10px;
	float: right;
}
.home_top {
	width: 100%;
	height: 57px;
	float: left;
	background: url(../images/home_top.png) no-repeat left top;
}
.home_top h3 {
	float: left;
	background: url(../images/home_item.png) no-repeat 10px 14px;
	padding-left: 30px;
	height: 40px;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: normal;
}
.home_top span {
	float: right;
	line-height: 34px;
	margin: 23px 0 0 0;
	padding: 0 25px 0 0;
	background: url(../images/more.png) no-repeat right center;
}
.home_top span a {
	color: #602a12;
	font-size: 14px;
}
.home_con {
	width: 100%;
	padding: 10px 0;
	float: left;
	line-height: 200%;
	overflow-x: hidden;
}
.pro_con {
	width: 1200px;
	float: left;
	padding: 15px 0 0 0;
}
.pro_con ul {
}
.pro_con li {
	margin: 0 30px 0 0;
	padding: 0px;
	width: 210px;
	height: 220px;
	float: left;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	overflow: hidden;
}
.pro_con li img {
	width: 200px;
	height: 158px;
	border: 1px solid #d7d7d7;
	background: #fff;
	padding: 4px;
	float: left;
}
.case {
	width: 100%;
	float: left;
}
.case_top {
	width: 180px;
	height: 276px;
	float: left;
	background: #ecdfd9;
	overflow: hidden;
}
.case_top li {
	width: 178px;
	height: 68px;
	border-bottom: 1px solid #fff;
	border-right: 2px solid #c7b0a4;
	float: left;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 68px;
	cursor: pointer;
}
.case_top li.active {
	width: 178px;
	height: 65px;
	line-height: 65px;
	background: #fff;
	border: 2px solid #c7b0a4;
	border-right: 0px solid #fff;
	color: #602914;
	text-indent: -4px;
}
.case_top li.active a {
	color: #602914;
}
.case_con {
	width: 988px;
	height: 232px;
	padding: 20px 0;
	float: left;
	background: #fff;
	border: 2px solid #c7b0a4;
	border-left: 0px;
}
.case_item {
	width: 100%;
	float: left;
}
.case_item ul {
	padding: 0 4px;
}
.case_item li {
	float: left;
	width: 215px;
	margin: 0 15px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
}
.case_item li img {
	width: 215px;
	height: 190px;
	float: left;
}
.piclist {
	width: 177px;
	height: 158px;
	text-align: center;
	margin: 16px 0 0 10px;
	display: inline;
	float: left;
}
.piclist dt img {
	width: 175px;
	height: 132px;
	border: solid 1px #e4e0df;
}
.piclist dd {
	line-height: 26px;
}
.about_left {
	width: 840px;
	float: left;
	height: 372px;
	border: solid 1px #e4e0df;
	overflow: hidden;
}
.about_right {
	width: 348px;
	float: right;
	height: 372px;
	border: solid 1px #e4e0df;
	overflow: hidden;
}
.about_con {
	width: 820px;
	padding: 10px;
	float: left;
	line-height: 200%;
	overflow-x: hidden;
	font-size: 14px;
}
#news {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
}
.news_con {
	width: 100%;
	float: left;
}
.news_title {
	width: 90px;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	float: left;
	font-size: 14px;
	position: relative;
}
.news_title .next {
	width: 11px;
	height: 6px;
	position: absolute;
	right: 0px;
	top: 13px;
	background: url(../images/news_btn.png) no-repeat left top;
	cursor: pointer;
	overflow: hidden;
}
.news_title .prev {
	width: 11px;
	height: 6px;
	position: absolute;
	right: 0px;
	top: 21px;
	background: url(../images/news_btn.png) no-repeat left -8px;
	cursor: pointer;
	overflow: hidden;
}
.news_list {
	width: 890px;
	float: right;
}
.news_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.news_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 36px;
}
.news_list li span {
	margin: 0 20px;
	color: #999;
}
#LeftButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/left.png) no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top: 55px;
}
#RightButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/right.png) no-repeat 0px 0px;
	position: absolute;
	left: 736px;
	top: 55px;
}
#MarqueeDiv {
	width: 692px;
	float: left;
	height: 152px;
	overflow: hidden;
	margin: 0 0 0 34px;
	display: inline;
}
#MarqueeDiv img {
	margin-right: 10px;
	height: 150px;
	width: 150px;
}
/*end*/


/*left*/
#left {
	width: 200px;
	float: left;
}
.left_list {
	width: 100%;
	float: left;
}
.left_top {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	background: #4d4d4d;
	border-radius: 5px 5px 0 0;
}
.left_top h3 {
	float: left;
	font-size: 14px;
	color: #FFF;
	padding-left: 10px;
}
.left_con {
	padding: 10px 10px;
	line-height: 24px;
	width: 178px;
	float: left;
	background: #f0efef;
	border: 1px solid #dcdcdc;
	border-top: 0px;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.type_list li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: url(../images/li_0.png) no-repeat left center;
	border-bottom: 1px dotted #dcdcdc;
}
.type_list li a {
	color: #333;
}
.type_list li a:hover {
	color: #007fc6;
}
.type_list li a#lsed {
	color: #007fc6
}
.type_list li.second_cat {
	background: none;
	border: none;
}
.type_list li.second_cat a {
	background: none;
}
.type_list li.second_cat a:hover {
}
/*end*/

/*right*/
#right {
	width: 760px;
	float: right;
}
#right_top {
	width: 98%;
	height: 31px;
	line-height: 31px;
	float: left;
	border-bottom: 1px solid #e5e5e5;
}
#right_top h3 {
	font-size: 14px;
	float: left;
	font-family: "微软雅黑";
}
#right_top span {
	float: right;
}
#right_con {
	width: 98%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;
	overflow-x: hidden;
/*	min-height: 500px;*/
	height: auto;
/*	height: 500px;*/
}
/*end*/

.main_top {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #e5e5e5;
	float: left;
}
.main_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;
	overflow-x: hidden;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}
/*demo*/
#demo {
	overflow: hidden;
	width: 900px;
	height: 145px;
	margin: 35px 0 0 10px;
	float: left;
	display: inline;
}
#cdemo {
	overflow: hidden;
	width: 900px;
}
#demo img {
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
/*end*/
	
/*link*/
.friendlink {
	padding-top: 12px;
}
.friendlink li {
	float: left;
	width: 242px;
}
.friendlink li.txt1 {
	padding: 3px 0px 3px 24px;
	background: url(../images/dot.gif) no-repeat 10px center;
}
.friendlink li.pic1 {
	padding: 3px 0 3px 8px;
}
.friendlink li.pic1 img {
	width: 240px;
	height: 65px;
}
.link_img {
	width: 100%;
	float: left;
	text-align: center;
}
.link_img ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_img li {
	margin: 0px;
	padding: 0 10px;
	list-style-type: none;
	display: inline;
}
.link_img li img {
	height: 30px;
}
.link {
	width: 1198px;
	padding: 5px 0;
	float: left;
	border: 1px solid #e0e0e0;
}
.link_title {
	float: left;
	font-size: 16px;
	color: #bc0100;
	width: 98px;
	text-align: center;
	line-height: 25px;
}
.link_txt {
	width: 96%;
	text-align:center;
}
.link_txt ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.link_txt li {
	margin: 0px;
	padding: 0 5px;
	list-style-type: none;
	display: inline;
	line-height: 25px;
}
/*end*/
	 
/*news*/
.articleList {
	width: 100%;
	float: left;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px solid #ebebeb;
	background: url(../images/li_0.png) no-repeat left center;
	line-height: 35px;
}
.time {
	color: #959595;
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
.articleAuthor {
	text-align: center;
	padding: 7px 0px;
	border-bottom: 1px dotted #ccc;
}
.articleauthor span {
	margin: 0px 6px;
	font-size: 9pt;
}
.art_img {
	width: 100%;
	text-align: center;
	margin: 10px auto auto auto;
}
.articleInfo {
	width: 100%;
	padding: 10px 0;
}
.pageUpDown {
	padding-top: 10px;
	text-align: left;
}
/*end*/

/*Product*/
.productList {
	width: 100%;
	float: left;
}
.productList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 780px;
}
.productList li {
	margin: 5px 13px 5px 0;
	padding-bottom: 20px;
	list-style-type: none;
	text-align: center;
	float: left;
	width: 180px;
	height: 160px;
	display: inline;
	line-height: 25px;
	overflow: hidden;
}
.productList li img {
	width: 180px;
	height: 135px;
}
.productTitle {
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.productImg {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productRight {
	width: 560px;
	float: right;
}
.title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
}
.productDesc {
	line-height: 200%;
	padding: 10px 0;
	width: 100%;
	float: left;
}
.prott {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}
.prott ul {
}
.prott li {
	float: left;
	width: 50%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*end*/

/*page*/
.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.pages a {
	font-size: 12px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin: 0 2px;
}
.pages a:hover {
	background: #eee;
}
.pages a.page_now {
	background: #eee;
	color: #007fc6;
}
.pages select {
	vertical-align: middle;
	font-size: 8pt;
	padding: 0px;
}
.pages b {
	font-weight: normal;
}
/*end*/


/*login*/
.img-scroll {
	position: relative;
	margin: 0px auto;
	height: 185px;
	overflow: hidden;
}
.img-scroll .prev {
	position: absolute;
	left: 5px;
	width: 33px;
	height: 33px;
	top: 63px;
	background: url(../images/scroll_left.jpg) no-repeat right center;
	cursor: pointer;
}
.img-scroll .next {
	position: absolute;
	right: 5px;
	width: 33px;
	height: 33px;
	top: 63px;
	background: url(../images/scroll_right.jpg) no-repeat left center;
	cursor: pointer;
}
.img-list {
	position: relative;
	width: 894px;
	height: 185px;
	overflow: hidden;
}
.img-list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 9999px;
	height: 185px;
}
.img-list li {
	margin: 0px;
	padding: 0 31px 0 0;
	list-style-type: none;
	float: left;
	width: 154px;
	height: 185px;
	display: inline;
	line-height: 25px;
	text-align: center;
}
.img-list li img {
	width: 152px;
	height: 152px;
	border: 1px solid #ccc;
}
/*scroll*/
#ProScroll {
	overflow: hidden;
}

.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}


 
 
/*  
banner
*/
    .swiper-container {
      width: 100%;
    }
	.swiper-container img{max-width:100%;}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
    }
	.swiper-text{position: absolute;left:0;top:50%;margin-top: -56px;z-index:2;text-align:center;color:#FFF;width:100%;}
	.swiper-text h3 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 3%;
		color: #FFF;
		line-height: 24px;
    }
	.swiper-text p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 3%;
		color: #FFF;
		line-height: 24px;
    }
	.swiper-text .swiperbtn {
		display: block;
        background: #0064Cd;
        background-image: -webkit-gradient(linear,right top, left top,color-stop(0, #1dab7d),to(#47de9d));
        background-image: linear-gradient(270deg,#1dab7d 0,#47de9d 100%);
        width: 120px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        border-radius: 20px;
		margin:0 auto;
		font-size: 14px;
    }
	.swiper-text .swiperbtn:hover {
        -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
        box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }


/* 话题标签topic */
.zd0191meta-tags{padding: 20px 0;}
.zd0191meta-tags .zd0191tagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
    margin-bottom: 20px;
}
.zd0191meta-tags .zd0191tagitem:hover {
    background-color: rgba(0,102,255,.15);
}
.zd0191meta-tags .zd0191tagitem:not(:last-child) {
    margin-right: 10px;
}


/* 话题标签topic列表 */
.zd0191container{position:relative;margin:0 auto;padding:0 15px;box-sizing:border-box}

@media screen and (min-width:768px){.zd0191container{width:750px}}
@media screen and (min-width:992px){.zd0191container{width:970px}}
@media screen and (min-width:1200px){.zd0191container{width:1170px}}
@media only screen and (max-width: 1140px) {.zd0191main,.zd0191container{width: auto;}}

.zd0191place{min-height: 56px;background-color: #f2f3f5;line-height: 56px;font-size: 16px;padding:0 20px;margin:20px 0;}

.zd0191row .zd0191rowtitle{
    text-align: center;padding: 30px 0 20px 0;
}
.zd0191row .zd0191rowtitle h1{
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}
.zd0191row .zd0191rowtitle p{
	font-size: 16px;line-height: 30px;
    color: rgba(119,119,119,1);
    font-family: Arial;
}

/* 自定义内容 */
.zd0191content{width:100%;font-size:16px;line-height:28px;padding-bottom:30px;}
.zd0191content p{padding-bottom: 20px;}

.zd0191content .contain {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 36px 40px;
    background: #FAF7F2;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
	-webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.zd0191content .contain:hover {
    background: #EFEFEF;
}
.zd0191content .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}
.zd0191content .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}
.zd0191content .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}
.zd0191content .contain p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/* 列表 */
.zd0191news_list_wrap{max-width:1140px;margin:0 auto;}
.news_list_item_line {
    padding: 30px;
	position: relative;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.news_list_item_line:hover {
	-webkit-box-shadow: rgba(0,0,0,.12) 0 0 22px;
    -moz-box-shadow: rgba(0,0,0,.12) 0 0 22px;
    box-shadow: rgba(0,0,0,.12) 0 0 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #2ba0e8;
	
}
.news_list_item_line:hover a{
	color: #2ba0e8;
}
.news_list_item_header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0}
.news_list_item_date {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.news_list_item_title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}
.news_list_item_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.news_list_item_summery {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}
.news_list_item_group a{
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    max-width: 100%;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
    z-index: 2;
}
.news_list_parting_line {
    height: 0;
    border-bottom: 1px solid #ececec;
    margin: 0 1.6666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 分页 */
.zzpages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.zzpages ul li{
	display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top;
}
.zzpages li.thisclass {
    background: #292a32;
    border: 1px solid #292a32;
    color: #fff;
}
.zzpages ul li:hover{
    border: 1px solid #292a32;
}
.zzpages ul li a,.zzpages ul li .pageinfo{
	color: #292a32;
    padding: 8px 12px;
}
.zzpages li.thisclass a{
    color: #fff;
}
.zzpages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

/* 话题标签topic列表结束 */