@charset "utf-8";
/* CSS Document */
/*
color:red !important;/* Firefox、IE7支持
_color:red;  IE6支持
*color:red;  IE6、IE7支持
*+color:red; IE7支持/
color:red\9; IE6、IE7、IE8支持
color:red\0; IE8支持
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99000000', EndColorStr='#99000000');
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templets/ftwcm/images/bg_index.body1.png');_background:none;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.3));
behavior:url('');
pointer-events:none;//鼠标穿透
-webkit-animation:0.3s ease-in 1.1s 1 ui;
-webkit-animation-fill-mode:both;
*/

/*--默认--*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
}

html {
  /*background:#000;*/
}

body {
  -webkit-text-size-adjust: none;
  font-family: "microsoft yahei";
  font-size: 12px;
  max-width: 1920px;
  min-width: 1230px;
  margin: 0 auto;
}

ol,
ul,
li {
  list-style: none outside none;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.content-body img {
  display: block;
  border: none;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

tr,
td,
th {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #474747;
}

i,
b,
strong {
  font-style: normal;
  font-weight: normal;
}

input,
textarea,
select {
  border: 1px solid #ccc;
  font-family: Arial, Helvetica, sans-serif;
  outline: none;
  border: none;
  background: none;
  padding: 0;
}

a:focus {
  outline: none;
}

/*--类--*/
.content-body  .block {
  width: 989px;
  padding-top: 69px;
  padding-bottom: 69px;
  margin: 0 auto;
  position: relative;
  height: 100%; /*border: 1px solid #00ff1e;box-sizing: border-box;*/
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.body {
  min-height: 100%;
}

/*板块类*/
.content-body {
  max-width: 1920px;
  min-width: 1620px;
  margin: 0 auto;
}
.content1 {
  min-width: 1620px;
  width: 100%;
  background-color: #f5f5f5;
  /* font-size: 18px;
    color: #333333; */
  /* line-height: 28px; */
  letter-spacing: 0;
}
.content2 {
  width: 100%;
  min-width: 1620px;
  background: #ffffff;
  /* font-size: 18px;
    color: #333333;
    line-height: 28px; */
  letter-spacing: 0;
}
.top,
.bot {
  width: 100%;
}
.top img {
  width: 100%;
}
.bot img {
  width: 100%;
}
/*文字类*/
.blue {
  color: #2a2d41;
  font-weight: bold;
  font-size: 18px;
}

.red {
  color: #bf0008;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/*效果类*/
.shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
