\documentclass[a4paper]{letter}
\usepackage[top=1in,bottom=1in,left=1in,right=1in]{geometry}
\usepackage{fontspec}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{amsmath}
\pagestyle{fancy}
\title{\bf Recommendation Letter for Mr. Yunze Wei}
\author{Han Zhang}
\fancypagestyle{plain}{
\fancyhead[C]{\includegraphics[height=1.5cm]{pic/INSC.pdf}}
\fancyfoot[C]{}
}
\pagestyle{plain}
\makeatletter
\let\ps@empty\ps@plain
\let\ps@firstpage\ps@plain
\makeatother
% the end indent
\setlength{\longindentation}{3in}
\setlength{\indentedwidth}{\textwidth}
\addtolength{\indentedwidth}{-\longindentation}
%\setmainfont{Times New Roman}
\address{Room X-YYY, FIT Building\\ Tsinghua University,\\Beijing, P. R. China, 100084}
\begin{document}
% \thispagestyle{fancy}
\begin{letter}{\bf Recommendation Letter for Mr. Yunze Wei}
\opening{To Whom It May Concern:}
I am writing to highly recommend Yunze Wei for admission to $\hdots$. I am an professor of the Institute for Network Sciences and Cyberspace at Tsinghua University, specializing in $\hdots$. $\hdots$
\textbf{Project 1}. $\hdots$
\textbf{Project 2}. $\hdots$
\textbf{Project 3}. $\hdots$
\textbf{Personality}. $\hdots$
\textbf{Conclusion}. $\hdots$ I have no doubt that he can qualify your honorable program. If there is anything else I can do to support his application, please do not hesitate to contact me.
\closing{Sincerely yours,\\
\fromsig{%\includegraphics[scale=0.25]{pic/signature-xxx.jpg}
}
\fromname{XX XX, Professor\\
Institute for Network Sciences and Cyberspace\\
Email: \href{mailto:xxx@mail.tsinghua.edu.cn}{xxx@tsinghua.edu.cn}\\
Web: \url{https://www.insc.tsinghua.edu.cn/}}
}
\end{letter}
\end{document}