body {
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	display: none;
}
#return-top {
	position: fixed;
	bottom: 10%;
	display: block;
	right: 50px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #A43A22;
	text-align: center;
	z-index: 9999;
	display: none;
}
.swiper-wrapper{
	transition-timing-function:linear!important;
}
.more {
	position: absolute;
	bottom: 0;
	right: 0;
	/* transform: translate(0, -50%); */
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	width: 98px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	/* background: url(../images/shantou/more.png) no-repeat center right; */
	/* padding-right: 20px; */
}
.more:hover,.more2:hover{
	color: #FFFFFF;
}
.more2{
	position: absolute;
	bottom: 10px;
	right: 0;
	/* transform: translate(0, -50%); */
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	width: 78px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}
.more3{
	width: 167px;
	height: 35px;
	position: absolute;
	top: 60%;
	right: 0;
	transform: translate(0, -50%);
	color: #121212;
	font-size: 16px;
	line-height: 18px;
	background: url(../images/shantou/more3.png) no-repeat center center;
	text-align: center;
	text-align: center;
    line-height: 30px;
    text-indent: -1em;
}
.one {
	margin: 0 auto;
	margin-top: 54px;
}

.two {
	margin: 0 auto;
	margin-top: 20px;
}

.three {
	margin: 0 auto;
	margin-top: 28px;
}

.four {
	margin: 0 auto;
	margin-top: 28px;
}

.five {
	margin: 0 auto;
	margin-top: 30px;
}

.six {
	margin: 0 auto;
	margin-top: 30px;
}


/*--------------------------头部---------------------------------*/

#header {
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	height: 146px;
	background: url(../images/shantou/header.png) no-repeat top center;
}

.header_content {
	width: 1200px;
	margin: 0 auto;
}

.header_t {
	height: 68px;
}

.header_t_c {
	margin-top: 23px;
}

.vr>a {
	font-size: 16px;
	color: #A43A22;
	margin-right: 29px;
	line-height: 30px;
	font-weight: bold;
}

.search {
	width: 270px;
	height: 30px;
	border: 1px solid #303030;
	border-radius: 15px;
}

.search>input {
	outline: none;
	border: 0;
	line-height: 30px;
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 36px;
	color: #353535;
	font-size: 14px;
}

.sousuo {
	margin-top: 5px;
	margin-right: 22px;
	cursor: pointer;
}


/* 设置placeholder颜色 */

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #353535;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #353535;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #353535;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #353535;
}

.header_b {
	height: 78px;
}
/*------------导航-----------------*/
.nav{
	margin-left: 36px;
}
.nav>li{
	position: relative;
	padding-bottom: 10px;
}
.nav>li>a{
	position: relative;
	display: inline-block;
	padding: 14px 25px;
	color: #353535;
	font-size: 17px;
	text-align: center;
}
.nav>li>a>span{
	display: block;
	text-align: center;
	line-height: 20px;
}
.nav>li>a>.border{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	width: 1px;
	height: 24px;
	background: #626262;
}
.nav .subnav{
	position: absolute;
	top:78px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	background: rgba(0,0,0,.6);
	width: 140px;
	z-index: 9;
	height: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	overflow: hidden;
}
.nav .subnav>li>a{
	display:block;
	color: #FFFFFF;
	font-size: 16px;
	line-height:30px;
	text-align: center;
	/*padding-left: 1em;*/
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	border-left: 2px solid transparent;
}
.nav .subnav>li:hover>a{
	border-left: 2px solid #D0451A;
	/*text-indent: 0.5em;*/
	color: #D0451A;
}
.nav>li>a.active{
	/*background: url(../images/shantou/active.png) no-repeat center center;*/
	background-size: 100%;
	color: #A33921;
}
.nav>li:first-child a{
	font-weight: bold;
}
/*--------未登录------------*/

.no_login {
	margin-right: 29px;
}

.no_login>a {
	font-size: 16px;
	color: #000000;
}
.has_login{
	position: relative;
	text-align: right;
	height: 45px;
	cursor: pointer;
	margin-right: 29px;
	margin-top: -4px;
}
.out{
	position: absolute;
	top:45px;
	left:50%;
	transform: translate(-50%,0);
	width: 120px;
	height: 0;
	background: #FFFFFF;
	overflow: hidden;
	box-shadow: 0px 10px 20px -7px #535f6f;
	z-index: 99;
	text-align: center;
	line-height: 35px;
	transition: height 0.4s;
}
.out>li{
	border-bottom: 1px solid #c6c6c6;
	color: #000000;
	font-size: 16px;
}
.out>li>a{
	color: #000000;
	font-size: 16px;
}
.out>li:first-child{
	margin-top: 10px;
}
.out>li:last-child{
	border-bottom: 0;
}
.has_login:hover .out{
	height: 117px;
}
/*---------------------------main---------------------------------*/

#main {
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	padding-bottom: 83px;
	/* background: url(../images/shantou/bg.png) no-repeat center 500px; */
}

.main_content {
	width: 100%;
}

.banner_body {
	height: 500px;
	/*box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.15);*/
}

.banner {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.banner .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 6px;
}

.banner .swiper-pagination-bullets {
	bottom: 38px;
}

.banner .swiper-pagination-bullet {
	background: #434343;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #EB6100;
}



/*------------------list-----------------------*/
.news_title{
	font-size: 26px;
	color: #000000;
	padding-left: 80px;
	line-height: 76px;
}
.one_content {
	width: 1200px;
	margin: 0 auto;
}

.news_list {
	width: 800px;
}

.news_title {
	width: 815px;
	height: 76px;
	background: url(../images/shantou/one.png) no-repeat left center;
}

.list_content {
	/*width: ;*/
}

.news_list .list_content {
	margin-top: 26px;
	padding-left: 33px;
	overflow: hidden;
}

.news_list img {
	width: 272px;
	height: 182px;
	margin-right: 20px;
}

.news_list .info {
	width: 462px;
}

.news_list h3 {
	margin-top: 6px;
	font-size: 20px;
	color: #1C1C1C;
	font-weight: bold;
}

.news_list p {
	font-size: 16px;
	color: #3A3A3A;
	line-height: 26px;
	margin-top: 20px;
}

.one_b {
	margin-top: 21px;
}

.info_list {
	position: relative;
	/* border-bottom: 1px solid #BFBFBF; */
	padding-bottom: 16px;
	background: url(../images/shantou/more.png) no-repeat left bottom;
	background-size: 100%;
}

.info_tab li {
	width: 154px;
	height: 51px;
	margin-right: 10px;
	background: url(../images/shantou/list_bg2.png) no-repeat center center;
	font-size: 18px;
	color: #1E1E1E;
	text-align: center;
	line-height: 51px;
	cursor: pointer;
}

.info_tab li.newactive {
	color: #FFFFFF;
	background: url(../images/shantou/list_bg.png) no-repeat center center;
}

.newsinfo>li {
	margin-top: 23px;
}

.newsinfo>li .cir {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #1B1B1B;
	border-radius: 50%;
	margin-right: 18px;
	margin-top: 5px;
}

.newsinfo>li div {
	font-size: 18px;
	line-height: 18px;
	color: #4A4A4A;
	width: 650px;
}

.newsinfo>li .time {
	color: #4A4A4A;
	font-size: 16px;
	line-height: 18px;
}


/*场馆预约*/

.activity {
	width: 400px;
}

.activity_title {
	width: 100%;
	height: 72px;
	background: url(../images/shantou/activity.png) no-repeat 56px center;
	margin-top: 34px;
	display: none;
}

.activity_list {
	position: relative;
	width: 312px;
	height: 453px;
	/* background: url(../images/shantou/activity_bg.gif) no-repeat center center; */
	margin-top: 90px;
	margin-left: 88px;
}
.activity_list .title {
	position: absolute;
	top: 98px;
	right: 126px;
	color: #121212;
	font-size: 34px;
	writing-mode: tb-rl;
	font-family: "黑体";
}
.activity_list a{
	display: block;
	width: 100%;
	height: 100%;
}
.activity_list img{
	width: 100%;
	height: 100%;
	/* position: absolute;
    top: -14px;
    left: 0;
    width: 200px;
    transform: rotateY(180deg); */
}
.activity_list .a {
	display: block;
	position: absolute;
	top: 148px;
	right: 83px;
	padding: 9px 6px;
	background: #B6281E;
	font-size: 14px;
	color: #F9F7F7;
	writing-mode: tb-rl;
}


/*老妈宫戏台*/

.two_content {
	width: 1200px;
	margin: 0 auto;
}

.two_title {
	position: relative;
	height: 75px;
	/* height: 138px; */
	background: url(../images/shantou/laomagong.png) no-repeat left center;
}
/* .two_title .more2{
	bottom: 14px;
} */
.mum_list {
	margin: 0 auto;
	margin-top: 33px;
}

.mum_list li {
	margin-top: 33px;
}

.mum_list li:nth-child(odd) {
	float: left;
}

.mum_list li:nth-child(even) {
	float: right;
}

.mum_list li:nth-child(1),
.mum_list li:nth-child(2) {
	margin-top: 0;
}

.mum_list .thumb {
	width: 228px;
	height: 152px;
}

.mum_list .thumb img {
	width: 100%;
	height: 100%;
}

.mum_list .infContent {
	border: 1px solid #BFBFBF;
	border-left: 0;
	padding-left: 20px;
	overflow: hidden;
	width: 331px;
	height: 150px;
	overflow: hidden;
	transition: all 0.4s;
}

.mum_list .infContent h3 {
	color: #555555;
	font-size: 18px;
	margin-top: 24px;
	width: 322px;
	font-weight: bold;
}
.mum_list .infContent div{
	font-size: 14px;
	color: #6F6F6F;
	line-height: 20px;
	text-align: left;
	margin-top: 17px;
	text-indent: 0;
	width: 310px;
}
.mum_list .infContent p {
	font-size: 14px;
	color: #999999;
	margin-top: 18px;
}

.mum_list li:hover .infContent {
	background: #C35F53;
}

.mum_list li:hover .infContent h3,
.mum_list li:hover .infContent div,
.mum_list li:hover .infContent p {
	color: #FFFFFF;
}

.mum_list li:hover .infContent a {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}


/*非遗*/

.three_content {
	width: 1200px;
	margin: 0 auto;
}

.three_title {
	position: relative;
	height: 75px;
	background: url(../images/shantou/feiyi.png) no-repeat left center;
}
.three_title .more2{
	bottom: 11px;
}
.intangible {
	height: 292px;
	background: url(../images/shantou/fei_bg.png) no-repeat center center;
	margin-top: 33px;
}

.intangible_content {
	width: 1078px;
	padding:36px 0;
	margin: 0 auto;
}

.intangible_content .swiper-container {
	width: 100%;
}

.intangible_content .swiper-slide>a>div {
	padding: 6px;
	width: 226px;
	height: 154px;
	background: #FFFFFF;
	overflow: hidden;
}

.intangible_content .swiper-slide>a>div>div {
	width: 226px;
	height: 154px;
	overflow: hidden;
}

.intangible_content .swiper-slide>a>div img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}

.intangible_content .swiper-slide>a>h3 {
	margin-top: 11px;
	background: #FFFFFF;
	font-size: 18px;
	color: #0E0E0E;
	text-align: center;
	padding: 12px;
	width: 214px;
}

.intangible_content .swiper-slide:hover a>div img {
	transform: scale(1.2);
}


/*馆办读物*/

.four_content {
	width: 1200px;
	margin: 0 auto;
}

.four_title {
	position: relative;
	height: 74px;
	background: url(../images/shantou/read.png) no-repeat left center;
}

.read {
	margin-top: 33px;
}

.read_content {
	width: 1180px;
	height: 270px;
	margin: 0 auto;
	padding: 10px;
	background: #FFFFFF;
}

.read_content .swiper-container {
	width: 100%;
	height: 100%;
}

.read_content .swiper-slide {
	width: 287.5px;
	overflow: hidden;
}

.read_content .swiper-slide img {
	width: 196px;
	height: 266px;
	border: 2px solid rgba(164,58,34,.5);
}


/*线上非遗*/

.five_content {
	width: 1200px;
	margin: 0 auto;
}

.five_title {
	width: 270px;
	height: 345px;
	overflow: hidden;
}
.five_title img{
	width: 245px;
	height: 307px;
	display: block;
	transition: all 0.4s;
	margin: 0 auto;
	margin-top: 20px;
}
.five_title:hover img{
	transform: scale(1.1);
}
.online {
	width: 872px;
	margin-top: 52px;
	position: relative;
}

.online .swiper-container {
	height: 275px;
}

.online .div_20HoNc {
	width: 277px;
	/*height: 310px;*/
	height: 245px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
	-ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
	transform: rotate(0deg) scale(1) translate(0%, 0%);
	transition: all 0.4s ease;
	margin: 0 auto;
}

.online .div_VCkz0c {
	/*height: 239px;*/
	height: 156px;
	width: 100%;
	position: relative;
}

.online .imageblock_6yXZ0s {
	width: 100%;
	height: 100%;
	margin: auto auto 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	position: absolute;
	display: inline-block;
	transform: rotate(0deg) scale(1) translate(0%, 0%);
	transition: All 0.5s ease;
	-ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
	-o-transform: rotate(0deg) scale(1) translate(0%, 0%);
	-moz-transform: rotate(0deg) scale(1) translate(0%, 0%);
	-webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
	-ms-transition: All 0.4s ease;
	-o-transition: All 0.4s ease;
	-moz-transition: All 0.4s ease;
	-webkit-transition: All 0.4s ease;
	background-size:100% auto!important;
}

.online .div_nKlajF {
	width: 100%;
	height: 100%;
	border-radius: 4px 4px 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #C6775D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: rotate(0deg) scale(1) translate(0%, -100%);
	-ms-transform: rotate(0deg) scale(1) translate(0%, -100%);
	transform: rotate(0deg) scale(1) translate(0%, -100%);
	transition: all 0.4s ease;
}

.online .paragraph_K1qmP7 {
	font-size: 14px;
	color: rgb(255, 255, 255);
	line-height: 21px;
	padding-left: 15px;
	padding-right: 15px;
	height: 80px;
	margin-top: 20px;
}

.online .div_GZ4bj2 {
	height: auto;
	width: 209px;
	border-left: 1px solid rgba(204, 204, 204, 0.4);
	border-bottom: 1px solid rgba(204, 204, 204, 0.4);
	border-right: 1px solid rgba(204, 204, 204, 0.4);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 10px;
	padding-left: 33px;
	padding-right: 33px;
	line-height: 24px;
}

.online .paragraph_R9A25u {
	/*margin-top: 17px;*/
	margin-bottom: 16px;
	font-size: 16px;
	color: #333333;
	width: 100%;
	text-align: center;
}

.online .paragraph_hkarIR {
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	width: 100%;
	height: 18px;
	text-align: center;
}

.online .c-div {
	min-height: 59px;
}

.online .div_20HoNc:hover .imageblock_6yXZ0s {
	border-radius: 50%;
	width: 76px;
	height: 76px;
	margin: auto auto 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: -36px;
	position: absolute;
	display: inline-block;
	padding-bottom: 0px;
	z-index: 3;
	-webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
	-ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
	transform: rotate(0deg) scale(1) translate(0%, 0%);
	transition: All 0.4s ease;
	background-size: auto 100%!important;
}

.online .div_20HoNc:hover .div_nKlajF {
	-webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
	-ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
	transform: rotate(0deg) scale(1) translate(0%, 0%);
	transition: All 0.4s ease;
}

.online .div_20HoNc:hover .paragraph_R9A25u {
	transition: All 0.4s ease;
}

.online .div_20HoNc:hover {
	height: 275px;
}

.online .div_20HoNc:hover a {
	height: 275px !important;
}

.online .yuyueBtn {
	display: block;
	width: 66px;
	height: 25px;
	background: rgba(255, 255, 255, 1);
	font-size: 14px;
	color: #C0625D;
	line-height: 25px;
	text-align: center;
	margin: 18px auto 0 auto;
}


/*总分馆*/

.six_content {
	width: 1200px;
	margin: 0 auto;
}

.six_title {
	position: relative;
	height: 75px;
	background: url(../images/shantou/total.png) no-repeat left center;
}
/* .six_title .more2{
	top: 50%;
} */
.total {
	padding: 0 10px;
	margin-top: 33px;
}

.total>li {
	position: relative;
	width: 280px;
	height: 240px;
	margin-right: 20px;
	overflow: hidden;
}

.total>li:last-child {
	margin-right: 0;
}

.total>li .content {
	width: 100%;
	height: 100%;
}

.total_info {
	position: absolute;
	left: 0;
	top: 240px;
	width: 240px;
	height: 200px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.3);
	overflow: hidden;
	transition: all 0.4s;
}

.total_info>h3 {
	margin-top: 36px;
	color: #FEFEFE;
	font-size: 18px;
	text-align: center;
}

.total_info>p {
	color: #FEFEFE;
	font-size: 12px;
	line-height: 28px;
	margin-top: 30px;
}

.total>li:hover .content {
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}

.total>li:hover .total_info {
	top: 0;
}
/*footer*/
/* #footer{
	min-width: 1200px;
	max-width: 1920px;
	height: 424px;
	margin: 0 auto;
	background: #4C2223;
}
.footer_content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.footer_t{
	margin-top: 38px;
	padding-bottom: 16px;
}
.footer_t>.link{
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 7px;
	letter-spacing: 2px;
	margin-left: 53px;
}
.footer_m{
	padding-bottom: 16px;
	position: relative;
}
.footer_m table{
	overflow: hidden;
	margin-top: 35px;
	width: 1200px;
}
.footer_m table th{
	font-size: 16px;
	color: #E8E6E6;
	text-align: left;
}
.footer_m table td{
	font-size: 12px;
	color: #E5E3E3;
	line-height: 20px;
}
.footer_m table td>div{
	margin-top: 23px;
	height: 60px;
}
.footer_m .open_time{
	width: 111px;
}
.footer_m ul{
	margin-top: -60px;
	position: absolute;
	right: 0;
}
.footer_m img{
	width: 106px;
	display: block;
	margin: 0 auto;
}
.footer_m ul div{
	width: 90px;
	line-height: 20px;
	font-size: 12px;
	color: #D0D0D0;
	margin-top: 37px;
	text-align: center;
	margin-right: 20px;
}
.footer_m li{
	margin-top: 18px;
}
.footer_m li:first-child{
	margin-top: 0;
}
.footer_b{
	overflow: hidden;
}
.footer_b>div{
	margin-top: 30px;
	margin-right: 30px;
	color: #E8E7E7;
	font-size: 12px;
	display: inline-block;
}
.footer_b>div>a{
	color: #E8E7E7;
	font-size: 12px;
} */
#footer{
	min-width: 1200px;
	max-width: 1920px;
	height:600px;
	/* height: 729px; */
	margin: 0 auto;
	background: #4C2223;
}
.footer_content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.footer_t{
	margin-top: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,.5);
}
.footer_m{
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.5);
}
.footer_m table{
	overflow: hidden;
	margin-top: 10px;
	width: 1200px;
}
.footer_m table th img{
	display: block;
	margin: 0 auto;
	width: 50px;
}
.footer_m table td>div:first-child{
	margin-top: 22px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
.footer_m table td>div:last-child{
	font-size: 12px;
	color: rgba(255,255,255,.8);
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	height: 60px;
}
.footer_m table td>div:last-child a{
	color: rgba(255,255,255,.8);
}
.footer_m .open_time{
	width: 200px;
	margin: 0 auto;
	margin-top: 20px;
}
.footer_b{
	overflow: hidden;
	color: #FFFFFF;
}
.footer_b>div{
	margin-top: 21px;
	margin-right: 20px;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 12px;
	display: inline-block;
	line-height: 20px;
}
.footer_b>div:first-child{
	margin-left: 0;
}
.footer_b>div>a{
	color: #FFFFFF;
	font-size: 12px;
}
.code{
	margin: 0 auto;
	margin-top: 16px;
	width: 600px;
}
.code>li{
	width: 260px;
	height: 110px;
	margin:0 20px;
	background: #5C2D2E;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
	color: #FFFFFF;
	overflow: hidden;
}
.code img{
	width: 80px;
	margin: 15px 10px 0 30px;
}
.code div{
	color: #FFFFFF;
	font-size: 16px;
	width: 96px;
	margin-top: 28px;
	line-height: 27px;
}
.friend{
	margin-top: 10px;
}
.friend li a{
	font-size: 14px;
	color: #ffffff;
	padding: 0 8px;
}
.friend li:nth-child(1){
	font-size: 16px;
	color: #ffffff;
}
