@charset "utf-8";
@font-face{
	font-family: "texgyreadventor-bold";
	src:url("../font/texgyreadventor-bold.otf")
}
@font-face{
	font-family: "AdobeGothicStd-Bold";
	src:url("../font/AdobeGothicStd-Bold.otf")
}
*{box-sizing: border-box;}
body{
background: rgb(19,0,36);
background: linear-gradient(180deg, rgba(19,0,36,1) 10%, rgba(255,255,255,1) 95%);
}
/*sng*/
.sng-wrap{
    width: 100%;
    height: 60px;
    line-height: 30px;
    
}
.sng{
    width: 1400px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}
.sng ul{
    position: absolute;
    left: 0;
    margin: 10px;
    width: 1400px;
    height: 20px;
    font-size: 20px;
    font-family: texgyreadventor-bold;
}
.sng ul li{
    color: #fff;
    display: inline-block;
    height: 20px;
}
.sng ul li:first-child{
    font-size: 20px;
    display: inline-block;
}
/*section*/
section{margin: auto;width: 1400px;position: relative;font-size: 0;}
/*top*/
section .top img{
    width: 600px;
    margin-left: 100px;
}



section .top p:nth-child(1){
    font-size: 50px;
	font-family: "texgyreadventor-bold";
    padding-bottom: 20px;
}
section .top p:nth-child(2){
	font-family: "AdobeGothicStd-Bold";
    font-size: 25px;
    padding-bottom: 20px;
}
section .top p:nth-child(3){
	font-family: "AdobeGothicStd-Bold";
    font-size: 15px;
    line-height: 1.5;
}
.top-text{
    position: absolute;
    right: 150px;
    top: 50px;
}
/*bottom*/
.bottom{
    width: 1000px;margin: auto;
    background-color: rgba(255, 255, 255, 0.96);
    margin-bottom: 100px;
}
.content-wrap{
    display: table;
    width: 100%;
    height: 200px;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}
.content-wrap>div{
    display: inline-block;
}
.content-txt{
    vertical-align: top;
    margin-top: 50px;
    margin-left: 30px;
}
.content-txt p{
    color: #000;
    font-family: "AdobeGothicStd-Bold";
    padding: 10px;
    
}
.content-txt p i{
    color: #000;
}
.content-txt p:nth-child(1){
    font-size: 20px;
}
.content-txt p:nth-child(2){
    font-size: 15px;
}
.content-txt p:nth-child(3){
    font-size: 15px;
}







