@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  border: none;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
html {
  position: relative;
  width:100%;
  height: 100%;
  font-size: 20px;
}
body {
  position: relative;
  min-width:60.5rem;
  min-height: 100%;
  background: #f2f2f2;
  font-size: 0.8rem;
  font-family: "Microsoft Yahei";
  padding-top: 2.95rem;
  padding-bottom: 12.1rem;
  color: #444;
} 
.common_width {
  width: 60.5rem;
  margin: 0 auto;
}
.public_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.95rem;
  background: #fff;
  border-bottom: 0.05px solid rgba(255, 255, 255, 0.5);
  z-index: 9999;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.05);
}
.public_header .common_width{
	width:58rem;
}
.public_header .logo {
  position: relative;
  float: left;
  padding-top: .3rem;
}
.public_header .logo img {
  position: relative;
  display: block;
  height: 2.7rem;
  width: auto;
  z-index: 10001;
}
.public_header .logo:before {
  content: " ";
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
  width: 4.3rem;
  height: 4.3rem;
  border-radius: 100%;
  behavior: url(css/ie-css3.htc);
  background: #fff;
  z-index: 0;
}
.public_header ul {
  float: right;
  overflow: hidden;
}
.public_header ul li {
  float: left;
}
.public_header ul .line {
  float: left;
  height: 20px;
  width: 1px;
  margin-top: 19px;
  background: #ddd;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.public_header ul li a {
  display: block;
  font-size: 0.7rem;
  color: #444;
  border-top: .1rem solid transparent;
  line-height: 2.8rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.public_header ul li a:hover {
  color: #3b83f9;
  border-top: .1rem solid #3b83f9;
}
.icon_nav {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background: url(../img/icons_main.png) center center no-repeat;
}
.public_footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-width: 1210px;
  height: 242px;
  background: url(../img/grad_line.jpg) center top repeat-x #181520;
  padding-top: 2px;
  margin-top: 68px;
}
.public_footer .common_width {
  height: 240px;
  position: relative;
  padding-top: 14px;
}
.public_footer .common_width .section_1 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.public_footer .common_width .section_1 .footer_link {
  display: inline-block;
  width: 98px;
}
.public_footer .common_width .section_1 .footer_link + .footer_link {
  margin-left: 30px;
}
.public_footer .common_width .section_1 .footer_link .header {
  position: relative;
  font-size: 14px;
  color: #736d7f;
  border-bottom: 1px solid #369ff2;
  line-height: 48px;
  margin-bottom: 14px;
}
.public_footer .common_width .section_1 .footer_link .header:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  background: #369ff2;
}
.public_footer .common_width .section_1 .footer_link a {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #736d7f;
  line-height: 32px;
}
.public_footer .common_width .section_1 .footer_link a:hover {
  color: #808080;
}
.public_footer .common_width .section_2 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 274px;
  margin-right: 65px;
}
.public_footer .common_width .section_2 .line {
  padding: 5px 0;
}
.public_footer .common_width .section_2 .line .icon_nav {
  width: 46px;
  height: 46px;
}
.public_footer .common_width .section_2 .line .icon_nav.icon_contact {
  background-position: -147px -44px;
}
.public_footer .common_width .section_2 .line .icon_nav.icon_message {
  background-position: -208px -41px;
}
.public_footer .common_width .section_2 .line .text {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  cursor: pointer;
}
.public_footer .common_width .section_2 .line .text p.p1 {
  font-size: 22px;
  color: #369ff2;
  line-height: 36px;
  font-family: FZFont3, "SimHei", "Microsoft Yahei", sans-serif;
}
.public_footer .common_width .section_2 .line .text p.p2 {
  font-size: 14px;
  color: #369ff2;
  color: rgba(54, 159, 242, 0.5);
}
.public_footer .common_width .section_3 {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.public_footer .common_width .section_3 .qrcode {
  padding-top: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
  width: 160px;
}
.public_footer .common_width .section_3 .qrcode img {
  display: block;
  width: 70%;
  height: auto;
  cursor: pointer;
  margin: 0 auto;
}
.public_footer .common_width .section_3 .qrcode p {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #808080;
  line-height: 50px;
}
.public_footer .common_width .copy_right {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #808080;
  line-height: 44px;
  text-align: center;
  border-top: 1px solid rgba(86, 85, 88, 0.2);
}
.public_page {
  width: 100%;
  min-width: 1210px;
  background: #f4f5fa;
  min-height: 100%; 
  padding-bottom: 312px;
}
