/**
 * CSS Document * 
 * Created by Jessie 2018/12/3.
 */
/* ==css重置样式== */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
}
em {
  font-style: normal;
}
table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  cellpadding: 0;
  cellspacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol,
li,
dt,
dd {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
strong {
  font-weight: bold;
}
/* ==布局样式== */
.rows {
  width: 100%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dis-in-b {
  display: inline-block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.mt10 {
  margin-top: 10px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav li {
  display: inline-block;
  float: left;
}
html {
  background: #f3f3f3 url(/globalimages/2018mbyl_bg.jpg) no-repeat center top;
  padding-top: 500px;
}
.row01 {
  width: 1022px;
  margin: 0 auto;
  text-align: left;
  height: 250px;
  padding: 40px 0 40px 178px;
}
.row01 h2 {
  font: bold 24px/50px "微软雅黑";
  color: #333;
}
.row01 p {
  font: 14px/36px "微软雅黑";
  color: #7d7d7d;
  margin-top: 10px;
}
.row02 {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0;
}
.row02 h2 {
  font: bold 24px/50px "微软雅黑";
  color: #333;
}
.row02 .ul01 {
  zoom: 1;
  margin-top: 20px;
}
.row02 .ul01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row02 .ul01 li {
  display: inline-block;
  float: left;
  width: 383px;
  margin-left: 25px;
}
.row02 .ul01 li span {
  display: inline-block;
  width: 321px;
  border: 1px dashed #009790;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  font: 16px/30px "微软雅黑";
  color: #7d7d7d;
  text-align: center;
}
.row02 .ul01 li:nth-of-type(1) {
  margin-left: 0;
  margin-top: 15px;
}
.row02 .ul01 li:nth-of-type(2) {
  margin-top: 15px;
}
.row02 dl {
  margin-top: 30px;
  padding: 40px 40px 40px 180px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 5px 5px 5px #ccc;
  -webkit-box-shadow: 5px 5px 5px #ccc;
  box-shadow: 5px 5px 5px #ccc;
}
.row02 dl:nth-of-type(1) {
  background: #fff url(/globalimages/2018mbyl_ico01.png) no-repeat 40px center;
}
.row02 dl:nth-of-type(2) {
  background: #fff url(/globalimages/2018mbyl_ico02.png) no-repeat 40px center;
}
.row02 dl:nth-of-type(3) {
  background: #fff url(/globalimages/2018mbyl_ico03.png) no-repeat 40px center;
}
.row02 dl:nth-of-type(4) {
  background: #fff url(/globalimages/2018mbyl_ico04.png) no-repeat 42px center;
}
.row02 dl dt {
  font: bold 16px/30px "微软雅黑";
  color: #333;
}
.row02 dl dd {
  font: 14px/30px "微软雅黑";
  color: #333;
}
.row02 .ul02 {
  margin-top: 30px;
  zoom: 1;
}
.row02 .ul02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row02 .ul02 li {
  display: inline-block;
  width: 510px;
  height: 180px;
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.row02 .ul02 li h3 {
  font: bold 24px/50px "微软雅黑";
  color: #fff;
}
.row02 .ul02 li p {
  margin-top: 20px;
  font: 14px/36px "微软雅黑";
  color: #fff;
}
.row02 .ul02 li:nth-of-type(1) {
  float: left;
  background: #00a780;
}
.row02 .ul02 li:nth-of-type(2) {
  float: right;
  background: #00a2d8;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  text-align: center;
}
.footer {
  text-align: center;
  background: #fff;
}
.footer p {
  height: auto;
  font-size: 14px;
  line-height: 24px;
  color: #002249;
}
.footer p.nav a {
  padding: 0 10px;
  color: #002249;
  font: 14px/24px "微软雅黑";
}
.footer p.nav a.imgIco {
  padding: 0 5px;
}
.footer p.nav a img {
  position: relative;
  top: 14px;
  height: 40px;
  width: auto;
}
.footer p.nav a.imgIco.ico1 img {
  top: 14px;
}
.footer p.nav select {
  border: 1px solid #3B4245;
  background: none;
  margin-right: 10px;
}
.footer p.copy a {
  display: inline-block;
  padding: 0 10px 0 20px;
  height: 16px;
  line-height: 14px;
  background: url(/globalimages/ico-1-4.png) no-repeat;
  color: #002249;
}
.footer p.copy a.ico1 {
  background-position: 0 -30px;
}
.footer p.copy a.ico2 {
  background-position: 0 -60px;
}
.footer p a:hover {
  color: #000;
}