﻿header {
  width: 100%;
  min-width: 1200px;
}
header .logo {
  text-align: center;
  margin: 20px 0;
}
header .logo img {
  width:1200px;
  height:80px;
}
header .icon-menu {
  display: none;
}
header .nav {
  width: 100%;
  height: 45px;
  background: #1e772d;
}
header .nav .cialisnavList {
  width: 100%;
  height: 100%;
  display: flex;
}
header .nav .cialisnavList .item {
  display: inline-block;
  height: 45px;
  flex: 1;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
}
header .nav .cialisnavList .item a {
  color: #fff;
}
header .nav .cialisnavList .item:hover,
header .nav .cialisnavList .item.active {
  background: #fdb945;
}
.modelTitle {
  width: 100%;
  margin-bottom: 40px;
}
.modelTitle .text {
  font-size: 32px;
  font-weight: bold;
  color: #4c733d;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  position: relative;
}
.modelTitle .text:before {
  content: "";
  position: absolute;
  display: block;
  width: 94px;
  height: 5px;
  background: #4c733d;
  bottom: 0;
  left: 50%;
  margin-left: -94px;
}
.modelTitle .text .subText {
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  left: 50%;
  bottom: -6px;
}
footer {
  width: 100%;
  min-width: 1200px;
}
footer .foot-logo {
  display: block;
  margin: 0 auto;
  width: 330px;
}
footer .foot-logo img {
  width: 100%;
  margin-bottom: 20px;
}
footer .foot-nav {
  width: 100%;
  height: 45px;
  background: #1e772d;
}
footer .foot-nav .footer-nav-list {
  width: 100%;
  height: 100%;
  display: flex;
}
footer .foot-nav .footer-nav-list .item {
  display: inline-block;
  height: 45px;
  flex: 1;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
}
footer .foot-nav .footer-nav-list .item a {
  color: #fff;
}
footer .text {
  width: 1200px;
  margin: 40px auto;
  font-size: 16px;
  color: #111;
  line-height: 16px;
}
footer .text p {
  margin-bottom: 20px;
}
#rightcopy {
  width: 100%;
  min-width: 1200px;
  height: 50px;
  background: rgba(30, 119, 45, 0.8);
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
}
.crumbs {
  height: 50px;
  width: 100%;
  background: #e5e5e5;
}
.crumbs .container {
  width: 1112px;
  background: url('../images/crumbs_bg.jpg');
  box-sizing: border-box;
  padding: 0 70px;
  line-height: 50px;
  color: #333;
  font-size: 12px;
  width: 1000px;
  background-size: 1000px;
}
.crumbs .container .icon-map {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/icon-map.png');
  vertical-align: top;
  margin: 15px 4px 0 0;
}
.crumbs .container a,
.crumbs .container span {
  color: #666;
}
