@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
li {
	list-style: none;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	font-size: 14px;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.pos_a {
	position: absolute;
}
.pos_r {
	position: relative;
}
body {
	width: 100%;
	font-family: "微软雅黑";
	font-size: 14px;
	overflow-x: hidden;
}
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: auto;
	overflow: hidden;
}
/* CSS Header */
#he_01 {
	width: 100%;
	height: 35px;
	border-bottom: 1px solid #e8e8e8;
}
#he_01_mid {
	line-height: 35px;
	color: #575757;
	font-size: 14px;
	float: left;
}
#he_01_sy {
	float: right;
	text-align: right;
	line-height: 35px;
	color: #575757;
	font-size: 14px;
}
#he_01_sy a {
	color: #575757;
	font-size: 14px;
	padding: 0 6px;
	transition: all .4s;
}
#he_01_sy a:hover {
	text-decoration: underline;
	color: #0758b3;
}
#he_02 {
	width: 1200px;
	height: 132px;
	margin: 0 auto;
	position: relative;
}
#he_02_logo {
	width: 417px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 31px;
}
#he_02_tel {
	min-width: 93px;
	height: 71px;
	background: url(../images/he_01_tel.png) left center no-repeat;
	padding-left: 61px;
	line-height: 30px;
	color: #999999;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 31px;
}
#he_02_tel span {
	color: #fa7b0a;
	font-size: 24px;
	font-weight: bolder;
}
#he_03 {
	width: 100%;
	height: 60px;
	background: #0048b3;
	margin: 0 auto;
}
#he_03_mid {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
#he_03_mid li {
	width: 150px;
	height: 60px;
	text-align: center;
	float: left;
	position: relative;
}
#he_03_mid li:after {
	width: 2px;
	background: rgba(255,255,255,.1);
	height: 20px;
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	transform: skew(-25deg);
	margin-top: -10px;
	z-index: 1;
}
#he_03_mid li:before {
	width: 150px;
	background: none;
	height: 60px;
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	transform: skew(-25deg);
	z-index: 2;
}
#he_03_mid li:last-child:after {
	background: none;
}
#he_03_mid li a {
	display: block;
	z-index: 3;
	position: relative;
}
#he_03_mid li a p {
	color: rgba(255,255,255,.3);
	font-size: 10px;
	text-transform: uppercase;
	line-height: 20px;
	padding-top: 13px;
	-webkit-transform: scale(0.8);
}
#he_03_mid li a p i {
	color: #fff;
	font-size: 20px;
	font-style: normal;
}
#he_03_mid li:hover:before {
	background: #fa7b0a;
}
#he_03_mid li:hover p {
	color: #fff;
}
#he_04 {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}
#he_04_mid {
	width: 1920px;
	height: 600px;
	position: absolute;
	top: 0;
	left: -360px;
	z-index: 1;
}
#zy_banner {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	background: url(../images/banner-zy.jpg) center no-repeat;
}
#he_05 {
	width: 100%;
	height: 52px;
	background: url(../images/he_05_bg.png) repeat-x;
	margin: 0 auto;
}
#he_05_mid {
	width: 1200px;
	height: 52px;
	margin: 0 auto;
	position: relative;
	line-height: 52px;
	color: #000000;
	font-size: 14px;
}
#he_05_mid a {
	color: #404040;
	font-size: 14px;
	margin-right: 10px;
}
#he_05_mid a:hover {
	color: #e80000;
}
#he_05_search {
	width: 279px;
	height: 29px;
	background: url(../images/search_bg.png) left center no-repeat;
	position: absolute;
	right: 0;
	top: 10px;
}
#he_05_search #search_name {
	width: 232px;
	text-indent: 10px;
	height: 29px;
	line-height: 29px;
	float: left;
	border: none;
	outline: none;
	color: rgba(0,0,0,.3);
	font-family: "微软雅黑";
	font-size: 12px;
	background: none;
}
#he_05_search #button {
	width: 47px;
	height: 29px;
	float: right;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
}
/* CSS Footer */
#footer {
	width: 100%;
	background: #2c2f34;
	margin: 0 auto;
}
#footer_contact {
	width: 1080px;
	height: 86px;
	margin: 0 auto;
	background: #0048b3;
	padding: 0 60px;
}
#footer_contact li {
	width: 260px;
	height: 86px;
	float: left;
}
#footer_contact li:nth-child(1) {
	background: url(../images/f_mobile.png) 20px center no-repeat;
	margin-right: 40px;
}
#footer_contact li:nth-child(2) {
	background: url(../images/f_tel.png) 20px center no-repeat;
	margin-right: 40px;
}
#footer_contact li:nth-child(3) {
	background: url(../images/f_email.png) 20px center no-repeat;
}
#footer_contact li:last-child {
	margin-right: 0;
}
#footer_contact li p {
	padding-left: 90px;
	padding-top: 12px;
	line-height: 26px;
	font-size: 24px;
	color: #fff;
}
#footer_contact li p span {
	font-size: 16px;
}
#footer_mid {
	width: 940px;
	text-align: center;
	line-height: 30px;
	color: rgba(255,255,255,.6);
	font-size: 14px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer_mid a {
	font-size: 14px;
	color: rgba(255,255,255,.6);
	transition: all .4s;
}
#footer_mid a {
	color: rgba(255,255,255,.5);
}
#footer_mid a:hover {
	color: #fff;
}
#copyright {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	/*background: url(../images/footer_hx.png) repeat-x top left;*/
	text-align: center;
	color: rgba(255,255,255,.6);
	font-size: 14px;
	margin: 0 auto;
}
#copyright a {
	color: rgba(255,255,255,.6);
	font-size: 14px;
}
/* CSS Main */
#in_01 {
	width: 100%;
	margin: 0px auto;
	/*background: #f7f7f7 url(../images/in_01_bg.jpg) center no-repeat;*/
	background-attachment: fixed;
	padding: 40px 0;
}
#in_01_title {
	background: url(../images/in_01_title.png) center no-repeat;
	height: 95px;
}
#in_01_mid {
	width: 1200px;
	margin: 0px auto;
	margin-top: 30px;
}
#in_01_l {
	width: 270px;
	float: left;
	background: #f6f6f6;
}
#in_01_r {
	width: 910px;
	float: right;
}
#in_01_r li:nth-child(3n){margin-right: 0;}
#in_01_r li a img{ width: 100%;
	height: auto; display:block; }
#in_01_r li a .icptit { display:block;line-height:26px; height:26px;padding:10px; overflow:hidden; background:#fff; color: #333;font-size: 16px; text-align:center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#in_01_r li:hover{-moz-box-shadow:0px 4px 5px #c8c8c8; -webkit-box-shadow:0px 4px 5px #c8c8c8; box-shadow:0px 4px 5px #c8c8c8;}
#in_01_r ul {
	overflow: hidden;
	zoom: 1;
}
#in_01_r ul li {
	margin-bottom: 20px;
	background: #fff;
	transition: all .4s;
	float: left;
	width:31.65%;
	padding:1px;
	background:#0048b3;
	margin-right:2%;
	_display: inline;
	overflow: hidden;
	text-align: center;
	transition: all .4s;
}
#in_01_r ul li a img {
	width: 100%;
	height: auto;
	display: block;
}
#in_01_r ul li a .icptit {
	display: block;
	line-height: 26px;
	height: 26px;
	padding:6px 10px;
	overflow: hidden;
	background: #0048b3;
	color: #fff;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#in_01_r ul li:hover {
	-moz-box-shadow: 0px 4px 5px #c8c8c8;
	-webkit-box-shadow: 0px 4px 5px #c8c8c8;
	box-shadow: 0px 4px 5px #c8c8c8;
	background: #f6f6f6;
	padding:1px;
}

#in_02 {
	margin: 40px 0;
}
#in_02_title {
	background: url(../images/in_02_title.png) center no-repeat;
	height: 95px;
}
/*#in_02_title {
	text-align: center;
	color: rgba(0,0,0,.6);
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 40px;
}
#in_02_title h4 {
	color: #333333;
	font-size: 48px;
}
#in_02_title h4 span {
	color: #0048b3;
}*/
#in_02 li {
	width: 100%;
	padding:0 0 50px;
	background: url(../images/_02_lbg.jpg) center no-repeat;
}
#in_02 li:nth-child(even) {
	background: url(../images/_02_rbg.jpg) center no-repeat;
}
.in_02_box {
	width: 1200px;
	margin: 0 auto;
}
.in_02_box ._02_img {
	width: 600px;
	position: relative;
}
.in_02_box ._02_img img {
	width: 700px;
}
#in_02 li .in_02_box ._02_img img {
	position: absolute;
	right: 30px;
	top: 0px;
}
#in_02 li:nth-child(even) .in_02_box ._02_img img {
	position: absolute;
	left: 30px;
	top: 0px;
}
.in_02_box ._02_con {
	width: 600px;
	padding: 30px 0;
}
.in_02_box ._02_con ._02_tit {
	width: 100%;
	height: 84px;
	background: url(../images/_02_tit.png) center bottom repeat-x;
	line-height: 60px;
	text-indent: 83px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}
.in_02_box ._02_con ._02_tit span {
	font-size: 72px;
	font-weight: normal;
	font-family: Impact;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
}
.in_02_box ._02_con ._02_info {
	line-height: 30px;
	color: #666666;
	font-size: 16px;
	padding: 15px;
}
.in_02_box ._02_con ._02_btn {
	height: 45px;
	margin: 30px auto;
}
.in_02_box ._02_con ._02_btn a {
	display: block;
	border-radius: 50px;
	transition: all .4s;
	float: left;
	padding: 0 20px;
	min-width: 190px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	margin-right: 27px;
}
.in_02_box ._02_con ._02_btn a.a1 {
	background: #f3a519;
	color: #fff;
}
.in_02_box ._02_con ._02_btn a.a2 {
	background: #eeeeee;
	color: #333;
}
.in_02_box ._02_con ._02_btn a:hover {
	background: #0048b3;
	color: #fff;
}
#in_05 {
	margin: 0px auto;
	padding: 40px 0;
	background: #f8f8f8;
}
#in_05_title {
	background: url(../images/in_05_title.png) center no-repeat;
	height: 95px;
}
#in_05_mid {
	width: 1200px;
	margin: 0px auto;
	margin-top: 35px;
	position: relative;
}
#in_05_mid .btn_l {
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -22px;
	width: 27px;
	height: 44px;
	background: url(../images/gd_lf.png) center no-repeat;
	cursor: pointer;
}
#in_05_mid .btn_r {
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -22px;
	width: 27px;
	height: 44px;
	background: url(../images/gd_rt.png) center no-repeat;
	cursor: pointer;
}
#in_05_ul {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}
#in_05_ul ul{height: 340px;}
#in_05_ul li {
	float: left;
	background: #fff;
	border: solid 1px #ececec;
	margin-right: 10px;
	width: 234px;
	height: 340px;
	transition: all .4s;
}

#in_05_ul li ._05_img {
	width: 234px;
	height: 340px;
	overflow: hidden;
	margin: 0 auto;
}
#in_05_ul li ._05_img img {
	width: 234px;
	height: 340px;
	transition: transform 1s ease 0s;
}
#in_05_ul li:hover ._05_img img {
	transform: scale(1.05, 1.05);
}
#in_05_ul li h4 {
	color: #0048b3;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
}
#in_05_ul li p {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	padding: 10px 20px;
	height: 90px;
	overflow: hidden;
}
#in_05_ul li span {
	display: block;
	width: 42px;
	height: 42px;
	background: url(../images/_05_+.png) center no-repeat;
	margin: 0 auto;
	margin-top: 10px;
}
#in_05_ul li:hover {
	-moz-box-shadow: 0px 4px 5px #c8c8c8;
	-webkit-box-shadow: 0px 4px 5px #c8c8c8;
	box-shadow: 0px 4px 5px #c8c8c8;
}
#in_06 {
	margin: 0px auto;
	background: #f8f8f8;
	padding: 60px 0;
}
#in_06_title {
	background: url(../images/in_06_title.png) center no-repeat;
	height: 95px;
}
#in_06_mid {
	width: 1200px;
	margin: 0px auto;
	margin-top: 35px;
	position: relative;
}
#in_06_mid .btn_l {
	position: absolute;
	left: -90px;
	top: 50%;
	margin-top: -22px;
	width: 27px;
	height: 44px;
	background: url(../images/gd_lf.png) center no-repeat;
	cursor: pointer;
}
#in_06_mid .btn_r {
	position: absolute;
	right: -90px;
	top: 50%;
	margin-top: -22px;
	width: 27px;
	height: 44px;
	background: url(../images/gd_rt.png) center no-repeat;
	cursor: pointer;
}
#in_06_ul {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}
#in_06_ul li {
	float: left;
	background: #fff;
	margin-right: 15px;
	width: 290px;
	padding-bottom: 10px;
	transition: all .4s;
}
#in_06_ul li ._06_img {
	width: 290px;
	height: 218px;
	overflow: hidden;
	margin: 0 auto;
}
#in_06_ul li ._06_img img {
	width: 290px;
	height: 218px;
	transition: transform 1s ease 0s;
}
#in_06_ul li:hover ._06_img img {
	transform: scale(1.05, 1.05);
}
#in_06_ul li h4 {
	color: #282828;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	padding-top: 10px;
}
#in_06_ul li:hover {
	background: #0048b3;
}
#in_06_ul li:hover h4 {
	color: #fff;
}
#in_03 {
	width: 100%;
	margin: 0px auto;
	padding: 40px 0;
	background: url(../images/in_03_bg.jpg) no-repeat;
	background-attachment: fixed;
}
#in_03_title {
	height: 100px;
	background: url(../images/in_03_title.png) center no-repeat;
}
#in_03_mid {
	width: 1150px;
	padding: 40px 25px;
	background: #fff;
	margin: 0px auto;
	margin-top: 40px;
}
#in_03_mid ._intro_img {
	width: 575px;
	height: 375px;
	background: url(../images/intro_img.png) center no-repeat;
	float: left;
}
#in_03_r {
	width: 558px;
	float: right;
}
#in_03_r span {
	color: #666666;
	font-size: 20px;
	line-height: 30px;
}
#in_03_r i {
	font-style: normal;
	color: #0048b3;
	font-size: 40px;
	text-transform: uppercase;
	padding-right: 10px;
}
#in_03_r p {
	color: #666666;
	line-height: 30px;
	font-size: 14px;
	padding: 20px 0;
}
#in_03_r a {
	/*margin-top: 15px;*/
	width: 185px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: block;
	background: #f3a519;
	color: #fff;
	font-size: 16px;
	transition: all .4s;
}
#in_03_r a:hover {
	-moz-box-shadow: 0px 0px 7px #333333;
	-webkit-box-shadow: 0px 0px 7px #333333;
	box-shadow: 0px 0px 7px #333333;
}
#in_03_ul {
	width: 1200px;
	margin: 0px auto;
	margin-top: 20px;
}
#in_03_ul li {
	width: 157px;
	height: 58px;
	padding: 21px 60px;
	background: #f2f2f2;
	float: left;
	margin-right: 30px;
	position: relative;
}
#in_03_ul li:after {
	width: 0;
	height: 3px;
	background: #f3a519;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	transition: all .4s;
}
#in_03_ul li:last-child {
	margin-right: 0;
}
#in_03_ul li p {
	line-height: 58px;
	color: #333333;
	font-size: 18px;
	text-indent: 27px;
}
#in_03_ul li p img {
	float: left;
}
#in_03_ul li:hover:after {
	width: 277px;
}
#in_03_ul li:hover {
	-moz-box-shadow: 0px 4px 5px #333;
	-webkit-box-shadow: 0px 4px 5px #333;
	box-shadow: 0px 4px 5px #333;
}
#in_04 {
	width: 100%;
	padding: 40px 0;
}
#in_04_title {
	height: 100px;
	background: url(../images/in_04_title.png) center no-repeat;
}
#in_04_mid {
	width: 1200px;
	margin: 0 auto;
	margin-top: 25px;
}
#in_04_l {
	width: 589px;
	float: left;
}
#in_04_l li {
	width: 100%;
	height: 115px;
	margin-bottom: 13px;
	background: #f2f2f2;
	transition: all .4s;
	position: relative;
}
#in_04_l .news_time {
	width: 78px;
	height: 62px;
	padding-top: 13px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	border-right: solid 1px #c3c3c3;
	position: absolute;
	left: 20px;
	top: 20px;
}
#in_04_l .news_time span {
	color: #000;
	font-size: 45px;
	transition: all .4s;
}
#in_04_l .news_title {
	width: 449px;
	height: 25px;
	color: #333;
	font-size: 16px;
	line-height: 25px;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: all .4s;
}
#in_04_l .news_info {
	width: 449px;
	color: #626262;
	font-size: 14px;
	line-height: 25px;
	position: absolute;
	right: 20px;
	top: 48px;
	transition: all .4s;
}
#in_04_l li:hover .news_time, #in_04_l li:hover .news_time span, #in_04_l li:hover .news_title, #in_04_l li:hover .news_info {
	color: #fff;
}
#in_04_l li:hover {
	background: #0048b3;
}
#in_04_r {
	width: 589px;
	background: #f2f2f2;
	float: right;
}
#in_04_r ._newsimg {
	width: 545px;
	height: 363px;
	margin: 20px 20px 0 20px;
}
#in_04_r ._newsimg img {
	width: 545px;
	height: 363px;
}
#in_04_r ._newshot {
	width: 100%;
	height: 115px;
	transition: all .4s;
	position: relative;
}
#in_04_r .newshot_time {
	width: 78px;
	height: 62px;
	padding-top: 13px;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	border-right: solid 1px #c3c3c3;
	position: absolute;
	left: 20px;
	top: 20px;
}
#in_04_r .newshot_time span {
	color: #000;
	font-size: 45px;
	transition: all .4s;
}
#in_04_r .newshot_title {
	width: 449px;
	height: 25px;
	color: #333;
	font-size: 16px;
	line-height: 25px;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: all .4s;
}
#in_04_r .newshot_info {
	width: 449px;
	color: #626262;
	font-size: 14px;
	line-height: 25px;
	position: absolute;
	right: 20px;
	top: 48px;
	transition: all .4s;
}
#in_04_r:hover .newshot_time, #in_04_r:hover .newshot_time span, #in_04_r:hover .newshot_title, #in_04_r:hover .newshot_info {
	color: #fff;
}
#in_04_r:hover {
	background: #0048b3;
}
#wrap {
	width: 1200px;
	height: auto;
	margin: 30px auto;
	position: relative;
	z-index: 100;
	padding-bottom: 100px;
}
/*left*/
#left {
	width: 245px;
	float: left;
	border: solid 1px #f7f7f7;
	background: #fff;
}
.left_tit {
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 25px;
	background: #0048b3 url(../images/left_icon_hover.png) 14px center no-repeat;
	text-indent: 49px;
	position: relative;
}
.left_tit:after {
	width: 100%;
	height: 1px;
	background: #0048b3;
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
}
.left_lis {
	padding: 1px 0;
}
.left_lis li:last-child {
	margin-bottom: 0;
}
.left_lis li a {
	display: block;
	height: 45px;
	line-height: 45px;
	border-bottom: solid 1px #fff;
	color: #333;
	font-size: 14px;
	background: url(../images/left_icon.png) 10px center no-repeat;
	text-indent: 33px;
	position: relative;
}
.left_lis li a:hover {
	background: #0048b3 url(../images/left_icon_hover.png) 10px center no-repeat;
	color: #fff;
}
.left_lis li.on a {
	background: #0048b3 url(../images/left_icon_hover.png) 10px center no-repeat;
	color: #fff;
}
.left_tel {
	width: 268px;
	border: solid 1px #0048b3;
	border-top: nonne;
	background: #0048b3;
}
.left_tel img {
	width: 100%;
}
.in-box2_lm {
	width: 176px;
	margin: 0 auto;
	margin-top: 15px;
	background: url(../images/left_tel.png) left center no-repeat;
	padding-left: 60px;
	padding-bottom: 18px;
	line-height: 30px;
	color: #fff;W
	font-size: 16px;
}
.in-box2_lm span {
	font-size: 24px;
	font-weight: bolder;
	color: #fff;
}
.in-box2_lx {
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	width: 95%;
	margin: 0 auto;
	border-top: solid 1px rgba(0,0,0,.2);
	margin-top: 10px;
	padding: 10px 0;
}
.in-box2_lx a {
	color: #333;
	font-size: 14px;
}
/*product_info css*/
#pro_c {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 35px;
	margin-top: 20px;
}
#pro_nav {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	margin-top: 10px;
	background: #0048b3;
}
#pro_nav li {
	float: left;
	width: 114px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#pro_nav li a {
	color: #fff;
	font-size: 16px;
	display: block;
}
#pro_nav li a:hover {
	background: #414141;
	color: #fff;
}
.pro_capital {
	width: 100%;
	height: 50px;
	line-height: 22px;
	text-transform: uppercase;
	color: #666666;
	font-size: 12px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
}
.pro_capital span {
	color: #0052a7;
	font-size: 24px;
	font-weight: bold;
}
.pro_capital:after {
	width: 817px;
	background: #ccdced;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	content: '';
}
.pro_detail {
	width: 100%;
	height: auto;
	margin: 20px auto;
	font-size: 16px;
	color: #2e2e2e;
	line-height: 35px;
}
.pro_detail img {
	max-width: 100%
}
.submit {
	width: 96px;
	height: 32px;
	line-height: 32px;
	border: 0;
	background: #fb4646;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-family: "微软雅黑";
}
.reset {
	width: 96px;
	height: 32px;
	line-height: 32px;
	border: 0;
	background: #dddddd;
	cursor: pointer;
	color: #000;
	font-size: 14px;
	text-align: center;
	font-family: "微软雅黑";
}
#pro_l {
	width: 475px;
	float: left;
	text-align: center;
	border: solid 1px #e2e2e2;
	position: relative;
}
#pro_r {
	width: 433px;
	float: right;
}
#pro_r p {
	font-size: 14px;
	line-height: 33px;
	padding: 20px 0;
	border-top: dashed 1px #e0e0e0;
	border-bottom: dashed 1px #e0e0e0;
}
#pro_tel {
	color: #333;
	font-size: 16px;
	padding: 5px 0;
}
#pro_tel span {
	color: #fe330b;
	font-size: 24px;
}
#pro_a a {
	width: 127px;
	height: 35px;
	margin: 5px 10px 0px 0px;
}
#pro_r tr td {
	padding: 8px 0px;
}
#pro_share {
	height: 40px;
	margin: 0 auto;
}
.pro_a {
	display: block;
	width: 220px;
	height: 47px;
	line-height: 47px;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #fa7b0a;
	transition: all .4s;
}
.pro_a:hover {
	background: #0758b3;
}
#lxwm_c {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
}
#lxwm_c p {
	border-bottom: 1px dotted #999;
	height: 35px;
	line-height: 35px;
}
#pro_apply {
	width: 100%;
	height: 198px;
	margin: 20px auto;
	overflow: hidden;
}
#pro_apply li {
	float: left;
	width: 210px;
	height: 191px;
	margin: 2px 10px;
	text-align: center;
	line-height: 20px;
	border: solid 1px #efefef;
	background: #fff;
	text-align: center;
}
#pro_apply li a {
	color: #333!important;
	font-size: 14px!important;
	display: block!important;
}
#pro_apply li img {
	width: 195px;
	height: 150px
}
/* CSS Ziye */
#right {
	width: 932px;
	height: auto;
	float: right;
}
#right_title {
	width: 932px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	border-bottom: solid 2px #0048b3;
}
#title_left {
	float: left;
	min-width: 120px;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #0048b3;
}
#title_right {
	width: 80%;
	float: right;
	color: #393939;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}
#title_right a {
	color: #393939;
	font-size: 12px;
}
#title_right a:hover {
	color: #e80000;
}
#right_content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	line-height: 32px;
	color: #393939;
	font-size: 14px;
}
#indexNews li {
	width: 98%;
	height: 45px;
	margin: 0 auto;
	text-indent: 20px;
	border-bottom: #D9D9D9 1px dotted;
	color: #393939;
	font-size: 14px;
	position: relative;
	background: url(../images/icon.png) left center no-repeat;
}
#indexNews li a {
	height: 45px;
	line-height: 45px;
	display: block;
	color: #393939;
	font-size: 14px;
}
#indexNews li span {
	position: absolute;
	height: 45px;
	line-height: 45px;
	color: #393939;
	font-size: 14px;
	right: 0px;
	top: 0px;
}
#indexNews li img {
	margin: 13px 10px 0 0;
}
#indexNews li a:hover {
	color: #e80000;
}
#indexNews1 li {
	width: 429px;
	float: left;
	height: 45px;
	line-height: 45px;
	color: #393939;
	font-size: 14px;
	margin: 0 auto;
	text-indent: 40px;
	border-bottom: #D9D9D9 1px dotted;
	color: #393939;
	font-size: 14px;
	position: relative;
	background: url(../images/icon.png) 20px center no-repeat;
}
#indexNews1 li:nth-child(even) {
	margin-left: 20px;
}
#page {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: right;
	margin: 20px auto;
	color: #575656;
	font-size: 14px;
	clear: both;
}
#page a {
	color: #575656;
	font-size: 14px;
}
#page a:hover {
	color: #e80000;
}
#newTitle {
	width: 750px;
	line-height: 30px;
	color: #000000;
	font-size: 20px;
	text-align: center;
	margin: 10px auto;
	font-weight: bolder;
}
#productTitle {
	width: 100%;
	height: 70px;
	color: #333333;
	line-height: 70px!important;
	font-size: 24px!important;
	text-align: left;
	margin: 0 auto;
}
#newsInfo {
	width: 750px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	text-align: center;
	margin: 10px auto;
}
.newsinfoleft {
	padding-left: 30px;
}
.xxsmys {
	height: 30px;
	line-height: 30px;
	background-color: #ececec;
}
.xxsmwz {
	width: 88px;
	height: 30px;
	color: #FFF;
	text-align: center;
	display: block;
	background-color: #9a9a9a;
}
.pageys {
	width: 59px;
	height: 21px;
	line-height: 21px;
	border: #e5e5e5 solid 1px;
	display: block;
	float: left;
	text-align: center;
}
.pageys:hover {
	color: #ff6c00
}
.pageys1 {
	width: 20px;
	height: 21px;
	line-height: 21px;
	border: #e5e5e5 solid 1px;
	display: block;
	float: left;
	text-align: center;
	margin-left: 5px;
}
.pageys2 {
	float: left;
	padding-left: 5px;
	height: 21px;
	line-height: 21px;
}
#infoImage {
	width: 100%;
	text-align: center;
	margin: 10px 0 10px 0;
}
#infoImage img {
	max-width: 600px;
	padding: 3px;
	border: #dcdcdc solid 1px;
}
#newsContent {
	width: 100%;
	margin: 0 auto;
	line-height: 35px;
	color: #393939;
	font-size: 16px;
}
#picUL {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#picUL li {
	height: 253px;
	width: 297px;
	float: left;
	margin: 0 6px 5px 7px;
	_margin: 0 8px;
	text-align: center;
	cursor: pointer;
}
#picUL li .pic_01 {
	width: 297px;
	height: 225px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #dcdcdc;
}
#picUL li .pic_01 img {
	max-height: 221px;
	max-width: 295px;
	padding: 2px;
	vertical-align: middle;
}
#picUL li .pic_01 span {
	height: 100%;
	width: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
#picUL li .pic_02 {
	width: 297px;
	text-align: center;
	line-height: 30px;
}
#picUL li a {
	color: #393939;
	font-size: 14px;
}
#picUL li a:hover {
	color: #e80000;
}
.G_tips {
	color: #666;
	width: 486px;
	border: 1px solid #dedede;
	padding: 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.recruitys {
	width: 670px;
	height: auto;
	padding: 10px;
	background-color: #fafafa;
	border: #dedede solid 1px;
}
.recruitcon {
	height: 173px;
	border-bottom: #cdcdcd dashed 1px;
	margin: 10px;
}
.recruitcon1 {
	height: 173px;
	margin: 10px;
}
.recruitconl {
	width: 145px;
	height: 153px;
	float: left;
	text-align: left;
}
.recruitconc {
	width: 572px;
	height: 153px;
	float: left;
	padding-left: 75px;
}
.recruitconc li {
	width: 372px;
	height: 35px;
	line-height: 35px;
	color: #444444;
}
.zwmcys {
	color: #ff6c00;
	font-weight: bold;
}
.recruitconr {
	width: 133px;
	height: auto;
	float: left;
	text-align: center;
}
.chakan {
	padding-top: 13px;
}
.formys {
	height: auto;
	padding: 10px;
}
.cpmcys {
	width: 280px;
	height: 34px;
	border: 1px solid #dedede;
}
.formbz {
	float: left;
}
.G_InputText {
	width: 278px;
	height: 30px;
	border: 1px solid #d2d4d6;
}
.G_textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #dedede;
}
.G_ul {
	margin: 0 auto;
}
.G_botton {
	width: 55px;
	height: 30px;
	line-height: 30px;
	border: 0;
	cursor: pointer;
}
.borderLi {
	width: 500px;
	height: auto;
	padding-top: 10px;
}
.G_tips {
	width: 486px;
	margin: 10px auto 0 auto;
	border: 1px solid #dedede;
	padding: 7px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.page {
	margin: 0 20px 15px 0;
}
.page a {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	border: 1px solid #dbdbdb;
	padding: 0 2px 0;
}
.page a:hover {
	background: #404040;
	color: #fff;
	border: none;
	height: 20px;
	line-height: 20px;
	padding: 0 3px 0;
}
.current {
	padding: 0 6px 0;
	height: 18px;
	line-height: 18px;
	background: #404040;
	color: #fff;
}
