/*2023-5-6*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

html,
body {
	font-family: "Microsoft YaHei", Arial, serif, "Tahoma";
	font-size: 14px;
	color: #333;
}
div,h1,h2,ul,li,a {
    word-break: break-word;
 
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
        cursor: pointer;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

textarea {
	height: auto;
	min-height: 50px;
	border-radius: 0;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0;
}

button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	background: 0 0;
	line-height: 1;
	cursor: auto;
}

[data-whatinput=mouse] button {
	outline: 0;
}

pre {
	overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #cacaca;
	border-radius: 0;
	background-color: #fefefe;
	-webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 5px #cacaca;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
}

textarea {
	max-width: 100%;
}

textarea[rows] {
	height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed;
}

[type=button],
[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

input[type=search] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: #cacaca;
}

:-ms-input-placeholder {
	color: #cacaca;
}

::-ms-input-placeholder {
	color: #cacaca;
}

::placeholder {
	color: #cacaca;
}

[type=checkbox],
[type=file],
[type=radio] {
	margin: 0 0 1rem;
}

[type=checkbox]+label,
[type=radio]+label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0;
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
	cursor: pointer;
}

label>[type=checkbox],
label>[type=radio] {
	margin-right: .5rem;
}

[type=file] {
	width: 100%;
}

label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.8;
	color: #0a0a0a;
}

label.middle {
	margin: 0 0 1rem;
	padding: .5625rem 0;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ' ';
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.clearfix:after {
	clear: both;
}

a {
	text-decoration: none;
	cloginursor: pointer;
}

.right {
	float: right;
}

.left {
	float: left;
}

.apothem {
	width: 1200px;
	margin: auto;
}

.header {
	background-image: url("../images/banner.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.header .main-header .header_top {
	height: 42px;
	background-color: #2a2a2a;
	line-height: 42px;
}

.header .main-header .header_top a {
	display: inline-block;
	color: #fff;
	float: right;
}

.header .main-header .header_top a i {
	margin-right: 5px;
	background-image: url("../images/icon.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: sub;
}

.header .main-header .header_top a.login {
	margin-right: 18px;
}

.header .main-header .header_top a.login i {
	background-position: 0 0;
	width: 14px;
	height: 16px;
	background-size: 600%;
}

.header .main-header .header_top a.lang {
	position: relative;
}

.header .main-header .header_top a.lang i {
	background-position: -80px -1px;
	padding-left: 20px;
	margin-left: 20px;
	width: 15px;
	height: 16px;
	background-size: 500%;
}

.header .main-header .header-bg .logo {
	padding: 27px 0 24px;
	width: 100%;
}

.header .main-header .header-bg .logo .logo_img {
	width: 250px;
	height: 77px;
}

.header .main-header .header-bg .logo .logo_text {
	font-size: 26px;
	color: #fff;
	position: relative;
	margin-left: 20px;
	padding-left: 30px;
	height: 77px;
	line-height: 77px;
}

.header .main-header .header-bg .logo .logo_text:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #ec6941;
	border-radius: 50%;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.header .main-header .header-bg .logo .logo_r {
	float: right;
}

.header .main-header .header-bg .logo .logo_r .search {
	margin-top: 15px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
	height: 45px;
	width: 295px;
}

.header .main-header .header-bg .logo .logo_r .search .search_left {
	width: 330px;
	height: 45px;
	position: relative;
}

.header .main-header .header-bg .logo .logo_r .search .search_left .sear_input input {
	width: 245px;
	height: 45px;
	border: 0;
	float: left;
	font-size: 14px;
}

.header .main-header .header-bg .logo .logo_r .search .search_left .sear_input .sear_btn {
	display: block;
	cursor: pointer;
	width: 50px;
	height: 45px;
	background-color: #cb462e;
	font-size: 14px;
	color: #fff;
	float: left;
}

.header .main-header .header-bg .logo .logo_r .search .search_left .sear_input .sear_btn i {
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	background: url("../images/icon.png") 0 -32px no-repeat;
	margin-right: 3px;
}

.header .main-header .header-bg .nav_line {
	background-color: rgba(255, 255, 255, 0.1);
	border-top: 1px solid #237ca3;
	border-bottom: 1px solid #237ca3;
}

.header .main-header .header-bg .nav_line .nav ul {
	padding: 0;
	margin: 0;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav {
	height: 58px;
	line-height: 58px;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav li.yiji_li {
	display: block;
	float: left;
	position: relative;
	width: 171px;
	text-align: center;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav li.yiji_li.active {
	background: #cb462e;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav li.yiji_li a {
	color: #fefefe;
	font-size: 18px;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav li.yiji_li ul {
	padding: 0;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav {
	position: absolute;
	left: 0;
	top: 51px;
	width: 100%;
	background: #cb462e;
	display: none;
	z-index: 1;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav.chosen {
	display: block;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li {
	display: block;
	border-top: 1px rgba(225, 225, 225, 0.1) solid;
	position: relative;
	border-left: 1px rgba(225, 225, 225, 0.1) solid;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li:hover {
	background: #cb462e;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul {
	padding: 0;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav {
	position: absolute;
	top: -1px;
	left: 100%;
	width: 5rem;
	display: none;
	background: #cb462e;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav.sanji_nav_show {
	display: block;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav li.yiji_li ul.erji_nav li.erji_li ul.sanji_nav li.sanji_li {
	display: block;
	border-top: 1px rgba(225, 225, 225, 0.1) solid;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav .nav_more {
	position: relative;
	width: 2.125rem;
	float: right;
	height: 100%;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav .nav_more.nav_more_show .add_nav {
	background: #cb462e;
	display: block;
	position: absolute;
	z-index: 99;
	top: 100%;
	width: 5rem;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav .nav_more.nav_more_show .add_nav li.yiji_li {
	width: 5rem;
	border-top: 1px rgba(225, 225, 225, 0.1) solid;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav .nav_more.nav_more_show .add_nav li.yiji_li ul.erji_nav {
	position: absolute;
	left: 100%;
	top: 0;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav .nav_more .menu {
	display: inline-block;
	width: 40px;
	height: 100%;
	float: right;
}

.header .main-header .header-bg .nav_line .nav ul.yiji_nav .nav_more .add_nav {
	display: none;
}

.header .main-header .search_right {
	padding: 15px 0 65px;
	width: 1200px;
	height: 46px;
}

.header .main-header .search_right .word_finder {
	border: solid 1px #fff;
}

.header .main-header .search_right .word_finder .title_1 {
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	padding-left: 20px;
}

.header .main-header .search_right .word_finder .word_sort a {
	display: block;
	width: 29px;
	float: left;
	margin: 10px 1px 9px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	color: #fff;
}

.header .main-header .search_right .word_finder .word_sort a.curr {
	background-color: #cb462e;
	color: #fff;
}

.header .main-header .search_right .open_num {
	width: 227px;
	font-size: 16px;
	text-align: center;
	border: solid 1px #fff;
	color: #fff;
	line-height: 28px;
	padding: 8px 0;
}

.header .main-header .search_right .open_num i {
	font-size: 24px;
	color: #cb462e;
	font-style: normal;
}

.header.rests_header {
	background-image: url("../images/banner-1.png");
}

.header.rests_header .main-header .search_right {
	margin-top: 160px;
}

.main-footer {
	color: #fff;
	background-color: #0068b7;
}

.main-footer .visit {
	position: relative;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	height: 45px;
	padding: 5px 35px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	margin-right: 25px;
	margin-top: 30px;
}

.main-footer .copyright {
	position: relative;
}

.main-footer .copyright:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(225, 225, 225, 0.1);
	height: 1px;
}

.main-footer .copyright .c_ll {
	margin: 54px 0;
	line-height: 28px;
}

.main-footer .copyright .c_rr {
	margin-top: 70px;
	text-align: center;
}

.main-footer .copyright .er-code {
	
	font-size: 14px;
	
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 10px;
}







/*分页*/
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #0d60a0 !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #0d60a0 !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    ; line-height: 25px !important;
    background: #0d60a0 !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#0d60a0, EndColorStr=#0d60a0)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0d60a0), to(#0d60a0))!important;
    background: -moz-linear-gradient( top,#0d60a0,#0d60a0)!important;
    background: -ms-linear-gradient(top,#0d60a0 0%,#0d60a0 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}