@charset "utf-8";
/*全局设定*/
@media (min-width:750px){
    html{font-size:50PX;}
    .logo img{height: 100%;}
}
@media (max-width:750px){
    html{font-size:calc(100vw/7.5);}
    .logo img{width: 100%;}
}
*{
    margin: 0;
    padding: 0;
    border:none;
    box-sizing: border-box;
    font-family:"黑体";
    outline: none;
}
body{width:100%;max-width: 15rem; margin: 0 auto; font-size:0.24rem; font-style:normal;color: #555555; overflow-x:hidden;background-color:#fff;line-height: 1;font-family: "黑体";}

ul{padding: 0;}
li{list-style: none;}
i, cite, em, var, address, dfn {font-style:normal;}
a{color:inherit;text-decoration: none;}

input,button,textarea{appearance: none;-moz-appearance: none;-webkit-appearance: none; border-radius:0;-webkit-tap-highlight-color:transparent;background-color: transparent;color: #555555;padding: 0;font-size: .28rem;line-height: inherit;}


input::-webkit-input-placeholder{color: #acacac;}
input:-moz-placeholder{color: #acacac;}
input::-moz-placeholder{color: #acacac;}
input:-ms-input-placeholder{color: #acacac;}
textarea::-webkit-input-placeholder{color: #acacac;}
textarea:-moz-placeholder{color: #acacac;}
textarea::-moz-placeholder{color: #acacac;}
textarea:-ms-input-placeholder{color: #acacac;}
/*全局设定*/

/*常用样式*/
.web_body{position: relative; overflow-x:hidden; min-height: 100vh;padding-bottom: .2rem;width: 100%;max-width: 15rem;margin-left: auto;margin-right: auto;margin-top: .9rem;margin-bottom: .9rem;}
.disscroll{height: 100vh;overflow: hidden;}

.db{
    display: block;
}
.scroll{-webkit-overflow-scrolling : touch;}
.noselect,.apptab,#nav,#footer{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}

.fr{float:right;}
.fl{float:left;}

.mt5{ margin-top:0.05rem;}
.mt20{ margin-top:0.2rem;}

.mb10{ margin-bottom:0.1rem;}

.ml15{
    margin-left: .15rem;
}

.ma10{margin-left:0.1rem; margin-right:0.1rem;}

.pa10{padding-left:0.1rem; padding-right:0.1rem;}
.pa20{padding-left:0.2rem; padding-right:0.2rem;}

.pf10{padding:.1rem;}
.pf20{padding:.2rem;}
.pf65{padding:.65rem;}

.mr12{margin-right: .12rem;}
.mr40{margin-right: .4rem;}

.pt15{padding-top: .15rem;}


.pl10{padding-left: .1rem;}
.pl20{padding-left: .2rem;}
.pl40{padding-left: .4rem;}

.pr10{padding-right: .1rem;}
.pr20{padding-right: .2rem;}


.pb15{padding-bottom: .15rem;}
.pb30{padding-bottom: .3rem;}
.pb25{padding-bottom: .25rem;}

.pc15{padding: .15rem 0;}

.bc1{background-color:#f3f4f8;}
.c0{color: #ff6c05}

.bgb,.bgs{background-position: center;background-repeat: no-repeat;}
.bgb{background-size: cover;}
.bgs{background-size: contain;}

.hide{display: none;}
.nopd{padding: 0 !important;}
.nomg{margin: 0 !important;}
.cl{overflow: hidden;}

.txt{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tc{text-align: center;}
.tr{text-align: right;}
.tl{text-align: left;}
.lh12{line-height: 1.2;}
.lh13{line-height: 1.3;}
.lh15{line-height: 1.5;}
.lh16{line-height: 1.6;}
.lhh70{line-height: .7rem;height: .7rem;}
.lhh80{line-height: .8rem;height: .8rem;}
.lhh90{line-height: .9rem;height: .9rem;}
.lhh100{line-height: 1rem;height: 1rem;}

.fwb{font-weight: bold;}
.f25{font-size: .25rem;}
.f22{font-size: .22rem;}
.f23{font-size: .23rem;}
.f24{font-size: .24rem;}
.f26{font-size: .26rem;}
.f28{font-size: .28rem;}
.f30{font-size: .30rem;}
.f32{font-size: .32rem;}
.f34{font-size: .34rem;}
.f36{font-size: .36rem;}


.w10{width: 10%}
.w15{width: 15%}
.w20{width: 20%}
.w25{width: 25%}
.w30{width: 30%}
.w33{width: 33.3333%}
.w40{width: 40%}
.w50{width: 50%}
.w60{width: 60%}
.w66{width: 66.6666%}
.w100{width: 100%}
.hi{
    height: inherit;
}
.bor{border: 1px solid #e8e8e8;}
.bort{border-top: 1PX #DDDDDD solid;}
.borb{border-bottom: 1PX #ddd solid;}
.borr{border-right: 1PX #DDDDDD solid;}
.borl{border-left: 1PX #DDDDDD solid;}

.remove_first_bort .bort:first-of-type{border-top: none}
.remove_last_borb .borb:last-of-type{border-bottom: none}
.add_first_bort .borb:first-of-type{border-top: 1PX #DDDDDD solid;}
.add_last_borb .bort:last-of-type{border-bottom: 1PX #DDDDDD solid;}

.conbox{box-sizing: content-box;}
.block{display: block;}

.flexcenter{display: -webkit-flex;display: flex;align-items: center;justify-content: center;}
.flexdown{display: -webkit-flex;display: flex;align-items: center;justify-content: center;flex-direction: column;}
.flexlevel{display: -webkit-flex;display: flex;align-items: center;justify-content: center;flex-direction:row;}
.flex{display: -webkit-flex;display: flex;align-items: center;justify-content: space-between;}
.flexauto{display: -webkit-flex;display: flex;align-items: center;justify-content:space-around;}

.readyfix{position: relative;z-index: 2;}
.header,.footer{position: fixed;left: 0;right: 0;z-index: 200;width: 100%;}
.header{top: 0;max-width: 15rem;margin: 0 auto;height: .95rem;background: #fff;padding: 0 .4rem;}
.footer{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: .8rem;    
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3a8c8a;
    max-width: 15rem;
    margin: 0 auto;
    z-index: 999;
}
.apptab_item {
    flex: 1;
    height: inherit;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    border-right: 1px solid #81b5b4;
}
.apptab_item:last-child{
    border-right:none;
}
.apptab_img_active {
    background-position: center bottom;
}
.apptab_img, .apptab_sms3 {
    width: .4rem;
    height: .4rem;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.apptab_text_active {
    color: #ff6c05;
}
.apptab_text {
    position: relative;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: .26rem;
    text-transform: uppercase;
}
.anime{transition: all .3s;-moz-transition: all .3s;-webkit-transition: all .3s;-o-transition: all .3s;}
.tx{background-image: url(../images/nopic.png);background-size: cover;background-position: center;background-repeat: no-repeat;}
.active{
    background-color: #037702;
}
.po{position: relative;overflow: hidden;}
.img1{background-image: url(../images/index.png);}
.img2{background-image: url(../images/menu.png);}
.img3{background-image: url(../images/img4.png);}
.img4{background-image: url(../images/tel.png);}
.img5{background-image: url(../images/mess.png) ;}
.img6{background-image: url(../images/map.png);}
.img7{background-image: url(../images/home.png);}
/**/

.cbtn-nav, .cbtn-back {
    display: block;
    width: .4rem;
    height: inherit;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.logo {
    position: relative;
    display: block;
    height: inherit;
    text-align: center;
    padding: 0 .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 100%;
    z-index: 999;
    background-color: #000;
    color: #fff;
    box-shadow: 10px 0 10px rgba(0,0,0,0.1) inset;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}
.menu li>a {
    color: #fff;
    border-bottom: 1px solid #222;
    width: 100%;
    display: block;
    padding: 0 .4rem;
    font: .3rem/3 '黑体';
}
.menu_active{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.menu_none{
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.body_active{
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.search {
    width: 100%;
    float: left;
    position: relative;
    background: #3a8c8a;
    padding: .2rem;
}
.search_txt {
    float: left;
    background: #fff;
    height: .6rem;
    line-height: .6rem;
    font-size: .3rem;
    width: calc(100% - .9rem);
    font-family: '黑体';
    padding-left: 3%;
    border-radius: 14px;
    font-size: 1em;
    border: 0;
}
.search_but {
    float: right;
    padding: 0;
    height: .6rem;
    width: .6rem;
    border: 0;
    background: url(../images/search.gif) no-repeat top right;
    background-size: 95%;
}

.news {
    padding: .2rem .3rem;
    float: left;
    width: 100%;
    background-color: #f3f4f8;
}
.title {
    float: left;
    margin-bottom: .3rem;
    width: 100%;
    color: #6c2c13;
    position: relative;
}
.more {
    position: absolute;
    right: 0;
    width: .6rem;
    bottom: 0;
}
.news ul {
    padding-top: .1rem;
}
.news li {
    float: left;
    width: 100%;
    border: 1px solid #dadada;
    margin-bottom: 2%;
    background: #fff;
    border-radius: 8px;
}
.news li a {
    float: left;
    width: 100%;
    color: #666;
    padding: .7% 0;
    padding-left: 5.5%;
    line-height: 1.8;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news img,  .pro img, .case img, .listbg img, .yzm img{
    display: block;
    max-width: 100%;
    border: 0;
    width: 100%;
}

.clear {
    display: block;
    float: none;
    width: 0;
    height: 0;
    border: 0;
    background: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.pro {
    width: 100%;
    padding: .2rem .3rem 0;
    background: #fff;
    display: block;
    float: left;
}
.prolist {
    width: 100%;
    padding-top: .3rem;
}
.prolist li {
    float: left;
    margin-top: 3.5rem;
    width: 41%;
    margin: 0 4% 2%;
}
.proimg img {
    border: 1px solid #ebebeb;
}
.protxt {
    color: #797878;
    width: 100%;
    display: block;
    font-size: .3rem;
    padding-left: .3rem;
    line-height: 1.9;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.case {
    width: 100%;
    float: left;
    margin-top: .3rem;
    padding: 0 .3rem;
    /*background: url(../images/case.jpg) no-repeat right bottom;*/
    background-size: 23.75%;
}
.case li {
    margin-left: .3rem;
    width: 31.25%;
}
.case .protxt {
    padding-left: .3rem;
}

.cbtn-top {
    display: block;
    position: fixed;
    bottom: 1rem;
    right: .3rem;
    width: .9rem;
    height: .9rem;
    border-radius: 50%;
    background-image: url(../images/top.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.panel {
    z-index: 180;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    padding: 0;
}
.panel {
    z-index: 180;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    padding: 0;
}
.panel {
    padding: 0;
    background: url(../images/body.jpg) repeat top center #f3f4f8;
}
.panel {
    padding: 0;
    background: url(../images/body.jpg) repeat top center #f3f4f8;
}
.afScrollPanel {
    width: 100%;
    min-height: 100%;
}
.y-scroll > *, .x-scroll > * {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.all {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.vtitle {
    width: 100%;
    line-height: 2;
    font-size: .36rem;
    color: #fff;
    text-align: center;
    background: #4f9e9c;
}
.padding20, .listbg {
    padding: .3rem;
    font-size: .26rem;
    width: 100%;
    line-height: 180%;
    min-height: 400px;
    overflow: auto;
    color: #6f6f6f;
    word-break: break-all;
}

.padding202{padding:3%;width:100%;line-height:180%;min-height:400px;overflow:auto;color:#6f6f6f;word-break:break-all}
.padding202 ul{width:100%;padding:3%;border-radius:5px 5px 0 0;background:#fff;max-width:640px;margin:0 auto}
.padding202 li{width:100%;float:left;padding:0 5%;font-size:1.2em;line-height:2.5;border-bottom:1px dotted #ccc}
.pro_nav {
    float: right;
    width: 100%;
    line-height: 2;
    padding: 1% 0;
    padding-left: 3%;
    background: #fff;
    color: #757575;
}
.viewpro {
    padding: 0 2%;
    width: 50%;
    border: 1px solid #eaeaea;
    margin-left: 2%;
    padding-right: 10%;
    background: url(../images/searcharrow.gif) no-repeat 96% center #fff;
    float: left;
    background-size: 15%;
}
.listbg {
    padding: 0 0 3%;
}

.prolist {
    width: 100%;
    padding-top: 3%;
}
.prolist li {
    float: left;
    margin-top: 3.5%;
    width: 41%;
    margin: 0 4% 2%;
}

.view_title {
    text-align: center;
    width: 100%;
    float: left;
    font-weight: normal;
    color: #3a8c8a;
    line-height: 1.8;
    font-family: '黑体';
    padding: 2% 1%;
    font-size: 1.3em;
    margin-bottom: 3%;
    border-bottom: 1px solid #fff;
    clear: both;
}
.view_title p {
    color: #a6a6a6;
    width: 100%;
    font-size: .8em;
}
.viewimg {
    width: auto;
    max-width: 80%;
    display: block;
    clear: both;
    border: 1px solid #d6e8e8;
}
.viewcon {
    float: left;
    width: 100%;
}
.viewcon p img {
    width: 100%;
}
.viewpage {
    float: left;
    width: 100%;
    margin-top: .6rem;
}
.viewpage a {
    float: left;
    width: 100%;
    border: 1px solid #d6e8e8;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 1%;
    margin-bottom: 8px;
    color: #6b6d6d;
    background: #fff;
    border-radius: 4px;
}
.backbut {
    overflow: auto;
    width: 100%;
    text-align: center;
}
.backbut a {
    display: inline-block;
    border-radius: 4px;
    margin: 2% auto;
    width: 40%;
    background: #3a8c8a;
    color: #fff;
    padding: 1%;
    font-size: 1.2em;
}

.reg {
    padding: 3%;
    width: 100%;
    overflow: auto;
}
.reg p {
    float: left;
    width: 100%;
}
.commonbut {
    width: 100%;
    text-align: center;
    padding: 3% 0;
    clear: both;
}
.commonbut input, .commonbut a {
    display: block;
    clear: both;
    background: #3a8c8a;
    border: 0;
    color: #fff;
    font-size: 1.2em;
    line-height: 2.3;
    width: 100%;
    font-family: '黑体';
}
.reg label {
    float: left;
    width: 100%;
    margin-top: 2%;
    color: #606060;
}
.reg label font {
    color: #d80101;
    font-weight: bold;
    margin-right: 3px;
}
.reg p {
    float: left;
    width: 100%;
}
.inputw100, .inputw60, .textareaw100 {
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    box-shadow: 1px 3px 10px #dcdcdc inset;
    background: #fff;
    padding: 1.5% 3%;
    font-size: 1em;
    color: #606060;
    margin: 2% 0;
    font-family: '黑体';
    line-height: 2;
}
.inputw60 {
    width: 45%;
}
.yzm {
    margin-left: 3%;
    width: auto;
    float: left;
    margin-top: 3px;
}
