﻿@charset "utf-8";

/* 
    @名称: base
    @功能: 重设浏览器默认样式
*/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html{
    color:#000;background:#fff;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:62.5%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;padding:0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio,canvas,video {
    display:inline-block;*display:inline;*zoom:1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body,button,input,select,textarea{
    font:12px/1.5 tahoma,arial,\5b8b\4f53;
}
/* iphone手机表单默认 */
input.no {-webkit-appearance:none;}

input,select,textarea{
    font-size:100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table{
    border-collapse:collapse;border-spacing:0;
}

/* IE bug fixed: th 不继承 text-align*/
th{
    text-align:inherit;
}

/* 去除默认边框 */
fieldset,img{
    border:0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe{
    display:block;
}

/* 去掉 firefox 下此元素的边框 */
abbr,acronym{
    border:0;font-variant:normal;
}

/* 一致的 del 样式 */
del {
    text-decoration:line-through;
}

address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:500;
}

/* 去掉列表前的标识, li 会继承 */
ol,ul {
    list-style:none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption,th {
    text-align:left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:500;
}

q:before,q:after {
    content:'';
}

/* 统一上标和下标 */
sub, sup {
    font-size:75%;line-height:0;position:relative;vertical-align:baseline;
}
sup {top:-0.5em; }
sub {bottom:-0.25em; }

/* 默认不显示下划线，保持页面简洁 */
a {
    text-decoration:none !important;
    color:#000;
}
a:hover {
    text-decoration:underline;
}

/* 清理内浮动 */
.fl-c:after {
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.fl-c {
    *zoom:1; /* for IE6 IE7 */
}

/* 设置内联, 减少浮动带来的bug */
.fn-left,.fn-right {
    display:inline;
}
.fn-left {
    float:left;
}
.fn-right {
    float:right;
}

/* 默认字体样式 微软雅黑&宋体*/
*,input,button,select,textarea {font-family:\5FAE\8F6F\96C5\9ED1;}

/*商务通*/
@media screen and (max-width:320px){body {font-size:10px!important;}}
@media screen and (min-width:320px){body {font-size:10px!important;}}
@media screen and (min-width:360px){body {font-size:11.248px!important;}}
@media screen and (min-width:400px){body {font-size:12.496px!important;}}
@media screen and (min-width:420px){body {font-size:13.125px!important;}}
@media screen and (min-width:440px){body {font-size:13.744px!important;}}
@media screen and (min-width:460px){body {font-size:14.384px!important;}}
@media screen and (min-width:480px){body {font-size:15.008px!important;}}
@media screen and (min-width:540px){body {font-size:16.88px!important;}}
@media screen and (min-width:560px){body {font-size:17.504px!important;}}
@media screen and (min-width:640px){body {font-size:20px!important;}}
/* 最大宽度应对手机自定义 */
body{
max-width:640px;
margin:0 auto;
}
header,nav,section,footer {margin:0 auto; max-width:640px; background: #f0e8d3;}

.title-h3 {
    text-align: center;
    margin-top: .3rem;
}
.title-h3 img {
    display: inline-block;
    width: .36rem;
    vertical-align: middle;
    margin-left: -.61rem;
    padding-right: .23rem;
}
.title-h3 h3 {
    font-size: .34rem;
    color: #620000;
    font-weight: bold;
}
.title-h3 p {
    font-size: .14rem;
    color: #c59d6a;
}
/* header*/
.logo {
    height: 1.21rem;

}
.logo img {
    display: block;
    width: 6.4rem;
    margin: 0 auto;

}
.banner img {
    display: block;
    width: 100%;
}
.nav-bg {
    background: #ffb11c;
    width: 100%;
}
.nav {
    width: 90%;
    margin: 0 auto;
    height: .78rem;
}
.nav li {
    width: 25%;
    float: left;
    height: .78rem;
    line-height: .78rem;
}
.nav li a {
    font-size: .28rem;
    color: #6b1501;
    text-align: center;
    display: block;
}
.nav li a b {
    display: block;
    width: 1px;
    float: right;
    height: .25rem;
    background: #6b1501;
    margin-top: .29rem;
}

.part-baike {
    padding: 0 .2rem;
    padding-top: .2rem;
    margin-bottom: .3rem;
}
.part-baike-top {
    padding-bottom: .23rem;
}
.part-baike-top img {
    display: block;
    width: 2.93rem;
    float: left;
    padding-right: .1rem;
}
.part-baike-top p {
    font-size: .2rem;
    text-indent: 2em;
    float: left;
    width: 3.1rem;
    line-height: .34rem;
}
.part-baike-bg {
    padding: 0;
    margin: 0 .2rem;
    margin-top: .2rem;
    background: url(../images/title_p-bg.png) no-repeat;
    background-size: 100%;
    margin-bottom: .3rem;
}
.part-text-cont {
    padding-top: .08rem;
    font-size: .22rem;
    text-indent: 2em;
}
.part-text-cont span {
    font-size: .18rem;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    position: relative;
    display: block;
    left: .3rem;
    margin-bottom: .3rem;
}
.part-text-cont h1 {
    text-align: center;
    font-size: .3rem;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    position: relative;
    left: .57rem;
    height: .58rem;
    line-height: .4rem;
}
.part-baike-bottom {
    border: 1px solid #dccda8;
}
.part-baike-bottom li {
    height: .58rem;
    border-bottom: 1px solid #dccda8;
    line-height: .58rem;
}
.part-baike-bottom li i {
    display: block;
    float: left;
    border-left: .11rem solid #c59d6a;
    border-top: .1rem solid rgba(255,255,255,0);
    border-bottom: .1rem solid rgba(255,255,255,0);
    margin: .19rem .1rem 0 .1rem
}
.part-baike-bottom li em {
    display: block;
    float: right;
    color: #dccda8;
    width: .35rem;
    height: .35rem;
    line-height: .35rem;
    text-align: center;
    border: 1px solid #dccda8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: .1rem .1rem 0 0;
}
.part-baike-bottom li:nth-child(6) {
    border-bottom: none;
}
.part-baike-online {
    background: url(../images/img_ad.jpg) no-repeat;
    background-size: 100%;
    height: 1.16rem;
    position: relative;
    margin-top: .2rem;
}
.part-baike-online a {
    display: block;
    width: 1.7rem;
    height: .6rem;
    position: absolute;
    bottom: .28rem;
    right: .3rem;
}
.part-baike-ul {
    background: #F0E8D3;
    margin: 0 .0rem;
    margin-top: .05rem;
	border-bottom: 0.2rem solid #fff;
}
.part-baike-ul li {
    width: 25%;
    float: left;
    padding: .11rem 0;
}
.part-baike-ul img {
    display: block;
    width: .92rem;
    margin: 0 auto;
}
.part-baike-ul p {
    text-align: center;
    font-size: .24rem;
    color: #996633;
    padding-top: .06rem;
}
.part-baike-ul a {
    border-right: 1px dashed #a27343;
    display: block;
}
.part-baike-ul li:nth-child(4) a {
    border-right: none;
}
.part-baike .page {
    padding-top: .23rem;
    text-align: center;
    margin-bottom: .35rem;
}
.part-baike .page a {
    font-size: .14rem;
    border: 1px solid #c59d6a;
    padding: .05rem .08rem;
}
.part-baike .page a:hover {
    background: #c59d6a;
    color: #fff;
}
.part-baike .page .on {
    background: #c59d6a;
    color: #fff;
}
.part-form {
    width: 94%;
    margin: 0 auto;
    border: 1px solid #c59d6a;
    margin-top: .3rem;
    margin-bottom: .35rem;
	background: #FFFFFF;
}
.part-form p {
    font-size: .26rem;
    color: #996633;
    padding-top: .25rem;
    padding-bottom: .05rem;
    font-weight: bold;
    margin-left: .1rem;
}
.part-form p span {
    color: #f00;
}
.part-form input,.part-form select {
    width: 66%;
    border: none;
    height: .55rem;
    background-color: #efe1d0;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    -ms-border-radius: .05rem;
    -o-border-radius: .05rem;
    border-radius: .05rem;
    font-size: .2rem;
    color: #333;
    padding-left: 5%;
    line-height: .55rem;
}
.part-form select {
    width: 71%;
    background: url(../images/ico_3-1.png) no-repeat;
    background-color: #efe1d0;
    background-size: .66rem;
    background-position: right;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;    
}
#date {
    background: url(../images/ico_3-2.png) no-repeat;
    background-color: #efe1d0;
    background-size: .66rem;
    background-position: right;
}
.part-form a,.part-form button {
    display: block;
    width: 2.47rem;
    height: .63rem;
    color: #fff;
    line-height: .63rem;
    text-align: center;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    -ms-border-radius: .05rem;
    -o-border-radius: .05rem;
    border-radius: .05rem;
    font-size: .35rem;
    border: none;
    margin: .45rem 0 .37rem;
}
.part-form a {
    margin-right: .3rem;
}
.part-form button {
    margin-left: 0.3rem;
}
.part-form .sub {
    background: #620000;
    float: left;
}
.part-form .tel {
    background: #996633;
    float: right;
}
.part-form .sub img {
    width: .37rem;
    position: relative;
    top: .07rem;
    left: -.1rem;
}
footer {
    background: #f0e8d3;
	padding-bottom: .9rem;
}
.foot1{overflow: hidden;margin-top: 0.1rem;background: #ffb11c;}
.foot1>ul{    overflow: hidden;
    width: 80%;
    margin: 0 auto;}
.foot1>ul>li{float: left;width: 33.3%;;text-align: center;font-size: 0.28rem;line-height: 0.8rem;}
.foot1>ul>li>a{font-size: .28rem;
    color: #6b1501;
    text-align: center;
    display: block;}
    .foot1 li>a>b{display: block;
    width: 1px;
    float: right;
    height: .25rem;
    background: #6b1501;
    margin-top: .29rem;}
.foot2{width: 100%;background: #f0e8d3;color: #fff;padding: 0.3rem 0;}
.foot2>p{font-size: 0.3rem;
    line-height: 0.4rem;
    text-align: center;
    color: #999;}


.part-two {
    width: 93.75%;
    margin: 0 auto;
}
.part-two .img {
    display: block;
    float: left;
    width: 2.89rem;
}
.part-two-cont {
    float: left;
    border-top: 1px dotted #750301;
    border-bottom: 1px dotted #ffae00;
    width: 3.1rem;
    position: relative;
    min-height: 3.71rem;
}
.part-two-cont h3 {
    text-align: center;
    font-size: .38rem;
    color: #660000;
    font-weight: bold;
    padding-top: .05rem;
}
.part-two-cont h3 i {
    font-size: .22rem;
    font-weight: normal;
    padding-left: .15rem;
}
.part-two-cont span {
    display: block;
    width: 85%;
    height: 1px;
    background: linear-gradient(to right, rgba(102,51,51,0),rgba(102,51,51,1),rgba(102,51,51,0));
    margin: .1rem auto;
    margin-bottom: .12rem;
}
.part-two-cont p {
    font-size: .24rem;
    color: #000;
    line-height: .33rem;
    padding-left: .2rem;
}
.part-two-cont .on {
    line-height: .3rem;
    font-size: .22rem;
    padding-top: .1rem;
}
.part-two-cont .on em {
    color: #620000;
    font-weight: bold;
}
.part-two-cont .on a {
    color: #f00;
}
.part-two-cont b {
    display: block;
    width: .41rem;
    height: .41rem;
    position: absolute;
}
.part-two-cont .top {
    border-top: .05rem solid #750301;
    border-right: .05rem solid #750301;
    top: -.03rem;
    right: 0;
}
.part-two-cont .bottom {
    border-bottom: .05rem solid #750301;
    border-right: .05rem solid #750301;
    bottom: -.03rem;
    right: 0;
}
.part-two-cont .button {
    width: 2.65rem;
    margin: 0 auto;
    margin-top: .25rem;
    margin-bottom: .16rem;
}
.part-two-cont .button a {
    display: block;
    width: 1.26rem;
    height: .45rem;
    line-height: .45rem;
    text-align: center;
    color: #fff;
    font-size: .2rem;
    border-radius: .03rem;
}
.part-two-cont .button .tel {
    float: right;
    background: #620000;
}
.part-two-cont .button .online {
    float: left;
    background: #963;
}
.part-three {
    padding: .2rem .2rem .3rem;
    background: #f0e8d3;
    border-bottom: .06rem solid #c59d6a;
}
.part-three div:nth-child(2),.part-three div:nth-child(4) {
    float: left;
}
.part-three div:nth-child(3),.part-three div:nth-child(5) {
    float: right;
}
.part-three div {
    margin-bottom: .12rem;
    border: 1px solid #c59d6a;
    width: 2.92rem;
    background: #f0e8d3;
}
.part-three p {
    font-size: .22rem;
    padding: .1rem .1rem .15rem .1rem;
    background: #fff;
}
.part-three p a {
    color: #f00;
}
.part-three img {
    display: block;
    width: 100%;
}
.part-three > img {
    padding-bottom: .18rem;
}
.part-four {
    margin-top: .2rem;
    margin-bottom: .3rem;
}
.part-four div {
    width: 6.01rem;
    height: 1.91rem;
    margin: 0 auto;
    margin-bottom: .23rem;
}
.part-four div:nth-child(1) {
    background: url(../images/img_3-1.png) no-repeat;
    background-size: 100%;
}
.part-four div:nth-child(2) {
    background: url(../images/img_3-2.png) no-repeat;
    background-size: 100%;
}
.part-four div:nth-child(3) {
    background: url(../images/img_3-3.png) no-repeat;
    background-size: 100%;
}
.part-four div:nth-child(4) {
    background: url(../images/img_3-4.png) no-repeat;
    background-size: 100%;
}
.part-four h2 {
    font-size: .24rem;
    font-weight: bold;
    margin-left: 2.5rem;
    padding-bottom: .15rem;
    padding-top: .15rem;
}
.part-four p {
    font-size: .22rem;
    width: 3.1rem;
    margin-left: 2.5rem;
}
.part-four p a {
    color: #f00;
}
.part-four div:nth-child(2) p,.part-four div:nth-child(4) p {
    margin-left: .5rem;
}
.part-four div:nth-child(2) h2,.part-four div:nth-child(4) h2 {
    margin-left: .5rem;
}
.part-form .part-form-top img {
    display: block;
    width: 5.08rem;
    margin: 0 auto;
    margin-top: .3rem;
}
.part-form .part-form-top p {
    font-size: .24rem;
    color: #6f6d6d;
    font-weight: normal;
    text-align: center;
}


/*-----brife-----*/
.brife-part-one {
    background: #f0e8d3;
    border-top: .06rem solid #c59d6a;
    
    border-bottom: .06rem solid #c59d6a;
}
.brife-part-one .title img {
    display: block;
    width: 4.27rem;
    margin: 0 auto;
    padding: .35rem 0 .3rem;
}
.brife-part-one .video {
    width: 6rem;
    box-sizing: border-box;
    border: 1px solid #b6b1a4;
    height: 3.39rem;
    margin: 0 auto;
    margin-bottom: .25rem;
}
.brife-part-one .video > div {
    height: 100%;
}
.brife-part-one > img {
    display: block;
    width: 6rem;
    margin: 0 auto;
    margin-bottom: .35rem;
}
.brife-part-one > p {
    font-size: .24rem;
    color: #292929;
    text-indent: 2.5em;
    line-height: .35rem;
    padding: 0 .2rem;
    padding-bottom: .35rem;
}
.brife_but {
    width: 90%;
    margin: 0 auto;
}
.brife_but a {
    display: block;
    width: 2.78rem;
    height: .69rem;
    line-height: .69rem;
    font-size: .26rem;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: .1rem;
    margin-bottom: .15rem;
}
.brife_but .online {
    background: #9f5f00;
    float: left;
    padding-right: .2rem;
    width: 2.58rem;
}
.brife_but .online img {
    width: .28rem;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: .1rem;
    padding-bottom: .05rem;
}
.brife_but .tel {
    float: right;
    height: .69rem;
    background: url(../images/ico_6-2.jpg) no-repeat;
    background-size: 100%;
}
#slide-one {
    background: #f0e8d3;
    border-top: 6px solid #c59d6a;
    border-bottom: 6px solid #c59d6a;
    padding-bottom: .25rem;
    padding: 0 .2rem;
}
#slide-one .img img {
    display: block;
    width: 6rem;
    margin: 0 auto;
    padding-top: .3rem;
    padding-bottom: .28rem;
}
.brife-li-nine {
    padding: 0 .19rem;
    padding-top: .3rem;
    padding-bottom: .25rem;
}
.brife-li-nine div {
    float: left;
    width: 1.91rem;
    margin-right: .08rem;
    margin-bottom: .09rem;
    border: 1px solid #c59d6a;
}
.brife-li-nine .none {
    margin-right: 0;
}
.brife-li-nine img {
    display: block;
    width: 100%;
}
.brife-li-nine p {
    font-size: .24rem;
    text-align: center;
    padding: .05rem 0;
}
.brife-part-two {
    padding: 0 .2rem;
    padding-bottom: .2rem;
	margin-top: 0.3rem;
}
.brife-part-two .none {
    margin-right: 0;
}
.brife-part-two div {
    width: 3.2rem;
    float: left;
    margin-right: .09rem;
    margin-bottom: .1rem;
}
.brife-part-two .img {
    width: 2.7rem;
}
.brife-part-two .img img {
    display: block;
    width: 100%;
}
.brife-part-two div h3 {
    font-size: .26rem;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    width: 2.65rem;
    margin: 0 auto;
    text-align: left;
    height: .56rem;
    line-height: .56rem;
    margin-top: .07rem;
    position: relative;
    text-indent: 1.8em;
}
.brife-part-two div h3 span {
    font-size: .15rem;
    font-weight: normal;
    padding-left: .05rem;
}
.brife-part-two div h3 img {
    display: block;
    position: absolute;
    width: .56rem;
    float: left;
    left: -.23rem;
    bottom: -1px;
}
.brife-part-two p {
    font-size: .22rem;
    line-height: .28rem;
    padding: .1rem .05rem .1rem .15rem;
}
.brife-part-two div:nth-child(1) {
    background: #d3c17b;
}
.brife-part-two div:nth-child(2) {
    
}
.brife-part-two div:nth-child(3) {
    
}
.brife-part-two div:nth-child(4) {
    background: #e4ba84;
}
.brife-part-two div:nth-child(5) {
    background: #b3b093;
}
.brife-part-two div:nth-child(6) {
    
}
.brife-part-two div:nth-child(7) {
    
}
.brife-part-two div:nth-child(8) {
    background: #ca9f5b;
}
.brife-part-three {
    background: #f0e8d3;
    border-top: .06rem solid #c59d6a;
}
.brife-part-three > img {
    display: block;
    width: 6rem;
    margin: 0 auto;
    padding: .35rem 0 .45rem;
}
.part-form .tel img {
    width: .35rem;
    position: relative;
    top: .07rem;
    left: -.1rem;
}

/*
* swiper 切换样式
*/

.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 1px;
}
.swiper-slide {
    background-size: 100%;
    background-position: center;
}
.gallery-top {
    height: 80%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: .25rem 0 .3rem;
    width: 5.1rem;
}
.gallery-thumbs .swiper-slide {
    width: 1.15rem;
    height: 100%;
}
.gallery-thumbs .swiper-slide img {
    display: block;
    width: 100%;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
    border: .02rem solid #ffb21e;
}
#swiper-banner .swiper-pagination-progress .swiper-pagination-progressbar {
    background: #6b1501;
}
#slide-one {
    position: relative;
}
#slide-one > .swiper-button-white {
    display: inline-block;
    font-size: 0;
    width: .23rem;
    height: .53rem;
    position: absolute;
}
#slide-one > .swiper-button-prev {
    background: url(../images/ico_left.png) no-repeat;
    background-size: 100%;
    left: 3%;
    top: 90%;
}
#slide-one > .swiper-button-next {
    background: url(../images/ico_right.png) no-repeat;
    background-size: 100%;
    right: 3%;
    top: 90%;
}
