/**************************************/
/*************[公用start]**************/
/**************************************/

body,
div,
p,
span,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
a,
input,
textarea,
select,
dl,
dd,
table,
tr,
td {
	margin: 0;
	padding: 0;
}


body {
	font-family: "Arial", "Microsoft Yahei";
	font-size: 14px;
	/*主要内容区字号大小，每次制作前更新！！！ */
	color: #333;
	background-color: #fff;
	line-height: 1.2;


}

input,
textarea,
select {
	outline: none;
	font-family: "Arial", "Microsoft Yahei";
	color: #333;
	font-size: 14px;
}





textarea {
	resize: none;
}


ul li {
	list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

i {
	font-style: normal;
}


div.clear {
	clear: both;
	height: 0;
	width: 0;
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

img {
	border: 0;
	/*	width: 100%;*/
	max-width: 100%;
}


div.wp {
	width: 1200px;
	/*主要内容区尺寸大小，每次制作前更新！！！ */
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tran {
	transition: all .3s ease-out 0s;
}

* {
	/*【块级元素】不受边框、margin、padding影响类名，需要时添加*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*图片中心放大代码区域*/

.img-box {
	/*图片盒子类名*/
	width: 300px !important;
	/*图片盒子宽度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	height: 200px !important;
	/*图片盒子高度，‘重要’是为防止图片添加尺寸不正确而修正，需注意图片比例*/
	overflow: hidden;
}

.img-box>img {
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	/* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img {
	/*图片中心放大代码*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 60000;
	padding: 0 5%;
}


.logo {
	font-size: 0;
	margin-top: 50px;
}

.header-menu {
	font-size: 0;
	line-height: normal;
	margin-top: 69px;
}

.header-menu span {
	float: right;
	font-size: 0;
	margin-left: 40px;
	cursor: pointer;
}

.header-menu a {
	float: right;
	font-size: 0;
	margin-left: 20px;
	margin-top: 5px;
}


.header-menu-bai {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	z-index: 80000;
	background-image: url(../images/baidi2.png);
	padding: 35px 0 100px;
	display: none;
}

/*.nav-list{
	position: relative;
	padding-left: 340px;
}

.nav-logo{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 0;
}*/

.nav-list li {
	float: left;
	/* width: 14%; */
	width: 11%;
	padding-left: 3%;
	text-align: left;
}

.nav-list li:first-child {}

.nav-list li h1 {
	padding-top: 50px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 18px;
	color: #3c3c3c;
	padding-bottom: 14px;
	position: relative;
	font-weight: bold;
}

.nav-list li:first-child h1 {
	background-image: url(../images/00.png);
}

.nav-list li:first-child+li h1 {
	background-image: url(../images/01.png);
}

.nav-list li:first-child+li+li h1 {
	background-image: url(../images/02.png);
}

.nav-list li:first-child+li+li+li h1 {
	background-image: url(../images/03.png);
}

.nav-list li:first-child+li+li+li+li h1 {
	background-image: url(../images/04.png);
}

.nav-list li:first-child+li+li+li+li+li h1 {
	background-image: url(../images/05.png);
}

.nav-list li:first-child+li+li+li+li+li+li h1 {
	background-image: url(../images/06.png);
}

.nav-list li:first-child+li+li+li+li+li+li+li h1 {
	background-image: url(../images/07.png);
}

.nav-list li:first-child+li+li+li+li+li+li+li+li h1 {
	background-image: url(../images/08.png);
}

.nav-list li h1:after {
	content: "";
	width: 28px;
	height: 1px;
	left: 0;
	bottom: 0;
	position: absolute;
	background-color: #009944;
}


.nav-list li dd {

	margin-top: 15px;
}

.nav-list li dd a {
	font-size: 15px;
	color: #4d4d4d;
	transition: .3s;
}

.nav-list li dd a:hover {
	color: #009944;
	/*font-weight:bold;*/
}

#hhhhhh {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 50000;
	bottom: 0;
	background-image: url(../images/hhhhhh.png);
	display: none;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main {}


.fafa .slides>li {
	height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}



.fafa .flex-control-nav {
	display: block;
	bottom: 45px;
}


.fafa .flex-control-paging li a {
	width: 14px;
	height: 14px;
}

.fafa .flex-control-nav li {
	margin: 0 10px;
}

.fxfx .flex-control-nav {
	display: block;
	bottom: 10px;
}


.fxfx .flex-control-paging li a {
	width: 14px;
	height: 14px;
}

.fxfx .flex-control-nav li {
	margin: 0 4px;
}


.index1 {
	background-color: #fff;
	padding: 150px 0;
}



.index1-div {
	position: relative;
	padding-left: 660px;
	padding-right: 40px;
}


.shipin {
	position: absolute;
	left: 35px;
	top: 21px;
	width: 556px;
	font-size: 0;
}

.index1-div img {
	display: block;
	width: 100%;
}

.index1-con-title {
	border-bottom: 1px solid #efefef;
}

.index1-con-title h1 {
	display: inline-block;
	font-size: 24px;
	color: #666;
	padding-bottom: 12px;
	border-bottom: 3px solid #009944;
	position: relative;
	bottom: -2px;

}


.index1-con-pp {
	font-size: 14px;
	color: #666;
	line-height: 2.2;
	margin-top: 28px;
	height: 160px;
	overflow: hidden;
	padding-right: 15px;
}

.index1-list {
	margin-top: 50px;
}

.index1-list li {
	float: left;
	width: 25%;
}

.index1-list li h1 {
	font-size: 16px;
	color: #666;
	margin-top: 18px;
	text-align: center;
}

.index1-list li:hover h1 {
	color: #009944;
}

.yypic {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	/*transition: .3s;*/
	background-image: url(../images/yyyy.png);
}

.yypic-1 {
	background-position: 0px top;
}

.yypic-2 {
	background-position: -91px top;
}

.yypic-3 {
	background-position: -182px top;
}

.yypic-4 {
	background-position: right top;
}

.yypic-1:hover {
	background-position: 0px bottom;
}

.yypic-2:hover {
	background-position: -91px bottom;
}

.yypic-3:hover {
	background-position: -182px bottom;
}

.yypic-4:hover {
	background-position: right bottom;
}



.index2 {
	background-color: #fafafa;
	padding: 85px 0;
	border-top: 1px solid #d3d3d3;
}

.index-title {
	text-align: center;

}

.index-title h1 {
	display: inline-block;
	font-size: 24px;
	color: #333;
	padding: 12px 48px;
	border: 1px solid #d3d3d3;
	position: relative;
}

.index-title h1:before {
	content: "";
	position: absolute;
	width: 76px;
	height: 1px;
	background-color: #d3d3d3;
	left: -68px;
	top: 50%;
}


.index-title h1:after {
	content: "";
	position: absolute;
	width: 76px;
	height: 1px;
	background-color: #d3d3d3;
	right: -68px;
	top: 50%;
}

.index-2-span {
	text-align: center;
	font-size: 0;
	line-height: normal;
	padding: 55px 0;
}

.index-2-span a {
	display: inline-block;
	padding: 11px 33px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	border-radius: 5px;
	margin: 0 15px;
	backface-visibility: hidden;
	transition-property: color;
	transition-duration: .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	overflow: hidden;
}


.index-2-span a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 -10px 0 -10px;
	overflow: hidden;
	pointer-events: none;
	-webkit-transform: skew(-20deg) translateX(-100%);
	transform: skew(-20deg) translateX(-100%);
	transition: .25s ease-in-out;
	background-color: #009944;
}

.index-2-span a:hover:before {
	-webkit-transform: skew(-20deg) translateX(0);
	transform: skew(-20deg) translateX(0);
}

.index-2-span a:hover {
	color: #fff;

}

.index-2-span a.active:before {
	-webkit-transform: skew(-20deg) translateX(0);
	transform: skew(-20deg) translateX(0);
}

.index-2-span a.active {
	color: #fff;
	/*border-color: #009944;*/
}

.index2-div {
	position: absolute;
	left: -15000%;
}

.index2-div.active {
	position: relative;
	left: auto;
}



.index2-news {
	width: 592px;
	position: absolute;
	left: 0;
	top: 0;
}

.fnews .slides>li {
	position: relative;
}

.fnews .slides>li img {
	height: 383px !important;
}

.fnews-con {
	position: absolute;
	background-image: url(../images/heidi.png);
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 15px 20px;
}

.fnews-con h1 {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.fnews-con h2 {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 10px;
}





.index2-con {
	padding-left: 608px;
}

.index2-list li:first-child {
	margin-top: 0;
}

.index2-list li {
	background-color: #fff;

	margin-top: 12px;
	transition: background-color 0.3s;
}

.index2-list li a {
	display: block;
	padding: 15px;
	padding-right: 25px;
}

.index2-list li:hover {
	background-color: #009944;
}

.index2-list li:hover h1,
.index2-list li:hover p {
	color: #fff;
}

.index2-list-pic {
	width: 139px;
	margin-right: 15px;
}

.index2-list-pic img {
	display: block;
	width: 100%;
	height: 90px !important;
}

.index2-list li h1 {
	font-size: 14px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 0 7px;
	transition: color .3s;
}

.index2-list li p {
	font-size: 12px;
	color: #999;
	transition: color .3s;
	line-height: 2;
	height: 48px;
	overflow: hidden;
	text-indent: 2em;
}


.index3 {
	height: 756px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/index3.jpg);
	background-attachment: fixed;
	padding-top: 103px;
}


.index3 .index-title h1 {
	color: #fff;

}


.picture-list {
	margin-top: 50px;
	position: relative;
}

.picture-list2 {
	display: none;
	padding: 40px 0;
}

.picture-wenzi2 {
	text-align: center;
	padding: 0 15px;
	margin-top: 20px;
}

.picture-wenzi2 h1 {
	font-size: 20px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.picture-wenzi2 .line {
	background-color: #fff;
	width: 15px;
	height: 3px;
	margin: 8px auto;


}


.picture-wenzi2 h2 {
	font-size: 24px;

	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.picture-wenzi2 p {
	font-size: 14px;
	color: #fff;

	line-height: 2;
}

.picture-wenzi2 .diandian {
	background-image: url(../images/diandian.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	display: block;
}

.picture-list .swiper-container {
	width:85%;
	height: 431px;
	color: #fff;
	text-align: center;

}

.picture-list .swiper-slide {
	/* height: 100%; */
	/* opacity: 0; */
	/* -webkit-transform: scale(0); */
	/* -moz-transform: scale(0); */
	/* -ms-transform: scale(0); */
	/* -o-transform: scale(0); */
	/* transform: scale(0); */
	width: 471px;
	position: relative;
	top: 0;
	opacity: 1;
}


.picture-list .swiper-slide-visible {
	opacity: 1;
	/* -webkit-transform: scale(0.8); */
	/* -moz-transform: scale(0.8); */
	/* -ms-transform: scale(0.8); */
	/* -o-transform: scale(0.8); */
	/* transform: scale(0.8); */
}


/* .picture-list .swiper-slide-visible>.picture-img { */
	/* opacity: 0; */
/* } */

/* .picture-list .swiper-slide-visible .picture-title img { */
	/* display: none; */
/* } */

.picture-list .swiper-slide-active {
	top: 0;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

}

.picture-list .swiper-slide-active.swiper-slide-visible>.picture-img {
	opacity: 1;
}

.picture-list .swiper-slide-active.swiper-slide-visible .picture-title img {
	display: inline-block;
	/* max-width: 450px; */
	/* max-height: 300px; */
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 10px;
	max-width: 200px;
	max-height: 150px;
}

.picture-list .swiper-slide .picture-wenzi h2 {
	display: block;
}

.picture-list .swiper-slide .picture-wenzi .line {
	display: block;
}


.picture-list .swiper-slide .picture-wenzi .more {
	display: block;
}




.arrow-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/left.png);
	z-index: 7000;
	cursor: pointer;
}

.arrow-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/right.png);
	cursor: pointer;
	z-index: 7000;
}

.picture-wenzi {
	position: absolute;
	width: 60%;

	left: 20%;
	/* top: 195px; */
	top: 20px;
	text-align: center;
	color: #fff;
}

.picture-list .swiper-slide-active .picture-wenzi {
	/* top: 95px; */
	top: 20px;
}










.picture-wenzi h1 {
	font-size: 24px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.picture-wenzi .line {
	background-color: #fff;
	width: 15px;
	height: 3px;
	margin: 8px auto;
	display: none;

}


.picture-wenzi h2 {
	font-size: 24px;
	display: none;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.picture-wenzi p {
	font-size: 14px;
	color: #d1d1d1;
	line-height: 2;
	height: 56px;
	overflow: hidden;
}

.diandian {
	background-image: url(../images/diandian.png);
	background-repeat: no-repeat;
	display: none;
	background-position: center;
	height: 50px;
}

.picture-wenzi .more {
	display: none;
}


.more {
	text-align: center;
	margin-top: 25px;
}

.more a {
	display: inline-block;
	padding: 12px 38px;
	border: 2px solid #fff;
	font-size: 14px;
	color: #fff;
	backface-visibility: hidden;
	transition-property: color;
	transition-duration: .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	overflow: hidden;
}




.more a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 -10px 0 -10px;
	overflow: hidden;
	pointer-events: none;
	-webkit-transform: skew(-20deg) translateX(-100%);
	transform: skew(-20deg) translateX(-100%);
	transition: .25s ease-in-out;
	background-color: #fff;
}

.more a:hover:before {
	-webkit-transform: skew(-20deg) translateX(0);
	transform: skew(-20deg) translateX(0);
}

.more a:hover {
	color: #333;
}



.index4 {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/ditu.jpg);
	padding-top: 136px;
}

.index4 .index-title h1 {
	color: #009944;

}

.yewu-pic {
	width: 255px;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
}

.yewu-pic img {
	display: block;
	width: 100%;
	transition: .3s;
}



/* Shrink */
.yewu-pic img {

	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.yewu-list .item:hover .yewu-pic img {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}




















.yewu-list {
	margin: 100px auto 0;
	width: 940px;
}

.yewu-list .item:hover h1 {
	color: #009944;
}

.yewu-list .item h1 {
	font-size: 18px;
	color: #666;
	text-align: center;
	margin-top: 35px;
}


.index4-baidi {
	background-image: url(../images/baidi.png);
	border-top: 3px solid #009944;
	margin-top: 170px;
}

.web-map-list li {
	float: left;
	min-height: 287px;
	width: 16%;
	margin-left: 4%;
	padding-top: 46px;
}

.web-map-list li h1 {
	font-size: 18px;
	color: #009944;
	font-weight: 500;
}

.web-map-list li dd:first-child {
	margin-top: 15px;
}

.web-map-list li dd {
	font-size: 14px;
	color: #666;
	transition: color .3s;
	margin-top: 12px;
}

.web-map-list li dd:hover {
	color: #009944;

}

.web-map {
	padding-right: 200px;
	position: relative;
}


.web-map-er {
	position: absolute;
	right: 0;
	width: 200px;
	text-align: center;
	top: 46px;
	font-size: 14px;
	color: #666;
}

.web-map-er img {
	display: block;
	margin: 0 auto 13px;
	border: 1px solid #e3dddd;
	border-radius: 10px;
}




.yewu-list .owl-prev {
	position: absolute;
	width: 18px;
	height: 34px;
	background-image: url(../images/left2.png);
	cursor: pointer;
	top: 37%;

	left: -80px;
	font-size: 0;
}

.yewu-list .owl-next {
	position: absolute;
	width: 18px;
	height: 34px;
	background-image: url(../images/right2.png);
	font-size: 0;
	cursor: pointer;
	top: 37%;

	right: -80px;
}









/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer {}

.footer-1 {
	background-color: #009944;
}

.foo1 {
	height: 60px;
	position: relative;
	padding-left: 130px;
	padding-right: 20px;
}

.foo1-wen {
	position: absolute;
	left: 37px;
	top: 0;


	line-height: 60px;
	font-size: 18px;
	color: #fff;
}

.you-list {
	padding-right: 3%;
}

.you-list li {
	float: left;
	width: 21%;
	margin-top: 15px;
	position: relative;
	margin-left: 4%;

}

.you-list li dl {
	height: 130px;
	overflow-y: auto !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	display: none;
	z-index: 5000;
	/*padding-right: 10px;*/

}

.you-list li dl dd {
	padding: 5px;


}

.you-list li dl dd a {
	display: block;
	font-size: 12px;
	color: #666;
}

.you-list li dl dd a:hover {
	color: #009944;
}


.you-list li>span {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;

	color: #fff;
	font-size: 16px;
	background-image: url(../images/you.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	cursor: pointer;
	transition: background-color .3s;
}

.you-list li>span:hover {
	background-color: #25784a
}

.you-list li>span.active {
	background-color: #fff;
	background-image: url(../images/you2.png);
	color: #009944;
}

.footer-2 {
	padding: 40px 0 40px;
}

.logo-foo2 {
	font-size: 0;
	margin-left: 33px;
	margin-top: 18px;
}

.foo2-2 {
	font-size: 14px;
	color: #666;
	margin-left: 38px;
	line-height: 2.3;
	text-align: center;
}

.foo2-3 {
	width: 237px;
	margin-top: 10px;
}

.foo2-3-top a {
	float: right;
	font-size: 0;
	width: 27px;
	height: 27px;
	margin-right: 29px;
	background-repeat: no-repeat;
	background-image: url(../images/icon.png);
	position: relative;

}

.foo2-3-top a:hover .erer {
	visibility: visible;
	opacity: 1;
}

.erer {
	position: absolute;
	width: 80px;
	left: 50%;
	margin-left: -40px;
	top: -90px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}


.erer img {
	display: block;
	width: 100%;
}

.foo2-3-top a:first-child {
	margin-right: 0;
	background-position: left top;
}

.foo2-3-top a:first-child:hover {
	background-position: left bottom;
}

.foo2-3-top a:first-child+a {

	background-position: -28px top;
}

.foo2-3-top a:first-child+a:hover {
	background-position: -28px bottom;
}

.foo2-3-top a:first-child+a+a {

	background-position: right top;
}

.foo2-3-top a:first-child+a+a:hover {
	background-position: right bottom;
}


.foo2-form {
	position: relative;
	margin-top: 20px;
}

.foo2-form input[type="text"] {
	display: block;
	width: 100%;
	height: 31px;
	line-height: 31px;
	border-radius: 40px;
	border: 0;
	background-color: #eaeaea;
	padding: 0 15px;
	font-size: 12px;
	padding-right: 35px;

}

.foo2-form input[type="image"] {
	position: absolute;
	right: 17px;
	top: 7px;
}



/**************************************************************/
/*footer-over*/



/*news*/


.banner-2 {
	height: 397px;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-2-title {
	padding: 0 5%;
	padding-top: 190px;

}

.banner-2-title h1 {
	font-size: 36px;
	color: #fff;
}

.banner-2-title h2 {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 8px;
	font-family: "Georgia";
	opacity: 0.5;
}

.erji-menu {
	background-color: #009944;
}

.erji-menu li {
	float: left;

}

.erji-menu li>a {
	display: block;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #fff;
	padding: 0 52px 0 40px;
	/*transition:  .3s;*/
	background-image: url(../images/erji-menu.png);
	background-repeat: no-repeat;
	background-position: 85% center;
}


.erji-menu li>a:hover,
.erji-menu li.active>a {
	background-color: #fff;
	color: #333;
}

.news-list {
	padding-bottom: 92px;
}

.news-list li {
	float: left;
	width: 50%;
	padding-right: 3%;
	position: relative;
	padding-left: 275px;
	margin-top: 92px;

}


.news-1-con {
	height: 165px;
	position: relative;
}

.news-1-pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 255px;
	overflow: hidden;
}

.news-1-pic img {
	display: block;
	width: 100% !important;
	transition: .3s;
	height: 165px !important;
}

.news-1-pic:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-1-con h1 {
	font-size: 18px;
	color: #333;
	padding: 5px 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news-1-con h1:hover {
	color: #009944;

}

.news-1-con p {
	font-size: 12px;
	color: #999;
	line-height: 1.8;
	height: 84px;
	overflow: hidden;
	text-indent: 2em;
}


.date {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 2px;
	font-size: 12px;
	color: #999;
}


.date a:hover {
	color: #009944;
}

.bt-page {
	text-align: center;

	margin: 40px auto 80px;
	/* padding-left: 45px; */
}


/* .bt-page * {
	display: inline-block;
	margin-left: 2px;
} */

/* .bt-page div {
	width: 48px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	border-radius: 5px;
}

.bt-page div:hover {
	background-color: #cccccc;
	color: #fff;
} */

.ccc {
	width: 48px;
	height: 46px;
	line-height: 46px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	border-radius: 5px;
}

span.ccc-active {
	background-color: #009944;
	color: #fff;
	border-color: #009944;
}

.ccc:hover {
	background-color: #009944;
	color: #fff;
	border-color: #009944;
}






/*yywu*/

.yywu-pic {
	width: 50%;
	overflow: hidden;
	height: 417px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;

}

.yywu-pic img {
	display: block;
	width: 100%;
	transition: .3s;
	display: none;
}



.yywu-pic:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/*.yywu-pic.fl{
	margin-right: 3%;
	margin-right: 53px;
}

.yywu-pic.fr{
	margin-left: 3%;
	margin-left: 53px;
}*/


.yywu-pic-con {
	width: 50%;
	text-align: center;
	padding: 0 50px;
}

.yywu-li {
	background-color: #fafafa;

}

.yywu-li * {
	font-family: "Microsoft Yahei" !important;
}

.h1-wwpp {
	text-align: center;
}

.yywu-pic-con h1 {
	display: inline-block;
	/*padding-top: 3%;*/
	padding-bottom: 14px;
	font-size: 24px;
	color: #333;
	border-bottom: 4px solid #009944;
	margin-bottom: 20px;
}

.yywu-li#floor1 .yywu-pic-con h1 {
	padding-top: 64px;
}

.yywu-li#floor2 .yywu-pic-con h1 {
	padding-top: 62px;
}

.yywu-li#floor3 .yywu-pic-con h1 {
	padding-top: 106px;
}

.yywu-li#floor4 .yywu-pic-con h1 {
	padding-top: 93px;
}

.yywu-li#floor5 .yywu-pic-con h1 {
	padding-top: 35px;
}

.yywu-li .yywu-pic-con p {
	font-size: 14px !important;
	color: #666;
	line-height: 2;
	/*margin-top: 25px;*/
	overflow: hidden;
	text-align: left;
}

.yywu-li .yywu-pic-con p * {
	font-size: 14px !important;

}

.yywu-more {
	margin-top: 25px;
}

.yywu-more a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/more.png);
	transition: .3s;
}

.yywu-more a:hover {
	background-image: url(../images/moreh.png);

}



/*rencai*/

.rencai-top {
	padding: 0px 0 55px;
}

.rencai-top .wp {
	position: relative;
	padding-left: 420px;

}

.rencai-top h1 {
	position: absolute;
	left: 0;
	width: 400px;
	font-size: 30px;
	color: #666;
	height: 36px;
	top: 50%;
	margin-top: -18px;
	line-height: 36px;
}

.rencai-top p {
	font-size: 16px;
	color: #666;
	line-height: 2;
}

.rencai-table {
	padding: 40px 0 70px;

	background-color: #fafafa;

}

.rencai-table .wp {
	padding-bottom: 70px;
}

.rencai-table .bt-page {
	margin-bottom: 0;
}

/*.rencai-table table{
	text-align: center;
	width: 100%;
	border-collapse: collapse;
}

.rencai-table table th{
	border-bottom: 1px dotted #999999;
	font-size: 18px;
	
	color:#666;
	height: 70px;


}

.rencai-table table td{
	height: 70px;

	border-bottom: 1px dotted #999999;
}

.rencai-table table tr:hover td{
	color:#009944;
}*/



.table-1 table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.table-1 table th {
	font-weight: normal;
	background-color: #009944;
	color: #fff;
	font-size: 16px;
	height: 55px;
}

tr.trtr {
	cursor: pointer;
}

.table-1 table tr.trtr td {
	height: 55px;
	border-bottom: 1px solid #fff;
}


.table-1 table td>span.xxxaaa {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/jia.png);
	cursor: pointer;
}

.table-1 table td>span.xxxaaa.cur {
	background-image: url(../images/jian.png);

}


.job-wenzi {
	background-color: #fff;
	text-align: left;
	padding: 30px 60px;
	padding-bottom: 60px;
	line-height: 2;
	color: #666;
}

.job-wenzi strong {
	font-size: 14px;
}

.job-wenzi p {
	font-size: 14px;
}

.job-wenzi p {
	line-height: 2.3;
}

.job-wenzi a.a1a1a1 {
	display: inline-block;
	padding: 7px 45px;
	background-color: #009944;
	color: #fff;
	font-size: 14px;
	margin-top: 30px;

}


.job-wenzi {
	display: none;
}

.apply-top {
	margin-top: 50px;
}

.apply-bottom {
	margin-top: 25px;
}

.apply-div {
	width: 32%;
	margin-left: 2%;
	position: relative;

}

.apply-div2 {
	position: relative;
}

.apply-div2 i {
	font-size: 0;
	line-height: normal;
	position: absolute;
	right: 12px;
	top: 10px;
}

.apply-div i {
	font-size: 0;
	line-height: normal;
	position: absolute;
	right: 12px;
	top: 10px;
}

.apply-div:first-child {
	margin-left: 0;
}

.apply-div input[type='text'] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #d5d5d5;
	padding: 0 50px 0 12px;
	font-size: 16px;
}

.apply-div-select {
	width: auto;
	margin-right: 15px;
}

.apply-div select {
	width: 200px;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #d5d5d5;
	font-size: 16px;
}

.apply-div2 textarea {
	width: 100%;
	height: 170px;
	border: 1px solid #d5d5d5;
	font-size: 16px;
	padding: 18px 12px;
	padding-right: 50px;
	color: #666;
}

.apply-bottom2 {
	margin-top: 25px;
	position: relative;
}

.apply-bottom2 .fl {
	position: relative;
}

input[type="file"] {
	cursor: pointer;
}

.apply-bottom2 span {
	display: inline-block;
	width: 140px;
	height: 35px;
	line-height: 35px;
	background-color: #939393;
	color: #fff;
	font-size: 16px;
	margin-right: 10px;
	cursor: pointer;
	text-align: center;
}

.apply-bottom2 input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	width: 140px;
	height: 35px;
	line-height: 35px;
}

.apply-quren {
	margin-top: 25px;
	text-align: center;
}

.apply-quren input[type="button"] {
	border: 0;
	width: 238px;
	height: 51px;
	line-height: 51px;
	border: 0;
	background-color: #009944;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
}




.phtix {
	position: absolute;
	left: 0;
	bottom: 25px;
	right: 0;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #333;
	text-align: center;

}














.rencai-phonelist {
	display: none;
}

.rencai-phonelist li {
	padding: 15px 25px;
	font-size: 16px;
	line-height: 2;
	background-color: #fff;
	margin-top: 20px;
}

.rencai-phonelist li:first-child {
	margin-top: 0
}

.rencai-phonelist li.liliou {
	background-color: #009944;
	color: #fff;
}

.job15 {
	margin-top: 15px;

}

.job15 a {
	display: inline-block;
	padding: 4px 31px;
	color: #fff;
	background-color: #009944;
	font-size: 14px;
	border-radius: 8px;
}

.rencai-phonelist li.liliou .job15 a {
	background-color: #fff;
	color: #009944;
}


/*dangjian*/

.dangjian {
	background-color: #cd151c;
	padding-bottom: 37px;
}

.dangjian-banner img {
	display: block;
	width: 100%;
}

.dangjian-div {
	margin-top: -90px;
	position: relative;
	z-index: 50;
}

.dangjian-div div.wp {
	background-color: #f3f3f3;
	padding: 1px 100px;
	background-image: url(../images/yejiao.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.dangjian-menu a {
	float: left;
	width: 64px;
	height: 120px;
	background-color: #9f9f9f;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 16px 19px;
	position: relative;
	margin-left: 56px;
	top: -11px;
}

.dangjian-menu a:first-child {
	margin-left: 0;
}

.dangjian-menu a i {
	position: absolute;
	width: 11px;
	height: 11px;
	background-image: url(../images/heijiao.png);
	background-repeat: no-repeat;
	background-position: center;
	right: -11px;
	top: 0;
}

.dangjian-menu a.active,
.dangjian-menu a:hover {
	background-color: #cd151c;
}

.dangjian-list li {
	position: relative;
	padding-right: 243px;
	margin-top: 22px;
}


.dang-pic {
	position: absolute;
	width: 228px;
	right: 0;
	top: 0;
	border-radius: 15px;
	overflow: hidden;
}

.dang-pic img {
	display: block;
	width: 100% !important;
	height: 169px !important;
	transition: .3s;
}


.dang-pic:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.dang-baibai {
	height: 169px;
	background-color: #fff;
	border-radius: 15px;
	padding: 50px 36px 0;

}

.dang-baibai:hover>h1 {
	color: #cd151c;
}

.dang-date {
	width: 85px;
	margin-right: 45px;
	text-align: right;
}

.dang-date h1 {
	font-size: 30px;
	color: #999;
}

.dang-date h2 {
	font-size: 14px;
	color: #999;
	padding: 7px 0 13px;
	border-bottom: 1px solid #666666;
	text-align: right;
}


.dang-baibai>h1 {
	font-size: 16px;
	color: #191919;
	padding-top: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dang-baibai p {
	font-size: 12px;
	margin-top: 15px;
	color: #999;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



.bt-page-dang {
	margin: 0 auto;
	padding: 53px 0 65px;
}



.bt-page-dang span.ccc-active {
	background-color: #cd151c;
	color: #fff;
	border-color: #cd151c;
}

.bt-page-dang .ccc:hover {
	background-color: #cd151c;
	color: #fff;
	border-color: #cd151c;
}



.dangjian-footer {
	background-color: #981015;
}

.dangjian-footer .you-list li>span:hover {
	background-color: #710c10;
}



.dangjian-footer .you-list li>span.active {
	background-color: #fff;
	background-image: url(../images/you3.png);
	color: #981015;
}


.dangjian-footer .you-list li dl dd a:hover {
	color: #981015;
}


.dangjian-header-2#header-2 {
	background-color: #cd151c;
}


/*about*/


.banner-about img {
	display: block;
	width: 100%;
}

.about-1 {
	padding: 120px 0 88px;
	background-color: #fff;
	text-align: center;
	font-size: 0;
}

.about-1 h1 {
	font-size: 30px;
	color: #999;
	font-family: "Georgia";
}

.about-1 h2 {
	font-size: 24px;
	color: #666;
	padding: 18px 0;
}

.about-1 p {
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 0 10%;
	margin-top: 20px;
}

.line-22 {
	display: inline-block;
	font-size: 0;
	line-height: normal;
	background-color: #009944;
	width: 64px;
	height: 3px;
}

.about-more {
	margin-top: 35px;
}

.about-more a {


	display: inline-block;
	padding: 15px 44px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	font-size: 12px;
	color: #999;
	cursor: pointer;

	backface-visibility: hidden;
	transition-property: color;
	transition-duration: .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	overflow: hidden;
}


.about-more a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 -10px 0 -10px;
	overflow: hidden;
	pointer-events: none;
	-webkit-transform: skew(-20deg) translateX(-100%);
	transform: skew(-20deg) translateX(-100%);
	transition: .25s ease-in-out;
	background-color: #009944;
}

.about-more a:hover:before {
	-webkit-transform: skew(-20deg) translateX(0);
	transform: skew(-20deg) translateX(0);
}

.about-more a:hover {
	color: #fff;
	/*border-color: #009944;*/
}



.about-2 {
	height: 793px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/about-2.jpg);
	background-attachment: fixed;
}

.about-title {
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 60px 0 50px;
}

.zuzhi img {
	display: block;
	margin: 0 auto;
}


.about-3 {
	height: 640px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/about-3.jpg);
}

.about-3 .about-title {
	color: #666;
}

.dashiji {
	background-image: url(../images/dashiji-bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	margin-top: 50px;
}

.dashiji-div {
	height: 370px;
	margin: 0 auto;
	/*padding: 0	90px;*/
	position: relative;

}

.dashiji-div .item {
	height: 185px;
	padding-left: 54px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/bb.png);
	position: relative;
	bottom: -6px;
	padding-top: 2px;
}

.dashiji-div .item2 {
	height: 185px;
	padding-left: 54px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/bb2.png);
	bottom: 0;
	margin-top: 179px;
	padding-top: 45px;
}


.dashiji-div .item h1 {
	font-size: 36px;
	color: #000;
}

/*
.dashiji-div .item p{
	font-size: 14px;
	color:#000;
	line-height: 1.8;

	overflow: hidden;
}*/

.dashiji_ppp {
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	height: 100px;
	overflow-y: auto;
	padding-right: 10px;
}


.about-4 {
	background-color: #009944;
	padding: 32px 0;
}


.about-4-wp {
	width: 1420px;
	background-color: #fff;
	box-shadow: 0 0 30px 1px #777;
	margin: 0 auto;
	padding: 20px 0 120px;
}

.about-4-pic img {
	display: block;
}

.about-4-pic {
	width: 582px;
	margin-right: 52px;
}


.about-4-wp h1 {
	font-size: 20px;
	color: #009944;
	padding-top: 10px;
}

.about-4-wp h2 {
	font-size: 22px;
	font-family: "Georgia";
	text-transform: uppercase;
	color: #666;
	opacity: 0.3;
	padding: 12px 0;
}

.about-4-wp p {
	font-size: 14px;
	color: #666;
	height: 128px;
	overflow: hidden;
	line-height: 2.3;
}

.about-4-wp .about-more {
	margin-top: 50px;
}


.about-5 {
	background-color: #f6f6f6;
	padding-bottom: 85px;
}

.about-4 .about-title {
	color: #666;
}

.about-5 .about-title {
	color: #666;
}

.about-6 {
	padding-bottom: 75px;
}

.about-6 .about-title {
	color: #666;
}

.daodu-list li {
	float: left;
	padding-right: 1.5%;
	width: 50%;
	margin-bottom: 55px;
}


.daodu-pic {

	width: 215px;
	margin-right: 22px;

	overflow: hidden;
}

.daodu-pic img {
	display: block;
	width: 100% !important;
	height: 145px !important;
	transition: .3s;
}


.daodu-pic:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.daodu-list li h1 {
	font-size: 16px;
	color: #666;
	padding-bottom: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.daodu-list li h1:hover {
	color: #009944;
}

.daodu-list li p {
	font-size: 14px;
	height: 50px;
	overflow: hidden;
	color: #999;
	line-height: 1.8;
}

.daodu-more {
	margin-top: 25px;
	font-size: 14px;
	color: #009944;
}



.daodu-list+.about-more {
	margin-top: 0;
	text-align: center;
}

.about-5-list {
	height: 450px;
	overflow: hidden;
}



.about-5-list-phone {
	display: none;
	width: 100%;
	margin: 0px auto;
}

.about-5-list-phone .slides>li {
	position: relative;
}

.about-5-list-phone .cur3 {
	padding: 10px;
}

.about-5-list-phone .cur3 p {
	margin-top: 0;
}

.about-5-list-phone .cur3 h1 {
	margin-bottom: 10px;
}

.cur3 {

	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px 35px;
	background-image: url(../images/heidi.png);


}

.cur3 h1 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;

}

.cur3 p {
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	margin-top: 10px;


}













.about-5-list li {
	float: left;
	width: 167px;
	border-left: 1px solid #f6f6f6;
	height: 450px;
	cursor: pointer;
	transition: .5s;
	position: relative;
	overflow: hidden;
}

.about-5-list li.cur {
	width: 699px;
}


.cur1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);



}

.cur1 h1 {
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 167px;
	padding: 0 72px;
	padding-top: 177px;
	font-weight: bold;
	text-align: center;
}

.about-5-list li.cur .cur1 {
	display: none;
}

.about-5-list li.cur .cur2 {
	/*display: block;*/
	bottom: 0;
	visibility: visible;
	opacity: 1;
}


.cur2 {
	transition: .5s;
	position: absolute;
	width: 100%;
	bottom: -103px;
	left: 0;
	padding: 20px 35px;
	background-image: url(../images/heidi.png);
	opacity: 0;
	visibility: hidden;
	/*display: none;*/
}

.cur2 h1 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;

}

.cur2 p {
	font-size: 16px;
	color: #fff;
	line-height: 1.6;
	margin-top: 10px;


}



.about-7 {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/contact.jpg);
	background-color: #f6f6f6;
	padding-bottom: 60px;
}

.about-7 .about-title {
	color: #666;
}

.contact {
	background-color: #fff;
	padding: 20px;
}


.contact-div {
	width: 48%;
}

.map img {
	display: block;
	width: 100%;
}

.contact-list li {
	padding: 33px 0;
	padding-left: 90px;
	background-repeat: no-repeat;
	background-position: 15px center;
	border-top: 1px solid #ededed;
}


.contact-list li:first-child {
	border-top: 0;
}

.contact-list li h1 {
	font-size: 16px;
	color: #666;
}

.contact-list li p {
	font-size: 14px;
	color: #666;
	line-height: 1.4;
	margin-top: 10px;
}


.pubu {
	padding: 5%;
}

.xiaozhen-list li {
	width: 298px;
	background-color: #fff;
	box-shadow: 0 0 8px #ddd;
	margin-bottom: 20px;

}



.xiaozhen-pic-wp {
	padding: 16px;
	padding-bottom: 0;
}

.xiaozhen-list li h1 {
	font-size: 14px;
	color: #666;
	text-align: center;
	height: 53px;
	line-height: 53px;

}

.xiaozhen-list li:hover h1 {
	color: #2e347e;
}

.xiaozhen-con {
	background-color: #fafafa;
	border-top: 1px solid #eeeeee;
	padding: 13px 20px;
}

.xiaozhen-con .fl {
	height: 35px;
	line-height: 38px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	font-size: 12px;
	color: #999;
}

.xiaozhen-con .fl a:hover {
	color: #2e347e;
}

.xiaozhen-con .fr {
	margin-top: 10px;
}

.xiaozhen-con .fr span i {
	display: inline-block;
	padding: 1px 5px;
	background-color: #009944;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
}

.xiaozhen-con .fr span b img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
	cursor: pointer;
}

.xiaozhen-pic {
	overflow: hidden;
	position: relative;
	padding-bottom: 66.625%;
}


.xiaozhen-pic img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transition: .3s;
}

.xiaozhen-pic:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


#about-box-wp {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/*background-image: url(../images/heidi.png);*/
	z-index: 90000;
	display: none;
}

#about-box-wp2 {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/*background-image: url(../images/heidi.png);*/
	z-index: 90000;
	display: none;
}

#about-box-hei {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);
}


#about-box {
	position: absolute;
	width: 50%;
	left: 25%;
	top: 15%;
	height: 70%;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 20px;
	background-image: url(../images/bj.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}

.about-box-p {
	height: 100%;
	font-size: 14px !important;
	line-height: 1.8 !important;
	overflow-y: auto;
	color: #666 !important;
	padding: 0 30px;
}

#about-box-wp2 .about-box-p {
	/*overflow-y: auto!important;*/

}

/*.about-box-p *{
		font-size: 16px!important;
	line-height: 2!important;
	color:#666!important;
}*/

.close-33 {
	position: absolute;
	right: 20px;
	top: 14px;
	width: 31px;
	height: 29px;
	cursor: pointer;
	background-image: url(../images/close.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.close-332 {
	position: absolute;
	right: 20px;
	top: 14px;
	width: 31px;
	height: 29px;
	cursor: pointer;
	background-image: url(../images/close.jpg);
	background-repeat: no-repeat;
	background-position: center;
}



.fabout-4 .flex-direction-nav {
	display: block;
}

.fabout-4 .flex-direction-nav a {
	width: 60px;
	height: 109px;
	margin-top: -54px;

}

.fabout-4 .flex-direction-nav .flex-prev {
	background-image: url(../images/f01.png);
	left: 0;
}

.fabout-4 .flex-direction-nav .flex-prev:hover {
	background-image: url(../images/f03.png);

}

.fabout-4 .flex-direction-nav .flex-next {
	right: 0;
	background-image: url(../images/f03.png);
}

.fabout-4 .flex-direction-nav .flex-next:hover {
	background-image: url(../images/f04.png);

}

.fabout5 .flex-direction-nav {
	display: block;
}

.fabout5 .flex-direction-nav a {
	width: 30px;
	height: 54px;
	margin-top: -27px;
	-webkit-background-size: 100%;
	background-size: 100%;

}

.fabout5 .flex-direction-nav .flex-prev {
	background-image: url(../images/f02.png);
	left: 0;
}

.fabout5 .flex-direction-nav .flex-next {
	right: 0;
	background-image: url(../images/f04.png);
}

/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2 {
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5000000000;
	background-color: #009944;

}

.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 130000;

}

.nav-2 li {

	border-top: 1px solid #ebebeb;
}

.nav-2 li:first-child {
	border-top: 0;
}

.nav-2 li>a {

	padding: 15px 0px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #666;
	text-align: center;

}

/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0; 
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.logo-2 {
	font-size: 0;
	width: 280px;
	margin-left: 15px;
	margin-top: 5px;
}

.logo-2 a {
	display: inline-block;
	width: 100%;
	height: 67px;
	line-height: 67px;
}

.logo-2 img {

	vertical-align: middle;
}

.menu2 {
	height: 100%;
	line-height: 75px;
	margin-right: 15px;

}

.menu2 li {
	display: inline-block;
	cursor: pointer;
	margin-left: 10px;
}

.menu2 li img {
	vertical-align: middle;
}

.chenggao {
	display: none;
	height: 75px;
}


#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 120000;
	background-image: url(../images/heidi.png);
	display: none;

}

.banner-x {
	display: none;
}





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

.tan-box {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/*background-image: url(../images/heidi.png);*/
	z-index: 90000;
	display: none;
}

.tan-hei {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);
}


.tan-bai {
	position: absolute;
	width: 70%;
	left: 15%;
	top: 15%;
	height: 70%;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 20px;

}


.foo-phone_1 {
	display: none;
	font-size: 14px;
	color: #666;
	line-height: 2;
}





/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/




/*日期：2016-01-01；      修改者：L。*/



/*日期：2016-01-01；      修改结尾！*/











/**************************************/
/********[css样式修改区域，需注明日期、作者]**********/
/**************************************/
/****2018.01.04*********/
/*********article-start****************/
div.article {

	padding: 50px 15px;
	margin: 0px auto;
}

div.article>h1 {
	text-align: center;
	font-size: 26px;
	color: #0064ac;
}

div.article-tishi {
	text-align: center;
	margin: 25px auto 20px;
	line-height: 1.6;
}


#fenxiang-anniu {
	display: inline-block;
	vertical-align: top;
}

div.article-con {
	font-family: "仿宋";
	padding: 40px 0 120px;
	position: relative;
	border-top: 1px dashed #c9c7c7;
	border-bottom: 1px dashed #c9c7c7;
	line-height: 2.2;
	font-size: 16px;
}

div.article-con img {
	display: block;
	margin: 10px auto;
	width: 85% !important;
	height: auto !important;
	max-width: 100%;
}

div.article-con p {
	text-indent: 2em !important;
	/*text-align: justify!important;
	text-justify:inter-ideograph!important;*/
}


div.article-con,
div.article-con * {
	font-size: 24px !important;
	font-family: 仿宋 !important;
	line-height: 2em !important;
}


div.article-con>h1 {
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}

div.article-con>a {
	position: absolute;
	right: 8px;
	bottom: 50px;
	width: 102px;
	height: 31px;
	line-height: 31px !important;
	text-align: center;
	color: #fff;
	background-color: #f37728;
	border-radius: 3px;
	font-size: 16px !important;
}

div.article-page {


	line-height: 30px;
	margin: 15px auto 10px;

}

div.article-page>a:hover {
	color: #0064ac;
}

.article-page-pre {
	margin: 10px auto;
}



.video {
	width: 600px;
	height: 450px;
	margin: 0 auto;
}

/*********响应式设置-start****************/


@media only screen and (max-width: 1200px) {
	div.article {
		width: 90%;

		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}


}

@media only screen and (max-width: 800px) {
	div.article-page {
		height: auto;
		line-height: normal;

	}

	a.article-page-pre {
		float: none;
		display: block;
		margin: 10px 0;
	}

	a.article-page-next {
		float: none;
		display: block;
		margin: 10px 0;
	}

	div.article>h1 {
		font-size: 18px;
	}

	div.article-con {
		padding: 20px 0 20px;
	}
}


@media only screen and (max-width: 600px) {
	.video {
		width: 360px;
		height: 300px;
	}

}

/*********响应式设置-over****************/



/*********article-start****************/








.reduce {
	margin: 0 0.15rem;
}

.add {
	margin-left: 0.15rem;
}




/********20180104**********/
.liebiao-list {
	background-color: #fff;
	padding: 20px;
}



.liebiao-list li {
	padding: 43px 0;
	border-top: 1px solid #efefef;
}

.liebiao-list li:first-child {
	border-top: 0;
}

.data {
	text-align: center;
	width: 82px;
	padding-right: 15px;
	height: 52px;
	border-right: 1px dashed #eee;
	margin-right: 22px;
}

.data h1 {
	font-size: 44px;
	color: #666666;
	height: 35px;
	line-height: 35px;
	transition: .3s;

}

.data h2 {
	font-size: 14px;
	color: #666666;
	margin-top: 3px;
	transition: .3s;
}

.liebiao-list li:hover .data h1 {
	color: #009944;
}

.liebiao-list li:hover .data h2 {
	color: #009944;
}

.liebiao-list li:hover .data-con h1 a {
	color: #009944;
}




.data-con h1 {
	font-size: 16px;
	color: #707070;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.data-con h1 a {
	color: #707070;
	transition: .3s;
}


.data-con p {
	font-size: 14px;
	color: #acacac;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}




.shipin_list li {
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 50px;
}


.shipin_list li h1 {
	margin-top: 18px;
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.shipin_list ul {
	margin-left: -3%;
}

.shipin_pic {
	position: relative;
}

.shipin_hei {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-image: url(../images/heidi.png);
	bottom: 0;
}

.shipin_pic img {
	display: block;
	width: 100%;
}

.shipin_hei i {
	position: absolute;
	width: 62px;
	height: 62px;
	left: 50%;
	margin-left: -31px;
	top: 50%;
	margin-top: -31px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/bobobo.png);
}



.dashiji-div .owl-prev {
	position: absolute;
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/lll.png);
	cursor: pointer;
	font-size: 0;
	left: -50px;
	top: 50%;
	margin-top: -26px;
}

.dashiji-div .owl-next {
	position: absolute;
	width: 52px;
	height: 52px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/rrr.png);
	cursor: pointer;
	font-size: 0;
	right: -50px;
	top: 50%;
	margin-top: -26px;
}


.index2222-a {
	text-align: center;
	margin-top: 40px;
}

.index2222-a a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background-color: #ccc;
	padding: 12px 55px;
}

.index2222-a a:hover {
	background-color: #009944;
}

.zhengcefagui {
	padding-bottom: 60px;
}

.zhengcefagui .about-title {
	color: #666;
}

.rencai .about-title {
	color: #666 !important;
}

.zhengcefagui-list li {
	width: 48%;
	margin-bottom: 4%;
	background-image: url(../images/zy2.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.zhengcefagui-list li:hover {
	background-color: #009944;
	color: #fff;
	/*background-image: url(../images/zy2h.png);*/
}

.zhengcefagui-list li:hover a {
	background-image: url(../images/zyh.png);

}

.zhengcefagui-list li a {
	display: block;
	height: 90px;
	line-height: 90px;
	border: 1px solid #009944;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 90px;
	background-image: url(../images/zy.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}

.zhengcefagui-list li a span {
	font-size: 14px;
	color: #666;
	margin-right: 20px;
	margin-left: 20px;
}

.zhengcefagui-list li a i {
	font-size: 16px;
	color: #333;
}

.zhengcefagui-list li:hover a span,
.zhengcefagui-list li:hover a i {
	color: #fff;
}



.bt-page {
	text-align: center;
}

.bt-page .mypage {
	display: inline-block;
	font-size: 14px;
	margin-top: 52px;
	margin-bottom: 45px;
	border-radius: 3px;
	clear: both;
}

.bt-page .mypage tr {
	border-left: 1px solid #ddd;
}

.bt-page .mypage li,
.bt-page .mypage td {
	font-size: 14px;
	padding: 3px 10px;
	list-style: none;
	display: inline;
	float: left;
	line-height: 1em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
	line-height: 22px;
}

.bt-pagebt-page .mypage li a,
.bt-page .mypage td a {
	display: inline-block;
	color: #999;
	font-size: 14px;
}

.bt-page .mypage li a:hover,
.bt-page .mypage td a:hover {
	text-decoration: none;
	color: #222;
}

.bt-page .mypage li.thisclass {
	background-color: #f9f9f9;
	color: #999;
}

.bt-page .mypage li:first-child {
	border-left-width: 1px;
	border-radius: 3px 0 0 3px;
}

.bt-page .mypage li:last-child {
	border-radius: 0 3px 3px 0;
}

.bt-page .mypage .pageinfo {
	color: #444;
}


.bt-page .mypage li.active a {
	background-color: #f9f9f9;
	border-color: #f9f9f9;
}