﻿/*base*/
body{
  min-width:1280px;
  height:100%;
  background-repeat:no-repeat;
  background-position:0px -150px;
  background-size:cover;
  background-attachment: fixed;
  background-position: bottom;
}
.show_area{
  width:962px;
  height:350px;
  margin:0 auto;
}
.title_space{
  width:962px;
  height:190px;
  margin-top:calc( 50% - 350px);
  background-repeat:no-repeat;
  background-position:0px 40px;
}
.search_space{
  width: 956px;
  height: 54px;
  border: 3px #534f4a solid;
  position: relative;
}
.search_input{
  outline: 0;
  border: 3px #534f4a solid;
  z-index: 5;
  font-size: 24px;
  margin: 8px 0px 0 8px;
  width: 856px;
  background: transparent;
  height:32px;
  padding-left:6px;
  /*outline: 0;
  border: 3px #534f4a solid;
  z-index: 5;
  font-size: 24px;
  height:34px;
  margin:8px 0px 0 10px;
  width: 862px;
  position: absolute;
  background: transparent;*/
}
#search_btn{
  float: right;
  width: 72px;
  height: 40px;
  margin: 8px 8px 0 0;
  background-image: url(../img/btn.png);
  cursor: pointer;
}
.link_space_link{
  background-image: url(../img/linksIcon.png);
  cursor: pointer;
  background-repeat:no-repeat;
  /*width:156px;*/
  height:25px;
  float:left;
  margin-top:50px;
  margin-right: 25px;
}
.link_space_link a{
  font-size: 26px;
  font-weight: 600;
  color: #534f4a;
  padding-left: 22px;
  text-decoration: none;
  margin-left: 5px;
}
.link_space_link:hover{
  background-position:0px -25px;
}
.link_space_link a:hover{
  color:#dd4615;
}
.goplatform{
  display:none;
}
.link_space_link_v2{
  display:none;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
  .search_input{
    width:calc( 100% - 110px );
    font-size:16px;
    height:27px;
  }
}
/*20230204*/
.title_image {
  margin-top: 40px;
  position: relative;
  margin-left: 50%;
}
.eng_title{
  position: relative;
  margin-left: 50%;
  white-space: nowrap;
  top: 100px;
  font-size: 54px;
  color: #534f4a;
  letter-spacing: -1px;
  font-family: arial;
  font-weight: 600;
}
.c2e{
  margin-left: 900px;
  position: absolute;
  margin-top: 153px;
}
.title_space a{
  text-decoration: none;
}
span[no=eng]{
  font-family: arial;
}
.title_space{
  background-image:none !important;
  overflow: hidden;
}