@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    /*取消点击链接或者JavaScript可点击元素赋给的高亮背景色*/
}

ul li {
    list-style: none
}

.clear {
    clear: both
}

a {
    text-decoration: none;
    color: #222
}

img {
    max-height: 100%;
    max-width: 100%;
    border: 0
}

html,
body {
    width: 100%;
    background: #f0f0f0;
    font-family: "微软雅黑";
    font-size: 1rem;
    height: 100%;
    /*定义页面整体高度为100%，重要*/
}

p {
    text-align: justify
}

.mainWarp {
    display: flex;
    /*父元素的定义为flex布局*/
    height: 100%;
    /*这里也要定义，重要*/
    width: 100%;
    flex-direction: column;
    /*定义排列方向为竖排*/
    background: #f0f0f0;
    /* min-height: 100.1%;
     */
}

.g-main {
    width: 100%;
    background: #f0f0f0;
    flex: 1;
    /*中间分配剩下的所有空间*/
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*header*/
.header {
    width: 100%;
    height: 3.25rem;
    background: #069;
    color: #fff;
}

.header a {
    display: block;
    height: 3.25rem;
    color: #fff;
    font-size: 1.25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    list-style: none;
    line-height: 3rem;
}

.header a img {
    display: block;
    margin: 0 auto;
    height: 2.9375rem
}

.header button {
    position: absolute;
    top: 0.8rem;
    left: 0.6rem;
    float: left;
    border: 0;
    height:1.5rem;
    width:1.5rem;
    text-align: left;
    line-height: 1.5rem;
    background-color: #069;
    outline: none;
}

:focus,
input::-moz-focus-inner,
button::-moz-focus-inner {
    outline: 0;
}

/*banner*/
.d1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.loading {
    width: 100%;
    border: #666666 2px solid;
    color: #FFCC00;
    font-size: 0.75rem;
    text-align: center;
    padding-top: 1.875rem;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.d2 img {
    width: 100%;
}

.num_list {
    position: absolute;
    width: 100%;
    left: 0rem;
    bottom: -0.0625rem;
    color: #FFFFFF;
    font-size: 0.75rem;
    padding: 0.25rem 0rem;
    height: 1.25rem;
    overflow: hidden;
}

.num_list span {
    display: inline-block;
    height: 1rem;
    padding-left: 0.375rem;
}

img {
    border: 0px;
}

/* 首页幻灯 */
.slideBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 0.9375rem;
    overflow: hidden;
    position: absolute;
    right: 0.3125rem;
    bottom: 0.3125rem;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 0.125rem;
    width: 0.9375rem;
    height: 0.9375rem;
    line-height: 0.875rem;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #069;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    margin: 0;
    padding: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: auto;
    display: block;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -1.5625rem;
    display: block;
    width: 2rem;
    height: 2.5rem;
    background: url(/template/img/slider-arrow.png) -6.875rem 0.3125rem no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 0.5rem 0.3125rem;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


.button {
    position: absolute;
    z-index: 1000;
    right: 0rem;
    bottom: 0.125rem;
    font-size: 0.75rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.b1,
.b2 {
    background-color: #666666;
    display: block;
    float: left;
    padding: 0.0625rem 0.375rem;
    margin-right: 0.1875rem;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.b2 {
    color: #FFCC33;
    background-color: #FF6633;
}

.menubox {
    margin: 0rem 0.3125rem 0.625rem 0.3125rem;
    background: #fff;
    padding: 0;
}

.menubox_con {
    width: 100%;
    padding: 0.625rem 0
}

.menubox_con ul {
    display: table;
    margin: 0 auto;
    height: auto;
    text-align: center;
    padding: 0;
}

.menubox_con ul li {
    width: 23.5%;
    display: inline-block;
    text-align: center;
    padding-top: 0.8rem;
}

.menubox_con ul li span {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    color: #666;
    font-size: 0.9rem;
}

.menubox_con ul li img {
    width: 70%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

/*part1*/
.part1 {
    margin: 0.3125rem 0.3125rem 0.625rem 0.3125rem;
    background: #fff;
    padding: 0 0.625rem;
}

.conTit {
    height: 2.5rem;
    width: 100%;
}

.conTit a {
    display: inline-block;
    height: 1.375rem;
    padding-left: 0.625rem;
    border-left: 0.125rem solid #069;
    margin-top: 0.8125rem;
    color: #069;
    font-size: 1rem;
    font-weight: bold
}

.conTit span {
    height: 1.375rem;
    padding-left: 0.625rem;
    margin-top: 0.8125rem;
    color: #069;
    font-size: 0.75rem;
}

.morelist {
    padding-bottom: 1.25rem
}

.morelist a {
    display: block;
    border-radius: 0.625rem;
    width: 9.375rem;
    margin: 0 auto;
    height: 1.875rem;
    line-height: 1.875rem;
    color: #fff;
    background: #069;
    text-align: center
}

.part1_1 {
    padding: 0.625rem
}

.part1_1 .con {
    color: #333;
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: justify;
    text-indent: 2em;
}
.part1_1 .con:after{
    content:"";
    line-height: 1.875rem;
    display:inline-block;
    text-indent: 2em;
}
/*part2*/
.part2 {
    margin: 0.3125rem 0.3125rem 0.625rem 0.3125rem;
    background: #fff;
    padding: 0 0.625rem;
}

.part2_1 {
    width: 100%;
    padding: 0.9375rem 0
}

.part2_1con {
    float: left;
    width: 46%;
    margin: 2%;
}

.part2_img {
    display: inline-block;
    height: auto;
    text-align: center;
}

.part2_piclist {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.part2_piclist h5 {
    width: 60%;
    text-align: center;
    margin: auto;
    padding-top: 0.05rem;
}

.part2_piclist h5 img {
    width: 100%
}

.part2_piclist h2 {
    width: 90%;
    text-align: center;
    margin: auto;
    padding-top: 0.05rem;
    overflow: hidden
}

.part2_piclist h2 img {
    width: 100%
}

.part2_piclist dl {
    width: 98%;
    overflow: hidden;
    text-align: center;
    margin: auto;
    clear: both;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 0.0625rem dashed #eee
}

.part2_piclist dl dt {
    float: left;
    width: 40%;
    overflow: hidden
}

.part2_piclist dl dt img {
    width: 100%
}

.part2_piclist dl dd {
    width: 56%;
    float: right;
}

.part2_piclist dl dd h5 {
    font-size: 1rem;
    text-align: left;
    color: #323232;
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.part2_piclist dl dd ol {
    text-align: left;
    line-height: 1.1875rem;
    font-size: 0.8rem;
    color: #696969;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/*part3*/
.part3 {
    margin: 0.3125rem 0.3125rem 0rem 0.3125rem;
    background: #fff;
    padding: 0 0.625rem;
    height: auto;
}

.part3_1 {
    margin: 2% 1%;
    height: 100%;
}

.part3_1_img {
    width: 98%;
    margin: 1%;
    position: relative
}

.kgdiv {
    width: 100%;
    height: 8.125rem;
}

.kgdiv img {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    height: auto;
    z-index: 1;
}

.part3_1 span {
    padding: 0 0.3125rem;
    display: block;
    height: 2.1875rem;
    line-height: 2.1875rem;
    font-size: 1.25rem;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 999;
}

.part3_2 {
    margin: 2% 1%;
}

.part3_2con {
    padding: 0.3125rem;
    height: 2.1875rem;
    line-height: 2.1875rem;
    border-bottom: 0.0625rem dashed #e6e6e6
}

.part3_2con p {
    font-size: 1rem;
    color: #000;
    float: left;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.part3_2con span {
    color: #ababab;
    font-size: 0.9rem;
    display: block;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}

/*part4*/
.part4 {
    width: 100%;
    height: 2.5rem;
    background: #fff;
}

.part4 .tit {
    float: right;
    padding-right: 0.3125rem;
    font-size: 0.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #069;
    text-transform: uppercase;
    /*字母大写*/
}

.part4 .img {
    float: right;
    padding-right: 0.625rem;
    width: 0.625rem;
    height: 2rem;
}

.part4 .img img {
    width: 0.625rem;
    height: 0.625rem;
    margin-top: 0.9375rem
}

/*footer*/
.footer {
    width: 100%;
    padding-top: 0.625rem;
    margin: 0 auto;
}

.footer .foot {
    font-size: 0.8rem;
    color: #aaa;
    height: 2.5rem;
    line-height: 1.5rem;
    text-align: center
}

/*导航*/
.navBox {
    width: 100%;
    max-width: 32.5625rem;
    margin: 0 auto;
}

.navBox .navimg {
    position: fixed;
    bottom: 4.375rem;
    margin-left: 1.25rem;
    width: 2.875rem;
    height: 2.875rem;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #EAEAEA;
    z-index: 99999
}

.navBox .navimg img {
    width: 2.6875rem;
    margin-left: 0.125rem;
    margin-top: 0.0625rem
}

.navBox .navdiv {
    position: fixed;
    bottom: 5.9375rem;
    margin-left: 1.5625rem;
    width: auto;
    height: auto;
    padding-bottom: 1.875rem;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    border: 1px solid #e5e5e5;
    display: none
}

.navBox .navdiv .navbb {
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    overflow: hidden
}

.navBox .navdiv .navbb .tit {
    font-size: 1rem;
    height: 2.625rem;
    color: #666;
    line-height: 2.8125rem;
    padding: 0.625rem
}

/*关于我们*/
.aboutBox {
    margin: 0.3125rem 0.3125rem 0.625rem 0.3125rem;
    background: #fff;
    padding: 0.625rem;
    min-height: 70vh;
}

.aboutBoxcon {
    padding: 0 0.625rem;
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: justify;
}

.aboutBoxcon:after{
    content:"";
    display:inline-block;
}

.piclistBOx {
    width: 100%;
    padding: 0.9375rem 0
}

.piclistBOx h1 {
    text-align: left;
    font-size: 1.25rem;
    color: #000;
    padding-bottom: 0.3125rem;
}

.piclistBOx span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 0.8125rem;
}

.piclistBOx span.tit {
    line-height: 1.875rem;
    font-size: 0.875rem
}

.piclistBOx .picimg {
    padding: 0.625rem;
    text-align: center
}

.piclistBOx .piccon {
    padding: 0 0.625rem;
    font-size: 1rem;
    line-height: 1.875rem;
    text-align: justify;
}
.piclistBOx .piccon:after{
    content:"";
    line-height: 1.875rem;
    display:inline-block;
}
/*分页*/
.pagebox {
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.pagebox ul {
    display: table;
    margin: 0 auto;
    height: 2.5rem;
    text-align: center;
    padding: 0;
}

.pagebox li {
    border: 1px solid #ccc;
    padding: 0.3125rem 0.625rem;
    display: inline-block;
    margin: 0.1875rem;
    font-size: 0.75rem
}

.pagebox .disabled {
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

.pagebox .disabled a {
    color: #ddd;
    pointer-events: none;
    cursor: default;
}

.pagebox .on {
    background-color: #069;
    border: 1px solid #069;
}

.pagebox .on a {
    color: #FFF;
}

/* 留言 */
.booksbox {
    margin: 0.3125rem 0.3125rem 0.9375rem 0.3125rem;
    min-height: 28.125rem;
}

.booksbox ul {
    margin: 0 auto;
}

.booksbox ul li {
    float: left;
    width: 100%;
    font-size: 0.75rem;
    color: #999;
}

.booksbox ul li input {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 1rem;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0.3125rem;
    text-indent: 0.5em;
}

.booksbox ul li textarea {
    width: 100%;
    font-size: 1rem;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0.3125rem;
    line-height: 1.8rem;
    text-indent: 0.5em;
}

.booksbox ul li button {
    width: 100%;
    font-size: 1.125rem;
    color: #fff;
    border: 0;
    border-radius: 0.3125rem;
    height: 2.2rem;
    line-height: 2.2rem;
    background: #069;
}

/* 底部导航栏 */
.tabbar {
    width: 100%;
    background: #f7f7f7;
    border-top: 0.0625rem solid #eee;
    height: 2.8rem;
    /*尾部固定高度，重要*/
    bottom: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.tabbar li {
    width: 24.5%;
    text-align: center;
    float: left;
}

.tabbar li:last-child {
    border-right: none;
}

.tabbar li span {
    width: 100%;
    display: block;
    font-size: 0.8rem;
    color: #666;
}

.tabbar li a img {
    text-align: center;
    margin: auto;
    display: block;
    width: 1.8rem
}

/*提示框*/
.jq-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99
}

.jq-alert .alert {
    background-color: #fff;
    width: 80%;
    height: auto;
    border-radius: 0.25rem;
    overflow: hidden
}

.jq-alert .alert .title {
    position: relative;
    margin: 0;
    font-size: .3rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    color: rgba(0, 0, 0, .8)
}

.jq-alert .alert .content {
    padding: .3rem;
    font-size: .3rem;
    text-align: center;
    color: rgba(0, 0, 0, .6)
}

.jq-alert .alert .content .prompt {
    width: 100%
}

.jq-alert .alert .content .prompt .prompt-content {
    font-size: .28rem;
    color: rgba(0, 0, 0, .54)
}

.jq-alert .alert .content .prompt .prompt-text {
    background: 0 0;
    border: none;
    outline: none;
    width: 100%;
    height: .6rem;
    box-sizing: border-box;
    margin-top: .2rem;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    text-indent: 0.3125rem
}

.jq-alert .alert .content .prompt .prompt-text:focus {
    border: 1px solid #2196f3;
    background-color: rgba(33, 150, 243, .08)
}

.jq-alert .alert .fd-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    height: 2rem;
    line-height: 2rem;
}

.jq-alert .alert .fd-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background-color: #f3f3f3
}

.jq-alert .alert .fd-btn a {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: .26rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .8)
}

.jq-alert .alert .fd-btn a.cancel {
    position: relative;
    color: rgba(0, 0, 0, .5)
}

.jq-alert .alert .fd-btn a.cancel:after {
    content: "";
    position: absolute;
    top: .1rem;
    right: 0;
    width: 0.0625rem;
    height: .6rem;
    background-color: #f3f3f3
}

.jq-alert .alert .fd-btn a.confirm {
    color: #2196f3
}

.jq-alert .alert .fd-btn a.confirm:active {
    background-color: #2196f3;
    color: #fff
}

.jq-toast {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center
}

.jq-toast .toast {
    max-width: 80%;
    height: 2rem;
    line-height: 2rem;
    padding: .5rem;
    background-color: rgba(0, 0, 0, .48);
    color: #fff;
    border-radius: 0.25rem;
    font-size: .28rem
}