@charset "UTF-8";
.inner {
  width: 1200px;
  margin: 0 auto;
}

.title {
  text-align: center;
}
.title h1 {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
}

/* ---------------------- */
#wrap {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
#wrap .header {
  position: relative;
}
#wrap .header .banner img {
  width: 100%;
  vertical-align: bottom;
}
#wrap .header .top {
  position: absolute;
  z-index: 9;
  top: 0;
  width: 100%;
  background: #053f7a;
}
#wrap .header .top .logo {
  float: left;
  margin-top: 10px;
  cursor: pointer;
}
#wrap .header .top .nav1 {
  margin-top: 0;
  float: right;
}
#wrap .header .top .nav1 li {
  float: left;
  margin-right: 10px;
}
/* 导航条右边字体的高度 */
#wrap .header .top .nav1 li a {
  display: block;
  text-align: center;
  transition: all 0.3s;
  padding: 0 16px;
  font-size: 18px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  background: none;
  font-weight: bold;
}
#wrap .header .top .nav1 li a.on, #wrap .header .top .nav1 li a:hover {
  background: none;
}
#wrap .header .top .nav1 li a:hover, #wrap .header .top .nav1 li a.on {
  border-bottom: 3px solid #da620e;
  background: none;
  color: #da620e;
}

.main {
  margin-top: 0;
  width: 100%;
  background: url("../images/bg1.png") no-repeat bottom center;
  background-size: 100% auto;
}

/* ---------------------- */
/* 测试内容居中蓝色 */
.content {
  min-height: 500px;
  overflow: hidden;
  /* float: left; */
  font-size: 16px;
  /* background: #abcdef; */
}
.main .content .txt1 {
  
  margin-bottom: 100px; /* 内容底部外面加扩高度 */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .content .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  line-height: 35px;
  /* display: none; */
}
.main .content .txt .tet {
  margin-top: 50px;
  width: 100%;
  text-indent: 2rem;
}
.main .content .txt .tit {
  margin-top: 100px;
}
.main .content .txt .tit h1 {
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 2rem;
}
.main .content .txt .tetb {
  font-weight: bold;
  margin-top: 20px;
  width: 100%;
  text-indent: 2rem;
}
.main .content .txt .tetb2 {
  margin-top: 20px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  text-indent: 2rem;
}
.main .content .txt .tetp {
  margin-top: 0px;
  width: 100%;
  text-indent: 2rem;
}
.main .content .txt .teth {
  line-height: 45px;
}
.main .content .txt .teth .tetm {
  font-weight: bold;
  font-size: 1.2rem;
}
/* =============================
        表格的样式
============================= */
.tab {border-collapse:collapse;font-size:14px; text-align: center; margin:0 auto; line-height:23px; color:#181003;background:#eaf5fd;margin:10px auto;}
.tab td {border:1px solid #B3D3EC; padding:5px;}
.tab .tr{background:#053f7a; color:#fff; font-weight:bold; text-align:center;}
.tc{text-align: center;font-size: larger;font-weight: bold;padding: 10px 0;}
.tdl{text-align: initial;}
/* =============================
        滚动图片
============================= */
.ftimgs{ background: note; width:1200px; height:220px; margin:0px auto 0px auto; clear:both; padding-bottom:30px;}
#colee_left{ width:1100px; height:210x;overflow:hidden; padding:0 10px;margin:0 auto;}
#colee_left p{ margin:5px 10px 10px 0;}
#colee_left img{ margin-right:10px;}
/* =============================
        页脚
============================= */
#footer {
  min-width: 100%;
  height: 80px;
  background: #333333;
  color: #ffffff;
}
.fc{
  max-width: 1260px;
  min-width: 755px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 78px;
}