﻿.content{width:100%;}
.none{display:none;}
/*宽度*/
.w5{width:5%;}
.w10{width:10%;}
.w15{width:15%;}
.w20{width:20%;}
.w25{width:25%;}
.w30{width:30%;}
.w35{width:35%;}
.w40{width:40%;}
.w45{width:45%;}
.w50{width:50%;}
.w55{width:55%;}
.w60{width:60%;}
.w65{width:65%;}
.w70{width:70%;}
.w75{width:75%;}
.w80{width:80%;}
.w85{width:85%;}
.w90{width:90%;}
.w95{width:95%;}
.w100{width:100%;}
.w1190{width:1190px;}
/*maring*/
.mtb_10{margin-top:10px;margin-bottom:10px;}
.mtb_20{margin:20px 0;}
.mtb_35{margin:35px 0;}
.mt_20{margin:20px 0 0 0;}
.mb_20{margin:0 0 20px 0;}
.ml_15{margin:0 0 0 15px;}
.ml_10{margin-left:10px;}
.pl_10{padding-left:10px;}
.pt_10{padding-top:10px;}
/*浮动*/
.f_l{float:left;}
.f_r{float:right;}
/*border*/
.border_top{border-top:1px solid #3996ec;}
.border_bottom{border-bottom:1px solid #3996ec;}
.border_none{border:none!important;}
/*字体颜色*/
.red{color:red;}
/*背景色*/
.bg_green{background:#00811d!important;}
.bg_red{background:#e02c4f!important;}
.bg_green_over{background:#006817!important;}
.bg_red_over{background:#de1038!important;}
/*边框*/
.border{border:1px solid #3996ec;}
/*border-box*/
.border_box{
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.border_box dl a{display: inline-block;}
.items{
    width:1390px;
    margin:0 auto;
    overflow:hidden;
}
/*超出内容用点表示*/
.nowrap{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.pic{
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.pic .pic_img{
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
select.big,
input.big{
    width:200px;
    height:27px;
    box-sizing:border-box;
    border-radius:3px;
    border:1px solid #ddd;
    padding:0 10px;
    line-height:27px;
    font-size:14px;
}
select.small,
input.small{
    width:80px;
    height:27px;
    box-sizing:border-box;
    border-radius:3px;
    border:1px solid #ddd;
    padding:0 10px;
    line-height:27px;
    font-size:14px;
}
.date{ 
    cursor:pointer;
    background:url(../../../image/default/index/image/date.png) no-repeat right center;
    background-size:29px 29px;
}
.area{ 
    cursor:pointer;
    background:url(../../../image/default/index/image/area.png) no-repeat right center;
    background-size:29px 29px;
}
/*复选按钮*/
.checkbox{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    position:relative;
    vertical-align:middle;
}
.checkbox:before{
    content:"";
    display:inline-block;
    width:15px;
    height:15px;
    border:2px solid #3996ec;
    background:#FFF;
    box-sizing:border-box;
    position:relative;
}
.checkbox:checked:after{
    content:"";
    color:#3996ec;
    display:inline-block;
    width:3px;
    height:7px;
    border-right:2px solid #3996ec;
    border-bottom:2px solid #3996ec;
    transform:rotate(45deg);
    position:absolute;
    left:5px;
    top:2px;
}
/*单选按钮*/
.radio{
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    position:relative;
    vertical-align:middle;
}
.radio:before{
    content:"";
    display:inline-block;
    box-sizing:border-box;
    width:16px;
    height:16px;
    border-radius:100%;
    border:2px solid #3996ec;
    position:relative;
}
.radio:checked:after{
    content:"";
    display:inline-block;
    box-sizing:border-box;
    border:none;
    width:8px;
    height:8px;
    border-radius:100%;
    background:#3996ec;
    position:absolute;
    top:4px;
    left:4px;
}
.screen_all .screen_970{
    width:970px;
    position:relative;
    margin:0 auto;
    clear:both;
    float:none;
}
.screen_1190{
    width: 1190px;
    position:relative;
    margin:0 auto;
    clear:both;
    float:none;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.screen_1390{
    width:1390px;
    position:relative;
    margin:0 auto;
    clear:both;
    float:none;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}

.screen_all{
    width:100%;
    position:relative;
    margin:0 auto;
    clear:both;
    float:none;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    overflow:hidden;
}

/*进度条*/
.progress_bar{
    height:10px;
    position:relative;
    overflow:hidden;
    background:#ffe7e7;
    border-radius:5px;
    border:1px solid #ff8484;
}
.progress_bar>div{
    height:10px;
    position:absolute;
    top:0;
    left:0;
    background:#ff8484;
}
/*全屏轮播图*/
.all_swiper{
    width:100%;
    position:absolute!important;
    top:40px;
    left:0;
    z-index:0!important;
}
.all_swiper a{
    display:block;
    width:100%;
    height:500px;
    overflow:hidden;
}
.all_swiper .swiper-pagination-bullet {
    width: 30px!important;
    height: 2px!important;
    background: #3996ec!important;
    opacity: 1!important;
    border-radius:0;
}
.all_swiper .swiper-pagination-bullet-active {
    background: #fff!important;
}
/*左边分类*/
.new_menu{
    width:200px;
    position:relative;
}
.new_menu>p{
    height:40px;
    line-height:40px;
    background:#f48b1a;
    color:#fff;
    font-size:16px;
    text-align:center;
}
.new_menu>p i{
    font-size:19px;
    position:absolute;
    top:0;
    left:10px;
}
.new_menu ul{
    width:200px;
    height:500px;
    background:#60AFFF;
    position:absolute;
    top:40px;
    left:0;
    z-index:100;
}
.new_menu ul li>p{
    position:relative;
    height:36px;
    text-align:center;
}
.new_menu ul li>p:before{
    content: "";
    width: 100%;
    border-bottom: 1px dashed #409FFF;
    position: absolute;
    top: 18px;
    left: 0;
}
.new_menu ul li>p a{
    display: inline-block;
    width: 40%;
    text-align: center;
    color: #fffac0;
    font-size: 14px;
    line-height: 36px;
    padding: 0 2px;
    background: #60AFFF;
    position: relative;
    z-index: 1;
}
.new_menu ul li .one{
    width:200px;
    overflow:hidden;
    height:auto;
    line-height:25px;
    padding-left:10px;
    transition:.3s;
}
.new_menu ul li .one:hover{
    background:#fff;
    padding-left:0;
}
.new_menu ul li .one:hover>a{
    color:#3996ec;
}
.new_menu ul li .one i{
   display: none;
}
/*.new_menu ul li .one:hover>i{
   display: block;
}*/
.new_menu ul li .one>a:hover{
    text-decoration:underline;
}
.new_menu ul li .one:hover .two{
    display:block;
}
.new_menu ul li .one>a{
    display:inline-block;
    width:48px;
    margin:0 4px;
    color:#fff;
}
.new_menu ul li .two{
    position:absolute;
    top:0;
    left:200px;
    background:#fff;
    width:735px;
    height:500px;
    border:1px solid #3996ec;
    border-left:none;
}
.new_menu ul li .two>p{
    padding:10px 0;
}
a.active {
    color: #3996ec;
}
.new_menu ul li .two>p a{
    display:inline-block;
    line-height:25px;
    padding:0 5px;
    background:#3996ec;
    color:#fff;
    margin:0 0 5px 15px;
}
.new_menu ul li .two dl{
    width:100%;
    overflow:hidden;
}
.new_menu ul li .two dl dt{
    width:100px;
    float:left;
    padding:0 0 0 20px;
    font-weight:600;
}
.new_menu ul li .two dl dd{
    width:634px;
    float:left;
}
.new_menu ul li .two dl dd a{
    display:inline-block;
    margin:0 15px 10px 0;
}
.new_menu ul li .two dl dd a.active{
    color:#3996ec;
}
.new_menu:hover ul{
    display:block;
}

/*头部导航*/
.new_nav{
    width:990px;
    height:40px;
    background:#fff;
}
.new_nav a{
    line-height:40px;    
    color:#333;
    margin:0 18px;
    font-weight:600;
    font-size:14px;
}
.new_nav a.active{
    color:#f4711a;
}

/*右边信息*/
.new_right{
    width:245px;
    height:480px;
    background:#eee;
    margin:10px 0;
    padding:10px;
}
.new_right .box1{
    height:135px;
    padding:30px 0 0 0;
    overflow:hidden;
}
.new_right .box1 .one>div{
    width:100%;
}
.new_right .box1 .one>div>div{
    width:50px;
    height:50px;
    margin:0 0 0 87.5px;
}
.new_right .box1 .one>div p{
    text-align:center;
    line-height:55px;
}
.new_right .box1 .one>p a:first-child{
    background:#f48b1a;
    margin:0 25px 0 0;
    color:#fff;
}
.new_right .box1 .one>p a{
    display:block;
    float:left;
    width:100px;
    height:30px;
    border:1px solid #f48b1a;
    text-align:center;
    line-height:28px;
    background:#eee;
    color:#f48b1a;
}
.new_right .box2{
    height:72px;
    padding:15px 0;
    overflow:hidden;
    clear:both;
}
.new_right .box2 p{
    padding:10px 0;
}
.new_right .box2 p span{
    color:#f48b1a;
    display:inline-block;
    margin:0 5px 0 0;
}
.new_right .box3{
    height:200px;
    overflow:hidden;
    clear:both;
}
.new_right .box3>p{
    width:100%;
    height:30px;
    line-height:30px;
    border-bottom:2px solid #ccc;
}
.new_right .box3>p>span{
    display:inline-block;
    height:30px;
    border-bottom:2px solid #f48b1a;
    color:#333;
    font-size:14px;
}
.new_right .box3>p>span i{
    color:#f48b1a;
    margin:0 5px 0 0;
}
.new_right .box3 li{
    padding:18px 0 0 0;
    font-size:14px;
    color:#666;
}
.new_right .box3 li span{
    color:#f48b1a;
}

/*logo*/
.new_logo{
    width:200px;
    height:130px;
    padding:35px 0;
    text-align:center;
}
.new_logo img{
    display:inline;
    height:60px;
}
.new_search{
    width:745px;
    height:130px;
    padding:24px 0 0 22px;
}
.new_search div{
    width: 698px;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.new_search select{
    width: 70px;
    height: 50px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    padding: 0 0 0 10px;
    background: url(../../../image/default/index/image/xia.png) no-repeat right center;
    background-size: 28px;
    margin: 0 10px 0 0;
}
.new_search input{
    width: 538px;
    height: 30px;
    border: none;
    display: block;
    border: 4px 0 0 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    line-height: 30px;
    margin: 10px 0 0 0;
    border-left: 1px solid #ddd;
}
.new_search button{
    width: 80px;
    height: 50px;
    border: none;
    display: block;
    background: #3996ec;
}
.new_search button i{
    color: #fff;
    font-size: 28px;
}
.new_search>span{
    display:block;
    line-height: 30px;
    color: #333;
    height: 30px;
    overflow: hidden;
}
.new_search>span a{
    color: #666;
    padding: 0 10px 0 0;
}
.new_search>span a.active{
    color: #3996ec;
}
.new_ad{
    width:245px;
    height:130px;
    padding:15px 0 0 0;
    background:#fff;
    overflow:hidden;
    text-align:center;
}
.new_ad a{
    display:inline-block;
    margin: 0 10px;
}
.new_ad .pic{
    width:100px;
    height:100px;
}
.new_ad .fabu{
    display:inline-block;
    width:65%;
    height:50px;
    border:1px solid #3996ec;
    border-radius:7px;
    background:#fff;
    color:#3996ec;
    line-height:50px;
    margin:9px 0 0 0;
    font-size:16px;

}

/*网页位置*/
.web_location{
    width:100%;
    clear:both;
    padding:20px 0;
    color:#666;
}
.web_location a{
    color:;
    font-size:14px;
    color:#666;
}
.web_location a:hover{
    color:#3996ec;
}

/*翻页*/
.paga_turning{
    width:100%;
    overflow:hidden;
    text-align:right;
    margin:20px 0 0 0;
    clear:both;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 40px 0 0;
}
.paga_turning a{
    display:inline-block;
    height:30px;
    border:1px solid #ccc;
    line-height:30px;
    padding:0 11px;
    border-radius:2px;
    margin:0 2px;
}
.paga_turning a.active{
    background:#3996ec;
    color:#fff;
}
.paga_turning span{
    display:inline-block;
    line-height:30px;
    margin:0 4px;
}
.paga_turning input[type="text"]{
    width:30px;
    height:30px;
    border:1px solid #ccc;
    text-align:center;
    border-radius:2px;
}
.paga_turning input[type="button"]{
    background:#fff;
    width:40px;
    height:30px;
    border:1px solid #ccc;
    text-align:center;
    cursor:pointer;
    border-radius:2px;
}
/*点击改变*/
.changed .changed_list{
    display:none;
}
.changed .changed_list:first-child{
    display:block;
}
/*店铺公用底部*/
.dianpu_bottom{
    border-top:1px solid #f49f1a;
    margin-top:10px;
}
.dianpu_bottom p{
    text-align:center;
    line-height:40px;
    color:#aaa;
}
.dianpu_bottom p a{
    display:inline-block;
    margin:0 5px;
}
.dianpu_bottom .one{
    color:#333;
    border-bottom:1px solid #e1e1e1;
}

/*当前位置current_location*/
.current_location{
    width:100%;
    line-height:40px;
    color:#999;
    overflow:hidden;
    clear:both;
}
.current_location i{
    color:#c5c5c5;
    margin:0 5px 0 10px;
}
.current_location a{
    margin:0 5px;
    color:#999;
}
.current_location a.active{
    color:#3996ec;
}
.current_location a:hover{
    color:#3996ec;
}
/*公用底部*/


.footer {
  height: 455px;
  background: #f0f0f0;
}
.footer .wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.footer .footer-top {
  height: 148px;
  border-bottom: 1px solid #d2d2d2;
}
.footer .footer-top li {
  height: 66px;
  float: left;
  padding-left: 78px;
  margin: 40px 70px 0 30px;
  transition: 0.1s;
}
.footer .footer-top li:hover {
  transform: translate(0px, -6px);
}
.footer .footer-top li h6 {
  font-size: 16px;
  color:#000;
  margin: 12px 0 10px;
  font-weight: 600;
}
.footer .footer-top li p {
  font-size: 14px;
  color: #666;
}
.footer .footer-top li:nth-child(1) {
  background: url("../images/images/icon_03.jpg") no-repeat left center;
}
.footer .footer-top li:nth-child(2) {
  background: url("../images/images/icon_05.jpg") no-repeat left center;
}
.footer .footer-top li:nth-child(3) {
  background: url("../images/images/icon_07.jpg") no-repeat left center;
}
.footer .footer-top li:nth-child(4) {
  background: url("../images/images/icon_09.jpg") no-repeat left center;
}
.footer .list-box {
  height: 146px;
  float: left;
  margin: 25px 0 50px;
}
.footer .list-box .list {
  padding: 0 40px;
  border-right: 1px solid #d7d7d7;
  height: 146px;
  float: left;
}
.footer .list-box .list h6 {
  font-size: 14px;
  color: #000;
}
.footer .list-box .list a {
  font-size: 14px;
  color:#666;
  display: block;
  margin-top: 18px;
  width:56px; 
}
.footer .list-box .list a:hover {
  color: #ff6924;
}
.footer .list-box .list p {
  font-size: 14px;
  color: #333;
  margin-top: 12px;
}
.footer .list-box .list h5 {
  font-size: 24px;
  color: #666;
  font-weight: 600;
  margin-top: 14px;
}
.footer .list-box .list:nth-child(5) {
  text-align: center;
}
.footer .list-box .list:nth-child(6) {
  text-align: center;
  border: none;
}
.footer .footer-nav {
  font-size: 14px;
  color: #666;
  text-align: center;
}
.footer .footer-nav a {
  font-size: 14px;
  color: #666;
  padding: 0 8px;
}
.footer .footer-nav a:hover {
  color: #ff6924;
}
.footer .footer-bot {
  text-align: center;
  margin-top: 30px;
}
.footer .footer-bot ul{display:none;}
.footer .footer-bot li {
  display: inline-block;
}
.footer .footer-bot p {
  font-size: 14px;
  color: #666;

  
}
.footer .footer-bot a {
  font-size: 14px;
  color: #666;
 
}

.footer {
	padding-bottom:30px;
}


.footer .returnTop {
  border-radius: 6px;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: 60px;
  width: 50px;
  height: 50px;
  background: url("../../images/images/return-top.png") no-repeat center;
}








.bg_f5{
    background:#f5f5f5!important;
}
.bg_f{
    background:#fff!important;
}

/*分页*/
.new_ym {
    padding-bottom: 30px;
    padding-left: 30px;
    display: inline-block;
    padding: 20px!important;
}
.new_ym a{
    border: 1px solid #707070;
    border-radius: 3px;
    padding: 2px 7px;
}
.new_ym b{
    border: 1px solid #3996ec;
    border-radius: 3px;
    padding: 2px 7px;
    color: #3996ec;
}
.h_message{
			position:fixed;
			top:150px;
			right:40px;
			z-index:10000000000;
			height:30px;
			overflow:hidden;
			border-radius:4px;
			background:#3996ec;
			-webkit-animation: y 5s linear 0s infinite;
			-moz-animation: y 5s linear 0s infinite;
			-ms-animation: y 5s linear 0s infinite;
			animation: y 5s linear 0s infinite;
                        display:none;
}

.h_message:hover{
	background:blue;
}
.h_message a{
	color:#fff;
	display:block;
	text-align:center;
	line-height:30px;
	padding:0 20px;
}


/*图片居中*/
.h_pic{
    text-align:center!important;
}
.h_pic .h_img{
    max-width:100%!important;
    max-height:100%!important;
    vertical-align:middle!important;
    display:inline!important;
}
/*品牌公共样式*/
.h_brand{
    width:100%;
    overflow:hidden;
}
.h_brand a{
    display:block;
    width:111px;
    height:56px;
    position:relative;
    margin:4px;
    float:left;
}
.h_brand a .h_pic{
    width:111px;
    height:56px;
    line-height:51px;
}
.h_brand a p{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    text-align:center;
    overflow:hidden;
    cursor:pointer;
    display:none;
}
.h_brand a:hover p{
    display:block;
}
.h_brand a p label{
    display:inline-block;
    width:80px;
    line-height:25px;
    border-radius:15px;
    background:#e53935;
    color:#fff;
    margin:5px auto;
}
.h_brand a p span{
    color:#fff;
}
.h_brand a .h_top,
.h_brand a .h_right,
.h_brand a .h_bottom,
.h_brand a .h_left{
    position:absolute;
    background:#3996ec;
    overflow:hidden;
    transition: all .6s ease-out 0s;
    -webkit-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
}
.h_brand a .h_top,
.h_brand a .h_bottom{
    width:0;
    height:2px;
}
.h_brand a .h_left,
.h_brand a .h_right{
    width:2px;
    height:0;
}
.h_brand a:hover .h_top,
.h_brand a:hover .h_bottom{
    width:100%;
}
.h_brand a:hover .h_right,
.h_brand a:hover .h_left{
    height:100%;
}
.h_brand a .h_top{
    top:0;
    left:0;
}
.h_brand a .h_right{
    top:0;
    right:0;
}
.h_brand a .h_bottom{
    bottom:0;
    right:0;
}
.h_brand a .h_left{
    bottom:0;
    left:0;
}

.clear{ clear:both;}



/********* look添加 在线客服CSS ***********************/

.footer_kf{    width: 186px;    transition: 0.2s;
    height: 469px;
    position: fixed;
	/*
    right:-163px;
	*/
	right:0px;
    top: 200px;
    background: url(../images/images/hmkf.png) no-repeat center;
	z-index:9999;
}
.footer_kf a{display: block;
    width: 80px;
    height: 21px;
    background: url(../images/images/kf1_03.png) no-repeat center;margin-left:57px;margin-top:8px;}
.footer_kf a:first-child{margin-top:199px;}

.footer_kf_x{    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 20px;    cursor: pointer;}

/*
.footer_kf:hover{right:0;}
*/

.footer_kf_ewm{    position: absolute;
    bottom: 16px;
    left: 49px;}
	


