* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "microsoft yahei";
}

html {
    font-family: "microsoft yahei";
    font-size: 100px;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    font-family: "microsoft yahei";
    font-size: 0.16rem;
    color: #333;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div,
dl,
dt,
dd,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
table,
th,
td,
p,
span,
a {
    border: 0;
    margin: 0px;
    padding: 0px;
    font-family: "microsoft yahei";
}

h3 {
    font-size: 0.2rem;
    text-align: center;
    font-weight: 700;
}

img,
input {
    border: none;
    vertical-align: middle;
}

input:focus,
button:focus {
    outline: none
}

ul,
ol {
    list-style-type: none;
}

th,
td,
input,
select {
    font-size: 0.14rem;
    font-family: "microsoft yahei";
}

button {
    border: none;
    cursor: pointer;
    font-size: 0.14rem;
    background-color: transparent;
}

select {
    border-width: 1px;
    _zoom: 1;
    border-style: solid;
    padding-top: 0.02px;
    font-size: 0.14rem;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    color: inherit;
    outline: none;
}

a:link,
a:visited,
a:focus {
    text-decoration: none;
    outline: none;
    color: #333
}

a:hover,
a:active {
    text-decoration: none;
    opacity: 0.8;
    outline: none;
    color: inherit
}

a.noLine {
    text-decoration: none
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*全局-start*/
.wrapper-full {
    width: 100%;
}

.wrapper {
    width: 14rem;
    margin: 0 auto;
}

.content,
header,
footer {
    min-width: 11.4rem;
}

.content img {max-width:100%;height: auto;}

/*header*/
.header>.top {
    height: 1.4rem;
    background-color: #ffffff;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background: url('../img/header-bg.png') no-repeat;
    background-position: right;
}

.header>.top>.logo {
    flex: 1;
}

.header>.top>.logo>img {
    height: 0.5rem;
}

.header>.top>.info {
    width: 4rem;
}

.header>.top>.info>.ver {
    text-align: right;
}

.header>.top>.info>.ver>a {
    color: #666666;
    font-size: 0.14rem;
    display: inline-block;
}

.header>.top>.info>.ver>a::after {
    content: "|";
    color: #EDEFF0;
    height: 0.1rem;
    padding: 0 0.15rem;
}

.header>.top>.info>.ver>a:last-child::after {
    content: "";
    padding: 0;
}

.header>.top>.info>.text {
    margin-top: 0.10rem;
    text-align: right;
}

.header>.top>.info>.text>span {
    color: #666666;
    font-size: 0.14rem;
    margin-right: 0.05rem;
}

.header>.top>.info>.text>a {
    color: #3581c4;
    font-size: 0.14rem;
}

.header>.nav {
    height: 0.6rem;
    background-color: #3581C4;
}

.header>.nav>.links {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    height: 0.6rem;
}

.header>.nav>.links>li {
    flex: 0 1 14.2857%;
    box-sizing: border-box;
}

.header>.nav>.links>li>a {
    color: #FFFFFF;
    font-size: 0.18rem;
}

.header>.nav>.links>li.active>a {
    font-weight: bold;
}

.sp_header {
    height: 0.5rem;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    float: left;
    padding-left: 0.05rem;
    padding-top: 0.08rem;
    width: 80%;

}

.sp_logo img {
    margin: auto;
    max-height: 0.5rem;
    width: 100%;
}

.sp_nav {
    width: 0.4rem;
    float: right;
    position: relative;
    cursor: pointer;
    height: 0.3rem;
    margin: 0.08rem 0;
    margin-right: 0.15rem;
}

.sp_nav span {
    display: block;
    background: #010101;
    width: 0.4rem;
    height: 0.02rem;
    position: absolute;
    left: 0;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0rem
}

.sp_nav span:nth-of-type(2) {
    top: 0.15rem
}

.sp_nav span:nth-of-type(3) {
    top: 0.3rem
}

.sp_nav_se span:nth-of-type(1) {
    top: 0.15rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 0.15rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #F4F4F4;
    width: 100%;
    height: calc(100% - 0.5rem);
    font-size: 0.28rem;
    line-height: 2.5rem;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    -webkit-transition: top ease 0.35s;
    transition: top ease 0.35s;
    color: #4C4C4C;
}

.nav_show {
    top: 0.5rem
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    /*width: calc(100% - 4.375rem)*/
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 4.375rem;
    overflow: hidden;
    line-height: 1rem;
    margin-top: 0.3125rem
}

.sjj_nav>ul>li:first-child .language a {
    width: 2.1875rem;
    float: left;
    border-left: 0.0625rem #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    right: 0rem;
    height: 1rem;
    font-size: 0.60rem;
    font-size: 0.35rem;
}

.sjj_nav ul li {
    border-top: 0.01rem #E3E3E3 solid;
    position: relative;
    line-height: 0.5rem;
    font-size: 0.28rem;
    margin: 0 0.25rem;
    font-weight: bold;
    color: #333333;
    font-size: 0.16rem;
    clear: both;
}

.sjj_nav>ul>li:last-child {
    border-bottom: 0;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #333;
    width: 80%
}

.sjj_nav ul li ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.sjj_nav ul li ul>li {
    flex: 0 1 33.333%;
    box-sizing: border-box;
    margin: 0;
    border-top: 0;
    border-bottom: 0.01rem #E3E3E3 solid;
}

.sjj_nav ul li ul li a {
    color: #4C4C4C;
    text-align: left;
    font-size: 0.18rem;
    font-weight: 400;
}

.hasSubNav>ul {
    background-color: #F7F5F5;
    margin: 0 -0.25rem;
    padding: 0 0.25rem;
}

.sjj_nav>ul {
    background-color: #fdfafa;
    height: 100%;
}

/*footer*/
footer {
    clear:both;
    height: 1rem;
    background-color: #000000;
    text-align: center;
    color: #fff;
    font-size: 0.14rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding: 0.15rem 0;
}

footer>p {
    flex: 0 1 100%;
}

footer>p>a,
footer>p>span {
    color: #fff !important;
    margin-right: 0.05rem;
}

footer>p>a:last-child,
footer>p>span:last-child {
    color: #fff;
    margin-right: 0;
}
div.digg {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
    div.digg a {
        display: inline-block;
        padding: 5px 12px;
        margin: 0 0 0 8px;
        border: 1px solid #e1e2e3;
        line-height: 20px;
        height: 30px;
        color: #3b8dd1;
        background: #fff;
        text-decoration: none;
    }
    div.digg a:hover { border:1px solid #3b8dd1; }
    div.digg span {
        display: inline-block;
        padding: 5px 0;
        line-height: 20px;
        height: 30px;
    }
    div.digg span.current { padding:5px 12px; margin:0 0 0 8px; color:#555; font-weight:bold; }
    div.digg span.disabled { border:1px solid #eee; padding:5px 12px; margin:0 0 0 8px; color:#ddd; }

/*内页*/
.page-header {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}

.page-header>.banner>img {
    width: 100%;
    min-height: 2rem;
    object-fit: cover;
}

.page-header>.path {
    background-color: #000000;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.14rem;
}

.page-header>.path>.info i {
    font-size: 0.14rem;
    margin-right: 0.05rem;
}

.page-header>.path>.info>a {
    color: #fff;
}

.page-header>.path>.info>a::after {
    content: ">";
    color: #e9e9e7;
    padding: 0 0.06rem;
}

.page-content>.header {
    border-bottom: 1px solid #ECECEC;
    text-align: center;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}

.page-content>.header>.title {
    color: #3581C4;
    font-size: 0.36rem;
    padding: 0.3rem 0;
}

.page-content>.header>.sub-title {
    color: #999999;
    font-size: 0.14rem;
}

.page-content>.header>.sub-title>span {
    margin-right: 0.5rem;
}

.page-content>.header-contact {
    border-bottom: 0;
}

.page-content>.header-contact>.sub-title-contact {
    color: #333333;
    font-size: 0.20rem;
}

.page-content>.header-contact>.line {
    margin-top: 0.2rem;
}

.page-content>.header-contact>.line>img {
    margin: 0 auto;
}

.page-content>.body {
    padding-bottom: 0.3rem;
    min-height: 3rem;
}

.contact-box>div {
    margin-bottom: 0.03rem;
}

/*全局-end*/

/*联系我们*/
.contact-other {
    margin-top: 0.7rem;
}

.contact-item-code {
    width: 1rem;
    margin: 0 auto;
}

.contact-item-code>.img {
    border: 1px solid #F5F3F3;
    padding: 0.05rem;
    width: 1rem;
    height: 1rem;
}

.contact-item-code>.img>img {
    width: 100%;
}

.contact-item-code>.text {
    color: #666666;
    font-size: 0.14rem;
    text-align: center;
    padding: 0.15rem 0;
}

.contact-item-phone {
    text-align: center;
    margin-bottom: 0.3rem;
}

.contact-item-phone-border {
    border-left: 1px solid #E3E5E7;
    border-right: 1px solid #E3E5E7;
}

.contact-item-phone>.img {
    width: 0.6rem;
    height: 0.6rem;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    margin: 0 auto;
}

.contact-item-phone>.img>i {
    color: #e6e6e6;
    font-size: 0.44rem;
}

.contact-item-phone>.phone {
    color: #000000;
    font-weight: bold;
    font-size: 0.24rem;
    margin: 0.15rem 0;
}

.contact-item-phone>.name {
    color: #656565;
    font-size: 0.16rem;
}

/*列表分类*/
.class-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: 0.3rem 0;
}

.class-list>a {
    border: 1px solid #EBEBEB;
    border-radius: 0.22rem;
    color: #656565;
    font-size: 0.14rem;
    display: inline-block;
    text-align: center;
    padding: 0 0.15rem;
    min-width: 1.4rem;
    height: 0.44rem;
    line-height: 0.44rem;
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
}

.class-list>a:last-child {
    margin-right: 0;
}

.class-list>a:hover,
.class-list>a.active {
    border: 1px solid #3581C4;
    color: #ffffff;
    background-color: #3581C4;
}


/*列表*/
.article-item {
    display: inline-block;
    margin-bottom: 0.3rem;
    overflow: hidden;
    width: 100%;
}

.article-item>.img>img {
    object-fit: cover;
    height: 2.8rem;
    width: 100%;
}

.article-item>.header {
    border-bottom: 1px solid #EBEBEB;
    padding: 0.15rem 0;
    margin-bottom: 0.15rem;
}

.article-item>.header>.title {
    color: #333333;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-item>.header>.time {
    color: #656565;
    font-size: 0.14rem;
}

    .article-item > .body {
        color: #656565;
        font-size: 0.14rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        height: 60px;
    }

.product-item {
    display: inline-block;
    margin-bottom: 0.3rem;
    overflow: hidden;
    width: 100%;
}

.product-item>.img {
    overflow: hidden;
}

.product-item>.img>img {
    object-fit: cover;
    height: 3.7rem;
    width: 100%;
}
.product-item-zs > .img > img {
    object-fit: initial;
    height: 5rem;
    width: 100%;
}

.product-item>.header {
    padding: 0.3rem 0;
}

.product-item>.header>.title {
    color: #333333;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.product-item>.more {
    border: 1px solid #E9E9E9;
    border-radius: 0.19rem;
    width: 1.68rem;
    height: 0.38rem;
    line-height: 0.38rem;
    text-align: center;
    color: #656565;
    font-size: 0.14rem;
    margin: 0 auto;
}

.product-item>.more>i {
    color: #656565;
    font-size: 0.14rem;
    margin-right: 0.05rem;
}

.job-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0.3rem;
    padding: 0.3rem;
}

.job-item>.info {
    flex: 1;
    border-right: 1px solid #efefef;
    box-sizing: border-box;
    padding-right: 0.3rem;
    margin-right: 0.3rem;
}

.job-item>.info>.title {
    font-weight: bold;
    color: #333333;
    font-size: 0.18rem;
    padding-bottom: 0.15rem;
}

.job-item>.info>.des {
    color: #656565;
    font-size: 0.14rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.job-item>.info>.more {
    border: 1px solid #E9E9E9;
    border-radius: 0.19rem;
    width: 1.68rem;
    height: 0.38rem;
    line-height: 0.38rem;
    text-align: center;
    color: #656565;
    font-size: 0.14rem;
    float: right;
    margin-top: 0.15rem;
}

.job-item>.info>.more>i {
    color: #656565;
    font-size: 0.14rem;
    margin-right: 0.05rem;
}

.job-item>.time {
    color: #656565;
    width: 1.5rem;
    font-size: 0.18rem;
    text-align: center;
}

.job-item>.time>.day {
    font-weight: 500;
    font-size: 0.3rem;
}

.job-item:hover {
    background-color: #3581c4;
    color: #fff;
}

.job-item:hover>.info>.title,
.job-item:hover>.info>.des,
.job-item:hover>.time,
.job-item:hover>.info>.more,
.job-item:hover>.info>.more>i {
    color: #fff;
}

/*首页*/
.swiper-banner img {
    width: 100%;
    height: 6rem;
    object-fit: cover;
}

.sa-article {
    height: 4rem;
}

.swiper-article .swiper-slide {
    padding: 0 0.5rem;
}

.swiper-article .img {
    border: 1px solid #EAEAF0;
    padding: 0.05rem;
    margin: 0;
}

.swiper-article img {
    width: 100%;
    height: 3.45rem;
    object-fit: cover;
}

.swiper-article .title {
    color: #000000;
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.15rem;
    margin: 0.15rem 0;
    text-align: center;
}

.section-company,
.section-product,
.section-qywh,
.section-article,
.section-contact {
    padding: 0.6rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 15px;
}

.section-header>span {
    color: #000;
    font-size: 0.28rem;
    font-weight: 500;
}

.section-header>p {
    height: 4px;
    border-bottom: 4px solid #000;
    width: 0.5rem;
    margin: 0 auto;
    padding-top: 0.1rem;
}

.section-article {
    background-color: #f8f8f8;
}

.sa-aritcel-item {
    margin-bottom: 0.1rem;
}

.sa-aritcel-item>.title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sa-aritcel-item>.title>a {
    color: #000000;
    font-size: 0.2rem;
}

.sa-aritcel-item>.des {
    color: #656565;
    font-size: 0.14rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-top: 0.25rem;
    margin-bottom: 0.2rem;
}

    .sa-aritcel-item > .more {
        border-bottom: 1px solid #EAE9E9;
        padding-bottom: 0.2rem;
    }

.sa-aritcel-item>.more>a {
    color: #333333;
    font-size: 0.14rem;
}

.sa-aritcel-item>.more>a>i {
    color: #333333;
    font-size: 0.14rem;
}

.sa-aritcel-item>.more>a::after {
    content: "\|";
    color: #EAE9E9;
    margin: 0 0.2rem;
}

.sa-aritcel-item>.more>.time {
    color: #999999;
    font-size: 0.12rem;
}

.section-qywh {
    background: url('../img/index-qywh-bg.jpg') repeat;
    background-size: cover;
    height: 3.3rem;
    padding-top: 0.6rem;
}

.sq-box>.title {
    color: #000000;
    font-size: 0.36rem;
    font-weight: 400;
}

.sq-box>.body {
    color: #656565;
    font-size: 0.18rem;
    font-weight: 400;
}

.sq-box>.body>p {
    line-height: 32px;
}

.img-qywh {
    margin-top: 0.5rem;
}

.section-product {
    background: url('../img/index-product-bg.jpg') repeat;
    background-size: cover;
    height: 7.8rem;
}

.sp-box>.header>.title {
    font-size: 0.36rem;
    font-weight: 400;
    color: #ffffff;
}

.sp-box>.header>.sub-title {
    font-weight: 400;
    color: #ffffff;
    font-size: 0.16rem;
    margin: 0.3rem 0;
}

.sp-box>.body>a {
    display: block;
    border: 1px solid #fff;
    border-radius: 24px;
    width: 2.2rem;
    height: 0.48rem;
    line-height: 0.48rem;
    padding: 0 0.3rem;
    color: #fff;
    margin-bottom: 0.3rem;
    position: relative;
    font-size: 0.16rem;
}

.sp-box>.body>a>i {
    position: absolute;
    right: 0.15rem;
}

.sp-box>.body>a:hover,
.sp-box>.body>a.active {
    color: #3B7DB9;
    background-color: #fff;
}

.sp-item {
    margin-bottom: 0.5rem;
    display: block;
}

.sp-item>.img>img {
    object-fit: cover;
    height: 2rem;
    width: 100%;
}

.sp-item>.title {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    color: #fff;
    font-size: 0.16rem;
    margin: 0.2rem 0;
}

.section-company {
    background: url('../img/index-company-bg.jpg') repeat;
    background-size: cover;
    height: 3.5rem;
    padding: 0;
}

.sc-content {
    background-color: rgba(204, 204, 204, 0.1);
    height: 5rem;
    padding-top: 0.6rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.sc-content>p {
    color: #656565;
    font-size: 0.18rem;
    line-height: 1.8;
    margin-bottom: 0.2rem;
}

.sc-content>p:last-child {
    margin-bottom: 0;
}

.sc-left {
    padding-top: 0.2rem;
    position: relative;
    height: 3.5rem;
}

.sc-left>.sc-video {
    padding-right: 0.3rem;
}

.video-index {
    height: 3.1rem;
}

.sc-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -30px;
}


/*媒体查询*/
@media (min-width: 1200px) and (max-width: 1366px) {

    .wrapper {
        width: 11.4rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .wrapper {
        width: 11.4rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .wrapper {
        width: 11.4rem;
    }
}

@media (max-width: 767px) {
	.slideBox{
		height:auto !important;
	}
	.slideBox >.bd img{
		height:auto !important;
	}
    .wrapper {
        width: 100%;
        padding: 0 0.15rem;
    }

    .content,
    header,
    footer {
        min-width: 100%;
    }

    footer {
        padding: 0 0.15rem;
        min-height: 1rem;
    }

    .page-content>.header>.sub-title>span {
        margin-right: 0.15rem;
    }

    .contact-item-code {
        margin-top: 0.3rem;
    }

    .article-item>.img>img {
        height: 1rem;
    }

    .product-item>.img>img {
        height: 1.5rem;
    }

    .product-item>.more {
        width: 1.3rem;
    }

    .job-item {
        padding: 0.15rem;
    }

    .job-item>.info {
        padding-right: 0.15rem;
        margin-right: 0.15rem;
    }

    .job-item>.info>.more {
        width: 1rem;
    }

    .job-item>.time {
        width: auto;
    }


    .swiper-banner img {
        height: 2rem;
    }

    .sa-article {
        height: auto;
    }

    .swiper-article img {
        height: 1.45rem;
    }


    .section-qywh {
        height: auto;
        padding-top: 0.6rem;
    }

    .section-product {
        height: auto;
    }

    .sp-box>.body {
        margin-bottom: 0.15rem;
    }

    .sp-box>.body>a {
        display: inline-block;
        width: auto;
        margin-right: 0.2rem;
        margin-bottom: 0.15rem;
    }

    .sp-box>.body>a>i {
        right: 0.08rem;
    }

    .sp-item {
        margin-bottom: 0.15rem;
    }

    .sp-item>.img>img {
        height: 1rem;
    }

    .section-company {
        height: auto;
    }

    .sc-left {
        padding: 0;
        height: auto;
    }

    .sc-left>.sc-video {
        padding-right: 0;
    }

    .video-index {
		width:100% !important;
        height: auto;
    }

    .sc-content {
        height: auto;
        padding-top: 0.3rem;
        margin-left: -15px;
        margin-right: -15px;
    }

    .sc-header {
        text-align: center;
        margin-bottom: 0.3rem;
    }

    .sc-header>.title {
        color: #000;
        font-size: 0.48rem;
        font-weight: 400;
    }

    .sc-header>.sub-title {
        color: #ccc;
        font-size: 0.2rem;
        font-weight: 400;
    }

    .sc-header>.line>img {
        margin: 0 auto;
        margin-top: 0.15rem;
    }

    .sp-header {
        text-align: center;
        margin-bottom: 0.3rem;
    }

    .sp-header>.title {
        color: #fff;
        font-size: 0.48rem;
        font-weight: 400;
    }

    .sp-header>.sub-title {
        color: #fff;
        font-size: 0.2rem;
        font-weight: 400;
    }

    .sp-header>.line>img {
        margin: 0 auto;
        margin-top: 0.15rem;
    }

    .contact-other {
        margin-top: 0;
    }

    .contact-item-phone-border {
        border-left: 0;
        border-right: 0;
    }

    .contact-item-code {
        width: 0.7rem;
    }

    .contact-item-code>.img {
        width: 0.7rem;
        height: 0.7rem;
    }
	.content img{
		width: 100% !important;
	}
}

@media \0screen\,screen\9 {

    /* 只支持IE6、7、8 */
    .sc-content {
        background-color: #cccccc;
        filter: Alpha(opacity=10);
        position: static;
        /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }

    .sc-content>p {
        position: relative;
        /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}



		/* 首页轮播图css */
		.slideBox{ width:100%; height:6rem; overflow:hidden; position:relative; }
		.slideBox >.hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox  >.hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox  >.hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox > .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox > .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox > .bd li{ zoom:1; vertical-align:middle; }
		.slideBox  >.bd img{ width:100%; height:6rem; display:block; object-fit: initial; }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox  >.prev,
		.slideBox > .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox  >.next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox  >.prev:hover,
		.slideBox  >.next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox  >.prevStop{ display:none;  }
		.slideBox  >.nextStop{ display:none;  }


        
		.slideBox2{ width:100%; height:4rem; overflow:hidden; position:relative; }
		.slideBox2 >.hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
		.slideBox2  >.hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox2  >.hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox2 > .hd ul li.on{ background:#f00; color:#fff; }
		.slideBox2 > .bd{ position:relative; height:100%; z-index:0;   }
            .slideBox2 > .bd li {
                zoom: 1;
                vertical-align: middle;
                position: relative;
            }
		.slideBox2  >.bd img{ width:100%; height:4rem; display:block; object-fit: cover; }
            .slideBox2 > .bd li > p {
                position:absolute;
                bottom:0;
                width:100%;
                height:30px;
                line-height:30px;
                text-align:center;
                background:#999;
                color:#fff;
            }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox2  >.prev,
		.slideBox2 > .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../img/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
		.slideBox2  >.next{ left:auto; right:3%; background-position:8px 5px; }
		.slideBox2  >.prev:hover,
		.slideBox2  >.next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox2  >.prevStop{ display:none;  }
		.slideBox2  >.nextStop{ display:none;  }