@charset "utf-8";
/*常用css*/
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: "microsoft jhenghei", "Microsoft YaHei";
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #7A7A7A;
}
a:hover {
  text-decoration: none;
  color: #1a96d4;
}
.btn {
  cursor: pointer;
}
body {
  font-size: 12px;
  color: #7A7A7A;
  line-height: 24px;
  min-width: 1200px;
  font-family: "microsoft jhenghei", "Microsoft YaHei";
}
.l {
  color: #1a96d4 !important;
}
.w {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
/*header*/
.header {
  height: 90px;
  line-height: 90px;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 100;
  left: 0;
  top: 0;
}
.header.fixed {
  position: fixed;
}
.logo {
  width: 270px;
  height: 90px;
  margin-left: 100px;
  margin-right: 115px;
  text-indent: -9999px;
  background: url(../images/cn/logo.png) center no-repeat;
}
.nav {
  font-size: 14px;
}
.nav h3 {
  float: left;
  font-size: 14px;
  padding: 0 30px;
}
.nav h3 a {
  float: left;
}
.nav li {
  float: left;
}
.select-language {
  position: relative;
}
.select-language h3 a {
  padding-right: 20px;
  background: url(../images/cn/arrdown.png) right center no-repeat;
}
.select-language dl {
  position: absolute;
  left: 30px;
  top: 60px;
  background-color: #fff;
  display: none;
  border: 1px solid #EEEEEE;
  min-width: 100px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select-language dd {
  display: block;
  padding: 0 5px;
  white-space: nowrap;
  line-height: 24px;
}
.select-language dd:hover {
  background-color: #1a96d4;
}
.select-language dd:hover a,
.select-language dd:hover a:hover {
  color: #fff;
}
.select-language:hover dl {
  display: block;
}
.buy-btn span {
  display: inline-block;
  width:118px;
  height:30px;
  background-color: #E6E6E6;
  line-height: 30px;
  font-size: 16px;
  text-align:center;
  color:#fff;
  background: #00b7ee;
  
}



.footer {
  padding-top: 15px;
  padding-bottom: 15px;
  height: auto;
  overflow: hidden;
  background:#535353;
}
.footer-inner_r{ margin-top:10px;}
.footer-inner {
  padding-left: 100px;
}
.footer-inner .logo {
  margin: 0;
  height: 44px;
  margin-right: 14px;
}
.footer-inner .line {
  width: 1px;
  height: 44px;
  margin-right: 14px;
  background-color: #B6B6B6;
}
.footer-inner .txt {
  font-size: 14px;
  color: #636363;
  margin-right:50px;
}
.footer-inner .txt img{ margin-left:20px; float:left;}
.footer-inner .txt .txt_left{ margin-top:10px;}
.footer-inner strong {
  font-weight: normal;
  padding-right: 15px;
}#vedio{
	z-index: 10;
}
