@charset "utf-8";
/* CSS Document */
@font-face{font-family:'DIN';font-style:normal;font-weight:normal;
src:url(../font/DINOT.otf) format("opentype"),url(../font/DINOT.eot) format("embedded-opentype");}
:after{display:none;}
body,html{font-family:微软雅黑;font-size:12px;color:#333;background:#fff;letter-spacing:1px;}
body,div,a,ul,li,img,span,p{margin:0;padding:0;}
h1,h2,h3,h4{margin:0px;}
*{margin:0;padding:0;outline:0px;}
.l{float:left;}
.r{float:right;}
select{
position:relative;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background:url(../images/selectselect.png) no-repeat right 20px center;background-size:13px 9px;
}
.ClearFix:after {
clear: both;
content: ".";
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
}
a{text-decoration:none;cursor:pointer;color:#333;}
ul,li{list-style:none;}
img{border:none;}
a:hover{text-decoration:none;}
.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }
/* COLUMNS */
.col {
display: block;
float:left;
margin: 1% 0 1% 1.6%;
}
.col:first-of-type {
margin-left: 0;
}
/* CLEARFIX */
.cf:before,
.cf:after {
content: " ";
display: table;
}
.cf:after {
clear: both;
}
.cf {
*zoom: 1;
}
/* ALL */
.row .three{
padding: 80px 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background-color: #000000;
color: #000000;
text-align: center;
}
.hamburger .line{
width: 27px;
height: 3px;
background-color: #000000;
display: block;
margin:0 auto 6px;
border-radius:0px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.hamburger:hover{
cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2){
opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1){
-webkit-transform: translateY(10px) rotate(46deg);
-ms-transform: translateY(10px) rotate(46deg);
-o-transform: translateY(10px) rotate(46deg);
transform: translateY(10px) rotate(46deg);
}
#hamburger-1.is-active .line:nth-child(3){
-webkit-transform: translateY(-7px) rotate(-46deg);
-ms-transform: translateY(-7px) rotate(-46deg);
-o-transform: translateY(-7px) rotate(-46deg);
transform: translateY(-7px) rotate(-46deg);
}