@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;
}

body{max-width:640px; margin:0 auto;}

/* 重设 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;}}
/* 最大宽度应对手机自定义 */
header,nav,section,footer {margin:0 auto; max-width:640px; background: #f0e8d3;}
body {
   
}
.title-h3 {
    text-align: center;
    margin-top: .2rem;
}
.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;
    padding-top: .0rem;
}
.banner a,.banner img {
    display: block;
    width: 100%;
	margin-top: 1px;
}
/*new 2018-01-28*/
.banner .swiper-slide{
    width:6.4rem;
    height:3.2rem;
}
.banner .swiper-pagination-bullet-active{
    background-color:#FFB11C;
    opacity:1
}
.banner .swiper-pagination-bullet{
    width:.15rem;
    height:.15rem;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:.1rem;
}
/*end new 2018-01-28*/
.nav-bg {
    background: #ffb11c;
    width: 100%;
}
.nav li {
    width: 25%;
    float: left;
    height: .67rem;
    line-height: .67rem;
    box-sizing:border-box;
}
.nav li a {
    font-size: .25rem;
    color: #6b1501;
    text-align: center;
    display: block;
}
.nav li a b {
    display: block;
    width: 1px;
    float: right;
    height: .2rem;
    background: #6b1501;
    margin-top: .25rem;
}
.nav li.li-l{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
.nav li.li-no{
    border-right:none !important;
}
.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;
    border-bottom: .03rem solid #c59d6a;
    padding-bottom: .1rem;
	padding-top: 0.1rem;
}
.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: .1rem;
}
.part-baike-ul a {
    border-right: 1px dashed #a27343;
    display: block;
}
.part-baike-ul li:nth-child(4) a {
    border-right: none;
}
.part-form {
    width: 94%;
    margin: 0 auto;
    border: 1px solid #c59d6a;
    margin-top: .3rem;
    margin-bottom: .35rem;
    background: #fff;
}
.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: 65.7%;
    border: none;
    height: .55rem;
    background-color: #f0e8d3;
    border-radius: .05rem;
    font-size: .2rem;
    color: #333;
    padding-left: 5%;
    line-height: .55rem;
    border: 1px solid #c59d6a;
}
.part-form select {
    width: 71%;
    background: url(../images/ico_3-1.png) no-repeat;
    background-color: #f0e8d3;
    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: #f0e8d3;
    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: #671400;
}
footer .bottom-logo img {
    display: block;
    width: 3.95rem;
    margin: 0 auto;
    padding: .25rem 0;
}
footer .bottom-logo {
    border-bottom: 1px solid #fff;
}
footer p {
    text-align: center;
    color: #fff;
    font-size: .2rem;
    padding: .2rem 0 .4rem;
    line-height: .35rem;
}
.part-three {
    padding: .2rem .2rem .3rem;
    background: #f0e8d3;
}
.part-three div:nth-child(1),.part-three div:nth-child(3) {
    float: left;
}
.part-three div:nth-child(2),.part-three div:nth-child(4) {
    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-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_but {
    width: 97%;
    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: .2rem;
}
.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.png) no-repeat;
    background-size: 100%;
}



.brife-part-three {
    background: #f0e8d3;
    border-top: .03rem solid #c59d6a;
}
.part-form .tel img {
    width: .35rem;
    position: relative;
    top: .07rem;
    left: -.1rem;
}
.part-one {
    padding: 0 .2rem;
}
.part-one img {
    display: block;
    width: 100%;
    padding: .2rem 0;
}
.part-one p {
    font-size: .24rem;
    text-indent: 2em;
    line-height: .38rem;
}
.part-two {
    padding: 0 .2rem;
    border-top: .03rem solid #c59d6a;
    margin-top: .2rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}
.part-two .cont {
    margin-top: .2rem;
    margin-bottom: .2rem;
}
.part-two .cont div {
    float: left;
    width: 1.37rem;
    margin-right: .17rem;
    margin-bottom: .1rem;
}
.part-two .cont div h4 {
    font-size: .24rem;
    font-weight: bold;
    text-align: center;
    margin-top: .03rem;
}
.part-two .cont div p {
    font-size: .16rem;
    text-align: center;
}
.part-two .cont div img {
    display: block;
    width: 100%;
}
.part-two .cont .none {
    margin-right: 0;
}
.part-four .cont {
    padding: 0 .2rem;
    padding-top: .35rem;
    padding-bottom: .1rem;
}
.part-four .item {
    overflow: hidden;
    zoom: 1;
    background: #dbc4a2;
    position: relative;
    margin-bottom: .2rem;
}
.part-four .item .left {
    display: block;
    width: 2.34rem;
    float: left;
    position: relative;
}
.part-four .item .left img {
    display: block;
    width: 100%;
}
.part-four .item .left b {
    display: block;
    border-left: .1rem solid #966139;
    border-top: .1rem solid rgba(255,255,255,0);
    border-bottom: .1rem solid rgba(255,255,255,0);
    position: absolute;
    right: -.1rem;
    top: 47%;
}
.part-four .item .right {
    float: right;
    width: 3.45rem;
}
.part-four .item .right h3 {
    font-size: .38rem;
    color: #620000;
    font-weight: bold;
    padding: .1rem 0;
    padding-top: .1rem;
}
.part-four .item .right h3 i {
    font-size: .23rem;
    font-weight: bold;
    padding-left: .1rem;
}
.part-four .item .right h4 {
    font-size: .24rem;
}
.part-four .item .right p {
    font-size: .22rem;
    color: #333;
    padding-top: .22rem;
}
.part-four .item .right p a {
    color: #f00;
}
.part-four .item .right p span {
    color: #fff;
    background: #800000;
    font-weight: bold;
    position: relative;
    margin-right: .15rem;
    padding: .03rem .05rem;
}
.part-four .item .right p span em {
    display: block;
    border-left: .07rem solid #800000;
    border-top: .07rem solid rgba(255,255,255,0);
    border-bottom: .07rem solid rgba(255,255,255,0);
    position: absolute;
    right: -.07rem;
    top: .09rem;
}
.part-four .item .but {
    overflow: hidden;
    width: 96%;
    margin-top: .25rem; 
}
.part-four .item .but a {
    display: block;
    width: 1.52rem;
    height: .49rem;
    color: #fff;
    font-size: .24rem;
    text-align: center;
    line-height: .49rem;
    border-radius: .09rem;
}
.part-four .item .but .tel {
    background-color: #620000;
    float: right;
}
.part-four .item .but .online {
    background-color: #9f5f00;
    float: left;
}
.part-four .item .right b {
    display: block;
    width: .33rem;
    height: .3rem;
    position: absolute;
    border-right: .02rem solid #966139;
}
.part-four .item .right .top {
    border-top: .02rem solid #966139;
    right: 0;
    top: 0;
}
.part-four .item .right .bottom {
    border-bottom: .02rem solid #966139;
    right: 0;
    bottom: 0;
}
