﻿/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
body{
    font-family: "Microsoft YaHei","Arial","Hiragino Sans GB",Sans-Serif;
    font-size:12px;
    width: 100%;
}
img {
    margin: 0;
    _width: auto;
    display: block;
}
img.full {
    width: 100%;
}

/*kv style*/
#kvArea{position: relative; padding-top:0px;}
#kv{position: relative; overflow: hidden;}
#kv .kvList li{float: left; width: 100%;}
#kvArea .pageList{position: absolute; height: 30px; bottom: 0px; width: 100%; left: 0px; text-align: center; background: url("../images/kv_bar_bg.png") repeat-x;}
#kvArea .pageList a{display: inline-block; *display:inline; *zoom:1; width: 80px; height: 3px; padding: 12px 0px 15px; line-height: 3px; margin: 0px 3px;}
#kvArea .pageList a span{display: block;  background-color: #008dd2; height: 3px;width: 80px;}
#kvArea .pageList a.active{}
#kvArea .pageList a.active span{background-color: #fff;}
#kv .kv_button_block .left {background: url("../images/btn-left.png") no-repeat; position: absolute; width: 66px; height: 66px; float: none; left: 60px; top: 40%; }
#kv .kv_button_block .right {background: url("../images/btn-right.png") no-repeat ; position: absolute; width: 66px; height: 66px; float: none; right: 60px; top: 40%; }
#kv .kv_button_block .left:hover {background: url("../images/btn-left-on.png") no-repeat;}
#kv .kv_button_block .right:hover {background: url("../images/btn-right-on.png") no-repeat;}



/* ###################  >> threeDiv  ################### */

#threeDiv {
  padding: 0; margin:50px auto 0px auto;
  /* margin-top: 40px; */
  display: block;
  width:100%;
}
#threeDiv li {
  float: left;
  overflow: hidden;
  display: block;
  width: 33.33333%;
  height:290px;
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#threeDiv .threeDiv_nr{margin:30px auto 0px auto;
	width: 90%;
}
.margin_R_60 { margin-right:0px;}