

/*CSS reset*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #666;
    font-family: "Microsoft YaHei", "Arial";
    font-size: 14px;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background: #f5f5f5;
    letter-spacing: 1px;
    min-width: 1200px !important;
}


/* body,
html {
    overflow-x: hidden;
} */

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del,
ins {
    text-decoration: none;
}

li {
    list-style: none;
}

i {
    font-style: normal;
}

caption {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

button {
    cursor: pointer;
    border: none;
}

a {
    text-decoration: none;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
    /*消除页面跳转的阴影*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    cursor: pointer;
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0
}

.textoverone {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* width: 100%; */
}

.textovermore {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.textoverthree {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.overflowhide {
    overflow: hidden;
}

.block {
    display: block;
}

.inlineblock {
    display: inline-block;
}

.hands {
    cursor: pointer;
}

.pore {
    position: relative;
}

.weight {
    font-weight: bold;
}

.center {
    text-align: center;
}

.clr333 {
    color: #333;
}

.clr999 {
    color: #999 !important;
}

.clrfff {
    color: #fff !important;
}

.bg {
    background: #fff;
}

.bgf5 {
    background: #f5f5f5;
}

.bdr100 {
    border-radius: 100%
}

.mt15x {
    margin-top: 15px !important;
}

.mt20x {
    margin-top: 20px !important;
}

.mr170x {
    margin-right: 170px;
}
.pb50x{
  padding-bottom: 50px;
}
.mb20x {
    margin-bottom: 20px;
}

.fs12x {
    font-size: 12px;
}

.txtar {
    text-align: right;
}

.pt80x {
    padding-top: 80px;
}
.mr30x {
  margin-right: 30px;
}
.mt30x {
    margin-top: 30px;
}
.pt30x {
  padding-top: 30px;
}
.pt40x {
  padding-top: 40px;
}
.pt20x {
  padding-top: 20px;
}
.pt8x{
  padding-top: 8px;
}
.clrff4f1a {
    color: #ff4f1a;
}

.red {
    color: #ff0000;
}

.main{
    width: 1200px;
    margin: 0 auto;
}
/* 头部公共样式 begin */

.g-head {
    position: fixed;
    z-index: 9999;
    width: 100%;
    box-shadow: 1px 1px 2px #ccc;
}

.g-head-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
}

.m-logo {
    height: 80px;
}

.m-logo img {
    max-width: 350px;
    max-height: 80px;
    vertical-align: middle;
}

.g-head-wrap .m-nav li {
    float: left;
    transition: all .1s;
}

.g-head-wrap .m-nav li a {
    cursor: pointer;
    margin-left: 40px;
    color: #444;
    font-size: 16px;
}

.g-head-wrap .m-nav li a:hover,
.g-head-wrap .m-nav li.active a {
    color: #409eff;
}

.g-head-wrap .m-nav li.active a {
    color: #409eff;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 3px solid #409eff;
}

.g-head-wrap .m-btn {
    margin-left: 80px;
}

.g-head-wrap .u-btn {
    display: inline-block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #ff0000;
    font-size: 16px;
}


/* 头部公共样式 end */



.ljty-btn {
    cursor:pointer;
    position:relative;
    top:20px;
    margin: 10px auto;
    width: 246px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 10px;
    letter-spacing: 3px;
    background: -ms-linear-gradient(top, #ff1b00, #ff4812);
    /* IE 10 */
    background: -moz-linear-gradient(top, #ff1b00, #ff4812);
    /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff1b00), to(#ff4812));
    /*谷歌 Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #ff1b00, #ff4812);
    /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #ff1b00, #ff4812);
    /*Opera 11.10+*/
    -moz-box-shadow: 2px 5px 5px #edd7d1;
    /*firefox*/
    -webkit-box-shadow: 2px 5px 5px #edd7d1;
    /*webkit*/
    box-shadow: 2px 5px 5px #edd7d1;
    /*opera或ie9*/
    transition-duration: .3s;
    transition-property: all;
    animation: guangyun 1.2s ease-in infinite;
}

.ljty-btn:hover {
    top: 0px;
    background: #ff2303;
}
 


/* 底部滚动数据 */

.bottom_box1 {
    position: relative;
    background: url("../image/bottombg.png") #f8f8fa no-repeat top center;
    height: 400px;
    color: #fff;
    text-align: center;
    padding-top: 35px;
    background-position-y: -7px;
}

.bottom_box1 .f40 {
    font: bold 40px/40px "微软雅黑";
    margin-bottom: 30px;
    margin-top: -6px;
}

.bottom_box1 .f38 {
    font: normal 38px/38px "微软雅黑";
    margin-bottom: 12px;
}

.bottom_box1 .round {
    animation: dropdown 1.2s ease-in infinite;
    z-index: 3;
    position: absolute;
    left: 50%;
    transform: translateX(-56%);
    top: 276px;
    background: url("../image/water.png") no-repeat center center;
    background-size: cover;
}

.bottom_box1 .ljty {
    position: absolute;
    left: 50%;
    top: 310px;
    bottom: 0;
    margin-left: -123px;
    width: 246px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    border-radius: 10px;
    letter-spacing: 3px;
    background: -ms-linear-gradient(top, #ff1b00, #ff4812);
    /* IE 10 */
    background: -moz-linear-gradient(top, #ff1b00, #ff4812);
    /*火狐*/
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff1b00), to(#ff4812));
    /*谷歌 Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #ff1b00, #ff4812);
    /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #ff1b00, #ff4812);
    /*Opera 11.10+*/
    -moz-box-shadow: 2px 5px 5px #edd7d1;
    /*firefox*/
    -webkit-box-shadow: 2px 5px 5px #edd7d1;
    /*webkit*/
    box-shadow: 2px 5px 5px #edd7d1;
    /*opera或ie9*/
    transition-duration: .3s;
    transition-property: all;
    animation: guangyun 1.2s ease-in infinite;
}
.bottom_box1 .btn{
  position: absolute;
    left: 50%;
    top: 310px;
    bottom: 0;
    margin-left: -100px;
}
.bottom_box1 .ljty:hover {
    animation: none;
    top: 304px;
    background: #ff2303;
}
.footer{
    background: #fff;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.footer .webname{
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}

.btl {
    border-top-left-radius: 6px;
}

.bbl {
    border-bottom-left-radius: 6px;
}


@-webkit-keyframes dropdown {
    0% {
        width: 0;
        height: 0;
    }
    50% {
        width: 10px;
        height: 10px;
        top: 276px;
    }
    100% {
        top: 311px;
    }
}

@-moz-keyframes dropdown {
    0% {
        width: 0;
        height: 0;
    }
    50% {
        width: 10px;
        height: 10px;
        top: 276px;
    }
    100% {
        top: 311px;
    }
}

@-ms-keyframes dropdown {
    0% {
        width: 0;
        height: 0;
    }
    50% {
        width: 10px;
        height: 10px;
        top: 276px;
    }
    100% {
        top: 311px;
    }
}

@keyframes dropdown {
    0% {
        width: 0;
        height: 0;
    }
    50% {
        width: 10px;
        height: 16px;
        top: 276px;
    }
    100% {
        top: 311px;
    }
}

@-webkit-keyframes guangyun {
    0% {
        background: #ff4715;
    }
    100% {
        background: #ff843a;
    }
}

@-moz-keyframes guangyun {
    0% {
        background: #ff4715;
    }
    100% {
        background: #ff843a;
    }
}

@-ms-keyframes guangyun {
    0% {
        background: #ff4715;
    }
    100% {
        background: #ff843a;
    }
}

@keyframes guangyun {
    0% {
        background: #ff4715;
    }
    100% {
        background: #ff843a;
    }
}

.none {
    display: none
}

.number {
    position: absolute;
    top: 50%;
    display: block;
    width: 500px;
    height: 40px;
    margin: -100px 0 0 519px;
    text-align: center;
}

.to__led-number {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 30px;
    height: 40px;
    margin: 0 3px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    font-size: 24px;
    line-height: 42px;
    color: #ff4a17;
}

.number .to__led-number:nth-last-child(3n) {
    margin-left: 20px;
}

.number .to__led-number:nth-last-child(3n):after {
    content: ',';
    font-size: 40px;
    color: #ffffff;
    display: block;
    position: absolute;
    right: 36px;
    top: -14px;
}

 .postw{
  display: inline-block;
  width: 0px;
  padding-top: 50px;
  margin-top: -50px;
  visibility: hidden;
 }
 .gotop:hover{
   opacity: 0.8;
   margin-top: -6px;
   /* transition-duration: .3s; */
 }