
.downmenu{margin-top: 0.25rem;}
.downmenu > p{padding:0 .2rem !important;font-size: .24rem !important; line-height: .4rem;text-indent: .4rem;}
/* .down{ width: 5.3rem;height: 0.8rem;margin: 0 auto .4rem auto;border:1px solid black;} */
#select{display: flex;justify-content: space-around;flex-wrap:wrap; /*height: .8rem;*/font-size: .24rem;background: #e8583d; }
#select > li{position: relative;padding: 0.2rem .1rem;height: 0.4rem;line-height: .4rem; }
#select > li a{color:white;}
.select-head{position: relative; overflow: hidden;width: 5.3rem;height: .8rem;box-sizing: border-box;}
.select-head .select-head-cont{float: left;padding-left: .2rem; width: 4.5rem;line-height: .8rem;}
.select-head .select-icon{position: relative;top:32%;left: .2rem; width: 0.3rem;height: 0.3rem;}

.option{ width: 5.3rem;color: black;background:white; z-index: 999; line-height: .8rem;border: 1px #cfcfcf solid;display: none;}
.option li{padding:0 .2rem;}
.option li div{border-bottom:1px solid rgba(12,12,12,.2)}
.option li:nth-last-child(-n+1) div{border-bottom: 0px}
.option-item:hover{background: rgba(204,106,67,0.3);}
.option a{display:block;}

.about_txt{ text-indent:.5rem;font-size: .22rem;color: #646464;z-index: 2;}
.about_txt > p{font-size: .2rem;padding: .1rem .1rem 0 .2rem;}
.gsjs > div:nth-child(-n+3){display:inline-block;margin-left: .5rem;}
.gsjs > div:nth-child(-n+3) > h3{font-size: .3rem;}
.gsjs > div:nth-child(-n+3) > p{font-size: .22rem;}
.gszw > p,.gscx p{font-size: .24rem;margin-top: .4rem;padding: 0 .2rem;line-height: .4rem;text-indent: .4rem;}

.ab_list{position: relative;}
.ab_list::after{
    content:"";
    position: absolute;
    width: 1px;
    height: calc(100% - .5rem);
    background: #c9c9c9;
    left: .15rem;
    top:.5rem;
}
.ab_list li{display:flex;position: relative; width: 100%;padding-top: 0.5rem;justify-content:space-around;}
.ab_list li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #e8583d;
    border-radius:50%;
    left: .11rem;
    z-index: 5;
    top: .65rem;
}
.ab_list li img{position: relative; width: 95%; margin: 0 auto;top: 50%;transform: translateY(-50%); }
.ab_list li > div.left{width: 60%; margin-bottom: 0.2rem; padding-left: 0.2rem;}
.ab_list li > div.right{width: 35%;}
.ab_list li .time{padding-left: .2rem; font-size: 16px;font-weight: 300;color:#e8583d;}
.ab_list li .title{padding-left: .2rem;font-size: 14px;color:#676767;}

.gscx{margin-top: 0.4rem;}
.gscx h3{font-size: .4rem;text-align: center;font-weight: 300;}



.supmian{font-size: 0.24rem;padding-left: .2rem;padding-right: .2rem;}
.supmian > *{margin-top: .2rem; font-size: .24rem;line-height:.35rem;}
.supmian img{margin: 0 auto;}

/* aboutHtml_if_morePic */
.ctr_plist{padding: 0 .2rem;} 
.piclist li{display: inline-block;margin-top: 0.35rem;width: 2.83rem;height: 3.2rem;}
.piclist li > a{display:block;border:1px solid #e5e5e5;}
.piclist li > a img{display:block;width: 100%;}
.piclist li p > a{display:block; font-size: .24rem;}


/* 联系 */
.adrtel{margin-top: .5rem; padding: 0 .2rem;}
.adrtel > p{font-size: .24rem !important;}
form{margin:1rem .2rem 0;}
form input{display: block; height: .6rem; width: 96.5%; margin-top: 0.2rem; padding-left: .2rem;border:0;border-bottom:1px solid;outline:none;-webkit-appearance: none;border-radius:0;}
form input[type=submit]{padding: 0; margin: .2rem auto 0 auto;height: .7rem;border: 0;background: #e8583d;color: white;border-radius: 5px;}
form textarea{width: 100%;height: 1.5rem;margin-top: .5rem;border-color:black;box-sizing:border-box; }