@import url(reset.css);
body {
  margin: auto;
  background-color: #fff;
  color: #666;
  line-height: 160%;
  font-size: 14px;
}

p {
  line-height: 160%;
}

a {
  color: #11449c;
}

a:hover {
  color: #20608e;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.h10 {
  height: 10px;
}

.h15 {
  height: 15px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center {
  margin: auto;
  width: 1200px;
}

#home_min {
  line-height: 140%;
  padding-top: 30vh;
  background-color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
#home_min .center1 {
  margin-bottom: 200px;
  line-height: 120%;
}
#home_min .center1 img {
  margin-bottom: 5em;
}
#home_min .center1 h1 {
  font-size: 38px;
  color: #0061ae;
  line-height: 200%;
}

#home {
  line-height: 140%;
  background-color: #fff;
  text-align: center;
  padding-top: 30px;
}
#home .center {
  width: 1000px;
  line-height: 120%;
}
#home .center .logo {
  margin-bottom: 20px;
}
#home .center .banner {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  margin: 0 auto 20px;
}
#home .center .banner img {
  width: 100%;
}
#home .center .banner h1 {
  position: absolute;
  left: 100px;
  top: 24%;
  font-size: 38px;
  color: #0061ae;
  line-height: 200%;
}
#home .center .row1 {
  background-color: #eee;
  text-align: left;
  padding: 30px;
  margin-bottom: 20px;
}
#home .center .row1 a {
  color: #000;
}
#home .center .row1 a:hover {
  color: #900;
}
#home .center .row1 a h2 {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 1em;
}
#home .center .row1 a .desc {
  line-height: 160%;
}
#home .center .row2 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 30px;
}
#home .center .row3 {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 50px;
  line-height: 160%;
}
#home .center .row3 a {
  color: #000;
}
#home .center .row3 a h2 {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 1em;
}
footer {
  width: 100%;
  background-color: #68666c;
  padding: 20px;
}
footer .center {
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .center .ffl {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .center .ffl .ewms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .center .ffl .ewms li {
  margin-right: 20px;
  text-align: center;
}
footer .center .ffr {
  text-align: right;
}
footer .center .ffr a {
  color: #ccc;
  margin-bottom: 1em;
  display: block;
}
footer .center .ffr p {
  text-align: right;
}

.top {
  text-align: center;
  margin: 40px 0;
}

.art_tit {
  width: 800px;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 20px;
  background-color: #eee;
  padding: 30px;
  color: #000;
}

article.art {
  width: 800px;
  margin-bottom: 50px;
  text-align: center;
}
article.art p {
  text-align: left;
  line-height: 160%;
  margin-bottom: 1em;
}
article.art .tar {
  text-align: right;
}
article.art img.cc {
  margin: 20px auto;
}
article.art img.ww {
  width: 100%;
}