﻿body {
    font-size: 10px;
    font-family: SimHei;
}

a:hover,
a.active {
    text-decoration: none;
}

.header_top {

    background-color: #008cd7;
    color: white;
}

.header_top>h1 {
    font-size: 12px;
    text-align: center;
}



/* section{
    padding: 0rem 0.5rem;
} */

.news {
    padding: 0rem 0.5rem;
}

.carousel-indicators .active {
    width: 50px;
    height: 6px;
    border-radius: 1px;
    background-color: #008cd7;
}

.carousel-indicators li {
    height: 6px;
    border: 0px;
    background-color: #E6E6E6;
    border-radius: 1px;
    margin: 0;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.header {
    width: 100%;
    position: fixed;
    z-index: 9999;
    height: 6rem;
    max-height: 6rem;
    background: linear-gradient(to bottom, #a5a5a5, transparent);
}

.logo {
    width: 100%;
    float: left;
    height: 4.5rem;
    max-height: 6rem;
    margin: 0;
    padding: 1rem 0.5rem;
    overflow: hidden;
    background-color: white;
}

.logo img {
    width: 100%;
}

.search {
    float: left;
    margin: 0;
    height: 6rem;
    max-height: 6rem;
    overflow: hidden;
    width: 8%;
    padding: 2.1rem;
    background-color: #008cd7;
    position: relative;
    cursor: pointer;
}

.search img {
    width: 1.8rem;
}

.search_box {
    position: fixed;
    height: 6rem;
    width: 26%;
    top: 6rem;
    left: 0%;
    background-color: #008cd7;
    padding: 2rem;
    display: none;
}

.search_box input {
    width: 10rem;
    height: 30px;
    line-height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    outline: none;
    border: 1px solid #fff;
    color: #FFF;
    padding: 4px 10px;
    border-radius: 4px;
    text-indent: 2em;
    transition: all .3s ease-in-out;
}

.search_box input:focus,
.search_box input:active {
    width: 12rem;
}

.search_box button.btn {
    height: 30px;
    width: 3rem;
    background: url(../image/search.png) no-repeat center center;
    background-size: 1.5rem 1.5rem;

}

.header-left {
    float: left;
    width: 74%;
    height: 6rem;
    max-height: 6rem;
    padding-left: 2rem
}

.navs {
    float: left;
    margin-bottom: 0;
    width: 100%;
}

.proimg a img {
    width: 80%;
}

.product_type_box .product_item {
    margin: 0 0 0 1rem;
}

.product_item:hover .wenzi>a>img {
    background-color: #008cd7;
    border-radius: 50%;
}

.navs>a {
    float: left;
    position: relative;
    width: calc(100% / 8);
    color: white;
}

.navItem {
    width: 100%;
    height: 4rem;
    line-height: 6rem;
    font-size: 1.1rem;
    text-align: center;
    position: relative;
}

.navItem::before {
    content: '[';
}

.navItem::after {
    content: ']';
}

.navItem::before,
.navItem::after {
    display: inline-block;
    clear: both;
    opacity: 0;
    transition: .3s;
    color: #008cd7;
}

.navItem:hover,
.navItem.active {
    color: #008cd7;
}

.navItem:hover::before,
.navItem.active::before {
    transform: translateX(-10px);
    opacity: 1;
}

.navItem:hover::after,
.navItem.active::after {
    transform: translateX(10px);
    opacity: 1;
}

.slogan {
    width: 100%;
    /* height: 5rem; */
    /* padding-left: 10rem; */
}

.slogan_left {
    width: 100%;
    background-color: #E6E6E6;
    float: left;
    padding: 1rem;
    /* border-left: 1rem solid #008cd7; */
}

.slogan_left h1 {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: SimHei;
    color: black;
}

.slogan_left span {
    color: #3f3f3f;
    font-size: 1rem;
    font-size: 1.1rem;
}

.slogan_right {
    width: 100%;
    float: left;
    background-color: #008cd7;
    padding: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.slogan_right img {
    width: 2rem;
    position: absolute;
    left: -3rem;
    top: 2rem;
}

.slogan_right span {
    font-size: 1.5rem;
    color: white;
    font-family: FZYaoti;
    letter-spacing: 0.2rem;
}

.character {
    width: 100%;
}

.character1,
.character2 {
    width: 100%;
    /* display: inline-block; */
    vertical-align: top;
    position: relative;

}

.character1 h2 {
    font-family: Georgia;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    color: black;
    text-transform: uppercase;
    padding: 0 0.5rem;
}

.character1 h3 {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    color: #3B3B3B;
    margin-top: 0.2rem;
    line-height: 2.4rem;
    padding: 0 0.5rem;

}

.character1 h1 {
    font-size: 1.7rem;
    color: black;
    font-weight: 600;
    line-height: 3rem;
    padding: 0 0.5rem;

}

.character_icon_box {
    width: 100%;
    position: relative;
    margin: 2rem auto;
}

.character_icon_box>div {
    width: 31%;
    display: inline-block;
    text-align: center;
    height: 6rem;
    padding-top: 3.5rem;
    font-size: 1rem;
    cursor: pointer;
}

.character_icon1 {
    background: url(../image/zhineng.png) no-repeat top center;
    background-size: 3rem 3rem;
}

.character_icon2 {
    background: url(../image/anquan.png) no-repeat top center;
    background-size: 3rem 3rem;
}

.character_icon3 {
    background: url(../image/lingming.png) no-repeat top center;
    background-size: 3rem 3rem;
}

.character_icon4 {
    background: url(../image/naiyong.png) no-repeat top center;
    background-size: 3rem 3rem;
}

.character_icon5 {
    background: url(../image/shouming.png) no-repeat top center;
    background-size: 3rem 3rem;
}

.character_icon6 {
    background: url(../image/phones.png) no-repeat top center;
    background-size: 3rem 3rem;
}

.character1_bottom {
    background-color: #007FE0;
    width: 100%;
    height: 5rem;
    /* position: absolute; */
    bottom: 0px;
    text-align: center;
}

.character1_bottom>span {
    color: white;
    font-size: 1.2rem;
    line-height: 5rem;
}

.character1_bottom>.character1_bottom_line {
    display: inline-block;
    height: 0.1rem;
    width: 4rem;
    background-color: white;
    vertical-align: middle;
    margin: 0 1rem;
}

.character2 img {
    width: 100%;
}

.product {
    width: 100%;
    margin: 1rem auto;
    position: relative;
}

.product_tit {
    width: 100%;
    display: inline-block;
    padding: 0 0.5rem;
}

.product_tit>h1 {
    font-size: 1.7rem;
    color: black;
    font-weight: 600;
    line-height: 3rem;
}

.product_tit>span {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #3f3f3f;
}

.product_three {
    width: 100%;
    display: inline-block;
    padding: 20px 8px 0 18px;
}

.product_three>div {
    font-size: 1rem;
    line-height: 1.7rem;
    position: relative;
    cursor: pointer;
    width: 49%;
    display: inline-block;
}

.product_three>div>div {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #008cd7;
    display: inline-block;
    transform: rotate(45deg);
}

.product_three>div:hover>div {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.product_conent {
    width: 100%;
    margin: 1rem auto;
    font-size: 0;
    position: relative;
}

.product_conent img {
    width: 100%;
}


.pro_left {
    display: none;
}

.pro_right {
    display: none;
}

.pro_banner {
    width: 100%;
    vertical-align: top;
}

.carousel {
    position: relative;
    /* margin-bottom: 18px; */
    line-height: 1;
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.carousel .item>img {
    display: block;
    line-height: 1;
}

.pro_banner:hover .pro_carousel-control {
    /* display: block; */
}

.pro_carousel-control {
    /* display: none; */
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2.4rem;
    /* background: rgba(0, 0, 0, .7); */
    font-size: 12px;
    color: white;
}

.pro_carousel-control h1 {
    font-size: 1rem;
}

.pro_carousel-control p {
    font-size: 1rem;
}

.pro_carousel-control_left {
    width: 49%;
    display: inline-block;
    float: left;
    padding: 0.5rem;
}

.pro_carousel-control_right {
    width: 49%;
    display: inline-block;
    float: right;
    padding: 0.5rem;
    /* padding-left: 30%; */
}

.pro_carousel-control_right>a>div {
    height: 1.6rem;
    width: 4rem;
    display: inline-block;
}

.pro_carousel-control_right_prev {
    background: url(../image/left.png) no-repeat center center #030114;
    /* background-size: 2.8rem 3.2rem; */
}

.pro_carousel-control_right_next {
    background: url(../image/right.png) no-repeat center center #007FE0;
    /* background-size: 2.8rem 3.2rem; */
}

.product_type {
    width: 100%;
    margin: 0rem auto;
    /* padding: 0rem 1rem; */
    height: 15rem;

}

.product_type>div {
    width: calc(80%);
    display: inline-block;
    float: left;
    margin: 1rem 0rem;
    padding: 1rem;
    position: relative;
    height: 10rem;
}

.product_type_box{
    overflow-y: hidden;
    overflow-x: hidden;
}

.product_type_box .product_item {
    float: left;
    padding: 0.5rem 0 0.5rem 1.5rem;
}


.product_type>div.product_type1 {
    background: url(../image/product_znkmj.png) no-repeat center center #F6F6F6;
    background-size: 9rem 12rem;
    background-position-x: 10rem;
}

.product_type>div.product_type2 {
    background: url(../image/product_bftdj.png) no-repeat center center #F6F6F6;
    background-size: 7rem 12rem;
    background-position-x: 10rem;
}

.product_type>div.product_type3 {
    background: url(../image/product_bsdj.png) no-repeat center center #F6F6F6;
    background-size: 11rem 12rem;
    background-position-x: 10rem;
}

.product_type>div>div>a>p {
    font-size: 14px;
    line-height: 1.8rem;
    color: #008cd7;
}

.product_type>div>div>a>p.en_tit {
    color: #CBCBCB;
    text-transform: uppercase;
}

.product_type_box {
    overflow: hidden;
}

.authority {
    width: 100%;
    margin: 2rem auto;
    font-size: 0;
}

.authority>div {
    width: 100%;
    display: inline-block;
}

.authority1 {
    display: none;
    width: 100%;
    height: 27rem;
    float: right;
    background: url(../image/authority1.png) no-repeat center center #F6F6F6;
    background-size: 100% 100%;
}

.authority2 {
    width: 50%;
    height: 14rem;
    float: right;
    background: url(../image/authority2.png) no-repeat center center #F6F6F6;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}

.authority3 {
    width: 50%;
    height: 14rem;
    float: right;
    background: url(../image/authority3.png) no-repeat center center #F6F6F6;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}

.fugai {
    width: 100%;
    height: 100%;
    padding: 2rem;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    font-size: 12px;
    transition: all 1.3s;
}

.fugai:hover {
    background-color: rgba(13, 72, 140, .8);
}

.fugai:hover>.authorityline {
    width: 6rem;
}

.fugai>img {
    width: 48%;
}

.fugai>p {
    font-size: 1.3rem;
    line-height: 2.4rem;
    color: white;
}

.fugai>.authorityline {
    width: 1.5rem;
    height: 0.1rem;
    background-color: white;
    margin: 0 auto;
    transition: all 1.3s;
}

.authority_left {
    display: none;
}

.authority_right,
.authority_left1 {
    vertical-align: top;
}

.authority_right>h1 {
    font-size: 2.6rem;
    font-family: Georgia;
    font-weight: 500;
    text-align: right;
    width: 55%;
}

.authority_right>p {
    font-size: 1rem;
    text-align: right;
    width: 55%;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.authority_box {
    width: 50%;
    height: 14rem;
    float: left;
    padding: 1rem;
    padding-top: 6rem;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 1.3s;
}

.authority_box:hover>p {
    color: #008cd7;
}

.authority_box:hover>.authorityline1 {
    width: 5rem;
    background-color: #008cd7;
}

.authority_box>p {
    font-size: 1.3rem;
    line-height: 2.4rem;
    color: #C8C8C8;
}

.authority_box>.authorityline1 {
    width: 1.5rem;
    height: 0.1rem;
    background-color: #C8C8C8;
    margin: 0 auto;
    transition: all 1.3s;
}

.authority_right>.authority_box:nth-of-type(2) {
    background: url(../image/iso.png) no-repeat top center #F6F6F6;
    background-size: 4rem 3rem;
    background-position-y: 2rem;

}

.authority_right>.authority_box:nth-of-type(2):hover {
    background: url(../image/iso1.png) no-repeat top center #EAECEB;
    background-size: 4rem 3rem;
    background-position-y: 2rem;
}

.authority_right>.authority_box:nth-of-type(3) {
    background: url(../image/gaoxin.png) no-repeat top center #F6F6F6;
    background-size: 3rem 3.8rem;
    background-position-y: 1rem;
}

.authority_right>.authority_box:nth-of-type(3):hover {
    background: url(../image/gaoxin1.png) no-repeat top center #EAECEB;
    background-size: 3rem 3.8rem;
    background-position-y: 1rem;
}

.authority_right>.authority_box1 {
    width: 100%;
    height: 17.1rem;
    float: left;
    background: url(../image/authority4.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}

.authority_box1>.fugai {
    padding-top: 5rem;
}

.authority_box1>.fugai>img {
    width: 20%;
}

.authority_box2 {
    display: none;
    width: 45%;
    background-color: #008cd7;
    height: 22rem;
    margin-left: 55%;
    position: relative;
    bottom: -5rem;
}

.noopsyche {
    width: 100%;
    /* margin: 5rem auto; */
}

.noopsyche_tit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.noopsyche_tit>h1 {
    margin: 17rem 0 0 0;
    font-size: 2.6rem;
    font-family: Georgia;
}

.noopsyche_tit>p {
    font-size: 1rem;
    line-height: 2rem;
}

.noopsyche_conent {
    width: 100%;
    margin: 2rem auto;
    font-size: 0;
}

.noopsyche_conent_left {
    width: 100%;
    font-size: 12px;
    background-color: #F0F0F0;
    vertical-align: top;
    padding: 2rem 0;
    background: url(../image/noopsyche_conent_left_bg.png) no-repeat left center;
}

.noopsyche_conent_left>div {
    /* width: 70%; */
    height: 4rem;
    margin: 0rem auto;
    text-align: center;
    font-size: 1.4rem;
    line-height: 4rem;
    color: #3A3A3A;
    cursor: pointer;
    filter: grayscale(100%);
}

.noopsyche_conent_left>div:hover {
    color: #008cd7;
    filter: grayscale(0%);
}

.noopsyche_conent_left>div:nth-of-type(1) {
    background: url(../image/noopsyche01.png) no-repeat left center;
    background-size: 2.2rem 2.5rem;
    background-position-x: 3rem;
}

/* .noopsyche_conent_left>div:nth-of-type(1):hover {
    background: url(../image/noopsyche01.png) no-repeat left center;
    background-size: 2.2rem 2.5rem;
    background-position-x: 3rem;
    color: #008cd7;
} */

.noopsyche_conent_left>div:nth-of-type(2) {
    background: url(../image/noopsyche02.png) no-repeat left center;
    background-size: 2rem 2.8rem;
    background-position-x: 3rem;
}

/* .noopsyche_conent_left>div:nth-of-type(2):hover {
    background: url(../image/noopsyche02.png) no-repeat left center;
    background-size: 2rem 2.8rem;
    background-position-x: 3rem;
    color: #008cd7;
} */

.noopsyche_conent_left>div:nth-of-type(3) {
    background: url(../image/noopsyche03.png) no-repeat left center;
    background-size: 2.4rem 2.7rem;
    background-position-x: 3rem;
}

/* .noopsyche_conent_left>div:nth-of-type(3):hover {
    background: url(../image/noopsyche03.png) no-repeat left center;
    background-size: 2.4rem 2.7rem;
    background-position-x: 3rem;
    color: #008cd7;
} */

.noopsyche_conent_left>div:nth-of-type(4) {
    background: url(../image/noopsyche04.png) no-repeat left center;
    background-size: 2rem 2.6rem;
    background-position-x: 3rem;
}

/* .noopsyche_conent_left>div:nth-of-type(4):hover {
    background: url(../image/noopsyche04.png) no-repeat left center;
    background-size: 2rem 2.6rem;
    background-position-x: 3rem;
    color: #008cd7;
} */
/* .noopsyche_conent_left>div:nth-of-type(5):hover {
    background: url(../image/noopsyche05.png) no-repeat left center;
    background-size: 2rem 2.6rem;
    background-position-x: 3rem;
    color: #008cd7;
} */



.noopsyche_conent_right {
    width: 100%;
    display: none;
    vertical-align: top;
    position: relative;
}

.noopsyche_conent_left>.active {
    color: #008cd7;
    filter: grayscale(0%);
}

.noopsyche_conent_right.active {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.noopsyche_conent_right>img {
    width: 100%;
}

.noopsyche_conent_right>div {
    /* position: absolute; */
    background-color: #008cd7;
    padding: 1rem 0.5rem;

    height: 200px;
    /* left: -17%;
    bottom: 20%; */
}

.beian {
    width: 100%;
    white-space: pre-wrap;
}

.gongsi {
    white-space: pre-wrap;
}

.noopsyche_conent_right>div>div {
    border: 1px solid #f4f4f4;
    width: 100%;
    height: 100%;
    padding: 1rem;
}

.noopsyche_conent_right>div>div>h1 {
    font-size: 1.6rem;
    color: white;
    text-align: center;
    line-height: 3rem;
}

.noopsyche_conent_right>div>div>h3 {
    font-size: 1.2rem;
    color: white;
    text-align: center;
    line-height: 2.4rem;
}

.noopsyche_conent_right>div>div>p {
    font-size: 1rem;
    color: #f4f4f4;
    text-indent: 2em;
    line-height: 1.8rem;
    margin-bottom: 3rem;
}

.noopsyche_conent_right>div>div>a>span {
    font-size: 1rem;
    color: white;
    line-height: 2rem;
}

.noopsyche_conent_right>div>div>a>div {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid white;
    border-bottom: 5px solid transparent;
    display: inline-block;
    margin-left: 1rem;
}

.weishixiazai>a>div {
    height: 1.6rem;
    width: 4rem;
    display: inline-block;
}

.case {
    width: 100%;
    /* margin: 5rem auto; */
    /* padding: 0 0.5rem; */
}

.case_tit {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    padding: 0 0.5rem;

}

.case_tit_left {
    width: 100%;
    display: inline-block;
}

.case_tit_left>h1 {
    font-size: 2.6rem;
    font-family: Georgia;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.5rem;
    /* width: 55%; */
}

.case_tit_left>p {
    font-size: 1rem;
    text-align: left;
    /* width: 55%; */
    line-height: 2rem;
    margin-bottom: 2rem;
}

.case_tit_right {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 10px;
}

.case_name>div {
    font-size: 1rem;
    line-height: 1.7rem;
    position: relative;
    cursor: pointer;
    width: 49%;
    display: inline-block;
}

.case_name>div>a{
    color: #008cd7;
}

.product_three a{
    color: #008cd7;
}

.case_name>div>div {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #008cd7;
    display: inline-block;
    transform: rotate(45deg);
}

.case_name>div:hover>div {
    animation: spin 2s linear infinite;
}

.case_carousel {
    margin: 1.5rem 1.5rem 1.5rem 0;
}

.case_carousel>a>div {
    height: 1.6rem;
    width: 4rem;
    display: inline-block;
}

.case_conent {
    overflow: hidden;
}

div.site {
    overflow: hidden
}

div.wrapper {
    position: relative;
    /* width: 75rem */
}

div.wrapper.demo1 {
    margin: 60px auto 0;
}

div.wrapper:not(.demo1) {
    margin: 0px auto;
}

div.wrapper>h3 {
    display: inline-block;
    padding: 0 1rem;
    margin-bottom: 2rem;
    border-radius: 1.4rem;
    background-color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222
}

div.wrapper>ul.container {
    position: relative;
    height: 28rem;
    margin: 0 auto;
    transform: translate3d(0, 0, 0)
}

div.wrapper ul.container>li.cards_list {
    /* border-radius: .3125rem; */
    background-color: #f4f4f4;
    overflow: hidden;
    cursor: pointer;
}

ul.container>li.cards_list>a>div.img>img {
    display: block;
    /* width: 20rem */
    width: 100%;
}

ul.container>li.cards_list>a>div.main_con {
    padding: 0 2rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 2rem;
}

ul.container>li.cards_list>a>div.main_con h4.name {
    /* padding-top: 1rem; */
    line-height: 2rem;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    /* font-weight: 600; */
    font-family: Georgia;
    color: white;
}

ul.container>li.cards_list>a>div.main_con p.content {
    /* padding-top: 1rem; */
    height: 3rem;
    font-size: 1.1rem;
    color: white;
    text-align: justify;
    line-height: 2rem;
}

ul.container>li.cards_list>a>div.main_con p.label {
    font-size: 1rem;
    color: white;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

div.wrapper.horizontal>ul.container {
    /* width: 75rem */
}

div.wrapper.vertical>ul.container {
    width: 40rem
}

div.wrapper.horizontal ul.container>li.cards_list {
    width: 20rem
}

div.wrapper.vertical ul.container>li.cards_list {
    display: flex
}

i.btn-direct {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    cursor: pointer;
    z-index: 100;
    transition: opacity ease 300ms
}

div.wrapper:hover i.btn-direct {
    opacity: .6
}

i.btn-direct:hover {
    opacity: .9 !important
}

i.btn-direct.btn-left {
    left: 3rem
}

i.btn-direct.btn-right {
    right: 3rem
}

i.btn-direct>span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    border-top: .125rem solid #fff;
    border-left: .125rem solid #fff
}

div.wrapper.horizontal i.btn-direct>span.shift-left {
    transform: translate(-30%, -50%) rotate(-45deg)
}

div.wrapper.horizontal i.btn-direct>span.shift-right {
    transform: translate(-70%, -50%) rotate(135deg)
}

div.wrapper.vertical i.btn-direct>span.shift-left {
    transform: translate(-50%, -30%) rotate(45deg)
}

div.wrapper.vertical i.btn-direct>span.shift-right {
    transform: translate(-50%, -70%) rotate(-135deg)
}

.cards_list:hover .case_conent_desc {
    display: block;
}

.case_conent_desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #008cd7;
    padding: 5rem 2rem;
    display: none;
}

.case_conent_desc>.name {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    font-family: Georgia;
    color: white;
    line-height: 3.2rem;
}

.case_conent_desc>.content {
    font-size: 1.2rem;
    color: white;
    text-align: justify;
    line-height: 2.2rem;
}

.case_conent_desc>p {
    font-size: 0.9rem;
    color: white;
    line-height: 1.2rem;
    margin-top: 1rem;
}

.case_conent_desc>.label {
    font-size: 1rem;
    color: white;
    position: absolute;
    bottom: 1.5rem;
}

.hzhb_box {
    width: 100%;
    margin: 2rem auto;
}

#myCarousel_hzhb {
    width: 100%;
    /* height: 10rem; */
}

#myCarousel_hzhb>.carousel-inner>.item {
    font-size: 0;
}

#myCarousel_hzhb>.carousel-inner>.item>.item_imgbox {
    display: inline-block;
    width: calc(100% / 3 - 3rem);
    padding: 1.5rem 0rem;
    margin: 0 1.5rem;
    height: 6rem;
}

#myCarousel_hzhb>.carousel-inner>.item>.item_imgbox:hover {
    border-bottom: 0.2rem solid #008cd7;
}

#myCarousel_hzhb>.carousel-inner>.item>.item_imgbox>img {
    width: 100%;
}

#myCarousel_hzhb>.carousel-indicators {
    bottom: 0rem;
}

#myCarousel_hzhb>.carousel-indicators li {
    border: 2px solid #008cd7;
}


.mien {
    width: 100%;
    /* margin: 5rem auto; */
    font-size: 0;
    overflow: hidden;
}

.mien_tab_carousel {
    width: 100%;
    padding: 1.5rem;
    display: inline-block;
    background-color: #008cd7;
    /* height: 30rem; */
    vertical-align: top;
}

.mien_tab_carousel>h1 {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    color: white;
    display: inline;
}

.mien_tab_carousel>span {
    font-size: 1rem;
    color: white;
    font-family: Georgia;
    letter-spacing: 0.1rem;
}

.mien_right {
    width: 100%;
    padding: 1rem 0 0 0;
    /* padding-left: 10rem; */
    display: inline-block;
    background-color: #F3F5F4;
    /* height: 30rem; */
    vertical-align: top;
}

.mien_right>h1,
.mien_right>h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    color: #008cd7;
    text-align: right;
    font-weight: bolder;
    line-height: 2.8rem;
}

.mien_right>h2 {
    border-bottom: 1px solid #008cd7;
}

.mien_right>p {
    font-size: 1rem;
    color: #008cd7;
    line-height: 1.2rem;
    text-align: left;
    font-weight: bolder;
    margin-top: 1rem;
    font-family: Adobe 黑体 Std;
}

.slider {
    /* width: 500px; */
    width: 100%;
    position: relative;
    padding-top: 15rem;
}

.mien_right_title {
    padding-left: 10px;
}


.mien_centent_box {
    padding-left: 10px;
}

.mien_right>.mien_right_title>h1,
.mien_right>.mien_right_title>h2 {
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    color: #008cd7;
    text-align: left;
    font-weight: bold;
    line-height: 1.8rem;
}

.mien_right>.mien_centent_box>p {
    font-size: 1rem;
    color: #008cd7;
    line-height: 1.2rem;
    text-align: left;
    margin-top: 1rem;
}

.slider>img {
    width: 100%;
    position: absolute;
    right: 0rem;
    bottom: -3rem;
    transition: all .5s
}

.slider input[name=slide_switch] {
    display: none
}

.slider label {
    margin: 4rem 0.1rem 0 0.1rem;
    border: 3px solid #999;
    float: left;
    cursor: pointer;
    transition: all .5s;
    opacity: .6;
    width: 32%;
}

.slider label img {
    display: block;
    width: 100%;
}

.slider input[name=slide_switch]:checked+label {
    border-color: #008cd7;
    opacity: 1
}

.slider input[name=slide_switch]~img {
    opacity: 0;
    transform: scale(1.1)
}

.slider input[name=slide_switch]:checked+label+img {
    opacity: 1;
    transform: scale(1)
}

.news {
    width: 100%;
    margin: 2rem auto;
}

.news_tit {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.news_tit>h1 {
    font-size: 2.8rem;
    font-family: Georgia;
    font-weight: 500;
    letter-spacing: 0.2rem;
    line-height: 3rem;
}

.news_tit>h2 {
    font-size: 1.4rem;
    color: black;
    line-height: 2rem;
}

.news_conent {
    width: 100%;
    margin: 1rem auto;
}

.news_conent>ul>li>a {
    /* padding: 1rem 2rem; */
    font-size: 1.1rem;
    color: #555;
}

/* .news_conent>ul>li:nth-of-type(1)>a {
    background: url(../image/news_icon1.png) no-repeat left center;
    background-size: 1rem 1rem;
    background-position-x: 0.5rem;
}

.news_conent>ul>li:nth-of-type(1).active>a {
    background: url(../image/news_icon01.png) no-repeat left center;
    background-size: 1rem 1rem;
    background-position-x: 0.5rem;
}

.news_conent>ul>li:nth-of-type(2)>a {
    background: url(../image/news_icon2.png) no-repeat left center;
    background-size: 1rem 1rem;
    background-position-x: 0.5rem;
}

.news_conent>ul>li:nth-of-type(2).active>a {
    background: url(../image/news_icon02.png) no-repeat left center;
    background-size: 1rem 1rem;
    background-position-x: 0.5rem;
}

.news_conent>ul>li:nth-of-type(3)>a {
    background: url(../image/news_icon3.png) no-repeat left center;
    background-size: 1rem 1rem;
    background-position-x: 0.5rem;
}

.news_conent>ul>li:nth-of-type(3).active>a {
    background: url(../image/news_icon03.png) no-repeat left center;
    background-size: 1rem 1rem;
    background-position-x: 0.5rem;
} */

.news_conent>.nav-tabs>li.active>a,
.news_conent>.nav-tabs>li.active>a:focus,
.news_conent>.nav-tabs>li.active>a:hover {
    color: #008cd7;
}

.news_box {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0rem;
    font-size: 0;
}

.news_box>div {
    width: calc(100% - 1rem);
    display: inline-block;
    font-size: 12px;
    margin: 1rem 0rem;
    border: 1px solid rgb(110, 110, 110);
}

.news_box>div img {
    width: 100%;
}

.news_box>div>a>div {
    width: 100%;
    padding: 0.5rem;
    text-align: center;
}

.news_box>div>a>div>h3 {
    font-size: 1rem;
    color: black;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

.news_box>div>a>div>p {
    font-size: 0.8rem;
    color: #939393;
    line-height: 1rem;
    height: 3rem;
    overflow: hidden;
}

.news_box>div>a>div>.ljzx {
    width: 100%;
    margin: 1rem auto;
    padding: 0.5rem 1rem;
    border: 1px solid black;
    font-size: .8rem;
    color: black;
    text-align: left;
    background: url(../image/news_right1.png) no-repeat right center;
    background-size: 2rem 0.5rem;
    background-position-x: 5rem;
}

.news_box>div:hover>a>div>.ljzx {
    color: white;
    border: 1px solid #008cd7;
    background: url(../image/news_right01.png) no-repeat right center #008cd7;
    background-size: 2.5rem 0.5rem;
    background-position-x: 6rem;
}

.about {
    width: 100%;
    margin: 0rem auto;
    /* background: url(../image/about.png) no-repeat center center #008cd7;
    background-size: 100% 100%; */
}

.about_box {
    width: 100%;
    /* padding-left: 10rem; */
}

.about_box_left {
    width: 100%;
    padding: 0.5rem;
    background: #008cd7d8;
}

.about_box_left>.about_item_title>h1 {
    font-size: 2.4rem;
    color: white;
    line-height: 2.8rem;
    margin-bottom: 1rem;
}

.about_box_left>.about_item_title>div.line {
    width: 5rem;
    height: 0.3rem;
    background-color: white;
    margin-left: 1rem;
    margin-bottom: 2rem;
}

.about_box_left>p {
    color: white;
    font-size: .8rem;
    line-height: 1.2rem;
    font-family: 宋体;
    margin-bottom: 2rem;
    text-indent: 2em;
}

.about_more {
    font-size: 1rem;
    color: #008cd7;
    padding: 0.5rem 1rem;
    display: inline-block;
    margin: 2rem 0.5rem;
    background-color: white;
}

.contact {
    width: 100%;
    margin: 0 auto;
    padding: 3% 0%;
    background: url(../image/contact.png) no-repeat center center #008cd7;
    background-size: 100% 100%;
    font-size: 0;
}

.contact_tit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.contact_tit>img {
    width: 3rem;
}

.contact_tit>p {
    color: white;
    font-size: 1.3rem;
    line-height: 2rem;
}

.contact_left,
.contact_right {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: white;
    vertical-align: top;
}

.contact_left {
    /* border-right: 2px solid white; */
    padding: 1rem;
    /* margin: 2rem 0rem; */
    font-size: .8rem;
    line-height: 1.2rem;
}

.contact_left>h1 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 1rem;
}

.contact_left>p {
    font-size: 1rem;
    line-height: 2rem;
}

.contact_right {
    padding: 2rem;
    /* margin: 2rem 0rem; */
}

.contact_right .btn-default {
    width: 50%;
    margin: 0 auto;
    background-color: #008cd7;
    color: white;
    border: none;
    border-radius: 0px;
}

.link {
    width: 100%;
    margin: 0 auto;
    background-color: #26211b;
}

.footer_left {
    width: 100%;
    display: inline-block;
    color: white;
    vertical-align: top;
    padding: 1rem 1rem 40px 1rem;
}

.footer_left h1 {
    font-size: 12px;
    color: #BABABA;
}

.link_list>a {
    font-size: .8rem;
    color: #BABABA;
}

.copyright {
    font-size: .8rem;
    line-height: 1.2rem;
    margin-top: 2rem;
    color: #BABABA;
    padding: 1rem;
}

.copyright a {
    color: #BABABA;
}

.footer_right {
    width: 100%;
    display: inline-block;
    color: white;
    padding: 1rem;
    vertical-align: top;
    padding-bottom: 3rem;
    text-align: center;
}

.footer_right img {
    width: 6rem;
}

.form-horizontal .form-group {
    text-align: center;
}

.footer_right h4 {
    font-size: 1rem;
    line-height: 2rem;
}

.ewm_box {
    z-index: 999;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    display: none;
}

.ewm_box img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
}

#leave-Word {
    display: none;
}

.xs_nav {
    position: fixed;
    background-color: #008cd7;
    width: 100%;
    height: 40px;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    text-align: center;
}

.xs_nav>ul {
    font-size: 0px;
}

.xs_nav>ul>li {
    display: inline-block;
    width: calc(100% / 4);
    border-left: 1px solid #fff;
    position: relative;
}

.xs_nav>ul>li:nth-of-type(1) {
    border-left: 1px solid #008cd7;
}

.xs_nav>ul>li>img {
    width: 20%;
    vertical-align: top;
    margin: 12% 0px;
    margin-right: 5px;
}

.xs_nav>ul>li>a {
    cursor: pointer;
    display: inline-block;
    color: #fff;
    line-height: 40px;
    font-size: .9rem;
}

.xs_nav>ul>li>div {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 100%;
    background-color: rgba(0, 140, 215, 0.9);
    display: none;
}

.xs_nav>ul>li>div>ul {
    display: block;
}

.xs_nav>ul>li>div>ul>li {
    border-top: 1px solid #ffffff;
}

.xs_nav>ul>li>div>ul>li>a {
    display: block;
    color: #fff;
    line-height: 40px;
    font-size: .9rem;
}

.item .pro_carousel-control_left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1200px;
    height: 35px;
    background: rgba(0, 0, 0, .2);
    padding: 7px 200px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item .pro_carousel-control_left h1 {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.item .pro_carousel-control_left p {
    font-size: .8rem;
    color: #fff;
    line-height: 1;
}

.product_type_box {
    height: 180px;
    position: relative;
    overflow: hidden;
}