input {
  border-color: #f5f5f5;
}
.color-bg {
  background: #f5f5f5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.content-box {
  background: #f5f5f5;
}
.transition {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.am-list li {
  border-color: #f5f5f5;
}
.main-txt-color {
  color: #FF8201;
}
.muted-txt-color {
  color: #5393FD;
}
img {
  width: 100%;
}
a {
  color: #333;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
.am-container {
  max-width: 1200px;
}
nav {
  border-bottom: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 0 5px #ddd;
  padding: 0.5rem;
}
nav .logo {
  height: 60px;
}
nav .logo img {
  height: 100%;
  width: auto;
}
nav .navlist li {
  float: left;
  display: inline-block;
}
nav .navlist li a {
  font-size: 1.6rem;
  line-height: 60px;
  display: block;
  padding: 0 1rem;
}
.index-item .item-title {
  text-align: center;
  padding-top: 2rem;
}
.index-item .item-title span {
  font-size: 3rem;
}
.index-item .item-title p {
  font-size: 1.6rem;
}
.youshi-box {
  margin-top: 5rem;
}
.youshi-box dl {
  height: 300px;
  padding: 3rem;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.youshi-box dl:hover {
  background: #f5f5f5;
}
.youshi-box dl dt img {
  width: 100px;
}
.youshi-box dl dt span {
  display: block;
  color: #333;
}
.youshi-box dl dd {
  padding: 1rem 0rem;
  font-size: 1.4rem;
  color: #666666;
}
.fuwu-box ul {
  margin: 0 -3rem;
}
.fuwu-box ul li {
  padding: 0 3rem;
  text-align: center;
  height: 570px;
}
.fuwu-box span {
  font-size: 2rem;
  margin-top: 1rem;
  display: block;
}
.fuwu-box p {
  font-size: 1.4rem;
}
.ins-banner {
  background: url('../images/ins-banner.jpg') no-repeat center;
  height: 700px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding-top: 15rem;
}
.ins-banner p {
  font-size: 10rem;
  color: #fff;
}
.case-list {
  padding-bottom: 2rem;
}
.case-list #caselist {
  padding-bottom: 2rem;
}
.case-list .case-pic {
  margin: 3rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.case-list .case-pic:hover {
  box-shadow: 0 0 10px #999;
}
.news-list {
  margin: 5rem auto;
}
.news-list .news-box .news-title {
  background: #f5f5f5;
  color: #2d8bed;
  padding: 15px 10px;
  overflow: hidden;
}
.news-list .news-box .news-title .more {
  color: #666666;
  float: right;
}
.news-list .news-box .news-title .more:hover {
  color: #2d8bed;
}
.news-list .news-box .list {
  margin: 0;
  padding: 0;
}
.news-list .news-box .list li {
  border-bottom: 1px dashed #999;
}
.news-list .news-box .list li a {
  display: block;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 0;
}
.news-list .news-box .list li a:hover {
  color: #2d8bed;
}
.news-list .news-box .list li a i {
  font-size: 1rem;
}
.news-list .news-box .list li label {
  float: right;
  font-weight: 400;
}
.news-list .news-box .list li .news-pic {
  margin-bottom: 10px;
  margin-top: -10px;
}
.f-link {
  padding: 2rem 0;
}
.f-link ul li {
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
footer {
  background: #2b2b2b;
  padding: 3rem 0 0;
}
footer .foot-list li {
  color: #fff;
}
footer .foot-list li span {
  display: block;
}
footer .foot-list li a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
footer .support-list {
  color: #fff;
  text-align: center;
}
footer .support-list p {
  color: #fff;
}
footer .support-list .support-pic {
  margin: 1rem;
  height: 60px;
}
footer .support-list .support-pic img {
  width: auto;
  height: 100%;
}
footer .code-box {
  margin: 3rem 0;
  color: #fff;
}
footer .code-box img {
  width: 100px;
  margin: 0 1rem;
}
footer .copyright {
  text-align: center;
  color: #fff;
  border-top: 1px solid #767676;
  padding: 1rem 0;
  font-size: 14px;
}
