html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td,img{
    margin: 0;
    padding: 0;
}

body {
    overflow-x:hidden;
    background: #f8f8f8;
    font-size: 16px;
    color: #333;
    font-family: Microsoft Yahei,Tahoma,Arial,Hiragino Sans GB,Helvetica,Verdana,"\5b8b\4f53";
}
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
    top: -38px;
}
td, th, caption {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

a {
    color: #333333;
    text-decoration: none;
}
s,em,i{
    font-style: normal;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #d84e43;
}

img {
    border: none;
    vertical-align:middle;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    outline: none;
    border: none;
}

table {
    border-collapse: collapse;
}

a:focus{outline:none;}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c3c3c3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c3c3c3;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c3c3c3;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c3c3c3;
}

.clearfix:after,.clearfix:before{
    content: "";
    display:block;
    visibility: hidden;
    height: 0;
    line-height:0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.cur{
    color: #d84e43;
}
.active{
    color: #ffffff;
    background: #d84e43;
}
.active:hover{
    color: #ffffff!important;
}
.none {
    display: none;
}
.block{
    display: block;
}
.center {
    text-align: center;
}
.tr{
    text-align: right;
}
.tl{
    text-align: left;
}
.fl {
    float: left;
}

.fr {
    float: right;
}


.mauto {
    margin: 0 auto;
}

.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt-52{
    margin-top:-52px!important;
}
.mt50{
    margin-top:50px;
}


.border{
    border:1px solid #dddddd;
}
.border-top{
    border-top: 1px solid #dddddd;
}
.border-bottom{
    border-bottom: 1px solid #dddddd;
}
.bd-tl-bl{
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
}
.bd-tr-br{
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
}
.wrap{
    max-width: 1920px;
    background: #f5f5f5;
    margin: 0 auto;
    min-width: 1200px;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1080{
    width: 1080px;
    margin: 0 auto;
}

.f14 {
    font-size: 14px;
}

.f18 {
    font-size: 18px;
}

.f24 {
    font-size: 24px;
}

.f36{
    font-size:36px;
}

.c333{
    color: #333333;
}
.c999 {
    color: #999999;
}
.c666{
    color: #666666;
}

.cd84e43 {
    color: #d84e43;
}

.bfff {
    background-color: #ffffff;
}

.bd84e43 {
    background-color: #d84e43;
}

.bf5f5f5 {
    background-color: #f5f5f5;
}

.c333 {
    color: #333;
}

.c666 {
    color: #666;
}

.c999 {
    color: #999;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.img {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-hidden .img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*初始化完成*/

/*header部分*/

.header-top{
    height: 36px;
    line-height:36px;
}
.header-top-left p a{
    vertical-align: middle;
}
.header-top-right p i{
    font-family: Arial;
    font-weight:bold;
}
.header-nav{
    height: 100px;
    background-color: #ffffff;
}

.header-nav-right {
    line-height:100px;
}

.header-nav-list>li{
    float: left;
    position: relative;
    margin-left:45px;
}
.header-nav-list>li>a{
    padding: 5px 0;
}

/*footer部分*/
.contact-info{
    height: 230px;
}
.contact-info dl{
    margin-top:60px;
}
.contact-info-item dt{
    height: 33px;
}
.contact-info-item  dd{
    height: 30px;
    line-height:30px;
    font-size:14px;
}
.contact-info-item  dd.hotline{
    font:30px/54px Arial;
    height: 54px;
    position: relative;
}
.hotline .hotline-icon{
    position: absolute;
    width: 32px;
    height: 32px;
    background:url("../images/red-tel.png");
    top: 11px;
    left: 60px;
}
.contact-info-item{
    width:33.33%
}
.contact-info-item32{
    width:32%
}
.contact-info-item34{
    width:34.66%
}
.contact-info-item.qr-code-box{
    margin-top:44px;
}
.contact-info-item32.qr-code-box{
    margin-top:44px;
}
.contact-info-item34.qr-code-box{
    margin-top:44px;
}

.qr-code{
    margin: 0 10px;
}
.qr360-code{
    margin-top: 78px;
    margin-left: 10px;
}
.qr360-code p{
    height: 34px;
    line-height:34px;
}
.qr-code p{
    height: 34px;
    line-height:34px;
}
.aut-cer{
    height: 80px;
    background:url("../images/aut-cer.png") center center no-repeat;
}
.copyright {
    height: 40px;
    line-height:40px;
    background: #000;
}
.pb90 {
    padding-bottom: 90px;
}
.contact-box{
    z-index: 110;
    position: fixed;
    right: 5px;
    bottom: 240px;
    width: 140px;
    height: 140px;
    background: url("../images/kf-sprites.png") 0 -1px no-repeat;
}
@media screen and (max-width: 1440px) {
    .contact-box{
        z-index: 110;
        position: fixed;
        right: -38px;
        bottom: 240px;
        width: 140px;
        height: 140px;
        background: url("../images/kf-sprites.png") 0 -1px no-repeat;
    }
}
.contact-list{
    position: absolute;
    top: 83px;
    left:42px;
}
.contact-list li{
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
    background:sandybrown;
    cursor: pointer;
    position: relative;
}
.contact-list .trial{
    background: url("../images/kf-sprites.png") 0 -141px no-repeat  #d84e43;
}
.contact-list .trial:hover{
    background-color: #C8382F;
}
.contact-list .xy-kf{
    background: url("../images/kf-sprites.png") -60px -141px no-repeat  #13A7EB;
}
.contact-list .xy-kf:hover{
    background-color: #0492D3;
    background-image: none;
}
.contact-list .xy-kf:hover:after {
    content: '在线咨询';
    color: #fff;
    text-align: center;
    font-size: 16px;
    top: 9px;
    left: 13px;
    position: relative;
    width: 32px;
    overflow: hidden;
    display: inherit;
}
.contact-list .kf-tel{
    background: url("../images/kf-sprites.png") 0px -201px no-repeat  #D84E43;
}
.contact-list .kf-tel:hover{
    background-color: #C8382F;
    background-image: none;
}
.contact-list .kf-tel:hover:after {
    content: '客服热线';
    color: #fff;
    text-align: center;
    font-size: 16px;
    top: 9px;
    left: 13px;
    position: relative;
    width: 32px;
    overflow: hidden;
    display: inherit;
}
.contact-list .kf-tel .kf-tel-box{
    width: 0px;
    height: 60px;
    background: #D84E43;
    text-align: center;
    position: absolute;
    left: 0px;
    color: #ffffff;
    overflow: hidden;
    white-space:nowrap;
}
.kf-tel-box p{
    padding-top:7px;
}
.kf-tel-box i{
    font-size:20px;
}
.contact-list .xy-qr{
    background: url("../images/kf-sprites.png") 0px -261px no-repeat  #27b926;
}
.contact-list .xy-qr:hover{
    background-color: #1aad19;
    background-image: none;
}
.contact-list .xy-qr:hover:after {
    content: '微信客服';
    color: #fff;
    text-align: center;
    font-size: 16px;
    top: 9px;
    left: 13px;
    position: relative;
    width: 32px;
    overflow: hidden;
    display: inherit;
}
.contact-list .xy-qr img{
    position: absolute;
    left:0;
    top: 0;
    width: 0;
    height: 0;
    background-color: #fff;
}
.contact-list .to-top{
    background: url("../images/kf-sprites.png") -60px -201px no-repeat  #999999;
    display: none;
}
.contact-list .to-top:hover{
    background-color: #848484;
}
