html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
img {
  vertical-align: bottom;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
em,
i {
  font-weight: normal;
}
strong,
b {
  font-weight: blod;
}
del,
ins,
u,
s,
a {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.4 'Microsoft YaHei', sans-serif;
  color: #333;
  outline: 0;
  border: 0;
}
body {
  background: #fff;
}
a {
  color: #333;
}
a:hover {
  color: #ff8700;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #ccc;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  overflow: hidden;
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.gray {
  color: #666;
}
.yellow {
  color: #ff8700;
}
.hide {
  display: none!important;
}
.g-header .topbar {
  height: 80px;
  font-size: 18px;
}
.g-header .topbar .logo {
  float: left;
}
.g-header .topbar .logo img,
.g-header .topbar .logo span {
  display: inline-block;
  vertical-align: middle;
}
.g-header .topbar .logo span {
  width: 40px;
  line-height: 80px;
  height: 80px;
  position: relative;
}
.g-header .topbar .logo span:before {
  content: '';
  position: absolute;
  width: 1px;
  top: 20px;
  left: 20px;
  height: 40px;
  background-color: #ddd;
}
.g-header .topbar .nav {
  line-height: 80px;
  float: left;
}
.g-header .topbar .nav li {
  display: inline-block;
}
.g-header .topbar .nav li a {
  display: block;
  padding: 0 36px;
}
.g-header .topbar .nav li a.active {
  color: #ff8700;
}
.g-header .topbar .userinfo {
    float: right;
    font-size: 12px;
    padding-top: 25px;
}
.g-header .topbar .userinfo .btn {
    width: 60px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    color: #666;
    font-size:12px;
}
.g-header .swiper-container {
  height: 500px;
}
.g-header .swiper-container .swiper-slide {
  background: #fff url(../images/banner.jpg) center no-repeat;
}
.g-header .w {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.g-header .w .login-wrap {
  position: absolute;
  right: 65px;
  top: 70px;
  width: 340px;
  height: 360px;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 99;
}
.g-header .login-title > a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  border-bottom: 2px solid #ddd;
  position: relative;
}
.g-header .login-title > a.active {
  color: #ff6600;
  border-bottom: 2px solid #ff6600;
}
.g-header .login-title > a.active:after {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #ff6600;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
}
.g-header .login-input {
  height: 40px;
  margin: 18px 0;
}
.g-header .login-input input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  outline: none;
  padding-left: 12px;
}
.g-header .login-extra .login-checkbox label {
  cursor: pointer;
  margin: 0;
  vertical-align: middle;
}
.g-header .login-extra .login-checkbox input {
  display: inline-block;
  vertical-align: middle;
}
.g-header .login-extra a.fr {
  color: #ff8700;
}
.g-header .login-submit button {
  height: 42px;
  width: 100%;
  background-color: #ff6600;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 18px 0;
  font-weight: bold;
  font-size: 16px;
}
.g-header .login-submit button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.g-header1 .banner {
  height: 488px;
  background: #fff url(../images/aboutus_.jpg) center no-repeat;
}
.g-header1 .company-info {
  position: absolute;
  left: 0;
  top: 90px;
  width: 640px;
}
.g-header1 .company-info h1 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #ff8700;
}
.g-header1 .company-info p {
  text-indent: 2em;
  line-height: 30px;
  margin-bottom: 10px;
}
.g-footer {
  height: 592px;
  background: #fff url(../images/dibubeijing.jpg) center no-repeat;
  color: #fff;
}
.g-footer h2 {
  margin-bottom: 90px;
  background: url(../images/btx1.png) center bottom no-repeat;
}
.g-footer .contact-info {
  float: left;
}
.g-footer .contact-info h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.g-footer .contact-info p {
  font-size: 18px;
  margin-bottom: 30px;
}
.g-footer .contact-info li {
  margin-bottom: 20px;
  padding-left: 40px;
  line-height: 28px;
}
.g-footer .form-info {
  float: right;
}
.g-footer .form-info .title {
  margin-bottom: 20px;
  font-size: 18px;
}
.g-footer .form-info .input-item {
  margin-bottom: 24px;
}
.g-footer .form-info .input-item label {
  width: 80px;
  padding-right: 10px;
  display: inline-block;
  text-align: right;
}
.g-footer .form-info .input-item .input {
  width: 300px;
  height: 36px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #fff;
}
.g-footer .form-info .input-item .select,
.g-footer .form-info .input-item .captcha {
  width: 140px;
}
.g-footer .form-info .input-item .select + .select,
.g-footer .form-info .input-item .captcha + .select {
  margin-left: 10px;
}
.g-footer .form-info .input-item .captchaImage {
  display: inline-block;
  margin-left: 10px;
}
.g-footer .form-info .btn {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #ff8700;
  border-radius: 20px;
  margin-left: 80px;
}
[class^="icon-"],
[class*=" icon-"] {
  background-repeat: no-repeat;
}
.icon-ftel {
  background-image: url(../images/icon-1.png);
  background-position: 0 0;
}
.icon-fqq {
  background-image: url(../images/icon-2.png);
  background-position: 0 0;
}
.icon-flocation {
  background-image: url(../images/icon-3.png);
  background-position: 0 0;
}
.line-title {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 28px;
  background: url(../images/btx2.png) center bottom no-repeat;
  text-align: center;
}

.side-icon {
  width: 110px;
  padding: 5px;
  position: fixed;
  z-index: 999;
}

.side-icon .top {
  text-align: right;
  cursor: pointer;
}

.side-icon .top .close {
  display: inline-block;
  height: 22px;
  width: 22px;
  background: url(../images/top11_03.png)no-repeat center;
}

.side-icon ul li {
  width: 100%;
  height: 93px;
  background: #ededed;
  border-top: 1px solid #e4e4e4;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}

.side-icon ul li:nth-of-type(1) {
  border-top: none;
}

.side-icon ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
}

.side-icon ul li .hotline {
  padding-top: 8px;
}

.side-icon ul li a.add {
  color: #fff;
  background: #dd3939;
}

.side-icon ul li a i {
  display: block;
  width: 45px;
  height: 35px;
  margin: auto;
}

.side-icon ul li:nth-of-type(1) a i {
  background: url(../images/mm2_07.png) no-repeat center center;
}
.side-icon ul li:nth-of-type(1) a.add i {
  background: url(../images/fix11_03.png) no-repeat center center;
}
.side-icon ul li:nth-of-type(2) a i {
  background: url(../images/sale_11.png) no-repeat center center;
}
.side-icon ul li:nth-of-type(2) a.add i {
  background: url(../images/fix22_07.png) no-repeat center center;
}
.side-icon ul li:nth-of-type(3) a i {
  background: url(../images/phote_19.png) no-repeat center center;
}
.side-icon ul li:nth-of-type(3) a.add i {
  background: url(../images/fix44_06.png) no-repeat center center;
}
.side-icon ul li:nth-of-type(4) a i {
  background: url(../images/back22_10.png) no-repeat center center;
}
.side-icon ul li:nth-of-type(4) a.add i {
  background: url(../images/tit2_07.png) no-repeat center center;
}
