
@charset "utf-8";
*{outline: none!important;-webkit-tap-highlight-color:rgba(0,0,0,0)!important;-webkit-tap-highlight-color: transparent!important;}
@font-face {
	font-family: Montserrat-SemiBold;
	src: url(Montserrat-SemiBold_0.ttf);
}
@font-face {
	font-family: Poppins-Bold;
	src: url(Poppins-Bold.ttf);
}
@font-face {
	font-family: Poppins-Black;
	src: url(Poppins-Black.ttf);
}
@font-face {
	font-family: HYShangWeiShouShuW;
	src: url(HYShangWeiShouShuW.ttf);
}
@font-face {
	font-family: Poppins-SemiBold;
	src: url(Poppins-SemiBold.ttf);
}
@font-face {
	font-family: Poppins-Regular;
	src: url(Poppins-Regular.ttf);
}
@font-face {
	font-family: Montserrat-Regular;
	src: url(Montserrat-Regular_0.ttf);
}
@font-face {
	font-family: Montserrat-Medium;
	src: url(Montserrat-Medium-7.otf);
}
@font-face {
	font-family: Montserrat-Light;
	src: url(Montserrat-Light_0.ttf);
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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;
}
#fzIntroducetitle,#fzConttitle { display: none;}
.clearfix::after { content: ''; clear: both; display: block; height: 0;}

body {
	margin: 0px;
	overflow-x: hidden;
	padding: 0px;
	color: #333;
	line-height: 1;
	background: #FFF;
}
*{outline:none!important;}
ul,
li,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
form,
input {
	margin: 0px;
	padding: 0px;
}

input,
textarea {
	font-family: "scl";
	border: none;
	outline: none;
	background: none;
}

ul,
li {
	list-style: none
}

img {
	border: 0px;
	padding: 0px;
	display: block;
}

a {
	color: #5c5c5c;
	text-decoration: none
}

button {
	outline: none;
	border: none;
}

h2,
h3,
h4,
b{
	font-weight: normal;
}

em,
i {
	font-style: normal;
}

.introduceInfor img { max-width: 100%;}

