/*
全局css，适合所有页面
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
 /*background: #FFBB01 linear-gradient(#009CFF, #DDEEFF) no-repeat scroll 0% 0%;*/
}

a {
	text-decoration: none;
	color: #000;
}

p {
	text-indent: 0em;
}

li {
	list-style-type: none;
}

img {
	border: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: normal;
}
.w1300 {
	width: 1300px;
	margin: auto;
}
.w1200 {
	width: 1200px;
	margin: auto;
}
.w1100 {
	width: 1100px;
	margin: auto;
}
.bggrey {
	background: #f6f6f6;
}
.bgwhite {
	background: #fff;
}
.h10 {
	height: 10px;
}
.h15 {
	height: 15px;
}
.h20 {
	height: 20px;
}
.h25 {
	height: 25px;
}
.h30 {
	height: 30px;
}
.h35 {
	height: 35px;
}
.h40 {
	height: 40px;
}
.h45 {
	height: 45px;
}
.h50 {
	height: 50px;
}
.h60 {
	height: 60px;
}
.h70 {
	height: 70px;
}
.h80 {
	height: 80px;
}
.w100 {
	width: 100%;
}
.w98 {
	width: 98%;
	margin: auto;
}
.w96 {
	width: 96%;
	margin: auto;
}
.w95 {
	width: 95%;
	margin: auto;
}
.w92 {
	width: 92%;
	margin: auto;
}
.w90 {
	width: 90%;
	margin: auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex_a {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.flex_b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_c {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.items {
	align-items: center;
}
.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* 元素行 */
.border {
	border: 1px solid red;
}

.row {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}
.row1 {
	width: 1200px;
	margin: 0px auto;
}

.row2 {
	width: 987px;
	margin: 0px auto;
	overflow: hidden;
}

.wrapper {
	/*background-color: #E7E7E7;*/
}

.wrapper2 {
	background-color: #fff;
}

.h33 {
	height: 33px;
}

.h40 {
	height: 40px;
}

/* 主背景色 */
/*.bgcolor { background-color: #C91A1D!important; }*/
.bgcolor {
	background-color: #800!important;
}

.color {
	color: #0a0!important;
}

.bdcolor {
	color: #0a0!important;
}

.bgblue {
	background-color: #1755AA;
}

.bggray {
	background-color: #E7E7E7;
}

.bgblack {
	background-color: #333333;
}

/*头部*/

/*顶部栏*/
.top1 {
	background-color: #000;
	height: 30px;
	line-height: 30px;
	color: #efefef;
	display: none;
}

.top1 a {
	color: #efefef;
}

.top1 h1.sitename {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

.top1_left {
	line-height: 30px;
}

.top1_right {
}

.top1_right ul {
}

.top1_right ul li {
	float: left;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
}

/*Logo栏*/
.header {
	width: 100%;
	background: #388aea;
}
.top2 {
	height: 60px;
}

.top2_left {
	height: 60px;
	width: 900px;
	line-height: 60px;
}

.top2_left img {
	vertical-align: middle;
}

.top2_center {
	height: 100%;
	margin-left: 200px;
}

.top2_right {
	height: 60px;
	color: #fff;
}

.top2_right img {
	width: 45px;
	height: 39px;
	margin: 10px 6px 0 0;
}

.top2_right p:first-child {
	font-size: 18px;
	margin-top: 3px;
	color: #eee;
}

.top2_right p:last-child {
	font-size: 24px;
	font-weight: bold;
	/*font-style: italic;*/
}

/* 搜索框 */
.search {
	width: 545px;
	height: 35px;
	line-height: 35px;
	margin: 20px auto;
}

.searchForm {
}

.searchForm a {
	float: right;
	display: inline-block;
	width: 80px;
	height: 35px;
	background-color: #3b7eeb;
	color: #FFF;
	text-align: center;
	font-size: 15px;
}

.searchForm input {
	float: left;
	width: 448px;
	height: 29px;
	padding: 2px 10px 2px 5px;
	border: 1px solid #ccc;
}
.fenlei {
	width: 1158px;
	margin: 0 auto 20px;
	padding: 15px 20px 0;
	border: 1px solid #eee;
	/*height: 110px;*/
}
.fenlei .ftit {
	width: 60px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	float: left;
	text-align: center;
}
.fenlei ul {
	float: right;
	width: 1080px;
}
.fenlei ul:first-child {
	margin-bottom: 10px;
}
.fenlei li {
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	margin: 0 40px 20px 0;
	padding: 0 6px;
	float: left;
	text-align: center;
}
.fenlei li:hover {
	background: #3b7eeb;
}
.fenlei .on {
	background: #3b7eeb;
}

.fenlei li a {
	color: #666;
}
.fenlei li:hover a {
	color: #fff;
}
.fenlei .on a {
	color: #fff;
}
.clear {
	clear: both;
}

.position {
	width: 1200px;
	padding: 0 20px;
	margin: 0 auto 20px;
	height: 30px;
	line-height: 30px;
	color: #000;
}
.position a {
	color: #3b7eeb;
}

/*导航栏 */
.top3 {
	height: 80px;
}

.nav {
}

.nav ul {
}

.nav ul .nav-li {
	margin-right: 0px;
	float: left;
	line-height: 78px;
	width: 133px;
	text-align: center;
	position: relative;
}

.nav ul .nav-li:hover .nline {
	display: block;
}
.nav ul .on .nline {
	display: block;
}

.nav ul .nav-h2 {
	color: #303030;
	font-size: 16px;
	height: 73px;
}
.nav ul .nline {
	display: none;
	height: 2px;
	width: 50px;
	background: #3c7aec;
	margin: auto;
	padding-top: 1px;
}

.nav ul li .on {
	border-bottom: 2px solid #3c7aec;
}

.nav-sub-ul {
	width: 100px;
	position: absolute;
	top: 80px;
	left: 25px;
	zoom: 1;
	z-index: 999;
	display: none;
}

.nav-sub-li {
	color: #4c4c4c;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	background: #fff;
}

.nav-sub-li:hover {
	background:#3c7aec;
}

.nav-sub-li:hover .nav-sub-h3 {
	color: #fff;
}

.nav-sub-h3 {
	color: #4c4c4c;
}


/*banner*/
.banner {
	overflow: hidden;
	position: relative;
}

.banner .hd {
	height: 10px;
    overflow: hidden;
    position: absolute;
    right: 44%;
    bottom: 30px;
    z-index: 1;
}

.banner .bd ul {
}

.banner .hd ul li {
	width: 30px;
	float: left;
	height: 6px;
	margin-right: 10px;
	background: #999999;
}
.banner .hd ul .on {
	width: 45px;
	background: #3b7dec;
}

/*主体*/
.main {
	background-color: #B8F0FD;
}

.main-right {
	width: 322px;
	margin-right: 10px;
	margin-top: 10px;
}

.main-left {
	padding: 10px;
	width: 815px;
}

/*通用块*/
.menu_head {
	background: url(/template/default/images/menu_head_bg.png) repeat-x scroll bottom;
	position: relative;
}

.menu_title {
	width: 91px;
	height: 35px;
	background: url(/template/default/images/menu_title_bg.png) repeat-x scroll bottom;
	text-align: center;
	line-height: 35px;
}

.menu_title span {
	color: #fff;
	font-size: 18px;
}

.menu_title_img {
	position: absolute;
	left: 100px;
	top: 5px;
}

.menu_more {
	position: absolute;
	right: 10px;
	top: 5px;
}
/*头条*/
.menu_top1 {
}

.menu_top1_img {
	padding-right: 10px;
	height: 116px;
}

.menu_top1_title {
	color: #D6301A;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.menu_top1_desc {
	text-indent: 2em;
	line-height: 21px;
}
/*列表*/
.menu_list {
}

.menu_list li {
	background: url(/template/default/images/menu_list_bg.png) repeat-x scroll bottom;
	line-height: 30px;
}

.menu_list span {
	float: right;
}

.index-newslist-hd {
	height: 33px;
	line-height: 33px;
	padding-left: 20px;
	color: #fff;
	background-color: #023D89;
	font-size: 16px;
}

.index-newslist-hd>.more {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	color: #ccc;
}

.index-newslist-bd {
	height: 224px;
	padding: 0px 10px;
	color: #000;
	background-color: #F5F5F5;
}

.index-newslist-bd>ul>li {
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	border-bottom: 1px solid #eee;
	background: url(/webui/home/images/newslisticon.png) no-repeat scroll left center;
}

.index-xc ul {
	padding: 0px 15px;
}

.index-xc li {
	float: left;
	margin: 0px 10px;
}

.index-fw-hd {
	margin-left: 25px;
	font-size: 18px;
	font-weight: bold;
}

.index-fw-bd>ul {
	padding: 0px 15px;
}

.index-fw-bd>ul>li {
	float: left;
	margin: 0px 10px;
}

.index-left-hd {
	height: 33px;
	line-height: 33px;
	padding-left: 70px;
	color: #fff;
	font-weight: bold;
}

.index-left-1-hd {
	background: url(/webui/home/images/index_left_hd1.png) repeat scroll top;
}

.index-left-2-hd {
	background: url(/webui/home/images/index_left_hd2.png) repeat scroll top;
}

.index-left-3-hd {
	background: url(/webui/home/images/index_left_hd3.png) repeat scroll top;
}

.left-1-sub-hd {
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	text-align: center;
	background-color: #ececec;
}

.left-1-sub-bd {
	height: 128px;
	padding: 10px 20px;
	border: 1px solid #ececec;
}

.left-1-sub-bd>form>textarea {
	width: 181px;
	height: 75px;
	padding: 5px;
	border: 1px solid #ececec;
}

.left-1-sub-bd>form>a {
	float: right;
}

.a-btn {
	height: 24px;
	padding: 2px 10px;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	background-color: #e80000;
	text-align: center;
}

.left-2-sub-hd {
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	text-align: center;
	background-color: #ececec;
}

.left-2-sub-bd {
	height: 150px;
	padding: 10px 20px;
	border: 1px solid #ececec;
}

.left-2-sub-bd>table tr {
	height: 25px;
}

.index-cpzs-hd {
	font-size: 18px;
	font-weight: bold;
}

.index-cpzs-hd>.more {
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.index-cpzs-bd {
	text-align: center;
}

.index-cpzs-bd>ul {
	margin: 10px 0;
}

.index-cpzs-bd>ul>li {
	margin-right: 24px;
	float: left;
	border: 1px solid #eee;
}
.index-cpzs-bd>ul>li:last-child {
	margin-right: 0;
}

.index-cpzs-bd p {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
.index-cpzs-bd img {
	margin: 0 auto 20px;
	display: block;
}


/*友情链接*/
.friendlink {
	overflow: hidden;
}

.friendlink>.hd {
	font-size: 18px;
	font-weight: bold;
}

.friendlink>.bd ul {
}

.friendlink ul li {
	display: inline-block;
	margin-right: 20px;
	line-height: 30px;
}

.friendlink ul li>img {
	width: 180px;
	height: 60px;
}
/*.friendlink ul li a{}*/

/*底部*/
.footer {
	padding: 15px 0;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
}
.fleft {
	width: 110px;
}

.fcenter {
	width: 910px;
}

.fright {
	width: 180px;
}

.footer .fleft p:first-child {
	font-size: 18px;
	line-height: 25px;
}
.footer .fleft p:last-child {
	font-size: 14px;
	color: #d9d9d9;
}
.footer .fright p {
	line-height: 25px;
}
.footer .fright img {
	width: 110px;
	height: 110px;
}

.footer .fcenter p {
	line-height: 32px;
}
.footer .fcenter a {
	color: #c0c0c0;
	margin-left: 5px;
}
.footer .fcenter p:last-child {
	color: #c0c0c0;
}


/*---------------------------------以下是手机工具条--------------------------------*/

/*手机头部工具条*/
.wap-head-bar {
	background-color: #78B7C0;
	height: 50px;
	line-height: 50px;
}

.wap-head-bar-title {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

.wap-head-bar-right {
	position: absolute;
	right: 10px;
}

.wap-head-bar-left {
	position: absolute;
	left: 10px;
}

.wap-head-bar-menu {
	position: absolute;
	right: 10px;
	top: 50px;
	display: none;
	background-color: #78B7C0;
}

.wap-head-bar-menu ul {
}

.wap-head-bar-menu ul li {
	line-height: 25px;
	padding: 5px 0px;
	border-bottom: 1px dashed #ccc;
}

.wap-head-bar-menu ul li a {
	color: #fff;
	padding: 0px 20px;
}

/*手机底部*/
.wap-page-foot {
	background-color: #efffef;
	padding: 10px 0px;
}

.wap-page-foot .info {
	line-height: 22px;
	text-align: center;
}

/*手机底部工具条*/
.wap-foot-bar {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #78B7C0;
	height: 50px;
}

.wap-foot-bar table {
	width: 100%;
	height: 100%;
}

.wap-foot-bar table tr {
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	padding-top: 10px;
}

.wap-foot-bar table tr a {
	color: #fff;
}

.wap-foot-bar table tr span {
	font-size: 12px;
	display: block;
}


/*---------------------------------以下是内页--------------------------------*/

/*内页布局*/
.page {
/*background-color: #B8F0FD;*/
}

.page-left {
	padding: 10px;
	width: 270px;
}

.page-right {
	margin-left: 300px;
	padding: 10px;
	min-height: 300px;
}

/*您的位置*/
.page-position {
	border-bottom: 2px solid #800;
	padding-bottom: 10px;
}

.page-position span {
	border-left: 0px solid #800;
	padding-left: 0px;
	margin-left: 2px;
}

/*内页右侧容器*/
.page-container {
	padding: 10px;
	min-height: 400px;
}

/* 文字列表 */
.page-list {
}

.page-list ul {
}

.page-list ul li {
	margin: 0px 0px 10px 10px;
	line-height: 25px;
}

.page-list ul li a {
}

/* 九宫格列表 */
.page-list-9 {
}

.page-list-9 ul {
}

.page-list-9 ul li {
	width: 210px;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 5px;
}

.li-pic-div {
	width: 200px;
	height: 200px;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	padding: 2px;
	overflow: hidden;
}

.li-pic-div img {
	max-width: 200px;
	max-height: 200px;
}

.li-pic-title {
	text-align: center;
	height: 30px;
	line-height: 30px;
}

/* 图文混列 */
.page-list-mix {
	width: 1200px;
	margin: 0 auto 30px;
	padding: 0 20px;
}

.page-list-mix ul {
	
}

.page-list-mix ul li {
	margin: 0px 60px 35px 0;
	height: 260px;
	width: 350px;
	float: left;
	position: relative;
}
.page-list-mix ul li:nth-child(3n) {
	margin-right: 0;
}
.page-list-mix ul li .img {
	float: left;
	display: block;
	width: 180px;
	height: 260px;
}

.page-list-mix ul li a.title {
	line-height: 40px;
	font-size: 14px;
	color: #000;
}

.page-list-mix ul li span.time {
	float: right;
	color: #999;
}

.page-list-mix ul li .desc {
	float: right;
	width: 150px;
	font-size: 13px;
	line-height: 25px;
}
.page-list-mix .desc h3 {
	margin: 0 0 8px;
	font-weight: bold;
	color: #000;
	height: 50px;
	font-size: 14px;
}
.page-list-mix .zixun {
	display: block;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 150px;
	font-size: 14px;
	background: #3b7eeb;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
}

/*内页文章详细信息*/
.page-art-title {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333;
}

.page-art-time {
	color: #999;
	line-height: 30px;
}

.page-art-content {
	text-indent: 0px;
	line-height: 20px;
}

.page-art-content p {
	text-indent: 0px;
	line-height: 20px;
}

.page-art-content img {
	max-width: 99%;
}

/*单项目，适合产品详情和招聘详情等*/
.page-art-kv {
	line-height: 25px;
}

.page-art-key {
	font-weight: bold;
}

.page-art-value {
}

/* 分页 */
.xiaocms-page {
	text-align: center;
}

.xiaocms-page a {
	margin-right: 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.xiaocms-page span {
	margin-right: 5px;
}

.wdcms-page {
	text-align: center;
}

.wdcms-page a {
	margin-right: 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.wdcms-page span {
	margin-right: 5px;
}

/* 上一篇下一篇 */
.page-updown {
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}

.page-updown p {
	text-indent: 0px;
	color: #999;
}

.page-updown a {
	color: #999;
}



/*---------------------------------以下是左侧--------------------------------*/
.left-menu {
	width: 100%;
}

.left-menu-title {
	background-color: #A00;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-top: 2px solid #600;
}

.left-menu-content ul {
}

.left-menu-content ul li {
	background-color: #fdd;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.left-menu-content ul li a {
	color: #666;
}

.left-menu-content ul li:hover {
	background-color: #A00;
}

.left-menu-content ul li:hover a {
	color: #fff;
}

.left-menu-contact-table {
	width: 100%;
	border-collapse: collapse;
}

.left-menu-contact-table tr {
	height: 22px;
	background-color: #fdd;
	color: #666;
}

.left-menu-contact-table th {
	text-align: right;
	font-weight: normal;
	padding-left: 10px;
}

.left-menu-contact-table td {
	padding: 3px 0px 3px 10px;
}


/*---------------------------------表单页面--------------------------------*/
.table-form {
}

.table-form tr {
	height: 40px;
}

.table-form th {
	text-align: right;
	padding-right: 10px;
}

.input-text {
	border: 1px solid #ccc;
	padding: 4px 5px;
	color: #444;
	width: 200px;
}

.input-text:hover {
	transition: box-shadow 0.2s linear 0s;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset, 0px 0px 8px rgba(82, 168, 236, 0.6);
	border: 1px solid #74B9EF;
}

.input-button {
	padding: 2px 20px
}

/*首页*/
.intit {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
.intit .cn {
	font-size: 28px;
	color: #012c58;
	font-weight: bold;
	margin-right: 10px;
}
.intit .en {
	font-size: 24px;
	color: #7195b8;
	font-weight: normal;
}
.line-img {
	margin-top: 5px;
	width: 100%;
}
.bgfuwu {
	width: 100%;
	background: url(/webui/home/images/fwbg.jpg) no-repeat center;
	height: 800px;
	padding-top: 1px;
    margin-top: 45px;
}
.bggywm{
	width: 100%;
	background: url(/webui/home/images/aboutbg.jpg) no-repeat center;
	height: 545px;
	padding-top: 1px;
	margin-bottom: -1px;
}
.index-fwbz {
	text-align: center;
	margin-top: 40px;
}

.index-fwbz>ul {
	margin: 10px 3px;
}

.index-fwbz>ul>li {
	margin: 0 30px 33px 0;
	float: left;
	width: 378px;
	height: 290px;
	box-shadow: 0px 0px 3px 1px #c7eab7;
	border-radius: 10px;
	background: #fff;
}
.index-fwbz>ul>li:nth-child(3n) {
	margin-right: 0;
}

.index-fwbz .tit {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
.index-fwbz .des {
	font-size: 14px;
	color: #434343;
	line-height: 24px;
	width: 285px;
	margin: auto;
}
.index-fwbz img {
	margin: 35px auto 20px;
	display: block;
}
.index-about {
	width: 100%;
	margin: 20px auto;
}
.inleft {
	float: left;
	width: 534px;
}
.inleft img {
	width: 100%;
}
.inright {
	float: right;
	width: 620px;
	padding: 25px 0;
	line-height: 36px;
	color: #4c4c4c;
	font-size: 16px;
}
.lxwm{
	width: 100%;
	background: url(/webui/home/images/lx01.jpg) no-repeat center;
	height: 202px;
	padding-top: 0.5px;
}
.lxwm a {
	display: block;
	width: 410px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 70px auto 0;
	border-radius: 50px;
	background: #4d8bee;
}

/*分页*/
.wdphp-page {
	width: 100%;
	background: #e6e6e6;
	height: 37px;
	line-height: 37px;
	border: 1px solid #ccc;
}
.pagination {
	display: flex;
	justify-content: center;
}
.pagination li {
	font-size: 12px;
	padding: 0 14px;
}
.pagination li a {
	color: #4c4c4c;
}
.pagination .active {
	background: #fff;
}

/*期刊详情页*/
.pagecon {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 10px 0 50px;
}
.row3 {
	width: 1160px;
	margin: auto;
}
.nline {
	width: 1160px;
	margin: 0 auto 15px;
	height: 1px;
	background: #ccc;
}
.page-show {
	margin: 0 auto 30px;
	padding: 0 20px 0;
}
.page-show .img {
	float: left;
	display: block;
	width: 270px;
}

.page-show a.title {
	line-height: 40px;
	font-size: 14px;
	color: #000;
}

.page-show span.time {
	float: right;
	color: #999;
}

.page-show .desc {
	float: right;
	width: 860px;
	font-size: 14px;
	position: relative;
	line-height: 30px;
}
.page-show .desc .info {
	font-size: 16px;
	font-weight: bold;
}
.page-show .desc h3 {
	line-height: 30px;
	font-size: 24px;
}
.page-show .desc h3 a {
	color: #427dc9;
}
.page-show .zixun {
	position: absolute;
	bottom: 0;
	right: 130px;
	z-index: 99;
	display: block;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 120px;
	font-size: 14px;
	background: #3b7eeb;
	border-radius: 5px;
}
.page-show .tougao {
	position: absolute;
	bottom: 0;
	right: 0px;
	z-index: 99;
	display: block;
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 120px;
	font-size: 14px;
	background: #089d21;
	border-radius: 5px;
}
.inbjgl .hd ul {
	height: 36px;
	line-height: 36px;
	border-bottom: 3px solid #417dc9;
	text-align: center;
	margin: 30px auto;
}
.inbjgl .hd li {
	float: left;
	font-size: 16px;
	margin-right: 30.8px;
}
.inbjgl .hd li:last-child {
	margin-right: 0;
}
.inbjgl .hd li a {
	padding: 10px 15px;
	color: #373737;
}
.inbjgl .hd .on a {
	background: #417dc9;
	color: #fff;
}
.inbjgl .bdul {
	width: 98%;
	margin: 20px auto;
}

/*表单*/
#artCreateForm {
	width: 580px;
	margin: 30px auto;
}
.ftitle {
	width: 200px;
	margin: 20px auto 0;
	text-align: center;
	color: #333;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}
.form-group {
	width: 100%;
	margin-top: 20px;
}
.form-group2 {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.form-group label {
	width: 110px;
    display: inline-block;
}
.form-group input {
	width: 450px;
	border-radius: 0!important;
    color: #858585;
    border: 1px solid #d5d5d5;
    padding: 5px;
    line-height: 1.2;
    font-size: 14px;
    height: 30px;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.form-group select {
	width: 461px;
    color: #858585;
    border: 1px solid #d5d5d5;
    padding: 5px;
    line-height: 1.2;
    font-size: 14px;
    height: 30px;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.form-group textarea {
	width: 450px;
    color: #858585;
    border: 1px solid #d5d5d5;
    padding: 5px;
    line-height: 1.2;
    font-size: 14px;
    height: 90px;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.form-group2 .btn {
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	background: #417dc9;
	color: #fff;
	border-radius: 3px;
	margin: auto;
}