*{margin:0px; padding:0px;}
body{margin:0px;width:100%;padding:0px;font:14px/1.6 '微软雅黑','Microsoft Yahei','helvetica','arial';color:#333;background:#fff;}
body.en{ font-family:Arial}
ul,ul li,ol{list-style:none;}
a{color:#333333;}
a:hover{color:#EC5F00;}
img{border:none; vertical-align:top}
button,span,div,a{text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
input,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:0em;-webkit-border-radius:0m;-moz-border-radius:0em;padding:0px;border:0px; font-family:'Microsoft Yahei';}
.clear{clear: left;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.clearfix{display:inline-block;*zoom:1;}
.left,.fl{float:left}
.right,.fr{float:right}
.bdbox{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.wrap{width:1200px;position:relative;margin:0px auto;}
.transition{-webkit-transition: all 0.86s  ease-out 0s;-moz-transition: all 0.86s  ease-out 0s;  /* FF4+ */-o-transition: all 0.86s  ease-out 0s;transition: all 0.86s  ease-out 0s;}

/* header */
#header{width:100%;height:138px;margin:0px auto;background:#fff;}
.hdtop{width:100%;height:36px;background:#E6E6E6; font-size:13px; line-height:260%;font-family:'Microsoft Yahei'}
.hdtop .right{padding-left:30px;background:url(../images/icon_email.png) no-repeat left center; display:block}
.hdbox{z-index:99;height:101px;width:100%;margin:0px auto;display:block;background:#fff;border-bottom:1px solid #fff}
.hdbox .logo{width:203px;height:70px;position:absolute;left:0px;top:15px;}
.hdbox .logo img{width:100%}
.hdbox .nav{margin:0px auto;position:absolute;right:0px;top:31px;height:40px;}
.hdbox .nav li{float:left;position:relative;overflow:hidden;padding:8px 0px 6px 50px;}
.hdbox .nav li a{font-size:16px;display:block;text-align:center;color:#333;}
.hdbox .nav li a.curr,.hdbox .nav li a:hover{color:#EC5F00}
.hdbox,.hdbox .logo,.hdbox .nav{-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease}

/* tpfixed */
.tpfixed{height:76px;border-bottom:1px solid #eee;top:0px;position:fixed}
.tpfixed .logo{top:3px}
.tpfixed .nav{top:17px}
.tpfixed .language{top:26px}

/* main */
#main{}

/*------footer------*/
#footer{width:100%;min-width:1200px;padding-bottom:18px;position:relative;overflow:hidden;background:#0098E1;color:#fff;}
#footer .wrap{height:100%;width:1200px}
#footer .ftnav{width:100%;height:190px;overflow:hidden;margin:36px auto}
#footer .ftnav>li{width:250px;float:left;}
#footer .ftnav>li:nth-child(2){width:320px;}
#footer .ftnav>li.contact{width:300px;margin-left:15px}
#footer .ftnav>li h3{color:#fff;font-size:15px; font-weight:normal}
#footer .ftnav>li ul{margin-top:18px; line-height:125%;}
#footer .ftnav>li ul li{padding:5px 0px 6px; line-height:125%;}
#footer .ftbox{overflow:hidden;line-height:140%;width:100%;}
#footer .ftbox span{margin-left:6px;}
#footer .qrcode{position:absolute;right:44px;top:17px;}
#footer .qrcode img{width:135px;border:6px solid #fff;}
#footer a{color:#fff;text-decoration:none; font-size:14px;}
#footer a:hover{color:#ccc;}

.topshare{ position:absolute;left:900px;top:7px;}
.topshare a{width:20px;margin-right:10px;}
.topshare img{width:20px;Opacity:0.8}
.topshare img:hover{Opacity:1}

.share{ position:absolute;right:69px;bottom:8px;width:298px;}
.share a{width:34px;margin-right:10px;}
.share img{width:34px;Opacity:0.8}
.share img:hover{Opacity:1}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}*/