@charset "utf-8";

/* CSS Document */
body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, "微软雅黑";
    color: #666;
    padding-top: 60px
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

img {
    border: 0px;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #338EFE;
    outline: none;
}

ul,
p,
dl,
dt,
dd {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-position: outside;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 16px;
}

h5 {
    font-size: 12px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    _display: inherit;
}

.h10 {
    height: 10px;
    overflow: hidden;
    clear: both;
}

.h20 {
    height: 20px;
    overflow: hidden;
    clear: both;
}

.h45 {
    height: 45px;
    overflow: hidden;
    clear: both;
}

.h50 {
    height: 50px;
    overflow: hidden;
    clear: both;
}

.h100 {
    height: 100px;
    overflow: hidden;
    clear: both;
}

input {
    background: transparent;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, "微软雅黑";
    color: #888;
    border: 0px;
    outline: none;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}


.wal {
    width: 300px;
    margin: 0px auto;
}

.topDiv {
    height: 50px;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

.topDiv2 {
    position: relative;
}

.topDiv .logo {
    width: 150px;
    position: absolute;
    left: 5px;
    top: 13px;
}

.topDiv .logo img {
    display: block;
}

.topDiv .tel {
    position: absolute;
    right: 5px;
    top: 15px;
}

.topDiv .tel img {
    height: 20px;
}

.footDiv {
    padding: 15px 0 20px 0;
    background: #eeeeee;
    text-align: center;
    color: #999999;
    line-height: 24px;
}

.footDiv a {
    color: #999999;
}

/*导航菜单触发*/
.navLayer {
    overflow-x: auto;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 50;
    right: -100%;
    top: 0px;
}

.navLayer .ico {
    height: 50px;
    position: relative;
}

.navLayer .ico a {
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    width: 35px;
}

.navLayer .ico a img {
    width: 35px;
}

.navLayer .close {
    padding-left: 10px;
    margin-bottom: 20px;
    top: 16px;
    position: absolute;
}

.navLayer .box {
    padding: 10px;
}

.navLayer .box .form {
    width: 100%;
    border-radius: 20px;
    -moz-border-radius: 20px;
    border: #dadada solid 1px;
    height: 36px;
    position: relative;
    background: #dadada;
}

.navLayer .form .input1 {
    width: 180px;
    border: none;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    color: #338EFE;
}

.navLayer .form .btn1 {
    position: absolute;
    right: 10px;
    top: 4px;
    background: url(../images/nimg28_1.png) no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.navLayer .bg {
    overflow-x: auto;
    position: relative;
    background: #fff;
    height: 100%;
    margin-left: 15%;
    width: 85%;
}

.navLayer .sideNav {
    padding: 0 10px;
}

.subNav {
    background: url(../images/ico1.png) right center no-repeat;
    cursor: pointer;
    display: block;
    height: 35px;
    line-height: 35px;
    border-bottom: #dadada solid 1px;
    position: relative;
    font-size: 14px;
    color: #353535;
}

.subNav .name {
    text-align: left;
    position: relative;
}

.subNav a {
    color: #353535;
}

.currentDt {
    background: url(../images/ico1on.png) right center no-repeat;
    color: #338EFE;
}

.navContent {
    display: none;
}

.navContent a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #cecece;
    padding-left: 20px;
    font-size: 14px;
}

.navContent a:hover {
    color: #fff;
    background: #338EFE;
}

.pageBg {
    position: fixed;
    z-index: 44;
    width: 100%;
    height: 100%;
    display: none;
    background: url(../images/bg1.png) repeat;
    left: 0px;
    top: 0px;
}

.pageBanner {
    min-height: 150px;
    position: relative;
    border-top: #338EFE solid 4px;
}

.pageBanner img {
    width: 100%;
    display: block;
}

.footNav {
    height: 65px;
    background: #f3f3f3;
}

.footNav ul {
    position: relative;
    left: -1px;
}

.footNav li {
    float: left;
    width: 25%;
    background: url(../images/line1.jpg) left center no-repeat
}

.footNav a {
    display: block;
    height: 65px;
    text-align: center;
    font-size: 14px;
}

.footNav a div {
    padding: 10px 0 1px 0;
}

.footNav img {
    width: 25px;
}

.pageNow {
    height: 50px;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    border-bottom: #eee solid 1px;
    border-top: #eee solid 1px;
    text-align: center;
    color: #ee7e30;
    font-size: 14px;
}

.pageNow em {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    background: url(../images/line3.jpg) right center no-repeat;
}

.pageNow em a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/nimg17_1.png) center no-repeat;
    background-size: 30%;
    padding: 0px;
}


.tabContent {
    display: none;
}

.tab li {
    cursor: pointer;
}

.pageBox {
    border-top: #338EFE solid 4px;
    padding: 10px;
}

.selectDiv {
    cursor: pointer;
}

.selectDiv span {
    padding-left: 10px;
}

.selectDiv select {
    display: none;
}

/**/
.selectLayer {
    position: absolute;
    z-index: 100;
    display: none;
    background: #FFF;
    border: #bababa solid 1px;
}

.selectLayer li {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    padding-left: 10px;
    color: #666;
}

.pageNum2 {
    padding: 25px 0;
    height: 100px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    border-top: #bcbcbc solid 1px;
}

.pageNum2 .btn {
    position: absolute;
    top: 20px;
    right: 0px;
}

.pageMore {
    padding-bottom: 30px;
}

.pageMore a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}

.pageMore a img {
    padding-left: 6px;
}

.topA .btn1 {
    background: url(../images/topa.png) left top no-repeat;
    width: 42px;
    height: 42px;
    background-size: 100%;
    z-index: 555
}

.cd-top {
    display: inline-block;
    position: fixed;
    bottom: 70px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {

    opacity: .5;
}


#Layer1 {
    position: absolute;
    position: fixed;
    _position: absolute;
    width: 100%;
    z-index: 55;
    top: 0;
    left: 0px;
    background-color: #000;
    display: none;
}