/*公共样式*/
* {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: "微软雅黑", Arial;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: #5f6061;
	text-decoration: none;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear, .case-read-img p {
	zoom: 1;
}

li {
	list-style: none;
}

.clear:after, .case-read-img p:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
	background-color: #e2e2e2
}

::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: rgba(0, 0, 0, .3)
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: rgba(0, 0, 0, .35)
}

::-webkit-scrollbar-thumb:vertical:active {
	background-color: rgba(0, 0, 0, .38)
}
/*公共*/
.pagination {
    width: 100%;
    height: 50px;
    line-height:50px;
    margin-top: 50px;
    text-align:center;
}
.pagination span,.pagination a{
	font-size: 14px;
    padding: 5px 10px;
    margin:0px 10px;
    border-radius: 5px;
}
.pagination .disabled{
	font-size: 14px;
}
.pagination .active{
	font-size: 14px;
    background: #546375;
    color: #fff;
}

.header_bg {
	width: 100%;
	height: 80px;
	background: #415266;
	opacity: 0.9;
	position: fixed;
	top: 0px;
	z-index: 9999;
}

.header {
	width: 1400px;
	height: 80px;
	margin: 0px auto;
}

a.logo_a {
	height: 80px;
	    padding-top: 5px;
}

a.logo_a img {
	height: 68px;
	/*width: 163px;*/
}

.menu {
	width: 700px;
	height: 80px;
}

.menu_a {
	height: 80px;
	width: 16%;
	position: relative;
}


.menu_a a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	width: 100%;
	color: #fff;
	text-align: center;
}

.menu_on_a a{
	color:#14efe4
}

.menu_a a:hover{
	color:#14efe4
}

.menu_two {
	width: 100%;
	position: absolute;
	top: 81px;
	display: none;
	    box-shadow: 1px 3px 10px #A0A0A0;
}

a.menu_two_a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	width: 100%;
	color: #fff;
	text-align: center;
	margin-bottom: 1px;
	background: #415266;
	opacity: 0.9;
}
/*首页*/
.banner {
	width: 100%;
	/*height: 950px;*/
	position: relative;
	padding-bottom: 190px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

#swiper-pagination {
	bottom: 170px;
	width: 635px;
}

#swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: none;
	border: 2px solid #fff;
	opacity: 1;
}

#swiper-pagination .swiper-pagination-bullet-active {
	background: #fff !important;
}

.entry_bg {
	width: 100%;
	position: absolute;
	bottom: 20px;
	z-index: 999;
	overflow: hidden;
}
.entry {
	width: 1400px;
	margin: 0px auto;
	overflow: hidden;
}

.entry_menu_box{
	width: 16.6%;
	float:left;
	padding:25px;
}

.entry_menu_box span {
	display: block;
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

a.entry_menu {
	width: 100%;
	height: 180px;
	display: block;
	border-radius: 5px;
	text-align: center;
}

a.entry_menu img {
	width: 100%;
}

a.entry_menu1 {
	background: #7cc4e6;
}


a.entry_menu img:hover{
	animation: entry_transform 2s both;
	-webkit-animation: entry_transform 2s both; /*Safari and Chrome*/
}

@keyframes entry_transform {
	from { 
		transform:rotate(0deg);
		-ms-transform:rotate(0deg); 	/* IE 9 */
		-moz-transform:rotate(0deg); 	/* Firefox */
		-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
		-o-transform:rotate(0deg); 	/* Opera */
	}
	to {
		transform:rotate(360deg);
		-ms-transform:rotate(360deg); 	/* IE 9 */
		-moz-transform:rotate(360deg); 	/* Firefox */
		-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
		-o-transform:rotate(360deg); 	/* Opera */
	}
}

a.entry_menu2 {
	background: #626bcd;
}

a.entry_menu3 {
	background: #26a7ac;
}

a.entry_menu4 {
	background: #0080c4;
}

a.entry_menu5 {
	background: #1e2f86;
}

a.entry_menu6 {
	background: #5776a9;
}

a.entry_menu_txt {
	display: block;
	text-align: center;
	font-size: 14px;
	width: 200px;
	line-height: 50px;
}

.news_bg {
	clear: both;
	background: #e4e4e4;
	width: 100%;
	padding: 50px 0px;
}

.news {
	width: 1400px;
	margin: 0px auto;
}

.news_title {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: url(../images/news_title_bg.jpg) center no-repeat;
}

span.news_title_txt {
	font-size: 30px;
	color: #465399;
	font-weight: 600;
	float: left;
}

.news_li_box {
	width: 100%;
}

img.news_li_box_left {
	width: 700px;
	float: left;
	height: 480px;
}

.news_li_box_right {
	width: 700px;
	background: #43558b;
	float: right;
	height: 480px;
	padding: 20px 30px 30px;
}

a.news_title_more {
	float: right;
	font-size: 12px;
	color: #8d8071;
	display: block;
	border: 1px solid #8d8071;
	width: 70px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	border-radius: 15px;
	margin-top:30px;
	background: #e4e4e4;
}
a.news_title_more:hover{
	color: #e4e4e4;
	background: #8d8071;
}

a.news_li {
	display: block;
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #fff;
	padding-top: 10px;
	padding-left: 40px;
	background: url(../images/list_ico.png) 0px 25px no-repeat;
	background-size: 25px;
	position: relative;
}

span.news_li_top {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #fff;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}

span.news_li_bottom {
	display: block;
	width: 70%;
	font-size: 12px;
	color: #b4bbd1;
	line-height: 14px;
	height: 14px;
	overflow: hidden;
}

span.news_li_time {
	position: absolute;
	right: 0px;
	bottom: 10px;
	color: #b4bbd1;
}

.case {
	width: 1400px;
	margin: 0px auto;
	padding: 50px 0px;
}

.case_title {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: url(../images/case_title_bg.jpg) center no-repeat;
}

span.case_title_txt {
	font-size: 30px;
	color: #465399;
	font-weight: 600;
	float: left;
}

a.case_title_more {
	float: right;
	font-size: 12px;
	color: #8d8071;
	display: block;
	border: 1px solid #8d8071;
	width: 70px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	border-radius: 15px;
	margin-top:30px;
	background: #fff;
}
a.case_title_more:hover{
	color: #fff;
	background: #8d8071;
}

.case_li_box {
	width: 100%;
}

.case_li_div {
	width: 33.33%;
	float: left;
	overflow: hidden;
	height: 320px;
	padding:10px;
}

a.case_li {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 300px;
	position: relative;
	border-radius: 10px;
}

img.case_li_img {
	width: 100%;
	height: 300px;
	border-radius: 5px;
}

.case_li_img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

span.case_li_txt {
	z-index: 8888;
	width: 100%;
	margin: 0px auto;
	opacity: 0.7;
	display: block;
	height: 40px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	background: #333;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
}

/*内页公用*/
.within {
	width: 1400px;
	margin: 0px auto;
}

.within_title {
	width: 100%;
	height: 100px;
	padding-top: 30px;
	border-bottom: 2px solid #8d8071;
}

.within_title_big {
	    font-size: 40px;
    color: #465399;
    font-weight: 600;
    margin-right: 20px;
    /*letter-spacing: 10px;*/
}

span.within_title_small {
	font-size: 24px;
    font-weight: 500;
    color: #8a8076;
    /*letter-spacing: 2px;*/
}

.within_content {
	width: 1400px;
	padding:30px 0px 50px;
}

.within_content_left {
	width: 255px;
}

.within_content_right {
	width: 1000px;
	padding-bottom: 50px;
	line-height:30px;
	color:#8d8071 !important;
}

.within_banner {
	width: 100%;
	margin-bottom: 20px;
}

/*关于我们*/
a.within_about_menu {
	display: block;
    width: 100%;
    border-bottom: 1px solid #8a8076;
    text-align: center;
    padding-top: 30px;
    height: 80px;
    padding-left: 25px;
}

a.within_about_menu img {
	height:40px;
    float: left;
}
a.within_about_menu span{
	    color: #8d8071;
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
    height: 50px;
    float: left;
    line-height: 35px;
    padding-left: 8px;
    /*letter-spacing: 10px;*/
}

.within_about_video {
	width: 100%;
}

.within_about_video img {
	width: 100%;
}

p.within_about_title {
	width: 230px;
    text-align: center;
    height: 50px;
    /* padding-top: 30px; */
    margin: 25px auto;
}

.within_about_txt {
    color: #5D5D5D !important;
        line-height: 35px;
}

p.within_about_title img {
	width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
}

p.within_about_title span {
        color: #8d8071;
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
    height: 50px;
    float: left;
    line-height: 35px;
    padding-left: 8px;
}

.within_about_txt img {
	max-width: 100%;
}

p.within_content_right_content_title {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	    padding: 40px 0px;
	    color:#8d8071;
}
/*服务领域*/
.field_box {
	width: 1200px;
	margin: 0px auto;
}

.field_box_li {
	width: 33.33%;
	float: left;
	text-align: center;
	/*margin-bottom: 20px;*/
	padding: 10px 60px;
}

.field_box_li .entry_menu {
	width: 100%;
	height: 280px;
	display: block;
	border-radius: 30px;
	margin: 10px;
	text-align: center;
	margin: 0px auto;
	padding-top:30px;
}

.field_box_li .entry_menu img{
	width:80%;
}

.field_box_li .entry_menu1 {
	background: #7cc4e6;
}

.field_box_li .entry_menu2 {
	background: #626bcd;
}

.field_box_li .entry_menu3 {
	background: #26a7ac;
}

.field_box_li .entry_menu4 {
	background: #0080c4;
}

.field_box_li .entry_menu5 {
	background: #1e2f86;
}


.field_box_li .entry_menu6 {
	background: #5776a9;
}


.field_box_li .entry_menu_txt {
	display: block;
	text-align: center;
	font-size: 16px;
	width: 280px;
	line-height: 50px;
	margin: 0px auto;
}
/*服务领域内页*/
a.within_field_menu {
	display: block;
	width: 100%;
	border-radius: 10px;
	margin: 15px 0px;
	background: #818181;
	padding-left:10px;
	height:70px;
}


a.within_field_menu span {
	display: block;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    height: 70px;
    line-height: 70px;
    float: left;
}

a.within_field_menu img{
	height: 70px;
    float: left;
}

.within_field_menu1:hover  {
	background: #7dc3e5;
}
.within_field_menu1_on {
	background: #7dc3e5 !important;
}

.within_field_menu2:hover  {
	background: #626bcd;
}
.within_field_menu2_on  {
	background: #626bcd !important;
}


.within_field_menu3:hover  {
	background: #26a7ac;
}
.within_field_menu3_on  {
	background: #26a7ac !important;
}

.within_field_menu4:hover  {
	background: #0080c4;
}
.within_field_menu4_on  {
	background: #0080c4 !important;
}

.within_field_menu5:hover  {
	background: #1e2f86;
}
.within_field_menu5_on  {
	background: #1e2f86 !important;
}

.within_field_menu6:hover  {
	background: #5776a9;
}
.within_field_menu6_on  {
	background: #5776a9 !important;
}

.within_content_right_field_title {
	width: 100%;
	height: 100px;
}

.within_content_right_field_title img {
	height: 100px;
}

p.within_content_right_field_title_small {
    font-size: 30px;
    color: #616daa;
    line-height: 50px;
    padding-left: 15px;
    margin-top:10px;
}

a.within_content_right_field_li {
	display: block;
	width: 100%;
	line-height: 55px;
	font-size: 16px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

a.within_content_right_field_li span {
	background: url(../images/ico.png) no-repeat;
	background-size: 100%;
	background-position: 0px 10px;
	padding: 20px 15px 15px;
	margin-right: 15px;
	color: #fff;
	font-size: 14px;
}
/*党建工作*/
a.within_party_menu {
	display: block;
	width: 100%;
	border-bottom: 1px solid #8a8076;
	padding-top: 15px;
	text-align: left;
	margin: 5px 0px;
	padding: 15px 20px;
}

a.within_party_menu img {
	width: 35px;
}

a.within_party_menu span {
	font-size: 20px;
	font-weight: 700;
}
/*联系我们*/
.within_map {
	width: 100%;
	margin: 50px 0px;
	background: #f4f5f7;
	padding: 15px;
}

.within_map_left {
	width: 930px;
	float: left;
}

.within_map_left img {
	width: 100%;
}

.within_map_right {
	    width: 440px;
    float: left;
    padding-left: 65px;
}

p.contact_img {
        padding-top: 30px;
    padding-left: 25px;
    padding-bottom: 10px;
}

img.contact_logo {
	width: 205px;
}

p.contact_p {
	    font-size: 15px;
    line-height: 30px;
    color: #8a8076;
    padding-left: 25px;
}

.contact_qrcode_box {
    width: 300px;
    height: 200px;
}

.contact_qrcode {
	width: 50%;
	float: left;
	padding: 15px;
	text-align: center;
}

.contact_qrcode img {
	width: 100%;
}

.contact_qrcode span {
	line-height: 40px;
	font-size: 16px;
}

#wrap{
	width:930px;
	height:400px;
}
.my-map { margin: 0 auto; width: 600px; height: 600px; }
.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
/*加入华夏*/
a.within_join_menu {
	display: block;
	width: 100%;
	border-bottom: 1px solid #8a8076;
	padding-top: 15px;
	text-align: left;
	margin: 5px 0px;
	padding: 15px 20px;
}

a.within_join_menu img {
	width: 35px;
}

a.within_join_menu span {
	font-size: 20px;
	font-weight: 700;
}

.within_join_li {
	width: 100%;
	margin-bottom: 30px;
}

p.within_join_cate {
	width: 100%;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}

p.within_join_cate a{
	width: 100%;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    color: #333;
}

p.within_join_name {
	width: 100%;
	font-size: 16px;
	line-height: 40px;
}

.within_join_info {
	width: 100%;
}

.within_join_info_left {
	width: 80px;
	float: left;
	font-size: 16px;
	line-height: 40px;
}

.within_join_info_right {
	width: 500px;
	float: left;
	line-height: 40px;
}

p.within_join_info_right_li {
	width: 100%;
	line-height: 30px;
	padding-left: 30px;
	font-size: 14px;
}

span.join_ico {
	background: #52576b;
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	margin-right: 10px;
}
/*公用底部*/
.footer_bg {
	width: 100%;
	background: #52586b;
}

.footer_box {
	width: 1400px;
	margin: 0px auto;
	padding: 35px 0px;
}

.footer_menu_big {
	width: 1400px;
	border-top: 1px solid #8d8d8e;
	padding: 15px 0px;
	height: 50px;
}

a.footer_menu_big_a {
	display: block;
	float: left;
	width: 245px;
	text-align: center;
	color: #babcc4;
	font-size: 16px;
}

a.footer_menu_big_a_first {
	width: 170px;
	text-align: left;
}

a.footer_menu_big_a_last {
	width: 170px;
	text-align: right;
}

.footer_menu_big span {
	display: block;
	float: left;
	width: 1%;
	text-align: center;
	color: #babcc4;
}

.footer_menu_small {
	width: 1400px;
	padding: 15px 0px;
	height: 50px;
}

a.footer_menu_small_a {
	display: block;
	float: left;
	width: 260px;
	text-align: center;
	color: #babcc4;
	font-size: 14px;
}

a.footer_menu_small_a_first {
	width: 150px;
	text-align: left;
}

a.footer_menu_small_a_last {
	width: 150px;
	text-align: right;
}

.footer_menu_small span {
	display: block;
	float: left;
	width: 12px;
	text-align: center;
	color: #babcc4;
}

.links {
	width: 100%;
	padding-top: 50px;
}

.links_left {
	width: 500px;
}

p.links_title {
	width: 100%;
	line-height: 30px;
	font-size: 12px;
	color: #babcc4;
}

p.links_txt {
	width: 100%;
	line-height: 30px;
	font-size: 12px;
	color: #babcc4;
}

p.links_txt a {
	color: #babcc4;
}

.links_right {
	width: 270px;
	height: 90px;
	padding-top: 50px;
}

.links_right .links_right_wx,.links_right_qq,.links_right_phone {
	padding: 0px 30px;
	float:right;
	position: relative;
}

.links_right .links_right_wx img {
	width: 30px;
	cursor: pointer;
}

.links_right .links_right_qq img {
	width: 25px;
	cursor: pointer;
}

.links_right .links_right_phone img {
	width: 26px;
	cursor: pointer;
}

.links_right_wx .links_right_hidden {
        position: absolute;
    bottom: 40px;
        left: -10px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display:none;
}
.links_right_wx .links_right_hidden img{
	width:100px !important;
	height:100px !important;
}
.links_right_qq .links_right_hidden {
        position: absolute;
    bottom: 44px;
        left: -10px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display:none;
}
.links_right_qq .links_right_hidden img{
	width:100% !important;
}
.links_right_phone .links_right_hidden {
        position: absolute;
    bottom: 41px;
    left: -10px;
    width: 220px;
    height: 45px;
    line-height:45px;
    background: #fff;
    border-radius: 5px;
    display:none;
    text-align:center;
}
.links_right_phone .links_right_hidden span{
	font-size: 22px;
    font-weight: 600;
    padding: 0px 10px;
}
.links_right_caret {
    position: absolute;
    bottom: -8px;
    left:45px;
    z-index: 100;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 0 dotted;
    transform: rotate(180deg);
    overflow: hidden;
}


/*悬浮*/
.xuanfu_box {
	position: fixed;
	top: 300px;
	right: 5px;
	z-index: 9999;
}
/*动画*/
@keyframes xf_move_phone {
	from { 
		width:80px;
	}
	to {
		width: 250px;
	}
}
@keyframes xf_move_weixin {
	from { 
		width:80px;
	}
	to {
		width: 160px;
	}
}
@keyframes xf_move_qq {
	from { 
		width:80px;
	}
	to {
		width: 160px;
	}
}
/*电话*/
.xuanfu_box_phone {
	width: 80px;
	height: 80px;
	background: #203086;
	margin-bottom: 5px;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	float: right;
    overflow: hidden;	
}

.xuanfu_box_phone:hover {
	animation: xf_move_phone 0.5s both;
	-webkit-animation: xf_move_phone 0.5s both; /*Safari and Chrome*/
}

.xuanfu_box_phone_left {
	width: 80px;
	height: 80px;
	float: left;
	text-align: center;
	padding-top: 10px;
}

.xuanfu_box_phone_left p {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.xuanfu_box_phone_left img {
	width: 40px;
}

.xuanfu_box_phone_right {
	width: 170px;
	height: 80px;
	float: right;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 80px;
	/*display: none;*/
}
/*微信*/
.xuanfu_box_weixin {
	width: 80px;
	height: 80px;
	background: #203086;
	margin-bottom: 5px;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	float: right;
    overflow: hidden;	
}

.xuanfu_box_weixin:hover {
	animation: xf_move_weixin 0.5s both;
	-webkit-animation: xf_move_weixin 0.5s both; /*Safari and Chrome*/
}

.xuanfu_box_weixin_left {
	width: 80px;
	height: 80px;
	float: left;
	text-align: center;
	padding-top: 10px;
}

.xuanfu_box_weixin_left p {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.xuanfu_box_weixin_left img {
	width: 40px;
}

.xuanfu_box_weixin_right {
	width: 80px;
	height: 80px;
	float: right;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	/*display: none;*/
}

.xuanfu_box_weixin_right img {
	width: 70px;
}
/*qq*/
.xuanfu_box_qq {
	width: 80px;
	height: 80px;
	background: #203086;
	margin-bottom: 5px;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	float: right;
	overflow: hidden;
}

.xuanfu_box_qq:hover {
	animation: xf_move_qq 0.5s both;
	-webkit-animation: xf_move_qq 0.5s both; /*Safari and Chrome*/
}

.xuanfu_box_qq_left {
	width: 80px;
	height: 80px;
	float: left;
	text-align: center;
	padding-top: 10px;
}

.xuanfu_box_qq_left p {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.xuanfu_box_qq_left img {
	width: 40px;
}

.xuanfu_box_qq_right {
	width: 80px;
	height: 80px;
	float: right;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	/*display: none;*/
}

.xuanfu_box_qq_right img {
	width: 70px;
}
/*top*/
.xuanfu_box_top {
	height: 40px;
	padding-top: 10px;
	background: #203086;
	width: 80px;
	text-align: center;
	margin-bottom: 5px;
	cursor: pointer;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	float: right;
}

.xuanfu_box_top img {
	width: 40px;
}





.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/left.png) !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/right.png) !important;
}



ul.pagination li {
    display: inline-block;
}