@font-face {
    font-family: 'Conv_DINCondensedC';
    src: url('../fonts/DINCondensedC.eot');
    src: local('â˜º'), url('../font/DINCondensedC.woff') format('woff'), url('../font/DINCondensedC.ttf') format('truetype'), url('../font/DINCondensedC.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "微软雅黑;", Helvetica Neue, sans-serif, Arial;
    height: 100%;
    position: relative;
}

input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    font-weight: 400;
}

::-webkit-selection {
    color: #fff;
    background: #031663;
}

::-moz-selection {
    color: #fff;
    background: #031663;
}

::selection {
    color: #fff;
    background: #031663;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    color: #031663;
    transition: none
}

a.text-gray:hover {
    color: #6E6E6E
}

p {
    margin: 0
}

dl,
dd,
ul,
li {
    margin: 0;
    padding: 0;
    /* list-style: none */
}

.fixed {
    z-index: 9999;
}

.bg-gray {
    background: #F6F6F6
}

.bg-sub {
    background: #6e6e6e
}

.bg-white {
    background: #FFFFFF;
}

/* 标签 */
.tag {
    display: inline-block;
    transition: .5s
}

.tag.padding {
    padding: 5px 12px
}

.tags {
    color: #031663 !important;
    border: 1px solid #031663 !important;
    background-color: unset;
}

/* 英文字体begin */
.Conv_DINCondensedC {
    font-family: "Conv_DINCondensedC";
}

/* 英文字体end */

.mb5 {
    margin-bottom: 5px;
}

/* 行距 begin*/
.blank {
    height: 10px;
    line-height: 10px;
    clear: both;
    font-size: 0
}

.blank-small {
    height: 20px;
    line-height: 20px;
    clear: both;
    font-size: 0
}

.blank-middle {
    height: 30px;
    line-height: 30px;
    clear: both;
    font-size: 0;
    border-bottom: 1px solid #282A29;
}

.blank-placeholder-mini {
    height: 30px;
    line-height: 30px;
    clear: both;
    font-size: 0;
}

.blank-placeholder-medium {
    height: 40px;
    line-height: 40px;
    clear: both;
    font-size: 0;
}

.blank-placeholder-least {
    height: 50px;
    line-height: 50px;
    clear: both;
    font-size: 0;
}

.blank-placeholder-small {
    height: 60px;
    line-height: 60px;
    clear: both;
    font-size: 0;
}

.blank-placeholder-middle {
    height: 70px;
    line-height: 70px;
    clear: both;
    font-size: 0;
}

.blank-big {
    height: 80px;
    line-height: 80px;
    clear: both;
    font-size: 0
}

.blank-large {
    height: 80px;
    line-height: 80px;
    clear: both;
    font-size: 0
}

/* 行距 end*/

.sidebar-l {
    margin-right: 30px
}

.sidebar-r {
    margin-left: 0px;
}

.container-layout {
    max-width: 1200px;
}

.line-large {
    margin-left: -15px;
    margin-right: -15px
}

.line-large .x1,
.line-large .x2,
.line-large .x3,
.line-large .x4,
.line-large .x5,
.line-large .x6,
.line-large .x7,
.line-large .x8,
.line-large .x9,
.line-large .x10,
.line-large .x11,
.line-large .x12,
.line-large .xl1,
.line-large .xl2,
.line-large .xl3,
.line-large .xl4,
.line-large .xl5,
.line-large .xl6,
.line-large .xl7,
.line-large .xl8,
.line-large .xl9,
.line-large .xl10,
.line-large .xl11,
.line-large .xl12,
.line-large .xs1,
.line-large .xs2,
.line-large .xs3,
.line-large .xs4,
.line-large .xs5,
.line-large .xs6,
.line-large .xs7,
.line-large .xs8,
.line-large .xs9,
.line-large .xs10,
.line-large .xs11,
.line-large .xs12,
.line-large .xm1,
.line-large .xm2,
.line-large .xm3,
.line-large .xm4,
.line-large .xm5,
.line-large .xm6,
.line-large .xm7,
.line-large .xm8,
.line-large .xm9,
.line-large .xm10,
.line-large .xm11,
.line-large .xm12,
.line-large .xb1,
.line-large .xb2,
.line-large .xb3,
.line-large .xb4,
.line-large .xb5,
.line-large .xb6,
.line-large .xb7,
.line-large .xb8,
.line-large .xb9,
.line-large .xb10,
.line-large .xb11,
.line-large .xb12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

/* owl-carousel轮播插件 */
.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    padding: 0;
    text-align: left;
    width: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: #d3d3d3;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 8px;
    background: #000;
    border-radius: 20px
}

.owl-carousel .owl-nav i {
    font-size: 23px;
    color: #fff
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: #000;
    width: 42px;
    height: 42px;
    line-height: 48px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    opacity: 0
}

.owl-carousel .owl-nav .owl-prev {
    background: #000;
    left: 20px;
    right: auto
}

.owl-carousel .owl-nav .owl-next {
    right: 20px
}

/* owl-carousel轮播插件 */

/* 首页轮播 */
.slides-arrow:hover .owl-nav .owl-next,
.slides-arrow:hover .owl-nav .owl-prev {
    opacity: .3
}

.slides-arrow.dot-center .owl-dots {
    position: relative;
    top: -30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 100%
}

/* 首页轮播 */

/* 常用TAB */
.tab-normal .tab-head {
    border-radius: 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    width: 100%;
}

.tab-normal .tab .tab-nav li {
    display: inline-block;
    width: auto;
    text-align: center
}

.tab-normal .tab .tab-nav li a {
    background: #fff;
    color: #6e6e6e;
    border-radius: 30px;
    padding: 0px 20px;
    height: 42px;
    line-height: 42px;
    margin: 0 10px;
    display: block;
    border: 0;
    font-size: 16px;
}

.tab-normal .tab .tab-nav .active a {
    background: linear-gradient(-45deg, #FFD100, #031663);
    cursor: default;
    color: #fff;
    border-bottom: 0px solid #FD3C6B;
}

.tab-normal .tab .tab-nav .active {
    background: none
}

.tab-normal .tab .tab-nav .active a:hover {
    color: #FFF
}

.tab-normal .tab .tab-nav li a:focus {
    outline: none;
}

.tab-normal .tab .tab-nav li a:hover {
    background: linear-gradient(-45deg, #FFD100, #031663);
    color: #fff
}

.tab-normal .tab .tab-body {
    padding: 0;
    border-radius: 0;
    border-top: 0px solid #ff0000
}

/* 常用TAB */

/* 首页产品 */
.carousel-pro .media {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.carousel-pro .media:hover {
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .05);
}

.carousel-pro .button {
    background-color: #FFD100;
    transition: all .5s ease;
    box-shadow: 0 3px 8px 0px rgba(39, 39, 39, 0.26);
}

.carousel-pro .media:hover .button {
    color: #FFF;
    background-color: #031663;
    transition: all .5s ease;
}

.carousel-pro .media-body {
    padding: 10px 0 0 0
}

/* .carousel-pro:hover .owl-nav .owl-next,.carousel-pro:hover .owl-nav .owl-prev{opacity:.6} */
.carousel-pro.dot-center .owl-dots {
    position: relative;
    top: 30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 100%
}

/* 首页产品 */

/* 首页关于我们 */
.home-about {
    background-repeat: no-repeat;
    background-position: center 50%;
    background-size: cover
}

.home-about .padding-large {
    padding: 40px 50px
}

.home-about h2 {
    position: relative;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 40px;
    word-break: break-all
}

/* .home-about h2:before {content:'';display:block;position:absolute;background:#FFD100;width:30px;height:3px;bottom:-15px;left:0;} */
/* 首页关于我们 */

/* 首页解决方案 */
.solution .media-img {
    position: relative;
}

.solution .media-img .mask {
    opacity: 0;
    z-index: 3;
    background: url(../images/solution-hover.jpg) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
}

.solution .media-img .mask .subtitle {
    padding: 25px
}

.solution .media-img .mask .more {
    position: absolute;
    bottom: 25px;
    right: 25px
}

.solution .media-img:hover .mask {
    z-index: 5;
    transition: 0.3s;
    opacity: 1;
    transform: scale(1.1);
}

.solution .media-img .linear-link {
    z-index: 1;
    opacity: 1;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .2) 65%, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s;
}

.solution .media-img .linear-link .subtitle {
    padding: 0 25px;
    z-index: 3;
    width: 100%;
    bottom: 25px;
    left: 0;
    position: absolute;
    transition: 0.3s;
}

/* 首页解决方案 */

/* 首页新闻 */
.home-news-l {
    margin-right: 10px
}

.home-news-r {
    margin-left: 10px
}

.home-news-h .media-img {
    position: relative;
}

.home-news-h .media-img .post-title {
    background: #fff;
    bottom: -30px;
    left: 30px;
    width: 65%;
    padding: 20px;
    position: absolute;
    color: #333;
    transition: 0.5s;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.06)
}

.home-news-h .media-img:hover .post-title {
    bottom: 30px;
}

.home-news-h .media-img .post-title h3 a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: block;
}

/* .home-news-h .media-img:hover .post-title h3 a {color:#FFF;} */
.home-news-h .button {
    margin-top: 1rem;
    width: 48px;
    line-height: 28px;
    font-size: 18px;
    background: #FFD100;
    color: #fff
}

.home-news-h .media-img:hover .button {
    background: #031663;
    color: #fff;
}

.home-news-c:hover {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
}

.home-news-c .news-time {
    margin: 20px 15px 0 0px;
    border-right: 2px solid #eee;
    padding: 0
}

.home-news-c .news-time .text-large {
    font-size: 42px;
    line-height: 48px;
}

.home-news-c .news-title {
    margin-top: 20px;
    margin-left: 15px
}

.home-news-c .news-title h2 a {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news-c:hover .news-title h2 a {
    color: #031663
}

/* 首页新闻 end */

/* 路径 */
.nav-bread {
    padding: 0;
    height: 57px;
    line-height: 57px;
    font-size: 0;
}

.nav-bread h2 {
    font-size: 24px;
    font-weight: 600
}

.nav-bread i {
    color: #888888;
}

.nav-bread a {
    color: #888888;
    font-size: 14px;
    display: inline-block;
}

.nav-bread a:hover {
    color: #031663
}

.nav-bread a:after {
    content: "";
    padding: 0 10px;
    background: url(../images/nav-bread.jpg) no-repeat center 50%;
}

.nav-bread a:last-child:after {
    content: "";
    background: none;
}

/* 路径 */

/* 上下篇  */
.prenext-pro a.button {
    height: 70px;
    line-height: 70px;
    padding: 0 25px
}

.prenext-pro a.button:hover {
    background: #031663;
    color: #fff
}

.prenext-pro a.border {
    border: 1px solid #eee
}

/*分页 begin*/
.pagination li {
    margin: 0 5px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
}

.pagination li a {
    border-radius: 4px;
    color: #6e6e6e;
    background: #fff;
    padding: 12px 16px;
    border: 1px solid #DCDCDC;
}

/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,
.pagination li a:hover {
    background: #031663;
    color: #fff;
    border: 1px solid #031663;
}

/*分页 end*/

/* 标题样式-居中 */
.title-c {
    position: relative;
}

.title-c h3 {
    position: relative;
    color: #0C2E92;
    text-decoration: underline;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 auto 50px auto;
    font-weight: 500;
    z-index: 1;
}

/* .title-c h3:before {background:#FFD100;content:'';display:block;position:absolute;width:30px;height:3px;bottom:-15px;left:50%;margin-left:-15px;} */

/* 标题样式-左 */
.title-l h2 {
    line-height: 28px;
    height: 28px;
    color: #333;
    position: relative;
    font-size: 18px;
    letter-spacing: 0;
    padding-left: 20px;
    margin-bottom: 10px;
}

.title-l h2:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 20px;
    top: 4px;
    background: #031663;
    left: 0
}

/* 下拉分类 */
.nav-tree {
    font-size: 0;
    height: 70px;
    line-height: 70px
}

/*font-size:0去掉 display:inline-block间隔 */
.nav-tree li {
    position: relative;
    display: inline-block;
}

.nav-tree li a {
    color: #6E6E6E;
    display: block;
    padding: 0 30px;
    font-size: 16px;
    background: #fff;
}

.nav-tree li a.active,
.nav-tree li a.cur {
    background: linear-gradient(-45deg, #FFD100, #031663);
    color: #fff
}

.nav-tree li.focusa a {
    background: linear-gradient(-45deg, #FFD100, #031663);
    color: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0;
}

.nav-tree li ul:after {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

.nav-tree li ul {
    top: 70px;
    left: 0;
    background: #fff;
    padding: 10px 0;
    z-index: 99;
    position: absolute;
    width: 100%;
    display: none;
    border-radius: 0px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03);
}

.nav-tree li ul li {
    display: block;
    width: 100%;
    text-align: left;
}

.nav-tree li ul li.children a {
    font-size: 14px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    display: block;
    color: #6e6e6e;
    line-height: 34px;
    height: 34px
}

.nav-tree li ul li.children a.active,
.nav-tree li ul li.children a:hover {
    color: #031663
}

/*
.nav-tree li ul li.children:first-child a{border-top-left-radius:0px;border-top-right-radius:0px;}
.nav-tree li ul li.children:last-child a{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
*/
/* 下拉分类 */

/* 属性 */
.filter-box .padding-big {
    padding: 15px 25px
}

.filter-box dl {
    margin: 15px 0;
    display: flex;
}

.filter-box dl dt {
    width: 8%;
    display: block;
    flex: none;
    line-height: 24px;
    font-weight: normal
}

.filter-box dl dd {
    display: block;
    float: left;
    position: relative;
}

.filter-nav ul li {
    margin: 0;
    display: block;
    float: left;
    width: auto;
    line-height: 24px;
}

.filter-nav ul li a {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    cursor: pointer;
    display: block;
    color: #6E6E6E;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.filter-nav ul li a:hover {
    color: #031663;
}

.filter-nav ul li a.active {
    color: #fff;
    background: #031663
}

.filter-nav ul li b {
    font-weight: normal;
}

/* 横向不带ICO导航 */
.nav-x {
    background: #fff;
    width: 100%;
    position: relative;
}

.nav-x .menu-toggle h3 {
    display: none
}

.nav-x ul {
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center
}

.nav-x li {
    display: inline-block
}

.nav-x li i {
    margin: 0px auto 5px auto;
    font-size: 24px;
    display: block;
}

.nav-x li a {
    font-size: 16px;
    padding: 0;
    height: 70px;
    line-height: 70px;
    color: #6e6e6e;
    text-align: center;
    display: block;
}

.nav-x li a:hover {
    color: #031663
}

.nav-x li a.active {
    background: linear-gradient(-45deg, #FFD100, #031663);
    color: #fff
}

.col-2 {
    width: 10%
}

/* 横向不带ICO导航 */

/* 新闻列表 */
.list-news {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.list-news .time {
    margin-right: -20px;
    padding: 15px 0 10px 0;
    border-right: 1px solid #eee;
}

.list-news .time .text-large {
    font-size: 52px;
    line-height: 54px;
}

.list-news .news {
    margin-left: 50px;
    margin-right: 30px
}

.list-news .news h3 a {
    display: block;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px
}

.list-news .button {
    width: 70px;
    line-height: 56px;
    font-size: 24px;
    border: 1px solid #ebebeb;
}

.list-news .button i {
    font-size: 22px;
}

.list-news:hover .button {
    background: #031663;
    color: #fff;
    border: 1px solid #031663
}

.list-news:hover h3 a {
    color: #031663
}

/* 新闻列表 */

/* 纯文字列表  begin*/
.list-post-text li {
    padding: 5px 0;
}

.list-post-text li a {
    display: block;
}

.list-post-text li.dot a {
    padding-left: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-post-text li.dot:hover a:before {
    background: #031663;
}

.list-post-text li.dot a:before {
    content: '';
    position: absolute;
    left: -2px;
    background: #ccc;
    width: 6px;
    height: 6px;
    top: 9px;
    border-radius: 50%
}

/* 纯文字列表  end*/

/* 下载列表 */
.normal-list li {
    position: relative;
    display: block;
    background: #FFF;
    margin-bottom: 20px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.normal-list li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 25px 30px 25px 50px;
    color: #333;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.normal-list li span {
    color: #888888;
    position: absolute;
    right: 30px;
    top: 28px
}

.normal-list li:hover {
    background: #031663;
    color: #FFF;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.normal-list li:hover a,
.normal-list li:hover span {
    color: #FFF
}

.normal-list li.dot:hover a:before {
    background: #fff;
}

.normal-list li.dot a {
    position: relative
}

.normal-list li.dot a:before {
    content: '';
    position: absolute;
    left: 30px;
    background: #ececec;
    width: 7px;
    height: 7px;
    top: 35px;
    border-radius: 50%
}

/* 下载详细页begin */
.download-detail {
    position: relative;
    z-index: 3
}

.download-detail .button-big {
    padding: 15px 25px
}

/* 下载详细页end */

/* ===视频教程 beign*/
/* ====视频教程列表 begin*/
.video-list .media {
    -webkit-transition: .5s;
    transition: .5s;
}

.video-list .media:hover {
    box-shadow: 0 30px 50px rgba(229, 229, 229, .8)
}

.video-list .media-img {
    position: relative;
    overflow: hidden
}

.video-list .media-body .padding-big {
    padding: 20px
}

.video-list .media-body h2 {
    margin: 0 0 20px 0;
    overflow: hidden
}

.video-list .media a.play {
    opacity: .6;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.video-list .media a.play i {
    font-size: 24px;
}

.video-list .media .playtime {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0 8px;
    height: 20px;
    line-height: 18px;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.video-list .media:hover a.collect,
.video-list .media:hover a.play {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.video-list .excerpt-info ul li.v2-1 {
    width: 50%
}

.video-list .excerpt-info ul li.v2-2 {
    width: 50%;
}

/* 视频教程列表 end*/

/* =====视频内容页 */
.video-detail .tab-head {
    border-radius: 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    padding-left: 25px;
    border-bottom: 1px solid #EFEFEF
}

.video-detail .tab .tab-nav li {
    display: inline-block;
    width: 13%;
    margin: 0
}

/* .video-detail .tab .tab-nav li:last-child {margin-right:0px} */
.video-detail .tab .tab-nav li a {
    color: #616770;
    padding: 18px 0;
    border: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    display: block;
    line-height: 20px;
    font-weight: 500;
    border-radius: 0;
    font-size: 16px;
    text-align: center;
}

.video-detail .tab .tab-nav .active {
    border-radius: 0px;
}

.video-detail .tab .tab-nav .active a {
    margin-bottom: -1px;
    cursor: default;
    background: #FFF;
    border-bottom: 2px solid #031663;
    font-weight: 600
}

.video-detail .tab .tab-nav li a,
.video-detail .tab .tab-nav .active a:focus {
    outline: none;
}

.video-detail .tab .tab-body {
    border-radius: 0;
    border-top: solid 0px #ebebeb;
    padding: 25px
}

/* ======播放器 */
.jw-video {
    text-align: center;
    height: 510px;
    border-right: 1px solid #433D3D;
}

.jw-video video {
    width: auto;
    max-width: 100%;
    height: 100%;
}

.jw-video-expense {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #616770;
    z-index: 1;
    display: none
}

.jw-video-expense .apply {
    position: absolute;
    left: 50%;
    margin-left: -176px;
    top: 50%;
    margin-top: -50px
}

.jw-video-expense .button {
    cursor: pointer
}

.video-period .price {
    font-size: 32px;
    margin-top: 5px
}

.video-buy-now {
    cursor: pointer;
    width: 130px;
    float: right
}

.video-free-now {
    width: 130px;
    padding: 10px 0;
    float: right
}

.video-title h1 {
    font-size: 24px;
    display: block;
}

.video-period-title {
    padding: 15px 10px 15px 20px
}

.video-period-list {
    overflow: hidden;
    height: 410px;
    overflow-y: auto
}

.video-period-list li {
    height: 69px;
    width: 100%;
    border-bottom: 1px #433D3D solid;
    position: relative;
    text-align: left
}

.video-period-list li a {
    display: block;
    padding: 8px 10px 8px 50px
}

.video-period-list li a.cur {
    background: #2D2D2D;
    display: block;
}

.video-period-list li:hover {
    background: #2D2D2D;
}

.video-period-list li p {
    font-size: 14px;
    color: #888888;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.video-period-list li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 13px;
    left: 18px;
    top: 15px;
    background: url(../images/video-ico.jpg) no-repeat;
    z-index: 4
}

.video-period-list li .video-info {
    padding-top: 8px;
    position: relative;
    color: #616770
}

.video-period-list li .video-info span {
    position: absolute;
    right: 0;
    width: 62px;
    text-align: right
}

.video-period-list li:last-child {
    border-bottom: none
}

.video-content-tit {
    padding: 5px 30px 0;
    line-height: 50px;
    border-bottom: 1px solid #ECEFF5
}

.video-content-tit h2 {
    font-size: 18px;
    color: #434C5A;
    border-bottom: 1px solid #434C5A;
    display: block;
    width: 72px;
    margin-bottom: -1px
}

/* 播放器 end*/
/* 视频内容页end */
/* 视频教程 end*/

/* 横向左图右字列表 begin*/
.list-post-x .media {
    margin-bottom: 20px
}

.list-post-x .media.border {
    border: 0;
    border-bottom: 1px solid #ECEFF5;
    padding-bottom: 20px
}

.list-post-x .media img {
    transition: all .3s ease-out
}

.list-post-x .media .thumb-md {
    position: relative;
    max-width: 100px;
    overflow: hidden
}

.list-post-x .media .thumb-md .playtime {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 0 5px;
    height: 20px;
    line-height: 18px;
    background: rgba(0, 0, 0, .6);
    z-index: 3;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.list-post-x .media .thumb-md .playicon {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    line-height: 18px
}

.list-post-x .media:hover img {
    transition: all .3s ease-out;
    transform: scale(1.1)
}

.list-post-x .media.media-x .float-left {
    margin-right: 15px
}

.list-post-x .media.media-x .float-right {
    margin-left: 15px
}

.list-post-x .media.media-x .media-body {
    text-align: left;
    padding: 0
}

.list-post-x .media a:hover {
    color: #434C5A
}

.list-post-x .media-body p {
    color: #888888;
    line-height: 22px
}

.list-post-x .media:last-child {
    margin-bottom: 0
}

/* 横向上图下字列表 end *

/* 内容 begin */
.article {
    overflow: hidden
}

.article .padding-large {
    padding: 30px 50px
}

.article .post h1 {
    font-size: 28px;
    font-weight: 600;
}

.article .post h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0
}

.article .post h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0
}

.article .post hr {
    margin: 10px 0;
    height: 1px
}

.article .post strong {
    font-size: 16px;
    margin: 10px 0
}

.article .post table {
    margin: 20px 0
}

.article .post table th {
    background: #daf0fd;
    color: #fff;
    border: 1px solid #fff
}

.article .post table tr.ue-table-interlace-color-single {
    background: #daf0fd
}

.article .post p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px
}

.article .post img {
    max-width: 100%;
    height: auto !important;
}

.article .post a {
    text-decoration: none;
}

.article .post a:hover {
    color: #031663;
    border-bottom: 0 solid #031663
}

.article .post .text-right {
    text-align: right
}

.article .post ul li {
    padding: 0 0 5px 20px;
    position: relative;
    font-size: 16px
}

.article .post ul li p {
    line-height: 24px
}

.article .post ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #888888;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.article .post ol {
    padding: 10px 0 0 0
}

.article .post ol.list-paddingleft-2 {
    position: relative
}

.article .post ol li {
    padding: 0;
    position: relative
}

.article .post ol li p {
    line-height: 26px;
    font-size: 16px;
    color: #888888
}

/* 内容 end */

/* 产品列表*/
.product-list .media {
    -webkit-transition: .3s;
    transition: .3s;
}

.product-list .media:hover {
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 5px 20px 5px rgba(0, 0, 0, .05);
}

.product-list .media-body {
    padding: 10px 0 0 0
}

.product-list .media:hover .media-body h2 a {
    color: #031663;
}

.price-info ul li.v2-1 {
    width: 50%
}

.price-info ul li.v2-2 {
    width: 50%;
}

/*产品列表*/

/* 产品详细页begin */
.product-description .padding-large {
    padding: 30px 0 0 30px
}

.product-description .padding-large-top {
    padding: 0
}

.product-description p {
    line-height: 24px
}

.product-description .zoomimg {
    width: 474px
}

/* PC端独有 */

/* 产品详情TAB begin */
.product-overview .tab-head {
    border-radius: 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    width: 100%;
    border-bottom: 1px solid #EFEFEF
}

.product-overview .tab .tab-nav li {
    display: inline-block;
    width: 12%;
}

.product-overview .tab .tab-nav li a {
    margin-bottom: -1px;
    color: #6E6E6E;
    padding: 20px 0;
    display: block;
    line-height: 24px;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
}

.product-overview .tab .tab-nav .active {
    border-radius: 0px;
}

.product-overview .tab .tab-nav .active a {
    cursor: default;
    color: #031663;
    background: #FFF;
    border-bottom: 3px solid #031663;
}

.product-overview .tab .tab-nav li a,
.product-overview .tab .tab-nav .active a:focus {
    outline: none;
}

.product-overview .tab .tab-body {
    padding: 0;
    border-radius: 0;
    border-top: solid 0px #ebebeb;
}

/* 产品详情TAB END */

/* 放大镜 begin */
#zoomimg {
    cursor: pointer;
    display: block
}

.pro-thumb .item img {
    border: 1px solid #ececec
}

.pro-thumb .item:hover img {
    border: 1px solid #031663
}

.pro-thumb:hover .owl-nav .owl-prev,
.pro-thumb:hover .owl-nav .owl-next {
    opacity: .6;
}

/* 放大镜 end */

/* 商品参数 */
.attribute li {
    position: relative;
    color: #666;
    line-height: 32px;
}

/* .attribute li:before {content:'';position:absolute;left:0px;background:#ccc;width:6px;height:6px;top:11px;border-radius:50%;} */
.attribute li span {
    color: #999
}

/* 商品参数 end */

/* 商品详情 */
.content img {
    max-width: 100% !important;
    height: auto !important;
}

/* 商品详情 end */

/* 产品详细页end */

.job-list {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.job-list:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.job-list dt {
    font-weight: normal
}

/* 弹出层*/

.dialog {
    border-radius: 0;
    border: 0 solid #ebebeb;
    margin: 0 auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.dialog .dialog-head {
    font-size: 18px;
    border-bottom: 0;
    background: #FFF;
    color: #383838;
}

.dialog .dialog-head .close {
    float: right;
    line-height: 24px
}

.dialog .dialog-body {
    padding: 10px 40px 40px 40px;
}

.dialog-body h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px
}

.dialog-body .form-group {
    padding-bottom: 20px
}

.dialog-body .input {
    height: 48px;
    line-height: 24px;
    padding: 0 12px;
    border: 1px solid #ebebeb;
    width: 100%;
    display: block;
    border-radius: 0px;
    -webkit-appearance: none;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
    background: transparent;
}

.dialog-body .textarea {
    padding: 10px 12px;
    line-height: 24px;
    width: 100%;
    background: transparent;
    border: 1px solid #ebebeb;
}

.dialog-body .label {
    padding-bottom: 10px;
    display: block;
    line-height: 24px;
}

.dialog-body .label label {
    font-weight: 400;
}

.dialog-body select {
    padding: 0 30px 0 8px;
    color: #ADADAD;
    border-radius: 0px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: solid 1px #ebebeb;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-down.jpg) no-repeat right 50%;
}

.dialog-body .form-tips .dialog-body .input-help ul {
    border: solid 0px #ebebeb;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 0 0 #fff;
    border-radius: 0 0 4px 4px;
    width: 150px;
    min-width: 150px;
    width: auto;
    _width: 150px;
    color: #EE3333;
    font-size: 12px
}

.dialog-body .input::-webkit-input-placeholder,
.dialog-body .textarea::-webkit-input-placeholder {
    color: #6E6E6E;
}

.dialog-body .input:-moz-placeholder,
.dialog-body .textarea:-moz-placeholder {
    color: #6E6E6E;
}

.dialog-body .input::-moz-placeholder,
.dialog-body .textarea::-moz-placeholder {
    color: #6E6E6E;
}

.dialog-body .input:-ms-input-placeholder,
.dialog-body .textarea:-ms-input-placeholder {
    color: #6E6E6E;
}

.dialog-body .input-group .addon {
    background-color: #fff;
    border: 0px solid #EBEBEB;
    border-radius: 0px;
    line-height: 1;
    padding: 0;
    text-align: center
}

.dialog-body .input-group .addon img {
    max-height: 50px
}

/* 弹出层 end*/

/*  联系我们begin  */
.inside h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 20px
}

.inside .contact {
    padding: 0 0 50px 0;
}

.inside .contact hr {
    height: 1px;
    background: #F2F2F2
}

.inside .contact .media {
    margin: 0;
    padding: 0 0 30px 0;
}

.inside .contact .media span {
    width: 42px;
    height: 42px;
    line-height: 64px;
}

.inside .contact .media i {
    font-size: 36px;
}

.inside .contact .media .media-body {
    padding: 0 0 0 10px;
    margin-top: 0px;
}

.inside .contact .media .media-body a,
.inside .contact .media .media-body p {
    color: #333;
}

.inside .wx {
    border: 1px solid #eee;
    padding: 20px 30px;
}

.home-contact {
    background: #cacaca
}

.home-contact .title {
    position: relative;
    width: 590px;
    float: right;
    text-align: left;
}

.home-contact .title h2 {
    font-size: 64px;
    line-height: 64px;
    padding-top: 25%;
    padding-right: 50px;
    padding-bottom: 30px;
}

.home-contact .title h2 span {
    color: #031663
}

.home-contact .title a {
    font-size: 24px;
    text-decoration: none;
    border-bottom: 2px solid #031663;
    color: #FFF;
}

.home-contact .title a:hover {
    border-bottom: 0 solid #82CC37;
}

.home-contact .gb {
    position: relative;
    width: 590px;
    float: right;
    text-align: left;
}

/*guestbook*/
.guestbook {
    padding: 50px 80px 50px 0
}

.guestbook h2 {
    font-size: 24px;
    font-weight: 600
}

.guestbook .padding {
    padding: 50px;
}

.guestbook .form-group {
    padding-bottom: 20px
}

.guestbook .input {
    font-size: 16px;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    border: 0;
    width: 100%;
    display: block;
    -webkit-appearance: none;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0) inset;
}

.guestbook .textarea {
    padding: 12px;
    line-height: 24px;
    width: 100%;
    font-size: 16px;
    background: #fff;
    border: 0;
}


.guestbook .label {
    display: block;
    line-height: 24px;
}

.guestbook .label label {
    font-weight: 400;
}

.guestbook .field {
    font-size: 16px
}

.guestbook select {
    font-size: 16px;
    padding: 0 35px 0 15px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url(../images/select-down.jpg) no-repeat right 50%;
    color: #666;
}

.guestbook .form-tips .guestbook .input-help ul {
    border: 0;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 0 0 #fff;
    border-radius: 0 0 4px 4px;
    width: 150px;
    min-width: 150px;
    width: auto;
    _width: 150px;
    color: #EE3333;
    font-size: 12px
}

.form-group .field {
    display: flex;
    align-items: center;
    position: relative;
}

.empty {
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-right: 6px;
}

.empty span:last-child {
    color: #ff0000;
}

/* 联系我们end */

.channel-banner {
    height: 350px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.channel-banner .banner-info {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0;
    right: 0;
    z-index: 3
}

.channel-banner .banner-info h3 {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px
}

.channel-banner .banner-info h3:before {
    left: 50%;
    margin-left: -15px;
    bottom: -10px;
    width: 30px;
    height: 3px;
    background: #031663;
    content: '';
    display: block;
    position: absolute;
}

.channel-banner .banner-info p {
    font-size: 36px;
}

/* 底部地图版权 begin*/
/* footer{padding:70px 0 0 0;} */
footer h3 {
    font-weight: 500;
    color: #fff
}

footer ul li.item-1 {
    width: 15%
}

footer ul li.item-2 {
    width: 15%
}

footer ul li.item-3 {
    width: 15%
}

footer ul li.item-4 {
    width: 15%
}

footer ul li.item-5 {
    width: 30%
}

/* footer ul li.item-5 {padding-right:38px;} */
footer ul li.item-6 {
    width: 10%
}

footer ul li ul li a {
    line-height: 32px;
    color: #BDBCC0
}

footer ul li ul li a:hover,
footer .contact .media .media-body a:hover {
    color: #fff;
}

footer .contact {
    padding-top: 3px
}

footer .contact .media {
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
}

footer .contact .media span {
    width: 24px;
    height: 24px;
}

footer .contact .media i {
    line-height: 24px;
}

footer .contact .media .media-body a,
footer .contact .media .media-body {
    padding: 0;
    color: #888;
    line-height: 24px;
}

footer .qr {
    margin-left: 20px;
    background: #484848;
}

footer .qr img {
    width: 100%
}

footer .copyright {
    padding: 20px 0 60px 0;
    color: #5A5D5B;
}

footer .copyright a {
    margin-left: 5px;
    color: #FFFFFF
}

footer .tab-head {
    border-radius: 0;
    font-size: 0;
    -webkit-text-size-adjust: none;
    padding: 0;
    border-bottom: 1px solid #404040
}

footer .tab .tab-nav li {
    display: inline-block;
    width: auto;
    margin: 0 20px 0 0
}

footer .tab .tab-nav li a {
    color: #888;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    display: block;
    line-height: 20px;
    border-radius: 0;
    font-size: 16px;
}

footer .tab .tab-nav .active {
    border-radius: 0px;
}

footer .tab .tab-nav .active a {
    margin-bottom: -1px;
    cursor: default;
    border-bottom: 1px solid #FFB133;
}

footer .tab .tab-nav li a,
footer .tab .tab-nav .active a:focus {
    outline: none;
}

footer .tab .tab-body {
    border-radius: 0;
    border-top: solid 0px #ebebeb;
    padding: 25px 0
}

footer .tab .tab-body .flink a {
    display: inline-block;
    margin-right: 15px;
    line-height: 24px
}

footer .tab .tab-body .flink a img {
    width: 110px;
    height: 58px;
}

/* 底部地图版权 end*/
@media screen and (max-width:1440px) {
    .container-layout {
        max-width: 98%;
    }
}

/* 公共标题样式 */
.common-title {
    color: #203473;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
}

/* 公共面包屑样式 */
.nav-bread-a {
    font-size: 16px;
}

/* 外层容器 */
.container-big {
    position: relative;
}

.nav-bread-a a {
    color: #787878;
}

.nav-bread-a a:last-child {
    color: #031663;
}

/* 品牌服务 begin */
.service-zone {
    color: #031663;
    /* padding: 113px 0 124px 0; */
}

.title-t {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
}

.title-t-1,
.title-t-2 {
    line-height: 35px;

}

.title-t-1 {
    padding-bottom: 12px;
}

.t-bold {
    font-weight: bold;
}

.t-bold-big {
    font-weight: bold;
    font-size: 36px;
}

.t-text {
    font-size: 22px;
}

.sub {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    float: left;
    width: 33.33%;
    position: relative;
    transition: 0.3;
}

.sub p {
    font-size: 26px;
}

.sub-t {
    font-size: 26px;
    padding: 27px 0 18px 0;
}

/* 品牌服务 end */

/* 技术大禹 begin*/
.btn-text {
    color: #4C4C4C;
}

.text-main {
    color: #0C2E92;
}

.explain-l {
    width: 30%;
    float: left;
    padding-top: 140px;
}

.font-style {
    color: #959595;
    font-size: 16px;
}

.card-r {
    width: 70%;
    float: left;
    padding: 76px 0 0 50px;
    list-style: none;
}

.card-r li {
    width: calc(50% - 13px);
    height: 222px;
    float: left;
    position: relative;
}

.card-r li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    font-weight: normal;
    background: none;
}

.card-r li a:hover {
    color: inherit;
    text-decoration: none;
    background: none;
    font-weight: normal;
}

.card-r li img {
    float: right;
}

.card-r li span {
    font-size: 26px;
    position: absolute;
    left: 23px;
    bottom: 47px;
}

.card-r-1 {
    padding: 12px 31px 0 0;
}

.card-r-2 {
    padding: 16px 24px 0 0;
}

.card-r-3 {
    padding: 8px 7px 0 0;
}

.card-r-4 {
    padding: 25px 7px 0 0;
}

.card-r-1,
.card-r-4 {
    background: #7584A9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #FFFFFF;
}

.card-r-2,
.card-r-3 {
    background: #F7F7F7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: #041360;
}

.card-r-1,
.card-r-3 {
    margin-right: 25px;
}

.card-r-1,
.card-r-2 {
    margin-bottom: 25px;
}

/* 技术大禹 end */

/* 最新产品 begin*/
.product-title-en {
    font-weight: bold;
    font-size: 46px;
    color: #F7F7F7;
    position: absolute;
    left: calc(50% - 175px);
    top: 18px;
}

.product-swiper-container {
    width: 100%;
    overflow: hidden;
}

.product-swiper-container .swiper-wrapper {
    display: flex;
    transition-property: transform;
}

.product-swiper-container .swiper-slide {
    flex: 0 0 calc(25% - 30px);
    text-align: center;
    box-sizing: border-box;
    margin-right: 30px;
    background: #F7F7F7;
    border-radius: 22px;
}

.product-swiper-container .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-swiper-container .latest-product-title {
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
    background: #0C2893;
    border-radius: 0px 0px 20px 20px;
    color: #FFFFFF;
}

.product-swiper-container .latest-product-img {
    width: 95%;
    height: 300px;
    overflow: hidden;
    margin: 10px auto 0;
    padding: 0;
    position: relative;
}

/* 最新产品 end */

/* 调整底部地图版权 begin*/
.bottom-l-float {
    float: left;
    padding-top: 174px;
}

.contact-way h3 {
    color: #FFFFFF;
}

.contact-way li span {
    line-height: 32px;
    color: #BDBCC0;
}

.foot-sns {
    height: 35px;
}

.image-container-ali,
.image-container-qq,
.image-container-WeChat,
.image-container-douyin {
    width: 35px;
    height: 35px;
    position: relative;
    margin-right: 27px;
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
    transition: background-image 0.3s ease;
    -webkit-transition: background-image 0.3s ease;
    -moz-transition: background-image 0.3s ease;
    -ms-transition: background-image 0.3s ease;
    -o-transition: background-image 0.3s ease;
}

.image-container-ali {
    background-image: url("/template/pc/skin/images/ali-logo.jpg");
}

.image-container-ali:hover {
    background-image: url("/template/pc/skin/images/ali-logo-blue.jpg");
}

.image-container-qq {
    background-image: url("/template/pc/skin/images/qq-logo.jpg");
}

.image-container-qq:hover {
    background-image: url("/template/pc/skin/images/qq-logo-blue.jpg");
}

.image-container-WeChat {
    width: 45px;
    background-image: url("/template/pc/skin/images/WeChat-logo.jpg");

}

.image-container-WeChat:hover {
    background-image: url("/template/pc/skin/images/WeChat-logo-blue.jpg");
}

.image-container-douyin {
    background-image: url("/template/pc/skin/images/douyin-logo.jpg");

}

.image-container-douyin:hover {
    background-image: url("/template/pc/skin/images/douyin-logo-blue.jpg");
}

.qr-code {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.msg1,
.msg2,
.msg3,
.msg4 {
    position: absolute;
    right: -17px;
    top: 52px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    display: none;
}

.msg1::before,
.msg2::before,
.msg3::before,
.msg4::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #FFFFFF;
    right: 30px;
    top: -19px;

}

.image-container-ali:hover .msg1,
.image-container-qq:hover .msg2,
.image-container-WeChat:hover .msg3,
.image-container-douyin:hover .msg4 {
    display: block;
}

.image-container-WeChat img,
.image-container-ali img,
.image-container-douyin img {
    width: 143px;
    height: 143px;
}

.foot-uccn {
    width: 135px;
    height: 135px;
    margin: 35px 0 0 23px;
}

.foot-uccn img {
    width: 100%;
    height: 100%;
}

.foot-margin-1,.foot-margin-2,.foot-margin-3,.foot-margin-4 {
    margin-right: 80px;
}

.foot-logo {
    position: absolute;
    top: 57px;
}

/* 调整底部地图版权 end */

/* 当前位置风格处理 begin*/
.container-bg {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #F8F8F8;
    color: #787878;
    font-weight: 400;
}

/* 当前位置风格处理 end */

/* 联系我们模块 begin */
.container-position {
    position: relative;
}

.contact-title h3 {
    font-size: 36px;
    margin: 0;
}

.contact-title img {
    transform: translate(0, -23px);
    -webkit-transform: translate(0, -23px);
    -moz-transform: translate(0, -23px);
    -ms-transform: translate(0, -23px);
    -o-transform: translate(0, -23px);
}

.feedback-container h3 {
    color: #203473;
    font-size: 28px;
}

.from-height {
    overflow: hidden;
    position: relative;
}

.form-container-left {
    width: 55%;
    max-width: 55%;
    float: left;
}

.form-container-left .form-group {
    width: 48%;
    float: left;
}

.form-container-left .form-group:nth-child(2n) {
    float: right;
}

.form-container-left .form-group input,
.form-container-left .form-group select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    color: #979797;
}

.form-container-left .form-group select {
    width: 100%;
}

input::input-placeholder {
    color: #979797;
}

input::-webkit-input-placeholder {
    color: #979797;
}

input::-moz-placeholder {
    color: #979797;
}

input::-moz-placeholder {
    color: #979797;
}

input::-ms-input-placeholder {
    color: #979797;
}

.form-container-left .form-group-textarea .textarea {
    width: 100%;
    height: 93px;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    padding: 15px;
}

.form-container-right {
    position: relative;
    left: 25px;
    top: 110px;
    overflow: hidden;
    color: #979797;
}

.form-container-right input {
    vertical-align: middle;
}

.submit-btn {
    width: 103px;
    height: 46px;
    background: #253775;
}

.verification-code {
    padding: 18px 0;
}

.verification-code canvas {
    vertical-align: middle;
}

.verification-code input {
    width: 20%;
    height: 45px;
    max-height: 45px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
}

.container-map {
    margin-top: 50px;
}

.container-map img {
    transform: translate(0, -23px);
    -webkit-transform: translate(0, -23px);
    -moz-transform: translate(0, -23px);
    -ms-transform: translate(0, -23px);
    -o-transform: translate(0, -23px);
}

.container-map .title-c h3 {
    margin: 0;
    font-size: 36px;
}

.global-area {
    list-style: none;
}

.global-area li {
    padding-bottom: 16px;
}

.global-area li h3 {
    display: inline-block;
}

.global-area li span {
    padding-left: 13px;
}

.contact-way-left h4 {
    font-size: 28px;
}

.contact-way-left {
    width: 40%;
}

.contact-way-text {
    padding: 15px 0 15px 10px;
    margin-bottom: 12px;
    background: #EBEBEB;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 22px;
}

.contact-way-text img {
    vertical-align: middle;
}

.customer-service-right {
    width: 40%;
    position: absolute;
    right: 3%;
    bottom: 0;

}

.customer-service-right img {
    width: 100%;
    height: 100%;
}

/* 联系我们 end */

/* 加入我们 begin */
.join-title {
    text-align: center;
}

.join-title h3 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1;
}

.join-title span {
    font-weight: 400;
    font-size: 32px;
    color: #DBDBDB;
}

.classify-text {
    overflow: hidden;
}

.classify-text-l {
    display: inline-block;
    float: left;
}

.classify-text-l .text-cn {
    font-size: 32px;
    color: #3C3C3C;
}

.classify-text-l .text-en {
    font-size: 25px;
    letter-spacing: 4px;
    color: #DBDBDB;
}

.classify-text-r {
    display: inline-block;
    float: right;
    font-size: 24px;
    color: #031663;
}

.classify-text-r .consult-phone {
    font-weight: bold;
}

.classify-text-r img {
    vertical-align: middle;
}

.recruitment-table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
}

.table-header {
    display: flex;
    background-color: #F7F7F7;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
    color: #3C3C3C;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.join-container-1 .table-row {
    display: flex;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    color: #787878;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.join-container-1 .column {
    flex: 1;
    padding: 10px;
    text-align: center;
}

.join-container-1 .column:nth-child(2) {
    flex: 2;
}

.join-container-1 .column:nth-child(3) {
    flex: 1;
}

.job-welfare {
    padding: 37px 0 37px 34px;
    background: #F7F7F7;
    border-radius: 20px;
}

/* 加入我们 end */

/* 服务支持 begin */
.container-service-support {
    max-width: 70%;
}

.container-service-support .left-column .text-img {
    width: 100%;
}

.container-service-support .left-column .content {
    font-weight: 400;
    font-size: 18px;
    color: #ABABAB;
    margin: 31px 0 38px 0;
    line-height: 1.5;
}

.container-service-support .content-wrapper .content p,
.text-big-scale .content-wrapper .content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    padding-top: 30px;
    color: #ABABAB;
}

.container-service-support .left-column .images {
    display: flex;
    flex-wrap: wrap;
}

.container-service-support .left-column .images img {
    margin-right: 54px;
}

.container-big .right-column {
    position: absolute;
    right: 0;
    top: 0;
}

.container-big .right-column img {
    height: auto;
}

.text-big-scale {
    padding: 40px 0;
}

.text-big-scale .content-wrapper {
    display: flex;
}

.text-big-scale .text-column {
    width: 60%;
    padding-top: 195px;
    overflow: hidden;
}

.text-big-scale .text-column-right {
    padding-left: 20px;
}

.text-big-scale .text-column-right h2 {
    text-align: right;
}

.text-big-scale .text-column-left {
    padding-right: 20px;
}

.text-big-scale .right-column {
    width: 40%;
    text-align: center;
}

.text-big-scale .right-column img {
    max-width: 100%;
    height: auto;
}

.service-support-bg {
    width: 100%;
    height: 239px;
    margin-top: 27px;
}

.container-text {
    display: flex;
    justify-content: space-between;
}

.container-text .bg-left-column {
    flex: 1;
}

.container-text .bg-right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 200px;
}

.bg-right-column .phone-info {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 79px;
}

.bg-right-column .phone-info img {
    max-width: 50px;
    height: auto;
}

.bg-right-column .phone-number p {
    font-weight: bold;
    font-size: 46px;
    color: #203473;
}

.bg-left-column {
    padding: 66px 0;
}

.bg-left-column h2 {
    font-weight: 800;
    font-size: 46px;
    color: #203473;
}

.bg-left-column p {
    font-weight: 300;
    font-size: 20px;
    color: #203473;
    padding-top: 20px;
}

.phone-info h3 {
    font-weight: 400;
    font-size: 30px;
    color: #203473;
}

/* 服务支持 end */

/* 新闻动态 begin */
.container-article-list {
    width: 100%;
    display: flex;
    padding: 15px 30px 16px 30px;
    margin-bottom: 40px;
    background: #F5F5F5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.article-list-text {
    height: 100%;
    margin-left: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-list-text .top-aligned-text {
    align-self: flex-start;
}

.article-list-text .top-aligned-text h3 {
    padding-bottom: 18px;
}

.article-list-text .top-aligned-text h3 a {
    font-size: 23px;
    color: #000000;
}

.article-list-text .top-aligned-text p {
    color: #4D4A49;
}

.article-list-text .bottom-text {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-self: flex-end;
}

.article-list-text .bottom-text .data-text {
    color: #838182;
}

.article-list-text .bottom-text .jump-text a {
    color: #1F3372;
}

.article-list-img a img {
    width: 270px;
    max-width: 270px;
}

/* 新闻动态 end */

/* 关于大禹 bengin */
.company-profile {
    display: flex;
    margin: 0 auto;
}

.company-profile .image {
    flex: 1;
    padding-right: 30px;
}

.company-profile .image img {}

.company-profile .content {
    flex: 2;
    max-height: 507px;
    overflow: hidden;
    padding: 30px 0 0 30px;
}

/* .company-profile .content :empty {
    display: none;
  } */
.company-profile .content h2 {
    font-size: 36px;
    color: #203473;
    text-decoration: underline;
    line-height: 1;
}

.company-profile .content .title-en {
    font-size: 54px;
    color: #F4F4F4;
    line-height: 1;
}

.company-profile .content .content-text {}

.company-profile p {
    line-height: 2;
    font-size: 16px;
    color: #3F3F3F;
}

.bring-in {
    display: flex;
    justify-content: space-between;
}

.bring-in .left {
    text-align: right;
}

.bring-in .right {
    /* width: 673px;
    max-width: 673px; */
    padding-left: 30px;
    position: relative;
}

.bring-in .block h2 {
    line-height: 1;
    font-size: 36px;
    color: #203473;
    text-decoration: underline;
}

.bring-in .block span {
    font-size: 26px;
    color: #DDDDDD;
}

.bring-in .block h3 {
    font-size: 28px;
    color: #050505;
}

.bring-in .block .icon {
    width: 36px;
    position: relative;
    left: 48px;
    top: -30px;
    z-index: 1;
}

.bring-in p {
    font-size: 16px;
    color: #626262;
    line-height: 2;
}

.expectation {
    padding-left: 420px;
    margin: 0 auto;
}

.expectation .title {
    margin-bottom: 26px;
}

.expectation .title h2 {
    line-height: 1;
    font-size: 36px;
    color: #203473;
    text-decoration: underline;
}

.expectation .title img {
    max-width: 44%;
}

.expectation p {
    font-size: 18px;
    color: #626262;
    line-height: 2;
}

.corporate-vision .title {
    text-align: center;
}

.corporate-vision .title span {
    font-size: 101px;
    color: #F4F4F4;
    opacity: 0.5;
}

.corporate-vision .title h2 {
    line-height: 1;
    font-size: 28px;
    color: #203473;
    position: relative;
    bottom: 32px;
}

.certification-text span {
    font-size: 18px;
    line-height: 2;
}

.certification-text span:first-child {
    color: #3F3F3F;
}

.certification-text span:last-child {
    color: #1F3372;
}

.certification-title {
    text-align: center;
}

.certification-title h2 {
    line-height: 1;
    font-size: 36px;
    color: #203473;
}

.certification-title .title-en {
    display: block;
    color: #DBDBDB;
    padding-top: 6px;
}

.certification-title .split-line span {
    position: relative;
    top: 9px;
}

.certification-title .split-line p {
    width: 100%;
    height: 2px;
    background: #F0F0F0;
}

.industry-user-bg .certification-title .split-line p {
    background: #E4E4E4;
}

.qualification-honor-bg {
    background-color: #FFFFFF;
}

.industry-user-bg {
    background-color: #F2F2F2;
}

.industry-user-bg img {
    width: 100%;
}

.development-history-bg {
    background: #FFFFFF;
}

.development-history-container {
    width: 100%;
    display: flex;
}

.development-history-container .line {
    width: 2px;
    height: 100%;
    background: #494949;
    position: relative;
    left: 65%;
    bottom: 2%;
}

.development-history-container .date {
    display: flex;
    align-items: center;
    color: #203473;
}

.development-history-container .circle {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background-color: #203473;

}

.line-horizontal {
    width: 10px;
    height: 2px;
    display: block;
    background-color: #203473;
}

.development-history-content {
    max-width: calc(100% - 100px)
}

.development-history-content p {
    color: #6D6D6D;
}

.number-img {
    width: 100%;
}

.number-img .number {
    font-size: 36px;
    color: #D6D6D6;
    position: relative;
    top: 18px;
}

.number-img .number-1 {
    left: 7.7%;
}

.number-img .number-2 {
    left: 31.4%;
}

.number-img .number-3 {
    left: 54.3%;
}

.number-img .number-4 {
    left: 77%;
    ;
}

.number-img .top-section {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

.number-img .top-section .line {
    width: 100%;
    height: 1px;
    background-color: #D6D6D6;
}

.number-img .top-section .dot {
    width: 10px;
    height: 10px;
    background-color: #D6D6D6;
    border-radius: 50%;
    position: relative;
}

.number-img .top-section .dot-1 {
    right: 88%;
}

.number-img .top-section .dot-2 {
    right: 61%;
}

.number-img .top-section .dot-3 {
    right: 35%;
}

.number-img .top-section .dot-4 {
    right: 9%;
}

.corporate-culture-container .text-container {
    display: flex;
    justify-content: space-between;
}

.corporate-culture-container .text-container .text-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.corporate-culture-container .text-container .text-icon img {
    width: 36px;
    height: 36px;
}

.corporate-culture-container .text-container .text-icon h2 {
    font-size: 22px;
    color: #203473;
    padding: 8px 0;
}

.corporate-culture-container .text-container .b-text {
    max-width: 215px;
}

.corporate-culture-container .text-container .b-text p {
    color: #626262;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
}

.corporate-culture-container .blank-line {
    position: relative;
    top: 73px;
    width: 100%;
    height: 1px;
    background-color: #D6D6D6;
}

/* 关于大禹 end */

/* 首页最新产品 begin */


/* 首页最新产品 end */

/* 首页新闻begin */
.container-content {
    display: flex;
    flex-direction: row;
    max-height: 200px;
}

.container-content .left-side {
    width: 13%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.container-content .icon {
    max-width: 34px;
    max-height: 36px;
}

.container-content .icon img {
    width: 100%;
    height: 100%;
}

.left-side .title {
    font-weight: 600;
    color: #051463;
}

.center-side {
    width: 39%;
}

.center-side img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.right-side {
    width: 48%;
    padding: 16px 0 16px 20px;
}

.right-side .top-content li h3 .text-main {
    font-size: 16px;
    color: #051463;
}

.right-side ul li p {
    font-size: 12px;
    color: #383537;
    line-height: 2;
}

.right-side .bottom-buttons {
    text-align: right;
}

.right-side .bottom-buttons a {
    color: #1F3372;
}

.right-side ul {
    list-style: none !important;
}

.gray-bg {
    background: #F7F7F7;
}

.top-content .line {
    width: 70%;
    height: 1px;
    background: #DEDEDE;
}

.top-content .line:last-child {
    display: none;
}

/* 首页新闻 end */

/* 电子通讯 begin*/
.electronic-container {
    display: flex;
}

.electronic-container .left-column {
    width: 40%;
}

.electronic-container .left-column img {
    max-width: 100%;
    height: auto;
    display: block;
}

.electronic-container .right-column {
    width: 60%;
    padding: 80px 0 0 50px;
    box-sizing: border-box;
}

.electronic-container .right-column .top-content h2 {
    color: #01195E;
    font-size: 36px;
    text-decoration: underline;
}

.electronic-container .right-column .top-content span {
    color: #E4E4E4;
    font-size: 32px;
}

.electronic-container .right-column .bottom-content p {
    color: #979291;
    line-height: 2;
}

.unique-advantage-container .top-content {
    text-align: center;
}

.unique-advantage-container .top-content h2 {
    color: #01195E;
    font-size: 36px;
    text-decoration: underline;
}

.unique-advantage-container .top-content span {
    color: #E4E4E4;
    font-size: 32px;
}

.unique-advantage-content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /* align-items: center; */
}

.line-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.unique-advantage-content .column {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unique-advantage-content .block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unique-advantage-content .block img {
    max-width: 100%;
}

.unique-advantage-content .block h3 {
    text-align: center;
    font-size: 22px;
    padding: 10px 0 15px 0;
}

.unique-advantage-content .block p {
    color: #6F6D6E;
}

.unique-advantage-content .line {
    width: 1px;
    height: 150px;
    background: #DCDFE9;
    margin: 0 50px;
}

/* -------------------------- */
.product-display-content {
    position: relative;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    transition-property: transform;
}

.product-display-content .swiper-slide {
    flex: 0 0 calc(20% - 30px);
    text-align: center;
    box-sizing: border-box;
    margin-right: 30px;
}

.product-display-content .swiper-slide a {
    width: 100%;
    height: calc(100% - 40px);
    display: block;
}

.product-display-content .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
}

.product-display-content .title {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
}

.product-display-content .swiper-button-prev,
.product-display-content .swiper-button-next {
    position: absolute;
    cursor: pointer;
}

.product-display-content .swiper-button-prev {
    left: 5%;
    top: calc(50% - 30px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.product-display-content .swiper-button-next {
    right: 5%;
    top: calc(50% - 30px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.recommended-model-content {
    width: 100%;
    max-width: 100%;
    max-height: 600px;
    display: flex;
    justify-content: center;
}

.recommended-model-content .content-img {
    width: 40%;
    margin-right: 60px;
}

.recommended-model-content .content-img a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 494px;
}

.recommended-model-content .content-img img {
    height: 100%;
}

.recommended-model-content .content-img span {
    width: 100%;
    line-height: 50px;
    display: block;
    text-align: center;
    background: #F0F0F0;
    margin-top: 20px;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
}

.exploring-more-container {
    background: #F0F0F0;
}

.exploring-more-container h2 {
    color: #01195E;
    font-size: 36px;
    text-align: center;
}

.exploring-more-container ul {
    display: flex;
}

.exploring-more-container ul li {
    width: 16.66%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exploring-more-container ul li {
    border-right: 1px solid #B3B3B3;
    font-size: 22px;
    color: #5D5D5D;
}

.exploring-more-container ul li:last-child {
    border-right: none;
}

.exploring-more-container ul li img {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}

/* 电子通讯 end*/

/* 产品系列 bigin */
.product-container p {
    padding: 30px;
    color: #444444;
}

.product-content {
    position: relative;
}

.product-content .swiper-slide {
    flex: 0 0 calc(25% - 30px);
    text-align: center;
    box-sizing: border-box;
    margin-right: 30px;
}

.product-content .swiper-slide .img-bg {
    background: #F7F7F7;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.product-content .swiper-slide .img-bg a {
    display: flex;
    justify-content: center;
    padding: 20px;
    max-height: 307px;
    min-height: 307px;
}

.product-content .swiper-slide .img-bg a img {
    max-width: 100%;
    max-height: 100%;
    /* object-fit: contain; */
}

.product-content .swiper-button-prev,
.product-content .swiper-button-next {
    position: absolute;
    cursor: pointer;
}

.product-content .swiper-button-prev {
    left: 5%;
    top: calc(50% - 30px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.product-content .swiper-button-next {
    right: 5%;
    top: calc(50% - 30px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.product-content .swiper-slide .text span {
    margin: 0 6px;
    display: inline-block;
    border-bottom: 1px solid #B0B0B0;
}

.product-content .swiper-slide .text span a {
    color: #444444;
}

/* 产品系列 end */

/* 产品系列详情 begin */
.product-details .details-content-top {
    display: flex;
}

.product-details .details-content-top .content-top-left {
    width: 60%;
    margin-right: 30px;
}

.product-details .details-content-top .content-top-left p span {
    color: #04155E;
}

.product-details .details-content-top .content-top-left h2 {
    color: #04155E;
    font-size: 36px;
}

.product-details .details-content-top .content-top-left .content {
    color: #444444;
    font-size: 14px;
}

.product-details .details-content-top .content-top-right {
    width: 40%;
    margin-top: 20px;
}

.product-details .details-content-top .content-top-right .text {
    width: calc(50% - 10px);
    float: left;
    text-align: left;
    padding: 20px 15px;
    margin-bottom: 20px;
    background: #EDEDED;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-details .details-content-top .content-top-right .text:nth-child(odd) {
    margin-right: 20px;
}

.product-details .details-content-top .content-top-right .text span {
    display: block;
    color: #001C2C;
}

.product-details .details-content-top .content-top-right .text span:first-child {
    font-size: 14px;
}

.product-details .details-content-top .content-top-right .text span:last-child {
    font-size: 18px;
}

.product-details .details-content-bottom {
    display: flex;
    align-items: center;
}

.product-details .content-bottom-left {
    width: 40%;
}

.product-details .content-bottom-left img {
    max-width: 100%;
}

.product-details .content-bottom-right {
    width: 60%;
    margin-left: 110px;
    /* align-self: flex-start; */
}

.product-details .content-bottom-right h3 {
    color: #001C2C;
    font-size: 18px;
    padding-bottom: 10px;
}

.product-details .content-bottom-right ul li p {
    font-size: 14px;
    color: #444444;
    line-height: 2.5;
}

.product-details .content-bottom-right .product-features {
    padding: 25px 30px 30px 30px;
    background: #EDEDED;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.solution-details {
    width: 100%;
    background: #EDEEF3;
}

.container-solution-details-img {
    display: flex;
    flex-wrap: wrap;
}

.details-content-img {
    width: calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 20px 40px 0;
}

.details-content-img:nth-child(3n) {
    margin-right: 0;
}

.details-content-img a img {
    max-width: 100%;
}

.details-content-img a span {
    line-height: 70px;
    padding: 0 20px;
    font-size: 18px;
    color: #000000;
}

.details-content-img:empty {
    display: none;
}

/* 产品系列详情 end */


.ellipsis-single-line {
    display: block;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    width: 500px !important;
    /* 设置宽度 */
}

.click-href {
    cursor: pointer;
    /* 鼠标悬停时显示手形指针 */
}