* {
	margin: 0;
	padding: 0;
}

html,
body {
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
	color: #666;
}

body {
	position: relative;
	background: #fff;
	font-size: 14px;
	margin: auto;
	font-family: "微软雅黑";
	overflow-x: hidden;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

i,
em {
	font-style: normal;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	border: none;
}

/*body{ -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none;  -khtml-user-select:none; user-select:none;}
html{-webkit-user-select:none;  -moz-user-select:none;  -ms-user-select:none;  user-select:none; -khtml-user-select:none;  }*/




/* fonts特殊字体 */
@font-face {
	font-family: 'dincond-regular-webfont';
	src: url('../fonts/dincond-regular-webfont.eot');
	src: url('../fonts/dincond-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/dincond-regular-webfont.woff2') format('woff2'),
		url('../fonts/dincond-regular-webfont.woff') format('woff'),
		url('../fonts/dincond-regular-webfont.ttf') format('truetype'),
		url('../fonts/dincond-regular-webfont.svg#dincond-regular-webfont') format('svg');
}

@font-face {
	font-family: 'dincond-medium-webfont';
	src: url('../fonts/dincond-medium-webfont.eot');
	src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/dincond-medium-webfont.woff2') format('woff2'),
		url('../fonts/dincond-medium-webfont.woff') format('woff'),
		url('../fonts/dincond-medium-webfont.ttf') format('truetype'),
		url('../fonts/dincond-medium-webfont.svg#dincond-medium-webfont') format('svg');
}

@font-face {
	font-family: 'dincond-black-webfont';
	src: url('../fonts/dincond-black-webfont.eot');
	src: url('../fonts/dincond-black-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/dincond-black-webfont.woff2') format('woff2'),
		url('../fonts/dincond-black-webfont.woff') format('woff'),
		url('../fonts/dincond-black-webfont.ttf') format('truetype'),
		url('../fonts/dincond-black-webfont.svg#dincond-black-webfont') format('svg');
}

@font-face {
	font-family: 'dincond-bold-webfont';
	src: url('../fonts/dincond-bold-webfont.eot');
	src: url('../fonts/dincond-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/dincond-bold-webfont.woff2') format('woff2'),
		url('../fonts/dincond-bold-webfont.woff') format('woff'),
		url('../fonts/dincond-bold-webfont.ttf') format('truetype'),
		url('../fonts/dincond-bold-webfont.svg#dincond-bold-webfont') format('svg');
}




.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

a,
button,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	background: none;
	outline: none;
}

img {
	vertical-align: middle;
	max-width: 100%;
	border: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	blr: expression(this.onFocus=this.blur());
}

.wrapper {
	width: 1200px;
	margin: auto;
}

.borderbt {
	border-bottom: 1px solid rgba(0, 0, 0, .11);
}

.martp30px {
	margin: 50px 0;
}






/******header*********/
.bgwhite {
	background: #fff;
}

.top {
	height: 80px;
}

.top .logo {
	display: block;
	width: 175px;
	height: 80px;
	overflow: hidden;
	margin-right: 22px;
}

.top .menu {}

.top .menu ul {}

.top .menu ul li {
	position: relative;
	z-index: 2;
	float: left;
	width: 95px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	margin-left: 6px;
}

.top .menu ul li img {
	width: 16px;
	height: 16px;
	margin-top: -3px;
	margin-right: 4px;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.top .menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #666666;
	height: 100%;
	box-sizing: border-box;
}

.top .menu ul li dl {
	display: none;
	position: absolute;
	top: 80px;
	width: 180%;
	margin-left: -40%;
	text-align: center;
	background: #fff;
	padding: 5px 0;
}

.top .menu ul li dl dt a {
	display: block;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.top .menu ul li.active,
.top .menu ul li:hover {
	background: url(../images/menubg.png) no-repeat center bottom;
}

.top .menu ul li.active img,
.top .menu ul li:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
}

.top .menu ul li.active>a,
.top .menu ul li:hover>a {
	color: #ea5432;
}

.top .menu ul li:hover dl {
	display: block;
}

.top .menu ul li dl dt a:hover {
	color: #ea5432;
}


.scarch {
	width: 270px;
	height: 80px;
}

.scarch .left {
	width: 118px;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	font-family: arial;
	color: #c7c7c7;
	text-align: center;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	cursor: pointer;
	position: relative;
}

.scarch .left .searchbox {
	width: 240px;
	height: 40px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 80px;
	z-index: 1000;
	box-sizing: border-box;
	padding: 5px;
	display: none;
	border: 1px solid #eee;
}

.txt_search {
	float: left;
	width: 145px;
	height: 30px;
	height: 30px;
	border: none;
}

.btnsearch {
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/scarch.png)no-repeat center;
	border: none;
	font-size: 0;
	cursor: pointer;
}

.scarch .left img {
	width: 25px;
	margin-right: 2px;
}

.scarch .right {
	position: relative;
	z-index: 2;
	width: 70px;
	height: 80px;
	text-align: right;
	box-sizing: border-box;
	padding-right: 16px;
	background: url(../images/scabg.png) no-repeat right center;
	box-sizing: border-box;
}

.scarch .right span {
	display: block;
	line-height: 80px;
	cursor: pointer;
}

.scarch .right ul {
	display: none;
	position: absolute;
	width: 140px;
	text-align: left;
	left: 0;
	top: 80px;
	background: #fff;
	padding: 5px 0;
}

.scarch .right ul li {
	padding: 0 5px;
	line-height: 38px;
}

.scarch .right:hover {
	border-bottom: 3px solid #EA5432;
}

.scarch .right:hover ul {
	display: block;
}

.scarch .right:hover ul li a:hover {
	color: #EA5432;
}




/* banner*/
.banner {
	position: relative;
}

.banner,
.banner .flexslider,
.banner .slides li {
	width: 100%;
}

.banner .slides li a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner .flexslider {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.banner .slides {
	position: relative;
	z-index: 1;
}

.nbanner {
	width: 100%;
	overflow: hidden;
}

/* 圆点切换 */
.banner .flex-control-nav {
	position: absolute;
	bottom: 28px;
	z-index: 11111;
	padding-left: 0;
	width: 1200px;
	left: 0;
	right: 0;
	height: 16px;
	line-height: 16px;
	margin: 0 auto;
	text-align: center;
}

.banner .flex-control-nav li {
	width: 16px;
	height: 16px;
	margin: 0 18px;
	display: inline;
	zoom: 1;
	text-align: center;
	overflow: hidden;
}

.banner .flex-control-nav a {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 80px;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	overflow: hidden;
	background: url(../images/ban_iconbg.png) no-repeat center;
	border-radius: 50%;
}

.banner .flex-control-nav .flex-active {
	background-image: url(../images/ban_iconbg1.png);
}

/* 左右按钮切换 */
.banner .flex-direction-nav a {
	width: 34px;
	height: 61px;
	line-height: 99em;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transition: all .3s ease;
	outline: none;
	margin-top: -16px;
	z-index: 99;
}

.banner .flex-direction-nav .flex-next {
	width: 34px;
	height: 61px;
	background: url(../images/ban_right.png) no-repeat center;
	right: 10%;
	opacity: 0;
	transition: 0.5s;
}

.banner .flex-direction-nav .flex-prev {
	width: 34px;
	height: 61px;
	background: url(../images/ban_rigle.png) no-repeat center;
	left: 10%;
	opacity: 0;
	transition: 0.5s;
}

.banner:hover .flex-direction-nav .flex-next {
	right: 16%;
	opacity: 1;
}

.banner:hover .flex-direction-nav .flex-prev {
	left: 16%;
	opacity: 1
}

.banner .flex-direction-nav .flex-next:hover {
	background: url(../images/ban_right1.png) no-repeat center;
	right: 16%;
	opacity: 1;
}

.banner .flex-direction-nav .flex-prev:hover {
	background: url(../images/ban_rigle1.png) no-repeat center;
	left: 16%;
	opacity: 1
}




/*  index  title */
.ind_title {
	height: 30px;
	border-left: 4px solid #EA5432;
	padding-left: 10px;
	letter-spacing: 2px;
}

.ind_title span {
	display: inline-block;
	font-size: 30px;
	color: #5c5c5c;
	line-height: 26px;
	letter-spacing: 3px;
}

.ind_title span i {
	display: inline-block;
	font-weight: bold;
	color: #333;
}

.ind_title em {
	display: none;
	text-transform: uppercase;
	font-family: arial;
	color: #d3d3d3;
	margin-left: 5px;
}

.ind_title .more {
	margin-top: 11px;
}


/*  天兆优势   */
.adva {
	margin-top: 75px;
	margin-bottom: 50px;
}

.adva .adva_ul {
	margin-top: 75px;
}

.adva .adva_ul ul li {
	float: left;
	width: 300px;
	height: 215px;
	background: #f6f6f6;
	text-align: center;
	margin: 0 50px;
	padding: 22px;
	box-sizing: border-box;
	margin-bottom: 20px;
	transition: 0.5s;
}

.adva .adva_ul ul li a {
	display: block;
}

.adva .adva_ul ul li div {
	width: 100px;
	height: 100px;
	margin: auto;
	transition: 0.5s;
}

.adva .adva_ul ul li dl dt {
	font-size: 20px;
	color: #333333;
	margin: 5px 0 10px;
	transition: 0.5s;
}

.adva .adva_ul ul li dl dd {
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	transition: 0.5s;
}

.adva .adva_ul ul li.s1 div {
	background: url(../images/adv_icon1.png) no-repeat center;
}

.adva .adva_ul ul li.s2 div {
	background: url(../images/adv_icon2.png) no-repeat center;
}

.adva .adva_ul ul li.s3 div {
	background: url(../images/adv_icon3.png) no-repeat center;
}

.adva .adva_ul ul li.s4 div {
	background: url(../images/adv_icon4.png) no-repeat center;
}

.adva .adva_ul ul li.s5 div {
	background: url(../images/adv_icon5.png) no-repeat center;
}

.adva .adva_ul ul li.s6 div {
	background: url(../images/adv_icon6.png) no-repeat center;
}

.adva .adva_ul ul li.s1:hover {
	background: #EA5432;
}

.adva .adva_ul ul li.s2:hover {
	background: #452a25;
}

.adva .adva_ul ul li.s3:hover {
	background: #f39700;
}

.adva .adva_ul ul li.s4:hover {
	background: #f39700;
}

.adva .adva_ul ul li.s5:hover {
	background: #EA5432;
}

.adva .adva_ul ul li.s6:hover {
	background: #452a25;
}

.adva .adva_ul ul li.s1:hover div {
	background: url(../images/adv_icon01.png) no-repeat center;
}

.adva .adva_ul ul li.s2:hover div {
	background: url(../images/adv_icon02.png) no-repeat center;
}

.adva .adva_ul ul li.s3:hover div {
	background: url(../images/adv_icon03.png) no-repeat center;
}

.adva .adva_ul ul li.s4:hover div {
	background: url(../images/adv_icon04.png) no-repeat center;
}

.adva .adva_ul ul li.s5:hover div {
	background: url(../images/adv_icon05.png) no-repeat center;
}

.adva .adva_ul ul li.s6:hover div {
	background: url(../images/adv_icon06.png) no-repeat center;
}

.adva .adva_ul ul li:hover dl dt,
.adva .adva_ul ul li:hover dl dd {
	color: #fff;
}



/* 品牌产品  */
.bra {
	background: url(../images/barbg.jpg) no-repeat left top;
	height: 550px;
	padding-top: 75px;
}

.bra .wrapper {
	position: relative;
}

.bra .ind_title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.bra_list .left {
	width: 420px;
	overflow: hidden;
	margin-top: 85px;
}

.bra_list .left ul {
	width: 450px;
}

.bra_list .left ul li {
	float: left;
	width: 112px;
	text-align: center;
	margin-right: 32px;
}

.bra_list .left ul li a {
	display: block;
}

.bra_list .left ul li div {
	width: 112px;
	height: 112px;
	text-align: center;
	border-radius: 50%;
	border: 5px solid transparent;
	box-sizing: border-box;
	overflow: hidden;
}

.bra_list .left ul li div span {
	display: block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
}

.bra_list .left ul li div img {}

.bra_list .left ul li p {
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	line-height: 50px;
	text-overflow: ellipsis;
}

.bra_list .left ul li.active div {
	border-color: #ff9435;
}

.bra_list .left ul li.active div span {
	border: 1px solid #ff9435;
}

.bra_list .left ul li.active p {
	color: #ff9435;
	padding-bottom: 8px;
	background: url(../images/brapbg.png) no-repeat center bottom;
}

.bra_list .left .tobok {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	padding: 0 25px 0 16px;
	box-sizing: border-box;
	margin-top: 8px;
}



.bra_list .right {
	width: 720px;
	height: 454px;
	overflow: hidden;
}

.bra_list .right ul {
	display: none;
}

.bra_list .right ul li {
	position: relative;
	z-index: 1;
	float: left;
	width: 240px;
	height: 360px;
	overflow: hidden;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	transition: all .2s linear;
}

.bra_list .right ul li.s2 {
	margin-top: 94px;
}

.bra_list .right ul li.s3 {
	margin-top: 59px;
}

.bra_list .right ul li:hover {
	z-index: 2 -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}


/* 四大平台  */
.four {
	background: url(../images/fourbg.jpg) no-repeat center top;
	/*max-height: 1030px; padding-top: 25px;*/
	padding-bottom: 50px;
}

.four .ind_title {
	display: none;
}

.four_foter .ind_title {
	display: block;
}

.four_top {
	margin-top: 10px;
	display: none;
}

.four_top ul {
	width: 1270px;
}

.four_top ul li {
	position: relative;
	z-index: 1;
	float: left;
	width: 246px;
	overflow: hidden;
	text-align: center;
	margin-right: 70px;
	transition: all .2s linear;
}

.four_top ul li div {
	border: 8px solid transparent;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 30px auto 20px;
	transition: 0.5s;
}

.four_top ul li em {
	display: block;
	width: 18px;
	height: 18px;
	margin: 20px auto;
	background: url(../images/fourem.png) no-repeat center;
	transition: 0.5s;
}

.four_top ul li .dt {
	display: block;
	font-size: 20px;
	color: #222;
	font-weight: bold;
	margin-bottom: 10px;
}

.four_top ul li .dd {
	display: block;
	color: #888;
	line-height: 20px;
}

.four_top ul li:hover {
	z-index: 2;
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}

.four_top ul li:hover div {
	border-color: #ebebeb;
}

.four_top ul li:hover em {
	background-image: url(../images/fourem1.png);
}




.four_foter {
	/* margin-top: 105px;*/
}

.four_foter ul {
	margin-top: 35px;
}

.four_foter ul li {
	position: relative;
	float: left;
	width: 170px;
	/**height: 540px;**/
	height: 400px;
	overflow: hidden;
	transition: 0.2s;
}

.four_foter ul li img {
	max-width: none;
	height: 100%;
}

.four_foter ul li dl {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	padding: 25px 20px;
	transition: 0.2s;
}

.four_foter ul li dl dt {
	float: right;
	width: 30px;
	font-size: 24px;
	color: #fff;
	line-height: 28px;
}

.four_foter ul li dl dd {
	display: none;
	float: right;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	line-height: 16px;
}

.four_foter ul li dl dd p {
	float: right;
	width: 22px;
	height: 100%;
}

.four_foter ul li.active {
	width: 1030px;
}

.four_foter ul li.active dl {
	background: rgba(234, 84, 50, .8);
}

/*.four_foter ul li.active dl dd{ display: block;}*/



/* 首页新闻列表  */
.ind_new {
	background: #ededed;
	padding: 30px 0 40px;
}

.ind_newlist {
	margin-top: 30px;
	width: 1260px;
}

.ind_newlist .newleft {
	float: left;
	background: #fff;
	padding: 10px 20px 0;
	width: 360px;
	box-sizing: border-box;
	margin-right: 60px;
}

.ind_newlist .new_top {
	text-align: center;
	padding: 10px 0 15px;
}

.ind_newlist .new_top span {
	display: block;
	height: 50px;
	width: 50px;
	margin: auto;
}

.ind_newlist .new_top span i {
	display: block;
	transition: 0.5s;
}

.ind_newlist .new_top span em {
	display: none;
	transition: 0.5s;
}

.ind_newlist .new_top p {
	color: #333333;
	font-size: 18px;
}

.ind_newlist dl dt {
	height: 227px;
	margin-bottom: 12px;
}

.ind_newlist dl dt img {
	width: 100%;
	height: 100%;
}

.ind_newlist dl dd .tit {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	color: #333;
}

.ind_newlist dl dd .titind {
	display: block;
	line-height: 24px;
	color: #999;
	margin-top: 5px;
}

.ind_newlist ul {
	border-top: 1px solid #dadada;
	margin-top: 10px;
}

.ind_newlist ul li {
	line-height: 50px;
	padding-left: 17px;
	box-sizing: border-box;
	background: url(../images/ind_newmore.png) no-repeat center left;
	border-bottom: 1px dashed #d5d5d5;
	transition: 0.5s;
}

.ind_newlist ul li:last-child {
	border: none;
}

.ind_newlist ul li span {
	color: #888;
	width: 80%;
	transition: 0.5s;
}

.ind_newlist ul li i {
	color: #999;
	width: 20%;
	text-align: right;
	transition: 0.5s;
}

.ind_newlist .newleft:hover .new_top span i {
	display: none;
}

.ind_newlist .newleft:hover .new_top span em {
	display: block;
}

.ind_newlist .newleft:hover .new_top p {
	color: #ea5432;
}

.ind_newlist .newleft dl:hover dd .tit {
	color: #EA5432;
}

.ind_newlist .newleft ul li:hover {
	border-color: #EA5432;
}

.ind_newlist .newleft ul li:hover span,
.ind_newlist .newleft ul li:hover i {
	color: #EA5432;
}



/*  精彩推荐     */
.endtion {
	padding: 110px 0 100px;
}

.endtion ul {
	width: 1255px;
}

.endtion ul li {
	float: left;
	width: 260px;
	margin-right: 53px;
	margin-top: 33px;
}

.endtion ul li div {
	position: relative;
	height: 180px;
	line-height: 180px;
	overflow: hidden;
}

.endtion ul li div img {
	transition: 0.5s;
}

.endtion ul li div i {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	;
	margin: auto;
	border: 1px solid #fff;
	opacity: 0;
	transition: 0.5s;
}

.endtion ul li p {
	padding: 0 10px;
	color: #888888;
	transition: 0.5s;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
}

.endtion ul li:hover div i {
	opacity: 1;
	width: 240px;
	height: 160px;
}

.endtion ul li:hover p {
	color: #EA5432;
}

.endtion ul li:hover div img {
	transform: scale(1.15);
}


/* footer */
.footer {
	padding: 55px 0 35px;
	background: #1c1c1c;
}

.fotTop .left {
	width: 860px;
	overflow: hidden;
}

.fotTop .left ul {
	width: 930px;
}

.fotTop .left ul li {
	float: left;
	margin-right: 65px;
}

.fotTop .left ul li:last-child {
	margin-right: 0;
}

.fotTop .left ul li a {
	display: block;
	transition: 0.5s;
}

.fotTop .left ul li>a {
	font-size: 16px;
	color: #fff;
	padding-left: 18px;
	background: url(../images/footer.png) no-repeat left center;
	margin-bottom: 18px;
}

.fotTop .left ul li dl dt a {
	padding-left: 16px;
	color: #7e7e7e;
	line-height: 40px;
}

.fotTop .left ul li dl dt a:hover {
	color: #EA5432;
}

.fotTop .right {
	width: 260px;
}

.fotTop .right .rightTop {
	padding-left: 70px;
	height: 50px;
	background: url(../images/fot_phone.png) no-repeat left center;
	font-size: 40px;
	color: #fff;
	font-family: 'dincond-medium-webfont';
}

.fotTop .right .rightTop i {
	display: block;
	height: 34px;
	line-height: 34px;
	letter-spacing: 1px;
}

.fotTop .right .rightTop em {
	font-size: 14px;
	color: #ea5432;
	display: block;
	letter-spacing: 10px;
}

.fotTop .right ul {
	width: 300px;
	margin-top: 28px;
}

.fotTop .right ul li {
	float: left;
	margin-right: 29px;
	width: 114px;
	text-align: center;
}

.fotTop .right ul li img {
	height: 114px;
}

.fotTop .right ul li p {
	color: #fff;
	margin-top: 5px;
}

.footFot {
	background: #1c1c1c;
	border-top: 1px solid #383838;
}

.fotLogo {
	margin-right: 23px;
}

.bq {
	line-height: 20px;
	font-size: 12px;
	color: #5a5a5a;
	padding-top: 18px;
}

.bq p {
	font-size: 12px;
}

.bq a {
	font-size: 12px;
	color: #5a5a5a;
}

#share {}

#share a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin: 20px 8px 0;
	padding: 0;
	background-size: auto 100%;
	transition: 0.7s;
}

#share .bds_tsina {
	background: #393939 url(../images/share_wb.png) no-repeat center;
}

#share .bds_weixin {
	background: #393939 url(../images/share_wx.png) no-repeat center;
}

#share .bds_qzone {
	background: #393939 url(../images/share_qq.png) no-repeat center;
}

#share a:hover {
	background-color: #EA5432;
}




/* 内页   title */
.nTitle {
	height: 70px;
	background: #f5f5f5;
	overflow: hidden;
}

.nTitle .left {
	background: url(../images/sub_nav.png) no-repeat left center;
	padding-left: 23px;
}

.nTitle .left a {
	display: inline-block;
	font-size: 16px;
	color: #999999;
	line-height: 70px;
}

.nTitle .right {
	text-align: right;
}

.nTitle .right ul {
	display: inline-block;
}

.nTitle .right ul li {
	float: left;
	margin-left: 70px;
	height: 70px;
	line-height: 70px;
}

.nTitle .right ul li a {
	color: #999999;
	font-size: 16px;
}

.nTitle .right ul li.active {
	background: url(../images/menusub.png) no-repeat center bottom;
}

.nTitle .right ul li.active a {
	color: #EA5432;
}


/*  公司简介    */
.nabTop {
	padding: 60px 0;
	line-height: 24px;
	color: #888;
	text-align: justify;
}

.nabTop dl {
	float: left;
	width: 395px;
	margin-right: 20px;
}

.nabTop dl dt {
	font-size: 40px;
	color: #333333;
	margin-bottom: 35px;
	line-height: 1;
}

.nabTop dl dt p {
	line-height: 40px;
}

.nabTop dl dt em {
	display: block;
	width: 93px;
	height: 1px;
	background: #d4d4d4;
	margin-top: 38px;
}

.nabTop dl dd img {
	margin-top: 18px;
}

/*   mid    */
.nabMid {
	background: url(../images/zny1_wenh.jpg) no-repeat center top;
	height: 600px;
	margin-bottom: 100px;
}

.nabMid .wrapper {
	position: relative;
	height: 100%;
}

.midTie {
	position: absolute;
	right: 0;
	top: 312px;
	font-size: 26px;
	color: #fff;
	line-height: 40px;
	letter-spacing: 5px;
}

.midLi ul li {
	position: absolute;
	width: 300px;
	height: 200px;
	background: #fff;
	padding: 24px;
	box-sizing: border-box;
	text-align: right;
}

.midLi ul li img {
	width: 42px;
	height: 42px;
	margin-top: 15px;
}

.midLi ul li dl dt {
	font-size: 24px;
	margin: 12px 0;
}

.midLi ul li dl dd {
	line-height: 20px;
	color: #888;
}

.midLi ul li.li1 {
	right: 0;
	top: 0;
}

.midLi ul li.li2 {
	right: 300px;
	top: 200px;
}

.midLi ul li.li3 {
	right: 0;
	bottom: 0;
}

.midLi ul li.li4 {
	right: 600px;
	bottom: 0;
}

.midLi ul li.li1 dl dt {
	color: #ea5532;
}

.midLi ul li.li2 dl dt {
	color: #f39700;
}

.midLi ul li.li3 dl dt {
	color: #f3a694;
}

.midLi ul li.li4 dl dt {
	color: #452a25;
}

/*  fot   */
.nabFot {
	background: url(../images/zny1_fzlc.jpg) no-repeat center top;
	height: 651px;
	padding-top: 65px;
	box-sizing: border-box;
}

.dldl dt {
	font-size: 40px;
	color: #333333;
	letter-spacing: 5px;
}

.dldl.white dt {
	color: #fff;
}

.dldl dt em {
	display: block;
	width: 93px;
	height: 1px;
	background: #d4d4d4;
	margin-top: 40px;
}

.dldl.white dt em {
	background: #fff;
}

.nabFot .wrapper {
	position: relative;
	height: 100%;
}

.nabFot .nabFzlc ul li {
	position: absolute;
	width: 155px;
}

.nabFot .nabFzlc ul li dt {
	font-size: 14px;
	color: #888;
	letter-spacing: 0;
	line-height: 24px;
}

.nabFot .nabFzlc ul li dt p {
	background: url(../images/zny1_dian.png) no-repeat left top 9px;
	padding-left: 10px;
}

.nabFot .nabFzlc ul li dd {
	padding-left: 10px;
	position: relative;
	font-family: arial;
	color: #333;
	font-size: 26px;
	font-weight: bold;
	margin-top: 3px;
}

.nabFot .nabFzlc ul li dd em {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #EA5432;
	background: #fff;
}

.nabFot .nabFzlc ul li.li1 {
	left: 28px;
	top: auto;
	bottom: 275px;
}

.nabFot .nabFzlc ul li.li1 dd em {
	margin-top: 15px;
}

.nabFot .nabFzlc ul li.li2 {
	left: 182px;
	top: 255px;
}

.nabFot .nabFzlc ul li.li2 dd em {
	margin-bottom: 10px;
}

.nabFot .nabFzlc ul li.li3 {
	left: 330px;
	top: auto;
	bottom: 295px;
}

.nabFot .nabFzlc ul li.li3 dd em {
	margin-top: 21px;
}

.nabFot .nabFzlc ul li.li4 {
	left: 450px;
	top: 293px;
}

.nabFot .nabFzlc ul li.li4 dd em {
	margin-bottom: 25px;
}

.nabFot .nabFzlc ul li.li5 {
	left: 560px;
	top: 235px;
	width: 182px;
}

.nabFot .nabFzlc ul li.li5 dd em {
	margin-top: 16px;
}

.nabFot .nabFzlc ul li.li6 {
	left: 816px;
	top: 202px;
	width: 175px;
}

.nabFot .nabFzlc ul li.li6 dd em {
	margin-bottom: 17px;
}

.nabFot .nabFzlc ul li.li7 {
	left: 935px;
	top: 60px;
	width: 182px;
}

.nabFot .nabFzlc ul li.li7 dd em {
	margin-top: 28px;
}

.nabFot .nabFzlc ul li.li8 {
	right: -100px;
	top: 82px;
}

.nabFot .nabFzlc ul li.li8 dd em {
	margin-bottom: 24px;
}





.nabFot .nabFzlc ul li.li9 {
	right: 110px;
	top: 57px;
	width: 150px;
}

.nabFot .nabFzlc ul li.li9 dd em {
	margin-top: 5px;
}

.nabFot .nabFzlc ul li.li10 {
	right: 30px;
	top: 153px;
	width: 250px;
}

.nabFot .nabFzlc ul li.li10 dd em {
	margin-bottom: 5px;
}

.nabFot .nabFzlc ul li.li11 {
	right: 20px;
	top: 0;
	width: 150px;
}

.nabFot .nabFzlc ul li.li11 dd em {
	margin-top: 5px;
}


.nabFzlc ul li:nth-child(even) dl,
.nabFzlc ul li:nth-child(even) dd {
	display: flex;
	flex-direction: column-reverse;
	padding-left: 0;
}




/*  1-2 企业文化     */
.whTop {
	position: relative;
	padding: 117px 0 106px;
}

.whTop .whBgimg {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 62px;
}

.whTop .left {
	position: relative;
	background: #d5d5d5;
	width: 720px;
	height: 440px;
	padding: 45px 145px 45px 45px;
	box-sizing: border-box;
}

.whTop .left:before {
	content: '';
	position: absolute;
	right: 0;
	top: 106px;
	width: 120px;
	height: 4px;
	background: #fff;
}

.whTop dl dt em {
	background: #b1b1b1;
	margin-top: 35px;
}

.whTop .whLi {
	margin-top: 43px;
}

.whTop .whLi span {
	width: 60px;
	height: 55px;
	font-size: 20px;
	color: #ea5432;
	line-height: 26px;
	padding: 10px;
	border: 1px solid #EA5432;
	margin-right: 31px;
	margin-top: 5px;
}

.whTop .whLi ul li {
	padding-left: 24px;
	background: url(../images/ind_newmore.png) no-repeat center left;
	font-size: 18px;
	color: #666;
	line-height: 32px;
}

.whTop .right {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 106px;
	background: #ebebeb;
	width: 600px;
	height: 330px;
	padding: 60px 50px;
	box-sizing: border-box;
	border-left: #fff 4px solid;
}

.whTop .right .whLi {
	margin: 0;
}

/*  又是一个企业文化      */
.nabMid.whMid {
	background: url(../images/zny2_wenh.jpg) no-repeat center top;
	height: 600px;
	margin-bottom: 101px;
}

/*  一个小目标 目标  121e    */
.whMb {
	background: url(../images/zny2_mbbg.jpg) no-repeat center top;
	height: 566px;
}

.whMb .right {
	width: 500px;
	margin-top: 53px;
}

.whMb .right .tobok dl {
	margin-top: 40px;
}

.whMb .right .tobok dl dt {
	font-size: 22px;
	color: #ea5432;
	font-weight: bold;
	margin-bottom: 5px;
}

.whMb .right .tobok dl dd {
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
}




/*  1-3 发展历程    */
.fzlcList {
	margin: 76px 0;
}


.zzryimg {
	position: relative;
	height: 362px;
	overflow: hidden;
	background: #f6f6f6;
}

.imggg {
	position: absolute;
	z-index: 1111;
	left: 0;
	top: 0;
	height: 362px;
	width: 440px;
	overflow: hidden;
}

.zzryimg .swiper-container {}

.zzryimg ul {
	height: 362px;
}

.zzryimg ul li {
	float: left;
	height: 362px;
	width: 1200px;
	overflow: hidden;
	background: url(../images/bolang.png) no-repeat left 40px bottom 50px;
}

.zzryimg ul li>span {
	width: 440px;
	height: 362px;
	background: url(../images/zfzlcbig.jpg) no-repeat center;
}

.zzryimg ul li .fr {
	width: 760px;
	height: 100%;
	background: #f6f6f6;
	box-sizing: border-box;
	padding-left: 55px;
}

.zzryimg ul li .fr dl {
	margin-top: 75px;
}

.zzryimg ul li .fr dl dt {
	font-size: 60px;
	color: #444;
	font-family: 'dincond-bold-webfont';
	letter-spacing: 3px;
}

.zzryimg ul li .fr dl dd {
	line-height: 30px;
	color: #888;
	font-size: 20px;
	margin-top: 20px;
}

.zzryimg ul li .fr em {
	width: 30px;
	height: 1px;
	background: #EA5432;
	display: block;
	margin-top: 50px;
}

.temtop {
	position: relative;
	z-index: 1;
	height: 100px;
	margin: 30px auto;
	text-align: center;
	padding: 10px 100px;
	overflow: hidden;
}

.temtop:before {
	content: '';
	position: absolute;
	z-index: -1;
	right: 0;
	top: 69px;
	border-bottom: 1px dashed #d9d9d9;
	width: 100%;
	height: 1px;
}

.temtop .swiper-container {
	overflow: initial;
}

.temtop .prev,
.temtop .next {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	margin-top: -30px;
	cursor: pointer;
	opacity: 1 !important;
	outline: none;
}

.temtop .next {
	left: 0px;
	background: url(../images/zzleft1.jpg) no-repeat center;
}

.temtop .prev {
	left: auto;
	right: 0px;
	background: url(../images/zzleht.jpg) no-repeat center;
}

.temtop .next:hover {
	background-image: url(../images/zzleft01.jpg);
}

.temtop .prev:hover {
	background-image: url(../images/zzleht01.jpg);
}

.temtop .ovov {
	display: inline-block;
	width: 1010px;
	margin: auto;
	overflow: hidden;
	padding-top: 20px;
	box-sizing: border-box;
}

/*.temtop ul {  }*/
.temtop ul li {
	float: left;
	width: 167px;
	height: 70px;
	cursor: pointer;
	font-size: 20px;
	color: #666;
	font-family: 'dincond-regular-webfont';
}

.temtop ul li p {
	position: absolute;
	top: -3px;
	text-align: center;
	width: 100%;
}

.temtop ul li em {
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	width: 22px;
	height: 22px;
	background: url(../images/zzlebg.png) no-repeat center;
	margin: auto;
}

.temtop ul li.swiper-slide-thumb-active p {
	color: #ea5432;
	font-size: 30px;
	top: -10px;
}

.temtop ul li.swiper-slide-thumb-active em {
	background-image: url(../images/zzlebg1.png)
}









/*   2-1  种猪崽       */
/* 三级栏目  */
.rightsidebar {
	width: 180px;
	overflow: hidden;
	margin-top: 70px;
	background: #fbfbfb;
}

.rightsidebar dl {
	background: #eee;
	padding: 17px 26px 17px 0;
	text-align: right;
}

.rightsidebar dl dt {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 2px;
}

.rightsidebar dl dd {
	font-size: 12px;
	color: #ea5432;
	font-family: arial;
	text-transform: uppercase;
}

.rightsidebar ul {
	box-sizing: border-box;
	padding-bottom: 20px;
}

.rightsidebar ul li {
	padding: 0 26px 0 23px;
}

.rightsidebar ul li a {
	display: block;
	color: #888;
	font-size: 16px;
	line-height: 54px;
	height: 54px;
	box-sizing: border-box;
	border-bottom: 1px dashed #cfcfcf;
	text-align: right;
	background: url(../images/rislideLi.png) no-repeat center left 5px;
}

.rightsidebar ul li.active a,
.rightsidebar ul li:hover a {
	color: #ea5432;
	background-image: url(../images/rislideLi1.png);
	border-color: #ea5432;
}


.zhPig {
	margin: 70px 0 79px;
	width: 1000px;
}

.zhPig .left {
	width: 532px;
	border: 4px solid #fbfbfb;
}

.zhPig .zhPigban {
	position: relative;
	height: 292px;
}

.zhPig .zhPigban,
.zhPig .zhPigban .flexslider,
.zhPig .zhPigban .slides li {
	width: 100%;
}

.zhPig .zhPigban .slides li a {
	display: block;
	width: 100%;
	height: 100%;
}

.zhPig .zhPigban .flexslider {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.zhPig .zhPigban .slides {
	position: relative;
	z-index: 1;
}

/* 圆点切换 */
.zhPig .zhPigban .flex-control-nav {
	position: absolute;
	bottom: 8px;
	z-index: 11111;
	padding-left: 0;
	width: 100%;
	left: 0;
	right: 0;
	height: 16px;
	line-height: 16px;
	margin: 0 auto;
	text-align: center;
}

.zhPig .zhPigban .flex-control-nav li {
	width: 16px;
	height: 16px;
	margin: 0 4px;
	display: inline;
	zoom: 1;
	text-align: center;
	overflow: hidden;
}

.zhPig .zhPigban .flex-control-nav a {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 99em;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	overflow: hidden;
	background: url(../images/znypig2_ban.png) no-repeat center;
	border-radius: 50%;
}

.zhPig .zhPigban .flex-control-nav .flex-active {
	background-image: url(../images/znypig2_ban1.png);
}


.zhPig .zhPigbot {
	background: #fbfbfb;
	padding: 0 40px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.zhPig .zhPigbot .zhPigTit {
	padding: 22px 0 20px 36px;
	background: url(../images/znypig2_tit.png) no-repeat center left;
	font-size: 26px;
	color: #333;
	letter-spacing: 2px;
	border-bottom: 1px solid #e3e3e3;
}

.zhPig .zhPigbot ul {
	width: 550px;
	margin-top: 14px;
}

.zhPig .zhPigbot ul li {
	float: left;
	background: #fff;
	color: #888;
	text-align: center;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	width: 140px;
	margin-right: 20px;
}

.zhPigbot table td {
	background: #fff;
	border-radius: 4px;
	width: 30%;
	height: 30px;
}


.zhPig .right {
	width: 440px;
}

.zhPig .right dl {
	border: 1px solid #dddddd;
	width: 220px;
	box-sizing: border-box;
	text-align: center;
}

.zhPig .right dl.fl {
	border-right: 0;
}

.zhPig .right dl dt {
	font-size: 16px;
	color: #222;
	font-weight: bold;
	height: 72px;
	line-height: 72px;
	background: #eee;
	box-sizing: border-box;
}

.zhPig .right dl dd {
	font-size: 14px;
	color: #888;
	height: 56px;
	line-height: 56px;
	border-top: 1px solid #eee;
	box-sizing: border-box;
}



/*  2-3   更多品系    */
.morePig {
	height: 503px;
	background: url(../images/znypig4_Top.jpg) no-repeat center top;
}

.moreTOP {
	text-align: center;
	width: 700px;
	margin: 0 auto;
	padding-top: 80px;
}

.moreTOP dl dt {
	font-size: 40px;
	color: #ea5432;
	text-align: center;
}

.moreTOP dl dd {
	font-size: 40px;
	color: rgba(255, 255, 255, 0.3);
}

.moreTOP .tobok {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-top: 97px;
}

.pigLi {
	text-align: center;
	margin: 45px 0 30px;
}

.pigLi ul {
	display: inline-block;
}

.pigLi ul li {
	float: left;
	margin: 0 40px;
}

.pigLi ul li span {
	float: left;
	width: 185px;
	height: 170px;
}

.pigLi ul li dl {
	float: left;
	margin-top: 125px;
	text-align: left;
}

.pigLi ul li dl dt {
	font-size: 16px;
	color: #222;
	font-weight: bold;
}

.pigLi ul li dl dd {
	font-size: 16px;
	color: #d4d4d4;
	font-family: arial;
	font-weight: bold;
	display: none;
}


/*  2-4  种猪价格   */
.pigMoney {
	margin: 65px 0 83px;
}

.pigMoney .left {
	width: 900px;
	border-top: 1px solid #ededed;
}

.pigMoney .left .h5 {
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #666666;
	letter-spacing: 3px;
	font-weight: 100;
}

.pigMoney .left .h5 i {
	color: #ea5432;
}

.pigTtable {
	text-align: center;
}

.pigTtable dl dt span {
	float: left;
	width: 300px;
	letter-spacing: 4px;
	font-size: 20px;
	color: #666666;
	height: 92px;
	line-height: 92px;
	text-transform: uppercase;
}

.pigTtable dl dt .dt1 {
	background: #f9f9f9;
}

.pigTtable dl dt .dt2 {
	background: #eee;
}

.pigTtable dl dt .dt3 {
	background: #e4e4e4;
}

.pigTtable dl dd {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #888;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
	transition: 0.5s;
}

.pigTtable dl dd p {
	width: 300px;
	float: left;
}

.pigTtable dl dd:hover {
	background: #fff0ec;
}

.pigTtable .bz {
	color: #888;
	text-align: center;
	padding: 25px 0;
}

.pigTtable .bz i {
	display: inline-block;
	color: #EA5432;
	margin-right: 5px;
	vertical-align: middle;
}

.pigMoney .right {
	width: 270px;
}

.pigMoney .right ul li {
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	height: 160px;
	text-align: center;
	padding: 3px;
	transition: 0.5s;
}

.pigMoney .right ul li a {
	display: block;
	padding-top: 25px;
	padding-left: 38px;
}

.pigMoney .right ul li span {
	float: left;
	width: 114px;
	height: 108px;
}

/*.pigMoney .right ul li span img{ 
		
	}*/
.pigMoney .right ul li dl {
	float: left;
	text-align: left;
	margin-top: 69px;
	margin-left: 10px;
}

.pigMoney .right ul li dl dt {
	font-size: 16px;
	color: #222;
	font-weight: bold;
}

.pigMoney .right ul li dl dd {
	font-size: 16px;
	color: #d4d4d4;
	font-weight: bold;
	font-family: arial;
	display: none;
}

.pigMoney .right ul li.active,
.pigMoney .right ul li:hover {
	padding: 0;
	border: 4px solid #EA5432;
}

/*.pigMoney .right ul li.active span img,*/
/*.pigMoney .right ul li:hover span img{ 
		filter: grayscale(0);
	    -webkit-filter: grayscale(0);
	    -moz-filter: grayscale(0);
	    -ms-filter: grayscale(0);
	    -o-filter: grayscale(0);
	}*/


.pigChmid {
	height: 160px;
	padding-top: 10px;
	background: #e9e9e9;
	margin-bottom: 70px;
}

.pigChmid .dldl {
	float: left;
	margin-top: 40px;
}

.pigChmid ul {
	float: right;
}

.pigChmid ul li {
	position: relative;
	float: left;
	width: 240px;
	height: 160px;
	box-sizing: border-box;
	padding: 22px 10px 22px 25px;
	transition: 0.5s;
}

.pigChmid ul li:after {
	content: '';
	position: absolute;
	right: 0;
	top: 40px;
	width: 1px;
	height: 80px;
	background: #d7d7d7;
}

.pigChmid ul li:last-child:after {
	width: 0;
}

.pigChmid ul li dl {}

.pigChmid ul li dl dt {
	font-size: 24px;
	color: #ea5432;
	letter-spacing: 12px;
}

.pigChmid ul li dl dd {
	font-family: arial;
	text-transform: uppercase;
	color: #ccc;
	display: none;
}

.pigChmid ul li span {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
	height: 88px;
	overflow: hidden;
	transition: 0.5s;
}

.pigChmid ul li span i {
	display: block;
	transition: 0.5s;
}

.pigChmid ul li span em {
	display: block;
	opacity: 0;
	transition: 0.5s;
}

.pigChmid ul li.on {
	background: #fff;
}

.pigChmid ul li.on span i {
	opacity: 0;
	display: none;
}

.pigChmid ul li.on span em {
	opacity: 1;
	display: block;
}



.pigChfot .left {
	border: 4px solid #e9e9e9;
	width: 462px;
	height: 352px;
	overflow: hidden;
	text-align: center;
}

.pigChfot .right {
	width: 700px;
}

.pigChfot .right dl dt {
	font-size: 16px;
	color: #ea5432;
	background: url(../images/znyZc_fotbg.png) no-repeat left center;
	padding-left: 20px;
	margin-top: 28px;
	font-weight: bold;
}

.pigChfot .right dl dd {
	padding-left: 20px;
	line-height: 20px;
	color: #666;
	margin-top: 7px;
}


.pigChbot {
	background: url(../images/znyZc_botbg.jpg) no-repeat top center;
	height: 640px;
	margin-top: 60px;
}

.pigChbot .right {
	width: 530px;
	padding-top: 80px;
}

.pigChbot .right .dldl dt em {
	background: #535353;
	margin-bottom: 35px;
}

.pigChbot .right .dllist dt {}

.pigChbot .right .dllist dt i {
	display: inline-block;
	font-size: 30px;
	color: #ea5432;
	font-family: 'dincond-black-webfont';
}

.pigChbot .right .dllist dt em {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-left: 4px;
	font-weight: bold;
}

.pigChbot .right .dllist dd {
	padding-left: 42px;
	line-height: 20px;
	color: #9a9a9a;
	height: 40px;
	overflow: hidden;
}


.pigulLi {
	margin: 90px 0 96px;
}

.pigulLi .dldl {
	text-align: center;
}

.pigulLi .dldl em {
	margin: 38px auto 40px;
}

.pigulLi ul {
	width: 1220px;
}

.pigulLi ul li {
	position: relative;
	float: left;
	margin-top: 20px;
	width: 285px;
	height: 200px;
	text-align: right;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	text-align: right;
	margin-right: 20px;
	padding-top: 40px;
	transition: 0.5s;
}

.pigulLi ul li div {
	display: inline-block;
	width: 188px;
	height: 158px;
}

.pigulLi ul li p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	width: 100%;
	height: 30px;
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 30px;
	margin: auto;
	text-align: center;
	transition: 0.5s;
}

.pigulLi ul li:hover {
	background: #EA5432;
	border-color: #EA5432;
}

.pigulLi ul li:hover p {
	color: #fff;
}




/*  4-1 优势   */
.youShi {
	margin: 45px 0 70px;
}

.youShi .left {
	width: 980px;
}

.youShi .left .ysOne ul li {
	height: 160px;
	border: 1px solid #eaeaea;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	margin-bottom: 20px;
}

.youShi .left .ysOne ul li span {
	float: left;
	width: 120px;
	height: 60px;
	line-height: 60px;
	border-right: 1px solid #eaeaea;
	text-align: center;
	font-size: 60px;
	color: #ea5432;
	font-family: 'dincond-medium-webfont';
	letter-spacing: 2px;
	margin-right: 28px;
	padding-left: 8px;
	box-sizing: border-box;
	margin-top: 50px;
}

.youShi .left .ysOne ul li div {
	float: left;
	height: 100%;
	display: table;
	width: 80%;
}

.youShi .left .ysOne ul li div dl {
	display: table-cell;
	vertical-align: middle;
}

.youShi .left .ysOne ul li dl dt {
	font-size: 18px;
	color: #222;
	font-weight: bold;
}

.youShi .left .ysOne ul li dl dd {
	color: #888;
	line-height: 22px;
	margin-top: 10px;
}

.youShi .left .ysOne ul li dl dd b {
	color: #222;
}

.youShi .rightsidebar {
	margin-top: 0;
}

/*   4-2  */
.ysTop {
	padding: 40px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #EA5432;
	box-sizing: border-box;
}

.ysTop dt {
	font-size: 16px;
	color: #888;
}

.ysTop dd {
	font-size: 16px;
	color: #ea5432;
	font-weight: bold;
	margin-top: 5px;
}

.ysImg {
	margin-top: 57px;
}


.ysImg ul li {
	background: #fbfbfb;
	margin-bottom: 55px;
}

.ysImg ul li.li3 {
	background: none;
}

.ysImg ul li dl {
	width: 50%;
	box-sizing: border-box;
	padding: 50px 25px;
}

.ysImg ul li dl dt {
	font-size: 26px;
	color: #222222;
	height: 80px;
	box-sizing: border-box;
}

.ysImg ul li dl dt img {
	height: 80px;
	width: 110px;
}

.ysImg ul li dl dt span {
	display: inline-block;
	margin-left: -35px;
	width: 333px;
	height: 30px;
	line-height: 20px;
	vertical-align: bottom;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ysImg ul li dl dd {
	line-height: 26px;
	color: #888888;
	margin-top: 15px;
}

.ysImg ul li span {
	width: 50%;
	overflow: hidden;
}

.ysImg ul li img {
	width: 100%;
}


.ysImg .li4 dl {
	box-sizing: border-box;
	padding: 50px 25px;
	background: #fbfbfb;
}

.ysImg .li4 dl dt {
	font-size: 26px;
	color: #222222;
	height: 80px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.ysImg .li4 dl dt span {
	display: inline-block;
	margin-left: -35px;
	height: 30px;
	line-height: 20px;
	vertical-align: bottom;
}

.ysImg .li4 dl dd {
	line-height: 26px;
	color: #888888;
	margin-top: 15px;
	width: 800px;
}




/*  4-3  */
.chbLx {
	font-size: 16px;
	color: #888;
	line-height: 28px;
	text-align: justify;
}

/* 4-4 */
.ysFour .left {
	width: 755px;
}

.ysFour .right {
	width: 200px;
	/*margin-top: 12px;*/
}
.ysFour .right ul li:nth-child(1){
	margin-top: 0;
} 
.ysFour .right ul li {
	width: 198px;
	height: 118px;
	border: 1px solid #d6d6d6;
	display: table;
	margin-top: 25px;
}

.ysFour .right ul li a {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

.ysFour .right ul li i {
	display: inline-block;
	font-size: 45px;
	width: 60px;
	text-align: center;
	color: #ea5432;
	font-family: 'dincond-medium-webfont';
}

.ysFour .right ul li dl {
	display: inline-block;
	line-height: 20px;
	color: #888;
	text-align: left;
	width: 78px;
}

.tobb {
	line-height: 28px;
	color: #888;
	font-size: 16px;
	text-align: justify;
	margin-top: 30px;
}

.mt-number-animate {
	line-height: 56px;
	height: 50px;
	;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.mt-number-animate .mt-number-animate-dot {
	line-height: 56px;
	float: left;
	text-align: center;
}

.mt-number-animate .mt-number-animate-dom {
	text-align: center;
	float: left;
	position: relative;
	top: 0;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
	display: block;
	height: 50px;
	overflow: hidden;
}




/* s新猪场建设 。下面部分 top*/
.pigChTop {
	position: relative;
	margin: 60px 0;
	text-align: right;
}

.pigpos {
	position: absolute;
	top: 50px;
	text-align: left;
}

.pigpos .pLi {
	margin-top: 25px;
}

.pigpos .pLi li {
	color: #666;
	font-size: 16px;
	line-height: 44px;
}

.pigpos .pLi i {
	font-size: 26px;
	color: #EA5432;
	font-family: 'dincond-medium-webfont';
}

.zcjsli ul li {
	margin-top: 15px;
}

.zcjsli ul li span {
	display: block;
	font-size: 16px;
	color: #666;
	margin-bottom: 5px;
}

.zcjsli ul li>div {
	width: 600px;
	height: 35px;
	line-height: 34px;
}

.zcjsli ul li div em {
	display: inline-block;
	font-size: 20px;
	height: 34px;
	margin-left: 5px;
}

.zcjsli ul li div a {
	font-size: 20px;
	display: inline-block;
	height: 34px;
	vertical-align: top;
	margin-top: 2px;
}

.zcjsli ul li div span {
	font-size: 20px;
}

.zcjsli ul li div i {
	display: inline-block;
	height: 35px;
	border-radius: 30px;
	transition: width 1s linear 0s;
	animation: animate-positive 2s;
}

@-webkit-keyframes animate-positive {
	0% {
		width: 0%;
	}
}

@keyframes animate-positive {
	0% {
		width: 0%;
	}
}

.zcjsli ul li.li1 div i {
	width: 171px;
	background: url(../images/znyZc_bg1.jpg) repeat left center / cover;
}

.zcjsli ul li.li2 div i {
	width: 272px;
	background: url(../images/znyZc_bg2.jpg) repeat left center / cover;
}

.zcjsli ul li.li3 div i {
	width: 530px;
	background: url(../images/znyZc_bg3.jpg) repeat right center / cover;
}

.zcjsli ul li.li1 div span,
.zcjsli ul li.li1 div a {
	color: #f0851c;
}

.zcjsli ul li.li2 div span,
.zcjsli ul li.li2 div a {
	color: #008fd7;
}

.zcjsli ul li.li3 div span,
.zcjsli ul li.li2 div a {
	color: #008a45;
}


.zcjsli ul li .mt-number-animate {
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.zcjsli ul li .mt-number-animate .mt-number-animate-dot {
	line-height: 34px;
	float: left;
	text-align: center;
}

.zcjsli ul li .mt-number-animate .mt-number-animate-dom {
	text-align: center;
	float: left;
	position: relative;
	top: 0;
}

.zcjsli ul li .mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
	display: block;
	height: 34px;
	overflow: hidden;
}






/* 4-5 */
.ysFive {
	padding-top: 35px;
}

.ysFive .left {
	width: 580px;
}

.ysFive .right {
	width: 375px;
	line-height: 28px;
	color: #888;
	font-size: 16px;
	text-align: justify;
}

/*  4-6  */
.ysSix ul {
	width: 1020px;
}

.ysSix ul li {
	float: left;
	width: 300px;
	height: 197px;
	line-height: 197px;
	margin: 40px 40px 0 0;
}




/*  4-7 合作模式   */
.hezMs {
	height: 700px;
	background: url(../images/zny407_bg.jpg) no-repeat center top;
}

.hezMs ul li {
	position: relative;
	z-index: 1;
	float: left;
	width: 300px;
	height: 700px;
	box-sizing: border-box;
	padding: 251px 0 0;
	transition: 0.4s;
	overflow: hidden;
	border-left: 1px solid rgba(243, 151, 0, .2);
}

.hezMs ul li:last-of-type {
	border-right: 1px solid rgba(243, 151, 0, .2);
}

.hezMs ul li dl dt {
	width: 125px;
	height: 125px;
	margin: auto;
}

.hezMs ul li dl dd {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 30px 0 35px;
}

.hezMs ul li .Lnone {
	position: absolute;
	left: 0;
	right: 0;
	top: 328px;
	margin: auto;
	width: 455px;
	height: 270px;
	opacity: 0;
	text-align: center;
	transition: 0.8s;
}

.hezMs ul li .Lnone div {
	position: relative;
	line-height: 24px;
	color: #c1c1c1;
	height: 96px;
	overflow: hidden;
	padding-top: 27px;
}

.hezMs ul li .Lnone div:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 60px;
	height: 1px;
	background: #EA5432;
	margin: auto;
}

.hezMs ul li .Lnone span {
	display: inline-block;
	margin: 80px auto 0;
	border: 2px solid #fff;
	font-size: 20px;
	color: #fff;
}

.hezMs ul li .Lnone span i {
	display: inline-block;
	margin: 2px;
	background: rgba(255, 255, 255, .2);
	text-align: center;
	line-height: 52px;
	height: 52px;
	width: 180px;
}

.hezMs ul li.on {
	width: 600px;
	padding-top: 116px;
}

.hezMs ul li.on:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.hezMs ul li.on .Lnone {
	opacity: 1;
}





/*  4-8  项目案例    */
.xmAl {
	background: url(../images/zny403bg.jpg) no-repeat top center;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 20px;
}


.xmAl {
	position: relative;
}

.popo {
	position: relative;
	width: 900px;
	height: 645px;
	overflow: hidden;
}

.xmAl .left {
	position: absolute;
	left: 0;
	top: 0;
	width: 900px;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	transition: 0.5s;
}

.xmAl .left.active {
	opacity: 1;
}

.xmAl .left ul {}

.xmAl .left ul li {
	border: 6px solid #fff;
	box-sizing: border-box;
}

.xmAl .left ul li:first-child {}

.xmAl .left ul li p {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	width: 100%;
	text-align: center;
}

.xmAl .left ul li div {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.xmAl .left ul li div:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.xmAl .left ul li img {
	width: 100%;
	height: 100%;
}

.xmAl .left ul li.swiper-slide:not(.swiper-slide-active) {
	height: 200px;
}

.xmAl .left ul li.swiper-slide-active {
	display: block;
	width: 590px !important;
	height: 450px !important;
}

.xmAl .left ul li.swiper-slide-active p {
	display: block;
}

.xmAl .left ul li.swiper-slide-active div:after {
	width: 0;
	overflow: hidden;
}

.xmAl .left ul li.swiper-slide-next {}

.xmAl .left ul li.swiper-slide-prev {
	display: block;
}


.xmAl .left .swiper-button-prev {
	width: 26px;
	height: 49px;
	background-image: url(../images/lele.png);
	left: 325px;
}

.xmAl .left .swiper-button-next {
	width: 26px;
	height: 49px;
	background-image: url(../images/riri.png);
	right: 15px;
}







.added {
	position: absolute;
	left: 0;
	top: 230px;
	width: 280px;
}

.added dt {
	color: #EA5432;
	text-transform: uppercase;
	font-size: 30px;
	font-family: arial;
	font-weight: bold;
}

.added dd {
	color: #666;
	line-height: 24px;
	margin-top: 10px;
}

.added dd table {
	width: 100%;
	border: 1px solid #ddd;
	box-sizing: border-box;
	text-align: center;
}

.added dd table th {
	height: 38px;
}

.added dd table td {
	line-height: 24px;
	background: rgba(255, 255, 255, .6);
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.added dd table tr:last-child td {
	border: 0;
}




.xmAl .wrapper {
	overflow: initial;
}

.xmAl .Alright {
	width: 175px;
	margin-right: 45px;
	padding-top: 30px;
	height: 450px;
}

.Alright ul li {
	position: relative;
	color: #fff;
	height: 80px;
	margin-bottom: 35px;
	cursor: pointer;
}

.Alright ul li div {
	padding-top: 10px;
	line-height: 60px;
}

.Alright ul li dl dt {
	font-size: 20px;
	line-height: 44px;
}

.Alright ul li dl dd {
	font-size: 12px;
	color: rgba(255, 255, 255, .3);
	text-transform: uppercase;
	text-align: right;
	line-height: 0px;
}

.Alright ul li span {
	font-size: 20px;
	font-family: 'dincond-medium-webfont';
	line-height: 46px;
	margin-left: 10px;
}

.Alright ul li.active span {
	color: #EA5432;
	font-size: 60px;
	line-height: 60px;
}

.Alright ul li.active:before {
	content: '';
	position: absolute;
	left: -45px;
	top: 45%;
	width: 60px;
	height: 1px;
	background: #EA5432;
}

.Alright ul li.active:after {
	content: '';
	position: absolute;
	right: -410px;
	top: 45%;
	width: 400px;
	height: 1px;
	background: #EA5432;
}







/*  5-1  新闻  集团新闻 */
.gsdTai {
	margin: 65px 0;
}

.gsdTai ul {
	width: 1260px;
}

.gsdTai ul li {
	float: left;
	width: 570px;
	height: 130px;
	overflow: hidden;
	margin-right: 60px;
	margin-bottom: 40px;
}

.gsdTai ul li a {
	display: block;
}

.gsdTai ul li span {
	position: relative;
	width: 200px;
	height: 130px;
	line-height: 125px;
	border: 1px solid #dadada;
	background: url(../images/znyNew1_3.jpg) no-repeat center;
	box-sizing: border-box;
	transition: 0.5s;
	overflow: hidden;
}

.gsdTai ul li dl {
	float: right;
	width: 350px;
}

.gsdTai ul li dl dt div {
	color: #333;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	padding-top: 12px;
	border-top: 4px solid #dadada;
	transition: 0.5s;
}

.gsdTai ul li dl dt em {
	display: block;
	font-family: arial;
	color: #bcbcbc;
	height: 30px;
	line-height: 30px;
}

.gsdTai ul li dl dd {
	height: 36px;
	line-height: 18px;
	overflow: hidden;
	color: #999;
}

.gsdTai ul li:hover span {
	border-color: #ea5432;
}

.gsdTai ul li:hover span:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #EA5432;
	box-sizing: border-box;
}

.gsdTai ul li:hover dl dt div {
	border-color: #EA5432;
}

.m-page {
	text-align: center;
	margin: 40px 0 0;
}

.m-page a {
	display: inline-block;
	width: 75px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #dedede;
	font-size: 20px;
	color: #999;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 5px;
}

.m-page a.z-crt {
	background: #EA5432;
	border-color: #EA5432;
	color: #FFF;
}

.m-page a.pagenxt {
	background: url(../images/znyN_left.png) no-repeat center;
}

.m-page a.pageprv {
	background: url(../images/znyN_leht.png) no-repeat center;
}






/*  6-1  招聘*/
.rcList {
	margin-top: 37px;
	margin-bottom: 30px;
}

.rcList ul li {
	box-sizing: border-box;
	margin-top: -1px;
	padding-bottom: 5px;
}

.rcList .rcTop {
	padding: 20px 110px 15px 40px;
	box-sizing: border-box;
	transition: 0.5s;
	background: url(../images/zpList-right.png) no-repeat right 40px center;
	cursor: pointer;
	border: 1px solid #eee;
}

.rcList.aaa .rcTop {
	background: none;
	cursor: auto;
}

.rcList .left {
	width: 400px;
}

.rcList .left .txImg {
	position: relative;
	width: 126px;
	height: 126px;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	background: url(../images/zpListbg.jpg) no-repeat center;
	padding: 3px;
}

.rcList .left .txImg img {
	width: 100%;
	height: 100%;
	border: none;
}

.rcList .left div.fr {
	width: 230px;
	border-left: 1px solid #ddd;
	height: 80px;
	padding: 13px 0;
	padding-left: 33px;
	box-sizing: border-box;
	margin-top: 21px;
}

.rcList .left div.fr p {
	font-size: 18px;
	font-weight: bold;
	color: #222222;
	line-height: 30px;
	margin-bottom: 7px;
	transition: 0.5s;
}

.rcList .left div.fr i {
	display: block;
	color: #888888;
}

.rcList .right {
	width: 605px;
	padding-top: 35px;
}

.rcList .right em {
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #e6e6e6;
	vertical-align: top;
	margin-top: 10px;
	transition: 0.5s;
}

.rcList .right .tobok {
	display: inline-block;
	width: 532px;
	margin-left: 18px;
	color: #888888;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}


.rcBot {
	padding: 20px 40px;
	background: #e9e9e9;
}

.rcBot .rcbotTop {
	padding: 15px 0;
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 25px;
}

.rcBot .rcbotTop .rc-Lee {
	float: left;
	width: 320px;
	box-sizing: border-box;
	padding-right: 30px;
	line-height: 30px;
}

.rcBot .rcbotTop .rc-Lee i {
	color: #333;
}

.rcBot .rcbotTop .rc-Lee em {
	color: #EA5432;
}

.rcBot .rcbotBot {
	line-height: 30px;
	color: #888;
}

.rcBot .scbtn {
	margin: 50px 0;
	text-align: right;
}

.rcBot .scbtn .btnOne {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 42px;
	background: url(../images/rcZpsc1.png) no-repeat center;
	overflow: hidden;
	cursor: pointer;
}

.rcBot .scbtn .btnOne input {
	position: absolute;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

#ssss {
	display: inline-block;
	width: 140px;
	height: 42px;
	background: url(../images/rcZpsc2.png) no-repeat center;
	overflow: hidden;
	border: none;
	margin-left: 20px;
	cursor: pointer;
}


.rcList ul li:hover .rcTop {
	background-color: #f4f4f4;
	background-position: right 30px center
}

.rcList ul li:hover .left .txImg:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	border: 3px solid #EA5432;
	box-sizing: border-box;
}

.rcList ul li:hover .left div.fr p {
	color: #EA5432;
}

.rcList ul li:hover .right em {
	background: #EA5432;
}



.zxPhong {
	color: #888;
	font-size: 16px;
	line-height: 50px;
	background: #ffefeb;
	text-align: center;
}

.zxPhong i {
	color: #222;
}

.zxPhong img {
	width: 22px;
	margin-left: 10px;
}

.mianshi {
	text-align: center;
	margin-top: 60px;
	border-bottom: 1px solid #ccc;
}

.mianshi dt {
	font-size: 40px;
	color: #222;
	letter-spacing: 5px;
}

.mianshi dd {
	font-family: 'Levenim MT';
	font-size: 50px;
	font-weight: bold;
	color: rgba(0, 0, 0, .1);
}

.mianshi dd em {
	display: block;
	width: 60px;
	height: 2px;
	background: #EA5432;
	margin: 5px auto 0;
}


.appLine {
	background: url(../images/rcZapplinebg.jpg) no-repeat top center;
	height: 782px;
	margin-top: 20px;
	display: none;
}

.appLine .wrapper {
	padding: 35px 50px 0;
	box-sizing: border-box;
}

.appLine ul {
	width: 1160px;
}

.appLine ul li {
	float: left;
	width: 520px;
	margin-right: 60px;
	margin-bottom: 15px;
}

.appLine ul li p {
	color: #888888;
	line-height: 40px;
	padding: 0 3px;
	box-sizing: border-box;
}

.appLine ul li input {
	background: none;
	border-radius: 5px;
	width: 520px;
	height: 50px;
	padding: 0 15px;
	box-sizing: border-box;
	background: #f2f2f2;
	border: 1px solid #e0e0e0;
	font-family: "微软雅黑";
}

.appLine ul li select {
	background: none;
	border-radius: 5px;
	width: 520px;
	height: 50px;
	padding: 0 15px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #f2f2f2 url(../images/rcZpicon3.png) no-repeat right 20px center;
}

.appLine ul li.res {
	width: 100%;
}

.appLine ul li textarea {
	background: none;
	border-radius: 5px;
	width: 1100px;
	height: 200px;
	padding: 15px;
	box-sizing: border-box;
	background: #f2f2f2;
	border: 1px solid #e0e0e0;
	line-height: 20px;
	font-family: "微软雅黑";
	outline: none;
	resize: none;
}

.pdp {
	color: #8e7069;
}

#bbbt {
	display: block;
	width: 300px;
	height: 42px;
	margin: 40px auto 85px;
	background: #EA5432;
	color: #Fff;
	border-radius: 30px;
	border: none;
	outline: none;
	font-size: 18px;
	letter-spacing: 10px;
	cursor: pointer;
}

.zxPhong {
	margin-bottom: 70px;
}

/*  6-2 留言  */
.zxLy {
	margin: 57px 0 70px;
}

.zxLy .left {
	width: 580px;
}

.zxLy .left dl {
	border: 1px solid #eee;
	border-top: none;
	box-sizing: border-box;
	padding: 10px 40px 20px;
}

.zxLy .left dl dt {
	border-bottom: 1px solid #e5e5e5;
	line-height: 70px;
	font-size: 20px;
	color: #222;
	font-weight: bold;
}

.zxLy .left dl dd {
	padding: 30px 0 20px;
}

.zxLy .left dl dd .div1 {
	color: #222;
	margin-bottom: 8px;
}

.zxLy .left dl dd .div1 i {
	display: inline-block;
	font-size: 26px;
	color: #EA5432;
	font-family: 'dincond-medium-webfont';
	letter-spacing: 1px;
}

.zxLy .left dl dd .div2 {
	line-height: 30px;
	color: #666;
}

.zxLy .right {
	width: 500px;
	padding: 40px;
	background: #f4f4f4;
}

.zxLy .right h3 {
	color: #222222;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 35px;
}

.zxLy .right .rightLx li {
	margin-bottom: 20px;
	background: #fff;
	height: 50px;
}

.zxLy .right .rightLx li.ll1 {
	background: #fff url(../images/znyLy_ibg.jpg) no-repeat top right;
}

.zxLy .right .rightLx li span {
	float: left;
	width: 48px;
	margin-right: 2px;
}

.zxLy .right .rightLx li input {
	float: left;
	width: 415px;
	height: 50px;
	background: none;
	border: none;
}

.zxLy .right .rightLx li textarea {
	width: 415px;
	height: 105px;
	padding: 15px 0;
	font-family: "微软雅黑";
	outline: none;
	resize: none;
	border: none
}

.zxLy .right .rightLx li.lyly {
	height: 138px;
}

.zxLy .right #asd {
	display: block;
	width: 100%;
	height: 42px;
	letter-spacing: 10px;
	font-size: 18px;
	color: #fff;
	background: #EA5432;
	border: none;
	outline: none;
	margin-top: 35px;
}







/*.fixed{  position: fixed; z-index: 3; right: 0; top: 40%; width: 190px; height: 270px; background: url(../images/zxkf.png) no-repeat top left; box-sizing: border-box; padding-left: 40px; padding-right:15px ; text-align: center; padding-top: 10px; transition: 0.5s;}
.fixed.on{ right: -153px;}
.fixed .acac{ width: 30px; height: 100px; position: absolute; left: 7px; top: 10px; }

.col{ text-align: right; margin: 5px;}

.kefu{ width: 80px; height: 80px; border-radius: 8px; border: 1px solid #e4e4e4; margin: 15px auto 0; font-size: 16px; color: #666}
.kefu img{ margin-top: 10px; margin-bottom: 2px;}

.zxly01{  font-size: 16px; color: #666; width: 120px; height: 30px;line-height: 30px; border: 1px solid #e4e4e4; border-radius: 8px; margin: 15px auto 10px;}
.rex{ color: #ea5432; }
.rex span{ font-size: 26px; color: #333; font-family:'dincond-medium-webfont' ;}
*/


.fixed {
	position: fixed;
	top: 50%;
	right: 3px;
	z-index: 1;
	width: 82px;
	background: #fff;
	height: 211px;
	margin-top: -105px;
}

.fixed li {
	position: relative;
	width: 80px;
	height: 63px;
	border: 1px solid #dfdfdf;
	text-align: center;
	margin-bottom: 2px;
	background: #fff;
}

.fixed li p {
	font-size: 10px;
	color: #888;
}

.fixed .daa {
	position: absolute;
	z-index: -1;
	right: 10px;
	top: 0;
	width: 150px;
	line-height: 59px;
	font-size: 26px;
	border: 2px solid #ea5432;
	transition: 0.3s;
	opacity: 0;
	background: #fff url(../images/xuan2.png) no-repeat center left 10px;
	font-family: 'dincond-medium-webfont';
	box-sizing: border-box;
	padding-left: 35px;
}

.fixed li div {
	width: 30px;
	height: 30px;
	margin: 8px auto 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.fixed .li1 div {
	background-image: url(../images/xuan1.png);
}

.fixed .li2 div {
	background-image: url(../images/xuan2.png);
}

.fixed .li3 div {
	background-image: url(../images/xuan3.png);
}

.fixed .li4 div {
	background-image: url(../images/xuan4.png);
	margin-left: 28px;
}

.fixed li:hover {
	background: #ea5432;
	border-color: #ea5432;
}

.fixed li:hover p {
	color: #fff;
}

.fixed li:hover .daa {
	right: 80px;
	opacity: 1;
}

.fixed .li1:hover div {
	background-image: url(../images/xuan01.png);
}

.fixed .li2:hover div {
	background-image: url(../images/xuan02.png);
}

.fixed .li3:hover div {
	background-image: url(../images/xuan03.png);
}

.fixed .li4:hover div {
	background-image: url(../images/xuan04.png);
}


.zhPig {
	margin: 0;
	width: 1200px;
	border-bottom: solid 1px #dbdbdb;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.zhPig:first-child {
	margin-top: 70px;
}

.zhPig .left {
	width: 648px;
	border: 4px solid #fbfbfb;
	box-sizing: border-box;
}

.zhPig:last-child {
	margin-bottom: 0;
	padding-bottom: 60px;
	border-bottom: none;
}

.zhPig .zhPigban {
	position: relative;
	width: 640px;
	height: 352px;
}

.zhPig .zhPigban,
.zhPig .zhPigban .flexslider,
.zhPig .zhPigban .slides li {
	width: 100%;
}

.zhPig .zhPigban .slides li a {
	display: block;
	width: 100%;
	height: 100%;
}

.zhPig .zhPigban .flexslider {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.zhPig .zhPigban .slides {
	position: relative;
	z-index: 1;
}

.zhPig .zhPigban .slides li img {
	width: 640px;
	height: 352px;
}

/* 圆点切换 */
.zhPig .zhPigban .flex-control-nav {
	position: absolute;
	bottom: 72px;
	z-index: 11111;
	padding-left: 0;
	width: 100%;
	left: 0;
	right: 0;
	height: 16px;
	line-height: 16px;
	margin: 0 auto;
	text-align: center;
}

.zhPig .zhPigban .flex-control-nav li {
	width: 16px;
	height: 16px;
	margin: 0 4px;
	display: inline;
	zoom: 1;
	text-align: center;
	overflow: hidden;
}

.zhPig .zhPigban .flex-control-nav a {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 99em;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	overflow: hidden;
	background: url(../images/znypig2_ban.png) no-repeat center;
	border-radius: 50%;
}

.zhPig .zhPigban .flex-control-nav .flex-active {
	background-image: url(../images/znypig2_ban1.png);
}


.zhPig .zhPigbot {
	background: #fbfbfb;
	padding: 0 36px;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.zhPig .zhPigbot .zhPigTit {
	padding: 22px 0 20px 36px;
	background: url(../images/znypig2_tit.png) no-repeat center left;
	font-size: 26px;
	color: #333;
	border-bottom: 1px solid #e3e3e3;
}

.zhPig .zhPigbot ul {
	width: 650px;
	margin-top: 14px;
}

.zhPig .zhPigbot ul li {
	float: left;
	background: #fff;
	color: #888;
	text-align: center;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	width: 173px;
	margin-right: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.zhPig .right {
	width: 528px;
}

.zhPig .right dl {
	border: 1px solid #dddddd;
	width: 264px;
	box-sizing: border-box;
	text-align: center;
}

.zhPig .right dl.fl {
	border-right: 0;
}

.zhPig .right dl dt {
	font-size: 16px;
	color: #222;
	font-weight: bold;
	height: 72px;
	line-height: 72px;
	background: #eee;
	box-sizing: border-box;
	text-transform: uppercase;
}

.zhPig .right dl dd {
	font-size: 14px;
	color: #888;
	height: 63px;
	line-height: 63px;
	border-top: 1px solid #eee;
	box-sizing: border-box;
}





/*投资者关系*/
.invest {
	padding-top: 60px;
	padding-bottom: 80px;
}

.int {
	text-align: right;
	line-height: 60px;
}

.int ul,
.int ul li {
	display: inline-block;
}

.int ul li {
	width: 128px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
	border-radius: 30px;
	-ms-border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
}

.int ul li a {
	display: block;
	font-size: 16px;
}

.int ul li.active {
	background: #ea5432;
}

.int ul li.active a {
	color: #fff;
}

.inc {}

.inc dl {}

.inc dl dt {
	padding-top: 30px;
	padding-bottom: 20px;
}

.inc dl dt strong {
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
}

.inc dl dd {}

.inc dl dd ul {}

.inc dl dd ul {}

.inc dl dd ul li {
	height: 73px;
	line-height: 73px;
	border-bottom: dashed 1px #e5e5e5;
}

.inc dl dd ul li span.title {
	font-size: 16px;
	float: left;
	display: inline-block;
	width: 930px;
	height: 73px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inc dl dd ul li a.download,
.inc dl dd ul li span.time {
	float: right;
	display: inline-block;
}

.inc dl dd ul li span.time {
	padding-right: 40px;
	color: #999;
}

.inc dl dd ul li a.download {
	color: #ea5432;
	cursor: pointer;
	/*padding-left:42px;background:url(../images/pdf.jpg) no-repeat left center;*/
}

.inc dl dd ul li a.download i {
	margin-right: 12px;
}

.inc dl dd ul li a.download:hover {
	text-decoration: underline;
	transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
}

/*  2-3   更多品系    */
