a {
	outline: none;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.w {
	width: 1500px;
	margin: 0 auto;
}
.scroll-box {
	height: 608px;
	overflow: hidden;
}
.header-top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
	width: 100%;
}
.header {
	height: 68px;
}
.header .logo {
	float: left;
	margin-top: 11px;
}
.header .pageName {
	float: left;
	margin-top: 19px;
	margin-left: 17px;
	padding-left: 16px;
	position: relative;
	font-size: 24px;
	font-weight: bold;
}
.header .pageName::after {
	content:'';
	position: absolute;
	left: 0;
	width: 1px;
	height: 32px;
	background: #e6e6e6;
}
.header .menu {
	float: right;
	line-height: 36px;
	font-size: 16px;
	margin-top: 16px;
}
.header .menu a {
	color: #333;
	margin: 0 20px;
}
.header .menu a.zhuce {
	color: #ff7c1f;
}
.header .menu a.caigou {
	width: 124px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #ff7c1f;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
}
.header .menu a.caigou i {
	margin-right: 5px;
	vertical-align: middle;
}
.header .menu a.caigou:hover {
	color: #fff;
}
.header .menu a:hover {
	color: #ff7c1f;
}
.banner {
	margin-top: 68px;
	height: 300px;
	position: relative;
	background-color:#fc8455;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#fc8455), to(#f49a0d));
	background-image:-webkit-linear-gradient(90deg, #fc8455, #f49a0d);
	background-image:-moz-linear-gradient(90deg, #fc8455, #f49a0d);
	background-image:-ms-linear-gradient(90deg, #fc8455, #f49a0d);
	background-image:-o-linear-gradient(90deg, #fc8455, #f49a0d);
	background-image:linear-gradient(90deg, #fc8455, #f49a0d);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#fc8455', endColorStr='#f49a0d');
}
.banner .cover {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('/images/supply/banner-bg.png') no-repeat center;
	background-size: contain;
}
.banner-main {
	position: relative;
	text-align: center;
}
.banner-main b {
	font-size: 36px;
	color: #fff;
	display: inline-block;
	margin-top: 34px;
}
.banner-main .text {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.banner-main .text .entrust {
	display: inline-block;
	position: relative;
	z-index: 999;
}
.banner-main .text .entrust span a{
	color: #80f4a6;
	font-size: 17px;
	font-style: italic;
	text-decoration: underline;
}
.banner-main .entrust-bot {
	position: absolute;
	top: 45px;
	left: -80px;
	width: 220px;
	height: 240px;
	background: #fff;
	border-radius: 15px;
	color: #aaaaaa;
	font-size: 14px;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
	display: none;
}
.banner-main .text .entrust:hover .entrust-bot {
	display: block;
}
.banner-main .entrust-bot::after {
	content:'';
	position:absolute;
	bottom:100%;
	left: 50%;
	transform: translateX(-50%);
	width:0;
	height:0;
	border-width:10px;
	border-style:solid;
	border-color:transparent;
	border-bottom-width:14px;
	border-bottom-color:currentColor;
	color:#fff;
}
.banner-main .entrust-bot strong {
	font-weight: normal;
	display: block;
}
.banner-main .step {
	width: 684px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 25px auto 0;
	background: url("/images/supply/step-bg.png") no-repeat;
	background-size: contain;
	text-align: left;
}
.banner-main .step a {
	color: #fff;
	margin-left: 140px;
}
.banner-main .step a:first-child {
	margin-left: 80px;
}
.banner-main .opt {
	height: 44px;
	margin: 25px auto 0;
}
.banner-main .opt a {
	width: 338px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 60px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-left: 12px;
}
.banner-main .opt a:first-child {
	margin-left: 0;
}
.supply-title {
	text-align: center;
	margin-top: 45px;
}
.supply-title b {
	font-size: 30px;
	position: relative;
	font-weight: normal;
	color: #333;
}
.supply-title b::after {
	content: '';
	position: absolute;
	left: -90px;
	top: -12px;
	width: 88px;
	height: 36px;
	background: url("/images/supply/title-left.png") no-repeat;
	background-size: contain;
}
.supply-title b::before {
	content: '';
	position: absolute;
	right: -90px;
	bottom: -13px;
	width: 88px;
	height: 36px;
	background: url("/images/supply/title-right.png") no-repeat;
	background-size: contain;
}
.supply-list {
	margin: 0 -20px;
	margin-top: 40px;
}
.supply-list .item {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	float: left;
}
.supply-list .item .box {
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
}
.supply-list .item .box ul {
	box-shadow: none;
}
.supply-list ul {
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
}
.supply-list ul li,.supply-list .more {
	line-height: 76px;
	height: 76px;
	overflow: hidden;
	background: #f5f5f5;
	font-size: 16px;
	color: #333;
	transition: all .3s ease;
}
.supply-list ul li b,.supply-list .scroll-item .first b {
	font-weight: normal;
}
.supply-list ul li b,.supply-list .scroll-item .first b {
	display: block;
	width: 380px;
	overflow: hidden;
	float: left;
	padding-left: 42px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.supply-list ul li .province,.supply-list .scroll-item .first .province {
	width: 170px;
	float: left;
	text-align: center;
}
.supply-list .days {
	width: 180px;
	float: left;
	text-align: center;
}
.supply-list ul li span {
	display: block;
	width: 350px;
	float: right;
	padding-right: 50px;
	box-sizing: border-box;
	text-align: right;
}
.supply-list ul li:hover,.supply-list .more:hover {
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
	position: relative;
}
.supply-list ul li.first,.supply-list .scroll-item .first {
	line-height: normal;
	height: 70px;
	background: url("/images/supply/supply-list.png") no-repeat;
	background-size: cover;
}
.supply-list ul li.first p i,.supply-list .scroll-item .first p i {
	font-size: 20px;
}
.supply-list ul li:nth-child(2n),.supply-list .more,.supply-list .scroll-item ul li:nth-child(2n + 1) {
	background: #fff;
}
.supply-list .scroll-item ul li:nth-child(2n) {
	background: #f5f5f5;
}
.supply-list ul li a {
	color: #333;
}
.supply-list ul li a:hover {
	color: #ff7c1f;
}
.supply-list ul .com-pany,.supply-list .scroll-item .com-pany {
	float: left;
	width: 290px;
	padding-left: 42px;
	box-sizing: border-box;
}
.supply-list ul .pro-duct,.supply-list .scroll-item .pro-duct {
	width: 254px;
	float: left;
	padding-left: 25px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.supply-list ul .but {
	width: 186px;
	text-align: center;
	float: right;
}
.supply-list ul .but a {
	width: 86px;
	line-height: 28px;
	height: 28px;
	font-size: 14px;
	display: inline-block;
	background: #ff7c1f;
	color: #fff;
	text-align: center;
	border-radius: 2px;
}
.supply-list ul .but a:hover {
	color: #fff;
}
.supply-list ul li .more,.supply-list .more a {
	text-align: center;
	color: #ff7c1f;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
.supply-list ul li .more i,.supply-list .more a i {
	margin-left: 2px;
	font-weight: normal;
}
.supply-list ul li.first,.supply-list .scroll-item .first {
	text-align: center;
	padding-top: 12px;
	box-sizing: border-box;
}
.supply-list ul li.first p,.supply-list .scroll-item .first p {
	margin-bottom: 2px;
}
.supply-list ul li.first b,.supply-list .scroll-item .first b{
	padding: 0;
}
.supply-list ul li.first span,.supply-list .scroll-item .first span {
	padding: 0;
	text-align: center;
}
.supply-list ul li.first .com-pany,.supply-list .scroll-item .first .com-pany {
	padding: 0;
}
.supply-list ul li.first .pro-duct,.supply-list .scroll-item .first .pro-duct {
	padding: 0;
}
.supply-list ul li.first em,.supply-list .scroll-item .first em {
	font-style: normal;
	font-weight: bold;
}
.quick-show ul {
	margin: 0 -18px;
	margin-top: 45px;
}
.quick-show ul li {
	width: 33.333%;
	float: left;
	padding: 0 18px;
	box-sizing: border-box;
}
.quick-show ul li .item {
	background: #fff;
	height: 226px;
	padding: 30px 44px 30px 35px;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
	background: url("/images/supply/quick-bg.png") no-repeat;
	background-size: cover;
	position: relative;
}
.quick-show ul li .item:hover {
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.4);
}
.quick-show ul li .item .left b {
	font-size: 24px;
	display: block;
	margin-top: 10px;
}
.quick-show ul li .item p {
	font-size: 16px;
	color: #999;
	margin-top: 20px;
}
.quick-show ul li .item .left {
	position: absolute;
	top: 30px;
	left: 35px;
}
.quick-show ul li .item .left i {
	font-size: 12px;
	margin-left: 6px;
}
.quick-show ul li .item .right {
	position: absolute;
	right: 44px;
	top: 35px;
}
.quick-show ul li .item .right b {
	display: block;
	height: 165px;
	width: 165px;
	background: #eeeeee;
	border-radius: 50%;
	position: relative;
}
.quick-show ul li .item .right b i {
	display: inline-block;
	width: 91px;
	height: 90px;
	background: url('/images/supply/quick-ico1.png') no-repeat;
	background-size: contain;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.quick-show ul li:nth-child(2) .item .right b i{
	width: 82px;
	height: 80px;
	background: url('/images/supply/quick-ico2.png') no-repeat;
	background-size: contain;
}
.quick-show ul li:nth-child(3) .item .right b i{
	width: 79px;
	height: 79px;
	background: url('/images/supply/quick-ico3.png') no-repeat;
	background-size: contain;
}
.quick-show ul li .item .more {
	margin-top: 40px;
	display: inline-block;
	font-size: 14px;
	border-radius: 2px;
	width: 104px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: #ff7c1f;
}
.bottomMenu {
	background-color: #238844;
	margin-top: 65px;
	padding: 30px 0 25px 0;
	height: 208px;
}
.bottomMenu .item{
	margin:0 auto;
	/* overflow: hidden; */
}
.footTop {
	/* overflow: hidden; */
}
.footLeft {
	float: left;
	width: 30%;
	box-sizing: border-box;
	padding-left: 80px;
	/* overflow: hidden; */
}
.footLeft .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footLeft ul {
	float: left;
	margin-right: 60px;
	/* overflow: hidden; */
}
.footLeft ul li {
	line-height: 36px;
	font-size: 16px;
	color: #fff;
}
.footLeft ul li i {
	width: 26px;
	height: 26px;
	line-height: 36px;
	display: inline-block;
	border-radius: 4px;
	vertical-align: middle;
	background: url("/images/supply/qq_ico.png") no-repeat center center #fff;
	margin-left: 10px;
}
.footLeft .lxqq .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.footLeft .lxqq .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footLeft .lxqq a{
	position: relative;
	cursor: pointer;
}
.footLeft .lxqq a:hover .QQhover{
	display: inline-block;
}
.footLeft ul li i:hover {
	background: url("/images/supply/qq_ico.png") no-repeat center center #ff9e00;
}
.footLeft .text {
	margin-top: 10px;
	float: left;
}
.footLeft p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.footLeft .lxqq {
	/* overflow: hidden; */
	height: 108px;
}
.footLeft p b {
	font-size: 16px;
	font-weight: normal;
}
.footCenter {
	float: left;
	width: 30%;
	overflow: hidden;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	padding-right: 1px;
	padding-left: 6%;
}
.footCenter ul {
	width: 45%;
	float: left;
}
.footCenter ul li {
	line-height: 40px;
	width: 100%;
	float: left;
}
.footCenter ul li a {
	color: #fff;
	font-size: 16px;
}
.footCenter .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight {
	width: 40%;
	float: right;
}
.footRight .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.footRight .title b {
	font-weight: normal;
}
.footRight ul li {
	width: 33.333%;
	float: left;
}
.footRight ul li .ewm {
	width: 110px;
	height: 110px;
	padding: 8px;
	background: #fff;
	margin: 0 auto;
}
.footRight ul li .ewm img {
	width: 100%;
	height: 100%;
}
.foot {
	background-color: #138146;
	padding: 15px;
	text-align: center;
}

.foot p {
	font-size: 14px;
	line-height: 24px;
	color: #6b6b6b;
	font-family: SimSun;
}

.foot p a {
	color: #fff;
	margin: 0 5px;
	font-family: "microsoft yahei";
}

.foot p a:hover {
	color: #76a145;
}

.foot span {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	display: block;
}
.left-float {
	position: fixed;
	left: 0px;
	bottom: 10%;
	z-index: 999999;

}
.recommend-video {
	background-color: #f7f7f7;
	padding: 8px 10px;
	height: 441px;
}
.recommend-video .title {
	text-align: center;
	padding: 0 25px;
}
.recommend-video ul {
	width: 156px;
	margin: 0 auto;
}
.recommend-video li {
	margin-top: 12px;
}
.recommend-video li .image {
	position: relative;
	padding-bottom: 56.4%;
	overflow: hidden;
	height: 0;
}
.recommend-video li .image img {
	max-height: none;
}
.recommend-video li .image p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	background-color: rgba(0,0,0,.5);
	color: #fff;
}
.recommend-video li mark {
	display: inline-block;
	height: 100%;
	padding: 0 6px;
	background: -moz-linear-gradient( 0deg, rgb(255,169,46) 0%, rgb(255,74,55) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(255,169,46) 0%, rgb(255,74,55) 100%);
	background: -ms-linear-gradient( 0deg, rgb(255,169,46) 0%, rgb(255,74,55) 100%);
	color: #fff;
	margin-right: 8px;
}
.recommend-video li mark.notice {
	background: -moz-linear-gradient( 0deg, rgb(46,189,255) 0%, rgb(58,104,255) 100%);
    background: -webkit-linear-gradient( 0deg, rgb(46,189,255) 0%, rgb(58,104,255) 100%);
    background: -ms-linear-gradient( 0deg, rgb(46,189,255) 0%, rgb(58,104,255) 100%);
}

.recommend-video li .text {
	margin-top: 6px;
	text-align: center;
	height: 12px;
	line-height: 1;
	overflow: hidden;
}
.recommend-video li .text a {
	color: #333;
}
.recommend-video .more {
	display: block;
	width: 156px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background-color: #ff7a19;
	text-align: center;
	margin: 12px auto 0;
}
.recommend-video .more i {
	font-size: 8px;
	margin-left: 4px;
	vertical-align: top;
	margin-top: 1px;
	display: inline-block;
}
.pop-bot {
	width: 174px;
	height: 299px;
	background: url("/images/supply/pop-bot.png") no-repeat;
	background-size: cover;
	z-index: 999;
	display: none;
	position: relative;
}
.pop-bot .ewm {
	width: 86px;
	height: 86px;
	margin: 0 0 0 46px;
	padding-top: 150px;
}
.pop-bot p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}
.pop-bot .pop-btn {
	position: absolute;
	bottom: 0;
	left: 11px;
	border-radius: 0 0 10px 10px;
	width: 156px;
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	color: #f71818;
	font-weight: bold;
	background: #fdd558;
}
.pop-bot .close-ico {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 82px;
	width: 18px;
	height: 18px;
	background: url("/images/supply/close-ico.png") no-repeat;
	background-size: cover;
}
.pop-bot .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.rightfloat {
	width: 72px;
	background-color: #34b6f6;
	background-image: -webkit-gradient(linear, top, bottom, from(#34b6f6), to(#6f5af8));
	background-image: -webkit-linear-gradient(180deg, #34b6f6, #6f5af8);
	background-image: -moz-linear-gradient(180deg, #34b6f6, #6f5af8);
	background-image: -ms-linear-gradient(180deg, #34b6f6, #6f5af8);
	background-image: -o-linear-gradient(180deg, #34b6f6, #6f5af8);
	background-image: linear-gradient(180deg, #34b6f6, #6f5af8);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	border-radius: 20px 0 0 20px;
}
.rightfloat a {
	display: block;
	height: 68px;
	width: 72px;
	float: left;
	position: relative;
	text-align: center;
	color: #fff;
}
.rightfloat a i {
	display: inline-block;
	margin: 12px auto 5px;
	height: 24px;
	font-size: 24px;
}
.rightfloat a i {
	width: 22px;
	background-size: 100% auto !important;
}
.rightfloat a.a4 i {
	background: url('/images/expo2020/a4-ico.png') no-repeat center center;
}
.rightfloat a.a4:hover i {
	background: url('/images/expo2020/a4-ico-hover.png') no-repeat center center;
}

.rightfloat a:hover i {
	color: #fff;
}
.rightfloat a:hover .code {
	display: block;
}
.rightfloat a .code {
	position: absolute;
	top: 0;
	right: 70px;
	padding-right: 5px;
	width: 150px;
	height: 150px;
	display: none;
}
.rightfloat a .code img {
	width: 100%;
}
.rightfloat a p {
	font-size: 13px;
	text-align: center;
}
.rightfloat a::after {
	content: '';
	height: 1px;
	width: 52px;
	background: rgba(255,255,255,0.6);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.rightfloat a:last-child::after {
	display: none;
}

/* ---弹出框样式 */
/* app+wx */
.p-appImg,.p-wxImg{
    position: absolute;
    left: -235px;
    top: 0;
    width: 220px;
    height: 230px;
    background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvAppBgi.png) no-repeat -8px -8px;
    text-align: center;
    box-shadow: 0 2px 5px #eee;
    display: none;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.p-appImg img,.p-wxImg img{
    width: 130px;
    height: 130px;
    margin: 30px 0 20px;
}
.p-appImg p, .p-wxImg p {
	font-size: 14px !important;
	font-weight: 700;
	color: #333;
}

/* QQ */
.p-qq {
	display: block;
	height: 68px;
	width: 68px;
	float: left;
	position: relative;
}
.p-qqBox {
	position: absolute;
	left: -300px;
	top: 0;
	padding-right: 20px;
	display: none;
}
.p-qqBox1 {
	width: 290px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvQQbgi.png) #fff no-repeat;
	padding: 30px 0 60px 0;
	box-shadow: 0 2px 5px #eee;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-qqBox p {
	/* overflow: hidden; */
	padding-left: 20px;
	height: 60px;
}
.p-qqBox p b{
	float: left;
  color: #333;
  font-size: 20px;
   line-height: 28px;

padding-top: 4px;
}
.p-qqBox p b em{
	display: block;
font-size: 14px;
color: #aaa;
font-weight: normal;
font-style: normal;
}
.p-qqBox p a{
	position: relative;
	cursor: pointer;
}
.p-qqBox p a .QQhover {
	position: absolute;
	left: -15px;
	bottom: 26px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.p-qqBox p a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.p-qqBox p a:hover .QQhover{
	display: inline-block;
}
.p-qqBox i {
	float: left;
	width: 50px;
	height: 56px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightBar.png) no-repeat -190px -87px;
	margin-right: 20px;
	margin-left: 10px;
}
.p-qqBox em {
	font-size: 14px;
	color: #666;
	font-style: normal;
}

.p-qqBox a {
	display: inline-block !important;
	height: 34px !important;
	line-height: 34px;
	width: 76px !important;
	border-radius: 18px;
	font-size: 14px;
	color: #fff;
	background-color: #fe9900;
	margin: 15px 0 10px;
	box-shadow: 0 2px 5px #e68557;
	text-align: center;
}
.p-qqBox a:hover {
	background-color: #fe9900;
}
.p-qqBox a:nth-child(2n) {
	background-color: #44a531 !important;
	margin: 15px 10px 10px;
	box-shadow: 0 2px 5px #5c9950;
}

.p-qqBox span {
	/* display: block; */
	text-align: center;
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}
.p-qqBox a::after {
	display: none;
}
.p-qqBox p:nth-child(3) a{
	margin-top: 0px;
}
.rightfloat a.a6 i {
	background: url('/images/expo2020/a6-ico.png') no-repeat center center;
}
.rightfloat a.a6:hover i {
	background: url('/images/expo2020/a6-ico-hover.png') no-repeat center center;
}
.rightfloat a:hover .p-appImg,.rightfloat a:hover .p-wxImg{display: block;}
.rightfloat a:hover .p-appImg p,.rightfloat a:hover .p-wxImg p {color: #333;}
.p-qq:hover .p-qqBox {display: block;}
.p-telBox {
	left: -230px;
}
.p-telBox .p-qqBox1 {
	padding: 20px 0 50px;
	width: 220px;
}
.p-telBox em b {
	color: #f60;
}
.p-telBox b {
	display: block;
	font-size: 20px;
	margin: 4px 0;
}
.p-telBox p {
	padding-left: 40px;
}
/* 闭馆弹窗 */
.bye {
	position: fixed;
	left: 10px;
	top: 10%;
	z-index: 999999;
	width: 156px;
	height: 326px;
	background: url("../../../../images/Version/2021/expo_2021autumn/byeleft.png") no-repeat;
}
.byeMain {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}
.byeMain .bye_logo {
	width: 95px;
	height: 30px;
	margin: 0 auto;
	background: url('../../../../images/expo2018/byelogo.png') no-repeat;
	background-size: contain;
}
.byeMain p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}
.byeMain p b {
	display: block;
	font-size: 16px;
	margin-top: 6px;
	position: relative;
}
.byeMain p b i {
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.byeMain span {
	font-size: 14px;
	color: #fff;
	display: block;
	margin: 0 auto;
	width: 85px;
	text-align: center;
	margin-top: 20px;
}
.byeMain .thk_bd {
	border: 2px solid #f9ecc0;
	border-radius: 3px;
	width: 130px;
	height: 72px;
	margin: 0 auto;
	margin-top: 35px;
}
.byeMain .thk {
	border: 1px solid #ff8e24;
	height: 70px;
	border-radius: 3px;
	background: #f9ecc0;
	text-align: center;
	font-size: 16px;
	color: #ff8e24;
}
.byeMain .thk b {
	font-weight: normal;
	margin-top: 12px;
	display: block;
	letter-spacing: 2px;
}
.byeMain .ico_right {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 72px;
	width: 18px;
	height: 18px;
	background: url("/images/supply/close-ico.png") no-repeat;
	background-size: cover;
}
.leftFloat {
	width: 100px;
	height: 393px;
	position: fixed;
	left: 0px;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 9999;
	box-sizing: border-box;
	padding: 5px;
	background: url(../../../../images/expo2018/leftFloat_green.png) no-repeat;
	display: none;
	background-size: 100% 100%;
}
.leftFloat_logo {
	width: 75px;
	height: 25px;
	margin: 20px auto 0;
	background: url(../../../../images/expo2018/byelogo.png) no-repeat;
	background-size: contain;
}
.leftFloat1 .leftFloat_logo {
	background: url(../../../../images/expo2018/byelogo1.png) no-repeat;
	background-size: contain;
}

.leftFloat p {
	text-align: center;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 1px;
}
.leftFloat p i{
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.leftFloat b {
	text-align: center;
	color: #fff0bf;
	line-height: 28px;
	font-size: 13px;
	display: block;
	margin-top: 20px;
}
.leftFloat_img {
	margin-top: 15px;
	text-align: center;
}
.leftFloat span {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	margin-top: 15px;
	display: block;
	letter-spacing: 1px;
}
.leftFloat1 b {
	text-align: center;
	color: #fff0bf;
	line-height: 24px;
	font-size: 13px;
	display: block;
	margin-top: 20px;
	font-family: "Microsoft YaHei";
}
.leftFloat1 span {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	font-weight: normal;
	margin-top: 15px;
	display: block;
	letter-spacing: 1px;
}
.leftFloat1 p {
	font-size: 13px;
}
.next_bottom {
	width: 100%;
	position: fixed;
	height: 50px;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: #43b053;
}
.next_bottom_center {
	margin: 0 auto;
	height: 50px;
	background: #fff;
}
.next_bottom_center a {
	color: #fff;
}
.next_bottom_left {
	width: calc(50% - 1px);
	height: 50px;
	float: left;
	background: #43b053;
}
.next_bottom_left p {
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
}
.next_bottom_left b {
	text-align: center;
	width: 36px;
	height: 36px;
	background: #ffa600;
	border-radius: 50%;
	display: inline-block;
	line-height: 36px;
	margin-right: 10px;
}
.next_bottom_left b i {
	font-size: 18px;
}
.next_bottom_right b i {
	font-size: 18px;
}
.next_bottom_right {
	width: calc(50% - 1px);
	height: 50px;
	float: right;
	background: #43b053;
}
.next_bottom_right p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}
.next_bottom_right b {
	text-align: center;
	width: 36px;
	height: 36px;
	background: #ffa600;
	border-radius: 50%;
	display: inline-block;
	line-height: 36px;
	margin-right: 10px;
}
@media screen and (max-width: 1279px) {
	.w{
		width: 1070px;
	}
	.scroll-box {
		height: 440px;
	}
	.pop-bot .close-ico {
		bottom: auto;
		right: -8px;
		top: 5px;
	}
	.pop-bot {
		width: 140px;
		height: 242px;
	}
	.pop-bot .ewm {
		width: 75px;
		height: 75px;
		margin: 0 0 0 38px;
		padding-top: 120px;
	}
	.pop-bot p {
		margin-top: 2px;
	}
	.pop-bot .pop-btn {
		left: 8px;
		width: 130px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		border-radius: 0 0 8px 8px;
	}
	.left-float {
		width: 140px;
	}
	.recommend-video {
		height: 343px;
	}
	.recommend-video ul {
		width: auto;
	}
	.recommend-video li {
		margin-top: 6px;
	}
	.recommend-video .more {
		width: auto;
		height: 24px;
		line-height: 24px;
		margin: 7px auto 0;
	}
	.header {
		height: 50px;
	}
	.header .menu{
		font-size: 12px;
		margin-top: 7px;
	}
	.header .menu a {
		margin: 0 15px;
	}
	.header .logo {
		width: 95px;
		margin-top: 9px;
	}
	.header .pageName {
		margin-top: 11px;
		font-size: 22px;
	}
	.header .pageName::after {
		height: 25px;
	}
	.header .menu a.caigou {
		width: 96px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.header .menu a.caigou i {
		font-size: 14px;
		margin-right: 3px;
		vertical-align: top;
	}
	.banner{
		height: 220px;
		margin-top: 50px;
	}
	.banner-main b {
		font-size: 26px;
		margin-top: 20px;
	}
	.banner-main .text {
		font-size: 12px;
	}
	.banner-main .step {
		font-size: 12px;
		margin: 15px auto 0;
		width: 490px;
		height: 36px;
		line-height: 36px;
	}
	.banner-main .step a:first-child {
		margin-left: 60px;
	}
	.banner-main .step a {
		margin-left: 95px;
	}
	.banner-main .opt {
		margin: 20px auto 0;
	}
	.banner-main .opt a{
		font-size: 12px;
		height: 32px;
		line-height: 32px;
		width: 240px;
	}
	.banner-main .text .entrust span a {
		font-size: 14px;
	}
	.supply-title b {
		font-size: 22px;
	}
	.supply-title b::after {
		width: 60px;
		height: 24px;
		left: -60px;
		top: -7px;
	}
	.supply-title b::before {
		width: 60px;
		height: 24px;
		right: -60px;
		bottom: -6px;
	}
	.supply-title {
		margin-top: 25px;
	}
	.supply-list .item {
		padding: 0 14px;
	}
	.supply-list {
		margin: 0 -14px;
		margin-top: 30px;
	}
	.supply-list ul li b, .supply-list .scroll-item .first b {
		padding-left: 30px;
		width: 240px;
	}
	.supply-list ul li .province,.supply-list .scroll-item .first .province {
		width: 100px;
	}
	.supply-list ul li .days,.supply-list .scroll-item .first .days {
		width:110px;
	}
	.supply-list ul li .com-pany,.supply-list .scroll-item .first .com-pany {
		padding-left: 30px;
	}
	.supply-list ul li,.supply-list .more {
		font-size: 12px;
		line-height: 55px;
		height: 55px;
	}
	.supply-list ul li.first {
		height: 55px;
		padding-top: 8px;
	}
	.supply-list ul li.first p i {
		font-size: 16px;
	}
	.supply-list ul li .more,.supply-list .more a {
		font-size: 14px;
	}
	.supply-list ul li .more i,.supply-list .more a i {
		font-size: 12px;
		margin-left: 6px;
	}
	.supply-list ul li .com-pany,.supply-list .scroll-item .com-pany {
		width: 225px;
	}
	.supply-list ul li .pro-duct,.supply-list .scroll-item .pro-duct {
		width: 195px;
		padding-left: 15px;
	}
	.supply-list ul .but {
	    width: 100px;
	}
	.supply-list ul .but a {
		width: 72px;
		height: 23px;
		line-height: 23px;
		font-size: 12px;
	}
	.quick-show ul li .item {
		height: 162px;
	}
	.quick-show ul li .item p{
		font-size: 12px;
		margin-top: 10px;
	}
	.quick-show ul {
		margin: 0 -13px;
		margin-top: 25px;
	}
	.quick-show ul li {
		padding: 0 13px;
	}
	.quick-show ul li .item .left b {
		font-size: 18px;
		margin-top: 5px;
	}
	.quick-show ul li .item .right b {
		width: 116px;
		height: 116px;
	}
	.quick-show ul li .item {
		padding: 22px 25px 0 25px;
	}
	.quick-show ul li .item .left {
		top: 22px;
		left: 25px;
	}
	.quick-show ul li .item .right {
		top: 24px;
		right: 25px;
	}
	.quick-show ul li .item .more {
		font-size: 12px;
		width: 80px;
		height: 28px;
		line-height: 28px;
		margin-top: 25px;
	}
	.quick-show ul li .item .left i {
		font-size: 10px;
		margin-left: 4px;
	}
	.quick-show ul li .item .right b i {
		width: 60px;
		height: 61px;
	}
	.quick-show ul li:nth-child(2) .item .right b i {
		width: 60px;
		height: 60px;
	}
	.quick-show ul li:nth-child(3) .item .right b i {
		width: 60px;
		height: 60px;
	}
	.bottomMenu {
		margin-top: 45px;
	}
	.footLeft ul li {
		font-size: 14px;
	}
	.footLeft p {
		font-size: 14px;
	}
	.footLeft p b {
		font-size: 14px;
	}
	.footCenter ul li a {
		font-size: 14px;
	}
	.footRight .title {
		font-size: 14px;
	}
	.footLeft {
		padding-left: 30px;
	}
}
@media screen and (min-width: 1280px) and (max-width: 1380px) {
	.w{
		width: 1080px;
	}
	.scroll-box {
		height: 440px;
	}
	.pop-bot .close-ico {
		bottom: auto;
		right: -8px;
		top: 5px;
	}
	.pop-bot {
		width: 140px;
		height: 242px;
	}
	.pop-bot .ewm {
		width: 75px;
		height: 75px;
		margin: 0 0 0 38px;
		padding-top: 120px;
	}
	.pop-bot p {
		margin-top: 2px;
	}
	.pop-bot .pop-btn {
		left: 8px;
		width: 130px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		border-radius: 0 0 8px 8px;
	}
	.left-float {
		width: 140px;
	}
	.recommend-video {
		height: 343px;
	}
	.recommend-video ul {
		width: auto;
	}
	.recommend-video li {
		margin-top: 6px;
	}
	.recommend-video .more {
		width: auto;
		height: 24px;
		line-height: 24px;
		margin: 7px auto 0;
	}
	.header {
		height: 55px;
	}
	.header .menu{
		font-size: 14px;
		margin-top: 9px;
	}
	.header .menu a {
		margin: 0 15px;
	}
	.header .logo {
		width: 102px;
		margin-top: 10px;
	}
	.header .pageName {
		margin-top: 15px;
	}
	.header .pageName::after {
		height: 25px;
	}
	.header .menu a.caigou {
		width: 96px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.header .menu a.caigou i {
		font-size: 14px;
		margin-right: 3px;
		vertical-align: top;
	}
	.header {
		height: 50px;
	}
	.header .menu{
		font-size: 12px;
		margin-top: 7px;
	}
	.header .menu a {
		margin: 0 15px;
	}
	.header .logo {
		width: 95px;
		margin-top: 9px;
	}
	.header .pageName {
		margin-top: 11px;
		font-size: 22px;
	}
	.header .pageName::after {
		height: 25px;
	}
	.header .menu a.caigou {
		width: 96px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.header .menu a.caigou i {
		font-size: 14px;
		margin-right: 3px;
		vertical-align: top;
	}
	.banner{
		height: 220px;
		margin-top: 50px;
	}
	.banner-main b {
		font-size: 26px;
		margin-top: 20px;
	}
	.banner-main .text {
		font-size: 12px;
	}
	.banner-main .step {
		font-size: 12px;
		margin: 15px auto 0;
		width: 490px;
		height: 36px;
		line-height: 36px;
	}
	.banner-main .step a:first-child {
		margin-left: 60px;
	}
	.banner-main .step a {
		margin-left: 95px;
	}
	.banner-main .opt {
		margin: 20px auto 0;
	}
	.banner-main .opt a{
		font-size: 12px;
		height: 32px;
		line-height: 32px;
		width: 240px;
	}
	.banner-main .text .entrust span a {
		font-size: 14px;
	}
	.supply-title b {
		font-size: 22px;
	}
	.supply-title b::after {
		width: 60px;
		height: 24px;
		left: -60px;
		top: -7px;
	}
	.supply-title b::before {
		width: 60px;
		height: 24px;
		right: -60px;
		bottom: -6px;
	}
	.supply-title {
		margin-top: 25px;
	}
	.supply-list .item {
		padding: 0 14px;
	}
	.supply-list {
		margin: 0 -14px;
		margin-top: 30px;
	}
	.supply-list ul li b,.supply-list .scroll-item .first b {
		padding-left: 30px;
		width: 310px;
	}
	.supply-list ul li .province,.supply-list .scroll-item .first .province {
		width: 100px;
	}
	.supply-list ul li .days,.supply-list .scroll-item .first .days {
		width: 110px;
	}
	.supply-list ul li .com-pany,.supply-list .scroll-item .first .com-pany {
		padding-left: 30px;
	}
	.supply-list ul li,.supply-list .more {
		font-size: 12px;
		line-height: 55px;
		height: 55px;
	}
	.supply-list ul li.first {
		height: 55px;
		padding-top: 8px;
	}
	.supply-list ul li.first p i {
		font-size: 16px;
	}
	.supply-list ul li .more,.supply-list .more a {
		font-size: 14px;
	}
	.supply-list ul li .more i,.supply-list .more a i {
		font-size: 12px;
		margin-left: 6px;
	}
	.supply-list ul li .com-pany,.supply-list .scroll-item .com-pany {
		width: 225px;
	}
	.supply-list ul li .pro-duct,.supply-list .scroll-item .pro-duct {
		width: 195px;
		padding-left: 15px;
	}
	.supply-list ul .but {
	    width: 100px;
	}
	.supply-list ul .but a {
		width: 72px;
		height: 23px;
		line-height: 23px;
		font-size: 12px;
	}
	.quick-show ul li .item {
		height: 162px;
	}
	.quick-show ul li .item p{
		font-size: 12px;
		margin-top: 10px;
	}
	.quick-show ul {
		margin: 0 -13px;
		margin-top: 25px;
	}
	.quick-show ul li {
		padding: 0 13px;
	}
	.quick-show ul li .item .left b {
		font-size: 18px;
		margin-top: 5px;
	}
	.quick-show ul li .item .right b {
		width: 116px;
		height: 116px;
	}
	.quick-show ul li .item {
		padding: 22px 25px 0 25px;
	}
	.quick-show ul li .item .left {
		top: 22px;
		left: 25px;
	}
	.quick-show ul li .item .right {
		top: 24px;
		right: 25px;
	}
	.quick-show ul li .item .more {
		font-size: 12px;
		width: 80px;
		height: 28px;
		line-height: 28px;
		margin-top: 25px;
	}
	.quick-show ul li .item .left i {
		font-size: 10px;
		margin-left: 4px;
	}
	.quick-show ul li .item .right b i {
		width: 60px;
		height: 61px;
	}
	.quick-show ul li:nth-child(2) .item .right b i {
		width: 60px;
		height: 60px;
	}
	.quick-show ul li:nth-child(3) .item .right b i {
		width: 60px;
		height: 60px;
	}
	.bottomMenu {
		margin-top: 45px;
	}
	.footLeft ul li {
		font-size: 14px;
	}
	.footLeft p {
		font-size: 14px;
	}
	.footLeft p b {
		font-size: 14px;
	}
	.footCenter ul li a {
		font-size: 14px;
	}
	.footRight .title {
		font-size: 14px;
	}
	.footLeft {
		padding-left: 30px;
	}
}
@media only screen and (min-width: 1381px) and (max-width: 1440px) {
	.w{
		width: 1160px;
	}
	.scroll-box {
		height: 464px;
	}
	.left-float {
		width: 140px;
	}
	.recommend-video {
		height: 350px;
	}
	.recommend-video ul {
		width: auto;
	}
	.recommend-video li {
		margin-top: 6px;
	}
	.recommend-video .more {
		width: auto;
		height: 24px;
		line-height: 24px;
		margin: 7px auto 0;
	}
	.header {
		height: 55px;
	}
	.header .menu{
		font-size: 14px;
		margin-top: 9px;
	}
	.header .menu a {
		margin: 0 15px;
	}
	.header .logo {
		width: 102px;
		margin-top: 10px;
	}
	.header .pageName {
		margin-top: 15px;
	}
	.header .pageName::after {
		height: 25px;
	}
	.header .menu a.caigou {
		width: 96px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
	.header .menu a.caigou i {
		font-size: 14px;
		margin-right: 3px;
		vertical-align: top;
	}
	.banner{
		height: 232px;
		margin-top: 55px;
	}
	.banner-main b {
		font-size: 28px;
		margin-top: 20px;
	}
	.banner-main .text {
		font-size: 14px;
	}
	.banner-main .step {
		font-size: 14px;
		margin: 15px auto 0;
		width: 530px;
		height: 38px;
		line-height: 38px;
	}
	.banner-main .step a:first-child {
		margin-left: 60px;
	}
	.banner-main .step a {
		margin-left: 95px;
	}
	.banner-main .opt {
		margin: 20px auto 0;
	}
	.banner-main .opt a{
		font-size: 13px;
		height: 34px;
		line-height: 34px;
		width: 260px;
	}
	.banner-main .text .entrust span a {
		font-size: 15px;
	}
	.supply-title b {
		font-size: 24px;
	}
	.supply-title b::after {
		width: 60px;
		height: 24px;
		left: -65px;
		top: -7px;
	}
	.supply-title b::before {
		width: 60px;
		height: 24px;
		right: -65px;
		bottom: -6px;
	}
	.supply-title {
		margin-top: 30px;
	}
	.supply-list .item {
		padding: 0 15px;
	}
	.supply-list {
		margin: 0 -15px;
		margin-top: 35px;
	}
	.supply-list ul li b,.supply-list .scroll-item .first b {
		padding-left: 30px;
		width: 320px;
	}
	.supply-list ul li .province,.supply-list .scroll-item .first .province {
		width: 110px;
	}
	.supply-list ul li .days,.supply-list .scroll-item .first .days {
		width: 130px;
	}
	.supply-list ul li .com-pany,.supply-list .scroll-item .first .com-pany {
		padding-left: 30px;
	}
	.supply-list ul li,.supply-list .more {
		font-size: 14px;
		line-height: 58px;
		height: 58px;
	}
	.supply-list ul li.first {
		height: 55px;
		padding-top: 8px;
	}
	.supply-list ul li.first p i {
		font-size: 16px;
	}
	.supply-list ul li .more,.supply-list .more a {
		font-size: 14px;
	}
	.supply-list ul li .more i,.supply-list .more a i {
		font-size: 13px;
		margin-left: 6px;
	}
	.supply-list ul li .com-pany,.supply-list .scroll-item .com-pany {
		width: 235px;
	}
	.supply-list ul li .pro-duct,.supply-list .scroll-item .pro-duct {
		width: 205px;
		padding-left: 15px;
	}
	.supply-list ul .but {
	    width: 120px;
	}
	.supply-list ul .but a {
		width: 72px;
		height: 23px;
		line-height: 23px;
		font-size: 12px;
	}
	.quick-show ul li .item {
		height: 186px;
	}
	.quick-show ul li .item p{
		font-size: 12px;
		margin-top: 15px;
	}
	.quick-show ul {
		margin: 0 -14px;
		margin-top: 30px;
	}
	.quick-show ul li {
		padding: 0 14px;
	}
	.quick-show ul li .item .left b {
		font-size: 19px;
	}
	.quick-show ul li .item .right b {
		width: 130px;
		height: 130px;
	}
	.quick-show ul li .item {
		padding: 24px 35px 0 27px;
	}
	.quick-show ul li .item .left {
		top: 24px;
		left: 27px;
	}
	.quick-show ul li .item .right {
		top: 26px;
		right: 35px;
	}
	.quick-show ul li .item .more {
		font-size: 12px;
		width: 80px;
		height: 28px;
		line-height: 28px;
		margin-top: 30px;
	}
	.quick-show ul li .item .left i {
		font-size: 10px;
		margin-left: 4px;
	}
	.quick-show ul li .item .right b i {
		width: 70px;
		height: 71px;
	}
	.quick-show ul li:nth-child(2) .item .right b i {
		width: 70px;
		height: 70px;
	}
	.quick-show ul li:nth-child(3) .item .right b i {
		width: 70px;
		height: 70px;
	}
	.bottomMenu {
		margin-top: 55px;
	}
	.footLeft ul li {
		font-size: 14px;
	}
	.footLeft p {
		font-size: 14px;
	}
	.footLeft p b {
		font-size: 14px;
	}
	.footCenter ul li a {
		font-size: 14px;
	}
	.footRight .title {
		font-size: 14px;
	}
	.footLeft {
		padding-left: 30px;
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1650px) {
	.w{
		width: 1234px;
	}
	.scroll-box {
		height: 496px;
	}
	.recommend-video ul {
		width: 140px;
	}
	.recommend-video .more {
		width: 140px;
	}
	.recommend-video {
		height: 392px;
	}
	.pop-bot {
		width: 160px;
		height: 275px;
	}
	.pop-bot .ewm {
		margin: 0 0 0 40px;
		padding-top: 130px;
	}
	.pop-bot .pop-btn {
		left: 10px;
		border-radius: 0 0 9px 9px;
		width: 144px;
		height: 32px;
		line-height: 32px;
		font-size: 15px;
	}
	.recommend-video .title {
		height: 38px;
	}
	.recommend-video li {
		margin-top: 8px;
	}
	.pop-bot .close-ico {
		bottom: -22px;
		left: 72px;
		width: 16px;
		height: 16px;
	}
	.header {
		height: 58px;
	}
	.header .menu{
		font-size: 14px;
		margin-top: 11px;
	}
	.header .menu a {
		margin: 0 15px;
	}
	.header .logo {
		width: 108px;
	}
	.header .pageName {
		margin-top: 17px;
		font-size: 22px;
	}
	.header .pageName::after {
		height: 25px;
	}
	.header .menu a.caigou {
		width: 102px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.banner{
		height: 250px;
		margin-top: 58px;
	}
	.banner-main b {
		font-size: 30px;
		margin-top: 20px;
	}
	.banner-main .text {
		font-size: 15px;
	}
	.banner-main .step {
		font-size: 15px;
		margin: 15px auto 0;
	}
	.banner-main .step a {
		margin-left: 145px;
	}
	.banner-main .opt {
		margin: 20px auto 0;
	}
	.banner-main .opt a{
		font-size: 14px;
		height: 36px;
		line-height: 36px;
	}
	.banner-main .text .entrust span a {
		font-size: 15px;
	}
	.supply-title b {
		font-size: 26px;
	}
	.supply-title b::after {
		width: 65px;
		height: 26px;
		left: -70px;
		top: -7px;
	}
	.supply-title b::before {
		width: 65px;
		height: 26px;
		right: -70px;
		bottom: -6px;
	}
	.supply-title {
		margin-top: 30px;
	}
	.supply-list .item {
		padding: 0 16px;
	}
	.supply-list {
		margin: 0 -16px;
		margin-top: 35px;
	}
	.supply-list ul li b,.supply-list .scroll-item .first b {
		padding-left: 35px;
		width: 335px;
	}
	.supply-list ul li .province,.supply-list .scroll-item .first .province {
		width: 120px;
	}
	.supply-list ul li .days,.supply-list .scroll-item .first .days {
		width: 140px;
	}
	.supply-list ul li .com-pany,.supply-list .scroll-item .first .com-pany {
		padding-left: 35px;
	}
	.supply-list ul li,.supply-list .more {
		font-size: 14px;
		line-height: 62px;
		height: 62px;
	}
	.supply-list ul li.first,.supply-list .scroll-item .first {
		height: 58px;
		padding-top: 9px;
	}
	.supply-list ul li.first p i,.supply-list .scroll-item .first p i {
		font-size: 18px;
	}
	.supply-list ul li .more,.supply-list .more a {
		font-size: 15px;
	}
	.supply-list ul li .com-pany,.supply-list .scroll-item .com-pany {
		width: 250px;
	}
	.supply-list ul li .pro-duct,.supply-list .scroll-item .pro-duct {
		width: 215px;
	}
	.supply-list ul .but {
	    width: 130px;
	}
	.supply-list ul .but a {
		width: 72px;
		height: 23px;
		line-height: 23px;
		font-size: 12px;
	}
	.quick-show ul li .item {
		height: 186px;
	}
	.quick-show ul li .item p{
		font-size: 13px;
		margin-top: 15px;
	}
	.quick-show ul {
		margin: 0 -15px;
		margin-top: 30px;
	}
	.quick-show ul li {
		padding: 0 15px;
	}
	.quick-show ul li .item .left b {
		font-size: 20px;
	}
	.quick-show ul li .item .right b {
		width: 138px;
		height: 138px;
	}
	.quick-show ul li .item {
		padding: 25px 36px 0 29px;
	}
	.quick-show ul li .item .left {
		top: 25px;
		left: 29px;
	}
	.quick-show ul li .item .right {
		top: 28px;
		right: 36px;
	}
	.quick-show ul li .item .more {
		font-size: 12px;
		width: 85px;
		height: 30px;
		line-height: 30px;
		margin-top: 30px;
	}
	.quick-show ul li .item .left i {
		font-size: 10px;
		margin-left: 4px;
	}
	.quick-show ul li .item .right b i {
		width: 75px;
		height: 76px;
	}
	.quick-show ul li:nth-child(2) .item .right b i {
		width: 75px;
		height: 75px;
	}
	.quick-show ul li:nth-child(3) .item .right b i {
		width: 75px;
		height: 75px;
	}
	.bottomMenu {
		margin-top: 55px;
	}
	.footLeft ul li {
		font-size: 15px;
	}
	.footLeft p {
		font-size: 15px;
	}
	.footLeft p b {
		font-size: 15px;
	}
	.footCenter ul li a {
		font-size: 15px;
	}
	.footRight .title {
		font-size: 15px;
	}
	.footLeft {
		padding-left: 30px;
	}
}
@media only screen and  (max-width: 1399px){
    .left-float{
        display: none!important;
    }
}
