@charset "utf-8";
/*
*CSS Document
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,select {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
}

body {
	font-family: "Microsoft Yahei";
}

img,a {
	border: 0;
	text-decoration: none;
}

ul, ol {
    list-style: none;
}
.clear {
	clear: both;
}

a {
	color: #333;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a:hover {
	color: #871517;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}
.cat-item-none {
    display: none;
}
/*
 * Header
 */
.t-bg {
	background: url(/wp-content/themes/fangshan/assets/images/t-bg.png) no-repeat top center;
	background-size: cover;
}

.t-bg img {
	padding: 10px 0;
}

@media screen and (max-width:992px) {
	.t-bg {
		display: none;
	}
}

.m-logo {
	display: none;
}

@media screen and (max-width:992px) {
	.m-logo {
		display: inline-block;
		padding: 5px 0;
	}
}

/*
 * Nav
 */
.nav-toggle {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 2.2rem;
	cursor: pointer;
	float: right;
	display: none;
}

.nav-toggle .nav-close {
	display: none;
}

.nav-toggle .nav-open {
	display: block;
}

.nav-toggle.nav-toggle-s .nav-close {
	display: block;
}

.nav-toggle.nav-toggle-s .nav-open {
	display: none;
}

.nav {
	background-size: cover;
	background: url(/wp-content/themes/fangshan/assets/images/nav.jpg) repeat top center;
	padding: 2px 0;
}

.nav > ul > li {
	float: left;
	width: 16.66%;
	height: 40px;
	position: relative;
	border-right: 1px solid #5A0607;
	border-bottom: 1px solid #5A0607;
}

.nav > ul > li:nth-child(1),.nav > ul > li:nth-child(7) {
	border-left: 1px solid #222;
}

.nav > ul > li a {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
	color: #e5bf63;
	text-align: center;
}

.nav > ul > li:hover {
	background: url(/wp-content/themes/fangshan/assets/images/menu.png) no-repeat top center;
}

.nav > ul > li ul li:hover {
	background: url(/wp-content/themes/fangshan/assets/images/menu.png) no-repeat top center;
}

.nav > ul > li.current-menu-item {
	background: url(/wp-content/themes/fangshan/assets/images/menu.png) no-repeat top center;
	color: #E5BF63;
}

.nav > ul > li.current-menu-item a {
    color: #fff;
}

.nav .sub-menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 39px;
	background: url(/wp-content/themes/fangshan/assets/images/nav.jpg) repeat top center;
	z-index: 9999;
	display: none;
}

.nav .sub-menu li {
	padding: 5px;
}
.nav .sub-menu a {
	float: none;
	display: block;
	height: 35px;
	line-height: 35px;
	color: #B88E39;
	border-bottom: #5A0607 1px solid;
	font-size: 1.4rem;
}

.nav .sub-menu a:hover {
	color: #fff;
}

.nav > ul > li:hover .sub-menu {
	display: block;
}

@media screen and (max-width:1200px) {
	.nav {
		height: 64px;
	}

	.nav > ul > li {
		height: 31px;
	}

	.nav > ul > li a {
		height: 31px;
		line-height: 31px;
	}

	.nav > ul > li:hover {
		background: url(/wp-content/themes/fangshan/assets/images/menu-s.png) no-repeat top center;
	}

	.nav > ul > li.current-menu-item {
		background: url(/wp-content/themes/fangshan/assets/images/menu-s.png) no-repeat top center;
		color: #E5BF63;
	}
}


@media screen and (max-width:992px) {
	.menu {
		background-color: #EEE2CC;
	}

	.nav-toggle {
		display: inline-block;
	}

	.nav {
		height: auto;
		display: none;
	}

	.nav > ul > li,.nav > ul > li a {
		width: 100%;
		text-align: left;
		display: block;
		float: none;
		font-size: 1.4rem;
	}

	.nav > ul > li {
		border-bottom: #5A0607 1px solid;
		height: auto;
		border-left: 1px solid #5A0607;
		border-right: 1px solid #5A0607;
	}

	.nav > ul > li:nth-child(1),.nav > ul > li:nth-child(7) {
		border-left: 1px solid #5A0607;
	}

	.nav > ul > li a {
		height: 34px;
		line-height: 34px;
		text-align: center;
	}

	.nav > ul > li .sub-menu {
		position: static;
		display: block;
		border: 0;
		padding-left: 10px;
	}

	.nav > ul > li .sub-menu a {
		font-size: 1.2rem;
		color: #fff;
		border: 0;
	}

	.nav > ul > li a.current-menu-item {
		text-align: center;
	}
}

/*
 * Index News
 */
.index-news {
	background: url(/wp-content/themes/fangshan/assets/images/news-bg.png) no-repeat top center;
	background-size: cover;
}


.new-border {
	background-color: #fff;
	margin-top: 40px;
}


.new-top {
	background: url(/wp-content/themes/fangshan/assets/images/border-top.png) no-repeat top center;
	background-size: cover;
	height: 160px;
}

.news-center {
	margin-left: 0px;
    margin-right: 0px;
    border-left: 2px solid #BEA972;
    border-right: 2px solid #BEA972;
    margin-top: -80px;
}

.new-bottom {
	background: url(/wp-content/themes/fangshan/assets/images/border-bottom.png) no-repeat top center;
	background-size: cover;
	height: 100px;
}

.t-news {
	margin-bottom: 40px;
}

.news-center .slide .carousel-indicators {
	bottom: 50px;
}

.news-center .slide p {
	font-size: 1.6rem;
	padding: 10px 5px;
	color: #871517;
	font-weight: bolder;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list li {
	padding: 10px 0px;
}

.news-list li a {
	font-size: 1.6rem;
	width: 85%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-list li span {
	float: right;
}


.news-ml {
	margin-left: 15px;
}
.news-mr {
	margin-right: 15px;
}
@media screen and (max-width:1200px) {
	.new-top {
		background: url(/wp-content/themes/fangshan/assets/images/border-top-1200.png) no-repeat top center;
		background-size: cover;
		height: 130px;
	}

	.new-bottom {
		background: url(/wp-content/themes/fangshan/assets/images/border-bottom-1200.png) no-repeat top center;
		background-size: cover;
		height: 79px;
	}

	.news-list li span {
		display: none;
	}


}

@media screen and (max-width:992px) {
	.new-top {
		background: url(/wp-content/themes/fangshan/assets/images/border-top-920.png) no-repeat top center;
		background-size: cover;
		height: 125px;
	}

	.new-bottom {
		background: url(/wp-content/themes/fangshan/assets/images/border-bottom-920.png) no-repeat top center;
		background-size: cover;
		height: 75px;
	}

	.news-center {
		text-align: center;
		margin-top: -60px;
	}
}

@media screen and (max-width:768px) {
	.new-top {
		background: url(/wp-content/themes/fangshan/assets/images/border-top-768.png) no-repeat top center;
		background-size: 100%;
	}

	.new-bottom {
		background: url(/wp-content/themes/fangshan/assets/images/border-bottom-768.png) no-repeat top center;
		background-size: 100%;
	}

}

/*
 * Index Doctor
 */
.index-doctor {
	height: 650px;
	background: url(/wp-content/themes/fangshan/assets/images/doctor-bg.jpg) no-repeat top center;
	background-size: 100% 650px;
}

.t-doctor {
	padding-top: 40px
}

.scroll-outer {
	height: 421px;
}

#scroll {
	width: 1170px;
	margin: 0 auto;
	padding-top: 60px;
}

#scroll .owl-wrapper-outer {
	margin: 0 auto;
}

#scroll .item {
	position: relative;
	width: 200px;
	height: 345px;
	margin: 0 auto;
	overflow: hidden;
}

.img-border {
	background-image: url(/wp-content/themes/fangshan/assets/images/ysbo.png);
	background-size: cover;
    height: 250px;
    position: relative;
    width: 200px;
}

.img-border img {
  display: block;
  position: absolute;
  z-index: -1;
}

#scroll .txt {
	position: absolute;
	left: 0;
	width: 200px;
	height: 90px;
	padding: 0 12px;
	color: #888;
	background-color: #fff;
	text-align: center;
}

#scroll h3 {
	width: 175px;
	margin-bottom: 6px;
	padding-top: 6px;
	overflow: hidden;
	font: 700 18px/25px arial,"Microsoft Yahei";
}

#scroll h3 a {
	color: #871517;
	text-decoration: none;
}

#scroll h3 a:hover {
	color: #871517;
}

#scroll p {
	width: 175px;
	line-height: 18px;
	font-size: 13px;
	color: #222;
}

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 175px;
	width: 50px;
	height: 80px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	overflow: hidden;
	_display: none;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -55px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -55px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
	content: url(/wp-content/themes/fangshan/assets/images/mfrl.png)
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
	content: url(/wp-content/themes/fangshan/assets/images/mfrr.png);
}

@media screen and (max-width:1200px) {
	.index-doctor {
		background: url(/wp-content/themes/fangshan/assets/images/doctor-bg.jpg) no-repeat top center;
		background-size: cover;
	}
}

@media screen and (max-width:992px) {
	#scroll {
		padding-top: 30px;
	}
	.index-doctor {
		background: url(/wp-content/themes/fangshan/assets/images/doctor-bg.jpg) no-repeat top center;
		background-size: 100% 460px;
		height: 460px;
	}
}

/*
 * 	Core Owl Carousel CSS File
 */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px,0px,0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grabbing {
	cursor: url(/wp-content/themes/fangshan/grabbing.png) 8 8,move;
}

.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

@media screen and (max-width:1200px) {
	#scroll {
		width: 100%;
	}
	.owl-next, .owl-prev {
		display: none;
	}
}


/*
 * Friend Link
*/
.flink {
	padding-top: 60px;
}

.i_service {
	margin: 0px auto;
}

.i_service li {
	width: 220px;
	float: left;
	margin: 0 3px;
}

.i_service li .tu {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.i_service li .tu img {
	width: 200px;
	height: 48px;
	vertical-align: top;
}

.i_service li:hover .tu img {
	transition: all ease-in-out .4s;
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

@media screen and (max-width:496px) {
	.flink {
		display: none;
	}
}

/*
 * Footer
*/
.footer {
	background: url(/wp-content/themes/fangshan/assets/images/footer.png) no-repeat top center;
	background-size: cover;
}

.f-logo {
	margin-top: 150px;
}

.f-ewm {
	margin-top: 100px;
}

.f-con {
	margin-top: 140px;
}

.f-con p {
	padding-bottom: 10px;
}

.f-con p span {
	font-size: 20px;
	font-weight: bold;
}

.site-info {
	margin: 15px auto 0;
	max-width: 500px;
	font-size: 13px;
}


.f-email a {
	background: url(/wp-content/themes/fangshan/assets/images/femail.png) no-repeat bottom right;
	height: 48px;
	position: relative;
    top: 11em;
    display: block;
}

.f-email a:hover {
    background: url(/wp-content/themes/fangshan/assets/images/femail-hover.png) no-repeat bottom right;
}
.gicp {
    display: inline-block;
    /*margin-left: 0.5rem;*/
}

@media screen and (max-width:1200px) {

	.f-email a {
        top: 0em;
    }
}


@media screen and (max-width:992px) {

	.f-logo {
		margin-top: 50px;
	}

	.f-ewm, .f-con{
		display: none;
	}
}

/*
 * News List
*/
.img-pos {
    margin-left: 8%;
}
.cat-list {
	padding-top: 10px;
	min-height: 500px;
}

.breadcrumbs {
	border-bottom: 2px dotted #F1E8D3;
	padding: 10px 0;
}

.cat-title {
	float: left;
	width: 30%;
}

.cat-title img {
	padding-bottom: 5px;
}

.cat-title span {
	color: #871517;
	padding-left: 5px;
	font: 700 18px/25px arial,"Microsoft Yahei";
}

.cat-name {
}

.cat-name li  {
	background: url(/wp-content/themes/fangshan/assets/images/sidebar3.png) no-repeat 50%;
	padding: 24px 80px 12px;
	font: 600 17px/25px arial,"Microsoft Yahei";
	color: #C89362;
	text-align: center;
}

.cat-name li.current-menu-item  {
	background: url(/wp-content/themes/fangshan/assets/images/sidebar2.png) no-repeat 50%;

}

.cat-name li a  {
	color: #fff;
}
.cat-name li.current-menu-item a {
    color: #C89362;
}
.breadcrumb-list {
	float: right;
	color: #871517;
	font-weight: 600;
}

.breadcrumb-list a {
	color: #871517;
}

/*
 * Pre Next
*/
.navigation {
	line-height: 18px;
	overflow: hidden;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
.nav-previous a:hover, .nav-next a:hover{
	color: #ff9600;
}

.turn-page {
	line-height:200%;
	clear:both;
}
.turn-page .screen-reader-text {
	display: none;
}
.turn-page span, .nav-links a {
	height:24px;
	width:24px;
	text-align:center;
	line-height:24px;
	display:inline-block;
	margin:0 4px;
	position:relative;
	border-radius: 2px;
}
.turn-page span{
	background: #871517;
	color: #fff;
	cursor: pointer;
}
.nav-links a{
	background:#f5f7f6;
}
.nav-links a:hover {
	background:#e9edeb;
}

/*
 * News Content
 */

.news-content h1 {
	color: #871517;
	font: 700 18px/25px arial,"Microsoft Yahei";
	padding-top: 15px;
}

.time, .views {
	font-size: 12px;
	color: #A2A2A2;
	padding-right: 20px;
}

.news-content p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
}

.news-content ul, .news-content ol {
    list-style: disc;
}

.zhuan {
	font-size: 12px;
	color: #A2A2A2;
	margin-top: 20px;
	padding-bottom: 20px;
}


/*
 * Share
 */

.bdsharebuttonbox a {
	width: 40px!important;
	height: 40px!important;
	margin: 0 auto 10px!important;
	float: none!important;
	padding: 0!important;
	display: block;
}

.bdsharebuttonbox a img {
	width: 40px;
	height: 40px;
}

.bdsharebuttonbox .bds_tsina {
	background: url(/wp-content/themes/fangshan/assets/images/gbRes_6.jpg) no-repeat center center/40px 40px !important;
}

.bdsharebuttonbox .bds_qzone {
	background: url(/wp-content/themes/fangshan/assets/images/gbRes_4.jpg) no-repeat center center/40px 40px !important;
}

.bdsharebuttonbox .bds_weixin {
	background: url(/wp-content/themes/fangshan/assets/images/gbRes_2.jpg) no-repeat center center/40px 40px !important;
}

.bdsharebuttonbox .bds_sqq {
	background: url(/wp-content/themes/fangshan/assets/images/gbRes_3.jpg) no-repeat center center/40px 40px !important;
}

.bd_weixin_popup .bd_weixin_popup_foot {
	position: relative;
	top: -12px;
}

.mKeBanner, .mKeBanner div {
	text-align: center;
}
/*弹出层 CSS*/
.gb_resLay {
	background: #FFFFFF;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.gb_res_t {
	line-height: 58px;
	height: 58px;
	position: relative;
	font-size: 18px;
	text-align: center;
}

.gb_res_t i {
	background: #FFEC94;
	height: 1px;
	overflow: hidden;
	left: 32px;
	top: 30px;
	right: 32px;
	position: absolute;
}

.gb_res_t span {
	background: #FFF;
	display: inline-block;
	padding: 0px 6px;
	position: relative;
	z-index: 2;
}

.gb_resItms {
	margin: 0px 4%;
}

.gb_resItms li {
	text-align: center;
	padding-bottom: 10px;
}

.gb_resA img {
	height: auto;
	width: 60px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
	.kePublic {
		display: none;
	}
}


/* expert */
.expert {
	margin-top: 30px;
}

.plan-box {
	padding: 20px 0 55px;
    margin-bottom: 20px;
    box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
    background: #F9F5EE;
    transition: 0.4s;
    height: 265px;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.g-title span {
	color: #F97200;
}

/*.plan-box:hover {
	box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
}*/

.plan-box .icon {
	float: left;
	margin-left: 20px;
	background-image: url(/wp-content/themes/fangshan/assets/images/ysboo.png);
    background-size: cover;
    height: 224px;
    position: relative;
    width: 160px;
}

.plan-box .icon img {
	display: block;
    position: absolute;
    z-index: -1;
}

.plan-box .icon i {
	color: #444;
	font-size: 64px;
	transition: 0.5s;
	line-height: 0;
	margin-top: 34px;
}

.plan-box .icon i:before {
	background: linear-gradient(45deg, #EB9D70 0%, #F97200 100%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.plan-box h3 {
	margin-left: 200px;
	margin-bottom: 10px;
	color: #871517;
	margin-top: 10px;
	font: 700 16px/25px arial,"Microsoft Yahei";
}

.plan-box p {
	font-size: 14px;
	margin-left: 200px;
	margin-bottom: 0;
	line-height: 24px;
	color: #9F9F9E;
}

.plan-box p .more {
	text-decoration: underline;
	color: #871517;
	font-weight: 600;
}

@media screen and (max-width:992px) {
	.img-pos, .cat-name{
		display: none;
	}
}

.wp-block-media-text {
	background-color: #F9F5EE;
}

.wp-block-media-text__media {
	padding: 15px 20px;
}

.wp-block-media-text__content p {
	margin-top: 10px;
}

.cer-img {
    float: left;
    margin-right: 20px;
    height: 100px;
}


.news-content table {
    border: 1px solid #ccc;
    width: 100%;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

.news-content table tr:nth-child(even){
    background-color:#f8f8f8;
}
.news-content table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
.news-content table th, .news-content table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
.news-content table th{
    font-size: 16px;
}
.alignleft {
   display:inline;
   float:left;
   margin-right:1.625em;
}

.alignright {
   display:inline;
   float:right;
   margin-left:1.625em;
}

.aligncenter {
   clear:both;
   display:block;
   margin-left:auto;
   margin-right:auto;
}
video {
    width: 538px;
}
<!--0.0001978874206543-->