@charset "UTF-8";

#foot,.foot1 .f2 .f2-son {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,legend,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft Yahei','PingFang SC','Source Han Sans CN';
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

blockquote::-moz-selection,button::-moz-selection,code::-moz-selection,dd::-moz-selection,div::-moz-selection,dl::-moz-selection,dt::-moz-selection,fieldset::-moz-selection,form::-moz-selection,h1::-moz-selection,h2::-moz-selection,h3::-moz-selection,h4::-moz-selection,h5::-moz-selection,h6::-moz-selection,input::-moz-selection,legend::-moz-selection,li::-moz-selection,ol::-moz-selection,p::-moz-selection,pre::-moz-selection,td::-moz-selection,textarea::-moz-selection,th::-moz-selection,ul::-moz-selection {
	background: rgba(233,70,63,.25);
	color: #000
}

blockquote::selection,button::selection,code::selection,dd::selection,div::selection,dl::selection,dt::selection,fieldset::selection,form::selection,h1::selection,h2::selection,h3::selection,h4::selection,h5::selection,h6::selection,input::selection,legend::selection,li::selection,ol::selection,p::selection,pre::selection,td::selection,textarea::selection,th::selection,ul::selection {
	background: rgba(233,70,63,.25);
	color: #000
}

blockquote::-webkit-selection,button::-webkit-selection,code::-webkit-selection,dd::-webkit-selection,div::-webkit-selection,dl::-webkit-selection,dt::-webkit-selection,fieldset::-webkit-selection,form::-webkit-selection,h1::-webkit-selection,h2::-webkit-selection,h3::-webkit-selection,h4::-webkit-selection,h5::-webkit-selection,h6::-webkit-selection,html::-webkit-selection,input::-webkit-selection,legend::-webkit-selection,li::-webkit-selection,ol::-webkit-selection,p::-webkit-selection,pre::-webkit-selection,td::-webkit-selection,textarea::-webkit-selection,th::-webkit-selection,ul::-webkit-selection {
	background: rgba(233,70,63,.25);
	color: #000
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
	font-size: 100%
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: 400
}

a {
	color: #555;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

#foot .foot-big-box .foot-box .left-box .left-list .list-son a:hover,#foot .foot-icp .icp a,#head .nav-wrap nav ul a,.foot1 .f2 a:hover,.head2 .head2-box .box-left a:hover,.sceond-slide .banner2 .ban2-box a:hover,.third-slide .banner3 .ban3-box a:hover {
	text-decoration: none
}

::-moz-selection {
	background-color: #272E3A;
	color: #fff;
	text-shadow: none
}

::selection {
	background-color: #272E3A;
	color: #fff;
	text-shadow: none
}

#head .nav-wrap nav ul a:hover,#head .nav-wrap nav ul.navSelected_0 a:nth-child(1),#head .nav-wrap nav ul.navSelected_1 a:nth-child(2),#head .nav-wrap nav ul.navSelected_2 a:nth-child(3),#head .nav-wrap nav ul.navSelected_3 a:nth-child(4),#head .nav-wrap nav ul.navSelected_4 a:nth-child(5) {
	color: #E9463F
}

img {
	border: none;
	vertical-align: middle
}

dd,dl,dt,li,ol,ul {
	list-style: none
}

table {
	border-collapse: collapse
}

.fl {
	float: left
}

.fr {
	float: right
}

.al {
	text-align: left
}

.ac {
	text-align: center
}

.ar {
	text-align: right
}

.hide {
	display: none
}

.show {
	display: block
}

#content {
	min-width: 1080px;
	margin: 80px auto 0
}

#foot-H5,#head-H5 {
	display: none
}

#head {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 99
}

#head .nav-wrap {
	width: 1080px;
	height: 80px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#foot,#head .nav-wrap nav ul {
	display: -webkit-box;
	display: -ms-flexbox
}

#head .nav-wrap img {
	height: 40px;
	width: 133px;
	cursor: pointer
}

#head .nav-wrap nav {
	position: relative;
	width: 510px
}

#head .nav-wrap nav ul {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 80px;
	font-size: 15px;
	font-weight: 500
}

#head .nav-wrap nav ul a {
	padding: 32px 20px 27px;
	cursor: pointer;
	position: relative
}

#head .nav-wrap nav ul a::after {
	position: absolute;
	content: '';
	height: 3px;
	left: 20px;
	top: 60px;
	background: #E9463F
}

#head .nav-wrap nav ul.navSelected_0 a:nth-child(1)::after {
	width: 30px
}

#head .nav-wrap nav ul.navSelected_1 a:nth-child(2)::after,#head .nav-wrap nav ul.navSelected_2 a:nth-child(3)::after,#head .nav-wrap nav ul.navSelected_3 a:nth-child(4)::after,#head .nav-wrap nav ul.navSelected_4 a:nth-child(5)::after {
	width: 60px
}

#foot {
	height: 400px;
	background-color: #272E3A;
	padding-top: 60px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column
}

#foot .foot-big-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#foot .foot-big-box .foot-box {
	width: 1080px;
	height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#foot .foot-big-box .foot-box .left-box {
	width: 481px;
	height: 200px;
	border-right: 1px solid #4F4F4F
}

#foot .foot-big-box .foot-box .left-box .left-list {
	width: 414px;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#foot .foot-big-box .foot-box .left-box .left-list .list-son {
	width: 84px;
	height: 188px
}

#foot .foot-big-box .foot-box .left-box .left-list .list-son .title {
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 17px;
	margin-bottom: 21px
}

#foot .foot-big-box .foot-box .left-box .left-list .list-son .text {
	font-size: 12px;
	font-weight: 300;
	color: #999;
	line-height: 30px
}

#foot .foot-big-box .foot-box .left-box .left-list .list-son a:hover p {
	color: #fff!important
}

#foot .foot-big-box .foot-box .right-box {
	width: 600px;
	height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#foot .foot-big-box .foot-box .right-box .list {
	width: 296px;
	height: 200px
}

#foot .foot-big-box .foot-box .right-box .list .list-son {
	height: 200px;
	float: right
}

#foot .foot-big-box .foot-box .right-box .list .list-son .title {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	line-height: 18px;
	margin-bottom: 20px
}

#foot .foot-big-box .foot-box .right-box .list .list-son .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	font-weight: 300;
	color: #999;
	line-height: 28px
}

#foot .foot-big-box .foot-box .right-box .list .list-son .content a {
	color: #999;
	text-decoration: none;
	cursor: pointer
}

#foot .foot-big-box .foot-box .right-box .list .list-son .content a:hover {
	color: #fff!important
}

#foot .foot-big-box .foot-box .right-box .list .list-son .content div {
	margin-left: 8px
}

#foot .foot-big-box .foot-box .right-box .code {
	width: 228px;
	height: 138px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px
}

#foot .foot-big-box .foot-box .right-box .code .code-son {
	width: 100px;
	height: 138px
}

#foot .foot-big-box .foot-box .right-box .code .code-son img {
	opacity: .5
}

#foot .foot-big-box .foot-box .right-box .code .code-son img:hover {
	opacity: 1
}

.sceond-slide .banner2 .ban2-box .box2-btn:active,.third-slide .banner3 .ban3-box .box2-btn:active {
	opacity: .5
}

#foot .foot-big-box .foot-box .right-box .code .code-son p {
	margin-top: 10px;
	font-size: 12px;
	font-weight: 300;
	color: #9b9b9c;
	line-height: 28px
}

#foot .foot-icp {
	width: 100%;
	height: 47px;
	border-top: 1px solid #4F4F4F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#foot .foot-icp .icp {
	width: 1080px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	color: #aaa
}

#foot .foot-icp .icp a {
	font-size: 12px;
	font-weight: 300;
	color: #aaa
}

#foot .foot-icp .icp a:hover {
	color: #fff
}

#foot .foot-beian{
	width:300px;
	margin:0 auto; 
	padding:0 auto;
	text-align: center;
}

#foot .foot-beian a{
	display:inline-block;
	text-decoration:none;
	height:20px;
	line-height:20px;
}

#foot .foot-beian img{
	float:left;
}

#foot .foot-beian p{
	float:left;
	height:20px;
	line-height:20px;
	margin-left: 5px; 
	color:#939393;
	font-size: 13px;
}

#tip {
	z-index: 100;
	right: 105px;
	bottom: 20px;
	position: fixed;
	height: 125px
}

#tip .close,#tip .container {
	position: absolute;
	display: block
}

#tip .close {
	top: -20px;
	right: -20px;
	font-size: 20px;
	color: #666!important;
	cursor: pointer;
	height: 30px;
	width: 20px;
	text-align: right
}

#tip .container a {
	display: block
}

.sceond-slide .banner2,.third-slide .banner3 {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: justify
}

#tip .container img {
	height: 125px
}

.first-slide {
	background-image: url(../image/index/banner1_back.png);
	position: relative
}

.swiper-pagination-bullet {
	width: 30px!important;
	height: 4px!important;
	background: #8c8c8c!important;
	border-radius: 0!important;
	bottom: 80px!important
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 110px!important
}

.swiper-pagination-bullet-active {
	background: #fff!important
}

.fot-block {
	position: absolute;
	width: 100%;
	height: 90px;
	left: 0;
	bottom: 0;
	background: #fff
}

.third-slide {
	background-image: url(../image/index/banner3_back.jpg)
}

.third-slide .banner3 {
	width: 1440px;
	height: 740px;
	background-image: url(../image/index/banner3_back1.png);
	background-size: 1440px 650px;
	background-repeat: no-repeat;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.third-slide .banner3 .ban3-box {
	margin-top: 143px;
	height: 507px;
	width: 666px;
	margin-left: 126px;
	position: relative;
	z-index: 999
}

.third-slide .banner3 .ban3-box .ban3-img1 {
	width: 95px;
	height: 106px
}

.third-slide .banner3 .ban3-box .ban3-img2 {
	width: 35px;
	height: 40px;
	float: right;
	margin: -10px 110px 0 0
}

.third-slide .banner3 .ban3-box .box2-head-2 {
	margin-top: 20px
}

.third-slide .banner3 .ban3-box .box3-head {
	color: #222
}

.third-slide .banner3 .ban3-box .box2-text1 {
	margin: 20px 0 0 26px;
	font-size: 28px;
	font-weight: 500;
	color: #222;
	line-height: 28px
}

.third-slide .banner3 .ban3-box .box2-btn {
	margin: 76px 0 0 30px;
	width: 210px;
	height: 56px;
	background: #2f56b5;
	line-height: 56px;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	color: #fff;
	cursor: pointer
}

.third-slide .banner3 .ban3-box2 {
	height: 740px;
	position: relative
}

.third-slide .banner3 .ban3-box2 .ren {
	position: absolute;
	bottom: 165px;
	right: 130px;
	z-index: 5;
	width: 418px;
	height: 385px
}

.third-slide .banner3 .ban3-box2 .kuai {
	position: absolute;
	bottom: 195px;
	right: 120px;
	width: 363px;
	height: 470px
}

.third-slide .banner3 .ban3-box2 .zhi {
	position: absolute;
	bottom: 303px;
	right: 134px;
	width: 475px;
	height: 269px
}

.third-slide .banner3 .ban3-box2 .dianhua {
	position: absolute;
	bottom: 45px;
	right: 120px;
	z-index: 10;
	width: 384px;
	height: 88px
}

.third-slide .banner3 .ban3-box2 .di {
	display: none
}

.sceond-slide {
	background-image: url(../image/index/banner2_back.jpg)
}

.sceond-slide .banner2 {
	width: 1440px;
	height: 740px;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.banner1,.box1-code {
	display: -webkit-box;
	display: -ms-flexbox
}

.sceond-slide .banner2 .ban2-box {
	margin-top: 143px;
	height: 507px;
	width: 603px;
	margin-left: 130px
}

.sceond-slide .banner2 .ban2-box .ban2-img1 {
	width: 95px;
	height: 106px
}

.sceond-slide .banner2 .ban2-box .ban2-img2 {
	width: 35px;
	height: 40px;
	float: right;
	margin: -10px 110px 0 0
}

.sceond-slide .banner2 .ban2-box .box2-head-2 {
	margin-top: 20px
}

.sceond-slide .banner2 .ban2-box .box2-text1 {
	margin: 20px 0 0 26px;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	line-height: 28px
}

.sceond-slide .banner2 .ban2-box .box2-btn {
	margin: 76px 0 0 30px;
	width: 210px;
	height: 56px;
	background: #fff;
	line-height: 56px;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	color: #0a7fcb;
	cursor: pointer
}

.sceond-slide .banner2 .ban2-box2 {
	margin: 0;
	height: 740px;
	position: relative
}

.sceond-slide .banner2 .ban2-box2 .fangzi {
	margin-top: 369px;
	width: 650px;
	height: 281px
}

.sceond-slide .banner2 .ban2-box2 .ren {
	position: absolute;
	bottom: 90px;
	right: 170px;
	width: 267px;
	height: 378px
}

.sceond-slide .banner2 .ban2-box2 .ma {
	position: absolute;
	bottom: 0;
	right: 200px;
	z-index: 10;
	width: 134px;
	height: 134px
}

.sceond-slide .banner2 .ban2-box2 .zhi {
	position: absolute;
	bottom: 220px;
	right: 61px;
	width: 700px;
	height: 378px
}

.banner1 {
	width: 1440px;
	height: 740px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.banner1 .ban-box1 {
	margin-top: 143px;
	width: 430px;
	height: 507px;
	margin-left: 130px
}

.banner1 .ban-box1 .box1-img1 {
	width: 95px;
	height: 106px
}

.banner1 .ban-box1 .box1-img-code {
	width: 112px;
	height: 112px;
	margin: 44px 0 0 26px
}

.banner1 .ban-box1 .box1-img2 {
	width: 35px;
	height: 40px;
	float: right;
	margin-top: -23px
}

.banner1 .ban-box2 {
	height: 740px;
	position: relative
}

.banner1 .ban-box2 .caiban {
	width: 835px;
	height: 630px
}

.banner1 .ban-box2 .lemon {
	top: 498px;
	right: 180px;
	position: absolute;
	z-index: 19;
	width: 229px;
	height: 238px
}

.banner1 .ban-box2 .shaozi {
	top: 0;
	right: 0;
	position: absolute;
	width: 231px;
	height: 214px
}

.banner1 .ban-box2 .yezi {
	bottom: 110px;
	right: 0;
	position: absolute;
	width: 470px;
	height: 540px
}

.box1-head {
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 1px;
	margin: -43px 0 0 26px;
	font-weight: 300
}

.box1-head-2 {
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 4px;
	margin: 15px 0 0 26px;
	line-height: 60px
}

.box1-code {
	display: flex
}

.head2,.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox
}

.box1-code-text {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
	margin: 60px 0 0 23px
}

.swiper-slide {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.head2 {
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.head2 .head2-box {
	width: 1080px;
	height: 522px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.head2 .head2-box .box-left {
	width: 435px;
	padding: 20px 0 17px;
	margin-top: 20px
}

.head2 .head2-box .box-left .title {
	color: #333;
	font-size: 34px;
	font-weight: 500;
	line-height: 42px;
	z-index: 5;
	margin-top: -52px
}

.head2 .head2-box .box-left .english-title {
	font-size: 24px;
	font-weight: 300;
	color: #e93931;
	line-height: 30px;
	letter-spacing: 1px;
	opacity: .1
}

.head2 .head2-box .box-left .text {
	margin-top: 22px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 35px
}

.head2 .head2-box .box-left .text1 {
	display: none
}

.body1,.body1 .youshi .f4 {
	display: -webkit-box;
	display: -ms-flexbox
}

.head2 .head2-box .box-left .btn {
	width: 160px;
	height: 50px;
	background: #e9463f;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	margin-top: 50px;
	cursor: pointer
}

.head2 .head2-box .box-left .btn:active {
	opacity: .5
}

.head2 .head2-box .box-right {
	height: 366px;
	width: 539px;
	position: relative;
	margin-top: 20px
}

.head2 .head2-box .box-right .big-img {
	top: 0;
	left: 0;
	width: 518px;
	height: 345px;
	z-index: 20;
	position: absolute
}

.head2 .head2-box .box-right .back {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 520px;
	height: 347px;
	background: #f6f6f6;
	z-index: 10
}

.body1 {
	height: 700px;
	background: #f6f6f6;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.body1 .youshi {
	width: 1080px;
	height: 462px;
	margin-top: 135px
}

.body1 .youshi .title {
	width: 1080px;
	height: 30px;
	text-align: center
}

.body1 .youshi .title .tit {
	font-size: 34px;
	font-weight: 500;
	color: #333;
	line-height: 42px;
	margin-top: -52px
}

.body1 .youshi .title .eng-tit {
	font-size: 24px;
	font-weight: 300;
	color: #e93931;
	line-height: 30px;
	letter-spacing: 1px;
	opacity: .1
}

.body1 .youshi .f4 {
	height: 378px;
	width: 1080px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 60px
}

.foot1,.foot1 .f2 {
	display: -webkit-box;
	display: -ms-flexbox
}

.body1 .youshi .f4 .f4-son {
	width: 240px;
	height: 378px;
	position: relative
}

.body1 .youshi .f4 .f4-son .box {
	width: 240px;
	height: 350px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20
}

.body1 .youshi .f4 .f4-son .box img {
	width: 240px;
	height: 180px
}

.body1 .youshi .f4 .f4-son .box .box-title {
	margin-top: 27px;
	color: #333;
	font-size: 20px;
	font-weight: 500;
	text-align: center
}

.body1 .youshi .f4 .f4-son .box .text1,.body1 .youshi .f4 .f4-son .box .text2 {
	font-size: 16px;
	font-weight: 400;
	color: #888;
	line-height: 35px;
	text-align: center
}

.body1 .youshi .f4 .f4-son .box .text1 {
	margin-top: 18px
}

.body1 .youshi .f4 .f4-son .back {
	width: 212px;
	height: 310px;
	background: #000;
	opacity: .05;
	position: absolute;
	bottom: 0;
	left: 14px;
	z-index: 10
}

.body1 .youshi .f4 .f4-son .blur {
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=8, MakeShadow=false)
}

.foot1 {
	height: 510px;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.foot1 .f2 {
	margin-top: 110px;
	width: 1080px;
	height: 300px;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.foot1 .f2 .f2-son {
	width: 350px;
	height: 300px;
	background-image: url(../image/goods_1546503976849.png);
	background-size: 350px 300px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column
}

.foot1 .f2 .f2-son .box-top {
	z-index: 20;
	text-align: center;
	width: 350px;
	height: 300px;
	padding-top: 75px
}

.foot1 .f2 .f2-son .box-top img {
	width: 70px;
	height: 70px
}

.foot1 .f2 .f2-son .box-top .f-tit {
	margin-top: 12px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 42px
}

.foot1 .f2 .f2-son .box-top .f-text {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 25px
}

.foot1 .f2 .f2-son .box-back {
	width: 350px;
	height: 0;
	transition: height 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	background: #e8473f;
	opacity: .8;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0
}

.foot1 .f2 .son2 {
	background-image: url(../image/goods_1546504034956.png)
}

.foot1 .f2 .son3 {
	background-image: url(../image/goods_1546504047675.png)
}