header,
a {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header1 {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
    /* IE6/IE7 */
    width: 100%;
    height: 81px;
    position: fixed;
    left: 0;
    top: 0;
    transition: background-color 0.3s ease-out, background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease-out, background-color 0.3s ease;
}
.header1 .header-top {
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    background-color: #000;
}
.header1 .header-logo {
    float: left;
    padding-top: 13px;
}
.header1 .header-list {
    float: right;
}
.header1 .header-list ul {
    font-size: 14px;
    line-height: 60px;
}
.header1 .header-list ul .header-list-arrow img {
    transform: rotate(180deg);
}
.header1 .header-list ul .header-list-arrow:hover img {
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: rotate(0);
}
.header1 .header-list ul .header-list-arrow:hover .header-list-hide {
    display: block;
}
.header1 .header-list ul .header-list-arrow:hover .header-list-line {
    display: block;
}
.header1 .header-list ul .item {
    float: left;
    margin: 0 20px;
    position: relative;
}
.header1 .header-list ul .item::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #3388ff;
    left: 0;
    top: 48px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.header1 .header-list ul .item:hover::before {
    width: 100%;
}
.header1 .header-list ul .item.active a {
    color: #3388ff;
}
.header1 .header-list ul .item.active::before {
    width: 100%;
}
.header1 .header-list ul .item .item-a {
    display: block;
    color: #404040;
}
.header1 .header-list ul .item .header-list-hide {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 0 60px;
    padding-top: 40px;
    width: 1080px;
    left: -485px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.header1 .header-list ul .item .header-list-hide .header-list-box {
    text-align: left;
    float: left;
}
.header1 .header-list ul .item .header-list-hide .header-list-box .header-list-title {
    font-size: 14px;
    color: #bbbbbb;
    /*width: 236px;*/
    padding-bottom: 20px;
    line-height: 12px;
    border-bottom: solid 1px #eeeeee;
}
.header1 .header-list ul .item .header-list-hide .header-list-box ul {
    float: left;
    padding-top: 20px;
    /*margin-left: -40px;*/
    width: 160px;
}
.header1 .header-list ul .item .header-list-hide .header-list-box ul li {
    font-size: 12px;
    line-height: 11px;
    margin-bottom: 29px;
}
.header1 .header-list ul .item .header-list-hide .header-list-box ul li a {
    position: relative;
    color: #404040;
}
.header1 .header-list ul .item .header-list-hide .header-list-box ul li a .new {
    background-color: #53b74b;
    color: #fff;
    padding: 2px 5px;
    position: absolute;
    font-size: 12px;
    right: -42px;
    top: -2px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.header1 .header-list ul .item .header-list-line {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 110px;
    left: -16px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.header1 .header-list ul .item .header-list-line ul li {
    /*padding-left: 20px;*/
    margin-left: 20px;
    font-size: 12px;
    line-height: 11px;
    margin-bottom: 29px;
    margin-top: 20px;
}
.header1 .header-list ul .item .header-list-line ul li a {
    color: #404040;
}
.header1 .header-right {
    float: right;
    line-height: 60px;
}
.header1 .header-right ul li {
    float: left;
}
.header1 .header-right a {
    margin: 0 10px;
    font-size: 12px;
    color: #fff;
}
.header1 .header-right .btn {
    margin-top: 15px;
    vertical-align: top;
}
.header1 .header-right .btn:hover {
    background-color: #fff;
    color: #2589ff;
}
.common {
    width: 1390px;
    margin: 0 auto;
    position: relative;
}
.common-1360 {
    width: 1360px;
}
/*常用功能样式*/
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
}
/*显示*/
.fl {
    float: left;
}
/*左浮动*/
.fr {
    float: right;
}
.color-white {
    color: #fff !important;
}
.m-r-15 {
    margin-right: 15px;
}
body {
    padding-top: 30px;
    _text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #404040;
    font-family: Tahoma, Helvetica, Arial, 'Microsoft YaHei', sans-serif;
}
h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}
del, ins, u, a, a:hover {
    text-decoration: none;
}
a, button {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    outline: none;
}
.hot-icon {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 10px 15px;
    background: url(https://pay.juyundata.com/theme/view4/images/hot-icon.gif) no-repeat;
}
.fade {
    animation: fade-in 0.5s;
}
.m-r-60 {
    margin-right: 60px;
}
.m-r-20 {
    margin-right: 20px;
}
.btn1.btn-white {
    background-color: #fff;
}
.btn1.btn-blue {
    background-color: #3388ff;
}
li {
    list-style: none;
}
i, cite, em, var, address, dfn {
    font-style: normal;
}
.btn1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 14px;
    line-height: 28px;
    color: white;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 12px;
}
li {
     list-style: none;
}
@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
.fade {
    animation: fade-in 0.5s;
}






