@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #f8b651;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}
.fixed:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}
.fixed {
	display: block;
	min-height: 1%
}
*html .fixed {
	height: 1%
}
body {
	font-family: "微软雅黑";
	color: #555;
	font-size: 12px;
	background-color: #eeeeee;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}
/*header css*/
.index_bg {
	background: url(../images/bg.jpg) no-repeat top center #eee;
}
.logo {
	float: left;
	padding: 23px 0 22px 8px;
}
.logo a {
	display: block;
	width: 403px;
	height: 104px;
	background: url(../images/news_logo1.png) no-repeat 0 center;
	text-indent: -9999px;
}
.search {
	float: left;
	width: 280px;
	margin: 76px 0 0 356px;
           position: relative;
}
.search form {
           position: absolute;
	right: 0;
	top: 1px;

	
}
.search .search_text {
	width: 239px;
	height: 34px;
	padding: 0 8px;
	line-height: 34px;
	border: 0;
	border-bottom: 1px #85b2d9 solid;
	background: 0;
	font-family: "微软雅黑";
	color: #fff;
	font-size: 14px;
}
.search .search_btn {
	width: 28px;
	height: 34px;
	background: url(../images/search_ico.png) no-repeat center center;
	border: none;
	position: absolute;
	right: 0;
	top: 1px;
 *top:2px;
	border-bottom: 1px #85b2d9 solid;
	cursor: pointer;
}
.nav {
	float: left;
	width: 100%;
	height: 42px;
	line-height: 42px;
	background-color: #d98287;
}
.nav li {
	float: left;
	position: relative;
	z-index: 9999;
	margin-right: 28px;
}
.nav a {
	display: block;
	width: 120px;
	height: 42px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.nav a:hover {
	background: #005083;
}
.nav .current {
	background: #005083;
}
.nav li ul {
	position: absolute;
	top: 42px;
	left: 0;
	background-color: #fff;
	padding: 8px 0 6px 0;
	border: 1px #ccc solid;
	border-top: 0;
}
.nav li ul li {
	float: none;
	background: none;
	width: 118px;
	margin-right: 0;
}
.nav li ul li a {
	display: block;
	width: 98px;
	margin: 0 10px;
	border-bottom: 1px #ccc dotted;
	height: 40px;
	line-height: 40px;
	color: #555;
	font-size: 16px;
	text-align: center;
}
.nav li ul li a:hover {
	background: none;
	color: #f8b651;
}
/*main css*/
/*lrtk.css是幻灯片的css样式*/
.info_ndyw {
	float: left;
	width: 670px;
	padding: 25px 40px 0 0;
}
.info_ndyw_jj {
	float: left;
	width: 540px;
	padding: 10px 0 20px 0;
	margin-left: 62px;
	border-bottom: 1px #ccc dashed;
	position: relative;
}
.info_ndyw_jj .moreo {
	position: absolute;
	top: -30px;
	right: 100px;
	font-size: 14px;
	color: #888;
}
.info_ndyw_jj div {
	float: left;
	width: 190px;
	height: 110px;
}
.info_ndyw_jj h4 {
	float: left;
	padding: 0 5px 2px 30px;
	width: 270px;
	max-height: 56px;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	overflow: hidden;
}
.info_ndyw_jj h4 a {
	color: #000;
}
.info_ndyw_jj h4 a:hover {
	color: #d79633;
}
.info_ndyw_jj span {
	float: right;
	width: 45px;
	height: 54px;
	padding-top: 2px;
	color: #888;
	font-size: 16px;
}
.info_ndyw_jj span span {
	float: right;
	width: auto;
}
.info_ndyw_jj p {
	float: left;
	padding: 4px 0 0 30px;
	width: 270px;
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
	color: #888;
}
.list {
	float: left;
	width: 540px;
	padding: 20px 0 0 62px;
	position: relative;
}
.list .moreo {
	position: absolute;
	top: -30px;
	right: -28px;
	font-size: 14px;
	color: #888;
}
.list li {
	float: left;
	width: 540px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	overflow: hidden;
}
.list li span {
	float: right;
	color: #888;
}
.title {
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 20px;
	color: #0d5a8a;
	height: 38px;
	line-height: 38px;
	padding: 10px 0;
	background: url(../images/tit_ico_bg.png) no-repeat 14px center;
}
.title span {
	float: left;
	padding-left: 60px;
}
.title i {
	float: left;
	width: 266px;
	height: 1px;
	margin: 22px 0 0 16px;
	background-color: #0d5a8a;
}
.title i.tit_big {
	width: 300px;
}
.title a {
	float: left;
	font-size: 14px;
	padding-top: 3px;
	color: #888;
    padding-left: 25px;
.info_ndyw_jj .moreo
}
.title a:hover {
	color: #f8b651;
}
.info_ztrd {
	float: right;
	width: 490px;
	margin-top: 25px;
	background-color: #e5e5e5;
}
.info_ztrd ul {
	float: left;
	width: 390px;
	padding: 6px 50px 26px 50px;
}
.info_ztrd li {
	float: left;
	width: 372px;
	height: 34px;
	line-height: 34px;
	background: url(../images/info_ztrd_ico.png) no-repeat 0 center;
	padding-left: 18px;
	font-size: 14px;
	overflow: hidden;
}
.info_jxky {
	float: left;
	width: 670px;
	padding: 25px 40px 0 0;
}
.title_l {
	float: left;
	width: 100%;
	padding: 10px 0 30px 0;
}
.title ul {
	float: left;
	width: 362px;
	margin: 4px 0 0 60px;
	padding-bottom: 12px;
	border-bottom: 1px #0d5a8a solid;
}
.title li {
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	margin-right: 10px;
	cursor: pointer;
}
.title li:hover {
	background: #005faf;
	color: #fff;
}
.title li a {
	float: left;
	font-size: 20px;
	color: #0d5a8a;
	padding: 0;
}
.title li a:hover {
	background: #005faf;
	color: #fff;
}
.title li.current {
	background: #005faf;
	color: #fff;
}
.title_l a {
	padding-top: 29px;
}
.info_jxky .list li {
	float: left;
	width: 520px;
	background: url(../images/info_ztrd_ico.png) no-repeat 0 center;
	padding-left: 20px;
}
.info_tzgg {
	float: left;
	width: 490px;
	padding-top: 25px;
}
.title_r {
	float: left;
	width: 100%;
	padding: 10px 0 30px 0;
}
.title_r ul {
	float: left;
	width: 362px;
	margin: 4px 0 0 60px;
	padding-bottom: 12px;
	border-bottom: 1px #0d5a8a solid;
}
.title_r a {
	padding-top: 29px;
}
.list_r {
	float: left;
	width: 400px;
	padding: 10px 0 0 62px;
}
.list_r li {
	float: left;
	width: 400px;
}
.info_ndrw {
	float: right;
	width: 490px;
	padding: 25px 0px 0 0;
}
.info_ndrw_con {
	float: left;
	width: 400px;
	padding: 20px 0 0 30px;
	position: relative;
}
.info_ndrw_con .moreo {
	position: absolute;
	top: -30px;
	right: -68px;
	font-size: 14px;
	color: #888;
}
.info_ndrw_con li {
	float: left;
	width: 115px;
	margin-left: 18px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}
.info_ndrw_con li div {
	padding-bottom: 16px;
}
.info_ndrw_con li p {
	line-height: 22px;
}
.info_szlt {
	float: right;
	width: 490px;
	padding-top: 25px;
}
.info_szlt .list li {
	float: left;
	width: 380px;
	background: url(../images/info_ztrd_ico.png) no-repeat 0 center;
	padding-left: 20px;
}
.info_gynd {
	float: right;
	width: 490px;
	padding: 25px 0px 0 0;
position: relative;
}
.info_gynd_tab_btn {
	float: left;
	width: 300px;
	padding: 10px 0 0 160px;
}
.info_gynd_tab_btn li {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	margin-right: 20px;
	background: #dcdcdc;
	cursor: pointer;
	font-size: 14px;
}
.info_gynd_tab_btn li.current {
	background: #e48585;
	color: #fff;
}
.info_gynd_tab_btn li a:hover{
           color:#555;
}
#gynd_tab_content {
	float: left;
	padding-top: 30px;
}
.info_gynd_text_list {
	float: left;
	width: 180px;
	padding: 0 10px 0 40px;
}
.info_gynd_text_list div {
	float: left;
	width: 260px;
	height: 150px;
	position: relative;
}
.info_gynd_text_list div p {
	float: left;
	width: 160px;
	padding: 0 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 30px;
	line-height: 30px;
	background: url(../images/tit_bg.png) repeat-x 0 center;
	font-size: 14px;
}
.info_gynd_text_list div p a {
	color: #e6e6e6;
}
.info_gynd_text_list div p a:hover {
	color: #fff;
}
.info_gynd_text_list p img {
	float: left;
	padding: 6px 14px 0 0;
}
.info_gynd_text_list p span {
	float: right;
}
.info_gynd_list {
	float: left;
	width: 240px;
	padding: 20px 0 15px 0;
}
.info_gynd_list li {
	float: left;
	width: 186px;
	font-size: 14px;
	line-height: 30px;
	background: url(../images/info_gynd_ico-02.png) no-repeat 0 center;
	padding-left: 24px;
}
.info_gynd_list1 {
	padding-left: 10px;
    padding-top: 5px;
}
.info_gynd_img_list {
	float: left;
	width: 250px;
}
.info_gynd_img_list li {
	float: left;
	margin-left: 10px;
	position: relative;
margin-bottom: 7px;
}
.info_gynd_img_list li span {
	position: absolute;
	top: 34px;
	left: 50px;
}
.info_gynd_photo {
	float: left;
	width: 400px;
	padding-left: 32px;
}
.info_gynd_photo li {
	float: left;
	width: 115px;
	height: 130px;
	margin: 0 0 20px 16px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}
.info_gynd_photo li div {
	padding-bottom: 10px;
}
.info_gynd_photo li p {
	line-height: 22px;
}
.info_mtnd {
	float: left;
	width: 490px;
	margin-top: 35px;
}
.info_mtnd ul {
	float: left;
	width: 400px;
	padding: 10px 0 0 62px;
}
.info_mtnd li {
	float: left;
	width: 374px;
	padding: 10px 0 20px 0;
 *padding:10px 0 10px 0;
}
.info_mtnd li div {
	display: block;
	float: left;
	width: 150px;
	height: 50px;
}
.info_mtnd li span {
	display: block;
	float: left;
	width: 210px;
	padding-left: 14px;
	font-size: 14px;
	line-height: 24px;
}
.info_mtzx {
	float: left;
	width: 1200px;
	padding-top: 25px;
}
.title_mtzx ul {
	float: left;
	width: 1140px;
	margin: 4px 0 0 60px;
	padding-bottom: 12px;
	border-bottom: 1px #0d5a8a solid;
	position: relative;
}
.info_mtzx_list {
	float: left;
	width: 1074px;
	margin: 20px 0 0 60px;
}
.info_mtzx_list li {
	float: left;
	width: 139px;
	margin: 0 20px;
	cursor: pointer;
	position: relative;
}
.info_mtzx_list li span {
	position: absolute;
	left: -20px;
	top: -190px;
	display: none;
}
.info_ztwz {
	float: left;
	width: 1200px;
	padding-top: 25px;
}
.title_ztwz {
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 20px;
	color: #0d5a8a;
	height: 38px;
	line-height: 38px;
	padding: 10px 0;
	background: url(../images/info_ztwz_bg.png) no-repeat 14px center;
}
.title_ztwz span {
	float: left;
	padding-left: 46px;
}
.title_ztwz i {
	float: left;
	width: 1030px;
	height: 1px;
	margin: 19px 0 0 44px;
	background-color: #0d5a8a;
}
/*视频新闻 图片滚动css*/
.blk_18 {
	float: left;
	overflow: hidden;
	zoom: 1;
	width: 1090px;
	padding: 10px 0;
	margin: 12px 0 0 62px;
	background-color: #fff;
}
.blk_18 .pcont {
	width: 1090px;
	float: left;
	overflow: hidden;
}
.blk_18 .ScrCont {
	width: 32766px;
	zoom: 1;
}
.blk_18 #List1_1, .blk_18 #List2_1 {
	float: left;
}
.blk_18 .LeftBotton, .blk_18 .RightBotton {
	width: 15px;
	height: 74px;
	float: left;
	background: url(/jscss/demoimg/200902/ax.gif) no-repeat;
}
.blk_18 .LeftBotton {
	background-position: 0 0;
	margin: 8px 5px 0;
}
.blk_18 .RightBotton {
	background-position: 0 -100px;
	margin: 8px 1px 10px 5px;
}
.blk_18 .LeftBotton:hover {
	background-position: -20px 0;
}
.blk_18 .RightBotton:hover {
	background-position: -20px -100px;
}
.blk_18 .pl img {
	display: block;
	cursor: pointer;
}
.blk_18 .pl {
	width: 206px;
	float: left;
	text-align: center;
	line-height: 24px;
	margin-left: 10px;
	font-size: 15px;
}
#footer {
	float: left;
	width: 100%;
	padding: 34px 0 18px 0;
	margin-top: 40px;
	background: url(../images/footer_bg.jpg) repeat-x 0 top #005083;
}
#footer p {
	float: left;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
/*wxhl.html css*/
.wxhl {
	float: left;
	width: 1200px;
	background-color: #fff;
	margin-top: 16px;
}
.wxhl .wxhl_tab {
	float: left;
	width: 1140px;
	font-size: 18px;
	margin: 30px 30px 0 30px;
	padding-bottom: 20px;
	border-bottom: 1px #dcdcdc solid;
}
.wxhl .wxhl_tab li {
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 15px;
	margin-right: 10px;
	cursor: pointer;
}
.wxhl .wxhl_tab li:hover {
	background: #e48585;
	color: #fff;
	border-radius: 5px;
}
.wxhl .wxhl_tab li.current {
	background: #e48585;
	color: #fff;
	border-radius: 5px;
}
#wxhl_tab_content ul {
	float: left;
	margin-left: 8px;
	padding-bottom: 30px;
}
#wxhl_tab_content ul li {
	float: left;
	width: 365px;
	margin: 22px 0 0 22px;
}
/*list.html css*/
.xwlist_l {
	float: left;
	width: 824px;
	background-color: #fff;
	margin-top: 16px;
}
.xwlist_l h4 {
	float: left;
	width: 764px;
	margin: 0 30px;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-size: 20px;
	border-bottom: 1px #bfbfbf solid;
	position: relative;
}
.xwlist_l h4 i {
	width: 8px;
	height: 50px;
	background-color: #e48585;
	position: absolute;
	left: -30px;
	top: 0;
}
.xwlist_l h4 span {
	float: right;
	color: #a0a0a0;
	font-size: 14px;
}
.xwlist_l h4 a {
	color: #a0a0a0;
}
.xwlist_l h4 a:hover {
	color: #f8b651;
}
.xwlist_l ul {
	float: left;
	width: 764px;
	margin: 0 30px;
	padding: 16px 0;
          
}
.xwlist_l li {
	float: left;
	width: 744px;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: url(../images/info_ztrd_ico.png) no-repeat 0 center;
}
.xwlist_l li span {
	float: right;
}
.xwlist_l .page {
	float: left;
	width: 764px;
	margin: 0 30px;
	padding: 10px 0 50px 0;
	font-size: 14px;
	text-align: center;
}
.xwlist_l .page span {
	padding: 0 5px;
}
.xwlist_l .page .page_zd {
	width: 50px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	padding: 4px 11px;
	margin: 0 3px 0 8px;
	background: url(../images/page_bg.png) no-repeat 0 center;
}
.xwlist_l .page input {
	width: 40px;
	height: 24px;
	padding: 0 5px;
	border: 1px #cbcaca solid;
	font-family: "微软雅黑";
	font-size: 14px;
}
.xwlist_r {
	float: right;
	width: 360px;
	background-color: #fff;
	margin-top: 16px;
}
.xwlist_r h4 {
	float: left;
	width: 314px;
	padding-left: 46px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: normal;
	background: url(../images/xwlist_ico.png) no-repeat 20px center #adcce8;
}
.xwlist_r ul {
	float: left;
	width: 320px;
	margin: 0 20px;
	padding: 16px 0;
}
.xwlist_r li {
	float: left;
	width: 320px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
/*content.html css*/
.content {
	float: left;
	width: 1140px;
	padding: 20px 30px 30px 30px;
	margin-top: 16px;
	background-color: #fff;
}
.content_this {
	float: left;
	width: 1140px;
	color: #a0a0a0;
	font-size: 14px;
	padding-bottom: 10px;
}
.content_this a {
	color: #a0a0a0;
}
.content_this a:hover {
	color: #f8b651;
}
.content h3 {

	width: 1000px;
	padding: 14px 70px;
	text-align: center;
	font-size: 30px;
	line-height: 44px;
	font-weight: normal;
	border-bottom: 1px #dcdcdc solid;
        overflow:hidden;
}
.content h3 span {
	float: left;
	width: 1000px;
	font-size: 14px;
	padding-top: 10px;
}
.content p {
/*
	float: left;
	width: 1020px;
*/
	padding: 0 60px;
	font-size: 16px;
	line-height: 33px;
	/*text-indent: 2em;*/
}
.content img {
	margin: 0 auto;
	display: block;
	max-width: 1000px;
	text-align: center;
	padding: 10px 0;
border: none !important;
}
.content h4 {
	float: left;
	width: 1140px;
	padding: 30px 0 4px 0;
	font-size: 16px;
	color: #eb6100;
	line-height: 44px;
	font-weight: normal;
}
.content ul {
	float: left;
	width: 1140px;
	padding-bottom: 20px;
}
.content li {
	float: left;
	width: 1140px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
/*yy.html css*/
.yy_top {
	float: left;
	width: 1160px;
	padding: 20px;
	margin-top: 16px;
	background-color: #fff;
}
.yy_top_l {
	float: left;
	width: 425px;
	margin: 0 40px;
	height: 328px;
	border: 1px #dcdcdc solid;
	border-left: 0;
	border-right: 0;
}
.yy_top_l h5 {
	float: left;
	width: 425px;
	font-size: 20px;
	color: #005faf;
	font-weight: normal;
	padding-top: 50px;
}
.yy_top_l h5 span {
	float: left;
	font-size: 14px;
	padding: 3px 10px;
	margin-top: 14px;
	border-radius: 5px;
	color: #fff;
	background: #005faf;
}
.yy_top_l ul {
	float: left;
	width: 425px;
	padding-top: 90px;
}
.yy_top_l li {
	float: left;
	width: 401px;
	background: url(../images/yy_ico.png) no-repeat 0 center;
	padding-left: 24px;
	line-height: 30px;
	font-size: 14px;
}
.yy_top_r {
	float: right;
}
.yy_b {
	float: left;
	width: 1200px;
	margin-top: 16px;
}
.yy_b_l {
	float: left;
	width: 710px;
	padding: 20px 30px 30px 30px;
	background-color: #fff;
}
.yy_b_l h5 {
	float: left;
	width: 646px;
	font-size: 20px;
	color: #005faf;
	font-weight: normal;
	line-height: 30px;
	background: url(../images/yy_ico-02.png) no-repeat 0 center;
	padding: 10px 0 10px 64px;
	margin-bottom: 16px;
	border-bottom: 1px #dcdcdc solid;
}
.yy_b_l h5 span {
	font-size: 18px;
	color: #7d7d7d;
}
.yy_b_l div {
	float: left;
	width: 590px;
	padding: 0 60px;
}
.yy_b_l div label {
	float: left;
	width: 120px;
	padding-top: 16px;
	font-size: 16px;
	line-height: 30px;
}
.yy_b_l div input {
	float: left;
	width: 440px;
	padding: 0 10px;
	font-family: "微软雅黑";
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	/*margin-top: 16px;*/
	border: 1px #dcdcdc solid;
}
.yy_b_l div .text_spe {
	width: 280px;
}
.yy_b_l h6 {
	float: left;
	width: 590px;
	padding: 24px 60px;
	font-size: 16px;
	font-weight: normal;
}
.yy_b_l ul {
	float: left;
	width: 606px;
	padding: 0 60px 0 44px;
}
.yy_b_l li {
	float: left;
	width: 103px;
	text-align: center;
	margin-left: 16px;
	font-size: 14px;
	padding: 2px 0;
	border: 1px #dcdcdc solid;
	cursor: pointer;
}
.yy_b_l textarea {
	float: left;
	width: 570px;
	margin: 0 60px;
	padding: 10px;
	border: 1px #dcdcdc solid;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
}
.yy_b_l .reader {
	float: left;
	width: 590px;
	padding: 16px 60px 0 60px;
}
.yy_b_l .reader .reader_checkbox {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin-top: 6px;
	border: 1px #dcdcdc solid;
	border-radius: 0;
	position: relative;
	background: #fff;
	border: 1px #b5b5b5 solid;
	vertical-align: middle;
}
.yy_b_l .reader .reader_checkbox input {
	padding: 0;
	margin: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;/*使input按钮在span的上一层，不加点击区域会出现不灵敏*/
}
.yy_b_l .reader .reader_checkbox span {
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	background: #8fc41f;
	top: 3px;
	left: 3px;
	z-index: 1;
}
.yy_b_l .reader .reader_checkbox input[type="checkbox"] + span {
	opacity: 0;
}
.yy_b_l .reader .reader_checkbox input[type="checkbox"]:checked + span {
	opacity: 1;
}
.yy_b_l .reader label {
	float: left;
	width: 300px;
	padding: 0 0 0 14px;
	font-size: 14px;
}
.yy_b_l .btn {
	float: left;
	width: 300px;
	margin: 0 205px;
	background-color: #8fc41f;
	border: 0;
	text-align: center;
	color: #fff;
	font-family: "微软雅黑";
	border-radius: 5px;
	font-size: 16px;
	padding: 6px 0;
	margin-top: 30px;
	cursor: pointer;
}
.yy_b_r {
	float: right;
	width: 354px;
	padding: 6px 30px 0 30px;
	background-color: #fff;
}
.yy_b_r h5 {
	float: left;
	width: 354px;
	line-height: 40px;
	padding-top: 20px;
	font-size: 20px;
	color: #005faf;
	font-weight: normal;
}
.yy_b_r p {
	float: left;
	width: 354px;
	font-size: 14px;
	line-height: 26px;
	padding-top: 4px;
}
.yy_b_r ul {
	float: left;
	width: 354px;
	padding: 16px 0 40px 0;
}
.yy_b_r li {
	float: left;
	width: 354px;
	line-height: 34px;
	font-size: 16px;
}
/*tg.html css*/
.tg {
	float: left;
	width: 1080px;
	margin-top: 16px;
	padding: 40px 60px;
	background-color: #fff;
}
.tg h4 {
	float: left;
	width: 1080px;
	font-size: 20px;
	color: #eb6100;
	font-weight: normal;
}
.tg p {
	float: left;
	width: 1080px;
	font-size: 14px;
	line-height: 24px;
	padding: 10px 0 14px 0;
}
.tg div {
	float: left;
	width: 1080px;
}
.tg .div_bt {
	float: left;
	width: 740px;
}
.tg .div_lei {
	float: right;
	width: 310px;
	margin-left: 30px;
}
.tg .div_name {
	float: left;
	width: 450px;
	padding-left: 90px;
}
.tg .div_name input {
	float: left;
	width: 330px;
	padding: 0 10px;
	font-family: "微软雅黑";
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	/*margin-top: 24px;*/
	border: 1px #dcdcdc solid;
}
.tg div label {
	float: left;
	width: 90px;
	line-height: 30px;
	padding-top: 24px;
	font-size: 16px;
}
.tg div select {
	float: left;
	width: 210px;
	/*margin-top: 24px;*/
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 4px 0;
	line-height: 30px;
	border: 1px #dcdcdc solid;
}
.tg div select option {
	float: left;
	width: 210px;
}
.tg div input {
	float: left;
	width: 600px;
	padding: 0 10px;
	font-family: "微软雅黑";
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	/*margin-top: 24px;*/
	border: 1px #dcdcdc solid;
}
.tg .btn {
	float: left;
	width: 300px;
	margin: 50px 0 10px 390px;
	background-color: #8fc41f;
	border: 0;
	text-align: center;
	color: #fff;
	font-family: "微软雅黑";
	border-radius: 5px;
	font-size: 16px;
	/*padding: 6px 0;*/
	cursor: pointer;
}
.tg .tg_text {
	float: left;
	width: 1080px;
	text-align: center;
	font-size: 14px;
}
.tg .tg_text span {
	color: #eb6100;
}
/*编辑器样式*/
div .ke-container {
	display: block;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	overflow: hidden;
	padding: 0;
	margin: 24px 0 10px 0;
}
.ke-dialog-row .ke-inline-block {
	position: relative;
	display: none;
}
.ke-dialog-row .ke-button-outer {
	background-position: 0 -25px;
	padding: 0;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	display: none;
}