@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
dl, dt {
	margin: 0px;
	padding: 0px;
}
body {
	background: #c7c8c8;
	font-size: 14px;
}
ul, li {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
}
img {
	border: 0px;
}
.w1240 {
	width: 1240px;
	margin: 0px auto;
	padding: 0 20px;
}
.w915 {
	width: 915px;
}
.w800 {
	width: 800px;
}
.w700 {
	width: 700px;
}
.w300 {
	width: 300px;
}
.w20 {
	width: 20px;
}
.w12 {
	width: 12px;
}
.p30 {
	padding: 30px 0px;
}
.p20 {
	padding: 20px 0px;
}
.pw10 {
	width: 10%;
}
.pw15 {
	width: 15%;
}
.pw20 {
	width: 20%;
}
.pw23 {
	width: 23%;
}
.pw30 {
	width: 30%;
}
.pw35 {
	width: 35%;
}
.pw38 {
	width: 38%;
}
.pw40 {
	width: 40%;
}
.pw65 {
	width: 65%;
}
.pw75 {
	width: 75%;
}
.pw100 {
	width: 100%;
}
.h440 {
	height: 440px;
}
.h515 {
	height: 515px;
}
.h140 {
	height: 140px;
}
.h30 {
	height: 30px;
}
.hd40 {
	height: 40px;
}
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs24 {
	font-size: 24px;
}
.bg_w {
	background: #fff;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.line {
	border-bottom: 1px solid #CCC;
}
.bgfff {
	background: #fff;
}
h1{
	text-align: center;
	font-size: 20px;
	line-height: 48px;
}
/*公共头部开始*/
.head {
	width: 100%;
}
.head_top {
	background: #333;
	color: #fff;
	height: 33px;
	line-height: 33px;
}
.top_txt {
}
.top_ico {
	float: right;
	margin-top: 5px;
}
.top_ico li {
	float: left;
	position: relative;
}
.top_ico span {
	display: inline-block;
	height: 18px;
	margin-right: 30px;
}
.shouji {
	background: url(../images/x_ico.png) -104px 2px no-repeat;
}
.shouji:hover {
	background: url(../images/x_ico.png) -122px 2px no-repeat;
}
.qq {
	background: url(../images/x_ico.png) -66px 0px no-repeat;
}
.qq:hover {
	background: url(../images/x_ico.png) -84px 0px no-repeat;
}
.app {
	background: url(../images/x_ico.png) 0px 0px no-repeat;
}
.app:hover {
	background: url(../images/x_ico.png) -12px 0px no-repeat;
}
.weixin {
	background: url(../images/x_ico.png) -44px 0px no-repeat;
}
.weixin:hover {
	background: url(../images/x_ico.png) -24px 0px no-repeat;
}
.top_ico dl {
	width: 150px;
	font-size: 12px;
	text-align: center;
	display: none;
	position: absolute;
	left: -70px;
	background: #FFF;
	color: #000;
	padding: 5px 5px 0px;
	z-index: 1;
}
.top_ico dl img {
	width: 100%;
}
.top_ico .on {
	display: block;
}
.top_ico dl dt span {
	line-height: 20px;
	height: 20px;
}
.nav {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}
.logo {
	float: left;
}
.logo h1{
	display: inline-block;
}
.nav_menu {
	float: right;
}
.menu {
}
.menu>li {
	float: left;
	line-height: 46px;
	padding: 0 30px;
	font-size: 16px;
	position: relative;
}
.menu li {
}
.menu li ul {
	display: none;
	position: absolute;
	left: 0px;
	background: #FFF;
	padding-top: 29px;
	width: 140px;
	margin-left: -8px;
	z-index: 10;
	border-bottom: 2px solid #c7c8c8;
}
.menu li ul li {
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-left: 2px solid #c7c8c8;
	border-right: 2px solid #c7c8c8;
}
.menu li .on {
	display: block;
}
/*
.F1_sub, .F2_sub, .F2_1_sub, .F3_sub, .F4_sub, .F5_sub {
	border-left: 1px solid #ccc;
	padding: 0 10px;
	min-height: 210px;
	border-bottom: 1px solid #ccc;
}
.F1_sub {
}
.F1_sub3 {
	width: 33%;
	text-align: center;
}
.F1_sub4 {
	width: 19.5%;
	text-align: center;
}
.F1_sub5 {
	width: 19%;
	text-align: center;
}
.F1_sub3, .F1_sub4, .F1_sub5 {
	min-height: 210px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.F1_sub dl dd, .F2_sub dl dd, .F2_1_sub dl dd {
	line-height: 30px;
}
.F2_sub {
}
.F2_sub dd {
	float: left;
	margin-right: 20px;
}
.F2_1_sub {
}
.F2_1_sub dd {
	float: left;
	margin-right: 20px;
}
.F5_sub {
	border-right: 1px solid #ccc;
}
.fdd dd {
	float: left;
	margin-right: 20px;
}
*/
/*首页开始*/
.banner {
	background: #fff;
}
.banner_left {
	float: left;
}
.left_con {
	background: #8b50e5;
}
.banner_left_top {
}
.banner_left_top span {
	height: 45px;
	width: 73px;
	display: inline-block;
	color: #FFF;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
}
/*幻灯片开始*/
.cl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.cl {
	zoom: 1
}
.frame {
	margin-bottom: 10px;
	border: 1px solid #e1e1e1;
	background: #FFF
}
.block {
	margin: 10px 10px 0
}
.slideshow {
	clear: both
}
.slideshow li {
	position: relative;
	overflow: hidden
}
.slidebar li {
	background: rgba(0, 0, 0, 0.3);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
	color: #FFF;
	overflow: hidden
}
.slidebar li {
	float: left;
	margin-right: 1px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 10px;
	cursor: pointer
}
.slidebar li.on {
	background: rgba(255, 255, 255, 0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50FFFFFF, endColorstr=#50FFFFFF);
	color: #000;
	font-weight: 700
}
ul, li {
	list-style: none
}
a:hover {
	text-decoration: underline;
	color: #a50001
}
.frame {
	background: none;
	border: 0px solid #fff;
	margin-bottom: 0px
}
.slidebar {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: 300px
}
.slidebar li {
	background: rgba(0, 0, 0, 0.3);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
	color: #FFF;
	overflow: hidden
}
.slidebar li.on {
	background: rgba(255, 255, 255, 0.5);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, endColorstr=#90000000);
	color: #ff0;
	font-weight: 700
}
.block {
	margin: 0;
	position: relative
}
.comiis_wrap1800, .comiis_wrapad {
	margin: 0 auto;
	width: 915px;
	height: 440px;
}
.comiis_wrapad {
	overflow: hidden
}
.comiis_wrapad img {
	float: left;
	margin-top: 0px
}
#slidesImgs li {
	float: left;
	width: 100%;
	display: none;
	overflow: hidden
}
#slidesImgs li a {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden
}
/**/
.col_menu1 {
	background: #7846c3;
	border: 1px solid #6a3ead;
	border-right-color: #9355f2;
}
.query {
	width: 100%;
}
.query textarea {
	height: 100px;
	width: 90%;
	margin: 5%;
}
.query_yzm {
	height: 40px;
	width: 95%;
	padding: 5%;
}
.query_yzm span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}
.query_yzm .oryzm {
	height: 30px;
	line-height: 30px;
	display: inline-block;
}
.query_sub {
	width: 80%;
	padding: 5%;
	text-align: center;
	color: #a363ff;
	font-size: 16px;
	background: #FFF;
	margin: 0px auto;
}
.query_bottom {
	margin-top: 20px;
}
.query_bottom ul {
}
.query_bottom li {
	float: left;
	width: 49%;
	text-align: center;
	border-top: 2px solid #6a3ead;
	border-right: 1px solid #6a3ead;
	padding-bottom: 15px;
}
.query_bottom li span {
	display: block;
}
.icowangdian {
	height: 40px;
	width: 40px;
	background: url(../images/icons.png) no-repeat -35px -100px;
	margin: 0px auto;
	margin-top: 10px;
}
.icokefu {
	height: 40px;
	width: 40px;
	background: url(../images/icons.png) no-repeat -35px -140px;
	margin: 0px auto;
	margin-top: 10px;
}
.query_bottom li span img {
	margin-top: 20px;
}
.banner_right {
	float: right;
	width: 915px;
}
.bottom_img {
	height: 140px;
	background: #FFF;
	margin-top: 20px;
}
.bottom_img ul {
	background: #6f7c82;
	overflow: hidden;
}
.bottom_img ul li {
	width: 74px;
	float: left;
	height: 72px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
}
.icon1, .icon2, .icon3, .icon4, .icon5, .icon6, .icon7, .icon8 {
	height: 40px;
	width: 40px;
	display: block;
	margin: 0px auto;
	margin-top: 10px;
	transition: all 0.5s ease;
}
.icon1 {
	background: url(../images/index_icon.png) no-repeat;
}
.icon2 {
	background: url(../images/index_icon.png) no-repeat -40px 0px;
}
.icon3 {
	background: url(../images/index_icon.png) no-repeat -80px 0px;
}
.icon4 {
	background: url(../images/index_icon.png) no-repeat -120px 0px;
}
.icon5 {
	background: url(../images/index_icon.png) no-repeat -160px 0px;
}
.icon6 {
	background: url(../images/index_icon.png) no-repeat -200px 0px;
}
.icon7 {
	background: url(../images/index_icon.png) no-repeat -240px 0px;
}
.icon8 {
	background: url(../images/index_icon.png) no-repeat -280px 0px;
}
.bottom_img ul li:hover .icon1 {
	background: url(../images/index_icon.png) no-repeat 0px -40px;
}
.bottom_img ul li:hover .icon2 {
	background: url(../images/index_icon.png) no-repeat -40px -40px;
}
.bottom_img ul li:hover .icon3 {
	background: url(../images/index_icon.png) no-repeat -80px -40px;
}
.bottom_img ul li:hover .icon4 {
	background: url(../images/index_icon.png) no-repeat -120px -40px;
}
.bottom_img ul li:hover .icon5 {
	background: url(../images/index_icon.png) no-repeat -160px -40px;
}
.bottom_img ul li:hover .icon6 {
	background: url(../images/index_icon.png) no-repeat -200px -40px;
}
.bottom_img ul li:hover .icon7 {
	background: url(../images/index_icon.png) no-repeat -240px -40px;
}
.bottom_img ul li:hover .icon8 {
	background: url(../images/index_icon.png) no-repeat -280px -40px;
}
.right_item {
	margin-top: 20px;
}
.right_item>ul>li {
	float: left;
	width: 213px;
	height: auto;
	margin-right: 15px;
}
.right_item li a img {
	width: 213px;
	height: 146px;
}
.content {
}
.newstitle {
	border-bottom: 1px solid #ad81f0;
	padding: 10px 0;
}
.con_left ul {
	margin-top: 10px;
}
.con_left ul li {
	border-bottom: 1px solid #999;
	padding: 10px 0;
	overflow: hidden;
}
.newstitle a {
	float: right;
}
.date {
	width: 20%;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 10px;
}
.date_ny {
	background: #b388f4;
	height: 28px;
	display: inline-block;
	width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}
.news_day {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}
.news_text {
	width: 65%;
	margin-left: 5px;
}
.news_text dt {
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_text dd {
	margin-top: 10px;
	color: #999;
	height: 34px;
	overflow: hidden;
}
.newico {
	color: #F00;
}
.activity {
	padding-top: 15px;
}
.act_title {
	padding: 5px 0;
}
.act_img li {
	float: left;
	padding: 10px 18px 10px 0;
	text-align: center;
}
.act_img li a {
	font-size: 16px;
	line-height: 32px;
}
.act_img li img {
	height: 160px;
	width: 230px;
}
#qiao {
	margin-top: 10px;
}
#qiao a {
	width: 29%;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	border: 1px solid #969696;
	font-size: 12px;
	margin-right: 3%;
}
#qiao .mfzx {
	background-color: #8b50e5;
	color: #fff;
}
.middle_txt {
	font-size: 30px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	padding: 30px 0;
	color: #333;
	border-bottom: 2px solid #333;
}
.middle_txt span {
	color: #F00;
}
/*优势*/
#youshi {
	padding-top: 40px;
}
#youshi em {
	display: inline-block;
	background-color: #752be4;
	color: #fff;
	height: 78px;
	line-height: 78px;
	font-size: 54px;
	padding: 0 20px 0 10px;
	float: left;
	margin-right: 10px;
}
.youshi_in {
}
#youshi dd {
	margin: 10px 0 0 36px;
}
#youshi dl {
	margin-top: 40px;
}
.li_youshi_1 {
	margin-top: 20px;
	background: url(../images/youshi_p1.png) 560px 0px no-repeat;
	padding-left: 30px;
}
.li_youshi_2 {
	padding-left: 620px;
	margin-top: 20px;
	background: url(../images/kefu.png) no-repeat;
}
.li_youshi_1 b, .li_youshi_2 b {
	font-size: 36px;
	line-height: 40px;
	color: #333;
}
.li_youshi_1 span, .li_youshi_2 span {
	font-size: 16px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
}
.li_youshi_1 i, .li_youshi_2 i {
	font-size: 10px;
	line-height: 12px;
	color: #858585;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px;
	height: 12px;
}
.youshi_in {
	margin-left: 20px;
}
.youshi_in p {
	color: #5e5e5e;
}
.li_youshi_1 .youshi_in span, .li_youshi_2 .youshi_in span {
	font-size: 14px;
	line-height: 18px;
	color: #5e5e5e;
	font-weight: bold;
	margin-right: 8px;
}
/*首页新闻列表*/
.news_list_main {
	width: 380px;
	margin-right: 30px;
}
.index_new_title {
	text-align: center;
	border-bottom: 1px solid #ad81f0;
	margin: 20px 0;
}
.index_new_title a {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
}
.index_new_title a:hover {
	text-decoration: none;
	color: #f60;
}
.index_list_dt img {
	width: 120px;
	height: 80px;
}
.index_list_dt {
	overflow: hidden;
	margin-bottom: 10px;
}
.index_list_dt dt {
	float: left;
}
.index_list_dt dd {
	margin-left: 130px;
}
.index_list_dt .dd_a {
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
	color: #333;
}
.index_list_dt dd p {
	height: 48px;
	overflow: hidden;
	color: #999;
	text-indent: 2em;
	font-size: 12px;
}
.news_list_main .index_news_rq {
	float: right;
	font-size: 12px;
	line-height: 30px;
	color: #666;
}
.news_list_main li {
}
.news_list_main li a {
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
/*首页完*/
/*列表开始*/
.arclist {
	overflow: hidden;
}
.piclist li {
	float: left;
	width: 23%;
	margin: 10px 1%;
	height: 160px;
}
.piclist li div {
	text-align: center;
}
.arclist li {
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	padding: 10px 0;
}
.arclist_date {
	width: 6%;
	text-align: center;
	padding: 0 2%;
}
.arclist_day {
	display: block;
	font-size: 36px;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.arclist_month {
	display: block;
	padding-top: 5px;
}
.arclist_img {
	width: 20%;
}
.arclist_img img {
	height: 140px;
	width: 200px;
}
.arclist_con {
}
.arclist_title {
	display: block;
	padding: 5px 0;
	font-size: 16px;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
}
.arclist_con p {
	width: 90%;
	text-indent: 2em;
	padding-top: 5px;
}
/*列表结束*/
/*视频列表*/
.v_title {
	margin-top: 30px;
	nline-height: 30px;
	height: 30px;
	font-size: 16px;
	border-bottom: 2px solid #481c87;
}
.videolist {
	margin-top: 30px;
	overflow: hidden;
}
.videolist ul li {
	width: 24.5%;
	float: left;
	margin: 10px 0.2%;
	height:235px;
	overflow:hidden;
}
.videolist_img {
	width: 100%;
}
.videolist_img img {
	max-height: 160px;
	max-width: 280px;
}
.videolist_con {
	width: 95%;
}
.videolist_title {
	display: block;
	padding: 5px 0;
	font-size: 16px;
	width: 95%;
	overflow: hidden;
	white-space: nowrap;
}
.videolist_con p {
	width: 100%;
	height:38px;
	overflow:hidden;
}
/*详情页开始*/
.mian_content {
	padding-top: 30px;
}
.mian_left {
	width: 25%;
	background: #f0f0f0;
}
.mian_left_content {
	margin: 30px;
}
.main_left_title {
	border-bottom: 2px solid #752be4;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
}
.mian_left_content ul {
	margin-top: 30px;
}
.mian_left_content ul li {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.mian_left_content .selected {
	background: #6d448b;
	border-radius: 3px;
	color: #FFF;
}
.mian_left_content span {
	color: #f0f0f0;
	float: right;
	font-size: 18px;
}
.mian_left_content .selected a {
	color: #FFF;
}
.mian_left_content .selected span {
	color: #FFF;
}
.main_right {
	width: 74%;
}
.main_right_content {
	padding: 0 20px;
}
.main_right_content_title {
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
}
.main_right_arcticle {
	padding-top: 20px;	
}
.lineheight2{
	line-height: 200%;
}
.lineheight2 img{
	max-width: 100%;
}
.arctime{
	font-size: 12px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
.arcpage{
	padding: 20px 0;
}
.arcpage li{
	line-height: 32px;
}
/*详情页结束*/
/*服务网点*/
#arclist_service {
	overflow: hidden;
}
#arclist_service li {
	height: 40px;
	line-height: 40px;
	padding: 0px 4%;
	width: 25%;
	float: left;
}
/*网点详情内容*/
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
.server_map {
	margin-top: 20px;
	font-size: 14px;
}
.server_map table {
	width: 100%;
}
.server_map td {
	border: #CCC 1px solid;
	padding: 5px 10px;
}
.server_map .jctr {
	background: #003366;
	text-align: center;
	color: #FFF;
}
.server_map .gstr {
	background: #fb750c;
	text-align: center;
	color: #FFF;
}
/*分页*/
.pagelist {
	overflow: hidden;
	margin: 20px 0;
}
.pagelist li {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 5px 10px;
}
.pagelist .thisclass {
	background: #999;
}
/*友情链接*/
.foot_link {
	background: #fff;
	border-top: 1px solid #ccc;
}
.foot_linkcon {
	padding: 10px;
}
.foot_linkcon a {
	padding: 5 10px;
}
.foot_link, .foot_link a {
	font-size: 12px;
	color: #666;
}
.foot_linkcon a {
	margin-right: 10px
}
/*公共低部开始*/
.foot_nav {
	overflow: hidden;
}
.foot_nav ul {
	overflow: hidden;
}
.foot_nav .foot_ul1 {
	margin: 30px 0;
}
.foot_nav .foot_ul1 .end_li, .foot_nav .foot_ul2 .end_li {
	width: 330px;
	border-right: none;
}
.foot_nav .foot_ul1 li {
	width: 180px;
	border-right: 1px solid #999;
	float: left;
	text-align: center;
}
.end_li_tel {
	font-size: 16px;
}
.end_li span {
	display: inline-block;
	width: 40%;
	margin: 0 4%;
}
.end_li span img {
	width: 100%;
}
.foot_nav .foot_ul2 li {
	padding: 20px 0;
	width: 180px;
	float: left;
	text-align: center;
}
.foot_ul2 dt {
	line-height: 26px;
	height: 26px;
}
.foot_nav2 {
	padding: 20px 0;
}
.foot_butom {
	background: #333333;
	text-align: center;
	line-height: 30px;
	color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
}
