﻿@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img,li{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}

body {
    font: 14px/1.5 'Microsoft YaHei','Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1',  'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
    color: #333;
    background-color: #f9f9f9;
}
/* 全局 */

html {-webkit-text-size-adjust: none;-webkit-text-size-adjust: none;text-align: justify;text-justify: inter-ideograph;}


/* 浏览器滚动轴修改 */

* {-webkit-tap-highlight-color: rgba(255, 255, 255, 0);-webkit-touch-callout: none;margin: 0;}

::-webkit-scrollbar {width: 4px;height: 4px}

::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 0;background: rgba(0, 0, 0, 0.1)}

::-webkit-scrollbar-thumb {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: rgba(0, 0, 0, 0.2)}

::-webkit-scrollbar-thumb:hover {border-radius: 5px;-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);background: rgba(0, 0, 0, 0.4)}

input,
textarea {-webkit-user-select: text}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */

html {overflow-y: scroll;}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

/*
form label {
    cursor: pointer;
}
*/

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;

}

a:hover {
    text-decoration: none;
}

a.special,
.special a {
    color: #1eb37b;
}

a.special:hover,
.special a:hover {
    color: #1eb37b;
    text-decoration: none;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/
.c-333 {
    color: #333;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-green {
    color: #1fb079;
}

.c-orange {
    color: #fc714c;
}

.c-reg {
    color: #d90106;
}

/* 字号 */
.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}

.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
    font-family: SimSun;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20 {
    font-weight: 700;
}

/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}
.box_table{ display:table; table-layout: fixed; text-align:center; width:100%; height:100%}
.box_table_cell{ display:table-cell; vertical-align:middle}
.box_table_cell *{ white-space:normal; word-wrap:break-word; }

/*分页样式*/
.pglist {padding: 25px 0;float: left;width: 100%;line-height: 34px;text-align: center;}
.pglist a {color: #333333;padding: 0 10px;margin: 0 5px;background: #fff;border: 1px solid #dcdcdc;font-size: 14px;}
.pglist * {display: inline-block;_zoom: 1;_display: inline;vertical-align: middle;line-height: 28px;height: 28px;padding-bottom: 1px;border-radius: 2px;-webkit-border-radius: 2px;}
.pglist .hover {display: inline-block;color: #fff;background: #e53c1b;}
.pglist a:hover {display: inline-block;color: #fff;background: #e53c1b;}
.pglist .curpage {display: inline-block;color: #fff;background: #e53c1b;}

.auto{margin: 0 auto;}
/* 设置浮动 */
.fl{float: left;}
.fr{float: right;}
/* 二级导航 */
.list_nav{width: 100%;float: right;}
.list_nav ul{display: flex;flex-wrap: nowrap;justify-content: flex-end;}
.list_nav ul li{text-align: center;padding: 0 2.5%;}
.list_nav ul li:hover a{color: #e53c1b;}
.list_nav ul li.on a{color: #e53c1b;}
.list_nav ul li a{font-size: 15px;display: block;}
.list_nav ul li:first-child{}

.content{width: 100%;margin: 0 auto;padding: 0 5%;box-sizing: border-box; height: 100%;}
.content .main{width: 100%;height: 100%;margin: 0 auto;padding: 0 10%;box-sizing: border-box; position: relative;}

.max_width{width: 1344px;}
.mbx{font-size: 14px; color: #999;position: relative;border-bottom: 1px solid #efefef;margin-bottom: 1.5690%;z-index: 999;line-height: 4;}
.mbx:before{content: '\e63e';font-size: 30px;  font-family: "iconfont" !important;display: inline-block;position: absolute;top: 50%;transform: translateY(-50%);}


.mbx a:first-child{padding-left: 35px;}
.mbx span{padding: 0 10px;}
.mbx i{font-size: 30px;}
.mbx .fl{width: 30%;}
.mbx .fr{width: 70%;text-align: right;}
.mbx .fr a:first-child{padding-left: 0;}


/* 浮动工具 */

.c-tools {position: fixed;z-index: 9999;text-align: center;right: 1%;bottom: 35%;margin-bottom: -144px;}

.c-tools ul li {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;cursor: pointer;position: relative;width: 50px;height: 50px;margin: 1px;background: #333 url(../images/tools-ico.png) no-repeat;}

.c-tools ul li:hover {background-color: #e53c1b;}

.c-tools ul li span {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;display: none;position: absolute;right: 51px;width: 135px;padding: 0 10px;background: #e53c1b;color: #ffffff;}

.c-tools ul li .ewmPic {width: 168px;}

.c-tools ul li .ewmPic img {display: block;margin-top: 10px;width: 168px;height: 168px;}

.c-tools ul li .ewmPic p {line-height: 3;}

.c-tools ul .tel-ico {background-position: center -30px;}

.c-tools ul .tel-ico span {height: 50px;line-height: 50px}

.c-tools ul .ewm-ico {background-position: center 15px;}

.c-tools ul .email-ico {background-position: center -75px;}

.c-tools ul .top-ico {background-position: center -125px;}

/*Slider 开始*/
.miso_qh {
    opacity: 0;
    visibility: hidden;
    transition: 0.6s
}

.miso_qh.miso-initialized {
    opacity: 1;
    visibility: visible;
}

.miso-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 0
}

.miso-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.miso-list:focus {
    outline: none;
}

.miso-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.miso-slider .miso-track,
.miso-slider .miso-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.miso-track {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    zoom: 1;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}

.miso-track:before,
.miso-track:after {
    display: table;
    content: '';
}

.miso-track:after {
    clear: both;
}

.miso-loading .miso-track {
    visibility: hidden;
}

.miso-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    -moz-user-select: text;
    -khtml-user-select: text;
    user-select: text;
}

[dir='rtl'] .miso-slide {
    float: right;
}

.miso-slide img {
    display: block;
    width: 100vw;
    height: 100vh;
}

.miso-slide.miso-loading img {
    display: none;
}

.miso-slide.dragging img {
    pointer-events: none;
}

.miso-initialized .miso-slide {
    display: block;
}

.miso-loading .miso-slide {
    visibility: hidden;
}

.miso-vertical .miso-slide {
    display: block;
    height: auto;
}

.miso-arrow.miso-hidden {
    display: none;
}

.miso-loading .miso-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

.miso-prev,
.miso-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.miso-prev:hover,
.miso-prev:focus,
.miso-next:hover,
.miso-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.miso-prev:hover:before,
.miso-prev:focus:before,
.miso-next:hover:before,
.miso-next:focus:before {
    opacity: 1;
}

.miso-prev.miso-disabled:before,
.miso-next.miso-disabled:before {
    opacity: .25;
}

.miso-prev:before,
.miso-next:before {
    font-size: 2rem;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    cursor: pointer
}

.miso-prev {
    left: 0px;
}

[dir='rtl'] .miso-prev {
    right: 0px;
    left: auto;
}

.miso-prev:before {
    content: '';
    font-family: simsun;
}

[dir='rtl'] .miso-prev:before {
    content: '';
    font-family: simsun;
}

.miso-next {
    right: 0px;
}

[dir='rtl'] .miso-next {
    right: auto;
    left: 0px;
}

.miso-next:before {
    content: '';
    font-family: simsun;
}

[dir='rtl'] .miso-next:before {
    content: '';
    font-family: simsun;
}

/* Dots */
.miso-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
}

.miso-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.miso-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.miso-dots li button:focus {
    outline: none;
}

.miso-dots li.miso-active a {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

/* Arrows */
.miso-prev,
.miso-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    top: 50%;
    z-index: 1;
}

.miso-prev {
    left: 0
}

.miso-next {
    right: 0
}

.miso-lightbox .miso-prev:before,
.miso-lightbox .miso-next:before {
    width: 32px;
    height: 32px;
    display: block
}

.miso-lightbox .miso-prev:before {
    content: '';
    background: url(../images/left_svg.svg) center no-repeat;
}

.miso-lightbox .miso-next:before {
    content: '';
    background: url(../images/right_svg.svg) center no-repeat;
}

@media(max-width: 768px) {

    .miso-prev,
    .miso-next {
        width: 20px;
        height: 20px;
    }

    .miso-lightbox .miso-prev:before,
    .miso-lightbox .miso-next:before {
        width: 20px;
        height: 20px;
        background-size: 20px 20px
    }
}

/*Slider 结束*/