@charset "utf-8";

/* CSS Document */
html {
	background-color: #fff;
	min-width: 1200px;
}

.wrapper {
	width: 1200px;
	margin: 0px auto;
}

.top_mini {
	width: 1200px;
	margin: 0px auto;
	height: 45px;
}

.login {
	width: 43%;
	float: left;
	line-height: 45px;
}

.login ul li {
	float: left;
}

.login_i {
	width: 60px;
	height: 19px;
	line-height: 19px;
	border: 1px #d2d2d2 solid;
	padding-left: 5px;
	margin-left: 5px;
	margin-right: 10px;
}

a.login_btn {
	display: block;
	width: 60px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	border-width: 0;
	color: #333;
	background-color: #e9f0fd;
	border-radius: 5px;
	text-align: center;
	margin-top: 10px;
}

a.login_btn:hover {
	width: 60px;
	height: 25px;
	cursor: pointer;
	border-width: 0;
	color: #fff;
	background-color: #1b66e6;
	border-radius: 5px;
}

a.blue {
	display: block;
	font-size: 14px;
	margin-left: 5px;
	padding: 0px 10px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	border-width: 0;
	color: #1b66e6;
	text-align: center;
	margin-top: 10px;
}

a.blue:hover {
	padding: 0px 10px;
	height: 25px;
	cursor: pointer;
	border-width: 0;
	color: #1b66e6;
	background-color: #e9f0fd;
	border-radius: 5px;
}

.user-box {
	width: 500px;
	float: right;
	line-height: 45px;
	background-color: #e9f0fd;
	border-radius: 20px 0px 0px 20px;
	padding-left: 20px;
}

#nav {
	list-style-type: none;
	position: relative;
}

#nav a {
	display: block;
	width: 120px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

#nav a:link {
	color: #333;
	text-decoration: none;
	background-image: none;
}

#nav a:hover {
	color: #333;
	text-decoration: none;
	background-color: #d9e7ff;
	background-image: none;
}

#nav li {
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
}

#nav li a.arrow:link {
	background: #e9f0fd url(../images/arrow_d.png) 100px 16px no-repeat;
}

#nav li a.arrow:hover {
	background: #d9e7ff url(../images/arrow_up.png) 100px 16px no-repeat;
}

#nav li ul {
	line-height: 40px;
	list-style-type: none;
	text-align: left;
	left: -999em;
	width: 120px;
	position: absolute;
	z-index: 9999;
	top: 40px;
}

#nav li ul li {
	float: left;
	width: 120px;
	background-color: #e3edff;
}

#nav li ul a {
	wedisplay: block;
	width: 120px;
	text-align: left;
	text-align: center;
}

#nav li ul a:link {
	color: #333;
	text-decoration: none;
}

#nav li ul a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	background: #8bb0ef;
}

#nav li:hover ul {
	left: auto;
}

.pb0 {
	padding-bottom: 0px;
}

.mt25 {
	margin: 25px auto 0px;
}

/*header
-------------------------------*/
.color_bg {
	width: 100%;
	background: linear-gradient(to left, #122978, #0f2472);
}

.header_w {
	width: 100%;
	margin: 0px auto;
	background: url(../images/header.png) no-repeat center;
}

.header {
	width: 1200px;
	height: 250px;
	margin: 0px auto;
	position: relative;
}

.header h2 {
	font-weight: 700;
	font-size: 43px;
	color: #FFF;
	text-align: center;
	padding-top: 50px;
}

.header h3 {
	line-height: 40px;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 13px;
}

.header h3 span {
	padding: 0px 15px;
}

/*logo
-------------------------------*/
.logo_bg {
	position: absolute;
	top: 10px;
	left: 0px;
}

.logo_bg img {
	/* height: 60px; */
	width: 180px;
}

/*检索
-------------------------------*/
.s_bg {
	width: 1200px;
	text-align: center;
	height: 150px;
	border-radius: 3px;
	margin: -45px auto 0px;
	background: #fff url(../images/seachbg.jpg) no-repeat left top;
	-webkit-box-shadow: 0px 0px 10px #e3e3e3;
	-moz-box-shadow: 0px 0px 10px #e3e3e3;
	box-shadow: 0 0 6px rgba(0, 0, 0, .15);
	border-radius: 8px;
}

.s_fl {
	width: 990px;
	margin: 0px auto;
	height: 130px;
	padding-top: 30px;
	background: url(../images/searchbg.jpg) no-repeat 10px 40px;
}

.s_tit {
	padding-top: 14px;
	padding-bottom: 12px;
	margin-left: 20px;
	font-size: 16px;
}

.hot {
	/* margin:15px auto 0px 15px; */
	margin-top: 15px;
	font-size: 14px;
	padding-bottom: 20px;
	text-align: left;
	color: #8A8F8D;
}

.hot span {
	/* padding-left:15px; */
	margin-right: 15px;
	color: #262626;
	font-size: 14px;
	cursor: pointer;
}

.hot span:hover {
	color: #1e6fde;
}

.hot span a {
	color: #1e6fde;
}

.hot span a:hover {
	color: #1e6fde;
	text-decoration: underline;
}

.inputtxt {
	width: 466px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	border: 1px #c7c7c7 solid;
	padding-left: 22px;
	float: left;
	/* margin-left:15px; */
	border-radius: 4px 0px 0px 4px;
	outline: none;
}

.inputfk {
	width: 650px;
	height: 43px;
	line-height: 43px;
	border: 1px #4f9be9 solid;
	padding-left: 3px;
	margin-top: 2px;
	float: left;
	margin-left: 80px;
	border-radius: 3px;
}

.fkbtn {
	margin-top: 2px;
	border-radius: 3px;
	font-size: 14px;
	float: left;
	width: 60px;
	height: 43px;
	line-height: 43px;
	background-color: #1e8ade;
	cursor: pointer;
	border-width: 0;
	color: #fff;
}

a.inputbtngj {
	text-align: center;
	border-radius: 3px;
	display: block;
	float: left;
	width: 120px;
	height: 47px;
	line-height: 47px;
	cursor: pointer;
	border-width: 0;
	margin-left: 10px;
	color: #3471D7;
	border: 1px #3471D7 solid;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 4px 4px 4px 4px;
}
a.inputbtngj  img{
	width: 20px;
	margin-right: 10px;
	position: relative;
	top: 4px;
}
.inputbtn {
	border-radius: 0px 4px 4px 0px;

	float: left;
	width: 110px;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	cursor: pointer;
	border-width: 0;
	color: #fff;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-color: #3471D7;
	background-position: 25px 13px;
	background-size: 20px auto;
	text-align: left;
	padding-left: 53px;
}

.s_fr {
	width: 265px;
	float: right;
}

.s_fr ul li a {
	display: block;
	width: 85px;
	height: 50px;
	padding-top: 80px;
	text-align: center;
	float: left;
}

.s_fr ul li a:last-child {
	border-left: none;
}

.s_fr ul li a.s_fr01 {
	background: url(../images/s_fr.png) no-repeat 16px 25px;
}

.s_fr ul li a.s_fr01:hover {
	background: #8bb0ef url(../images/s_fr_on.png) no-repeat 16px 25px;
}

.s_fr ul li a.s_fr02 {
	background: url(../images/s_fr.png) no-repeat 14px -103px;
}

.s_fr ul li a.s_fr02:hover {
	background: #8bb0ef url(../images/s_fr_on.png) no-repeat 14px -103px;
}

.s_fr ul li a.s_fr03 {
	background: url(../images/s_fr.png) no-repeat 15px -215px;
}

.s_fr ul li a.s_fr03:hover {
	background: #8bb0ef url(../images/s_fr_on.png) no-repeat 15px -215px;
}

.s_fr ul li a.s_fr04 {
	background: url(../images/s_fr.png) no-repeat 13px -329px;
}

.s_fr ul li a.s_fr04:hover {
	background: #8bb0ef url(../images/s_fr_on.png) no-repeat 13px -329px;
}

.s_fr ul li a.s_fr05 {
	background: url(../images/s_fr.png) no-repeat 14px -446px;
}

.s_fr ul li a.s_fr05:hover {
	background: #8bb0ef url(../images/s_fr_on.png) no-repeat 14px -446px;
}

.s_fr ul li a.s_fr06 {
	background: url(../images/s_fr.png) no-repeat 14px -563px;
}

.s_fr ul li a.s_fr06:hover {
	background: #8bb0ef url(../images/s_fr_on.png) no-repeat 14px -563px;
}

.s_fr ul li a.s_fr07 {
	background: url(../images/s_fr.png) no-repeat 13px -688px;
}

.s_fr ul li a.s_fr07:hover {
	background: #8bb0ef url(../images/s_fr_on.png) no-repeat 13px -688px;
}

.s_fr ul li a:link,
..s_fr ul li a:visited {
	color: #000;
}

.s_fr ul li a:hover,
.s_fr ul li a:active {
	color: #fff;
}

/*资源导航
--------------------------------------*/
.ziyuan_bg {
	background: url(../images/bg_01.jpg) no-repeat 0px 0px;
	height: 290px;
}

.ziyuan_bg dl {
	float: left;
	width: 269px;
	height: 279px;
	margin: 33px 15px 0px;
}

.ziyuan_bg dl.law_01 {
	background: url(../images/ziyuan_01.png) no-repeat 0px 0px;
	width: 269px;
	height: 279px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 70px;
}

.ziyuan_bg dl.law_01 dt {
	padding-bottom: 20px;
}

.ziyuan_bg dl.law_01 dt a {
	font-size: 25px;
	color: #1c54e4;
	padding-bottom: 40px;
}

.ziyuan_bg dl.law_01 dd a {
	font-size: 16px;
	line-height: 35px;
}

.ziyuan_bg dl.law_01 dd {
	text-align: left;
	padding-left: 80px;
}

.ziyuan_bg dl dd a span {
	padding: 0px 15px;
	text-align: left;
}

.ziyuan_bg dl.law_02 {
	background: url(../images/ziyuan_02.png) no-repeat 0px 0px;
}

.ziyuan_bg dl.law_02 dd {
	text-align: left;
	padding-left: 70px;
}

.ziyuan_bg dl.law_03 dt {
	padding-bottom: 0px;
}

.ziyuan_bg dl.law_03 {
	background: url(../images/ziyuan_03.png) no-repeat 0px 0px;
}

.ziyuan_bg dl.law_04 {
	background: url(../images/ziyuan_04.png) no-repeat 0px 0px;
}

.ziyuan_bg dl.law_04 dd {
	text-align: left;
	padding-left: 63px;
}

.ziyuan_bg dl.law_04 dt {
	padding-bottom: 0px;
}

/*业务专题
--------------------------------------*/
.yewu_bg {
	background: url(../images/bg_02.jpg) no-repeat 0px 0px;
	height: 290px;
}

.anli {
	margin: 10px 0px 40px;
}

.anli a {
	float: left;
	width: 18%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-right: 27px;
	margin-top: 15px;
	border-radius: 5px;
}

.anli a:link,
.anli a:visited {
	color: #1b66e6;
	border: 1px #aed1f0 solid;
	background-color: #e7f3fe;
}

.anli a:hover,
.anli a:active {
	color: #fff;
	border: 1px #b2a7e3 solid;
	text-decoration: none;
	background-color: #5d47fe;
}

.anli a:nth-child(5n+0) {
	margin-right: 0px;
}

/*热点专题
--------------------------------------*/
.redian {
	margin: 25px auto 40px;
}

.redian dl dd {
	width: 281px;
	height: 121px;
	float: left;
	margin-right: 24px;
	border-radius: 10px;
}

.redian dl dd a {
	display: block;
	width: 281px;
	height: 121px;
	line-height: 120px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
}

.redian dl dd.img_bg1 {
	background: url(../images/banner_01.jpg) no-repeat 0px 0px;
}

.redian dl dd.img_bg2 {
	background: url(../images/banner_02.jpg) no-repeat 0px 0px;
}

.redian dl dd.img_bg3 {
	background: url(../images/banner_03.jpg) no-repeat 0px 0px;
}

.redian dl dd.img_bg4 {
	background: url(../images/banner_04.jpg) no-repeat 0px 0px;
}

.redian dl dd:last-child {
	margin-right: 0px;
}

.redian dl dd a:hover {
	color: #FFF;
	background-color: #5d47fe;
}


/*数据库导航
--------------------------------------*/
.tit_w {
	background: url(../images/tit_bg.jpg) no-repeat 0px 0px;
	height: 40px;
	text-align: center;
	color: #fff;
	position: relative;
	font-style: italic;
}

.tit_w2 {
	background: url(../images/tit_bg2.jpg) no-repeat 0px 0px;
}

.tit_w h3 {
	font-size: 20px;
	line-height: 40px;
}

.tit_w span {
	border-radius: 20px;
	background-color: #fff;
	font-size: 14px;
	color: #1b66e6;
	display: block;
	width: 150px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	position: absolute;
	top: 8px;
	left: 372px;
	font-style: oblique;
}

.column {
	width: 590px;
	margin-right: 18px;
	border: 1px #d7d8d6 solid;
	padding-bottom: 15px;
	background-color: #FFF;
	position: relative;
}

.col380 {
	width: 585px;
	margin-right: 0px;
}

.bory {
	border-bottom: 1px #f37828 solid;
}

.column dl dt.tit01 {
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	color: #1980ff;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 20px;
	background-color: #e9f0fd;
}

.column dl dt.tit02 {
	color: #22acf3;
	background-color: #e4f7fe;
}

.column dl dt.tit01 span {
	font-size: 12px;
	color: #1980ff;
	padding-left: 20px;
}

.column dl dt>a {
	position: absolute;
	color: #1b66e6;
	top: 6px;
	right: 10px;
	font-size: 16px;
	display: block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
}

.column dl dt>a:hover {
	color: #fff;
	background-color: #1980ff;
}

.column dl dt.tit02>a {
	position: absolute;
	color: #3abcff;
	top: 7px;
	right: 10px;
	font-size: 14px;
	display: block;
	width: 50px;
	height: 20px;
	line-height: 20px;
	background-color: #fff;
	border-radius: 20px;
	text-align: center;
}

.column dl dt.tit02>a:hover {
	color: #fff;
	background-color: #3abcff;
}

h4.c_tit {
	font-size: 18px;
	height: 17px;
	line-height: 17px;
	padding-left: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
	border-left: 4px #1e6fde solid;
}

.column dl {
	padding-bottom: 15px;
}

.column dl dd {
	padding-left: 20px;
	float: left;
}

.column dl.lhb {
	line-height: 45px;
	padding-bottom: 20px;
}

.column dl.list_35 {
	line-height: 33px;
	padding-bottom: 23px;
}

.column dl.list_read {
	padding-bottom: 15px;
}

.column dl.list_read dd {
	position: relative;
	padding-left: 20px;
	line-height: 35px;
	height: 35px;
	margin-left: 33px;
	width: 38%;
	float: left;
}

.column dl.list_ls dd {
	position: relative;
	padding-left: 20px;
	height: 35px;
	margin-left: 20px;
	float: left;
}

.column dl.list_ls dd span {
	color: #1b66e6;
}

.column dl.list_read dd:before {
	position: absolute;
	float: left;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #c2c2c2;
	top: 45%;
	left: 0;
	content: '';
}

.tit_fl {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 10px;
}

.time {
	width: 25%;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: right;
	color: #1b66e6;
}

/* 文献类型和行业分类
-------------------------------*/
.sub_tab {
	width: 240px;
	float: left;
	margin: 20px 0px 0px;
}

.sub_tab a {
	display: block;
	height: 86px;
	line-height: 86px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 25px;
}

.sub_tab a:link,
.sub_tab a:visited {
	color: #1b66e6;
	background-color: #e9f0fd;
}

.sub_tab a:hover,
.sub_tab a:active {
	color: #fff;
	background: #1b66e6 url(../images/tab_bg.png) no-repeat 0px 0px;
}

.sub_tab a.c_on {
	color: #fff;
	background: #1b66e6 url(../images/tab_bg.png) no-repeat 0px 0px;
}

.sub_tab a:last-child {
	margin-bottom: 0px;
}

.tab_bd {
	width: 960px;
	float: left;
	box-sizing: border-box;
	height: 530px;
	margin-top: 20px;
	border: #1980ff solid 1px;
}

.tab_bdtop {
	height: 40px;
	line-height: 40px;
	padding-left: 45px;
	color: #1c68e4;
	position: relative;
}

.tab_bdtop>a {
	position: absolute;
	width: 140px;
	height: 30px;
	line-height: 30px;
	display: block;
	top: 0px;
	right: 43px;
	text-align: center;
	background-color: #e9f0fd;
	color: #1e6fde;
	border-radius: 0px 0px 10px 10px;
}

.tab_bdtop>a:hover {
	background-color: #1e6fde;
	color: #FFF;
}

.wen_list a {
	display: block;
	float: left;
	width: 140px;
	height: 240px;
	margin-left: 43px;
	position: relative;
}

.shoufa {
	font-size: 12px;
	width: 60px;
	text-align: center;
	border-radius: 8px 0px 8px 0px;
	background-color: #fd6300;
	color: #FFF;
	height: 25px;
	line-height: 25px;
	right: 0px;
	top: 0px;
	position: absolute;
}

.dujia,
.zengqiang {
	width: 40px;
	text-align: center;
	border-radius: 5px 0px 5px 0px;
	background-color: #f21810;
	color: #FFF;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	left: 0px;
	bottom: 40px;
	position: absolute;
}

.zengqiang {
	background-color: #1b5cec;
}

.wen_list a span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	height: 40px;
	width: 140px;
	text-align: center;
}

.wen_list a:hover {
	color: #1e6fde;
}

.huiyi_bg a {
	display: block;
	float: left;
	width: 140px;
	height: 240px;
	margin-left: 43px;
	position: relative;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
	line-height: 25px;
	padding: 25px 5px 0px;
	position: relative;
	background: url(../images/huiyi_bg.jpg) no-repeat 0px 0px;
}

.huiyi_bg a.hy_bg1 {
	background: url(../images/huiyi_1.jpg) no-repeat 0px 0px;
}

.huiyi_bg a.hy_bg2 {
	background: url(../images/huiyi_2.jpg) no-repeat 0px 0px;
}

.huiyi_bg a.hy_bg3 {
	background: url(../images/huiyi_3.jpg) no-repeat 0px 0px;
}

.huiyi_bg a.hy_bg4 {
	background: url(../images/huiyi_4.jpg) no-repeat 0px 0px;
}

.huiyi_bg a.hy_bg5 {
	background: url(../images/huiyi_5.jpg) no-repeat 0px 0px;
}

.huiyi_bg a.hy_bg6 {
	background: url(../images/huiyi_6.jpg) no-repeat 0px 0px;
}

.huiyi_bg a.hy_bg7 {
	background: url(../images/huiyi_7.jpg) no-repeat 0px 0px;
}

.huiyi_bg a.hy_bg8 {
	background: url(../images/huiyi_8.jpg) no-repeat 0px 0px;
}

.huiyi_bg a.hy_bg9 {
	background: url(../images/huiyi_9.jpg) no-repeat 0px 0px;
}

.huiyi_bg a.hy_bg10 {
	background: url(../images/huiyi_10.jpg) no-repeat 0px 0px;
}

.huiyi_bg a span {
	position: absolute;
	display: block;
	bottom: 0px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 40px;
	height: 40px;
	width: 140px;
	text-align: center;
	color: #333333;
}

.huiyi_bg a span:hover {
	color: #1e6fde;
}

/*专题推荐阅读
--------------------------------------*/
.sid_flxk {
	width: 202px;
	float: left;
	margin-right: 20px;
}

.sid_flxk h5 {
	font-size: 18px;
	height: 17px;
	line-height: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	margin-top: 20px;
	border-left: 4px #1e6fde solid;
}

.sid_flxk ul {
	border: 1px #d7d8d6 solid;
	padding: 20px 0px 19px;
	background: url(../images/sid_flxkbg.jpg) no-repeat 0px bottom;
}

.sid_flxk ul li {
	float: left;
	width: 35%;
	line-height: 57px;
	padding-right: 10px;
	margin-left: 20px;
}

.mid_zt {
	width: 745px;
	float: left;
}

.mid_tit {
	height: 110px;
	margin-top: 20px;
	position: relative;
	background: url(../images/mid_zt.jpg) no-repeat 0px 0px;
}

.mid_tit h5 {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	line-height: 45px;
}

.mid_tit p {
	color: #e9f3ff;
	text-indent: 2em;
	padding: 5px 20px 0px;
	line-height: 25px;
}

.mid_titfl {
	position: absolute;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	width: 120px;
	border-radius: 0px 20px 20px 0px;
	background-color: #f39c11;
	text-align: center;
	top: 0px;
	left: 0px;
}

.mid_titfr a {
	display: block;
	position: absolute;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	width: 120px;
	border-radius: 20px 0px 0px 20px;
	text-align: center;
	top: 0px;
	right: 0px;
}

.mid_titfr a {
	color: #FFF;
	background-color: #f39c11;
}

.mid_titfr a:hover {
	color: #FFF;
	background-color: #d3860a;
}

.mid_ztbor {
	border-left: 1px #d8d9d7 solid;
	border-right: 1px #d8d9d7 solid;
	border-bottom: 1px #d8d9d7 solid;
}

.mid_ztbor ul {
	padding: 13px 20px 4px;
}

.mid_ztbor ul li {
	width: 47%;
	float: left;
	margin-right: 10px;
}

.mid_ztbor ul li a {
	color: #1980ff;
	padding-right: 5px;
}

.mid_ztbor ul li a:hover {
	color: #f33c11;
}

.mid_ztbor dl {
	padding: 8px 20px 10px;
	position: relative;
}

.mid_ztbor dl dt {
	font-size: 16px;
	color: #1980ff;

}

.mid_ztbor dl hr {
	position: absolute;
	height: 1px;
	border: none;
	border-top: 1px solid #e9e9e9;
	width: 85%;
	top: 20px;
	right: 0px;
}

.mid_ztbor dl dd {
	width: 45%;
	float: left;
	position: relative;
	padding-left: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 10px;
}

.mid_ztbor dl dd:before {
	position: absolute;
	float: left;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background-color: #c2c2c2;
	top: 45%;
	left: 0;
	content: '';
}


/*学习工具
--------------------------------------*/
h3.tit_bot {
	height: 55px;
	line-height: 55px;
	color: #000;
	font-size: 20px;
}

.bot_banner {
	width: 390px;
	float: left;
	height: 112px;
}

.bot_right {
	width: 790px;
	float: right;
	border: 1px #d7d8d6 solid;
	box-sizing: border-box;
}

.bot_right ul {
	height: 112px;
	box-sizing: border-box;
	width: 460px;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
}

.bot_right ul li {
	float: left;
	width: 170px;
	text-align: left;
	line-height: 30px;
}

.bot_img {
	float: right;
	width: 308px;
}

.bot_img>a {
	display: block;
	color: #FFF;
	text-align: center;
	line-height: 54px;
	width: 150px;
	height: 54px;
	float: left;
	margin-left: 4px;
	margin-bottom: 4px;
}

.bot_img>a.img1 {
	background: url(../images/bot_01.jpg) no-repeat 0px 0px;
}

.bot_img>a.img1:hover {
	background-color: #23a8ed;
}

.bot_img>a.img2 {
	background: url(../images/bot_02.jpg) no-repeat 0px 0px;
}

.bot_img>a.img2:hover {
	background-color: #6457d1;
}

.bot_img>a.img3 {
	background: url(../images/bot_03.jpg) no-repeat 0px 0px;
}

.bot_img>a.img3:hover {
	background-color: #cd4f0f;
}

.bot_img>a.img4 {
	background: url(../images/bot_04.jpg) no-repeat 0px 0px;
}

.bot_img>a.img4:hover {
	background-color: #1bb690;
}

.bot_img>a:hover {
	color: #FFF;
	background-image: none;
}


.position {
	background-color: #f7f8fa;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.position span {
	color: #1e6fde;
}

.colbd {
	border: 1px #e0e0e0 solid;
	padding: 0px 10px 10px 0px;
	background-color: #FFF;
}

.bortopnone {
	border-top: none;
}

.colbd ul {
	float: right;
	width: 78%;
	padding-top: 17px;
}

.colbd ul li {
	float: left;
	width: 30%;
	line-height: 37px;
	height: 37px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.colbd h4 {
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #1b66e6;
	width: 22%;
	box-sizing: border-box;
	float: left;
	text-align: left;
	padding-left: 60px;
	border-top: 3px #1b66e6 solid;
}

.colbd h4.icon01 {
	background: url(../images/icon.png) no-repeat 20px 19px;
}

.colbd h4.icon033 {
	background: url(../images/icon1.png) no-repeat -948px 12px;
}

/* 尾部信息
-------------------------------*/
.footer a:hover {
	/*padding: 0px 10px;*/
	/*height: 25px;*/
	cursor: pointer;
	border-width: 0;
	color: #1b66e6;
	/*background-color: #e9f0fd;*/
	border-radius: 5px;
}

.f_nav {
	margin-top: 20px;
	height: 35px;
	line-height: 35px;
	background-color: #565e66;
}

.f_mtop0 {
	margin-top: 0px;
}

.f_nav ul li {
	float: left;
	padding-right: 55px;
}

.f_nav ul li a {
	color: #fff;
}

.f_navbg {
	background-color: #394048;
	margin-top: 0px;
}

.gray_line {
	border-bottom: 1px #565e66 solid;
}

.footer {
	width: 100%;
	background-color: #394048;
	color: #9a9a9a;
}

.copy {
	width: 670px;
	padding: 15px 0px 5px;
	box-sizing: border-box;
}

.copy p {
	width: 730px;
	line-height: 25px;
}

.copy p>img {
	margin-right: 10px;
	margin-top: 15px;
}

.copy p>a {
	color: #9a9a9a;
	padding-right: 10px;
}

.copy p>a:hover {
	color: #fff;
}

.copy p span {
	padding-right: 10px;
}

.weixin {
	width: 450px;
	padding-bottom: 8px;
}

.weixin p {
	display: inline-block;
	padding-top: 15px;
	padding-left: 15px;
}

.weixin p span {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
}

.weixin img {
	width: 125px;
	height: 125px;
}

.jdbg {
	margin-top: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: #f7f8fa;

}

.mt0 {
	margin-top: 0px;
}