﻿@charset "utf-8";
/* General styles for all menus */
.cbp-spmenu {
	background: #00479d;
	border-left: 1px solid #fff;
	position: fixed;
}
.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}
.cbp-spmenu a:hover {
	background: #2174d8;
}
.cbp-spmenu a:active {
	background: #2174d8;
	color: #fff;
}
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}
.cbp-spmenu-vertical a {
	border-bottom: 1px solid #fff;
	padding: 1em;
}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}
.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}
.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
	left: -240px;
}
.cbp-spmenu-right {
	right: -240px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}
/* Horizontal menu that slides from the top or bottom */
.cbp-spmenu-top {
	top: -150px;
}
.cbp-spmenu-bottom {
	bottom: -150px;
}
.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}
.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}
/* Push classes applied to the body */
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}
.cbp-spmenu-push-toright {
	left: 240px;
}
.cbp-spmenu-push-toleft {
	left: -240px;
}
/* Transitions */
.cbp-spmenu, .cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#show_bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	display: none;
}
.main_box {
	background: #9c9c9c;
	padding: 10px;
}
.bg_color {
	background: #fff;
}
htm {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "微软雅黑";
}
dl {
	padding: 0px;
	margin: 0px;
}
dt {
	padding: 0px;
	margin: 0px;
}
dd {
	padding: 0px;
	margin: 0px;
}
ul {
	padding: 0px;
	margin: 0px;
}
ol {
	padding: 0px;
	margin: 0px;
}
p {
	padding: 0px;
	margin: 0px;
	line-height: 22px;
}
li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
form {
	padding: 0px;
	margin: 0px;
}
fieldset {
	padding: 0px;
	margin: 0px;
}
blockquote {
	padding: 0px;
	margin: 0px;
}
fieldset {
	padding: 0px;
	margin: 0px;
}
select {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
label {
	padding: 0px;
	margin: 0px;
}
textarea {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.clear {
	clear: both;
	height: 0px;
}
.top_bor {
	border-top: #e5e5e5 solid 1px;
}
.bot_bor {
	border-bottom: #000 solid 1px;
}
.border {
	border: #e5e5e5 solid 1px;
	border-top: none;
}
 input::-webkit-input-placeholder {
color:#999;
}
.input {
	width: 100%;
	display: block;
	padding: 10px 5px;
	background: none;
	border: #999 solid 1px;
	-webkit-box-sizing: border-box;
	color: #999;
	font-size: 14px;
	outline: none;
}
.select {
	width: 100%;
	color: #606366;
	padding: 11px 25px 11px 5px;
	-webkit-appearance: none;
	border-radius: 3px;
	background: url(../images/down.png) no-repeat right;
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px;
	-moz-background-size: 15px 15px;
	-ms-background-size: 15px 15px;
	-webkit-box-sizing: border-box;
}
.button {
	width: 100%;
	display: block;
	padding: 0px 5px;
	border: #999 solid 1px;
	background: no-repeat;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.textarea {
	width: 100%;
	display: block;
	padding: 10px 5px;
	background: none;
	border: #999 solid 1px;
	-webkit-box-sizing: border-box;
	color: #999;
	font-size: 14px;
	outline: none;
}
.show_bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	display: none;
}
.space-10 {
	width: 100%;
	height: 10px;
	clear: both;
}
.space-20 {
	width: 100%;
	height: 20px;
	clear: both;
}
.space-30 {
	width: 100%;
	height: 30px;
	clear: both;
}
.space-40 {
	width: 100%;
	height: 40px;
	clear: both;
}
.space-50 {
	width: 100%;
	height: 20px;
	clear: both;
}
.radius5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.radius10 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
.radius15 {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}
.radius20 {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
.radius50 {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.bg_fff {
	background: #fff;
}
.bg_eaeaea {
	background: #eaeaea;
}
.forms dl {
	padding: 0px;
	margin: 10px 0px;
	-webkit-box-sizing: border-box;
}
.forms dd {
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
}
.forms hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #dddddd;
}
.forms dt {
	font-size: 16px;
	color: #606366;
	padding: 5px 0px;
	line-height: 30px;
}
.forms button {
	font-size: 16px;
	color: #fff;
	padding: 5px 0px;
	line-height: 30px;
	background: #2174d8;
	border: #2174d8 solid 1px;
}
/* 链接颜色 */

a {
	color: #fff;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.header {
	height: auto;
	overflow: hidden;
}
.pc_head {
	height: auto;
	overflow: hidden;
}
.pc_head .logo {
	height: auto;
	overflow: hidden;
	float: left;
}
.pc_head .logo img {
	height: 58px;
}
.pc_head .tel {
	line-height: 80px;
	color: #000;
	padding: 15px 0px;
	float: right;
}
.pc_head .tel .icon {
	height: 25px;
	line-height: 25px;
	float: right;
        margin-top:-25px;
}
.pc_head .tel .telbox {
	line-height: 25px;
	color:#0C0499;
}
.pc_head .tel .telbox span {
	line-height: 25px;
	color: #0C0499;
	font-size: 20px;
	font-weight: bold;
}
.pc_head .navbox {
	height: 40px;
	background:#3455C0;
}
.pc_head .navbox a {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	display: block;
	padding: 0px 48px;
	float: left;
}
.pc_head .navbox a.hover {
	background: #0C0499;
	color: #fff;
}
.pc_head .navbox a:hover {
	background: #0C0499;
	color: #fff;
}
.m_head {
	height: auto;
	overflow: hidden;
}
.m_head .logo img {
	height: 54px;
	display: block;
	margin: 0px auto;
}
.m_head .tel {
	line-height: 50px;
	color:#0C0499;
	font-size: 14px;
	font-weight: bold;
}
.m_head .navmenu {
	height: 40px;
	overflow: hidden;
	padding: 0px 10px;
	position: relative;
	background: #2174d8;
}
.m_head .m_title {
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: block;
	float: left;
}
.m_head .m_title a {
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: block;
}
.m_head .menu_btn {
	width: 40px;
	height: 40px;
	float: right;
}
.m_head .menu_btn span {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../images/menu.png) no-repeat center center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
}
.footer {
	height: auto;
	overflow: hidden;
	clear: both;
	background: #00479d;
	padding: 20px 0px;
}
.footer .foot_text {
	height: auto;
	overflow: hidden;
}
.footer .foot_text p {
	line-height: 25px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
.footer .foot_text a {
	line-height: 25px;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
.foot_link {
	height: auto;
	overflow: hidden;
        padding-bottom:20px;
        padding-top:20px;
}
.foot_link a {
	color: #333;
}
.footer .foot_link {
	height: auto;
	overflow: hidden;
        padding-bottom:20px;
}
.footer .foot_link span {
	line-height: 25px;
	color: #fff;
	text-align: center;
	display: block;
	float: left;
}
.footer .foot_link a {
	line-height: 25px;
	color: #fff;
	text-align: center;
	display: block;
	padding: 0px 10px;
	float: left;
}
.footer .code {
	height: 120px;
	float: right;
}





/* 首页轮播图 */

.slides {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.slides a {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	position: relative;
       
}

.slides a img {
	width: 100%;
	overflow: hidden;
	display: block;
}
.slidesjs-pagination {
	height: 10px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -60px;
	z-index: 998;
}
.slidesjs-pagination li {
	width: 30px;
	height: 10px;
	line-height: 10px;
	margin: 0px 3px;
	float: left;
}
.slidesjs-pagination li a {
	font-size: 12px;
	text-align: center;
	color: #fff;
	font-size: 0px;
	background: #fff;
	display: block;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
	background: #2174d8;
	color: #2174d8;
}
.slidesjs-pagination li a:hover {
	background: #2174d8;
	color: #2174d8;
}
.slidesjs-navigation {
	display: none;
}
.slidesjs-navigation .slidesjs-previous {
	width: 35px;
	height: 100px;
	line-height: 100px;
	font-size: 36px;
	margin-top: -50px;
	padding-left: 0px;
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 999;
}
.slidesjs-navigation .slidesjs-previous:hover {
	background: rgba(0,0,0,0.3);
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-ms-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-ms-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.slidesjs-navigation .slidesjs-next {
	width: 35px;
	height: 100px;
	line-height: 100px;
	font-size: 36px;
	margin-top: -50px;
	padding-left: 10px;
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 999;
}
.slidesjs-navigation .slidesjs-next:hover {
	background: rgba(0,0,0,0.3);
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-ms-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-ms-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.slides:hover .slidesjs-navigation {
	display: block;
}
/* 首页板块 */

.title01 {
	height: 32px;
	background: url(../images/pg.jpg) no-repeat;
}
.title01 .b_title {
	height: 32px;
	line-height: 32px;
	color: #fff;
	display: block;
	padding-left: 10px;
	float: left;
}
.title01 .b_title span {
	height: 32px;
	line-height: 30px;
	color: #fff;
	display: block;
	padding: 0px 5px;
	float: left;
}
.title01 .b_title font {
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 12px;
	display: block;
	padding: 0px 5px;
	float: left;
}
.title01 a {
	width: 32px;
	height: 9px;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}
.newslist {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 10px;
	margin: 0px;
	display: block;
}
.newslist li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	clear: both;
	display: block;
	position: relative;
}
.newslist li i {
	width: 4px;
	height: 4px;
	background: #888;
	display: block;
	position: absolute;
	top: 12px;
	left: 0px;
}
.newslist li a {
	height: 40px;
	line-height: 40px;
	display: block;
	color: #333;
	padding-left: 15px;
	padding-right: 90px;
}
.newslist li time {
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.newslist li a:hover {
	color: #000;
}
.newslist li.b_b {
	border-bottom: #e6e6e6 dashed 1px;
}
.con_list {
	height: auto;
	overflow: hidden;
	padding: 5px 20px;
        float:left;
        width:100%;
        background:url(../images/contact.png) no-repeat top right;
        background-size:contain;
}
.con_img{float:left;width:50%;border-left:0;}
.con_list li {
	height: 40px;
	line-height: 40px;
	color: #333;
	overflow: hidden;
	clear: both;
	display: block;
}
.con_list li.b_b {
	border-bottom: #e6e6e6 dashed 1px;
        width:60%;
}
.items {
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	border: #e5e5e5 solid 1px;
}
.items img {
	height: auto;
	overflow: hidden;
	width: 100%;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.items b {
	height: 40px;
	line-height: 40px;
	color: #333;
}
.items:hover img {
	transform: scale(1.1);
	-webki-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
/* 二级页面 */

.banner {
	height: auto;
	overflow: hidden;
}
.banner img {
	width: 100%;
        height:auto;
}
.side_t {
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: url(../images/title_bg.png) no-repeat;
	padding-left: 20px;
        background:#0C0499;
}
.side_t img{float:left;margin-top:16px;margin-right:16px;}
.side_t span {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	display: block;
	float: left;
       
}
.side_t font {
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 12px;
	padding: 0px 10px;
	display: block;
	float: left;
}
.side_ul {
	height: auto;
	overflow: hidden;
	padding: 10px 15px;
	margin: 0px;
}
.side_ul li {
	height: 40px;
	line-height: 40px;
	display: block;
	color: #666;
          margin-top: 6px;
        border-left:4px solid #000;
        background:#cdcdcd;
}
.side_ul li:hover{
        background:#efefef;
        border-left:4px solid #676667;
}
.side_ul li a {
	height: 40px;
	line-height: 40px;
	color: #666;
	display: block;
	padding-left: 15px;
	position: relative;
}
.side_ul li a i {
	width: 5px;
	height: 5px;
	display: block;
	background: #0183c5;
	position: absolute;
	top: 18px;
	left: 0px;
        display:none;
}
.side_ul li.hover a {
	color: #333;
}
.side_ul li:hover a {
	color: #333;
}
.side_ul2 {
	height: auto;
	overflow: hidden;
	padding: 0px 10px;
}
.side_ul2 li {
    /* height: 25px; */
    line-height: 25px;
    color: #333;
    /* overflow: hidden; */
    clear: both;
    display: block;
}
.ss_title {
	height: 40px;
	line-height: 40px;
	color: #333;
	background: url(../images/title_bg.png) no-repeat;
}
.ss_title span {
	height: 40px;
	line-height: 40px;
	color: #333;
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: #045ab7 solid 2px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.newslist2 {
	height: auto;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	display: block;
}
.newslist2 li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	clear: both;
	display: block;
	border-bottom: #e6e6e6 dashed 1px;
	position: relative;
}
.newslist2 li i {
	width: 4px;
	height: 4px;
	background: #888;
	display: block;
	position: absolute;
	top: 18px;
	left: 0px;
}
.newslist2 li a {
	height: 40px;
	line-height: 40px;
	display: block;
	color: #333;
	padding-left: 15px;
	padding-right: 90px;
}
.newslist2 li time {
	width: 80px;
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 12px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.newslist2 li a:hover {
	color: #000;
}
.picture {
	height: auto;
	overflow: hidden;
	display: block;
}
.picture img {
	width: 100%;
}
.picture span {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	display: block;
	color: #333;
	text-align: center;
	padding: 0px 10px;
}
.s_n_title {
	height: auto;
	line-height: 25px;
	overflow: hidden;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.s_d_date {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #898989;
	padding-bottom: 10px;
	border-bottom: #ccc dashed 1px;
}
.s_d_date font {
	color: #e60012;
}
.s_cont {
	height: auto;
	overflow: hidden;
	padding: 20px 0px;
}
.s_cont img {
	max-width: 100%;
}
.video_list {
	height: auto;
	overflow: hidden;
	display: block;
	margin-top: 10px;
	position: relative;
}
.video_list img {
	width: 100%;
}
.video_list span {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #f6f6f6;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	background: rgba(0,0,0,0.6);
	overflow: hidden;
	padding: 0px 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
/* 相关新闻 */

.more {
	height: auto;
	overflow: hidden;
	border-top: #ccc dashed 1px;
	padding: 20px 0px;
}
.more span {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #666;
}
.more a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #666;
}
.more a:hover {
	color: #333;
}
/* 分页样式 */

.page {
	height: auto;
	overflow: hidden;
	text-align: center;
	clear: both;
	margin-top: 20px;
}
.page .page_c {
	height: auto;
	overflow: hidden;
	display: inline-block;
}
.page .page_c a {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #666;
	border: #e5e5e5 solid 1px;
	background: #fff;
	display: block;
	padding: 0px 15px;
	margin: 0px 5px;
	float: left;
}
.page .page_c span {
	height: 25px;
	line-height: 20px;
	display: block;
	padding: 0px 10px;
	border: #fff solid 1px;
	background: #fff;
	margin: 0px 5px;
	float: left;
}
.page .page_c .prev {
	background: url(../images/page.png) no-repeat 4px 0px #fff;
}
.page .page_c .next {
	background: url(../images/page.png) no-repeat 4px -40px #fff;
}
.page .page_c a:hover {
	color: #999;
	border: #999 solid 1px;
}
.page .page_c .prev:hover {
	background: url(../images/page.png) no-repeat 4px -60px #fff;
}
.page .page_c .next:hover {
	background: url(../images/page.png) no-repeat 4px -20px #fff;
}

@media (max-width: 479px) {
.pc_head {
	display: none;
}
.m_head {
	display: block;
}
.footer .foot_text {
	text-align: center
}
.foot_link {
	text-align: center;
}
.foot_link .center {
	display: inline-block;
}
.code {
	width: 100%;
	margin: 20px auto 0px;
}
.code img {
	width: 120px;
	display: block;
	margin: 0px auto;
}
.m_display {
	display: none;
}
.con_list li.b_b {
	border-bottom: #e6e6e6 dashed 1px;
        width:100%;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.pc_head {
	display: none;
}
.m_head {
	display: block;
}
.footer .foot_text {
	text-align: center
}
.foot_link {
	text-align: center;
}
.foot_link .center {
	display: inline-block;
}
.code {
	width: 100%;
	margin: 20px auto 0px;
}
.code img {
	width: 120px;
	display: block;
	margin: 0px auto;
}
.m_display {
	display: none;
}
}

@media (min-width: 768px) and (max-width: 999px) {
.pc_head {
	display: block;
}
.m_head {
	display: none;
}
}

@media (min-width: 1000px) {
.pc_head {
	display: block;
}
.m_head {
	display: none;
}
}

@media (min-width: 1260px) {
.pc_head {
	display: block;
}
.m_head {
	display: none;
}
}
.show_msg {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
	display: none;
}
.show_msg .show_msg_text {
	width: 360px;
	height: 180px;
	background: rgba(0,0,0,0.4);
	margin-left: -180px;
	margin-top: -90px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99;
}
.show_msg .show_msg_text .show_msg_text_b {
	width: 350px;
	height: 170px;
	margin: 5px;
	background: url(../images/success.png) no-repeat 0px 40px #f7f7f7;
}
.show_msg .show_msg_text .show_msg_text_b span {
	height: 50px;
	line-height: 50px;
	color: #4c4c4c;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding: 0px 10px;
	display: block;
}
.show_msg .show_msg_text .show_msg_text_b .text {
	width: 300px;
	height: auto;
	overflow: hidden;
	margin: 120px auto;
	padding-left: 130px;
	margin: 0px auto;
}
.show_msg .show_msg_text .show_msg_text_b .text b {
	color: #d31145;
	font-size: 24px;
	line-height: 40px;
	padding: 20px 0px;
	display: block;
}
.show_msg .show_msg_text .show_msg_text_b .text .btn {
	height: 39px;
	line-height: 39px;
	font-size: 18px;
	text-align: center;
	display: block;
	margin-top: 30px;
	float: left;
}
.show_msg .show_msg_text .show_msg_text_b .text a.backbtn {
	color: #fff;
	padding: 0px 20px;
	background: url(../images/c_list_2.png) no-repeat right center #d31145;
	border: #d31145 solid 1px;
}
.show_msg .show_msg_text .show_msg_text_b .close {
	width: 26px;
	height: 26px;
	background: url(../images/close.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}

.pro_aaa img {
    border: 1px solid #0C0499;
}

.pro_aaa img:hover{border:1px solid #045AB7}
.banner{width:100%;height:auto;}
table,th,td
{

border:1px solid #000;
}
.map{width:100%;}
iframe {width: 100%;}
.tel .icon a{color:#000;font-size:10px;padding:0 6px;}
.tel .icon a:hover{color:#00f;}

/*2016年6月14日16:57:47    Liuk*/
.pic_list{height:260px;overflow:hidden;position:relative;border:1px solid #c5c1c1;}
.tj_pro{overflow:hidden; position:absolute;top:0px;left:0;}
.tj_pro li{width:210px;height:240px;border:1px solid #C5C1C1;float:left;margin-left:23px;margin-top:10px;position: relative;}
.tj_pro li img{border-bottom: 1px solid #C5C1C1;}
.tj_pro li p{text-align:center;line-height:30px;}
.tj_pro li a{color:#333;}






