body {
	font-size: "微软雅黑";
	margin: 0;
	padding: 0;
	font-size: 12px;
    color: #333333;
    background:#f7f7f7;
}/* 顶部 */
.toolbar{
	width: 100%;
	height: 30px;
	background: #e9eaec;
}
.toolbarCon{
	width: 1200px;
	margin: 0 auto;
	height: 30px;
	/* overflow: hidden; */
}
.toolbarleft{
	float: left;
	line-height: 30px;
	font-size: 12px;
	color: #333333;
}
.toolbarleft p{
	float: left;
}
.login{
	float: left;
	margin-left: 38px;
	margin-right: 30px;
	line-height: 30px;
	color: #333333;
}
.reg{
	color: #ef2120;
}
.toolbarRig{
	float: right;
}
.toolbarRig li{
	float: left;
	position: relative;
}
.navtitle{
	padding: 0 0 0 30px;
	line-height: 30px;
	position: relative;
}
.navtitle a{
	font-size: 12px;
	color: #333333;
	display: block;
	padding-right: 10px;
}
.hasnavArrow a{
	background: url(../images/toobarArrow.png) right -9px no-repeat;
}
.navCon{
	position: absolute;
	top: 34px;
	left: 20px;
	display: none;
}
.w80{
	width: 80px;
}
.w120{
	width: 120px;
}
.w84{
	width: 84px;
}
.navCon em {
    display: block;
    position: absolute;
    top: -4px;
    left: 30px;
    background: url(../images/icon.png) 0 -2px no-repeat;
    width: 7px;
    height: 4px;
}
.navCon dd{
	width: 100%;
	height: 25px;
	background-color: #e9eaec;
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 25px;
	margin-bottom: 1px;
}
.navCon dd a{
	font-size: 12px;
	color: #333333;
}
.qrbox{
	padding: 5px 11px 0;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	text-align: center;
	background-color: #e9eaec;
}
.qrbox p{margin: 0;}
.qrbox img{
	width: 62px;
	height: 62px;
	display: block;
}

.toolbarRig li:hover .hasnavArrow a{
	background: url(../images/toobarArrow.png) right 12px no-repeat;
	color: #ef2120;
}
.toolbarRig li:hover .navCon{
	display:block;
}
/* header */
.header{
	width: 100%;
	height: 88px;
    background-color: #fff;
}
.headerCon{
	width: 1200px;
	margin: 0 auto;
}
.logo{
	float: left;
	padding: 5px 58px 12px 2px;
}
.logo a{
	width: 257px;
	height: 71px;
	display: block;
	background: url(../images/icon.png) 0px no-repeat;
	/* background-size: 257px 71px; */
}
.h_search{
	padding: 23px 28px 6px 0;
	float: left;
}
.searchkey{
	margin-bottom: 6px;
}
.searchkey a{
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
}
.searchkey a.keynow{
	color: #ef2120;
}
.searchbox{
	width: 528px;
    height: 41px;
    box-sizing: border-box;
	border: 2px solid #ef2120;
}
.searchSele{
    width: 90px;
    height: 37px;
    float: left;
    position: relative;
    border-right: 1px solid #cac8c8;
}
.selecon{
    cursor: pointer;
}
.selecon p{
    height: 37px;
    line-height: 37px;
    padding-right: 16px;
    color: #333333;
    text-align: center;
    font-size: 14px;
}
.selecon em{
    display: block;
    height: 37px;
    width: 24px;
    position: absolute;
    top: 0;
    right: 15px;
    background: url(../images/con-icon.png) -11px -453px no-repeat;
}
.searchSele ul{
    position: absolute;
    top: 41px;
    border-radius: 0 0 3px 3px;
    background: #fff;
    line-height: 30px;
    width: 90px;
    left: -2px;
    max-height: 0;
    border-top: 0;
    /* display: none; */
    /* padding: 5px 0; */
    z-index: 100;
    overflow: hidden;
    box-shadow: 0 0 10px #cdcdd0;
    transition: all 0.5s;
}
.searchSele li{
    height: 30px;
    padding-left: 26px;
    color: #282828;
    cursor: pointer;
    font-size: 14px;
}
.searchSele li.seleCur{
    color: #ef2120;
    margin: 0;
    background: #e8e8e8;
}
.searchbox .ipt{
	width: 333px;
    border: 0;
    height: 37px;
	box-sizing: border-box;
	padding: 3px 6px;
	line-height: 30px;
	font-size: 12px;
	color: #333333;
	float: left;
    outline: 0;
    background-color: #fff;
}
.searchbox .searBtn{
	width: 98px;
	height: 100%;
	background:url(../images/search.png) no-repeat #ef2120;
	border: 0;
	outline: 0;
    float: right;
    cursor: pointer;
}
.searchrem{
	margin-top: 8px;
}
.searchrem a{
	font-size: 12px;
	color: #333333;
	padding-right: 10px;
}
.searchrem a.remnow{
	color: #ef2120;
}
.headerbtn{
	float: right;
	padding-top: 30px;
}
.headerbtn a{
	width: 137px;
	height: 30px;
	display:block;
	background:#e9eaec;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	float: left;
	font-size: 14px;
	color: #333333;
	transition: .3s;
}
.headerbtn a:first-child{
    background:#ef2120;
	color: #fff;
}
.headerbtn a.issuepurchase{
	margin-left: 19px;
}
.headerbtn a:hover{
	background:#ef2120;
	color: #fff;
}

.allwidth{
    width: 100%;
    background-color: #f3f3f3;
}
.allwidth2{
    width: 100%;
    background-color: #fff;
}
.container{
	width: 1200px;
    margin: 0 auto;
}

.nav{
    width: 100%;
    background-color: #fff;
    height: 40px;
    border-bottom: 1px solid #ef2120;

}
.navbox{
    width: 1200px;
    margin: 0 auto;
}
.navfirst{
    background: url(../images/index-icon.png) no-repeat 45px 13px #ff0035;
    width: 174px;
    text-align: center;
    height: 40px;
    font-size: 16px;
    padding-left: 15px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    float: left;
}
.navbox ul{
    padding-left: 35px;
    float: left;
}
.navbox li{
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.navbox li a{
    color: #333333;
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 0 35px;
    position: relative;
}
.navbox li a:hover{
    color: #ef2120;
}
/* 分类banner */
.wrapMain{
    width: 1200px;
    margin: 0 auto;
}
.allsort{
    width: 187px;
    height: 500px;
    background: #ffffff;
    position: relative;
    z-index: 99;
    border: 1px solid #c7c7c7;
}
.bside{
    position: relative;
    z-index: 44;
}
.bside ul{
    padding-top: 10px;
    padding-bottom: 6px;
}
.bside li{
    height: 44px;
    padding: 0 0 0 20px;
    line-height: 44px;
}
.bside li a{
    font-size: 16px;
    color: #333333;
    padding-left: 50px;
    display: block;
}
.bside li.chooseNow,.bside li:hover{
    background-color: #ef2120;
}
.bside li.chooseNow a,.bside li:hover a{
    color: #fff;
}
.bside li a.li-a1{
    background: url(../images/index-icon.png) -187px -37px no-repeat;
}
.bside li.chooseNow a.li-a1,.bside li.li1:hover a.li-a1{
    background: url(../images/index-icon.png) 23px -37px no-repeat;
}
.bside li a.li-a2{
    background: url(../images/index-icon.png) -187px -73px no-repeat;
}
.bside li.chooseNow a.li-a2,.bside li.li2:hover a.li-a2{
    background: url(../images/index-icon.png) 23px -73px no-repeat;
}
.bside li a.li-a3{
    background: url(../images/index-icon.png) -187px -110px no-repeat;
}
.bside li.chooseNow a.li-a3,.bside li.li3:hover a.li-a3{
    background: url(../images/index-icon.png) 23px -110px no-repeat;
}
.bside li a.li-a4{
    background: url(../images/index-icon.png) -187px -146px no-repeat;
}
.bside li.chooseNow a.li-a4,.bside li.li4:hover a.li-a4{
    background: url(../images/index-icon.png) 23px -146px no-repeat;
}
.bside li a.li-a5{
    background: url(../images/index-icon.png) -187px -179px no-repeat;
}
.bside li.chooseNow a.li-a5,.bside li.li5:hover a.li-a5{
    background: url(../images/index-icon.png) 23px -179px no-repeat;
}
.bside li a.li-a6{
    background: url(../images/index-icon.png) -187px -215px no-repeat;
}
.bside li.chooseNow a.li-a6,.bside li.li6:hover a.li-a6{
    background: url(../images/index-icon.png) 23px -215px no-repeat;
}
.bside li a.li-a7{
    background: url(../images/index-icon.png) -187px -257px no-repeat;
}
.bside li.chooseNow a.li-a7,.bside li.li7:hover a.li-a7{
    background: url(../images/index-icon.png) 23px -257px no-repeat;
}
.bside li a.li-a8{
    background: url(../images/index-icon.png) -187px -296px no-repeat;
}
.bside li.chooseNow a.li-a8,.bside li.li8:hover a.li-a8{
    background: url(../images/index-icon.png) 23px -296px no-repeat;
}
.bside li a.li-a9{
    background: url(../images/index-icon.png) -187px -335px no-repeat;
}
.bside li.chooseNow a.li-a9,.bside li.li9:hover a.li-a9{
    background: url(../images/index-icon.png) 23px -335px no-repeat;
}
.bside li a.li-a10{
    background: url(../images/index-icon.png) -187px -374px no-repeat;
}
.bside li.chooseNow a.li-a10,.bside li.li10:hover a.li-a10{
    background: url(../images/index-icon.png) 23px -374px no-repeat;
}
.bside li a.li-a11{
    background: url(../images/index-icon.png) -187px -409px no-repeat;
}
.bside li.chooseNow a.li-a11,.bside li.li11:hover a.li-a11{
    background: url(../images/index-icon.png) 23px -409px no-repeat;
}
/* 二级 */
.bcategory{
    position: absolute;
    left: 187px;
    top: 0;
    z-index: 40;
}
.sidebar{
    height: 500px;
    padding: 8px 0 8px 20px;
    box-sizing: border-box;
    background:#fff;
    width: 780px;
    position: absolute;
    left: -10px;
    top: 0;
    z-index: 40;
    box-shadow: 1px 1px 5px rgba(162,162,162,0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}
.sidelist{
    width: 100%;
    overflow: hidden;
}
.sidelist li{
    overflow: hidden;
    line-height: 20px;
    margin: 2px 0;
}
.sidelistTitle{
    display: block;
    float: left;
    width: 110px;
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    color: #333333;
    padding-top: 8px;
    line-height: 22px;
    margin-right: 5px;
}
.sidelistCon{
    display: block;
    float: left;
    width: 615px;
    overflow: hidden;
    line-height: 24px;
    padding-bottom: 6px;
    border-top: 1px solid #e9eaec;
    padding-top: 8px;
}
.sidelist li:first-child .sidelistCon{
    border-top: 0;
}
.sidelistCon a{
    margin-right: 24px;
    color: #666666;
    display: block;
    font-size: 14px;
    float: left;
}
.sidelistCon a:hover{
    color: #ef2120;
}






.bannerSwitch{
    margin: 0 auto;
    position: relative;
    width: 785px;
    zoom: 1;
    overflow: hidden;
}
.banner{
    width: 785px;
    height: 500px;
}
.banner img{
    width: 785px;
    height: 500px;
    display: block;
}
.swiper-pagination-bullet-active{
    background-color: #ef2120;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom:130px;
}
.addup-ads{
    overflow: hidden;
    margin: 0 10px;
    position: absolute;
    bottom: 0;
    z-index: 22;
}
.addup-ads a{
    display: block;
    width: 245px;
    height: 125px;
    position: relative;
    background: #fff;
    float: left;
    margin-right: 14px;
}
.addup-ads a:last-child{
    margin-right: 0;
}

.notice{
    width: 224px;
    border: 1px solid #c7c7c7;
    background-color: #fff;
    float: right;
}
.nt-welcome{
    text-align: center;
    padding-top: 25px;
    font-size: 12px;
    color: #333;
    border-bottom: 1px solid #c7c7c7;
}
.nt-welcome .p1{
    margin-bottom: 6px;
}
.nt-welcome .p1 img{border-radius: 50%;width: 50px; height: 50px; border:1px solid #dddddd; padding: 2px;}
.nt-welcome .p2{
    margin-bottom: 18px;
}
.nt-welcome .pbtn{
    
    display: flex;
    justify-content: space-around;
}
.olgn{
    display: block;
    width: 95px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto 12px;
    border: 1px solid #ef2120;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ef2120;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
}
.oreg{
    display: block;
    width: 95px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    border: 1px solid #d2d3d4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #d2d3d4;
    color: #333333;
    cursor: pointer;
    font-size: 14px;
}
.plist{

}
.plist a{
    float: left;
    width: 74px;
    padding: 0 0 14px;
    color: #333333;
    font-size: 10px;
}
.plist a:hover{
    color: #ef2120;
}
.icon1{
    display: block;
    width: 44px;
    height: 40px;
    margin: 10px auto 5px;
    background: url(../images/notice.png) 0 0 no-repeat;
}
.icon2{
    display: block;
    width: 42px;
    height: 40px;
    margin: 10px auto 5px;
    background: url(../images/notice.png) 0 -53px no-repeat;
}
.icon3{
    display: block;
    width: 44px;
    height: 40px;
    margin: 10px auto 5px;
    background: url(../images/notice.png) 0 -107px no-repeat;
}
.nt-buy{
    height: 238px;
    overflow: hidden;
}
.nt-buy .bd{
    margin: 12px 0;
    height: 238px;
    overflow: hidden;
}
.nt-buy .bd li{
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nt-buy .bd li span{
    color: #333333;
}
.red{
    color: #ef2120;
}
.orange{
    color: #ff8400;
}
.green{
    color: #24984d;
}
/* 中间广告位 */
.poster1{
    margin-top: 30px;
}
.poster1 img{
    width: 1200px;
    height: 100px;
    display: block;
}
/* 行业市场 */
.profession{
    padding-top: 30px;
}
.lineTitle{
    height: 50px;
    line-height: 50px;
    border-left: 3px solid #ef2120;
    padding-left: 8px;
    margin-bottom: 30px;
}
.lineTitle h2{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    float: left;
}
.lineTitle em{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #e03c32;
    margin: 20px 13px 0;
    display: inline-block;
}
.lineTitle span{
    font-size: 14px;
    color: #333333;
}
.lineTitle .more{
    font-size: 12px;
    color: #666666;
    float: right;
}
.lineTitle .more:hover{
    color: #ef2120;
}
.lineTitle .more i{
    width: 13px;
    height: 13px;
    display: inline-block;
    background:url(../images/more.jpg) no-repeat;
    vertical-align: -2px;
}
.professionCon{
    overflow: hidden;
}
.pf_item{
    width: 598px;
    height: 334px;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
}
.pf_lft{
    width: 218px;
    height: 334px;
    float: left;
}
.pf_lft img{
    width: 218px;
    height: 334px;
    display: block;
}
.pf_rht{
    width: 380px;
    height: 334px;
    float: left;
    padding: 0 0 10px 17px;
    box-sizing: border-box;
    background-color: #fff;
}
.pf_imgs{
    width: 365px;
    height: 190px;
    overflow: hidden;
    margin-bottom: 20px;
}
.pf_imgs a{
    width: 110px;
    height: 190px;
    display: block;
    float: left;
    background-color: #f3f7f8;
    margin-right: 17px;
}
.pf_imgs a:last-child{
    margin-right: 0;
}
.pf_imgs a .p1{
    font-size: 15px;
    color: #333333;
    text-align: center;
    padding-top: 20px;
}
.pf_imgs a .p2{
    font-size: 12px;
    color: #6e6e6e;
    text-align: center;
}
.pf_imgs a:hover .p1,.pf_imgs a:hover .p2{
    color: #ef2120;
}
.pf_imgs a img{
    width: 100px;
    display: block;
    margin: 24px auto 0;
}
.pf_as{
    padding: 0 10px;
}
.pf_as a{
    font-size: 12px;
    color: #333333;
    width: 82px ;
    display: inline-block;
    line-height: 35px;
    /* margin-bottom: 10px; */
    white-space: nowrap;
}
.pf_as a:hover{
    color: #ef2120;
}
.pfline{
    width: 100%;
    height: 15px;
    background: url(../images/pfline2.jpg) center;
    font-size: 12px;
    color: #8c8c8c;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 15px;
}
.pfline p{
    width: 150px;
    cursor: pointer;
    margin: 0 auto;
}

/* 公司推荐 */
.comp_recom{
    overflow: hidden;
    margin-top: 30px;
}
.comp_item{
    width: 592px;
    height: 250px;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin: 0 10px 12px 0;
    padding:26px 30px 8px 10px;
    box-sizing: border-box;
    position: relative;
    float: left;
}
.comp_item .tt a{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.comp_item .tt a:hover{
    color: #ef2120;
}
.comp_item:nth-of-type(2n){
    margin-right: 0;
}
.em2{
	width: 16px;
	height: 16px;
	background: url(../images/sth.png) center no-repeat;
	background-size: 20px 20px;
	display: inline-block;
}
.em1{
	width: 16px;
	height: 16px;
	background: url(../images/yer.png) center no-repeat;
	background-size: 20px 20px;
	display: inline-block;
}
.em3{
	width: 16px;
	height: 16px;
	background: url(../images/cheng.png) center no-repeat;
	background-size: 20px 20px;
	display: inline-block;
}
.comp_item .char{
    margin: 18px 5px;
}
.comp_item .char span{
    vertical-align: 3px;
    margin: 0 15px 0 5px;
}
.cpbox{
    overflow: hidden;
}
.cpimgs{
    width: 436px;
    margin-right: 30px;
    height: 90px;
    float: left;
    overflow: hidden;
}
.cpimg{
    width: 90px;
    height: 90px;
    position: relative;
    float: left;
    margin-right: 24px;
}
.cpimg:last-child{
    margin-right: 0;
}
.cpimg img{
    width: 88px;
    height: 88px;
    display: block;
    border: 1px solid #e1dede;
}
.cpimg .cphide{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background-color: rgba(51, 51, 51,0.6);
    display: none;
}
.cpimg .cphide .p1{
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 28px;
}
.cpimg .cphide .p2{
    text-align: center;
    color: #ef2120;
    font-size: 14px;
    margin-top: 4px;
}
.cpimg:hover .cphide{
    display: block;
}
.cpbox .circle{
    width: 84px;
    height: 84px;
    background-color: #e9eaec;
    border-radius: 50%;
    text-align: center;
    float: left;
}
.cpbox .circle h1{
    font-size: 30px;
    color: #ef2120;
    font-weight: normal;
    margin-top: 10px;
}
.cpbox .circle p{
    font-size: 14px;
    color: #333333;
}
.major{
    font-size: 12px;
    color: #333333;
    line-height: 20px;
    margin-top: 15px;
}
.major em{
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #e03c32;
    margin-right: 4px;
    display: inline-block;
}
.comp_type{
    width: 75px;
    height: 20px;
    background:url(../images/tag.jpg);
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-indent: 10px;
    position: absolute;
    right: 0;
    top: 10px;
}

.swiper-container2{
    width: 1200px;
    overflow: hidden;
}
.swiper-pagination2{
    text-align: center;
}






/* 推荐产品 */
.rem_pro{
    margin-top: 15px;
}
.com_pro_category{
    background-color: #fff;
    border: 1px solid #e3e3e3;
}
.com_pro_cateline{
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.com_pro_cateline:first-child{
    border-bottom: 1px solid #e3e3e3;
}
.com_pro_cateline li{
    height:60px;
    padding: 0 0 0 10px;
    float: left;
    width: 119px;
    box-sizing: border-box;
}
.com_pro_cateline li a{
    font-size: 16px;
    color: #333333;
    padding-left: 25px;
    display: block;
}
.com_pro_cateline li:hover,.com_pro_cateline li.proli_now{
    background-color: #ef2120;
}
.com_pro_cateline li:hover a,.com_pro_cateline li.proli_now a{
    color: #fff;
}
.com_pro_cateline li a.proli_a1{
    background:url(../images/comp_icon.png) -210px 23px no-repeat;
}
.com_pro_cateline li.proli_1:hover a,.com_pro_cateline li.proli_now a.proli_a1{
    background:url(../images/comp_icon.png) 0px 23px no-repeat;
}
.com_pro_cateline li a.proli_a2{
    background:url(../images/comp_icon.png) -210px -25px no-repeat;
}
.com_pro_cateline li.proli_2:hover a,.com_pro_cateline li.proli_now a.proli_a2{
    background:url(../images/comp_icon.png) 0px -25px no-repeat;
}
.com_pro_cateline li a.proli_a3{
    background:url(../images/comp_icon.png) -210px -76px no-repeat;
}
.com_pro_cateline li.proli_3:hover a,.com_pro_cateline li.proli_now a.proli_a3{
    background:url(../images/comp_icon.png) 0px -76px no-repeat;
}
.com_pro_cateline li a.proli_a4{
    background:url(../images/comp_icon.png) -210px -128px no-repeat;
}
.com_pro_cateline li.proli_4:hover a,.com_pro_cateline li.proli_now a.proli_a4{
    background:url(../images/comp_icon.png) 0px -128px no-repeat;
}
.com_pro_cateline li a.proli_a5{
    background:url(../images/comp_icon.png) -210px -179px no-repeat;
}
.com_pro_cateline li.proli_5:hover a,.com_pro_cateline li.proli_now a.proli_a5{
    background:url(../images/comp_icon.png) 0px -179px no-repeat;
}
.com_pro_cateline li a.proli_a6{
    background:url(../images/comp_icon.png) -210px -225px no-repeat;
}
.com_pro_cateline li.proli_6:hover a,.com_pro_cateline li.proli_now a.proli_a6{
    background:url(../images/comp_icon.png) 0px -225px no-repeat;
}
.com_pro_cateline li a.proli_a7{
    background:url(../images/comp_icon.png) -210px -279px no-repeat;
}
.com_pro_cateline li.proli_7:hover a,.com_pro_cateline li.proli_now a.proli_a7{
    background:url(../images/comp_icon.png) 0px -279px no-repeat;
}
.com_pro_cateline li a.proli_a8{
    background:url(../images/comp_icon.png) -210px -338px no-repeat;
}
.com_pro_cateline li.proli_8:hover a,.com_pro_cateline li.proli_now a.proli_a8{
    background:url(../images/comp_icon.png) 0px -338px no-repeat;
}
.com_pro_cateline li a.proli_a9{
    background:url(../images/comp_icon.png) -210px -387px no-repeat;
}
.com_pro_cateline li.proli_9:hover a,.com_pro_cateline li.proli_now a.proli_a9{
    background:url(../images/comp_icon.png) 0px -387px no-repeat;
}
.com_pro_cateline li a.proli_a10{
    background:url(../images/comp_icon.png) -210px -437px no-repeat;
}
.com_pro_cateline li.proli_10:hover a,.com_pro_cateline li.proli_now a.proli_a10{
    background:url(../images/comp_icon.png) 0px -437px no-repeat;
}
.com_pro_cateline li a.proli_a11{
    background:url(../images/comp_icon.png) -210px -482px no-repeat;
}
.com_pro_cateline li.proli_11:hover a,.com_pro_cateline li.proli_now a.proli_a11{
    background:url(../images/comp_icon.png) 0px -482px no-repeat;
}
.com_pro_cateline li a.proli_a12{
    background:url(../images/comp_icon.png) -210px -533px no-repeat;
}
.com_pro_cateline li.proli_12:hover a,.com_pro_cateline li.proli_now a.proli_a12{
    background:url(../images/comp_icon.png) 0px -533px no-repeat;
}
.com_pro_cateline li a.proli_a13{
    background:url(../images/comp_icon.png) -210px -583px no-repeat;
}
.com_pro_cateline li.proli_13:hover a,.com_pro_cateline li.proli_now a.proli_a13{
    background:url(../images/comp_icon.png) 0px -583px no-repeat;
}
.com_pro_cateline li a.proli_a14{
    background:url(../images/comp_icon.png) -210px -629px no-repeat;
}
.com_pro_cateline li.proli_14:hover a,.com_pro_cateline li.proli_now a.proli_a14{
    background:url(../images/comp_icon.png) 0px -629px no-repeat;
}
.com_pro_cateline li a.proli_a15{
    background:url(../images/comp_icon.png) -210px -684px no-repeat;
}
.com_pro_cateline li.proli_15:hover a,.com_pro_cateline li.proli_now a.proli_a15{
    background:url(../images/comp_icon.png) 0px -684px no-repeat;
}
.com_pro_cateline li a.proli_a16{
    background:url(../images/comp_icon.png) -210px -743px no-repeat;
}
.com_pro_cateline li.proli_16:hover a,.com_pro_cateline li.proli_now a.proli_a16{
    background:url(../images/comp_icon.png) 0px -743px no-repeat;
}
.com_pro_cateline li a.proli_a17{
    background:url(../images/comp_icon.png) -210px -798px no-repeat;
}
.com_pro_cateline li.proli_17:hover a,.com_pro_cateline li.proli_now a.proli_a17{
    background:url(../images/comp_icon.png) 0px -798px no-repeat;
}
.com_pro_cateline li a.proli_a18{
    background:url(../images/comp_icon.png) -210px -856px no-repeat;
}
.com_pro_cateline li.proli_18:hover a,.com_pro_cateline li.proli_now a.proli_a18{
    background:url(../images/comp_icon.png) 0px -856px no-repeat;
}
.com_pro_cateline li a.proli_a19{
    background:url(../images/comp_icon.png) -210px -911px no-repeat;
}
.com_pro_cateline li.proli_19:hover a,.com_pro_cateline li.proli_now a.proli_a19{
    background:url(../images/comp_icon.png) 0px -911px no-repeat;
}
.com_pro_cateline li a.proli_a20{
    background:url(../images/comp_icon.png) -210px -965px no-repeat;
}
.com_pro_cateline li.proli_20:hover a,.com_pro_cateline li.proli_now a.proli_a20{
    background:url(../images/comp_icon.png) 0px -965px no-repeat;
}
.com_prolist{
    margin: 30px 0 0;
}
.com_prolist #com_prolist{
	height: 700px;
	overflow: hidden;
}
.com_prolist li{
    width: 225px;
    height: 329px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 8px 6px;
    box-sizing: border-box;
    margin-right: 18px;
    margin-bottom: 25px;
    float: left;
}
.com_prolist li:nth-of-type(5n){
    margin-right: 0;
}
.com_prolist li .p_img img{
    width: 210px;
    height: 210px;
    display: block;
}
.com_prolist li .p_con .moy{
    font-size: 22px;
    color: #ef2120;
    margin:14px 0 10px;
    font-weight: bold;
}
.com_prolist li .p_con .name{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    height: 44px;
    display: block;
}
.com_prolist li:hover .p_con .name{
    color: #ef2120;
}
/* 行业资讯 */
.industry{
    padding: 15px 0;
}
.ind_swiper{
    width: 475px;
    height: 335px;
    float: left;
    margin-right: 34px;
}
.swiper-container1{
    width: 475px;
    height: 335px;
    overflow: hidden;
    position: relative;
}
.swiper-button-prev{
    background-image: url(../images/arrow_03.jpg);
    background-size: 15px 15px;
    left: 222px;
    top: 320px;
    width: 15px;
    height: 15px;
    margin-top: 0;
}
.swiper-button-next{
    background-image: url(../images/arrow_04.jpg);
    background-size: 15px 15px;
    right: 223px;
    top: 320px;
    width: 15px;
    height: 15px;
    margin-top: 0;
}
.ind_tabs{
    width: 691px;
    float: left;
}
.ind_tab_head{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 15px 0;
}
.ind_tab_head span{
    border-right: 1px #dcdee0 solid;
    padding: 0 16px 0 8px;
    cursor: pointer;
}
.ind_tab_head span:last-child{
    border-right: none;
}
.ind_tab_head span.ind_tab_nowTt{
    color: #ef2120;
}
.ind_tabitem{
    display: none;
}
.ind_tab_nowlist{
    display: block;
}
.ind_tab_list li{
    border-bottom: solid #dcdee0 1px;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.ind_tab_list li .ptt{
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
}
.ind_tab_list li .ptt em{
    font-size: 14px;
    color: #ef2120;
    border: 1px solid #ef2120;
    border-radius: 20px;
    width: 59px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    margin-right: 10px;
}
.ind_tab_list li .pcon{
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}
.ind_tab_list li .pcon em{
    color: #ef2120;
}
.ind_tab_list li:hover .ptt{
    color: #ef2120;
}
/* 友情链接 */
.friendLinks{
    margin-top: 50px;
    margin-bottom: 20px;
}
.friendLinks h2{
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: bold;
}
.flinks a{
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    padding-right: 10px;
    white-space: nowrap;
}
.flinks a:hover{
    color: #ef2120;
}
/* 优势ad */
.goodAd{
    width: 100%;
    height: 120px;
    background:url(../images/good_02.jpg) center no-repeat;
}

/* 底部导航 */
.footer_nav{
    background-color: #333333;
}
.f_navbox{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 110px;
    box-sizing: border-box;
}
.f_navlist{
    float: left;
    width: 800px;
}
.f_navlist li{
    float: left;
    min-width: 85px;
    margin-right: 50px;
}
.f_navlist li:last-child{
    margin-right: 0;
}
.f_navlist li .f_tt{
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.f_navlist li a{
    font-size: 12px;
    color: #fff;
    display:block;
    padding-left: 8px;
    line-height: 28px;
}
.f_navqr{
    float:right;
}
.f_navqr img{
    width: 128px;
    height: 128px;
    margin-right: 38px;
}

/* footer */
.footer{
    width: 100%;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background-color: #333333;
    padding: 16px 0 20px;
    font-size: 12px;
    border-top: 1px solid #515151;
}
/* 悬浮框 */
.floatbox{
    width: 80px;
    height: 307px;
    position: fixed;
    left: 50%;
    top: 200px;
    margin-left: -700px;
}
.f_logo img{
    width: 59px;
    height: 57px;
    margin-bottom: 10px;
    display: block;
    margin-left: 20px;
}
.f_item{
    width: 80px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.f_name{
    width: 60px;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    display: block;
    color: #333333;
    background-color: #e9eaec;
    text-align: center;
    cursor: pointer;
}
.f_item_now .f_name{
    background-color: #ef2120;
    color: #fff;
}
.f_item_now::before{
    width: 13px;
    height: 15px;
    background: url(../images/float.png);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 23px;
}
.f_name:hover{
    background-color: #ef2120;
    color: #fff;
}

.scrolltopFix2{
    position: fixed;
    top: 0px;
    left: 0px;
	z-index: 100;
}
.membericon7{
	background: url(../images/member_putong.png) center no-repeat;
	background-size:16px 16px;
}
.membericon13{
	background: url(../images/member_baiyin.png) center no-repeat;
	background-size:16px 16px;
}
.membericon10{
	background: url(../images/member_huangjin.png) center no-repeat;
	background-size:16px 16px;
}
.membericon11{
	background: url(../images/member_zuanshi.png) center no-repeat;
	background-size:16px 16px;
}
.membericon16{
    background: url(../images/member_shidishangjia.png) center no-repeat;
    background-size:16px 16px;
}