body {
	font-size:14px;
	min-width:1280px;
}
* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
ul, li {
	list-style:none;
}
.clear {
	clear:both
}
.l {
	float:left;
}
.r {
	float:right;
}
a {
	text-decoration:none;
}
.em {
	font-style: normal
}
* {
	margin:0;
	padding: 0;
}
html body {
	width: 100%;
	font-size: 14px;
}
.s_width {
	width:1280px;
	margin:0 auto;
	position:relative
}
.liuyan {
	padding:0 0 30px 0;
}
.rt {
	height:400px;
	width: 1200px;
	margin: 0 auto;
	border: 1px solid #d5d5d5;
	padding-top: 60px;
}
.s_width {
	width:1280px;
	margin:0 auto;
	position:relative;
}
.img_sty {

	overflow: hidden;

}

.img_sty img {

	cursor: pointer;

	transition: all 0.6s;

}

.img_sty img:hover {

	transform: scale(1.4);

}
/*header*/

.header {
	background:#fff url(../images/hhline.jpg) no-repeat center top;
}
.header .s_width {
	position:relative;
	height:107px;
}
.header .s_width h1 span {
	display:none;
}
.header .s_width .logo {
	float:left;
	padding:35px 0 0 0
}
.header .s_width .logo a {
	display:block;
}
/*nav*/
.nav {
	height:97px;
	width:800px;
	margin:10px 0 0 0
}
.nav ul {
	height:97px;
}
.nav li {
	float:left;
	line-height:97px;
	width:99px;
	color:#fff;
	text-align:right;
	font-size:15px;
	background:url(../images/navline.png) no-repeat right center;
}
.nav li:last-child {
	background:none
}
.nav li a {
	font-size:15px;
	line-height:97px;
	color:#5a5a5a;
	text-align:center;
	text-decoration:none;
	display:block;
}
.nav li a:hover {
	color:#1168d4;
}
.nav li .sign {
	width: 19px;
	height: 9px;
	position: absolute;
	left: 50%;
	bottom:-7px;
	z-index: 8;
	margin-left: 0;
	display: none;
}
.subnav {
	width:1920px;
	padding-top: 23px;
	position: absolute;
	top: 107px;
	z-index:5;
	display: none;
	left:50%;
	margin-left:-960px;
	background:rgba(0, 0, 0, 0.7)
}
.subnav-bot {
	height: 16px;
}
.header-main.fixed .subnav {
	top:46px;
}
.header-main.fixed .nav li a {
	padding-bottom:0;
}
.investor-subnav {
	padding-top: 23px;
	z-index:999999;
	overflow:hidden
}
.subnav_con {
	width:1280px;
	margin:0 auto;
	text-align:left;
}
.subnav_con_li {
	width:220px;
	border:1px solid rgba(255, 255, 255, 0.1);
	float:left;
	margin-right:33px;
	margin-bottom:30px;
	cursor:pointer;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.subnav_con img {
	width:71px;
	height:87px;
	display:block;
	margin:30px auto 0 auto
}
.subnav_con .cage_text {
	font-size:15px;
	color:#fff;
	line-height:40px;
	text-align:center;
	padding:0 0 25px 0
}
.subnav_con .cage_text strong {
	display:block;
	font-size:20px;
	color:#fff;
	line-height:50px;
	text-align:center
}
.subnav_con .cage_text span {
	display:block;
	width:100px;
	margin:0 auto;
	border:1px solid rgba(255, 255, 255, 0.3);
	font-size:15px;
	color:#fff;
	line-height:30px;
	text-align:center;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.subnav_con_li p {
	background:url(../images/jia.jpg) no-repeat center 120px;
	text-align:center;
	font-size:26px;
	padding:34px 0 94px 0;
}
.subnav_con_li:nth-child(5n) {
margin-right:0;
}
.subnav_con_li:hover .cage_text span {
	color:#fff;
	background:#e48531;
	border:1px solid #e48531
}
.nav li .nav_erji {
	width:130px;
	display:none;
	text-align:center;
	color:#4f4f4f;
	position:absolute;
	top:97px;
	left:0;
	background:#098845;
	z-index:99999
}
.nav li .nav_erji a {
	display:block;
	BACKGROUND: url(asdfasdf);
	COLOR: #fff;
	LINE-HEIGHT:30px;
	FONT-SIZE: 15px;
	font-weight:normal;
	border-bottom:1px solid #188e50;
	margin-top:0;
	padding:5px 10px;
}
.nav li .nav_erji a:hover {
	color:#fff;
	border-bottom:1px solid #e79527;
	background:#e79527;
	border-top:0;
	border-right:0;
	border-left:0;
	FONT-SIZE: 15px;
}
.nav li .header_nav_btm {
	height:3px;
	background:#e79527;
	width:130px;
	transform:rotateY(0deg);
	display:none;
}
.nav li:hover .header_nav_btm {
	animation: header_nav_btm_animate 0.5s;
	-moz-animation: header_nav_btm_animate 0.5s;	/* Firefox */
	-webkit-animation: header_nav_btm_animate 0.5s;	/* Safari 和 Chrome */
	-o-animation: header_nav_btm_animate 0.5s;/* Opera */
	transform-origin:left;
	display:block;
}
@keyframes header_nav_btm_animate {
 from {
transform:rotateY(-90deg);
}
to {
	transform:rotateY(0deg);
}
}
@-moz-keyframes header_nav_btm_animate { /* Firefox */
 from {
transform:rotateY(-90deg);
}
to {
	transform:rotateY(0deg);
}
}
@-webkit-keyframes header_nav_btm_animate { /* Safari 和 Chrome */
 from {
transform:rotateY(-90deg);
}
to {
	transform:rotateY(0deg);
}
}
@-o-keyframes header_nav_btm_animate { /* Opera */
 from {
transform:rotateY(-90deg);
}
to {
	transform:rotateY(0deg);
}
}
/*nav end*/



.cage {
	background:url(../images/fffbg2.jpg) no-repeat center top;
	height:181px;
	border-bottom:1px solid #e7e7e7
}
.cage .s_width {
	height:181px;
}
.cage .s_width .cage_l {
	width:215px;
	border-left:1px solid rgba(255, 255, 255, 0.1);
	height:181px;
	text-align:center;
	font-weight:bold;
	color:#fefefe;
	font-size:30px;
	line-height:45px;
}
.cage .s_width .cage_l img {
	display:block;
	margin:40px auto 10px auto;
	width:55px;
}


.class_list_box {
	width:755px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	margin:3px 0 0 0; background:#f3f3f3;
}


#class_list li {
	float:left;
	width:265px;
	border-right:1px solid #e7e7e7;
	height:178px;
	position:relative;
	cursor:pointer;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	cursor:pointer;
}
#class_list li:hover {
	background:#dd812e;
	border-right:1px solid #dd812e;
}

#class_list li img {
	position:absolute;
	left:15px;
	top:45px;
	width:85px;
	height:85px;
}
#class_list li .cage_text {
	position:absolute;
	left:105px;
	top:45px;
}
#class_list li .cage_text strong {
	display:block;
	font-size:20px;
	color:#1b57b3;
	line-height:50px;
}
#class_list li .cage_text span {
	display:block;
	font-size:18px;
	color:#1b57b3;
	line-height:50px;
}
#class_list li:hover .cage_text strong {
	color:#fff;
}
/*首页产品展示*/

.iproduct {
	padding:60px 0 50px 0;
	overflow:hidden;
	background:#fff url(../images/cpbg.jpg) repeat-x left bottom;
}
.iproduct h3 {
	text-align:center;
	font-size:36px;
	color:#1b5abd;
	padding:0 0 40px 0;
	background:url(../images/cpline.png) no-repeat center 25px;
}
.iproduct h3 strong {
	color:#e8943b
}
.iproduct h3 span {
	display:block;
	color:#888;
	font-size:16px;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	padding:12px 0 15px 0
}
.iproduct h2 {
	text-align:center;
	font-size:36px;
	color:#1b5abd;
	padding:0 0 40px 0;
	background:url(../images/cpline.png) no-repeat center 25px;
	font-weight:800;
}
.iproduct h2 strong {
	color:#e8943b
}
.iproduct h2 span {
	display:block;
	color:#888;
	font-size:16px;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	padding:12px 0 15px 0
}
.iproduct .s_width {
	position:relative;
	padding:0 0 35px 0
}
.chanpin_con {
	width:1280px;
	position:relative;
}
.pro_dd {
	width:1222px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	border-right:1px solid #eaeaea;
}
.chanpin_con li {
	float:left;
	padding:0;
	width:409px;
	height:435px;
	background:#eaeaea;
	position:relative;
	overflow:hidden;
}
.chanpin_con li:hover a {
	font-weight:bold;
}
.chanpin_con li img {
	width:100%;
	transition:0.4s ease;
	-moz-transition:0.4s ease;
	-webkit-transition:0.4s ease;
	height:320px;
}
.chanpin_con li:hover img {
	transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
	height:320px;
}
.chanpin_con li a {
	width:408px;
	height:433px;
	display:block;
	margin:1px 0 0 1px;
	background:#fff;
}
.chanpin_con li a .chanpin_con_cc {
	width:410px;
	height:115px;
	position: absolute;
	bottom:0;
	left:0;
	z-index:2;
	text-align:center;
	background:rgba(213, 94, 0, 0.7);
	color:#ffffff;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.chanpin_con li a .chanpin_con_cc span {
	display:block;
	text-align:center;
	font-size:24px;
	line-height:40px;
	padding:15px 0 0 0
}
.chanpin_con li a .chanpin_con_cc p {
	font-size:15px;
	text-align:center;
	width:69px;
	margin:0 auto;
	border-bottom:1px solid rgba(255, 255, 255, 0.6);
	line-height:30px;
}
.chanpin_con li a .chanpin_con_hover {
	width:410px;
	height:435px;
	position: absolute;
	bottom:-508px;
	left:0;
	z-index:2;
	text-align:center;
	background:rgba(24, 71, 159, 0.85);
	color:#ffffff;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.chanpin_con li a .chanpin_con_hover span {
	display:block;
	text-align:center;
	font-size:30px;
	line-height:90px;
	padding:155px 0 0 0;
	font-weight:bold;
}
.chanpin_con li a .chanpin_con_hover p {
	font-size:15px;
	text-align:center;
	width:129px;
	margin:0 auto;
	border:1px solid rgba(255, 255, 255, 0.3);
	line-height:30px;
}
.chanpin_con li:hover .chanpin_con_cc {
	bottom:-115px;
}
.chanpin_con li:hover .chanpin_con_hover {
	bottom:0;
}
.tupian_zl {
	position:absolute;
	left:-30px;
	top:200px;
	width:28px;
	height:51px;
	background:url(../images/jt_l.png);
	cursor:pointer
}
.tupian_zr {
	position:absolute;
	right:-30px;
	top:200px;
	width:28px;
	height:51px;
	background:url(../images/jt_r.png);
	cursor:pointer
}
/*adv*/
.adv {
	height:227px;
	background:url(../images/why.jpg) no-repeat center top;
}
.adv .s_width {
	padding:50px 0 0 0;
}
/*youshi*/
/*优势*/
.Iyoushi {
	width: 100%;
	height: 810px;
	background: url("../images/ysbj.jpg") no-repeat center top;
	margin: auto;
	overflow: hidden;
}
.Iyoushi_box {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-top: 110px;
}
.Iyoushi_l {
	width: 333px;
}
.Iyoushi_l h4 {
	background: url("../images/ysbt.png") no-repeat left;
	height:200px;
	font-size: 55px;
	color: #f8b215;
	padding-top: 125px;
}
.Iyoushi_l h4 span {
	color: #fff;
	display: block;
}
.Iyoushi_l p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding: 30px 0;
	margin-left: 20px;
}
.Iyoushi_l a {
	display: block;
	float: left;
	width: 130px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background:#f8b215;
	border-radius: 25px;
	margin-top: 50px;
	margin-left: 20px;
}
.Iyoushi_l a:hover {
	background: #2b2a2a;
	color: #fff;
}
.Iyoushi_r {
	width: 780px;
	height: 600px;
	background:rgba(255, 255, 255, 0.9);
}
.Iyoushi_r h3 {
	font-size: 36px;
	color: #333;
	margin-top: 50px;
	margin-left: 70px;
	margin-bottom: 20px;
}
.Iyoushi_r h3 span {
	color: #1562d2;
}
.Iyoushi_r a {
	display: block;
	float: left;
	width: 650px;
	margin-bottom: 10px;
	margin-left: 70px;
}
.ys_r a h5 {
	font-size: 24px;
}
.ys_r a  h5 span {
	font-size: 24px; color:#000
}
.Iyoushi_r a h5 b {
	font-size: 30px;
	color: #1562d2;
	font-family: impact;
	margin-right: 10px;
}
.Iyoushi_r a p {
	font-size: 18px;
	line-height: 30px; color:#444444
}
/*qiyewenhua*/
.qiyewenhua {
	padding:60px 0 40px 0
}
.qiyewenhua h2 {
	width:390px;
	height:99px;
	margin:0 auto 40px auto;
	background:url(../images/ll.png) no-repeat center 25px;
	text-align:center;
}
.qiyewenhua h2 span {
	font-size:36px;
	display:block;
	color:#1d4c96
}
.qiyewenhua h2 span strong {
	color:#e8943b
}
.qiyewenhua h2 p {
	color:#7b7b7b;
	font-size:17px;
	font-weight:normal;
	line-height:30px
}
.qiyewenhua ul {
	width:1280px;
	margin:0 auto;
}
.qiyewenhua li {
	float:left;
	width:318px;
	border-right:1px solid #e6e6e6;
	text-align:center;
}
.qiyewenhua li:nth-child(4n) {
border-right:0 solid #e6e6e6
}
.qiyewenhua li img {
	width:72px;
	margin:0 auto 10px auto;
	display:block
}
.qiyewenhua li p {
	width:225px;
	margin:0 auto;
	line-height:26px;
	font-size:15px;
	color:#6d6d6d;
	padding:10px 0 0 0
}
.qiyewenhua li strong {
	display:block;
	font-size:22px;
	color:#3c3c3c;
	line-height:55px;
	background:url(../images/lld.jpg) no-repeat center bottom;
}
/*case*/
.case {
	padding:25px 0;
	overflow:hidden;
}
.case h2 {
	text-align:center;
	font-size:36px;
	color:#1d4c96;
	padding:0 0 40px 0;
	background:url(../images/caseline.png) no-repeat center 25px;
}
.case h2 a {
	color:#1d4c96;
}
.case h2 strong {
	color:#e8943b
}
.case h2 span {
	color:#1955b4;
	padding:0 0 0 15px;
	font-family:Impact;
	text-transform:uppercase;
}
.case .case_con {
	width:1280px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.case .case_con li {
	float:left;
	width:302px;
	border:1px solid #ebebeb;
	margin:0 20px 0 0;
}
.case .case_con li img {
	width:302px;
	height:230px;
}
.case .case_con p {
	line-height:55px;
	text-align:center;
	font-size:15px;
	color:#777
}
.case .case_con p a {
	color:#666
}
/*about*/
.about {
	background:#f3f3f3 url(../images/abbg.jpg) no-repeat center top;
	padding:98px 0 0 0
}
.about .s_width {
	height:576px;
	background:url(../images/jjbg.jpg) no-repeat left bottom;
	position:relative;
}
.about .about_pic {
	width:615px;
	height:502px;
	position:absolute;
	left:45px;
	top:0;
	background:url(../images/hsbg.jpg) no-repeat right bottom;
}
.about .about_con {
	width:530px;
	height:330px;
	position:absolute;
	right:45px;
	top:140px
}
.about .about_con h2 {
	font-size:36px;
	color:#ffffff;
	background:url(../images/abline.jpg) no-repeat left bottom;
	line-height:73px;
}
.about .about_con span {
	display:block;
	font-size:26px;
	color:#fff;
	padding:40px 0 20px 0
}
.about .about_con p {
	font-size:15px;
	line-height:28px;
	color:#fff;
}
.about .about_more {
	position:absolute;
	right:0;
	bottom:0;
	width:68px;
	height:68px;
	cursor:pointer;
}
/*factory*/
.factory {
	padding:65px 0;
	overflow:hidden;
	background:#f3f3f3
}
.factory h2 {
	width:390px;
	height:99px;
	margin:0 auto 40px auto;
	background:url(../images/ll.png) no-repeat center 25px;
	text-align:center;
}
.factory h2 span {
	font-size:36px;
	display:block;
	color:#1d4c96
}
.factory h2 span strong {
	color:#e8943b
}
.factory h2 p {
	color:#7b7b7b;
	font-size:17px;
	font-weight:normal;
	line-height:30px
}
.factory .factory_con {
	width:1280px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.factory .factory_con li {
	float:left;
	width:420px;
	border:1px solid #ebebeb;
	margin:0 7px 0 0;
	background:#fff;
}
.factory .factory_con li img {
	width:420px;
	height:315px;
}
.factory .factory_con p {
	line-height:45px;
	text-align:center;
	font-size:15px;
	color:#777;
	padding:30px 0
}
.factory .factory_con p a {
	color:#666;
	font-size:17px;
}
.factory .factory_con p span {
	display:block;
	width:133px;
	height:32px;
	line-height:32px;
	background:#e59138;
	margin:0 auto;
	color:#fff
}
/*hangye*/
.hangye {
	background:url(../images/hye.jpg) no-repeat center top;
	height:250px;
}
.hangye .s_width {
	height:250px;
}
.hangye .hangye_title {
	width:215px;
	position:absolute;
	left:0;
	top:55px;
}
.hangye .hangye_title h2 {
	font-size:36px;
	color:#ffffff;
	line-height:75px;
}
.hangye .hangye_title span {
	width:73px;
	height:1px;
	display:block;
	background:#fff;
}
.hangye .hangye_title p {
	font-size:18px;
	color:#fff;
	line-height:65px;
	text-transform:uppercase
}
.hangye ul {
	position:absolute;
	right:0;
	top:0;
	width:965px;
}
.hangye li {
	width:120px;
	float:left;
	padding:48px 0 0 40px;
}
.hangye li div {
	padding:25px;
	border:1px solid rgba(255, 255, 255, 0.2);
	border-radius:150px;
}
.hangye li p {
	font-size:15px;
	color:#ffffff;
	text-align:center;
	line-height:45px;
}
/*news*/
.news {
	background:#f3f3f3;
	padding:80px 0;
}
.news .s_width {
	height:525px;
	position:relative;
}
.news_left {
	width:320px;
	background:#fff url(../images/ntbg.jpg) repeat-x left top;
	padding:40px 0 35px 0
}
.news_title {
	width:247px;
	margin:0 auto 30px auto;
	border-left:3px solid #ed9940;
	padding:0 0 0 18px;
}
.news_title h2 {
	font-size:28px;
	color:#fff;
}
.news_title span {
	display:block;
	font-size:16px;
	color:#a8a8a8;
	text-transform:uppercase
}
.news_title a {
	display:block;
	width:18px;
	padding:10px 0 0 0
}
.newspic {
	width:268px;
	margin:0 auto 20px auto
}
.news_first {
	width:268px;
	margin:0 auto
}
.news_first a {
	font-size:18px;
	color:#3e3e3e;
	font-weight:bold;
	line-height:55px;
}
.news_first p {
	font-size:14px;
	color:#7f7f7f;
	line-height:24px;
	padding:0 0 25px 0
}
.news_first div {
	background:url(../images/nnline.jpg) no-repeat left center;
	text-align:right;
	font-size:14px;
	color:#7f7f7f;
	text-transform:uppercase
}
.news_top {
	width:938px;
	height:525px;
	top:0;
	right:0;
	position:absolute;
	background:#fff;
}
.news_top li {
	width:400px;
	height:179px;
	float:left;
	padding:40px 0 0 50px;
}
.news_top a {
	display:block;
	font-size:18px;
	color:#3e3e3e;
	font-weight:bold;
	line-height:55px;
	background:url(../images/njia2.png) no-repeat right center;
}
.news_top p {
	font-size:14px;
	color:#7f7f7f;
	line-height:24px;
	padding:0 0 25px 0
}
.news_top div {
	background:url(../images/nnline.jpg) no-repeat left center;
	text-align:right;
	font-size:14px;
	color:#7f7f7f;
	text-transform:uppercase
}
.wenti {
	width:938px;
	height:255px;
	bottom:0;
	right:0;
	position:absolute;
	background:#fff;
}
.wenti_l {
	background:url(../images/cpic.jpg) no-repeat left center;
	margin:25px 0 0 25px;
	height:210px;
	width:130px;
	padding:0 0 0 310px;
}
.wenti_l strong {
	display:block;
	font-size:24px;
	color:#da1010;
	background:url(../images/wtline.jpg) no-repeat left bottom;
	padding:50px 0 0 0
}
.wenti_l strong span {
	color:#016bc3;
	line-height:55px;
}
.wenti_l div {
	text-transform:uppercase;
	font-size:16px;
	color:#a9a9a9;
	font-weight:bold;
	line-height:45px;
}
.wenti ul {
	width:418px;
	margin:20px 38px 0 0
}
.wenti li {
	line-height:35px;
	background:url(../images/q.jpg) no-repeat left 8px;
	padding:0 0 20px 0;
	;
}
.wenti li a {
	line-height:35px;
	font-size:16px;
	color:#3e3e3e;
	display:block;
	background:url(../images/wtj.jpg) no-repeat right center;
	padding:0 0 0 30px;
}
.wenti li p {
	color:#989898;
	font-size:14px;
	line-height:22px;
	margin:0 30px 0 0;
	border-bottom:1px solid #eee;
	padding:0 0 15px 30px;
	background:url(../images/a.jpg) no-repeat left 4px;
}
.wenti li a:hover {
	color:#1068c2
}
/*底部样式*/

.f_link {
	background:#f1e521;
	color:#fff;
	font-size:16px;
	line-height:90px;
}
.f_link .s_width {
	background:url(../images/images/fl.png) no-repeat left center;
}
.f_link .s_width span {
	width:190px;
	display:inline-block
}
.f_link a {
	color:#151515;
	font-size:17px;
}
.f_link a:hover {
	color:#111;
	font-weight:bold;
}
.footer {
	background:url(../images/footbg.jpg) no-repeat center top;
	padding:0 0 3px 0
}
.footer .footer_nav {
	border-bottom:1px solid rgba(255, 255, 255, 0.2)
}
.footer ul {
	width:1280px;
	margin:0 auto;
	line-height:92px;
}
.footer li {
	width:155px;
	float:left;
	background:url(../images/f_line.png) no-repeat right center;
	text-align:center;
}
.footer li a {
	color:#e8eef8;
	font-size:16px;
}
.footer .s_width {
	padding:30px 0 0 0
}
.footer span {
	display:block;
	background:url(../images/f_navline.jpg) no-repeat left bottom;
	color:#dfe7f5;
	line-height:45px;
	font-size:17px;
	margin:0 0 25px 0
}
.footer .p_nav {
	margin:30px 0;
	border-right:1px solid rgba(255, 255, 255, 0.2)
}
.footer .f_logo {
	border-right:1px solid rgba(255, 255, 255, 0.2);
	padding:42px 55px 42px 0;
	margin:30px 0
}
.footer .p_nav a {
	color:#dbe5f6;
	line-height:27px;
}
.footer .p_nav p {
	color:#dbe5f6;
	font-size:15px;
	line-height:27px;
}
.footer .f_erweima {
	width:127px;
	text-align:center;
	line-height:55px;
	color:#dbe5f6;
	margin:30px 0;
	font-size:17px;
	padding:22px 0 0 0;
}
.footer_p {
	text-align:center;
	color:#ffffff;
	font-size:15px;
	line-height:55px;
	text-transform:uppercase;
	background:#2b2b2b
}
.footer_p a {
	color:#ffffff
}
.footer_p a:hover {
	color:#6bf0a9;
	font-weight:bold
}
/*erjilanmu*/
.erjilanmu {
	background:#1153bc;
}
.erjilanmu ul {
	width:1280px;
	margin:0 auto;
	padding:10px 0
}
.erjilanmu li {
	width:150px;
	float:left;
	text-align: center;
	margin-right:20px;
	background:url(../images/li.png) no-repeat right center;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.erjilanmu li a {
	line-height:50px;
	font-size:16px;
	color:#fff
}
.erjilanmu li:hover {
	background:#fff;
	color:#333
}
.erjilanmu li:hover a {
	color:#333
}
.erjilanmu li.honor_li {
	background:#fff;
}
.erjilanmu li.honor_li a {
	color:#333
}
.body_content {
	width:1250px;
	margin:0 auto;
	padding:20px 0;
	line-height:30px;
	font-size:16px;
	color:#333333;
}
.body_content p {
	line-height:30px;
	font-size:16px;
	color:#333333;
	padding:10px 30px
}
/*wenhua*/
.part_2 {
	padding:0px 0 0 0;
	margin:30px 0 0 0
}
.part_1 {
	padding-top:80px;
	display:block;
	height:500px;
	padding-bottom:80px;
	background:url(../images/wenhuabg.jpg) no-repeat center bottom;
}
.part_1 b {
	float:left;
	width:807px;
	height:500px;
	display:block;
	background:url(../images/a7_03.jpg) center center no-repeat;
}
.part_1 ul {
	float:right;
	width:365px;
	padding-top:90px;
}
.part_1 ul li {
	padding-bottom:60px;
}
.part_1 ul li p {
	font-size:26px;
	color:#333;
	font-weight:bold;
	line-height:38px;
}
.part_1 ul li p span {
	display:inline-block;
	font-size:20px;
	color:#333333;
	font-family:"Arial";
	font-weight:normal;
	padding: 0 0 0 30px;
}
.part_1 ul li i {
	display:block;
	font-size:16px;
	color:#333;
	line-height:26px;
	padding-top:10px;
	font-style:normal;
}
.espcms_page_location {
	width:100%;
	height:70px;
	line-height: 70px;
	font-size:16px;
	border-bottom:1px solid #ddd
}
.espcms_page_location .s_width {
	background:url(../images/hh.png) no-repeat left center;
	color:#666
}
.espcms_page_location .s_width p {
	padding:0 0 0 60px;
}
.espcms_page_location .s_width a {
	color:#666
}
.espcms_page {
	width:1280px;
	overflow: hidden;
	margin: 0 auto;
	padding:0 0 30px 0
}
.espcms_page_border {
	width:998px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	padding:5px 0px;
	margin-top: 15px;
	margin-bottom:15px;
}
.espcms_page_border li {
	float: left;
	height:85px;
	line-height: 86px;
	padding: 0px 7px;
}
.espcms_page_border li.font {
	float: left;
	height:35px;
	line-height: 35px;
	padding: 0px 0px 0px 14px;
}
/*内页结构*/
.espcms_page_bannpic {
	width:100%;
	margin: 0 auto;
	text-align: center;
	background-color: #eafaff;
	overflow: hidden;
}
.espcms_page_left_linkbg {
	background: url(../images/espcms_left_bg.jpg) repeat-y left;
}
.espcms_page_left {
	float: left;
	width:230px;
	overflow: hidden;
}
.espcms_page_right {
	padding-bottom:25px;
	overflow: hidden;
	margin-top:30px;
}
.espcms_page_left h2 {
	line-height:40px;
	width:230px;
	padding:10px 0px 7px 0;
	background:#52a61a;
	margin: 0px;
	font-size:20px;
	overflow: hidden;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
.espcms_page_left .leftCotnet {
	float: left;
	width:190px;
	padding-left:5px;
	padding-right:5px;
	overflow: hidden;
}
.espcms_page_left .espcms_three_one li {
	float: left;
	width:195px;
	height:40px;
	padding-left:5px;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
	background: url('../images/icon3.gif') no-repeat 188px 15px;
}
.espcms_page_left .espcms_three_one li.hover a {
	color:#0e9d56;
}
.espcms_page_left .espcms_three_one li a {
	font-weight: bold;
	font-size:14px;
	color:#b2b2b2
}
.espcms_page_left .espcms_three_one li a:hover {
	color:#0e9d56
}
.espcms_page_typename_width {
	padding:10px 0px 7px 5px;
	color:#058a8a;
	font-size:16px;
}
.espcms_page_labelname {
	width:230px;
	padding:5px 0px 7px 5px;
	color:#333;
	font-size:16px;
}
.espcms_page_location {
	width:100%;
	height:70px;
	line-height: 70px;
	font-size:16px;
	border-bottom:1px solid #ddd
}
.espcms_page_location .s_width {
	background:url(../images/hh.png) no-repeat left center;
	color:#666
}
.espcms_page_location .s_width p {
	padding:0 0 0 60px;
}
.espcms_page_location .s_width a {
	color:#666
}
.espcms_news_title {
	padding:15px;
	text-align: center;
	margin: 0px auto;
	color:#333;
}
.espcms_news_title h1 {
	line-height:50px;
}
.espcms_newslist_read {
	padding:0px 5px;
}
.espcms_newslist_read li {
	float: left;
	width:48%;
	background: url('../images/icon2.gif') no-repeat 0px 8px;
	padding:0px 0px 5px 8px;
	overflow: hidden;
}
.se_date {
	text-align:center;
	font-size:15px;
	color:#555
}
/*内容查看*/
.espcms_book {
	overflow: hidden;
	margin-bottom:30px;
	border:1px solid #eee;
	padding:20px;
	background:#fff
}
.espcms_book img {
	margin-bottom:15px;
}
.espcms_book {
	line-height:30px;
	font-size:16px;
	color:#333333;
}
.espcms_book p {
	line-height:30px;
	font-size:16px;
	color:#333333;
}
a.infolist2 {
	color: #656565;
	text-decoration: none;
}
a:visited.infolist2 {
	color: #656565;
	text-decoration: none;
}
a:hover.infolist2 {
	color: #dc6d09;
	text-decoration: underline;
}
.lianxi {
	position:relative;
	width:100%;
	position:relative;
	overflow:hidden;
}
.contact_left {
	width:640px;
	height:460px;
	text-align:center
}
.contact_right {
	width:600px;
	height:700px;
	text-align:center;
	font-size:17px;
	color:#fff;
	line-height:33px;
	background:rgba(0, 0, 0, 0.65);
	padding:80px 0 0 0;
	position:relative;
	z-index:22
}
.contact_right strong {
	color:#fff;
	display:block;
	border:3px solid #fff;
	line-height:80px;
	width:450px;
	margin:0 auto
}
.map {
	width:140%;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}
.main {
	width:1280px;
	margin:0 auto;
	position:relative;
}
/*se_hangye*/
.se_news_con {
	padding:40px 0 0 0
}
.se_news_con ul {
}
.se_news_con li {
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
	cursor: pointer;
	margin:0 0 35px 0;
	position:relative;
	top:0;
	border-bottom: 1px solid #eee;
}
.se_news_con li:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.se_news_l {
	width:500px;
	position:relative;
	overflow:hidden;
}
.se_news_l img {
	width:100%;
	transition:0.4s ease;
	-moz-transition:0.4s ease;
	-webkit-transition:0.4s ease;
}
.se_news_l:hover img {
	transform:scale(1.1, 1.1);
	-moz-transform:scale(1.1, 1.1);
	-webkit-transform:scale(1.1, 1.1);
}
.se_news_r {
	width: 700px;
	position: relative;
	z-index: 2;
	padding:20px 0 0 0
}
.se_news_r span {
	display:block;
	background:url(../images/yuan.png) no-repeat left center;
	line-height:35px;
	font-size:14px;
	color:#888;
	padding:0 0 0 20px;
}
.se_news_r h2 {
	font-size:14px;
	color:#555555;
	padding:10px 0 20px 0;
	font-weight:normal;
}
.se_news_r h2 a {
	font-size:33px;
	color:#333;
	text-transform:uppercase;
	display:block;
	line-height:50px;
	transition:all 0.2s ease 0s;
	-webkit-transition:all 0.2s ease 0s;
}
.se_news_r h2 a:hover {
	color:#0f58ce;
}
.se_news_r p {
	line-height:28px;
	color:#777;
	padding:10px 0 20px 0;
	font-size:16px;
}
.se_news_r .se_news_more {
	width:120px;
	border:1px solid #0f58ce;
	line-height:30px;
	text-align:center;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}
.se_news_r .se_news_more a {
	color:#0f58ce;
	font-size:14px;
}
.se_news_r .se_news_more a:hover {
	color:#fff;
}
.se_news_con li:hover .se_news_more {
	background:#0f58ce;
	border:1px solid #0f58ce;
}
.se_news_con li:hover .se_news_more a {
	color:#fff;
}
.se_news_con li:hover .se_news_r h2 a {
	color:#0f58ce;
}
.fenye {
	padding:20px 0 90px 0;
	font-size:14px;
}
.espcms_page_botton {
	text-align: center;
	overflow: hidden;
	padding-top:10px;
}
#pagelist, #espcms_bbs_pagelist {
	color:#818181;
	font-size:14px;
}
.pagination {
	font-family: '微软雅黑', 'Microsoft YaHei UI', 'Microsoft YaHei', arial, helvetica, sans-serif;
	overflow: hidden;
	padding:10px 0px;
	font-size:14px;
	margin: 0px;
}
/*按钮色彩样式*/
.pagination a {
	border: #555 1px solid;
	color: #444;
	text-decoration: none;
	overflow: hidden;
	padding:5px 5px;
	margin: 0px 0px 0px 5px;
}
.pagination a:visited {
	text-decoration: none;
	overflow: hidden;
}
.pagination a:active {
	text-decoration: none;
	overflow: hidden;
}
.pagination a:hover {
	color: #fff;
	background-color: #555;
	overflow: hidden;
}
.pagination span.current {
	border:#555 1px solid;
	color: #fff;
	overflow: hidden;
	padding:5px 5px;
	margin: 0px 0px 0px 5px;
}
.pagination span.disabled {
	background-color: #555;
}
.zs_fl {
	text-align: center;
}
.zs_fl li {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 30px;
	background: linear-gradient(#0d50c1, #005cf7);
	color: #fff;
	margin: 0 5px 5px 0;
 transition: all .3s;
}
.zs_fl li a {
	display: block;
	color: #fff;
}
.zs_fl li:hover {
	background: linear-gradient(#ee8201, #f9b718);
}
#DXpro-box {
}
#DXpro-box li {
	width: 300px;
	height: 275px;
	background: #fff;
	margin: 10px;
	float: left;
	list-style: none;
	overflow: hidden;
	position: relative;
	z-index: 0;
	box-shadow: 0px 0px 10px #ccc;
}
#DXpro-box li img {
	width: 300px;
	height: 225px;
	padding: 0;
	margin: 0;
}
#DXpro-box li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
transition: all .5s;
}
#DXpro-box li p {
	position: absolute;
	width: 300px;
	height: 50px;
	background: #fff;
	z-index: 999;
	left: 0;
	bottom: 0;
 -webkit-transition-duration: .5s;
 -moz-transition-duration: .5s;
 -ms-transition-duration: .5s;
 -o-transition-duration: .5s;
 transition-duration: .5s;
	text-align:center;
}
#DXpro-box li:hover p {
	position: absolute;
	width: 300px;
	height: 100px;
	background: #fff;
	z-index: 999;
	left: 0;
	bottom: 0;
	text-align:center;
}
#DXpro-box li:hover .more22 {
	background: #ea812e;
}
#DXpro-box li p>a {
	width: 100%;
	line-height:50px;
	height: 50px;
	text-align: left;
	font-size: 16px;
	color: #000;
	display: block;
	text-align:center
}
#DXpro-box li p em {
	background: url(../images/pro-tel1.png) left center no-repeat;
	padding-left: 10px;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	display: block;
	margin-left: 30px;
}
#DXpro-box .more22 {
	background: #ea812e;
	text-align: center;
	width: 300px;
	height: 50px;
	line-height:50px;
	font-size: 18px;
	display: block;
}
#DXpro-box .more22 a {
	color: #fff;
	text-align: center;
}
/*==========分页样式===========*/
.paging {
	width:100%;
	height:50px;
	text-align:center;
	padding:30px 0;
}
.paging a, .paging span {
	font:16px/22px "microsoft yahei";
	color:#666666;
	text-decoration:none;
	padding:5px 12px;
	border:solid 1px #c9c9c9;
	display:inline-block;
	white-space:nowrap;
	margin:0 3px;
	border-radius:3px;
	background:#1955b4;
	box-shadow: inset 0 0 30px rgba(239, 239, 239, 0.5)
}
.paging a {
	background:none;
}
.paging a:hover {
	background:#1955b4;
	color:#fff;
	border:1px solid #1955b4;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.5)
}
.paging span {
	background:#636363;
	color:#fff;
	border:1px solid #0d50c1;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.5)
}
.paging .current {
	background:#1955b4;
	color:#fff;
	border:1px solid #1955b4;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.5)
}
