/*================== 
 * @authors Adrian 
 * @date    2015-10-8 12:40:20
 * @version Nishihara main stylesheet
 ===================*/
/* The compass pakage */
html {
  font-size: 75%;
  line-height: 1.5em;
}

html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-2-hd-line-l{
  height: 1px;
  width: 364px;
  background-color: #e1e1e1;
  top: 41px;
  position: absolute;
}
.col-2-hd-line-l b{
  height: 5px;
  position: absolute;
  width: 32px;
  background-color: #e1e1e1;
  top: -2px;
}

.col-2-hd-line-l {
  left: 0;
}
.col-2-hd-line-l b {
  right: 0;
}

.col-pro-item {
  position: relative;
  float: left;
  width: 390px;
  box-shadow:1px 3px 5px #dfdfdf;
  background-color: #fff;
  margin: 0 15px 15px 0;
  overflow: hidden;
  border: 1px solid #aaa;
  height: 250px;
}
.pro-item-layer,.pro-item-tit,.pro-item-layer p,.pro-item-layer a{
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.5s ease 0s;
}
.col-pro-item:hover .pro-item-layer,.col-pro-item:hover .pro-item-tit,.col-pro-item:hover .pro-item-layer p,.col-pro-item:hover .pro-item-layer a{
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.5s ease 0s;

  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.pro-item-layer{
  padding: 0 35px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height:40px;
  background: url(../img/tm70.png) repeat;

  
}
/*.pro-item-layer a{
  display: inline-block;
  width: 100px;
  line-height: 28px;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 15px;
  cursor: pointer;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}*/
.pro-item-layer a:hover{
  color: #fff;
}
.pro-item-layer p{
    display: none;
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  height: 72px;
  line-height: 24px;
  text-align: left;
  text-indent: 24px;
}
.pro-item-tit{
 line-height: 40px;
  /*background: url(../img/bg02.png) no-repeat center center;*/
  font-size: 18px;
}

.col-pro-item .learn_more{display: block;position: absolute;width: 100%;height: 100%;left: 0;top: 0;}


.col-pro-item-info h5 a:hover {
  color: #003e6a;
  // -moz-transition: all 0.3s ease 0s;
  // -o-transition: all 0.3s ease 0s;
  // -webkit-transition: all 0.3s ease;
  // -webkit-transition-delay: 0s;
  // transition: all 0.3s ease 0s;
}
.col-pro-area {
  height: 0;
  overflow: hidden;
}
.col-pro-cont {
  width: 1200px;
  overflow: hidden;
  height:530px;
  position: relative;
}
.col-pro-scroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 10000em;
}

.col-pro-part {
  width: 1215px;
  float: left;
  height: 530px;
}

.col-pro-dot-list {
  padding: 10px 0;
  text-align: center;
}
.col-pro-dot-list a {
  display: inline-block;
  width: 56px;
  height: 6px;
  background-color: #e1e1e1;
  margin: 0 5px;
  cursor: pointer;
}
.col-pro-dot-list a.current {
  background-color: #00afed;
}

.col-pro-1{position: relative;}
.crl-btn-left,.crl-btn-right{
  position: absolute;
  width: 75px;
  height: 100px;
  cursor: pointer;
  top:50%;
  margin-top: -50px;
}
.crl-btn-left{
  left: -75px;
  background: url(../img/icon_prev.png) no-repeat left center;
}
.crl-btn-left:hover{
   left: -75px;
 /* background: url(../icon) repeat;*/
}
.crl-btn-right{
  right: -75px;
  background: url(../img/icon_next.png) no-repeat right center;
}
.crl-btn-right:hover{
  right: -75px;
 /* background: url(../images/arr_ra.png) repeat;*/
}