body,
html {
  /*font-family:"San Francisco Display","pingfang", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
  /*font-family: "PingHei",  "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
  /*font-family: -apple-system, "苹方-简", "Helvetica Neue", "Helvetica", "STHeitiSC-Light", "Arial", "微软雅黑", sans-serif;*/
  /*font-family: -apple-system, "PingFang SC", "STHeitiSC", "PingFangSC-Regular";*/
  /*font-family: "PingFang SC", "苹方-简", "Helvetica Neue", "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;*/
  font-family: -apple-system, "SF Pro SC", "HanHei SC", "SF Pro Text",
    "Myriad Set Pro", "SF Pro Icons", "Apple Legacy Chevron", "PingFang SC",
    "Helvetica Neue", "Helvetica", "Arial", "微软雅黑", sans-serif;
}

.__qm{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  /* ie7-9 */
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter:gray;
}

body {
	padding: 0 !important;
	margin: 0 !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none;
	background-color: #ffffff;
  }

.main{
	width: 100%;
	min-width: 1620px;
	margin: 0 auto;
	background-image: url('../image/bj-img.png');
	background-size: 100% 100%;
	color: #333333;
}
.main > img{
	display: block;
}
.header {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    /* background-color: red; */

}
.header>img {
    width: 60px;
    height: 60px;
    white-space: nowrap;
    padding-left: 20px;
}
.header>p {
    font-size: 20px;
    font-weight: 700;
    margin-left: 5px;
    color: #636363;
}
.head{
	font-size: 20px;
	height: 95px;
	box-shadow:0px 2px 3px 0px rgba(0,0,0,0.09);
	background-color: #fff;
	padding-left: 21px;
}

.head-img{
	width: 142px;
	height: 57px;
	margin-top: 20px;
}
/* .main > .content:nth-of-type(2){
	height: 600px;

} */
.content{
	width: 100%;
	height: 837px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-left{
	width: 679px;
	margin-right: 60px;
}

.left-top{
	display: flex;
	align-items: center;
}

.top-logo{
	width: 108px;
	height: 108px;
}

.top-info{
	margin-left: 17px;
}

.info-title{
	font-size: 36px;
	margin: 0;
	line-height: 50px;
}

.info-detail{
	font-size: 24px;
	margin: 0;
}

.content-info{
	font-size: 16px;
}

.conent-info-top{
	padding-top: 30px;
}

.right-img{
	width: 699px;
	height: 644px;
}

.bottom{
	padding: 0 240px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:linear-gradient(128deg,rgba(255,120,65,1) 0%,rgba(250,102,52,1) 100%);
	height: 148px;
	color: #fff;
	font-size: 12px;
}

.bottom-right{
	text-align: right;
}

a{
	text-decoration:none;
	color: #fff;
}