﻿/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td,
.col-md-4,
.col-md-12,
.col-xs-12 {
    margin: 0;
    padding: 0;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{width: 100%;height: 57.5rem;}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
    font: 12px/1 Helvetica Neue, Helvetica, Arial, sans-serif;
}

html,
body {
    overflow-x: hidden;
    padding: 1px 0;
}

button {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

* {
    transition: background-color 0.5s, color 0.5s, border 0.5s;

}

h1 {
    font-size: 18px;
    /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

small {
    font-size: 12px;
}


ul,
ol {
    list-style: none;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

abbr[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}


legend {
    color: #000;
}

fieldset,
img {
    border: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    outline: none;
}


hr {
    border: none;
    height: 1px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*清除浮动*/
.clear {
    clear: both
}



.greet {
    background-color: #f4f4f4;
    height: 100%;
    border-bottom: 1px solid #e1e1e1;
}

.greet .fl,
.greet .fr {
    color: #363636;
    font-size: 1.3rem;
    padding: 8px 0px;
}

.greet .fl img {
    width: auto;
    height: auto;
    float: left;
    display: block;
}

.greet .fl span {
    float: left;
    display: block;
    margin: 4px 7px 4px;
}

.greet .fr img {
    display: block;
    float: left;
}

.greet .fr a {
    font-size: inherit;
    color: inherit;
    display: block;
    float: left;
    margin: 4px 7px 4px;
}

header>.container {
    width: 70%;
    margin: 0 auto;
}

.logo {
    height: auto;
    color: #363636;
    /* padding: 15px 0px; */
}

.logo>img {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
}

.logo>span {
    float: left;
    padding-right: 20px;
    margin: 36px 20px 36px 0px;
    line-height: 45px;
    border-right: 2px solid #363636;
    font-size: 4rem;
}

.logo>div {
    color: #363636;
    margin: 20px 0px;
}

.logo>div>p {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #008FD8;
}

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

.logo_r {
    padding: 10px;
    /*margin: 5px;*/
    float: right;
}

.logo_r img {
    float: left;
    width: auto;
    height: auto;
    margin-right: 20px;
    margin-left: 60px;
}

.logo_r>div {}

.logo_r>div>p {
    color: #4b4b4b;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.logo_r>div>span {
    color: #008FD8;
    font-size: 2.4rem;
    font-weight: bold;
}

.luanage {
    /*margin-top: 10px;*/
}

.luanage>span {
    font-size: 1.6rem;
    color: #C8C8C8;
    padding: 0.5rem;
    border-left: 1.5px solid #008FD8;
    cursor: pointer;
}

.luanage>span.active {
    color: #008FD8;
}

.luanage>span:nth-of-type(2) {
    border-right: 1.5px solid #008FD8;
}


.top_nav {
    background-color: #008FD8;
    /* height: 58px; */
}

.top_nav.active {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 143, 216, 0.7);
    z-index: 100;
    width: 100%;
}

.top_nav ul {
    text-align: center;
}

.top_nav ul>li {
    width: calc(100%/8 - 5px);
    /*/float: left;*/
    position: relative;
    display: inline-block;
}

.top_nav ul>li.active>.qwer,
.top_nav ul>li>a:hover+.qwer {
    display: block;
}

.qwer {
    position: absolute;
    bottom: 0;
    width: 20%;
    left: 40%;
    height: 0.3rem;
    background-color: #fff;
    display: none;
}

.top_nav ul>li>a {
    display: block;
    color: #ffffff;
    font-size: 1.6rem;
    padding: 20px 0px;
    margin: 0 22%
}


.menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 10px;
    margin: 0;
}

.menu .menu_font {
    margin-top: 6px;
    font-size: 14px;
    text-align: center;
    color: #008FD8;
}

.menu {
    cursor: pointer;
    z-index: 5;
}

#menu_toggle1 {
    display: none;
}

.menu span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-color: #008FD8;
    border-radius: 2px;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
    margin-top: -2px
}

.menu span:after,
.menu span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    border-radius: 2px;
    background-color: #008FD8;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menu span:before {
    top: -6px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menu span:after {
    bottom: -6px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menu.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.menu.active span:after,
.menu.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.menu.active span:before {
    top: 0;
    background: #008FD8;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu.active span:after {
    bottom: 0;
    background: #008FD8;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.menubox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    display: none;
    overflow-y: auto;
}

.menus-list {
    position: relative;
    margin: auto;
    margin-top: 16%;
    width: 90%;
    margin-bottom: 88px;
}

.menus-list li {
    position: relative;
}

.menus-list li:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: ReturnToNormal;
    animation-name: ReturnToNormal;
    border-bottom: 1px solid #e5e5e5;
}

.menus-list li:last-child {
    border-bottom: none;
}

.menus-list li a {
    display: block;
    line-height: 80px;
    color: #323232;
    font-size: 26px;
    text-align: center;
}

.banner1 {
    max-width: 1920px;
    max-padding-top: 600px;
}

.banner1 .swiper-slide>div {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner1 .swiper-pagination-bullet {
    width: auto;
    height: auto;
    padding: 4px;
    border: 1px solid #008FD8;
    border-color: rgba(190, 17, 27, 0);
    background: none;
    opacity: 1;
}

.banner1 .swiper-pagination-bullet-active {
    border: 1px solid #008FD8;
}

.banner1 .swiper-pagination-bullet>i {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #008FD8;
    border-radius: 50%;
}

.banner1 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}

.booking {
    width: 100%;
    position: relative;
}

.booking::before {
    content: "";
    width: 55%;
    height: 100%;
    background-color: #008FD8;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.booking::after {
    content: "";
    width: 45%;
    height: 100%;
    background-color: #dddddd;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.booking .fl {
    width: 55%;
    position: relative;
    color: #fff;
    z-index: 2;
}

.booking .fl>span {
    display: block;
    float: left;
}

.booking .fl>span:nth-of-type(1) {
    font-size: 3rem;
    margin: 18px 0px;
    margin-right: 10px;
}

.booking .fl>span:nth-of-type(2) {
    font-size: 1.5rem;
    margin: 25px 0px;
}

.booking .fr {
    position: relative;
    z-index: 2;
    width: 45%;
    line-height: 66px;
    text-align: center;
    font-size: 2rem;
    color: #363637;
}

.booking .fr>img {
    margin-right: 5px;
    margin-top: -5px;
}

.booking .fr>span {}

.tit {
    width: 100%;
    text-align: center;
    margin: 80px 0px 60px;
}

.tit {
    width: 100%;
}

.tit a {
    width: 100%;
    color: #363636;
    font-size: 2.6rem;
}

.tit>span {
    display: block;
    width: 100%;
    color: #008FD8;
    font-size: 1.3rem;
    margin: 10px 0px;
}

.tit>img {
    width: 85%;
    position: relative;
    bottom: 1rem;
}

/* 应用领域 */
.yyly {
    border: 1px solid #ccc;
    width: calc(100%/4 - 16px);
    /* height: 300px; */
    margin: 8px;
    opacity: .9;
    padding: 0;
}

.yyly_box {
    width: 100%;
    height: 100%;
    transform: translate(5px, 5px);
    border: 1px solid #ccc;
    opacity: 1;
    position: relative;
}

.yyly_box img {
    /*width: 35%;*/
    margin: 0 auto;
}


.yyly_box>p {
    display: block;
    width: 100%;
    margin: 1.5rem 0px 2rem;
    font-size: 2rem;
    text-align: center;
    color: #626262;
}

.yyly_box>div.line {
    width: 4rem;
    margin: 1.5rem auto;
    border-bottom: 3px solid #535353;
    height: 0;
}

.yyly_box>span {
    display: block;
    width: 100%;
    line-height: 25px;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.5em;
}

.yyly_box:hover .yyly_g {
    background: #008FD8;
}

.yyly_box:hover>p,
.yyly_box:hover>span {
    color: #008FD8;
}

.yyly_box:hover>div.line {
    border-color: #008FD8;
}

.yyly_g {
    padding: 5%;
    width: 100%;
    /*height: 15rem;*/
}


.yyly_center {
    background-color: #fbfbfb;
}

#ProTab {
    border: none;
    display: flex;
    justify-content: center;
}

#ProTab>li {
    
background-color: #008FD8;
    color: #FFF;
    margin: .5rem;
    width: calc(100%/5 - 1rem);
    font-size: 1.5rem;
    border-radius: 4rem;
    position: relative;
    text-align: center;
}

#ProTab>li>a {
line-height: 2rem;
    padding: 1rem 5rem;
    /*
    height: 6.8rem;
    line-height: 2.5rem;
 */
}



#ProTab>li:nth-of-type(5)>a {
    line-height: 4rem;
}

#ProTab>li .corner {
    display: none;
    width: 0px;
    /*  宽高设置为0，很重要，否则达不到效果 */
    height: 0px;
    border: 1.2rem solid #008FD8;
    border-bottom-color: transparent;
    /* 设置透明背景色 */
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: 100%;
    left: 43.5%;
}

#ProTab>li.active .corner {
    display: block;
}

#myTabContent {
    padding: 0;
}

.use {
    font-size: 0px;
    width: 100%;
    margin-bottom: 50px;
}

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

.use .use_left img {
    vertical-align: top;
}

.use .use_left>div {
    font-size: 0px;
}

.use .use_left>div div {
    display: inline-block;
}

.use .box {
    position: relative;
    overflow: hidden;
}

.use .box::before,
.use .box::after {
    content: "";
    background-color: rgba(4, 79, 160, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
    transition: all .5s;
    opacity: 0;
}

.use .box::before {
    left: 0px;
    transform: translateX(-100%) rotate(0deg);
}

.use .box::after {
    right: 0px;
    transform: translateX(100%) rotate(180deg);
}

.use .box:hover::before {
    transform: translateX(-50%) rotate(-180deg);
    opacity: 1;
}

.use .box:hover::after {
    transform: translateX(50%) rotate(0deg);
    opacity: 1;
}

.use .box>img,
.use .box1>img {
    width: 100%;
}

.use .box>div {
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ffffff;
    z-index: 2;
    opacity: 0;
    transition: all 1s;
}

.use .box:hover>div {
    opacity: 1;
}

.use .box>div>p {
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2.6rem;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.use .box p>img {
    margin-right: 10px;
margin-bottom: 10px;
}

.use .use_left div.box {
    width: calc(100%/4 - 5%);
    padding: 10px;
    margin: 10px;
    margin-top: 20px;
    vertical-align: top;
    border: 1px solid #ccc;
    float: left;
}

.use .use_left div.box1 {
    width: 30%;
    margin: 10px;
    margin-top: 20px;
    position: relative;
    float: left;
    vertical-align: top;
}

.use .use_left .pro_tit {
    background-color: #BEBEBE;
    width: 100%;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 5rem;
}

.pro_box1 {
    position: relative;
}

.use .use_left {
    position: relative;
}

.pro_hotline {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    background-color: #008FD8;
    width: 30%;
    font-size: 12px;
    padding: 1rem;
    padding-top: 1.5rem;
    color: #fff;
}

.pro_hotline>img {
    float: left;
    width: 18%;
    vertical-align: middle;
}

.pro_hotline>.fl {
    margin-left: 3rem;
    vertical-align: middle;
}

.pro_hotline>.fl>p {
    font-size: 1.6rem;
    margin: 1rem auto;
    text-align: left;
}

.pro_hotline>.fl>span {
    font-size: 1.9rem;
}

.nav-tabs>li>a {
    color: #fff;
    border: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #FFF;
    background: none;
    border: none;
}

.product {
    width: 100%;
    padding: 0px 2%;
    position: relative;

}

.product>div {
    width: 100%;
    border: 1px solid #dedede;
    background-color: #fff;
    padding: 2%;
    position: relative;
}

.product>a {
    display: block;
    margin: 16px 0px;
    font-size: 2rem;
    color: #363636;
    text-align: center;
}

.product>a:hover {
    color: #008FD8;
}

.product>div>a {
    width: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid #008FD8;
}

.product>div>div {
    width: 106px;
    height: 106px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-color: rgba(0, 0, 0, 0) #008FD8 #008FD8 rgba(0, 0, 0, 0);
    border-width: 53px 53px 53px 53px;
    border-style: solid;
    z-index: 2;
    font-size: 4rem;
    color: #fff;
}

.product>div>div>a {
    display: block;
    color: inherit;
    margin-top: 3px;
    margin-left: 8px;
}

.product>div>a .product_banner1 img {
    width: 100%;
}

.product_banner1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

.product_banner1 .swiper-pagination-bullet-active {
    background-color: #008FD8;
}

.product.product2>div>div {
    width: 80px;
    height: 80px;
    border-width: 40px 40px 40px 40px;
    font-size: 4rem;
}

.product3 {
    color: #363636;
    position: relative;
    margin-top: 80px;
}

.product3 p {
    font-size: 3rem;
    margin-bottom: 10px;
}

.product3 p:nth-of-type(1) {
    font-size: 2.5rem;
}

.product3 a {
    display: block;
    border: 1px solid #dadada;
    padding: 10px 0px;
    font-size: 1.5rem;
    color: #5c5c5c;
    text-align: center;
}

.product3 a:hover {
    color: #008FD8;
    border-color: #008FD8;
}

.product3 img {
    width: 60%;
    float: right;
}

.product3::before {
    content: "";
    width: 100%;
    height: 28%;
    background-color: #eaebef;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.product3 .fl {
    margin: 84px 0px;
}

.product_banner2 {
    margin: 80px 0px;
}

.product_banner2 .swiper-wrapper>div:nth-of-type(odd) {
    padding-left: 10%;
}

.product_banner2 .swiper-wrapper>div:nth-of-type(even) {
    padding-right: 10%;
}


.product_banner2 .swiper-slide a {
    display: block;
    color: #363636;
    text-align: center;
    font-size: 2rem;
}

.product_banner2 .swiper-slide img {
    width: 100%;
    border: 1px solid #008FD8;
    margin-bottom: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 31px;
    height: 23px;
    background-size: 100%;
}

.swiper-button-next {
    background-image: url("../image/you.png");
}

.swiper-button-next:hover {
    background-image: url("../image/you_h.png");
}

.swiper-button-prev {
    background-image: url("../image/zuo.png");
}

.swiper-button-prev:hover {
    background-image: url("../image/zuo_h.png");
}

.Product_features3 {
    width: 100%;
    background-image: url("../image/fuwu_bg.png");
    background-repeat: round;
    padding: 15rem 0rem;
    position: relative;
}

.Product_features3>.container {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}

.xinjifuwu {
    width: calc(100%/3);
    position: absolute;
    left: -4rem;
    top: -10rem;
    color: #fff;
}

.xinjifuwu>p {
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.xinjifuwu>span {
    font-size: 1.8rem;
    line-height: 3rem;
}

.tit.tit2 a,
.tit.tit2>span {
    color: #fff;
}

.features {
    width: 100%;
    height: 23.1rem;
    margin: 0px auto;
    background-color: rgba(72, 72, 72, 0.4);
    color: #f4f4f4;
    padding: 4rem 3.5rem;
    border: .5px solid #D2D8DB;
    position: relative;
}

.jiao_top_left {
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 4px solid #fff;
    width: 2.5rem;
}

.jiao_top_right {
    position: absolute;
    top: -2px;
    right: -2px;
    border-top: 4px solid #fff;
    width: 2.5rem;
}

.jiao_left_top {
    position: absolute;
    top: -2px;
    left: -2px;
    border-left: 4px solid #fff;
    height: 2.5rem;
}

.jiao_right_top {
    position: absolute;
    top: -2px;
    right: -2px;
    border-left: 4px solid #fff;
    height: 2.5rem;
}

.jiao_bottom_left {
    position: absolute;
    bottom: -2px;
    left: -2px;
    border-top: 4px solid #fff;
    width: 2.5rem;
}

.jiao_left_bottom {
    position: absolute;
    bottom: -2px;
    left: -2px;
    border-left: 4px solid #fff;
    height: 2.5rem;
}

.jiao_bottom_right {
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-top: 4px solid #fff;
    width: 2.5rem;
}

.jiao_right_bottom {
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-left: 4px solid #fff;
    height: 2.5rem;
}
.features1{
width: 33.3333333%;
    display: inline-block;
    vertical-align: middle;
    float: left;
}
.features_box {
    margin-left: 33.33333333%;
}

.features:hover {
    border-color: transparent;
    background-color: #008FD8;
    transform: scale(1.08);
    transition: all 0.3s;
    z-index: 5;
    border-radius: 2rem;
}

.features .tit_box {
    width: 22%;
    border-bottom: 1px solid #fff;
    display: inline-block;
    vertical-align: middle;
}

.features .tit_box1 {
    width: 76%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 2rem;
}

.features .tit_box1 p {
    font-size: 2.4rem;
    line-height: 3rem;
}

.features .tit_box>img {
    width: 100%;
    margin-bottom: 1rem;
}

.features_box1>.features {
    padding: 5rem;
}

.features_box1>.features>.tit_box {
    width: 100%;
    border-bottom: none;
}

.features_box1>.features>.tit_box>img {
    width: 100%;
}

.features>p {
    display: block;
    width: 100%;
    margin: 20px 0px;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
}

.features>span {
    display: block;
    width: 100%;
    margin: 30px 0px 0px;
    line-height: 25px;
    font-size: 1.6rem;
    text-align: left;
    color: #fff;
}

.features>img {
    width: 100%;
}

.Aboutus {
    background-color: #f8f8f8;
}

.about_com {
    background: url('../image/about_combg.png') no-repeat top center;
    height: 100rem;
    position: relative;
    padding: 0% 10%;
}

.about_com>p {
    font-size: 8rem;
    font-weight: 600;
    text-align: center;
    margin: 6rem auto;
    /*color: #008FD8;*/
    color: #fff;
}

.about_com>img {
    width: 4rem;
    margin: 10rem auto;
    display: block;
}

.about_box,
.about_box1 {
    width: 50%;
    vertical-align: top;
}

.about_box {
height: 39rem;
    background-color: #008FD8;
    color: #fff;
}

.about_box1 {}

.Aboutus .intro {
    padding: 4rem;
}

.Aboutus .intro>p {
    text-align: left;
    font-size: 4rem;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.Aboutus .intro>span {
    color: #fff;
    font-size: 1.8rem;
    text-indent: 2em;
    text-align: left;
    display: block;
    width: 100%;
    line-height: 30px;
}

a.ckxq {
    width: 150px;
    height: 40px;
    border: 2px solid #FFF;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    margin: 30px 0px;
    margin-left: 30px;
}

.Aboutus .intro_img {
    overflow: hidden;
}

.Aboutus .intro_img>img {
    width: 100%;
    transition: all 0.5s;
}

.Aboutus .intro_img>img:hover {
    transform: scale(1.05);
}

.slider1 {
    width: 100%;
    position: relative;
    padding-top: 38.5rem;
}

.v_box {
    position: absolute;
    top: 45%;
    left: 45%;
    cursor: pointer;
}

.v_box>img {
    opacity: 0;
}

.slider1 input[name=slide_switch]:checked+label+img+.v_box>img {
    opacity: 1;
}

.slider1>img {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s
}

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

.slider1 label {
    margin: 3rem 3rem 0 0;
    border: 3px solid #999;
    float: left;
    cursor: pointer;
    transition: all 1s;
    opacity: .6;
    position: absolute;
    left: -100%;
}

.slider1 label .v_box1 {
    position: absolute;
    top: 35%;
    left: 38%;
}

.slider1 label img {
    display: block
}

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

.slider1 input[name=slide_switch]~img {
    width: 100%;
    height: 39rem;
    opacity: 0;
    transform: scale(1)
}

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

.hzhb {
    width: 80%;
    margin: 0 auto;
}

.hzhb_box {
    margin-bottom: 5rem;
}

.hzhb_box>div {
width: calc(16.66666667% - 2rem);
    padding: 0;
    margin: .9rem;
    border: 1px solid #C3C2C2;
}

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

.advantages_left {
    width: 100%;
}

.advantages_left>div {
    margin-bottom: 80px;
}

.advantages_left p {
    font-size: 2rem;
    color: #363636;
    margin-bottom: 25px;
    text-align: right;
}

.advantages_left span {
    font-size: 1.5rem;
    color: #292928;
    line-height: 25px;
}

.advantages_icon {
    width: 100%;
    max-width: 312px;
    height: 311px;
    background-image: url("../image/advantages_bg.png");
    background-size: 100% 100%;
    margin: 0px auto;
}

.advantages_icon>div {
    width: 50%;
    height: calc(311px/2);
    text-align: center;
    float: left;
}

.advantages_icon>div>img {
    width: 46px;
    margin-bottom: 10px;
    margin-top: 40px;
    transition: all 0.5s;
}

.advantages_icon>div>img:hover {
    transform: translate(0px, -5px);
    ;
}

.advantages_icon>div>p {
    color: #fff;
    font-size: 1.4rem;
}

.advantages_left.advantages_right p {
    text-align: left;
}

.advantages_phone {
    font-size: 2.4rem;
    color: #008FD8;
    text-align: center;
    margin-bottom: 80px;
}

.advantages_phone>span {
    padding: 20px 50px;
    border: 1px solid #c3c3c3;
    border-radius: 50px;
    line-height: 69px;
}

.video {
    width: 100%;
    background-color: #f8f8f8;
    padding-bottom: 65px;
}

.video .video_banner .swiper-slide:nth-of-type(odd) {
    padding-left: 5%;
}

.video .video_banner .swiper-slide:nth-of-type(even) {
    padding-right: 5%;
}

.video .video_banner .swiper-slide>div {
    width: 100%;
    background-color: #fff;
    padding: 0px 5%;
}

.video .video_banner .swiper-slide>div>a:nth-of-type(1) {
    width: 100%;
    display: block;
    line-height: 60px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.video .video_banner .swiper-slide>div>a:nth-of-type(2) {
    display: block;
    position: relative;
}

.video .video_banner .swiper-slide span:nth-of-type(1) {
    float: left;
    color: #363636;
    font-size: 1.6rem;
    display: block;
    float: left;
    width: 80%;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.video .video_banner .swiper-slide span:nth-of-type(2) {
    float: right;
    font-size: 1rem;
    padding-right: 25px;
    color: #999999;
    display: block;
    width: 11%;
    text-align: right;
}

.video .video_banner .swiper-slide .active {
    animation: span_r 1s infinite;
    -moz-animation: span_r 1s infinite;
    /* Firefox */
    -webkit-animation: span_r 1s infinite;
    /* Safari 和 Chrome */
    -o-animation: span_r 1s infinite;
    /* Opera */
    display: block;
    float: right;
    margin-right: -14px;
}

@keyframes span_r {
    from {
        margin-right: -14px;
    }

    to {
        margin-right: -25px;
    }
}

@-moz-keyframes span_r

/* Firefox */
    {
    from {
        margin-right: 0px;
    }

    to {
        margin-right: -25px;
    }
}

@-webkit-keyframes span_r

/* Safari 和 Chrome */
    {
    from {
        margin-right: 0px;
    }

    to {
        margin-right: -25px;
    }
}

@-o-keyframes span_r

/* Opera */
    {
    from {
        margin-right: 0px;
    }

    to {
        margin-right: -25px;
    }
}

.video .video_banner .swiper-slide>div>a:nth-of-type(2)>img {
    width: 100%;
}

.video .video_banner .swiper-slide>div>a:nth-of-type(2)>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(72, 72, 72, 0.62);
    opacity: 0;
    transition: all 0.5s;
}

.video .video_banner .swiper-slide>div>a:nth-of-type(2)>div:hover {
    opacity: 1;
}

.video .video_banner .swiper-slide>div>a:nth-of-type(2)>div>img {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -29px;
    margin-left: -29px;
}

.gg {
    width: 100%;
    margin: 65px 0px;
    position: relative;
}

.gg>img {
    width: 100%;
}

.gg>div {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.gg .text_fl {
    color: #fff;
    float: left;
    margin-left: 61px;
    margin-top: 21px;
}

.gg .text_fl strong {
    font-size: 10rem;
    vertical-align: middle;
    display: block;
    float: left;
    line-height: 30px;
    margin-top: 35px;
}

.gg .text_fl span:nth-of-type(1) {
    font-size: 3.8rem;
    font-weight: 500;
    margin-top: 26px;
    margin-left: 8px;
    display: block;
    float: left;
}

.gg .text_fl span:nth-of-type(2) {
    font-size: 4.3rem;
    font-family: serif;
    font-weight: bold;
    display: block;
    float: left;
    margin-top: 26px;
    margin-left: 5px;
}

.gg .text_fl p {
    font-size: 2.1rem;
    color: #fff;
    letter-spacing: 1px;
    display: block;
    padding-left: 25px;
    margin-top: 13px;
}

.gg .text_fl>div:nth-of-type(3) strong {
    float: right;
}

.consult_a {
    float: left;
    margin-left: 107px;
    padding-top: 87px;
}

.consult_a>a {
    padding: 8px;
    font-size: 1.6rem;
    color: #ffffff;
    background-color: #363636;
    display: block;
    width: 85px;
    letter-spacing: 1px;
}

.phone_fr {
    float: right;
    width: 342px;
    text-align: center;
    padding-top: 67px;
}

.phone_fr>p {
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.phone_fr>span {
    font-size: 3rem;
    letter-spacing: 1px;
    color: #fff;
}

.news {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.news>div.row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.news_box {
    width: 100%;
    /* height: 500px; */
    background: url("../image/news_bg.png") no-repeat top center;
    color: #fff;
    position: relative;
}

.news_box>p {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin: 4rem auto 3rem;
}

#NewsTab {
    border: none;
    width: 20rem;
    margin: 0 auto;
}

#NewsTab>li {
    width: 10rem;
    border: 1px solid #008FD8;
}

#NewsTab>li.active {
    background-color: #008FD8;
}

#NewsTab>li>a {
    font-size: 1.6rem;
}

#NewsContent {
    width: 100%;
    margin: 2rem auto 6rem;
}

.news_conent {
    width: calc(100%/2 - 7%);
    /* margin: 1%; */
    margin-left: 5%;
    margin-top: 4%;
    display: inline-block;
    position: relative;
}

.conentleft {
    padding: 0;
}

.conentleft>img {
    width: 100%;
}

.conentright {
    background-color: #E3E4E6;
    padding: 0;
    position: absolute;
    height: 100% !important;
    right: 0;
}

.nr {
    background-color: #fff;
    position: absolute;
    padding: 5%;
    width: calc(100% + 18%);
    right: 0%;
    bottom: 10%;
}
.nr:hover{
background-color: #008FD8;

}
.nr:hover>p,.nr:hover>span,.nr:hover .look,
.nr:hover .time  {
    color: #FFF;
}
.nr>p {
    text-align: left;
    font-size: 1.6rem;
    color: black;
    margin-top: 5%;
    margin-bottom: 2%;
}

.nr>span {
    text-align: left;
    font-size: 1.4rem;
    color: #949494;
    line-height: 2rem;
    display: block;
}


.look,
.time {
width: 35%;
    display: inline-block;
    margin-left: 2%;
    color: #b3b3b3;
text-align: right;
}

.look {
    margin-left: 18%;
}
.news-bot{
    display:flex;
    margin-top: 20px;
}

.newsmore {
display: inline-block;
    color: #fff;
    background-color: #008FD8;
    line-height: 30px;height: 30px;
    width: 90px;
    text-align: center;
}
.news-bot-ri{
    flex: 1;
    line-height: 30px;
}


.article_box {
    width: 80%;
    float: left;
    padding-left: 3%;
}

.article_box:nth-of-type(3) {
    display: none;
}

.article_box .article_list {
    padding-bottom: 10px;
    border-bottom: 1px dotted #b0b0b0;
    margin-bottom: 20px;
}

.article_box .time {
    width: 70px;
    text-align: center;
    color: #363636;
    padding-top: 20px;
    margin-right: 3%;
    float: left;
    transition: all 0s;
}

.article_box .time>p {
    font-size: 3rem;
    margin-bottom: 5px;
}

.article_box .time>span {
    font-size: 1.6rem;
}

.article_details {
    padding-top: 10px;
    float: left;
    width: 88%;
}

.article_details>a {
    font-size: 1.6rem;
    color: #363636;
    display: block;
    margin-bottom: 10px;
}

.article_details>span {
    font-size: 1.6rem;
    color: #919090;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.link_box {
    width: 100%;
    background-color: #313131;
    padding: 10px 0px;
    margin-top: 10px;
}

.link_box .fl {
    width: 10%;
    color: #fff;
    font-size: 1.6rem;
}

.link_box .fl>p {
    margin-bottom: 5px;
}

.link_box .fl>i {
    display: block;
    float: left;
}

.link_box .fl>i:nth-of-type(1) {
    width: 25px;
    height: 3px;
    background-color: #008FD8;
}

.link_box .fl>i:nth-of-type(2) {
    width: 40px;
    height: 1px;
    margin-top: 1px;
    background-color: #bfbfbf;
}

.link_box .fr {
    width: 90%;
}

.link_box .fr>a {
    font-size: 1.4rem;
    line-height: 24px;
    color: #FFF;
    margin-right: 10px;
}

.foot_message {
    width: 100%;
    background-color: #313131;
    padding-top: 30px;
}

.foot_message>div.container,
.foot_message div.row {
    width: 100%;
    padding: 0;
    margin: 0;
}

.foot_nav {
    width: 55%;
    float: left;
}

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

.foot_nav>ul>div>li {
    width: calc(100%/5);
    float: left;
    padding: 0px 2%;
}

.foot_nav>ul>div {}

.foot_nav>ul>div>li>a {
    color: #ffffff;
    font-size: 1.6rem;
    display: block;
    margin: 10px 0px;
    padding-left: 5px;
}

.foot_nav>ul>div>li>i {
    display: block;
    float: left;
}

.foot_nav>ul>div>li>i:nth-of-type(1) {
    width: 25%;
    height: 3px;
    background-color: #008FD8;
}

.foot_nav>ul>div>li>i:nth-of-type(2) {
    width: 75%;
    height: 1px;
    margin-top: 1px;
    background-color: #bfbfbf;
}

.foot_nav>ul>div>li>ul {
    margin-top: 15px;
}

.foot_nav>ul>div>li>ul>li {
    width: 100%;
    padding-left: 5px;
    margin-bottom: 10px;
}

.foot_nav>ul>div>li>ul>li>a {
    color: #a1a1a1;
    font-size: 1.4rem;
}

.foot_nav>ul>div>li a:hover {
    color: #fff;
}

.footer_items {
    padding: 0;
    margin: 0;
    border-right: 1px solid #fff;
    height: 300px;
    padding-top: 5rem;
    position: relative;
}

.footer_items:nth-of-type(3) {
    border-right: none;
}

.footer_items:nth-of-type(1) {
    padding: 5rem;
}

.footer_items:nth-of-type(1)>p {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    margin-top: 2rem;
    text-align: center;
}

.toTop1 {
    position: absolute;
    top: -15%;
    left: 45%;
    cursor: pointer;
}

.toTop1>img {
    width: 5rem;
}

.foot_logo {
    text-align: center;
}

.foot_logo>img {
    width: 60%;
}

.footer_items .img {
    text-align: center;
    padding-left: 10%;
}

.footer_items .img>img {
    width: 15rem;
    border: 1px solid #fff;
    padding: 1rem;
}

.footer_items .img>p {
    font-size: 1.4rem;
    color: #a1a1a1;
    margin-top: 10px;
    display: block;
}

.footer_items .message {
    padding-left: 10%;
}

.footer_items .message>ul {
    width: 100%;
    display: inline-block;
}

.footer_items .message>ul>li {
    line-height: 30px;
    color: #fff;
   /* display: inline-block;width: 49%;*/
font-size: 1.6rem;
    margin-bottom: 1rem;
}

.copyright {
    width: 100%;
    background-color: #191919;
    margin-top: 5px;
    clear: both;
}

.copyright_fl,
.copyright_fr {
    width: 100%;
    color: #a1a1a1;
    font-size: 1.4rem;
    padding: 10px 0px;

}

.copyright_fr {
    text-align: right;
}

.copyright_fr>a {
    color: #a1a1a1;
    margin-right: 20px;
}

.copyright_fr>a:hover {
    color: #fff;
}


}

@media (max-width: 992px) {
    .banner1 .swiper-slide>div {
        background-size: 100%;
        padding-top: 31%;
        height: auto;
    }

    .swiper-pagination {
        display: none;
    }

    .tit {
        margin: 35px 0px 40px;
    }

    #menu_toggle1 {
        display: block;
    }

    .menubox {
        display: none
    }

    .logo>img {
        width: 30%;
    }

    .logo_box {
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100;
        background-color: rgba(250, 250, 250, 0.8);
    }

    .Product_features3 {
        background-size: 100% 100%;
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .features {
        margin-bottom: 20px;
    }

    .Aboutus .intro>p {
        text-align: center;
    }

    .advantages_left p {
        text-align: left;
    }

    .advantages_icon {
        margin-bottom: 80px;
    }

    .advantages_phone {
        font-size: 1.5rem;
    }

    .product_banner2 {
        padding: 0px 2%;
    }

    .video_banner {
        padding: 0px 5%;
    }

    .video .video_banner .swiper-slide {
        padding: 0px !important;
        /*margin: 0px calc(15px/2) !important;*/
    }

    .video .video_banner .swiper-button-next,
    .video .video_banner .swiper-button-prev {
        display: none;
    }

    .video .video_banner .swiper-slide span:nth-of-type(1) {
        width: 100%;
        padding-left: 0px;
    }

    .video .video_banner .swiper-slide span:nth-of-type(2) {
        display: none;
    }

    .news_box,
    .article_box {
        width: 100%;
        height: auto;
    }

    .article_details {
        width: 70%;
    }

    .foot_nav {
        width: 100%;
    }

    .foot_nav>ul>div>li {
        width: calc(100%/3);
    }

    .foot_nav>ul>div {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .footer_items {
        width: 100%;
    }

    .copyright_fr>a {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .link_box .fl {
        margin: 10px 0px 20px;
    }

    .link_box .fl,
    .link_box .fr {
        width: 100%;
    }

    .product_banner2 .swiper-button-next,
    .product_banner2 .swiper-button-prev {
        display: none;
    }

    .product_banner2 .swiper-wrapper>div {
        padding: 0px !important;
    }

    .Product_center {
        padding-bottom: 10px;
    }

    .product_banner2 {
        margin: 42px 0px;
    }

    .product_banner2 .swiper-slide a {
        font-size: 1.7rem;
    }

    .Aboutus .intro>a {
        margin: 30px auto 40px;
    }

    .advantages_left>div {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #f5f5f5;
    }

    .advantages_phone {
        margin-bottom: 25px;
    }

    .article_box {
        padding-top: 28px;
    }

    .article_box .article_list {
        padding-bottom: 28px;
    }

    .link_box {
        margin-top: -20px;

    }

    .article_box .article_list:nth-of-type(3) {
        border-bottom: none;
    }

    .copyright_fl,
    .copyright_fr {
        text-align: center;
    }

    .news_box>div {
        margin: 25px 0px 20px;
    }

    .news_box>a {
        top: 22px;
        right: 20px;
        left: auto;
        bottom: auto;
    }

    .news_box>div>a {
        margin-left: 0px;
    }

    .news_box {
        padding-top: 22px;
        height: 146px;
    }

    .Aboutus .intro_img {
        width: 100%;
        margin-left: 0px;
    }

    .banner1 {
        margin-top: 65px;
    }

    .Aboutus .intro>span {
        padding: 0px 10px;
        height: 273px;
        overflow: hidden;
    }

    .advantages_left {
        padding: 0px 10px;
    }
#newBridge .icon-right-center{
left:2px;
}
}
