/*初始化*/
*{margin: 0;padding: 0;text-decoration: none;list-style: none;font-size: 14px;font-family: Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;color: #333;}
/*a标签去蓝底*/
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
.w1200{width: 1300px;margin: auto;}
.grey-bg{background: #f6f7fb;}

.nyl_title .big {
	font-size: 30px;
	color: #333;
	text-align: center;
	padding-top: 60px;
	line-height: 60px;
}
.nyl_title .small {
	color: #999999;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}

.ylp_sbanner {
    text-align: center;
    width: 100%;
    height: 320px;
    background:url('../../static/images/5a9f90b94de6a.jpg') center;
    /* margin-top: 60px; */
}

.ylp_sbanner .gaoqi {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    padding-left: 60px;
    padding-bottom: 48px;
    padding-right: 50px;
    padding-top: 12px;
    background: url(../../static/images/zzrz/gaoqi.png) top left no-repeat;
}

.ylp_sbanner .shuangruan {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    padding-left: 85px;
    padding-bottom: 48px;
    padding-right: 50px;
    padding-top: 12px;
    background: url(../../static/images/zzrz/shuangruan.png) top left no-repeat;
}

.ylp_sbanner .keqi {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    padding-left: 60px;
    padding-bottom: 48px;
    padding-right: 50px;
    padding-top: 12px;
    background: url(../../static/images/zzrz/keqi.png) top left no-repeat;
}

.ylp_sbanner .chuangqi {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    padding-left: 60px;
    padding-bottom: 48px;
    padding-right: 50px;
    padding-top: 12px;
    background: url(../../static/images/zzrz/chuangqi.png) top left no-repeat;
}

.ylp_sbanner .text {
    color: #fff;
    font-size: 30px;
    padding-top: 48px;
    font-weight: 700;
}
.ylp_sbanner .btn {
    transition: ease .3s;
    background: #fff;
    text-align: center;
    color: #2b97f9;
    font-size: 16px;
    width: 180px;
    height: 54px;
    line-height: 50px;
    padding: 0;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 28px;
    border-radius: 50px;
}
.ylp_sbanner .btn:hover {
	background: #ddd;
}

.g_banner{
	width: 100%;
	height: 400px;
	background: url(../../new/static/images/c_banner.jpg);
	background-position: top center;
}
#_licenseCheck{
	position: relative;
	display: block;
}
#imgLicense{
	display: block;
	position: absolute;
	top: -110px;
	left: calc(50% + 180px);
	width: auto;
	height: 40px;
}