@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {
	color: #000;
	font-size: 16px
}
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, figure, form, fieldset, legend, input, textarea, button, p, blockquote, th, td, pre, xmp {
	margin: 0;
	padding: 0
}
body, input, textarea, button, select, pre, xmp, tt, code, kbd, samp {
	line-height: 1.5;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
address, cite, dfn, em, i, optgroup, var {
	font-style: normal
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left
}
caption, th {
	text-align: inherit
}
ul, ol, menu {
	list-style: none
}
fieldset, img {
	border: 0
}
img, object, input, textarea, button, select {
	vertical-align: middle
}
article, aside, footer, header, section, nav, figure, figcaption, hgroup, details, menu {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "\0020"
}
textarea {
	overflow: auto;
	resize: vertical
}
input, textarea, button, select, a {
	outline: 0 none;
	border: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding: 0;
border: 0
}
mark {
	background-color: transparent
}
a, ins, s, u, del {
	text-decoration: none
}
sup, sub {
	vertical-align: baseline
}
html {
	height: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-family: "\5FAE\8F6F\96C5\9ED1";
	color: #333;
	font-size: 14px;
	line-height: 1;
	-webkit-text-size-adjust: none;
	background-attachment: fixed;
	background-image: url("../images/bdbg.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
hr {
	height: .02rem;
	margin: .1rem 0;
	border: medium none;
	border-top: .02rem solid #cacaca;
}
a {
	color: #333;
	text-decoration: none;
}
.content_width {
	width: 1320px;
	margin: 0 auto;
}
.item_title_lang {
	box-sizing: border-box;
	width: 100%;
	height: 43px;
	line-height: 50px;
	background-color: #005bac;
	color: #fff;
	font-size: 22px;
	padding: 0 8px;
	background-image: url(../images/item_title_icon.jpg);
	background-repeat: repeat-x;
	background-position: 0 4px;
	overflow: hidden;
}
.item_title_big {
	box-sizing: border-box;
	width: 100%;
	height: 43px;
	line-height: 50px;
	background-color: #005bac;
	color: #fff;
	font-size: 22px;
	padding: 0 8px;
	background-image: url(../images/item_title_icon.jpg);
	background-repeat: repeat-x;
	background-position: 0 4px;
	overflow: hidden;
}
.item_title_big>span, .item_title_short>span, .item_title_lang>span {
	float: left;
}
.item_title_big>a, .item_title_short>a, .item_title_lang>a {
	float: right;
	font-size: 14px;
	color: #fff;
}
.big_wrap {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-top: none;
	overflow: hidden;
	background-color: #fff
}
.lang_wrap {
	box-sizing: border-box;
	width: 953px;
	border: 1px solid #e8e8e8;
	border-top: none;
	background-color: #fff;
}
.short_wrap {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-top: none;
	background-color: #fff;
}
.item_title_short {
	box-sizing: border-box;
	width: 100%;
	height: 43px;
	line-height: 50px;
	background-color: #005bac;
	color: #fff;
	font-size: 22px;
	padding: 0 8px;
	background-image: url(../images/item_title_icon.jpg);
	background-repeat: repeat-x;
	background-position: 0 4px;
}
.item_title_lang small, .item_title_short small, .item_title_big small {
	font-size: 14px;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.c_both {
	clear: both;
}
/*首页*/
/*------logo部分开始------*/
.logo_wrap {
	width: 100%;
	background: rgba(255,255,255,0.9);
	height: 173px;
}
.hmap {
	line-height: 24px;
	text-align: right;
	padding-top: 10px;
}
.logo {
	float: left;
}
.logo img {
	float: left;
}
.search_wrap {
	margin-top: 4px;
	margin-right: 4px;
}
.search_wrap select {
	box-sizing: border-box;
	height: 40px;
	border: 1px solid #c1c1c1;
	background-color: #fff;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	width: 70px;
	padding: 0 5%;
	margin: 0;
}
.search_wrap select option {
	text-align: center;
}
.search_wrap input {
	box-sizing: border-box;
	height: 40px;
	border: 1px solid #c1c1c1;
	background-color: #fff;
	padding: 0 4px;
	width: 275px;
	border-right: none;
}
.search_wrap button {
	box-sizing: border-box;
	height: 40px;
	background-color: #005bac;
	color: #fff;
	width: 73px;
	float: right;
}
.htext {
	float: left;
	text-align: left;
	margin-top: 32px;
	margin-left: 20px;
}
.htext em {
	color: #005bac;
	font-size: 30px;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 6px;
}
.htext p {
	color: #666666;
	font-size: 18px;
	line-height: 1.6;
}
/*------logo部分结束------*/
/*------导航部分开始------*/
.nav_wrap {
	width: 100%;
	background-color: #005bac;
	height: 60px;
	/*overflow: hidden;*/
	line-height: 60px;
	font-size: 16px;
}
.nav_wrap a.gohome {
	display: none;
}
.nav_wrap a.gohome i {
	display: none;
}
.nav_wrap a.gonav i {
	display: none;
}
#nav {
	height: 60px;
	background-color: #005bac;
}
#nav * {
	margin: 0;
	padding: 0;
}
#nav a {
	text-decoration: none;
	display: block;
	color: #fff;
}
/*一级菜单*/
#nav ul {
	margin: 0 auto;
	width: 100%;
	display: block;
	list-style-type: none;
}
#nav ul li {
	display: block;
	width: 145px;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
}
#nav ul li:last-child {
	border-right: none;
}
#nav ul li:hover {
	background-color: #009944;
}
#nav ul li.current {
	background-color: #009944;
}
/*二级菜单*/
#nav ul li ul {
	display: none;
}
#nav ul li ul li {
	width: 100%;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	border-bottom: solid 1px #0076cb;
	background-color: #005bac
}
#nav ul li:hover ul {
	display: block;
	position: relative;
	width: 100%;
	z-index: 9999
}
#nav ul li ul li:hover {
	background-color: #009944;
}
/*三级菜单*/
#nav ul li:hover ul li ul {
	display: none;
}
#nav ul li:hover ul li:hover ul {
	display: block;
	position: relative;
	left: 120px;
	top: -60px;
}
#nav ul li:hover ul li:hover ul li {
	width: 100%;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	color: #fff
}
#nav ul li:hover ul li:hover ul li:hover {
	background-color: #009944;
}
/*------导航部分结束------*/
.nav_wrap .secondLevelContent .linkGroup {
	float: left;
	width: 132px;
}
.nav_wrap .secondLevelContent .primaryLink, .nav_wrap .secondLevelContent a {
	padding: 3px;
	width: auto;
}
.nav_wrap .secondLevelContent .extraLinks {
	clear: left;
	margin: 20px 0 0;
	padding: 0 0 0 30px;
}
.nav_wrap .secondLevelContent .extraLinks a {
	float: none;
	padding: 0;
}
.nav_wrap .familyMenu .secondLevelContent {
	width: 780px;
}
.nav_wrap .secondLevelContent .column {
	width: 170px;
	float: left;
	margin: 9px;
	position: relative;
}
.nav_wrap .secondLevelContent .primaryLink, .nav_wrap .secondLevelContent a {
	padding: 3px;
	width: auto;
}
.nav_wrap .secondLevelContent .primaryLink, .nav_wrap .secondLevelContent a, .nav_wrap .familyMenu span.topFamily {
	margin: 0;
	padding: 10px 0;
}
.nav_wrap .secondLevelContent .familyList a {
	color: #0194E1;
	padding-left: 15px;
}
.nav_wrap .secondLevelContent .familyList a {
	color: #0194E1;
	padding-left: 15px;
}
.nav_wrap .familyMenu .familyList {
	float: none;
	padding: 0 0 10px;
}
/*------产品速递部分开始------*/
.cpsd_wrap {
	height: 48px;
	line-height: 48px;
	background: rgba(255,255,255,0.9);
	padding-top: 10px;
}
.cpsd_wrap li {
	display: inline-block;
	padding: 0 10px;
}
.cpsd_wrap li a {
	color: #4A4A4A;
}
.cpsd_wrap img {
	margin-top: 2px;
}
/*------产品速递部分结束------*/
/*------中间内容部分（banner，视频，推荐仪器，仪器配置名字）开始------*/
.column {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.column ul {
	width: 100%;
	height: auto;
	float: left;
}
.column ul li {
	width: 32%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
	overflow: hidden;
}
.column ul li:nth-child(3n) {
	margin-right: 0
}
.column ul li .picbox {
	width: 100%;
	height: 0;
	padding-bottom: 68%;
	position: relative;
}
.column ul li .picbox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.column ul li .info {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: -100%;
	background: rgba(0,91,172,0.9);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.column ul li .info h3 {
	text-align: center;
	height: 100%;
	display: block;
	width: 100%;
	float: left;
	color: #fff;
}
.column ul li .info h3 a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 32%;
	font-size: 30px;
	font-weight: normal;
}
.column ul li .info p {
	text-align: center;
	display: block;
	width: 100%;
	float: left;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1.8;
}
.column ul li .info p a {
	text-align: center;
	width: 40%;
	margin: 0.5% 4%;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
.column ul li:hover .info {
	bottom: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.content_wrap {
	padding-top: 0px;
	background: rgba(255,255,255,0.9);
	overflow: hidden;
}
.pic {
	list-style: none;
	border: 0;
}
.banner {
	width: 437px;
	height: 286px;
	overflow: hidden;
	position: relative;
}
.banner .pic li {
	display: inline-block;
}
.banner_content {
	width: 400px;
	max-height: 286px;
	margin-left: 40px;
	overflow: hidden;
}
.banner_content .title {
	font-size: 18px;
	color: #005bac;
	width: 400px;
	height: 21px;
}
.banner_content .content {
	font-size: 12px;
	color: #141414;
	margin-top: 30px;
	width: 400px;
	height: 235px;
}
.banner_content li {
	display: inline-block;
}
.tjyq_wrap {
	margin-top: 0;
	width: 953px;
}
.tjyq_wrap .product_wrap li {
	box-sizing: border-box;
	float: left;
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	position: relative;
}
.tjyq_wrap .product_wrap li:nth-child(3n) {
	margin-right: 0
}
.tjyq_wrap .product_wrap li:hover {
	box-shadow: 0 1px 6px rgba(0,0,0,0.15);
}
.tjyq_wrap .product_wrap {
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-top: none;
	padding: 2% 1%;
	background-color: #fff;
	float: left;
}
.tjyq_wrap .img_wrap {
	box-sizing: border-box;
	width: 100%;
	height: 0;
	padding-bottom: 68%;
	position: relative;
}
.tjyq_wrap .img_wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.tjyq_wrap .name {
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #005bac;
}
.tjyq_wrap .name a {
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.video_center {
	border: 1px solid #e8e8e8;
	width: 357px;
	box-sizing: border-box;
	padding-bottom: 12px;
	margin-bottom: 18px;
	padding: 0 2%;
	background-color: #fff;
}
.video_center video {
	width: 100% !important;
	display: block;
	margin: 0 auto;
	margin-top: 8px;
}
.yxpzmx_wrap {
	box-sizing: border-box;
	width: 357px;
	border: 1px solid #e8e8e8;
	border-top: none;
}
.yxpzmx_wrap li, .sysc_wrap li, .yqyw_wrap li, .xzzx_wrap li {
	height: 42px;
	line-height: 42px;
	padding: 0 16px;
}
.yxpzmx_wrap li:nth-child(even), .sysc_wrap li:nth-child(even), .yqyw_wrap li:nth-child(even), .xzzx_wrap li:nth-child(even) {
	background-color: #e2f3fd;
}
.yxpzmx_wrap li a, .sysc_wrap li a, .yqyw_wrap li a, .xzzx_wrap li a {
	color: #5C5C5C;
}
.yxpzmx_wrap li a b, .sysc_wrap li a b, .yqyw_wrap li a b, .xzzx_wrap li a b {
	color: #5C5C5C;
	margin-right: 12px;
}
.content_img_wrap {
	margin: 20px 0;
	position:relative;
}
.content_img_wrap span{
	position: absolute;
    top: 64%;
    right: 4%;
    font-size: 32px;
    font-weight: 600;
}
.video_center ul {
	overflow: hidden;
	height: auto;
	width: 100%;
	margin-top: 2%;
}
.video_center ul li {
	float: left;
	height: auto;
	margin-bottom: 1%;
	padding-bottom: 1%;
	width: 49%;
	margin-right: 2%;
}
.video_center ul li:nth-child(2n) {
	margin-right: 0
}
.video_center ul li .picbox {
	float: left;
	height: 0;
	overflow: hidden;
	padding-bottom: 57%;
	position: relative;
	width: 100%;
}
.video_center ul li .picbox img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.video_center ul li .picbox i {
	background: url("../images/iplay.png") no-repeat scroll center center / 100% 100%;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	transition: all 0.3s ease 0s;
	width: 30px;
}
.video_center ul li span {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	width: 100%;
	float: left;
}
.video_center ul li a:hover span {
	color: #005bac;
	transition: all 0.3s ease 0s;
}
.xwfb_wrap {
	margin-bottom: 27px;
}
.xwfb_wrap .lang_wrap a {
	display: inline-block;
}
.xwfb_wrap .lang_wrap li {
	display: inline-block;
	margin: 12px 7px 0;
}
.xwfb_wrap .lang_wrap div, .xwfb_wrap .lang_wrap div img {
	width: 220px;
	height: 196px;
}
.xwfb_wrap .lang_wrap p {
	text-align: center;
	margin: 12px 0;
}
.xwfb_wrap .lang_wrap p a {
	color: #303030;
}
.yqdq_wrap dt a {
	color: #005bac;
	font-size: 24px;
	margin-left: 24px;
}
.yqdq_wrap dl {
	padding: 0 16px 10px;
}
.yqdq_wrap dt {
	background: url(../images/yqdq_icon.jpg) left 20px no-repeat;
	padding: 20px 0 5px 0;
	float: left;
}
.yqdq_wrap dl:nth-child(even) {
	background-color: #e2f3fd !important;
}
.yqdq_wrap dd a {
	color: #464646;
	font-size: 14px;
}
.yqdq_wrap dd {
	display: inline-block;
	margin: 10px 0!important;
}
.yqdq_wrap dd span {
	margin: 0 12px;
}
.lxwm_wrap {
	height: auto;
	padding: 24px 18px;
	margin: 8px 0;
	background: url(../images/lxwm_icon.jpg) no-repeat center center / 100% 100%;
}
.lxwm_wrap>h2 {
	color: #282828;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 05px;
}
.lxwm_wrap>div {
	color: #282828;
	font-size: 22px;
	margin-bottom: 18px;
}
.lxwm_wrap>p {
	margin-bottom: 12px;
	color: #282828;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 0;
}
.lxwm_wrap>p:nth-child(2n) {
	margin-bottom: 7px;
}
.yqyw_wrap {
	margin-bottom: 26px;
}
.xzzx_wrap {
	margin-bottom: 0;
}
.w3pl {
	width: 32%;
}
.mr2p {
	margin-right: 2%;
}
.fl {
	float: left
}
.fr {
	float: right;
}
.nwwd_wrap {
	padding-top: 16px;
}
.nwwd_wrap dt span {
	display: inline-block;
	height: 22px;
	width: 22px;
	font-size: 14px;
	line-height: 22px;
	background-color: #005bac;
	color: #fff;
	text-align: center;
}
.nwwd_wrap dt {
	position: relative;
}
.nwwd_wrap dd {
	position: relative;
}
.nwwd_wrap dd span {
	box-sizing: border-box;
	display: inline-block;
	height: 22px;
	width: 22px;
	font-size: 14px;
	line-height: 22px;
	background-color: #fff;
	color: #393939;
	text-align: center;
	border: 1px solid #393939;
}
.nwwd_wrap span {
	position: absolute;
	top: 0;
	left: 16px;
}
.nwwd_wrap p {
	display: inline-block;
	width: 300px;
	line-height: 20px;
	margin-left: 50px;
	margin-bottom: 10px;
}
.nxxwz_title {
	margin-top: 20px;
}
.nxxwz_wrap {
	margin-bottom: 14px;
}
.nxxwz_wrap>div {
	width: 100%;
}
.nxxwz_wrap img {
	width: 230px;
	height: 230px;
	margin: 14px 12px;
}
.nxxwz_wrap .first_news_wrap {
	width: 265px;
	margin-top: 24px;
}
.nxxwz_wrap .first_news_wrap .title {
	margin-bottom: 8px;
}
.nxxwz_wrap .first_news_wrap .title a {
	font-size: 16px;
	color: #171717;
}
.nxxwz_wrap .first_news_wrap .time {
	font-size: 14px;
	color: #171717;
	margin-bottom: 10px;
}
.nxxwz_wrap .first_news_wrap .content {
	font-size: 14px;
	color: #616161;
	line-height: 18px;
}
.news_list_wrap li {
	width: 100%;
	float: left;
	line-height: 40px;
	border-bottom: 1px dashed #B2B2B2;
}
.news_list_wrap li:last-child {
	border-bottom: 0 none;
}
.news_list_wrap li a {
	color: #5C5C5C;
	font-size: 14px;
	float: left;
	width: 100%;
	display: block;
}
.news_list_wrap ul li.first {
	border-bottom: 0 none;
	float: left;
	height: auto;
	margin-bottom: 10px;
	width: 100%;
	line-height: 24px;
}
.news_list_wrap ul li.first a {
	float: left;
	height: auto;
	width: 100%;
}
.news_list_wrap ul li.first .picbox {
	float: left;
	height: 0;
	margin-right: 10px;
	padding-bottom: 21%;
	position: relative;
	width: 31.8%;
}
.news_list_wrap ul li.first .picbox img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
}
.news_list_wrap ul li.first span {
	color: #333;
	display: inline;
	font-size: 16px;
	height: auto;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.news_list_wrap ul li.first a:hover span {
	color: #005bac;
	transition: all 0.3s ease 0s;
}
.news_list_wrap ul li.first p {
	color: #999;
	display: block;
	font-size: 13px;
	height: auto;
	line-height: 22px;
	white-space: normal;
	width: 100%;
}
.news_list_wrap ul {
	width: 100%;
	float: left;
}
.news_list_wrap span {
	display: inline-block;
}
.news_list_wrap span b {
	margin-right: 5px;
}
.news_list_wrap span:first-child {
	float: left;
	width: 75%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_list_wrap span:last-child {
	float: right;
}
.news_list_wrap {
	width: 100%;
	padding: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gcal_wrap ul {
	text-align: center;
	padding: 0 1%;
}
.gcal_wrap li {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	width: 16%;
	float: left;
	margin-right: 0.8%;
}
.gcal_wrap li:last-child {
	margin-right: 0;
}
.gcal_wrap li a {
	display: block;
	color: #303030;
}
.gcal_wrap li a p {
	height: 0;
	width: 100%;
	padding-bottom: 68%;
	position: relative;
	display: block;
}
.gcal_wrap li a img {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.gcal_wrap li a span {
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	margin: 17px 0;
	overflow: hidden;
}
/*------中间内容部分（banner，视频，推荐仪器，仪器配置名字）结束------*/
/*------底部开始------*/
.footer_wrap {
	background: rgba(50,50,50,0.9);
	padding-top: 35px;
	width: 100%;
	color: #fff;
}
.f_nav {
	height: auto;
	width: 350px;
}
.f_top {
	color: #fff;
	display: block;
	font-size: 22px;
	font-weight: normal;
	height: 52px;
	line-height: 52px;
	overflow: hidden;
}
.f_nav ul li {
	border-bottom: 1px solid #606060;
	float: left;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	width: 150px;
	margin-right: 25px;
}
.f_nav ul li a {
	background: url("../images/f_ico01.png") no-repeat scroll 0 20px;
	color: #fff;
	display: block;
	font-size: 14px;
	padding-left: 15px;
}
.f_ban {
	height: auto;
	width: 490px;
}
.f_div01 {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 18px 0 0;
	width: 100%;
}
.f_div01 em {
	display: block;
	height: 100px;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.f_div01 em img {
	height: 100px;
}
.f_div01 b {
	display: block;
	padding: 5px 0 0;
}
.f_div01 p {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.f_div01 p a {
	color: #fff;
}
.footer_wrap .hr {
	margin-bottom: 20px;
	margin-top: 20px;
	border-top: 1px solid #606060;
	width: 758px;
}
.footer_wrap .copyright_wrap {
	color: #fff;
	font-size: 12px;
	margin-bottom: 12px;
}
.footer_wrap .copyright_wrap span {
	margin-left: 52px;
}
.footer_wrap .qq_wrap {
	margin-bottom: 20px;
}
.footer_wrap .zz_wrap {
	margin-bottom: 51px;
}
.footer_wrap .zz_wrap span {
	margin-left: 10px;
}
.footer_wrap .s_hr {
	height: 260px;
	border-left: 1px solid #606060;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
.footer_wrap .lxfs_wrap {
	text-align: center;
	padding-top: 64px;
	font-size: 18px;
}
.footer_wrap .lxfs_wrap p {
	line-height: 40px;
}
.footer_wrap .lxfs_wrap .lxfs_item {
	width: 150px;
	float: left;
	margin-left: 40px;
}
.footer_wrap .lxfs_wrap .lxfs_item img {
	width: 100%;
}
.footer_wrap .lxfs_wrap .lxfs_item span {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 2.2;
}
.friend_link {
	padding-top: 18px;
	width: 100%;
	overflow: hidden;
	color: #ccc;
	background: rgba(48,51,58,0.9);
}
.friend_link li {
	display: inline-block;
	line-height: 1.6;
	color: #ccc;
}
.friend_link a {
	font-size: 12px;
	color: #ccc;
}
/*------底部结束------*/
.server {
	border: 1px solid #ddd;
	width: 200px;
	text-align: center;
	position: fixed;
	right: 0;
	top: 135px;
	background: #fff;
	z-index: 999;
}
.s-title {
	color: #fff;
	background: #005bac;
	line-height: 48px;
}
.s-top {
	color: #fff;
	background: #005bac;
	margin-top: 20px;
}
.s-infolist ul li {
	text-align: left;
	line-height: 28px;
	background: #005bac;
	color: #fff;
	margin: 10px;
	padding-left: 5px;
	width: 90%;
}
.s-infolist img {
	display: block;
	margin: 0 auto;
	width: 100px;
}
.s-top a {
	color: #fff;
	line-height: 48px;
}
.nbanner {
	width: 100%;
	height: auto;
}
.nbanner img {
	width: 100%;
	height: auto;
}
.ad {
	width: 1180px;
	min-height: 100px;
	line-height: 100px;
	display: block;
	font-size: 26px;
	color: #fff;
	text-align: center;
}
.nymiao {
	background: #fff;
	border: 1px solid #dddddd;
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0px 20px;
	color: #010101;
	margin: 0px auto;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.nymiao a {
	color: #010101;
	margin: 0 5px;
}
.nymiao .update {
	float: right;
	color: #ffffff;
}
.main {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.about_tit {
	width: 100%;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 10px
}
.about_tit b {
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-size: 20px;
	color: #005bac;
	display: inline-block;
	padding: 0 54px;
	font-family: "微软雅黑";
}
.about_tit span.update {
	float: right;
	color: #fff;
}
.abcontent {
	padding: 20px 10px;
	line-height: 30px;
	font-size: 14px;
	width: 100%;
	padding-left: 54px;
	padding-right: 54px;
	margin: 0px auto;
	border-bottom: 1px solid #e8e8e8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.abcontent li {
	width: 20%;
	float: left;
	text-align: center;
}
.abcontent li p {
	text-align: left;
}
.abcontent img.xcimg {
	width: 40%;
}
.pleft {
	float: left;
	height: auto;
	margin-bottom: 15px;
	width: 70.7%;
}
.pright {
	float: right;
	height: auto;
	width: 28%;
}
.newslist {
	height: auto;
	float: left;
	padding: 0 2%;
}
.newslist ul {
	width: 100%;
	height: auto;
	float: left;
}
.newslist ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 1% 0;
	border-bottom: 1px dashed #dadada;
	margin-bottom: 0%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newslist ul li .picbox {
	width: 18%;
	float: left;
	position: relative;
	border: 1px solid #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.newslist ul li .picbox img {
	width: 100%;
	height: 100%;
}
.newslist ul li .info {
	height: auto;
	float: right;
}
.newslist ul li div:nth-child(2n) {
	width: 80%;
}
.newslist ul li .info a h2 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #333;
	text-align: left;
}
.newslist ul li .info p {
	width: 100%;
	max-height: 48px;
	overflow: hidden;
	float: left;
	font-size: 12px;
	color: #666;
	line-height: 24px;
	margin-bottom: 0px;
	text-align: left;
}
.newslist ul li .info .infodow {
	width: 100%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.newslist ul li .info .infodow a.type {
	border: 1px solid #ea5413;
	border-radius: 4px;
	color: #ea5413;
	display: block;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	padding: 0px 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslist ul li .info .infodow span.date {
	display: block;
	float: left;
	height: 26px;
	margin-right: 20px;
	padding-left: 20px;
	background: url("../images/fbrq.png") no-repeat scroll left center / 15px 15px;
}
.newslist ul li .info .infodow span.yuedu {
	display: block;
	float: left;
	height: 26px;
	margin-right: 20px;
	padding-left: 20px;
	background: url("../images/eye_25.png") no-repeat scroll left center / 15px 15px;
}
.news_list .news-bodys p {
	word-wrap: break-word;
	overflow: hidden;
	line-height: 1.6;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.tg_pages {
	float: left;
	overflow: hidden;
	padding-bottom: 40px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}
.tg_pages span {
	display: inline-block;
}
.tg_pages span a {
	border: 1px solid #bebebe;
	color: #bebebe;
	display: inline-block;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.tg_pages span a.page-num-current {
	background: #005bac none repeat scroll 0 0;
	border: 1px solid #005bac;
	color: #ffffff;
}
.tg_pages .page-status {
	display: none;
}
.tg_pages .pageinfo {
	display: block;
	text-align: center;
}
.sidebar {
	float: left;
	height: auto;
	margin-top: 2%;
	width: 100%;
	padding: 0 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar ul {
	float: left;
	height: auto;
	text-align: center;
	width: 100%;
}
.sidebar ul li {
	display: inline-block;
	float: left;
	margin-right: 2%;
	width: 23.5%;
}
.sidebar ul li:nth-child(4n) {
	margin-right: 0;
}
.sidebar ul li a {
	border: 1px solid #ddd;
	border-radius: 30px;
	color: #333;
	display: block;
	font-size: 16px;
	height: 36px;
	letter-spacing: 1px;
	line-height: 36px;
	margin-bottom: 20px;
	padding: 0 18px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.sidebar ul li a:hover {
	background: #005bac none repeat scroll 0 0;
	border: 1px solid #005bac;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.sidebar ul li a.current {
	background: #005bac none repeat scroll 0 0;
	border: 1px solid #005bac;
	color: #fff;
	transition: all 0.3s ease 0s;
}
.product_list {
	margin-top: 0;
	width: 100%;
	float: left;
	padding: 2% 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product_list li {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 1%;
	padding-bottom: 1%;
	border-bottom: 1px dashed #ddd;
	display: flex;
}
.product_list li .picbox {
	width: 18%;
	height: auto;
}
.product_list li .picbox img {
	width: 100%;
	height: 100%;
}
.product_list li .info {
	width: 40%;
	height: auto;
	padding: 0 2%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product_list li .info h3 {
	color: #333;
	display: block;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
}
.product_list li .info p {
	display: block;
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 26px;
}
.product_list li .canshu {
	width: 14%;
	height: auto;
	float: left;
	border-left: 1px solid #ececec;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 0 2%;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
	align-items: center;
}
.product_list li .canshu span {
	display: inline-block;
	color: #333;
	display: block;
	font-size: 14px;
	line-height: 1.8;
}
.product_list li .canshu span i {
	text-decoration: line-through;
	color: #666;
	font-style: normal;
}
.product_list li .canshu a.yhj {
	width: 100%;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	background-color: #c9221e;
	background-image: linear-gradient(90deg, #c9211e 0%, #de7c1b 50%, #c9211e 100%);
	background-position: left center;
	background-size: 200% 100%;
	background-repeat: no-repeat;
	transition: background-position .6s ease;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.product_list li .canshu a.yhj:hover {
	background-position: right center;
}
.pro_list {
	margin-top: 0;
	width: 100%;
	float: left;
	padding: 2% 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pro_list li {
	box-sizing: border-box;
	display: inline-block;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1%;
	padding-bottom: 1%;
	border-bottom: 1px dashed #ddd;
}
.pro_list li:nth-child(4n) {
	margin-right: 0;
}
.pro_list li .picbox {
	width: 100%;
	height: 0;
	padding-bottom: 68%;
	float: left;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.pro_list li:hover .picbox {
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.pro_list li .picbox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pro_list li:hover .picbox img {
	-webkit-transform: scale(1.01, 1.01);
	-moz-transform: scale(1.01, 1.01);
	-o-transform: scale(1.01, 1.01);
	-ms-transform: scale(1.01, 1.01);
	transform: scale(1.01, 1.01);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pro_list li .info {
	width: 100%;
	height: auto;
	padding: 0 2%;
	float: left;
	margin-top: -34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pro_list li .info h3 {
	width: 100%;
	float: left;
	text-align: center;
	color: #333;
	display: block;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
}
.pro_list li .info h3.fsz15 {
	font-size: 15px;
	line-height: 30px;
	height: 30px;
}
.pro_list li .canshu {
	width: 100%;
	height: auto;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 0 2%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pro_list li .canshu span {
	display: inline-block;
	color: #333;
	font-size: 14px;
	line-height: 26px;
	text-align: left;
	max-width: 190px;
    overflow: hidden;
    height: 26px;
}
.pro_list li .canshu span i {
	text-decoration: line-through;
	color: #666;
	font-style: normal;
}
.pro_list li .canshu a.yhj {
	width: 100px;
	height: 30px;
	border-radius: 15px;
	line-height: 30px;
	background-color: #c9221e;
	background-image: linear-gradient(90deg, #c9211e 0%, #de7c1b 50%, #c9211e 100%);
	background-position: left center;
	background-size: 200% 100%;
	background-repeat: no-repeat;
	transition: background-position .6s ease;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.pro_list li .canshu a.yhj:hover {
	background-position: right center;
}
.pro_list li {
	padding-bottom: 5px;
}
.pic_list li .info {
	width: 100%;
	height: auto;
	padding: 0 2%;
	float: left;
	margin-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pic_list li .info h3 {
	width: 100%;
	float: left;
	text-align: center;
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: normal;
	height: 48px;
	line-height: 24px;
	margin-top: 5px;
}
.ryzz_list {
	margin-top: 0;
	width: 100%;
	float: left;
	padding: 2% 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ryzz_list li {
	box-sizing: border-box;
	display: inline-block;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1%;
	padding-bottom: 1%;
	border-bottom: 1px dashed #ddd;
}
.ryzz_list li.lf {
	width: 46.5%;
}

.ryzz_list li:nth-child(4n) {
	margin-right: 0;
}
.ryzz_list li .picbox {
	width: 100%;
	height: 0;
	padding-bottom: 136%;
	float: left;
	position: relative;
	overflow: hidden;
}
.ryzz_list li .picbox1 {
	width: 100%;
	height: 0;
	padding-bottom: 68%;
	float: left;
	position: relative;
	overflow: hidden;
}
.ryzz_list li .picbox1 img {
	width: 100%;
}
.zscq_list li .picbox {
	width: 100%;
	height: 0;
	padding-bottom: 136%;
	float: left;
	position: relative;
	overflow: hidden;
}
.ryzz_list li:hover .picbox {
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.ryzz_list li .picbox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ryzz_list li:hover .picbox img {
	-webkit-transform: scale(1.01, 1.01);
	-moz-transform: scale(1.01, 1.01);
	-o-transform: scale(1.01, 1.01);
	-ms-transform: scale(1.01, 1.01);
	transform: scale(1.01, 1.01);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ryzz_list li .info {
	width: 100%;
	height: 34px;
	overflow: hidden;
	padding: 0 2%;
	float: left;
	margin-top: -34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ryzz_list li .info h3 {
	width: 100%;
	float: left;
	text-align: center;
	color: #333;
	display: block;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
}
.zscqlist {
	margin-top: 0;
	width: 100%;
	float: left;
	padding: 2% 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.zscqlist li {
	box-sizing: border-box;
	display: inline-block;
	width: 18.4%;
	float: left;
	margin-right: 2%;
	margin-bottom: 1%;
	padding-bottom: 1%;
	border-bottom: 1px dashed #ddd;
}
.zscqlist li:nth-child(5n) {
	margin-right: 0;
}
.zscqlist li .picbox {
	width: 100%;
	height: 0;
	padding-bottom: 136%;
	float: left;
	position: relative;
	overflow: hidden;
}
.zscq_list li .picbox {
	width: 100%;
	height: 0;
	padding-bottom: 136%;
	float: left;
	position: relative;
	overflow: hidden;
}
.zscqlist li:hover .picbox {
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.zscqlist li .picbox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.zscqlist li:hover .picbox img {
	-webkit-transform: scale(1.01, 1.01);
	-moz-transform: scale(1.01, 1.01);
	-o-transform: scale(1.01, 1.01);
	-ms-transform: scale(1.01, 1.01);
	transform: scale(1.01, 1.01);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.zscqlist li .info {
	width: 100%;
	height: 34px;
	overflow: hidden;
	padding: 0 2%;
	float: left;
	margin-top: -34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.zscqlist li .info h3 {
	width: 100%;
	float: left;
	text-align: center;
	color: #333;
	display: block;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
}
.cpxx {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
.cpxx_t {
	display: block;
	width: 100%;
	height: auto;
	float: left;
}
.cpxx_t_l {
	display: inline-block;
	float: left;
	width: 32%;
	text-align: center;
}
.cpxx_t_l img {
	display: inline-block;
	max-width: 100%;
}
.cpxx_t_r {
	display: block;
	float: right;
	width: 64%;
	height: auto;
	padding-right: 0px;
}
.cpxx_t_r_t {
	display: block;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ccc;
	float: left;
}
.cpxx_t_r_c ul {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.cpxx_t_r_c ul li {
	width: 33.33%;
	float: left;
	display: inline-block;
	float: left;
	line-height: 28px;
	font-size: 14px;
	color: #333;
}
.cpxx_t_r_c .infoitem {
	font-size: 20px;
	line-height: 30px;
	float: left;
	margin: 2px 0;
	color: #f5710b;
	width: 100%;
}
.cpxx_t_r_c .infoitem b {
	color: #000;
	font-size: 16px;
}
.cpxx_t_r_c .infoitem i {
	text-decoration: line-through;
	color: #c1c1c1;
}
.cpxx_t_r_t span {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
}
.cpxx_t_r_c {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}
.cpxx_t_r_c p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin: 2px 0;
}
.cpxx_t_r_c p strong {
	font-weight: normal;
}
.cpxx_t_r_c p.pubdate {
	line-height: 12px;
	font-size: 12px;
	color: #fff;
}
.cpxx_t_r_b {
	display: block;
	margin-top: 5px;
	float: left;
}
.cpxx_t_r_b ul li {
	clear: both;
}
.cpxx_t_r_b .li1 {
	background: url(../images/cpxxtli1.jpg) no-repeat left;
	padding-left: 30px;
	line-height: 36px;
	font-size: 16px;
}
.cpxx_t_r_b .li2 {
	background: url(../images/cpxxtli2.jpg) no-repeat left;
	padding-left: 30px;
	line-height: 36px;
	font-size: 16px;
}
.cpxx_contit {
	background: #f0f0f0 none repeat scroll 0 0;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
}
.cpxx_contit h2 {
	background: #005bac none repeat scroll 0 0;
	border-left: 10px solid #f5710b;
	color: #fff;
	float: left;
	font-size: 20px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	width: auto;
}
.cpxx_con {
	display: block;
	width: 100%;
	height: auto;
	float: left;
	line-height: 24px;
	margin-top: 30px;
}
.cpxx_con p {
	font-size: 14px;
}
.cpxx_con img {
	max-width: 100%;
}
.cpxx_con h2 {
	display: block;
	width: 100%;
	height: 35px;
	border-bottom: 2px solid #005bac;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	margin: 1% 0
}
.cpxx_con .hr {
	border-top: #ddd 1px dashed;
	overflow: hidden;
	height: 1px;
	margin: 5px 0;
}
.ls_footer {
	display: none;
	height: 58px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: #005bac; /*! border-top:1px solid #eee; */
	padding: 5px 0px;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0px -1px 3px rgba(0,0,0,0.1);
}
.ls_footer a {
	display: inline-block; /*! margin:0 2px; */
	height: 46px;
	line-height: 15px;
	background: #005bac;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	width: 23%;
	outline: none;
}
.ls_footer img {
	display: block;
	width: 31%;
	margin: 3px auto 1px;
}
.cpxx_con table {
	border-collapse: collapse;
	border-color: grey;
	display: table;
}
.cpxx_con td, .cpxx_con th {
	border: 1px solid #ddd;
	padding: 5px 10px;
}
.cpxx_con td img {
	max-width: 100%;
}
.cpxx_con td p {
	padding: 0;
}
.article {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.article h1 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
	font-weight: normal;
	text-align: center;
}
.article .info {
	width: 100%;
	height: auto;
	float: left;
	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
}
.article .info h3 {
	font-size: 16px;
}
.article .content {
	width: 100%;
	height: auto;
	float: left;
	line-height: 26px;
	color: #333;
	font-size: 16px;
}
.article .content iframe {
	width: 800px;
	height: 600px;
}
.article .content h2 {
	width: 100%;
	height: auto;
	float: left;
	line-height: 30px;
	margin: 5px 0;
	color: #333;
	font-size: 16px;
	border-bottom: 2px solid #005bac;
	margin-top: 5px;
}
.article .content p {
	width: 100%;
	height: auto;
	float: left;
	line-height: 24px;
	margin: 5px 0;
	color: #666;
}
.article .content video {
	max-width: 100%;
}
.article .content table {
	border: 0px solid #DDD;
}
.article .content table td {
	padding: 5px 10px;
	border: 1px solid #DDD;
}
.article .content img {
	max-width: 80%;
}
.right_nav {
	right: 0;
	bottom: 100px;
	position: fixed;
	text-align: left;
	overflow: hidden;
	z-index: 999;
}
.right_nav li {
	background: #0085cd;
	margin: 4px 0;
	padding: 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
	position: relative;
	right: -110px;
}
.right_nav li .iconBox {
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.right_nav li img {
	width: 30px;
	height: 30px;
}
.right_nav li h4 {
	color: #fff;
	font-size: 14px;
	padding: 2px 0;
	padding-left: 15px;
	flex-grow: 2;
	height: 30px;
	line-height: 30px;
}
.right_nav li h4 a {
	color: #fff;
	display: block;
}
.right_nav li:hover {
	background: #cf1322
}
.right_nav li .hideBox {
	display: none;
	position: absolute;
	right: 120px;
	padding: 10px;
	padding-right: 15px;
	top: -10px;
	z-index: 999;
}
.right_nav li .hideBox .hb {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px 20px;
	border-top: 2px solid #0085cd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.right_nav li .hideBox .hb h5 {
	padding: 5px 0;
	border-bottom: 2px solid #ccc;
	color: #0085cd;
	font-size: 16px;
	font-weight: 400;
	display: block;
	white-space: nowrap;
}
.right_nav li .hideBox .hb p {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 700;
}
.right_nav li .hideBox .hb .qqtalk {
	margin-top: 10px;
}
.right_nav li .hideBox .hb .qqtalk a {
	display: flex;
	align-items: center
}
.right_nav li .hideBox .hb .qqtalk img {
	width: 25px;
	height: 25px;
}
.right_nav li .hideBox .hb .qqtalk p {
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	margin-top: -5px;
	margin-left: 5px;
}
.right_nav li:nth-child(3) .hideBox img {
	width: 140px;
	height: 140px;
	margin-top: 10px;
}
/**/
.wkf {
	width: 360px;
	height: 260px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -130px;
	margin-left: -180px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(9,2,4,.75);
	box-shadow: 0 0 20px rgba(9,2,4,.75);
	display: none;
	z-index: 99999;
}
.wkf .wkf_top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	background: #be0000;
}
.wkf .wkf_top span {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.wkf .wkf_top a.gbbtn {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: #999;
	color: #fff;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 20px;
}
.wkf .wkf_mid {
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 165px;
}
.wkf .wkf_mid p {
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	color: #333;
	line-height: 26px;
	padding: 10px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wkf .wkf_mid span {
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	color: #be0000;
	text-align: center;
	display: block;
	line-height: 26px;
}
.wkf .wkf_mid a {
	width: 100%;
	height: auto;
	float: left;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	color: #be0000;
	text-align: center;
	display: block;
	line-height: 26px;
}
.wkf .wkf_bot {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.wkf .wkf_bot a {
	width: 50%;
	height: 45px;
	line-height: 45px;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.wkf .wkf_bot a.lll {
	background: #286db9;
}
.wkf .wkf_bot a.rrr {
	background: #ff7800;
}
/**/
.tjnews {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 00px;
}
.tjnewstit {
	width: 100%;
	height: auto;
	float: left;
	background: #f0f0f0;
}
.tjnewstit h3 {
	width: auto;
	height: 40px;
	line-height: 40px;
	float: left;
	background: #005bac;
	border-left: 10px solid #f5710b;
	padding: 0 20px;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}
.tjnewslist {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.tjnewslist ul {
	width: 100%;
	height: auto;
	float: left;
}
.tjnewslist ul li {
	width: 49%;
	height: auto;
	float: left;
	border-bottom: 1px dashed #cccccc;
	margin-right: 2%;
}
.tjnewslist ul li:nth-child(2n) {
	margin-right: 0
}
.tjnewslist ul li a {
	width: 80%;
	height: auto;
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 36px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
.tjnewslist ul li span.date {
	float: right;
	color: #999999;
	line-height: 36px;
}
.tjnewslist ul li a:hover {
	color: #15267e;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.plr40 {
	padding-left: 40px;
	padding-right: 40px;
}
.htel_wrap {
	float: right;
	font-size: 22px;
	line-height: 36px;
	margin: 12px 0 0;
}
.sbm {
	height: 0;
	overflow: hidden;
}
