body {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #000000;
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border-bottom: 0px solid #BEBCBC;
}


.navbar-inverse {
    background-color:rgba(0,0,0,0.6);
    border-color: #5F5D5D;
}

.navbar-brand {
   margin-top:0px;
   padding:0px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left:20px;
	padding-right:20px;
    line-height: 50px;
}

.nav {
    padding-left: 90px;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFF;
}
a {
    color: #333333;
    text-decoration: none;
}

a:hover { text-decoration:none; transition: all 500ms ease-in 0ms; color: #333333;}


.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
	font-size:16px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-inverse .navbar-nav > li > a::after {
    width: 0;
    transition: width .3s;
    height: 2px;
    display: block;
    margin: 0 auto;
    content: "";
    background-color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a:hover:after{
	width:100%;
	height:2px;
	display:block;
	content:"";
	transition:width .3s;
	background-color:#FFFFFF;
}


.navbar-inverse .navbar-nav > li.mouseover .ul_hide {
    position: absolute;
    left: 0px;
    top: 72px;
    width: 200px;
	text-align:center;
	padding-left:15px;
    border: 0px solid #CBCBCB;
	background-color:rgba(0,0,0,0.8);
    padding: 0px;
    display: none;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li {
	line-height:40px;
	border-bottom:1px solid #444444;
	list-style-type:none;
	background:none;
   white-space: nowrap;
text-overflow: ellipsis;
	position:relative;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a{
    color:#FFFFFF;
	   height: auto;
overflow: hidden;
   white-space: nowrap;
text-overflow: ellipsis;
}

.navbar-inverse .navbar-nav > li.mouseover .ul_hide li a:hover{
    display:block;
    color:#FF0000;
    text-decoration: none;
}


.menu ul.sub_menu{position:absolute; width:600px; display:none; z-index:999; margin-left:0px;}
.menu ul.sub_menu a{ color:#ffffff;}
.menu ul.sub_menu a:hover{ color:#ffffff; background:none;}
.bg{ background:url(../images/bg.png) repeat; height:40px; display:none; width:100%; z-index:99; position:absolute;}
.menu ul.sub_menu li {
    float:left;
	width:100px;
    line-height: 40px;
	list-style-type:none;
	background:none;
}
.menu ul.sub_menu li a{ 
    color:#ffffff;
	font-size:12px;
	}
	

.kq1 {-webkit-animation-delay: 0.4s;}
.kq2 {-webkit-animation-delay: 0.8s; -webkit-animation-duration: 0.8s;}
.kq3 {-webkit-animation-delay: 1.2s; -webkit-animation-duration: 1.2s;}
.kq4 {-webkit-animation-delay: 1.6s; -webkit-animation-duration: 1.6s;}
.kq5 {-webkit-animation-delay: 2s; -webkit-animation-duration: 2s;}
.kq6 {-webkit-animation-delay: 2.4s; -webkit-animation-duration: 2.4s;}

.banner img {
    width:100%;
}

.bnn img {
     width:100%;
}

.kuanping {
   width:1200px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.guding {
   position:fixed;
   top:0px;
   width:100%;
   z-index:99;
   }

.search1 {
   width:176px;
   height:29px;
   margin-top:20px;
   border: 1px solid rgba(255,255,255,0.3);
   float:left;
   }
   
.yuyan {
   width:70px;
   height:29px;
   line-height:29px;
   margin-top:20px;
   float:right;
   text-align:right;
   }
   
.yuyan a {
   color:#FFFFFF;
   }
   
   
.search1 form {
    display: flex;
}

.search1 .search {
    border: 0;
    height: 29px;
    font-size: 14px;
    padding-left: 10px;
	background:url(../images/kong.png);
	color:#FFFFFF;
    width: 78%;
    border-radius: 0;
}   

.search1 .btn {
    height: 29px;
    margin: 0;
	padding:3px;
    border-radius: 0;
    color: #FFFFFF;
	background:url(../images/kong.png);
    text-align: center;
    width: 22%;
}

.dropdown-menu {
    position: absolute;
    float: left;
    min-width: 100px;
}

  .navbar-toggle>span{
		display:block;
		width: 30px;
		height: 4px;
		background-color: #043d79;
		border-radius: 2px;
		margin: 4px auto;
		transition: .3s;
		transform-origin: left center;
    }
   
	 .nav-top1{
		-webkit-transform: rotateZ(34deg);
		-moz-transform: rotateZ(34deg);
		-ms-transform: rotateZ(34deg);
		-o-transform: rotateZ(34deg);
		transform: rotateZ(34deg);
    }
    .nav-middle1{
		opacity: 0;
    }
    .nav-bottom1{
		-webkit-transform: rotateZ(-34deg);
		-moz-transform: rotateZ(-34deg);
		-ms-transform: rotateZ(-34deg);
		-o-transform: rotateZ(-34deg);
		transform: rotateZ(-34deg);
    }

.fudong {
	height:auto; overflow:hidden;
	position: absolute;
	width:100%;
	top: 35%;
	left:53%;
    color: #FFF;
   }
   
.fudong h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:22px;
   }
   
.fudong h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:50px;
   color:#FFFFFF;
   height:auto; overflow:hidden;
   line-height:66px;
   margin-top:0px;
   margin-bottom:0px;
   }
   
.bnnmore {
   width:137px;
   height:40px;
   margin-top:40px;
   }
   
.bnnmore a {
   display:block;
   width:137px;
   height:40px;
   line-height:40px;
   text-align:center;
   color:#FFFFFF;
   border:1px solid rgba(255,255,255,0.57);
   border-radius: 20px;
   }
   
.lanmu {
   width:100%;
   height:auto; overflow:hidden;
   margin-top:3px;
   }
   
.lanmu li {
   width:49.7%;
   list-style-type:none;
   float:left;
   margin-left:0.2%;
   margin-bottom:0.2%;
   }

.lmzi {
   position:relative;
   margin-top:-125px;
   height:125px;
   padding:30px;
   color:#FFFFFF;
   }
   
.lmzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:8px;
   }
   
.lanmu li section {
    overflow: hidden;
}
section {
    display: block;
}

.lanmu li img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%}     
   
.lanmu li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.bottom {
   width:100%;
   height:auto; overflow:hidden;
   background-color:#222222;
   color:rgba(255,255,255,0.5);
   padding-top:80px;
   padding-bottom:36px;
   line-height:34px;
   } 
   
.bottom a {
   color:rgba(255,255,255,0.5);
   }
   
.bottom a:hover {
   color:#ea1b17;
   }
   
.bmkk {
   width:1350px;
   height:auto; overflow:hidden;
   margin:0 auto;
   }
   
.bottom h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:26px;
   color:#FFFFFF;
   }
   
.bottom h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   margin-top:0px;
   margin-bottom:30px;
   color:#FFFFFF;
   }
   
.lxsou {
   width:90%;
   height:46px;
   }   
   
.lxsou form {
    display: flex;
}

.lxsou .search {
    border: 0;
    height: 46px;
    font-size: 14px;
    padding-left: 10px;
	background-color:#3a3a3a;
	color:#FFFFFF;
    width: 78%;
    border-radius: 0;
}   

.lxsou .btn {
    height: 46px;
    margin: 0;
	padding:3px;
    border-radius: 0;
    color: #FFFFFF;
	background-color:#252525;
    text-align: center;
    width: 22%;
}

.dazi {
   font-size:22px;
   }
   
.guanzhu {
   height:auto; overflow:hidden;
   margin-top:43px;
   }
   
.guanzhu-aa {
   width:93px;
   float:left;
   height:auto; overflow:hidden;
   color:#FFFFFF;
   line-height:31px;
   }
   
.guanzhu-bb {
   width:161px;
   float:left;
   height:auto; overflow:hidden;
   }
   
.guanzhu-bb li {
   list-style-type:none;
   float:left;
   width:29px;
   height:29px;
   margin-right:9px;
   }
   
.guanzhu-bb li a {
   display:block;
   width:29px;
   height:29px;
   line-height: 29px;
   background-color:#494949;
   border-radius: 50%;
   color:#FFFFFF;
   text-align:center;
   }
   
.guanzhu-bb li a:hover {
   background-color:#ea1b17;
   }
   
.banquan {
   height:auto; overflow:hidden;
   line-height:27px;
   color:rgba(255,255,255,0.2);
   margin-top:18px;
   }
   
.banquan a {
   color:rgba(255,255,255,0.2);
   }
   
   
.dianw {
   bottom:60px;
}

.dianw li {
    display: inline-block;
    width: 37px;
    height: 2px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background: rgba(236, 28, 22, 0.2);
    border: 0px solid #ffffff;
    border-radius: 0;
}



.dianw .active {

    width: 37px;
    height: 2px;
    margin: 0;
    background-color: #ec1c16;

} 

.lghh {
   padding-top:30px;
   padding-bottom:30px;
   background-color:rgba(0,0,0,0);
   }
   
.lghhx {
   padding-top:15px;
   padding-bottom:15px;
   background-color:rgba(0,0,0,0.9);
   }
   
.logo {
   width:185px;
   }   
   
.logox {
   width:265px;
   }  

.yd {
   display:none;
   }
   
.yc {
   display:block;
   }
   
.lantt {
   padding-top:45px;
   height:auto; overflow:hidden;
   }
   
.lmtp {
   margin-bottom:35px;
   }
   
.lmtp h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:14px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:15px;
   background:url(../images/line.jpg) left bottom; background-repeat:no-repeat;
   padding-bottom:10px;
   }
   
.lmtp h2 a {
   color:#FFFFFF;
   }
   
   
.lmkk {
   height:auto; overflow:hidden;
   }
   
.lmkk li {
   list-style-type:none;
   width:50%;
   line-height:27px;
   float:left;
   } 
   
.lmkk li a {
   color:#9b9b9b;
   } 
   
.lmkk li a:hover {
   color:#FF0000;
   }
   
   
.lmkk2 {
   height:auto; overflow:hidden;
   }
   
.lmkk2 li {
   list-style-type:none;
   width:33.3%;
   line-height:27px;
   float:left;
   } 
   
.lmkk2 li a {
   color:#9b9b9b;
   }
   
.lmkk2 li a:hover {
   color:#FF0000;
   } 
   
   
.lmkk3 {
   height:auto; overflow:hidden;
   }
   
.lmkk3 li {
   list-style-type:none;
   width:100%;
   line-height:27px;
   float:left;
   } 
   
.lmkk3 li a {
   color:#9b9b9b;
   } 
   
.lmkk3 li a:hover {
   color:#FF0000;
   }
   
   
#fullpage-footer {
    position: fixed;
    height: auto;
    display: block;
    width: 100%;
    z-index: 9;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    top: 160px;
}  

#fullpage-footer .close-button {
    padding: 5px 10px;
    color: #FFF;
    font-family: segoeui_bold, "Arial Black", Gadget, sans-serif;
    font-size: 18px;
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}  

/* 单页 */ 
.bnnzi {
   position:absolute;
   width:100%;
   top:47%;
   }
   
.bnnzi h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:9px;
   }  
   
.bnnzi h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   color:#FFFFFF;
   font-size: 60px;
   font-weight:bold;
   text-shadow: 0px 1px 5px rgba(0,0,0,0.6);
   letter-spacing: -0.1rem;
   margin-top:0px;
   margin-bottom: 20px;
   text-transform:uppercase;
   }
   
.section-padding {
    padding: 50px 1rem;
    border-top: 1px solid #e9e9e9;
} 


.mokuai h3 {
    color: #222;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: -0.05rem;
}  

.mokuai h3 span {
    display: inline-block;
    font-weight: 600;
}

.mokuai {
   width:1170px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
   
.mokuai p {
   line-height: 1.7;
   font-size:16px;
   color:#333;
   }
   
.mokuai h4 {
    color: #222;
    font-size: 37px;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: -0.05rem;
}

.mokuai h4 span {
    display: inline-block;
    font-weight: 600;
}

.col-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gao1 {
   height:378px;
   }
   
.gao2 {
   height:500px;
   }
   
.gao3 {
   height:430px;
   }
   
.gao4 {
   height:278px;
   }   
   
.remove-bottom-pad-img {
   padding-bottom:0px;
}  

hr {
   width: 100%;
   border-top: 1px solid #e9e9e9;
   } 
   
.btn-cta {
    box-shadow: none;
    outline: none;
	width:100%;
    background: #ee2e24;
	height:43px;
    border-radius: 2px;
    color: #fff !important;
    text-align: center;
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    border: none !important;
}


/* 产品列表 */

.cptit {
   margin-top:100px;
   }

.nanuk-series-title {
    margin: 30px 0px;
    padding: 0 0 0 1.5rem;
    font-weight: 600;
    font-size: 45px;
}

h1 {
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
}

.cpa {
   width:50%;
   float:left;
   }
   
.cpa-zi {
   position:relative;
   height:80px;
   margin-top:-80px;
   padding-left:10px;
 font-size: 16px;
line-height: 32px;
color: #222;
   z-index:10;
   }
   
.cpa-zi span {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.1rem;
}
   
.cpb {
   width:50%;
   float:right;
   }

.ftu img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}  

.ftu:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   }    
   
.ftu section {
    overflow: hidden;
}   

section {
    display: block;
}   


/* 发现我们 */
.mokuai h1 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
}

.mokuai h1 span {
    display: inline-block;
    font-weight: 600;
}

b {
    font-weight: 600;
}

.map-selection:first-child {
    border-right: 1px solid #f4f4f4;
}

.map-selection {
    padding: 20px;
    text-align: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.map-selection:hover {
   box-shadow: 0px 0px 10px rgba(0,0,0,.3);
   transition: all 500ms ease-in 0ms;
   }
   
.map-selection .btn-cta {
    margin-top: 20px;
} 

.btn-ctb {
    box-shadow: none;
    outline: none;
    background: #ee2e24;
    border-radius: 2px;
    color: #fff !important;
    text-align: center;
    margin: 10px 0;
        margin-top: 10px;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    border: none !important;
} 

.btn-ctb:hover {
   background: #000000;
   }
   
   
/* 产品内页 */   
   
.dian {
   bottom:-30px;
}

.dian li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0px;
	padding:3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: 1px solid #e8e8e8;
    border-radius: 0;
}



.dian .active {

    width: 25px;
    height: 25px;
    margin: 0;
    background-color: #FFFFFF;

}  

.se1 {
   width: 17px;
   height: 17px;
   background-color:#000000;
   } 
   
.se2 {
   width: 17px;
   height: 17px;
   background-color:#626262;
   }
   
.se3 {
   width: 17px;
   height: 17px;
   background-color:#e5f701;
   }
   
.se4 {
   width: 17px;
   height: 17px;
   background-color:#464b34;
   }
   
.se5 {
   width: 17px;
   height: 17px;
   background-color:#f64c01;
   }
   
.se6 {
   width: 17px;
   height: 17px;
   background-color:#e6ba89;
   }
   
.se7 {
   width: 17px;
   height: 17px;
   background-color:#d7d9d8;
   }
   
.se8 {
   width: 17px;
   height: 17px;
   background-color:#ffd401;
   }
   
.se9 {
   width: 17px;
   height: 17px;
   background-color:#616648;
   }
   
.se10 {
   width: 17px;
   height: 17px;
   background-color:#41413f;
   }
   
.se11 {
   width: 17px;
   height: 17px;
   background-color:#a3b4a4;
   }
   
.lan {
   width: 17px;
   height: 17px;
   background-color:#39a5d6;
   }
   
.carousel-inner > .item p {
    font-weight: 600;
    font-size: 14px;
	width:100%;
    text-align: center;
    color: #222;
    position: relative;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 2px;
    text-transform: uppercase;
    top: -15px;
}  

.nanuk-product-description .title {
    margin-bottom: 5px;
    font-weight: 100;
    font-size: 20px;
    line-height: 50px;
} 

.nanuk-product-description .title span {
    font-weight: 600;
    font-size: 80px;
    margin: 0;
    display: block;
}

.nanuk-product-description h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:15px;
   margin-bottom:25px;
   }
   
.nanuk-product-description h2 a {
   color:#f1483f;
   }
   
.nanuk-product-description p {
    font-size: 12px;
}

.nanuk-product-description ul {
    margin: 20px 0;
}

.nanuk-product-description ul li {
    margin: 10px 0;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.nanuk-product-description .nanuk-certifications ul {
    list-style: none;
    padding: 0;
    width: 100%;
}

.nanuk-product-description .nanuk-certifications ul li {
    float: left;
    max-width: 15%;
    margin: 0 5px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.nanuk-product-accordion .card {
    margin: 10px 0;
    border-radius: 0;
    border: 1px solid #f2f2f2;
}

.card-header {
    background: #fafafa;
    border: none;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
}

.card-header a {
    font-size:20px;
    font-weight: 100;
    background: #fafafa;
    display: block;
    border-radius: 0;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 25px;
}

.card-header a:hover {
   border-left:3px solid #FF0000;
   color:#FF0000;
   }
   
   
.card-header2 {
    background: #FFFFFF;
    border: none;
    cursor: pointer;
    border-radius: 0;
    padding: 0;
}

.card-header2 a {
    font-size:20px;
    font-weight: 100;
    background: #FFFFFF;
    display: block;
    border-radius: 0;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 25px;
}

.card-header2 a:hover {
   border-left:3px solid #FF0000;
   color:#FF0000;
   }
   
.panel-group .panel + .panel {
    margin-top: 10px;
	margin-bottom: 10px;
}

.neipp {
   padding:30px;
   line-height:26px;
   }
   
.neipp .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 15px 0;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0px solid #dddddd;
	border-bottom:1px solid #e8e8e8;
	color:#505457;
}   



.dianx {
   width:80%;
   left:40%;
   bottom:-240px;
}

.dianx li {
    display: inline-block;
    width: 24%;
	margin-right:1%;
	height:auto; overflow:hidden;
    margin: 0px;
    text-indent: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #e8e8e8;
    border-radius: 0;
}




.dianx .active {

    width: 24%;
	height:auto; overflow:hidden;
    margin: 0;
    background-color: #ffffff;

} 


.neipp h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 25px 0;
}

.neipp a:hover {
   color:#FF0000;
   }
   
   
.fea {
   height:auto; overflow:hidden;
   margin-bottom:20px;
   } 
   
.fea p {
   text-align:center;
   margin-top:12px;
   font-size:18px;
   color:#555555;
   } 
   
.usage {
   padding:15px; 
   height:auto; overflow:hidden;
   }
   
.usage ul {
   margin:0px;
   padding:0px;
   }
   
   
.usage ul li {
   list-style-type:none;
   float:left;
   width:24%;
   margin-left:0.5%;
   margin-right:0.5%;
   }
   
.cptux {
   height:auto; overflow:hidden;
   margin-bottom: 10px;
   }

/* 弹窗 */

.pdcon-ct{
	display:flex;
	flex-wrap:wrap;
}
.pdcon-ct>span{
	display:block;
	color:#fff;
	background:#2e4b98;
	padding:8px 30px;
	font-size:1.4rem;
	font-weight:600;
}
.pdcon{
	border-top:3px #2e4b98 solid;
	padding:20px 0px;
	font-size:1.4rem;
	color:rgba(0,0,0,.6);
	width:100%;
}

.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

.pictures_eyes_close {
  position: fixed;
  top: 30px;
  right: 30px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.png) no-repeat;
  z-index: 100;
  display: none;
}

.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 199;
  display: none;
}

.pictures_eyes_in {
  position: relative;
  text-align: center;
}

.pictures_eyes_in img { max-height: 500px; }

.pictures_eyes_in section p{color:#fff;padding:15px 0px;}

.pictures_eyes_in .prev, .pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 51px;
  cursor: pointer;
}

.pictures_eyes_in .prev {
  left: 35px;
  background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
  right: 35px;
  background: url(../images/Tright.png) no-repeat;
}

.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}

.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}

.nanuk-product-description .title {
    margin-bottom: 5px;
    font-weight: 100;
    font-size: 30px;
    line-height: 0.9;
}

.nanuk-product-description .title span {
    font-weight: 600;
    font-size: 70px;
    margin: 0;
    display: block;
}

.nanuk-product-description p {
    font-size: 14px;
}

.nanuk-product-description ul {
    margin: 20px 0;
}

.nanuk-product-description ul li {
    margin: 10px 0;
}

.dw {
   width:20%;
   }
   
br2 {
    margin: 20px 0;
    display: block;
}   

.kongxi {
   margin-top: -49px;
   }
   
.kk {
   height:35px;
   border:1px solid #e1e1e1;
   border-radius: 0;
   }  
   
.mokuai h5 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   font-weight:bold;
   padding-bottom:3px;
   border-bottom:1px solid #e7e7e7;
   } 
   
.neipp ul {
    margin: 0px;
    padding: 0px;
}

.neipp ul li {
   list-style-type:none;
   }
   
   
.form-group {
    margin-bottom: 1rem;
}

.address h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:30px;
   font-weight:bold;
   margin-top:0px;
   margin-bottom:15px;
   }
   
   
.fudongx {
	height:auto; overflow:hidden;
	position: absolute;
	width:100%;
	top: 35%;
	left:23%;
    color: #FFF;
   }
   
.fudongx h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:16px;
   color:#FFFFFF;
   margin-top:0px;
   margin-bottom:22px;
   }
   
.fudongx h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:50px;
   color:#FFFFFF;
   height:auto; overflow:hidden;
   line-height:66px;
   margin-top:0px;
   margin-bottom:0px;
   } 


@media (min-width: 1200px) and (max-width: 1600px) {    
.bnnzi {
   position:absolute;
   width:100%;
   top:37%;
   }
   
.bnnzi h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.6);
    letter-spacing: -0.1rem;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}   	
}	

@media (min-width: 1000px) and (max-width: 1200px) {    
.bnnzi {
   position:absolute;
   width:100%;
   top:30%;
   }
   
.bnnzi h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.6);
    letter-spacing: -0.1rem;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}    	
}    

@media (min-width: 0px) and (max-width: 768px) {

.navbar-nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
}

.nav {
    padding-left: 0px;
}


.kuanping {
   width:100%;
   }
   
.bmkk {
   width:100%;
   }


.bottom h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
}  

.yc {
   display:none;
   }
   
.yd {
   display:block;
   }
   
.lghh {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0,0,0,0.6);
}   
   
.logo {
   width:150px;
   } 
   
.lanmu li {
   width:100%;
   list-style-type:none;
   float:left;
   margin-left:0%;
   margin-right:0%;
   margin-bottom:0.3%;
   }
   
.mokuai {
   width:100%;
   }
   
.bnnzi {
    position: absolute;
    width: 100%;
    top: 15%;
}

.bnnzi h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 9px;
}

.bnnzi h3 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 1px 5px rgba(0,0,0,0.6);
    letter-spacing: -0.1rem;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dian {
    bottom: -50px;
}

.ff {
   padding-bottom:190px;
   }

}


