*{
    /* 页面初始化,清楚元素的内外边距 */
    padding: 0;
    margin: 0;
    
}


body{
    /* 宽度占浏览器可视区域的高度 */
    width: 100;
    background-image: url(2.jpg);
}

.w{
    width:1200px;
    margin:auto;
}


/*subtitle*/

h1{
    font-family: inherit;
   width: 500px; 
   line-height: 50px;
   color: #4f6f46;;
   font-size:20px;
}

h3{
    font-style:inherit;
    font-variant: small-caps;
    font-family: none;
    width: 300px; 
    line-height: 30px;
    color: #6c5751;
    font-size:20px; 
}

h6{
    font-family: inherit;
   width: 1000px; 
   line-height: 8px;
   color: #334836;
   font-size:15px;

}

h4{
    font-family: 'Gill Sans';
    width: 500px; 
    line-height: 20px;
    color: #205513;
    font-size:15px;

}

h5{
    font-style:oblique;
    font-variant: small-caps;
    font-family: 'Gill Sans';
    width: 1000px; 
    line-height: 50px;
    color: #6c5751;
    font-size:25px; 
}


.clear{ clear:both; 
}


header .logo{
    font-size: 3rem;
    text-shadow: 5px 5px 5px #E2C351;
    color:#334836;
    font-weight: bolder;
}

header .logo span{
    color:var(--pink);
    font-family: serif;
    float: right;
    width: 400px;
    height: 100px;
    line-height: 25px;
    color:#1a1a1a
}

.logo img{
    width: 100px;
   height: 90px;
   border: 10px;
}

/*top nav*/

li{
    list-style: none;
}
a{
    font-family: Arial;
    text-decoration: none;
    color: #748160;
}

td{
    font-family: Arial;
    text-decoration: none;
    color: #293e0a;
}

/*nav*/

.navbar{
    width: 1200px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.644);
    /* box */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-top:24px;
}

.navbar .nav{
    width: 1000px;
    height: 100%;
    /* factors center */
    margin: 0 auto;
}

.navbar .nav ul{
    /* where */
    position: relative;
    /* flex */
    display: flex;
    /* saperate */
    justify-content: space-around;
    width: 100%;
    height: 100%;
}
.navbar .nav ul > li{
    width: 100%;
    height: 100%;
}

.navbar .nav ul > li > a{
  /* width*/
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    text-align: center;
}

.navbar .nav ul > li ol{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.499);
    backdrop-filter: blur(8px);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  /* move through y */
    transform: scaleY(0);
    transform-origin: 50% 0;
    /* pass */
    transition: all 0.6s;
}

.navbar .nav ul > li ol li{
    height: 70px;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.navbar .nav ul > li ol li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 70px;
    text-align: center;
}

.navbar .nav ul > li ol li:hover{
    background-color: rgba(0, 0, 0, 0.03);
}

.navbar .nav ul > li:hover ol{
    transform: scaleY(1);
}

.navbar .nav ul .underline{
    /* where */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 6px;
    /* side */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #8bd1d6;
    /* 加上过渡 */
    transition: all 0.5s;
    pointer-events: none;
}


.navbar .nav ul > li:nth-child(2):hover ~ .underline{
    left: 200px;
    background-color: #699c72;
}

.navbar .nav ul > li:nth-child(3):hover ~ .underline{
    left: 400px;
    background-color: #eed59c;
}

.navbar .nav ul > li:nth-child(4):hover ~ .underline{
    left: 600px;
    background-color: #d87e78;
}

.navbar .nav ul > li:nth-child(5):hover ~ .underline{
    left: 800px;
    background-color: #bd90ea;
}
.header{ padding:20px 0px; }
.header .hl{ float:left; }
.header .navbar{ float:left; }

/*search*/
.container {
    height: 70px;
    width: 800px;
    margin: 100px auto 0 auto;
}
.parent {
    position: relative;
}
.search {
    width: 200px;
    height: 40px;
    border-radius: 18px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 20px;
    position: absolute;
}
.btn {
    height: 35px;
    width: 35px;
    position: absolute;
    background: url("images/topbar.png") no-repeat -2px -99px;
    top: 6px;
    left: 285px;
    border: none;
    outline: none;
    cursor: pointer;
}
/*search*/



/*main content*/
.main .img

.main .w {
  overflow: hidden;
  padding: 10px 30px;
}
.main .w .gr {
  float: left;
  width: 65%; 
  box-sizing: border-box;
  margin-right: 3%;
  padding-right: 3%;
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
}
.main .w .gl {
  float: right;
  width: 32%;
}
.main.page .w {
  overflow: hidden;
  padding: 10px 30px;
  width:1100px; 
}

.text {
  background-color: rgba(255, 255, 255, 0.384);
  margin-bottom: 30px;
  padding: 40px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.text p {
  text-indent: 2em;
  color: #334836;
  margin:10px 0px;
}
.contact p {
  overflow: hidden;
  margin-bottom: 10px;
}
.main .w{ width:900px; margin:0 auto;  }
.main .w .gl .text p a{ line-height:2; }

.bottom .img{ 
  background-color: white;
  margin-bottom: 30px;
  padding: 10px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  border-radius: 10px; 
  float:left; 
  width:200px; 
}
.bottom .img img{ width:200px; }
.bottom .text{  float:right; width:285px;  }

.main .w .gl .text p
{
    text-indent: 0px;
    border-bottom:1px solid #748160; 
    margin-bottom:10px;
    padding-bottom:10px;
}
.main .w .gl .text p:hover
{ 
    border-bottom:1px solid #ddb524; 
}
.main .w .gl .text p:hover a
{
    color:#DDB524; 
}