﻿body {
    font-size: 10px;
}

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



section {
    overflow-y: hidden;
    overflow-x: hidden;
}

.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: absolute;
    z-index: 9999;
    background: rgb(255, 255, 255);
    /* opacity: 0.5; */
}

.logo {
    width: 21%;
    float: left;
    margin: 0;
    padding: 1.8rem 0.5rem 1.8rem 3rem;
    /* overflow: hidden;
    background-color: white; */
}

.logo img {
    width: 100%;
}

.search {
    float: left;
    margin: 0;
    overflow: hidden;
    width: 4%;
    padding: 2.9rem 0;
    background-color: #008cd7;
    position: relative;
    cursor: pointer;
}

.search img {
    width: 1.8rem;
}

.search_box {
    position: fixed;
    width: 20%;
    top: 7.6rem;
    right: 0%;
    background-color: #008cd7;
    padding: 1rem;
    display: none;
}

.search_box input {
    width: 13rem;
    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: 70%;
}

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

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

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



.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: 12%;
}

.slogan_left {
    width: 70%;
    background-color: #E6E6E6;
    height: 5rem;
    float: left;
    padding: 0rem 2rem;
    border-left: 1rem solid #008cd7;
}

.slogan_left h1 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 5rem;
    display: inline-block;
    color: black;
}

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

.slogan_right {
    width: 30%;
    height: 5rem;
    float: left;
    background-color: #008cd7;
    padding: 0rem 1rem;
    position: relative;
}

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

.slogan_right span {
    font-size: 1.5rem;
    color: white;
    letter-spacing: 0.2rem;
    line-height: 5rem;

}

.character {
    width: 90%;
    margin: 5rem 0 0 12%;
}

.character1 {
    height: 656.672px;
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s;
}

.character1,
.character2 {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.character2 {
    width: 65%;
    transition: all .5s;
    overflow: hidden;
    /* padding: .5rem; */
    transform: translateX(100%);
    opacity: 0;
    transition: all 1s;
}

.character2:hover {
    transform: scale(1.1);
}

.character1 h2 {
    font-size: 2.5rem;
    line-height: 2;
    letter-spacing: 0.1rem;
    color: #333;
    text-transform: uppercase;
    font-family: Georgia;
}

.character1 h3 {
    font-size: 40px;
    letter-spacing: 0.1rem;
    color: #040000;
    margin-top: 0.2rem;
    line-height: 3.4rem;
}

.character1 h1 {
    font-size: 44px;
    color: black;
    font-weight: 600;
    line-height: 3rem;
}

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

.character_icon_box>div {
    width: 30%;
    display: inline-block;
    text-align: center;
    height: 8rem;
    padding-top: 4.5rem;
    font-size: 1rem;
    cursor: pointer;
    filter: grayscale(100%);
}

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

.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: #008cd7;
    width: 90%;
    height: 5rem;
    position: absolute;
    bottom: 0px;
    text-align: center;
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s;
}

.character1_bottom>span {
    color: white;
    font-size: 2.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%;
}

.pro_item_box>.active>img:hover {
    transform: scale(1.05);
    transition: all .5s;
}

.product {
    width: 100%;
    margin-top: 5rem;
    position: relative;
}

.product_tit {
    width: 64%;
    display: inline-block;
    padding-left: 12%;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 1s;

}

.product_tit>h1 {
    font-size: 44px;
    color: black;
    font-weight: bold;
    line-height: 3rem;

}

.product_tit>span {
    font-size: 20px;
    line-height: 2rem;
    color: #3f3f3f;
}

.product_three {
    width: 30%;
    display: inline-block;
    transform: translateX(100%);
    opacity: 0;
    transition: all 1s;
}

.product_three>div {
    padding: 0.25rem;
    font-size: 1rem;
    line-height: 1.8rem;
    position: relative;
    cursor: pointer;
}

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

.product_three>div>a {
    color: black;
}

.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%;
}

.product_conent>div {
    display: inline-block;
}

.pro_left {
    width: 12%;
    vertical-align: top;
}

.pro_right {
    width: 12%;
    background-color: #008cd7;
    height: 15rem;
    position: absolute;
    bottom: 0;
}

.pro_banner {
    width: 76%;
    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; */
}

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

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

.item .pro_carousel-control_left p {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}




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

.pro_carousel-control h1 {
    font-size: 1.5rem;
    line-height: 2rem;
}

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

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

.pro_carousel-control_right {
    width: 49%;
    display: inline-block;
    float: right;
    padding: 1.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 #008cd7;
    /* background-size: 2.8rem 3.2rem; */
}

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

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



.product_type div:hover::after {
    height: 0%;
    width: 0%;
}

.product_type div:hover p {
    color: #008cd7;
}

/* .product_type>div:hover img {
    background-color: #008cd7;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid white;
} */






.product_type>div>div>a>p {
    font-size: 1rem;
    line-height: 1.8rem;
}

.product_type>div>div>a>p.en_tit {
    font-size: 12px;
    color: #b3b3b3;
    text-transform: uppercase;
}

.product_type>div>div>a>p.en_title {
    font-weight: bold;
    font-size: 1rem;
    color: #333333;
    text-transform: uppercase;
}

.product_item:hover div a p.en_title {
    color: #008cd7;
}

.product_type>div>div>a {
    height: 240px;
    display: block;
}

.proimg a img {
    width: 100%;
}


.product_type_box .product_item {
    float: left;
    padding: 1rem 0 1rem 3rem;
}

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

.product_type {
    overflow: hidden;
}


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

.authority>div {
    width: 50%;
    display: inline-block;
    position: relative;
}

.authority1 {
    width: 100%;
    height: 30rem;
    float: right;
    /* background: url(../image/authority1.png) no-repeat center center #F6F6F6; */
    background-size: 100% 100%;
    overflow: hidden;
}

.authority1 img {
    width: 100%;
    height: 100%;
}

.authority1 img:hover {
    transform: scale(1.1);
    transition: all .5s;
}

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

.authority3 {
    width: 37.5%;
    height: 17rem;
    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, .5);
    position: absolute;
    top: 0;
    font-size: 12px;
    transition: all 1s;
}

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

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

.fugai>img {
    width: 48%;
}

.fugai>p {
    font-size: 1.4rem;
    height: 3rem;
    margin-top: 1rem;
    color: white;
}

.fugai>.authorityline {
    width: 2rem;
    height: 0.2rem;
    background-color: white;
    margin: 0 auto;
    transition: all 1s;
}

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

.authority_title {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s;
}

.authority_right>.authority_title>h1 {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.5rem;
    text-align: right;
    width: 77%;
    ;
    font-family: Georgia;
}

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

.authority_box {
    width: 37.5%;
    height: 17rem;
    float: left;
    padding: 1rem;
    padding-top: 8rem;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    filter: grayscale(100%);
}

.authority_box:hover {
    filter: grayscale(0%);
}


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

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

.authority_box>p {
    font-size: 1.4rem;
    height: 3rem;
    /* color: #C8C8C8; */
}

.authority_box>.authorityline1 {
    width: 2rem;
    height: 0.2rem;
    background-color: #5B5B5B;
    margin: 0 auto;
    transition: all 0.2s;
}

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

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

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

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

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

.authority_box2 {
    width: 25%;
    background-color: #008cd7;
    height: 25rem;
    margin-left: 55%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.noopsyche {
    width: 100%;
    margin: 10rem auto;
}

.noopsyche_tit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 2s;
}

.noopsyche_tit>h1 {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.5rem;
    font-family: Georgia;
}

.noopsyche_tit>p {
    font-size: 30px;
    line-height: 2.4rem;
    letter-spacing: 1rem;
}

.noopsyche_conent {
    width: 100%;
    /* height: 681px; */
    margin: 2rem auto;
    font-size: 0;
    background-color: #F0F0F0;
    background: url(../image/noopsyche_conent_left_bg.png) no-repeat left center;
}

.noopsyche_conent_left {
    width: 42%;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    padding: 6rem 3rem 3rem 3rem;
}

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

.noopsyche_conent_left_1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s;
}

.noopsyche_conent_left_2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s;
}

.noopsyche_conent_left_3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s;
}

.noopsyche_conent_left_4 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s;
}



.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(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(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(4) {
    background: url(../image/noopsyche04.png) no-repeat left center;
    background-size: 2rem 2.6rem;
    background-position-x: 3rem;
}

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

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

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

.noopsyche_conent_right>img {
    width: 100%;

}

.noopsyche_conent_right>div {
    top: 20%;
    position: absolute;
    /* width: 35%; */
    background-color: #008cd7;
    padding: 1rem;
    left: -17%;
    width: 340px;
    height: 344px;
}



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

.noopsyche_conent_right>div>div>h1 {
    margin: 3rem 0 0 0;
    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: white;
    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: 10rem auto;
}

.case_tit {
    width: 70%;
    margin: 0 auto;
    font-size: 0;
}

.case_tit_left {
    width: 65%;
    display: inline-block;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 1s;
}

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

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

.case_tit_right {
    width: 35%;
    display: inline-block;
    transform: translateX(100%);
    opacity: 0;
    transition: all 1s;
}

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

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

.case_name>div>a {
    color: black;
}

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

.case_carousel {
    margin: 1.5rem;
}

.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::before,
ul.container>li.cards_list>a::after {
    content: "";
    background-color: rgba(14, 116, 180, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 2;
    transition: all .5s;
    opacity: 0;
}

ul.container>li.cards_list>a:hover::before {
    transform: translateX(-50%) rotate(-180deg);
    opacity: 1;
}

ul.container>li.cards_list>a:hover::after {
    transform: translateX(50%) rotate(0deg);
    opacity: 1;
}


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;
    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: 18rem
}

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;
}

.cards_list:hover .main_con {
    display: none;
}

.case_conent_desc {
    /* width: 100%; */
    /* height: 100%; */
    position: absolute;
    /* top: 0; */
    z-index: 5;
    padding: 5rem 2rem;
    display: none;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
}

.case_conent_desc>.name {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    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: 70%;
    margin: 2rem auto;
}

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

#myCarousel_hzhb>.carousel-inner>.item {
    font-size: 0;
    /* border: 1px solid; */
}

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

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

#myCarousel_hzhb>.carousel-inner>.item>.item_imgbox.cur>img {
    filter: grayscale(0%);
}

#myCarousel_hzhb>.carousel-inner>.item>.item_imgbox>img {
    width: 100%;
    /* filter: grayscale(100%); */
}

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

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


.mien {
    width: 85%;
    margin: 5rem auto;
    font-size: 0;
}

.mien_tab_carousel {
    width: 45%;
    padding: 3rem;
    display: inline-block;
    background-color: #008cd7;
    height: 40rem;
    vertical-align: top;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 2s;
}

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

.mien_tab_carousel>span {
    font-size: 1.5rem;
    color: #dddddd;
    letter-spacing: 0.1rem;
}

.mien_right {
    width: 55%;
    padding: 8rem;
    padding-left: 10rem;
    display: inline-block;
    background-color: #F3F5F4;
    height: 40rem;
    vertical-align: top;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 2s;

}

.mien_right>.mien_right_title>h1,
.mien_right>.mien_right_title>h2 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    color: black;
    text-align: left;
    font-weight: bold;

}

.mien_right>.mien_right_title>h1 {
    font-size: 2.4rem;
    line-height: 1;
}

.mien_right>.mien_right_title>h2 {
    line-height: 2;
}

/* .mien_right>.mien_right_title>h1{

} */

.mien_right_title {
    transform: translateX(100%);
    opacity: 0;
    transition: all 1s;
}


.mien_right>.mien_right_title>h2 {
    border-bottom: 1px solid #d2cccc;
}

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


.mien_right>.mien_centent_box {
    transform: translateX(100%);
    opacity: 0;
    transition: all 1s;
}

.slider {
    width: 550px;
    position: relative;
    padding-top: 4rem;
}

.slider>img {
    width: 600px;
    height: 400px;
    position: absolute;
    right: 39rem;
    bottom: -11rem;
    transition: all 1s
}

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

.slider label {
    margin: 1rem 1rem 0 0;
    border: 3px solid #999;
    float: left;
    cursor: pointer;
    transition: all 1s;
    opacity: .6
}

.slider label img {
    display: block
}



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

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

.slider>img:hover {
    transition: all .5s;
    transform: scale(1.1);
}

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

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

.news_tit {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 1s;
}

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

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

.news_conent {
    width: 80%;
    margin: 2rem auto;
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s;
}

.news_conent>ul>li>a {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    color: #555;
    filter: grayscale(100%);
}

.news_conent>ul>li:nth-of-type(1)>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_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_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;
    filter: grayscale(0%);
    font-weight: bold;
}

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

.news_box>div {
    width: calc(100%/3 - 2rem);
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0.5rem 0;
    padding: 0rem 1rem;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

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


.news_box>div img:hover {
    transition: all .5s;
    transform: scale(1.1)
}

.news_box>div>a>div {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.news_box>div>a>div>h3 {
    font-size: 1.3rem;
    color: black;
    line-height: 2rem;
}

.news_box>div:hover a div h3 {
    color: #008cd7;
    /* font-weight: 600; */
}

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

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

.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: 10rem auto 0rem;
    background: url(../image/about.png) no-repeat center center #008cd7;
    background-size: 100% 100%;
}

@media(min-width:900px) {
    .about {
        height: 650px;
    }

    .about_box_left {
        height: 650px;
    }
}


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

.about_box_left {
    width: 28%;
    padding: 3rem 1.5rem;
    background-color: rgba(14, 116, 180, 0.7);
}

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

.about_box_left>.about_item_title {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s;
}

.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: 1rem;
    line-height: 1.2rem;
    margin-bottom: 2rem;
    text-indent: 2em;
    line-height: 2;
}

.about_item {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s;
}

.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% 12% 1% 12%;
    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;
    margin-top: 0.5rem;
}

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

.contact_left {
    padding: 3.5rem;
    margin: 2rem 0rem;
}

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

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

.contact_right {
    padding: 3.5rem;
    margin: 2rem 0rem;
}

.inputbox {
    float: right;
}


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

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

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

.footer_left {
    width: 79%;
    color: #BABABA;
    vertical-align: top;
    padding: 0.5rem;
    margin: 0 auto;
}

.footer_left h1 {
    font-size: 0.5rem;
    display: inline-block;
}


.link_list {
    font-size: 0.5rem;
    display: inline-block;
}

.link_list>a {
    color: #BABABA;
    font-size: 0.5rem;
    display: inline-block;
}

.copyright {
    text-align: center;
    font-size: .8rem;
    line-height: 1.4rem;
    margin-top: 2rem;
    color: #BABABA;
}

.copyright a {
    color: #BABABA;
}

.copyright p {
    display: inline-block;
    margin: 0 0 0 2rem;
}

.footer_right {
    width: 20%;
    color: #BABABA;
    display: inline-block;
    vertical-align: top;
    padding: 3.5rem;
    margin: 2rem 0rem;
    text-align: center;
}

.footer_right img {
    width: 8rem;
}

.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%;
}


.right_message {
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 999;
}





.right_message>ul {
    width: 60px;
    display: inline-block;
    /* border: 1px solid #008cd7; */
}






.right_message>ul>li {
    width: 100%;
    height: 64px;
    /* border-bottom: 1px solid #e0e0e0; */
    position: relative;
    z-index: 150;
    margin-bottom: 3px;
    border-radius: 5%;
}








.right_message>ul>.TOP {
    border-bottom: none;
}

.right_message>ul>li>div {
    width: 100%;
    transition: all 0.5s;
}

.right_message>ul>li>div>div {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: #008cd7;
    border-radius: 10%;
    border: 1px solid #e5e5e5;
    margin-bottom: 3px;
}







.right_message>ul>li>div>div:nth-of-type(2) {
    background-color: #008cd7;
    top: 67px;
    transition: all 0.5s;
}

.right_message>ul>li>div>div:nth-of-type(2)>span {
    color: #fff;
}

/* .right_message>ul>.right_1>div>div:nth-of-type(2)>span{
    color: #363636;
} */

.right_message .right_erweima {
    padding-top: 0px !important;
}

.right_message>ul>li>div>div>img {
    margin-top: 20px;
    width: 20px;
    /* margin-bottom: 5px; */
}

.right_message>ul>li>div>div>span {
    display: block;
    font-size: .5rem;
    color: #363636;
}

.right_message>ul>li>ul {
    width: 0px;
    position: absolute;
    left: -145px;
    top: 0px;
    overflow: hidden;
    transition: all 0.5s;
}

.right_message>ul>li>ul>li {
    width: 145px;
    height: 64px;
    background-color: #008cd7;
    color: #fff;
    text-align: center;
    margin-left: 100%;
    transition: all 0.5s;
}

.right_message>ul>li>ul .qq {
    line-height: 64px;
    font-size: .5rem;
}

.right_message>ul>li>ul .qq a {
    color: #ffffff;
    font-size: .5rem;
}

.right_message>ul>li>div>div .vx {
    width: 25px;
}

.right_message>ul>li>ul .imgbox {
    height: 100%;
    font-size: .5rem;
    line-height: 30px;
}

.right_message>ul>li .vximg {
    /*margin-top: -76px;*/
}

.right_message>ul>li>ul .imgbox>img {
    width: 100%;
}

.right_message>ul>li .dh_box {
    /*margin-top: -64px;*/
}

.right_message>ul>li>ul .dh {
    text-align: left;
}

.right_message>ul>li>ul>.dh:nth-of-type(even) {
    background-color: #008cd7;
}

.right_message>ul>li>ul .dh>img {
    float: left;
}

.right_message>ul>li .dh_box>li:nth-of-type(1)>img {
    margin: 23px 13px;
}

.right_message>ul>li .dh_box>li:nth-of-type(2)>img {
    margin: 23px 16px;
}

.right_message>ul>li .dh_box>li:nth-of-type(3)>img {
    margin: 22px 12px;
}

.right_message>ul>li>ul .dh>div {
    width: 100px;
    margin: 11px 0px;
    font-size: .5rem;
}

.right_message>ul>li>ul .dh>div>span {
    overflow: hidden;
    white-space: nowrap;
}

.right_message>ul>li>div>div .yuy {
    width: 30px;
}

.right_message>ul .yuyue {
    cursor: pointer;
}

.right_message>ul>li>ul>li>div>p {
    margin-bottom: 5px;
}

.toTop {
    width: 35px;
    height: 28px;
    display: block;
    margin: 15px auto 0px;
    background: url(../new/image/icon_right/toTop2_h.png) center/100% 100%;
    z-index: 99;
    cursor: pointer;
}

.right_message>ul>.TOP>div>div {
    background-color: #008cd7;
}



#leave-Word {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 500;
    transform: scale(0);
    transition: all 0.6s;
    z-index: 9999;
}

#leave-Word>div {
    width: 500px;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 40%;
    left: 65%;
    margin: -250px 0 0 -450px;
}

.top {
    width: 100%;
    padding: 8px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    border-radius: 15px 15px 0px 0px;
    background-color: #008cd7;
}

.closex {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 0px;
    font-size: 20px;
    background: none;
    color: #fff;
    border: none;
}

.closex>img {
    width: 100%;
}

.bottom {
    width: 100%;
    background-color: #ffffff;
}

.bottom>p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    color: #363636;
}

.bottom>p>span {
    color: #008cd7;
}

.box1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    border-radius: 15px;
}

.box1 h1 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-indent: 1.8em;
    /* padding: 10px 0; */
    margin: 0;
}

.box1 h2 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-indent: .5em;
    font-size: 12px;
    margin: 0;
}

.liuyan1>div {
    position: relative;
    height: 45px;
}

.box1 input[type="text"] {
    position: relative;
    border: 0;
    background: transparent;
    display: block;
    margin: 24px auto;
    /* text-align: center; */
    text-indent: 2em;
    border-bottom: 2px solid #008cd7;
    padding: 18px 6px 10px;
    width: 300px;
    outline: none;
    color: #2e2e2e;
    /* border-radius: 20px; */
    transition: 0.25s;
    z-index: 5;
    /* height: 61px; */
}

.liuyan1_lab {
    position: absolute;
    left: 25%;
    top: 48%;
    padding: 0 8px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #aaaaaa;
    background: #fff;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.box1 input[type="text"]:focus {
    width: 380px;
    border-radius: 5px;
    border: 2px solid #008cd7;
    height: 49px;
}

.box1 input[type="text"]:focus+.liuyan1_lab {
    top: -16%;
    left: 20%;
    background-color: #fff;
    z-index: 5;
}

.box1 button[type="button"] {
    border: 0;
    display: block;
    margin: 40px auto;
    text-align: center;
    /* border: 2px solid #008cd7; */
    padding: 10px 50px;
    outline: none;
    background: #7e7e7e;
    color: #fff;
    border-radius: 5px;
    transition: 0.25s;
    cursor: pointer;
}

.box1 button[type="button"]:hover {
    transform: scale3d(.9, .9, 1);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
    transition-timing-function: cubic-bezier(.75, 0, .125, 1);
}

#box2 {
    width: 650px;
    height: 500px;
    margin: 10px auto;
    position: absolute;
    left: 5%;
    top: 20%;
    zoom: 0.7;
    z-index: -1;
    opacity: -1;
    background: #fff;
    box-shadow: 0 8px 8px rgba(128, 128, 128, 0.5);
}

#content {
    width: 650px;
    height: 350px;
    position: relative;
    background-image: url("../img/t5.png");
    background-size: 650px 350px;
}

#shadow {
    height: 40px;
    width: 40px;
    position: absolute;
    background-color: aliceblue;
    left: 350px;
    top: 50px;
}

#block {
    height: 40px;
    width: 80px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 355px;
    background-color: #008cd7;
    /* background-image:url("../img/t5.png");
		background-size: 650px 350px; */
}

#tip {
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50px;
    background: url("../img/t5.png") no-repeat -350px -50px;
    background-size: 650px 350px;
}


/* .product_type_box div,
.product_type_box .product_item {
    height: 100%;
} */


.logozi a {
    font-size: 1.3rem;
}

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

@media(max-width:1400px) {
    .character1 h3 {
        font-size: 38px
    }

    .product_type>div {
        width: calc(100%/3 - 8rem);
        display: inline-block;
        /* float: left; */
        margin: 0 1rem;
        padding: 1rem;
        position: relative;
        height: 13rem;

    }

    /* .product_item{
        margin: 0 0 0 1rem;
    } */

    .character1_bottom>span {
        font-size: 2rem;
    }

    .case_tit_left {
        width: 60%;
    }

    .case_tit_right {
        width: 40%;
    }

    .footer_right {
        padding: 2rem
    }

    .character_icon_box {
        margin: 4rem auto;
    }

    .contact_left {
        padding: 3.5rem 3.5rem 3.5rem 1rem;
    }

    .noopsyche_conent_left>div {
        font-size: 1.5rem;
    }

    .logozi a {
        font-size: 1rem;
    }

}