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;
}
.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 ul {
	box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
}
.supply-list ul li {
	line-height: 76px;
	height: 76px;
	overflow: hidden;
	background: #f5f5f5;
	font-size: 16px;
	color: #333;
	transition: all .3s ease;
}
.supply-list ul li b {
	font-weight: normal;
}
.supply-list ul li 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 {
	width: 170px;
	float: left;
	text-align: center;
}
.supply-list ul li .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 {
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
	position: relative;
}
.supply-list ul li.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 {
	font-size: 20px;
}
.supply-list ul li:nth-child(2n) {
	background: #fff;
}
.supply-list ul li a {
	color: #333;
}
.supply-list ul li a:hover {
	color: #ff7c1f;
}
.supply-list ul .com-pany {
	float: left;
	width: 290px;
	padding-left: 42px;
	box-sizing: border-box;
}
.supply-list ul .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 {
	text-align: center;
	color: #ff7c1f;
	font-size: 16px;
	display: block;
	font-weight: bold;
}
.supply-list ul li .more i {
	margin-left: 2px;
	font-weight: normal;
}
.supply-list ul li.first {
	text-align: center;
	padding-top: 12px;
	box-sizing: border-box;
}
.supply-list ul li.first p {
	margin-bottom: 2px;
}
.supply-list ul li.first b{
	padding: 0;
}
.supply-list ul li.first span {
	padding: 0;
	text-align: center;
}
.supply-list ul li.first .com-pany {
	padding: 0;
}
.supply-list ul li.first .pro-duct {
	padding: 0;
}
.supply-list ul li.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;
}
.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 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;
}
.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;
}
.pop-bot {
	width: 174px;
	height: 299px;
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url("/images/supply/pop-bot.png") no-repeat;
	background-size: cover;
	display: none;
}
.pop-bot .ewm {
	width: 86px;
	height: 86px;
	margin: 150px 0 0 46px;
}
.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%;
}
/* 闭馆弹窗 */
.bye {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	width: 570px;
	height: 363px;
	background: url(../../../../images/expo2018/byebg_green.png) no-repeat;
}
.byeMain {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	box-sizing: border-box;
}
.byeMain .ico_right {
	position: absolute;
	right: 22px;
	top: 22px;
	cursor: pointer;
}
.byeMain .ico_right i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../../../images/expo2018/right_ico.png) no-repeat;
}
.byeMain .bye_logo {
	width: 112px;
	height: 38px;
	margin: 0 auto;
	background: url(../../../../images/expo2018/byelogo.png) no-repeat;
}
.byeMain p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
	position: relative;
}
.byeMain p i {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%,0);
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.byeMain .thk {
	width: 475px;
	height: 115px;
	background: #f9ecc0;
	margin: 35px auto 0;
	display: block;
	border-radius: 4px;
	background: url(../../../../images/expo2018/thk_bg.png) no-repeat;
	padding-top: 16px;
}
.byeMain .thk b {
	text-align: center;
	font-size: 28px;
	color: #367866;
	display: block;
	font-weight: bold;
}
.byeMain  span {
	display: block;
	font-size: 20px;
	color: #fff;
	margin: 10px auto 0;
	width: 280px;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.byeMain  span i.left {
	width: 16px;
	height: 13px;
	position: absolute;
	left:0;top: 6px;
	background: url(../../../../images/expo2018/thkleft_ico.png) no-repeat;
}
.byeMain  span i.right {
	width: 16px;
	position: absolute;
	height: 13px;
	right: 0;
	top: 6px;
	background: url(../../../../images/expo2018/thkright_ico.png) no-repeat;
}
.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;
	}
	.header {
		height: 50px;
	}
	.header .menu{
		font-size: 12px;
		margin-top: 7px;
	}
	.header .menu a {
		margin: 0 15px;
	}
	.header .logo {
		width: 160px;
		margin-top: 7px;
	}
	.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 {
		padding-left: 30px;
		width: 310px;
	}
	.supply-list ul li .province {
		width: 100px;
	}
	.supply-list ul li .days{
		width: 110px;
	}
	.supply-list ul .com-pany {
		padding-left: 30px;
	}
	.supply-list ul li {
		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 {
		font-size: 14px;
	}
	.supply-list ul li .more i {
		font-size: 12px;
		margin-left: 6px;
	}
	.supply-list ul .com-pany {
		width: 225px;
	}
	.supply-list ul .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: 1280px) and (max-width: 1366px) {
	.w{
		width: 1160px;
	}
	.header {
		height: 55px;
	}
	.header .menu{
		font-size: 14px;
		margin-top: 9px;
	}
	.header .menu a {
		margin: 0 15px;
	}
	.header .logo {
		width: 160px;
		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 {
		padding-left: 30px;
		width: 320px;
	}
	.supply-list ul li .province {
		width: 110px;
	}
	.supply-list ul li .days{
		width: 130px;
	}
	.supply-list ul .com-pany {
		padding-left: 30px;
	}
	.supply-list ul li {
		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 {
		font-size: 14px;
	}
	.supply-list ul li .more i {
		font-size: 13px;
		margin-left: 6px;
	}
	.supply-list ul .com-pany {
		width: 235px;
	}
	.supply-list ul .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: 1367px) and (max-width: 1440px) {
	.w{
		width: 1234px;
	}
	.header {
		height: 58px;
	}
	.header .menu{
		font-size: 14px;
		margin-top: 11px;
	}
	.header .menu a {
		margin: 0 15px;
	}
	.header .logo {
		width: 163px;
	}
	.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 {
		padding-left: 35px;
		width: 335px;
	}
	.supply-list ul li .province {
		width: 120px;
	}
	.supply-list ul li .days{
		width: 140px;
	}
	.supply-list ul .com-pany {
		padding-left: 35px;
	}
	.supply-list ul li {
		font-size: 14px;
		line-height: 62px;
		height: 62px;
	}
	.supply-list ul li.first {
		height: 58px;
		padding-top: 9px;
	}
	.supply-list ul li.first p i {
		font-size: 18px;
	}
	.supply-list ul li .more {
		font-size: 15px;
	}
	.supply-list ul .com-pany {
		width: 250px;
	}
	.supply-list ul .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 (min-width: 1441px) and (max-width: 1600px) {
	.w{
		width: 1390px;
	}
	.header .menu{
		font-size: 15px;
	}
	.banner-main b {
		font-size: 34px;
	}
	.banner-main .text {
		font-size: 15px;
	}
	.banner-main .step {
		font-size: 15px;
	}
	.banner-main .step a {
		margin-left: 145px;
	}
	.banner-main .opt a{
		font-size: 15px;
	}
	.supply-title b {
		font-size: 28px;
	}
	.supply-title {
		margin-top: 40px;
	}
	.supply-list ul li b {
		padding-left: 40px;
		width: 365px;
	}
	.supply-list ul li .province {
		width: 150px;
	}
	.supply-list ul li .days{
		width: 160px;
	}
	.supply-list ul .com-pany {
		padding-left: 40px;
	}
	.supply-list ul li {
		font-size: 15px;
		line-height: 70px;
		height: 70px;
	}
	.supply-list ul .com-pany {
		width: 275px;
	}
	.supply-list ul .pro-duct {
		width: 240px;
	}
	.supply-list ul .but {
	    width: 160px;
	}
	.quick-show ul li .item {
		height: 210px;
	}
	.quick-show ul li .item p{
		font-size: 15px;
	}
	.quick-show ul {
		margin: 0 -16px;
		margin-top: 40px;
	}
	.quick-show ul li {
		padding: 0 16px;
	}
	.quick-show ul li .item .left b {
		font-size: 22px;
	}
	.quick-show ul li .item .right b {
		width: 155px;
		height: 155px;
	}
	.quick-show ul li .item {
		padding: 28px 40px 0 32px;
	}
	.quick-show ul li .item .left {
		top: 28px;
		left: 32px;
	}
	.quick-show ul li .item .right {
		top: 30px;
		right: 40px;
	}
	.quick-show ul li .item .more {
		font-size: 13px;
		width: 98px;
		height: 33px;
		line-height: 33px;
	}
	.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;
	}
}
