/* 功能 */

*,
 :after,
 :before {
    box-sizing: border-box;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-clear {
    zoom: 1;
}

.f-clear:after {
    content: '';
    display: block;
    clear: both;
}


/* /功能 */


/* 元件 */

.u-title {
    margin-top: 70px;
}

.u-title span {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.u-title a {
    font-size: 18px;
    text-decoration: none;
    color: #0090ff;
}

.u-mr10 {
    margin-right: 10px;
}

.u-ct {
    text-align: center;
}

.h-300 {
    height: 300px;
}

.h-380 {
    height: 380px;
}

.h-400 {
    height: 400px;
}

.h-450 {
    height: 450px;
}

.h-480 {
    height: 480px;
}

.h-520 {
    height: 520px;
}

.h-770 {
    height: 770px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-80 {
    padding-top: 80px;
}

.f-z-36 {
    font-size: 36px;
}

.f-z-18 {
    font-size: 18px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.p-b-20 {
    padding-bottom: 20px;
}


/* 元件 */


/* 布局 */

.typo {
    /* 标题间距 */
    /* 粗体 */
    /* 段落字体间距 */
}

.typo h1 {
    font-size: 1.5rem;
}

.typo h2 {
    font-size: 1.375rem;
}

.typo h3 {
    font-size: 1.125rem;
}

.typo h4 {
    font-size: 1rem;
}

.typo h5 {
    font-size: .875rem;
}

.typo h6 {
    font-size: .75rem;
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #252629;
}

.typo h1,
.typo h2,
.typo h3,
.typo h4 {
    font-weight: bold;
}

.typo p {
    margin-bottom: 1rem;
    line-height: 2;
}

.typo ol li {
    list-style-type: none;
    margin-left: 0;
    line-height: 2;
}

.typo ul li {
    list-style-type: none;
    margin-left: 0;
    line-height: 2;
}

.typo img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.typo .text {
    margin: 0 auto;
    line-height: 32px;
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    text-indent: 2em;
}

.g-top-bg {
    background: black;
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    z-index: 999;
    min-width: 1200px;
}

.g-menu-bg {
    background: #007FBA;
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: 999;
    min-width: 1200px;
}

.g-bar-placeholder {
    height: 720px;
}

.g-news-bar {
    height: 510px;
}

.g-foot {
    width: 100%;
    color: white;
    line-height: normal;
}

.g-wrap {
    width: 100%;
    min-width: 1200px;
}

.g-wrap-1 {
    /* padding-top: 80px; */
}

.g-wrap:nth-child(2n+1) {
    background: white;
}

.g-wrap:nth-child(2n) {
    background: #f4f7f9;
}

.g-wrap-inner {
    width: 1200px;
    margin: 0 auto;
}


/* 模块 */

.m-top {
    height: 30px;
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-size: 13px;
}

.m-top a {
    line-height: 30px;
    color: #999;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

.m-top a:hover {
    color: #fff;
}

.m-top .aaa {
    color: #999;
    margin: 0 5px;
}

.m-menu {
    height: 80px;
    width: 1200px;
    margin: 0 auto;
    display: table;
}

.m-menu .menu-logo {
    display: table-cell;
    width: 540px;
    vertical-align: middle;
}

.m-menu .menu-logo img {
    /* height: 30px; */
}

.m-menu .menu-item {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    text-align: right;
    color: white;
    padding-left: 1.5em;
    padding-right: 0;
}

.m-menu .menu-item a {
    line-height: 32px;
    display: inline-block;
    text-decoration: none;
    color: white;
}

.m-menu .menu-item:hover>a {
    border-bottom: 2px solid #f60;
    margin-bottom: -2px;
}

.active {
    border-bottom: 2px solid #f60;
    margin-bottom: -2px;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    background-color: #fff;
    text-align: left;
}

.j-sub-menu {
    display: none;
}

.sub-menu-item {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.sub-menu-item h2 {
    padding: 20px 0 10px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}

.sub-menu .sub-list a {
    display: block;
    float: left;
    width: 294px;
    height: 90px;
    padding: 10px 20px;
}

.sub-menu .sub-list a:hover {
    background-color: #f2f2f2;
}

.sub-menu .sub-list a em {
    display: block;
    line-height: 32px;
    font-size: 14px;
    font-weight: normal;
    color: #303030;
}

.sub-menu .sub-list a span {
    line-height: 20px;
    color: #989898;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.m-bar {
    height: 600px;
}

.m-news-bar {
    height: 400px;
}

.m-bar,
.m-about-bar,
.m-news-bar {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    background: #0091ff;
    line-height: 0;
    overflow: hidden;
    min-width: 1200px;
}

.index-banner .bar-img {
    height: 600px;
}

.news-banner .bar-img,
.m-about-bar .bar-img {
    height: 400px;
}

.index-banner .bar-img,
.news-banner .bar-img {
    width: 1920px;
    position: relative;
    left: 50%;
    top: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.index-banner .slick-slide {
    overflow: hidden;
}

.index-banner .slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.index-banner .slick-dots li {
    display: inline;
    margin-right: 25px;
}

.index-banner .slick-dots li button {
    border-radius: 50%;
    background: white;
    border: 0;
    width: 10px;
    padding: 0;
    color: white;
    height: 10px;
    font-size: 0;
    outline: none;
}

.index-banner .slick-dots li.slick-active button {
    border: 2px solid white;
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0);
    /* color: #0091ff; */
    outline: none;
}

.m-products {
    margin: 60px auto;
    margin-bottom: 80px;
}

.m-products .m-products-tab {
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
}

.m-products .m-products-tab-a {
    display: inline-block;
    padding-bottom: 20px;
    text-decoration: none;
    color: #333;
    margin-right: 30px;
}

.m-products .m-products-tab-a.active-line {
    color: #0091ff;
    border-bottom: 2px solid #0091ff;
    margin-bottom: -2px;
}

.m-products .m-products-tab-a:hover {
    color: #0091ff;
}

.m-products .m-products-bar {
    height: 250px;
    overflow: hidden
}

.m-products .m-products-bar-item {
    position: relative;
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.m-products .product-item {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin: 0 1px;
    height: 250px;
}

.solutions .product-item {
    margin: 0 20px;
    height: 195px;
}

.m-products .products-img {
    display: block;
    height: 250px;
    width: 398px;
}

.solutions .products-img {
    width: 360px;
    height: 195px;
}

.m-products .product-item .product-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    transition: height linear 100ms;
    display: none;
}

.m-products .product-item .product-name-more {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 0;
    overflow: hidden;
    color: #0091ff;
    font-size: 16px;
    line-height: 100%;
    opacity: 0;
}

.m-products .product-item:hover {
    cursor: pointer;
}

.solutions .product-item:hover .product-name {
    height: 100%;
    font-size: 0;
    display: table;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color linear 200ms, height linear 100ms;
}

.m-products .product-item:hover .product-name-more {
    opacity: 1;
    height: auto;
    /* transition: opacity linear 500ms; */
}

.m-products .product-item:hover .product-name-more img {
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center;
    display: block;
}

.m-products .slick-arrow {
    display: none;
    position: absolute;
    top: 85px;
    z-index: 888;
    background-color: transparent;
    font-size: 0;
    border: 0;
    height: 80px;
    width: 35px;
    cursor: pointer;
}

.m-products .m-products-bar-item .slick-prev {
    left: 1px;
    background-image: url(../img/product-banner-left.png);
}

.m-products .m-products-bar-item .slick-next {
    right: 1px;
    background-image: url(../img/product-banner-right.png);
}

.m-apps {
    height: 446px;
    overflow: hidden;
}

.m-apps .app-main {
    margin-top: 40px;
}

.m-apps .app-item {
    display: inline-block;
    position: relative;
    width: 338px;
    margin-bottom: 30px;
    margin-right: 80px;
}

.m-apps .app-icon {
    display: inline-block;
    height: 75px;
    width: 75px;
    margin-right: 20px;
    border-radius: 9px;
}

.m-apps .app-info {
    display: inline-block;
    vertical-align: top;
}

.m-apps .app-item .name {
    font-size: 16px;
    color: #333;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
    height: 20px;
}

.m-apps .app-item .description {
    position: absolute;
    top: 30px;
    right: 10px;
    font-size: 14px;
    color: #808080;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    width: 230px;
}

.m-online-t .description {}

.m-apps .app-item:nth-child(3n) {
    margin-right: 0;
}

.m-apps .app-item:nth-child(n+4),
.m-apps .app-item:nth-child(n+5),
.m-apps .app-item:nth-child(n+6) {
    padding-top: 30px;
    border-top: 2px dashed #e5e5e5;
}

.m-apps .app-item:nth-child(n+4) .description,
.m-apps .app-item:nth-child(n+5) .description,
.m-apps .app-item:nth-child(n+6) .description {
    top: 60px;
}

.m-service {
    height: 340px;
}

.m-service .service-con {
    margin-top: 40px;
    height: 330px;
    border: 0 !important;
    box-shadow: none !important;
}

.ui.segment {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
    margin: 1rem 0;
    padding: 1em;
    border-radius: .28571429rem;
    border: 1px solid rgba(34, 36, 38, .15);
}

.ui.segment:last-child {
    margin-bottom: 0;
}

.m-service .service-item {
    float: left;
    height: 330px;
    width: 260px;
    border: 1px solid #f4f7f9;
    background: #f4f7f9;
    margin-right: 40px;
    transition: all ease 0.2s;
}

.m-service .service-item:hover {
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
}

.m-service .service-item:nth-child(4n) {
    margin-right: 0;
}

.m-solutions {
    height: 380px;
    overflow: hidden;
}

.m-solutions .solutions-con {
    margin-top: 50px;
}

.m-solutions .solution-item {
    /* 注释 */
    /* width: 200px; */
    display: inline-block;
    text-align: center;
}

.m-solutions .solution-item-image {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.m-solutions .solution-item img {
    transition: transform ease-out 100ms;
}

.m-solutions .solution-item .name {
    font-size: 16px;
    color: #333;
}

.m-solutions .slick-dots {
    list-style: none;
    text-align: center;
}

.m-solutions .slick-dots li {
    display: inline;
}

.m-solutions .slick-dots button {
    font-size: 0;
    height: 6px;
    width: 30px;
    border-radius: 5px;
    background: #ccc;
    border: 0;
    margin: 0 5px;
    cursor: pointer;
    padding: 0;
    outline: none;
}

.m-solutions .slick-dots li.slick-active button {
    background: #0091ff;
}

.m-news {
    height: 480px;
}

.m-news .m-news-bg {
    background: #f4f7f9;
}

.m-news .m-news-con {
    margin-top: 30px;
    overflow: hidden;
    height: 300px;
}

.m-news .news-banner {
    display: inline-block;
    margin: 40px 20px 20px 20px;
    margin-right: 30px;
    height: 224px;
    width: 400px;
}

.m-news .news-banner-item {
    position: relative;
}

.m-news .news-banner-item img {
    height: 224px;
    width: 400px;
}

.m-news .news-banner-item .news-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-decoration: none;
}

.m-news .news-banner .slick-arrow {
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: transparent;
    color: white;
    border: 0;
    z-index: 999;
    width: 2em;
    font-size: 20px;
    cursor: pointer;
    outline: none;
}

.m-news .news-banner .slick-prev {
    left: 0;
}

.m-news .news-banner .slick-next {
    right: 0;
}

.m-news .news-list {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    width: 700px;
    margin-right: 30px;
    overflow: hidden;
}

.m-news .news-list .news-more {
    font-size: 14px;
    display: block;
    text-align: right;
    text-decoration: none;
    color: #0091ff;
    margin-top: 10px;
}

.m-news .news-list .news-more:hover {
    color: #007fff;
}

.m-news .news-group .news-article-item {
    display: table;
    width: 100%;
    height: 30px;
}

.m-news .news-group .news-article-item .title {
    display: table-cell;
    font-size: 14px;
    color: #333;
    max-width: 60%;
    text-decoration: none;
}

.m-news .news-group .news-article-item .time {
    display: table-cell;
    text-align: right;
    font-size: 14px;
    color: #999;
}

.m-news .news-group .news-article-item:first-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.m-news .news-group .news-article-item:first-child .title {
    font-size: 18px;
}

.m-news .front-news-side {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    background: #0091ff;
    text-align: center;
    height: 300px;
    padding-top: 30px;
}

.m-news .news-side {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    background: #0091ff;
    text-align: center;
    height: 300px;
    padding-top: 30px;
}

.m-news .news-side .news-class-item {
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
    color: #3dbdff;
    margin-bottom: 24px;
    font-size: 18px;
    padding-bottom: 6px;
}

.m-news .news-side .news-class-item.active,
.m-news .news-side .news-class-item:hover {
    color: white;
}

.foot-top-bg {
    background: #545759;
    min-width: 1200px;
}

.foot-main {
    height: 190px;
    width: 1200px;
    margin: 0 auto;
}

.foot-info {
    display: table;
    font-size: 14px;
    padding-top: 44px;
    margin-bottom: 16px;
    width: 100%;
}

.foot-logo {
    display: table-cell;
    vertical-align: top;
}

.foot-info .foot-logo img {
    margin-bottom: 20px;
}

.foot-info .foot-contact {
    display: table-cell;
    vertical-align: top;
}

.foot-contact .contact-item {
    margin-bottom: 1.2em;
}

.foot-contact .contact-item .contact-icon {
    position: relative;
    width: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-top: 8px;
}

.foot-contact .contact-item .contact-info {
    display: inline-block;
    vertical-align: top;
}

.foot-contact .contact-item .contact-info .title {
    margin-bottom: 5px;
}

.foot-contact .contact-item .contact-info .phone {
    font-size: 16px;
}

.foot-info .foot-qrcode {
    display: table-cell;
    vertical-align: top;
    width: 256px;
}

.foot-qrcode .qrcode-image {
    display: inline-block;
    height: 106px;
    vertical-align: middle;
}

.foot-qrcode .qrcode-info {
    display: inline-block;
    width: 130px;
    padding-left: 12px;
    vertical-align: middle;
}

.foot-qrcode .qrcode-info .title {
    margin-bottom: 5px;
}

.foot-bottom-bg {
    background: #3d4040;
    min-width: 1200px;
}

.foot-bottom {
    height: 80px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}

.foot-links {
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
}

.foot-bottom .foot-links {
    padding-top: 18px;
    margin-bottom: 10px;
}

.foot-bottom .foot-links a {
    color: #999;
}

.foot-copyright {
    margin-top: 10px;
    color: #ccc;
}


/* 关于我们 */

.section {
    position: relative;
}

.wrapper {
    width: 1200px;
    margin: auto;
    position: relative;
}

.half {
    width: 50%;
    float: left;
    position: relative;
}

.section-title {
    font-family: PingFang SC, helvetica neue, hiragino sans gb, arial, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
    margin-bottom: 15px;
    font-weight: normal;
}

.half .text-intro {
    font-family: PingFang SC, helvetica neue, hiragino sans gb, arial, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    text-indent: 2em;
}

.about-section-bg-1 {
    position: relative;
    left: 50px;
    top: 50px;
    width: 500px;
    height: 330px;
    background-image: url(../img/0@2x.png);
    background-size: cover;
}

.about-section-bg-2 {
    position: relative;
    width: 468px;
    height: 339px;
    background-image: url(../img/1@2x.png);
    background-size: cover;
}


/* 关于我们 */


/* 新闻动态 */

.news-wrap {
    padding-top: 20px;
    padding-bottom: 100px;
}

.news {
    margin: 0 auto;
    width: 1200px;
}

.news-list {}

.news-content {
    clear: both;
    height: 140px;
    margin: 30px 0;
    display: table;
}

.news-left {
    width: 250px;
    height: 140px;
    margin-right: 30px;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}

.news-left img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 140px;
    max-width: 250px;
    width: 1038px;
    border: 1px solid #f1f1f1;
}

.news-right {
    width: 100%;
    display: table-cell;
    vertical-align: top;
}

.news-title a {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.news-time {
    margin-top: 15px;
    font-size: 14px;
    color: #999999;
}

.news-abstract {
    margin-top: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    width: 100%;
    height: 50px;
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

.news-line {
    margin: 30px 0;
    width: 100%;
    height: 1px;
    border: none;
    border-top: 1px solid #f2f2f2;
}


/* 新闻动态 */


/* 新闻详情 */

.newsItem-hd {
    /* height: 110px; */
}

.newsItem-menu-bg {
    background: rgba(0, 24, 55, 1)
}

.newsdetail-body {
    padding-top: 110px;
    background-color: #f4f7f9;
    padding-bottom: 100px;
}

#columns .newdetail-info {
    width: 850px;
}

.newdetail-info {
    width: 1200px;
    margin: 0 auto 0 auto;
    padding: 40px 60px 20px 60px;
    background-color: #fff;
}

.newsdetail-title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.newsdetail-time {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
}

.newsdetail-main {
    margin-top: 30px;
}

.newdetail-side {
    width: 330px;
    margin: 0 auto 20px auto;
    padding: 10px;
    background-color: #fff;
}

.newdetail-side .title {
    font-size: 16px;
    line-break: 24px;
    padding-bottom: 12px;
}

.newdetail-side li {
    line-height: 2;
    color: #768093
}

.newdetail-side li a {
    color: #666;
}

.newdetail-side li img {
    width: 100%;
}

.newdetail-side li .intro {
    /* height: 44px; */
    overflow: hidden;
    padding: 6px 0 12px;
}

.prevNext {
    margin-top: 50px;
    color: #333;
}

.prevNext a {
    color: #333;
}


/* 新闻详情 */


/* 产品 */

.tab {
    text-align: center;
    padding-top: 30px;
}

.tab .tab-btn {
    width: 100px;
    height: 46px;
    line-height: 46px;
    background: none;
    border: none;
    font-size: 16px;
}

.tab .tab-btn:hover {
    color: #007fff;
}

.tab .active {
    color: #007fff;
    border-bottom: 2px solid #007fff;
}

.g-sect-product .title {
    text-align: left;
    line-height: 32px;
    font-size: 16px;
    padding-top: 50px;
}

.m-product {
    padding: 24px 0 74px;
}

.m-product .product-text {
    width: 516px;
    padding: 40px 0;
    line-height: 24px;
    color: #666;
    text-indent: 2em;
}

.m-product img {
    /* width: 100%; */
}

.product-table th,
.product-table td {
    text-align: center;
}

.product-table img {
    width: 16px;
    height: 16px;
}

.product-table .ac a {
    color: #007EFB;
}

.product-table .ac:hover {
    color: #f60;
    text-decoration: underline;
}

.m-product .product-dow {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    width: 273px;
    height: 350px;
    margin-left: 50px;
    border: 2px solid #f2f3f6;
    background-color: #fff;
    border-radius: 6px;
    vertical-align: top;
    cursor: text;
    margin-top: 40px;
}

.m-product .product-dow:first-child {
    margin-left: 0;
}

.m-product .product-dow .dow-top {
    position: relative;
    height: 120px;
    line-height: 120px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background-image: url(../img/price-4.png);
    background-size: contain;
    border-radius: 4px 4px 0 0;
}

.m-product .product-dow .dow-top.dow-blue {
    background: url(../img/price-2.png);
    background-size: contain;
}

.m-product .product-dow .dow-top.dow-green {
    background: url(../img/price-1.png);
    background-size: contain;
}

.m-product .product-dow .dow-top.dow-orange {
    background: url(../img/price-3.png);
    background-size: contain;
}

.m-product .dow-tr {
    position: absolute;
    top: 0;
    right: 0;
}

.m-product .dow-mid {
    padding-top: 30px;
    text-align: center;
}

.m-product .num {
    position: relative;
    top: 2px;
    font-size: 42px;
    color: #383838;
    line-height: 1.2;
    margin-left: 10px;
}

.m-product .num em {
    position: absolute;
    left: -16px;
    top: 30px;
    font-size: 14px;
    line-height: 1;
}

.m-product .summary {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    padding: 0 30px;
}

.m-product .download {
    padding: 30px 0;
}

.m-product .download .layui-btn {
    width: 94px;
}

.m-product .download div a:hover {
    color: #007fff;
}

.m-product .product-menu {
    min-width: 130px;
    max-width: 222px;
    height: 650px;
    /* border-right: solid 1px #e6e6e6; */
}

.m-product .product-menu h2 {
    font-size: 18px;
    color: #434343;
    font-weight: bold;
    line-height: 16px;
}

.m-product .product-menu .menu-list {
    padding-top: 28px;
}

.m-product .product-menu .menu-list li {
    font-size: 15px;
    height: 20px;
    color: #434343;
    margin-bottom: 20px;
    cursor: pointer;
}

.m-product .product-menu .menu-list li.ac {
    color: #007EFB;
}

.m-product .product-con {
    margin-left: 50px;
}

.m-product .product-details {
    width: 1000px;
}

.m-product .product-con li {
    display: none;
}

.m-product .product-con li:first-child {
    display: block;
}

.m-product .product-con li h1 {
    font-size: 24px;
    color: #434343;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 34px;
}

.m-product .product-con li p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 4px;
    margin-bottom: 34px;
}

.m-product .product-con li h2 {
    font-size: 16px;
    /* padding-bottom: 20px; */
}

.m-product .product-con li img {
    width: 1000px;
    padding: 15px 0 50px;
}


/* 产品 */

.g-section.strong {
    background-color: #fff;
}

.animFadeIn {
    opacity: 1;
    transition: 0.8s;
}

.animOffset {
    transform: translateY(0px);
    transition: 1s;
}

.m-strong {
    width: 980px;
    padding: 84px 0;
    margin: 0 auto;
    text-align: center;
}

.m-strong .ttl-1 {
    font-size: 38px;
    color: #383838;
    line-height: 1.5;
    text-align: center;
}

.u-line {
    width: 60px;
    height: 4px;
    background: #49a0f5;
    margin: 0 auto;
}

.m-strong .u-line {
    margin-top: 40px;
}

.animFadeIn {
    opacity: 1;
    transition: 0.8s;
}

.animOffset {
    transform: translateY(0px);
    transition: 1s;
}

.m-strong .list li {
    display: inline-block;
    width: 230px;
    margin-left: 100px;
    margin-top: 50px;
    text-align: center;
}

.m-strong .list .noMargin {
    margin-left: 0;
}

.m-strong .list li .ico {
    -webkit-user-select: none;
    user-select: none;
}

.m-strong .ttl-2 {
    font-size: 20px;
    line-height: 1.5;
    color: #383838;
    text-align: center;
    font-weight: 700;
    margin-top: 14px;
}

.m-strong .txt {
    font-size: 16px;
    color: #383838;
    line-height: 1.5;
    margin-top: 10px;
}

.g-section {
    width: 100%;
    min-width: 1000px;
}

.g-section.fn-1 {
    background-color: #242830;
    border-bottom: 1px solid #eee;
}

.m-fn1 {
    width: 1000px;
    padding: 84px 0;
    padding-bottom: 0;
    margin: 0 auto;
    text-align: center;
}

.m-fn1 .ttl-1 {
    font-size: 38px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.m-fn1 .u-line {
    margin-top: 40px;
}

.m-fn1 .ttl-2 {
    font-size: 26px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    margin-top: 70px;
}

.m-fn1 .ttl-2 .ico {
    margin-right: 5px;
}

.m-fn1 .list li {
    display: inline-block;
    margin-left: 57px;
    margin-top: 22px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.m-fn1 .list li:first-child {
    margin-left: 0;
}

.m-fn1 .ico {
    line-height: 20px;
    vertical-align: middle;
}

.m-fn1 .txt {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    margin-top: 20px;
    white-space: nowrap;
}

.m-fn1 .img {
    display: block;
    margin: 0 auto;
    margin-top: 32px;
}

.g-section.fn-2 {
    background-color: #fff;
}

.m-fn2 {
    width: 1000px;
    padding: 84px 0;
    margin: 0 auto;
    text-align: left;
}

.m-fn2 .item {
    margin-bottom: 150px;
}

.m-fn2 .item.noMargin {
    margin-bottom: 0;
}

.m-fn2 .item .img.right {
    float: right;
    margin-left: 68px;
}

.m-fn2 .item .article {
    overflow: hidden;
}

.m-fn2 .ttl-2 {
    font-size: 26px;
    line-height: 1.5;
    text-align: left;
    margin-top: 70px;
    color: #3b8fea;
}

.m-fn2 .txt {
    font-size: 16px;
    color: #383838;
    line-height: 1.5;
    text-align: left;
    margin-top: 15px;
}

.m-fn2 .list {
    margin-top: 22px;
}

.m-fn2 .list li {
    position: relative;
    display: inline-block;
    width: 177px;
    font-size: 16px;
    color: #383838;
    line-height: 1.5;
    margin-bottom: 15px;
}

.m-fn2 .list li .ico {
    position: absolute;
    top: 6px;
    left: 1px;
    margin-right: 5px;
}

.m-fn2 .list li .liTxt {
    display: inline-block;
    padding-left: 28px;
}

.m-fn2 .item .img.left {
    float: left;
    margin-right: 68px;
}

.m-fn2 .list li.block {
    width: 100%;
}

.m-fn2 .list li .liTxt {
    display: inline-block;
    padding-left: 28px;
}

.g-section.fourGrid {
    background-color: #f7f7f7;
}

.m-fourGrid {
    width: 1000px;
    padding: 86px 0;
    margin: 0 auto;
    text-align: left;
}

.m-fourGrid .list {
    margin-top: 20px;
}

.m-fourGrid .list .itm {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 44px;
    width: 475px;
    height: 312px;
    margin-left: 32px;
    margin-bottom: 32px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background-color: #fff;
}

.m-fourGrid .list .itm.noMargin {
    margin-left: 0;
}

.m-fourGrid .ttl-2 {
    font-size: 22px;
    color: #383838;
    line-height: 1.5;
    font-weight: 700;
}

.m-fourGrid .list-attr {
    margin-top: 20px;
}

.m-fourGrid .list-attr li {
    display: inline-block;
    width: 180px;
    font-size: 16px;
    color: #383838;
    line-height: 1.5;
    margin-bottom: 15px;
}

.m-fourGrid .list .itm .ico {
    margin-right: 5px;
    vertical-align: middle;
}

.m-fourGrid .list .itm .txt {
    position: absolute;
    width: 383px;
    bottom: 48px;
    font-size: 14px;
    color: #808286;
    line-height: 1.5;
}

.m-fourGrid .list .itm .absIco {
    position: absolute;
    top: 40px;
    right: 40px;
}

.m-fourGrid .btn {
    text-align: center;
    padding-top: 25px;
}

.m-fourGrid .btn .u-btn {
    padding: 12px 33px;
    background: #49a0f5;
    border: 1px solid #49a0f5;
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.45px;
    line-height: 28px;
    transition: 1s;
}

.service-wrap {
    background-color: #f3f6f8;
    min-width: 1200px;
}

.service {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 160px;
}

.service .service-list {
    margin-top: 45px;
    margin-bottom: 25px;
}

.service .service-list:first-child {
    margin-top: 0;
    padding-top: 95px;
}

.service .list-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.service .list-con {
    font-size: 0;
}

.service .item {
    display: inline-block;
    width: 283px;
    height: 110px;
    margin-bottom: 30px;
    padding: 26px 20px;
    background: white;
    margin-right: 22px;
    transition: all ease 0.2s;
}

.service .item:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 0 36px #d8dde5;
    opacity: 1;
}

.service .item:nth-child(4n) {
    margin-right: 0;
}

.service .item-div {
    display: block;
    font-size: initial;
}

.service .name {
    display: block;
    font-size: 16px;
    color: #333;
}

.service .name:hover {
    color: #0091ff;
}

.service .image {
    height: 60px;
    width: 60px;
    background: white;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}

.service .info {
    width: 160px;
    padding-left: 20px;
}

.service .intro {
    line-height: 22px;
    font-size: 12px;
    color: #666;
}


/* 解决方案 */

.m-product .nav-tree {
    background-color: #fff;
    /* box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.09); */
    /* margin-right: 20px; */
}

.m-product #solu {
    position: relative;
    width: 940px;
    height: 650px;
    padding: 20px;
    margin-left: 10px;
    overflow: hidden;
    background-color: #fff;
    border-left: 1px solid #ddd;
    /* box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.09); */
}

#solu .fengye {
    position: absolute;
    right: 24px;
    bottom: 24px;
}

#nav-tree {
    width: 220px;
    background: none;
    border: 1px solid #ddd;
    /* border-right: none; */
}

#nav-tree .nav-item {
    position: relative;
    display: block;
    width: 219px;
    line-height: 45px;
}


/* #nav-tree h3 a {
    text-indent: 0px!important;
    font-size: 15px;
} */

#nav-tree .nav-item a {
    position: relative;
    display: block;
    height: 60px;
    padding-left: 12px;
    line-height: 60px;
    text-indent: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* transition: all .3s;
    -webkit-transition: all .3s; */
}


/* #nav-tree .nav-item:first-child {
    color: #fff;
    box-sizing: border-box;
    border-left: 0px solid #04A4FF;
    background-color: #00acff;
} */


/* #nav-tree .nav-item a:hover {
    color: #fff;
    box-sizing: border-box;
    border-left: 0px solid #04A4FF;
    background-color: #00acff;
} */

#nav-tree .nav-item dl a {
    text-indent: 24px;
}

#nav-tree .nav-this {
    color: #fff;
    box-sizing: border-box;
    border-left: 0px solid #04A4FF;
    background-color: #00acff;
}

.solu-wrap {
    background-color: #F4F6F9!important;
}

.html .item {
    padding: 10px 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.html .item::before {
    content: " ";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #108EE9;
    z-index: 2;
    margin: auto;
}

.html .item a {
    display: block;
    padding: 12px 0;
}

.html .item a:hover {
    color: #108EE9;
}


/* 解决方案结束 */

.servItem,
.xgfItem {
    padding-bottom: 20px;
}

.servItem .servItem-title,
.xgfItem .xgfItem-title {
    margin: 50px 0 25px;
    font-size: 28px;
    text-align: center;
}

.servItem .servItem-text p {
    /* width: 1000px; */
    margin: 0 auto;
    line-height: 32px;
    font-size: 15px;
    color: #666;
    margin-bottom: 15px;
    text-indent: 2em;
}

.servItem .servItem-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 30px 0 45px;
}

.servItem .servItem-img img {
    max-width: 1000px;
}

.xgfCard {
    margin: 50px auto 0;
}

.xgfCard .item:nth-child(4n) {
    margin-right: 0;
}

.xgfCard .item {
    width: 280px;
    display: inline-block;
    height: 200px;
    margin-bottom: 30px;
    padding: 26px 20px;
    margin-right: 22px;
    background-color: #f1f1f1;
}

.xgfCard .item-div {
    display: block;
    font-size: initial;
}

.xgfCard .pic {
    padding-bottom: 14px;
    text-align: center;
}

.xgfCard .pic img {
    border-radius: 9px;
}

.xgfCard .info {
    width: 100%;
}

.xgfCard .name {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}