@charset "utf-8";

/*==共用==*/

html {
    verflow: -Scroll;
    overflow-x: hidden;
    zoom: 1;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

body {
    margin: 0px auto;
    width: 100%;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    font-family: Arial, "Microsoft YaHei", "宋体", Helvetica, sans-serif;
}

body,
ul,
p,
li,
div,
td,
input,
button,
select,
textarea,
img,
span,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
b {
    margin: 0px 0px;
    padding: 0px 0px;
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    color: #333333;
    margin: 0px 0px;
    padding: 0px 0px;
    font-weight: 400;
}

fieldset,
img {
    border: 0;
    font-weight: 400;
}


/*img{vertical-align:middle;}*/

ol,
ul,
li {
    list-style-type: none;
    text-align: justify;
    text-justify: inter-ideograph;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
input,
select,
textarea {
    font-size: 13px;
    font-family: inherit;
    margin: 0;
    outline: none;
    resize: none;
    border: none;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*==全局样式==*/

.cl:after,
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clear {
    clear: both;
}

.cl,
.clearfix {
    zoom: 1;
}

a {
    word-break: break-all;
    color: #666666;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

em {
    font-style: normal
}

.wh {
    width: 100%;
}

.eps {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    font-weight: normal;
}

.center {
    text-align: center;
}

.hide {
    overflow: hidden;
}

@font-face {
    font-family: 'font1';
    src: url(../font/zzgfjy.otf );
    /* EOT file for IE */
}

.font1 {
    font-family: "font1", "宋体";
}


/*==布局样式==*/

.container {
    width: 1200px;
    margin: auto;
}

.wor {
    line-height: 24px;
    color: #666;
    font-size: 13px;
}

.bg_white {
    background: #fff
}


/*==效果transition:0.4s↓==*/

.slow,
.slow a,
.slow p,
.slow li,
.slow td,
.slow input,
.slow button,
.slow select.slow textarea,
.slow em,
.slow img,
.slow span,
.slow hr,
.slow h1,
.slow h2,
.slow h3,
.slow h4,
.slow h5,
.slow h6,
.slow b,
.slow before,
.slow after {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/*==图片效果effect1↓==*/

.effect-one {
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .4s ease-in-out;
    overflow: hidden
}

.effect-one .effect-one-img {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 1;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: hidden
}

.effect-oneBox:hover .effect-one-img,
.effect-one:hover .effect-one-img {
    opacity: .9;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}


/*==效果effect2==*/

.effect-two {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: hidden
}

.effect-two::before,
.effect-two::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform .4s;
    -moz-transition: opacity 0.4s, -moz-transform .4s;
    -o-transition: opacity 0.4s, -o-transform .4s;
    transition: opacity 0.4s, transform .4s
}

.effect-two::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #108bd6;
    border-bottom: 1px solid #108bd6;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.effect-two::after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #108bd6;
    border-left: 1px solid #108bd6;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.effect-two:hover::before,
.effect-two:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}


/*==按钮效果↓==*/


/*按钮效果-btn-1*/

.btn-1 {
    overflow: hidden;
    position: relative;
}

.btn-1:before,
.btn-1:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #0092D8;
    width: 100%;
    height: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-1:before {
    bottom: 50%;
}

.btn-1:after {
    top: 50%;
}

.btn-1:hover:before,
.btn-1:hover:after {
    height: 50%;
}


/*按钮效果-btn-2*/

.btn-2 {
    background: -webkit-linear-gradient(left, #0092D8, #0092D8) no-repeat;
    background: linear-gradient(to right, #0092D8, #0092D8) no-repeat;
    background-size: 0% 100%;
}

.btn-2:hover {
    background-size: 100% 100%;
}


/*按钮效果-btn-3*/

.btn-3 {
    position: relative;
}

.btn-3:before,
.btn-3:after {
    z-index: 2;
    position: absolute;
    top: 50%;
    content: '';
    width: 50px;
    height: 50px;
    background: rgba(20, 127, 221, 0.7);
    border-radius: 50%;
}

.btn-3:before {
    left: -30px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* animation: criss-cross-left 0.8s reverse; */
}

.btn-3:after {
    right: -30px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    /* animation: criss-cross-right 0.8s reverse; */
}

.btn-3:hover:before,
.btn-3:hover:after {
    border-radius: ;
    /* @include size($btn-width); */
}

.btn-3:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
}

.btn-3:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
}


/*按钮效果-btn-4*/

.btn-4 {
    position: relative;
    z-index: 2;
}

.btn-4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    border-radius: 0 20px 20px 0;
    background: #147fdd;
    transition: all .7s ease-in-out;
}

.btn-4:hover:before {
    width: 100%;
}

.btn-4:hover {
    background: #ddd
}


/*==其他==*/

.temporary-1 {
    color: #666;
    font-size: 14px;
    text-align: center;
}


/*==下拉==*/

.efA-Box {}

.efA-Box .efA-Top {}

.efA-Box .efA-Down {
    display: none;
}


/*==图片默认==*/

.ImgPrimary {
    background: url(../images/ImgPrimary.gif) no-repeat center center;
}

.ImgDisappear {
    background: url(../images/ImgDisappear.png) no-repeat center center;
}


/*==默认提示==*/

.UpdatePrompt {
    color: #666;
    font-size: 14px;
}


/*==浏览器↓==*/

.browser {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: #f6f6b4;
}

.browser .center {
    width: 1000px;
    margin: auto;
}

.browser p {
    float: left;
    color: #666;
    font-size: 15px
}

.browser p font {
    color: #f60
}

.browser .right {
    float: right;
}

.browser .right a {
    display: inline-block;
    margin: 0 20px;
}

.browser .right img {
    width: 50px;
    display: block;
    margin: auto;
}

.browser .right b {
    display: block;
    color: #666;
    font-size: 14px;
    text-align: center;
    font-weight: 400
}

.browser .right a:hover b {
    color: #005AA0;
}


/*==分享模块↓==*/

.share {
    position: relative;
    z-index: 9;
    color: #666;
    font-size: 13px
}

.share a,
.ProductShow .sTop .share b {}

.share .jiathis_style {
    float: left;
}

.share .jiathis_style a {
    background: none;
    margin: 0 5px 0 5px;
    color: #999;
    font-size: 17px;
    cursor: pointer
}

.share .jiathis_style a.icon-weixin:hover {
    color: #51C332;
}

.share .jiathis_style a.icon-weibo:hover {
    color: #D32024;
}

.share .jiathis_style a span {
    display: none!important;
}

.share .collection {
    margin: 0 0 0 10px;
    border-left: 1px #ddd solid;
    padding-left: 15px;
    line-height: 10px;
    display: inline-block;
    color: #999;
    font-size: 17px;
    cursor: pointer
}

.share .collection:hover {
    color: #F98D1B;
}

.share .collection span {
    font-size: 13px;
    margin-left: 2px;
}


/*==内页ban↓==*/

.banner-within {
    position: relative;
    height: 400px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.banner-within img {
    display: block;
    height: 400px;
    width: 1920px;
    position: absolute;
    margin-left: -960px;
    left: 50%;
}

.banner-within img {
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    -webkit-animation: minus 5s 0s ease both infinite;
    -moz-animation: minus 5s 0s ease both infinite;
    animation: minus 5s 0s ease both infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}


/*缩小停止*/

@-webkit-keyframes minus {
    from {
        -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
        transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    }
    to {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}

@keyframes minus {
    from {
        -webkit-transform: matrix(1.05, 0, 0, 1.05, 0, 0);
        transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    }
    to {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}


/*==面包屑↓==*/

.site {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    margin: 0 0 0px 0;
    line-height: 35px;
    border-bottom: 1px #ddd solid;
    background: #f9f9f9;
}

.site h3 {
    float: left;
    padding-left: 15px;
    color: #555;
    font-size: 18px;
    margin-top: 11px;
    line-height: 15px;
    border-left: 3px #0092D8 solid;
}

.site .frame {
    color: #999;
    font-size: 13px;
    line-height: 35px;
    padding-left: 20px;
}

.site .frame:before {
    margin-right: 5px;
    font-size: 18px;
    color: #999;
}

.site a {
    display: inline-block;
    color: #999;
    font-size: 13px;
}

.site a.icon-home:before {
    font-size: 15px;
    color: #999;
}

.site a:hover {
    color: #108bd6
}


/*==面包屑-1↓==*/

.siteDn {
    float: left;
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding: 10px 0 11px 0;
    font-size: 13px;
    color: #888;
    margin: 0px 0 15px 0;
    background: #f9f9f9;
}

.siteDn .frame {
    color: #888;
    font-size: 13px;
    line-height: 35px;
    padding-left: 20px;
    background: url(../images/ico01.png) no-repeat left;
}

.siteDn a {
    color: #888;
    font-size: 13px;
    margin: 0 3px;
}

.siteDn a:hover {
    color: #108bd6
}

.siteDn .icon-home {}

.siteDn .back {
    float: right;
    margin-top: 10px;
    height: 20px;
    background: #666;
    color: #fff !important;
    width: 47px;
    text-align: center;
    border-radius: 3px;
    line-height: 20px;
}

.siteDn .back:hover {
    background: #108bd6;
}


/*==面包屑-2↓==*/

.siteRn {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px #ddd solid;
}

.siteRn h3 {
    float: left;
    color: #555;
    font-size: 20px;
    font-weight: bold;
}

.siteRn .frame {
    color: #888;
    font-size: 13px;
    line-height: 35px;
    padding-left: 20px;
    background: url(../images/ico01.png) no-repeat left;
}

.siteRn a {
    display: inline-block;
    color: #888;
    font-size: 13px;
}

.siteRn a:hover {
    color: #108bd6
}


/*==面包屑-3↓==*/

.siteNn {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px #ddd solid;
    background: #f9f9f9;
}

.siteNn h3 {
    float: left;
    color: #555;
    font-size: 20px;
    font-weight: bold;
}

.siteNn .frame {
    color: #888;
    font-size: 13px;
    line-height: 35px;
    padding-left: 20px;
    background: url(../images/ico01.png) no-repeat left;
}

.siteNn .frame a {
    display: inline-block;
    color: #888;
    font-size: 13px;
}

.siteNn .frame a:hover {
    color: #108bd6
}

.siteNn .subMenu {}

.siteNn .subMenu a {
    position: relative;
    display: inline-block;
    color: #666;
    font-size: 15px;
    margin: 0 0px 0 30px;
    line-height: 35px;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.siteNn .subMenu a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    background: #108bd6;
    -webkit-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

.siteNn .subMenu a:hover:before {
    width: 100%;
}

.siteNn .subMenu a.active:before {
    width: 100%;
}

.siteNn .subMenu a:hover,
.siteNx .subMenu a.active {
    color: #108bd6
}


/*===内页框↓==*/

.rack {
    float: left;
    width: 100%;
    padding: 30px 0 50px 0;
}

.rack .lefter {
    width: 240px;
}

.rack .righter {
    width: 930px;
}


/*==次级菜单↓==*/

.menu {
    position: relative;
    float: left;
    margin: 0px 0 0px 0;
    padding: 20px 0 20px 0;
    width: 100%;
    text-align: center;
    background: #f2f5fa;
}

.menu ul {
    display: block;
    margin: auto;
    text-align: center;
}

.menu ul li {
    margin: 16px 45px 16px 0px;
    display: block;
    float: left;
}

.menu a {
    position: relative;
    z-index: 2;
    display: inline-block;
    color: #333333;
    font-size: 19px;
    padding: 0px 0px;
    margin: 0 0px;
    border-radius: 5px;
    /*! border: 1px #ccc solid; */
    /*! background: #fdfdfd; */
}

.menu a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -23px;
    z-index: -1;
    display: block;
    width: 0%;
    height: 3px;
    background: #108bd6;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu a:hover:before,
.menu a.active:before {
    width: 100%;
}

.menu li:last-child a {}


/*==广告图banner1==*/

.slideBanner {
    position: relative;
    width: 100%;
    height: 660px;
    overflow: hidden;
    margin: 0 auto;
}

.slideBanner .long {
    position: relative;
    margin: auto;
}

.slideBanner .list {
    position: absolute;
    left: 50%;
    margin-left: -960px
}

.slideBanner .list li {
    width: 1920px;
}

.slideBanner .list img {
    display: block;
    height: 660px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.slideBanner .spot {
    position: absolute;
    bottom: 30px;
    /* left:20%; */
    width: 100%;
    z-index: 99;
    text-align: center;
}

.slideBanner .spot li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    font-size: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* overflow:hidden; */
    background: #fff
}

.slideBanner .spot li:before {
    opacity: 0;
    content: "";
    position: absolute;
    bottom: -7px;
    left: -7px;
    height: 24px;
    width: 24px;
    border: 1px #fff solid;
    border-radius: 50%;
    transition: all .4s ease-in-out;
}

.slideBanner .spot li.on {
    color: #0065b3;
    /* margin-top:-11px; */
}

.slideBanner .spot li.on:before {
    opacity: 1;
}

.slideBanner .prev,
.slideBanner .next {
    display: none;
    position: absolute;
    left: 3%;
    top: 45%;
    font-size: 100px;
    color: #fff;
    /* margin-top:-25px; */
    display: ;
    width: 26px;
    height: 33px;
    padding: 5px 7px;
    background: url(../images/ctrl.png) 0px 0px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.slideBanner .next {
    left: auto;
    right: 3%;
    background-position: -40px 0px;
}

.slideBanner .prev:hover,
.slideBanner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}


/*==广告图banner2↓==*/

#banner-slider {
    float: left;
    width: 100%;
}

#banner-slider .fn-clear {
    zoom: 1;
}

#banner-slider .box_skitter {
    position: relative;
    background: none;
}

#banner-slider .box_skitter ul {
    display: none;
}

#banner-slider .box_skitter .container_skitter {
    margin: auto;
    overflow: hidden;
    position: relative;
}

#banner-slider .box_skitter .image {
    overflow: hidden;
}

#banner-slider .box_skitter .image img {
    display: none;
}

#banner-slider .box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

#banner-slider .box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

#banner-slider .box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    display: none;
}

#banner-slider .loading {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10000;
    margin: -16px -16px;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../images/ajax-loader.gif) no-repeat left top;
    width: 31px;
    height: 31px;
}

#banner-slider #slideshow {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

#banner-slider #slideshow ul {
    display: none;
}

#banner-slider #slideshow .info_slide {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 99999;
    width: 100%;
    text-align: center
}

#banner-slider #slideshow .info_slide span {
    display: inline-block;
    width: 35px;
    height: 7px;
    line-height: 0px;
    font-size: 0px;
    opacity: 0.8;
    cursor: pointer;
}

#banner-slider .image_number b {
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#banner-slider .image_number_select b {
    background: #108bd6;
}

#banner-slider .image_number:hover b {
    background: #108bd6;
}

#banner-slider .prev_button:before,
#banner-slider .next_button:before {
    color: #fff;
    font-size: 70px;
}

#banner-slider .prev_button,
#banner-slider .next_button {
    display: none;
    position: absolute;
    left: 3%;
    top: 45%;
    z-index: 99;
    font-size: 0px;
    width: 49px;
    height: 75px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#banner-slider .next_button {
    left: auto;
    right: 3%;
    background-position: -40px 0px;
}

#banner-slider .prev_button:hover,
#banner-slider .next_button:hover {
    background: rgba(0, 0, 0, 0.9);
}


/*产品放大镜*/

.etalage li.etalage_small_thumbs {
    right: -550px;
    overflow-x: hidden;
    overflow-y: inherit;
    margin-top: -131px;
}

.etalage li.etalage_small_thumbs ul {
    float: left;
}

#examples {
    position: absolute;
    left: 0;
    width: 300px;
    overflow: visible
}

#etalage {
    display: none;
}

#etalage .etalage_thumb {
    background: white url(../images/loading.gif) center no-repeat;
    border: 1px solid #ddd;
    padding: 6px;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}

#etalage .etalage_thumb_image {}

#etalage .etalage_small_thumbs li {
    background: white;
    border: 1px solid #ddd;
    margin: 10px;
    padding: 3px;
}

#etalage ul li.etalage_smallthumb_first {}

#etalage ul li.etalage_smallthumb_last {}

#etalage ul li.etalage_smallthumb_active {
    border: #108bd6 solid 1px;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}

#etalage .etalage_zoom_area,
.etalage_zoom_area {
    background: white url(../images/loading.gif) center no-repeat;
    border: 1px solid #ddd;
    padding: 6px;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}

#etalage .etalage_magnifier {
    background: white;
    border: 1px solid #bbb;
}

#etalage .etalage_icon {
    background: url(../images/zoom.png) no-repeat;
    width: 14px;
    height: 14px;
}

#etalage .etalage_hint {
    background: url(../images/hint.gif) no-repeat;
    width: 130px;
    height: 57px;
}

#etalage .etalage_description {
    background: white;
    font-style: italic;
    margin: 10px;
    padding: 6px 10px;
}

.etalage,
.etalage_thumb,
.etalage_thumb_image,
.etalage_source_image,
.etalage_zoom_preview,
.etalage_icon,
.etalage_hint {
    display: none
}

.etalage,
.etalage ul,
.etalage li,
.etalage img,
.etalage_hint,
.etalage_icon,
.etalage_description {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

.etalage,
.etalage_magnifier div,
.etalage_magnifier div img,
.etalage_small_thumbs ul,
ul .etalage_small_thumbs li,
.etalage_zoom_area div,
.etalage_zoom_img {
    position: relative
}

.etalage img,
.etalage li {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none
}

.etalage,
.etalage_small_thumbs li {
    float: left
}

.etalage_right {
    float: right
}

.etalage li {
    position: absolute
}

.etalage img {
    vertical-align: bottom;
    max-width: none
}

.etalage_magnifier {
    cursor: default
}

.etalage_magnifier div,
.etalage_small_thumbs {
    overflow: hidden
}

.etalage_magnifier div img {
    display: none
}

.etalage_icon,
.etalage_hint {
    cursor: default;
    width: 0;
    height: 0;
    overflow: hidden
}

.etalage_small_thumbs li.vertical {
    float: none
}

.etalage_zoom_area {
    z-index: 996
}

.etalage_zoom_area div {
    overflow: hidden;
    z-index: 997
}

.etalage_zoom_preview {
    position: absolute;
    z-index: 998
}

.etalage_zoom_img,
.etalage_hint {
    z-index: 999
}

.etalage {
    direction: ltr
}

div.etalage_description {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999
}

div.etalage_description.rtl {
    direction: rtl;
    text-align: right
}


/*==新闻列表↓==*/

.NewsListBox {}

.NewsListBox .list {}

.NewsListBox .list li {
    float: left;
    clear: both;
    margin: 20px 0 30px 0;
    padding: 0 0 30px 0;
    width: 100%;
    border-bottom: 1px #ddd solid;
}

.NewsListBox .list li .img {
    width: 350px;
    height: 260px;
}

.NewsListBox .list li .img img {
    width: 350px;
    height: 260px;
}

.NewsListBox .list li .left {
    width: 300px
}

.NewsListBox .list li .middle {
    width: 570px;
    margin: 0 50px;
}

.NewsListBox .list li .middle h4 {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 0 0;
}

.NewsListBox .list li .middle p {
    margin: 30px 0 45px 0;
    color: #999;
    font-size: 14px;
    line-height: 23px;
}

.NewsListBox .list li .middle b {
    color: #333;
    font-size: 13px;
    border: 1px #ddd solid;
    padding: 10px 30px;
    background: #f5f5f5;
}

.NewsListBox .list li .right {
    width: 120px;
    color: #666;
    font-size: 50px;
    text-align: center;
    background: #f7f7f7;
    padding: 30px 20px 15px 20px;
    margin: 50px 0 0 0;
}

.NewsListBox .list li .right span {
    margin-top: 20px;
    padding-top: 5px;
    border-top: 1px #ddd solid;
    display: block;
    color: #999;
    font-size: 14px;
}

.NewsListBox .list li a:hover h4 {
    color: #108bd6
}

.NewsListBox .list li a:hover b {
    background: #108bd6;
    color: #fff;
    border: 1px #108bd6 solid
}

.NewsListBox .list li a:hover .right {
    background: #108bd6;
    color: #fff
}

.NewsListBox .list li a:hover .right span {
    color: #fff
}


/*==新闻列表-01↓==*/

.news-list {}

.news-list li {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 20px 0 20px 0;
    border-bottom: 2px #ddd solid;
}

.news-list li .left {
    width: 870px;
}

.news-list li .left h4 {
    color: #555;
    font-size: 16px;
    font-weight: bold;
}

.news-list li .left span {
    display: block;
    margin: 10px 0 20px 0;
    color: #a4a4a4;
    padding-left: 15px;
    font-size: 12px;
    background: url(../images/ico10.png) no-repeat left;
}

.news-list li .left p {
    color: #a4a4a4;
    font-size: 12px;
    line-height: 23px;
}

.news-list li .left b {
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 7px 25px;
    border: 1px #383838 solid;
    color: #383838;
    font-size: 14px;
}

.news-list li a:hover h4 {
    color: #108bd6
}

.news-list li a:hover b {
    border: 1px #108bd6 solid;
    color: #108bd6;
}

.news-list li .img {
    width: 300px;
}


/*==新闻详情↓==*/

.NewsDetailBox {
    margin: 30px 0 20px 0
}

.NewsDetailBox .left {
    width: 850px;
}

.NewsDetailBox .left .title {
    position: relative;
    padding: 0 0px 10px 0;
    border-bottom: 1px #ddd solid;
}

.NewsDetailBox .left .title h1 {
    color: #333;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: bold;
}

.NewsDetailBox .left .title hr {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 150px;
    background: #108bd6;
    border: none;
    height: 1px;
}

.NewsDetailBox .left .title span {
    display: inline-block;
    color: #999;
    font-size: 12px;
    margin: 0 20px 0 0;
}

.NewsDetailBox .left .title span.fonts {}

.NewsDetailBox .left .title span.fonts a {
    margin: 0 5px
}

.NewsDetailBox .left .title span.fonts a.active {
    color: #108bd6
}

.NewsDetailBox .left .wx {
    margin: 30px 0;
    color: #666;
    font-size: 13px;
    line-height: 23px;
}

.NewsDetailBox .left .pagination {
    padding: 30px 0;
    margin: 30px 0;
}

.NewsDetailBox .left .pagination .list {
    float: right;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #108bd6;
    padding: 5px 20px;
}

.NewsDetailBox .left .pagination .list:hover {
    background: #3f3e3e;
}

.NewsDetailBox .left .pagination .share {
    float: left;
}

.NewsDetailBox .left .pagination .long {
    margin: 30px 0;
    padding: 10px;
    background: #eee;
}

.NewsDetailBox .left .pagination .long span {
    color: #666;
    font-size: 12px;
}

.NewsDetailBox .left .pagination .long span font {
    padding: 2px 8px;
    margin-right: 10px;
    background: #f9f9f9;
    font-size: 13px;
    color: #333;
}

.NewsDetailBox .left .pagination .long span a:hover {
    color: #108bd6
}

.NewsDetailBox .right {
    width: 300px;
}

.NewsDetailBox .right ul {
    border: #ddd solid 1px;
    padding: 30px 20px;
    background: #fdfdfd;
}

.NewsDetailBox .right ul h2 {
    position: relative;
    margin: 0 0 20px 0;
    color: #333;
    font-size: 18px;
}

.NewsDetailBox .right ul h2 em {
    margin-right: 10px;
}

.NewsDetailBox .right ul h2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 12px;
    width: 155px;
    height: 1px;
    background: #ddd;
}

.NewsDetailBox .right ul {
    margin: 25px 0 0;
}

.NewsDetailBox .right ul li {
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px #ddd dashed;
}

.NewsDetailBox .right ul li:last-child {
    border: none;
}

.NewsDetailBox .right ul li h4 {
    display: block;
    color: #666;
    font-size: 13px;
    font-weight: bold;
}

.NewsDetailBox .right ul li p {
    margin: 10px 0 5px 0;
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.NewsDetailBox .right ul li span {
    display: block;
    color: #B7B5B5;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
}

.NewsDetailBox .right ul li b {
    float: right;
    color: #B7B5B5;
    font-size: 12px;
    line-height: 20px;
    display: none;
}

.NewsDetailBox .right ul li a:hover h4,
.NewsDetailBox .right ul li a:hover p {
    color: #108bd6
}

.NewsDetailBox #fixedBoxA {
    width: 300px
}

.NewsDetailBox .fixedBoxA1 {}

.NewsDetailBox .fixedBoxA2 {
    position: fixed;
    _position: absolute;
    top: 0px;
    z-index: 250;
}

.NewsDetailBox .absolute {
    position: absolute;
    z-index: 250;
    bottom: 0px;
}


/*==下载列表↓==*/

.download-list {
    float: left;
    width: 100%;
    margin: 20px 0 50px 0;
}

.download-list a {
    float: left;
    width: 545px;
    margin: 0px 10px 20px 10px;
    border-radius: 10px;
    padding: 20px 15px;
    border: 2px #ddd solid;
}

.download-list a h4 {
    color: #333;
    font-size: 16px;
}

.download-list a p {
    color: #999;
    font-size: 13px;
    margin: 10px 0 5px 0
}

.download-list a span {
    display: block;
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #999
}

.download-list a span em {
    float: right;
    background: #ccc;
    border-radius: 20px;
    padding: 2px 10px;
    color: #fff;
    font-size: x-small;
}

.download-list a:hover {
    border: 2px #00529c solid;
}

.download-list a:hover h4 {
    color: #00529c
}

.download-list a:hover span em {
    background: #00529c
}


/*==视频列表↓==*/

.list-video {
    width: 1240px;
    margin-left: -40px;
}

.list-video li {
    float: left;
    width: 580px;
    margin-left: 40px;
    margin-bottom: 40px;
}

.list-video li img {
    width: 580px;
    height: 454px;
}

.list-video li .box {
    border: 1px solid #ddd;
    padding: 30px 25px;
    border-top: none;
    height: 195px;
}

.list-video li .box h3 {
    float: left;
    clear: both;
    width: 100%;
    font-size: 24px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.list-video li hr {
    float: left;
    width: 50px;
    height: 3px;
    margin: -5px 0 20px 0;
    border: none;
    background: #108bd6;
}

.list-video li .box h3 span {
    display: block;
    background: #108bd6;
    width: 100px;
    height: 3px;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 18px;
}

.list-video li h3 {}

.list-video li a:hover h3 {
    color: #108bd6;
    transition: all 0.3s;
}

.list-video li b {
    float: right;
    width: 105px;
    height: 40px;
    background: #108bd6;
    color: #fff;
    text-align: center;
    line-height: 40px;
    /* margin-top:10px; */
    font-size: 14px;
    font-weight: normal;
}

.list-video li a:hover b {
    background: #f60;
    transition: all 0.3s;
}

.list-video li p {
    color: #666;
    clear: both;
    font-size: 12px;
    line-height: 22px;
}

.list-video li:hover {
    background: #f5f5f5;
}

.list-video li:hover hr {
    width: 150px;
    background: #108bd6;
}


/*==视频详情↓==*/

.video-show {}

.video-show embed {
    float: left;
    margin: 20px 0;
    width: 100%;
    height: 500px;
}


/*==招聘页面↓==*/

.joinBox {
    background: #f5f5f5;
}

.joinBox div.lefter {
    width: 930px;
}

.joinBox div.righter {
    width: 240px;
}

.join-list li {
    margin: 0 0 30px 0;
    padding: 0 0 20px 0;
    border: 1px #eee solid;
    background: #fff;
}

.join-list li .title {
    position: relative;
    padding: 30px 30px 50px 30px;
    border-bottom: 1px #f2f2f2 solid;
    background: #fafafa;
}

.join-list li .title h3 {
    color: #444;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.join-list li .title span {
    color: #666;
    font-size: 14px;
}

.join-list li .title .txt-right {
    position: absolute;
    right: 30px;
    bottom: 30px;
    color: #777;
}

.join-list li .box h4 {
    color: #444;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.join-list li .box {
    margin: 30px 30px 40px 30px;
    padding: 0px 0px 40px 0px;
    color: #777;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px #eee solid;
}

.join-list li .title .share {
    float: right;
    margin-top: -50px
}

.join-list li .down {
    margin: 30px;
    padding: 20px;
    background: #f5f5f5;
}

.join-list li .down p {
    color: #666;
    font-size: 15px;
    line-height: 32px
}

.join-list li .down a {
    float: right;
    display: inline-block;
    color: #fff;
    background: #108bd6;
    padding: 7px 25px;
    font-size: 15px;
}

.join-list li .down a:hover {
    background: #f60;
}

.joinBox .righter {}

.joinBox .righter .box {
    padding: 20px;
    margin: 0 0 20px 0;
    border-top: 1px #eee solid;
    border-right: 1px #eee solid;
    border-bottom: 2px #eee solid;
    border-left: 1px #eee solid;
    background: #fff;
}

.joinBox .righter .one img {
    display: block;
    margin: auto;
    max-width: 100%
}

.joinBox .righter .one h2 {
    color: #333;
    font-size: 15px;
    margin: 15px 0 15px 0;
    text-align: center;
}

.joinBox .righter .one a {
    width: 150px;
    display: block;
    margin: auto;
    text-align: center;
    color: #777;
    font-size: 14px;
    border: 1px #ddd solid;
    padding: 7px 20px;
}

.joinBox .righter .one a:hover {
    background: #108bd6;
    color: #fff
}

.joinBox .righter .two {}

.joinBox .righter .two h3 {
    font-size: 18px;
    color: #666;
    padding-bottom: 10px;
    margin: 0 0 15px 0;
    border-bottom: 1px #eee solid;
}

.joinBox .righter .two ul li em {
    color: #999;
    width: 20px;
    font-size: 20px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.joinBox .righter .two ul li {
    display: block;
    clear: both;
    margin: 5px 0 15px 0;
}

.joinBox .righter .two ul li span {
    display: inline-block;
    color: #888;
    font-size: 13px;
    width: 165px;
}

.joinBox .righter .two ul li.x1 {
    height: 45px;
}

.joinBox .righter .two ul li.x1 span {
    line-height: 25px;
}

.joinBox .righter .two ul li.x1 em {
    line-height: 45px;
}

.joinBox .righter .two ul li.x2 {}

.joinBox .righter .two ul li.x2 span {}

.joinBox .righter .two ul li.x2 em {
    line-height: 23px;
}

.joinBox .righter .three {}

.joinBox .righter .four {}

.joinBox .righter .four h3 {
    text-align: center;
    color: #666;
    font-size: 15px;
}

.joinBox .righter .four img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.joinBox #fixedBoxA {
    width: 240px
}

.joinBox .fixedBoxA1 {}

.joinBox .fixedBoxA2 {
    position: fixed;
    _position: absolute;
    top: 20px;
    z-index: 250;
}

.joinBox .absolute {
    position: absolute;
    z-index: 250;
    bottom: 0px;
}


/*==常见问题↓==*/

.faqBox {
    padding: 50px 0 100px 0;
    background: #f8f8f8;
}

.faqBox .lefter {
    padding: 10px 20px;
    background: #fff;
}

.faqBox .lefter a {
    display: block;
    font-size: 13px;
    color: #666;
    border-bottom: 1px #f0f0f0 solid;
    padding: 15px 25px;
    font-weight: bold;
}

.faqBox .lefter a:hover {
    color: #108bd6
}

.faqBox .lefter a:last-child {
    border: none;
}

.faqBox .righter {
    background: #fff
}

.list-faq {
    padding: 20px;
}

.list-faq li {
    width: 100%;
    padding: 30px 30px;
    clear: both;
    margin: 0 0 20px 0;
    border-bottom: 1px #ddd dashed;
}

.list-faq li em {
    color: #fff;
    font-size: 40px;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #a0a0a0;
    border-radius: 50%;
    padding: 10px 0 0 0;
    margin: 0 20px 0 0;
}

.list-faq li em:before {
    margin-top: 8px
}

.list-faq li h3,
.list-faq li h3 a {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.list-faq li .wx {
    margin: 10px 0 0 0;
    color: #999;
    font-size: 12px;
    line-height: 22px;
}

.list-faq li .wx a {
    color: #108bd6;
    font-size: 12px;
    margin-left: 10px
}

.list-faq li a:last-child {
    border: none;
}

.list-faq li:hover h3,
.list-faq li:hover h3 a {
    color: #108bd6
}

.list-faq li:hover em {
    background: #108bd6;
}

.faqBox .righter .content {
    padding: 20px 30px 50px 30px;
}

.faqBox .righter .content h2 {
    color: #333;
    font-size: 20px;
    margin: 20px 0 50px 0
}

.faqBox .righter .content h3 {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.faqBox .righter .content .wx {
    margin: 20px 0 0 0;
    color: #777;
    font-size: 13px;
    line-height: 23px;
}


/*==荣誉资质↓==*/

.list-honor {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.list-honor li {
    /* position: relative; */
    display: inline-block;
    width: 274px;
    /* height: 350px; */
    margin: 0 10px 20px 10px;
    padding: 10px;
    border: 1px #dedede solid;
    border-radius: 10px;
    background: #f9f9f9;
}

.list-honor li .imgBox {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    height: 350px;
    background: #F9F9F9;
}

.list-honor img {
    max-width: 100%;
    /* height: 350px; */
    vertical-align: middle;
    display: block;
    width: 100%;
    border: 1px #ddd solid;
}

.list-honor li figure {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    /* height: 350px; */
    /* background: #fff; */
}

.list-honor .imghvr-shutter-in-out-diag-1 figcaption em {
    margin-top: 120px;
}

.list-honor .imghvr-shutter-in-out-diag-1:after,
.list-honor .imghvr-shutter-in-out-diag-1:before {
    width: 200%;
    height: 100%;
}

.list-honor h4 {
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 15px;
    padding: 15px 0 5px 0;
    border-top: 1px #eee solid;
}

.list-honor li:hover h4 {
    color: #108bd6
}


/*==图片==*/

.list-pic {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.list-pic .effect-one .effect-one-img {
    width: auto;
    margin: auto
}

.list-pic li {
    display: inline-block;
    width: 280px;
    margin: 0 10px 20px 10px;
}

.list-pic li .effect-one {
    border: 1px #eee solid;
}

.list-pic li .imgBox {
    height: 220px;
    background: #fff;
}

.list-pic img {
    max-width: 100%;
    height: 220px;
    width: 100%;
    /*! border:1px #ddd solid; */
}

.list-pic h4 {
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 15px;
    padding: 7px 0 10px 0;
}

.list-pic li:hover h4 {
    color: #108bd6
}


/*==图片详情==*/

.pictuerShow {
    margin: 30px 0 50px 0;
}

.pictuerShow .titleTop {
    color: #333;
    font-size: 22px;
    text-align: center;
    margin: 25px 0;
}

.pictuerShow .contentBox {
    margin-top: 50px;
}

.pictuerShow .contentBox .title {
    margin: 0 0 25px 0;
    color: #333;
    font-size: 18px;
    border-bottom: 1px #aaa solid;
    padding-bottom: 20px;
}


/*===合作伙伴↓==*/

.list-cooperation {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.list-cooperation .effect-one {
    border: 1px #ddd solid;
}

.list-cooperation .effect-one .effect-one-img {
    width: auto;
    margin: auto
}

.list-cooperation li {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 0 10px 20px 10px
}

.list-cooperation img {
    width: 100%;
    height: 127px;
    margin-bottom: -6px;
    border: 2px #eee solid;
}

.list-cooperation h4 {
    text-align: center;
    color: #666;
    font-size: 14px;
    padding: 10px 0;
}

.list-cooperation a:hover h4 {
    color: #0092D8
}

.list-cooperation .effect-two {}

.list-cooperation .effect-two::before {
    border-top: 2px solid #0092D8;
    border-bottom: 2px solid #0092D8;
}

.list-cooperation .effect-two::after {
    border-left: 2px solid #0092D8;
    border-right: 2px solid #0092D8;
}


/*==发展历程↓==*/

.fzlc .bigBox {
    position: relative;
    float: left;
    margin: 130px 0 0 0;
    width: 100%;
    height: 100%;
}

.fzlc .bigBox .top {
    left: 585px;
    top: -110px;
    position: absolute;
    height: 52px;
    width: 31px;
    color: #0092D8;
    font-size: 55px;
}

.bigBox:before {
    content: "";
    width: 1px;
    margin-top: -50px;
    height: 100%;
    background: #0092D8;
    left: 600px;
    top: 0;
    position: absolute;
}

.fzlc .bigBox .img {
    position: relative;
    width: 530px;
}

.fzlc .bigBox .img img {
    max-width: 100%;
}

.fzlc .bigBox .text h3 {
    font-weight: 400;
    font-size: 32px;
    color: #0092D8;
    margin: 0 0 20px 0;
}

.fzlc .bigBox .text em {
    color: #C38F5F;
    margin: 0 5px;
    font-style: normal
}

.fzlc .bigBox .img:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 58px;
    width: 60px;
    height: 1px;
    background: #0092D8;
}

.fzlc .bigBox .img:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #0092D8;
    border-radius: 500rem;
    box-shadow: 0 0 0 5px rgba(0, 146, 216, 0.28);
    top: 50px;
}

.fzlc .bigBox .text {
    width: 530px;
    color: #555555;
    font-size: 14px;
    line-height: 30px;
}

.fzlc .bigBox .one,
.fzlc .bigBox .two {
    float: left;
    width: 100%;
    margin: 0 0 90px 0
}

.fzlc .bigBox .one .img {
    float: right;
}

.fzlc .bigBox .one .img:before {
    left: -57px;
}

.fzlc .bigBox .one .img:after {
    left: -77px;
}

.fzlc .bigBox .one .text {
    float: left;
    text-align: right;
}

.fzlc .bigBox .one .text em {
    float: right;
}

.fzlc .bigBox .two .img {
    float: left;
    text-align: right;
}

.fzlc .bigBox .two .img:before {
    right: -58px;
}

.fzlc .bigBox .two .img:after {
    right: -78px;
}

.fzlc .bigBox .two .text {
    float: right;
    text-align: left;
}

.fzlc .bigBox .two .text em {
    float: left;
}


/*==联系我们↓==*/

.contact {}

.contact h2 {
    color: #1a1a1a;
    font-size: 25px;
    margin: 0px 0 50px 0;
}

.contact .long {
    float: left;
    width: 100%
}

.contact .long b {
    float: left;
    width: 20%;
    text-align: center;
}

.contact .long b h4 {
    color: #999;
    font-size: 14px;
    font-weight: 400
}

.contact .long b h4 span {
    margin: 5px 0;
    display: block;
    color: #666;
    font-size: 13px;
}

.contact .box {
    margin: 10px 0 30px 0;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.contact #dituContent {
    float: left;
    width: 100%;
    height: 450px;
    margin: 0px 0 0 0;
}


/*===左侧块lefter↓==*/

.leftNav {
    width: 240px;
    background: #fff;
}

.leftNav h2 {
    width: 100%;
    font-weight: bold;
    padding: 30px 0 20px 50px;
    font-size: 26px;
    color: #fff;
    border-radius: 0 25px 0 0;
    background: #0082cb;
}

.leftNav h2 font {
    font-size: 12px;
    display: block;
    margin-top: 2px;
}

.leftNav ul {
    margin: 0px;
    padding: 0px 0 0px 0;
    border: 1px #ddd solid;
}

.leftNav ul li {
    border-bottom: 1px #ededed solid;
}

.leftNav ul li a {
    position: relative;
    display: block;
    line-height: 35px;
    color: #333333;
    font-size: 14px;
    padding: 10px 0 10px 20px;
    background: #f9f9f9;
}

.leftNav ul li a:before {
    content: "";
    display: blcok;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background: #147fdd;
    transition: all .5s ease-in-out;
}

.leftNav ul li a:hover:before,
.leftNav ul li.active a:before {
    height: 100%;
}

.leftNav ul li a:hover,
.leftNav ul li.active a {
    color: #147fdd;
}

.lefter #fixedBoxA {
    width: 240px
}

.lefter .fixedBoxA1 {}

.lefter .fixedBoxA2 {
    position: fixed;
    _position: absolute;
    top: 30px;
    z-index: 250;
}

.lefter .absolute {
    position: absolute;
    z-index: 250;
    bottom: 0px;
}


/*==左边联系方式模块↓==*/

.left_contact {
    margin: 30px 0 0 0;
    padding: 18px;
    color: #555;
    font-size: 13px;
    line-height: 23px;
    border: 1px #ddd solid;
}

.left_contact img {
    margin: 0 0 5px 0
}

.left_contact .box {}


/*==网站地图↓==*/

.sitemap-frame {
    margin: 50px 0 20px 0;
}

.sitemap-frame .site-box {
    border-bottom: 2px #666 solid;
}

.sitemap-frame .site-box .left {
    padding: 10px 20px;
    color: #fff;
    background: #555;
}

.sitemap-frame .site-box .left a {
    color: #fff;
    display: inline-block;
}

.sitemap-frame .site-box .right {
    color: #888;
    font-size: 13px;
    line-height: 35px;
    padding-left: 20px;
}

.sitemap-frame .site-box .right a {
    display: inline-block;
    color: #888;
    font-size: 13px;
}

.sitemap-frame .site-box .right a:hover {
    color: #108bd6
}

.sitemap-frame .list {
    width: 100%;
    float: left;
    margin: 40px 0;
    display: table;
}

.sitemap-frame .list li {
    display: table-cell;
    text-align: center;
}

.sitemap-frame .list hr {
    width: 3px;
    height: 100%;
    border: none;
    background: #000;
}

.sitemap-frame .list h4 {}

.sitemap-frame .list h4 a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px #ddd dotted;
    margin: 0 5px;
    background: #607782;
    border-radius: 7px;
}

.sitemap-frame .list a:before {
    padding-right: 5px;
}

.sitemap-frame .list .box {
    padding: 20px 0 10px 0;
    clear: both;
    border-left: 1px #ddd solid;
    margin: 0 5px;
}

.sitemap-frame .list .box a {
    position: relative;
    display: block;
    color: #666;
    font-size: 13px;
    background: #ededed;
    padding: 10px 5px;
    margin: 0 0 20px 5px;
    border-radius: 5px;
}

.sitemap-frame .list .box a:after {
    content: "";
    position: absolute;
    left: -12px;
    top: 20px;
    width: 12px;
    height: 5px;
    display: block;
    background: #CACACA;
    /* border-radius: 50%; */
}

.sitemap-frame .list a:hover {
    color: #fff;
    background: #0092D8
}

.sitemap-frame .list a:hover:after {}


/*==分页↓==*/

#pages {
    float: left;
    width: 100%;
    margin: 20px 0 50px 0;
    text-align: center;
}

#pages span {
    border: 0px #ddd solid;
    padding: 5px 10px;
    margin: 0 5px;
    background: #ddd;
    color: #999
}

#pages a {
    border: 1px #bbb solid;
    padding: 5px 10px;
    color: #666;
    margin: 0 5px;
}

#pages a:hover {
    color: #fff;
    background: #f60
}


/*===留言↓==*/

.comments {
    float: left;
    width: 100%;
}

.comments .title {
    float: left;
    width: 100%;
    text-align: left;
    margin: 50px 0 35px;
    color: #666;
    font-size: 30px;
}

.comments .title {}

.comments .title b {
    margin: 10px 0 0 0;
    font-size: 12px;
    color: #777;
    font-weight: 400;
}

.comments .title span {
    display: block;
    border: 2px solid #ccc;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    margin: .4em auto 0em;
    position: relative;
}

.contact-form {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.contact-form .fields-grid {
    float: left;
    width: 102%;
    margin-left: -2%;
}

.styled-input {
    margin-right: 2%;
}

.styled-input.agile-styled-input-top {
    margin-top: 0;
}

.contact-form .yzm {
    width: 205px;
    margin-right: 20px;
}

.contact-form .yzm input.input-verifycode {
    width: 120px;
    float: right;
    margin: 10px 0px 0px 0px;
}

.contact-form .yzm img {
    float: left;
    margin: 20px 0 0 0;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    font-size: 13px;
    color: #999999;
    padding: 10px 10px 10px 10px;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #aaa;
    background: none;
    -webkit-appearance: none;
    outline: none;
}

.contact-form textarea {
    min-height: 100px;
    resize: none;
}


/*-- input-effect --*/

.styled-input input:focus~label,
.styled-input input:valid~label,
.styled-input textarea:focus~label,
.styled-input textarea:valid~label {
    font-size: 14px;
    color: #108bd6;
    top: -1.3em;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    -o-transition: all 0.125s;
    -ms-transition: all 0.125s;
    transition: all 0.125s;
}

.styled-input {
    width: 48%;
    margin: 2em 0 1em 2%;
    position: relative;
    float: left;
}

.textarea-grid {
    float: left;
    width: 100% !important;
    margin-left: 0 !important;
}

.styled-input label {
    color: #8c8c8c;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 14px;
    display: block;
    line-height: 1em;
}

.styled-input input~span,
.styled-input textarea~span {
    display: block;
    width: 0;
    height: 2px;
    background: #108bd6;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}

.styled-input textarea~span {
    bottom: 4px;
}

.styled-input input:focus.styled-input textarea:focus {
    outline: 0;
}

.styled-input input:focus~span,
.styled-input textarea:focus~span {
    width: 100%;
    -webkit-transition: all 0.075s;
    -moz-transition: all 0.075s;
    transition: all 0.075s;
}

.contact-form button[type="submit"] {
    outline: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 14px;
    margin: 10px 0 0 0;
    -webkit-appearance: none;
    background: #666;
    border: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    cursor: pointer;
}

.contact-form button[type="submit"]:hover {
    background: #108bd6;
}


/*==地图↓==*/

#dituContent {
    margin: 0px 0 0 0;
    width: 100%;
    height: 500px;
}


/* 在线客服样式 */

.kefuBox {
    position: fixed;
    top: 30%;
    right: 0;
    width: 160px;
    z-index: 99;
}

.kefuBox .kefuTop {
    width: 100%;
    height: 33px;
    background: url(../images/qq/kefutop.png)no-repeat center;
    position: relative;
}

.kefuBox .kefuBottom {
    width: 100%;
    height: 40px;
    background: url(../images/qq/kefubottom.png)no-repeat center;
}

.kefuCont {
    padding: 10px 0;
    background: #fff;
    border-left: 1px solid #0f439c
}

.kefuCont ul li {
    width: 100%;
    height: 44px;
    padding: 7px 0 0 55px;
    background: url(../images/qq/qq.png)no-repeat left;
}

.kefuCont ul li.spk{
  background: url(../images/qq/skype.png)no-repeat left;
}

.kefuBox .tel {
    padding: 20px 20px 10px 20px;
}

.kefuBox .tel dt {
    padding-left: 34px;
    background: url(../images/qq/tel.png)no-repeat left;
    background-position: 0 10px;
}

.kefuBox .tel dt p {
    font-size: 16px;
    color: #000
}

.kefuBox .wx {
    padding: 0 20px;
}

.kefuBox .kefuClose {
    position: absolute;
    right: 14px;
    top: 5px;
    font-style: normal;
    font-size: 18px;
    color: #f1f1f1;
    transform: rotateZ(45deg);
    cursor: pointer;
}

.kefuRight {
    position: fixed;
    top: 50%;
    left: -32px;
    width: 32px;
    height: 106px;
    background: url(../images/marking_open.png)no-repeat center;
    z-index: 99;
    cursor: pointer;
}


/*==客服↓==*/

.kefuBox-One {
    position: fixed;
    right: 0;
    top: 180px;
    z-index: 99
}

.kefuBox-One ul li {
    position: relative;
    margin: 2px 0;
    cursor: pointer;
}

.kefuBox-One ul li a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden;
}

.kefuBox-One ul li em {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 10px 0 0 0;
    width: 100%;
    height: 100%;
    font-size: 22px;
    color: #eee;
    text-align: center;
    background: rgba(102, 102, 102, 0.9);
}

.kefuBox-One ul li .ewm {
    display: block;
    width: 100%;
}

.kefuBox-One ul li em.icon-mobile {
    font-size: 35px;
    padding: 5px 0px 0px 0px;
}

.kefuBox-One ul li em.icon-phone {
    font-size: 30px;
}

.kefuBox-One ul li b {
    position: absolute;
    left: 0;
    top: 45px;
    padding: 3px;
    display: block;
    width: 100%;
    font-size: 14px;
    height: 100%;
    color: #ddd;
    line-height: 18px;
    text-align: center;
    background: #333;
}

.kefuBox-One ul li .toolbar-layer {
    position: absolute;
    right: 47px;
    bottom: -10px;
    width: 172px;
    opacity: 0;
    padding: 5px;
    border-radius: 5px;
    border: 1px #ccc solid;
    background: #fff;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -ms-transform-origin: 95% 95%;
    -o-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -ms-transform: scale(0.01);
    -o-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
}

.kefuBox-One ul li .img {
    width: 120px;
}

.kefuBox-One ul li .tel {
    color: #666;
    font-size: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.86);
}

.kefuBox-One ul li .tel hr {
    width: 100%;
    /* height:2px; */
    border: 0px;
    background: #108bd6;
}

.kefuBox-One ul li .tel font {
    float: left;
    width: 100%;
    clear: both;
    margin: 5px 0;
    padding: 5px 0;
    font-weight: bold;
    color: #555;
    font-size: 15px;
    bo;
    border-bottom: 1px #ccc solid;
}

.kefuBox-One ul li:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.kefuBox-One ul li:hover em {
    top: -45px
}

.kefuBox-One ul li:hover b {
    top: 0
}

.kefuBox-One ul li .cd-top {
    height: 0px;
}

.kefuBox-One ul li .cd-is-visible {
    height: 45px;
}


/*==弹框↓==*/

.pop {
    display: none;
    width: 350px;
    min-height: 270px;
    max-height: 350px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 130;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(72, 72, 72, 0.5);
}

.pop-top {
    height: 35px;
    width: 100%;
    border-bottom: 1px #E5E5E5 solid;
}

.pop-top h2 {
    float: left;
    font-size: 18px;
    color: #666;
    display: block;
}

.pop-top span {
    float: right;
    margin-top: 0px;
    width: 25px;
    line-height: 23px;
    height: 25px;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    display: block;
    color: #666;
    border-radius: 50%;
}

.pop-top span:hover {
    transform: rotate(360deg);
    color: #fff;
    font-size: 16px;
    background: #737373;
}

.pop-foot {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-top: 1px #E5E5E5 solid;
    text-align: right;
}

.pop-cancel,
.pop-ok {
    padding: 8px 15px;
    margin: 15px 5px;
    border: none;
    border-radius: 5px;
    background-color: #337AB7;
    color: #fff;
    cursor: pointer;
}

.pop-cancel {
    background-color: #FFF;
    border: 1px #CECECE solid;
    color: #000;
}

.pop-content {
    height: 170px;
    margin: 20px 0;
}

.pop-content img {
    /* width: 100%; */
    /* height: 100%; */
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.pop-content-left {
    float: left;
}

.pop-content-right {
    width: 310px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 35px;
}

.bgPop {
    display: none;
    position: absolute;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}


/*==图片放大-picture↓==*/

[class^='imghvr-'],
[class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    background-color: rgba(1, 87, 155, 0.3);
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

[class^='imghvr-']>img,
[class*=' imghvr-']>img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
    background-color: inherit;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

[class^='imghvr-'] h3,
[class*=' imghvr-'] h3,
[class^='imghvr-'] p,
[class*=' imghvr-'] p,
[class^='imghvr-'] em,
[class*=' imghvr-'] em {
    margin: 0;
    padding: 0;
    color: #fff;
}

[class^='imghvr-'] a,
[class*=' imghvr-'] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


/*imghvr-shutter-in-*/

[class^='imghvr-shutter-in-']:after,
[class*=' imghvr-shutter-in-']:after,
[class^='imghvr-shutter-in-']:before,
[class*=' imghvr-shutter-in-']:before {
    background: inherit;
    position: absolute;
    content: '';
}

[class^='imghvr-shutter-in-']:after,
[class*=' imghvr-shutter-in-']:after {
    top: 0;
    left: 0;
}

[class^='imghvr-shutter-in-']:before,
[class*=' imghvr-shutter-in-']:before {
    right: 0;
    bottom: 0;
}

[class^='imghvr-shutter-in-'] figcaption,
[class*=' imghvr-shutter-in-'] figcaption {
    opacity: 0;
    z-index: 1;
}

[class^='imghvr-shutter-in-']:hover figcaption,
[class*=' imghvr-shutter-in-']:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


/*imghvr-shutter-in-out-diag-1*/

.imghvr-shutter-in-out-diag-1:after,
.imghvr-shutter-in-out-diag-1:before {
    width: 200%;
    height: 200%;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0.3;
}

.imghvr-shutter-in-out-diag-1:after {
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
}

.imghvr-shutter-in-out-diag-1:before {
    -webkit-transform: skew(-45deg) translateX(150%);
    transform: skew(-45deg) translateX(150%);
}

.imghvr-shutter-in-out-diag-1:hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}

.imghvr-shutter-in-out-diag-1:hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
}

.imghvr-shutter-in-out-diag-1 figcaption {
    text-align: center;
    /* background: #fff; */
}

.imghvr-shutter-in-out-diag-1 figcaption em {
    margin-top: 60px;
    display: block;
    color: #fff;
    font-size: 40px;
}