﻿html {
  font-size: 62.5%;
  min-width: 1200px;
}

body {
  min-width: 1200px;
  background-color: #ffffff;
  height: auto;
}


/*head*/

.headerBg{
  position: relative;
  z-index: 30;
  height: 38px;
  line-height: 38px;
  font-size: 1.2rem;
  font-family: "宋体";
  color: #737373;
  background: #f2f2f2;
}

.container {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  /*background: #3DA4CA;*/
  padding-right: 15px;
  padding-left: 15px;
}

.span_left {
  margin-left: 28px;
}

.span_right {
  margin-right: 28px;
}

.nav {
  position: relative;
  height: 86px;
  line-height: 86px;
}

/*.nav_content {
  height: 86px;
}*/

.logo {
  width: 30%;
  height: 100%;
  margin-top: 12px;
}


/*下拉菜单*/

.menu {
  width: 60%;
  height: 86px;
  /*background: blueviolet;*/
  float: right;
}

.menu .nav1 li a {
  display: block;
  height: 86px;
  padding: 0 20px 0 10px;
  text-align: center;
  line-height: 86px;
  font-size: 1.6rem;
  /*color:gray;*/
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.menu .nav1 li a:hover,
.menu .nav1 li a.current {
  background: #c21a1f;
  color: #fff;
}

.menu .nav1 li .box {
  min-width: 137px;
  height: auto;
  position: absolute;
  z-index: 1000;
  top: 90px;
  background: #df1e24;
  display: none;
}

.menu .nav1 li .box li a {
  display: block;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border: none;
  background: none;
}

.menu .nav1 li .box li a:hover {
  text-decoration: underline;
}


/*字体图标*/

@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.eot');
  /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}

.nav .iconfont {
  font-family: "iconfont" !important;
  font-size: 1.8rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 10px 0 15px;
}


/*footer*/

.footerBg {
  position: relative;
  width: 100%;
  background-color: #282828;

}

.footer_right {
  padding: 20px 0 42px;
}

.footer p {
  text-align: center;
  line-height: 18px;
  color: #8b8b8b;
}

.footer .address {
  line-height: 30px;
}
.footer_top{
  border-bottom: 1px solid #4c4a4a;
}
.footer_top>ul{
  margin: 24px 0 12px;
  text-align: center;

}
.footer_top>ul>li{
  display: inline;
  /*float: left;*/
  color: #FFFFFF;
  font-size: 14px;
}
.footer_top>ul>li>a{
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}


/*分享*/

.share {
  overflow: hidden;
  padding: 38px 0 14px;
  margin-right: 20px;
}

.share .shareTo {
  margin: 0;
  color: #333333;
  font-size: 1.4rem;
  font-family: "宋体";
}

.share ul {
  display: inline-block;
}

.share ul>li {
  float: left;
  margin-top: 5px;
  margin-right: 3px;
}

.footer {
  float: left;
  height: 80px;
  border-top: 8px solid #217cd1;
  background: #f5f5f5;
  padding: 35px 0;
  width: 100%;
  min-width: 1100px;
  margin-top: 20px;
}

.footer span {
  float: left;
  width: 1100px;
  text-align: center;
  margin-bottom: 25px;
}

.footer span a {
  margin: 0 5px;
}

.footer i {
  padding-right: 5px;
  padding-left: 5px;
  font-style: normal;
}

.footer span img {
  margin-right: 20px;
  border: 1px solid #ccc;
}