@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
a,
area {
    outline: none;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #185aae;
}

img {
    -ms-interpolation-mode: bicubic;
}

i {
    font-style: normal;
}

html,
body {
    font-family: Microsoft YaHei,Simsun,SimHei,Arial;
}

html {
    height: 100%;
    position: relative
}

body {
    background: #fbf9fa;
    font-size: 16px;
}

input {
    border-radius: 0;
}
input[type=submit],input[type=button] {cursor: pointer;-webkit-appearance: none;appearance: none;}

button {
    -webkit-appearance: none;
    border-radius: 0;
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form {
    list-style: none;
}

.boxcenter {
    margin: 0 auto;
}

.fl_all {
    float: left;
}

.fr_all {
    float: right;
}

.txtdot {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.b {
    font-weight: bold;
}

* {
    -webkit-text-size-adjust: none;
}

.maxcontainer {
    min-width: 1100px;
}

.container {
}

.main {
    position: relative;
    overflow: hidden;
}
.bgWhite {
    background: #fff;
}

/* public */
.container,.content {
	width: 100%;
	margin:0;
}

@media (min-width: 768px) {
    .container, .content, .article-con {
        width: 1220px;
    }
}

.padd{ 
	padding:0 0px 70px 0px;
}
/* header */
.header{
	background:#fff;
	border-bottom: 1px solid #ebe6e7;
	font-family: Microsoft YaHei,Simsun,SimHei,Arial;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_container{
	display: flex;
	align-items: center;
}

.header .container{
	padding: 16px;
	position: relative;
}

.header_toolbar{
	font-size: 15px;
	color: #185aae;
}

.header_toolbar a{
	font-size: 15px;
	color: #185aae;
	display: flex;
	align-items: center;
}

.header_toolbar li{
	display: flex;
	align-items: center;
}

.home_icon{
	margin-right: 5px;
}

.header_logo{
	display: flex;
	align-items: center;
	flex: 1;
}

.logo_svg{
	color: #185aae;
	margin-right: 5px;
}
.header_logo .logo_text{
	font-size: 20px;
	font-weight: 600;
}

.main_content{
	background-color: #fbf9fa !important;
}

.main_content .content{
	background-color: #fbf9fa !important;
}

/* form */
input::-webkit-input-placeholder {
    color: #c5c5c5;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c5c5c5;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c5c5c5;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c5c5c5;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(trs_ico02.jpg) no-repeat scroll 182px center;
    background-size: 14px 9px;
    outline: none;
}

option::-ms-expand {
    display: none;
}

option {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    appearance: none;
}

option:hover {
    color: #fff;
    background-color: #eee;
}



/* page */
.page {
    /* width: 100%; */
    height: 50px;
    text-align: center;
    margin: 50px auto 60px auto;
}

.page li {
    display: inline-block;
    min-width: 32px;
    min-height: 32px;
    background: #FFFFFF;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    margin-right: 5px;
    cursor: pointer;
}

.page li i {
    display: block;
}

.page li.left {
    background: #fff url(trs_left.png) no-repeat center;
}

.page li.right {
    background: #fff url(trs_right.png) no-repeat center;
}

.page li.active {
    background: #16AE66;
    color: #fff;
    border: 0;
}

.page li.input {
    border: 0;
    background: none;
}

.page li.input input {
    border: 1px solid rgba(217, 217, 217, 1);
    width: 48px;
    min-height: 32px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px;
    margin: 0 5px;
}


/* backTop */
.back_top {
    width: 48px;
    height: 48px;
    padding-top: 26px;
    background: url(trs_btop.jpg) no-repeat top center;
    cursor: pointer;
    position: fixed;
    _position: absolute;
    top: 85%;
    left: 50%;
    margin-left: 650px;
    display: none;
}

.back_top a {
    display: block;
    text-align: center;
    background: #c1c1c1;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    padding: 4px 3px;
}
