﻿/* 织梦帮（dedesos.com）做最好的织梦整站模板下载网站 */
/* CSS Document */
body, form, ul, li, p, dl, dd, dt, h, h1, h2, h3, h4, h5, h6, input {
	margin: 0;
	padding: 0;
}
body {
	font: 14px "Microsoft YaHei";
	width: 100%;
	min-width: 1260px;
	background: #f6f6f6;
	color: #333;
}
img {
	border: 0;
}
li, ul {
	list-style-type: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #1a59a0;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.clear {
	clear: both;
}
.blank50 {
	height: 50px;
}
.blank20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.blank30 {
	height: 30px;
	clear: both;
}
.blank130 {
	height: 130px;
}
.left {
	float: left
}
.right {
	float: right
}
.none {
	display: none;
}
.a4:hover {
	background: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/*??????*/

.top_wrapper {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eee;
	position: fixed;
	z-index: 9999;
}
.top_bg {
	background: #eee;
	height: 40px;
}
.top_tub {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}
.top400 {
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
	overflow: hidden;
}
.top400 span {
	font-size: 1.2em;
	font-family: "sans-serif";
	color: red;
	font-weight: bold;
}
.logo {
	width: 520px;
	height: 90px;
	float: left;
	background: url(img/bg3.png) no-repeat 270px -813px;
}
.logo img {
	display: block;
}
.top {
	width: 1200px;
	margin: 0 auto;
	height: 90px;
	position: relative;
	background: url(img/logo.png) no-repeat left top #fff;
}
.top_menu {
	width: 306px;
}
.top_menu li {
	width: 101px;
	text-align: center;
	float: left;
	padding: 0 0;
	margin-top: 8px;
	position: relative;
	border-right: 1px solid #ccc;
}
.top_ul {
	padding: 10px 0 0 100px;
	width: 640px;
	left: 500px;
	top: 14px;
	position: absolute;
	z-index: 9999;
}
.top_ul li {
	width: 112px;
	text-align: center;
	float: left;
	padding: 8px 0 10px 0;
	position: relative;
	border: 1px solid #fff;
	border-bottom: none;
}
.top_ul li:hover {
	border: 1px solid #ddd;
	border-bottom: none;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.top_ul li.a1_li:hover, .top_ul li.a3_li:hover, .top_ul li.a4_li:hover, .top_ul li.a8_li:hover {
	border: 1px solid #ddd;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.top_ul li a {
	padding: 5px 15px;
	display: block;
	font-size: 16px;
	color: #333;
	border-radius: 5px;
}
.top_ul li a:hover {
	color: #f00;
}
.nav1 {
	width: 125px;
	position: absolute;
	top: 47px;
	left: -1px;
	display: none;
	z-index: 999;
	background: #fff;
	padding: 10px 0px;
	border: 1px solid #ddd;
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}
.nav1 span a {
	display: block;
	color: #333;
	font-size: 14px;
	padding: 5px 0px;
}
.h {
	height: 2px;
	background: #fff;
	position: absolute;
	top: 47px;
	left: 0px;
	display: none;
	z-index: 999;
	width: 112px;/*border-left:1px solid #ddd;*/
}
.top_ul li:hover .nav1 {
	display: block;
}
.top_ul li:hover .h {
	display: block;
}
.topkaihu {
	padding: 5px 0 0 20px;
}
.topkaihu a {
	display: block;
	width: 90px;
	height: 30px;
	border-radius: 3px;
	line-height: 30px;
	text-align: center;
	background: #f50a2a;
	color: #fff;
}
.topkaihu a:hover {
	background: #f60;
	color: #fff;
}
/*banner*/
.slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 100%;
	padding-bottom: 50px;
}
.slides {
	height: 100%;/* Simple clear fix */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.slide {
	height: 100%;
	float: left;
	clear: none;
}
.slider-arrows {
}
.slider-arrow {
	width: 1px;
	overflow: hidden;
}
.slider-nav {
	position: absolute;
	bottom: 0px;
}
.slider-nav__item {
	width: 50px;
	height: 10px;
	background-color: #ddd;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
}
.slider-nav__item:hover {
	background: #f00;
}
.slider-nav__item--current {
	background: #f00;
}
.gonggao {
	height: 60px;
	position: absolute;
	bottom: 50px;
	left: 0;
	background: url(img/bg1.png);
	z-index: 9;
	width: 100%;
}
.news_con {
	width: 1200px;
	margin: 0 auto;
}
.news_middle {
	overflow: hidden;
	height: 40px;
	width: 390px;
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	float: left;
	padding-left: 40px;
	background: url(img/bg3.png) no-repeat 0 -35px;
}
.news_middle a {
	color: #fff;
}
.news_right {
	width: 20px;
	float: left;
}
.pre {
	background: url(img/bg3.png) no-repeat left top;
	margin: 10px 0;
}
.next {
	background: url(img/bg3.png) no-repeat 0 -25px;
	margin: 10px 0;
}
.phone {
	width: 140px;
	height: 40px;
	background: url(img/bg3.png) no-repeat 24px -108px #f00;
	float: right;
	padding: 10px 0 10px 60px;
	color: #fff;
}
.phone h3 {
	font-size: 18px;
}
/*??????*/
.main1 {
	width: 1200px;
	height: 270px;
	margin: 0 auto 30px auto;
	background: #fff;
}
.main1_left {
	width: 340px;
	float: left;
}
.main1_middle {
	width: 412px;
	float: left;
	padding: 0px 24px;
}
.main1_middle h2 {
	font-size: 60px;
	line-height: 50px;
	color: #ccc;
	padding: 20px 0;
}
.main1_middle p {
	font-size: 14px;
	line-height: 25px;
	color: #999;
}
.a1 {
	font-size: 14px;
	line-height: 20px;
	color: #f50a2a;
	padding-top: 30px;
	display: block;
}
.a1 span {
	padding: 5px 8px;
	color: #fff;
	font-size: 18px;
	-line-height: 0px;
	margin-left: 5px;
	height: 0px;
	background: url(img/bg3.png) no-repeat -0px -315px
}
.main1_right {
	width: 400px;
	float: left;
	position: relative;
	height: 270px;
}
/*????????????*/
.news {
	width: 1200px;
	margin: 30px auto 0 auto;
	padding: 0 0 0 0px;
}
.index_news_left {
	width: 590px;
	padding: 10px 20px;
	height: 330px;
	line-height: 30px;
	background: #fff;
	float: left;
	display: inline;
}
.index_about_img {
	float: left;
	margin: 0 15px 15px 0;
}
.index_news_right {
	width: 500px;
	padding: 10px 20px;
	height: 330px;
	margin-left: 30px;
	background: #fff;
	float: left;
	display: inline;
}
.index_news_title {
	font-size: 24px;
	color: #565656;
	line-height: 40px;
	height: 55px;
	font-weight: bold;
}
.index_news_title span {
	float: right;
	font-weight: normal;
	padding-top: 10px;
}
.index_news_title span a {
	display: block;
	width: 90px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #f50a2a;
	color: #fff;
}
.index_news_title span a:hover {
	background: #f60;
	color: #fff;
}
.index_news_dl {
	display: block;
	height: 80px;
	clear: both;
}
.index_news_dl dt {
	display: block;
	width: 125px;
	height: 80px;
	float: left;
}
.index_news_dl dd {
	display: block;
	width: 375px;
	height: 80px;
	float: left;
}
.index_news_dl dd h3 {
	padding-bottom: 8px;
	display: block;
}
.index_news_dl_2 {
	display: block;
	width: 560px;
	height: 460px;
	float: left;
}
.index_news_dl_2 dt {
	display: block;
	height: 340px;
	clear: both;
}
.index_news_dl_2 dd {
	display: block;
	clear: both;
}
.index_news_dl_2 dd h3 {
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 30px;
	display: block;
}
.index_news_dl_2 dd h3 a {
	color: #1a59a0;
	text-decoration: none;
}
.index_news_dl_2 dd h3 a:hover {
	text-decoration: none;
	color: #333;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.index_news_dl_3 {
	display: block;
	height: 114px;
	float: left;
}
.index_news_dl_3 dt {
	display: block;
	width: 100px;
	height: 70px;
	border-right: 2px solid #999;
	color: #999999;
	float: left;
	text-align: center;
}
.index_news_dl_3 dt p {
	font-size: 50px;
	line-height: 55px;
	font-weight: bold;
}
.index_news_dl_3 dd {
	display: block;
	width: 503px;
	height: 70px;
	overflow: hidden;
	padding-left: 20px;
	float: left;
}
.index_news_dl_3 dd h3 {
	padding-bottom: 11px;
	font-size: 16px;
	display: block;
}
.index_news_ul {
	clear: both;
	padding-top: 6px;
}
.index_news_ul li {
	clear: both;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #eee;
	overflow: hidden;
}
.index_news_ul li span {
	float: right;
}
.index_quick {
	width: 1200px;
	height: 112px;
	margin: 0 auto;
}
.index_quick li {
	width: 380px;
	height: 112px;
	float: left;
	padding-left: 30px;
}
.index_quick li.li1 {
	padding-left: 0;
}
.index_quick li a {
	width: 380px;
	height: 82px;
	text-align: center;
	line-height: 30px;
	padding-top: 30px;
	display: block;
}
.index_quick li a strong {
	font-size: 24px;
	font-weight: normal;
}
.index_quick li.li1 a {
	background: url(img/bg3.png) 0 -900px no-repeat #eeeeeb;
}
.index_quick li.li1 a:hover {
	background: url(img/bg3.png) 0 -900px no-repeat #d3d3d3;
}
.index_quick li.li2 a {
	background: url(img/bg3.png) 0 -1050px no-repeat #eeeeeb;
}
.index_quick li.li2 a:hover {
	background: url(img/bg3.png) 0 -1050px no-repeat #d3d3d3;
}
.index_quick li.li3 a {
	background: url(img/bg3.png) 0 -1200px no-repeat #eeeeeb;
}
.index_quick li.li3 a:hover {
	background: url(img/bg3.png) 0 -1200px no-repeat #d3d3d3;
}
.news_til {
	padding-left: 20px;
}
.news_til dt {
	width: 120px;
	font-size: 24px;
	float: left;
	color: #565656;
	line-height: 40px;
	height: 45px;
	font-weight: bold;
}
.news_til dd {
	position: relative;
}
.news_til dd a {
	width: 120px;
	font-size: 18px;
	float: left;
	line-height: 40px;
	display: block;
	height: 48px;
	text-align: center;
	margin-left: 30px;
	background-position: 0px -190px;
}
.news_til dd a:hover {
	background: url(img/bg3.png) no-repeat 0px -190px;
	color: #fff;
}
.news_til dd .a2 {
	background: url(img/bg3.png) no-repeat 0px -190px;
	color: #fff;
}
.news_til dd .a3 {
	font-size: 14px;
	line-height: 20px;
	color: #f50a2a;
	padding-top: 30px;
	display: block;
}
.news_til dd .a3 span {
	padding: 5px 8px;
	color: #fff;
	font-size: 18px;
	-line-height: 0px;
	margin-left: 5px;
	height: 0px;
	background: url(img/bg3.png) no-repeat -0px -315px
}
.news_til dd .a3:hover {
	background: none;
	color: #C30;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.item_left {
	width: 250px;
	float: left;
	padding-top: 10px;
}
.item_right {
	width: 300px;
	float: left;
	padding: 0 30px 0 20px;
}
.tubiao {
	width: 1200px;
	margin: 0 auto;
}
.tubiao li {
	width: 240px;
	height: 240px;
	float: left;
	font-size: 20px;
	text-align: center;
}
.tubiao li a {
	color: #fff;
	padding-top: 150px;
	display: block;
	background: url(img/bg3.png) no-repeat 90px -350px;
}
.tubiao li a:hover {
	background: url(img/bg3.png) no-repeat 90px -360px;
}
.touzi {
	width: 1180px;
	margin: 0 auto;
	clear: both;
	background: #fff;
	padding: 10px 0 20px 20px;
	height: 350px;
}
.conexpert {
	width: 391px;
	overflow: hidden;
	position: relative;
	padding-bottom: 75px;
}
.conexpert li {
	float: left;
	text-align: left;
	margin-left: 20px;
	width: 370px;
	border-right: 1px dashed #ccc;
}
.conexpert li a {
	width: 350px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: right;
	text-align: left;
	font-size: 14px;
}
.conexpert li a:hover {
	color: #1a59a0;
	background: none;
}
.conexpert li p {
	font-size: 14px;
	line-height: 35px;
}
.conexpert li p span {
	color: #f00;
}
.conexpert .more {
	background: url(../image/index_88.png) bottom right no-repeat;
	float: right;
	z-index: 100px;
	text-indent: -1000px;
	display: block;
	width: 54px;
	height: 50px;
dis;
	margin-top: -50px;
}
.gdjyhjl {
	cursor: pointer;
	background: url(img/bg3.png) no-repeat 20px -260px #ccc;
	WIDTH: 60px;
	HEIGHT: 35px;
	position: absolute;
	bottom: 0;
	right: 75px;
}
.gdjyhjr {
	cursor: pointer;
	background: url(img/bg3.png) no-repeat -40px -260px #ccc;
	WIDTH: 60px;
	HEIGHT: 35px;
	position: absolute;
	bottom: 0;
	right: 10px;
}
.gdjyhjl:hover {
	background: url(img/bg3.png) no-repeat 20px -260px #f50a2a;
}
.gdjyhjr:hover {
	background: url(img/bg3.png) no-repeat -40px -260px #f50a2a;
}
#gdjyhj {
	float: left;
}
.touzi_wrapper {
	position: absolute;
	top: 50px;
	left: 0;
}
.touzi_left {
	width: 320px;
	float: left;
	padding-top: 15px;
}
.touzi_left p a {
	width: 145px;
	margin-top: 30px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	display: block;
	text-align: center;
	background: #f50a2a;
	color: #fff;
	margin-left: 0;
}
.touzi_left p {
}
.touzi_left p a:hover {
	color: #fff;
	background: #f50a2a;
}
.touzi_right {
	width: 391px;
	float: right;
	padding-top: 15px;
}
.hddl {
	width: 100%;
	background: #fff;
	padding: 30px 0;
}
.hddl_box {
	width: 1200px;
	margin: 0 auto;
}
.hd {
	width: 585px;
	height: 250px;
	background: #f50a2a;
	margin-right: 30px;
	float: left;
}
.hd_left {
	width: 293px;
	height: 250px;
	overflow: hidden;
	float: left;
}
.hd_right {
	width: 292px;
	height: 250px;
	color: #fff;
	overflow: hidden;
	float: left;
}
.hd_right a {
	color: #fff;
}
.hd_right ul {
	clear: both;
	display: block;
	height: 104px;
	overflow: hidden;
}
.hd_right li {
	line-height: 20px;
	clear: both;
	padding: 0 15px 12px 15px;
}
.hd_right li span {
	float: left;
	display: block;
	width: 20px;
}
.hd_right li a {
	float: left;
	display: block;
	width: 230px;
}
.hd_right a:hover {
	color: #FF0;
}
.hd_right h3 {
	padding-top: 20px;
	line-height: 60px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.hd_right .viewmore {
	line-height: 20px;
	clear: both;
	padding: 25px 15px 0 15px;
	text-align: right;
	font-size: 16px;
}
.hd_left img {
	display: block;
}
.dl {
	width: 585px;
	height: 250px;
	float: left;
}
.index_agent_a {
	position: relative;
	display: block;
	width: 585px;
	height: 250px;
}
.index_agent_a span {
	position: absolute;
	top: 209px;
	right: 0;
	padding-right: 15px;
	text-align: right;
	color: #fff;
	font-size: 16px;
}
/*????????????*/
.hezuo {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}
.hezuo h2 {
	font-size: 60px;
	color: #ccc;
}
.hezuo p {
	font-size: 24px;
	color: #333;
}
.img2 {
	padding: 45px 0 60px 0;
}
.img2 ul {
}
.img2 li {
	float: left;
	margin: 13px 0;
	margin-right: 30px;
}
.img2 .hz_6 {
	margin-right: 0px;
}
.img2 li img {
	vertical-align: middle;
}
/*
????????????*/
.footer_wrapper {
	width: 100%;
	background: #333333;
	color: #fff;
	padding: 0px 0 0px 0;
}
.footer_wrapper a {
	color: #fff;
}
.footer_wrapper a:hover {
	color: #f00;
}
.footer_top {
	width: 1200px;
	margin: 0 auto;
}
.footer_right {
	width: 880px;
	float: left;
	padding-top: 20px;
}
.footer_top dl {
	width: 160px;
	float: left;
}
.footer_top dt {
	font-size: 18px;
	line-height: 60px;
}
.footer_top dd {
	font-size: 14px;
	line-height: 30px;
}
.footer_left {
	width: 230px;
	float: left;
	background: #292929;
	padding-bottom: 40px;
	margin-right: 90px;
}
.footer_left li {
	width: 230px;
	text-align: center;
	padding-top: 40px;
}
.footer_left li p {
	line-height: 40px;
	font-size: 12px;
}
.footer_bottom {
	width: 880px;
	margin: 45px auto 30px auto;
	padding: 20px 0 10px 0;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}
.footer_bottom h3 {
	font-size: 14px;
	float: left;
}
.footer_bottom ul {
	width: 810px;
	float: left;
}
.footer_bottom ul li {
	width: 89px;
	text-align: center;
	float: left;
	border-right: 1px solid #eee;
	height: 15px;
	margin: 5px 0 15px 0;
	line-height: 15px;
}
.footer_bottom p {
	padding-top: 30px;
}
.footer_bottom .li6 {
	border: 0;
}
.footer_p p {
	line-height: 40px;
}
.footer_ul {
}
.footer_ul li {
	float: left;
	position: relative;
	margin-left: 15px;
}
.footer_ul li .imgtop {
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 99999;
	display: none;
}
.footer_ul li .imgs {
	position: absolute;
	top: -124px;
	right: 0;
	z-index: 99999;
	display: none;
}
.footer_ul li a {
	width: 35px;
	height: 40px;
	background: url(img/bg3.png) no-repeat 0px -750px;
	display: block;
}
.footer_ul .l2 {
	background: url(img/bg3.png) no-repeat -45px -750px;
}
.footer_ul .l3 {
	background: url(img/bg3.png) no-repeat -90px -750px;
}
.footer_ul li:hover .imgtop {
	display: block;
}
.footer_ul li:hover .imgs {
	display: block;
}
/*footer_baoming*/
#footer_baoming {
	width: 100%;
	height: 51px;
	padding-top: 7px;
	background: #b56106;
	overflow: hidden;
	position: fixed;
	bottom: 0px; /* position fixed for IE6 */
	_position: absolute;
_top: expression(documentElement.scrollTop + "px");
	z-index: 900;
}
#footer_baoming ul {
	font-size: 18px;
}
#footer_baoming ul .li1 {
	float: left;
	height: 48px;
	line-height: 48px;
	padding: 0 55px;
	margin-right: 10px;
	background: url(img/footer_bg_2.png?) no-repeat;
}
#footer_baoming ul .li2 {
	float: left;
	height: 48px;
	line-height: 48px;
	padding: 0 55px;
	margin-right: 10px;
	background: url(img/footer_bg_2.png?) no-repeat -270px;
}
#footer_baoming ul .li3 {
	float: left;
	height: 48px;
	line-height: 48px;
	padding: 0 55px;
	margin-right: 10px;
	background: url(img/footer_bg_2.png?) no-repeat -510px;
}
#footer_baoming ul .li4 {
	float: left;
	height: 48px;
	line-height: 20px;
	padding-left: 55px;
	background: url(img/footer_bg_2.png?) no-repeat -754px;
}
#footer_baoming ul .li4 p {
	font-size: 13px;
}
#footer_baoming ul .li4 i {
	font-size: 24px;
	font-weight: bold;
	padding-right: 5px;
}
#footer_baoming ul li a {
	color: #ffffcc;
}
#footer_baoming ul li a:hover {
	color: red;
}
.footer_input1 {
	width: 200px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	padding: 0 0 0 60px;
	margin: 0;
	border: 1px solid #9b5204;
	border-radius: 3px;
	background: url(img/input_icon1.jpg) left no-repeat #fff;
	display: block;
}
.footer_input2 {
	width: 200px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	padding: 0 0 0 60px;
	margin: 0;
	border: 1px solid #9b5204;
	border-radius: 3px;
	background: url(img/input_icon2.jpg) left no-repeat #fff;
	display: block;
}
.footer_input3 {
	width: 73px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	padding: 0 0 0 10px;
	margin: 0;
	border: 1px solid #9b5204;
	border-radius: 3px;
	background: #fff;
	display: block;
}
.footer_hqyzm {
	width: 123px;
	height: 45px;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url(img/footer_hqyzm.jpg) no-repeat;
	display: block;
}
.footer_yykh {
	width: 143px;
	height: 45px;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url(img/footer_yykh.jpg) no-repeat;
	display: block;
}
#footer_send_tips, #footer_send_tips_t {
	font-weight: normal;
}
/*jinde??????*/
#jingde_footer_baoming {
	width: 100%;
	height: 51px;
	padding-top: 7px;
	background: #b56106;
	overflow: hidden;
	position: fixed;
	bottom: 0px; /* position fixed for IE6 */
	_position: absolute;
_top: expression(documentElement.scrollTop + "px");
	z-index: 900;
}
#jingde_footer_baoming ul {
	width: 850px;
	margin: 0 auto;
	font-size: 18px;
}
#jingde_footer_baoming ul .li1 {
	float: left;
	height: 48px;
	line-height: 48px;
	padding: 0 55px;
	margin-right: 10px;
	background: url(img/footer_bg.png) no-repeat;
}
#jingde_footer_baoming ul .li2 {
	float: left;
	height: 48px;
	line-height: 48px;
	padding: 0 55px;
	margin-right: 10px;
	background: url(img/footer_bg.png) no-repeat -270px;
}
#jingde_footer_baoming ul .li3 {
	float: left;
	height: 48px;
	line-height: 48px;
	padding: 0 55px;
	margin-right: 10px;
	background: url(img/footer_bg.png) no-repeat -510px;
}
#jingde_footer_baoming ul .li4 {
	float: left;
	height: 48px;
	line-height: 20px;
	padding-left: 55px;
	background: url(img/footer_bg.png) no-repeat -754px;
}
#jingde_footer_baoming ul .li4 p {
	font-size: 13px;
}
#jingde_footer_baoming ul .li4 i {
	font-size: 24px;
	font-weight: bold;
	padding-right: 5px;
}
#jingde_footer_baoming ul li a {
	color: #ffffcc;
}
#jingde_footer_baoming ul li a:hover {
	color: red;
}
/*banner*/

.banner3 {
	width: 100%;
	height: 500px;
	background: url(img/banner3.jpg) no-repeat center top;
}
.content_wrapper {
	width: 100%;
	clear: both;
	padding: 60px 0;
	background: #fff;
}
.content1 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.content1 h2 {
	font-size: 36px;
	color: #000;
	line-height: 60px;
}
.content1 h3 {
	font-size: 20px;
	color: #000;
	line-height: 60px;
	padding-top: 20px;
}
.content1 p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.content1 li {
	width: 170px;
	float: left;
	padding-top: 50px;
	margin: 0 65px;
}
.content1 li p {
	text-align: left;
}
.content1 img {
}
.index_hyzx_wrapper {
	width: 100%;
	clear: both;
	padding: 10px 0;
	background: #fff;
}
.index_hyzx_con {
	width: 1200px;
	margin: 0 auto;
}
.index_news_r {
	width: 625px;
	height: 460px;
	padding-left: 15px;
	float: left;
}
.content2 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
}
.content2 h2 {
	font-size: 36px;
	color: #000;
	line-height: 60px;
	text-align: center;
}
.content2 h3 {
	font-size: 18px;
	color: #000;
	line-height: 30px;
	padding-top: 10px;
}
.content2 p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.content2 ul {
	padding-top: 40px;
}
.content2 li {
	width: 1200px;
	height: 70px;
	background: #eee;
	margin-bottom: 1px;
	clear: both;
}
.content2 span {
	float: left;
}
.content2 .span1 {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: block;
	background: #f00;
	color: #fff;
	font-size: 30px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
.biaoge {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: url(img/bg2.jpg) no-repeat center top;
	padding: 50px 0 80px 0;
}
.biaoge h2 {
	font-size: 36px;
	color: #000;
	line-height: 60px;
}
.biaoge h3 {
	font-size: 20px;
	color: #000;
	line-height: 60px;
	padding-top: 20px;
}
.table1 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 55px;
	background: #ccc;
}
.table1 td {
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	background: #fff;
	padding: 0 20px;
}
.tr1 td {
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	color: #fff;
	background: #f00;
}
.td1 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.td {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.table1 .td2 {
	background: #fcc;
}
.table1 p {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	background: #f00;
}
.part1_wrapper {
	width: 100%;
	padding-top: 150px;
	background: #fff;
}
.part1 {
	width: 1005px;
	margin: 0 auto;
}
.part1 h2 {
	font-size: 30px;
	color: #000;
	line-height: 60px;
	text-align: center;
}
.part3_left {
	width: 505px;
	float: left;
	padding: 20px 0 0 0px;
	font-size: 20px;
	color: #000;
	line-height: 50px;
}
.part3_right {
	width: 470px;
	float: left;
	margin-top: 55px;
	padding-left: 30px;
}
.part3_right p {
	font-size: 16px;
	color: #000;
	font-weight: bolder;
	line-height: 49px;
}
.part3_right p span {
	color: #f00;
}
.part4 {
	width: 1000px;
	margin: 0px auto;
	font-weight: bold;
	padding: 50px 0;
}
.part4_1 {
	width: 640px;
	height: 60px;
	margin: 0 auto;
	color: #333;
	padding-left: 50px;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.part4_2 {
	text-align: center;
	margin: 50px 0;
	font-size: 18px;
	color: #000;
	line-height: 40px;
}
.part4_1 span {
	color: red;
}
.p1 {
	font-size: 24px;
	color: #000;
}
.ps2 {
	font-size: 36px;
	color: #f50a2a;
}
.banner_top {
	width: 1000px;
	margin: 0 auto;
	height: 60px;
	line-height: 50px;
	background: url(../images/bt_bg.png) no-repeat;
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
}
.bt_sp {
	color: #F00;
	font-weight: bold;
}
.banner_bottom {
	width: 1100px;
	margin: 0 auto;
	margin-top: 30px;
}
/*??????????????????*/
.banner_right {/*background:url(img/banner_bg1.jpg) no-repeat;*/
	width: 280px;
	height: 280px;
	position: absolute;
	top: 190px;
	left: 685px;
}
.banner_right p {
	text-align: right;
	padding: 0 10px;
}
.banner_right p a {
	color: #fff;
	font-size: 36px;
}
.form1 {
	padding: 10px 0 0 20px;
}
.input1 {
	width: 170px;
	height: 30px;
	padding-left: 8px;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.input2 {
	width: 90px;
	height: 30px;
	padding-left: 8px;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.input3 {
	width: 80px;
	height: 25px;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.input4 {
	width: 240px;
	height: 42px;
	display: block;
	cursor: pointer;
	line-height: 42px;
	border: 0;
	border-radius: 4px;
	padding: 0;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #ce3231;
}
.td1 {
	color: #fff;
	font-size: 14px;
}
.banner_bottom {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.banner_r {
	background: url(../images/banner_bg1.png) no-repeat #fff;
	width: 330px;
	float: right;
	opacity: 0.9;
	padding-top: 20px;
}
.banner_r p {
	color: #333;
	font-size: 18px;
	line-height: 40px;
	padding-left: 30px;
}
.banner_r h2 {
	color: #f00;
	font-size: 18px;
	line-height: 30px;
	padding-left: 30px;
}
.banner_r h2 span {
	font-size: 24px;
}
.form2 {
	padding: 20px;
	width: 290px;
	margin: 0 auto;
}
.inputa {
	width: 190px;
	height: 30px;
	border: 1px solid #ccc;
	padding: 0 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.inputb {
	width: 85px;
	height: 30px;
	border: 1px solid #ccc;
	padding: 0 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.inputc {
	width: 100px;
	height: 35px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.inputd {
	width: 240px;
	height: 42px;
	display: block;
	cursor: pointer;
	line-height: 42px;
	border: 0;
	border-radius: 4px;
	padding: 0;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #ff0000;
	margin-left: 25px;
}
.tda {
	color: #000;
	font-size: 14px;
}
/*??????????????????*/
.input-file {
	position: relative;
	display: block;
	width: 200px;
	float: left;
	line-height: 30px;
	background: #fff;
	color: #555;
	text-align: center;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.input-file:hover {
	color: #000;
}
.input-file input {
	width: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
}
.content3 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}
.content3 h2 {
	font-size: 36px;
	color: #000;
	line-height: 60px;
	text-align: center;
}
.content3 h3 {
	font-size: 30px;
	color: #fff;
	line-height: 30px;
}
.content3 h4 {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding-top: 10px;
}
.content3 p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: center;
}
.content3 ul {
	padding: 40px 0 70px 0;
	color: #fff;
}
.content3 ul p {
	color: #fff;
	line-height: 30px;
	text-align: left;
}
.content3 li {
	float: left;
	height: 190px;
}
.content3 .li1 {
	width: 305px;
	background: #f50a2a;
	padding: 50px 115px 0 40px;
}
.content3 .li2 {
	width: 305px;
	background: #2fb2d3;
	padding: 50px 115px 0 40px;
}
.content3 .li3 {
	width: 485px;
	background: #12ccbd;
	padding: 50px 115px 0 40px;
}
.content3 .li4 {
	width: 305px;
	background: #f50a6e;
	padding: 50px 115px 0 40px;
}
.content3 .li5 {
	width: 305px;
	background: #2ec667;
	padding: 50px 115px 0 40px;
}
.content4 {
	width: 1020px;
	margin: 0 auto;
}
.content4 h2 {
	font-size: 30px;
	color: #000;
	line-height: 60px;
	text-align: center;
}
.content4 h3 {
	font-size: 20px;
	color: #565656;
	line-height: 38px;
	text-align: center;
	height: 38px;
}
.content4 p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: center;
}
.content4 li {
	width: 340px;
	float: Left;
	padding-top: 35px;
}
.content4 .h3_1 {
	background: url(img/bg2.png) no-repeat 70px -3px;
}
.content4 .h3_2 {
	background: url(img/bg2.png) no-repeat -215px -3px;
}
.content4 .h3_3 {
	background: url(img/bg2.png) no-repeat -475px -3px;
}
.part7 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 80px;
	text-align: center;
}
.part7 h2 {
	font-size: 30px;
	margin: 30px 0;
	color: #1c1717;
	font-weight: bold;
}
/*???????????????*/
/*banner*/
.banner_bg {
	width: 100%;
	height: 468px;
	background: url(img/banner5.jpg) no-repeat center center;
}
.banner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.banner_left {
	width: 200px;
	float: right;
	margin-top: 74px;
}
.banner_left p {
	display: inline;
}
.banner_left p a:hover {
	color: #f60;
}
.p2 {
	background: url(img/ba1.png) no-repeat;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	padding: 10px 30px;
}
.p2 a {
	color: #fff;
}
.p3 {
	background: url(img/ba2.png) no-repeat;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	padding: 10px 30px;
}
.p3 a {
	color: #fff;
}
.p4 {
	background: url(img/ba3.png) no-repeat;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
color:#;
	padding: 8px 23px 30px 40px;
}
.p4 a {
	color: #F5EB71;
}
.p5 {
	background: url(img/ba4.png) no-repeat;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
color:#;
	padding: 8px 0px 30px 40px;
}
.p5 a {
	color: #F5EB71;
}
.p6 img {
	display: block;
	margin: 0 auto;
}
.jd_con1 {
	width: 1200px;
	margin: 50px auto;
}
.jd_con1left {
	width: 400px;
	float: left;
}
.jd_con1right {
	width: 780px;
	float: left;
	padding-left: 20px;
}
.jd_con1right h2 {
	width: 300px;
	float: left;
	font-size: 36px;
	color: #f50a2a;
	padding: 20px 0 0 0;
}
.jd_con1right h2 span {
	font-size: 14px;
	color: #999;
	padding-left: 20px;
}
.jd_con1right img {
	float: right;
}
.jd_til {
	height: 103px;
}
.jd_wz {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.jd_con2_wrapper {
	width: 100%;
	background: url(img/jd_bg.jpg) no-repeat center bottom;
}
.jd_con2 {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}
.jd_con2 h2 {
	font-size: 36px;
	color: #000;
	line-height: 60px;
	text-align: center;
}
.jd_con2 p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: center;
}
.jd_con2 li {
	width: 380px;
	height: 90px;
	background: #f50a2a;
	color: #fff;
	font-size: 18px;
	line-height: 90px;
	-moz-border-radius: 45px;
	-webkit-border-radius: 45px;
	border-radius: 45px;
	margin: 65px 30px 0 0;
	float: left;
}
.jd_con2 li span {
	background: #fff;
	font-size: 30px;
	color: #f00;
	font-weight: bold;
	padding: 5px 15px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 90px;
	text-align: left;
	margin-left: 15px;
}
.jd_con2 li p {
	display: inline;
	color: #fff;
	font-size: 17px;
	margin-left: 5px;
}
.jd_con2 .jd_3 {
	margin-right: 0px;
}
.table2 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 55px;
	background: #ccc;
	text-align: center;
}
.table2 td {
	height: 50px;
	line-height: 30px;
	font-size: 18px;
	color: #565656;
	background: #fff;
	padding: 0 20px;
}
.tr2 td {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	background: #f50a2a;
}
.tr3 td {
	height: 85px;
	line-height: 85px;
	font-size: 24px;
	color: #f50a2a;
	font-weight: bold;
}
.jd_wrapper {
	width: 100%;
	padding: 60px 0;
	background: url(img/jd_bg.jpg);
}
.jd_ys {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.jd_ys h2 {
	font-size: 36px;
	color: #000;
	line-height: 60px;
}
.jd_ys p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}
.jd_ys dl {
	text-align: left;
	width: 1200px;
	background: url(img/jd_bg1.png) no-repeat right top
}
.jd_ys dt {
	line-height: 60px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.jd_ys dt span {
	font-size: 30px;
	color: #f50a2a;
	font-weight: bold;
}
.jd_ys dd {
	line-height: 60px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.jd_ys dd span {
	font-size: 18px;
	color: #f50a2a;
	font-weight: bold;
}
.jd_ys ul {
	padding: 25px 0 0px 0;
}
.jd_ys li {
	width: 150px;
	float: left;
	margin-right: 60px;
}
.jd_ys .jd_6 {
	margin-right: 0px;
}
.jd_ys li span {
	display: block;
	width: 130px;
	height: 130px;
	background: #f50a2a;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	line-height: 130px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border: 10px solid #f6c7cd;
}
.img4 img {
	width: 1200px;
	background: #000;
	margin: 30px 0;
}
.jd_jm {
	margin: 0px;
	font-size: 18px;
	color: #000;
}
.jd_jm li {
	line-height: 41px;
	float: none;
	width: 1200px;
	text-align: left;
	margin: 0;
	padding: 0;
}
.jd_jm li span {
	font-size: 30px;
	color: #ff0000;
}
.jd_yh {
	width: 1010px;
	height: 230px;
	background: url(img/bg6.jpg) no-repeat center top;
	margin: 50px auto 0 auto;
	padding: 95px;
}
.jd_yh p {
	line-height: 50px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.jd_yh img {
	margin: 50px 10px 0 0;
}
/*??????????????????*/
.zizhiZC {
	height: 400px;
	width: 100%;
}
.zizhiZC_Left {
	width: 585px;
	float: left;
	margin: 0 50px 0 0;
}
.zizhiZC_Left .one {
	width: 330px;
	height: 217px;
	float: left;
	margin: 0 10px 10px 0;
}
.zizhiZC_Left .two {
	width: 245px;
	height: 217px;
	float: left;
	margin: 0 0 10px 0;
}
.zizhiZC_Left .three {
	width: 275px;
	height: 163px;
	float: left;
	margin: 0 10px 0 0;
}
.zizhiZC_Left .four {
	width: 300px;
	height: 163px;
	float: left;
}
.zizhiZC_Left .pic {
	position: relative;
}
.zizhiZC_Left .pic img {
	z-index: 1;
	display: block;
}
.zizhiZC_Left .pic:hover img {
	opacity: 0.8;
}
.zizhiZC_Left .pic p {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	color: #000;
	z-index: 3;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
	display: none;
	background: rgba(0,0,0,0.5);
	color: #fff;
}
.zizhiZC_Left .pic:hover p {
	display: block;
}
.zizhiZC_Right {
	height: 400px;
	float: right;
	width: 560px;
}
.zizhiZC_Right .ZC_Right_box {
	height: 70px;
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
	position: relative;
}
.zizhiZC_Right .ZC_Right_box .ZcText {
	float: right;
	width: 465px;
	text-align: left;
	padding-left: 25px;
}
.zizhiZC_Right .ZC_Right_box .ZcText span {
	line-height: 37px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.zizhiZC_Right .ZC_Right_box .ZcText p {
	margin: 0px;
	padding: 0px;
	margin-top: 2px;
	font-size: 14px;
	color: #444444;
}
.zizhiZC_Right .ZC_Right_box .Zc_Img {
	float: left;
	width: 70px;
	height: 70px;
}
.zizhiZC_Right .ZC_Right_box .Zc_Img img {
	width: 70px;
	height: 70px;
	border: 0;
}
/*????????????*/
.ab_banner {
	width: 100%;
	height: 500px;
	background: url(img/banner4.jpg) no-repeat center center;
}
.ab_con {
	width: 1200px;
	margin: 40px auto;
}
.ab_con h2 {
	background: url(img/bg3.png) no-repeat 0px -190px;
	color: #fff;
	width: 120px;
	height: 48px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
.ab_con h3 {
	color: #000;
	line-height: 80px;
	font-size: 36px;
	font-weight: normal;
}
.ab_con h3 span {
	color: #999;
	font-size: 18px;
	margin-left: 5px;
}
.ab_con li {
	float: left;
	margin: 13px 0;
	margin-right: 40px;
	width: 580px;
}
.ab_con#gszz dd {
	float: left;
	margin: 12px 0;
	margin-right: 40px;
	width: 364px;
	border: 4px solid #ffcc33;
	cursor: pointer;
}
.ab_con#gszz .ab_2, .ab_con .ab_2 {
	margin-right: 0;
}
.ab_con p {
	color: #333;
	line-height: 36px;
	font-size: 14px;
	font-weight: normal;
}
.about2_1 {
	text-align: center;
	margin: 20px 10px;
	line-height: 50px;
}
.about2_1 h4 {
	color: #333;
	font-size: 24px;
}
.about2_1 p {
	color: #999;
	font-size: 16px;
}
/*????????????*/
.ag_banner {
	width: 100%;
	height: 500px;
	background: url(img/banner6.jpg) no-repeat center center;
}
.ag_left {
	width: 750px;
	float: left;
}
.ag_right {
	width: 450px;
	float: left;
	text-align: left;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.ag_right dl {
	padding: 30px 0;
	list-style: none;
	width: 450px;
}
.ag_right dd {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #eee;
	background: url(img/bg3.png) no-repeat 10px -570px;
	padding-left: 55px;
}
.ag_con1 {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.ag_con1 h2 {
	font-size: 36px;
	color: #000;
	line-height: 60px;
	text-align: center;
}
.ag_con1 p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: center;
}
.ag_con1 li {
	width: 400px;
	text-align: center;
	float: left;
	margin-top: 30px;
}
.ag_con1 li span {
	width: 110px;
	height: 46px;
	padding: 52px 20px;
	display: block;
	background: #f50a2a;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	color: #fff;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
}
.ag_con2_wrapper {
	width: 100%;
	background: url(img/jd_bg.jpg) no-repeat center bottom #f9f9f9;
}
.ag_con2 {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.ag_con2 h2 {
	font-size: 36px;
	color: #000;
	line-height: 60px;
	text-align: center;
}
.ag_con2 p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: center;
}
.ag_wz {
	width: 883px;
	background: url(img/ag_bg.png) no-repeat center top;
	margin: 0 auto;
	margin-top: 60px;
}
.ag_wz dl {
	width: 390px;
	padding: 20px 0 0 160px;
	height: 250px;
}
.ag_wz dt {
	color: #333;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
}
.ag_wz dd {
	color: #999;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
}
.ag_img {
	width: 860px;
	margin: 70px auto;
}
.ag_img_left {
	width: 410px;
	float: left;
}
.ag_img_right {
	width: 420px;
	float: left;
	padding: 20px 0 0 30px;
}
.ag_img_right h2 {
	color: #333;
	line-height: 50px;
	font-size: 36px;
	font-weight: bold;
}
.ag_img_right p {
	color: #999;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
}
.ag_img_right div {
	width: 300px;
	height: 60px;
	line-height: 60px;
	background: #f50a2a;
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin-top: 50px;
}
/*????????????*/
.dl_banner {
	width: 100%;
	height: 500px;
	background: url(img/banner7.jpg) no-repeat center center;
}
.dl_con {
	width: 1200px;
	margin: 40px auto;
}
.dl_con h3 {
	color: #000;
	line-height: 80px;
	font-size: 36px;
	font-weight: normal;
}
.dl_con h3 span {
	color: #999;
	font-size: 18px;
	margin-left: 5px;
}
.download {
	height: 200px;
	background: url(img/dl.jpg) no-repeat 10px 10px;
	padding: 20px 350px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}
.download_list {
	clear: both;
	border-bottom: 1px dotted #ddd;
	padding: 20px 10px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}
.download_list_left {
	width: 310px;
	float: left;
}
.download_list_right {
	width: 670px;
	float: left;
}
.download_list_right .intro {
	padding-top: 10px;
}
.p9 {
	background: url(img/dl1.png) no-repeat;
	margin: 10px 0;
}
.download a, .download_list_right a {
	display: block;
	width: 110px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	padding: 0 0 0 40px;
	background: url(img/dl1.png) no-repeat #f60;
	font-size: 20px;
	maargin: 10px 0;
}
.download a:hover {
	background: url(img/dl1.png) no-repeat #06F;
}
/*????????????*/
.dl_bg1 {
	width: 100%;
	height: 500px;
	background: url(img/banner8.jpg) no-repeat center center;
}
.title {
	width: 1000px;
	height: 50px;
	margin: 0px auto;
	margin-top: 35px;
}
#menu li {
	width: 235px;
	float: left;
	line-height: 50px;
	height: 50px;
	margin-right: 20px;
	background: #f60;
}
#menu a {
	position: relative;
	display: block;
	text-decoration: none;
	width: 235px;
}
.on {
	background: #cc3333;
}
em {
	display: block;
	overflow: hidden;
	border: 10px solid #cc3333;
	border-color: #cc3333 #fff;
	border-width: 10px 10px 0 10px;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -10px;
}
#menu a span {
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
#menu a:hover {
	background: #cc3333;
}
/*#menu a:hover span {color:#fff; } 
#menu a:hover em {display:block; overflow:hidden; border:10px solid #cc3333; border-color:#cc3333 #fff; border-width:10px 10px 0 10px; position:absolute; left:50%; top:100%;margin-left:-10px;}*/
.weijy {
	width: 1200px;
	margin: 18px auto;
}
.weijy_left {
	width: 270px;
	padding: 0px;
	float: left;
	margin-right: 40px;
}
.weijy_p {
	font-size: 18px;
	color: #fff;
	background: #999;
	width: 210px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 15px;
}
.weijy_ul1 {
	font-size: 16px;
	color: #333;
	line-height: 60px;
	padding: 0 2px;
	font-weight: bold;
}
.weijy_ul1 li {
	width: 270px;
	height: 60px;
	margin-bottom: 1px;
	background: #f0f0f0;
}
.weijy_ul1 li a {
	display: block;
	width: 230px;
	height: 60px;
	color: #333;
	padding-left: 40px;
	background-position: 220px -642px;
}
.weijy_ul1 li a:hover {
	display: block;
	width: 230px;
	height: 60px;
	background: url(img/bg3.png) no-repeat 220px -642px #ff0023;
	color: #fff;
}
.weijy_ul1 li .wjy_a1 {
	background: url(img/bg3.png) no-repeat 220px -642px #ff0023;
	color: #fff;
}
.weijy_right {
	width: 740px;
	float: left;
}
.weijy_right h2 {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	color: #999;
	margin-bottom: 10px;
}
.weijy_right h3 {
	font-size: 24px;
	color: #333;
	line-height: 30px;
}
.weijy_right p {
	line-height: 30px;
}
.img3 li {
	margin-bottom: 20px;
}
.img3 li p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin: 20px 0;
}
.yuanyou {
	width: 1200px;
	margin: 0px auto 20px auto;
}
.help_til {
	padding-left: 20px;
}
.help_til dd a {
	padding: 0 20px;
	font-size: 18px;
	float: left;
	line-height: 40px;
	display: block;
	height: 48px;
	color: #fff;
	text-align: center;
	margin-left: 30px;
	color: #565656;
	background-position: center top;
}
.help_til dd a:hover {
	background: url(img/help_bg.png) no-repeat center top;
	color: #fff;
}
.help_til dd .a2 {
	background: url(img/help_bg.png) no-repeat center top;
	color: #fff;
}
/*????????????*/
.contact_left {
	float: left;
	color: #999;
}
.contact_left h1 {
	line-height: 60px;
	font-size: 24px;
}
.contact_left p {
	line-height: 40px;
	font-size: 18px;
}
.contact_left p span {
	color: #f50a2a;
	font-size: 36px;
	font-weight: bold;
}
.contact_right {
	width: 270px;
	float: right;
}
.contact_right img {
	float: left;
}
.contact_right p {
	color: #333;
	font-size: 14px;
	line-height: 40px;
}
/*????????????*/
.kefu {
	width: 520px;
	padding: 30px;
	background: #f6f6f6;
	margin-bottom: 15px;
}
.kefu_left {
	width: 130px;
	float: left;
	padding: 20px 0;
}
.kefu_right {
	width: 355px;
	float: left;
	padding-left: 35px;
}
.kefu_right h2 {
	color: #333;
	font-size: 24px;
	line-height: 50px;
}
.kefu_right h2 span {
	color: #ff0000;
	font-size: 16px;
}
.kefu_right p {
	color: #999;
	font-size: 14px;
	line-height: 28px;
}
.kf {
	margin-top: 20px;
}
.span2 {
	color: #333;
	font-size: 14px;
	line-height: 40px;
}
.span3 {
	color: #333;
	font-size: 14px;
	line-height: 40px;
	padding: 8px 15px;
	background: #ff0023;
	margin-left: 120px;
}
.span3 a {
	color: #fff;
}
/*????????????*/
.ac_ba {
	width: 100%;
	height: 500px;
	background: url(img/banner9.jpg) no-repeat center center;
}
.ac_con {
}
.ac_con h2 {
	color: #333;
	font-size: 24px;
	line-height: 60px;
}
.ac_con h4 {
	color: #333;
	font-size: 16px;
	line-height: 60px;
}
.ac_con p {
	color: #999;
	font-size: 14px;
	line-height: 25px;
}
.ac_con li {
	width: 500px;
	float: left;
	margin-right: 30px;
	padding: 30px 0;
}
/*????????????*/
.news_ba {
	width: 100%;
	height: 500px;
	background: url(img/banner10.jpg) no-repeat center center;
}
.new_ba {
	width: 100%;
	height: 500px;
	background: url(img/banner13.jpg) no-repeat center center;
}
.new_ba div {
	width: 900px;
	margin: 0 auto;
	padding: 150px 0 0 300px;
}
.new_ba div h3 {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	font-weight: normal;
}
.new_ba div p {
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	width: 230px;
	display: block;
	text-align: center;
}
.new {
	width: 1200px;
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
.new_left {
	width: 70px;
	height: 70px;
	line-height: 40px;
	background: #ff0023;
	color: #fff;
	margin-right: 10px;
	float: left;
	text-align: center;
	font-weight: bold;
}
.new_left h2 {
	font-size: 36px;
}
.new_middle {
	width: 250px;
	float: left;
}
.new_right {
	width: 810px;
	float: left;
	padding: 0px 30px;
	background: #f6f6f6;
	height: 160px;
}
.new_right h2 {
	color: #333;
	font-size: 18px;
	padding: 20px 0;
}
.new_right h2 span {
	color: #333;
	font-size: 14px;
	padding: 5px 25px;
	background: #f50a2a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
}
.new_right h2 span a {
	color: #fff;
}
/*?????????*/
.news_detail {
	padding: 0px 0 50px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.news_detail h2 {
	font-size: 30px;
	line-height: 60px;
	font-weight: normal;
}
.news_detail p {
	font-size: 14px;
	line-height: 30px;
	padding: 15px 0;
}
.pre_next {
	width: 175px;
	margin: 50px auto;
}
.pre_next span {
	background: #f6f6f6;
	padding: 10px 18px;
	font-size: 16px;
}
.pre_next span a {
	color: #fff;
}
.pre_next span span:hover {
	background: #ff0023;
	color: #fff;
}
.pre_next .span {
	background: #ff0023;
	color: #fff;
}
/*??????*/
.pages {
	width: auto;
	padding: 20px 0 100px 430px;
	margin-top: 20px;
	;
}
.pages a, .pages span.total, .pages span.total, .pages span.disabled span {
	height: 42px;
	background: #f6f6f6;
	float: left;
	color: #333;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	margin-right: 5px;
	padding: 0 10px;
}
.pages a:hover, .pages a:active {
	height: 42px;
	background: #ff0023;
	float: left;
	color: #fff;
	line-height: 42px;
	font-size: 16px;
	text-align: center;
	margin-right: 5px;
	padding: 0 10px;
}
.pages span.current {
	width: 45px;
	height: 42px;
	background: #ff0023;
	float: left;
	color: #fff;
	line-height: 42px;
	font-size: 20px;
	text-align: center;
	margin-right: 5px;
}
.pages span.disabled {
	float: left;
}
.pages span.ellipsis {
	float: left;
}
.pages span.total {
	float: left;
	font-weight: bold;
}
.pages input {
	font: 12px Arial, "??????";
}
/*????????????*/
.fudong {
	width: 100%;
	position: fixed;
	top: 250px;
	z-index: 999;
}
.list {
	height: 225px;
	right: 0;
	position: absolute;
	z-index: 999;
}
.list li {
	width: 74px;
	height: 30px;
	text-align: center;
	position: relative;
	background: #2f333a;
	margin: 1px 0;
	padding: 20px 0;
	cursor: pointer;
	opacity: 0.9;
}
.list li a {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 10px;
}
.list li p {
}
.fd1 {
	width: 273px;
	height: 173px;
	position: absolute;
	background: url(img/fd_bg1.png) no-repeat;
	padding: 50px 0;
	top: -80px;
	left: -274px;
	color: #fff;
}
.fd1 li {
	float: left;
	margin-left: 10px;
	background: none;
	height: 64px;
	opacity: 1;
}
.fd1 li p {
	font-size: 14px;
	font-weight: normal;
	color: #333;
}
.tz_ba {
	width: 100%;
	height: 500px;
	background: url(img/banner11.jpg) no-repeat center center;
}
/*????????????*/
.baoming {
	width: 100%;
	padding: 20px 0;
	background: #f6f6f6;
}
.baoming h2 {
	text-align: center;
	font-size: 30px;
	color: #333;
	line-height: 60px;
	font-weight: normal;
}
.baoming form {
	width: 300px;
	margin: 10px auto;
}
.input {
	width: 290px;
	height: 40px;
	line-height: 40px;
	margin: 5px 0;
	border: 1px solid #ddd;
	padding-left: 10px;
}
.mydiv {
	background-color: #ffffff;
	border: 1px solid #999;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	z-index: 9999;
	width: 600px;
	height: 800px;
	left: 50%;
	top: 50%;
	margin-left: -300px!important;/*FF IE7 ??????????????????????????? */
	margin-top: -400px!important;/*FF IE7 ???????????????????????????*/
	margin-top: 0px;
	position: fixed!important;/* FF IE7*/
	position: absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&  document.compatMode=='CSS1Compat') ?  documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
 document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/
}
.bg1, .popIframe {
	background-color: #333;
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;/*FF IE7*/
	filter: alpha(opacity=50);/*IE*/
	opacity: 0.5;/*FF*/
	z-index: 999;
	position: fixed!important;/*FF IE7*/
	position: absolute;/*IE6*/
_top:       expression(eval(document.compatMode &&  document.compatMode=='CSS1Compat') ?  documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
 document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
}
.popIframe {
	filter: alpha(opacity=0);/*IE*/
	opacity: 0;/*FF*/
}
.ac {
	text-align: right;
	font-size: 28px;
	display: block;
	padding-right: 10px;
}
.mydiv_left {
	margin: 0 auto;
	width: 600px;
	text-align: center;
}
/*404*/
.go_home a {
	display: block;
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f50a2a;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
}
.go_home a:hover {
	color: #fff;
	background: #f60;
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #ccc;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	background: #f50a2a;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver */
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.pagelink {
	height: 26px;
	width: 350px;
	line-height: 26px;
	margin: 20px auto 0 auto;
	padding: 20px 10px;
	TEXT-ALIGN: center
}
.pagelink li {
	float: left;
	margin-right: 3px;
	list-style-type: none;
	border: solid 1px;
}
.pagelink a, .pagelink span {
	padding: 0 3px;
}
.pagelink .thisclass {
	padding: -5px auto 3px;
	color: #F00;
	border: solid 1px #FF0000;
}
.pagelink .thisclass a {
	padding: -5px auto 3px;
	color: #F00;
	;
}
.pagelink a.on, .pagelink a:hover {
	color: #F9003B;
}
