@charset "utf-8";
/* CSS Document */
body{background:#FFFFFF;}
body,html{font-family:微软雅黑;font-size:12px;color:#333;background:#fff;outline:none;}
body,div,a,ul,li,img,span,p{margin:0;padding:0;outline:none;}
h1,h2,h3,h4{margin:0px;outline:none;}
input,select,textarea{outline:none;font-weight:400;} 
*{margin:0;padding:0;}
.l{float:left;}
.r{float:right;}
	p{display:block;}
.ClearFix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
a{text-decoration:none;cursor:pointer;color:#333;outline:none !important;}
ul,li{list-style:none;}
img{border:none;}
a:hover{text-decoration:none;}
.ddd  img{width:100%;}


.adv0{height:auto;overflow:hidden;width:100%;position:relative;}
.adv_s .hd ul{width:100%;position:absolute;left:0%;bottom:10px;text-align:center;}
.adv_s .hd li{width:15px;height:15px;display:inline-block;margin-right:5px;background:none;z-index:2001;cursor:pointer;border-radius:100%;border:1px solid #fff;}
.pic{position:relative;}
.adv_s .hd li.on{width:15px;height:15px;background:#fff;border-radius:100%;border:1px solid #fff;}
/* .pic a img{width:100%;height:auto !important;} */
.sj_mark .next{width:53px;height:164px;background:url(../images/nnppp2.png) no-repeat center center;position:absolute;top:50%;right:0px;z-index:2;display:block;margin-top:-82px;}
.sj_mark .prev{width:53px;height:164px;background:url(../images/nnppp1.png) no-repeat center center;position:absolute;top:50%;left:0px;z-index:2;display:block;margin-top:-82px;}



/* GRID */

.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: #1C2D3D;
  color: #1C2D3D;
  text-align: center;
}

.hamburger .line{
  width: 22px;
  height: 2px;
  background-color: #1C2D3D;
  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(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-6px) rotate(-46deg);
  -ms-transform: translateY(-6px) rotate(-46deg);
  -o-transform: translateY(-6px) rotate(-46deg);
  transform: translateY(-6px) rotate(-46deg);
}