@charset "utf-8";

/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 12px/1.14 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

body {
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.75;
}

a,
a:hover {
    color: #333;
}

img {
    margin: auto
}

/*五等分*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    width: 20%;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

/*颜色值*/
:root {
    --color: #004dac
}

:root {
    --color1: #d80000
}

a:active {
    text-decoration: none;
    color: #333;
}

@media screen and (min-width:1367px) {
    .container {
        width: 100%;
        max-width: 1280px;
        padding: 0 15px;
    }
}

.topbox {
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    line-height: 30px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.topbox .jgg_logo {
    height: 100%;
}

.topbox .jgg_logo a {
    display: inline-block;
    height: 100%;
}

.topbox .jgg_logo a img {
    max-height: 100%;
    opacity: 0.7;
}

.topbox .jgg_logo,
.topbox .jgg_tel,
.topbox .jgg_txt {
    width: 33.33%;
    overflow: hidden;
}

.g2_temp .topbox .jgg_tel {}

.topbox .jgg_tel a {
    color: rgb(245, 0, 0);
}

.topbox .jgg_txt {
    color: #666;
}

@media screen and (max-width:1200px) {
    .topbox .jgg_txt {
        font-size: 12px;
    }
}

@media screen and (max-width:992px) {

    .topbox .jgg_logo,
    .topbox .jgg_tel{
        width: 100%
    }
    .topbox .jgg_txt {
        width: 50%;
    }

    .topbox .jgg_tel small {
        font-size: 12px;
    }

    .g_temp .jgg_tel a {
        font-size: 14px !important;
    }
}

.head {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.header {
    position: relative;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    background: #fff
}

.header .hbox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header .logo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.header .logo h1 {
    font-size: 40px;
    line-height: 50px;
    color: var(--color);
    padding-right: 30px;
}

.header .logo p {
    line-height: 25px;
    color: var(--color1);
}

.header .logo p small {
    font-size: 12px;
    color: #333;
}

@media screen and (max-width:480px) {
    .topbox {
        height: 30px;
        line-height: 20px;
    }

    .header {
        padding: 5px 0;
    }

    .header .logo {
        width: 100%;
    }

    .header .logo h1 {
        padding: 0;
        margin: auto;
        font-size: 30px
    }
}

.nav {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: var(--color);
}

.nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.nav ul li,
.nav ul div.on {
    text-align: center;
    line-height: 40px;
}

.nav ul li a,
.nav ul div.on a {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
    color: #fff;
}

.nav ul div.on a {
    background: var(--color1);
    color: #fff
}

.nav ul li.active a,
.nav ul li:hover a {
    background: rgba(255, 255, 255, 0.1)
}

.section {
    padding: 30px 0;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner img {
    max-width: 100%;
}

.banner .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*主体*/
.tit {
    position: relative;
    height: 30px;
    margin: 30px 0;
}

.tit:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.tit span {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: #fff;
    padding: 0 30px;
    border-left: 5px solid #aaa;
    border-right: 5px solid #aaa;
}

@media screen and (max-width:480px) {
    .tit span {
        font-size: 20px;
    }
}

.menu {
    height: auto;
    line-height: 24px;
    margin: 15px auto;
}

.menu a {
    display: inline-block;
    width: auto;
    padding: 5px 20px;
    margin: 5px;
    border: 1px solid #ddd;
}

.menu a.on {
    background: var(--color);
    color: #fff;
}

.imgbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px 0;
}

.imgbox ul li {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
}

.imgbox ul li a {
    display: inline-block;
}

.imgbox ul li .txt {
    padding: 15px 0;
}

.imgbox ul li .txt small,
.imgbox ul li .txt p {
    display: none;
}

@media screen and (max-width:768px) {
    .tit {
        margin-bottom: 15px
    }

    .imgbox {
        padding: 15px 0;
    }
}

.imgbox ul li a img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.imgbox ul li:hover a img {
    opacity: 0.7;
}

/*图文列表*/
.txtbox ul li {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 20px 0;
}

.txtbox ul li div {
    float: left;
}

.txtbox ul li:nth-child(2n) .txt {
    float: right;
}

.txtbox ul li .txt h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.txtbox ul li .txt span {
    display: inline-block;
    padding: 15px;
    background: var(--color);
    color: #fff;
    float: left;
    margin-right: 15px;
    font-size: 18px
}

.txtbox ul li .txt p {
    padding-top: 30px;
    line-height: 30px;
    font-size: 18px
}

.txtbox ul li:last-child {
    padding-bottom: 0;
}

@media screen and (max-width:1600px) {
    .txtbox ul li .txt h3 {
        padding-bottom: 15px;
    }

    .txtbox ul li .txt p {
        padding-top: 15px;
        font-size: 14px
    }
}

@media screen and (max-width:768px) {
    .txtbox ul li .txt h3 {
        font-size: 18px
    }

    .txtbox ul li {
        padding-top: 20px;
    }

    .txtbox ul li div {
        padding: 5px auto;
    }

    .txtbox ul li .txt p {
        line-height: 20px;
    }
}

.txtbox1 {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.txtbox1 ul li .txt {
    text-align: left;
}

.txtbox1 ul li .txt small,
.txtbox1 ul li .txt p {
    display: block;
}

.txtbox1 ul li .txt p {
    font-size: 14px;
    padding-top: 10px
}

@media screen and (max-width:768px) {
    .txtbox1 ul li {
        margin-bottom: 15px;
    }
}

/*单个图文介绍*/

.feediy img {
    max-width: 100% !important;
}

.imgtxt {}

.imgtxt h3 {
    font-size: 24px;
    padding: 15px 0;
}

@media screen and (max-width:1367px) {
    .imgtxt p {
        font-size: 14px;
    }
}

/*背景主色*/
.bgcolor {
    background: var(--color);
}

.bgcolor .tit:before {
    z-index: 0;
    background: #fff
}

.bgcolor .tit span {
    position: relative;
    z-index: 1;
    background: var(--color);
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    color: #fff
}

.bgcolor .c_img {
    border: 5px solid #fff
}

.bgcolor .c_tit {
    color: #fff;
    text-align: center;
    line-height: 30px;
}

/*联系我们*/
.contact {
    background: #f0f0f0;
    padding: 30px 0;
}

.contact iframe {
    width: 100%;
    min-width: 350px;
    height: 220px;
    overflow: hidden;
}

.contact #notice iframe {
    height: 90px;
}

.contact h1 {
    font-weight: normal;
    font-size: 18px;
    line-height: 60px;
    padding-bottom: 15px;
}

.contact h1 b {
    color: var(--color1);
    font-size: 24px
}

.free_tel h3 {
    color: var(--color);
}

.free_tel p {
    color: #666;
    font-size: 14px;
}

.area {
    display: none;
    width: 100%;
    height: 48px;
    line-height: 24px;
    font-size: 12px;
    color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    text-justify: inter-ideograph
}

.area p {
    width: 1px;
    height: 0;
    overflow: hidden;
}

.area span {
    color: #666;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*底部*/
.footer {
    padding: 10px 0;
    font-size: 12px;
    color: #aaa;
}

.izl-rmenu {
    position: fixed;
    top: 240px;
    right: 15px;
    z-index: 999;
    margin-right: 0;
    width: 60px;
    box-shadow: 0 0 5px #aaa
}

@media screen and (max-width:768px) {
    .izl-rmenu {
        top: auto;
        bottom: 100px;
        display: none;
    }
}

.izl-rmenu .consult {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/consult_icon.gif);
    background-position: center -60px;
    background-repeat: no-repeat
}

.izl-rmenu .consult .phone {
    position: absolute;
    top: 0;
    left: -220px;
    display: none;
    padding: 0 15px;
    width: 220px;
    height: auto
}

.phone_box {
    position: relative;
    padding: 10px;
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 30px 2px #ccc
}

.phone_right {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    display: block;
    display: none;
    margin: auto;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: transparent;
    border-left-color: #fff
}

.izl-rmenu a.consult:hover .phone {
    display: inline !important
}

.izl-rmenu .cart {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/consult_icon.gif);
    background-position: center -120px;
    background-repeat: no-repeat;
    color: #45bdff;
    text-align: center;
    font-size: 12px;
    line-height: 16px
}

.izl-rmenu a.cart:hover .pic {
    display: block
}

.izl-rmenu .btn_top {
    display: block;
    width: 60px;
    height: 40px;
    background-image: url(../images/float_top.gif);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
}

.izl-rmenu .btn_top:hover {
    background-image: url(../images/float_top.gif);
    background-position: center bottom;
    background-repeat: no-repeat
}

.izl-rmenu .cart .pic {
    position: absolute;
    top: 65px;
    left: -160px;
    display: none;
    width: 160px;
    height: 160px;
    background: url(../images/weixin.jpg)
}

#udesk-feedback-tab {
    z-index: 999;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #fff !important;
    background-image: url(../images/consult_icon.gif);
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer
}

.m_tel {
    position: fixed;
    z-index: 9999;
    right: 50%;
    bottom: 10px;
    width: 140px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-right: -70px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 0 10px;
}

.m_tel a {
    color: #fff
}

.m_tel img {
    width: 25px;
    height: 25px;
    display: inline-block;
}


.notice-box h3 {
    font-weight: normal;
    font-size: 18px;
    color: #333;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd
}

.notice-box h3 span {
    color: #f00
}

.notice-swiper {
    position: relative;
    width: 100%;
    padding: 10px 0;
    height: auto;
}

.notice-swiper .swiper-container {
    width: 100%;
    height: 150px;
}

.notice-swiper .swiper-slide {
    font-size: 12px;
    line-height: 30px;
}

.notice-swiper .swiper-slide span {
    color: #f00;
    display: inline-block;
}

.notice-swiper .swiper-slide b {
    color: #067d00;
    font-weight: normal;
}

.notice-swiper .swiper-pagination {
    position: absolute;
}

.notice-swiper .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 3px 0;
    display: block;
}

@media screen and (max-width:768px) {
    .notice-swiper .swiper-container {
        height: 200px;
    }

    .notice-swiper .swiper-slide {
        line-height: 20px;
    }

    .notice-swiper {
        padding: 10px 0;
    }

    /*手机端banner裁减*/
    .banner.banner_cut img {
        max-width: none;
        height: 240px;
    }

    /*手机端产品栏目对齐*/
    .menu .lm_box a {
        width: 45%;
        margin: 1%;
        text-align: center;
    }

}