@charset "utf-8";

/*iphone手机的input的样式问题*/

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;

}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*css初始值*/
* {
    box-sizing: border-box;
}

body {
    background: #FFFFFF url("../images/bgc_01.jpg") no-repeat top center;
    margin: 0px;
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 16px;
    /*line-height: 140%;*/
    color: #333333;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0;
    list-style-type: none;
    outline: none;
}

img {
    border: 0;
}

input,
select {
    border: 0;
}

a:link {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

a:visited {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

div:focus {
    outline: none !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 14px
}

fieldset,
img {
    border: 0;
    max-width: 100%;
}

cite,
em,
s,
i,
b {
    font-style: normal
}

input,
button,
textarea,
select {
    font-size: 16px;
    font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;

}

button:focus {
    outline: unset;
}

bu
a,
input,
textarea {
    text-decoration: none;
    outline: 0;
    resize: none;
}

li,
img,
label,
input {
    vertical-align: middle
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.toast {
    display: none;
    position: fixed;
    padding: 9px 15px;
    background-color: #333;
    z-index: 8000;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
}

.ovHide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ovHide2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ovHide3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ovHide5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.bx-content {
    width: 1200px;
    margin: 0 auto;
}

.flex-box {
    display: flex;
    align-items: center;
}

.flex-start {
    align-items: flex-start;
}
.flex-wrap{
    flex-wrap: wrap;
}
.around-box {
    justify-content: space-around;
}

.between-box {
    justify-content: space-between;
}

/*
    头部样式
*/

.header {
    width: 100%;
}

.login {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.login a {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.login span {
    font-size: 16px;
    color: #333333;
    margin: 0 5px;
    font-weight: normal;
}

.user-box {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.user-box a {
    font-size: 16px;
    background: #dd5a27;
    color: #FFFFFF;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}

.user-box span {
    font-size: 16px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 15px;
}

.logo-search {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    padding-top: 10px;
}

.logo {
    float: left;
}

.search {
    float: right;
    width: 281px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 20px;
    margin-top: 8px;
}
.search input {
    flex: 1;
    width: 0;
    height: 36px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #333333;
}

.search img {
    width: 22px;
    height: 23px;
    cursor: pointer;
    margin-left: 20px;
}

.nav-content {
    width: 100%;
    height: 58px;
    background-image: linear-gradient(0deg,
    #f74d4c 0%,
    #df2928 100%);
}

.nav {
    width: 1200px;
    height: 58px;
    margin: 0 auto;
    position: relative;
}

.nav a {
    width: 200px;
    height: 58px;
    font-size: 22px;
    color: #ffffff;
    line-height: 58px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.nav a:after {
    content: '';
    position: absolute;
    top: 19px;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #fc3736;
}

.nav a.last:after {
    display: none;
}

.nav a.active {
    background-color: #df2928;
}

.nav .laoren {
    position: absolute;
    bottom: 58px;
    right: -180px;
    z-index: 1;
}



/*#header{*/
/*     width: 100%;*/
/*     height: 80px;*/
/* }*/
/*.header {*/
/*    width: 100%;*/
/*    height: 80px;*/
/*    background-color: #ffffff;*/
/*    box-shadow: 0px 1px 18px 0px*/
/*    rgba(0, 0, 0, 0.15);*/
/*}*/
/*.logo {*/
/*    !*width: 245px;*!*/
/*    height: 80px;*/
/*    margin-right: 120px;*/
/*}*/
/*.logo img {*/
/*    width: 100%;*/
/*}*/

/*.header .nav {*/
/*    flex: 1;*/
/*    width: 0;*/
/*    height: 43px;*/


/*}*/
/*.header .nav a {*/
/*    height: 43px;*/
/*    line-height: 43px;*/
/*    font-size: 16px;*/
/*    color: #000000;*/
/*    padding: 0 5px;*/
/*}*/

/*.header .nav a.active {*/
/*    color: #df2928;*/
/*    border-bottom: 2px solid #df2928;*/
/*}*/
/*.login {*/
/*    width: 184px;*/
/*    height: 80px;*/
/*    border-left: 2px solid #ececec;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    align-items: center;*/
/*    margin-left: 50px;*/
/*}*/
/*.login .dl {*/
/*    font-size: 16px;*/
/*    color: #df2928;*/
/*}*/
/*.login .zc {*/
/*    width: 99px;*/
/*    height: 36px;*/
/*    background-color: #df2928;*/
/*    border-radius: 18px;*/
/*    font-size: 16px;*/
/*    color: #ffffff;*/
/*    text-align: center;*/
/*    line-height: 36px;*/
/*    margin-left: 20px;*/
/*}*/



/*
    底部
*/
.footer {
    width: 100%;
    height: 130px;
    background-color: #df2928;
    padding-top: 30px;
}
.footer-logo{
    font-size: 32px;
    color: #fff;
}

.footer-center {
    flex: 1;
    width: 0;
    margin-left: 64px;
    /*margin-right: 250px;*/
}

.footer-center h3 {
    width: 100%;
    padding-bottom: 10px;
    color: #FFFFFF;
}

.footer-center h3 a {
    font-size: 20px;
    color: #ffffff;
}

.footer-center p {
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 10px;
}
.footer-center p a{
    color: #fff;
    font-size: 20px;
}

.footer-ewm {
    width: 140px;
}

.footer-ewm img {
    width: 110px;
    height: 110px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.footer-ewm p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    display: none;
}

#nodata {
    width: 100%;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 300px;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    display: none;
}

.user-set{
    width: 180px;
}
.user-set a,.user-set span{
    width: 75px;
    height: 36px;
    background-color: #df2928;
    border-radius: 18px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.detail-content{
    min-height: 600px;
}

.highcharts-exporting-group{
    display: none;!important;
}
.highcharts-credits{
    display: none;!important;
}

.crumbs {
    width: 100%;
    background: url("../images/dingwei.png") no-repeat left center;
    background-size: 11px 16px;
    font-size: 16px;
    color: #333 !important;
    padding: 27px 0;
    padding-left: 20px;
}
.crumbs a{
    float: right;
    display: block;
    width: 75px;
    height: 30px;
    background-color: #df2928;
    border-radius: 18px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.highcharts-legend{
    display: none!important;
}


.tool_tip {
    background-color: #df2928;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    position: absolute;
    z-index: 99999;
    max-width: 300px;
    word-wrap: break-word
}

.tool_tip:before {
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0);
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid
}

.tool_tip_top:before {
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    border-color: #df2928 transparent transparent transparent
}

.tool_tip_right:before {
    top: 50%;
    left: 0;
    transform: translate(-100%,-50%);
    -ms-transform: translate(-100%,-50%);
    -webkit-transform: translate(-100%,-50%);
    border-color: transparent rgba(0,0,0,.9) transparent transparent
}

.tool_tip_bottom:before {
    top: 0;
    left: 50%;
    transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    -webkit-transform: translate(-50%,-100%);
    border-color: transparent transparent rgba(0,0,0,.9) transparent
}

.tool_tip_left:before {
    top: 50%;
    left: 100%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    border-color: transparent transparent transparent rgba(0,0,0,.9)
}

.autocomplete-suggestions{
    padding: 5px 10px;
}
.autocomplete-suggestion{
    line-height: 150%;
}
.autocomplete-suggestion strong{
    color: #df2928;
}
