* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* common */
a {
	color: #0c3f74;
	border: none;
	text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover,
a:focus{
  color: #ad0101;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	height: auto;
	max-width: 100%;
}
.rwd-img {
	display: block;
	height: auto;
	max-width: 100%;
}
.bg_wh{
  background-color: #ffffff;
}
#nopd{
  padding: 0;
}
#hideshow {
	display: none;
}
#hs-ink {
	display: none;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}

/* container */
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 75px;
	padding-right: 75px;
	max-width: 1596px;
}

@media screen and (max-width:768px){
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

}

.w1478{
  max-width: 1478px;
}
.w1064{
  max-width: 1064px;
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}
input::-webkit-input-placeholder {
  color: #CCCCCC;
}
input::-moz-placeholder {
  color: #CCCCCC;
  opacity:  1;
}
input:-ms-input-placeholder {
  color: #CCCCCC;
  opacity:  1;
}
input:-moz-placeholder {
  color: #CCCCCC;
  opacity:  1;
}

/* table */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

/* flex */
.row {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 .5em; */
}
.column {
  flex: 1;
}
.offset-half {
  margin-left: 4%;
}
.offset-1 {
  margin-left: 8.333333%;
}
/* [class^="column"] {
  padding: 0 .5em;
} */

/* Column Spans */
.column--2of5 { flex: 0 0 40%; }
.column--1of2 { flex: 0 0 50%; }
.column--1of3 { flex: 0 0 33.3333%; }
.column--1of4 { flex: 0 0 25%; }
.column--3of5 { flex: 0 0 60%; }
.column--2of3 { flex: 0 0 66.6666%; }
.column--3of4 { flex: 0 0 75%; }
.column--4of5 { flex: 0 0 80%; }

/* grid */
ul.grid {
	list-style: none;
	font-size: 0px;
	margin-left: -2.5%; /* should match li left margin */
}
ul.grid > li {
	display: inline-block;
	margin: 0 0 2.5% 2.5%;
	font-size: 16px;
	font-size: 1rem;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul.grid.columns-2 > li {
	width: 47.5%;
}
ul.grid.columns-3 > li {
	width: 30.83%;
}
ul.grid.columns-4 > li {
	width: 22.5%;
}
ul.grid.columns-5 > li {
	width: 17.5%;
}

@media screen and (max-width:992px) {
	.rwd-img {
		margin: 0 auto;
	}
} /* 992 end */

@media (max-width: 768px) {
  #showhide {
    display: none;
  }
  #hideshow {
    display: block;
  }
  #sh-ink {
    display: none;
  }
  #hs-ink {
    display: inline-block;
  }
  [class^="column"] {
    flex: 0 0 50%;
  }
  .offset-half,
  .offset-1 {
    margin-left: 0;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  [class^="column"] {
    flex: 0 0 100%;
  }
	ul.grid li {
		width: 100%;
		margin: 0 0 20px;
	}
}


.about_download {
  font-size: 16px;
  color: #000000;
}
.about_download img {
  margin-right: 5px;
  vertical-align: sub;
}


header .topLink .tl_list > li.lan.find a i {
  margin-left: 0;
  margin-right: 5px;
  font-size: 17px;
}


/* cowboy 20190725 google search form*/
.searchForm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.searchForm.open {
  opacity: 1;
  visibility: visible;
}
.searchForm .closeSpace {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.searchForm .boxContent {
  position: absolute;
  top: calc(50% + 30px);
  left: 50%;
  width: 90%;
  max-width: 900px;
  min-height: 250px;
  max-height: 90%;
  padding: 2.5em 16px 1em 16px;
  background: white;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.searchForm.open .boxContent {
  top: 50%;
}
.searchForm .boxContent .closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.searchForm form {
  position: relative;
  display: inline-block;
  padding: 32px;
  padding-top: 57.6px;
  width: 100%;
  text-align: center;
}
.searchForm form input[type="text"] {
  margin-right: 2em;
  padding: 0 1em;
  width: 500px;
  height: 45px;
  max-width: 100%;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 1px;
  border: 2px solid #ebebeb;
  border-radius: 2px;
  box-shadow: none;
}
.searchForm form button {
  display: inline-block;
  margin: 16px 0;
  padding: 0.65em 1.5em;
  background: #AD0101;
  border-radius: 2px;
  border: 1px solid #AD0101;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 1px;
  cursor: pointer;
}