@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");}

/* @font-face {
    font-family: 'DIN';
    src: url("../font/Arial.ttf") format("truetype");
    font-style: normal;
}
 */
 
 @font-face {
    font-family: 'Imp';
    src: url("../font/Impact.ttf") format("truetype");
    font-style: normal;
}
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;
    }

.swiper-button-next:after{display:none;}
.swiper-button-prev:after{display:none;}
body,html{font-family:微软雅黑;font-size:12px;color:#333;background:#fff;}
body,div,a,ul,li,img,span,p{margin:0;padding:0;}
h1,h2,h3,h4,h5,span,p,b{margin:0px;letter-spacing:1px;}
*{margin:0;padding:0;outline:0px;}
.l{float:left;}
.r{float:right;}
/* select{
	position:relative;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;
    }
select:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-top-color: #ccc;
		top: 14px;
		right: 10px;
		cursor: pointer;
		z-index: -2;
	} */
.ClearFix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
a{text-decoration:none !important;cursor:pointer;color:#333;}
ul,li{list-style:none;}
img{border:none;}
a:hover{text-decoration:none !important;}



.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: 20px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin:0  auto 4px;
  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(6px) rotate(51deg);
  -ms-transform: translateY(6px) rotate(51deg);
  -o-transform: translateY(6px) rotate(51deg);
  transform: translateY(6px) rotate(51deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-6px) rotate(-49deg);
  -ms-transform: translateY(-6px) rotate(-49deg);
  -o-transform: translateY(-6px) rotate(-49deg);
  transform: translateY(-6px) rotate(-49deg);
}
