body,
p,
h1,
h2,
h3,
h4,
h5，h6 {
    margin: 0 auto;
    font-family: 'Microsoft Yahei';
    font-weight: normal;
    font-size: 1em;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

input {
    outline: none;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
    -webkit-margin-start: 0;
}

em,
i {
    font-style: normal
}

body {
    max-width: 640px
}

/* 头部 */

.header {
    overflow: hidden;
    background-color: #fff;
}

.header .logo {
    float: left;
    margin-top: 7px
}


/* 手机头部nav*/
.phHeader {
    float: right;
    background: #f5821f;
    text-align: center;
    width: 17%;
    height: 80px
}

.phHeader .mBtn {
    margin-top: 30px
}

.phHeader .mBtn img {
    display: block;
    margin: 0 auto;
}

.phHeader .blockMask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}

.phHeader .blockMask img {
    margin: 5% 0 0 -18%;
}

.phHeader .phNav {
    position: fixed;
    z-index: 9999;
    right: -50%;
    top: 0;
    width: 50%;
    height: 100%;
    background: #f5821f;
    padding-top: 5%;
}

.phHeader .phNav li {
    border-bottom: 1px solid #fab478;
}

.phHeader .phNav>li .nav_bt {
    line-height: 50px;
    padding-left: 10%;
    font-size: 18px;
}

.phHeader .phNav>li .nav_bt a {
    color: #fff;
}

.phHeader .phNav>li ul {
    display: none;
}

.phHeader .phNav>li ul li {
    line-height: 40px;
    padding-left: 15%;
    font-size: 14px;
}

.phHeader .phNav>li ul li a {
    color: #fff;
}



/*banner*/
.banner {
    max-width: 100%;
    overflow: hidden;
    visibility: visible;
    position: relative
}

.banner img {
    width: 100%;
    cursor: pointer
}

#slider {
    line-height: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: left 600ms ease;
    width: 1920px;
    left: -1280px;
}

#slider li {
    width: 100%;
    display: block;
    float: left;
    max-width: 640px;
}

#pagenavi {
    text-align: center;
    bottom: 0px;
    width: 100%;
    position: absolute;
    padding: 10px 0px
}

#pagenavi a {
    display: inline-block;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 1%;
    background-color: #fff;
}

#pagenavi a.active {
    background-color: #f5821f;
}

/* 产品中心 */
.bt {
    text-align: center;
    margin: 7% 0 4%
}

.bt h1 {
    font-size: 1.5em;
    color: #171817
}

.bt p {
    font-size: 0.9em;
    text-transform: uppercase;
    color: #747474
}

.product ul {
    overflow: hidden
}

.product ul li {
    width: calc(100%/4 - 4%);
    margin: 0 2%;
    float: left;
}

.product ul li img {
    width: 100%
}

.product ul li span {
    color: #f5821f;
    text-align: center;
    display: block;
    font-size: 1em;
    margin: 10% auto
}


/* 应用案例 */
.case ul {
    overflow: hidden;
    padding: 5px;
}

.case ul li {
    float: left;
    width: 48%;
    position: relative;
    margin: 0 1%;
}

.case ul li a img {
    width: 100%;
    display: block;
}

.case ul li .tit {
    overflow: hidden;
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    bottom: 0;
    width: 96%;
    line-height: 30px;
    padding: 0 2%
}

.case ul li .tit a {
    color: #fff;
    float: left;
    font-size: .6em;
    text-indent: 0.5em;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case ul li .tit span {
    float: right
}
.case ul li .tit img{
    width: 15px;;
}



/* 课程培训  */
.course ul {
    width: 98%;
    margin: 0 auto
}

.course ul li {
    overflow: hidden;
    line-height: 1.8em;
    padding: 0 10px;
}

.course ul li a {
    float: left;
    width: 70%;
    background: url(../images/dian.jpg) center left no-repeat;
    padding-left: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #747474;
    font-size: 0.9em
}

.course ul li span {
    float: right;
    color: #747474;
    font-size: 0.9em;
    width: 25%
}

.more {
    width: 98%;
    margin: 5% auto;
    background: #e7e7e7;
    text-align: center;
    padding: 2% 0
}

.more a {
    color: #949494;
}


/* 加入我们 */

.jion {
    width: 98%;
    margin: 0 auto 90px
}

.jion img {
    width: 100%;
}


/* footer */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}

.footer ul {
    overflow: hidden;
    width: 100%
}

.footer ul li {
    float: left;
    width: 50%;
}

.footer ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.footer ul li img {
    display: block;
    float: left;
    margin-left: 20px
}

.footer ul li span {
    color: #fff;
    float: right;
    margin: 17px auto;
    margin-right: 10px;
    width: 60%;
    text-align: center
}

.foot_odd {
    background: #f5821f
}

.foot_even {
    background: #322f31
}




/* -- slideShow -- */
.slideShow {
    position: relative;
    margin: 0 auto 10px;
    padding: 0;
    *zoom: 1;
}

.slideShow .slides a {
    display: block;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
}

.slideShow .slideBox {
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

/* -- slideLoading -- */
.slideShow .slideLoading {
    min-height: 50px;
    background: url(images/slide_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 60;
}

/* -- previous 和 next 按钮 -- */
.slideShow .arrowBox a {
    z-index: 70;
    font-family: \5b8b\4f53, sans-serif;
    position: absolute;
    display: block;
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
    bottom: 50%;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 2em;
    background-color: #333;
    background-color: rgba(50, 50, 50, .3);
}

.slideShow .arrowBox a.disabled {
    display: none;
}

.slideShow .arrowBox .arrowPrev {
    left: 20px;
}

.slideShow .arrowBox .arrowNext {
    right: 20px;
}

.slideShow .arrowBox a:hover {
    background-color: rgba(50, 50, 50, .6);
}

/* -- controlBox -- */
.slideShow .controlBox {
    z-index: 70;
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
}

.slideShow .controlBox .control {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.slideShow .controlBox.controlDefault a {
    background: url(images/inactive.png) no-repeat 50% 50%;
    text-indent: -9999px;
    overflow: hidden;
    width: 20px;
    height: 30px;
    clear: none;
    display: block;
}

.slideShow .controlBox.controlDefault a:hover,
.slideShow .controlBox.controlDefault a.active {
    background: url(images/active.png) no-repeat 50% 50%;
}

/* -- slideTitle -- */
.slideShow .slideTitle {
    z-index: 70;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.slideShow .slideTitle span {
    color: #fff;
    display: block;
    font-size: .85em;
    padding: 15px 10px;
}

/* -- sileThumb -- */
.slideShow .sileThumb {
    z-index: 70;
    text-align: center;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.slideShow .sileThumb a {
    margin: 0 3px;
}

.slideShow .sileThumb a img {
    border: solid #B0B0B0 1px;
}

.slideShow .sileThumb a.active img {
    border: solid #19B4EA 1px;
}
.btn-box a.down-product {
    background: #77a9e1;
}
.btn-box a {
    width: 190px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: #ff8b3d;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
}
/* -- douBox -- */


/* 产品展示 */
.contant{width:98%;margin:30px auto 100px}
.contant .pro_list{margin:30px auto}
.contant .pro_list li{overflow: hidden;border-bottom: 1px dashed #ddd;margin:5% auto;padding:0 0 5% 0;display: -webkit-box;}
.contant .pro_list li .pro_left{width:100px;height: 100px;border:1px solid #ddd;    margin-right: 10px;}
.contant .pro_list li .pro_left img{width:100px;height: 100px;}
.contant .pro_list li .pro_right{-webkit-box-flex: 1;font-size: 0.9em;color: #868585;line-height: 24px;}
.contant .pro_list li .pro_right dd span{color:#f5821f; }
.contant .pro_list li .pro_right dd {width:100%;white-space: nowrap;overflow: hidden;height: 24px;text-overflow: ellipsis}

.table-details table,.table-details{
    width: 100% !important;
}
#wrapper{
    padding-bottom: 50px;
}