/*---------------------重   置-----------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

body,
input,
textarea,
select,
button {
  word-wrap: break-word;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

body {
  font-size: 14px;
  color: #333;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font: 14px/1.7 arial, \5b8b\4f53;
  background: url('../img/bg.png') center top no-repeat;
}

a {
  cursor: pointer;
}

a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #095E39;
}

.wrapper {
  width: 1200px;
  margin: 20px auto;
  border-width: 1px;
  border-color: red;
  position: relative;
}

.header {
  width: 100%;
  text-align: left;
  height: 150px;
}

.header_logo {
  float: left;
  margin-right: 50px;
  margin-top: 40px;
}

.header_logo h1 {
  display: inline;
}

.header_a_logo {
  width: 549px;
  height: 70px;
  display: block;
  text-indent: -9999px;
  background: url('../img/logo.png') 0 0 no-repeat;
}

.header_well {
  font-size: 12px;
  margin-top: -10px;
}

.header_right {
  float: right;
  margin-left: 50px;
  font-size: 12px;
  margin-top: -20px;
}

.header_welcome {
  color: #666;
  margin-right: 20px;
}

.header_menu {
  width: 1200px;
  background-color: #095E39;
  height: 50px;
  float: left;
  margin-top: 20px;
}

.header_menu ul {
  list-style: none;
}

.header_menu ul li {
  float: left;
  font-size: 16px;
  margin-right: 40px;
  margin-left: 20px;
  padding-top: 12px;
}

ul.header_menu_nav a {
  color: #fff;
}

ul.header_menu_nav a:hover {
  color: #f6ff00;
}

.main_right {
  width: 320px;
  float: right;
}

.main_right ul {
  width: 320px;
  list-style: none;
}

.main_right ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}

.main_left_quictlink{
  margin-top: 40px;
  border-radius: 3px;
  background-color: rgba(214,236,249,1);
}
.main_left_quictlink li:hover{
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .2);
  border-color: #eee;
  transition: all .2s ease-in-out;
}
.quick-link{
  padding: 18px;
  width: 275px;
  height: 36px;
  display: inline-block;
  background-size: 100% auto;
  font-size: 24px;
  /* border: 1px solid rgba(255, 221, 221, 1); */
  color: #095E39;

}
.quick-link-text{
  padding-left: 10px;
  vertical-align: text-bottom;
}
.quick-link-go{
  float: right;
}

.main_left_title {
  height: 40px;
  width: 100%;
  font-weight: bold;
  padding-left: 10px;
  line-height: 40px;
  margin-top: 40px;
  background: -webkit-linear-gradient( left, rgba(255, 221, 221, 1), rgba(48, 85, 30, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient( right, rgba(255, 221, 221, 1), rgba(48, 85, 30, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient( right, rgba(255, 221, 221, 1), rgba(48, 85, 30, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient( to right, rgba(255, 221, 221, 1), rgba(48, 85, 30, 0));
  /* 标准的语法（必须放在最后） */
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.main_left_total {
  margin-top: 20px;
}

.main_left_total span {
  margin-right: 5px;
}

.main_left_total_price {
  font-size: 20px;
  font-weight: bold;
}

.main_left_frendlink img {
  width: 310px;
  height: 77px;
}

.main_left {
  width: 830px;
  float: left;
}

.main_right_eshop {
  overflow: hidden;
  zoom: 1;
}

ul.main_right_eshop {
  list-style: none;
  margin-left: -5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.main_right_eshop li {
  width: 405px;
  height: 205px;
  line-height: 210px;
  vertical-align: middle;
  border: 1px solid #ccc;
  float: left;
  list-style: none;
  margin-top: 5px;
  margin-left: 5px;
}

.wrapper {
  width: 1200px;
  margin: 20px auto;
  border-width: 1px;
  border-color: red;
  position: relative;
}

.header {
  width: 100%;
  text-align: left;
  height: 150px;
}

.header_logo {
  float: left;
  margin-right: 50px;
  margin-top: 40px;
}

.header_logo h1 {
  display: inline;
}

.header_a_logo {
  width: 650px;
  height: 70px;
  display: block;
  text-indent: -9999px;
  background: url('../img/logo.png') 0 0 no-repeat;
}

.header_well {
  font-size: 12px;
  margin-top: -10px;
}

.header_right {
  float: right;
  margin-left: 50px;
  font-size: 12px;
  margin-top: -20px;
}

.header_welcome {
  color: #666;
  margin-right: 20px;
}

.header_menu {
  width: 1200px;
  background-color: #095E39;
  height: 50px;
  float: left;
  margin-top: 20px;
}

.header_menu ul {
  list-style: none;
}

.header_menu ul li {
  float: left;
  font-size: 16px;
  margin-right: 40px;
  margin-left: 20px;
  padding-top: 12px;
}

ul.header_menu_nav a {
  color: #fff;
}

ul.header_menu_nav a:hover {
  color: #f6ff00;
}

.main_left {
  width: 830px;
  margin-right: 48px;
  float: left;
}

.main_right ul {
  width: 320px;
  list-style: none;
}

.main_right ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}

.main_left_total {
  margin-top: 20px;
}

.main_left_total span {
  margin-right: 5px;
}

.main_left_total_price {
  font-size: 20px;
  font-weight: bold;
}

.main_left_frendlink img {
  width: 310px;
  height: 77px;
}

.main_right {
  float: right;
  width: 320px;
}

ul.main_right_eshop {
  list-style: none;
  margin-left: -5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.main_right_eshop li {
  width: 410px;
  height: 210px;
  line-height: 210px;
  vertical-align: middle;
  border: 1px solid #ccc;
  float: left;
  list-style: none;
  margin-top: 5px;
  margin-left: 5px;
}

ul.main_right_eshop li img {
  vertical-align: middle;
  text-align: center;
}

.main_menu_title {
  float: left;
}

ul.main_menu_nav {
  list-style: none;
  float: left;
  margin-left: 30px;
}

ul.main_menu_nav li {
  float: left;
  margin-right: 10px;
}

a.main_menu_link {
  margin: 0px 15px;
  padding: 9px 0px;
  font-weight: normal;
  color: #666;
}

a.main_menu_link_active {
  margin: 0px 15px;
  padding: 9px 0px;
  border-bottom: 2px solid #095E39;
  color: #095E39;
}

.line {
  background-color: #f6f2f3;
  width: 100%;
  height: 2px;
  clear: both;
  float: left;
  margin-top: 30px;
}

.table_list,
.table_list_eshop {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

.table_list tr,
.table_list_eshop tr {
  border-bottom: 1px dashed #ccc;
}

.table_list td,
th {
  vertical-align: middle;
  height: 40px;
}

.table_list_eshop td,
.table_list_eshop th {
  vertical-align: middle;
  padding: 20px 0px;
}

.bread_swap {
  clear: both;
  float: left;
  width: 99%;
  margin: 10px 0px;
  background-color: #e5e5e5;
  padding: 5px;
  font-size: 12px;
}

.bread_swap a {
  color: #666;
}

.detail_title {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.detail_title h1 {
  text-align: center;
  font: bold 24px/1.5;
  border-bottom: 2px solid #ff0000;
  color: #ff0000;
}

.detail_main {
  margin-top: 30px;
}

.detail_atta {
  padding: 0 15px;
  margin-top: 50px;
  color: #666;
  overflow: hidden;
}

.detail_atta img {
  max-width: 1100px;
}

img.wscnph {
  max-width: 1100px;
}

.content-p {
  text-align: center;
}

.ecshoptitle {
  font-size: 16px;
}

.ecshopurl a {
  color: #999;
}

.footer {
  width: 1200px;
  height: 40px;
  clear: both;
  text-align: center;
  margin: 20px auto;
  padding-top: 10px;
  font-size: 12px;
  color: #999;
}

.pagination {
  float: right;
  margin-top: 20px;
}

.pagination a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.pagination a:hover {
  background: #095E39;
  border: 1px solid #095E39;
}

.pagination .active {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #095E39;
  border: 1px solid #095E39;
}

.eshop-list {
  position: relative;
}

.img-filter {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.model {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.header_welcome {
  display: inline-block;
  min-width: 30px;
}

.no-data {
  width: 160px;
  height: 130px;
  margin: 10px auto;
  text-align: center;
  color: #666;
  font-size: 13px;
}

.icon {
  width: 100%;
  height: 100px;
  background-image: url('../img/no-data.svg');
  background-size: 100% 100%;
}

.news {
  position: relative;
}

.margin-top {
  margin-top: 36px;
}

.main_right_eshop {
  overflow: hidden;
  zoom: 1;
}
.carousel-wrapper {
  width: 830px;
  height: 260px;
  overflow: hidden;
}

.menu-wrapper {
  position: relative;
}

.menu-wrapper {
  padding-bottom: 11px
}

.menu-wrapper .menu-item {
  display: none;
  list-style: none;
  position: absolute;
  left: -10px;
  top: 50px;
  background-color: #095E39;
  z-index: 1000; 
}
.menu-wrapper .menu-item li {
  width: 120px;
  height: 32px;
  line-height: 32px;
  clear: both;
  font-size: 14px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;  
  text-align: center;
}
.menu-wrapper .menu-item li:hover {
  background-color: #ffe2e2;
}
.menu-wrapper .menu-item li:hover a{
  color: #333;
}
.menu-wrapper .menu-item li a {
  display: block;
}

.carousel_container {
  padding: 20px 0;
}

.nav-lists {
  padding: 0 10px;
  font-weight: normal;
}
.nav-lists:hover {
  text-decoration: underline;
}

