/*html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Monda', sans-serif !important;
}*/
body{font-family: "Microsoft YaHei","微软雅黑";background: #fff;}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
ul,ol,dl{
  list-style:none;
}
body a:hover{
  text-decoration:none;
}
body a:focus{
  outline: none;
}
body a{
  outline: none;
}
@media (min-width: 1441px) {
	.container{
	/*position: relative; */
	width: 1400px;
	/*padding: 0px;*/
}
}


.contact-map{
	padding:30px 85px 0 85px;
	width: 100%;
	max-height: 640px;
}
.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
   .swiper-slide img{
   	width: 100%;
   	height: auto;
   }
  .swiper-pagination-bullet{
  	width: 36px;
  	border-radius: 0;
  	background: #ccc;
  	opacity: 1;
  }
  .swiper-pagination-bullet-active{
  	background: #e82d35;
  }
  .swiper-button-next, .swiper-button-prev{

  }
  .swiper-button-prev{
		background: url("../images/ldgh-arrow.png")no-repeat;
  }
  .swiper-button-next{
		background: url("../images/ldgh-arrow.png")no-repeat;
  }
  .index-about{
  /*	padding-bottom: 65px;
  	border-bottom: 1px solid #d4d4d4;*/
  }
  .page-right{padding-left: 50px;padding-top: 30px;}
  .page-middle{padding-top: 25px;}
  .page-bottom{padding: 20px 15px 0 40px;}
	
  .tab-row{padding-top: 50px;}
  .container-header{
  	width: 100%;
  	text-align: center;
  	padding-top: 55px;
  }
  .link-header {
  	padding-top: 60px;
  }
  .container-header .container-header-title{
  	display: inline-block;
  	position: relative;
  }
  .container-header .container-header-title h2{
  	 font-size: 22px;
  	 color:#e81717;
  	 line-height: 32px;
  	 margin-bottom: 0;
  	 margin-top: 0;
  }
    .container-header .s-title{
      text-align: center;
    	color:#999;
    	font-size: 16px;
    }
.container-header-title .header-line{
	position: absolute;
	width: 88px;
	top:16px;
	height: 1px;
	background: #ccc;
	z-index: 1
}
.container-header-title .header-line:after{
	content: "";
	position: absolute;
	height: 3px;
	width: 12px;
	background: #e82d35;
	top:-1px;
	z-index: 2
}
.container-header-title .header-line.line-left{
	left:-94px;
}
.container-header-title .header-line.line-left:after{
	right: 0;
}
.container-header-title .header-line.line-right{
	right:-94px;
}
.container-header-title .header-line.line-right:after{
	left: 0;
}
.container-body{
    position:relative;
	margin-top: 30px;

}
.link-body{
	margin-top: 60px;
}
.video-js{
	max-height: 640px;
	min-height: 200px;
}
.vjs-default-skin div.vjs-big-play-button span{
  display:inline-block;
  background-image:url('../video-js/video-but.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width:80px\9;
  height:80px\9;
  background-size: contain;
}
.solution-links{
  text-align: center;

}
.solution-links a{
  font-size:15px;
  color:#666;
  padding:0 20px;
  position: relative;
}
.solution-links a:after{
  position: absolute;
  content: "";
  height: 16px;
  top:0;
  right: 0;
  width: 1px;
  background: #CCC;
}
.solution-links a:last-child:after{
  background: transparent;
}
.solution-links a:hover{
  color:#e81717;
}
.index-products{
  margin-top: 30px;
/*  padding-bottom: 75px;*/
}
.pro-item{
  float:left;
  width: 100%;
  display:block;
  text-align:center;
  margin-bottom: 30px;
}
.pro-item:hover .pro-item-title{
  background:#e82d35;
  color:#fff;
}
.pro-item-img{
  float:left;
  width: 100%;
  overflow: hidden;
  text-align:center;
}
.pro-item-img img{
  max-width:100%;
  width:auto;
  height: auto;
}
.pro-item-title{
  margin: 0;
  /*float:left;*/
  width: 100%;
  border:1px solid #CCC;
  font-size: 18px;
  text-align: center;
  color:#666;
  height:56px;
  line-height: 56px;
  background: #FFF;
}
.index-news{
  width: 100%;
  background: url("../images/news-bg.jpg") no-repeat top center;
  padding-bottom: 30px;
}
.tab-content{
  margin-top: 40px;
}
.index-news-content .col-md-3{
  margin-bottom: 10px;
}
.container-body .nav-tabs{
  border-bottom:0 none;
  text-align: center;
}
.container-body .nav-tabs > li{
  float:none;
  display: inline-block;
  margin-bottom: 0;
  padding:0 5px;
}
.container-body  .nav-tabs > li > a{
  padding:0 15px;
  font-size: 14px;
  line-height: 28px;
  height: 30px;
  border:1px solid #CCC;
  border-radius: 15px;
  background: #eaeaea;
  color:#666;
  cursor: pointer;
}
.container-body  .nav-tabs > li.active > a, 
.container-body  .nav-tabs > li > a:hover, 
.container-body  .nav-tabs > li > a:focus {
    color: #FFF;
    background-color: #e82d35;
    border: 1px solid #e82d35;
}
.news-header {
	padding-top: 50px;
}
.news-item{
  float:left;
  width: 100%;
  border:1px solid #CCC;
  padding:6px;
  background: #FFF;
}
.news-item-img{
  float:left;
  width: 100%;
  overflow: hidden;
}
.news-item-img img{
  width:100%;
  height: auto;
}
.news-item-title{
  float:left;
  width: 100%;
  margin-top: 10px;
  margin-bottom:10px;
}
.news-item-title a{
  font-size: 15px;
  color:#333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
.news-item-title a:hover{
  color:#e82d35;
}
.news-item-des,.news-item-data{
  float:left;
  width: 100%;
  color:#666;
  font-size: 12px;
  line-height: 18px;
}
.news-item-data {
	line-height: 40px;
}

.news-item-des p {
	line-height: 20px;
	overflow: hidden;
	height: 40px;
  cursor: pointer;
	/*width:31em;*/
	/*word-break:keep-all;*/
	/*white-space:nowrap;*/
	text-overflow:ellipsis;
	display: inline-block;
}

.news-item-des a{
  color:#e82d35;
  float: right;
}
.news-item-data i.news-data-ico{
  float:left;
  height: 14px;
  width: 14px;
  background: url("../images/date-ico.jpg") no-repeat;
  margin-top: 12px;
  margin-right: 4px;
}
.news-more{
  text-align: center;
  margin-top: 50px
}
.news-more .a1{
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color:#999;
  padding:0 18px;
  border-radius: 18px;
  border:1px solid #999;
  cursor: pointer;
}
.news-more .a1:hover{
	color: red;
	border-color:#e82d35;
}

.links-item{
  border:1px solid #CCC;
  display: block;
}
.links-item img{
  width: 100%;
  height: auto;
  max-height: 66px;
  vertical-align: middle;
}
.index-links{
  padding-bottom: 40px;
}
.index-links-list .flex-control-nav{
  bottom: -40px;
}
.index-links-list .flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: #cccccc;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 7px;
}
.index-links-list .flex-control-paging li a:hover {
  background: #e82d35;
}
.index-links-list .flex-control-paging li a.flex-active {
  background: #e82d35;
  cursor: default;
}
.page-banner{
  width: 100%;
}
.page-banner img{
  width: 100%;
  vertical-align: top;
}
.bs-box{
  border-bottom: 1px solid #dfdfdf;
  background: #FFF;
  padding:5px 0;
}
.bs-box .breadcrumb{
  background: #FFF;
  margin-bottom: 0;
}
.bs-box .breadcrumb li.active{
  font-size: 14px;
  color:#666;
}
.bs-box .breadcrumb a{
  font-size: 14px;
  color:#666;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.bs-box .breadcrumb a:hover{
  color:#e82d35;
}
.breadcrumb > li + li:before{
  content: ">"
}
.bs-nav-ico{
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 3px;
  background: url(../images/index-ico.jpg) no-repeat;
}
.page-menu-wrap{
  margin-top: 30px;
  background: #f3f3f3;
  border:dashed #e2e2e2;
  border-width: 1px 0;
}
.page-menu{
  text-align: center;
}
.page-menu ul{
  list-style: none;
}
.page-menu li{
  display: inline-block;
  margin-right: 1px
}
.page-menu li a{
  display: block;
    padding: 0 28px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    color:#000;
    position: relative;
    margin:-1px 0;
    color:0;
    z-index: 100;
    -webkit-transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.page-menu li.active a,
.page-menu li a:hover{
  background: #e82d35;
  color:#FFF;
}
.page-content{
  padding:30px 0;
}
.page-content p{
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color:#000;
  text-indent: 2em;
}
.page-download{
  padding-top: 10px;
}
.gallery li a{
  float:left;
  width: 100%;
  border:2px solid #bfbfbf;
  padding:4px;
}
.gallery li a{
  display: block;
  position: relative;
}
.gallery li a img{
  width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.fade {opacity: 1;}
.honor-page{

}
.honor-hover{
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.honor-search-icon{
  position: absolute;
  width: 54px;
  height: 42px;
  top:50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -21px;
  background:url("../images/search-ico.png") no-repeat;
}
.gallery li a:hover .honor-hover{
   opacity: 1;
 }
.honer-item-title{
  float:left;
  width: 100%;
  text-align:center;
  font-size: 16px;
  color:#000;
  margin-bottom: 20px;
}
#slider.flexslider{
  padding:0 285px;
  margin-bottom: 20px;
}
#slider.flexslider .slides>li{
    position: relative;
  }
#slider.flexslider .flex-direction-nav a{
  background: url("../images/ldgh-arrow.png") no-repeat;
  width: 35px;
  height: 65px;
  text-indent: -999em;
  font-size: 0
}
#slider.flexslider .flex-direction-nav .flex-prev{
  background-position: 0 0;
  left: -50px;
}
#slider.flexslider .flex-direction-nav .flex-next {
    right: -50px;
    text-align: left;
    background-position:-35px 0;
}
#slider.flexslider .flex-direction-nav .flex-prev:hover{
  background-position: 0 -65px;
}
#slider.flexslider .flex-direction-nav .flex-next:hover {
    background-position:-35px -65px;
}
 #slider.flexslider .slides>li .flex-caption{
  position: absolute;
  background:rgba(0,0,0,.7);
  left: 0;
  bottom:0;
  width: 100%;
  padding:10px 0;
  color:#FFF;
  margin-bottom: 0;
 }
  #slider.flexslider .flex-direction-nav a:before{
  display: none;
}
#carousel.flexslider{
  border:1px solid #ccc;
  padding:0 40px;
}
#carousel.flexslider .slides{
  padding:20px 0;
}
#carousel.flexslider .slides>li{
  position: relative;
  border:4px solid transparent;
}
#carousel.flexslider .slides>li.flex-active-slide{
  border-color: #e82d35;
}
#carousel.flexslider .slides>li.flex-active-slide:after{
  content: "";
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #e82d35;
    font-size: 0;
    height: 0;
    width: 0;
    line-height: 0;
    top:-12px;
    left: 50%;
    margin-left: -5px
}
#carousel .flex-direction-nav a:before{
  color:#666;
}

.news-list{
  padding:20px 0;
  border-bottom:1px dashed #ccc;
}
.page-news-img img{
  width: 100%;
  height: auto;
}
.page-news-des{}
.page-news-title{
  float:left;
  width: 100%;
  margin-top: 10px;
  margin-bottom:10px;
}
.page-news-title a{
  color:#333;
  font-size: 18px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.page-news-title a:hover{
  color:#e82d35;
}
.page-news-des{
  float:left;
  width: 100%;
  color:#000;
  font-size: 16px;
  line-height:28px;
  margin-bottom: 10px;
}
.page-news-des a{
  color:#e82d35;
}
.page-nav{
  text-align: center;
  width: 100%;
}
.pagination{
	margin-top: 50px;
	min-width: 180px;
}
.pagination li{
  float: left;
  padding:0 5px;
}
.pagination li a{
  color:#999;
}
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li > a:focus,
.pagination > li.active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #e82d35;
    border-color: #e82d35;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.products-item{
  float:left;
  width: 100%;
  border:1px solid #d9d9d9;
  margin-bottom: 20px;
}
.products-item:hover{
  border-color:#e82d35; 
}
.products-item-img{
  float:left;
  width: 100%;
}
.products-item-img img{
  width: 100%;
  height: auto;
}
.products-item-title{
  float: left;
  height: 48px;
  line-height: 48px;
  width: 100%;
  text-align: center;
  background: #d9d9d9;
  margin:0;
  font-size: 16px;
  color:#000;
}
.products-item:hover .products-item-title{
  background: #e82d35;
  color:#FFF;
}
.page-sub-menu{
  /*border:1px solid #DDD;*/
  padding:10px 0;
  margin-top: 18px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.page-sub-menu .active a{
  color: #e82d35;
}
.page-sub-menu li :hover{
  color: #e82d35;
}
.t-sub-menu:after{
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-style: solid;
    border-width: 1px 1px 0 0;
    /*border-color: #DDD;*/
    position: absolute;
    bottom: -24px;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    content: " ";
}
.t-sub-menu1:after{
    display:none\9;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #DDD;
    position: absolute;
    bottom: -24px;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    content: " ";
}
.page-sub-menu li{
  display: inline-block;
  padding:0 15px;
  position: relative;
}
.page-sub-menu li:after{
  position:absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: #ccc;
  top:2px;
  right: 0;
}
.page-sub-menu li:last-child:after{
  display: none;
}
.page-sub-menu li a{
  color:#000;
}
.product-sub-menu ul{
  padding-right: 160px; 
}
.page-solution-sub-menu ul{
  /*padding-right: 480px;*/
}
.cont-head{
  float:left;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px dashed #DDD;
}
.cont-info{
   float:left;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.cont-info span{
  color:#666;
  font-size: 14px;
  padding:10px;
}
.cont-head h1{
  font-size: 24px;
  color:#000;
  text-align: center;
}
.content-body{
  float:left;
  width: 100%;
  margin-top: 10px
}
.content-body p{
  margin:0;
  line-height: 32px;
  text-indent:0;
}
.content-body img{
  max-width: 100%;
}
.cont-share{
  padding:10px;
  float:left;
  width: 100%;
  margin-top: 20px;
  background: #f3f3f3;
  border: dashed #e2e2e2;
  border-width: 1px 0;
  height: 50px;
}
.cont-links{
  float:left;
  width: 100%;
  padding:10px;
  line-height: 32px;
}
.cont-links span{
  font-size: 16px;
  color:#666;
}
.cont-links a{
  font-size: 16px;
  color:#000;
}
.cont-links a:hover{
  color:#e82d35;
}
.form-horizontal .control-label{
  padding:0;
  font-size: 16px;
  font-weight: 400;
  padding-top: 7px;
}
.form-wrap{
  padding:20px 0;
/*  padding-bottom: 1000px;
  margin-bottom: -1000px;*/
}
.form-wrap .help-block{
  font-size: 14px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #CCC;
  margin-bottom:30px;
}
.form-wrap .form-group {
    margin-bottom: 25px;
}
.down-list{
  float:left;
  width: 100%;
}
.down-list li{
  float:left;
  width: 100%;
  padding:10px 0;
  border-bottom: 1px dashed #cecece;
}
.down-list li .page-down-ico{
  float:left;
  margin-right: 3px;
  width: 24px;
  height: 30px;
  background: url("../images/down-ico.png") no-repeat center;
}
.down-list li span{
  float:left;
  font-size: 16px;
  line-height: 30px;
  color:#000;
}
.down-list li a.btn{
    float: right;
    padding: 0 15px;
    font-size: 14px;
    line-height: 28px;
    height: 30px;
    border: 1px solid #CCC;
    border-radius: 15px;
    background: #FFF;
    color: #666;
    cursor: pointer;
}
.down-list li a.btn:hover{
  color:#e82d35;
  border-color:#e82d35;
}
.tools {
    position: fixed;
    right:5px;
    top: 210px;
    z-index: 1000;
}
.tools a {
    display: block;
    width: 56px;
    height: 56px;
    margin-bottom: 2px;
    background: #cfcfcf;
    position: relative;
    text-align: center;
    cursor: pointer
}

.tools a:hover {
    background: #e82d35
}

.tools a:hover .code-show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.tools a.tools-gotop {
    visibility: hidden;
    opacity: 0
}

.tools.show .tools-gotop {
    visibility: visible;
    opacity: 1
}

.code-show,.tooltip {
    display: block;
    opacity: 0
}

.code-show {
    position: absolute;
    right: 56px;
    top: 0%;
    padding: 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    overflow: hidden;
    border: 1px solid #d7dde3;
    visibility: hidden;
    -webkit-transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    transform: translate(0,20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 142px
}

.code-show h4 {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin:0;
    padding-bottom: 10px;
}
.code-pic h3{
    display: block;
    text-align: left;
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin:0;
    text-align: center;
    line-height: 53px;
}
.code-pic p{
    display: block;
    text-align: left;
    font-size: 12px;
    color: #e82d35;
    font-weight: 400;
    margin:0;
    padding: 10px 0px;
}
.code-show .code-pic {
    display: block;
    text-align: center;
    padding:0px
}

.code-show .code-pic img {
    width: 100%;
    vertical-align: top
}

.icon-appdown,.icon-code,.icon-gotop,.icon-email,.icon-xybj{
    width: 56px;
    height: 56px;
    display: block;
    text-align: center
}
.icon-code{
  background: url("../images/float-qqzx-ico.png") no-repeat center center;
}
.icon-appdown{
  background: url("../images/float-weixin-ico.png") no-repeat center center;
}
.icon-email{
  background: url("../images/float-email-ico.png") no-repeat center center;
}
.icon-gotop{
  background: url("../images/float-top-ico.png") no-repeat center center;
}
.icon-xybj{
  background: url("../images/float-xybj-ico.png") no-repeat center center;
}
.map-row{
  float:left;
  width: 100%;
  margin-top: 30px;
}
.map-row .map-head{
  float:left;
  width: 100%;
  font-size: 18px;
  color:#333;
  line-height: 20px;
}
.map-links{
  float: left;
  width: 100%;
  margin-top: 10px;
  padding:10px;
  background: #f5f5f5;
}
.map-links a{
  color:#000;
  font-size: 16px;
  line-height: 24px;
  padding:0 20px;
}
.map-links a:hover{
  color:#e82d35;
}
.map-head .map-ico{
  float:left;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  background: url("../images/webmap-ico.jpg") no-repeat;
}
.login-text{
    float: left;
    margin-left: 10px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    position: relative;
    height: 56px;
    width: 200px;
    display: none;
}
.login-text h2{
  position: absolute;
  bottom: 0;
  left: 16px;
  margin:0;
  font-size: 24px;
  color:#000;
}
.login-content{
  background: url("../images/dl-zc-bg.jpg") no-repeat center top;
  min-height: 700px;
  padding-bottom: 120px;
}
.login-content ~.footer{
  margin-top: 0;
}
.login-continer{
  width: 100%;
  max-width: 520px;
  position: absolute;
  background: #FFF;
  max-height: 580px;
  left:50%;
  margin-left: -260px;
  margin-top:76px;
}
 .login-header{
    width: 100%;
    text-align: center;
    padding-top: 40px;
  }
  .login-header .login-header-title{
    display: inline-block;
    position: relative;
  }
  .login-header .login-header-title h2{
     font-size: 30px;
     color:#333;
     line-height: 32px;
     margin-bottom: 0;
     margin-top: 0;
  }
    .login-header .s-title{
      text-align: center;
      color:#999;
      font-size: 16px;
    }
.login-header-title .login-header-line{
  position: absolute;
  width: 88px;
  top:16px;
  height: 1px;
  background: #ccc;
  z-index: 1
}

.login-header-title .login-header-line.line-left{
  left:-94px;
}
.login-header-title .login-header-line.line-right{
  right:-94px;
}
.login-body{
  padding:30px 80px;
}
.login-row{
  position:relative;
  margin-bottom: 20px;
}
.login-row .input-group{
  border:1px solid #CCC;
  border-radius: 4px;
}
.login-row .input-group-addon{
  height: 40px;
  line-height: 28px;
  background-color:#FFF;
  border: 0 none;
}
.login-row  .input-group .form-control{
  height: 42px;
  border: 0 none;
  box-shadow: none;
}
.form-control:focus{
  border-color:#ccc;
  outline: none;
  box-shadow:none;
}
.checkbox .for-pas{
  float:right;
  font-size: 14px;
  color:#666;
  line-height: 20px;
}
.checkbox label{
  font-size: 14px;
  color:#666;
}
.reg-link{
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color:#666;
}
.reg-link a{
  color:#e82d35;
}
.reg-link a:hover{
  color:#333;
}
.products-body{
  margin-top: 30px;
}
.products-body .nav-tabs{
  border-bottom:0 none;
  background: #ebebeb;
}
.products-body .nav-tabs > li{
  float:none;
  display: inline-block;
  margin-bottom: 0;
  padding:0 10px;
}
.products-body  .nav-tabs > li > a{
  border:0;
  border-top:4px solid transparent;
  padding:0 30px;
  font-size: 18px;
  line-height:50px;
  height: 50px;
  color:#000;
  border-radius: 0 ;
  cursor: pointer;
}
.products-body  .nav-tabs > li.active > a, 
.products-body  .nav-tabs > li > a:hover, 
.products-body  .nav-tabs > li > a:focus {
    color: #000;
    border:0;
    background-color: #FFF;
    border-top:4px solid #e82d35;
}
.products-info h1{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #DDD;
    font-size: 24px;
    color: #000;
}
.products-info-wrap{
  float:left;
  width: 100%;
  margin-top: 30px;
}
.products-info-wrap p{
  text-indent: 0;
  font-size: 16px;
  color:#000;
  margin-bottom: 10px;
}
.
.btn {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}
.btn-danger {
    color: #fff;
    background-color: #e82d35;
    border-color: #e82d35;
}
.btn-default {
    color: #666;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
/*-- header_top --*/
.top_bg{
	background:#f65a5b;
    padding: 10px 0;
}
.header_top{
	padding:25px 0 15px;
}
.header_top.login-top{
  padding:20px 0 15px 0;
}
.login-top .top-tel{
  right: 20%;/*原数据为right:;500px;*/
  left: auto;
}
.logo a{
	font-size: 2em;
	color:#204056;
	text-indent: -999em;
	text-decoration: none;
	width: 265px;
	background: url(/e8stdata/static/00/01/26/img/20180510/ff14b56a59b13a74d849dacec37464e2.png) no-repeat 0px 0px;
	display: block;
	height: 65px;
	padding-left: 1.8em;
}
.logo a:hover{
	text-decoration:none;
	color:#204056;
}
.top_left{
	float: right;
	color:#fff;
	font-family: 'Monda', sans-serif;
}
.top-tel{
	position:absolute;
	top: 30px;
	left: 50%;
	margin-left:-100px;
	height: 40px;
	padding-left: 40px;
	width: 200px;
	background: url("../images/top-tel-ico.png") no-repeat;
}
.tel-title{
	margin: 0;
	padding-left: 5px;
	font-size: 12px;
	color:#666;
	line-height: 18px;
  white-space:nowrap;
}
.tel-munber{
	margin: 0;
	padding-left: 5px;
	font-size: 22px;
	color:#e82d35;
	line-height: 22px;
	font-weight: 600;
  white-space:nowrap;
}
.top_right{
	float:left;
	color: #ffffff;
	font-family: 'Monda', sans-serif;
}
.top_right ul,.top_left ul{
	padding:0;
	list-style:none;
	display: inline-block;
	  vertical-align: middle;
}
.top_left ul li.top_link{
	margin-right:8px;
}
.top_right ul li,.top_left ul li{
	display: inline-block;		
}
.header_right .cart{
	margin-left:15px;
	margin-top: 0 !important;
	height: 32px;
	line-height: 32px;
	position: relative;
  z-index: 2000;
}
.social {
  display: inline-block;
}
.top_right ul li:last-child{
	margin-right: 0;
}
.top_right ul li a{
	text-align:center;
	padding: 0px 4px;
	text-transform:uppercase;
	font-size:12px;
	display:block;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_left ul li{
	font-size:13px;
}
.top_left ul li a{
	text-align:center;
	padding: 0px 4px;
	font-size:13px;
	color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_right ul li a:hover,.top_left ul li a:hover{
	color:#3F3D3D;
	text-decoration: none;
}
.item_add:hover{
}	
.grid_1 img{
	margin-bottom:1em;
}
span.item_price {
  color:#f65a5b;
  font-size: 14px;
  margin-left: -5px;
}
.item_quantity {
  margin: 1em 0;
  border: 1px solid rgb(175, 175, 175);
  font-size: 0.85em;
  padding: 5px 10px;
  display: block;
}
.box_1 {
	text-align:center;
	margin-top:1em;
}
.box_1 h3 {
  color: #000;
  font-size: 0.85em;
  margin-bottom: 0;  
}
.box_1 h3 img{
	margin-left: 5px;
}
.box_1 p {
  color: #000;
  font-size: 0.85em;
  margin: 0.5em 0.3em 0;
}
select.item_Size {
  display: block;
  border: 1px solid #999;
  font-size: 0.85em;
  color: #000;
  padding: 5px 10px;
  margin-top: 1em;
}
.item_add  a{
  background: rgb(9, 209, 182);
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-size: 0.85em;
  border: none;
}

.box_1 h3{
  color: #7A8499;
  font-size: 1em;
}
.box_1 h3 img{
	margin-left: 5px;
}
/*-- header --*/
.logo {
  float: left;
}
.header_right {
  float: right;
  margin-top: 16px;
}
.cart:hover .pop-up,
.cart .active{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 100;
    background: #FFF;
    -webkit-transition: all .3s cubic-bezier(.31,.57,.68,1.36);
    transition: all .3s cubic-bezier(.31,.57,.68,1.36)
}

.pop-up {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 90% 0;
    -ms-transform-origin: 90% 0;
    transform-origin: 90% 0;
    visibility: hidden;
    position: absolute;
    min-width: 120px;
    top: 38px;
    padding: 9px;
    left:-40px;
    border:1px solid #ddd;
}

.pop-up:before{
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #DDD;
    position: absolute;
    top: -5px;
    background: #fff;
    left: 50px;
    content: " "
}

.mobile-wrap {
    width: 100px;
    z-index: 2000;
}

.mobile-wrap img {
    width: 100px;
    height: auto;
    vertical-align: top
}

.mobile-wrap span {
    display: block;
    font-size: 14px;
    width: 100%;
    text-align: center;
    line-height: 20px;
    height: 20px;
    color: #333;
    margin-top: 10px
}

.head-t {
  padding: 1em 0;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/* start menu */
.h_nav h4{
	border-bottom: 1px solid rgb(236, 236, 236);
	font-size: 1em;
	color: #000;
	line-height: 1.8em;
	text-transform: uppercase;
	margin-bottom: 4%;
}
.h_nav h4.top{
	margin-top: 12%;
}
.h_nav ul li{
	display: block;
}
.h_nav ul li a{
	display: block;
	font-size:14px;
	color: #666;
	padding-left: 20px;
	text-transform: capitalize;
	line-height:32px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.h_nav ul li a>.menu-arrow{
	position: absolute;
    z-index: 10;
    left: 5px;
    top: 12px;
    border-color: transparent #c2c2c2 transparent;
    border-style: solid dashed dashed;
    border-width:4px 0 4px 4px;
    font-size: 0;
    height: 0;
    width: 0;
    line-height: 0;
}
.h_nav ul li a:hover{
	color:#e82d35;
	text-decoration:none;
}
.mega_nav {
  background-color: #f0f0f0;
  border-bottom: 4px solid #e82d35;
}
.search {
  position: relative;
  background:#fff;
  float: right;
  width: 214px;
  width: 150px\9;
  border-radius:3px;
  border: 1px solid #d2d2d2;
  margin-top:10px;
  margin-bottom:10px\9;
}
.search_bt{
	margin-top: -20px;
	position: absolute;
	right: 260px;
	/*bottom: 30px;*/
}
.search input[type="text"] {
  margin: 0px 0;
  padding: 0 10px;
  float:left;
  outline: none;
  color: #333;
  background: none;
  border: none;
  width: 89.33333%;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 12px;
  -webkit-appearance: none;
}
::-webkit-input-placeholder{
	color: #666 !important;
}
.search input[type="submit"] {
  background: url('../images/search.jpg') no-repeat 5px 2px;
  border: none;
  cursor: pointer;
  width: 27px;
  outline: none;
  position: absolute;
  height: 24px;
  top: 0px;
  right: 0px;
  border-left: 1px solid #d2d2d2;
}
.header_right{
	position:relative;
}
.box_1 {
  float: left;
  margin-top: 5px;
}
.box_1 h3 {
  color: #702428 !important;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
}
.total {
  display: inline-block;
  vertical-align: middle;
  color:#f65a5b;
}
.box_1 p {
  margin: 0px 0 0px 8px;
}
a.simpleCart_empty {
  color:#897B43;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}
/*----*/
/*-- banner --*/
/*------------------ Slider Part starts Here----------*/
.flex-control-nav{
  bottom: 10px;
}
#slider3,
#slider2,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  box-shadow:2px 2px 25px #CCCBCB;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 45%;
	left: -2.8%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 74px;
	width: 35px;
	background: transparent url("../images/2.png") no-repeat -15px -36px;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background: transparent url("../images/2.png") no-repeat -80px -36px;
	right: -3%;
}
.callbacks2_nav.prev{
	position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top:80%;
  left:47.6%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 35px;
  width: 28px;
  background: transparent url("../images/img-sp.png") no-repeat -1.4em -26em;
}
.callbacks2_nav:active {
	opacity: 1.0;
}
.callbacks2_nav.next {
	left: auto;
	background:transparent url("../images/img-sp.png") no-repeat -4em -26em;
	right:47.6%;
	height: 35px;
	width: 28px;
	 top:80%;
}
#slider3-pager a ,#slider2-pager a,#slider4-pager a{
  display: inline-block;
}
#slider3-pager span,#slider2-pager span,#slider4-pager span{
  float: left;
}
#slider3-pager span,#slider2-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider2-pager .rslides_here a,#slider4-pager .rslides_here a{
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider2-pager a,#slider4-pager a{
  padding: 0;
}
#slider3-pager li,#slider4-pager li,#slider2-pager li,{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width:100%;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left:0%;
  top: 0;
  width:100%;
}
.rslides li{
  position: relative;
  display: block;
  float: none;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top:120.5%;
	z-index: 999;
	right: 6%;
	padding:0em 0.6em 1em .3em;
	margin: 0;
	border-radius: 5px;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/backward.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
	margin: 0 .5em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
   height: 17px;
  width: 17px;
  display: inline-block;
  background:#fff;
  border-radius: 100%;
}
.callbacks_here a:after{
	background:#9cc303;
}
/*------------------ Slider Part ends Here----------*/
.banner-info{
	padding:1em;
	box-shadow:2px 2px 25px #CCCBCB;
}
.banner-info1{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:600px;
}
.banner {
 width: 100%;
 height:100%;
 max-height: 690px;
overflow: hidden;
}
.banner-inf{
	padding:10em 0 0 3em;
	width: 50%;
}
.banner-inf h1{
	color:#fff;
	font-size: 2em;
	margin: 0;
	text-transform: capitalize;
}
.banner-inf p{
	color:#999;
	font-size:14px;
	margin:1em 0 2em;
	line-height: 1.8em;
}
.buy a{
	padding: 8px 0px 8px 25px;
	background: url(../images/3.png) no-repeat 86px 14px #f65a5b;
	display: block;
	width: 25%;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.buy a:hover{
	color:#fff;
	background:url(../images/3.png) no-repeat 86px 14px #204056;
	display: block;
	text-decoration:none;
}
/*-- //banner --*/
/*-- cate --*/
.cate{
	padding:2em 0;
}
.cate-left{
	float:left;
	width:15%;
	margin-top: 3em;
}
.cate-left h3{
	color: #204056;
	margin: 0;
	font-size: 1.5em;
	background:url(../images/4.png) no-repeat 140px 18px;
	display: block;
}
.cate-left h3 span{
	display:block;
	margin-top:10px;
	font-size: 15px;
	color: #f65a5b;
}
.cate-right{
	float:right;
	width: 80%;
}
/*--flexisel--*/
.flex-slider{	
background:#222227;
padding: 70px 0 165px 0;
}
.opportunity{
background:#28282e;
margin:0px 20px;
padding:80px 0;
position:relative;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:60px;
	height:115px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
left: -4%;
top: 15% !important;
background: url(../images/3.png) no-repeat 0px 0px;
}
.nbs-flexisel-nav-right {
right: -4%;
top: 15% !important;
background: url(../images/3.png) no-repeat -66px 0px;
}
/*--//flexisel--*/
/*-- //cate --*/
/*-- cate-bottom --*/
.cate-bottom{
	background:url(../images/21.jpg) no-repeat 0px -320px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:370px;
}
.cate-bottom-info{
	background:rgba(246, 90, 91, 0.58);
	width:30%;
	text-align:center;
	padding:0 1.5em;
}
.cate-bottom-info h3{
	color: #fff;
	font-size: 2em;
	margin: 0;
	padding: 1em 0;
}
.cate-bottom-info p{
	color:#D9D9D9;
	font-size:14px;
	margin:0;
	line-height: 1.8em;
}
.cate-bottom-info p span{
	font-size: 25px;
	border: 1px solid #fff;
	display: block;
	padding: .5em 0;
	margin: 1em 0;
	color:#fff;
}
.let {
  padding-bottom: 2em;
}
.let a {
  width: 48%;
  background-position: 107px;
  padding-right: 42px;
  margin: 0 auto;
}
.let a:hover {
	  background-position:107px !important;
	background:url(../images/3.png) no-repeat 86px 14px #204056;
}
/*-- //cate-bottom --*/
/*-- welcome --*/
.welcome-info{
  width: 60%;
  margin: 0 auto 0;
  text-align: center;
}
.welcome {
  display: flex;
}
.welcome-info h3{
	color:#204056;
	font-size:2em;
	margin:2em 0 0;
}
p.non,p.rep{
  font-size: 14px;
  text-transform: capitalize;
  margin: 1em 0 0;
  color: #B6B6B6;
}
p.non span{
	display:block;
	color:#f65a5b;
}	
.wel{
	margin:2em 0 0;
}
.wel a {
  margin: 0 auto;
  padding-right: 30px;
  background-position: 108px;
  width: 25%;
}
.wel a:hover {
	background-position:108px !important;
}
.welcome:before{
	background: url(../images/5.png) no-repeat 0px 40px;
	display: block;
	content: '';
	width: 360px;
}
.welcome:after{
	background: url(../images/6.png) no-repeat 0px -20px;
	display: block;
	content: '';
	width: 455px;
}
/*-- //welcome --*/
/*-- banner-bottom1 --*/
.banner-bot-grd{
	margin-bottom:2em;
}
.banner-bot-grid1{
	position:relative;
	box-shadow: 2px 2px 25px #CCCBCB;
}
.pos-absolt{
	position:absolute;
	top: 24%;
	left: 10%;
}
.pos-absolt h3{
	color: #FAFAFA;
	font-size: 2em;
	margin: 0 0 .5em;
	text-transform: capitalize;
	font-weight: 700;
}
.pos-absolt p{
	color: #F6F6F6;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0;
}
.banner-bot-grid1 img {
  width: 100%;
}
.banner-bottom1{
	padding:4em 0;
}
.head-para{
	position: absolute;
	top:29%;
	left: 11%;
}
.banner-bottom1-grid1{
	box-shadow: 2px 2px 25px #CCCBCB;
	position: relative;
}
.banner-bottom1-grid1 h3{
	color: #fff;
	font-weight: 600;
	font-size: 1.3em;
	margin: 0;
	text-transform: capitalize;
}
.banner-bottom1-grid1 p{
	color:#F6F6F6;
	font-size:14px;
	line-height:1.8em;
	margin: 1em 0 0em;
	width: 85%;
}
.jel-video iframe{
	width:100%;
	min-height:295px;
}
/*-- //banner-bottom1 --*/
/*-- banner-bottom --*/
.product-left-cart{
	padding:0em 0.5em .5em;
}
.product-left-cart-l{
	float:left;
}
.product-left-cart-l p{
	color:#fff;
}
.product-left-cart-r{
	float:right;
	margin-top: 9px;
}
.product-left-cart-r a{
	background:url(../images/star.png) no-repeat 0px 2px;
	display:block;
	width: 25px;
	height: 25px;
}
.product{
	padding:6em 0px;
}
.p-one {
	box-shadow:2px 2px 11px #CCCBCB;
	padding:1.5em 0 0;
}
.jwe a img {
  margin: 0 auto 1.5em;
}
.prd img {
  margin: 0 auto;
}
.product-left:hover .p-one p a{
	color: #8c2830;
}
.product-left:hover .mask{
	display:block;
}
.mask {
	display: none;
	position: absolute;
	top: 35%;
	left: 27%;
}
.mask span{
	background:#204056;
	color:#fff;
	font-size:12px;
	padding:6px 12px;
}
.product-left{
	position:relative;
	text-align:center;
}
.mask span:hover{
	text-decoration:none;
	background:#204056;
	transition: 0.7s all;
	-webkit-transition: 0.7s all;
	-o-transition: 0.7s all;
	-moz-transition: 0.7s all;
	-ms-transition: 0.7s all;
}
.p-one h4{
	margin: 1em 0 0;
	color: #F65A5B;
	font-size: 1em;
}
.p-one p {
	font-size: 1.7em;
	color: #999;
	margin:0;
	display: inline-block;
	vertical-align: middle;
}
.p-one p a {
	text-decoration: none;
	color: #999;
}
.p-one p i {
	background:url(../images/cart.png) no-repeat 4px 4px;
	width: 25px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
.product-one:nth-child(2) {
	margin: 2em 0 0;
}
/*-- //banner-bottom --*/
/*-- footer --*/
.footer{
  background:#5e5e5e;
  padding: 2em 0;
  margin:30px 0 0;
}
.footer-grid{
  width: 10%;
}
.footer-grid h6{
	font-size:14px;
	color:#fff;
	margin:0;
	line-height: 30px
}
.footer-grid p{
	font-size:14px;
	color:#7E7E7E;
	margin:1.5em 0 0;
	line-height:1.8em;
}
.footer-grid ul{
	margin:0;
	list-style: none;
}
.footer-grid ul li{
	color:#bcbcbc;
	line-height: 26px
}
.footer-grid ul li a{
	color:#bcbcbc;
	font-size:12px;
	text-decoration:none;
    display:inline-block\9;
    height:22px\9;
    overflow:hidden\9;
}
.footer-grid ul li a:hover{
	text-decoration:none;
	color:#e82d35;
}
.footer-copy{
	padding:1.5em 1em;
	background:#333333;
	text-align:center;
}
.footer-copy p{
	color:#828282;
	font-size:13px;
	margin:0;
}
.footer-copy .col-md-8 p{
    text-align:left;
}
.footer-copy .col-md-4 p{
    text-align:right;
}
.footer-copy p a{
	color:#828282;
	text-decoration:none;
}
.footer-copy p a:hover{
	color:#f65a5b;
}
.footer-server{
	width:100%;
}
.footer-qcode-box{
	float:left;
}
.right-footer{
  text-align: right;
}
.qcode-img{
	/*background: #FFF;*/
	padding:0px 10px;
}
.qcode-img img{
	width: 100px;
	vertical-align: middle;
}
.qcode-text{
	margin-top: 10px;
	line-height: 30px;
	height: 30px;
	font-size: 0;
	text-align: center;
	vertical-align: top;
}
.qcode-text i.icon-phone{
	vertical-align:top;
	position: relative;
	display: inline-block;
	height: 30px;
	width: 24px;
	background: url(../images/phone-ico.png) no-repeat;
}
.qcode-text p{
	vertical-align:top;
	font-size: 13px;
	color:#ccc;
	display: inline-block;
    line-height: 30px;
    position: relative;
    height: 30px;
}
.server-box{
	float:left;
	margin-left: 15px;

}
@media (max-width: 1440px) {
    .qcode-img img{width:140px;}
    .server-box{margin-top: 20px;margin-left: 10px;}
}
.footer-company{
	margin-top: 15px;
	float:left;
	font-size: 12px;
	color:#ccc;
}
.footer-company ul{
	list-style: none;
}
.footer-company li{
	line-height: 22px;
}
.footer-tel{
	padding-left:50px;
	height: 48px;
	background: url("../images/footer-tel-ico.png") no-repeat;
}
.footer-tel .tel-title{
	color:#999;
	line-height: 18px
}
.footer-tel .tel-munber{
	color:#ccc;
	font-size: 26px;
	line-height: 30px;
}
.icon-plus{
  font-weight: bold;
  font-size: 20px;
  float: right;
  display: none;}


/*-- //footer --*/
/*--checkout--*/
.cart h2{
	font-size:1.5em;
	margin-bottom:1em;
}
.cart-sec{
	margin-bottom:3em;
}
.cart-item{
	width:20%;
	float:left;
	margin-right:2em;
}
.cart-item img{
	width:100%;
}
.cart-item-info{
	width:75%;
	float:left;
	margin-top: 3em;
}
.check{
	padding:5em 0 0;
}
.cart-item-info h3{
	font-size:1em;
	font-weight:600;
}
.cart-item-info h3 a{
	color:#000;
}
.cart-item-info h3 span{
	display:block;
	font-weight:400;
	font-size: 0.85em;
  margin: 0.7em 0;
}
.size_3 {
  width:100%;
}
.delivery {
  margin: 3em 0;
}
.delivery p {
  color: #A6A6A6;
  font-size: 1em;
  font-weight: 400;
  float: left;
}
.delivery span {
  color: #A6A6A6;
  font-size: 1em;
  font-weight: 400;
  float: right;
}
.cart-item-info h4 span{
	font-size:0.65em;
	font-weight:400;
} 
.close1,.close2{
  background: url('../images/close_1.png') no-repeat 0px 0px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0px;
  top:45px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.cart-header {  
  position: relative;  
}
.cart-header2 {  
  position: relative;  
}
a.order {
  background:#204056;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  display: block;
  font-weight: 600;
  text-align: center;
  margin:3em 0;
}
a.order:hover{
	background:#204056;
}
.total-item,.cart-items{
	margin-top:0em;
	padding-bottom:2em;
}

.total-item h3 {
  color: #333;
  font-size: 1.1em;
  margin-bottom: 1em;
}
.total-item h4{
	font-size:0.8em;
	font-weight:600;
	color:#9C9C9C;
	display:inline-block;
	margin-right:4em;
}
a.cpns{
	background:#204056;
	color:#fff;
	padding: 10px;
	font-size: 0.8em;
	font-weight:600;
}
a.cpns:hover{
	background:#204056;
}
.total-item p{
	font-size:0.9em;
	font-weight:400;
	margin-top:1em;
	color:#727272;	
}
.total-item p a:hover{
	color:#333;
	text-decoration:underline;
}
a.continue{
	background:#204056;
	padding:10px 20px;
	font-size:1em;
	color:#fff;
	text-decoration:none;
	display: block;
   font-weight: 600;  
   text-align: center;
   margin-bottom:2em;
}
a.continue:hover{
	background:#204056;
}
ul.total_price{
	padding: 0;
  margin: 1em 0 0 0;
  list-style: none;
}
ul.total_price li.last_price{
	width: 50%;
  float: left;
  
}
ul.total_price li.last_price span{
	font-size: 1.1em;
  color: #000;
}
.price-details{
	border-bottom: 1px solid #DDD9D9;
  padding-bottom: 10px;
}
.price-details h3{
	color:#000;
	font-size:1.2em;
	margin-bottom:1em;
}
.price-details span{
	width: 50%;
  float: left;
 
  font-size: 0.8125em;
  color: #000;
  line-height: 1.8em;
}

.page-fzlc-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin-right: 5px;
  top:3px;
  background:url("../images/fzlc-foot.jpg") no-repeat;
}
.page-tel-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin-right: 5px;
  top:3px;
  background:url("../images/lxwm-ico.png") no-repeat;
  background-position: -6px -6px;
}
.page-email-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin-right: 5px;
  top:3px;
  background:url("../images/lxwm-ico.png") no-repeat;
  background-position: -6px -42px;
}
.page-add-icon{
  display: inline-block;
  width: 24px;
  height: 28px;
  line-height: 26px;
  position: relative;
  margin-right: 5px;
  top:3px;
  background:url("../images/lxwm-ico.png") no-repeat;
  background-position: -6px -84px;
}
.page-traffic-icon{
  display: inline-block;
  width: 24px;
  height: 26px;
  line-height: 26px;
  position: relative;
  margin-right: 5px;
  top:3px;
  background:url("../images/lxwm-ico.png") no-repeat;
  background-position: -6px -125px;
}
.developing-list p{
  margin-bottom: 10px;
  line-height: 24px;
  text-indent: 0;
}
.cart-items h1 {
  font-size: 1.5em;
  margin-bottom:2em;
}
a.item_add1 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-right-radius: 0;
  /* border-bottom-right-radius: 50%; */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px 15px;
  background: url(0) #f54d56;
}
a.item_add1:hover{
	background:rgb(3, 193, 167);
	text-decoration:none;
	color:#fff;
}
.btn_5{
	padding:25px 40px;
	font-size:1.1em;
}
ul.qty{
	padding:0;
	margin:0;
	list-style:none;
}
ul.qty li{
   display: inline-block;
   margin-right: 10%;
}
ul.qty li p{
	font-size:0.8125em;
	color:#555;
}
li.last_price span {
  margin-top: 0.4em;
  display: inherit;
}
/*--//checkout--*/
/*-- products --*/
.products-grids{
	padding:5em 0 0;
}
.products-grd{
	float:left;
	width:31.9%;
	text-align: center;
	position:relative;
}
.products-grd:nth-child(2){
	margin:0 1em;
}
.products-grd:hover div.pro-grd{
	display:block;
}
.pro-grd{
	position:absolute;
	top:26%;
	left:0%;
	width: 100%;
	display:none;
}
.pro-grd a{
	color:#fff;
	font-size:20px;
	margin:0;
	background: rgba(85, 83, 83, 0.71);
	padding:4em 4.06em 5em;
	text-decoration:none;
}
span.valsa{
	color:#204056;
}
.prd p {
  padding-bottom: 1em;
}
.prd p i {
  background: url(../images/cart1.png) no-repeat 5px 3px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.products-grid-left{
	padding:0 !important;
}
.products-grid-lft:nth-child(2){
	margin:1em 0;
}
/* start women */
.women_main{
	padding:4em 0;
}
.women{
	text-align: left;
	border-bottom: 1px solid #ebebeb;
}
.women h4{
	float:left;
	font-size:1em;
	text-transform:uppercase;
	color: #333333;
}
.women h4{
	color:#555555;
}
.w_nav {
	float:right;
	color:#555555;
	font-size:0.8125em;
	padding:0;
	list-style:none;
}
.w_nav li{
	display: inline-block;
}
.w_nav li a{
	display: block;
	color:#555555;
	text-transform:capitalize;
}
.w_nav li a:hover{
	color: #00405d;
}
.w_sidebar{
	border: 1px solid #EBEBEB;
}
.w_nav1 ul{
	padding:0;
	list-style:none;
}
.w_nav1{
	padding: 20px;
}
.w_nav1 h4{
	text-transform:uppercase;
	color: #589D3E;
	font-size: 1em;
	margin-bottom: 5px;
}
.w_nav1 ul li{
	line-height: 1.5em;
}
.w_nav1 ul li a{
	display: block;
	text-transform:uppercase;
	color: #555555;
	font-size: 0.8725em;
}
.w_nav1 ul li a:hover{
	color:#00405d;
}
.w_nav2{
	padding: 20px;
}
.w_nav2  li{
	line-height: 1.5em;
	display: inline-block;
}
.w_nav2 li a{
	display: block;
	padding: 14px;
}
.w_nav2 li a.color1{
	background:	#0AA5E2;
}
.w_nav2 li a.color2{
	background:	#40E0D0;
}
.w_nav2 li a.color3{
	background:	#B03060;
}
.w_nav2 li a.color4{
	background:	#000080;
}
.w_nav2 li a.color5{
	background:	#E60D41;
}
.w_nav2 li a.color6{
	background:	#45BF55;
}
.w_nav2 li a.color7{
	background:	#FF7F00;
}
.w_nav2 li a.color8{
	background:	#8B4513;
}
.w_nav2 li a.color9{
	background:	#FFD700;
}
.w_nav2 li a.color10{
	background:	#9FA8AB;
}
.w_nav2 li a.color11{
	background:	#C0C0C0;
}
.w_nav2 li a.color12{
	background:	#0AA5E2;
}
.w_nav2 li a.color13{
	background:	#FFCBDB;
}
.w_nav2 li a.color14{
	background:	#B87333;
}
.w_nav2 li a.color15{
	background:	#BFB540;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.w_sidebar h3{
	padding:0 20px 10px;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
}
/* radios and checkboxes */
.sky-form {
	margin-top: -10px;
}
.row1{
	outline:none;
	padding: 20px;
	overflow: auto;
	height: 200px;
}
.sky-form.col.col-4 ul {
	padding: 0;
	list-style: none;
}
.sky-form h4{
	margin-top: 10px;
	background: #ECECEC;
	padding: 10px 20px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size:16px;
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
/* selects */
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}
/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
}
.sky-form .radio{
	text-transform: none;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	background: url(../images/tick.png) no-repeat;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
/* icons */

.sky-form [class^="icon-"] {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .toggle i:before {
	background-color: #2da5da;	
}
/* hover state */
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color:#204056;
}
.sky-form .button:hover {
	opacity: 1;
}
/* focus state */
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #2da5da;
}
/* checked state */
.sky-form .radio input + i:after {
	background-color:#204056;
}
.sky-form .checkbox input + i:after {
	color:#204056;
}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color:#204056;
}
/* error state */
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
/* success state */
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}
/*-- start scrollpane --*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
	outline: none;
	padding: 20px !important;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right:0px;
	width:5px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #f0f0f0;
	position: relative;
}
.jspDrag{
	background: #777777;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/*-- //products --*/
/*-- single --*/
.single{
	padding:5em 0 0;
}
.details-left-info {
float: left;
margin-left: 5%;
width:60%;
}
.details-left-info  h3 {
color:#204056;
font-size: 1.4em;
text-transform: capitalize;
margin-bottom: 0.3em;
}
.details-left-info p {
margin-top: 2%;
font-size: 1.8em;
color:#0EA4D6;
line-height: 1.8em;
text-shadow: 0 1px 0 #ffffff;
}
.details-left-info  h4 {
color:#CDCDCD;
font-weight: 400;
margin-bottom: 1em;
font-size:0.9em;
}
.details-left-info a{
margin-left: 5px;
color:#f65a5b;
text-transform: uppercase;
font-size: 11px;
-webkit-text-stroke: 0px;
letter-spacing: 0px;
}
.details-left-info #quantity {
width: 50px;
height: 37px;
display: inline-block;
margin: 15px 10px 0 0;
padding: 9px 0px 8px;
outline: none;
text-align: center;
}
input#quantity {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  border: 1px solid #ccc;
}
p.qty{
margin: 15px 10px 0 0;
color:#333333;
font-size:1em;
display:inline-block;
}
.single-but {
  margin-top: 2em;
}
.single-but input[type="submit"] {
    background:#204056;
	color: #FFF;
	font-size: 14px;
	padding: 8px 30px;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  cursor: pointer;
  outline: none;
  text-transform: capitalize;
  border: none;
}
.single-but input[type="submit"]:hover {
  background:#F65A5B;
}
.flower-type{
margin: 2em 0;
padding: 10px 0 15px 0;
border:1px solid #204056;
border-width: 1px 0;
}
.flower-type p{
font-size:1.1em;
color:#787878;
font-weight:400;
margin:.5em 0;
}
.flower-type a{
font-weight:400;
color:#204056;
}
.fgh a{
  padding: 8px 15px;
  background: #f65a5b;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
}
.fgh a:hover{
	background:#204056;
}
p.desc{
font-size:14px;
line-height:1.8em;
color: #999;
margin: 0.5em 0;
}
.single-bottom1 h6, .single-bottom2 h6 {
background: #F3F3F3;
padding: 10px;
color: #333;
font-size: 1.2em;
}
.rltd-posts {
  margin-top: 3em;
}
.product-main {
	margin:4em  0;
}
.product{
	padding-top:2em;
}
.product-desc {
width: 82.3333%;
float: left;
border-width: 0 1px 0 0;
border-right: 1px solid #DDD;
}
.product-img2{
float: left;
margin-right: 2.5%;
}
.product-img2 img {
  border: 1px solid #eee;
}
.sing{
	border:none;
}
h4.panel-title a {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
}
.panel-body {
  padding: 15px;
  color: #999;
  line-height: 1.8em;
  font-size: 14px;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color:#f65a5b;
    border-color:#f65a5b;
}
.collpse{
	padding:3em 0 5em;
}
.rel{
	text-align:center;
}
.rel p{
	font-size:1.5em;
	color:#0ea4d6;
	margin:2em 0 1em;
}
p span.val{
	font-size:1em;
	color:#f65a5b;
}
p span.overline{
	text-decoration:line-through;
	color:#000;
}
.related.products-grid img {
  margin: 0 auto;
}
.related-products h3{
	text-align:center;
	margin:0 0 2em;
	color:#204056;
	font-size:2em;
}
.details-lft-inf{
	float:left;
	width:30%;
}
/*-- //single --*/
/*-- contact --*/
.contact-bottom iframe{
	width:100%;
	min-height:500px;
}
.contact{
	padding:5em 0 0;
}
.contact-left h3{
	font-size:2em;
	color:#204056;
	margin:0 0 1em;
}
.contact-left p{
	color: #999;
	font-size: 14px;
	line-height: 1.8em;
	margin:0;
}
.contact-left p span{
	display:block;
	font-weight:700;
	color:#F65A5B;
}
.contact-left ul{
	padding:1em 0 0;
	margin:0;
}
.contact-left ul li{
	list-style-type:none;
	margin:0 0 5px;
	font-size:14px;
	color:#999;
}
.contact-left ul li a{
	font-size:14px;
	color:#999;
	text-decoration:none;
}
.contact-left ul li a:hover{
	color:green;
}
.contact-left input[type="text"],.contact-left input[type="email"],.contact-left textarea{
	background:none;
	border:1px solid #C6C6C6;
	color: #424341;
	padding: 15px 10px;
	font-size: 14px;
	outline: none;
}
.contact-left input[type="text"],.contact-left input[type="email"]{
	width:32.79%;
	float: left;
}
.contact-left input[type="email"]{
	margin:0 5px;
}
.contact-left textarea{
	min-height: 200px;
	resize: none;
	width: 100%;
	margin:1.5em 0;
}
.contact-left input[type="submit"]{
	outline:none;
	color:#000;
	font-size:20px;
	padding:13px 0;
	width:30%;
	background:none;
	border:1px solid #C6C6C6;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.contact-left input[type="submit"]:hover{
	border:1px solid #204056;
	color:#F8F8F8;
	background:#204056;
}
.cl:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.cl{zoom:1}
/* sildes css begin */
.control {width:100%;max-width:634px;height:400px;border:1px solid #CCC;display: block;position:absolute;top:0;left:0;overflow: hidden;padding:0;}
.change li{width:100%;overflow: hidden;text-align:center}

/* 图片垂直居中,不是很准确 */
.change li .imgWrap{display: table-cell ;width:634px;height:400px;vertical-align: middle;cursor:pointer;*font-size: 500px;}
.change li img{max-width:100%;max-height:400px;width: expression(this.width > 400 && this.width > this.height ? 400 :true); height:expression(this.height >900 ? 900: true);vertical-align:middle; overflow:hidden}

.prev, .next{width:49px;height:49px;position:absolute;bottom:200px; color:#FFF;font-size:14px; z-index: 9;font-weight:bold; cursor: pointer;outline:none} 
.prev span, .next span{display: none;}
.prev{left:0;background:url(../images/arrows_01.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images-thumb/arrows_01.png") ; _background:none}
.next{right:0;background:url(../images/arrows_02.png) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images-thumb/arrows_02.png") ; _background:none}
#porsildes .container{
  width: 100% !important;
  padding:0;
}
/* 分页 */
.pageClass{text-align:center;z-index: 9;position:absolute;top:50px;padding-top:10px;}
.pageClass a{display: inline-block; width:10px;height:10px;margin:0 3px;overflow:hidden; border:1px solid #bebebe;background:#bebebe ;border-radius:5px;outline:none}
.pageClass a span{display:none}
.pageClass a:hover,.pageClass a.cur{border:1px solid #be230a;background:#be230a }

.bottom-r{position: relative;float: right;bottom: 30px;}
  .bottom-r a{text-indent: 1em;display: inline-block;line-height: 33px;padding-right:1em ;max-width: 112px;color: #e82d35;font-size: 14px;border:1px solid #e82d35;background: #ffffff;border-radius: 5px;}
  .bottom-r a i{font-size: 18px;}
.news-bottom{bottom: 5px;}
/* 缩图部分 */
.thumbWrap{display:none!important;\9;width:135px;height:400px;padding:29px 9px;position:absolute;left:650px;top:0;border:1px solid #ccc;border-radius:5px;overflow: hidden;}
.thumbWrap .thumbCont{width:100%;height:100%;position:relative;overflow: hidden;}
.thumbWrap ul{}
.thumbWrap ul li{width:115px;height:85px;text-align:center;overflow: hidden; border:1px solid transparent;}
.thumbWrap ul li div{display: table-cell ;width:115px;height:85px;vertical-align: middle;cursor:pointer;*font-size: 79px;}

.thumbWrap ul li img {max-width:115px; max-height:85px; width: expression(this.width > 115 && this.width > this.height ? 115 :true); height:expression(this.height >85 ? 85: true);vertical-align:middle; overflow:hidden}

.thumbWrap ul li.cur{ border:1px solid #e9323a;}

/* 缩图按钮 */
.thumbPrev,.thumbNext{width:140px;height:19px;text-align:center;position:absolute;color:#000;z-index: 9; outline:none}
.thumbPrev span, .thumbNext span{display: none;}

.thumbPrev{left:0;top:0;background:url(../images/up-arrow.jpg) no-repeat;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images-thumb/Yprev.png") ; _background:none;}
.thumbNext{left:0;bottom:0;background:url(../images/down-arrow.jpg) no-repeat;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src="../images-thumb/Ynext.png") ; _background:none;}
/*download  by www.sucaijiayuan.com*/

/*-- //contact --*/
/*-- login-page --*/
.login{
	padding:5em 0 0;
}
.log form input[type="password"] {
  margin-right: 58px;
}
.log h5{
  color:#204056;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}
.log form {
margin-top:32px;
}
.log form input[type="text"],.log form input[type="password"] {
width: 70%;
padding: 8px;
font-size: 14px;
font-weight: 400;
border: 1px solid #e6e6e6;
outline: none;
color: #000;
margin-bottom:32px;
}
.log form input[type=submit]{
border:none;
  color: #ffffff;
  padding:8px 35px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  margin: 0 0 32px 0;
  background:#204056;
  border-top: none;
  border-left: none;
  border-right: none;
}
.log form input[type=submit]:hover {
  background:#F65A5B; 
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  -moz-transition: .5s all;
  }
.log p a{
text-decoration:none;
color:#204056;
}
.log p a:hover{
color:#000;
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  -moz-transition: .5s all;
}
.login-right h3,.log h3  {
  margin: 0;
  font-size: 28px;
  color:#204056;
}
.login-right p {
  color:#999;
  margin: 22px 0 40px 0;
  font-size: 14px;
  line-height:1.8em;
}
.log p{
  color:#999;
  margin:22px 0;
  font-size: 14px;
  line-height:1.8em;
}
.log p:nth-child(4) {
 margin:0;
}
.log a{
text-decoration:none;
color:#204056;
}
.log a:hover{
  color:#F65A5B;
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  -moz-transition: .5s all;
}
.login-right a {
  font-size: 14px;
  color: #fff;
  padding: 8px 30px;
  text-decoration:none;
  background-color:#204056;
}
.login-right a:hover {
	text-decoration:none;
  background-color:#F65A5B;
}
/*-- //login-page --*/
/*-- registration-form --*/
.registration-form {
  padding: 100px 0;
}
.registration-form h3 {
  margin: 0 0 0px 0;
  font-size: 28px;
  font-family: 'Roboto Slab', serif;
  color: #f65a5b;
  font-weight: bold;
  text-transform:uppercase;
}
.reg p{
  color: #000;
  margin: 0px 0 0 0;
  font-size: 14px;
  line-height: 1.8em;
}
.col-md-6.reg-form {
  padding: 0;
}
.reg p:nth-child(2) {
 margin:0;
}
.reg form {
  margin-top: 32px;
}
.reg p a{
text-decoration:none;
color:#204056;
}
.reg p a:hover{
color: #000;
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  -moz-transition: .5s all;
}
.reg ul {
padding:0;
margin:0 0 22px 0;
}
.reg ul li {
display: inline-block;
width: 58%;
}
.reg ul li.text-info{
  width:20%;
  color:#204056;
  font-size: 16px;
  text-transform:capitalize;
  margin: 0 0 0px 0;
  font-weight: bold;
}
.reg form input[type="text"],.reg form input[type="password"] {
width: 100%;
padding: 8px;
font-size: 14px;
font-weight: 400;
border: 1px solid #e6e6e6;
outline: none;
color: #000;
}
p.click a{
display: inline-block;
color:#204056;
}
p.click a:hover{
color: #000;
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  -moz-transition: .5s all;
}
.reg form input[type=submit]{
  outline:none;
  border:none;
  color: #ffffff;
  padding: 8px 30px;
  font-size: 14px;
  cursor: pointer;
  margin: 0 0 32px 0;
  background:#F65A5B;
  border-top: none;
  border-left: none;
  border-right: none;
}
.reg form input[type=submit]:hover {
  background:#204056;
  transition: .5s all;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  -moz-transition: .5s all;
  }
.reg ul:nth-child(6) {
  margin: 0 0 32px 0;
}
.reg ul li:nth-child(2){
  margin-left: 3%;
}
.reg-form {
  padding: 5em 0 0;
}
.reg h3{
	text-align:center;
	font-size:2em;
	color:#204056;
	margin:0 0 2em;
}
.qwe{
	color:#f65a5b !important;
}

/*-- //registration-form --*/
select.arrival {
  color: #f65a5b;
  font-size: 1.1em;
  outline: none;
  background: #ffffff;
  border:none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  margin-right: 2%;
  cursor:pointer;
}
select.arrival option {
  font-size: .825em;
  color: #204056;
}
.col-rad-left{
	float:left;
	width:20%;
	margin-top: 8px;
}
.col-rad-left p{
	color:#f65a5b;
	font-size: 1.1em;
	margin:0;
}
.tyy{
	border-bottom: none !important;
	margin-top: 10px;
}
.col-rad-right{
	float:left;
	margin-left:2em;
}
.colr {
  display: inline-block;
  margin: 0 0 0 40px;
}
label.radio {
  color: #204056;
  font-weight: 300;
  cursor: pointer;
  font-size: 1em;
}
.col-rad {
  border-bottom: 1px dotted #555;
}
.developing-list{padding: 0 100px;}
.ss-map{border:5px #f0f0f0 solid;margin-bottom:0px;margin-top:20px;}
.ss-map-t{background: #EDEFF5;border-bottom: 1px #8D92AF solid;padding-left: 10px;}
.map{padding: 0px;}.map-b{height:640px;}
.map-tab li{float:left;}

/*解决侧边栏被遮挡，.flex-direction-nav是插件自带，造成溢出*/
.flex-direction-nav{display: block;}
/*-----start-responsive-design------*/
@media (max-width:1440px){
	.wel a {
	  width: 28%;
	}
  .qcode-img{
     padding: 0px;
  }
  .honer-item-title{font-size:12px;}
}
@media (max-width: 1440px) {
  .control{
    max-width: 500px;
  }
  .change li .imgWrap{width:500px;}
  .thumbWrap{
    display:none!important;
    display:none!important\9;
    display:none\9;
    left: 510px;
  }
  .search_bt {
    right: 50px;
  }
}
@media (max-width:1280px){
	.contact-bottom iframe {
	  min-height: 300px;
	}
	.welcome:before {
		background: url(../images/5.png) no-repeat -36px 40px;
	}
	.wel a {
	  width: 32%;
	}
  /*修改*/
  ul.skyblue{width:68%;}
  /* ul.megamenu>li>a{padding: 0 20px;
     font-size: 18px;}
 */
}
@media (min-width: 1200px) and (max-width: 1366px){
  .banner{max-height: 430px;}
  .banner .flex-viewport{max-height:430px;}
  .banner .flex-viewport .slides{max-height:430px;}
  .flexslider .slides > li{max-height:430px;}
  .flexslider .slides > li>a{max-height:430px;display:block;}
  .flexslider .slides img{max-height:430px;}
  .col-md-6 {
    width: 60%;
    width: 60%\9;
  }
  .server-box {
    margin-left: 10px;
  }
  .footer-grid {
    width: 8%;
    padding: 0;
  }
  /*修改*/
  ul.skyblue{width:68%;}
  ul.megamenu>li>a{padding: 0 22px;font-size: 16px;}
}
/*解决在(min-width: 992px) and (max-width: 1199px)直接 文字下掉的问题*/
@media (min-width: 992px) and (max-width: 1199px){
  .col-md-6 {
    width: 60%;
  }
  .server-box {
    margin-left: 10px;
  }
  .footer-grid {
    width: 8%;
    padding: 0;
  }

  /*修改*/
   ul.skyblue{width:68%;}
   ul.megamenu>li>a{padding: 0 10px;font-size: 16px;}

}
@media (min-width: 1001px) and (max-width: 1200px){
  ul.megamenu>li>a{
    padding: 0 23px;
   }

}

@media (max-width:1000px) {
  ul.megamenu>li>a{
    font-size: 16px;
    padding: 0 11px;
  }
}
@media (max-width: 1000px) {
  .col-md-1{width: auto;}
  .footer-grid{width: auto;}
  .content-body img{margin-bottom:10px;}
}
@media (max-width:1024px){
	.h_nav ul li a {
		/*font-size: 0.825em;*/
    font-size: 16px;
	}
	.mask span {
		font-size: 13px;
	}
	.mask {
	  top: 34%;
		left: 20%;
	}
	.head-para {
		top: 18%;
	}
	select.arrival,.col-rad-left p {
		font-size: 1em;
	}
	.single-but input[type="submit"] {
		padding: 8px 18px;
		font-size:13px;
	}
	.contact,.login,.reg-form,.check,.products-grids,.single {
	  padding: 4em 0 0;
	}
	.footer {
	  margin: 4em 0 0;
	}
	.contact-left h3,.login-right h3,.welcome-info h3,.related-products h3, .log h3,.reg h3,.cart-items h1,.banner-inf h1,.cate-bottom-info h3,.pos-absolt h3 {
		font-size: 1.8em;
	}
	.contact-left input[type="text"], .contact-left input[type="email"] {
	  width: 32.77%;
	}
	.contact-left input[type="text"], .contact-left input[type="email"], .contact-left textarea {
		padding: 11px 10px;
	}
	.contact-left input[type="submit"] {
	  font-size: 18px;
	  padding: 10px 0;
	}
	.total-item h4 {
	  margin-right: 1em;
	}
	.products-grd {
		width: 31.6%;
	}
	.pro-grd a {
	  padding:4em 2.95em 4.5em;
	}
	.p-one h4 {
	  font-size: 1.1em;
	}
	.banner-info1 {
	  min-height: 500px;
	}
	.callbacks_nav {
		left: -3.6%;
	}
	.callbacks_nav.next {
	  right: -3.6%;
	}
	.buy a {
		width: 30%;
	}
	.cate-left {
		width: 17%;
	}
	.cate-left h3 {
	  background: url(../images/4.png) no-repeat 140px 23px;
	}
	.cate-bottom-info h3 {
	  padding: 1em 0 .5em;
	}
	.cate-bottom-info {
		width: 35%;
	}
	.cate-bottom {
	  background: url(../images/21.jpg) no-repeat 0px -120px;
	  background-size: cover;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  -ms-background-size: cover;
	  min-height: 330px;
	}
	.cate-bottom-info p span {
		font-size: 20px;
	}
	.let a {
		width: 50% !important;
	}
	.welcome:before {
	  background: url(../images/5.png) no-repeat -36px 40px;
	  background-size: 145%;
	  width: 280px;
	}
	.welcome:after {
	  background: url(../images/6.png) no-repeat 0px 0px;
	  width: 360px;
	  background-size: 100%;
	}
	.wel a {
	  width: 38% !important;
	}
	.jel-video iframe {
	  min-height: 280px;
	}
	.banner-bot-grid1 img {
	  min-height: 282px;
	}
	.ut a {
		width: 63% !important;
	}
	.banner-bottom1-grid1 h3 {
		font-size: 1.1em;
	}
	.flower-type p {
	  font-size: 1em;
	  margin: .5em 0 0;
	}
	.collpse {
	  padding: 3em 0 4em;
	  margin-bottom: 0;
	}
	p span.val {
	  font-size:1.1em;
	}
	.cart-items h1 {
	  margin: 0 0 1em;
	}
	.pro-grd {
		top: 27%;
	}

    /*修改*/
 /* ul.skyblue{width:68%; }
  ul.megamenu>li>a{padding: 0 10px;font-size: 16px;}*/
}
@media(min-width: 769px){
  .container{
    /*min-width: 1100px;*/
  }
}
@media (max-width:768px){
	.server-box{
    margin-left: 25px;
    margin-top: 10px;
  }
  .products-body .nav-tabs{
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .products-body .nav-tabs li{
    display: block;
    padding:0;
  }
  .products-body .nav-tabs li a{
    padding:0 8px;
    font-size: 12px;
    white-space: nowrap;
  }
	.search {
	  float: left;
	  width: 100%;
	  margin-top: 0em;
	}
	.menu_sec {
	  padding: 1em 0;
	}
	.search input[type="text"] {
		padding: 9px 20px 6px 15px;
	}
	.search input[type="submit"] {
	  background: url('../images/search.jpg') no-repeat 5px 2px;
	}
	.banner-info {
	  padding: .5em;
	}
	.contact-left h3, .login-right h3, .welcome-info h3, .related-products h3, .log h3, .reg h3, .cart-items h1, .banner-inf h1, .cate-bottom-info h3, .pos-absolt h3 {
	  font-size: 1.6em;
	}
	.banner-inf {
	  padding: 7em 0 0 3em;
	  width: 60%;
	}
	.banner-info1 {
	  min-height: 435px;
	}
	.callbacks_nav {
	  height: 65px;
	  width: 30px;
	  background: transparent url("../images/2.png") no-repeat -15px -36px;
	  background-size: 432%;
	  left: -1.6%;
	}
	.callbacks_nav.next {
	  background: transparent url("../images/2.png") no-repeat -80px -36px;
	  background-size: 432%;
	  right: -1.6%;
	}
	.nbs-flexisel-nav-right {
	  display: none;
	}

	.cate-left h3 {
	  background: url(../images/4.png) no-repeat 108px 23px;
	  font-size: 1.3em;
	}
	.cate-bottom-info {
	  width: 46%;
	}
	.cate-bottom-info p span {
	  font-size: 16px;
	}
	.cate-bottom {
	  min-height: 311px;
	}
	.welcome:before {
	  background: url(../images/5.png) no-repeat -36px 40px;
	  background-size: 158%;
	  width: 200px;
	}
	.welcome:after {
	  background: url(../images/6.png) no-repeat -15px 0px;
	  width: 230px;
	  background-size: 120%;
	}
	.welcome-info {
		width: 77%;
	}
	.jel-video iframe {
	  min-height: 385px;
	}
	.banner-bot-grid1 img {
	  min-height: 0;
	}
	.jel-video {
	  margin-bottom: 2em;
	}
	.banner-bottom1-grid {
	  float: left;
	  width: 33.33%;
	}
	.ut a {
	  width: 90% !important;
	}
	.product-left {
	  float: left;
	    width: 33.33%;
		margin-bottom: 2em;
	}
	.mask {
	  top: 36%;
	  left:31%;
	}
	label.radio {
	  font-size: 14px;
	}
	.pro-grd {
	  top: 26%;
	}
	.mask span {
		font-size: 13px;
	}
	.footer-grid h6 {
		font-size: 16px;
	}
	.footer-grid {
	  float: left;
	  width: 50%;
	}
  .footer-grid{
    display: block;
  }
	.details-left-info h3 {
		font-size: 1.2em;
	}
	p.desc {
	  margin: 0;
	}
	.related-products h3 {
		margin: 0 0 1.5em;
	}
	.related.products-grid {
	  float: left;
	  width: 33.33%;
	}
	.rel p {
	  font-size: 1.3em;
	  margin: 1em 0 0em;
	}
	.single-but {
	  margin-top: 1.5em;
	}
	.h_nav h4 {
	  color:#F65A5B;
	  text-align: center;
	}
	.pro-grd a {
		font-size: 18px;
	}
	.pro-grd a {
	  padding: 4.2em 4.3em 5em;
	}
	.products-grid-left {
	  margin-bottom: 2em;
	}
	a.continue,a.order {
		width: 50%;
	}
	.total-item h4 {
	  margin-right: 8em;
	}
	a.cpns {
		padding: 10px 15px;
	}
	.cart-items {
	  margin-top: 2em;
	}
	.total-item, .cart-items {
	  padding-bottom: 0;
	}
	.log form input[type=submit] {
		display: block;
	}
	.log {
	  margin-bottom: 2em;
	}
	.reg ul li.text-info {
		width: 28%;
	}
	.contact-left ul {
		padding: 1em 0 2em;
	}
	.contact {
	  padding: 3em 0 0;
	}
	.banner-bottom1-grid1 p {
		font-size: 13px;
		margin: 0.5em 0 0em;
		width: 100%;
	}
	.head-para {
	  left: 4%;
	    top: 8%;
	}
	.banner-bottom1-grid1 h3 {
	  font-size: 1em;
	}


  .video-js{background-color:transparent!important;}
}
@media (max-width: 768px) {
  .box_1{
    float: right;
  }
  .show{
    display: none !important;
  }
  .top-tel{
    top: 38px;
    left:inherit;
    right: 188px;
  }
  .top-tel h2{
    font-size: 18px;
  }
  .logo a{
    background-size: 80%;
  }
  .t-sub-menu:after{
    display: none;
  }
  .solution-links a{
    padding: 0 15px;
  }

  .page-menu ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: inline-block;
    vertical-align: middle;
  }
  .page-menu li{
    display: inline-block;
  }
  /*  .page-menu li:first-child{
      margin-left: 20px;
    }*/
  .page-menu li a{
    padding:0 10px;
    font-size: 18px;
    white-space: nowrap;
  }
  .page-sub-menu li a{
    font-size: 12px;
  }
  .page-sub-menu .search{
    padding: 0;
    padding-bottom: 10px;
  }
  .thumbWrap{
    left: 76%;
    position: absolute;
    display: inline-block;
  }
  .control{
    width: 75%;
    display: inline-block;
  }
  .bottom-r{
    display: none;
  }
  .video-js{
    max-height: 320px !important;
  }
  .tab-row{
    padding-bottom: 300px;
  }
  .page-bottom{
    position: absolute;
    top:2150px;
    left: 0px;
    height: 300px;
    padding-top: 40px;

  }
  .page-solution-sub-menu ul{
    padding-right: 0px;
  }
  .product-sub-menu ul{
    padding-right: 0;
  }
  .page-solution-sub-menu ul{
    padding-right: 0px;
  }
  .footer-copy p a{
    text-align: center;
  }
  .footer-copy p {
    padding: 0 10px;
  }
  .right-footer {
    text-align: center;
  }
  .footer-grid{
    width: 100%;
    padding-top: 10px;
    float: none;
    line-height: 40px;
    border-bottom:  1px solid #f0f0f0;
    cursor: pointer;
    padding-bottom: 5px;
  }
  .footer-grid:first-child{
    border-top:1px solid #f0f0f0;
  }


  /*  .footer-grid:hover li{
      display: block;
      line-height: 20px;
    }*/

  .icon-plus:hover{
    color: #fff;
  }
  .footer-grid ul{
    display: none;
  }
  .footer-grid ul li{

    border-top: 1px dashed #f0f0f0;
    font-size: 14px;
  }
  .icon-plus{
    display: inline-block;
    color: #fff;
  }
  .form-wrap .form-group .col-sm-2{
    width: 20%;
    padding-left: 30px;
    text-align: right;
    display: inline-block;
  }
  .form-wrap .form-group .col-sm-4{
    width: 40%;
    display: inline-block;
  }
  .form-wrap .form-group .col-sm-6{
    width: 70%;
    display: inline-block;
  }
  .form-wrap .form-group .col-sm-10{
    width: 80%;
    float: right;
    /*display: inline-block;*/
  }
  .btn-danger {
    text-align: center;
    display: inline-block;
  }
  .row-pix{
    left: 20%;
  }
  .pagination .search{
    display: none;
  }
  /* .megamenu{
     background-color: none;
   } */
  .megamenu>li>.megapanel{
    background-color: #eee;
  }
  .megamenu>li {
    cursor: pointer;
  }
  #slider.flexslider {
    padding: 0px;
  }
  /* .flex-nav-prev, .flex-nav-next{
     display: none;
   }*/
  .contact-map {
    padding: 30px 0px;
  }
  .map-b {
    height: 340px;
  }
  #slider.flexslider .flex-direction-nav .flex-next {
    display: none;
  }
  .sub_menu_img {
    width: "";
  }
  .skyblue li>a, .skyblue>li.showhide span {
    color: #333;
  }
  .megamenu>li.showhide span.title {
    font-size: 18px;
  }
  .megamenu {
    background-color: #f0f0f0;
  }
    .developing-list{padding:0 10px;}
  /* .login-top .top-tel{
     float:right;
     right: 0;

   }*/
}
@media (max-width:640px){
	.mask {
	  left:26%;
	}
  /*.thumbWrap{
    display: none !important;
  }*/
  .page-menu ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-menu li{
    display: block;
  }
  .page-menu li a{
    padding:0 5px;
    font-size: 18px;
    white-space: nowrap;
  }
  .page-sub-menu li a{
    font-size: 12px;
  }
  .page-sub-menu .search{
  	padding: 0;
	padding-bottom: 10px;
  }
	.cate-left {
	  width: 100%;
	  float: none;
	  text-align: center;
	  margin-bottom: 1em;
	}
	.cate-right {
	  float: none;
	  width: 100%;
	}
	.cate {
	  padding: 0em 0 2em;
	}
	.cate-left h3 {
		background: url(../images/4.png) no-repeat 290px 20px;
	}
	.cate-bottom-info {
	  width: 60%;
	}
	.welcome:before {
	  background: url(../images/5.png) no-repeat -35px 40px;
	  background-size: 158%;
	  width: 125px;
	}
	.welcome-info {
	  width: 100%;
	}
	.welcome:after {
	  background: url(../images/6.png) no-repeat -15px 0px;
	  width: 160px;
	  background-size: 120%;
	}
	.banner-inf {
	  padding: 7em 0 0 2em;
	  width: 73%;
	}
	.banner-info1 {
	  min-height: 430px;
	}
	.wel a {
	  width: 46% !important;
	}
	.banner-bottom1 {
	  padding: 3em 0;
	}
	.jel-video iframe {
	  min-height: 313px;
	}
  .video-js{
    max-height: 275px !important;
  }
	.pos-absolt {
	  top: 36%;
	}
	.banner-bottom1-grid1 {
	  padding-top: 1em;
	}
	.head-para {
	    top: 42%;
	}
	.ut a {
	  width: 100% !important;
	}
	.buy a {
		font-size: 13px;
	}
	.let a {
	  width: 45% !important;
	}
	span.item_price {
		font-size: 0.5em;
	}
	.footer {
	  margin: 3em 0 0;
	}
	.contact, .login, .reg-form, .check, .products-grids, .single {
	  padding: 3em 0 0;
	}
	.details-left-info p {
		font-size: 14px;
	}
	span.item_price {
	  font-size: 1em;
	}
	.single-but input[type="submit"] {
		font-size: 13px;
	}
	.flower-type {
		margin: 1.5em 0 1em;
	}
	.collpse {
		padding: 2em 0 3em;
	}
	.panel-body {
		padding: 10px;
	}
	.rel p {
	  font-size: 1em;
	}
	.single-but {
	  margin-top: 1em;
	}
	h4.panel-title a {
		font-size: 14px;
	}
	.products-grd {
	  width: 31.5%;
	}
	.pro-grd a {
	  padding: 5.2em 3.19em 5em;
	}
	.pro-grd {
		top: 32%;
	}
	span.item_price {
	  font-size: 0.7em;
	}
	.p-one h4 {
	  font-size: 1em;
	}
	.total-item h4 {
	  margin-right: 6.5em;
	}
	.delivery p,.delivery span {
		font-size: 14px;
	}
	.cart-item {
	  margin-right: 1em;
	}
	.cart-item-info {
	  margin-top: 1em;
	}
	.contact-left input[type="text"], .contact-left input[type="email"] {
	  width: 32.69%;
	}
	.cate-bottom {
	  background: url(../images/21.jpg) no-repeat 0px -95px;
	  background-size: cover;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  -ms-background-size: cover;
	}
	.banner-bottom1-grid {
	  float: none;
	  width: 100%;
	}
	.banner-bottom1-grid img{
		width:100%;
	}



}
@media (max-width:480px){
    .login-text{
    width: 100%;
    height: 20px;
    border-left: 0;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
  }
  .login-text h2{
    position: relative;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    color:#E82D23 ;
    webkit-text-shadow: 3px 3px 3px #E82D23;
    text-shadow: 3px 3px 3px #E82D23;
  }
  .change li{
      width: 450px;
  }
  .top-tel{
    float:left;
    top:0;
    left:0px;/*原为left:0;修改left:220px;*/
  /*  margin-left:3em;*/
  }


  .login-continer{
    left:0;
    margin-left: 0;
    margin-top: 20px;
  }
  .login-body{
    padding:20px 10px;
  }
	.buy a {
		padding: 8px 0px 8px 15px;
	}
	.top_left ul li.top_link {
	  margin-right: 0;
	}
	.total {
	  font-size: 14px;
	}
	.logo a {
	  background: url(../images/logo.jpg) no-repeat 0px 0px;
	  background-size:auto 100%;
	  font-size: 1.5em;
	}
	.contact-left h3, .login-right h3, .welcome-info h3, .related-products h3, .log h3, .reg h3, .cart-items h1, .banner-inf h1, .cate-bottom-info h3, .pos-absolt h3 {
	  font-size: 1.5em;
	}
	.contact {
	  padding: 2em 0 0 !important;
	}
	.contact-left input[type="text"], .contact-left input[type="email"] {
	  width: 100%;
	  float: none;
	}
	.contact-left input[type="email"] {
	  margin: 1em 0;
	}
	.contact-left textarea {
	  min-height: 150px;
	  margin: 1em 0;
	}
	.contact-left input[type="submit"] {
	  font-size: 16px;
	  padding: 8px 0;
	  width: 35%;
	}
	.reg h3 {
	  margin: 0 0 1em;
	}
	.reg ul li.text-info {
	  width: 36%;
	}
	.delivery p, .delivery span {
	  float: none;
	}
	.delivery {
	  margin: 1.5em 0 2em;
	}
	a.continue, a.order {
	  width: 70%;
	}
	.callbacks_nav {
		display: none;
	}
	.banner-inf {
	  padding: 4em 0 0 1em;
	  width: 85%;
	}
	.banner-info1 {
	  min-height: 360px;
	}
	.buy a {
		background: url(../images/3.png) no-repeat 69px 13px #f65a5b;
	}
	.buy a:hover {
		background: url(../images/3.png) no-repeat 69px 13px #204056;
	}
	.cate-left {
	  margin-top: 2em;
	}
	.cate-bottom-info {
	  width: 100%;
	}
	.let a,.let a:hover {
		background-position: 107px !important;
	}
	.cate-bottom {
	  min-height: 250px;
	}
	.welcome:before {
	  background: url(../images/5.png) no-repeat -20px 40px;
	  background-size: 150%;
	  width: 100px;
	}
	.welcome:after {
	  background: url(../images/6.png) no-repeat -9px 0px;
	  width: 100px;
	  background-size: 120%;
	}
	.wel a {
	  width: 52% !important;
	}
	.wel a,.wel a:hover {
	  background-position: 103px !important;
	  padding: 8px 0;
	}
	.banner-bottom1 {
	  padding:2em 0 1em;
	}
	.jel-video iframe {
	  min-height: 257px;
	}
	.jel-video {
	  margin-bottom: 1em;
	}
	.pos-absolt {
	  top: 28%;
	}
	.banner-bottom1-grid {
	  float: none;
	  width: 80%;
	  margin: 0 auto 1em;
	}
	.ut a {
	  width:51% !important;
	}
	.ut a,.ut a:hover {
		background-position:125px !important;
		padding: 8px 0;
	}
	.product-left {
	  float: left;
	  width: 50%;
	  margin-bottom: 1em;
	}
	.mask {
	  left:28%;
	}
	.details-lft-inf {
	  float: none;
	  width: 100%;
	}
	.details-left-info {
	  float: none;
	  margin-left: 0;
	  width: 100%;
	}
	.products-grd {
	  width: 60%;
	  margin:0 auto 1em;
	  float: none;
	}
	.pro-grd a {
	  padding: 5.2em 5.21em 4em;
	}
	.products-grd:nth-child(2) {
	  margin: 0 auto 1em;
	}
	.w_nav1 ul li a,.sky-form h4 {
	  font-size: 14px;
	}
	.let a {
	  width: 35% !important;
	  padding: 8px 0px;
	}
	.single-but input[type="submit"] {
		padding: 8px 12px;
	}
	.fgh a {
	  padding: 8px 12px;
	  font-size: 13px;
	}
	.cate-bottom {
	  background: url(../images/21.jpg) no-repeat 0px 0px;
	  background-size: cover;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  -ms-background-size: cover;
	}
	.banner-bottom1-grid1 {
	  padding-top:0em;
	}
	.head-para {
	  top: 31%;
	}
	.h_nav h4 {
	  margin-bottom: 0%;
	}
	.logo a {
	  padding: .1em 0 0 1.5em;
	}

  .header_top{padding:10px;}
  .logo{float: none;}
  .top-tel{top: auto;left: auto;right: auto;padding-left: 42px;margin-top: 10px;position: inherit;margin-left:0px;width:100%;}
  .header_right{margin-top: -38px;}
  .solution-links a{padding: 0 10px;font-size: 13px;}
  .tab-row{padding-bottom: 426px;}
    .page-bottom{height: 436px;}
    .control{width: 100%;}
    .change li{width:100%;}
    .form-wrap .form-group .col-sm-2{width: 30%;}
    .form-wrap .form-group .col-sm-6{width:60%;}
    .form-wrap .form-group .col-sm-10{width: 69%;}
    .form-wrap .form-group .col-sm-4{width:31%;}
    .form-horizontal .control-label{padding-top:0px;}
    .form-wrap .form-group .col-sm-2{vertical-align:top;}
    .page-menu li a{font-size: 16px;}
    .server-box{margin-left: 0px;}
}
@media (max-width:414px){
	.top_right,.top_left {
	  float: none;
	  text-align: center;
	}
	.buy a {
	  width: 40%;
	}
  .change li{
      width: 414px;margin-left: 15px;
  }
  /*修改新增*/
 .container .top-tel{
    background-size: 16%;
    background-position: 6%;
    left: 316px;
  }
    .container .top-tel{
        background-size: 10%;
        left:auto;
        background-position-x: 0px;
    }
    .pop-up{left: auto;right:0px;}
    .pop-up:before{left: 100px;}
    .solution-links a{width: 100px;display: inline-block;}
    .video-js{max-height: 215px !important;}
    .page-menu li a{font-size: 15px;}
    .page-menu ul{overflow-y:hidden;overflow-x:auto;}
    .form-horizontal .control-label{font-size:14px;}
    .form-wrap .form-group .col-sm-2{padding-left:0px;}
}
@media (max-width:384px){
	.logo {
	  float: none;
	  text-align: center;
	}
	.logo a {
		width: 100%;
		display: inline-block;
	  background: url(../images/logo.jpg) no-repeat center top;
     background-size:auto 100%;
	}
	.header_top {
	  padding: 15px 0;
	}
	.box_1 {
	  float: none;
	  display: inline-block;
	}
	.header_right {
	  text-align: center;
        top: 6px
    /*width: 100%;*/
      /*left: -67px;!*修改*!*/
	}
	.container .top-tel{
		position: relative;
        left: 0px;/*修改*/
        top: 6px;
	}
    .top-tel h2{font-size:15px;}
  .change li{
      width: 375px;
  }
  .server-box{margin-left: 12px;}
    .video-js{max-height: 200px !important;}
    .pro-item-title{height: 36px;line-height: 36px;font-size:15px;}
    .page-content p{font-size:14px;}
    .page-menu li a{font-size:14px;}
    .tab-row{padding-top:0px;}
    .page-bottom{top: 2007px;padding:15px;}
  .content-body p>img{width:auto;margin: 0px auto;display: block;}
}
@media (max-width: 360px){
  .page-bottom{top: 2038px;padding:15px;}
}
@media (max-width: 320px){
  .change li{
      width: 320px;
  }
	.logo a {
	  background: url(../images/logo.jpg) no-repeat 36px 0px;
     background-size:auto 100%;
	}
	.box_1 {
	  margin-top: 0;
	}
	.banner-info {
	  padding: 0;
	}
	.contact-left h3, .login-right h3, .welcome-info h3, .related-products h3, .log h3, .reg h3, .cart-items h1, .banner-inf h1, .cate-bottom-info h3, .pos-absolt h3 {
	  font-size:1.3em;
	}
	.banner-inf {
	  padding: 2em 0 0 1em;
	  width: 90%;
	}
	.banner-inf p,.cate-bottom-info p,.cate-bottom-info p span,p.non, p.rep,.pos-absolt p,.banner-bottom1-grid1 p {
		font-size: 13px;
	}
	.ut a {
	  width: 70% !important;
	}
	.buy a {
	  width: 40%;
	}
	.banner-info1 {
	  min-height: 320px;
	}
	.cate-left h3 {
	  font-size: 1em;
	  background: url(../images/4.png) no-repeat 134px 16px;
	}
	.cate-left h3 span {
		font-size: 12px;
	}
	.let a, .let a:hover {
	  background-position: 95px !important;
	}
	.let a {
	  width: 50% !important;
	}
	.cate-bottom {
		background: url(../images/21.jpg) no-repeat 0px 0px;
	}
	.wel a {
	  width: 80% !important;
	}
	.wel {
	  margin: 1em 0 0;
	}
	.banner-bot-grid,.products-grid-right,.contact-left,.log,.login-right,.banner-bottom1-grid {
	  padding: 0 !important;
	}
	.pos-absolt {
	  top: 17%;
	}
	.banner-bottom1-grid {
	  width: 100%;
	}
	.banner-bottom1-grid1 h3 {
	  font-size: 1em;
	}
	.product-left {
	  float: none;
	  width: 100%;
	}
	.mask {
	  left: 34%;
	}
	.product-one:nth-child(2) {
	  margin: 0;
	}
	.footer {
	  margin: 2em 0 0;
	}
	.details-left-info h3 {
	  font-size: 1em;
	}
	.related.products-grid {
	  float: none;
	  width: 100%;
	  margin-bottom: 1em;
	}
	span.item_price {
	  font-size: 1.5em;
	}
	.single-but input[type="submit"] {
		padding: 8px 10px;
	}
	.details-left-info p,.panel-body {
	  font-size: 13px;
	}
	.h_nav ul li a,.footer-grid ul li a,.footer-grid p,.contact-left p,.contact-left ul li,.contact-left ul li a {
		font-size: 13px;
	}
	.contact-left ul {
	  padding: 0em 0 1em;
	}
	.contact-left h3 {
	  margin: 0 0 0.5em;
	}
	.footer-grid:nth-child(2) {
	  margin-bottom: 1em;
	}
	.products-grd {
		width: 100%;
	}
	.pro-grd a {
	  padding:5.5em 5.585em 4.5em;
	}
	span.item_price {
	  font-size: 0.7em !important;
	}
	.products-grid-left {
	  margin-bottom: 1em;
	}
	.w_nav1 ul li a, .sky-form h4,.w_nav1 h4,.footer-copy p {
	  font-size: 13px;
	}
	.w_nav1 {
	  padding: 10px;
	}
	.footer-grid {
	  float: none;
	  width: 100%;
	  margin-bottom: 1em;
	    padding: 0 !important;
	}
	.footer-grid p {
	  margin: 0.5em 0 0;
	}
	.footer-grid ul {
	  padding: 0.5em 0 0 1em;
	}
	.footer{
		padding: 2em 0 1em;
	}
	.footer-grid h6 {
	  font-size: 1.1em;
	}
	.contact-bottom iframe {
	  min-height: 200px;
	}
	.contact-left input[type="text"], .contact-left input[type="email"], .contact-left textarea {
	  padding: 8px 10px;
	    font-size: 13px;
	}
	.contact-left input[type="submit"] {
	  font-size: 14px;
	  padding: 8px 0;
	  width: 45%;
	}
	.log p {
	  margin: 0;
	  font-size: 13px;
	  display: inline;
	}
	.log h3 {
	  margin: 0 0 .5em;
	}
	.log form {
	  margin-top: 15px;
	}
	.log h5 {
		font-size: 15px;
	}
	.log form input[type="password"] {
	  margin-right: 0;
	}
	.log form input[type="text"], .log form input[type="password"] {
	  width: 100%;
	  font-size: 13px;
	  padding: 4px 10px;
	  margin-bottom: 15px;
	}
	.log a {
	  font-size: 13px;
	}
	.log form input[type=submit] {
		margin: 0 0 15px 0;
	}
	.log {
	  margin-bottom: 1em;
	}
	.login-right p {
	    margin: 10px 0 25px 0;
	  font-size: 13px;
	}
	.login-right a {
	  font-size: 13px;
	  padding: 8px 15px;
	}
	.reg p {
	  font-size: 13px;
	}
	.reg ul li.text-info {
	  width: 100%;
	  margin-bottom: .5em;
	}
	.reg form {
	  margin-top: 15px;
	}
	.reg ul li.text-info {
		font-size: 14px;
	}
	.reg ul li {
	  width: 100%;
	}
	.reg ul li:nth-child(2) {
	  margin-left: 0;
	}
	.reg form input[type="text"], .reg form input[type="password"] {
	  padding: 4px 10px;
	  font-size: 13px;
	}
	.reg ul {
	  margin: 0 0 5px 0;
	}
	.reg form input[type=submit] {
		margin: 0 0 15px 0;
		padding: 8px 20px;
		font-size: 13px;
	}
	a.continue, a.order {
	  width: 100%;
	  font-size: 14px;
	}
	.price-details h3 {
	  font-size: 1em;
	}
	.price-details span {
		font-size: 13px;
	}
	li.last_price h4 {
	  font-size: 14px;
	}
	ul.total_price li.last_price span {
		font-size: 14px;
	}
	ul.total_price {
		margin: .5em 0 0;
	}
	a.order {
	  margin: 1em 0;
	}
	.total-item h3 {
		font-size: 14px;
	}
	.total-item h4 {
	  margin-right: 3.5em;
	}
	.cart-item-info {
	  width: 100%;
	  float: none;
	}
	.cart-item {
	  width: 40%;
	  float: none;
	}
	.close1, .close2 {
		top: 145px;
	}
	.delivery p, .delivery span,.fgh a {
	  font-size: 13px;
	}
	.fgh a {
	  font-size: 13px;
	}
	.banner-info1 {
		background: url(../images/banner.jpg) no-repeat -100px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	.product-left-cart-r {
	  margin-top: 12px;
	}
	label.radio {
	  font-size: 13px;
	}
	.colr {
	  margin: 0 0 0 27px;
	}
	select.arrival, .col-rad-left p {
	  font-size: 13px;
	}
	.products-grid-lft:nth-child(2) {
	  margin: 0;
	}
	.top_bg {
	  padding: 4px 0;
	}
	.header_top {
	  padding: 0.5em 0;
	}
	.menu_sec {
	  padding: 0;
	}
	.banner {
	  padding: 0.2em 0 0;
	}
  .container .logo a {
		height: 53px;
		font-size: 1.3em;
		background: url(../images/logo.jpg) no-repeat!important;
		background-size: 75%!important;
	}
    .top-tel{padding-left:30px;}
    .mega_nav{padding:10px;}
    .container-header{padding-top:20px;}
    .container-body{margin-top:20px;}
    .video-js .vjs-tech{height: auto!important;}
    .video-js{max-height: 180px !important;}
    .qcode-img img{width:45%;}
    .qcode-img img:first-child{float:left;}
    .qcode-img img:last-child{float:right;}
    .footer .col-md-6{padding-left:0px;padding-right:0px;}
    .server-box{margin-left:0px;}
    .mega_nav .container{padding:0px;}
    .page-menu li a{font-size:12px;}
}