body{
	margin: 0;
    padding: 0;
    background: #f2f2f2;
    font-size: 100%;
    font-family: PingFangSC-Regular,PingFang SC,Segoe UI,Arial,Microsoft Yahei,Microsoft Yahei In-Bold,Apple LiGothic Medium;
    color: #1a1a1a;
    width: 100%;
    height: 100%;
}
a{
	margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
li{
	list-style:none
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
.first-layout{
	position: relative;
    height: 100vh;
    overflow: auto;
}
.first-layout .heda{
	position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
}
.first-layout .heda .header{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.header .page-header{
	height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #151536;
}
.header .page-nav{
	height: 120px;
    background: #fff;
}
.first-layout .main{
	min-height: 100%;
    padding-bottom: 20px;
}
.main .main-box{
	margin: 0 auto;
    width: 1200px;
    /*padding: 20px 0;*/
}
.main .main-box .aboutNcs{
	margin: 10px 0;
  	width: 100%;
  	height: 100%;
  	background: white;
  	padding-top: 51px;
	
}
.aboutNcs .about-title{
	width:100%;
    height:40px;
    font-size:30px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color: #192464;
    text-align: center;
    margin-bottom: 13px;
}
.aboutNcs .box-line{
	width:59px;
    height:6px;
    background:#4f99c2;
    margin: 0 auto;
}
.aboutNcs .line{
	width:100%;
    height:1px;
    background:#d8d8d8;
}
.aboutNcs .en-name{
	width:82px;
    height:16px;
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:#192464;
    line-height:16px;
    margin: 0 auto;
    margin-top: 11px;
}
.aboutNcs .detsil-box{
	width:1060px;
    height:165px;
    padding:30px 40px;
    background: url(../image/beijing048.png) no-repeat;
    background-size: 1140px 225px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 30px;
    color: white;
     /* 此处加上-ms前缀，让IE识别 */ 
  	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/beijing048.png',sizingMethod='scale');
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/beijing048.png',sizingMethod='scale');
  	/* \9 是 IE的CSS hack,IE9以下识别，不包括IE 9 */
  	background: none\9;
}
.detsil-box h4{
	width:416px;
    height:26px;
    font-size:30px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color: #fff;
    line-height:26px;
    margin-bottom: 10px;
}
.detsil-box h3{
	width:416px;
    height:26px;
    font-size:24px;
    font-family:PingFangSC-Semibold,PingFang SC;
    font-weight:600;
    color: #fff;
    line-height:26px;
}
.detsil-box .gs-main{
	width:581px;
    height:80px;
    /*font-size:16px;*/
  	margin-top: 14px;
  	/*font-family:PingFangSC-Regular,PingFang SC;
  	font-weight:400;*/
  	/*color:#fff;
  	line-height:24px;*/
}
/*.detsil-box .gs-main span{
	display: inline-block;
    width: 40px;
}*/
.aboutNcs .content{
	width:1140px;
    /*height:961px;*/
    font-size:16px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:#333;
    line-height:30px;
    margin: 0 auto;
}
/*.aboutNcs .content p{
	margin: 30px 0;
}*/
.main .footer{
    width: 100%;
    height: 160px;
    background: #151536;
}