@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 Microsoft YaHei, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
legend {
  color: #000;
}
fieldset,
img {
  border: 0;
  vertical-align: top;
}
section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
  display: block;
}
figure {
  margin: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  border: 0;
  background: none;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
a {
  blr: expression_r(this.onFocus=this.blur());
}
a {
  outline: none;
  transition-duration: 0.3s, 0.3s;
  transition-property: background-color, color;
  transition-timing-function: ease, ease;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.noBg {
  background: none !important;
}
.noBd {
  border: none !important;
}
.noMr {
  margin-right: 0 !important;
  float: right !important;
}
.i {
  text-align: justify;
  text-justify: inter-ideograph;
}

/*Body*/
body {
  color: #666;
  background: #fff;
}
a {
  color: #666;
}
a:hover {
  color: #0288d1;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.g-in {
  width: 1200px;
  margin: 0 auto;
}
.g-in:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}
.g-in {
  *zoom: 1;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper img {
  vertical-align: top;
}

/* 网站地图 */
.webmap {
  padding: 10px 0px 15px;
}
.webmap dl {
  overflow: hidden;
  zoom: 1;
  height: 32px;
  margin-bottom: 5px;
}
.webmap dt {
  width: 15%;
  float: left;
}
.webmap dd {
  float: left;
  width: 85%;
}
.webmap dt a {
  display: block;
  line-height: 32px;
  background: #ccc;
  color: #000;
  text-align: center;
}
.webmap dd a {
  margin: 0 5px 5px;
  background: #eee;
  display: block;
  line-height: 32px;
  width: 143px;
  float: left;
  text-align: center;
}
.webmap a:hover {
  background: #343434;
  text-decoration: none;
  color: #fff;
}

.header {
  border-top: 5px solid #0288d1;
}
.top .logo {
  float: left;
}
.top .phone {
  float: right;
  margin-top: 32px;
  padding-left: 59px;
  background: url(phone_06.png) no-repeat left center;
}
.top .phone div {
  font-size: 14px;
  color: #333333;
}
.top .phone p {
  font-size: 24px;
  color: #0288d1;
  font-weight: bold;
  margin-top: -5px;
}

.nav {
  height: 68px;
  background: #0288d1;
}
.nav ul li {
  float: left;
  line-height: 68px;
  width: 150px;
  position: relative;
}
.nav ul li .a1 {
  display: block;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.nav ul li:hover .a1,
.nav ul li.current .a1 {
  background: #448aff;
}
.nav ul li .sub {
  position: absolute;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 45px;
  display: none;
}
.nav ul li .sub dl dt a {
  display: block;
  font-size: 14px;
  color: #ffffff;
}
.nav ul li .sub dl dt:hover a {
  background: #0288d1;
}

.banner {
  position: relative;
  width: 100%;
}
.banner .bd {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  z-index: 1;
}
.banner .bd ul {
}
.banner .bd ul li {
}
.banner .bd ul li img {
}
.banner .hd {
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  position: absolute;
  bottom: 30px;
  z-index: 3;
  text-align: center;
}
.banner .hd ul {
  display: inline-block;
}
.banner .hd ul li {
  width: 27px;
  height: 8px;
  background: #fff;
  margin: 0 3px; /*border-radius:100%;*/
  *display: block;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-indent: 999px;
}
.banner .hd ul .on {
  background: #0288d1;
  width: 54px;
}
/*.banner a.prev, .banner a.next{ width:82px; height:128px; position:absolute; top:50%; margin-top:-64px; z-index:15; }
.banner a.prev{ left:0; background:url(prev_01.png) no-repeat; }
.banner a.next{ right:0; background:url(next_01.png) no-repeat; }
.banner:hover a.prev, .banner:hover a.next{ opacity:1; }*/

.fta {
  background: url(ft_bg_02.jpg) no-repeat center;
  height: 266px;
  padding-top: 95px;
}
.fta .ftal {
  float: left;
  width: 201px;
  height: 166px;
  border-right: 1px solid #797979;
}
.fta .ftal .ftala {
  padding-left: 23px;
}
.fta .ftal .ftalb {
  margin-top: 36px;
}
.fta .ftal .ftalb .ftalbl {
  float: left;
  margin-left: 11px;
  line-height: 20px;
  font-size: 13px;
  color: #a0a0a0;
}
.fta .ftal .ftalb .ftalbr {
  float: left;
}
.fta .ftal .ftalb .ftalbr .ftalbri {
  float: left;
  position: relative;
  margin: 0 3px;
}
.fta .ftal .ftalb .ftalbr .ftalbri .ftalbrib {
  position: absolute;
  bottom: 20px;
  left: -40px;
  display: none;
}
.fta .ftar {
  float: right;
}
.fta .ftar .ftari {
  float: left;
  margin-left: 60px;
  width: 108px;
  text-align: center;
  margin-top: -5px;
}
.fta .ftar .ftari.ftari1 {
  margin-left: 0;
}
.fta .ftar .ftari .ftaria {
  padding-bottom: 15px;
  border-bottom: 1px solid #7d7d7d;
}
.fta .ftar .ftari .ftaria a {
  font-size: 16px;
  color: #ffffff;
}
.fta .ftar .ftari .ftarib {
  margin-top: 22px;
}
.fta .ftar .ftari .ftarib ul li {
  line-height: 24px;
}
.fta .ftar .ftari .ftarib ul li a {
  font-size: 12px;
  color: #f2f2f2;
}
.ftb {
  height: 52px;
  line-height: 52px;
  background: #0288d1;
}
.ftb .ftbl {
  float: left;
  font-size: 14px;
  color: #ece7e7;
}
.ftb .ftbl a {
  color: #ece7e7;
}
.ftb .ftbr {
  float: right;
  font-size: 14px;
  color: #ece7e7;
}
.ftb .ftbr a {
  color: #ece7e7;
}

.header .nav ul li a {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
