/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-5-13, 17:49:41
    Author     : zhige
    "首页"、“工具管理”、“业务管理”、“线上管理”共同用到的css样式

*/
.row {
  margin-left: 0px;
  margin-right: 0px;
}
.contentwrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.wrap > .container {
  padding: 0px 15px 0px;
}
body {
  font-family: "Microsoft YaHei" !important;
}
p {
  font-family: "Microsoft YaHei" !important;
}
.pbg {
  font-size: 48px;
  margin: 0 0 5px;
}
.pmd {
  font-size: 28px;
}
.psm {
  font-size: 18px;
  white-space: nowrap;
}
.divimg {
  width: 100%;
  height: 580px;
  text-align: center;
}
.divunderimg {
  width: 100%;
  height: 580px;
  background: #fff;
  padding-top: 126px;
  padding-bottom: 126px;
}
.bgwhite {
  background: #f0f0f0;
}
.content-btm {
  width: 1000px;
  height: 580px;
  margin-left: auto;
  margin-right: auto;
}
.div-personnal {
  background: #ffffff;
}
.title-bottom {
  margin-bottom: 40px;
}
.gl-top {
  padding-top: 20px;
}
a:hover,
a:focus {
  /*    color: white;
    text-decoration: none;*/
}
.img-layout {
  /*    width: 100%;
    height: 100%;*/
  /*    width: 1920px;
    height: 580px;
*/
  height: 580px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.divimg {
  width: 100%;
  height: 580px;
  background-position: center;
}
.divhomeimg {
  background: url(../images/banner-0.jpg) center no-repeat;
}
.divtoolimg {
  background: url(../images/banner-1.jpg) center no-repeat;
}
.divbusinessimg {
  background: url(../images/banner-2.png) center no-repeat;
}
.divonlineimg {
  background: url(../images/banner-3.png) center no-repeat;
}
.div-half {
  width: 50%;
}
.div-tri {
  width: 33.3333333%;
  float: left;
  text-align: center;
}
.div-quart {
  width: 25%;
  float: left;
  text-align: center;
}
.section-heading {
  text-align: center;
  margin: auto;
  width: 100px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  color: white;
}
.section-title {
  padding-top: 2%;
  font-size: 48px;
  text-align: center;
}
.section-subtitle {
  font-size: 18px;
  text-align: center;
}
.img-section {
  display: block;
  margin: 0 auto;
}
.font-white {
  color: #fff;
}
.section {
  position: relative;
  height: 700px !important;
}
.content-wrapper {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 500px;
}
.partial-top {
  padding-top: 5%;
}
