body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

html {
    font-family: "Microsoft YaHei", Arial;
}
em {
	font-style: normal;
	color: red;
}
ul, ol, dl, dt, dd {
    list-style: none;
}

a {
    text-decoration: none;
}

textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

image {
    border: 0;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix {
    *zoom: 1;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;

    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
    text-overflow: '';
    outline: none;
}

select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    color: #7a7a7a;
}

:-moz-placeholder { /* Firefox 18- */
    color: #7a7a7a;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #7a7a7a;
}

:-ms-input-placeholder {
    color: #7a7a7a;
}

/**head**/
/**head**/
/**head**/
header {
    height: 50px;
    background-color: #204551;
}

.head-center {
    width: 1126px;
    margin: 0 auto;
}

.head-list {
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.subscription-push > a,
.user-center > a {
    font-size: 14px;
    color: #fff;
}

.subscription-push > a:hover,
.user-center > a:hover {
    text-decoration: underline;
}

.subscription-push {
    padding-left: 30px;
    background: url("../images/index/2.png") no-repeat 0 center;
    margin-right: 60px;
}

.user-center {
    padding-left: 25px;
    background: url("../images/index/3.png") no-repeat 0 center;
    margin-right: 60px;
}

.user-name,
.user-pwd {
    padding-left: 35px;
}

.user-name {
    background: url("../images/index/11.png") no-repeat 0 center;
}

.user-pwd {
    background: url("../images/index/5.png") no-repeat 0 center;
}

.user-name,
.user-pwd {
    margin-right: 25px;
}

.user-name input,
.user-pwd input {
    display: block;
    box-sizing: border-box;
    height: 30px;
    width: 120px;
    padding-left: 10px;
    border-radius: 5px;
    outline: none;
}

.ip-login-btn {
    margin-left: 25px;
}

.login-btn a,
.ip-login-btn a,
.carsi-login-btn a {
    display: block;
    color: #204551;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    width: 65px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #879093;
    background-color: #c7d0d3;
    border-radius: 5px;
}
.carsi-login-btn a{
	display:flex;
    margin-left: 25px;
    width:75px;
}

/*logo*/
.logo-nav {
    height: 100px;
    background: url("../images/index/1.png") no-repeat;
    background-position: 0 -100px;
    border-bottom: 1px solid #e4e3e2;
    box-shadow: 0px 3px 6px 0px #e4e3e2;
}

.logo-nav-center {
    width: 1140px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.logo-con {
    display: flex;
    align-items: center;
}

.logo-con img {
    display: block;
    width: 100px;
    height: 40px;
}

.logo-con > p {
    font-size: 22px;
    color: #333333;
    letter-spacing: 2px;
    margin-left: 10px;
}

.logo-con > p > span {
    font-size: 22px;
    color: #973d3d;
}

.sys-nav {
    display: flex;
}

.sys-nav a {
    display: block;
    height: 35px;
    width: 90px;
    text-align: center;
    margin: 65px 5px 0;
    font-size: 15px;
    color: #277297;
}

.sys-nav a:last-of-type {
    width: 60px;
}

.sys-nav a:hover {
    font-weight: bold;
    background: url("../images/2/0.png") no-repeat bottom center;
}

.sys-nav a.nav-selected {
    font-weight: bold;
    background: url("../images/2/0.png") no-repeat bottom center;
}

.gif {
    background: url("../images/index/12.gif") no-repeat left;
    background-size: 15px 15px;
    padding-left: 20px;
}

/*foot*/
.footer {
    width: 1126px;
    margin: 20px auto 0;
    text-align: center;
}

.footer > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer > ul > li {
    margin: 8px 3px;
}

.footer > ul > li > span,
.footer > ul > li > a {
    color: #333333;
    font-size: 14px;
}

.footer > p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 30px;
}

.position {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.position a:nth-of-type(1) {
    padding-left: 20px;
    background: url("../images/2/2.png") no-repeat 0 center;
}

.position a {
    display: block;
    height: 15px;
    font-size: 14px;
    color: #666666;
    line-height: 15px;
    margin-right: 5px;
}

.position a:hover {
    text-decoration: underline;
    color: #b16e6e;
}

.position span {
    margin-right: 5px;
    font-size: 14px;
    color: #b16e6e;
}




/*
.alert_download{
    width: 650px;
    height:120px;
    !*display: none;*!
    overflow: hidden;
    position: absolute;
    z-index: 999;
    border-radius:8px;
    border: 2px #ff962d solid;
    background-color: #43a7b7;
}
.alert_download_main{
    width: 100%;
    height: 100%;
    left: 33%;
    top: 40%;
    position: fixed;
}
.alert_download_no{
    width: 100px;
    height: 50px;
    background-color: #FFFFFF;
    margin-right: 160px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 101px;
    color: #ff962d;
    border-radius: 20px;
}

.alert_download_ok{
    width: 100px;
    height: 50px;
    background-color: #FFFFFF;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: -60px;
    color: #ff962d;
    border-radius: 20px;
}
.text-checkbox{
    margin-top: 30px;
    padding: 18px;
}
.checkbox_d{
    float: left;
    margin-left: 2px;
    margin-top: 6px;
}*/
