.bg{
	background-color: #fff;
}
.bg .bg1{
	width: 100%;
	border-top: 1px solid #000;
	color: #fff;
}
.bg .bg1 .bg1_1{
	position: relative;
	width: 66.7%;
	margin: 0 auto;
}
.bg .bg1 .bg1_1 .bg1_1_1 img{
	width: 100%;
	margin-top: -1px;
}
.bg .bg1 .bg1_1_2{
	position: absolute;
	top: 5%;
	left: 1%;
}
.bg .bg1 .bg1_1_2 ul{}
.bg .bg1 .bg1_1_2 ul li{
	font-size: 12px;
	float: left;
	padding: 0px 3px;
}
.bg .bg1 .bg1_1_2 ul li a{
	color: #fff;
}
.bg .bg1 .bg1_1_2 ul li span{}
.bg .bg1 .bg1_1_3{
	position: absolute;
	font-size: 15px;
	top: 42%;
	right: 12%;
}


.bg .bg2{
	width: 66.7%;
	height: 60px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}
.bg .bg2 ul{}
.bg .bg2 ul li{
	float: left;
	padding: 0 50px;
}
@media(max-width: 1700px){
.bg .bg2 ul li{
	padding: 0 40px;
}
}
@media(max-width: 1500px){
.bg .bg2 ul li{
	padding: 0 30px;
}
}
@media(max-width: 1300px){
.bg .bg2 ul li{
	padding: 0 20px;
}
}
.bg .bg2 ul li a{
	color: #000;
	font-size: 14px;
	line-height: 60px;
}


.bg .bg3{
	width: 66.7%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	margin-top: 27px;
}
.bg .bg3 .left{
	width: 74.8%;
}
@media(max-width: 1400px){
.bg .bg3 .left{
	width: 72.2%;
}
}
.bg .bg3 .left>div{
	width: 100%;
}
.bg .bg3 .left>div:first-of-type{
	font-size: 27px;
	font-weight: bold;
	color: #000;
	padding-left: 2%;
	line-height: 3em;
}
.bg .bg3 .left>div:nth-of-type(2){
	background-color: #eeeeee;
	font-size: 16px;
	font-weight: bold;
	height: 3.2em;
	color: #000;
	line-height: 3.2em;
	padding-left: 2%;
}
.bg .bg3 .left>div:nth-of-type(3){
	display: flex;
	justify-content:flex-end;
	padding: 2em 0px;
}
.bg .bg3 .left>div:nth-of-type(3) a{
	color: #fff;
	background-color: #000;
	font-size: 14px;
	line-height: 36px;
	width: 127px;
	text-align: center;
}
.bg .bg3 .left>div:nth-of-type(4){}
.bg .bg3 .left>div:nth-of-type(4)>ul{
	width: 100%;
	display: flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.bg .bg3 .left>div:nth-of-type(4)>ul .item{
	width: 33.3%;
	margin-top: 3%;
	font-size: 14px;
	border-right: 1px solid #7d7d7d;
	padding-left: 5%;
	padding-right: 2%;
}
.bg .bg3 .left>div:nth-of-type(4)>ul .item:nth-of-type(3n+1){
	padding-left: 0px;
}

.bg .bg3 .left>div:nth-of-type(4)>ul .item:nth-of-type(3n+3){
	border-right: none;
	padding-right: 0px;
}


/*地址*/
.bg .bg3 .left>div:nth-of-type(4)>ul .item ul{}
.bg .bg3 .left>div:nth-of-type(4)>ul .item ul li{
	margin-top: 1em;
	font-weight: bold;
}
.bg .bg3 .left>div:nth-of-type(4)>ul .item ul li span{}
.bg .bg3 .left>div:nth-of-type(4)>ul .item ul li:first-of-type{
	height: 3em;
	border-bottom: 1px solid #636363;
}
.bg .bg3 .left>div:nth-of-type(4)>ul .item ul li:first-of-type a{
	display: block;
	line-height: 3em;
	width: 4em;
}
.bg .bg3 .left>div:nth-of-type(4)>ul .item ul li:first-of-type a span{
	display: block;
	color: #000;
	height: 2em;
}
.bg .bg3 .left>div:nth-of-type(4)>ul .item ul li:first-of-type a:hover{
	border-bottom: 2px solid #636363;
}
.bg .bg3 .left>div:nth-of-type(4)>ul .item ul li:nth-of-type(2){
	margin-top: 1.5em;
}
.bg .bg3 .left>div:nth-of-type(4)>ul .item ul li:last-of-type{
	display: flex;
	justify-content:space-between;
	margin-top: 2em;
}
.bg .bg3 .left>div:nth-of-type(4)>ul .item ul li:last-of-type a{
	color: #000;
	padding: 0.7em 1.5em;
	color: #fff;
	background-color: #000;
}


/*右侧客服中心*/
.bg .bg3 .right{
	widows: 22.7%;
	min-width: 230px;
	background-color: #eeeeee;
	padding-bottom: 5%;
}
.bg .bg3 .right ul{
	width: 78.3%;
	margin: 0 auto;
}
.bg .bg3 .right ul span{
	display: block;
	text-align: center;
}
.bg .bg3 .right ul li{
	font-size: 15px;
}
.bg .bg3 .right ul li:first-of-type{
	border-bottom: 1px solid #7d7d7d;
	width: 100%;
	height: 55px;
	line-height: 4em;
}
.bg .bg3 .right ul li:nth-of-type(2){
	padding-top: 15%;
	height: 136px;
}
.bg .bg3 .right ul li:last-of-type{}
.bg .bg3 .right ul li:last-of-type a{
	background-color: #000;
	color: #fff;
	text-align: center;
	width: 55.9%;
	padding: 0.6em 0px;
	display: block;
	margin: 0 auto;
}


/*底部*/
.bg4{
	margin-top: 190px;
}
.bg4>.bg4_1{}
.bg4>.bg4_1>ul{
	width: 100%;
	height: 226px;
	display: flex;
	justify-content:space-around;
	background-color: #f5f5f5;
}
.bg4>.bg4_1>ul>li{
	width: 25%;
	box-sizing:boder-box;
}
.bg4>.bg4_1>ul>li ul{
	margin-top: 17px;
	padding: 20px 0px;
	height: 191px;
	border-left:1px solid #a0a0a0;
}
.bg4>.bg4_1>ul>li:first-of-type ul{
	border: none;
}
.bg4>.bg4_1>ul>li ul li{
	text-align: center;
	margin-top: 15px;
	color: #000;
}
.bg4>.bg4_1>ul>li ul li:nth-of-type(2){
	font-size: 19px;
	font-weight: bold;
}
.bg4>.bg4_1>ul>li ul li:nth-of-type(3){
	font-size: 15px;
	padding-bottom: 20px;
}
.bg4>.bg4_2{
	margin-top: 50px;
}
.bg4>.bg4_2 p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

