﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline-style: none;
}

html, body {
    /* max-width: 768px; */
    margin: 0 auto;
    font-size: 54px;
    overflow-x: hidden;
}

body {
    background: #F9F9F9;
    color: #333;
    font: 12px/1.5 "Microsoft Yahei", "Arial";
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, dfn, em, var, i {
    font-style: normal
}

ul, li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    height: 1%;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

.outHide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.top {
    height: 1rem;
    line-height: 1rem;
    padding: 0 10px;
    background: #1367c5;
    color: #fff;
    text-align: center;
    font-size: 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* .indexBanner {
    height: 3.8rem;
} */


.i_nav {
    padding: 0.38rem 0 0.24rem;
}

.i_nav a {
    display: inline-block;
    width: 28%;
    margin: 0 0 0.26rem 4%;
    height: 0.87rem;
    line-height: 0.87rem;
    text-align: center;
    background: #1367c5;
    color: #fff;
    font-size: 0.36rem;
    border-radius: 4px;
}

.i_search {
    height: 0.8rem;
    padding: 0 0.35rem;
    margin-bottom: 0.45rem;
    position: relative;
}

.i_search_input {
    width: 100%;
    height: 100%;
    padding: 0 0.35rem;
    border: 1px solid #1367c5;
    font-size: 0.35rem;
    color: #555;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 3px 2px 3px #ccc inset;
}

mip-form input[type=submit].i_search_btn {
    position: absolute;
    right: 0.35rem;
    top: 0;
    width: 1.2rem;
    height: 0.8rem;
    border: 0 none;
    background: url(../images/search.png) center center no-repeat #1367c5;
    background-size: 18px;
    border-radius: 0 4px 4px 0;
}

.tit1 {
    height: 1.06rem;
    line-height: 1.06rem;
    padding: 0 0.4rem;
    margin-bottom: 0.4rem;
    overflow: hidden;
    position: relative;
    background: #1367c5;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
}

.tit1 .more {
    position: absolute;
    right: 0.4rem;
    top: 0;
    font-size: 0.33rem;
    color: #fff;
}

.pro_list {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    justify-content: start;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.pro_list a {

    width: 44%;
    margin: 0 3% 0.4rem;
}

.pro {
    display: block;
}

.pro_name {
    display: block;
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0.34rem;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i_gcal_box {
    /* position: relative; */
    padding: 0 1.5rem;
    margin: 1.1rem 0;
}

.i_gcal_prev {
    position: absolute;
    left: 0;
    top: -0.4rem;
    width: 1.5rem;
    height: 100%;
    background: url(../images/zjt.png) center center no-repeat;
}

.i_gcal_next {
    position: absolute;
    right: 0;
    top: -0.4rem;
    width: 1.5rem;
    height: 100%;
    background: url(../images/yjt.png) center center no-repeat;
}


.i_gcal {
    height: 4.5rem;
}

.i_gcal_info {
    display: block;
}


#mip-carousel-example1 {
    display: block;
    overflow: hidden;
}

#mip-carousel-example1 .mip-carousel-indecator-item.i_gcal_info_subtitle {
    display: none;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 10px;
    text-align: center;
    font-size: 0.35rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    background: transparent;
    margin: 20px auto 0;
}


#mip-carousel-example1 .mip-carousel-indecator-item.i_gcal_info_subtitle.mip-carousel-activeitem {
    display: block;
}


.i_news_box {
    padding: 0 0.35rem;
    margin-bottom: 0.3rem;
}

.i_news_box li {
    height: 0.75rem;
    line-height: 0.75rem;
    padding: 0 1.5rem 0 0.35rem;
    font-size: 0.36rem;
    background: url(../images/dian.jpg) left center no-repeat;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.i_news_box li a {
    color: #555;
}

.i_news_box li span {
    position: absolute;
    right: 0;
    font-size: 0.34rem;
    color: #888;
}

.goTop {
    display: block;
    height: 0.94rem;
    line-height: 0.94rem;
    text-align: center;
    padding: 0 10px;
    background: #1367c5;
    color: #fff;
    font-size: 0.38rem;
}

.goTop i {
    display: inline-block;
    width: 0.58rem;
    height: 0.58rem;
    vertical-align: middle;
    margin: 0 8px 2px 0;
    background: url(../images/top.png);
    background-size: contain;
}

.mT1d8 {
    margin-top: 1.8rem;
}

.foot_nav {
    /* position: fixed; */
    /* bottom: 0;
    left: 0; */
    width: 100%;
    height: 1.4rem;
    background: #1367c5;
    z-index: 99;
    /* max-width: 768px;
    margin: 0 auto; */
}

.foot_nav a {
    display: block;
    float: left;
    width: 25%;
    height: 1.4rem;
    text-align: center;
    color: #fff;
    font-size: 0.33rem;
}

.fn_sy {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    margin: 0.2rem 0 -0.05rem 0;
    background: url(../images/index.png);
    background-size: cover;
}

.fn_dh {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    margin: 0.2rem 0 -0.05rem 0;
    background: url(../images/phone.png);
    background-size: cover;
}

.fn_ly {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    margin: 0.2rem 0 -0.05rem 0;
    background: url(../images/message.png);
    background-size: cover;
}

.fn_lx {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    margin: 0.2rem 0 -0.05rem 0;
    background: url(../images/path.png);
    background-size: cover;
}

.o_header {
    height: 1.05rem;
    line-height: 1.05rem;
    padding: 0 0.35rem;
    background: #e8e8e8;
    margin-bottom: 0.45rem;
    position: relative;
}

.go_back {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0.17rem;
    background: url(../images/goback.png) center center no-repeat #1367c5;
    background-size: 0.5rem;
    border-radius: 5px;
}

.go_home {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin: 0.17rem 0.3rem 0 0;
    float: right;
    background: url(../images/index.png) center center no-repeat #1367c5;
    background-size: 0.4rem;
    border-radius: 5px;
}

.menu {
    display: inline-block;
    width: 0.7rem;
    height: 0.7rem;
    margin-top: 0.17rem;
    float: right;
    background: url(../images/menu.png) center center no-repeat #1367c5;
    background-size: 0.45rem;
    border-radius: 5px;
}

.menu_info {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 6rem;
    background: #222;
    z-index: 99;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
}

.menu_nr {
    height: 100%;
    overflow: auto;
}

.menu_nr_tit {
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.2rem;
}

.menu_nr_link a {
    display: block;
    width: 100%;
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0 0.3rem;
    margin-bottom: 0.24rem;
    box-sizing: border-box;
    background: #fff;
    font-size: 0.36rem;
}

.path {
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0 0.35rem;
    margin-bottom: 0.4rem;
    font-size: 0.33rem;
    color: #666;
    background: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.path a {
    color: #666;
}

.path i {
    padding: 0.15rem;
}

.pro_list2 {
    overflow: hidden;
}

.pro2 {
    display: block;
    float: left;
    width: 30.333%;
    margin: 0 1.5% 10px;
}

.pro2_img {
    width: 100%;
    border: 1px solid #aaa;
    box-sizing: border-box;
}

.pro2_name {
    display: block;
    height: 0.72rem;
    line-height: 0.72rem;
    text-align: center;
    padding: 0 5px;
    font-size: 0.33rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page {
    text-align: center;
    margin-bottom: 0.4rem;
}

.page a {
    display: inline-block;
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0.1rem;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.page span {
    font-size: 0.35rem;
    color: #666;
}

.pd_tit {
    font-size: 0.45rem;
    color: #1367c5;
    text-align: center;
    margin-bottom: 0.18rem;
    padding: 0 0.35rem;
}

.pd_time {
    text-align: center;
    margin-bottom: 0.1rem;
    font-size: 0.32rem;
    color: #999;
}

.pd_nr {
    padding: 0.4rem;
    font-size: 15px;
    color: #666;
    line-height: 28px;
}

.pd_nr p {
    margin-bottom: 12px;
}

.pd_nr img {
    max-width: 100%;
}

.ssjg_box, .news_box {
    margin: -0.2rem 0 0.35rem;
}

.ssjg {
    height: 0.9rem;
    line-height: 0.9rem;
    border-bottom: 1px dotted #ddd;
    padding: 0 2.4rem 0 0.35rem;
    position: relative;
}

.ssjg:last-of-type {
    border-bottom: 0;
}

.ssjg a {
    display: block;
    font-size: 0.33rem;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ssjg i {
    position: absolute;
    right: 0.35rem;
    top: 0;
    font-size: 0.31rem;
    color: #aaa;
}

.news_box .ssjg a {
    padding-left: 15px;
    background: url(../images/dian.jpg) left center no-repeat;
}

.lxwm_info {
    padding: 0.1rem 0 0.1rem 2.2rem;
    font-size: 0.35rem;
    position: relative;
    color: #000;
}

.lxwm_tit {
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 2rem;
    text-align: right;
    color: #777;
}

.feedback_box {
    padding: 0.4rem;
}

.feedback_info {
    padding-left: 2.5rem;
    margin-bottom: 0.48rem;
    font-size: 0.35rem;
    position: relative;
    color: #000;
}

.feedback_tit {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 2.3rem;
    line-height: 0.87rem;
    text-align: right;
    color: #777;
}

.feedback_tit i {
    color: #f00;
    display: inline-block;
    margin-right: 0.1rem;
}

.code_div {
    width: 100%;
}

.fb_input {
    display: inline-block;
    width: 100%;
    height: 0.87rem;
    line-height: 0.87rem;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 0.35rem;
}

.fb_textarea {
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    height: 2.8rem;
    line-height: 0.46rem;
    padding: 8px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 0.35rem;
    font-family: Microsoft Yahei;
    resize: none;
}

.fb_input_yzm {
    width: 53%;
    display: inline-block;
}
mip-form #mip-form-cross {
    right: 20px;
    left: inherit!important;
}
mip-form .code_div #mip-form-cross{
    display: none!important;
}

.fb_yzm {
    height: 0.87rem;
    width: 40%;
    vertical-align: middle;
    margin-bottom: 2px;
    display: inline-block;
}

.feedback_btn {
    margin: 0.7rem 0;
    padding-left: 2.2rem;
}

mip-form .feedback_btn input[type=submit] {
    display: inline-block;
    width: 4rem;
    height: 0.87rem;
    background: #f50;
    color: #fff;
    border: 0;
    font-size: 0.36rem;
    border-radius: 2px;
}

#mip-lightbox-mask {
    background-color: transparent;
}

#my-lightbox {
    height: 100%;
}

#my-lightbox .mip-fill-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
}

@media screen and (max-width:979px) {
    html {
        font-size: 54px;
    }
}

@media screen and (max-width:767px) {
    html {
        font-size: 41.4px;
    }
}

@media screen and (max-width:413px) {
    html {
        font-size: 37.5px;
    }
}

@media screen and (max-width:374px) {
    html {
        font-size: 32px;
    }
}

@media screen and (max-height:500px) {}