body {
    font-family:"微软雅黑" ;
  display: block;
  position: relative;
  z-index: 10;
  background: white;
  overflow: hidden;
  letter-spacing: 1px;
  background-color: #f7f7f7;
  width: 100%;
  max-height: 100vh;
}
sub{
  vertical-align: sub;
}
sup{
  vertical-align: sup;
}
body.active {
  overflow: visible;
  overflow-x: hidden;
  max-height: 100%;
}

input, textarea, select {
  font-family: Microsoft JhengHei, Myriad Pro, Open Sans, Myriad, Aria, sans-serif;
}

h1, h2, h3 {
  font-family: Microsoft JhengHei, serif;
  font-weight: 300;
}

select::-ms-expand {
    display: none;
}

.clear {
  clear: both;
}

.colorful {
  background: rgb(46, 166, 147);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea693', endColorstr='#3092ab', GradientType=0);
  /* IE6-9 */
}

#content {
  position: relative;
  display: block;
  padding: 0;
  z-index: 5;
  margin: 0;
  /*    opacity: 0;*/
}

.active05 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.active03 {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.after:after {
  content: '';
  display: block;
  clear: both;
}

#loader_box{
   position: fixed;
  z-index: 2999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; 
}
#loader {
  position: fixed;
  z-index: 2999;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
}

a {
  text-decoration: none;
  color: black;
}

header#menu20170313 {
  position: fixed;
  width: 100%;
  top: -10px;
  opacity: 0;
  left: 0;
  padding: 90px 70px 20px;
  box-shadow: 1px 1px 29px rgba(0, 0, 0, 0.0);
  z-index: 999;
  background-color: transparent;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}


/*header#menu20170313{
     padding: 70px 70px 20px;
}*/

header#menu20170313.start {
  opacity: 1;
  top: 0;
}

header#menu20170313.hide {
  visibility: hidden;
  opacity: 0;
}

header#menu20170313 .logo {
  float: left;
  width: 302px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

header#menu20170313.active #menu_block .right_btn .btn, header#menu20170313.show #menu_block .right_btn .btn, header#menu20170313.inner #menu_block .right_btn .btn {
  border-color: #1da388;
}

header#menu20170313.active {
  background-color: #f7f7f8;
  padding-top: 11px;
  padding-bottom: 11px;
  box-shadow: 1px 1px 29px rgba(0, 0, 0, 0.03);
}

header#menu20170313.active #menu_block .right_btn {
  margin-top: 8px;
}

header#menu20170313.show #menu_block .right_btn {
  margin-top: 0;
}

header#menu20170313.active #menu_block nav .link, header#menu20170313.inner #menu_block nav .link {
  color: #383838;
  margin-top: 8px;
}

header#menu20170313 .logo img {
  display: block;
  width: 100%;
}

header#menu20170313 .logo img.white {
  display: none;
}

header#menu20170313 .logo.white img {
  display: none;
}

header#menu20170313 .logo.white img.white {
  display: block;
}

header#menu20170313.inner .logo.white img.white {
  display: none;
}

header#menu20170313.inner .logo.white img {
  display: block;
}

header#menu20170313.active .logo.white img.white, header#menu20170313.active .logo img.white {
  display: none;
}

header#menu20170313.active .logo img {
  display: block;
}

header#menu20170313.show {
  background-color: #f0f0f0;
  padding-top: 80px;
}

#menu20170313 .copyright {
  color: #a8a8a9;
  font-size: 12px;
  position: absolute;
  bottom: 60px;
  margin-left: 14px;
  display: none;
  line-height: 19px;
}

#menu20170313 .copyright a {
  color: #a8a8a9;
}

#menu20170313.show .copyright {
  display: block;
}

header#menu20170313.show .logo.white img.white {
  display: none;
}

header#menu20170313.show .logo.white img {
  display: block;
}

header#menu20170313.show #menu_block nav .link {
  color: black;
  position: relative;
  margin-top: 0;
}

#head_shadow {
  display: none;
  visibility: hidden;
  opacity: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.74);
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

#head_shadow.show {
  z-index: 50;
  visibility: visible;
  opacity: 1;
}

header#menu20170313.show #menu_block nav .link:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 0;
  bottom: -19px;
  background: rgb(46, 166, 147);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 119, 100, 1) 0%, rgba(4, 153, 129, 1) 100%, rgba(48, 146, 171, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea693', endColorstr='#3092ab', GradientType=0);
  /* IE6-9 */
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

header#menu20170313.show #menu_block nav .link.active:after {
  height: 138px;
}

header#menu20170313 #menu_block:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  /*background-color: #dddddd;*/
  top: 56px;
  left: 0;
}

header#menu20170313.show #menu_block {
  margin-bottom: 55px;
}

header#menu20170313.show #menu_block:before, header#menu20170313.inner #menu_block:before {
  width: 800px;
}

header#menu20170313 #menu_block nav .link_box {
  display: none;
  float: left;
  padding-top: 65px;
  width: 100%;
  margin-top: 21px;
  font-size: 14px;
  position: relative;
}

header#menu20170313 #menu_block nav .link_box .link2_box2 h4 a {
  /*float: left;*/
  width: 50%;
  padding-left: 35px;
  margin-bottom: 30px;
  color: #6f6f70;
  line-height: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

header#menu20170313 #menu_block nav .link_box .link2_box2 h4 a.active {
  color: #3094a8;
}

header#menu20170313 #menu_block nav .link_box .link2_box2 h4 a:hover {
  color: #2297b5;
}

header#menu20170313 #menu_block nav .link_box:before {
  content: '';
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 64px;
  height: calc(100% - 61px);
  width: 1px;
}
.link2_box2 li{
      float: left;
    width: 50%;
}
.link2_box2 h4{
  display: block;
  height: 30px;
  line-height: 30px;
}
.link3_box3 li{
  display: block;
  height: 27px;
  line-height: 27px;
  width: 90%;
  padding-left: 35px;
}
.link3_box3 li a{
  color: #797979;
}
.link3_box2 li{
  display: block;
  
  line-height: 27px;
  width: 90%;
  padding-left: 35px;
}
.link3_box2 li h5 a{
  color: #797979;
  padding-left: 15px;
}
.link4_box2 li{
      float: left;
    width: 67%;
}
.link4_box2 li a{
  color: #9e9e9e;
}
header#menu20170313 #menu_block nav .link_box:after {
  content: '';
  background-color: #dddddd;
  position: absolute;
  left: 50%;
  top: 64px;
  height: calc(100% - 61px);
  width: 1px;
}

header#menu20170313 #menu_block nav .link_box a:last-child, header#menu20170313 #menu_block nav .link_box a.zz {
  margin-bottom: 0;
}

header#menu20170313 .now {
  background-color: #007764;
  position: absolute;
  width: 130px;
  height: 4px;
  bottom: 30px;    LEFT: 100VW;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

header#menu20170313.active .now {
  bottom: 21px
}

header#menu20170313.show .now {
  display: none;
}

header#menu20170313 #menu_block {
  display: inline-block;
  float: right;
  position: relative;
}

header#menu20170313 #menu_block nav {
  float: right;
  margin-right: 20px;
  width: 525px;
  position: relative;
  margin-top: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 10px;
}

header#menu20170313.show #menu_block nav {
  margin-bottom: 35px;
}

header#menu20170313 #menu_block nav .link {
  font-size: 15px;
  color: white;
  display: inline-block;
  margin: 0 0px;
  padding: 12px 26px;
  position: relative;
  cursor: pointer;
}

header#menu20170313 #menu_block nav .link span {
  z-index: 2;
  position: relative;
}

header#menu20170313.show #menu_block nav .link.active {
  color: white;
}

header#menu20170313 #menu_block .right_btn {
  float: right;
  margin-top: 0;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

header#menu20170313 #menu_block .right_btn .btn {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.82);
  width: 40px;
  float: left;
  height: 40px;
  display: block;
  border-radius: 50%;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  margin-left: 15px;
  position: relative;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

header#menu20170313 #menu_block .right_btn .btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  background: rgb(46, 166, 147);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea693', endColorstr='#3092ab', GradientType=0);
  /* IE6-9 */
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

header#menu20170313 #menu_block .right_btn .btn:hover::after, header#menu20170313 #menu_block .right_btn .btn.active::after {
  opacity: 1;
}

header#menu20170313 #menu_block .right_btn .btn img {
  opacity: 1;
  position: relative;
  z-index: 3;width: 20px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

header#menu20170313 #menu_block .right_btn .btn::before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  left: 0;    background-size: 20px;
}

header#menu20170313 #menu_block .right_btn .btn.active::before {
  background-position: 50% 50%;
}

header#menu20170313 #menu_block .right_btn .btn.language::before {
  background-image: url(../images/top_language.png);
}

header#menu20170313 #menu_block .right_btn .btn.mail::before {
  background-image: url(../images/top_mail.png);
}

header#menu20170313 #menu_block .right_btn .btn.search::before {
  background-image: url(../images/top_search.png);
}

header#menu20170313.white #menu_block .right_btn .btn img {
  opacity: 0
}

header#menu20170313.white #menu_block .right_btn .btn {
  background-position: 50% 50%;
}

header#menu20170313.white.active #menu_block .right_btn .btn img, header#menu20170313.show #menu_block .right_btn .btn img, header#menu20170313.inner #menu_block .right_btn .btn img {
  opacity: 1;
}

header#menu20170313.white.active #menu_block .right_btn .btn:hover img, header#menu20170313.white.active #menu_block .right_btn .btn.active img {
  opacity: 0;
}

header#menu20170313 .bar, header#menu20170313 .mobile_mail {
  display: none;
}

#searchbox, #searchbox2 {
  border: 2px solid #209ca5;
  position: absolute;
  right: -41px;
  top: 57px;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

header#menu20170313.white #searchbox, header#menu20170313.white #searchbox2 {
  background-color: rgba(255, 255, 255, 0.88);
}

#searchbox.active, #searchbox2.active {
  visibility: visible;
  opacity: 1;
}

#searchbox .inputbox, #searchbox2 .inputbox {
  height: 40px;
  float: left;
  border: 0;
  width: 255px;
  border-radius: 0;
  box-shadow: none;
  padding: 9px;
  background-color: transparent;
  outline: 0;
  color: white;
}

header.white #searchbox .inputbox, header.white #searchbox2 .inputbox {
  color: black
}

#searchbox .send, #searchbox2 .send {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  float: right;
  background-position: center;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

#language_box {
  border: 2px solid #209ca5;
  position: absolute;
  right: -41px;
  top: 57px;
  width: 300px;
  border-bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 99999999999;
}

#language_box.active {
  visibility: visible;
  opacity: 1;
}

#language_box .lang_link {
  FONT-SIZE: 14PX;
  COLOR: black;
  WIDTH: 100%;
  DISPLAY: BLOCK;
  padding: 12px;
  line-height: 20px;
  background-color: white;
  border-bottom: 2px solid #209ca5;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

#language_box .lang_link.active {
  background-color: #209ca5;
  color: white;
}

#menu20170313.white.active #language_box .lang_link {
  background-color: white;
  color: black;
}

.morebutton {
  font-size: 12px;
  font-family: Open Sans, sans-serif;
  border: 2px solid #007764;
  text-align: center;
  width: 100%;
  display: block;
  padding: 9px;
  cursor: pointer;
  letter-spacing: 3px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.morebutton .name_ {
  display: inline-block;
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.morebutton .arrow {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 1px;
}

.morebutton .arrow .a1 {
  display: block;
  position: absolute;
  height: 1px;
  background: rgb(255, 255, 255);
  right: 150px;
  width: 600px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

.morebutton .arrow .a2 {
  display: block;
  position: absolute;
  height: 1px;
  background: rgb(255, 255, 255);
  right: -35px;
  width: 0;
  opacity: 0;
  transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
  transform-origin: 100% 50% 0px;
  -webkit-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
  -o-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  transition: all .5s ease .0s;
}

.morebutton .arrow .a3 {
  display: block;
  position: absolute;
  height: 1px;
  background: rgb(255, 255, 255);
  right: -35px;
  width: 0;
  opacity: 0;
  transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
  transform-origin: 100% 50% 0px;
  -webkit-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
  -o-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  transition: all .5s ease .0s;
}

footer {
  background-color: #007666;
  display: block;
  position: relative;
  width: 100%;
}

footer .footer {
  width: 1070px;
  display: block;
  margin: 0 auto;
  padding: 70px 0 120px;
  position: relative;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

footer .footer .menu {
  float: left;
  width: 70%;
  position: relative;
  display: block;
}

footer .footer .menu .box {
  float: left;
  width: 25%;
  position: relative;
  display: block;
}

footer .footer .menu .box .title {
  margin-bottom: 28px;
  display: block;
}

footer .footer .menu .box .link {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}

footer .copyright {
  /*display: block;*/
  float: left;
  width: 100%;
  font-size: 12px;
  color: #fff;
  margin-top: 55px;
  line-height: 18px;
  opacity: .8;
}

footer .copyright a {
  color: #fff;
}

#mobile_menu {
  display: none;
}

footer .footer .info {
  float: right;
  width: 288px;
  position: relative;
  display: block;
  border-top: 1px solid #fff;
  padding-top: 52px;z-index: 10;
}

footer .footer .info h3 {
  font-size: 15px;
  display: block;
  position: relative;
  color: #fff; 
}

footer .footer .info .addr {
  font-size: 13px;
  color: #fff;
  margin: 17px 0;
  display: block;
}

footer .footer .info .line {
  display: block;
  font-size: 12px;
}

footer .footer .info .line span {
  display: inline-block;
  margin-right: 11px;
}

footer .footer .info .line .a {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}

footer .footer .info .line a {
  display: inline-block;
  color: #fff;
}

footer .footer .info .group {
  display: block;
  margin-top: 55px;
  border-top: 1px solid #c7c7c7;
  padding-top: 40px;
}

footer .footer .info .group .share {
  display: block;
  float: left;
  margin-right: 17px;
  background-color: rgba(34, 186, 194, 0);
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.0);
  -webkit-transition: all .3s ease .0s;
  -moz-transition: all .3s ease .0s;
  -o-transition: all .3s ease .0s;
  -ms-transition: all .3s ease .0s;
  transition: all .3s ease .0s;
}

footer .footer .info .group .share img {
    float: left;
    width: 30px;
}

footer .footer .info .group .share:last-child {
  margin-right: 0;
}

#go_top {
  width: 62px;
  position: absolute;
  height: 105px;
  bottom: 0;
  left: 50%;
  margin-left: -31px;
  display: block;
  z-index: 20;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}

#go_top .circle {
  display: block;
  width: 62px;
  height: 62px;
  background-image: url(../images/home/b_s.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

#go_top .arrow {
  position: absolute;
  left: 50%;
  margin-left: -5.5px;
  top: 40px;
  -webkit-transition: all .5s ease .0s;
  -moz-transition: all .5s ease .0s;
  -o-transition: all .5s ease .0s;
  -ms-transition: all .5s ease .0s;
  transition: all .5s ease .0s;
}

#banner {
  display: block;
  /*width: calc(100% - 60px);*/
  /*margin-left: 30px;
  margin-right: 30px;*/
  height: 750px;
  position: relative;
 /* margin-top: 190px;*/
  z-index: 3;
  width:100%;
  margin:190px auto 0;
}

#banner .bg {
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 40vw;
  background-size: cover;
  top: 0;
  opacity: 0;
  -webkit-transform: skewY(-5deg)translateY(-0);
  -moz-transform: skewY(-5deg)translateY(-0);
  -o-transform: skewY(-5deg)translateY(-0);
  transform: skewY(-5deg)translateY(-0);
  -webkit-transition: all 1.2s ease .0s;
  -moz-transition: all 1.2s ease .0s;
  -o-transition: all 1.2s ease .0s;
  -ms-transition: all 1.2s ease .0s;
  transition: all 1.2s ease .0s;
}

#banner .bg.mobilebg {
  display: none;
}

#banner.show .bg {
  height: 53vw;
}

#banner.show .bg {
  -webkit-transform: skewY(-0)translateY(0);
  -moz-transform: skewY(-0)translateY(0);
  -o-transform: skewY(-0)translateY(0);
  transform: skewY(-0)translateY(0);
  opacity: 1;
}

#banner.show {
  width: calc(100% - 60px);
}

#banner .text {
  position: absolute;
  z-index: 3;
  color: white;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.37);
  left: calc(50vw - 50px);
  top: 8vw;
}

#banner .text .main_title {
  color: white;
}

#banner .text.black .main_title, #banner .text.black .name {
  color: #fff;
}

#banner .text .main_title h2 {
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
  width: 50vw;
  display: block;
  overflow: hidden;
}

#banner .text .main_title h3 {
  display: none;
}

#banner .text .main_title h2 div {
  display: block;
  height: 45px;
  width: 100%;
  overflow: hidden;
  padding-right: 25px;
  position: relative;
}

#banner .text .main_title h2 div span {
  position: absolute;
  width: 100%;
  height: 50px;
  top: 50px;
  color: #fff;
  -webkit-transition: all .9s ease .0s;
  -moz-transition: all .9s ease .0s;
  -o-transition: all .9s ease .0s;
  -ms-transition: all .9s ease .0s;
  transition: all .9s ease .0s;
}

#banner .text.active .main_title h2 div span {
  top: 0;
}

#banner .text .main_title h2 div:nth-child(2) span {
  -webkit-transition: all .9s ease .2s;
  -moz-transition: all .9s ease .2s;
  -o-transition: all .9s ease .2s;
  -ms-transition: all .9s ease .2s;
  transition: all .9s ease .2s;
}

#banner .text .main_title h2 div:nth-child(3) span {
  -webkit-transition: all .9s ease .4s;
  -moz-transition: all .9s ease .4s;
  -o-transition: all .9s ease .4s;
  -ms-transition: all .9s ease .4s;
  transition: all .9s ease .4s;
}

#banner .text .name {
  display: block;
  position: relative;
  margin-top: 85px;
}

#banner .text .name h3 {
  display: inline-block;
  font-size: 24px;
  margin-right: 16px;
  font-weight: 400;
}

#banner .text .name h1 {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
}

#banner .text .name>div {
  height: 30px;
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 35px;
  -webkit-transition: all 1s ease .6s;
  -moz-transition: all 1s ease .6s;
  -o-transition: all 1s ease .6s;
  -ms-transition: all 1s ease .6s;
  transition: all 1s ease .6s;
}

#banner .text.active .name>div {
  padding-top: 0;
}

#banner .text .name:before {
  content: '';
  background-color: white;
  width: 0;
  height: 3px;
  position: absolute;
  opacity: .6;
  left: 0;
  bottom: 43px;
  -webkit-transition: all .8s ease 1s;
  -moz-transition: all .8s ease 1s;
  -o-transition: all .8s ease 1s;
  -ms-transition: all .8s ease 1s;
  transition: all .8s ease 1s;
}

#banner .text.active .name:before {
  width: 39px;
}

#banner .text.black .name:before {
  background-color: #b5b5b5;
}

/*我们的责任背景图*/
.fullSlide{ width:100%;  position:relative;  height:650px; background:#000;  }
  .fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
  .fullSlide .bd ul{ width:100% !important;  }
  .fullSlide .bd li{ width:100% !important;  height:650px; overflow:hidden; text-align:center; background-size: cover; }
  .fullSlide .bd li a{ display:block; height:650px; }

  .fullSlide .hd{ width:100%;  position:absolute; z-index:1;    bottom: 5%;
    left: -39%;height:30px; line-height:30px; background:url(images/touming.png) repeat-x; text-align:center;
     _background:#000; _filter:alpha(opacity=60); 
  }
  .fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
  .fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline;
   zoom:1; width:8px; height:8px; margin:5px; background:url(../images/tg_flash_p.png) -18px 0; overflow:hidden; 
    line-height:9999px; 
  }
  .fullSlide .hd ul .on{ background-position:0 0; }
/*timeline*/

#timeline {
  
  position: relative;
  z-index: 3;
}

#timeline_box {
  POSITION: RELATIVE;
  font-size: 16px;
  color: #2d2d2d;
  line-height: 22px;
  display: block;
  padding-bottom: 110px;
}

#timeline_box.showall {
  padding-bottom: 0;
}

#timeline_box::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #acb0b3;
  display: block;
  left: 50%;
  top: -18vw;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -o-transition: all 3s ease;
  -ms-transition: all 3s ease;
  transition: all 3s ease;
}

#timeline_box.active::before {
  height: calc(100% + 18vw - 170px);
}

#timeline_box.active.showall::before {
  height: calc(100% + 18vw);
}

#timeline_box .year_block {
  width: 580px;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-bottom: 120px;
}

#timeline_box .show_more {
  position: absolute;
  width: 100%;
  height: 109px;
  bottom: 117px;
}

#timeline_box .show_more>span {
  background-image: url(../images/more.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  padding: 7px;
  margin-left: -55px;
  display: block;
  cursor: pointer;
  text-align: center;
  line-height: 106px;
  font-size: 12px;
  letter-spacing: 3px;
  z-index: 3;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #efefef;
  border-radius: 50%;
}

#timeline_box .show_more span span {
  border: 1px solid #189aa9;
  border-radius: 50%;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  position: absolute;
  display: block;
  left: 7px;
  line-height: 90px;
}

#timeline_box .show_more:after {
  content: '';
  background-color: #e6e6e6;
  width: 100vw;
  position: absolute;
  height: 1px;
  top: 55px;
  z-index: 1;
}

#timeline_box .year_block .year {
  color: #3ea7bb;
  font-size: 46px;
  font-style: italic;
  line-height: 60px;
  text-align: center;
  opacity: 0;
  position: relative;
  top: -30px;
  font-family: Open Sans, Microsoft JhengHei, Myriad Pro, Open Sans, Myriad, Aria, sans-serif;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  -ms-transition: all .8s ease;
  transition: all .8s ease;
}

#timeline_box .year_block.active .year {
  opacity: 1;
  top: 0;
}

#timeline_box .year_block:nth-child(even) .year {
  color: #8bcc9c;
}

#timeline_box .year_block .year_detail {
  display: block;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  width: 55%;
  min-height: 130px;
  padding-right: 15%;
}

#timeline_box .year_block .year_detail:nth-child(odd) {
  float: right;
  padding-right: 0;
  padding-left: 15%;
}

#timeline_box .year_block .year_detail:nth-child(odd) .date {
  text-align: right;
}

#timeline_box .year_block .year_detail .date {
  font-size: 12px;
  font-family: Arial, Microsoft JhengHei, Myriad Pro, Open Sans, Myriad, Aria, sans-serif;
  color: #3ea7bb;
  padding-bottom: 10px;
  margin-bottom: 15px;
  opacity: 0;
  -webkit-transition: all .5s ease 1s;
  -moz-transition: all .5s ease 1s;
  -o-transition: all .5s ease 1s;
  -ms-transition: all .5s ease 1s;
  transition: all .5s ease 1s;
}

#timeline_box .year_block .year_detail.active .date {
  opacity: 1;
}

#timeline_box .year_block .year_detail .name {
  display: block;
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease 1s;
  -moz-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  -ms-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

#timeline_box .year_block .year_detail.active .memo, #timeline_box .year_block .year_detail.active .name {
  opacity: 1;
}

#timeline_box .year_block .year_detail .memo {
  font-size: 13px;
  margin-top: 20px;
  position: relative;
  display: block;
  width: 90%;
  color: #686868;
  opacity: 0;
  -webkit-transition: all 1s ease 1.3s;
  -moz-transition: all 1s ease 1.3s;
  -o-transition: all 1s ease 1.3s;
  -ms-transition: all 1s ease 1.3s;
  transition: all 1s ease 1.3s;
}

#timeline_box .year_block .year_detail .img {
  position: absolute;
  left: -145px;
  width: 130px;
  height: 130px;
  top: 0;
  opacity: 0;
  background-color: white;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-transition: all 1s ease 1.8s;
  -moz-transition: all 1s ease 1.8s;
  -o-transition: all 1s ease 1.8s;
  -ms-transition: all 1s ease 1.8s;
  transition: all 1s ease 1.8s;
}

#timeline_box .year_block .year_detail .img div {
  display:flex;
  vertical-align: middle;
  height: 130px;
  width: 130px;
}

#timeline_box .year_block .year_detail.active .img {
  opacity: 1;
}

#timeline_box .year_block .year_detail .img img {
  max-width: 130px;
  display: block;
  margin: 0 auto;width: 100%;
}

#timeline_box .year_block .year_detail:nth-child(odd) .img {
  right: -145px;
  width: 130px;
  height: 130px;
  display: table-cell;
  vertical-align: middle;
  top: 0;
  left: auto;
  background-color: white;
  border-radius: 50%;
  text-align: center;
}

#timeline_box .year_block .year_detail:before {
  content: '';
  background-color: #3ea7bb;
  width: 0%;
  height: 2px;
  position: absolute;
  display: block;
  top: 28px;
  right: 28px;
  -webkit-transition: all .8s ease .5s;
  -moz-transition: all .8s ease .5s;
  -o-transition: all .8s ease .5s;
  -ms-transition: all .8s ease .5s;
  transition: all .8s ease .5s;
}

#timeline_box .year_block .year_detail.active:before {
  width: 91%;
}

#timeline_box .year_block:nth-child(even) .year_detail:before {
  background-color: #8bcc9c;
}

#timeline_box .year_block:nth-child(even) .year_detail .date {
  color: #8bcc9c;
}

#timeline_box .year_block .year_detail:nth-child(odd):before {
  right: auto;
  left: 28px;
}

#timeline_box .year_block:before {
  content: '';
  background-color: #e6e6e6;
  width: 100vw;
  left: 50%;
  position: absolute;
  bottom: 60px;
  height: 1px;
  margin-left: -50vw;
}

#timeline_box .year_block .year_detail:after {
  content: '';
  background-color: #3ea7bb;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 24px;
  top: 25px;
  -webkit-transform: rotate(0)scale(0.1);
  -moz-transform: rotate(0)scale(0.1);
  -ms-transform: rotate(0)scale(0.1);
  transform: rotate(0)scale(0.1);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  -ms-transition: all .8s ease;
  transition: all .8s ease;
}

#timeline_box .year_block .year_detail.active:after {
  -webkit-transform: rotate(45deg)scale(1);
  -moz-transform: rotate(45deg)scale(1);
  -ms-transform: rotate(45deg)scale(1);
  transform: rotate(45deg)scale(1);
  opacity: 1;
}

#timeline_box .year_block:nth-child(even) .year_detail:after {
  background-color: #8bcc9c;
}

#timeline_box .year_block .year_detail:nth-child(odd):after {
  left: 24px;
  right: 0;
}


/*bread*/

#bread {
  position: absolute;
  z-index: 20;
  right: -30px;
  background-color: #1b1b1b;
  top: 80px;
  color: white;
  font-size: 13px;
  width: 54px;
  display: block;
  text-align: center;
  padding-top: 68px;
  padding-bottom: 38px;
  line-height: 15px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -o-transition: all .8s ease;
  -ms-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 0;
}

#bread.active {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 1;
}

#bread span {
  display: block;
  width: 25px;
  height: 1px;
  background-color: white;
  -webkit-transform: rotate(-55deg);
  -moz-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
  position: absolute;
  left: 50%;
  margin-left: -14px;
  top: 38px;
}

#bread div {
  display: block;
  margin-bottom: 29px;
  position: relative;
}

#bread div::after {
  content: '';
  background-color: #cacaca;
  width: 2px;
  height: 2px;
  position: absolute;
  display: block;
  bottom: -16px;
  left: 50%;
  margin-left: -1px;
}

#bread div:last-child {
  margin-bottom: 0;
}

#bread div:last-child::after {
  display: none;
}


/*jump_info*/

#jump_info {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 14px;
  text-align: center;
}

#jump_info .info_box {
  border: 1px solid #309dba;
  width: 100%;
  display: table;
  position: relative;
  height: 100%;
}

#jump_info .mid {
  display: table-cell;
  vertical-align: middle;
}

#jump_info .t1 {
  font-size: 26px;
  display: block;
  color: #1b1b1b;
  font-weight: bold;
  margin-bottom: 20px;
}

#jump_info .t2 {
  font-size: 14px;
  color: #202020;
  display: block;
  position: relative;
  line-height: 20px;
  padding: 0 30px;
}

.fancybox-close {
  display: none;
}

@media only screen and (max-width: 1600px) {
  #banner .bg {
    height: 60vw;
  }
  #banner {
    height: 560px;
  }
}

@media only screen and (max-width: 1400px) {
  #banner {
    height: 500px;
  }
}

@media only screen and (max-width: 1200px) {
  footer .footer {
    width: 1024px;
  }
  #banner.show .bg {
    height: 60vw;
  }
}

@media only screen and (min-width: 1025px) {
  #language_box .lang_link:hover {
    background-color: #209ca5;
  }
  #menu20170313.white.active #language_box .lang_link:hover {
    background-color: #209ca5;
    color: white;
  }
  #go_top:hover .arrow {
    top: 28px;
  }
  footer .footer .info .group .share:hover {
    box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.3);
  }
  #go_top .circle:hover {
    animation: rotate_ing 10s infinite;
    -o-animation: rotate_ing 10s infinite;
    -ms-animation: rotate_ing 10s infinite;
    -webkit-animation: rotate_ing 10s infinite;
    -moz-animation: rotate_ing 10s infinite;
  }
  header#menu20170313 #menu_block .right_btn .btn:hover, header#menu20170313 #menu_block .right_btn .btn.active {
    background-position: 50% 50%;
  }
  header#menu20170313 #menu_block .right_btn .btn:hover img, header#menu20170313 #menu_block .right_btn .btn.active img {
    opacity: 0;
  }
  header#menu20170313.active #menu_block .right_btn .btn:hover img {
    opacity: 1;
  }
  .morebutton:hover {
    background-color: #007764;
  }
  .morebutton:hover .arrow .a1 {
    display: block;
    position: absolute;
    height: 1px;
    background: rgb(255, 255, 255);
    right: -35px;
    width: 70px;
  }
  .morebutton:hover .arrow .a2 {
    display: block;
    position: absolute;
    height: 1px;
    background: rgb(255, 255, 255);
    right: -35px;
    width: 8px;
    opacity: 1;
    -webkit-transition: all .5s ease .3s;
    -moz-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    -ms-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
  }
  .morebutton:hover .arrow .a3 {
    display: block;
    position: absolute;
    height: 1px;
    background: rgb(255, 255, 255);
    right: -35px;
    width: 8px;
    opacity: 1;
    -webkit-transition: all .5s ease .3s;
    -moz-transition: all .5s ease .3s;
    -o-transition: all .5s ease .3s;
    -ms-transition: all .5s ease .3s;
    transition: all .5s ease .3s;
  }
  .morebutton:hover .name_ {
    display: inline-block;
    position: relative;
    left: 15px;
    opacity: 0;
  }
  #timeline_box .show_more:hover span {
    background-color: #199baa;
    color: white;
  }
}

@media only screen and (max-width: 1024px) {
  body,html{
    width: 100vw;  overflow-x: hidden;
  }
  footer .footer .info .group .share{

  }
  footer .footer .info .group{
    
  }
  header {
    background-color: white;
    height: 85px;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    max-width: 100%;
    padding: 24px 35px;
  }
  header#menu20170313.white #searchbox, header#menu20170313.white #searchbox2 {
    background-color: rgb(240, 241, 243);
  }
  footer .footer {
    width: 100%;
  }
  header#menu20170313 .logo {
    width: 95px;
    z-index: 800;
  }
  header#menu20170313.active .logo {
    margin-top: -13px;
  }
  header#menu20170313.active.show .logo {
    margin-top: 0
  }
  header#menu20170313.show .logo.white img.white {
    display: none;
  }
  header#menu20170313.show {
    padding-top: 30px;
    background-color: transparent;
  }
  header#menu20170313.active .bar div:before, header#menu20170313.active .bar:before, header#menu20170313.active .bar div:after {
    background-color: black;
  }
  header#menu20170313.active .mobile_mail {
    border: 1px solid #cfcfcf;
    background-image: url(../images/top_mail_b.svg);
    opacity: 1;
  }
  header#menu20170313, header#menu20170313.active {
    padding: 30px 30px;
    background-color: #f7f7f8;
  }
  header#menu20170313 #menu_block {
    display: none;
  }
  #banner .text .main_title h2 {
    display: none;
  }
  #banner .text .main_title h3 {
    display: block;
    font-size: 30px;
    color: white;
    font-weight: 400;
    font-style: italic;
    line-height: 36px;
    opacity: 0;
    position: relative;
    font-weight: bold;
    top: 10px;
    -webkit-transition: all .8s ease .3s;
    -moz-transition: all .8s ease .3s;
    -o-transition: all .8s ease .3s;
    -ms-transition: all .8s ease .3s;
    transition: all .8s ease .3s;
  }
  #banner .text.black .main_title h3 {
    color: #fff;
  }
  #banner .text.active .main_title h3 {
    opacity: 1;
    top: 0;
  }
  footer {
    display: inline-block;
    width: 100%;
    float: left;
  }
  footer .footer {
    width: 80%;
    padding-top: 90px;
    padding-bottom: 160px;
  }
  footer .footer .menu {
    display: none;
  }
  footer .footer .info {
    width: 100%;
    padding-top: 34px;
  }
  footer .footer .info h3 {
    position: absolute;
    top: -12px;
    background-color: white;
    padding-right: 30px;
  }
  footer .footer .info .group {
    position: absolute;
    border: 0;
    margin: 0;
    padding: 0;
    right: 0;
    top: 35px;
  }
  footer .footer .info .line {
    width: 245px;
    float: left;
  }
  footer .footer .info .line .a {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  footer .footer .info .addr {
    position: absolute;
    right: 0;
    top: 95px;
    width: 218px;
  }
  footer .footer .info .line .a:last-child {
    border-bottom: 0;
  }
  footer .copyright.mobile_cr {
   /* display: block;*/
    border-top: 1px solid #c7c7c7;
    text-align: center;
    line-height: 19px;
    margin-top: 17px;
    padding-top: 27px;
  }
  #banner .text {
    padding-right: 30px;
  }
  #go_top .arrow {
    top: 29px;
  }
  header#menu20170313 .bar {
    border: 1px solid#1ea18e;
    width: 66px;
    height: 66px;
    position: absolute;
    right: 11px;
    top: 11px;
    display: block;
    z-index: 10;
    text-align: center;
    z-index: 800;
  }
  header#menu20170313 .bar:before {
    content: '';
    display: block;
    width: 18px;
    background-color: white;
    height: 1px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    top: 31px;
    /*    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;*/
  }
  header#menu20170313 .bar.show {
    border-color: rgba(46, 165, 148, 0.41);
    -webkit-transition: all .3s ease, width .3s ease, height .3s ease .4s;
    -moz-transition: all .3s ease, width .3s ease, height .3s ease .4s;
    -o-transition: all .3s ease, width .3s ease, height .3s ease .4s;
    -ms-transition: all .3s ease, width .3s ease, height .3s ease .4s;
    transition: all .3s ease, width .3s ease, height .3s ease .4s;
  }
  header#menu20170313 .bar div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  header#menu20170313 .bar div:before {
    content: '';
    display: block;
    width: 18px;
    background-color: white;
    height: 1px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    top: 26px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  header#menu20170313 .bar div:after {
    display: block;
    width: 18px;
    background-color: white;
    height: 1px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    top: 36px;
    content: '';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  header#menu20170313.show .bar div:before, header#menu20170313.show .bar div:after {
    width: 0;
    background-color: #1da38a;
  }
  header#menu20170313 .bar {
    right: 12px;
    top: 11px;
  }
  header#menu20170313.show .bar:before {
    background-color: #1da38a;
    width: 1px;
    height: 18px;
    margin-left: -0.5px;
    top: 24px;
  }
  header#menu20170313 .top_lang {
    border: 1px solid rgba(46, 165, 148, 0.41);
    width: 66px;
    height: 66px;
    position: absolute;
    right: 12px;
    top: 76px;
    display: block;
    z-index: 10;
    text-align: center;
    z-index: 800;
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  header#menu20170313 .top_lang.show {
    visibility: visible;
    opacity: 1;
    display: block;
  }
  header#menu20170313 .top_lang div {
    background-image: url(../images/top_language_color.png);
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 3;    background-size: 20px;
  }
  header#menu20170313 .top_lang:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    background: rgb(46, 166, 147);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea693', endColorstr='#3092ab', GradientType=0);
    /* IE6-9 */
  }
  header#menu20170313 .top_lang.active:before {
    opacity: 1;
  }
  header#menu20170313 .top_lang.active div {
    background-image: url(../images/top_language.png);
  }
  header#menu20170313 .mobile_mail {
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 66px;
    height: 66px;
    position: absolute;
    right: 76px;
    top: 11px;
    display: block;
    z-index: 10;
    text-align: center;
    opacity: 1;
    background-image: url(../images/top_mail_a0.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
  }
  #mobile_menu {
    display: block;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: #f0f1f3;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  #mobile_menu:before {
    content: '';
    background: rgb(46, 166, 147);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(46, 166, 147, 1) 0%, rgba(48, 146, 171, 1) 100%, rgba(48, 146, 171, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea693', endColorstr='#3092ab', GradientType=0);
    /* IE6-9 */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
  #mobile_menu #menu_inner {
    background-color: #f0f1f3;
    position: absolute;
    width: calc(100% - 26px);
    top: 0;
    height: calc(100% - 26px);
    left: 0;
    z-index: 3;
    margin: 12px;
    overflow: hidden;
  }
  #mobile_menu.show {
    -webkit-transform: translateX(-0%);
    -moz-transform: translateX(-0%);
    -ms-transform: translateX(-0%);
    transform: translateX(-0%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
  }
  #mobile_menu #close {
    background-image: url(../images/close.png);
    width: 77px;
    height: 67px;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
  }
  #main_box, #lang_box {
    display: block;
    position: relative;
    width: 366px;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 92px;
    left: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    visibility: visible;
    opacity: 1;
  }
  #main_box.hide, #lang_box.hide {
    left: -100%;
    visibility: visible;
    opacity: 0;
    position: absolute;
  }
  #main_box .mm_linker {
    display: block;
    font-size: 18px;
    color: #272727;
    width: 100%;
    padding: 28px 10% 28px 0;
    margin: 0 auto;
    border-bottom: 1px solid #dadada;
    letter-spacing: 4px;
    position: relative;
  }
  #main_box .mm_linker::after {
    content: '';
    background-image: url(../images/arrow.png);
    width: 9px;
    height: 10px;
    display: block;
    position: absolute;
    right: 10%;
    top: 27px;
  }
  #main_box .onlylink, #lang_box .onlylink {
    display: block;
    font-size: 18px;
    color: #272727;
    width: 100%;
    padding: 28px 10% 28px 0;
    margin: 0 auto;
    border-bottom: 1px solid #dadada;
    letter-spacing: 4px;
    position: relative;
  }
  #main_box .onlylink.noline, #lang_box .onlylink.noline {
    border-bottom: 0;
  }
  #lang_box .onlylink.active {
    color: #1da38a;
  }
  #main_box .special {
    display: block;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 45px;
  }
  #main_box .special::after {
    content: '';
    display: block;
    clear: both;
  }
  #main_box .special a {
    width: 50%;
    max-width: 320px;
  }
  #mobile_menu .nav_box {
    position: absolute;
    width: 366px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 92px;
    left: 0;
    z-index: 600;
    display: block;
    height: 0;
    /*    height: calc(100vh - 92px);*/
    left: 100%;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    visibility: hidden;
    opacity: 0;
  }
  #mobile_menu .nav_box.active {
    visibility: visible;
    opacity: 1;
    position: relative;
    left: 0%;
    height: auto;
    overflow: hidden;
  }
  #mobile_menu .nav_box .sub_first {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    /*    overflow-y: scroll;*/
    top: 0;
    visibility: visible;
    left: 0;
    z-index: 600;
    display: block;
    /*    height: calc(100vh - 92px);*/
    background-color: #f0f1f3;
  }
  /*#mobile_menu .nav_box .sub_first.hide{
    visibility: hidden;
}*/
  #mobile_menu .nav_box .sub_first label {
    display: block;
    background-color: #f0f1f3;
    color: #272727;
    width: 100%;
    padding: 24px 0%;
    margin: 0 auto;
    text-align: right;
    font-size: 18px;
    border-bottom: 1px solid #272727;
  }
  #mobile_menu .nav_box .sub_first label::before {
    content: '';
    background-image: url(../images/arrow.png);
    width: 9px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0%;
    top: 27px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #mobile_menu .nav_box .sub_first .t_linker, #mobile_menu .sub_nav_box .t_linker {
    color: #272727;
    font-size: 16px;
    padding: 24px 0%;
    margin: 0 auto;
    display: block;
    text-align: left;
    border-bottom: 1px solid #dddddd;
  }
  #mobile_menu .nav_box .sub_first .t_linker:last-child, #mobile_menu .sub_nav_box .t_linker:last-child {
    border-bottom: 0;
  }
  #mobile_menu .nav_box .sub_first .t_linker.has_child, #mobile_menu .sub_nav_box .t_linker.has_child {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 50%;
  }
  #mobile_menu .sub_nav_box {
    position: absolute;
    width: 100%;
    /*    overflow-y: scroll;*/
    top: 0;
    left: 100%;
    z-index: 700;
    display: block;
    /*    height: calc(100vh - 92px);*/
    background-color: #f0f1f3;
    /*    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); */
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
    visibility: hidden;
    opacity: 0;
  }
  #mobile_menu .sub_nav_box.active {
    /*    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);  */
    visibility: visible;
    min-height: 100px;
    opacity: 1;
    left: 0;
  }
  #mobile_menu .sub_nav_box label {
    display: block;
    background-color: #f0f1f3;
    color: #272727;
    width: 100%;
    padding: 24px 0%;
    margin: 0 auto;
    text-align: right;
    font-size: 18px;
    border-bottom: 1px solid #272727;
  }
  #mobile_menu .sub_nav_box label::before {
    content: '';
    background-image: url(../images/arrow.png);
    width: 9px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0%;
    top: 27px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #mobile_menu .sub_nav_box .back, #mobile_menu .sub_nav_box .back_up {
    width: 100%;
    padding: 24px 0%;
    margin: 0 auto;
    display: block;
    color: #2fa595;
    position: relative;
    font-size: 16px;
    text-align: right;
    border-bottom: 1px solid #dedede;
  }
  #mobile_menu .sub_nav_box .back_up {
    color: #272727;
  }
  #mobile_menu .sub_nav_box .back::before, #mobile_menu .sub_nav_box .back_up::before {
    content: '';
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: left 50%;
    width: 9px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 27px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #mobile_menu .sub_nav_box .link {
    width: 100%;
    padding: 24px 0%;
    margin: 0 auto;
    display: block;
    color: #272727;
    position: relative;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #dedede;
  }
  #mobile_menu .sub_nav_box .link:last-child {
    border-bottom: 0;
  }
  #menu_inner .menu_show {
    height: 100vh;
    overflow-y: scroll;
    display: block;
    position: relative;
    left: 23vw;
    width: 77vw;
    overflow-x: hidden;
  }
  #menu_inner .other {
    display: block;
    width: calc(67vw + 65px);
    border-top: 1px solid #1da38a;
    position: relative;
    right: 0;
    margin-bottom: 50px;
    height: 200px;
    margin-top: 75px;
  }
  #menu_inner .other .group {
    display: block;
    margin-top: 50px;
    padding-top: 0;
    float: left;
  }
  #menu_inner .other .group a {
    display: inline-block;
  }
  #menu_inner .other .group a img{
    width: 30px;
  }
  #searchbox {
    border: 1px solid #c9c9c9;
    position: absolute;
    right: 31px;
    top: 44px;
    width: 313px;
    visibility: visible;
    opacity: 1;
  }
  #menu20170313.show .copyright {
    RIGHT: 15px;
    width: 330px;
    margin-left: 0;
    letter-spacing: 0;
  }
  #menu20170313.show>.copyright {
    display: none;
  }
  #banner {
    margin-top: 88px;
  }
  #banner.show, #banner {
    width: calc(100% - 18px);
    margin-left: 9px;
    margin-right: 9px;
    height: 280px;
  }
  header#menu20170313 .now {
    display: none;
  }
  #banner .bg {
    -webkit-transform: skewY(-5deg)translateY(-0);
    -moz-transform: skewY(-5deg)translateY(-0);
    -o-transform: skewY(-5deg)translateY(-0);
    transform: skewY(-5deg)translateY(-0);
    -webkit-transition: all 1s ease .0s;
    -moz-transition: all 1s ease .0s;
    -o-transition: all 1s ease .0s;
    -ms-transition: all 1s ease .0s;
    transition: all 1s ease .0s;
  }
  #banner.show .bg {
    height: 70vw;
  }
  #timeline_box .year_block {
    width: 100%;
  }
  #timeline_box {
    padding-top: 80px;
    top: -1px;
    background-color: #efefef;
  }
  #timeline_box .year_block .year {
    font-size: 35px;
  }
  #timeline_box .year_block .year_detail {
    width: 28%;
    padding-right: 50px;
    margin-right: 50%;
    margin-left: 22%;
  }
  #timeline_box .year_block .year_detail:nth-child(odd) {
    padding-right: 0;
    margin-right: 22%;
    margin-left: 0%;
    padding-left: 43px;
  }
  #timeline_box .year_block .year_detail:before {
    right: 0;
  }
  #timeline_box .year_block .year_detail.active:before {
    width: 100%;
    height: 1px;
  }
  #timeline_box .year_block .year_detail:after {
    right: -5px;
  }
  #timeline_box .year_block .year_detail:nth-child(odd):before {
    left: 0;
    height: 1px;
  }
  #timeline_box .year_block .year_detail:nth-child(odd):after {
    left: 0;
    left: -5px;
  }
  #timeline_box .year_block .year_detail .date {
    margin-bottom: 8px;
  }
  #timeline_box {
    font-size: 15px;
  }
  #timeline_box .year_block .year_detail:nth-child(odd) .img {
    right: -115px;
    width: 100px;
    height: 100px;
    top: 0;
    left: auto;
  }
  #timeline_box .year_block .year_detail .img {
    left: -115px;
    width: 100px;
    height: 100PX;
  }
  #timeline_box .year_block .year_detail .img div {
    width: 100PX;
    height: 100PX;
  }
  #banner .text .main_title h2 {
    font-size: 30px;
  }
  #banner .text .main_title h2 div {
    height: 36PX;
  }
  #banner .text .name {
    margin-top: 60px;
  }
  .about_id #timeline_box .year_block .year_detail .img {
    position: relative;
    left: auto;
    display: block;
    margin: 20px auto 0;
    right: auto;
  }
  .about_id #timeline_box .year_block .year_detail .memo {
    width: 100%;
  }
  #bread {
    right: -9px;
    padding-left: 10px;
    padding-right: 10px;
    top: 55px;
    width: 40px;
    padding-top: 65px;
    padding-bottom: 35px;
  }
  #bread span {
    margin-left: -8px;
    top: 29px;
    opacity: .7;
    width: 15px;
  }
  .morebutton .arrow {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  #menu_inner .menu_show {
    left: 5vw;
    width: 95vw;
    margin-top: 70px;
  }
  #main_box, #lang_box, #mobile_menu .nav_box {
    margin-top: 22px
  }
  #menu_inner .other {
    width: calc(82vw + 65px);
  }
  #searchbox {}
  footer .footer {
    width: 85%;
  }
  #timeline_box .year_block .year_detail {
    width: 35%;
    padding-right: 50px;
    margin-right: 50%;
    margin-left: 15%;
  }
  #timeline_box .year_block .year_detail:nth-child(odd) {
    margin-right: 15%;
  }
  #timeline_box .year_block .year_detail:nth-child(odd) .img {
    right: -85px;
    width: 78px;
    height: 78px;
    top: 32px;
    left: auto;
  }
  #timeline_box .year_block .year_detail .img {
    left: -85px;
    width: 78px;
    height: 78PX;
  }
  #timeline_box .year_block .year_detail .img div {
    height: 78px;
    width: 78px;
  }
  #timeline_box .year_block .year_detail .img img {
    width: 75%;
    position: relative;
    height: 75%;
    top: 13%;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
  }
  #banner .text {
    left: 40%
  }
  #banner.show .bg {
    height: 78vw;
  }
}

@media only screen and (max-width: 650px) {
   .fullSlide .bd li{
    height: 450px !important;
   }
  #bread {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #banner .text .name {
    margin-top: 40px;
  }
  #banner .banner_box .title {
    width: 100%;
  }
  #banner .banner_box .memo {
    width: 100%;
    margin-top: 64px;
  }
  #banner .banner_box {
    left: 10%;
    width: 80%;
    top: 0;
    padding-top: 50px;
    padding-bottom: 300px;
  }
  #banner.show, #banner {
    height: 230px;
  }
  #banner .bg.mobilebg {
    display: block;
    height: 100%;
    height: 400px;
  }
  #banner .bg {
    display: none;
  }
  #searchbox {
    right: auto;
    left: 0;
    top: 35px;
  }
  #main_box, #lang_box {
    margin-top: 30px;
  }
  #menu_inner .other .group {
    margin-top: 95px;
  }
  #banner {
    margin-top: 64px;
  }
  #menu20170313.show .copyright {
    RIGHT: auto;
    width: 100%;
    margin-top: 20px;
    letter-spacing: 0;
    left: 0;
    position: relative;
    float: left;
    bottom: auto;
  }
  #main_box .mm_linker::after {
    right: 0;
  }
  /*timeline_box*/
  #timeline_box .year_block {
    width: 90%;
    margin-right: 0;
    border-left: 1px solid #acb0b3;
  }
  #timeline_box::before {
    display: none;
  }
  #timeline_box .year_block .year {
    font-size: 35px;
    text-align: left;
    padding-left: 10%;
  }
  #timeline_box .year_block .year_detail, #timeline_box .year_block .year_detail:nth-child(odd) {
    width: 80%;
    margin-left: 10%;
    padding-right: 0;
    margin-bottom: 50px;
    margin-right: 0;
    padding-left: 0;
    float: left;
  }
  #timeline_box .year_block .year_detail:before, #timeline_box .year_block .year_detail:nth-child(odd):before, #timeline_box .year_block .year_detail.active:before {
    right: auto;
    height: 2px;
    width: 80vw;
    left: -10vw;
  }
  #timeline_box .year_block .year_detail:after, #timeline_box .year_block .year_detail:nth-child(odd):after {
    right: auto;
    left: -10vw;
  }
  #timeline_box .year_block .year_detail:nth-child(odd) .date {
    text-align: left;
  }
  #timeline_box .year_block .year_detail:nth-child(odd) .img, #timeline_box .year_block .year_detail .img {
    position: relative;
    left: 0;
    right: auto;
    width: 145px;
    height: 145PX;
    margin: 25px auto;
    display: block;
    top: 0;
  }
  #timeline_box .year_block .year_detail .img div {
    width: 145px;
    height: 145PX;
  }
  #timeline_box .year_block .year_detail .memo {
    width: 100%;
  }
  #timeline_box .year_block:before {
    left: 0;
    width: 90vw;
    margin-left: 0;
  }
  .about_id #timeline_box .year_block .year_detail:before, .about_id #timeline_box .year_block .year_detail:nth-child(odd):before, .about_id #timeline_box .year_block .year_detail.active:before, .about_id #timeline_box .year_block .year_detail:after, .about_id #timeline_box .year_block .year_detail:nth-child(odd):after {
    left: -9vw;
  }
  .about_id #timeline_box .year_block .year_detail:before, .about_id #timeline_box .year_block .year_detail:nth-child(odd):before, .about_id #timeline_box .year_block .year_detail.active:before {
    width: 72vw;
  }
  #banner .text .name h3 {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
  }
  #banner .text .name h1 {
    display: block;
    font-size: 16px
  }
  #banner .text .name>div {
    height: auto;
    padding-top: 0;
    opacity: 0;
  }
  #banner .text.active .name>div {
    opacity: 1;
  }
  #banner .text .name:before {
    left: 0;
    bottom: auto;
    height: 1px;
    top: -17px;
  }
  #banner .text.active .name:before {
    width: 35px;
  }
  #banner .text .main_title h3 {
    font-size: 20px;
    line-height: 24px;
    width: 55vw;
    padding-right: 30px;
  }
  /*#banner .text .main_title h2 div {
    height: 23PX;
}*/
  #banner .text .name h3 {
    font-size: 16px;
  }
  #banner .text {
    left: auto;
    right: 0;
    top: 45px;
  }
  #banner {
    margin-top: 65px;
  }
  #timeline_box .show_more:after {
    top: 0;
    width: 100%;
  }
  #timeline_box .show_more>span {
    background: none;
    width: 90%;
    height: 42px;
    left: auto;
    margin-left: 0;
    padding: 0;
  }
  #timeline_box .show_more {
    left: 10%;
    width: 90%;
    height: 70px;
    bottom: 80px;
    background-color: #efefef;
    padding-top: 34px;
    margin-left: -1px;
  }
  #timeline_box .show_more span span {
    border: 2px solid #93dde6;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: white;
    line-height: 39px;
    left: 0;
  }
  .about_id #timeline_box .show_more {
    /*background-color: #f7f7f7;*/
    z-index: 20;
    bottom: 70px;
  }
}

@media only screen and (max-width: 550px) {
    footer .footer .info .group .share{
    margin-right: 8px;
    margin-left: 8px;
    display: inline-block;
    float: none;
  }
  footer .footer .info .group{
    
  }
  footer .footer {
    padding-top: 75px;
  }
  footer .footer .info .group {
    right: auto;
    left: 0;
    bottom: -75px;
    top: auto;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  footer .footer .info .line {
    margin-top: 0;
    width: 100%;
  }
  footer .footer .info {
    padding-bottom: 45px;
  }
  footer .footer .info .addr {
    right: auto;
    left: 0;
    top: 155px;
    margin: 0;
  }
  footer .copyright.mobile_cr {
    padding-top: 27px;
  }
}

@media only screen and (max-width: 500px) {
  #banner .bg.mobilebg {
    height: 353px;
  }
  #main_box .mm_linker, #main_box .onlylink, #lang_box .onlylink, #mobile_menu .nav_box .sub_first label, #mobile_menu .sub_nav_box label, #mobile_menu .sub_nav_box .back, #mobile_menu .sub_nav_box .back_up {
    font-size: 15px;
    padding: 20px 10% 20px 0;
  }
  #mobile_menu .nav_box .sub_first .t_linker, #mobile_menu .sub_nav_box .t_linker, #mobile_menu .sub_nav_box .link {
    font-size: 15px;
  }
  #mobile_menu .nav_box .sub_first .t_linker.active, #mobile_menu .sub_nav_box .t_linker.active {
  /*  color: #49b49e;*/
  }
  #main_box, #lang_box, #mobile_menu .nav_box {
    width: 200px;
  }
  #main_box .mm_linker::after {
    top: 23px;
  }
  header#menu20170313.active .logo {
    margin-top: -5px;
  }
  #menu_inner .other {
    margin-top: 50px;
    margin-bottom: 130px;
  }
  header#menu20170313 .bar {
    width: 48px;
    height: 48px;
  }
  #mobile_menu #menu_inner {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    margin: 8px;
  }
  header#menu20170313 .bar:before {
    top: 50%;
    width: 12px;
    margin-left: -6px;
  }
  header#menu20170313 .bar div:before {
    top: 18px;
    width: 12px;
    margin-left: -6px;
  }
  header#menu20170313 .bar div:after {
    top: 28px;
    width: 12px;
    margin-left: -6px;
  }
  header#menu20170313 .mobile_mail {
    width: 48px;
    height: 48px;
    top: 8px;
    right: 55px;
  }
  header#menu20170313 .bar {
    right: 8px;
    top: 8px;
  }
  header#menu20170313.show .bar:before {
    height: 15px;
    top: 16px;
  }
  header#menu20170313 .top_lang.show {
    visibility: visible;
    opacity: 1;
    display: block;
    right: 8px;
    top: 55px;
    width: 48px;
    height: 48px;
  }
  header#menu20170313 .top_lang div {
    background-size: 15px;
  }
  #main_box, #lang_box {
    /*  margin-top: 104px;*/
  }
  header#menu20170313, header#menu20170313.active {
    padding: 26px 25px;
    height: 64px;
  }
  header#menu20170313 .logo {
    width: 165px;
  }
  footer .footer {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 135px;
  }
  footer .footer .info {
    border-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer .info .addr {
    left: 20px;
    padding-right: 7px;
    width: calc(100% - 20px);
    top: 160px;
  }
  #go_top {
    width: 46px;
    margin-left: -23px;
    height: 85px;
  }
  #go_top .circle {
    width: 46px;
    height: 46px;
  }
  #go_top .arrow {
    top: 22px;
  }
  #banner {
    height: 440px;
  }
  footer .copyright.mobile_cr {
    width: calc(100% - 40px);
    left: 20px;
    position: relative;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 400px) {
  /*#banner .text .main_title h2 {
    width: 76vw;
}*/
  #banner.show, #banner {
    height: 235px;
  }
  #banner .bg.mobilebg {
    height: 353px;
  }
  #banner .text .name {
    margin-top: 46px;
  }
  #banner .text .main_title h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
