@font-face {
	font-family:'NotosancSC';
	src: url(../font/SourceHanSansCN-Medium.otf) format('otf');
	/* src: url('../font/SourceHanSansCN-Normal.otf') format('otf'); */
}

*{
	margin: 0;
	padding: 0;
}
html{
	width: 100%;
	font-size: 16px;
}
body{
	font-family: "Times New Roman";
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	color:#000;
}
img{
	display: block;
}
input{
  outline:none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

/* nan部分 */
#dt-header{
	width: 100%;
	height: 85px;
	display: flex;
	justify-content:space-between;
	box-sizing: border-box;
	padding:0 12.5%;
	position: fixed;
	left: 0;
	top:0;
	z-index: 888;
	transition: background-color 0.3s linear;
}
#dt-header.colourlessbg{
	background-color: transparent;
	backdrop-filter:none;
}
#dt-header.rgbabg{
	background-color:rgba(0,0,0,0.2);
	backdrop-filter:blur(61.70000076293945px);
}
#dt-header.whitebg{
	background-color:#fff;
	backdrop-filter:none;
}
#dt-header .whitefont{
	color: #fff;
}
#dt-header .goldenfont{
	color: #daaa2a;
}
#dt-header .blackfont{
	color: #000;
}
#header-logo{
	height: 75px;
	margin:5px 0;
}
#logo{
	height: 75px;
	width: auto;
}
#nav{
	width:800px ;
	height: 85px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
#nav .nav-li{
	height: 85px;
	line-height: 85px;
}
#nav .partwrap-li{
	position: relative;
}
#nav .nav-li .nav-a{
	display: inline;
	position: relative;
}
#nav .nav-li .nav-a h2{
	font-weight: normal;
	font-size: 18px;
	display: inline;
}
#nav .nav-li .nav-a i{
	position: absolute;
	left: 0;
	bottom:-5px;
	width: 0;
	height: 2px;
	background-color:#daaa2a;
	transition: 0.5s;
}
#nav .nav-li:hover .nav-a{
	color: #daaa2a;
}
#nav .nav-li:hover .nav-a i{
	width: 100%;
}
#nav .nav-down-wrap{
	display: block;
	height:0;
	position: absolute;
	overflow: hidden;
	z-index: 888;
	box-sizing: border-box;
	transition: height 0.6s linear;
}
#nav .nav-li .fullwrap{
	width: 100%;
	left: 0;
	top:85px;
	background-color:#ffffff;
}
#nav .nav-li .fullwrap .nav-down-text{
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 30px;
}
#nav .nav-li .fullwrap .nav-down-text a{
	width: 215px;
	margin-right:25px;
}
#nav .nav-li .fullwrap .nav-down-text a:nth-last-of-type(1){
	margin-right: 0;
}
#nav .nav-li .fullwrap .nav-down-text .nav-ico{
	width: 215px;
	height: 215px;
	background-color: #eaeaea;
	overflow: hidden;
	display: grid;
	place-items:center;
	border-radius: 15px;
	margin-bottom: 40px;
}
#nav .nav-li .fullwrap .nav-down-text .nav-ico img{
	width:146px;
	height: 138px;
	transition: 0.7s linear;
	transform-origin:center;
}
#nav .nav-li .fullwrap a span{
	display: block;
	text-align: center;
	font-family:'NotosancSC';
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}
#nav .nav-li .fullwrap .nav-down-text .nav-ico:hover img{
	transform: scale(1.16);
}
#nav .nav-li .partwrap{
	width: 150px;
	background-color:#f0f0f0;
	border-radius:0 0 15px 15px;
	left: -40px;
	top:85px;
	box-sizing: border-box;
}
#nav .nav-li  .nav-contact-wrap{
	width: 170px;
	left: -50px;
}
#nav .nav-li .partwrap p{
	text-align: center;
	height: 24px;
	line-height: 24px;
	padding:12px 0;

}
#nav .nav-li .partwrap a{
	color: #000;
	font-size: 15px;
}
#nav .nav-down-wrap a:hover{
	color: #daac25;
}
#nav .nav-li:hover .fullwrap{
	height: 360px;
	border-top:1px solid #EEEEEE ;
}
#nav .nav-li:hover .nav-about-wrap{
	height: 240px;
	border-top:1px solid #EEEEEE ;
}
#nav .nav-li:hover .nav-contact-wrap{
	height: 55px;
	border-top:1px solid #EEEEEE ;
}
#header-language{
	width: 24px;
	height: 85px;
	position: relative;
	cursor: pointer;
}
#iconlanguage{
	width: 100%;
	height: 100%;
	font-size: 24px;
	display: block;
	line-height: 85px;
}
#header-language .languagewrap{
	width: 120px;
	height:0;
	position: absolute;
	left:-40px;
	top:85px;
	background-color:#f0f0f0;
	overflow: hidden;
	z-index: 888;
	box-sizing: border-box;
	transition: height 0.6s;
	border-radius:0 0 15px 15px;
	transition: height 0.6s linear;
}
.languagewrap a{
	display: block;
	font-size: 16px;
	line-height: 40px;
	padding-left:15px;
	color:#666;
}
.languagewrap a:nth-of-type(1){
	margin-top: 10px;
}
.languagewrap a span{
	padding:0 6px;
}
.languagewrap a:hover{
	color: #daac25;
}
#header-language:hover .languagewrap{
	height:140px;
}


/* 网站底部 */
.slide-footer{
	width: 100%;
	height: 560px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #f0f0f0;
	padding-top:70px;
}
.dt-footer{
	width: 75%;
	margin: 0 auto;
	max-width: 1440px;
}
.dt-footer .footer-nav{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.dt-footer .footer-nav .footer-nav-left{
	width: 75%;
	border-right: 1px solid #414141;
	padding-right: 8%;
	box-sizing: border-box;
}

.dt-footer .footer-nav .footer-nav-ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.dt-footer .footer-nav-ul .footer-nav-li h2{
	font-size: 26px;
	color: #414141;
	margin-bottom: 30px;
}
.dt-footer .footer-nav-ul .footer-nav-li h2:hover a{
	color: #daaa2a;
}
.dt-footer .footer-nav-ul .footer-nav-li h3{
	font-size: 16px;
	margin-bottom: 25px;
	font-weight: normal;
}
.dt-footer .footer-nav-ul .footer-nav-li h3 a{
	color: #414141;
}
.dt-footer .footer-nav-ul .footer-nav-li h3:hover a{
	color: #daaa2a;
}
.footer-nav .footer-nav-right .footer-right-list:nth-of-type(1){
	margin-bottom:25px;
}
.footer-nav .footer-nav-right .footer-right-list strong{
	font-size: 24px;
	color: #414141;
	margin-bottom: 15px;
	display: block;
}
.footer-nav .footer-nav-right .footer-right-list p{
	font-size:16px;
	color:#6f6e6e;
	line-height: 26px;
}
.footer-nav .footer-nav-right .footer-right-list p span{
	color: #414141;
}
.footer-nav .footer-nav-right .footer-right-list img{
	width: 120px;
	height: 120px;
}
.dt-footer .footer-address{
	width: 100%;
	border-bottom:1px solid #ccc ;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.dt-footer .footer-address p{
	font-size: 17px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dt-footer .footer-address strong{
	font-size: 22px;
}
.dt-footer .footer-filing{
	width: 100%;
}
.dt-footer .footer-filing p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #666;
	font-size: 17px;
}
.dt-footer .footer-filing p span{
	margin-right:15px;
}
.dt-footer .footer-filing p a{
	color: #666;
}
.dt-footer .footer-filing p a:hover{
	color: #666;
}
