﻿.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-title{
	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-sub-title {
	font-family: PingFang-SC-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
    margin-top:60px;
}
.content-main .div-third-title{
    font-family: PingFang-SC-Bold;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
    margin-top:40px;
    display:flex;
    flex-direction:row;
    align-items:center;
}
.content-main .div-third-title b{
    display:block;
    width:20px;
    height:24px;
    background-image:url("https://images.jinbaiji.com.cn/images/icon_lxwm.png");
    background-repeat:no-repeat;
    background-position:0px 0px;
    margin-right:8px;
}
.p-desc{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    margin-top:30px;
}
.div-zxkf{
	width: 220px;
	height: 260px;
	background-image:url("https://images.jinbaiji.com.cn/images/zxkf.png");
    background-repeat:no-repeat;
    overflow:hidden;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    margin-top:40px;
    display:flex;
    flex-direction:column-reverse;
    align-items:center;
}
.container-contact{
    display:flex;
    flex-direction:row;
    margin-top:40px;
}
.container-contact div{
    width: 220px;
	height: 260px;
    background-repeat:no-repeat;
    overflow:hidden;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    display:flex;
    flex-direction:column-reverse;
    align-items:center;
    margin-right:60px;
}
.container-contact div:nth-of-type(1){
	background-image:url("https://images.jinbaiji.com.cn/images/wxgzh.png");
}
.container-contact div:nth-of-type(2){
	background-image:url("https://images.jinbaiji.com.cn/images/dygfh.png");
}
.container-contact div:nth-of-type(3){
	background-image:url("https://images.jinbaiji.com.cn/images/xhsgfh.png");
}