﻿/*common*/
* {padding: 0;margin: 0;box-sizing: border-box;}
.flexbox{display:flex;flex-wrap:wrap;justify-content:space-around;}
a {text-decoration: none;color:#666;}
a:hover{text-decoration:underline;color:#72b9bd;font-weight:bold;}
img{display:block;}
ul, li {list-style: none;}
.red{border:0.01rem solid #f00;}
h1{font-size:0.3rem;text-align:center; color:#000;line-height:0.5rem; padding-top:0.3rem;}
h2{font-size:0.14rem;text-align:center;color:#aeaeae;line-height:0.2rem;text-transform:uppercase;font-weight:normal;}
.line{width:0.6rem;margin:0 auto;border-bottom:0.04rem solid #3abbc0;height:0.1rem; margin-bottom:0.05rem;}
/*外围盒子*/
.box {width:100%;height: auto;margin: auto;background:#f6f6f8;font-family: Microsoft Yahei, SimSun;font-size: 0.16rem;line-height: 0.3rem;color: black; }
.bt{width:100%; height:110px; background:#FFF}
.top{background-color:#fff;margin:0.2rem auto;width:100%;}

.content{width:12rem; margin:0 auto;}
/*top部分*/
.top{justify-content:space-between; padding-top:0.1rem;width:12rem; margin:0 auto; }
.top>div{}
.top .myform input{ padding-left:0.35rem;width:3.6rem;border:0.02rem solid #3abbc0;height:0.4rem; margin-top:0.1rem; background-image:url(../images/query.jpg);background-repeat:no-repeat;background-size:0.25rem 0.2rem;background-position:left center; }
.top .myform button{width:0.9rem;height:0.4rem;background-color:#3abbc0;color:#fff;font-weight:bold; border:none;}
.top>div:first-child img{width:2.79rem;height:0.72rem;}


.top>div:last-child{width:1.9rem;}
.top>div:last-child img{width:0.46rem;height:0.42rem; margin-top:0.1rem;}
.top .right{width:1.4rem;}
.top .right > div:first-child {font-size: 0.15rem;}
.top .right > div:last-child {font-size:0.15rem; color:#3abbc0;font-weight:bold;}

/*nav部分*/
.nav{background-color:#3abbc0; margin-top:0.1rem;}
.nav ul{font-size:0.18rem;width:12rem; margin:0 auto;}
.nav ul li{display:inline-block; width:1.4rem; height:100%; text-align:center; padding:0.05rem 0;}
.nav ul li:hover{background-color:#00a5ab;}
.nav ul li a{color:#fff;}
/*banner部分*/
.banner{width:100%;height:5.53rem;}
.banner img{width:100%;height:5.53rem;}


/*bottom*/

.bottom{height:5rem;background-color:#01aab1;justify-content:flex-start;margin-top:0.3rem;}
.bottom>div:first-child{width:4.5rem;}
.bottom>div:first-child img{width:2.4rem;height:2.8rem; margin:0.5rem auto;}
.bottom>div:last-child{width:14rem;}
.bottom>div:last-child>div{width:1.5rem;color:#fff;text-align:center;}
.bottom>div:last-child>div>div:first-child{height:1.5rem;font-weight:bold; font-size:0.2rem;padding-top:0.8rem;}
.bottom>div:last-child>div ul li a{color:#fff;height:0.45rem;display:block}

/*当前位置*/
.dqwz{width:12rem; margin:auto; height:0.5rem; background:url(../images/list_03.jpg) left center no-repeat; border-bottom:2px solid #333; }
.dqwz p{ width:8rem; margin-left:0.3rem;line-height:0.5rem}
.dqwz p span{ font-siz:0.2rem; color:#000; font-weight:bolder}


































