@charset "utf-8";
* {
	margin: 0;
	padding: 0
}
blockquote, body, dd, div, dl, dt, fieldset, font, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
	padding: 0;
	margin: 0 auto;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif
}
fieldset, img {
	border: 0;
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-size: 100%
}
dd, dl, dt, li, ol, ul {
	list-style: none
}
button, checkbox, form, input, radio, select, textarea {
	vertical-align: top
}
a {
	color: #000;
	text-decoration: none
}
a:link, a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
@media screen and (min-width:320px) {
html {
font-size:.625rem
}
}
@media screen and (min-width:400px) {
html {
font-size:.75rem
}
}
@media screen and (min-width:480px) {
html {
font-size:.875rem
}
}
@media screen and (min-width:560px) {
html {
	font-size: 1rem
}
}
@media screen and (min-width:600px) {
html {
	font-size: 1.125rem
}
}
@media screen and (min-width:640px) {
html {
	font-size: 1.25rem
}
}
html {
	max-width: 100%
}
body {
	font-size: 62.5%;
	margin: 0 auto;
	color: #333;
	max-width: 100%;
	min-width: 320px;
	position: relative;
	height: 100%;
	overflow-x: hidden
}
.img {
	max-width: 100%;
	max-height: 100%
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0
}
a:hover {
	text-decoration: none
}
.header {
	width: 100%;
	height: auto;
	position: fixed;
	z-index: 999999;
	top: 0
}
.header img {
	width: 100%;
	height: auto
}
.header .list_button, .header .tele_button {
	width: 20%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0
}
.header .list_button {
	left: 0
}
@keyframes tada {
0% {
transform:scale(1)
}
2%, 4% {
transform:scale(.9) rotate(-5deg)
}
10%, 14%, 18%, 6% {
transform:scale(1.2) rotate(5deg)
}
12%, 16%, 8% {
transform:scale(1.2) rotate(-5deg)
}
20% {
transform:scale(1) rotate(0)
}
}
@-webkit-keyframes tada {
0% {
-webkit-transform:scale(1)
}
2%, 4% {
-webkit-transform:scale(.9) rotate(-5deg)
}
10%, 14%, 18%, 6% {
-webkit-transform:scale(1.2) rotate(5deg)
}
12%, 16%, 8% {
-webkit-transform:scale(1.2) rotate(-5deg)
}
20% {
-webkit-transform:scale(1) rotate(0)
}
}
@-moz-keyframes tada {
0% {
-moz-transform:scale(1)
}
2%, 4% {
-moz-transform:scale(.9) rotate(-5deg)
}
10%, 14%, 18%, 6% {
-moz-transform:scale(1.2) rotate(5deg)
}
12%, 16%, 8% {
-moz-transform:scale(1.2) rotate(-5deg)
}
20% {
-moz-transform:scale(1) rotate(0)
}
}
.header .tele_button {
	right: 0;
	background-image: url(../images/header_tele.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45%;
	animation: tada 4s infinite linear;
	-webkit-animation: tada 4s infinite linear;
	-moz-animation: tada 4s infinite linear
}
object {
	display: none
}
.main_footer img, .main_header img {
	width: 100%;
	height: auto;
	position: relative
}
.banner {
	width: 100%;
	min-height: 128px;
	margin-top: -1px
}
.banner img {
	width: 100%;
	height: auto
}
.banner #owl-demo .item img {
	display: block;
	width: 100%;
	height: auto
}
.banner .owl-theme .owl-controls {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center
}
.banner .owl-pagination {
	margin: 0 auto
}
.banner .active span {
	background-color: #FFF!important
}
.banner .owl-page span {
	background-color: #AAA!important
}
.nav {
	width: 100%;
	position: relative
}
.nav ul {
	padding: 2%;
	width: 100%;
	overflow: hidden
}
.nav li {
	width: 25%;
	padding: 1%;
	float: left
}
.nav li img {
	width: 100%
}
.nav .nav_01 {
	animation: flipInY 1s 1.5s ease both;
	-webkit-animation: flipInY 1s 1.5s ease both;
	-moz-animation: flipInY 1s 1.5s ease both
}
.nav .nav_02 {
	animation: flipInY 1s 1.6s ease both;
	-webkit-animation: flipInY 1s 1.6s ease both;
	-moz-animation: flipInY 1s 1.6s ease both
}
.nav .nav_03 {
	animation: flipInY 1s 1.7s ease both;
	-webkit-animation: flipInY 1s 1.7s ease both;
	-moz-animation: flipInY 1s 1.7s ease both
}
.nav .nav_04 {
	animation: flipInY 1s 1.8s ease both;
	-webkit-animation: flipInY 1s 1.8s ease both;
	-moz-animation: flipInY 1s 1.8s ease both
}
#animation {
	-webkit-animation: flipInY 1s .2s ease both;
	-moz-animation: flipInY 1s .2s ease both
}
@keyframes flipInY {
0% {
transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
transform:perspective(400px) rotateY(-10deg)
}
70% {
transform:perspective(400px) rotateY(10deg)
}
100% {
transform:perspective(400px) rotateY(0);
opacity:1
}
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateY(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateY(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateY(0);
opacity:1
}
}
@-moz-keyframes flipInY {
0% {
-moz-transform:perspective(400px) rotateY(90deg);
opacity:0
}
40% {
-moz-transform:perspective(400px) rotateY(-10deg)
}
70% {
-moz-transform:perspective(400px) rotateY(10deg)
}
100% {
-moz-transform:perspective(400px) rotateY(0);
opacity:1
}
}
.main_anli {
	width: 100%;
	min-height: 255px;
	margin-top: 20px;
	border-top: 1px solid #350D0B;
	position: relative
}
.main_anli_banner {
	padding: 7% 4% 4%;
}
.main_anli_banner img {
	width: 100%
}
.main_anli_banner .owl-theme .owl-controls {
	position: absolute;
	left: 10px;
	bottom: 5px
}
.main_anli_title {
	width: 32%;
	text-align: center;
	font-size: 16px;
	color: #350D0B;
	background-color: #FFF;
	position: absolute;
	top: -12px;
	left: 46%;
	margin-left: -13%
}
.main_anli_more {
	border: 1px solid #FF5A00;
	width: 50px;
	height: 1.6em;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	border-radius: 1.8em;
	color: #350D0B;
	background-color: #FFF;
	position: absolute;
	top: -12px;
	right: 4%
}
.main_anli_more a {
	color: #FF5A00
}
.main_zhuanjia {
	width: 100%;
	min-height: 320px;
	margin-top: 20px;
	border-top: 1px solid #350D0B;
	position: relative
}
.main_wxrdhti {
	width: 100%;
	min-height: 140px;
	margin-top: 20px;
	border-top: 1px solid #350D0B;
	position: relative
}
.main_tpzzry {
	width: 100%;
	min-height: 180px;
	position: relative
}
.main_tpzzry .imgzzi {
	width: 100%;
	height: 100%;
}
.main_wxrdhti .main_rdhti {
	width: 100%;
	padding: 1% 10% 0px;
	padding-top: 30px;
}
.main_wxrdhti .main_rdhti li {
	width: 100%;
	min-height: 40px;
	padding: 2%;
	line-height: 20px;
	text-align: left;
}
.main_wxrdhti .main_rdhti li a {
	font-size: 14px;
	font-family: "Microsoft YaHei";
	color: #000;
	display: inline-block;
	float: left;
	color: #5d5656;
}
.main_wxrdhti .main_rdhti li span {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #5d5656;
}
.main_zhuanjia_scroll {
	padding: 4%;
	padding-top: 0;
	position: relative;
	width: 100%
}
.main_zhuanjia_scroll .owl-item {
	background-image: url(../images/zhuanjia_bg.jpg);
	background-size: cover
}
.main_zhuanjia_scroll .owl-controls {
	display: none!important
}
.main_zhuanjia_scroll_pic {
	width: 70%;
	margin: 12% auto 10%;
	border-radius: 50%
}
.main_zhuanjia_scroll_pic img {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	position: relative;
	left: 46%;
	margin-left: -27px
}
.main_zhuanjia_scroll p {
	text-align: center;
	font-size: 1.6em;
	color: #E8DDC9;
	padding-bottom: 1em
}
.main_address {
	width: 100%;
	position: relative
}
.main_address_bg img {
	width: 100%
}
.main_address_box {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}
.main_address_tele {
	display: block;
	width: 90%;
	height: 25%
}
.main_address_map {
	display: block;
	width: 25%;
	height: 15%;
	position: absolute;
	top: 77%;
	left: 43%
}
.main_address_about {
	display: block;
	width: 25%;
	height: 15%;
	position: absolute;
	top: 77%;
	left: 71%
}
.main_window {
	width: 100%;
	position: relative
}
.logo_icon {
	padding: 0
}
.logo_icon img {
	width: 100%!important;
	height: 100%!important;
	margin: 0!important;
	border: none!important
}
.main_top_img {
	width: 100%
}
.main_top_img img {
	width: 100%
}
.main_xiangmu {
	background-color: #EEE;
	overflow: hidden
}
.main_search {
	width: 100%;
	position: relative;
	z-index: 999999
}
.main_search img {
	width: 100%;
	height: auto
}
.main_search .input_search {
	position: absolute;
	top: 26%;
	left: 25%;
	width: 60%;
	font-size: 2em;
	line-height: 2em;
	border: none;
	outline: 0;
	background-color: #eee
}
.main_search .input_search_list {
	position: absolute;
	background-color: #FFF;
	width: 100%;
	z-index: 999999;
	border-bottom: 1px solid #CCC
}
.input_search_list li {
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-top: 1px solid #EEE;
	padding: 0 25%;
	z-index: 999999
}
.input_search_list li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px
}
.main_left {
	width: 25%;
	float: left;
	overflow-y: scroll
}
.main_left li {
	text-align: center;
	border-bottom: 2px solid #ddd;
	background-color: #FFF
}
.main_left li a {
	font-size: 2.2em;
	line-height: 3.6em;
	color: #333
}
.main_left li .active {
	color: #F60
}
.main_right {
	width: 75%;
	min-height: 400px;
	background: #EEE;
	position: absolute;
	right: 0;
	top: 0
}
.main_right_big_img {
	width: 100%;
	padding: 4%
}
.main_right_big_img img {
	width: 100%
}
.main_right_content {
	width: 100%;
	padding: 4%;
	padding-top: 0
}
.main_right_content_box {
	width: 100%;
	padding: 2%;
	background-color: #FFF
}
.main_right_content table {
	width: 100%;
	border: 1px solid #CCC;
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #FFF
}
.main_right_content tr {
	width: 100%
}
.main_right_content td {
	width: 33%;
	border: 1px solid #CCC
}
.main_right_content td img {
	width: 65%;
	display: block;
	margin: 0 auto;
	border: 1px solid #CCC;
	margin-top: 10%
}
.main_right_content a {
	display: block;
	width: 100%;
	height: 30%;
	font-size: 1.8em;
	line-height: 200%;
	text-align: center
}
.main_right_content_goback {
	position: relative;
	margin-top: 5px
}
.main_right_content_goback img {
	width: 100%
}
.main_right_content_goback a {
	display: inline-block;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0
}
.main_right_content_goback .goback {
	left: 0
}
.main_right_content_goback .zixun {
	right: 0
}
.main_zhuanjia_list {
	width: 100%;
	padding-bottom: 5%;
	background-color: #FFF
}
.main_zhuanjia_list ul {
	width: 100%;
	padding: 4%;
	padding-bottom: 0;
	background: #FFF;
	overflow: hidden
}
.main_zhuanjia_list li {
	width: 48%;
	float: left;
	position: relative
}
.main_zhuanjia_list li img {
	width: 100%
}
.main_zhuanjia_list .bar {
	width: 4%;
	height: 10px
}
.main_zhuanjia_list .zhuanjia {
	position: absolute;
	top: 20%;
	left: 42%;
	width: 58%;
	text-align: center
}
.main_zhuanjia_list .name {
	font-size: 2.2em;
	line-height: 2.6em
}
.main_zhuanjia_list .name span {
	font-size: .6em
}
.main_zhuanjia_list .dis {
	font-size: 1.2em;
	padding-top: 7%;
	border-top: 1px solid #777
}
.main_anli_header {
	width: 100%;
	overflow: hidden
}
.main_anli_header a {
	display: block;
	width: 33%;
	font-size: 2.4em;
	line-height: 2.8em;
	text-align: center;
	background: #666;
	color: #000;
	float: left
}
.main_anli_header .active {
	width: 34%;
	color: #666;
	background-color: #FFF
}
.main_anli_list li {
	padding: 4% 0;
	overflow: hidden;
	position: relative
}
.main_anli_list li:nth-child(odd) {
	background-color: #FFF
}
.main_anli_list_left {
	width: 20%;
	float: left;
	text-align: center
}
.main_anli_list_left img {
	width: 70%;
	border-radius: 50%
}
.main_anli_list_right {
	width: 80%;
	float: right
}
.main_anli_list_right .username {
	padding-top: 2%;
	font-size: 1.8em;
	padding-bottom: 4px
}
.main_anli_list_right .big_username {
	padding-top: 1px;
	font-size: 2.8em;
	padding-bottom: 2px
}
.main_anli_list_right .title {
	padding-right: 3%;
	font-size: 2.4em
}
.main_anli_list_right .title a {
	color: #333
}
.main_anli_list_right .xiangmu {
	padding-left: 6%;
	background-image: url(../images/icon/xiangmu.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 4%;
	font-size: 2em
}
.main_anli_list_right .xiangmu a {
	line-height: 2em;
	color: #6C7282
}
.main_anli_list_right .xiangmu2 {
	padding-left: 6%;
	background-image: url(../images/icon/xiangmu.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 5%;
	font-size: 2.5em
}
.main_anli_list_right .xiangmu2 a {
	line-height: 2em;
	color: #6C7282
}
.main_anli_list_right .photo {
	margin-top: 2%
}
.main_anli_list_right .photo img {
	width: 30%;
	margin-right: 2%
}
.zhenshigushi_photo {
	width: 100%;
	padding: 3%;
	float: left
}
.zhenshigushi_photo img {
	width: 100%
}
.main_wenzhang {
	width: 100%;
	padding: 3%
}
.main_wenzhang_gonggao {
	width: 100%;
	height: 26px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #FF5A00;
	padding-left: 10%;
	background-image: url(../images/icon/gonggao_icon.jpg);
	background-position: 2% center;
	background-repeat: no-repeat;
	background-size: 6%
}
.main_wenzhang_gonggao a {
	display: block;
	height: 26px;
	color: #FFF;
	font-size: 14px;
	line-height: 28px
}
.main_wenzhang_daohang {
	line-height: 26px;
	font-size: 12px;
	margin-top: 2%
}
.main_wenzhang_title {
	line-height: 28px;
	font-size: 20px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px
}
.main_wenzhang_content {
	padding: 4%;
	margin-top: 2%;
	background: #F1F1F1;
	font-size: 12px!important;
	line-height: 24px;
	border-radius: 6px;
	border: 1px solid #ddd;
	text-align: left
}
.main_wenzhang_content a {
	color: red
}
.main_wenzhang_content img {
	max-width: 100%;
	height: auto!important
}
.main_wenzhang_readmore {
	margin-top: 4%;
	background: #F1F1F1;
	padding: 3% 4%;
	border-radius: 6px;
	border: 1px solid #ddd
}
.main_wenzhang_readmore p {
	font-size: 16px;
	line-height: 30px;
	border-bottom: 1px solid #FFF
}
.main_wenzhang_readmore ul {
	overflow: hidden;
	padding-top: 3%
}
.main_wenzhang_readmore li {
	width: 50%;
	text-align: left;
	float: left
}
.main_wenzhang_readmore li a {
	font-size: 14px;
	line-height: 26px
}
.main_meilixiangce {
	width: 100%;
	padding: 3%;
	background: #FFF
}
.main_meilixiangce_xiangmu ul {
	width: 100%;
	overflow: hidden;
	margin-bottom: 3%
}
.main_meilixiangce_xiangmu li {
	width: 48%;
	float: left;
	text-align: center;
	background-color: #EEE
}
.main_meilixiangce_xiangmu li a {
	font-size: 2em;
	line-height: 3em
}
.main_meilixiangce_xiangmu .active {
	background-color: #2A0606
}
.main_meilixiangce_xiangmu .active a {
	color: #FFF
}
.main_meilixiangce_xiangmu .bar {
	width: 4%;
	height: 5px;
	background-color: #FFF
}
.main_meilixiangce_content {
	width: 100%;
	padding-top: 10px
}
.main_meilixiangce_content ul {
	width: 100%;
	padding: 1%;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
	background-image: url(/templets/xin/images/mlxc/mid_line.png);
	background-repeat: repeat-y;
	background-position: center center
}
.main_meilixiangce_content .mlxc_l, .main_meilixiangce_content .mlxc_r {
	width: 43%;
	padding: 6px;
	box-shadow: 0 0 7px #ccc;
	float: left
}
.main_meilixiangce_content .mlxc_l img, .main_meilixiangce_content .mlxc_r img {
	width: 100%
}
.main_meilixiangce_content .mlxc_m {
	width: 10%;
	margin-left: 2%;
	margin-right: 2%;
	background-color: #FFF;
	margin-top: 37px;
	padding: 2px 0;
	float: left
}
.main_meilixiangce_content .word_2 {
	margin-top: 44px
}
.main_meilixiangce_content .word_4 {
	margin-top: 32px
}
.main_meilixiangce_content .mlxc_m p {
	text-align: center;
	background-color: #FFF;
	font-size: 12px
}
.pinpai_box img {
	width: 100%;
	height: auto
}
.pinpai_box a {
	display: block;
	width: 25%;
	height: 100%;
	position: absolute;
	top: 0
}
.pinpai_box #mlpp {
	left: 75%
}
.pinpai_box #aqzx {
	left: 50%
}
.pinpai_box #zjtd {
	left: 25%
}
.pinpai_box #lxwm {
	left: 0
}
.xm {
	margin-top: 10px;
	margin-bottom: 5px;
	border-top: 1px solid #953634;
	padding-top: 2px
}
.xmtitle {
	display: inline-block;
	padding: 0 30px 0 7px;
	background: url(/templets/xin/images/articel_title_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 24px
}
.xmtitle p {
	display: inline-block;
	color: #FFF
}
.footer {
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	background-color: #6a2721;
	z-index: 99999;
	display:none;
}
.footer img {
	width: 100%;
	height: auto
}
.footer ul {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0
}
.footer ul li {
	width: 20%;
	height: 100%;
	float: left
}
.footer ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/footer_icon.png);
	background-repeat: no-repeat;
	background-size: 500%
}
@keyframes pulse {
0% {
transform:scale(1)
}
50% {
transform:scale(1.2)
}
100% {
transform:scale(1)
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1)
}
50% {
-webkit-transform:scale(1.2)
}
100% {
-webkit-transform:scale(1)
}
}
@-moz-keyframes pulse {
0% {
-moz-transform:scale(1)
}
50% {
-moz-transform:scale(1.2)
}
100% {
-moz-transform:scale(1)
}
}
.footer .home {
	background-position: 0 50%;
	animation: pulse 1s 2.2s ease both;
	-webkit-animation: pulse 1s 2.2s ease both;
	-moz-animation: pulse 1s 2.2s ease both
}
.footer .anli {
	background-position: 95% 50%;
	animation: pulse 1s 2.6s ease both;
	-webkit-animation: pulse 1s 2.6s ease both;
	-moz-animation: pulse 1s 2.6s ease both
}
.footer .tele {
	background-position: 48% 50%;
	animation: pulse 1s 3.2s ease both;
	-webkit-animation: pulse 1s 3.2s ease both;
	-moz-animation: pulse 1s 3.2s ease both
}
.footer .youhui {
	background-position: 72% 50%;
	animation: pulse 1s 3.8s ease both;
	-webkit-animation: pulse 1s 3.8s ease both;
	-moz-animation: pulse 1s 3.8s ease both
}
.footer .zixun {
	background-position: 25% 50%;
	animation: pulse 1s 4.4s ease both;
	-webkit-animation: pulse 1s 4.4s infinite linear;
	-moz-animation: pulse 1s 4.4s infinite linear
}
.guanlian {
	margin-top: 30px;
	background: #F1F1F1;
	padding: 3% 4%;
	border-radius: 6px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.guanlian li {
	width: 48%;
	margin: 3px 1%;
	list-style-type: none;
	float: left;
}
.guanlian li a {
	display: inline-block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #B17D4B;
	color: #FFF;
	border-radius: 4px;
}
.main_yyhjg {
	width: 100%;
	min-height: 275px;
	margin-top: 20px;
	border-top: 1px solid #350D0B;
	position: relative
}
.main_yyhjg_title {
	width: 32%;
	text-align: center;
	font-size: 16px;
	color: #350D0B;
	background-color: #FFF;
	position: absolute;
	top: -12px;
	left: 46%;
	margin-left: -13%
}
.main_yyhjg_banner {
	padding: 7% 4% 4%;
}
.main_yyhjg_banner img {
	width: 100%;
	border: 2px solid #360f0b;
}
.main_yyhjg_banner .owl-theme .owl-controls {
	position: absolute;
	left: 10px;
	bottom: 5px
}
