body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
}
.img{
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
a,
.btn {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.btn {
  border-radius: 0px;
  font-size: 14px;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
}
a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  color: #ff7f00;
  text-decoration: none;
}
a,
button,
input {
  outline: medium none;
  color: #666666;
}
.uppercase {
  text-transform: uppercase
}
.capitalize {
  text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  color: #434343;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit
}
h1 {
  font-size: 30px;
  font-weight: 500;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  color: #999999;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eeeeee;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
hr.style-2{
  border-bottom: 1px dashed #eceff8;
}
hr.mp-0 {
  margin: 0;
  border-bottom: 1px solid #eceff8;
}
hr.mtb-40 {
  margin: 40px 0;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}
label {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #4fc1f0;
  color: #fff;
  text-shadow: none;
}
.mark, mark {
  background: #ff7f00 none repeat scroll 0 0;
  color: #fff;
}
span.tooltip-content {
  color: #ff7f00;
  cursor: help;
  font-weight: 600;
}
.f-left {
  float: left
}
.f-right {
  float: right
}
.fix {
  overflow: hidden
}

input[type="text"],
input[type="password"] {
  background: #fff none repeat scroll 0 0;
  border: 1px solid transparent;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  color: #999999;
  font-size: 13px;
  height: 40px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding:0 20px;
  width: 100%;
}
button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  font-family: raleway;
}
select {
  border: 1px solid #eeeeee;
  color: #999999;
  font-size: 13px;
  height: 30px;
  padding-left: 20px;
}
option {
  background: #ffffff none repeat scroll 0 0;
  border: 0 solid #626262;
  font-size: 13px;
  padding-left: 10px;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border:none;
}
textarea {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid transparent;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  padding: 10px 10px 10px 20px;
  resize: vertical;
  width: 100%;
}
textarea:focus {
  border:none;
  outline: none;
}
.height-80 {
  height: 80px;
}
::-moz-placeholder {
  color: #444;
  font-size: 13px;
}
.submit-btn-1 {
  background: rgb(255, 127, 0) none repeat scroll 0 0;
  border: medium none;
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 700;
  height: 35px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.headerBg{transition:all 0.3s ease-out 0s; background:#fff;box-shadow: 0 2px 6px 0 rgba(209,209,209,0.50);}
.headerBg.active{ border:none; background:rgba(0,0,0,0.6); margin-top:0; position: fixed;width: 100%;z-index: 1111;}
.headerBg.active .fixed-top{background:rgba(0,0,0,0.6);}
.headerBg.noEffect{ transform:translateY(0) !important;}
.logo{display: inline-block}
.logo a{ display:block;}
.logo img{
  width: 145px;
}
.hdRig{ position:absolute; right:30px; top:0; color:#FFFFFF;}
.hdRig a{ color:#FFFFFF; display:inline-block; vertical-align:middle;}
.hdRigList{ font-size:0;}
.hdRigList li{ display:inline-block; vertical-align:middle; font-size:18px; padding-left:8px; line-height:84px;}
.hdWx{ position:absolute; right:-30px; top:84px; width:140px; padding:10px; text-align:center; background:#FFFFFF; font-size:12px; color:#666666; line-height:26px; display:none;}
.hdWx img{ margin:0 auto;}
.hdRigList li:hover .hdWx{ display:block;}
.hdTel{ font-size:20px; margin-top:-2px; margin-right:5px;}
.hdShare{ margin-top:-10px; font-size:15px; width:32px; height:32px; border:1px solid rgba(255,255,255,0.25); border-radius:50%; text-align:center; line-height:30px;}

/*navList*/
.navList{ display:table; margin:0 auto;}
.navLi{ float:left; height:84px; position:relative; }
.navLi h3{}
.navLi h3 a{ display:block; padding:24px 10px; font-size:16px; color:#2A2525;}
.navLi h3 a span{ display:block; height:40px; line-height:40px;padding:0 30px;font-size: 16px;}
.navLi.on h3 a span,.navLi h3 a:hover span{color:#0BCFB5 }
.navLi.on h3 a span,.hd_log h3 a:hover span{color:#0BCFB5 }
.navLi.active{ border-bottom: 2px solid #0BCFB5; }
.menu_active h3 a span{color:#0BCFB5 }
.hd_log.active{ border-bottom: none; }
.navSub {
  position: absolute;
  left: 50%;
  margin-left: -44px;
  top: 68px;
  width: 97px;
  padding-top: 23px;
  display: none;
  z-index: 100;
}
.navSub:before{ display:block; content:""; position:absolute; left:50%; margin-left:-11px; top:15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(0,0,0,0.75) transparent;
}
.navSubList {
  background: rgba(0,0,0,0.75);
  padding: 10px 30px;
  border-radius: 5px;
}
.navSubLi{}
.navSubLi h4{ border-bottom:1px solid rgba(255,255,255,0.2);}
.navSubLi h4 a{ display:block; color:#FFFFFF; font-size:14px; line-height:30px; background-position:right center; background-repeat:no-repeat; transition:all 0.3s ease-out 0s;}

.navSubLi.has h4 a{ background-image:url(../images/navLiBg.png);}
.navSubLi a:hover{ color:#3754a8;}
.navSubLi h4 a:hover{ color:#fff;}
.pad_10 h3 a span{
  padding: 0 10px;
}
.navSubLi h6  {
  width: 80px;
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 30px;
  background-position: right center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out 0s;
}
.lan_rgb h6 a{
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 30px;
  background-position: right center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out 0s;
}
.lan_rgb h6 a img{
  margin-right: 6px;
  display: inline-block;
}
.lan_rgb h6 a:hover{
  color:#fff;
}
.navThrList{ padding-left:15px; display:none;}
.navThrLi h5{ border-bottom:1px solid rgba(255,255,255,0.2);}
.navThrLi h5 a{ display:block; color:#FFFFFF; font-size:14px; line-height:46px; background-position:right center; background-repeat:no-repeat; transition:all 0.3s ease-out 0s;}
.navThrLi.has h5 a{ background-image:url(../images/navLiBg.png);}

.navFouList{ padding:15px 0 15px 15px; border-bottom:1px solid rgba(255,255,255,0.2); display:none;}
.navFouLi{ font-size:12px; color:#dddddd; line-height:24px;}
.navFouLi a{ display:block; color:#dddddd;}

.navBoxm{ display:none;}
.navListm{ list-style:none; overflow:hidden;}
.header_phone{
  position: absolute;
  right: 30px;
  top:15px;
  color: #FFFFFF;
  width: 220px;
}
.language_pad{
  padding: 10px 20px;
}
.header_phone .phone{margin-left: 10px;}
.header_phone h4{font-size: 14px; margin-bottom: 5px;}
.header_phone h2{font-size: 24px; color: #FFD600}
/*menu style */

/*dropdwn Style*/
.dropdwn {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
  left: 0;
  padding: 15px 30px;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 270px;
  z-index: 2;
}
.dropdwn li{
  display: block;
  padding: 5px 0;
}
.dropdwn li a {
  color: #666;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.main-menu li:hover .dropdwn{
  transform: scale(1);
  visibility: visible;
}
.mega-menu-area {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  left: -16%;
  padding: 45px 35px;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 1130px;
  z-index: 2;
}
.mega-menu-link {
  width: 70%;
}
.mega-menu-photo {
  width: 30%;
  padding-right: 15px;
}
.mega-menu-photo img {
  width: 100%;
}
.main-menu li.mega-parent {
    position: static;
}
.single-mega-item {
  float: left;
  padding: 0 15px;
  width: 33.3333%;
}
.single-mega-item li {
  display: block;
  margin-bottom: 5px;
}
.single-mega-item li:last-child {
  margin-bottom: 0;
}
.single-mega-item .menu-title {
  color: #444;
  font-size: 14px;
  padding-bottom: 20px;
  text-transform: capitalize;
}
.single-mega-item li:last-child{
  border-bottom: 0px solid #000;
} 
.single-mega-item li a {
  color: #666;
  display: inline-block;
  font-size: 13px;
  line-height: 22px;
  padding: 3px 0;
  text-transform: capitalize;
}
.main-menu li:hover .mega-menu-area{
  transform: scale(1);
  visibility: visible;
}
.header-middle-area .container .row [class*="col-"] {
  position: static;
 }
 .header-middle-area .full-width-mega-dropdown{
  position: relative;
 }

 /*mega-menu 2 columns*/
.mega-menu-area-2 {
  left: 0;
  margin: auto;
  right: 0;
  width: 580px;
}
.mega-menu-link-2 {
  width: 100%;
}
.mega-menu-link-2 .single-mega-item {
  width: 50%;
}

/*mega-menu 4 columns*/
.mega-menu-link-4 {
  width: 100%;
}
.mega-menu-link-4 .single-mega-item {
  width: 25%;
}
 /*Header Transprent */
 .transparent-header{
  position: absolute;
  width: 100%;
  margin: auto;
  background: rgba(255,255,255,0.3);
 }
 .transparent-header .main-menu > li > a{
  color: #fff;
 }
 .transparent-header.sticky{
  background: rgba(255,255,255,0.9);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4)
 }
 /*Sticky Menu*/
 .sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255,255,255,0.99);
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4)
}
.sticky .main-menu > li {
  padding: 22px 0;
}
 .sticky .main-menu > li:hover > a{
  color: #FF7F00;
 }

.logo {
  float: left;
  padding: 5px 0 5px 0;
  transition: all 0.3s ease 0s;
}
.logo img{
  transition: all 0.3s ease 0s;
}
.sticky .logo img {
  transition: all 0.3s ease 0s;
    width: 100px;
}
.sticky .logo {
  padding: 8px 0;
}

/* - - - header-top-bar - - - */
.header-top-bar {
  background: #222222 none repeat scroll 0 0;
}
.call-us p {
  color: #cccccc;
  font-weight: 500;
  line-height: 40px;
}
/*top-link*/
.top-link > ul.link {
  margin-right: -20px;
}
.top-link > ul.link > li {
  float: left;
  position: relative;
}
.top-link > ul.link > li::before {
  background: #ddd none repeat scroll 0 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 1px;
}
.top-link > ul.link > li:first-child::before {
  display: none;
}
.top-link > ul.link > li a {
  color: #cccccc;
  display: block;
  font-size: 0;
  height: 40px;
  line-height: 30px;
  overflow: hidden;
  padding: 10px 20px;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  width: 50px;
}
.top-link > ul.link > li a i {
  font-size: 14px;
  line-height: 10px;
  color: #CCCCCC;
}
.top-link > ul.link > li a:hover i {
  padding-right: 5px;
}
.top-link > ul.link > li a:hover, .top-link > ul.link > li a:focus, .top-link > ul.link > li a:active {
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  width: auto;
}
.index_content{
  margin: 30px auto;
}
.banners{
  width: 100%;
  margin: 0 auto;
}
.banners img{
  width: 100%;
  vertical-align: bottom;
}
.mg_t30{
  margin-top: 30px;
}
/*header-search*/
.header-search {
  padding: 34px 0 22px;
  transition: all 0.3s ease 0s;
}
.header-search-inner {
  position: relative;
}
.header-search-inner::before {
  background: #cf0000 none repeat scroll 0 0;
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}
.header-search-inner form {}
.header-search-inner button.search-toggle {
  color: #666;
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 15px 20px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.sticky .header-search {
  padding: 14px 0 0;
}
.sticky .header-search-inner button.search-toggle {
  padding: 10px 15px;
}
.top-search-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  height: 60px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -5px;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 0;
}
.sticky .top-search-box {
  height: 40px;
  top: 0;
}
.top-search-box > input {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  float: left;
  height: 100%;
  padding: 0 10px;
  width: 100%;
}
.top-search-box > input:focus {
  border: none;
}
.top-search-box > button {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  color: #999999;
  float: left;
  font-size: 20px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  width: 60px;
}
.header-search-inner:hover button.search-toggle {
  opacity: 0;
}
.header-search-inner:hover .top-search-box {
  opacity: 1;
  right: 20px;
  visibility: visible;
  width: 500px;
}
.sticky .header-search-inner:hover .top-search-box {
  width: 400px;
}
.top-search-box input[type="text"]:focus {
    border: medium none;
}
/* ============ total-cart ============= */
.total-cart {
  padding: 20px 0;
  transition: all 0.3s ease 0s;
}
.sticky .total-cart {
  padding: 0;
}
.total-cart-in {
  padding: 10px 0 25px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.sticky .total-cart-in {
  padding: 10px 0 12px;
}
.cart-toggler {}
.cart-toggler > a {
  color: #666666;
  display: block;
  line-height: 20px;
  padding-left: 20px;
  text-align: center;
}
.total-cart-in:hover .cart-toggler > a {
  color: #ff7f00;
}
.cart-icon {
  font-size: 20px;
  line-height: 20px;
}
.total-cart-in > ul {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 350px;
  z-index: 9999;
}

.header-2 {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.header-2 .header-search-inner::before {
  display: none;
}
.header-2 .sticky {
  background: rgba(246, 246, 246, 0.99) none repeat scroll 0 0;
}
/*user-meta*/
.user-meta > li {
  margin-top: 30px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.user-meta > li > a {
  color: #999999;
  display: block;
  font-size: 20px;
  line-height: 1;
  padding: 19px 3px 27px;
}
.user-meta > li > ul {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
  opacity: 0;
  position: absolute;
  right: 0;
  top: 150%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 140px;
  z-index: 999;
}
.user-meta > li > ul > li {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding: 5px 10px;
}
.user-meta > li > ul > li > a {
  color: #999999;
  display: block;
  font-size: 13px;
  line-height: 20px;
}
.user-meta > li > ul > li > a:hover {
  color: #FF7F00;
}
.user-meta > li:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.sticky .user-meta > li {
  margin-top: 0;
}
.sticky .user-meta > li > a {
  padding: 21px 3px;
}


/* ****************
  Dropdwn Repeat
***************** */
.dropdwn {
  padding: 15px 0;
}
.dropdwn li {
  display: block;
  padding: 5px 30px;
}
.dropdwn > li {
  position: relative;
  transition: all 0.3s ease 0s;
}
.dropdwn-repeat {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
  left: 100%;
  padding: 15px 0;
  position: absolute;
  text-align: left;
  top: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 270px;
  z-index: 2;
}
.main-menu li .dropdwn li:hover .dropdwn-repeat {
  transform: scale(1);
  visibility: visible;
}
.dropdwn li:hover .dropdwn-repeat li a::before {
	background: #ffbf7f none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 0;
}
.dropdwn li .dropdwn-repeat li:hover a::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.dropdwn > li .dropdwn-repeat li:hover > a {
  color: #ff7f00;
}

.layer-1 {
  position: relative;
}
.slider-img {
  width: 53%;
}
.slider-img > img {
  width: 100%;
}
.slider-info {
  height: calc(100% - 100px);
  padding: 50px 80px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
}
.slider-info .slider-info-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.slider-title-1 {
  font-size: 42px;
  font-weight: 400;
  line-height: 47px;
  margin-bottom: 15px;
}
.slider-brief p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 35px;
}

.ft_left p{
  color:#2A2525;
  font-size: 16px;
  line-height: 100px;
  font-weight: 300;
}
.co_hei{
  float: left;
  width:84px;
  height: 84px;
  background: #000;
  margin: 16px;
  display: inline-block;
}
.sao{
  display: inline-block;
  line-height: 20px;
  margin-bottom: 0px;
  color:#2A2525;
  font-size: 14px;
  font-weight: 200;
  margin-top: 42px;
}
/* -------------- Home 2  ---------------- */
.slider-2 {
  position: relative;
}
.slider2-title-1 {
  color: #575757;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}
.slider2-title-2 {
  color: #A181F7;
  font-size: 60px;
  font-weight: 800;
  line-height: 70px;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.slider2-title-3 {
  color: #A181F7;
  font-size: 54px;
  font-weight: 100;
  line-height: 50px;
letter-spacing: 0px;
  position: relative;
  text-transform: uppercase;
}
.slider2-title-4 {
  color: #B3B3FC;
  font-size: 28px;
  line-height: 34px;
  position: relative;
  margin-top: 30px;
  font-weight: 200;
  letter-spacing: 2px;
}
.slider-button {
  margin-top: 40px;
}
.layer-1-1 img {
  padding-top:0px;
  width: 49.6%;
  right: 20%;
}

.layer-1-1.layer-2-1 img {
  left: auto;
  right: 10%;
}
.layer-2-1 img{
  padding-top:60px;
  width: 40%;
}
.layer-1-3 img{
  padding-top:130px;
  width: 27%;
  right: 33%;
}
.title-container {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  width: 40%;
}
.slider-content-1 .title-container {
  left: 18%;
}
.slider-content-2 .title-container {
  left: 18%;
}
.text-uppercase img{
position: relative!important;
  top: 30px;
}
.slider2-title-5{
  border-top:2px solid #C6B2FD;
  color:#D4C5FD;
  font-size: 22px;
  line-height: 40px;
  width: 330px;
  letter-spacing: 5px;
  margin-bottom: 0px;
  font-weight: 400;
}
.slider2-title-6{
  color:#D4C5FD;
  font-size: 20px;
  width: 330px;
  letter-spacing: 1px;
  font-weight: 400;
}
/*slider-desc-3*/
.slider-desc-3 {
  margin: auto;
  width: calc(100% - 35%);
}
.slider-desc-3 .slider2-title-1,
.slider-desc-3 .slider2-title-2 {
  margin-bottom: 10px;
}
.slider-desc-3 .slider2-title-1 {
  color: #fff;
}
.slider-desc-3 .slider2-title-2 {
  color: #fff;
}
.slider-desc-3 .slider2-title-3 {
  color: #fff;
}
.slider-desc-3 .slider2-title-4 {
  color: #fff;
}

.slider-desc-4 {
  margin: auto;
  width: calc(100% - 20%);
}
.b3_container{
  top:34%;
}
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: inherit;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*菜单*/
a.meanmenu-reveal{display:none}
.mean-container .mean-bar {
  background: transparent none repeat scroll 0 0;
  float: left;
  min-height: 42px;
  padding: 2px 0 0;
  position: relative;
  width: 100%;
  z-index: 999;
}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 13px 11px;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;float: right;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:2px;margin-top:4px}
.mean-container .mean-nav{float:left;width:100%;background:transparent}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.mean-container .mean-nav ul li {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid#ddd;
}
.mean-container .mean-nav ul li a {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #666666;
  display: block;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 1em 5%;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 90%;
  font-weight: bold;
}
.mobile-menu-area {
  background: #262626;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 1em 10%;
  text-shadow: none !important;
  visibility: visible;
  width: 80%;
  font-weight: normal;
  text-transform: capitalize;
  color: #444;
}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%}
.mean-container .mean-nav ul li a:hover {
  background: #f8f8f8 none repeat scroll 0 0;
  color: #ff7f00;
}
.mean-container .mean-nav ul li a.mean-expand{
  width:26px;
  height: 15px;
  margin-top: 1px;
  padding: 12px !important;
  text-align:center;
  position:absolute;
  right:0;top:0;
  z-index:2;
  font-weight:700;
  background:rgba(255,255,255,.1);
  border:0!important;
  background: #F8F8F8;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #f8f8f8;
}
.zp_detail p{
  margin-bottom: 0px;
  line-height: 24px;
}
.zp_detail h4{
  font-size: 15px;
  line-height: 28px;
  margin: 6px 0 0 0;
}
.index_content2{
  margin-top: 0px;
  margin-bottom: 30px;
}
.zp_detail h3{
  margin-top: 30px;
  font-weight: 600;
}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
.mean-container .mean-bar::after {
  color: #ffffff;
  content: "MENU";
  font-size: 14px;
  left: 5%;
  position: absolute;
  top: 14px;
}
.bg1_banners{
  background: #244FB1;
  width: 100%;
  height: 860px;
}
.miner_head_myinfo h3 a{
  padding: 24px 6px;
}
.miner_head_myinfo h3 a span{
  padding:0 16px;
}
.miner_banner{
  margin-top: 30px;
}
.miner_hd_name{
  color:#0BCFB5!important;
}
.con_list1{
  background: #1DD07B;
}
.con_list2{
  background: #1D79D0;
}
.con_list3{
  background: #8C1DD0;
}
.con_lpro{
  font-size: 16px;
  color: #fff;
  margin-bottom: 0px;
}
.con_lsmall{
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  padding-bottom: 22px;
  font-weight: 200;
}
.con_limg{
  margin: 0 auto;
  text-align: center;
}
.con_limg img{
  margin: 0px auto;
  padding: 42px 0;
}
.mg_30{
  margin-top: 30px;
}
.banner_con {
  padding-top: 20px;
}
.banner_con a {
  display: block;
  margin-top: 17px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.index_product {
  width: 100%;
}
.index_prodetail {
  float: left;
  width: 343px;
  display: inline-block;
  background: #fff;
  padding: 24px 34px;
  box-sizing: border-box;
}
.index_prodetail h3 {
  text-align: center;
  border-bottom: 1px solid #4C4946;
  color: #4C4946;
  font-size: 28px;
  line-height: 64px;
  font-weight: normal;
}
.index_prodetail p {
  font-size: 16px;
  color: #5A5A5A;
  line-height: 30px;
  font-weight: normal;
  margin-top: 20px;
  text-align: center;
}
.index_prodetail em {
  font-size: 18px;
  color: #666666;
  font-weight: lighter;
  line-height: 32px;
}
.index_prodetail span {
  display: block;
  text-align: center;
  font-size: 26px;
  color: #0BCFB5;
}
.index_proimg {
display: inline-block;
  width: 70%;
}
.index_proimg img{

}
.pd_l15{
  padding-left:0px!important;
}
.pd_r15{
  padding-right:0px!important;
}
.footer {
  background: #2c2d2d;
  padding: 34px 0;
}
.foot_hd{
  width: 100%;
  margin-bottom: 10px;
}
.foot_hd li{
  display: inline-block;
  padding: 0 20px 0 20px;
  border-left: 1px #404040 solid;
  height: 16px;
  line-height: 16px;
}
.foot_hd li:first-child{
  border-left: 0px;
  padding: 0 20px 0 0px;
}
.foot_hd li a{
  color:#e8e8e8;
  font-size: 14px;
}
.footer p{
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 24px;
}
@media (min-width: 992px) and (max-width: 1169px) {
.dropdwn-repeat {
  left: 80%;
  width: 210px;
}
}
@media (max-width:1600px){
  .slider-content-2 .title-container {
    left: 10%;
  }
  .slider-content-1 .title-container {
    left: 12%;
  }
  .title-container {
    position: absolute;
    top: 34%;
    transform: translateY(-50%);
    width: 40%;
  }
  b3_container{
    top: 34%;
  }
  .slider2-title-2 {
    color: #A181F7;
    font-size: 58px;
    font-weight: 800;
    line-height: 58px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
  }
  .slider2-title-4 {
    color: #B3B3FC;
    font-size: 26px;
    line-height: 34px;
    position: relative;
    margin-top: 27px;
    font-weight: 200;
    letter-spacing: 2px;
  }
  .text-uppercase img {
    position: relative!important;
    top: 18px;
    width: 159px;
  }
  .layer-2-1 img {
    padding-top: 77px;
    width: 40%;
  }
  .nivo-controlNav{
    top: 37%;
  }
  .nivo-directionNav a{
    top: 33%;
  }
  .nivoSlider{
    height: 720px;
  }
}
@media (max-width:1440px){
  .slider2-title-2{
    font-size: 52px;
  }
  .slider2-title-4{
    font-size: 24px;
  }
  .text-uppercase img {
    position: relative!important;
    top: 10px;
    width: 159px;
  }
  .layer-2-1 img{
    padding-top: 68px;
  }
  .slider2-title-3 {
    color: #A181F7;
    font-size: 49px;
    font-weight: 100;
    line-height: 50px;
    letter-spacing: 6px;
    position: relative;
    text-transform: uppercase;
  }
  .nivoSlider{
    height: 675px;
  }
}
@media (max-width:1200px){
  .nivo-controlNav{
    top: 32%;
  }
  .nivo-directionNav a{
    top: 28%;
  }
  .title-container{
    top:47%;
  }
  .layer-2-1 img {
    padding-top: 58px;
  }
  .nivoSlider{
    height: 675px;
  }
}
@media (max-width:1024px){
  .layer-2-1 img {
    padding-top: 48px;
  }
  .title-container{
    top:44%;
  }
  .slider2-title-4 {
    font-size: 18px;
  }
  .nivoSlider {
    height: 473px;
  }
  .slider2-title-2 {
    font-size: 37px;
  }
  .layer-1-3 img {
    padding-top: 74px;
    width: 27%;
    right: 33%;
  }
  .slider2-title-3{
    font-size: 38px;
    font-weight: 100;
    line-height: 39px;
  }
  .slider2-title-5 {
    font-size: 22px;
    line-height: 40px;
    width: 271px;
    letter-spacing: 2px;
  }
  .slider2-title-6 {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .index_proimg {
    display: inline-block;
    width: 100%;
    padding: 15px;
  }
}

@media (max-width:992px){
  .index_content {
    margin: 15px auto;
  }
  .index_content h2{
    margin-top: 15px;
  }
  .foot_hd li{
    padding: 0 16px 0 16px;
  }
  .foot_hd li:first-child {
    border-left: 0px;
    padding: 0 16px 0 0px;
  }
  .hd_log h3{
    border-top:none!important;
  }
  .sao{
    color:#fff;
  }
  .miner_banner {
    margin-top: 0px;
  }
  .ft_left p{
    color:#fff;
  }
  .mg_30{
    margin-top: 15px;
  }
  .con_limg img {
    padding: 24px 0;
  }
  .slider-content-2 .title-container {
    left: 11%;
  }
  .pd_l15 {
    padding-left: 15px!important;
  }
  .pd_r15 {
    padding-right: 15px!important;
  }
  .banner_con{
    padding: 15px;
  }
  .index_prodetail{
    width: 100%;
    padding: 8px 23px;
  }

  .title-container {
    position: absolute;
    top: 22%;
    transform: translateY(-50%);
    width: 40%;
  }
  .slider2-title-2 {
    color: #A181F7;
    font-size: 36px;
    font-weight: 800;
    line-height: 45px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
  }
  .slider2-title-4 {
    color: #B3B3FC;
    font-size: 17px;
    line-height: 25px;
    position: relative;
    margin-top: 13px;
    font-weight: 200;
    letter-spacing: 2px;
  }
  .text-uppercase img {
    position: relative!important;
    top: -7px;
    width: 120px;
  }
  .layer-1-1.layer-2-1 img {
    left: auto;
    right: 8%;
  }
  .layer-2-1 img {
    padding-top: 48px;
    width: 40%;
  }
  .layer-1-3 img {
    padding-top: 73px;
    width: 27%;
    right: 34%;
  }
  .b3_container{
top:21%;
  }
  .slider-content-1 .title-container{
    left: 11%;
  }
  .slider2-title-3 {
    color: #A181F7;
    font-size: 34px;
    font-weight: 100;
    line-height: 37px;
    letter-spacing: 0px;
    position: relative;
    text-transform: uppercase;
  }
  .slider2-title-5 {
    border-top: 2px solid #C6B2FD;
    color: #D4C5FD;
    font-size: 16px;
    line-height: 30px;
    width: 52%;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-weight: 400;
  }
  .slider2-title-6 {
    color: #D4C5FD;
    font-size: 14px;
    width: 330px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .nivo-controlNav{
    top: 22%;
  }
  .nivo-directionNav a{
    top: 20%;
  }
  .navLi{ float:none; height:auto; width:100%;}

  .headerBg{ background:#040425; margin-top:0;}
  .logo{ float:left; position:static; padding:10px 0;}
  .hdRig{ float:right; position:static;}
  .hdRigList li{ line-height:54px; height:54px;}
  .hdShare{ margin-top:0;}
  .hdWx{ top:54px; right:0;}
  .navBoxm{ padding:10px 0 20px; max-height:400px; overflow-y:auto; display:none;
    width: 100%;}
  .navLi h3{ border-top:1px solid rgba(255,255,255,0.25);margin-bottom: 0px;}
  .last_line h3{ border-bottom:1px solid rgba(255,255,255,0.25);margin-bottom: 0px;}
  .navLi h3 a{ padding:0 15px;}
  .navLi h3 a span{    padding: 0 30px;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 300;}
  .navLi.has h3 a span{ background-image:url(../images/navLiBg.png);}


  .navlistm .navLi h3 a{ padding:0;}
  .navSub{ position:static; left:0; width:100%; margin-left:0; padding:0;}
  .navSub:before{ display:none;}
  .navSubList{ border-radius:0;padding: 5px 0 2px 30px;}
  .navSubLi h4 a{ line-height:38px;}
  .navThrList{ padding:0 0 0 15px;}
  .navThrLi h5 a{ line-height:38px;}

  .menuBtn{ float:right; width:40px; height:40px;     margin-top:7px; z-index:3; cursor:pointer; overflow:hidden;}
  .menuBtn span{ display:block; background:#FFFFFF; width:24px; height:1px; font-size:0; margin:14px auto 0; transition:all 0.3s ease 0s;}
  .menuBtn span:first-child + span{ margin-top:6px;}
  .menuBtn span:first-child + span + span{ margin-top:6px;}
  .menuBtn.active span:first-child + span{ transform:translateX(-40px);}
  .menuBtn.active span:first-child{ width:26px; transform:rotate(45deg) translate(7px,7px);}
  .menuBtn.active span:first-child + span + span{ width:26px; transform:rotate(-45deg) translate(3px,-3px);}

}
@media (max-width:767px){
  .nivo-controlNav{
    top: 16%;
  }
  .nivo-directionNav a{
    top: 14%;
  }
  .header_phone{display: none}
  .headerBg{ transform:translateY(0) !important;}
  .b3_container {
    top: 16%;
  }
  .slider-content-1 .title-container {
    left: 13%;
  }
  .slider2-title-3 {
    color: #A181F7;
    font-size: 34px;
    font-weight: 100;
    line-height: 30px;
    letter-spacing: 0px;
    position: relative;
    text-transform: uppercase;
  }
  .slider2-title-5 {
    border-top: 2px solid #C6B2FD;
    color: #D4C5FD;
    font-size: 16px;
    line-height: 28px;
    width: 68%;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-weight: 400;
  }
  .slider2-title-6 {
    color: #D4C5FD;
    font-size: 14px;
    width: 330px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .layer-1-3 img {
    padding-top: 54px;
    width: 28%;
    right: 31%;
  }
  .slider-content-2 .title-container {
    left: 13%;
  }
  .title-container {
    position: absolute;
    top: 16%;
    transform: translateY(-50%);
    width: 40%;
  }
  .slider2-title-2 {
    color: #A181F7;
    font-size: 27px;
    font-weight: 800;
    line-height: 46px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
  }
  .slider2-title-4 {
    color: #B3B3FC;
    font-size: 13px;
    line-height: 18px;
    position: relative;
     margin-top:0px;
    font-weight: 200;
    letter-spacing: 1px;
  }
  .text-uppercase img {
    position: relative!important;
    top: -22px;
    width: 89px;
  }
  .layer-2-1 img {
    padding-top: 36px;
    width: 40%;
  }
  .nivoSlider {
    height: 185px;
  }
  .ft_left p {
    font-size: 14px;
    line-height: 40px;
    font-weight: 300;
    margin-bottom: 0px;
  }

}
@media (max-width: 640px){
  .logo {
    width: 85px;
    padding: 9px 0;
  }
  .nivo-controlNav{
    top: 42%;
    left: 20px;
  }
  .nivo-directionNav a{
    top: 18%;
    right: 20px;
  }
  .layer-2-1 img{
    padding-top: 19px;
  }
  .slider-content-2 .title-container{
    left: 12%;
  }
  .title-container {
    top: 55%;
  }
  .slider2-title-2 {
    font-size: 15px;
    line-height: 19px;
  }
  .slider2-title-4{
    font-size: 10px;
    line-height: 12px;
    margin-top: 8px;
  }
  .text-uppercase img{
    top: -29px;
    width: 60px;
  }
  .nivo-controlNav a {
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 1px;
    margin-bottom: 3px;
    width: 14px;
    transition: all 0.3s ease 0s;
  }
  .nivo-controlNav a.active {
    background: #ff7f00 none repeat scroll 0 0;
    width: 22px;
  }
  .zmdi-long-arrow-up:before {
    content: '\f303';
    font-size: 22px;
  }
  .zmdi-long-arrow-down:before {
    content: '\f2fe';
    font-size: 22px;
  }
  .zmdi-long-arrow-up{
   margin-top:18px;
  }
  .nivo-nextNav::before {
    background: #ccc none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    top: 0px;
    width: 18px;
  }
  .layer-1-3 img {
    padding-top: 24px;
    width: 28%;
    right: 30%;
  }
  .slider-content-1 .title-container {
    left: 13%;
  }
  .slider2-title-3 {
    color: #A181F7;
    font-size: 18px;
    font-weight: 100;
    line-height: 12px;
    letter-spacing: 0px;
    position: relative;
    text-transform: uppercase;
  }
  .b3_container{
    top:43%;
  }
  .slider2-title-5 {
    display: none;

  }
  .slider2-title-6 {
    display: none;
  }
}


