﻿.banner{
    display:block;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.container-navigator{
	width: 100%;
	height: 80px;
	background-color: #f0f0f0;
    margin-left:auto;
    margin-right:auto;
}
.content-navigator{
    width: 1440px;
	height: 100%;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-direction:row;
    align-items:center;
}
.div-line{
	width: 3px;
	height: 16px;
	background-color: #ff7237;
    margin-right:5px;
}
.content-navigator a{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    margin-right:5px;
    margin-left:5px;
}
.content-navigator a:hover{
    color:#ff7237;
}
.container-main{
    width: 100%;
	background-color: #ffffff;
    margin-left:auto;
    margin-right:auto;
}
.content-main{
     width: 1440px;
    margin-left:auto;
    margin-right:auto;
    overflow:hidden;
    padding-bottom:180px;
}
.content-main p:nth-of-type(1){
	font-family: PingFang-SC-Bold;
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ff7237;
    margin-top:87px;
}
.content-main p:nth-of-type(2) {
	font-family: PingFang-SC-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #000000;
    margin-top:60px;
}
.content-main p:nth-of-type(3){
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
    margin-top:20px;
}
.content-main div:first-of-type{
}
.content-main div:first-of-type span{
	font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.container-purchase-channels-bottom{
    width:1440px;
    height:300px;
    margin-left:auto;
    margin-right:auto;
    margin-top:80px;
    margin-bottom:80px;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
}
.container-purchase-channels-bottom .container-item{
    margin-right:120px;
}
.container-purchase-channels-bottom div div{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
	width: 200px;
	height: 200px;
	background-color: #ffffff;
	border-radius: 16px;
    overflow:hidden;
    border-radius: 16px;
	border: solid 1px #dddddd;
}
.container-purchase-channels-bottom div div .a-purchase-channels-first{
    display:block;
	width: 100px;
	height: 120px;
    background-image:url('https://images.jinbaiji.com.cn/images/logo_jh.png');
    background-repeat:no-repeat;
    background-position:0px 0px;
    /*background-size:100px 100px;*/
    margin-top:40px;
}
.container-purchase-channels-bottom div:nth-of-type(2)  div a{
    background-position:-120px 0px;
}
.container-purchase-channels-bottom div:nth-of-type(3)  div a{
    background-position:-240px 0px;
}
.container-purchase-channels-bottom div:nth-of-type(4)  div a{
    background-position:-360px 0px;
}
.container-purchase-channels-bottom div .a-purchase-channels-second{
    display:block;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    text-align:center;
    margin-top:30px;
}
.container-purchase-channels-bottom div .a-purchase-channels-second:hover{
    color:#ff7237;
}

.content-main p:nth-of-type(1){
	font-family: PingFang-SC-Bold;
	font-size: 40px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ff7237;
    margin-top:87px;
}