/* head css */
.head {
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-image: linear-gradient(rgb(3, 3, 32), rgb(63, 73, 85));
  position: sticky;
  z-index: 3000;
  top: 0;
}



.head .top2 {
  line-height: 60px;
  height: 60px;
  float: left;
  margin-top: 1px;
  margin-bottom: 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.head .top2 .menu {
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: flex;
  flex-direction: row;
}

.head .top2 .menu li {
  color: white;
  font-size: 14px;
  font-weight: bolder;
  line-height: 60px;
  background-image: linear-gradient(rgba(24, 24, 24, 0) 0%, rgba(60, 60, 60, 0.5) 40%, rgba(100, 100, 120, 0.5) 50%, rgba(24, 24, 24, 0) 80%);
  background-repeat: no-repeat;
  background-position: 90px 0;
  background-size: 2px 100%;
  text-align: center;
  width: 92px;
  height: 60px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head .top2 .menu li a:link,
.head .top2 .menu li a:visited,
.head .top2 .menu li a:active {
  color: white;
  text-decoration: none;
}

.head .top2 .menu li a:hover {
  color: white;
  text-decoration: underline;
}

.head .top2 .menu .active {
  background-image: linear-gradient(rgba(24, 24, 24, 0) 0%, rgba(60, 60, 60, 0.5) 40%, rgba(30, 30, 60, 0.5) 50%, rgba(24, 24, 24, 0.6) 80%);
  background-position: 0 0;
  background-size: 100% 100%;
}

.head .top2 .yb {
  width: 250px;
  height: 20px;
  float: right;
  margin: 19px 0 0;
  padding: 0;
  display: inline;
}

.head .top2 .yb li {
  line-height: 15px;
  background-image: url("http://www.myrice.com/assets/images/dl_bt_bg.gif");
  background-repeat: no-repeat;
  text-align: center;
  width: 65px;
  height: 15px;
  float: left;
  margin-right: 10px;
  padding-top: 5px;
  list-style-type: none;
  display: inline;
}

.head .top3 {
  background-image: url("http://www.myrice.com/assets/images/top_bg_3.jpg");
  width: 950px;
  height: 63px;
  float: left;
}

.head .top3 .left {
  width: 720px;
  float: left;
  margin: 0 0 0 10px;
  padding: 6px 0 0;
  display: inline;
}

.head .top3 .left a:link,
.head .top3 .left a:visited,
.head .top3 .left a:active {
  color: #b34315;
  text-decoration: underline;
  margin-right: 8px;
}

.head .top3 .left a:hover {
  color: #b34315;
  text-decoration: none;
}

.head .top3 .left .dh {
  color: #b34315;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 2px;
  width: 582px;
  float: left;
  margin: 0;
}

.head .top3 .left .tu {
  width: 94px;
  float: left;
}

.head .top3 .left .tj {
  color: #b34315;
  line-height: 25px;
  width: 720px;
  height: 25px;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-width: 0;
}

.head .top3 .r {
  background-image: url("http://www.myrice.com/assets/images/dl_bg.gif");
  background-repeat: no-repeat;
  background-position: 17px 14px;
  width: 220px;
  height: 53px;
  float: left;
  padding-top: 10px;
}

.head .top3 .r .z {
  background-position: 0 0;
  width: 90px;
  float: left;
  margin-left: 67px;
  display: inline;
}

.head .top3 .r .z .k {
  font-size: 12px;
  line-height: 16px;
  background-color: white;
  width: 90px;
  height: 18px;
  float: left;
  margin-bottom: 3px;
  border: solid 1px #e8c6aa;
}

.head .top3 .r .y {
  width: 41px;
  height: 43px;
  float: left;
  margin-left: 10px;
  display: inline;
}

.head .top3 .r .y .an {
  background-image: url("http://www.myrice.com/assets/images/dl.gif");
  width: 41px;
  height: 43px;
  float: left;
  border-width: 0;
}



/* foot css */
#foot {
  color: #444;
  width: 100%;
  text-align: center;
  display: block;
  clear: both;
  height: auto;
  overflow: hidden;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

#foot a,
#foot a:hover {
  color: #444;
}

#foot .coryright {
  font-family: Tahoma;
  font-size: 10px;
}

#foot p {
  line-height: 20px;
  height: 20px;
}

.service {}