body {
  font-size       : 16px;
  background-color: #FFF0F2;
  color           : #595757;
}

.section01 .BOXTITLE,
.section03 .BOXTITLE,
.section04 .BOXTITLE,
.section05 .BOXTITLE {
  text-align    : center;
  color         : #21489c;
  letter-spacing: 1px;
  margin-bottom : 30px
}

.section01 .BOXTITLE {
  color  : #595757;
  padding: 0 15px 0;
}

.section01 .BOXTITLE h2 {
  color: #21489C;
}

.section03 .btnbox,
.section05 .NEWSWRAP .btnbox {
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : -ms-flexbox;
  display                : flex;
  -webkit-align-content  : center;
  -ms-flex-line-pack     : center;
  align-content          : center;
  -webkit-box-pack       : center;
  -webkit-justify-content: center;
  -ms-flex-pack          : center;
  justify-content        : center
}

.section03 .btnbox::before,
.section05 .NEWSWRAP .btnbox::before {
  content          : "";
  width            : 20px;
  height           : 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
  position         : relative;
  left             : 9px;
  top              : -10px;
  z-index          : 10
}

.section03 .btnbox::after,
.section03 .btnbox::before {
  background: #fff7f5;
}

.section05 .NEWSWRAP .btnbox::after,
.section05 .NEWSWRAP .btnbox::before {
  background: #fff0f2;
}

.section03 .btnbox::after,
.section05 .NEWSWRAP .btnbox::after {
  content: "";
  width  : 20px;
  height : 20px;

  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
  position         : relative;
  right            : 9px;
  top              : -10px
}

.section03 .btnbox a.newsMore {
  background: #FF828E;
  color     : #FFF;
}

.section03 .btnbox a.newsMore,
.section05 .NEWSWRAP .btnbox a.newsMore {

  height     : 50px;
  display    : block;
  width      : 180px;
  padding    : 8px;
  text-align : center;
  line-height: 34px;
  position   : relative
}

.section05 .NEWSWRAP .btnbox a.newsMore {
  background: #21489C;
  color     : #FFF;
}

.section05 .NEWSWRAP .btnbox a.newsMore::before,
.section05 .NEWSWRAP .btnbox a.newsMore::after {
  background: #fff0f2
}

.section03 .btnbox a.newsMore::before,
.section03 .btnbox a.newsMore::after {
  background: #fff7f5;
}

.section03 .btnbox a.newsMore::before,
.section05 .NEWSWRAP .btnbox a.newsMore::before {
  content: "";
  width  : 20px;
  height : 20px;

  position         : absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
  left             : 172px;
  bottom           : -10px
}

.section03 .btnbox a.newsMore::after,
.section05 .NEWSWRAP .btnbox a.newsMore::after {
  content          : "";
  width            : 20px;
  height           : 20px;
  position         : absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
  right            : 172px;
  bottom           : -10px
}

.story {
  /* height                : 1380px;
  background            : url("../../images/topbg_01.png"); */
  background-position   : bottom center;
  background-repeat     : no-repeat;
  background-size       : cover;
  display               : -webkit-box;
  display               : -webkit-flex;
  display               : -ms-flexbox;
  display               : flex;
  -webkit-box-orient    : vertical;
  -webkit-box-direction : normal;
  -webkit-flex-direction: column;
  -ms-flex-direction    : column;
  flex-direction        : column
}

@media screen and (max-width: 1190px) {
  .story {
    background-size: 100%;
  }
}

.story .KV {
  padding   : 40px;
  margin-top: 100px;
  position  : relative;
  z-index   : 60
}

.story a.copyrightlink svg {
  -webkit-transform: rotate(90deg);
  -ms-transform    : rotate(90deg);
  transform        : rotate(90deg)
}

.story small {
  font-size        : 12px;
  letter-spacing   : 0.05em;
  -webkit-transform: rotate(-90deg);
  -ms-transform    : rotate(-90deg);
  transform        : rotate(-90deg);
  position         : fixed;
  bottom           : 527px;
  right            : -367px;
  width            : 800px;
  height           : 20px;
  text-align       : left;
  z-index          : 100;
  color            : #b7b7b7
}

.story small i.fa.fa-facebook-official {
  -webkit-transform: rotate(90deg);
  -ms-transform    : rotate(90deg);
  transform        : rotate(90deg);
  font-size        : 26px;
  line-height      : -5px;
  position         : absolute;
  bottom           : -2px;
  left             : -34px
}

@media screen and (max-width: 768px) {
  .story small {
    display: none
  }
}

@media screen and (max-width: 1366px) {
  .story {
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  .story {
    height             : auto;
    background-position: bottom left
  }

  .story .SLOGAN img {
    max-width: 50%
  }
}

@media screen and (max-width: 768px) {
  .story {
    height: auto;
  }

  .story .KV {
    padding   : 150px 0 0 0;
    margin-top: 0px
  }
}

@media screen and (max-width: 600px) {
  .story {
    height: auto;
  }

  .story .KV {
    padding: 90px 0 0 0
  }
}

@media screen and (max-width: 600px) {
  .story {
    height: auto;
  }

  .story .KV {
    padding: 90px 0 0 0
  }
}

@media screen and (max-width: 375px) {
  .story {
    height: auto;
  }

  .story .KV {
    padding: 70px 0 0 0
  }
}

@media screen and (max-width: 320px) {
  .story {
    height: auto;
  }
}

.navbar {
  width           : 100%;
  z-index         : 99;
  background-color: rgba(255, 240, 242, 0.9);
  position        : fixed
}

.container.menubar {
  width: 90%
}

.container.menubar ul.nav.navbar-nav.navbar-right.attr-nav {
  /* padding-top: 40px */
  margin-top: -5px;
  position  : relative;
  z-index   : 200;
}

.mainlink {
  clear: both;
}

.langlink {
  padding-right: 15px;
  font-size    : 14px;
}

@media screen and (max-width: 1024px) {
  .container.menubar {
    width: 100%
  }

  .container.menubar ul.nav.navbar-nav.navbar-right.attr-nav {
    padding-top: 0px
  }
}

@media screen and (max-width: 768px) {
  .container.menubar {
    width: 100%
  }

  .container.menubar ul.nav.navbar-nav.navbar-right.attr-nav {
    padding-top: 0px
  }
}

@media screen and (max-width: 414px) {
  .container.menubar {
    height: 0px
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  z-index : 100;
  position: relative
}

.dropdown-menu>li>a:hover {
  background: #faf9f4
}

.popup.video-ad {
  position        : fixed;
  left            : 0px;
  bottom          : 0px;
  z-index         : 999;
  border          : 1px solid #9db2e2;
  background-color: #ffffff;
  text-align      : center;
  width           : 340px;
  height          : 227px;
  font-size       : 18px;
  padding-top     : 2px;
  line-height     : 180%;
  overflow        : hidden;
}

@media (max-width: 890px) {
  .popup.video-ad {
    display: none;
  }
}

.popup.video-ad a {
  color    : #21489c;
  font-size: 18px;
}


.video-ad .off {
  position: absolute;
  top     : 0px;
  right   : 10px;
  cursor  : pointer;
}

.section01 {
  padding-top: 60px;
  min-height : 500px;

  background-color: #FFF0F2;
}

.section01 .container small.TXT {
  font-size : 20px;
  z-index   : 10;
  color     : #8f8f8f;
  text-align: center
}

.section01 .care {
  background-size        : cover;
  background-repeat      : no-repeat;
  height                 : 210px;
  margin-bottom          : 30px;
  display                : -webkit-box;
  display                : -webkit-flex;
  display                : -ms-flexbox;
  display                : flex;
  -webkit-box-pack       : end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack          : end;
  justify-content        : flex-end;
  -webkit-box-orient     : vertical;
  -webkit-box-direction  : normal;
  -webkit-flex-direction : column;
  -ms-flex-direction     : column;
  flex-direction         : column;
  -webkit-box-align      : center;
  -webkit-align-items    : center;
  -ms-flex-align         : center;
  align-items            : center
}

.section01 .care::before {
  content          : "";
  display          : block;
  width            : 40px;
  height           : 40px;
  position         : absolute;
  z-index          : 10;
  background-color : #FFF0F2;
  -webkit-transform: rotate(-45deg);
  -ms-transform    : rotate(-45deg);
  transform        : rotate(-45deg);
  pointer-events   : none;
  top              : -20px;
  left             : -5px
}

.section01 .care::after {
  content          : "";
  display          : block;
  width            : 40px;
  height           : 40px;
  position         : absolute;
  z-index          : 10;
  background-color : #FFF0F2;
  -webkit-transform: rotate(-45deg);
  -ms-transform    : rotate(-45deg);
  transform        : rotate(-45deg);
  pointer-events   : none;
  top              : -20px;
  right            : -4px
}

/*.section01 .care:hover .LINKNAME {
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin-bottom: 0
}*/
.section01 .care .LINKNAME {
  width             : 100%;
  height            : 210px;
  padding-top       : 25%;
  background-color  : rgba(33, 72, 156, 0.4);
  color             : #fff;
  -webkit-transition: all .5s;
  -o-transition     : all .5s;
  transition        : all .5s;
  /*	opacity        : 0;
	margin-bottom      : 100px*/
  opacity           : 1;
  margin-bottom     : 0px
}

.section01 .care .LINKNAME h3 {
  text-align    : center;
  color         : #FFF;
  line-height   : 30px;
  padding-bottom: 8px
}

.section01 .care .LINKNAME p {
  text-align: center;
  color     : #FFF;
  padding   : 0 10px;
}

.section01 .care01 {
  background     : url("../../images/care_11.jpg");
  background-size: cover
}

.section01 .care02 {
  background     : url("../../images/care_13.jpg");
  background-size: cover
}

.section01 .care03 {
  background     : url("../../images/care_17.jpg");
  background-size: cover
}

.section01 .care04 {
  background     : url("../../images/care_18.jpg");
  background-size: cover
}

.section01 .INFO::before {
  content          : "";
  display          : block;
  width            : 40px;
  height           : 40px;
  position         : absolute;
  z-index          : 10;
  background-color : #FFF0F2;
  -webkit-transform: rotate(-45deg);
  -ms-transform    : rotate(-45deg);
  transform        : rotate(-45deg);
  pointer-events   : none;
  bottom           : 10px;
  left             : -5px
}

.section01 .INFO::after {
  content          : "";
  display          : block;
  width            : 40px;
  height           : 40px;
  position         : absolute;
  z-index          : 10;
  background-color : #FFF0F2;
  -webkit-transform: rotate(-45deg);
  -ms-transform    : rotate(-45deg);
  transform        : rotate(-45deg);
  pointer-events   : none;
  bottom           : 10px;
  right            : -5px
}

@media screen and (max-width: 768px) {
  .section01 .care {
    height: 20vh
  }

  /*.section01 .care .LINKNAME {
	opacity: 1;
	margin-bottom: 0
}
*/
  .section01 .care .LINKNAME h3 {
    line-height: 0
  }

  .section01 .container small.TXT {
    -ms-writing-mode    : unset;
    writing-mode        : unset;
    -webkit-writing-mode: unset;
    writing-mode        : unset;
    position            : unset;
    left                : 0px;
    z-index             : 10;
    color               : #d28e69
  }
}

@media screen and (max-width: 414px) {
  .section01 .care {
    height: 25vh
  }
}

@media screen and (max-width: 768px) {
  .section01 {
    opacity       : 1;
    /* padding-top: 50px;
    min-height    : 660px; */

  }
}

.section02 {
  padding-top        : 30px;
  min-height         : 720px;
  /*background       : url("../../images/room_bg.png");*/
  background-repeat  : no-repeat;
  background-position: bottom center;
  background-color   : #FFF0F2;
}

.section02 .ABOUT {
  background : #fff;
  min-height : 620px;
  min-height : 620px;
  padding    : 2% 10% 2% 2%;
  line-height: 2.4em
}

.section02 .ABOUT .secondTitle {
  color    : #5462a6;
  font-size: 30px
}

.section02 .ABOUT .POINT {
  color          : #5462a6;
  list-style-type: disc;
  padding-left   : 20px
}

.section02 .BABY {
  position   : relative;
  margin-left: -8%;
  padding-top: 4%
}

.section02 .BABY .airplane {
  float       : right;
  padding-top : 10px;
  margin-right: -130px;
  max-width   : 100%
}

@media screen and (max-width: 768px) {
  .section02 {
    margin-top: 0;
    overflow  : hidden
  }

  .section02 .ABOUT {
    padding: 15px
  }

  .section02 .BABY {
    position   : unset;
    margin-left: 0;
    padding-top: 15px
  }

  .section02 .BABY .airplane {
    opacity     : 1;
    margin-right: -150px;
    width       : 80%
  }
}

.section03 {
  padding-top     : 60px;
  min-height      : 720px;
  background-color: #fff0f2;
  clear           : both;
}

.section03 .CSINFO {
  text-align    : center;
  letter-spacing: 1px;
  color         : #2148b3;
  padding       : 0 15px;
}

.section03 .btnbox::before,
.section03 .btnbox::after {
  background: #adbfea;
}

.section03 .btnbox a.newsMore::before,
.section03 .btnbox a.newsMore:after {
  background: #adbfea;
}

.section04 {
  padding-top     : 60px;
  min-height      : 720px;
  background-color: #fff0f2;
}

.section04 .SERVICE_BOX {
  padding           : 15px;
  overflow          : hidden;
  -webkit-transition: all .5s;
  -o-transition     : all .5s;
  transition        : all .5s;
  display           : flex;
  justify-content   : center;
  flex-wrap         : wrap;
}

.section04 .SERVICE_BOX .SS {
  height            : 200px;
  background-size   : cover;
  margin            : 1%;
  /* width          : 23%; */
  overflow          : hidden;
  -webkit-transition: all .5s;
  -o-transition     : all .5s;
  transition        : all .5s;
  background-size   : contain;
  background-repeat : no-repeat;
  flex-basis        : 22%;
}

@media screen and (max-width:768px) {
  .section04 .SERVICE_BOX .SS {
    flex-basis: 30%;
  }
}

@media screen and (max-width:600px) {
  .section04 {
    padding-top: 30px;
  }

  .section04 .SERVICE_BOX .SS {
    flex-basis: 50%;
  }
}

/*.section04 .SERVICE_BOX .SS:hover {
	background-size: 132px 100px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}*/
.section04 .SERVICE_BOX .SS .SNAME {
  padding-top       : 40%;
  height            : 100%;
  background        : rgba(33, 72, 156, 0.4);
  width             : 116%;
  margin-left       : -15px;
  color             : #FFF;
  display           : block;
  opacity           : 0;
  -webkit-transition: all .5s;
  -o-transition     : all .5s;
  transition        : all .5s;
  text-align        : center
}

.section04 .SERVICE_BOX .SS .SNAME a {
  color: #FFF
}

.section04 .SERVICE_BOX .SS:hover .SNAME {
  opacity           : 1;
  -webkit-transition: all .5s;
  -o-transition     : all .5s;
  transition        : all .5s
}

.section04 .SERVICE_BOX .SS::before {
  content          : "";
  width            : 40px;
  height           : 40px;
  background       : #fff0f2;
  z-index          : 10;
  position         : absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
  left             : -20px;
  top              : -20px
}

.section04 .SERVICE_BOX .SS::after {
  content          : "";
  width            : 40px;
  height           : 40px;
  background       : #fff0f2;
  z-index          : 10;
  position         : absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
  right            : -20px;
  top              : -20px
}

.section04 .SERVICE_BOX .SS .SSLINE:before {
  content          : "";
  width            : 40px;
  height           : 40px;
  background       : #fff0f2;
  z-index          : 10;
  position         : absolute;
  left             : -20px;
  bottom           : -20px;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg)
}

.section04 .SERVICE_BOX .SS .SSLINE:after {
  content          : "";
  width            : 40px;
  height           : 40px;
  background       : #fff0f2;
  z-index          : 10;
  position         : absolute;
  right            : -20px;
  bottom           : -20px;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg)
}

.section04 .SERVICE_BOX .S01 {
  background-image   : url("/hipershop/rwd1325/store/F3/service01.jpg");
  background-size    : cover;
  background-position: center;
}

.section04 .SERVICE_BOX .S02 {
  background-image   : url("/hipershop/rwd1325/store/F3/service02.jpg");
  background-size    : cover;
  background-position: center;
}

.section04 .SERVICE_BOX .S03 {
  background-image   : url("/hipershop/rwd1325/store/F3/service03.jpg");
  background-size    : cover;
  background-position: center;
}

.section04 .SERVICE_BOX .S04 {
  background-image   : url("/hipershop/rwd1325/store/F3/service04.jpg");
  background-size    : cover;
  background-position: center;
}

.section04 .SERVICE_BOX .S05 {
  background-image   : url("/hipershop/rwd1325/store/F3/service05.jpg");
  background-size    : cover;
  background-position: center;
}

.section04 .SERVICE_BOX .S06 {
  background-image   : url("/hipershop/rwd1325/store/F3/service06.jpg");
  background-size    : cover;
  background-position: center;
}

.section04 .SERVICE_BOX .S07 {
  background-image   : url("/hipershop/rwd1325/store/F3/service07.jpg");
  background-size    : cover;
  background-position: center;
}

.section04 .SERVICE_BOX .S08 {
  background-image   : url("/hipershop/rwd1325/store/F3/service08.jpg");
  background-size    : cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .section04 .SERVICE_BOX .SS {
    height             : 185px;
    margin             : 0%;
    width              : 50%;
    background-position: top center;
    overflow           : hidden
  }

  .section04 .SERVICE_BOX .SS .SNAME {
    width     : 100%;
    display   : block;
    opacity   : 1;
    height    : 20%;
    text-align: center;
    position  : absolute;
    bottom    : 0
  }

  .section04 .SERVICE_BOX .SS .SNAME a {
    padding-top: 25px;
    font-size  : 15px;
    color      : #FFF;
    font-weight: bold;
    position   : absolute;
    left       : 0;
    top        : 0;
    right      : 0;
    bottom     : 0;
    padding    : 15px;
  }

  /* .section04 .SERVICE_BOX .S06 .SNAME a {
    padding-top: 10px
	} */
  /*最早第一版文案太多行所做的特別調整*/
}

.boxtitlehr {
  margin: 20px 50px;
}

.section05 {
  padding-top     : 30px;
  min-height      : 620px;
  background-color: #fff0f2;
}

.section05 .newsbg {
  background: #fff0f2;
  position  : relative
}

.section05 .newsbg::before {
  content          : "";
  width            : 40px;
  height           : 40px;
  background       : transparent;
  position         : relative;
  top              : -20px;
  left             : -35px;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg)
}

.section05 .newsbg::after {
  content          : "";
  width            : 40px;
  height           : 40px;
  background       : transparent;
  position         : relative;
  bottom           : -20px;
  left             : -35px;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg)
}

.section05 .BOXTITLE {
  margin-top: -30px
}

.section05 .NEWSWRAP {
  padding : 0 40px 50px;
  overflow: hidden
}

.section05 .NEWSWRAP h4 {
  height          : 20px;
  width           : 100%;
  overflow        : hidden;
  -o-text-overflow: ellipsis;
  text-overflow   : ellipsis;
  white-space     : nowrap;
  padding-left    : 15px;
}

.section05 .NEWSWRAP::before {
  content          : "";
  width            : 40px;
  height           : 40px;
  background       : transparent;
  position         : absolute;
  right            : -20px;
  top              : -20px;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg)
}

.section05 .NEWSWRAP::after {
  content          : "";
  width            : 40px;
  height           : 40px;
  background       : transparent;
  position         : absolute;
  right            : -20px;
  bottom           : -20px;
  -webkit-transform: rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg)
}

.section05 .NEWSWRAP .pic {
  display: none
}

.section05 .NEWSWRAP .card-category {
  display: none
}

.section05 .NEWSWRAP .card-category+span {
  /* font-size: 13px; */
}

.section05 .NEWSWRAP p {
  display: none
}

.section05 .NEWSWRAP h3 {
  color         : #21489c;
  width         : 100px;
  padding-bottom: 10px;
  border-bottom : 3px solid #21489c;
}

.section05 .NEWSWRAP .NEWSLIST01 {
  border-right: 1px solid #CCC;
  padding     : 10px 0 10px;
  min-height  : 160px;
  overflow    : hidden
}

.section05 .NEWSWRAP .NEWSLIST02 {
  padding   : 10px 0 10px;
  min-height: 160px;
  overflow  : hidden
}

.section05 .NEWSWRAP .NEWSLIST02 div#rwdnews_list {
  /*height  : 130px;*/
  overflow: hidden
}

.HeadLineMoveA {
  color: #21489C;
}

@media screen and (max-width: 768px) {
  .section05 .BOXTITLE {
    margin-top: 0
  }

  .section05 .NEWSWRAP {
    padding: 0 15px 50px
  }

  .section05 .NEWSWRAP::before {
    display: none
  }

  .section05 .NEWSWRAP::after {
    display: none
  }

  .section05 .NEWSWRAP .NEWSLIST01 {
    font-size: 15px;
    border   : 0
  }

  .section05 .NEWSWRAP .NEWSLIST01 a {
    font-size: 15px
  }

  .section05 .NEWSWRAP .NEWSLIST02 {
    font-size: 15px
  }

  .section05 .NEWSWRAP .NEWSLIST02 a {
    font-size: 15px
  }

  .section05 .newsbg::before {
    display: none
  }

  .section05 .newsbg::after {
    display: none
  }
}

footer {
  background : #21489C;
  padding-top: 60px;
  min-height : 300px;
  color      : #FFF;
  font-size  : 15px
}

footer .address {
  line-height: 1.8em;
  padding-top: 15px;
  font-size  : 14px
}

footer a,
footer a:visited {
  color          : #fff;
  line-height    : 1.8em;
  text-decoration: none
}

footer a:hover {
  color: #fde1d0
}

footer .footerTitle {
  color: #FFF
}

footer .iconlink {
  border-radius: 50%;
  width        : 35px;
  height       : 45px;
  display      : block;
  float        : left;
  margin       : 6px;
  line-height  : 44px;
  text-align   : left
}

footer .footer_copyright {
  margin-top: 30px
}

footer .shopicon {
  width: 113px;
    margin: 12px 5px;
    display: block;
    float: right;
}

footer .shopicon img {
  width: 100%
}

@media screen and (max-width: 1200px) {
  footer .shopicon {
    width  : 170px;
    display: block;
      float: none
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding-top: 30px
  }

  footer .footerItem {
    padding-bottom: 15px;
    border-bottom : 1px solid #08379c;
    padding       : 15px
  }

  footer .footerItem ul {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-flex-basis     : 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis             : 120px;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify;
    justify-content        : space-between;
    -webkit-flex-wrap      : wrap;
    -ms-flex-wrap          : wrap;
    flex-wrap              : wrap
  }

  footer .footerItem ul li {
    -webkit-flex-basis     : 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis             : 100%
  }

  footer .footerItem ul li a {
    font-size: 14px
  }





  footer .iconlink {
    width: 40px
  }
}

@media screen and (max-width: 768px) {
  div#bs-navbar-collapse {
    background: #FFF0F2;
  }

  .navbar-nav {
    margin: -7px
  }
}

/*-------另加更改-------*/
.thumbnail {
  border: 1px solid #fff;
}

.thumbnail .caption {
  color: #595757;
}

.btn-primary {
  background-color: #93A9F7;
  border-color    : #93A9F7;
}

.btn-primary:hover {
  background-color: #7991e8;
  border-color    : #7991e8;
}

.btn-info {
  background-color: #FF828E;
  border-color    : #FF828E;
}

.btn-info:hover {
  background-color: #e96b77;
  border-color    : #e96b77;
}

#BK02 .breadcrumb {
  background-color: #ADBFEA;
  color           : #21489C;
}

#BK02 ol.breadcrumb li a,
#BK02 .breadcrumb>li+li:before {
  color: #21489C;
}


.aboutbox {
  margin-top: 200px;
  width     : 390px;
  height    : 350px
}


@media screen and (max-width: 1190px) {
  .aboutbox {
    display: none
  }
}

.news_content .arti-news img {
  margin: 15px 0
}

/*
.dropdown-menu .divider{    margin: 5px 0;}*/

/*======202107 新增=========================================================*/

.section06 {
  padding-top: 60px;
}

.section06 .QKLINK {
  display        : block;
  background     : #f9b9c2;
  height         : 250px;
  text-align     : center;
  text-decoration: none;
  border-radius  : 50%;
  width          : 250px;
  margin         : 15px auto;
  color          : #45489c;
  font-size      : 18px;
  transition     : all .5s;
}

a.QKLINK img {
  width: 80%;
}

a.QKLINK:hover {
  box-shadow: 0 2px 5px #a2a2a2;
  transition: all .5s;
}

.newscontent {
  display        : flex;
  justify-content: center;
  align-items    : center;
}

@media screen and (max-width:991px) {
  .section06 .QKLINK {
    height: 210px;
    width : 100%;
  }
}

@media screen and (max-width:640px) {
  .section06 {
    padding-top: 30px;
  }

  .section06 .QKLINK {
    height       : 33%;
    width        : 90%;
    border-radius: 8%;
    font-size    : 15px;
  }
}