@utf8;
@viewport {
    width:device-width;
    zoom:1;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
@font-face{
    font-family: "Tw";
    src:url(../fonts/PFDinDisplayPro-Reg.ttf?id=sadss) format('truetype');
}
@font-face{
    font-family: "TwBold";
    src:url(../fonts/PFDinDisplayPro-Bold.ttf?id=sadss) format('truetype');
}

html{
    color:#000;
}
body{
    font-size: 16px;
    font-family: "Tw","Microsoft Yahei","Hiragino Sans GB","寰蒋闆呴粦";
}
a:link,a:visited{
    color:#111;
}
table{
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,th,var{
    font-style:normal;
    font-weight:normal;
}
ol,ul{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
    font-variant:normal;
}
sup{
    vertical-align:text-top;
}
sub{
    vertical-align:text-bottom;
}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    font-size:100%;

}
input[type=text],input[type=password],input[type=email],input[type=submit],input[type=button]{
    -webkit-appearance:none;
    border-radius:0px;
}
legend{
    color:#000;
}

span.horizontal{
    display: inline-block;
    width:20px;
    height:15px;
    vertical-align: middle;
    border: 1px solid #000;
}
span.vertical{
    display: inline-block;
    width:15px;
    height:20px;
    vertical-align: middle;
    border: 1px solid #000;
}
span.square{
    display: inline-block;
    width:15px;
    height:15px;
    vertical-align: middle;
    border: 1px solid #000;
}
span.panorama{
    display: inline-block;
    width:30px;
    height:15px;
    vertical-align: middle;
    border: 1px solid #000;
}
em.white{
    width:8px;
    height:8px;
    display: inline-block;
    border-radius:8px;
    background-color:#FFF;
    vertical-align: middle;
}
em.red{
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 6px;
    border: 2px solid #F33;
    vertical-align: middle;
}
/*general font*/
body{
    font-family: "Tw","microsoft yahei";
}
p{
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1px;
    font-family: "Tw","microsoft yahei";
}
h1{
    font-size: 24px;
    line-height:150%;
    letter-spacing: 1px;
    /*font-family: 'TwBold','microsoft yahei';*/
    font-family: 'Tw','microsoft yahei';
}
h2{
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 1px;
    font-family: 'Tw','microsoft yahei';
}
h3{
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 1px;
    font-family: 'Tw','microsoft yahei';
}
h4{
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 1px;
}
a{
    text-decoration: none;
    color:#000;
}
/*@media screen and (min-width: 1920px){
	h1{
		font-size: 32px;
	}
	h2{
		font-size:26px;
	}
	h3{
		font-size: 24px;
	}
	p{
		font-size: 16px;
	}
	span.period{
		font-size: 18px;
		line-height: 24px;
	}

}*/
@media screen and (max-width:768px){
    h1{
        font-size: 24px;
        line-height: 120%;
    }
    h2{
        font-size:20px;
        line-height: 200%;
    }
    h3{
        font-size: 18px;
        line-height: 120%;
    }
    h4{
        font-size:14px;
        line-height: 200%;
    }
    p{
        font-size:12px;
        line-height: 150%;
    }
    /*灏嗘憚褰变綔鍝侀〉鏍囬瀛楅棿璺濇敼灏� by lmf 20160929*/
    .adjust_all_photo h4 {
        letter-spacing: -0.4px;
    }

}
/*璋冧寒锛堥矞鑹筹級鍥剧墖 160923 lmf  */
img {
    filter: brightness(102%) saturate(135%);
    -webkit-filter: brightness(102%) saturate(135%);
    -moz-filter: brightness(102%) saturate(135%);
    -o-filter: brightness(102%) saturate(135%);
    -ms-filter: brightness(102%) saturate(135%);
}