@font-face {
  font-family: "ImpactX";
  src: url("../font/impactX.ttf");
}
body{
  margin:0px;
  font-size:14px;
  font-family:"ImpactX","Microsoft Yahei Light","PingFang SC","WenQuanYi Micro Hei",Sans-serif;
  line-height:1.8;
  color:black;
  padding-top:70px;
  -webkit-text-size-adjust:none;
}
img{
  vertical-align:middle;
}
h1{
  margin:8px 0px;
  font-family:"ImpactX","Microsoft Yahei","PingFang SC","WenQuanYi Micro Hei",Sans-serif;
  font-size:44px;
  line-height:1.3;
}
h1.caption{
  font-size:26px;
}
h2{
  margin:5px 0px;
  font-family:"ImpactX","Microsoft Yahei","PingFang SC","WenQuanYi Micro Hei",Sans-serif;
  font-size:36px;
  line-height:1.3;
}
h2 img{
  height:36px;
}
h2.small{
  font-size:28px;
}
h3{
  margin:0px;
  font-family:"ImpactX","Microsoft Yahei","PingFang SC","WenQuanYi Micro Hei",Sans-serif;
  font-size:24px;
  font-weight:normal;
  line-height:1.5;
}
p{
  margin:10px 0px;
}
a{
  color:steelblue;
  text-decoration:none;
  transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}
a:hover{
  color:#38adff;
}
a.button{
  display:inline-block;
  margin:0px 10px 10px 0px;
  padding:4px 25px;
  border:1px solid steelblue;
  border-radius:30px;
}
a.button:hover{
  border:1px solid #38adff;
}
a.button2{
  display:inline-block;
  margin:0px 10px 10px 0px;
  padding:5px 25px;
  color:white;
  background-color:steelblue;
  border-radius:30px;
}
a.button2:hover{
  background-color:#38adff;
}
a.buttonRed{
  display:inline-block;
  margin:0px 10px 10px 0px;
  padding:4px 25px;
  color:darkred;
  border:1px solid darkred;
  border-radius:30px;
}
a.buttonRed:hover{
  color:red;
  border:1px solid red;
}
a.buttonRed2{
  display:inline-block;
  margin:0px 10px 10px 0px;
  padding:5px 25px;
  color:white;
  background-color:darkred;
  border-radius:30px;
}
a.buttonRed2:hover{
  background-color:red;
}
a.buttonGray{
  display:inline-block;
  margin:0px 10px 10px 0px;
  padding:4px 25px;
  color:slategrey;
  border:1px solid slategrey;
  border-radius:30px;
}
a.buttonGray:hover{
  color:silver;
  border:1px solid silver;
}
a.buttonGray2{
  display:inline-block;
  margin:0px 10px 10px 0px;
  padding:5px 25px;
  color:white;
  background-color:slategrey;
  border-radius:30px;
}
a.buttonGray2:hover{
  background-color:silver;
}
.menuContainer{
  z-index:10;
  position:fixed;
  top:0px;
  width:100%;
  background-color:white;
  box-shadow:0px 0px 5px #ccc;
}
.menu{
  vertical-align:middle;
  font-size:17px;
  text-align:right;
  padding-right:10px;
}
.menu a{
  margin:0px 4px;
  padding:2px 4px;
  display:inline-block;
  border-bottom:transparent 1px solid;
}
.menu a.menuChecked{
  border-bottom:steelblue 1px solid;
}
.menu a:hover{
  border-bottom:#38adff 1px solid;
}
.contentContainer{
  border-top:1px solid #eee;
}
.contentContainer2 {
  border-top:1px solid #eee;
  background-image:url(../image/bgContent2.jpg);
  background-size:cover;
}
.contentContainerHome1{
  color:white;
  background:url(../image/bg1.jpg);
  background-position:right top;
}
.contentContainerHome1 .content{
 height:550px;
}
.contentImage{
  width:auto;
  max-width:100%;
}
.foot{
  background-color:#253b50;
  color:#8e9f9e;
}
.foot a.product{
  color:#8e9f9e;
  border:1px solid #8e9f9e;
  border-radius:5px;
  padding:5px 10px;
}
.foot a.product:hover{
  color:#38adff;
  border:1px solid #38adff;
}
.highlight{
  color:orange;
}
.highlight2{
  color:steelblue;
}
.highlight3{
  color:seagreen;
}
.seperator{
  margin:30px 0px;
  border-bottom:1px solid #eee;
}
.textBig{
  font-size:18px;
}
.textMiddle{
  font-size:16px;
}
.textMiddle input{
  font-size:16px;
}
.textSmall{
  font-size:12px;
}
.textBlack{
  color:black;
}
.textGray{
  color:#8e9f9e;
}
.box{
  color:black;
  border:1px solid black;
  border-radius:5px;
}
.box2{
  color:white;
  background-color:black;
  padding:10px;
}
.box3{
  margin:0px 5px 5px 0px; 
  display:inline-block;
  *display:inline;
  *zoom:1;
  border:1px solid #c3c3c3;
  border-radius:5px;
  box-sizing:border-box; 
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box; 
}

.tableForm{
  display:none;
}
.tableListBorder{
  width:95%;
}
.fieldEditable{
  width:100%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

@media screen{ /*---- for IE6/7/8 ----*/
  .content
  {
    width:960px;
    margin:0 auto;
    padding:40px 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .block{
    width:100%;
    display:block;
    padding:10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .block2{
    width:460px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding:10px;
    vertical-align:top;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .block3{
    width:300px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding:10px;
    vertical-align:top;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .block1of3{
    width:300px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding:10px;
    vertical-align:top;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .block2of3{
    width:620px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding:10px;
    vertical-align:top;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
}

@media screen and (max-width:640px){
  body{
    font-size:16px;
    color:#333;
  }
  h1{
    font-size:27px;
  }
  h1.caption{
    font-size:23px;
  }
  h2{
    font-size:23px;
  }
  h2 img{
    height:25px;
  }
  h2.small{
    font-size:20px;
  }
  h3{
    font-size:20px;
  }
  .menu{
    width:180px;
    font-size:16px;
  }
  .contentContainerHome1{
    background-position:-1010px -20px;
  }
  .contentContainerHome1 .content{
    height:530px;
  }
  .content
  {
    width:100%;
    padding:40px 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .block{
    width:100%;
    padding:10px 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .block2{
    width:100%;
    padding:10px 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .block3{
    width:100%;
    padding:10px 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .block1of3{
    width:100%;
    padding:10px 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .block2of3{
    width:100%;
    padding:10px 0px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
}

@media screen and (min-width:640px){
  .content
  {
    width:100%;
    max-width:980px;
    margin:0 auto;
    padding:40px 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .block{
    width:100%;
    display:block;
    padding:10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }
  .block2{
    width:50%;
    display:inline-block;
    padding:10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    vertical-align:top;
  }
  .block3{
    width:33%;
    display:inline-block;
    padding:10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    vertical-align:top;
  }
  .block1of3{
    width:30%;
    display:inline-block;
    padding:10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    vertical-align:top;
  }
  .block2of3{
    width:70%;
    display:inline-block;
    padding:10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    vertical-align:top;
  }
}