/*全局定义*/
@charset "utf-8";

html,
body {
	-webkit-text-size-adjust: none;
	/* overflow-x: hidden; */
}

html {
	text-align: left;
	background-color: #ffffff;
}

body {
	font-family: '微软雅黑';
	color: #000000;
	font-size: 14px;
	margin: 0px;
}

input,
img {
	vertical-align: middle;
}

img {
	border: 0;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}




/*****************自定义CSS****************/

/*********head***********/
.zc_head {
	width: 100%;
}

/****第一行****/
.zc_top1 {
	width: 1100px;
	height: 77px;
	margin: 0px auto;
}

/****logo****/
.zc_logo {
	width: 385px;
	height: 100%;
	float: left;
	display: block;
	line-height: 77px;
}

.zc_logo img {
	margin-top: 10px;
}

/*.zc_logo a{width:385px; height:100%; }*/
/****一行右侧****/
.zc_t1Right {
	width: 460px;
	height: 100%;
	float: right;
}

.zc_t1Right2 {
	height: 100%;
	float: right;
}

/****一行右侧上部****/
.zc_t1rUp {
	height: 50px;
}

/****咨询热线****/
.zc_t1ruLeft {
	height: 100%;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
	float: left;
	margin-right: 10px;
}

/****首页、旗下子公司、集团官网****/
.zc_t1ruRight {
	height: 100%;
	float: right;
}

.zc_t1ruRight ul {}

.zc_t1ruRight ul li {
	height: 100%;
	float: left;
	line-height: 50px;
}

.zc_t1ruRight ul li a {
	height: 100%;
	display: block;
	font-size: 14px;
	color: #666666;
}

.zc_t1ruRight ul li a:hover {
	text-decoration: underline;
}

/****搜索框外部布局****/
.zc_t1rDown {
	width: 275px;
	height: 26px;
	float: right;
}

/*查询输入框和按钮样式*/
.search {
	width: 275px;
	/*border:solid 1px #979797;*/
	position: relative;
	height: 26px;
	overflow: hidden;
}

.search div {
	border: 0px;
	padding: 2px 4px 2px 0px;
	display: block;
	float: left;
	margin: 2px 0px 2px 0px;
}

.search .sel {
	border: 0;
	height: 25px;
}

.search .sel select {
	border: 1px solid #b0b0b0;
	height: 20px;
}

.search .txt {
	width: 275px;
	height: 26px;
}

.search #keyword {
	width: 273px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	border: solid 1px #979797;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	overflow: hidden;
}

.search .searchBtn {
	position: absolute;
	right: 3px;
	top: 0px;
	background: url(search_btn.gif) no-repeat;
	width: 20px;
	height: 20px;
	font-size: 0;
	margin-top: 1px;
}

.search #keyword::-input-placeholder {
	font-size: 0;
}

.search #keyword::-webkit-input-placeholder {
	font-size: 0;
}

.search #keyword::-ms-input-placeholder {
	font-size: 0;
}

.search .btn img {
	width: 24px;
	height: 24px;
	border: none;
	color: #6a6969;
	font-size: 14px;
	cursor: pointer;
}

/****第二行****/
.zc_top2 {
	width: 1000px;
	height: 45px;
	margin: 0px auto;
	padding-top: 23px;
}

.zc_menuBar {
	width: 100%;
	height: 45px;
}

.zc_menuBar ul {}

.zc_menuBar ul li {
	width: 90px;
	height: 45px;
	background: url(down.png) right center no-repeat;
	float: left;
	/*margin-left:60px;*/
}

#zc_menuFirst {
	margin-left: 0px;
}

.zc_menuBar ul li a {
	height: 100%;
	line-height: 45px;
	display: block;
	font-size: 14px;
	color: #5b5b5b;
}

.zc_menuBar>ul>li>a {
	font-weight: bold;
}

.zc_menuBar ul li a:hover {}

/*********导航菜单主样式**********/
.menuClass {
	width: 1000px;
	height: 45px;
	margin: 0 auto;
}

.menuClass ul {}

.menuClass ul li {
	width: 90px;
	height: 45px;
	background: url(down.png) right center no-repeat;
	float: left;
	margin-right: 52px;
	position: relative;
}

.menuClass ul li.index {
	display: none;
}

.menuClass ul li a {
	display: block;
	height: 45px;
	width: 90px;
	line-height: 45px;
	font-size: 16px;
}

.menuClass>ul>li>a {
	font-weight: bold;
}

.menuClass ul li a:hover {}

.menuClass ul li.index_1 {
	margin-left: 0px;
}

/*导航菜单主样式-锁定选择页面*/
.menuClass ul li a.on {
	width: 109px;
	height: 45px;
	line-height: 45px;
	float: left;
	display: block;
	text-align: center;
	position: relative;
	background-color: #036bc3;
	color: #fff;
}

/*导航菜单的下拉菜单样式*/
.menuClass ul li ul {
	display: none;
	border-top: solid 4px #036bc3;
	width: 109px;
	position: absolute;
	z-index: 999;
}

.menuClass ul li ul li {
	background: #e3ecf2;
	width: 109px;
	height: 35px;
	line-height: 35px;
	margin-left: 0px;
	position: relative;
}

.menuClass ul li ul li a {
	width: 109px;
	height: 35px;
	line-height: 35px;
	color: #5f5e5e;
	font-size: 14px;
	padding-left: 0px;
	text-align: center;
}

.menuClass ul li ul li a:hover {
	color: #036bc3;
}

.menuClass ul li ul ul {
	position: absolute;
	right: -100%;
	top: 0;
}

/*********导航菜单主样式(英文版)**********/
.zc_menuBar2 {
	width: 100%;
	height: 45px;
}

.zc_menuBar2 ul {}

.zc_menuBar2 ul li {
	height: 45px;
	background: url(down.png) right center no-repeat;
	float: left;
	margin-left: 60px;
}

#zc_menuFirst {
	margin-left: 0px;
}

.zc_menuBar2 ul li a {
	height: 100%;
	line-height: 45px;
	display: block;
	padding-left: 5px;
	font-size: 14px;
	color: #5b5b5b;
	font-weight: bold;
}

.zc_menuBar2 ul li a:hover {}

.menuClass2 {
	width: 1000px;
	height: 45px;
	margin: 0 auto;
}

.menuClass2 ul {}

.menuClass2 ul li {
	height: 45px;
	/*background:url(down.png) right center no-repeat;*/
	float: left;
	margin-left: 20px;
}

.menuClass2 ul li.index {
	display: none;
}

.menuClass2 ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
}

.menuClass2 ul li a:hover {}

.menuClass2 ul li.index_1 {
	margin-left: 0px;
}

/*导航菜单主样式-锁定选择页面*/
.menuClass2 ul li span {
	height: 45px;
	line-height: 45px;
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding-right: 15px;
}

/*导航菜单的下拉菜单样式*/
.menuClass2 ul li ul {
	display: none;
	border-top: solid 4px #036bc3;
	width: 140px;
	position: absolute;
	z-index: 999;
}

.menuClass2 ul li ul li {
	background: #e3ecf2;
	width: 140px;
	height: 35px;
	line-height: 35px;
	margin-left: 0px;
}

.menuClass2 ul li ul li a {
	width: 140px;
	height: 35px;
	line-height: 35px;
	color: #5f5e5e;
	font-size: 14px;
	padding-left: 0px;
	text-align: center;
}

.menuClass2 ul li ul li a:hover {
	color: #036bc3;
}

/****第三行****/
.zc_top3 {
	width: 100%;
	margin: 0px auto;
}

.zc_banner {
	width: 1660px;
	height: 500px;
}

.zc_banner li {
	width: 1660px;
	height: 500px;
	float: left;
	position: absolute;
}

/****引用banner****/
.webflash {
	width: 100%;
	height: 500px;
	margin: 0px auto;
	z-index: 1;
}

.webflash #full-screen-slider {
	width: 100%;
	height: 500px;
	float: left;
	position: relative;
	z-index: 1;
}


#full-screen-slider .prev {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50px;
	z-index: 600;
	top: 0;
	bottom: 0;
	margin: auto;
}

#full-screen-slider .prev img {
	width: 100%;
}

#full-screen-slider .next {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 50px;
	z-index: 600;
	top: 0;
	bottom: 0;
	margin: auto;
}

#full-screen-slider .next img {
	width: 100%;
}

.webflash #slides {
	display: block;
	width: 100%;
	height: 500px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

.webflash #slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	background-repeat: repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.webflash #slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}

.webflash #pagination {
	display: block;
	position: absolute;
	left: 50%;
	top: 93%;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0;
}

.webflash #pagination li {
	display: block;
	list-style: none;
	width: 37px;
	height: 5px;
	float: left;
	margin-left: 15px;
	border: solid 1px #c8d0d0;
	background: #0c71c6;
	filter: alpha(opacity:70);
	opacity: 0.7;
}

.webflash #pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

.webflash #pagination li.current {
	background: #004eff;
	filter: alpha(opacity:80);
	opacity: 0.8;
}

/****内页第三行****/
.zc_ny_top3 {
	width: 100%;
	height: 320px;
	margin: 0px auto;
	background-repeat: repeat !important;
	background-size: cover !important;
	background-position: center !important;
}


/****首页内容****/
.zc_middle {
	width: 100%;
	background: #f6f6f6;
	padding-top: 40px;
	padding-bottom: 60px;
}

/****middle1****/
.zc_middle1 {
	width: 100%;
	height: 340px;
	border-bottom: solid 1px #cdcdcd;
	padding-bottom: 40px;
}

.zc_newsShow {
	width: 1000px;
	height: 338px;
	margin: 0px auto;
}

.zc_newsTitle {
	width: 100%;
	height: 26px;
	background: url(newsbg.png) center center no-repeat;
}

.zc_newsTitle ul {
	width: 215px;
	height: 26px;
	margin: 0px auto;
	background: url(middleSquare.png) center center no-repeat;
}

.zc_newsTitle ul li {
	height: 26px;
	line-height: 26px;
	float: left;
	font-size: 24px;
	cursor: pointer;
}

/*****英文版******/
.zc_newsTitle2 {
	width: 100%;
	height: 26px;
	background: url(newsbg2.png) center center no-repeat;
}

.zc_newsTitle2 ul {
	width: 450px;
	height: 26px;
	margin: 0px auto;
	background: url(middleSquare.png) center center no-repeat;
}

.zc_newsTitle2 ul li {
	height: 26px;
	line-height: 26px;
	float: left;
	font-size: 24px;
	cursor: pointer;
}

/*****英文版******/
#zc_newsTitleL {
	float: left;
}

#zc_newsTitleL2 {
	float: left;
	width: 220px;
	text-align: right;
}

#zc_newsTitleR {
	float: right;
}

#zc_newsTitleR2 {
	float: right;
	width: 220px;
	text-align: left;
}

.newsTitleGray {
	color: #5f5e5e;
}

.newsTitleBlue {
	color: #036bc3;
}

.zc_newsTitle span {
	width: 25px;
	height: 26px;
	display: block;
	float: right;
	margin-right: 110px;
	background: url(enternews.png) center 0 no-repeat;
	margin-top: -25px;
}

.zc_newsTitle span a {
	width: 25px;
	height: 26px;
	display: block;
}

.zc_newsContent {
	width: 998px;
	height: 270px;
	background: #f1f1f1;
	margin-top: 40px;
	border: solid 1px #e1e1e1;
}

#zc_company {
	width: 998px;
	height: 270px;
}

#zc_industry {
	width: 998px;
	height: 270px;
}

.zc_picNews {
	width: 460px;
	height: 238px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}

.zc_picNewsTop {
	width: 460px;
	height: 105px;
	margin-bottom: 25px;
}

.zc_picNewsBottom {
	width: 460px;
	height: 105px;
}

.zc_picL {
	width: 133px;
	height: 103px;
	float: left;
}

.zc_wordR {
	width: 306px;
	height: 95px;
	float: right;
	margin-top: 5px;
}

.zc_picTitle {
	width: 100%;
	height: 14px;
	margin-bottom: 10px;
}

.zc_picTitle a {
	font-size: 14px;
	color: #3c3b3b;
	font-weight: bold;
	line-height: 14px;
}

.zc_picTitle a:hover {
	text-decoration: underline;
}

.zc_picIntro {
	width: 100%;
	height: 48px;
	margin-bottom: 10px;
	font-size: 14px;
	color#515050;
	line-height: 25px;
}

.zc_picInfo {
	width: 100%;
	height: 12px;
}

.zc_newsTime {
	height: 12px;
	float: left;
	line-height: 12px;
	font-size: 14px;
	color: #747474;
}

.zc_newsMore {
	height: 12px;
	float: right;
	margin-right: 10px;
}

.zc_newsMore a {
	height: 12px;
	line-height: 12px;
	font-size: 14px;
	color: #9c9c9c;
}

.zc_newsMore a:hover {
	color: #747474;
	text-decoration: underline;
}

.zc_wordNews {
	width: 470px;
	height: 220px;
	float: right;
	margin-top: 20px;
	margin-right: 15px;
}

.zc_wordNews ul {
	width: 470px;
	height: 220px;
}

.zc_wordNews ul li {
	width: 455px;
	height: 12px;
	background: url(list_sq.png) left center no-repeat;
	padding-left: 10px;
	margin-bottom: 17px;
}

.zc_wordNews ul li a {
	height: 12px;
	line-height: 12px;
	display: block;
	float: left;
	color: #454545;
	font-size: 14px;
}

.zc_wordNews ul li a:hover {
	text-decoration: underline;
}

.zc_wordNews ul li span {
	height: 12px;
	line-height: 12px;
	display: block;
	float: right;
	color: #999999;
	font-size: 14px;
}

/****middle2****/
.zc_middle2 {
	width: 100%;
}

.zc_product {
	width: 1000px;
	height: auto;
	margin: 20px auto;
	padding-bottom: 40px;
	overflow: hidden;
}

.zc_productLeft {
	width: 238px;
	border: solid 1px #cfcfcf;
	border-top: none;
	border-bottom: none;
	float: left;
}

.zc_productLeft ul {
	width: 100%;
}

.zc_productLeft ul li {
	width: 100%;
	height: 57px;
	border-bottom: solid 1px #cdcdcd;
	background: #f6f6f6;
	font-size: 16px;
	line-height: 57px;
	text-align: center;
	color: #5f5e5e;
	cursor: pointer;
	overflow: hidden;
}

.zc_productTitle {
	width: 238px;
	height: 67px;
	line-height: 67px;
	border-bottom: solid 1px #cdcdcd;
	background: #eceaea;
	text-align: center;
	font-size: 24px;
	color: #5f5e5e;
}

.zc_productRight {
	width: 760px;
	height: auto;
	float: right;
}

.zc_productPanel {
	width: 760px;
	height: 650px;
}

.zc_productPanelli {
	width: 760px !important;
	height: auto;
	position: absolute !important;
}

.zc_productPanelInfo {
	width: 760px;
	height: auto;
}

.zc_productPanelInfo ul {
	width: 760px;
	height: auto;
}

/*
.zc_productPanelInfo ul li{width:195px; height:193px; float:left; margin-left:20px; margin-top:20px;}
.zc_productPanelInfo ul li div{width:195px; height:193px;}
.zc_productPanelInfo ul li div a{width:195px !important; height:26px !important; display:block !important; padding-top:167px !important;}
.zc_productPanelInfo ul li div a span{width:100%; height:26px; display:block; background:url(cpbg12.png) center 0 repeat; filter:alpha(opacity:80); opacity:0.8; text-align:center; line-height:26px; font-size:12px; color:#8dafbf;}
*/
.zc_linormal {
	width: 225px;
	height: 200px;
	float: left;
	margin-left: 20px;
	/* margin-top: 20px; */
	margin-bottom: 20px;
}

.zc_linormal div {
	width: 225px;
	height: 193px;
	position: relative;
	overflow: hidden;
}

.zc_linormal div img {
	transition: 0.4s;
}

.zc_linormal div:hover img {
	transform: scale(1.05);
}

.zc_linormal div a {
	width: 225px !important;
	height: 30px !important;
	display: block !important;
	padding-top: 167px !important;
	position: absolute;
	bottom: 0px;
}

.zc_linormal div a span {
	width: 100%;
	height: 30px;
	display: block;
	background: url(cpbg12.png);
	filter: alpha(opacity:80);
	opacity: 0.8;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.zc_li036 {
	width: 301px;
	height: 193px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.zc_li036 div {
	height: 193px;
	position: relative;
}

.zc_li036 div a {
	height: 193px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
}

.zc_li036 div a span {
	width: 100%;
	height: 26px;
	display: block;
	background: url(cpbg12.png) center 0 repeat;
	filter: alpha(opacity:80);
	opacity: 0.8;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #8dafbf;
	position: absolute;
	bottom: 0px;
}

.zc_li023 {
	width: 195px;
	height: 193px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.zc_li023 div {
	height: 193px;
	position: relative;
}

.zc_li023 div a {
	height: 193px;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
}

.zc_li023 div a span {
	width: 100%;
	height: 26px;
	display: block;
	background: url(cpbg12.png) center 0 repeat;
	filter: alpha(opacity:80);
	opacity: 0.8;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #8dafbf;
	position: absolute;
	bottom: 0px;
}


/****middle3****/
.zc_middle3 {
	width: 100%;
}

.zc_middle3Inside {
	width: 1000px;
	height: 464px;
	margin: 0px auto;
}

.zc_middle3Left {
	width: 492px;
	height: 464px;
	float: left;
}

.zc_middle3Show {
	width: 460px;
	height: 217px;
	padding-bottom: 20px;
}

.zc_middle3Show ul {
	width: 460px;
	height: 217px;
}

.zc_middle3Show ul li {
	width: 460px;
	height: 217px;
	position: absolute;
}

.zc_middle3ShowIn {
	width: 460px;
	height: 217px;
}

.zc_middle3Pic {
	width: 460px;
	height: 158px;
}

.zc_middle3Pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zc_middle3Intro {
	width: 460px;
	/* height: 39px; */
	font-size: 14px;
	color: #535353;
	line-height: 22px;
	padding-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.zc_middle3Chooser {
	width: 460px;
	margin-bottom: 14px;
}

.zc_middle3Chooser ul {
	width: 460px;
	margin-top: 13px;
	overflow: hidden;
}

.zc_middle3Chooser ul li {
	width: 32.3%;
	height: 80px;
	float: left;
	border-left: solid 1px #ffffff;
	cursor: pointer;
	overflow: hidden;
	background-color: #eceaeb;
}


.zc_middle3Chooser ul .on {
	background-color: #036cc4;
}

.zc_middle3Chooser ul li a {
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 14px;
	text-align: left;
	color: #acacac;
	font-size: 14px;
	line-height: 1.8;
}

.zc_middle3Chooser ul .on a {
	color: #fff;
	background-color: #036cc4;
}

.zc_middle3More {
	width: 460px;
	height: 37px;
	background: #f4f3f3;
}

.zc_middle3More a {
	width: 460px;
	height: 37px;
	display: block;
	font-size: 14px;
	color: #acacac;
	text-align: center;
	line-height: 37px;
}

.zc_middle3More a:hover {
	color: #999999;
	background: #dfdddd;
}

.zc_middle3Right {
	width: 492px;
	height: 464px;
	float: right;
}

.zc_middle3Title {
	width: 492px;
	height: 24px;
	font-size: 24px;
	color: #4e4e4e;
	line-height: 24px;
	margin-bottom: 28px;
}

.zc_middle3Content {
	width: 460px;
	height: 380px;
	border: solid 1px #cccccc;
	background: #ffffff;
	padding: 15px;
}

.zc_m3flv {
	width: 460px;
	height: 331px;
	margin-bottom: 12px;
}

.zc_m3flv .swiper-slide img {
	width: 205px;
	height: 225px;
	margin-top: 35px;
	opacity: 0;
}

.zc_m3flv .swiper-slide-active img {
	width: 231px;
	height: 320px;
	margin-top: 0;
	opacity: 1;
}

.zc_m3flv .swiper-slide-prev img {
	width: 231px;
	height: 320px;
	margin-top: 0;
	opacity: 1;
}

.zc_m3flv .swiper-slide-next img {
	width: 231px;
	height: 320px;
	margin-top: 0;
	opacity: 1;
}



/****foot****/
/****foot1****/
.zc_foot {
	width: 100%;
	height: auto;
	border-top: solid 1px #cdcdcd;
}

.zc_foot1 {
	width: 100%;
	height: 300px;
	border-bottom: solid 1px #cccccc;
}

.zc_f1inside {
	width: 1000px;
	height: 300px;
	margin: 0px auto;
	position: relative;
}

.zc_f1left {
	width: 700px;
	height: 275px;
	float: left;
	padding-top: 25px;
}

.zc_f1Menu {
	width: 100%;
	height: 270px;
}

.zc_f1MenuLi {
	font-size: 16px !important;
	color: #036bc3 !important;
	float: left !important;
	margin-right: 40px !important;
}

.zc_f1Menu ul li ul {}

.zc_f1Menu ul li ul li {
	font-size: 14px;
	color: #666666;
	float: none;
	margin-right: 0px;
	margin-top: 20px;
}

.zc_f1Menu ul li ul li a {
	font-size: 14px;
	color: #666666;
}

.zc_f1Menu ul li ul li a:hover {
	text-decoration: underline;
}

.zc_f1right {
	width: 256px;
	height: 275px;
	float: left;
	padding-top: 25px;
}

.zc_friendTitle {
	width: 256px;
	height: 16px;
	line-height: 16px;
	text-align: left;
	font-size: 16px;
	color: #036bc3;
}

.zc_friendList {
	width: 256px;
}

.zc_friendList ul {
	width: 256px;
}

.zc_friendList ul li {
	width: 256px;
	margin-top: 18px;
}

.zc_friendList ul li a {
	font-size: 14px;
	color: #666666;
	line-height: 14px;
}

.zc_friendList ul li a:hover {
	text-decoration: underline;
}

.zc_moreFriends {
	width: 130px;
	height: 25px;
	background: #f3f3f3;
	border: solid 1px #dcdada;
	margin-top: 15px;
}

.zc_moreFriends a {
	width: 130px;
	height: 25px;
	display: block;
	color: #b0b0b0;
	line-height: 25px;
	text-align: center;
}

.zc_moreFriends a:hover {
	color: #b0aeae;
	background: #e8e7e7;
}

/****foot2****/
.zc_foot2 {
	width: 1000px;
	height: auto;
	padding-top: 20px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 20px;
}

.zc_f2inside {
	width: 1000px;
	height: 60px;
	margin: 0px auto;
	padding-top: 20px;
}

.zc_f2word1 {
	width: 1000px;
	height: 12px;
	text-align: center;
	font-size: 14px;
	line-height: 12px;
	color: #585757;
}

.zc_f2word2 {
	width: 1000px;
	height: 14px;
	margin-top: 15px;
	text-align: center;
}

.zc_f2word2 span {
	font-size: 14px;
	color: #999898;
	font-weight: 600;
}

.zc_f2w2Left {
	width: 495px;
	height: 14px;
	line-height: 16px;
	text-align: right;
	font-size: 14px;
	color: #585757;
	float: left;
}

.zc_f2w2Right {
	width: 495px;
	height: 14px;
	line-height: 14px;
	text-align: left;
	font-size: 14px;
	color: #999898;
	float: right;
	font-weight: bold;
}


/****单页****/
.zc_content {
	width: 100%;
	background: #f6f6f6;
	z-index: 10;
	position: relative;
	padding-bottom: 30px;
}

.zc_grayLine {
	width: 100%;
	height: 69px;
	border-bottom: solid 1px #cccccc;
	position: absolute;
	z-index: -50;
}

.zc_conMid {
	width: 1000px;
	margin: 0px auto;
	z-index: 30;
}

.zc_conBegin {
	width: 1000px;
}

.zc_sidebar {
	width: 241px;
	float: left;
	z-index: 999;
}

.zc_sbUp {
	width: 239px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 4px #036bc3;
}

.zc_sbTitleCN {
	width: 240px;
	height: 69px;
	line-height: 69px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	background: #036bc3;
	border-bottom: solid 1px #034e8e;
}

.zc_sbTitleEN {
	width: 240px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background: #036bc3;
	border-top: solid 1px #0885f0;
}

.zc_sbList {
	width: 240px;
}

.zc_sbTel {
	width: 240px;
	height: 168px;
}

.zc_sbTelBG {
	width: 95px;
	height: 168px;
	background: url(telephone.png) center center no-repeat;
	float: left;
}

.zc_sbTelWord {
	width: 135px;
	height: 108px;
	float: right;
	padding-left: 10px;
	padding-top: 60px;
}

.zc_sbZxrx {
	width: 135px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	color: #036bc3;
}

.zc_sbTelNum {
	width: 135px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	color: #036bc3;
	margin-top: 18px;
}

.zc_sbDown {
	width: 239px;
	border: solid 1px #cccccc;
	border-top: none;
	margin-top: 25px;
}

.zc_sbDownTitle {
	width: 239px;
	height: 30px;
	background: #036bc3;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #ecebeb;
	border-bottom: solid 1px #0c70c5;
}

.zc_sbDownCon {
	width: 239px;
	height: 188px;
}

.zc_sbDC {
	width: 239px;
	height: 161px;
	display: block;
}

.zc_sbDownBB {
	width: 239px;
	height: 27px;
	background: url(cpbg12.png) center center no-repeat;
}

.zc_sbDownBB a {
	width: 239px;
	height: 27px;
	display: block;
	font-size: 14px;
	color: #8dafbf;
	text-align: center;
	line-height: 27px;
}

.zc_sbDownCon {
	border: 1px solid #DEDEDE;
	text-align: center;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	clear: both;
	position: relative;
	box-sizing: border-box;
}

.zc_sbDownCon .hd {
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 35px;
	z-index: 1;
}

.zc_sbDownCon .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.zc_sbDownCon .hd ul li {
	float: left;
	margin-right: 2px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	background-color: rgba(0, 0, 0, .4);
	cursor: pointer;
	color: white;
	font-family: number;
	font-size: 9px;
}

.zc_sbDownCon .hd ul li.on {
	background-color: rgba(254, 98, 4, .5);
	color: #fff;
	width: 27px;
}

.zc_sbDownCon .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

.zc_sbDownCon .bd li a {
	zoom: 1;
	vertical-align: middle;
}

.zc_sbDownCon .bd li a div {
	position: absolute;
	bottom: 12px;
	background-color: rgb(83, 83, 83);
	color: rgb(141, 175, 191);
	font-size: 14px;
	text-align: center;
	width: 100%;
	padding: 5px 0;
	z-index: 1;
}

.zc_sbDownCon .bd li a img {
	width: 100%;
	height: 188px;
	display: block;
	position: relative;
	object-fit: cover;
}


.zc_context {
	width: 759px;
	float: right;
}

.zc_ctTitle {
	width: 714px;
	height: 68px;
	padding-left: 25px;
	padding-right: 20px;
}

.zc_cttWord {
	min-width: 16px;
	height: 68px;
	font-size: 16px;
	line-height: 68px;
	color: #6b6b6b;
	float: left;
}

.zc_cttPath {
	height: 40px;
	float: right;
	/* padding-top: 28px; */
	line-height: 68px;
	font-size: 14px;
	color: #6b6b6b;
}

.zc_cttPath a {
	font-size: 14px;
	color: #6b6b6b;
}

.zc_cttPath a:hover {
	text-decoration: underline;
}

.zc_ctWords {
	width: 734px;
	padding-left: 25px;
	padding-top: 20px;
	font-size: 14px;
	line-height: 210%;
	color: #3e3d3d;
}

.zc_ctList {
	width: 734px;
	padding-left: 25px;
	padding-top: 20px;
	font-size: 14px;
}
.zc_ctList a {
	font-size: 14px;
}
.zc_ctList span {
	font-size: 14px;
}

.zc_ctList h3 {
	margin-top: 20px;
	color: #6b6b6b;
	font-size: 16px;
}

.zc_ctInside {
	width: 734px;
	padding-left: 25px;
	padding-top: 20px;
	font-size: 16px;
	line-height: 1.7;
	color: #515151;
}

.zc_ctInside * {
	max-width: 100%;
	height: auto;
}

.prevOrNext {
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
	text-align: right;
}

.prevOrNext a {}

.prevOrNext a span {
	font-size: 14px;
	color: #999999;
}

.prevOrNext a span:hover {
	text-decoration: underline;
}


/****文章列表（自定义）****/
.zc_channelBegin {}

.zc_channelBegin li {
	width: 100%;
	height: auto;
	padding: 15px;
	background: #f6f5f5;
	margin-bottom: 3px;
	list-style: none;
	border: 1px solid #ddd;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
	transition: 0.4s;
}

.zc_channelBegin li:hover {
	/* background: #036bc3; */
	border: 1px solid #036bc3;
}

.zc_listLeft {
	width: 150px;
	height: 100px;
	float: left;
}

.zc_listRight {
	width: 520px;
	float: right;
}

.zc_listTitle {
	height: 14px;
	line-height: 14px;
	font-size: 16px;
	color: #686666;
	margin-bottom: 15px;
	/* font-weight: bold; */
}

.zc_listIntro {
	line-height: 180%;
	font-size: 14px;
	color: #686666;
}

.zc_listOpt {
	height: 12px;
	padding-top: 10px;
}

.zc_listTime {
	min-width: 10px;
	float: left;
	height: 12px;
	line-height: 12px;
	font-size: 14px;
	color: #686666;
}

.zc_listMore {
	width: 50px;
	height: 12px;
	float: left;
	margin-left: 20px;
}

.zc_listMore a {
	width: 70px;
	height: 12px;
	display: block;
	line-height: 12px;
	font-size: 14px;
	color: #686666;
	text-decoration: none;
}

.zc_listMore a:hover {
	text-decoration: underline;
}


/*****产品列表*****/
.zc_productListOutside {
	width: 1000px;
	height: 800px;
	margin: 0px auto;
}

.zc_pltgray {
	width: 100%;
	height: 69px;
	border-bottom: solid 1px #cccccc;
}

.zc_plTitle {
	width: 240px;
	height: 69px;
	border-bottom: solid 1px #034e8e;
	background: #036bc3;
	font-size: 24px;
	line-height: 69px;
	color: #ffffff;
	text-align: center;
	float: left;
}

.zc_plPath {
	height: 40px;
	float: right;
	padding-top: 28px;
	font-size: 14px;
	color: #6b6b6b;
}

.zc_plPath a {
	font-size: 14px;
	color: #6b6b6b;
}

.zc_plPath a:hover {
	text-decoration: underline;
}

.zc_productList {
	padding-left: 20px;
	padding-top: 15px;
}

.zc_productList li {
	width: 290px;
	height: 300px;
	border: solid 1px #dad7d7;
	padding-top: 13px;
	padding-left: 15px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #f2f2f2;
}

.zc_productList li:hover {
	border: solid 1px #98b7c6;
}

.zc_productList li div {
	width: 274px;
	height: 272px;
}

.zc_productList li div a {
	width: 274px;
	height: 272px;
	display: block;
}

.zc_productList li span {
	width: 274px;
	height: 27px;
	display: block;
}

.zc_productList li span a {
	width: 274px;
	height: 27px;
	line-height: 27px;
	display: block;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.zc_productList li span a:hover {
	text-decoration: underline;
}

.zc_context .zc_context .zc_productList {
	padding-left: 20px;
	padding-top: 15px;
}

.zc_context .zc_productList li {
	width: 150px;
	height: auto;
	padding-bottom: 5px;
	border: solid 1px #dad7d7;
	padding-top: 13px;
	padding-left: 15px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #f2f2f2;
}

.zc_context .zc_productList li:hover {
	border: solid 1px #98b7c6;
}

.zc_context .zc_productList li div {
	width: 134px;
	height: 120px;
}

.zc_context .zc_productList li div a {
	width: 134px;
	height: 120px;
	display: block;
}

.zc_context .zc_productList li span {
	width: 134px;
	height: 27px;
	display: block;
}

.zc_context .zc_productList li span a {
	width: 134px;
	height: auto;
	line-height: 27px;
	display: block;
	font-size: 14px;
	color: #666666;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.zc_context .zc_productList li span a:hover {
	text-decoration: underline;
}

.zc_context .zc_productList img {
	width: 100%;
	height: 120px;
}

/*文章内容页*/
.news_neiye_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #535353;
	text-align: center;
	font-weight: bold;
}

.news_neiye_time {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
	text-align: center;
}

.news_neiye_con {
	padding: 0px 15px;
}

.news_neiye_con img {
	max-width: 700px;
}

/**********文章列表div输出**********/
/*如果要进行上下滚动，请设置高度*/
/*如果要进行左右滚动，请设置宽度*/
.article_list {
	width: 99%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.article_list_col {
	overflow-x: hidden;
}

.article_list_col ul {
	width: 100%;
}

.article_list_col ul li {
	list-style: none;
	display: inline-block;
	float: left;
}

.article_list_col ul li img {
	margin-left: 5px;
	border: 0px;
}

.article_list_col ul li em {
	float: right;
	font-style: normal;
}

.article_list_col ul li div {
	float: left;
	width: 80%;
	line-height: 22px;
	text-indent: 28px;
	color: #666;
	margin: 10px;
}

.article_list_col a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.article_list_col a:hover {
	font-size: 14px;
	color: #ff9900;
	text-decoration: none;
}

/**********文章列表table输出**********/
.article_table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.article_table_col {}

.article_table_col tr {
	height: 25px;
}

.article_table_col td {
	list-style: none;
	height: 25px;
	padding: 5px;
	display: inline-block;
	float: left;
}

.article_table_col td em {
	float: right;
	font-style: normal;
}

.article_table_col td div {
	float: left;
	width: 80%;
	line-height: 20px;
	text-indent: 28px;
	color: #666;
	margin: 10px;
}

.article_table_col a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.article_table_col a:hover {
	font-size: 14px;
	color: #ff9900;
	text-decoration: none;
}

/**********图片文章列表table输*********出*/
/*如果要进行上下滚动，请设置高度*/
/*如果要进行左右滚动，请设置宽度*/
.pic_table {
	width: 400;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border: 0px;
	float: left;
}

.pic_table table td {
	padding: 2px;
	vertical-align: top;
}

.pic_table table td div {
	text-align: left;
	width: 100%;
	line-height: 20px;
	color: #666;
	font-size: 13px;
}

.pic_table table td img {
	text-align: center;
}

.pic_table table td a {
	border: #dcdddd 1px solid;
	width: 150px;
	height: 112px;
	padding: 5px;
	display: block;
}

.pic_table table td a:hover {
	border: #d95803 1px solid;
}

.pic_table table td.title a {
	display: inline;
	border: none;
}

.pic_table table td.title a:hover {
	border: none;
}

.pic_table table .title {
	text-align: center;
	font-size: 14px;
}


/*只在投票标签中使用*/
.pic_table table .title_long {
	text-align: center;
	color: Green;
	font-size: 14px;
	font-weight: bold;
}

.pic_table table .title_name {
	text-align: center;
}

.pic_table table .title_name a {
	font-size: 14px;
	color: White;
}

.pic_table table .title_hits {
	text-align: center;
	font-size: 14px;
	color: Green;
	font-weight: bold;
}

.pic_table table .title_img {
	text-align: center;
}



/**********子栏目树样式**********/
.childclass {}

.childclass ul {}

.childclass ul li {
	width: 239px;
	line-height: 46px;
	border-bottom: dotted 1px #acacac;
	text-align: center;
}

.childclass ul li a {
	width: 239px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #535353;
	display: block;
	/* font-weight: bold; */
}

.childclass ul li a:hover {
	color: #036bc3;
}

/*子栏目树样式-锁定选择页面*/
.childclass ul li a.on {
	color: #036bc3;
	width: 239px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	display: block;
	/* font-weight: bold; */
}

/*子栏目树样式第二层样式*/
.childclass ul li ul {}

.childclass ul li ul li {
	width: 239px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: none;
}

.childclass ul li ul li a {
	width: 239px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #535353;
	display: block;
	font-weight: 100;
}

.childclass ul li ul li a:hover {
	color: #036bc3;
}

/*子栏目树样式第二层样式-锁定选择页面*/
.childclass ul li ul li span {
	color: #036bc3;
	width: 239px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	display: block;
	font-weight: 100;
}





/**********子栏目树样式(英文版)**********/
.childclass2 {}

.childclass2 ul {}

.childclass2 ul li {
	width: 239px;
	line-height: 46px;
	border-bottom: dotted 1px #acacac;
	text-align: center;
	overflow: hidden;
}

.childclass2 ul li a {
	width: 239px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #535353;
	display: block;
	font-weight: bold;
}

.childclass2 ul li a:hover {
	color: #036bc3;
}

/*子栏目树样式-锁定选择页面*/
.childclass2 ul li a.on {
	color: #036bc3;
	width: 239px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	display: block;
	font-weight: bold;
}

/*子栏目树样式第二层样式*/
.childclass2 ul li ul {}

.childclass2 ul li ul li {
	width: 239px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-bottom: none;
}

.childclass2 ul li ul li a {
	width: 239px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #535353;
	display: block;
	font-weight: 100;
}

.childclass2 ul li ul li a:hover {
	color: #036bc3;
}

/*子栏目树样式第二层样式-锁定选择页面*/
.childclass2 ul li ul li span {
	color: #036bc3;
	width: 239px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: block;
	font-weight: 100;
}





/*以下为系统样式，不可更改样式名称，但可以更改样式中的内容*********************************************************************************************************/
/*相关文章*/
.correlative_list {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.correlative_list_col {
	border: #ff0000 1px solid;
	overflow-x: hidden;
}

.correlative_list_col ul {
	width: 100%;
	margin: 10px;
}

.correlative_list_col ul li {
	list-style: none;
	display: inline-block;
	float: left;
}

.correlative_list_col ul li em {
	float: right;
	font-style: normal;
}

/*文章分页显示*/
.pageClass {
	clear: both;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	padding: 30px;
}

/*.pageClass a{width:50px; display:block; background:#4086c2; float:left; margin-right:10px;}
.pageClass a span{width:50px; display:block; color:#ffffff; cursor:pointer; text-align:center;}*/
.pageClass a span:hover {
	background: #036bc3;
}

/****页标****/
.pageClass strong {
	width: 20px;
	display: inline-block;
	background: #4086c2;
	cursor: pointer;
	margin-right: 10px;
}

.pageClass strong span {
	width: 20px;
	display: inline-block;
	text-align: center;
	color: #ffffff;
}

.pageClass strong span:hover {
	background: #036bc3;
}

.pageClass a {
	/*width:20px;*/
	display: inline-block;
	background: #4086c2;
	cursor: pointer;
	margin-right: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

.pageClass a span {
	/*width:20px; */
	display: inline-block;
	text-align: center;
	color: #ffffff;
}

.pageClass a:hover {
	background: #036bc3;
}

/****上一页下一页****/
.pageClass a.prv {
	width: 50px;
	display: inline-block;
	background: #4086c2;
	margin-right: 10px;
}

.pageClass a.next {
	width: 50px;
	display: inline-block;
	background: #4086c2;
	margin-right: 10px;
}

.pageClass a.prv span {
	width: 50px;
	display: block;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}

.pageClass a.next span {
	width: 50px;
	display: block;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}

.pageClass a.prv span:hover {
	background: #036bc3;
}

.pageClass a.next span:hover {
	background: #036bc3;
}



/**********文章评论**********/
/*文章评论的输入框和提交按钮*/
#txtname {
	width: 80px;
}

.pl_input {
	width: 100%;
	background-color: #f7f7f7;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.pl_input .f-l {
	margin-left: 20px;
	width: 94%;
}

.pl_input .f-l h3 {
	font-size: 15px;
}

.pl_input .pl_bor textarea {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 94%;
	margin-bottom: 15px;
}

.pl_input .pl_btn {
	border-bottom: medium none;
	border-left: medium none;
	margin-top: 4px;
	width: 59px;
	background: url(../system/tijiao.gif) no-repeat;
	float: left;
	height: 30px;
	border-top: medium none;
	cursor: pointer;
	border-right: medium none
}

/*文章评论主体显示内容*/
.pl_show {
	background: #fff;
	width: 100%;
}

.pl_show .mode-comment {
	border: 1px solid #dadcdd;
	width: 100%;
}

/*文章评论的评论标题*/
.pl_show_title {
	background: url("../system/pl_bg_left.gif") no-repeat left top;
	padding-left: 10px;
}

.pl_show_title .right {
	background: url("../system/pl_bg.gif") no-repeat top right;
	height: 37px;
	line-height: 37px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -2px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.pl_show_title span {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #949494;
}

.pl_show_title b {
	color: #e8581f;
}

/*文章评论的评论列表*/
.pl_show_list {
	margin: 15px 20px;
	line-height: 25px;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: left;
}

.pl_show_list .pl_show_head {
	overflow: hidden;
	zoom: 1;
}

.pl_show_list .pl_show_head .f-l {
	float: left;
	color: #204e7d;
}

/**********留言**********/
/*留言提交表单*/
#txtcode {
	width: 80px;
}

.data {
	width: 960px;
	background-color: white;
	padding: 10px 0px 10px 0px;
}

.data tr {
	text-align: left;
	background-color: #ffffff;
}

.data td {
	height: 25px;
	border-collapse: collapse;
}

.data .left_width {
	width: 140px;
	height: 20px;
}

.data .tag_select {
	color: #000;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle;
	margin: 1px;
}

.data .input {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

.data .textarea {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	width: 98%;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

.data .pl_btn {
	color: #ffffff;
	background: #5d8bba;
	height: 22px;
	padding: 0px 3px 0px 3px;
	text-align: center;
	line-height: 22px;
	border-top: 1px solid #6499ce;
	border-left: 1px solid #6499ce;
	border-right: 1px solid #255789;
	border-bottom: 1px solid #255789;
}

.data .runcode {
	border: #CCCCCC solid 1px;
	background: url(../system/calendar.gif) no-repeat right top;
	background-repeat: repeat-x;
	cursor: pointer;
	height: 18px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

/*留言多选框样式*/
.data .box div {
	border: 0px;
	padding: 2px 4px 2px 0px;
	display: block;
	float: left;
	margin: 2px 4px 2px 0px;
}

/*留言字段提示信息，如必填却未填的提示*/
.data .remark {
	color: red;
}

/*留言条目列表*/
.data_list {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-bottom: #999999 1px dashed;
	padding: 10px 0px 10px 0px;
}

.data_list tr {
	text-align: left;
	background-color: #ffffff;
}

.data_list td {
	height: 25px;
	border-collapse: collapse;
	padding: 0px 10px 0px 10px;
}

.data_list .yellow12b {
	color: #ff6600;
	font-weight: bold;
}

.data_list .red12b {
	color: red;
	font-weight: bold;
}

.data_list .red12 {
	color: red;
}

.data_list_title {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	background: url(../system/pl_bg.gif) repeat-x;
	text-align: left;
}

.data_list_title span {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #949494;
}

.data_list_title b {
	color: #e8581f;
}

/*留言前台列表*/
.message_list {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-bottom: #999999 1px dashed;
	padding: 10px 0px 10px 0px;
}

.message_list .title {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	background: url(../system/pl_bg.gif) repeat-x;
	text-align: left;
}

.message_list tr {
	text-align: left;
	background-color: #ffffff;
}

.message_list td {
	height: 25px;
	border-collapse: collapse;
	padding: 0px 10px 0px 10px;
}

.message_list_title {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.message_list_title span {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #949494;
}

.message_list_title b {
	color: #e8581f;
}

/*留言查询输入框和按钮样式*/
.msearch {
	width: 260px;
	border: 0px;
	float: left;
}

.msearch .list {
	width: 240px;
}

.msearch .list div {
	float: left;
	padding: 2px 4px 2px 0px;
	display: block;
	margin: 2px 0px 2px 0px;
	border: 0px;
}

.msearch .list .li_left {
	width: 80px;
	text-align: right;
}

.msearch .list .li_right {
	width: 120px;
}

.msearch .btn {
	width: 58px;
	height: 25px;
	border: none;
	color: #6a6969;
	font-size: 14px;
	cursor: pointer;
	padding: 2px 4px 2px 0px;
	margin: 2px 0px 2px 84px;
	border: 0px;
	cursor: hand;
}

/*会员前台列表*/
.members_list {
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-bottom: #999999 1px dashed;
	padding: 10px 0px 10px 0px;
}

.members_list .title {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	background: url(../system/pl_bg.gif) repeat-x;
	text-align: left;
}

.members_list tr {
	text-align: left;
	background-color: #ffffff;
}

.members_list td {
	height: 25px;
	border-collapse: collapse;
	padding: 0px 10px 0px 10px;
}

.members_list_title {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.members_list_title span {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #949494;
}

.members_list_title b {
	color: #e8581f;
}

/*查询功能样式*/





/*查询关键字样式*/
.search_keyword {
	color: red;
}

/*查询结果列表头部样式*/
.search_title {
	height: 40px;
	text-align: left;
}

/*查询结果列表整体样式*/
.search_list {
	border: 1px solid #93bbd1;
	padding: 3px;
}

/*查询结果列表奇数行样式 */
.search_list_odd {
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
}

.search_list_odd a {
	color: #000;
}

.search_list_odd a:hover {
	color: #036bc3;
}

/*查询结果列表奇数行简介样式 */
.search_list_odd ul {
	text-indent: 20px;
	height: 50px;
	word-wrap: break-word;
	line-height: 22px;
}

/*查询结果列表偶数行样式 */
.search_list_even {
	background-color: #f1f1f1;
	color: #000000;
	padding: 5px;
}

.search_list_even a {
	color: #000;
}

.search_list_even a:hover {
	color: #036bc3;
}

/*查询结果列表偶数行简介样式 */
.search_list_even ul {
	text-indent: 20px;
	height: 50px;
	word-wrap: break-word;
	line-height: 22px;
}

/*防伪码查询输入框和按钮样式*/
.searchanticode {
	width: 460px;
	border: 0px;
}

.searchanticode div {
	border: 0px;
	padding: 2px 4px 2px 0px;
	display: block;
	float: left;
	margin: 2px 0px 2px 0px;
}

.searchanticode .sel {
	border: 0;
	height: 25px;
}

.searchanticode .sel select {
	border: 1px solid #b0b0b0;
	height: 20px;
}

.searchanticode .txt {
	width: 120px;
	border: 0;
	height: 25px;
}

.searchanticode .txt input {
	width: 115px;
	border: 1px solid #b0b0b0;
	height: 20px;
	font-size: 14px;
}

.searchanticode .btn {
	border: none;
	height: 25px;
	margin-top: 0px;
}

.searchanticode .btn img {
	width: 58px;
	height: 25px;
	border: none;
	color: #6a6969;
	font-size: 14px;
	cursor: pointer;
}

/*会员提交表单*/
.members_register {
	width: 960px;
	background-color: white;
	padding: 10px 0px 10px 0px;
}

.members_register tr {
	text-align: left;
	background-color: #ffffff;
}

.members_register td {
	height: 25px;
	border-collapse: collapse;
}

.members_register td span {
	color: Blue;
	font-size: 14px;
}

.members_register .left_width {
	width: 140px;
	height: 20px;
}

.members_register .tag_select {
	color: #000;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
	vertical-align: middle;
	margin: 1px;
}

.members_register .input {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

.members_register .textarea {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	width: 98%;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

.members_register .runcode {
	border: #CCCCCC solid 1px;
	background: url(../system/calendar.gif) no-repeat right top;
	background-repeat: repeat-x;
	cursor: pointer;
	height: 18px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

.members_register .regcode {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 100px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

.members_register .pl_btn {
	color: #ffffff;
	background: #5d8bba;
	height: 22px;
	padding: 0px 3px 0px 3px;
	text-align: center;
	line-height: 22px;
	border-top: 1px solid #6499ce;
	border-left: 1px solid #6499ce;
	border-right: 1px solid #255789;
	border-bottom: 1px solid #255789;
}

.members_register .box div {
	border: 0px;
	padding: 2px 4px 2px 0px;
	display: block;
	float: left;
	margin: 2px 4px 2px 0px;
}

.members_login_data {
	width: 400px;
	background-color: white;
	padding: 10px 0px 10px 0px;
}

.members_login_data .left_width {
	width: 140px;
	height: 20px;
	text-align: right;
}

.members_login_data .input {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 200px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

.members_login_data .password {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 200px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

.members_login_data .logincode {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 100px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

.members_login_data .pl_btn {
	color: #ffffff;
	background: #5d8bba;
	height: 22px;
	padding: 0px 3px 0px 3px;
	text-align: center;
	line-height: 22px;
	border-top: 1px solid #6499ce;
	border-left: 1px solid #6499ce;
	border-right: 1px solid #255789;
	border-bottom: 1px solid #255789;
}

.members_login_data .box div {
	border: 0px;
	padding: 2px 4px 2px 0px;
	display: block;
	float: left;
	margin: 2px 4px 2px 0px;
}

.members_login_data .other {
	width: 100%;
	clear: both;
}

.members_login_data .other div {
	border: 0px;
	padding: 0px 2px;
	line-height: 25px;
	display: block;
	float: left;
}

.members_login_easy {
	background-color: white;
	padding: 10px 0px 10px 0px;
}

.members_login_easy .left_width {
	height: 20px;
	text-align: right;
}

.members_login_easy .input {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 60px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

.members_login_easy .password {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 60px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

.members_login_easy .logincode {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 50px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 14px;
	margin: 1px;
}

.members_login_easy .pl_btn {
	color: #ffffff;
	background: #5d8bba;
	height: 22px;
	padding: 0px;
	text-align: center;
	line-height: 22px;
	border-top: 1px solid #6499ce;
	border-left: 1px solid #6499ce;
	border-right: 1px solid #255789;
	border-bottom: 1px solid #255789;
}

.members_login_easy .box div {
	border: 0px;
	display: block;
	float: left;
	margin: 2px;
}

.zc_picNews {
	position: relative;
	overflow: hidden;
}

.zc_picNews .hd {
	position: absolute;
	right: 15px;
	bottom: 13px;
	z-index: 100;
}

.zc_picNews .hd li {
	font-size: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: 4px;
	background-color: #fff;
	display: inline-block;
}

.zc_picNews .hd .on {
	background-color: #036cc4;
}

.zc_picNews .bd li {
	width: 460px;
	height: 238px;
	position: relative;
}

.zc_picL {
	width: 460px;
	height: 238px;
	float: left;
}

.zc_picTitle {
	width: 100%;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 35px;
	padding: 0 85px 0 14px;
	margin: 0;
	box-sizing: border-box;
}

.zc_picTitle a {
	display: block;
	color: #f6f6f6;
	font-size: 14px;
	line-height: 35px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}

/*120731版新增标签*/
/*图片文章属性*/
.picattribute {
	width: 200px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.picattribute ul {
	width: 100%;
}

.picattribute ul li {
	list-style: none;
	display: inline-block;
	float: left;
}

/*图片文章扩展*/
.picontent {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.picontent .title {
	width: 100%;
	height: 33px;
	border-bottom: #dddddd 1px solid;
	padding-left: 5px;
}

.picontent .SelectTab1 {
	width: 117px;
	height: 36px;
	vertical-align: middle;
	padding-top: 5px;
	margin-right: 5px;
	text-align: center;
	float: left;
	background-image: url(../article/tabs_on.gif) !important;
	background-repeat: no-repeat;
	cursor: pointer;
}

.picontent .SelectnoTab1 {
	width: 91px;
	height: 25px;
	vertical-align: middle;
	margin-top: 8px;
	text-align: center;
	padding-top: 5px;
	margin-right: 5px;
	float: left;
	background-image: url(../article/tabs_common.gif) !important;
	background-repeat: no-repeat;
	cursor: pointer;
}

.picontent .content {
	width: 780px;
}

.picontent .content div {
	padding: 10px 10px 5px 10px;
	width: 700px;
}

/*图片文章产品展示*/
#preview {
	float: none;
	margin: 20px auto;
	text-align: center;
	width: 500px;
}

.jqzoom {
	width: 350px;
	height: 350px;
	position: relative;
}

.jqzoom img {
	width: 350px;
	height: 350px;
}

.zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 350px;
	height: 56px;
	padding-top: 6px;
	overflow: hidden;
}

#spec-left {
	background: url(../article/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-right {
	background: url(../article/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-list {
	width: 325px;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}

#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 62px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
}

.jqzoom {
	position: relative;
	padding: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 800px;
	height: 800px;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #fff 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

#spec-list {
	position: relative;
	width: 322px;
	margin-right: 6px;
}

#spec-list div {
	margin-top: 0;
	margin-left: -30px;
	*margin-left: 0;
}

/*对联广告样式 */
#leftCoupletsDiv,
#rightCoupletsDiv {
	width: 100px;
	height: 100px;
	background-color: #fff;
	position: absolute;
}

.itemFloat {
	width: 100px;
	height: auto;
	line-height: 5px
}

/*全屏广告样式，
在使用全屏广告时，样式中
.screenfull的宽
.screenfull .screenfcon 高
要同 广告管理 中设置的宽和高相同*/
.screenfull {
	POSITION: relative;
	MARGIN: 0px auto;
	WIDTH: 990px;
	background: #e8e8e8
}

.screenfull .screenfbtn {
	POSITION: absolute;
	WIDTH: 19px;
	DISPLAY: none;
	HEIGHT: 55px;
	TOP: 10px;
	right: -23px
}

.screenfull .screenfbtn A {
	DISPLAY: block;
	BACKGROUND: url(../system/screenbtn.png) no-repeat 0px 0px;
	HEIGHT: 55px;
	OVERFLOW: hidden
}

.screenfull .screenfbtn .screenfclose {
	BACKGROUND: url(../system/screenbtn.png) no-repeat -19px 0px
}

.screenfull .screenfcon {
	DISPLAY: none;
	HEIGHT: 500px;
}


/*多条件选择查询*/
.select_search {
	width: 800px;
	margin: auto;
}

.select_search .list {
	width: 800px;
	float: left;
}

/*栏目名称单独样式*/
.select_search .list .one label {
	MARGIN-TOP: 2px;
	PADDING: 3px;
	WIDTH: 70px;
	text-align: center;
	HEIGHT: 20px;
	VERTICAL-ALIGN: middle;
	OVERFLOW: hidden;
	CURSOR: pointer
}

.select_search .list .one label:hover {
	background-color: red;
	color: #fff;
}

.select_search .list .one .n {
	background-color: red;
	color: #fff;
}

/*栏目内容样式，全选择情况*/
.select_search .list li {
	margin: 5px;
	FLOAT: left;
}

.select_search .list li label {
	MARGIN-TOP: 2px;
	PADDING: 3px;
	WIDTH: 70px;
	text-align: center;
	HEIGHT: 20px;
	VERTICAL-ALIGN: middle;
	OVERFLOW: hidden;
	CURSOR: pointer
}

.select_search .list li label:hover {
	background-color: Blue;
	color: #fff;
}

/*如果选中了查询条件*/
.select_search .list li .n {
	background-color: Blue;
	color: #fff;
}

/*控件样式*/
.select_search .list li .txt {
	WIDTH: 70px;
	FLOAT: left;
}

.select_search .list li .but {
	WIDTH: 50px;
	FLOAT: left;
	cursor: pointer;
}

/*中间的- 号*/
.select_search .list li .f {
	margin: 3px;
	FLOAT: left;
}

.news_spawn {
	line-height: 2em;
}

.news_spawn a {
	color: #535353
}

.news_spawn:hover a {
	color: #036bc3;
}

.pageClass {
	text-align: center;
}

.ewm {
	float: left;
	margin-top: 0;
	width: 80px;
	position: relative;
}

.foot-right {
	float: left;
	font-size: 15px;
	line-height: 1.7;
	margin-top: 24px;
	width: 880px;
	text-align: center;
}

.ewm img {
	width: 80px;
}

.ewm p {
	background: #666;
	color: #eee;
	text-align: center;
	font-size: 14px;
}

/*荣誉资质*/
.pro_info {
	color: #535353;
	text-indent: 2em;
	line-height: 2;
	font-size: 14px;
}


.map_list {
	margin: 0px auto;
	width: 1000px;
}

/*一级栏目*/
.map_list>ul>li {
	margin: 20px 0px;
	font-size: 16px;
	font-weight: bold;
}

.map_list>ul>li a {
	color: #666;
}

/*二级栏目*/
.childclasss>ul {
	margin-top: 10px
}

.childclasss>ul>li {
	font-size: 14px;
	font-weight: normal;
	padding-left: 1em;
	display: inline-block;
	line-height: 2;
	vertical-align: top;
}

/*三级栏目*/
.childclasss>ul>li>ul>li {
	font-size: 14px;
	text-align: center;
}

#float-contact_list {
	z-index: 99999;
}

.layui-laypage {
	width: 100%;
	text-align: center;
	clear: both;
	margin: 50px 0;
}

.layui-laypage .layui-laypage-count {
	border: 1px solid #ddd;
	padding: 0px 15px;
	margin-right: 5px;
}

.layui-laypage .layui-laypage-count:hover {
	color: white;
	background-color: rgb(64, 134, 194);
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: rgb(64, 134, 194);
}

.layui-laypage a {
	margin: 0 5px;
}

.layui-laypage .layui-laypage-curr {
	margin: 0 5px;
}

.layui-laypage a:hover {
	color: white;
	background-color: rgb(64, 134, 194);
}

.layui-laypage-prev:hover {
	color: white;
	background-color: rgb(64, 134, 194);
}

.layui-laypage-prev.layui-disabled {
	display: none;
}

.layui-laypage span {
	margin-bottom: 0px;
}

.layui-form {}

.layui-form form {}

.layui-form form table {}

.layui-form form table tbody {}

.layui-form form table tbody tr {}

.layui-form form table tbody tr .tableft {
	font-size: 16px;
	width: 140px;
	text-align: right;
	color: #000;
}

.layui-form form table tbody tr .tabright {}

.layui-form form table tbody tr .tabright input {
	font-size: 14px;
	color: #000;
	border: 1px solid #c7c7c7;
	height: 30px;
	margin: 6px 0;
	width: 150px;
	margin-bottom: 15px;
}

.layui-form form table tbody tr .tabright .layui-form-select {
	font-size: 14px;
	color: #000;
	height: 30px;
	width: 143px;
	margin-bottom: 15px;
}

.layui-form form table tbody tr .tabright .layui-form-select .layui-select-title input {
	font-size: 14px;
	color: #000;
	border: none;
	height: 30px;
	width: 110px;
	padding: 0 0 0 5px;
	margin: 0;
}

.layui-form-select .layui-input {
	padding-right: 0;
}

.layui-form-select .layui-edge {
	right: 2px;
}

.layui-form form table tbody tr .tabright .layui-form-select .layui-select-title {
	font-size: 14px;
	color: #000;
	border: 1px solid #c7c7c7;
	height: 30px;
	width: 148px;
}

.layui-form form table tbody tr .tabright input::-input-placeholder {
	font-size: 0;
}

.layui-form form table tbody tr .tabright input::-webkit-input-placeholder {
	font-size: 0;
}

.layui-form form table tbody tr .tabright input::-ms-input-placeholder {
	font-size: 0;
}

.layui-form form table tbody tr .tabright textarea {
	font-size: 14px;
	color: #000;
	border: 1px solid #c7c7c7;
	min-height: 60px;
	width: 450px;
	margin-bottom: 15px;
}

.layui-form form table tbody tr .tabright textarea::-input-placeholder {
	font-size: 0;
}

.layui-form form table tbody tr .tabright textarea::-webkit-input-placeholder {
	font-size: 0;
}

.layui-form form table tbody tr .tabright textarea::-ms-input-placeholder {
	font-size: 0;
}

.layui-form form table tbody tr .layui-btn {
	width: 70px;
	height: 22px;
	background-color: #5d8bba;
	color: white;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	text-align: center;
	margin-top: 10px;
}

.layui-form form table tbody tr .tabright span {
	position: absolute;
	margin-top: 14px;
	margin-left: 10px;
}

.layui-form form table tbody tr .tabright input.code {
	width: 85px;
	height: 30px;
	margin: 0;
}

.layui-form form table tbody tr .tabright .validateCode {
	width: 70px;
	height: 30px;
	margin-top: -4px;
	margin-left: 5px;
}

/*.layui-form form table tbody tr:first-child .tabright input,
.layui-form form table tbody tr:nth-child(3) .tabright input{width: 120px;}
.layui-form form table tbody tr:nth-child(4) .tabright input,
.layui-form form table tbody tr:nth-child(5) .tabright input{width: 400px;}
.layui-form form table tbody tr:last-child{text-align: center;}
.layui-form form table tbody tr:nth-child(4) .tabright span,
.layui-form form table tbody tr:nth-child(5) .tabright span,
.layui-form form table tbody tr:nth-child(6) .tabright span{position: absolute;margin-top: -43px;margin-left: 410px;}*/