﻿.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{
    margin-top:60px;
}
.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;
}
.content-main div:first-of-type a{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #3699ff;
}
