/*
* @description: index
* @author: zhengyaoyuan
* @update: zhengyaoyuan (2016-04-28)
* @update: xiachunbin (2016-12-29)
*/

@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
del,
dfn,
em,
img,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
button,
input,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
menu {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not([controls]) {
	display: none
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show
}

ol,
ul,
menu {
	list-style: none
}

img {
	border: 0
}

a:focus {
	outline: none
}

em,
i {
	font-style: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: -3px;
	outline: none;
}

button,
input {
	border: 1px solid;
	outline: none;
	line-height: normal;
	*overflow: visible
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

textarea {
	overflow: auto;
	vertical-align: top
}

::selection {
	background: #72d0eb;
	color: #fff;
	text-shadow: none
}

::-moz-selection {
	background: #72d0eb;
	color: #fff;
	text-shadow: none
}

*[hidden] {
	display: none
}

a {
	text-decoration: none;
	cursor: pointer
}

.clearfix:after,
.central:after,
.widget ul:after,
.paging:after,
.pagenav:after,
.base-tit:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix,
.central,
.widget ul,
.paging,
.pagenav,
.base-tit {
	*+height: 1%;
}

body,
button,
input,
select,
textarea,
code {
	font-size: 12px;
	font-family: Simsun Font;
	color: #444;
}

.text-overflow {
	display: block;
	/*内联对象需加*/
	word-break: keep-all;
	/* 不换行 */
	white-space: nowrap;
	/* 不换行 */
	overflow: hidden;
	/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;
	/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

/* wrapper */
body {
	background-color: #dddddd;
}

.central {
	max-width: 980px;
	_width: 980px;
	min-width: 980px;
	padding: 0;
	text-align: left;
	margin: 0 auto;
}

.goodsnav .central {
	padding-top: 20px;
	padding-left: 5px;
	background-color: #b71717;
	-moz-box-shadow: 0px 0px 5px #333333;
	-webkit-box-shadow: 0px 0px 5px #333333;
	box-shadow: 0px 0px 5px #333333;
}

.header {
	float: left;
	height: 123px;
	width: 100%;
	background-image: url(../img/headerbg.gif);
	background-repeat: repeat-x;
}

.nav {
	float: left;
	height: 37px;
	width: 100%;
	background-color: #b71717;
	line-height: 37px;
}

.slideshow {
	float: left;
	height: 450px;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	position: relative;
}

.goodsnav {
	float: left;
	height: 130px;
	width: 100%;
	background-color: rgb(204, 204, 204);
}

.center {
	float: left;
	width: 100%;
	background-color: rgb(204, 204, 204);
}

.center .central {
	-moz-box-shadow: 0px 0px 5px #333333;
	-webkit-box-shadow: 0px 0px 5px #333333;
	box-shadow: 0px 0px 5px #333333;
	max-width: 940px;
	_width: 940px;
	min-width: 940px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.footer {
	float: left;
	width: 100%;
	background-image: url(../img/footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #b71717;
}

.footer .central {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* header */
.logo {
	height: 100px;
	width: 720px;
	margin-top: 23px;
	float: left;
	display: block;
	overflow: hidden;
	line-height: 300px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
}

.logo a {
	height: 100px;
	display: block;
	color: #fff;
	overflow: hidden;
}
#header .search{
	display: none;
}
.header .search {
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}

.header .search .input {
	display: block;
	margin: 0;
	padding: 4px 8px;
	float: left;
	background: #EEE;
	border: medium none;
	border-radius: 2px 0 0 2px;
	color: #B3B3B3;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	width: 120px;
}

.header .search .submit {
	float: left;
	border: medium none;
	border-radius: 0 2px 2px 0;
	color: #FFF;
	cursor: pointer;
	height: 28px;
	padding: 0 10px;
	background-color: #DF0716;
}

.tel {
	float: right;
	height: 65px;
	width: 207px;
	margin-top: 5px;
	background-image: url(../img/tel.png);
	background-repeat: no-repeat;
	margin-right: 20px;
}


/*网站入口*/
.enter {
	float: right;
	width: 200px;
	text-align: center;
}

.enter a,
.prompt a {
	color: #333;
}

.enter a:hover,
.prompt a:hover {
	color: #DF0615;
}


/*menu*/
.header-menu li {
	float: left;
	position: relative;
	margin-right: 1px;
}

.header-menu li:hover {
	background-color: #e52431;
}

.header-menu li.select {
	background-color: #df0716;
}

.header-menu li a {
	color: #eee;
	padding: 0 10px;
	float: left;
	border-radius: 2px;
	line-height: 37px;
	height: 37px;
	font-weight: bolder;
}

.header-menu li a:hover,
.header-menu li:hover a {
	color: #eee
}

.header-menu li.current-menu-item a,
.header-menu li.current-menu-parent a,
.header-menu li.current_page_item a,
.header-menu li.current-post-ancestor a {
	color: #f5f5f5;
	position: relative;
	z-index: 2;
}

.header-menu li:hover ul {
	display: block
}

.header-menu li ul {
	position: absolute;
	top: 37px;
	left: 0;
	min-width: 120px;
	z-index: 10;
	display: none;
	line-height: 18px;
	font-size: 12px;
	border-radius: 0 2px 2px 2px;
	_width: 120px;
	background-color: #787878;
}

.header-menu li li {
	float: none;
	margin: 0;
	position: relative
}

.header-menu li li a {
	margin: 2px;
	padding: 0 10px;
	float: none;
	display: block;
	*min-width: 100px;
}

.header-menu li li a:hover,
.nav li li.current-menu-item a {
	color: #fff
}

.header-menu .nav-arrow {
	display: inline-block;
	margin-left: 3px;
	position: relative;
	top: -2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #999
}

.slideshow {
	width: 100%;
	/*height: 440px;*/
	float: left;
	position: relative;
}

#slides {
	display: block;
	width: 100%;
	/*height: 440px;*/
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}

#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}

#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	top: 340px;
	z-index: 9900;
	padding: 5px 15px 5px 0;
	margin: 0
}

#pagination li {
	display: block;
	list-style: none;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	background: #FFF
}

#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#pagination li.current {
	background: #0092CE
}

/*goodsnav*/
.goodsnav img.split {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.goodsitem {
	float: left;
	width: 154px;
	color: #FFF;
}

.goodsitem a {
	float: left;
	color: #FFF;
}

.goodsitem a:hover {
	color: #CCCCCC;
}

.goodsitem .goodscenter {
	width: 105px;
	float: left;
	margin-left: 5px;
}

.goodsitem .goodscenter ul {
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
}

.goodsitem .goodscenter ul li {
	width: 100%;
	height: 16px;
	line-height: 16px;
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*center*/
.centerbox {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.centerbox .centerbox_title {
	height: 28px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #df0716;
	margin-bottom: 10px;
}

.centerbox_title .centerbox_title_text {
	float: left;
	height: 28px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 28px;
	color: #FFF;
	background-color: #df0716;
}

.centerbox_title_text img {
	margin-top: 5px;
}

.centerbox_title span {
	float: right;
	line-height: 28px;
}

.centerbox_title span a {
	color: #333;
}

.centerbox_title span a:hover {
	color: #DF0716;
}

.centerbox_left {
	width: 620px;
	margin-right: 21px;
	float: left;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.centerbox_left p {
	line-height: 25px;
}

.centerbox_right {
	width: 299px;
	float: left;
}

.centerbox_right p {
	line-height: 25px;
}

.sdys {
	height: 274px;
	width: 910px;
	background-image: url(../img/sdys.jpg);
	background-repeat: no-repeat;
	padding-top: 80px;
	padding-left: 30px;
	line-height: 25px;
}

.sdys1 {
	float: left;
	height: 85px;
	width: 345px;
	margin-right: 210px;
	margin-bottom: 100px;
}

.sdys2 {
	float: left;
	height: 85px;
	width: 345px;
	margin-bottom: 100px;
}

.sdys3 {
	float: left;
	height: 85px;
	width: 345px;
	margin-right: 210px;
}

.sdys4 {
	float: left;
	height: 85px;
	width: 345px;
}

.news {
	margin: 0 auto;
	width: 980px;
}

.news ul {
	float: left;
	width: 225px;
	margin-left: 20px;
	overflow: hidden;
}

.news ul li {
	line-height: 30px;
	width: 225px;
	white-space: nowrap;
	overflow: hidden;
	list-style-image: url(../img/dot.jpg);
}

.news ul li a {
	color: #333;
	width: 225px;
	overflow: hidden;
	display: inline;
}

.news ul li a:hover {
	color: #0066CC;
}

img.imgaa {
	float: right;
	position: absolute;
	margin-left: 390px;
	margin-top: -132px;
}

/* marqueeleft */
.marqueeleft {
	height: 136px;
	width: 100%;
	overflow: hidden;
	float: left;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 5px;
	display: inline;
	width: 148px;
	height: 133px;
	overflow: hidden;
}

.marqueeleft li .pic {
	display: block;
	border: #ccc 1px solid;
	width: 135px;
	height: 104px;
	padding: 2px;
	overflow: hidden;
}

.marqueeleft li .txt {
	text-align: center;
	height: 23px;
	line-height: 23px;
}

.marqueeleft li a {
	color: #000;
}

.marqueeleft li a:hover {
	color: #DF0716;
}

/*Case*/
.case_box,
.case_middle {
	float: left;
	width: 290px;
	background-color: #f0f0f0;
	margin-bottom: 20px;
	padding: 5px;
}

.case_box:hover {
	background-color: #dcdcdc;
	overflow: hidden;
}

.case_middle {
	margin-right: 20px;
	margin-left: 20px;
}

.case_box b {
	float: left;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.case_box span {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
}

/*feel*/
.feel {
	float: left;
	width: 100%;
}

.feel li {
	float: left;
	height: 150px;
	width: 470px;
}

.feel li a {
	color: #666;
	line-height: 25px;
}

.feel li a:hover {
	color: #333;
}

.feel li img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.feel li img,
.feel li p {
	float: left;
}

/*footer*/
.footer {
	clear: both;
	padding: 15px 0 100px 0;
	color: #fff;
	position: relative;
	bottom: 0px;
	z-index: 1
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.trackcode {
	float: right;
}

.websitelink {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/groupsite.png);
}

.websitelink li {
	float: left;
	width: 140px;
}

.websitelink li.font-text-a {
	width: 70px;
	line-height: 30px;
}

.partnerlink {
	float: left;
	background-image: url(../img/partner.png);
	border-bottom: 1px dashed #fff;
	background-repeat: no-repeat;
	width: 980px;
	padding-bottom: 12px;
}

.partnerlink li {
	float: left;
	width: 192px;
	text-align: center;
}

.footer p {
	float: left;
	margin-top: 10px;
	line-height: 25px;
	width: 100%;
}

.footer p.jtzd {
	text-align: center
}

/*招商页面*/
.case ul li {
	float: left;
	width: 313px;
	height: 175px;
	background: url(../img/C1.jpg) no-repeat;
}

.group {
	margin-top: 20px;
}

.group img {
	float: left;
}

.group p {
	float: right;
	width: 160px;
	padding-right: 15px;
	line-height: 20px;
}

.casemore {
	float: right;
	margin-top: 5px;
	width: 160px;
	height: 18px;
	background: url(../img/2.png) no-repeat;
	padding-right: 15px;
}

.casemore a {
	color: #FFF;
	padding-left: 7px;
	width: 44px;
	height: 18px;
	font-weight: bold;
	text-align: center;
}

.circulation {
	width: 940px;
	height: 144px;
	background: url(../img/c3.jpg) no-repeat;
}

/* marqueeleft */
.circula {
	height: 115px;
	width: 65%;
	overflow: hidden;
	float: right;
}

.circula ul {
	float: left;
}

.circula li {
	float: left;
	margin: 0 5px;
	display: inline;
	width: 125px;
	height: 110px;
	overflow: hidden;
}

.circula li .pic {
	display: block;
	border: #ccc 1px solid;
	width: 125px;
	height: 110px;
	overflow: hidden;
}

.circula li a {
	color: #000;
}

.circula li a:hover {
	color: #DF0716;
}



.fl {
	float: left;
}

.fr {
	float: right;
}


.clear {
	clear: both;
}








#header {
	/* padding: 10px 10%; */
}

/* 导航栏按钮 */
.btn {
	
	display: none;
	float: right;
	margin-top: -5px;
	border: 0;
	border-radius: 5px;
	width: 40px;
	height: 40px;
}

/* 文字Logo */
#header a.logo {
	float: left;
	font-weight: bold;
	font-size: 39px;
	line-height: 50px;
}

#header div.nav {
	/* height: 50px; */
}

#header ul.nav-bar {
	width: 980px;
	margin: 0 auto;
	list-style: none;
	line-height: 50px;
	text-align: center;
}

#header ul.nav-bar li {
	float: left;
	padding: 0 9px;
}

@media screen and (max-width: 768px) {
	.header{
		height: auto;
	}
.central {
    max-width: 100%;
    _width: 100%;
    min-width: 100%;
    padding: 0;
    text-align: left;
    margin: 0 auto;
}
	/* header */
	.logo {
		height: 60px;
		width: 100%;
		margin-top: 0;
		float: none;
		display: block;
		overflow: hidden;
		line-height: 50px;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		background-image: url(../img/logo.png);
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}

	.logo a {
		height: auto;
		display: block;
		color: #fff;
		overflow: hidden;
	}
.header-menu li a {
    color: #eee;
    padding: 0 12px;
    float: none;
    border-radius: 2px;
    line-height: 37px;
    height: 37px;
    font-weight: bolder;
}
.header .search{
	display: none;
	margin: 0;
}
	#header .search {
		display: block;
		float: left;
		width: 80%;
		box-sizing: border-box;
	}

	#header .search .input {
		display: block;
		margin: 0;
		padding: 4px 8px;
		float: left;
		background: #EEE;
		border: medium none;
		border-radius: 2px 0 0 2px;
		color: #B3B3B3;
		font-size: 13px;
		height: 28px;
		line-height: 20px;
		width: 80%;
		box-sizing: border-box;
	}

	#header .search .submit {
		float: left;
		width: 20%;
		border: medium none;
		border-radius: 0 2px 2px 0;
		color: #FFF;
		cursor: pointer;
		height: 28px;
		padding: 0 10px;
		background-color: #DF0716;
		box-sizing: border-box;
	}

	.tel {
		display: none;
	}

.nav {
	float: left;
	height: 37px;
	width: 100%;
	background-color: #fff;
	line-height: 37px;
}
	#header {
		padding: 0px 1px;
		height: 50px;
		overflow: hidden;
	}

	#header a.logo {
		line-height: 55px;
		font-size: 30px;
	}

	.btn {
		display: block;
	}

	#header ul.nav-bar {
		margin-top: 65px;
		width: 100%;
		background-color: #b71717;
	}

	#header ul.nav-bar li {
		float: none;
		padding: 0 10px;
	}
	.slideshow {
	    height: auto;
	}
	.slideshow img{
		width: 100%;
	}
	.product-category h3 {
	    margin: 0 auto;
	}
	.footer {
	    padding: 15px 0 100px 0;
	}
	.footer p {
		float: none;
		margin: 10px auto 0;
		line-height: 25px;
		width: 95%;
	}
	.websitelink {
		margin: 0 auto;
	    float: none;
	    width: 95%;
	    padding-top: 10px;
	    padding-top: 20px;
	    background-repeat: no-repeat;
	    background-position: left top;
	    background-image: url(../img/groupsite.png);
	}
}

#container {
	width: 100%;
	height: 300px;
	background: #FFBBBB;
}
