/*初始化*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: none;
}

/*为了照顾ie6 链接图片有边框*/
img {
	display: block;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun", "宋体";
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 16px;
	margin: 0;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

html,body{
	width: 100%;
	height: 100%;
}
body {
	font-size: 16px !important;
	color: #000;
	font-family: "微软雅黑";
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearit {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}
/* 思源宋体 */
@font-face {
	font-family: 'SourceHanSerif';
	src: url('../font/SourceHanSerifCN-Regular-1.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
.body-container {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.logo_search{
	width: 100%;
	height: 11.3rem;
	background-color: #f9f9f9;
}
.logo_search .logo{
	height: 11.3rem;
}
.logo_search .logo_txt{
	font-family: "SourceHanSerif";
}
.logo_search .logo_txt .txt_info p{
	width: 8.5rem;
}
.logo_search .logo_txt .txt_info p:nth-of-type(2){
	letter-spacing: 3px;
}
.logo_search .search .language{
	font-family: "SourceHanSerif";
	letter-spacing: 2px;
}
.logo_search .search .language a{
	padding:  0 2px;
}
.logo_search .search .search_btn{
	border: 1px solid #909090;
	padding: 0.3rem;
	border-radius: 0.5rem;
}
#searchButton {
	cursor: pointer;
}
.logo_search .search input{
	width: 20rem;
	border: none;
	background-color: rgba(0,0,0,0);
	font-size: 0.8rem;
	color: #909090;
}
.logo_search .search input:focus{
	outline: none;
}

.header-top {
	height: 46px;
	background-color: #e2e2e2;
}

.header-top-wrapper {
	display: flex;
	height: 46px;
	justify-content: space-between;
	align-items: center;
}

.header-top-wrapper .lang-links a {
	font-size: 14px;
	color: #464646;
}

.search_btn {
	width: 270px;
	height: 50px;
	position: relative;
}

.search_btn input {
	border-radius: 8px;
	border: 1px solid #a3a3a3;
	width: 100%;
	padding-left: 8px;
	padding-right: 40px;
}

#searchButton {
	height: 100%;
	position: absolute;
	right: 10px;
	cursor: pointer;
}

.search_links span {
	color: #303030;
	font-size: 14px;
}

.search_links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.href-icon {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-left: 24px;
}

.href-icon div {
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
}

#appdown-button img, #rmjz-button img, #mail-button img {
	height: 23px;
}

#appdown-button span, #rmjz-button span, #mail-button span{
	font-size: 14px;
	margin-left: 4px;
	color: #464646;
}

/*头部右侧*/
.header-jump-box {
	background-color: #ffffff;
	border: 1px solid #be142a;
	width: 188px;
	/*height: 205px;*/
	position: absolute;
	top: 40px;
	z-index: 1000;
}

.rmjz-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.rmjz-list-item {
	width: 100%;
	display: flex;
	align-items: center;
	height: 30px;
	cursor: pointer;
	/*background-color: #ece7d9;*/
}

.rmjz-list-item img {
	padding: 0 8px 0 12px;
}

.rmjz-list-item span {
	font-size: 14px;
	color: #464646;
}

.index-nav{
	width: 100%;
	height: 3.8rem;
	background-color: #be142a;
}
.index-nav .nav{
	height: 3.8rem;
	font-size: 1rem;
	color: #fff;
}
.index-nav .nav li {
	padding-left: 1rem;
	padding-right: 1rem;
	background: url(../img/xian.png ) no-repeat left center;
	cursor: pointer;
}

.index-nav .nav li a {
  color: #fff;
}

.index-nav .nav li:nth-of-type(1){
	padding-left: 0;
	background: none;
}
.index-nav .nav li:nth-last-of-type(1){
	padding-right: 0;
}

/* 为包含下拉菜单的li添加相对定位 */
.index-nav ul li {
	position: relative;
}

/* 下拉菜单默认隐藏 */
.nav-sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #ff6f6f;
	width: 100px;
	z-index: 1000;
	padding: 0;
	margin: 0;
	list-style: none;
}

/* 当鼠标悬停在包含下拉菜单的li上时显示下拉菜单 */
.index-nav ul li.dropdown:hover .nav-sub {
	display: block;
}

/* 下拉菜单项样式 */
.nav-sub-item {
	text-align: center;
	line-height: 30px;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #ff9494;
}

/* 下拉菜单链接样式 */
.nav-sub-item a {
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	transition: color 0.3s ease;
}

/* 下拉菜单链接悬停样式 */
.nav-sub-item a:hover {
	color: #ffe400 !important;
}


.footer-ewm{
	width: 100%;
	height: auto;
	padding-top: 4rem;
	padding-bottom: 4rem;
	background-color: #ebe8e3;
}
.footer-ewm .ewmBox div{
	width: 9%;
	text-align: center;
	font-size: 0.8rem;
}
.footer-ewm .ewmBox div img{
	width: 100%;
	height: auto;
	margin: 0 auto 0.2rem;
}
.footer{
	font-size: 1rem;
	color: #f3f3f3;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #373737;
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px;
	}
}
