﻿#plugin-contact-ring {
	position: fixed;
	left: 10px;
	bottom: 10px;
	opacity: .8;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	z-index: 100
}
#plugin-contact-ring.open {
	opacity: 1
}
#ring-list .item, #ring-toggle-button {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .8);
	left: 0;
	bottom: 0
}
#ring-toggle-button {
	z-index: 10
}
#ring-toggle-button:after, #ring-toggle-button:before {
	content: ' ';
	position: absolute;
	left: 50%;
	top: 50%;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 2px;
	-webkit-transition: -webkit-transform .8s cubic-bezier(.18, .89, .32, 1.28), opacity .2s linear;
	transition: transform .8s cubic-bezier(.18, .89, .32, 1.28), opacity .2s linear
}
#ring-toggle-button:before {
	width: 50%;
	height: 4px
}
#ring-toggle-button:after {
	height: 50%;
	width: 4px
}
#plugin-contact-ring.open #ring-toggle-button:after, #plugin-contact-ring.open #ring-toggle-button:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg)
}
#ring-list {
	position: relative
}
#plugin-contact-ring.open #ring-list.r3 {
	width: 150px;
	height: 150px;
}
#plugin-contact-ring.open #ring-list.r4 {
	width: 175px;
	height: 175px
}
#plugin-contact-ring.open #ring-list.r5 {
	width: 200px;
	height: 200px
}
#ring-list .item {
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(.18, .89, .32, 1.28), opacity .2s linear;
	transition: transform .6s cubic-bezier(.18, .89, .32, 1.28), opacity .2s linear;
	opacity: 0
}
#plugin-contact-ring.open #ring-list .item, #plugin-contact-ring2 #ring-list li {
	opacity: 1
}
#ring-list .item:nth-child(1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}
#ring-list .item:nth-child(2) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}
#ring-list .item:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}
#ring-list .item:nth-child(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s
}
#ring-list .item:nth-child(5) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}
#ring-list.r3 .item:nth-child(n+4), #ring-list.r4 .item:nth-child(n+5), #ring-list.r5 .item:nth-child(n+6) {
	display: none
}
#plugin-contact-ring.open #ring-list.r3 .item:nth-child(1) {
	-webkit-transform: translate(0, -100px);
	transform: translate(0, -100px)
}
#plugin-contact-ring.open #ring-list.r3 .item:nth-child(2) {
	-webkit-transform: translate(70.71px, -70.71px);
	transform: translate(70.71px, -70.71px)
}
#plugin-contact-ring.open #ring-list.r3 .item:nth-child(3) {
	-webkit-transform: translate(100px, 0);
	transform: translate(100px, 0)
}
#plugin-contact-ring.open #ring-list.r4 .item:nth-child(1) {
	-webkit-transform: translate(0, -125px);
	transform: translate(0, -125px)
}
#plugin-contact-ring.open #ring-list.r4 .item:nth-child(2) {
	-webkit-transform: translate(62.5px, -108.25px);
	transform: translate(62.5px, -108.25px)
}
#plugin-contact-ring.open #ring-list.r4 .item:nth-child(3) {
	-webkit-transform: translate(108.25px, -62.5px);
	transform: translate(108.25px, -62.5px)
}
#plugin-contact-ring.open #ring-list.r4 .item:nth-child(4) {
	-webkit-transform: translate(125px, 0);
	transform: translate(125px, 0)
}
#plugin-contact-ring.open #ring-list.r5 .item:nth-child(1) {
	-webkit-transform: translate(0, -150px);
	transform: translate(0, -150px)
}
#plugin-contact-ring.open #ring-list.r5 .item:nth-child(2) {
	-webkit-transform: translate(57.4px, -138.58px);
	transform: translate(57.4px, -138.58px)
}
#plugin-contact-ring.open #ring-list.r5 .item:nth-child(3) {
	-webkit-transform: translate(106.07px, -106.07px);
	transform: translate(106.07px, -106.07px)
}
#plugin-contact-ring.open #ring-list.r5 .item:nth-child(4) {
	-webkit-transform: translate(138.58px, -57.4px);
	transform: translate(138.58px, -57.4px)
}
#plugin-contact-ring.open #ring-list.r5 .item:nth-child(5) {
	-webkit-transform: translate(150px, 0);
	transform: translate(150px, 0)
}
#ring-list .item .icon {
	display: block;
	width: 25px;
	height: 25px;
	margin: 6px auto 2px;
	background: url(../images/marketing.png) no-repeat;
	-webkit-background-size: auto 25px;
	background-size: auto 25px
}
#ring-list .item-phone .icon {
	background-position: 0 0
}
#ring-list .item-flush .icon {
	background-position: -149px 0
}
#ring-list .item-sms .icon {
	background-position: -25px 0
}
#ring-list .item-map .icon {
	background-position: -50px 0
}
#ring-list .item-weibo .icon {
	background-position: -75px 0
}
#ring-list .item-weixin .icon {
	background-position: -100px 0
}
#ring-list .item-qq .icon {
	background-position: -125px 0
}
#ring-list .item span {
	display: block;
	font-size: 12px !important;
	color: #fff;
	width: 3.7em;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	line-height: 1.5;
	margin-top: 0
	
}


@font-face {
	font-family: icon;
	src: url('iconfont.eot?t=1512533026925'); /* IE9*/
	src: url('iconfont.eot?t=1512533026925#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'),  url('iconfont.ttf?t=1512533026925') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/  url('iconfont.svg?t=1512533026925#iconfont') format('svg'); /* iOS 4.1- */
	font-weight: 400;
	font-style: normal;
}
#plugin-contact-ring2 #ring-toggle-button {
	width: 54px;
	height: 54px;
	background: #fff;
	background: -webkit-linear-gradient(top, #fff, #D9D9D9 100%);
	border-radius: 27px;
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	box-shadow: 0 0 1px 3px rgba(0, 0, 0, .4);
	box-sizing: border-box;
	color: #459df5
}
#plugin-contact-ring2 #ring-toggle-button:after {
	display: block;
	font-family: icon;
	content: "\e62a";
	position: absolute;
	z-index: 1;
	font-size: 28px;
	line-height: 4px;
	text-indent: -12px;
	background: 0 0;
	top: 30px;
	-ms-transform: translate(-2px, 0px);
}
#plugin-contact-ring2 #ring-toggle-button:before {
	display: block;
	content: '首页';
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	line-height: 34px;
	font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
 font-size: .8rem
}
#plugin-contact-ring2 {
	position: fixed;
	bottom: 0;
	height: 50px;
	width: 100%;
	background: #499bf1;
	left: 0
}
#plugin-contact-ring2 li {
	display: block
}
#plugin-contact-ring2 #ring-list {
	position: initial
}
#plugin-contact-ring2 #ring-list li:active {
	background: rgba(0, 0, 0, .3);
	border-radius: initial
}
#plugin-contact-ring2 #ring-toggle-button:after, #plugin-contact-ring2 #ring-toggle-button:before {
	background: 0 0
}
#plugin-contact-ring2 #ring-list .item {
	width: 20.7%;
	background: 0 0;
	display: block;
	float: left;
	position: static;
	position: initial;
}
#plugin-contact-ring2 #ring-list .item a {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0
}
#plugin-contact-ring2 #ring-list .item:nth-of-type(3) {
	margin-left: 17.2%
}
#plugin-contact-ring2 #ring-list .item:nth-of-type(5) {
	display: none
}
#plugin-contact-ring2, #plugin-contact-ring2 #ring-toggle-button {
	color: #499bf1;
	z-index: 3
}
.icon-shouye:before {
	content: "\e600";
}
.icon-shouye-copy:before {
	content: "\e62a";
}
.icon-shouye1:before {
	content: "\e61d";
}

/*
 * footer
 */
.footer {
	text-align: center;
	background: #fff;
	color: #999999;
	font-size: 13px;
	line-height: 30px
}
.footer a {
	color: #999999
}
.footer a:hover {
	text-decoration: underline;
	color: inherit;
}
.footer_detail {
	padding: 2em 0;
	text-align: left;
}
.footer_detail span {
	padding-right: 1em
}
/*导航*/
.footer_nav {
	border-bottom: 1px solid #494848;
	padding: 15px 0
}
.footer_nav a {
	padding: 0 10px;
	position: relative;
	color: #999999
}
.footer_nav a:after {
	display: block;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #545454;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px
}
.footer_nav a:last-child:after {
	display: none;
}
/*友链*/
.footer_link {
	padding: 14px 0;
	background-color: #f5f5f6;
	text-align: left
}
.footer_link a {
	padding: 0 4px;
	color: #000
}
.footer_link a:hover {
}
/**/
.footer_info {
	text-align: center;
}
.footer_info h1 {
	margin-bottom: 0.6em;
}
.footer_info .usinfo .info {
	color: #fff
}
.footer_info .usinfo strong {
	font-size: 20px
}
.footer .form-control {
	border: 1px solid #3e8ed6;
	background-color: #1076d2;
	color: #7bb5e9
}
.footer textarea.form-control {
	height: 110px
}
/*二维码*/
.footer_qf {
	font-size: 12px;
	text-align: center;
}
/*版权*/
.footer_copy {
	text-align: center;
	color: #979595;
	background: #ffffff;
	font-size: 12px;
	padding: 15px 0
}
.footer_copy span {
	padding-right: 10px
}
 

.banner {clear:both;overflow:hidden;background-color:#fff}
.banner-post {padding-top:10px;padding-left:20px}
.banner-related {padding-left:20px}
.banner-navbar,.banner-site {margin-bottom:15px;background:0 0}
.banner-sticky {margin-bottom:1px}
.banner-contenttop {margin-bottom:1px;border-radius:5px 5px 0 0;background-color:#F7F7F7}
.banner img {display:block;width:100%;}


/* 全屏菜单样式 */
/* 全屏菜单样式 */
.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.fullscreen-menu.active {
    display: flex;
    opacity: 1;
}

/* 菜单内容 */
.menu-content {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

.close-btn:hover {
    color: #000;
}

/* 多行多列菜单 */
.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-grid li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.menu-grid li:hover {
    background: #e0e0e0;
}

.menu-grid li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.menu-grid li a img {
    margin-right: 10px;
}