@charset "utf-8";
/* ------------------------------------全局定义---------------------------------------- */
/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */
* {
    margin: 0;
    padding: 0;
}
/* 修正IE5.x和IE6的斜体溢出bug */
* html body {
    overflow: visible;
	
}
* html iframe, * html frame {
    overflow: auto;
}
* html frameset {
    overflow: hidden;
}
html {
    overflow-y: scroll;
}
:root {
    overflow-y: auto;
    overflow-x: hidden;
}
/*:root body {
    position: absolute;影响了导航的宽度，没屏蔽是宽度为1920
}*/
body {
    width: 100vw;
}
/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */
body {
    color: #000;
    background: #FFF;
    background: url(../images/bg.png);
    font: 12px/22px "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu, 宋体;
    text-align: center;
    margin: 0!important;
}
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {
    margin: 0;
    padding: 0;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    /*vertical-align: baseline;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
.clearfix {
    zoom: 1;
}
.clearfix::before {
    display: table;
    content: "";
}
.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
input, select {
    font-size: 12px;
    vertical-align: middle;
}
input, select, option, textarea {
    outline: none;
}
input {
    -webkit-appearance: none;
}
/* 设置内容左对齐，恢复因BODY设置剧中产生的继承 */
/*body div {
    text-align: left;
}*/
/* 标签属性，textarea,input 强制输入时内容超出时换行 */
textarea, input {
    word-wrap: break-word;
    word-break: break-all;
    padding: 0px;
}
/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */
li {
    list-style-type: none;
}
/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */
img {
    border: 0 none;
}
/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */
a:link, a:visited {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #0166ff;
    text-decoration: none;
    cursor: pointer
}
a {
    color: #414141;
}
/* 定义H系列标签，覆盖H系列标签默认属性 */
h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
.fl {
    float: left
}
.fr {
    float: right
}
.fn {
    float: none
}
.clear {
    clear: both;
}
.t-c {
    text-align: center
}
.t-l {
    text-align: left
}
.t-r {
    text-align: right
}
.col3 {
    color: #333
}
.col6 {
    color: #666
}
.col9 {
    color: #999
}
.colf {
    color: #fff!important
}
button {
    outline: none;
}
.pdb10 {
    padding-bottom: 10px!important;
}
/* CSS Document */

.wzcol {
    margin-bottom: 50px;
}
.wzcol h3 {
    color: #2772db!important;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
}
/*限制一行*/
.yh1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yh2 {
    text-overflow: ellipsis;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">\00a0"!important;
}
.breadcrumb li {
    font-size: .95em;
}
.breadcrumb li a {
    color: #ff8201;
}
/*======================导航栏=========================*/



header {
    z-index: 9999;
    border-bottom: none;
    width: 100%;
    background: none;
    top: 0px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0px;
}
header .navbar-expand-lg .navbar-nav .nav-link, header .navbar-nav .nav-item a.dropdown-toggle::after, header.sticky .navbar-nav .dropdown-menu .nav-item a {
    color: #ffffff;
}
.header-navigation ul.navbar-nav > li.current > a {
    color: #fff
}
header .nav-brand a {
    color: #fff !important;
}
header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #0166ff!important;
}
header.sticky .navbar-nav .nav-item>a, header.sticky .navbar-expand-lg .navbar-nav .nav-link, header.sticky .navbar-nav .nav-item>a.dropdown-toggle::after {
    color: #fff;
    opacity: .6;
}
header.sticky {
    position: fixed;
    background: #00113a !important;
    -webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.10);
    top: 0;
    width: 100%;
    animation: smoothScroll 1s forwards;
}
 @keyframes smoothScroll {
 0% {
 transform: translateY(-100px);
}
 100% {
 transform: translateY(0px);
}
}
.inner header .navbar-toggler-icon {
}
.inner header .navbar-expand-lg .navbar-nav .nav-link, .inner header .navbar-nav .nav-item a.dropdown-toggle::after, .inner header .navbar-nav .dropdown-menu .nav-item a {
    color: #262626 !important;
}
.telfz {
    font-size: 18px;
    color: #ffffff;
    margin-left: .5rem;
}
.telfz span {
    font-size: 18px;
    margin-right: .1rem
}
header.sticky .telfz {
    color: #fff;
}
.header-navigation ul.navbar-nav > li > a {
    position: relative;
}
.header-navigation ul.navbar-nav > li > a:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #0166ff;
    position: absolute;
    bottom: 15px;
    left: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.header-navigation ul.navbar-nav > li.current > a:before, .header-navigation ul.navbar-nav > li:hover > a:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}


@media (max-width: 1592px) { .header .container-fluid {
    padding: 0 5%;
} }


@media (max-width: 1277px) {
.navbar-nav .nav-item {
    margin-left: 25px;
    text-align: left;
}
}

@media (max-width: 1417px) { .header .container-fluid {
    padding: 0 3%;
} }



@media (max-width: 1358px) { .header .container-fluid {
    padding: 0 1%;
} }




@media (max-width: 1024px) {
.header .container-fluid {
    padding: 0
}
.navbar-nav .nav-item {
    margin-left: 25px;
    text-align: left;
}
}

@media (max-width: 768px) {
.loimg img {
    height: 0.738rem;
}
.telfz {
    font-size: 24px;
    margin-left: 0
}
.header .container-fluid {
    padding: 0
}
.header-navigation ul.navbar-nav > li > a:before {
    height: 1px;
    background-color: #fff;
}
}


@media (max-width: 998px) {
	
	.navbar-nav .nav-item {
    margin-left: 20px;
    text-align: left;
}
	
}

/*-----------------------------------------------------------------------------------*/
/*	导航栏结束
/*-----------------------------------------------------------------------------------*/




/*----------------------------------------*/
/*  模块标题
/*----------------------------------------*/
.services {
   /* padding: 1.85186rem 0 0 0;*/
	padding: 1.25rem 0 0 0;
}
.cla_top {
    vertical-align: middle;
    margin-bottom: 0.740740rem;
}
.cla_top span {
    padding: 0 0.185185rem 0 0.185185rem;
    font-size: 0.740740rem;
    color: #00113a;
    display: inline-block;
    font-weight: bold;
    line-height: 1.8;
    vertical-align: middle;
}
.cla_top p {
    color: #00113a;
    font-size: 0.296296rem;
    padding-top: 0.296296rem;
}
.cka_topre {
    margin-top: 1rem
}
/*----------------------------------------*/
/*  多重感应器 
/*----------------------------------------*/

.bg-elipse {
    background: url( "../images/elipse-bg-three2.png") no-repeat;
    background-position: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.feature .feature-item .icon {
    margin-bottom: 25px;
}
.feature .feature-item .icon img {
    width: 2.5rem;
    height: 2.5rem;
}
.feature .feature-item .content h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.370370rem;
    margin-bottom: 15px;
    color: #00113a
}
.feature .feature-item p {
    color: #162957;
    font-size: 14px
}
.feature .feature-item:not(:last-child) {
    margin-bottom: 1.481481rem;
}

@media (max-width: 768px) {
.feature .feature-item {
    margin-bottom: 0;
}
.bg-elipse {
    padding-bottom: 0
}
}
.feature .app-screen {
    margin: 1.667rem 0;
}
/*----------------------------------------*/
/*  核心优势 
/*----------------------------------------*/



.peAnli .nav-tabs li.active a:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
.peAnli .tab-content {
    margin: 44px 16px 25px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(194,215,236,.5)
}
.peAnli .tab-content .wz {
    /*width: 50%;*/
    float: left;
    text-align: left;
    letter-spacing: 1px;
    padding: 38px 100px 35px 54px
}
.peAnli .tab-content .wz h6 {
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-bottom: 27px
}
.peAnli .tab-content .wz p {
    line-height: 30px;
    font-size: 14px;
    color: gray
}
.peAnli .tab-content .wz p b {
    color: #333;
    display: block;
    float: left
}
.peAnli .tab-content .wz p span {
    margin-left: 150px;
    display: block
}
.peAnli .tab-content .wz p:last-child {
    line-height: 22px
}
.peAnli .tab-content .tu {
    width: 50%;
    float: left
}
.peAnli .tab-content .tu img {
    width: 100%;
    height: auto
}
.product-charact .maxCon {
    margin-top: 2rem;
    overflow: initial
}
.product-charact .nav-tabs {
    height: 2.2rem;
    border: 0;
}
.product-charact .nav-tabs li {
    height: 2.2rem;
    width: 20%;
    position: relative;
}
.product-charact .nav-tabs li a {
    height: 2.2rem;
    display: block;
    text-align: center;
    color: #1b2147;
}
.product-charact .nav-tabs li a:hover {
    color: #1774f2;
}
.product-charact .nav-tabs li a:before {
    display: none
}
.product-charact .nav-tabs li span {
    font-size: 1rem;
}
.product-charact .nav-tabs li .icon {
    /* width: 64px;
    height: 64px;*/
    position: relative;
    margin: 0 auto 0.370370rem;
}
.product-charact .nav-tabs li p {
    line-height: 26px;
    font-size: 0.296296rem;
}
.product-charact .nav-tabs li.active a {
    color: #1774f2;
}
.product-charact .nav-tabs li.active:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: -11px;
    z-index: 2;
    width: 23px;
    height: 23px;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.product-charact .nav-tabs li.active .icon {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(30,137,255,.12)
}
.product-charact .nav-tabs li.active p {
    font-weight: bold;
}
.product-charact .tab-content {
    margin-top: 0;
    min-height: 448px;
    overflow: initial;
    position: relative
}
.product-charact .tab-content .wz {
    position: absolute;
    left: 5.6%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 36.3%;
    padding: 0;
    float: none
}
.product-charact .tab-content h6 {
    font-size: 0.444444rem;
    color: #00113a;
    margin-bottom: 0.5rem
}
.product-charact .tab-content .lh p {
    line-height: 2;
    color: #525666
}
.product-charact .tab-content .wz p {
    line-height: 34px;
    color: #666
}
.product-charact .tab-content .wz p.te {
    color: #596efb
}
.product-charact .tab-content .wz .z0 {
    padding: 22px 0 0;
    height: auto;
    overflow: hidden
}
.product-charact .tab-content .wz .z0 a {
    height: 25px;
    line-height: 25px;
    display: inline-block
}
.product-charact .tab-content .wz .z0 b {
    display: block;
    float: left;
    font-size: 15px;
    color: #596efb;
    font-weight: normal;
    position: relative
}
.product-charact .tab-content .wz .z0 i {
    display: block;
    float: left;
    width: 18px;
    height: 25px;
    margin-left: 10px;
    background: url(../images/gdmore2.png) center no-repeat
}
.product-charact .tab-content .wz .z0 a b:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #596efb;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.product-charact .tab-content .wz .z0 a:hover b:before {
    width: 100%;
    left: 0;
    right: 0
}
.product-charact .tab-content .tu {
    position: absolute;
    right: 2.4%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 52%;
    padding: 0;
    float: none
}

@media (max-width: 768px) {
.product-charact .nav-tabs li {
    width: 50%;
    margin-bottom: .8rem;
}
.product-charact .maxCon {
}
.product-charact .nav-tabs li .icon {
    position: relative;
    margin: 0 auto 0;
}
.product-charact .p-3 {
    padding: .5rem!important
}
.product-charact .tab-content {
    margin-top: 6rem;
}
.product-charact .nav-tabs li.active:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: -11px;
    z-index: 2;
    width: 2px;
    height: 2px;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
}
/*----------------------------------------*/
/*  解决方案
/*----------------------------------------*/
.p-banner .swiper-slide-active .banner, .p-banner .swiper-slide-active .banner .inner, .p-iot-content .content-item .content-item-info a {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.p-iot {
    background-color: #0a2349;
    height: 664px;
    display: flex;
    justify-content: center;
    overflow: hidden
}
.p-iot .p-iot-wrapper {
    max-width: 1400px
}
.p-iot .p-iot-tabs {
    display: inline-block;
    width: 279px
}
.p-iot .p-iot-tabs>.Enh2, .p-iot .p-iot-tabs>.h2 {
  /*  width: 269px;*/
    height: 80px;
    font-size: 24px;
    font-weight: 500;
    color: #ccc;
    line-height: 40px;
    margin-top: 75px
}
.p-iot .p-iot-tabs>.Enh2 {
    width: 280px;
    font-size: 23px;
    line-height: 30px;
    transform: translateY(-20px)
}
.p-iot .p-iot-tabs ul {
    margin-top: 50px
}
.p-iot .p-iot-tabs ul li {
    color: rgba(255,255,255,.3);
    padding: 11px 0;
    cursor: pointer
}
.p-iot .p-iot-tabs ul li h3 {
    height: 60px;
    font-weight: 700;
    font-size: 0;
    line-height: 60px;
    transition: margin-left .3s ease-out
}
.p-brain h2, .p-iot .p-iot-tabs ul li h3 span {
    font-size: 32px
}
.p-iot .p-iot-tabs ul li h3 img {
    width: 40px;
    height: 40px;
    display: none
}
.p-iot .p-iot-tabs ul li .tabs-item-desc {
    font-size: 16px;
    color: rgba(236,242,248,.3);
    line-height: 22px;
    margin-bottom: 22px;
    transition: margin-left .3s ease-out
}
.p-iot .p-iot-tabs ul li.active {
    color: #fff
}
.p-iot .p-iot-tabs ul li.active .tabs-item-desc, .p-iot .p-iot-tabs ul li.active h3 {
    margin-left: 10px
}
.p-iot .p-iot-tabs ul li.active h3 img {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-left: 4px
}
.p-iot .p-iot-tabs .ImgNone {
    display: none!important
}
.p-iot .p-iot-tabs ul li.active .tabs-item-desc {
    color: #ecf2f8
}
.p-iot .p-iot-content {
    display: inline-block;
    width: 1030px;
    float: right
}
.p-iot .p-iot-content .content-item {
    font-size: 0;
    display: none
}
.p-iot-content .content-item .content-item-info {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 332px
}
.p-iot-content .content-item .content-item-info a {
    display: block;
    width: 100%;
    background-size: 100% 100%
}
.p-iot-content .content-item .content-item-info-tb {
    width: 100%
}
.p-iot-content .content-item-info img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.p-iot-content .content-item-info .content-item-desc {
    position: absolute;
    bottom: -45px;
    width: 100%;
    text-align: left;
    padding: 0 100px 0 50px;
    color: #fff;
    transition: bottom .5s ease
}
.p-iot-content .content-item-info .content-item-desc-left {
    padding: 0 90px
}
.p-iot-content .content-item-info .content-item-desc h4 {
    height: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px
}
.p-iot-content .content-item-info .content-item-desc p {
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
    text-align: left;
    opacity: .3;
    transition: opacity .5s ease
}
.p-iot-content .content-item-info-tb .content-item-desc {
    padding: 0 140px 0 80px
}
.content-item .content-item-info-tb .content-item-desc p {
    display: inline-block;
    width: 600px
}
.p-iot-content .content-item-info:hover .content-item-desc {
    bottom: 24px
}
.p-iot-content .content-item-info:hover .content-item-desc p {
    opacity: 1
}







.mobile-p-iot {
    display: none
}



@media screen and (max-width:767px) {
    body * {
    max-height: 999999px;
}
    
    .mobile-content-item {
    display: flex;
    flex-wrap: wrap
}
    .mobil-content-item-init {
    display: none
}
.mobile-content-item-info {
    display: inline-block;
    position: relative;
      /* width: 4.9615rem;
    height: 4.951219rem;*/
	 width: 100vh;
    height: 3.84rem;
}
.mobile-content-item-title {
    position: absolute;
    bottom: .4rem;
    left: 0;
    right: 0;
    font-size: .38rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: .365rem;
    text-align: center
}
.mobile-content-item-info a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
.mobile-content-item:last-of-type .mobile-content-item-info {
    width: 100vh;
    height: 3.84rem;
}
    
.p-iot {
    display: none
}
.mobile-p-iot {
    display: block;
    background: #0a2349;
    padding: .48rem 0 0;
    position: relative
}
.mobile-p-iot .active {
    color: #2590f2
}
.mobile-p-iot .active span {
    font-weight: bolder
}
.mobile-p-iot .mobile-p-iot-title {
    font-size: .5rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #fff;
    line-height: 2rem;
    padding: 0 .47rem 0 .48rem;
    margin-bottom: .5rem
}
.mobile-p-iot-tabs {
    display: flex;
    justify-content: space-between;
    padding: 0 .4rem
}
.mobile-p-iot-tab {
    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: .3rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 2
}
.mobile-p-iot-tab i {
    font-size: .4rem
}
.mobile-p-iot-content {
    margin-top: 1rem
}
    
.mobile-p-iot .mobile-p-iot-tabs .img-logo {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-size: cover
}
/*.mobile-p-iot-tab:first-of-type.active .img-logo {
   background-image: url(https://cdnstatic.megvii.com/websiteFE/static/img/index/mobile_ic_personal_IoT.79c7325f.png)!important;
    
   
}
.mobile-p-iot-tab:nth-of-type(2).active .img-logo {
    background-image: url(https://cdnstatic.megvii.com/websiteFE/static/img/index/mobile_ic_city_IoT.89f92c9d.png)!important
}
.mobile-p-iot-tab:last-of-type.active .img-logo {
    background-image: url(https://cdnstatic.megvii.com/websiteFE/static/img/index/mobile_ic_supplychain_IoT.9518e4c7.png)!important
}  */  

}





/*----------------------------------------*/
/*  应用场景
/*----------------------------------------*/



.banner-img {
    width: 1080px;
    margin: 40px auto 0;
    -webkit-transition: all .4s;
    -o-transition: .4s all;
    transition: all .4s;
    overflow: hidden
}

@media screen and (max-width:767px) {
.banner-img {
    margin-top: 1rem;
    width: 100%;
    padding: 0 16px
}
}
.banner-img .banner-img-box {
    height: 100%;
    overflow: hidden;
    position: relative
}
.banner-img .banner-img-box .banner-img-bg {
    display: block
}

@media screen and (max-width:767px) {
.banner-img .banner-img-box .banner-img-bg {
    display: none
}
}
.banner-img .banner-img-box .banner-img-bg-m {
    display: none
}

@media screen and (max-width:767px) {
.banner-img .banner-img-box .banner-img-bg-m {
    display: block
}
}
.banner-img .img {
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
    float: left
}
.banner-img .img-0 {
    width: 420px;
    height: 198px
}
.banner-img .img-1 {
    margin-left: 24px;
    width: 636px;
    height: 198px
}
.banner-img .img-2 {
    width: 420px;
    height: 388px;
    margin-top: 24px
}
.banner-img .img-3 {
    margin-top: 24px;
    margin-left: 24px;
    width: 310px;
    height: 163px
}
.banner-img .img-4 {
    margin-top: 24px;
    margin-left: 24px;
    width: 302px;
    height: 163px
}
.banner-img .img-5 {
    width: 636px;
    height: 201px;
    margin-top: 24px;
    margin-left: 24px
}

.banner-img .img-6 {
    width: 420px;
    height: 198px;
    margin-top: 24px
}

.banner-img .img-7 {
    margin-top: 24px;
    margin-left: 24px;
    width: 310px;
    height: 198px
}
.banner-img .img-8 {
    margin-top: 24px;
    margin-left: 24px;
    width: 302px;
    height: 198px
}



@media screen and (max-width:767px) {
.banner-img .img {
    width: 50%;
    height: 4.28rem;
    margin: 0;
    padding-left: .25rem;
    padding-right: .25rem
}
}
.banner-img .img-title {
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: .4s all;
    transition: all .4s
}
.banner-img .img-title:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.banner-img .img-title:hover .word {
    display: block
}
.banner-img .img-title:hover span {
    display: none
}
.banner-img .img-title .word {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media screen and (max-width:767px) {
.banner-img .img-title .word {
    display: block;
    padding: 16px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    top: auto;
    bottom: 0.5rem;
    text-align: left;
    width: 100%
}
}
.banner-img .img-title .word h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 45px
}

@media screen and (max-width:767px) {
.banner-img .img-title .word h2 {
    line-height: 0.48rem;
    font-size: 0.407407rem;
    margin-bottom: .3rem
}
}
.banner-img .img-title .word p {
    width: 220px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 25px
}

@media screen and (max-width:767px) {
.banner-img .img-title .word p {
    line-height: .625rem;
    font-size: .24rem;
    width: 100%
}
}
.banner-img .img-title img {
    display: block;
    height: 100%;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

@media screen and (max-width:767px) {
.banner-img .img-title img {
    width: 100%;
    height: auto
}
}
.banner-img .img-title span {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 45px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 45px
}

@media screen and (max-width:767px) {
.banner-img .img-title span {
    display: none
}
}
/*----------------------------------------*/
/*  新闻动态
/*----------------------------------------*/

.p-news {
    position: relative
}
.card-dark {
    padding: 0.925rem 0;
}
.p-news .news-item:hover .img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.p-news .news-item {
    width: 360px;
    background-color: #fff;
    overflow: hidden
}
.p-news .news-item .img {
    height: 167px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
    background-size: 100% auto;
    overflow: hidden;
}
.p-news .news-item .content {
    padding: 24px 32px 0;
    height: 120px;
    transition: all .3s
}
.p-news .news-item .content .title {
    font-size: 16px;

    color: #00113a;
    line-height: 28px;
    margin-bottom: 4px;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s
}
.p-news .news-item .content .date {
    font-size: 14px;
    color: #747b8a;
    line-height: 24px;
    margin-bottom: 12px
}
.p-news .news-item:hover .title {
    color: #007bfc
}
.p-news .adv-container {
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}
.p-news .adv-container {
    background-color: #0a2349;
    height: 390px;
    top: 130px
}
.p-news .adv-container, .p-news .adv-container .button, .p-news .adv-container .img, .p-news .adv-container .mask {
    position: absolute;
    left: 0;
    right: 0
}
.p-news .adv-container .img, .p-news .adv-container .mask {
    top: 0;
    bottom: 0
}
.p-news .adv-container .img img {
    height: 100%
}
.p-news .adv-container .mask {
    background: linear-gradient(270deg, #0a2349 32%, rgba(10,35,73,0) 50%, #0a2349 68%)
}
.p-news .adv-container .button {
    bottom: 88px;
    margin: auto
}
.button-ghost {
    background: 0 0;
    color: #fff;
    border: 1px solid rgba(255,255,255,.5)
}
.button-ghost:hover {
    background: rgba(255,255,255,.35)
}
.button {
    display: inline-block;
    width: 180px;
    height: 46px;
    line-height: 46px;
    border-radius: 1px;
    font-size: 16px;
    text-align: center;
    transition: all .1s linear 0s
}
.p-news .adv-container a {
    color: #fff
}
.mto {
    height: 2rem
}

@media screen and (max-width:767px) {
/*.p-news .adv-container {
    display: none
}*/
.p-news .adv-container .button {
    bottom: 58px;
}
.p-news .adv-container {
    top: 100px;
}
}
/*----------------------------------------*/
/*  合作客户
/*----------------------------------------*/

.home_customer_group {
    margin-right: -24px;
}
.home_customer_item {
    float: left;
    width: 282px;
    height: 100px;
    overflow: hidden;
    margin: 0 24px 24px 0;
    background: #fff;/*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);*/
}
.home_customer_item img {
    width: 282px;
    height: 100px;
}

@media screen and (max-width:767px) {
.home_customer_item {
    float: left;
    width: 48%;
    height: 15.5vw;
    overflow: hidden;
    margin: 0 4% 20px 0;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
}
.home_customer_item:nth-child(2n) {
    margin-right: 0;
}
.home_customer_item img {
    width: 100%;
    height: 15.5vw;
}
.home_customer_group {
    margin-right: 0
}
.houb .p-0 {
    padding: 0 15px!important
}
}
/*----------------------------------------*/
/*  咨询电话
/*----------------------------------------*/



.contact-item-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
    height: 275px;
    background-image: url( "../images/dbg.jpg");
    background-size: cover;
    background-position: 50%
}
.contact-item-box .content-m {
    display: none
}

@media screen and (max-width:767px) {
.contact-item-box {
    height: 4.5rem;
    background-image: url(../images/dbg2.jpg)
}
.contact-item-box .content-pc {
    display: none
}
.contact-item-box .content-m {
    display: block
}
}
.contact-item-box p {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    line-height: 37px
}

@media screen and (max-width:767px) {
.contact-item-box p {
    font-size: 18px;
    line-height: 25px
}
}
.contact-item-box a {
    display: inline-block;
    padding: 0 40px;
    height: 46px;
    line-height: 46px;
    background: hsla(0,0%,100%,.1);
    border-radius: 23px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 32px
}
.contact-item-box a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #0046ac!important
}

@media screen and (min-width:767px) {
.contact-item-box a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #0046ac
}
}

@media screen and (max-width:767px) {
.contact-item-box a {
    padding: 0 32px;
    height: 33px;
    font-size: 12px;
    line-height: 33px;
    margin-left: 12px;
    margin-right: 12px
}
}
/*** 

====================================================================
	Main Footer 首页底部
====================================================================

***/

.main-footer {
    position: relative;
    background-color: #161e37;
}
.main-footer .anim-icons .icon {
    opacity: 0.08;
}
.main-footer .footer-upper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0px 0;
}
.main-footer .footer-upper .footer-column {
    position: relative;
    margin-bottom: 40px;
}
.main-footer .footer-widget .widget-title {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 35px;
}
/*Logo Widget*/

.logo-widget {
    position: relative;
}
.logo-widget .logo img {
    position: relative;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.logo-widget .logo img:hover {
    opacity: .8;
}
.logo-widget .text {
    position: relative;
    color: #7f889c;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 2px;
    text-align: left;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.footx {
    position: relative;
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-bottom: .366rem;
}
.footx span {
    font-size: 35px;
    margin-right: 6px;
}
.main-footer .list {
    position: relative;
}
.main-footer .list li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
    text-align: left;
}
/*.main-footer .list li:before{
	position: absolute;
	left: 0;
	top: 11px;
	height: 6px;
	width: 6px;
	border-radius: 5px;
	background-color: #ff4788;
	content: "";
}*/


.footm {
    position: relative;
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-bottom: .366rem;
    padding-left: 20px;
}
.main-footer .list li a {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #7f889c;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-footer .list li a:hover {
    color: #d6e2fd;
}
.pl30 {
    padding-left: 30px;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 15px 0px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.main-footer .footer-bottom:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .03;
    background-image: url( "../images/patterna.png");
    content: "";
}
.main-footer .footer-bottom .social-icon-two {
    position: relative;
    float: right;
}
.main-footer .footer-bottom .copyright {
    position: relative;
    color: #7f889c;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.main-footer .footer-bottom .copyright a {
    color: #7f889c;
}
.main-footer .footer-bottom .copyright a:hover {
    text-decoration: underline;
}
.ovex {
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
.pl30 {
    padding-left: 0;
}
.main-footer .list{ text-align: left}	
.main-footer .list li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding-left: 0;
    margin-right: 20px;
}
.main-footer .footer-upper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px 0;
}	
	
.footm {
    padding-left: 0
}
	
	
	
}


/*** 

====================================================================
	二级页头部banner
====================================================================

***/

.ny_banner_bj {
    width: 100%;
    height: 5.925925rem;
    background-size: cover;
}

@media(max-width: 767px) {
.ny_banner_bj {
    width: 100%;
    height: 200px;
    background-size: cover;
}

}


/*** 

====================================================================
	二级页新闻中心
====================================================================

***/

/*新闻资讯列表*/
.new-list-page {
    margin-top: 35px;
    /*border-top: 1px solid #e8e8e8;*/
    padding-bottom: 0.5rem;
}
.new-list-page .list-wrap {
    display: block;
    border-bottom: 1px solid #e8e8e8
}
.new-list-page .list-wrap:hover {
    background-color: #fafafa
}
.new-list-page .list-wrap:hover .box-img {
    box-shadow: 0 0 0 2px #0166ff
}
.new-list-page .list-wrap:hover h4 {
    color: #0166ff
}
.new-list-page .box {
    display: block;
    overflow: hidden;
    padding: 30px 0 30px 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}
.new-list-page .left {
    float: left;
    width: 310px
}
.new-list-page .box-img {
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    border-radius: 5px;
    padding-top: 56.45161%;
    display: block;
    overflow: hidden;
}
.new-list-page .box-img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.new-list-page .right {
    position: relative;
    margin-left: 350px;
    padding-right: 185px
}
.new-list-page h4 {
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 0.370rem;
    /*margin-top: 45px;*/
    color: #17213b;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    vertical-align: middle;
    font-weight: 600;
    line-height: 1.3;
}
.new-list-page .p {
    color: #777;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    vertical-align: middle;
}
.new-list-page .time-box {
    position: absolute;
    right: 0;
    top: 45px;
    width: 145px;
    text-align: center;
    border-left: 1px solid #d9d9d9
}
.new-list-page .time-box .data {
    color: #a5a5a5;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.new-list-page .time-box .year {
    margin-bottom: 15px;
    color: #a5a5a5;
    font-size: 12px;
    text-align: center;
}
.new-list-page .time-box .line {
    width: 55px;
    height: 1px;
    margin: 0 auto;
    background-color: #d9d9d9
}
.new-list-page .pages {
    padding-top: 60px
}
.new-list-page .box02 {
    position: relative;
    padding-right: 185px;
    margin-top: 15px;
    margin-bottom: 15px
}
.new-list-page .box02 h4 {
    padding-top: 5px;
    margin-top: 0
}
.time-bawet {
    position: absolute;
    left: 0;
    bottom: -85px;
    text-align: center;
}

.time-bawet .btn-warning {
    color: #fff;
    background-color: #0166ff;
    border-color: #0262f4;
}




/*--新闻详情内页--*/
.newstit {
    margin: 0;
    text-align: center;
}
.newstit h2 {
    line-height: 2;
    font-size: 24px;
    color: #333
}
.ju14 p {
    font-size: 14px;
    color: #777;
    line-height: 1.8;
}
.jumbotron {
    margin: 15px 0;
    padding: .4rem .2rem!important;
    margin-bottom: 1rem!important;
    border-radius: .2rem!important;
}
.mt20 {
    margin: 20px 0;
}
.newbg {
    background-color: #f7f7f7;
    padding: 15px 30px;
    overflow: hidden;
}
.topnews {
    font-size: 18px;
    float: left;
    line-height: 3.5;
}
.xiane {
    width: 1px;
    height: 22px;
    background-color: #e5e5e5;
    margin: 23px;
    float: left
}
.newfz17 {
    height: 60px;
    padding: 0.1rem 0.2rem 0 0.2rem;
    text-align: left;
    display: flex;
    align-items: center;
}
.newfz17 p {
    font-size: 16px;
    padding-bottom: 0!important;
    text-align: left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    vertical-align: middle;
}
/*.newa{padding:0 50px;}*/
/*.newa a {
	color: #ff2741
}*/
.newa a:hover {
    color: #fff
}
.newbg:hover {
    background-color: #161e37;
}
.aboutpag {
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 2;
}
.aboutpag600 {
    min-height: 600px;
}
.aboutpag p {
    text-align: justify;
}
.aboutpag img {
    max-width: 100%;
    overflow: hidden;
    text-align: center
}

@media (max-width: 800px) {
.new-list-page {
    margin-top: 25px;
}
.new-list-page .box {
    padding: 12px 0;
}
.new-list-page .left {
    float: left;
    width: 45%
}
.new-list-page .right {
    margin-left: 48%;
    padding-right: 0
}
.new-list-page h4 {
    margin: 0;
    margin-top: .15rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    vertical-align: middle;
}
.new-list-page .p {
    display: none
}
.new-list-page .time-box {
    display: none
}
.new-list-page .pages {
    padding-top: 40px
}
.new-list-page .box02 {
    padding-right: 0
}
.aboutpag600 {
    min-height: 100px;
}
.time-bawet {
    display: none
}
}

@media(max-width: 767px) {
.ny_banner_bj {
    width: 100%;
    /*background: url( ../images/benner2.png) bottom center no-repeat;*/
    height: 150px;
    background-size: cover;
}
.newstit h2 {
    line-height: 1.6;
    text-align: center;
    font-size: 20px;
}
.newa {
    margin-bottom: 15px;
    padding: 0
}
.newbg {
    padding: 15px;
}
}








/*** 

====================================================================
	二级页联系我们
====================================================================

***/

.ftbg{
  
    min-height: 11.111rem;
    background: url( "../images/world-map.png") no-repeat center center;
    background-size: auto;
}
.contact_info ul li {
    margin-bottom: 26px;
    display: inline-block;
    width: 100%;
}

.contact_info ul li:last-child {
    margin-bottom: 0;
}

.contact_info ul li .icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-right: 20px;
    border: solid 1px #e6e6e6;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
}

.contact_info ul li .icon span {
    width: 100%;
    font-size:  0.45rem;;
    color: #2b50f0 !important;
}

.contact_info ul li .detail {
    float: left;
    width: 80%;
    padding-top: 18px;
}

.contact_info ul li .detail h6 {
    font-weight: 500;
    color: #262626;
    font-size: 18px;
}

.contact_info ul li .detail .content {
    margin-top: 10px;
    font-size: 16px;
}

.contact_info ul li .detail .content span.value {
    color: #797979;
}

.contact_info ul li .detail a {
    color: #797979;
    display: inline-block;
}



.contact-form input[type="text"],
.contact-form textarea {
    padding: 20px 30px !important;
    background: #fff;
    box-shadow: 5px 4px 10px #e8e8e8;
    border: none !important;
}


.contact-form button[type="submit"] {
    padding: 15px 40px !important;
}



@media only screen and (max-width: 1200px) {
	
	.contact_info ul li .icon {
		width: 65px;
		height: 65px;
		line-height: 65px;
	}

}

@media only screen and (max-width: 1024px) {
	
	.contact_info ul li .icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

}

@media only screen and (max-width: 767px) {
.contact-form {
		margin-top: 80px;
	}

}


/*** 

====================================================================
	关于我们
====================================================================

***/
/*公司简介*/
.women_con1_left {
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    z-index: 2
}
.women_con1_left {
    max-width: 100%;

    
}

.women_con1_right {
    position: relative;
    width: 46%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3%;
    text-indent: 2em;
}
.women_con1_right h2 {
    font-size: 36px;
    color: #00113a;
    font-style: oblique;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
}
.women_con1_right span {
    display: inline-block;
    width: 300px;
    line-height: 30px;
    color: white;
    font-size: 13px;
    background: #d30d72;
    text-align: right;
    padding-right: 15px;
    position: relative;
    left: -152px;
}
.women_con1_right p {
    font-size: 16px;
    color: #00113a;
    line-height: 2;
    margin-top: 20px;
    text-align: justify;
}
/*企业文化*/

.women_com2_list1 li, .women_com2_list1 li p, .women_com2_list1 li h2, .women_com2_list1 li font, .women_com2_list1 li span, .women_content, .women_con4_right p, .women_con4_left span, .women_con4_list1 li, .lxwm_lisur li p, .lxwm_lisur li h3, .lxwm_lisur li, .wzdt_nav a:after, .fw_conlsdjki aside h3, .fw_conlsdjki aside p, .fu_con_list3 li, .fw_li h3, .fw_li p, .fw_li, .kehu_title span, .kehu_title p, .kehu_title h2, .kehu_title, .kehu_lsid:after, .kehu_lsid, .tck2 i, .tanchukuang, .td_left_list1, .td_left_list1 h3, .td_left_list1 p, .tuandui_con1 li:after, .tuandui_left h4, .tuandui_left h3, .tuandui_right_list1, .tdlb_con1 li, .tdlb_con2 ul li, .sec6_list2 h3, .sec6_list2 img, .sec6_list2 font, .sec6_list2 i, .xinwen li, .youshi_list4 p, .youshi .swiper-button-next, .youshi .swiper-button-prev {
    transition: all .4s cubic-bezier(.35, .75, .55, 1);
    -webkit-transition: all .4s cubic-bezier(.35, .75, .55, 1);
    -moz-transition: all .4s cubic-bezier(.35, .75, .55, 1);
}


.women_com2_list1 .cla_top span{ color: #fff}


.women_com2 {
    background: url( ../images/g3.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 100px;
    height: 660px;
}
.women_com2 .pub_title h1 {
    color: white;
}
.women_com2_list1 ul {
    font-size: 0;
}
.women_com2_list1 li {
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    box-sizing: border-box;
    padding: 40px 60px;
    background: rgba(250,250,250,.7);
    border: 3px solid rgba(83,118,173,.2);
    border-bottom: 5px solid #0a2c7d;
}
.women_com2_list1 li span {
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
}
.women_com2_list1 li font {
    display: block;
    color: #333;
    font-size: 14px;
}
.women_com2_list1 li h2 {
    font-size: 48px;
    color: #0a2c7d;
    line-height: 1.5;
    height: 2rem;
    padding: 10px 0 0px;
}
.women_com2_list1 li p {
    font-size: 14px;
    line-height: 25px;
    position: relative;
    height: 20px;
    overflow: hidden;
    color: white;
    text-align: justify;
}
.women_com2_list1 li p:after {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background: #0a2c7d;
    position: absolute;
    top: 3px;
}
.women_com2_list1 li p:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #d8e0e5;
    margin-bottom: 20px;
    margin-top: 4px;
}
.women_com2_list1 li:nth-child(1) span {
    background: url(../images/icon-1.png) no-repeat center center;
}
.women_com2_list1 li:nth-child(2) {
    margin-left: 4%;
}
.women_com2_list1 li:nth-child(2) span {
    background: url(../images/icon-2.png) no-repeat center center;
}
.women_com2_list1 li:hover {
    padding-bottom: 0;
    margin-top: 0px;
    border-bottom: 3px solid rgba(83,118,173,.2);
}
.women_com2_list1 li:hover p {
    height: 150px;
    transform: translateY(-10px);
}
.women_com2_list1 li:hover h2 {
    transform: scaleY(0);
    opacity: 0;
    margin-top: -70px;
}
.women_com2_list1 li:hover font {
    color: lightgray;
}
.women_com2_list1 li:hover p:after {
    background: white;
}
.women_com2_list1 li:nth-child(1):hover {
    background: url(../images/lksd_03.jpg) no-repeat;
    background-size: 100% 100%;
}
.women_com2_list1 li:nth-child(2):hover {
    background: url(../images/womenq_03.jpg) no-repeat;
    background-size: 100% 100%;
}
.women_com2_list1 li:nth-child(1):hover span {
    background: url(../images/icon-3.png) no-repeat center center;
}
.women_com2_list1 li:nth-child(2):hover span {
    background: url(../images/icon-4.png) no-repeat center center;
}
.yuan {
    position: relative;
    background: url("../images/g2.png") no-repeat;
     background-size: cover;
}
/*.yuan:before {
    position: absolute;
    content: '';
    background: #fec7d8;
    width: 3.9814814rem;
    height: 3.9814814rem;
    border-radius: 50%;
    left: -115px;
    top: -90px;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
    z-index: 1
}*/
/*.women_con1_right:before {
    position: absolute;
    content: '';
    background: #ffeff3;
    width: 3.9814814rem;
    height: 3.9814814rem;
    border-radius: 50%;
    right: -115px;
    bottom: -90px;
    -webkit-animation: zoom-fade 5s infinite linear;
    animation: zoom-fade 5s infinite linear;
    z-index: -1
}*/
/*======================================
        roadmap-area 公司历程
 ======================================*/
.roadmap-area {
    /*background-color: #f6f8f9;*/
    padding-bottom: 1rem;
}

@media (max-width: 480px) {
.roadmap-area {
    padding-bottom: 90px;
}
}
.roadmap-area .road-map {
    margin-top: 26px;
    position: relative;
    z-index: 1;
}
.roadmap-area .road-map:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #283a5e;
    opacity: .2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media (max-width: 425px) {
.roadmap-area .road-map:after {
    display: none;
}
}
.roadmap-area .road-map .happening:hover .happening-period .happening__desc {
    background-color: #0166ff;
}
.roadmap-area .road-map .happening:hover .happening-detail h3 {
    color: #0166ff;
}
.roadmap-area .road-map .happening:hover .happening-period:before {
    background-color: #0166ff;
    border-color: #fff;
}
.roadmap-area .road-map .happening:nth-child(2n+2) .happening-period {
    float: right;
    text-align: left;
    padding-top: 60px;
    padding-right: 0;
    padding-left: 45px;
}

@media (max-width: 425px) {
.roadmap-area .road-map .happening:nth-child(2n+2) .happening-period {
    padding-left: 0;
    float: none;
    text-align: right;
}
}
.roadmap-area .road-map .happening:nth-child(2n+2) .happening-period:before {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.roadmap-area .road-map .happening:nth-child(2n+2) .happening-detail {
    float: left;
    text-align: right;
    margin-top: 31px;
    margin-bottom: 31px;
}
.roadmap-area .road-map .happening:nth-child(2n+2) .happening-detail:before {
    left: auto;
    right: -12px;
    -webkit-transform: rotate(-179deg);
    -moz-transform: rotate(-179deg);
    -ms-transform: rotate(-179deg);
    -o-transform: rotate(-179deg);
    transform: rotate(-179deg);
}

@media (max-width: 425px) {
.roadmap-area .road-map .happening:nth-child(2n+2) .happening-detail:before {

    top: -18px;
    right: 37px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
}
.roadmap-area .road-map .happening .happening-period {
    width: 50%;
    padding: 27px 42px 0 0;
    float: left;
    vertical-align: top;
    text-align: right;
    position: relative;
}

@media (max-width: 425px) {
.roadmap-area .road-map .happening .happening-period {
    width: 100%;
    float: none;
    text-align: left;
    padding-right: 0;
}
}
.roadmap-area .road-map .happening .happening-period .happening__desc {
    font-size: 22px;
    line-height: 16px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    background-color: #00113a;
    padding: 10px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.roadmap-area .road-map .happening .happening-period:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border: 3px solid #fff;
    background-color: #00113a;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 425px) {
.roadmap-area .road-map .happening .happening-period:before {
    display: none;
}
}
.roadmap-area .road-map .happening .happening-detail {
    width: 45%;
    float: right;
    padding: 27px 30px 23px 30px;
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
}

@media (max-width: 425px) {
.roadmap-area .road-map .happening .happening-detail {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 30px;
}
}
.roadmap-area .road-map .happening .happening-detail .happening__title {
    font-size: 22px;
    color: #283a5e;
    font-weight: 500;
    margin-bottom: 15px;
}
.roadmap-area .road-map .happening .happening-detail .happening__desc {
    font-size: 16px;
    color: #677286;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
}
.roadmap-area .road-map .happening .happening-detail:before {
    position: absolute;
    top: 26px;
    left: -12px;
    content: '';
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

@media (max-width: 425px) {
.roadmap-area .road-map .happening .happening-detail:before {
    top: -18px;
    left: 37px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
}
/*
==========公司荣誉===========*/
.rytext {
    margin-bottom: 0.555rem
}
.rytext p {
    color: #677286;
    margin-bottom: 0.155rem;
}
.gsry {
    position: relative;
    background: url("../images/bg2.png") center no-repeat;
}
.gsry:before {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 234px;
    background-image: url("../images/btoo1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}

@media only screen and (max-width:1200px ) {
.women_con1_left, .women_con1_right {
    width: 100%;
}
.women_con1_left img {
    width: 100%;
}
.women_con1_right {
    margin-left: 0;
    margin: 20px 0;
}
.women_con1_right span {
    left: 0;
    text-align: left;
    padding-left: 15px;
}
.women_com2 {
    height: auto;
    background-size: cover;
}
.women_com2_list1 li {
    width: 100%;
    float: none;
    padding: 20px 15px;
}
.women_com2_list1 li h2 {
    font-size: 28px;
    height: auto;
}
.women_com2_list1 li:nth-child(2) {
    margin-left: 0;
}
.women_com2_list1 li:hover p {
    transform: translateY(0);
}
.women_com2_list1 li:hover {
    padding-bottom: 25px;
}
.women_com2_list1 li:hover p {
    height: auto;
}
}



/*
==========公司荣誉===========*/
.rytext {
    margin-bottom: 0.555rem
}
.rytext p {
    color: #677286;
    margin-bottom: 0.155rem;
}
.gsry {
    position: relative;
    background: url("../images/r1.png") center no-repeat;
    padding-bottom: 4rem;
}
.gsry:before {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 234px;
    background-image: url("../images/btoo1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}

@media only screen and (max-width:1200px ) {
.women_con1_left, .women_con1_right {
    width: 100%;
}
.women_con1_left img {
    width: 100%;
}
.women_con1_right {
    margin-left: 0;
    margin: 20px 0;
}
.women_con1_right span {
    left: 0;
    text-align: left;
    padding-left: 15px;
}
.women_com2 {
    height: auto;
    background-size: cover;
}
.women_com2_list1 li {
    width: 100%;
    float: none;
    padding: 20px 15px;
}
.women_com2_list1 li h2 {
    font-size: 28px;
    height: auto;
}
.women_com2_list1 li:nth-child(2) {
    margin-left: 0;
}
.women_com2_list1 li:hover p {
    transform: translateY(0);
}
.women_com2_list1 li:hover {
    padding-bottom: 25px;
}
.women_com2_list1 li:hover p {
    height: auto;
}
}



@media only screen and (max-width:768px ) {
.gsry {
    
    padding-bottom: 2rem;
}
    
    .women_com2_list1 li:hover h2{    margin-top: -40px;}
    
    
    .women_com2{ padding-bottom: 1rem}
    
    }






/*** 

====================================================================
	产品服务 
====================================================================

***/


.image-zi figure {
    margin-bottom: 0
}

.cp{background: url("../images/bgc1.jpg") center no-repeat; 
background-size: cover;}

.lftxt{ color: #fff;}
.lftxt h1{ font-size: 42px;margin-bottom: 0.38rem;line-height: 1.8; }
.lftxt p{ font-size: 14px;  }


.advantage-bottom-part{ padding-bottom: 1rem!important }
.advantage-bottom-part .icon{
    background: #01c9fb;
    box-shadow: 0 3px 8px 0 rgba(67,163,108,0.50);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 3px;
}

.advantage-bottom-part .title{
    font-size: 20px;
    color: #aed5ff;
    text-align: right;
    display: inline-block;
    margin-left: 10px;
}


.advantage-bottom-part .describle{
    margin-top: 10px;
    font-size: 14px;
    color: #c0d1ec;
    line-height: 22px;
}



.product-info {
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}


.product-info .product-title {
    font-size: 28px;
    font-weight: 600;
    color: #19284d;
    line-height: 64px
}

.product-info .product-title>img{
    margin-right: 10px
}

.product-info .product-info-text {
    font-size: 16px;
    font-weight: 400;
    color: #4c5875;
    line-height: 2;
    margin: 24px 0
}


.product-info ul.product-label{
    list-style: disc;
    margin-bottom: 0;
    color: #19284d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 18px
}

.product-info ul.product-label li{
    margin-right: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #19284d;
    line-height: 22px;
    list-style: disc;
}



.lbat{ width: 2rem; margin: .6rem 0}




@media screen and (max-width:767px) {
.product-info .product-title>img {
    width: 32px;
    height: 32px
}
    
.product-info .product-info-text {
    margin: 16px 0;
    font-size: 14px;
    line-height: 22px
}  
    
.product-info ul.product-label {
    width: 100%!important
}    
    
.product-info ul.product-label li{
    width: 50%!important;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 16px;
    
}    
    
}


#mCSB_3_container ul.product-label{
    list-style: disc;
    margin-bottom: 0;
    color: #19284d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 0 0 18px
}

#mCSB_3_container ul.product-label li{
    margin-right: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #19284d;
    line-height: 22px;
    list-style: disc;
}

#mCSB_3_container .product-info-text {
    font-size: 16px;
    font-weight: 400;
    color: #4c5875;
    line-height: 24px;
    margin: 24px 0
}


@media screen and (max-width:767px) {

    
#mCSB_3_container .product-info-text {
    margin: 16px 0;
    font-size: 14px;
    line-height: 22px
}  
    
#mCSB_3_container ul.product-label {
    width: 100%!important
}    
    
#mCSB_3_container ul.product-label li{
    width: 50%!important;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 16px;
    
}    
    
}



/*** 

====================================================================
平台概述
====================================================================

***/


.jcase {
    background: url( "../images/abs-bg.png") center no-repeat;
    background-size: cover;
    background-color: #f7f8fc;
}


.mok {
    background: url( "../images/module-demo.png") center no-repeat;
    background-size: cover;
    
}

.gntxt{box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
 padding: .5rem;
 border-radius: .1rem;
margin: 0 .1rem;
}

.gntxt img{
    width: 130px;
    height: 130px;
}
.gntxt  h3{
    font-size: 20px;
    color: #00113a;
    font-weight: 600;
    margin-bottom: 12px;
}

.gntxt  p{
    font-size: 14px;
    color: #162957;
 
    margin-bottom: 12px;
}




.ptgs{background: url("../images/bgc2.jpg") center no-repeat; 
background-size: cover;}

.ptgs .cla_top span{color: #fff}
.ptgs .ptbg{ background-color: rgba(255,255,255,.04)  } 

.ptgs .ptbg .bgb{ background-color: rgba(255,255,255,.1);color: #fff;padding: .5rem;margin-bottom: .3rem; }
.ptbg .bgb h1{ font-size: 30px;margin-bottom: 0.2rem}
.ptbg .bgb .ptet{ background-color: #0166ff;text-align: center; font-size: 16px; padding: 10px }

.ptbg .bgb .ptetb{background-color: #1c9fbb!important;}
.ptbg .bgb .ptetc{background-color: #0199ff!important;}
.ptbg .bgb .ptetd{background-color: #02a7ca!important;}

.ptbg .bgb .pitem span{background-color: rgba(255,255,255,.15);padding:.3rem;font-size: 16px;display: block ;text-align: center }

.wbtet{display: flex;flex-direction:column;justify-content:center;height: 100%;   }

@media screen and (max-width:767px) {

.gntxt{box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
 padding: .5rem;
 margin: 0 .2rem;
}
.gntxt img{
   margin-bottom: 1rem
}
    .ptbg .bgb .pitem div{ padding: 0!important;margin-bottom: .25rem}
    .ptbg .bgb .ptet{ margin-left: -15px; margin-right: -15px;}
    .wbtet{  margin-bottom: 1.5rem}
}






/*帮助中心栏目分类*/
.newcate-wrap {
	font-size: 14px;
}
.newcate-wrap .hd {
	height: 32px;
	line-height: 32px;
}
.newcate-wrap .hd ul {
	float: left;
}
.newcate-wrap .hd li {
	float: left;
	display: inline;
}
.newcate-wrap .hd li a {
	display: block;
	font-size: 16px;
	color: #666;
	padding: 0 15px;
	border-radius: 3px;
	border: 1px solid #eee;
	margin-right: 10px;
}
.newcate-wrap .hd li a:hover {
	text-decoration: none;
	color: #0166ff;
}
.newcate-wrap .hd li.on a {
	background-color: #0166ff;
	color: #fff;
}
/*常见问题*/

.que_mid li {
	width: 100%;
	float: left;
	background: #f4f4f4;
	margin-bottom: 20px;
	border: 1px solid #fff;
	transition: border, .5s, ease, .2s;
	-moz-transition: border, .5s, ease, .2s; /* Firefox 4 */
	-webkit-transition: border, .5s, ease, .2s; /* Safari and Chrome */
	-o-transition: border, .5s, ease, .2s; /* Opera */
}
.que_mid li a {
	padding: 22px 188px 22px 125px;
	display: block;
	position: relative;
}
.que_mid li:hover {
	border: 1px solid #0166ff;
	background: #fff;
}
.que_mid li a span {
	display: block;
	font-size: 16px;
	color: #333333;
	font-family: '方正兰亭粗黑简体';
	/*	height: 18px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.que_mid li a p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px;
	height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}
/*.que_mid li:nth-child(2n) a {
	background: none
}*/
.que_mid li a:before, .que_mid li a:after {
	content: '';
	width: 42px;
	height: 42px;
	background-image: url(../images/proico11.png);
	position: absolute;
	left: 46px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.que_mid li a:after {
	background-image: url(../images/proico12.png);
	left: auto;
	background-repeat: no-repeat;
	background-position: center;
	right: 0px;
	top: 0;
	padding: 40px 60px;
	border-left: 1px solid #e2e2e4;
}
.que_mid li a:hover:after {
	background-image: url(../images/proico13.png)
}

@media(max-width: 415px) {
.que_mid li a:before, .que_mid li a:after {
	width: 20px;
	height: 20px;
	left: 10px;
	background-size: 100%
}
.que_mid li a:after {
	padding: 0px;
	border-left: none;
	left: auto;
	right: 15px;
	background-image: url(../images/proico13.png);
}
.que_mid li a {
	padding: 22px 40px;
}
.que_mid li a p {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
}
.que_mid {
	margin-top: 30px;
}
.que_mid li a span {
	font-size: 14px;
	height: 17px;
}
}


.cft{ color: #00113a!important}






/*** 

====================================================================
解决方案
====================================================================

***/

.hzhbyi {
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 12px;
    margin-bottom: 0.555rem
}


.sy_jjfa_img {
    overflow: hidden;
    max-width: 100%;
    border-radius: 12px 12px 0 0;
}
.sy_jjfa_img img {
    max-width: 100%;
    width: 100%;
    transition: all 0.5s;
}
.itema:hover .sy_jjfa_img img {
    transform: scale(1.1);
}
.sy_jjfa_wz {
    font-size: 16px;
    line-height: 16px;
    padding: 20px 10px;
    background: #fff;
    text-align: center;
    transition: all 0.5s;
    border-radius: 0 0 12px 12px;
}

.sy_jjfa_wz h1{ padding-top: .2rem;color: #00113a }

.itema:hover  .sy_jjfa_wz h1{ color:#0166ff }

.sy_jjfa_wz .hzbt {
    color: #4c5875;
    font-size: 16px;
	text-align: left;
	line-height: 2;
	padding: .5rem 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;

}



.bor{border-right: 0px!important}

.bol{ borer-left:0px!important }

.tablf{font-size: 14px;
    font-family: '方正兰亭粗黑简体';}



/*** 

====================================================================
浮动窗口
====================================================================

***/

/*悬浮链接*/
.suspension{position:fixed;z-index:999;right:0;bottom:100px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#0166ff;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#353535;}
.suspension .a-top:hover{background:#0166ff;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:55px;min-height:50px;border:1px solid #E0E1E5;border-radius:5px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:0;}
.suspension .d-qrcode{top:44px;}
.suspension .d .inner-box{padding:15px 22px;}

.suspension .d-service .d-service-item{border-bottom:none;}

/*.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;z-index: 1!important}*/


.suspension .d-service-item .i-qq{width:44px;height:44px;background:url( "../images/side_con_icon03.png") no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}




.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:20px;text-align: left;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#343434;}
.fz60{font-size: 0.7rem!important; color:#007bff}






.suspension .d-service-item .circle {
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  margin-top: 4px;
  text-align: center;
  float:left;
  position: relative;
  border-radius: 50%;
  display:block;
  z-index: 1!important
}

.suspension .d-service-item .circle:after, .suspension .d-service-item .circle:before {
  content: '';
  background-color: #0166ff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 1;
  border-radius: 50%;
  animation-name: callIcon;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.suspension .d-service-item .circle:after {
  animation-delay: 1.8s;
}

@keyframes callIcon {
  0% {
    transform: scale(0.7);
  }
  90% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}

.suspension .d-service-item .circle a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  background-color: #0166ff;
  display: inline-block;
 
  color: #ffffff;
  position: relative;
  z-index: 2;
  border-radius: 50%;
}

.suspension .d-service-item .circle a span{font-size: 20px;}










.fddh {
    position: fixed;
    text-align: center;
    z-index: 55;
    font-size: 20px;
    right:20px;
    bottom: 15%;
    width: 50px;
    height: 50px;
    color: #007bff;
    line-height: 50px;
    border-radius: 50px;
    display: none;
    background: -webkit-linear-gradient(bottom, rgba(218, 218, 218, 0.9), rgba(218, 218, 218, 0.3));
    z-index: 999
  
}


@media(min-width: 1024px) {
    
    
    .fddh{display: none} 
    
}

@media screen and (max-width:768px) {
	.fddh{display: block} 
	.suspension{display: none}
}


.sebg  {background: url(../images/abs-bg.png) center no-repeat;
    background-size: cover;
    /*background-color: #f7f8fc;*/
     background-color: #f9f9f9;
	padding-bottom: 1rem
} 


.yiybg  {background: url(../images/bg-shape.png) center no-repeat;
    background-size: cover;
    /*background-color: #f7f8fc;*/
   
	padding-bottom: 1rem
} 
.dfd{}
