﻿/**新增begin**/
@font-face {
    font-family: "YourFont";
    src: url(HELVETICANEUELTPRO-BD.OTF);
}
@font-face {
    font-family: "YourFont1";
    src: url(FZLTZCHJW.TTF);
}
@font-face {
    font-family: CondensedBold;
    src: url('Bold.ttf');
}
.yourfont1{
	font-family: "YourFont1";
}
.CommerceBlackCondensed{
	font-family:CondensedBold;
}
@media screen and (min-width: 490px) and (max-width: 3000px){
	
	.pc-number{display: block}
	.web-number{display: none;}
	.itemtxt {font-size: .32rem;}
	.itemtxt .idx-ad-icon{font-size: .64rem;display: inline-block;float:left;color:#fff;line-height: .72rem;}
	.itemtxt .itemtxt_item_div{transition: all .2s;display: inline-block;width: .64rem;position: relative;top: 0;}
	.idx-ad.row li:hover .itemtxt p{ transform: translateX(0px); }
	.pc-number .pc-number-more{font-size: .18rem;color: #a1a1a1;text-align: center;margin-top: .8rem;}
	.pc-number .pc-number-more:hover{color:#1785bd;}
	.pc-number .pc-number-item{float:left;width: 24%;}
	.pc-number .pc-number-item .pc-number-item-number{color: #1785bd;font-weight: bold;position: relative;height: .62rem;margin: 0 auto;font-size: 0;}
	.pc-number .pc-number-item .pc-number-item-number img{height: 1.04rem;}
	.pc-number-item-number-v1{font-size: .8rem;display: inline-block;letter-spacing: -.02rem;line-height:.62rem;}
	.pc-number-item-number-v2{font-size: .4rem;display: inline-block;margin-left: .09rem;}
	.pc-number .pc-number-item .pc-number-item-text{font-size: .3rem;color: #000;clear:both;margin-top:.1rem;}
	.pc-number .pc-number-blank{float:left;height: 1.1rem;width:1px;background: #1785bd;}
	.pc-number span{display: inline-block;}
	.pc-number .number-guanbi{color:#1785bd;font-size: .24rem;}
	.pc-pp p{color: #000;margin: 0;width:100%;}
	.pc-pp .pc-pp-img{display: inline-block;width: 20%;padding-bottom: .45rem;}
	.pc-pp .pc-pp-img img{height:.68rem;}
	.pc-type{display:block;}
	.web-type{display: none;}
	.pc-type .type_item{overflow:hidden;display: inline-block;font-size: .16rem;min-width:8%;margin: 0 .4rem;height: 1.28rem;color:#5f5f5f;cursor:pointer;}
	.pc-type .type_item_active{color: #1785bd !important;border-bottom:2px solid #1785bd;}
	.pc-type .type_item .type_item_div{transition: all .2s;display: inline-block;width: .6rem;position: relative;top: 0;}
	.pc-type .type_item .type_item_icon{font-size: .4rem;}
	/*.pc-type .type_item:hover{color: #1785bd;}*/
	.pc-type .type_item:hover .type_item_icon{
	    /*animation: 0.25s linear featuresicon;
	    -webkit-animation: 0.25s linear featuresicon;
	    color: #1785bd;*/
	}
	@keyframes featuresicon { 
	    50% {
	        transform: scaleY(0);
	    }
	    100% {
	        transform: scaleY(1);
	    }
	}
	@-webkit-keyframes featuresicon { 
	    50% {
	        -webkit-transform: scaleY(0);
	    }
	    100% {
	        -webkit-transform: scaleY(1);
	    }
	}
	.web-banner{display: none;}
	
}
@media screen and (min-width: 320px) and (max-width: 480px){
	body{width: 100vw;}
	.header{padding: 0;}
	.header .menu-ico .menu-box{right:.33rem;top:.33rem;}
	.header .menu-ico span{background: #616161;}
	.wap-show-div{height:2.84rem;padding: 0;margin: 0;border: none;background: #e9e9e9;overflow-x: scroll;-webkit-overflow-scrolling : touch;}
	.wap-show .wap-show-li{height: 2.02rem;width: 2.02rem;float:left;background: #fff;margin:.32rem 0;margin-left:.2rem;text-align: center;}
	.wap-show .wap-show-li .type_item_icon{color:#1785bd ;display: inline-block;}
	.wap-show .wap-show-li .type_item_text{font-size: .27rem;color:#949494;line-height: .27rem;}
	
	.pc-number{display: none}
	.web-number{display: block;}
	.web-number .pc-number-item{float:left;height: 1.04rem;}
	.web-number .pc-number-item .pc-number-item-number{color: #1785bd;font-weight: bold;position: relative;font-size: 0;}
	.web-number .pc-number-item .pc-number-item-number img{height: 58px;}
	.pc-number-item-number-v1{font-size: .8rem;display: inline-block;letter-spacing: -.02rem;line-height:.62rem;}
	.pc-number-item-number-v2{font-size: .4rem;display: inline-block;margin-left: .09rem;}
	.web-number .number-guanbi{color:#1785bd;font-size: .24rem;}
	.web-number .pc-number-item .pc-number-item-text{font-size: .3rem;color: #000;clear:both}
	.web-number .pc-number-blank1{height: 1px;width:100%;position: absolute;left: 0;top:50%;background:#e9e9e9;}
	.web-number .pc-number-blank2{height: 100%;width:1px;position: absolute;left: 50%;top:0;background:#e9e9e9;}
	
	.web-pp .pc-pp-img{display: inline-block;width: 32%;padding-bottom: 35px;padding-left: 6%;}
	.web-pp .pc-pp-img img{height:30px;}
	.pc-type{display:none;}
	.web-type{display: block;}
	.web-type .type_item{font-size:12px;height: 40px;width:30%;background: #f1f1f1;color:#747474;line-height: 40px;text-align: center;float:left;margin-left:10px ;margin-bottom:10px;}
	.web-type .type_item_active{color: #fff !important;background:#1785bd;}
	.banner{margin-top: 20px !important;}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: .2rem !important;}
	.web-banner .pc-banner{display: block;}
	
}

/**新增end**/