html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,figure{
	font-size:14px;
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
p{
	padding: 0;
	margin: 0;	
}
body{
	font-family: "PingFang SC", "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, 	Arial, sans-serif;
	color:#333;
	background-color: #fff;
}
ul,li,ol {
	list-style-type: none;
	background: transparent;
	margin-bottom:0;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #CC0073;
	text-decoration: none;
}
a,button,input{ 
	outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888; opacity:1; 
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888;opacity:1;
}

input:-ms-input-placeholder{
    color: #888;opacity:1;
}
input::-webkit-input-placeholder{
    color: #888;opacity:1;
}
embed,
iframe,
object {
  max-width: 100%;
  display:block;
}
table{
  margin:15px auto;
  border-collapse:collapse;
  width:100%;
}
table th {
    vertical-align: middle;
    padding: 10px;
    text-align: left;
    color: #fff;
    font-size: 18px;
	font-weight: 400;
}
table td {
	vertical-align: middle;
    padding: 5px;
    font-size: 16px;
	border: 1px solid #ccc;
}
.f5f9ff{background-color:#F5F9FF;}
.f7f7f7{background-color:#F7F7F7;}
.C569C{	color: #0C569C !important;}
.CC0073{color: #CC0073 !important;}
.c9{color: #999999 !important;}
.fs13{
    font-family: PingFangSC-Regular;
    font-size: 13px;
    color: #999999;
    line-height: 1.42;
    font-weight: 400;
}
.fs16{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	line-height: 1.42;
	font-weight: 400;
}
.fs16-b{
	font-family: PingFangSC-Semibold;
	font-size: 16px;
	line-height: 1.42;
	font-weight: 600;
}
.fs18{
	font-family: PingFangSC-Regular;
	font-size: 18px;
	line-height: 1.42;
	font-weight: 400;
}
.fs18-b{
	font-family: PingFangSC-Semibold;
	font-size: 18px;
	line-height: 1.42;
	font-weight: 600;
}
.fs22{
	font-family: PingFangSC-Regular;
	font-size: 22px;
	line-height: 1.42;
	font-weight: 400;	
}
.fs22-b{
	font-family: PingFangSC-Semibold;
	font-size: 22px;
	line-height: 1.42;
	font-weight: 600;
}
.fs28-b{
    font-family: PingFangSC-Semibold;
    font-size: 28px;
	line-height: 1.42;
    font-weight: 600;
}
.fs30-b{
	font-family: PingFangSC-Semibold;
	font-size: 30px;
	line-height: 1.42;
	font-weight: 600;
}
.fs38-b{
	font-family: PingFangSC-Semibold;
	font-size: 38px;
	line-height: 1.42;
	font-weight: 600;
}
.bor-btm{border-bottom:1px solid #E6E6E6;}
.fancybox__content :focus,button:focus,input:focus{
    outline: none !important;
}
.zindex1{z-index:1;position:relative;}	
.zindex10{z-index:10;position:relative;}	
.zindex100{z-index:100;position:relative;}	
.animate3s, .wp-post-image,.imghidden img{
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.scale1{
	transform: scale(1);
	-ms-transform:scale(1); /* IE 9 */
    -webkit-transform:scale(1); /* Safari and Chrome */	
}
.imghidden:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.imghidden{
	overflow:hidden;
}
.xs-btn {
	color:#fff;
    padding: 15px 30px;
    background-color: rgba(0,0,0,0);
    border: 1px solid rgba(0,0,0,0);
    cursor: pointer;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    outline: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.b-btn i ,.c-btn i{
	color: #fff;
}
.c-btn{
    background-color: #CC0073;
    border-color: #CC0073;	
}
.c-btn:hover{
    background-color: #ffffff;
    border-color:#CC0073;
	color:#CC0073;
}
.c-btn:hover i{
	color:#CC0073;
}
.b-btn{
	background-color: rgba(0,0,0,0);
    border-color: #fff;
}
.b-btn:hover{
    background-color: #f54b28;
    border-color: #f54b28;
	color: #fff;
}
.h-btn{
	border-color: #333;
    color: #333;
}
.h-btn:hover{
    background-color: #f54b28;
    border-color: #f54b28;
	color: #fff;
}