/*=================================================
 公共样式
 ================================================*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
th,
td,
input,
select,
form,
textarea {
    font-family: 'siyuan normal';
}

body {
    position: relative;
}

.cursor-p {
    cursor: pointer
}

.mp-0 {
    margin: 0;
    padding: 0 !important;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-17 {
    margin-bottom: 17px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-74 {
    margin-bottom: 72px;
}

.mr-8 {
    margin-right: 8px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-92 {
    margin-right: 92px;
}

.mr-94 {
    margin-right: 94px;
}

.mr-100 {
    margin-right: 100px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-56 {
    margin-left: 56px;
}

.ml-36 {
    margin-left: 36px;
}

.ml-22 {
    margin-left: 22px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.pl-12 {
    padding-left: 12px;
}

.pl-13 {
    padding-left: 13px;
}

.pl-16 {
    padding-left: 16px;
}

.pl-21 {
    padding-left: 21px;
}

.pl-49 {
    padding-left: 49px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.pb-12 {
    padding-bottom: 12px;
}

.pb-18 {
    padding-bottom: 18px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.solution-type-content .pb-24 {
    margin-bottom: 0;
}

.pb-30 {
    padding-bottom: 30px;
}

.pr-10 {
    padding-right: 10px;
}

.pt-70 {
    padding-top: 70px;
}

.fw-600 {
    font-weight: 600
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.c-666 {
    color: #666 !important;
}

.c-999 {
    color: #999 !important;
}

.c-red {
    color: red !important;
}

.c-blue {
    color: #2da3f1;
}

.c-lightBlue {
    color: #848a9f !important;
}

.c-white {
    color: #fff;
}

.lh-18 {
    line-height: 18px !important;
}

.lh-20 {
    line-height: 20px
}

.lh-25 {
    line-height: 25px
}

.lh-28 {
    line-height: 28px;
}

.lh-30 {
    line-height: 30px;
}

.lh-35 {
    line-height: 35px;
}

.lh-45 {
    line-height: 45px;
}

.w-280 {
    width: 280px;
}

.wrapper {
    width: 100%;
}

a {
    text-decoration: none;
    color: #fff;
}

.core-detail-source a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1
}

.fl {
    float: left
}

ol,
li {
    list-style: none;
}

/* 禁用鼠标 */
.pointer-e {
    pointer-events: none
}

/*返回顶部btn
=================================================*/
.to-top-btn {
    width: 50px;
    height: 50px;
    background: url("../image/top-normal.png") 50% 50% no-repeat;
    background-size: cover;
    position: fixed;
    top: 85%;
    right: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.to-top-btn:hover {
    background: url("../image/top-hover.png");
}

/* 站长统计 */
#cnzz_stat_icon_1275227541 {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

/*=================================================
 首页
 ================================================*/

/*首页header
=================================================*/
header .nav-bar {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    min-width: 1200px;
}

header .nav-bar:hover {
    background: rgba(0, 0, 0, .3);
}

header .apply-bar {
    background: rgba(11, 15, 19, 1);
}

header .apply-bar:hover {
    background: rgba(11, 15, 19, 1);
}

header .nav-bar .nav-bar-content {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}

header .nav-bar .nav-bar-content div {
    display: inline-block
}

header .nav-bar .nav-bar-content .nav-list {
    line-height: 58px;
    position: absolute;
    top: 0;
    left: 615px;
}

header .nav-bar .nav-bar-content .nav-list .nav-list-item {
    width: 108px;
    cursor: pointer;
    justify-content: center;
}

header .nav-bar .nav-bar-content .nav-list .nav-list-item.active:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #2da3f1;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
}

header .nav-bar .nav-bar-content .nav-list .nav-list-item.active span {
    color: #2da3f1;
}

header .nav-bar .nav-bar-content .nav-list .nav-list-item.active span a,
.position-relative a:hover {
    color: #2da3f1;
}

/*header .nav-bar .nav-bar-content .nav-list .nav-list-item:hover{border-bottom: 2px solid #2da3f1;}*/
header .nav-bar .nav-bar-content .nav-list .nav-list-item:before {
    content: '';
    width: 0;
    height: 2px;
    background: #2da3f1;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    transform-origin: center;
}

header .nav-bar .nav-bar-content .nav-list .nav-list-item:hover:before {
    width: 100%;
}

header .nav-bar .nav-bar-content .nav-list .nav-list-item:hover span {
    color: #2da3f1;
}

/*header .nav-bar .nav-bar-content .nav-list .nave-product-center{width: 115px;}*/
header .nav-bar .nav-bar-content .nav-list .nav-to-index a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

header .nav-bar .nav-bar-content .nav-list .nav-to-index:hover a {
    color: #2da3f1;
}

header .nav-bar .nav-bar-content .nav-list .nav-solution-scheme a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

header .nav-bar .nav-bar-content .nav-list .nav-solution-scheme:hover a {
    color: #2da3f1;
}

header .nav-bar .nav-bar-content .nav-list .nav-index a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

header .nav-bar .nav-bar-content .nav-list .nav-index:hover a {
    color: #2da3f1;
}

/*header .nav-bar .nav-bar-content .nav-list .nav-about-us a{display: inline-block;width: 100%;height: 100%;}*/
/*header .nav-bar .nav-bar-content .nav-list .nav-about-us:hover a{color: #2da3f1;}*/
header .nav-bar .nav-bar-content .nav-consult {
    line-height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}

header .nav-bar .nav-bar-content .nav-consult a {
    display: block;
    width: 108px;
    line-height: 28px;
    border: 1px solid #2da3f1;
    text-align: center;
    background: #2da3f1;
}

header .nav-bar .nav-bar-content .nav-consult a:before {
    width: 100%;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #2da3f1;
    z-index: -1;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

header .nav-bar .nav-bar-content .nav-consult:hover a:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    color: #fff;
}

header .nav-bar .nav-bar-content .nav-consult:hover a {
    color: #fff;
    border: 1px solid #2da3f1;
    background: #14b5ff
}

header .ad-slide {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

header .ad-slide .ad-slide-bg {
    width: 100%;
    height: 560px;
}

header .ad-slide .swiper-slide-content .swiper-slide-bg {
    width: 100%;
    height: 450px;
}

header .ad-slide .swiper-slide-content .solution-banner-bg {
    width: 100%;
    height: 310px;
}

header .ad-slide .swiper-slide .swiper-slide-content .slide-content-pic .ccxSolutionIcon {
    width: 300px;
    height: auto;
}

header .ad-slide .swiper-slide .swiper-slide-content .slide-content-word {
    color: #fff;
    position: absolute;
    top: 70%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    transition-delay: .3s;
    margin-top: 23px;
}

header .ad-slide .swiper-slide.swiper-slide-active .swiper-slide-content .slide-content-word {
    top: 50%;
    opacity: 1;
}

header .ad-slide .swiper-slide-content .slide-content-word .content-word-title {
    font-size: 35px;
    margin-bottom: 26px;
}

header .ad-slide .swiper-slide-content .slide-content-word .feiyan-title {
    font-size: 25px;
}

header .ad-slide .swiper-slide-content .slide-content-word .content-word-description {
    font-size: 18px;
    margin-bottom: 36px;
}

header .ad-slide .swiper-slide-content .slide-content-word .content-word-link {
    font-size: 16px;
    padding: 5px 15px;
    border: 1px solid #fff;
    cursor: pointer;
    display: inline-block;
    text-wrap: none;
    white-space: nowrap
}

header .ad-slide .swiper-slide-content .slide-content-word .content-word-link:before {
    width: 100%;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #2da3f1;
    z-index: -1;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

header .ad-slide .swiper-slide .swiper-slide-content img.feiyan-slogan {
    margin-top: 5px;
}

header .ad-slide .swiper-slide .swiper-slide-content .feiyan-tags {
    margin: 15px 0 35px 0;
}

header .ad-slide .swiper-slide .swiper-slide-content .feiyan-tags span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-weight: bold;
    padding: 0 10px;
    color: #005fe1;
    font-size: 14px;
    background-color: #ffea00;
    margin-right: 10px;
}

header .ad-slide .swiper-slide .swiper-slide-content .feiyan-tip span {
    font-size: 14px;
    padding-left: 12px;
}

header .ad-slide .swiper-slide-content .slide-content-word .content-word-link:hover:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #2da3f1;
    z-index: -1;
}

header .ad-slide .swiper-slide-content .slide-content-word .content-word-link:hover {
    color: #fff;
    border: 1px solid #2da3f1;
}

header .ad-slide .swiper-slide .swiper-slide-content .slide-content-pic {
    position: absolute;
    top: 70%;
    opacity: 0;
    /*margin-top: 23px;*/
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

header .ad-slide .swiper-slide.swiper-slide-active .swiper-slide-content .slide-content-pic {
    top: 50%;
    opacity: 1;
}

/* header .ad-slide .swiper-slide .swiper-slide-content .slide-content-pic{position: relative;} */
header .ad-slide .swiper-slide .swiper-slide-content .slide-content-pic img {
    width: 100%;
    height: auto;
}

header .ad-slide .swiper-slide .swiper-slide-content .slide-content-pic img.feiyan-icon {
    width: 650px;
    height: auto;
    position: relative;
}

header .ad-slide .swiper-slide .swiper-slide-content .slide-content-pic i.qr-code {
    display: inline-block;
    width: 110px;
    height: 120px;
    background: url("../image/index/feiyan-qr.png");
    background-size: 100%;
    bottom: 120px;
    right: 50px;
    position: absolute;
}

.nav-consult a:hover {
    color: #2da3f1;
}

/*下拉框样式*/
.nav-product-list-wrapper {
    display: none !important;
}

.nav-product-list {
    width: 150px;
    position: absolute;
    top: 58px;
    left: -10px;
    justify-content: space-between;
    padding: 15px 36px;
    background: #000;
    color: #fff;
}

.nav-product-list ul li {
    list-style: none;
    line-height: 27px;
}

.nav-product-list ul li a {
    color: #fff;
}

.nav-product-list ul li a:hover {
    color: #2da3f1;
}

.nave-product-center:hover .nav-product-list-wrapper {
    display: inline-block !important;
}

.nav-solution-list {
    display: none !important;
    width: 150px;
    position: absolute;
    top: 58px;
    left: 0;
    padding: 15px 20px;
    background: #f7f8fa;
    color: #333;
}

.nav-solution-list ul li {
    list-style: none;
    line-height: 27px;
}

.nav-solution-list ul li a {
    color: #333;
}

.nav-solution-list ul li a:hover {
    color: #2da3f1;
}

.nav-solution-scheme:hover .nav-solution-list {
    display: inline-block !important;
}

.nav-about-us-list {
    display: none !important;
    box-sizing: content-box;
    width: 100px;
    position: absolute;
    top: 58px;
    left: -10px;
    padding: 15px 36px;
    background: #000;
    color: #fff;
}

.nav-about-us-list ul li {
    list-style: none;
    line-height: 30px;
}

.nav-about-us-list ul li a {
    color: #fff;
}

.nav-about-us-list ul li a:hover {
    color: #2da3f1;
}

.nav-about-us:hover .nav-about-us-list {
    display: inline-block !important;
}

/*首页content——科技服务
=================================================*/
.content .tech-service1 {
    width: 100%;
    height: 870px;
}

.content .tech-service1 .tech-service1-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.content .tech-service1 .tech-service1-content .service1-content-title {
    text-align: center;
    box-sizing: border-box;
    padding-top: 80px;
}

.content .tech-service1 .tech-service1-content .service1-content-title p {
    margin: 0;
    padding: 0;
}

.content .tech-service1 .tech-service1-content .service1-content-title p:nth-child(1) {
    margin-bottom: 30px;
    font-size: 30px;
}

.content .tech-service1 .tech-service1-content .service1-content-title p:nth-child(2) {
    margin-bottom: 30px;
}

.content .tech-service1 .tech-service1-content .service1-content-tree {
    width: 1200px;
    height: 570px;
}

.content .tech-service1 .tech-service1-content .service1-content-tree .content-tree-middle-word .middel-top {
    position: absolute;
    top: 182px;
    left: 515px;
    z-index: 2;
}

.content .tech-service1 .tech-service1-content .service1-content-tree .content-tree-middle-word .middel-bottom {
    position: absolute;
    bottom: 55px;
    left: 265px;
}

.content .tech-service1 .tech-service1-content .service1-content-tree .content-tree-cover-box .cover-box {
    width: 250px;
    height: 150px;
    box-sizing: border-box;
    padding: 15px 35px;
    box-shadow: 0px 0px 15px 0px #ddd;
    position: relative;
}

.content .tech-service1 .tech-service1-content .service1-content-tree .content-tree-cover-box .cover-box1 {
    position: absolute;
    top: 0;
    left: 0;
}

.content .tech-service1 .tech-service1-content .service1-content-tree .content-tree-cover-box .cover-box2 {
    position: absolute;
    top: 205px;
    left: 0;
}

.content .tech-service1 .tech-service1-content .service1-content-tree .content-tree-cover-box .cover-box3 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.content .tech-service1 .tech-service1-content .service1-content-tree .content-tree-cover-box .cover-box4 {
    position: absolute;
    top: 0;
    right: 0px;
}

.content .tech-service1 .tech-service1-content .service1-content-tree .content-tree-cover-box .cover-box5 {
    position: absolute;
    top: 205px;
    right: 0px;
}

.content .tech-service1 .tech-service1-content .service1-content-tree .content-tree-cover-box .cover-box6 {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.content-tree-cover-box .icon {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px #ddd;
    position: absolute;
    top: 50px;
    right: -25px;
    background: #fff;
    z-index: 2;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.content-tree-cover-box .icon .circle {
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.content-tree-cover-box .icon-r .circle {
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.content-tree-cover-box .icon-r {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px #ddd;
    position: absolute;
    top: 50px;
    left: -25px;
    background: #fff;
    z-index: 2;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.content-tree-cover-box .icon:hover {
    background: #2da3f1;
}

.content-tree-cover-box .icon-r:hover {
    background: #2da3f1;
}

.content-tree-cover-box .icon1 {
    background-image: url("../image/index/dy-n.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.content-tree-cover-box .icon2 {
    background-image: url("../image/index/zz-n.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.content-tree-cover-box .icon3 {
    background-image: url("../image/index/zy-n.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.content-tree-cover-box .icon4 {
    background-image: url("../image/index/zl-n.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.content-tree-cover-box .icon5 {
    background-image: url("../image/index/qm-n.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.content-tree-cover-box .icon6 {
    background-image: url("../image/index/kf-n.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.content-tree-cover-box .icon1:hover {
    background-image: url("../image/index/dy-h.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.content-tree-cover-box .icon2:hover {
    background-image: url("../image/index/zz-h.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.content-tree-cover-box .icon3:hover {
    background-image: url("../image/index/zy-h.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.content-tree-cover-box .icon4:hover {
    background-image: url("../image/index/zl-h.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.content-tree-cover-box .icon5:hover {
    background-image: url("../image/index/qm-h.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.content-tree-cover-box .icon6:hover {
    background-image: url("../image/index/kf-h.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.content-tree-cover-box .icon1:hover .circle {
    opacity: 1;
    -webkit-animation: circling 3s linear infinite;
    -o-animation: circling 3s linear infinite;
    animation: circling 3s linear infinite;
}

.content-tree-cover-box .icon2:hover .circle {
    opacity: 1;
    -webkit-animation: circling 3s linear infinite;
    -o-animation: circling 3s linear infinite;
    animation: circling 3s linear infinite;
}

.content-tree-cover-box .icon3:hover .circle {
    opacity: 1;
    -webkit-animation: circling 3s linear infinite;
    -o-animation: circling 3s linear infinite;
    animation: circling 3s linear infinite;
}

.content-tree-cover-box .icon4:hover .circle {
    opacity: 1;
    -webkit-animation: circling 3s linear infinite;
    -o-animation: circling 3s linear infinite;
    animation: circling 3s linear infinite;
}

.content-tree-cover-box .icon5:hover .circle {
    opacity: 1;
    -webkit-animation: circling 3s linear infinite;
    -o-animation: circling 3s linear infinite;
    animation: circling 3s linear infinite;
}

.content-tree-cover-box .icon6:hover .circle {
    opacity: 1;
    -webkit-animation: circling 3s linear infinite;
    -o-animation: circling 3s linear infinite;
    animation: circling 3s linear infinite;
}

@-moz-keyframes circling {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes circling {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circling {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circling {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circling {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.content-tree-cover-box .icon1 .icon-line {
    position: absolute;
    top: 23px;
    left: 56px;
}

.content-tree-cover-box .icon2 .icon-line {
    position: absolute;
    top: 23px;
    left: 56px;
}

.content-tree-cover-box .icon3 .icon-line {
    position: absolute;
    top: -139px;
    left: 56px;
}

.content-tree-cover-box .icon4 .icon-line {
    position: absolute;
    top: 23px;
    left: -233px;
}

.content-tree-cover-box .icon5 .icon-line {
    position: absolute;
    top: 23px;
    left: -233px;
}

.content-tree-cover-box .icon6 .icon-line {
    position: absolute;
    top: -139px;
    left: -233px;
}

.content-tree-cover-box .icon .icon-line-blue {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.content-tree-cover-box .icon-r .icon-line-blue {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.content-tree-cover-box .icon .icon-line-gray {
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.content-tree-cover-box .icon-r .icon-line-gray {
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.content-tree-cover-box .icon1:hover .icon-line-blue {
    opacity: 1
}

.content-tree-cover-box .icon2:hover .icon-line-blue {
    opacity: 1
}

.content-tree-cover-box .icon3:hover .icon-line-blue {
    opacity: 1
}

.content-tree-cover-box .icon4:hover .icon-line-blue {
    opacity: 1
}

.content-tree-cover-box .icon5:hover .icon-line-blue {
    opacity: 1
}

.content-tree-cover-box .icon6:hover .icon-line-blue {
    opacity: 1
}

.content-tree-cover-box .icon1:hover .icon-line-gray {
    opacity: 0
}

.content-tree-cover-box .icon2:hover .icon-line-gray {
    opacity: 0
}

.content-tree-cover-box .icon3:hover .icon-line-gray {
    opacity: 0
}

.content-tree-cover-box .icon4:hover .icon-line-gray {
    opacity: 0
}

.content-tree-cover-box .icon5:hover .icon-line-gray {
    opacity: 0
}

.content-tree-cover-box .icon6:hover .icon-line-gray {
    opacity: 0
}

.content .tech-service2 {
    width: 100%;
    height: 680px;
    min-width: 1200px;
    background: url("../image/index/service-bg.png") 50% 50% no-repeat;
    background-size: cover;
}

.content .tech-service2 .tech-service2-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.content .tech-service2 .tech-service2-content .service2-content-title {
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
}

.content .tech-service2 .tech-service2-content .service2-content-title p {
    margin: 0;
    padding: 0;
}

.content .tech-service2 .tech-service2-content .service2-content-title p:nth-child(1) {
    margin-bottom: 30px;
    font-size: 30px;
}

.content .tech-service2 .tech-service2-content .service2-content-title p:nth-child(2) {
    margin-bottom: 30px;
}

.content .tech-service2 .tech-service2-content .wxzh {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
}

/*.content .tech-service2 .tech-service2-content .wxzh .wxzh-title{font-size: 24px;line-height: 59px;text-align: center;border-bottom: 1px solid #f7f8fa}*/
.content .tech-service2 .tech-service2-content .wxzh .wxzh-title {
    font-size: 24px;
    line-height: 59px;
    text-align: center;
    margin-bottom: 15px;
}

.content .tech-service2 .tech-service2-content .wxzh .wxzh-products div {
    width: 240px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
}

.content .tech-service2 .tech-service2-content .wxzh .wxzh-products {
    justify-content: space-between;
}

.content .tech-service2 .tech-service2-content .wxzh .wxzh-products div {
    width: 220px;
    background: #fff;
    box-shadow: 0px 0px 15px 5px #f8f8f8;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.wxzh-products a {
    color: #333;
}

.wxxy-products a {
    color: #333;
}

.wxzh .product1,
.wxzh .product2,
.wxzh .product3,
.wxzh .product4,
.wxzh .product5 {
    padding-top: 45px;
}

.wxzh .product1 .mp-0,
.wxzh .product2 .mp-0,
.wxzh .product3 .mp-0,
.wxzh .product4 .mp-0,
.wxzh .product5 .mp-0 {
    height: 15px;
}

.wxzh .product1:hover .pt-10,
.wxzh .product2:hover .pt-10,
.wxzh .product3:hover .pt-10,
.wxzh .product4:hover .pt-10,
.wxzh .product5:hover .pt-10 {
    color: #2da3f1;
}

.content .tech-service2 .tech-service2-content .wxzh .wxzh-products div:hover {
    box-shadow: 0px 0px 15px 5px #e8e8e8;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.content .tech-service2 .tech-service2-content .wxxy {
    width: 100%;
    height: 240px;
}

.content .tech-service2 .tech-service2-content .wxxy .wxxy-title {
    font-size: 24px;
    line-height: 59px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 25px;
}

.content .tech-service2 .tech-service2-content .wxxy .wxxy-products div {
    width: 220px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
}

.content .tech-service2 .tech-service2-content .wxxy .wxxy-products {
    justify-content: space-between;
}

.wxxy .product2,
.wxxy .product3,
.wxxy .product1 {
    background: #fff;
    box-shadow: 0px 0px 15px 5px #f8f8f8;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.wxxy .product2:hover,
.wxxy .product3:hover,
.wxxy .product1:hover {
    box-shadow: 0px 0px 15px 5px #e8e8e8;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.wxxy .product1,
.wxxy .product2,
.wxxy .product3,
.wxxy .product4,
.wxxy .product5 {
    padding-top: 45px;
}

.wxxy .product1 .mp-0,
.wxxy .product2 .mp-0,
.wxxy .product3 .mp-0,
.wxxy .product4 .mp-0,
.wxxy .product5 .mp-0 {
    height: 15px;
}

.wxxy .product1:hover .pt-10,
.wxxy .product2:hover .pt-10,
.wxxy .product3:hover .pt-10,
.wxxy .product4:hover .pt-10,
.wxxy .product5:hover .pt-10 {
    color: #2da3f1;
}

/* service2-produce_new */
.tech-service2-content .service2-product-content {
    width: 1200px;
    height: 520px;
}

.tech-service2-content .service2-product-content .grid-left {
    position: absolute;
    top: 160px;
    left: 200px;
}

.service2-product-content a {
    color: #333;
}

.service2-product-content a:hover {
    color: #2da3f1;
}

.tech-service2-content .service2-product-content .grid-left-1 {
    position: absolute;
    bottom: 10px;
    left: 400px;
}

.tech-service2-content .service2-product-content .grid-right-1 {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.tech-service2-content .service2-product-content .grid-right-2 {
    position: absolute;
    top: 250px;
    right: 150px;
}

.tech-service2-content .service2-product-content .service2-product-all {
    width: 260px;
    height: 260px;
    background: url("../image/index/ccx-index-tech-bg.png") 50% 50% no-repeat
}

.tech-service2-content .service2-product-content .service2-product-all .bg {
    width: 100%;
    height: 100%;
    -webkit-animation: circling 5s linear infinite;
    -o-animation: circling 5s linear infinite;
    animation: circling 5s linear infinite;
}

.tech-service2-content .service2-product-content .service2-product-all .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tech-service2-content .service2-product-content .service2-product-xy {
    position: absolute;
    top: 50%;
    margin-top: -130px;
    left: 305px;
}

.tech-service2-content .service2-product-content .service2-product-zh {
    position: absolute;
    top: 50%;
    margin-top: -130px;
    right: 305px;
}

.tech-service2-content .service2-product-content .service2-product-wrap {
    width: 150px;
    height: 90px;
    background: url("../image/index/service2-product-bg.png") 50% 50% no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .2s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

@keyframes upDown {

    0%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes upDown {

    0%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-moz-keyframes upDown {

    0%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-ms-keyframes upDown {

    0%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.tech-service2-content .service2-product-content .service2-product-wrap:hover {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.tech-service2-content .service2-product-content .service2-product-xy-personal {
    position: absolute;
    top: 5px;
    left: 150px;
    width: 110px;
    background: url("../image/index/service2-product-bg2.png") 50% 50% no-repeat
}

.tech-service2-content .service2-product-content .service2-product-xy-wxscore {
    position: absolute;
    top: 5px;
    left: 330px;
    width: 110px;
    background: url("../image/index/service2-product-bg2.png") 50% 50% no-repeat
}

.tech-service2-content .service2-product-content .service2-product-xy-riskmonitor {
    position: absolute;
    top: 160px;
    left: 0px;
    width: 110px;
    background: url("../image/index/service2-product-bg2.png") 50% 50% no-repeat
}

.tech-service2-content .service2-product-content .service2-product-xy-company {
    position: absolute;
    top: 160px;
    left: 150px;
    width: 110px;
    background: url("../image/index/service2-product-bg2.png") 50% 50% no-repeat
}

.tech-service2-content .service2-product-content .service2-product-xy-e-commerce {
    position: absolute;
    bottom: 140px;
    left: 0px;
    width: 110px;
    background: url("../image/index/service2-product-bg2.png") 50% 50% no-repeat
}

.tech-service2-content .service2-product-content .service2-product-xy-microfiance {
    position: absolute;
    bottom: 140px;
    left: 150px;
}

.tech-service2-content .service2-product-content .service2-product-xy-creditmanage {
    position: absolute;
    bottom: 0;
    left: 100px;
}

.tech-service2-content .service2-product-content .service2-product-xy-socialcredit {
    position: absolute;
    bottom: 0;
    left: 290px;
}

.tech-service2-content .service2-product-content .service2-product-zh-fy {
    position: absolute;
    top: 5px;
    right: 330px;
}

.tech-service2-content .service2-product-content .service2-product-zh-zm {
    position: absolute;
    top: 40px;
    right: 100px;
}

.tech-service2-content .service2-product-content .service2-product-zh-zl {
    position: absolute;
    top: 200px;
    right: 0px;
}

.tech-service2-content .service2-product-content .service2-product-zh-zc {
    position: absolute;
    bottom: 0px;
    right: 310px;
}

.tech-service2-content .service2-product-content .service2-product-zh-zj {
    position: absolute;
    bottom: 25px;
    right: 60px;
}


/*首页content——解决方案
  =================================================*/
.content .solutions {
    width: 100%;
    height: 645px;
    min-width: 1200px;
    /*background-image: url('../image/index/solution-bg1.png');*/
    background-size: cover;
    color: #333;
}

.content .solutions .solutions-title {
    text-align: center;
    box-sizing: border-box;
    padding-top: 50px;
}

.content .solutions .solutions-title p {
    margin: 0;
    padding: 0;
}

.content .solutions .solutions-title p:nth-child(1) {
    margin-bottom: 70px;
    font-size: 30px;
}

.content .solutions .solutions-title p:nth-child(2) {
    margin-bottom: 30px;
}

.content .solutions .solution-content {
    width: 1200px;
    margin: 60px auto 0 auto;
}

.content-left-bank,
.content-left-finace,
.content-left-ABS,
.content-left-marketing,
.content-left-ABSA {
    height: 80px;
    line-height: 80px;
    width: 300px;
    background: rgba(255, 255, 255, .1);
}

.content-left-bank span,
.content-left-finace span,
.content-left-ABS span,
.content-left-marketing span {
    display: inline-block;
    padding: 0px 120px 0px 30px;
}

.content-left-ABSA span {
    display: inline-block;
    padding: 0px 72px 0px 30px;
}

.content-left-bank,
.content-left-finace,
.content-left-ABS,
.content-left-marketing {
    /*border-bottom: 1px solid #2a2a2a;*/
}

.bank-left1 {
    padding-left: 16px;
}


.content-left-fy,
.content-left-zm,
.content-left-zl,
.content-left-zc,
.content-left-zj {
    height: 72px;
    width: 300px;
    background: rgba(255, 255, 255, .1)
}

.content-left-fy span,
.content-left-zm span,
.content-left-zl span,
.content-left-zc span,
.content-left-zj span {
    display: block;
}

.content-left-fy,
.content-left-zm,
.content-left-zl,
.content-left-zc,
.content-left-zj {
    padding: 0;
    line-height: 70px;
    text-align: center;
}

.content-left-fy,
.content-left-zm,
.content-left-zl,
.content-left-zc {
    border-bottom: 1px solid #fff;
}

.content-left-item:hover {
    background-image: -webkit-linear-gradient(-270deg, #0B61FF 0, #2da3f1 97%);
    background-image: -moz-linear-gradient(-270deg, #0B61FF 0, #2da3f1 97%);
    background-image: -o-linear-gradient(-270deg, #0B61FF 0, #2da3f1 97%);
    background-image: linear-gradient(270deg, #0B61FF 0, #2da3f1 97%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0.75, startColorstr=#0B61FF, endColorstr=#2da3f1)";
}

.solution-active {
    background-image: -webkit-linear-gradient(-270deg, #0B61FF 0, #2da3f1 97%);
    background-image: -moz-linear-gradient(-270deg, #0B61FF 0, #2da3f1 97%);
    background-image: -o-linear-gradient(-270deg, #0B61FF 0, #2da3f1 97%);
    background-image: linear-gradient(270deg, #0B61FF 0, #2da3f1 97%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0.75, startColorstr=#0B61FF, endColorstr=#2da3f1)";
}

.content .solutions .solution-content .solution-content-right {
    height: 360px;
    flex: 1;
    box-sizing: border-box;
    padding-left: 80px;
}

.content .solutions .solution-content .solution-content-right a {
    padding: 10px 30px;
    border: 1px solid #fff;
    z-index: 2
}

.content .solutions .solution-content .solution-content-right a:before {
    transition: all .2s;
    width: 100%;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2da3f1;
    z-index: -1
}

.content .solutions .solution-content .solution-content-right a:hover:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: -1
}

.content .solutions .solution-content .solution-content-right a:hover {
    /*background-image: -webkit-linear-gradient(-270deg, #0B61FF 0, #2da3f1 97%);
    background-image: -moz-linear-gradient(-270deg, #0B61FF 0, #2da3f1 97%);
    background-image: -o-linear-gradient(-270deg, #0B61FF 0, #2da3f1 97%);
    background-image: linear-gradient(270deg, #0B61FF 0, #2da3f1 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=.75, startColorstr=#0B61FF, endColorstr=#2da3f1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0.75, startColorstr=#0B61FF, endColorstr=#2da3f1)"*/;
    background: #2da3f1;
    border: 1px solid #2da3f1;
    color: #fff;
}

.content .solutions .solution-content .solution-content-right .solution-suc-item {
    position: absolute;
    top: 220px;
    left: 80px;
}


/* new */
.solution-content {
    justify-content: space-between;
    justify-content: center;
}

.solution-content .solution-content-item {
    margin: 0 50px;
    width: 280px;
    width: 500px;
    height: 430px;
    height: 320px;
    box-sizing: border-box;
    padding: 0 25px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.solution-content .solution-content-item:hover {
    box-shadow: 0px 0px 15px 0px #ddd;
}

.solution-content .solution-content-item .item-title {
    margin-top: 70px;
}

.solution-content .solution-content-item img {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -35px;
}

.solution-content .solution-content-item a {
    color: #333;
    padding: 6px 20px;
    border: 1px solid #2da3f1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
}

.solution-content .solution-content-item a:hover {
    color: #fff;
    background: #2da3f1
}

.solution-content .solution-content-item .item-content {
    line-height: 24px;
}

/*首页content——新闻动态
=================================================*/
.content .news {
    width: 100%;
    height: 640px;
    min-width: 1200px;
}

.content .news .news-title {
    text-align: center;
    box-sizing: border-box;
    padding-top: 40px;
}

.content .news .news-title p {
    font-size: 30px;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.content .news .news-content {
    width: 1200px;
    height: 515px;
    margin: 0 auto;
    justify-content: space-between;
}

.content .news .news-content .news-content-left {
    width: 560px;
}

.content .news .news-content .news-content-left .news-left-title {
    justify-content: space-between;
}

.content .news .news-content .news-content-left .news-left-title a {
    color: #333;
}

.content .news .news-content .news-content-left .news-left-title a:hover {
    color: #2da3f1;
}

.content .news .news-content .news-content-left .news-left-pic {
    width: 560px;
    height: 300px;
    margin-top: 20px;
    overflow: hidden;
}

.content .news .news-content .news-content-left .news-left-pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.content .news .news-content .news-content-left .news-left-pic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.content .news .news-content .news-content-left .news-left-pic .news-mask-cover {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
}

.content .news .news-content .news-content-left .news-left-pic .news-mask-cover p {
    text-indent: 15px;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .news .news-content .news-content-left .news-left-list {
    margin-top: 20px;
}

.content .news .news-content .news-content-left .news-left-list ul li {
    list-style: none;
    justify-content: space-between;
    line-height: 30px;
}

.content .news .news-content .news-content-left .news-left-list ul li a {
    color: #333;
    display: block;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .news .news-content .news-content-left .news-left-list ul li a:hover {
    color: #2da3f1
}

.content .news .news-content .news-content-right {
    width: 560px;
}

.content .news .news-content .news-content-right .news-right-title {
    justify-content: space-between;
}

.content .news .news-content .news-content-right .news-right-title a {
    color: #333;
}

.content .news .news-content .news-content-right .news-right-title a:hover {
    color: #2da3f1;
}

.content .news .news-content .news-content-right .news-right-pic {
    width: 560px;
    height: 300px;
    margin-top: 20px;
    overflow: hidden;
}

.content .news .news-content .news-content-right .news-right-pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.content .news .news-content .news-content-right .news-right-pic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.content .news .news-content .news-content-right .news-right-pic .news-mask-cover {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    color: #fff;
}

.content .news .news-content .news-content-right .news-right-pic .news-mask-cover p {
    text-indent: 15px;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .news .news-content .news-content-right .news-right-pic .news-mask-cover a {
    text-indent: 15px;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .news .news-content .news-content-right .news-right-list {
    margin-top: 20px;
}

.content .news .news-content .news-content-right .news-right-list ul li {
    list-style: none;
    justify-content: space-between;
    line-height: 30px;
}

.content .news .news-content .news-content-right .news-right-list ul li a {
    color: #333;
    display: block;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content .news .news-content .news-content-right .news-right-list ul li a:hover {
    color: #2da3f1
}

/*首页content——合作单位
=================================================*/
.content .cooperations {
    width: 100%;
    height: 330px;
    min-width: 1200px;
}

.content .cooperations .cooperations-title {
    text-align: center;
    box-sizing: border-box;
    padding-top: 35px;
}

.content .cooperations .cooperations-title p {
    font-size: 30px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.organization {
    width: 1200px;
    height: 190px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.organization_parent {
    position: absolute;
    left: 0;
    top: 0;
    height: 180px;
}

.organization_box {
    width: 1204px;
    padding: 5px 0;
    height: 180px;
    float: left;
    position: relative;
}

.organization_list {
    height: 180px;
    padding: 0;
}

.organization_list li {
    width: 160px;
    height: 80px;
    float: left;
    margin: 5px 12px 5px 0;
}

/*.organization_list a img:nth-of-type(2){display:none}*/
/*.organization_list a:hover img:nth-of-type(1){display:none}*/
/*.organization_list a:hover img:nth-of-type(2){display:block}*/

.organization_list a img:nth-of-type(1) {
    display: none
}

.organization_list a img:nth-of-type(2) {
    display: block
}

.ccx-index-left-btn {
    position: absolute;
    left: 10px;
    top: 66px;
}

.ccx-index-right-btn {
    position: absolute;
    right: 14px;
    top: 66px;
}

.ccx-org-btn {
    display: none;
}

/*中诚信集团
=================================================*/
.content .ccxgroup {
    width: 100%;
    height: 235px;
    min-width: 1200px;
    display: none;
}

.ccxgroup .ccxgroup-main {
    width: 1200px;
    margin: 0 auto;
}

.content .ccxgroup .ccxgroup-title {
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}

.content .ccxgroup .ccxgroup-title p {
    font-size: 30px;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.ccxgroup .ccxgroup-image-all {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 80px;
}

.ccxgroup .ccxgroup-image {
    background: url("../image/index/ccxgroup-bg.png") no-repeat;
    width: 282px;
    height: 80px;
}

.ccxgroup .ccxgroup-image a {
    align-items: center;
    display: flex;
    justify-content: start;
    width: 282px;
    height: 80px;
    padding-left: 20px;
    box-sizing: border-box
}

.ccxgroup .ccxgroup-image a:hover {
    box-shadow: 0px 0px 15px 0px #ddd;
}

.ccxgroup .ccxgroup-image a:hover p {
    background: url("../image/index/ccxgroup-hover.png") no-repeat;
}

.ccxgroup .ccxgroup-image a:hover span {
    color: #2ca1f1;
}

.ccxgroup .ccxgroup-image p {
    margin: 0px;
    padding-right: 10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../image/index/ccxgroup-normal.png") no-repeat;
}

.ccxgroup .ccxgroup-image span {
    font-size: 14px;
    color: #333;
}


/*首页footer
=================================================*/
footer {
    width: 100%;
    /*height: 375px;*/
    min-width: 1200px;
    background: #000;
}

footer .footer-content {
    width: 1200px;
    height: 205px;
    margin: 0 auto;
    align-items: start;
    justify-content: space-between
}

footer .apply-footer-content {
    width: 1200px;
    height: 309px;
    margin: 0 auto;
    align-items: start;
}

footer .footer-content a {
    display: inline-block;
}

footer .footer-content a:hover {
    color: #2da3f1
}

footer .footer-content .line {
    display: block;
    height: 2px;
    width: 30px;
    background: #2da3f1;
    margin: 16px 0 22px 0;
}

footer .footer-content .footer-products {
    width: 300px;
    margin-top: 35px;
}

footer .footer-content .footer-products p {
    color: #fff
}

footer .footer-content .footer-solution {
    width: 300px;
    margin-top: 35px;
}

footer .footer-content .footer-solution p {
    color: #fff
}

footer .footer-content .footer-contact-us {
    width: 300px;
    margin-top: 35px;
    margin-right: 0;
}

footer .footer-content .footer-contact-us p {
    color: #fff
}

footer .footer-content .footer-contact-us .contact-us-add a {
    color: #fff;
    padding-right: 25px;
    cursor: pointer;
}

footer .footer-content .footer-contact-us .contact-us-add a:hover {
    color: #1A90F1;
}

footer .footer-content .footer-contact-us .contact-us-add .add-active {
    color: #2da3f1;
}

footer .footer-content .footer-contact-us .add-detail a {
    display: inline-block;
    color: #fff;
}

footer .footer-content .footer-about-us {
    margin-top: 35px;
}

footer .footer-content .footer-about-us p {
    color: #fff
}

footer .footer-content .footer-about-us span {
    color: #fff;
}

footer .footer-copyright {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #2a2a2a
}

footer .footer-copyright p {
    color: #fff;
    line-height: 30px;
    text-align: center;
}

footer .footer-copyright a:hover {
    color: #2da3f1;
}

footer .app-download {
    width: 65px;
}

footer .app-download img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 70px;
    z-index: -1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

footer .app-download:hover img {
    opacity: 1;
    z-index: 1;
}

.footer-frindly-links {
    padding-top: 25px;
    text-align: center;
    line-height: 20px;
}

.footer-frindly-links a:first-child {
    color: #fff;
    cursor: default;
}

.footer-frindly-links a:first-child:hover {
    color: #fff;
}

.footer-frindly-link {
    font-size: 12px;
    display: inline-block !important;
}

.footer-frindly-link + .footer-frindly-link {
    margin-left: 15px;
}

footer .footer-record-a {
    display: inline-block !important;
}

/*=================================================
 新闻列表页
 ================================================*/

/*新闻列表页header
=================================================*/
.news-ad-slide img {
    width: 100%;
    min-width: 1200px;
}

/*新闻列表页新闻列表
=================================================*/
.news-list-content {
    width: 100%;
    min-width: 1200px;
}

.news-list-content .news-list-content-wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    min-height: 300px;
}

.news-list-content .news-list-content-wrapper .news-list-type {
    width: 100%;
    height: 55px;
    line-height: 52px;
    text-align: center;
    border-bottom: 1px solid #f7f8fa;
}

.news-list-content .news-list-content-wrapper .news-list-type a {
    display: inline-block;
    color: #333;
    line-height: 52px;
    padding: 0 15px;
}

.news-list-content .news-list-content-wrapper .news-list-type a:hover {
    color: #2da3f1;
    border-bottom: 2px solid #2da3f1;
}

.news-list-content .news-list-content-wrapper .news-list-type a.active {
    color: #2da3f1;
    border-bottom: 2px solid #2da3f1;
    text-decoration: none;
}

.news-list-detail {
    justify-content: space-between;
    border-bottom: 1px solid #f7f8fa;
    margin-top: 40px;
    padding-bottom: 40px;
}

.news-list-detail .news-time {
    width: 50px;
    height: 85px;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
}

.news-list-detail .news-time .news-time-day {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.news-list-detail .news-time .news-time-day:before {
    content: '';
    display: block;
    width: 86px;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    top: 35px;
    right: -45px;
    -webkit-transform: rotate(310deg);
    -moz-transform: rotate(310deg);
    -ms-transform: rotate(310deg);
    -o-transform: rotate(310deg);
    transform: rotate(310deg);
}

.news-list-detail .news-time .news-time-month {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*.news-list-detail .news-time p{width: 65px;text-align: right}
.news-list-detail .news-time p:nth-child(1):before{content: '';display: block;width: 40px;height: 1px;background: #2da3f1;position: absolute;bottom: 0px;right: 0;}*/
.news-list-detail .news-pic {
    width: 210px;
    height: 120px;
    text-align: center;
}

.news-list-detail .news-pic img {
    width: 100%;
    height: 100%;
}

.news-list-detail .news-description {
    width: 850px;
    box-sizing: border-box;
    padding-top: 0px;
}

.news-list-detail .news-description span,
.news-list-detail .news-description a {
    display: block;
    color: #333;
}

.news-list-detail .news-description .news-desc-abstract {
    color: #848a9f;
}

.news-list-detail .news-description .line {
    width: 30px;
    height: 2px;
    background: #000;
    margin: 15px 0px 15px 0px;
}

.news-list-detail .news-description a {
    color: #333;
}

.news-list-detail .news-description a:hover .news-desc-title {
    color: #2da3f1;
}

.pagination > li {
    cursor: pointer
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #2da3f1;
    border-color: #2da3f1;
    color: #fff !important;
}

.pagination > li a {
    font-size: 14px;
    color: #2da3f1 !important;
}

.pagination {
    display: inline-block;
    margin: 30px 0;
}

/*=================================================
 新闻详情页
 ================================================*/

/*新闻详情页内容
=================================================*/
.news-detail-wrapper {
    width: 100%;
    min-width: 1200px;
}

.news-detail-wrapper .news-detail-content {
    width: 1200px;
    height: 100%;
    margin: 50px auto 0 auto;
    justify-content: space-between;
    padding-bottom: 50px;
}

.news-detail-wrapper .news-detail-content .news-detail-content-left {
    width: 860px;
}

.news-detail-wrapper .news-detail-content .news-detail-content-right {
    width: 260px;
}

.news-detail-content-right-title {
    justify-content: space-between;
    padding-top: 30px;
}

.news-detail-content-right-title .right-title-right a {
    color: #333
}

.news-detail-content-right-title .right-title-right a:hover {
    color: #2da3f1;
}

.news-detail-content-right-content a {
    display: inline-block;
    width: 100%;
    color: #333;
    padding: 20px 0;
    border-bottom: 1px solid #f7f8fa;
}

.news-detail-content-right-content a:hover {
    color: #2da3f1
}

.news-detail-content-left-content {
    margin-top: 40px;
}

.news-detail-content-left-content img {
    max-width: 860px;
}

.news-detail-content-left-content .news-detail-content-img {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
}

.news-detail-content-left-content .news-detail-content-img img {
    width: 100%;
    max-height: 250px;
}

/*=================================================
 联系我们页面
 ================================================*/

/*联系我们内容
=================================================*/
.contact-us-wrapper {
    width: 100%;
    min-width: 1200px;
}

.contact-us-content {
    height: 100%;
}

.contact-us-content .city-list-type {
    width: 100%;
    height: 55px;
    line-height: 52px;
    text-align: center;
    border-bottom: 1px solid #f7f8fa;
}

.contact-us-content .city-list-type a {
    color: #333;
    display: inline-block;
    line-height: 52px;
    padding: 0 25px;
}

.contact-us-content .city-list-type a:hover {
    color: #2da3f1;
    border-bottom: 2px solid #2da3f1;
}

.contact-us-content .city-list-type a.active {
    color: #2da3f1;
    border-bottom: 2px solid #2da3f1;
}

.contact-us-info-right .map1 {
    width: 600px;
    height: 400px;
}

.contact-us-info .city-type {
    width: 100%;
    padding: 60px 0px 60px 0px;
}

.contact-us-info .solution-type {
    width: 100%;
}

.contact-us-info {
    width: 1200px;
    margin: 0 auto;
}

.city-type-1-container,
.city-type-2-container,
.city-type-3-container,
.city-type-4-container {
    width: 100%;
    justify-content: space-between;
}

.city-type-none {
    display: none !important;
}

.contact-us-info-left > div {
    align-items: start;
}


/*解决方案*/
.contact-us-content .solution-list-type {
    width: 100%;
    height: 55px;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    border-bottom: 1px solid #f7f8fa;
}

.contact-us-content .solution-list-type a {
    color: #333;
    display: inline-block;
    line-height: 52px;
    padding: 0 25px;
}

.contact-us-content .solution-list-type a:hover {
    color: #2da3f1;
    border-bottom: 2px solid #2da3f1;
}

.contact-us-content .solution-list-type a.active {
    color: #2da3f1;
    border-bottom: 2px solid #2da3f1;
}

/*=================================================
 申请试用页面
 ================================================*/

/*申请试用内容
=================================================*/
.trialApply-content {
    width: 100%;
    height: 830px;
    background-color: #ffffff;
    position: relative;
    /*top:60px;*/
    padding-top: 60px;
}

.trialApply-content-conter {
    width: 1200px;
    height: 830px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}

.trialApply-content-conter li {
    font-size: 22px;
    color: #2da3f1;
    z-index: 300;
    position: absolute;
    top: 30px;
    left: 30px;
}

.trialApply-content-conter ul li {
    list-style-type: disc;
}

/*.trialApply-footer{height:363px;position:absolute;top:857px;}*/
.trialApply-content-conter .apply-flag .apply-flag-xy {
    width: 610px;
    height: 430px;
    display: block;
    position: absolute;
    top: 131px;
    left: -18px;
}

.trialApply-content-conter .apply-flag .apply-flag-zh {
    width: 536px;
    height: 427px;
    display: none;
    position: absolute;
    top: 131px;
    left: 44px;
}

.trialApply-content-conter span {
    font-size: 12px;
    color: #b3b3b3;
    position: absolute;
    top: 48px;
    left: 825px;
}


.apply-trial-container {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.apply-trial-content-form {
    width: 376px;
    position: absolute;
    top: 115px;
    left: 823px;
}

.apply-trial-content-form .form-item {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    position: relative
}

.form-submit-btn {
    margin-top: 20px;
}

.apply-trial-content-form .form-item p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.apply-trial-content-form .form-item span {
    margin: 0;
    padding: 0;
    font-size: 14px;
    position: absolute;
    top: 11px;
    left: -14px;
}

.apply-trial-content-form .form-submit-btn a {
    display: block;
    width: 300px;
    height: 40px;
    color: #fff;
    background: rgba(45, 163, 241, 1);
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-left: 76px;
}

.apply-trial-content-form .form-item .form-select-input {
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-indent: 5px;
    border: 1px solid #ccc;
    padding: 1px 0;
    box-sizing: border-box;
}

.apply-trial-footer {
    width: 100%;
    height: 60px;
    min-width: 1200px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.apply-trial-footer .footer-content {
    width: 1200px;
    height: 100%;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #2a2a2a;
}

.apply-trial-content-form .form-item .form-err {
    display: none;
    width: 200px;
    position: absolute;
    left: 80px;
    top: 42px;
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
}

.mask .mask-content {
    width: 550px;
    height: 300px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -225px;
    align-items: center;
}

/*.mask .mask-content p{text-align: center;}
.mask .mask-content p:nth-child(1){margin-top: 100px;}*/
.mask .mask-content .mask-content-left {
    width: 260px;
}

.mask .mask-content .mask-content-left img {
    width: 100%;
}

.mask .mask-content .mask-content-right a {
    color: #9d9d9d;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
}

.mask .mask-content .mask-content-right a:hover {
    color: #fff;
    border: 1px solid #2da3f1;
    background: #2da3f1;
}

.mask .mask-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    background: url("../image/applyTrial/close-n.png") 50% 50% no-repeat;
    background-size: contain;
}

/*=================================================
 人才招聘页面
 ================================================*/

/*人才招聘内容
=================================================*/
.recruit-wrapper {
    width: 100%;
    min-width: 1200px;
}

.recruit-wrapper .recruit-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.recruit-wrapper .recruit-content .recruit-list-type {
    width: 100%;
    line-height: 52px;
    text-align: center;
    box-sizing: border-box;
    padding: 40px 0 17px 0;
}

.recruit-wrapper .recruit-content .recruit-list-type a {
    display: inline-block;
    color: #333;
    line-height: 52px;
    padding: 8px 15px;
    font-size: 30px;
}

.recruit-wrapper .recruit-content .recruit-list-type a.active {
    text-decoration: none;
}

.enterprise-profile-culture-line {
    height: 24px;
}

.enterprise-profile-culture-line span {
    display: block;
    width: 40px;
    height: 2px;
    background: #2da3f1;
    margin: 0 auto;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-type {
    justify-content: space-between;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding-right: 15px;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-type .post-type-left {
    align-items: center
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-type .post-type-left-list a {
    color: #333;
    font-size: 14px;
    padding: 0 15px;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-type .post-type-left-list a:hover {
    color: #2da3f1
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-type .post-type-left-list a.active {
    color: #2da3f1;
}

.recruit-post-type + .recruit-post-type {
    border-left: 1px solid #999;
}

.recruit-list-detail div.recruit-post-type {
    border-left: none;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-type-recruit {
    margin-bottom: 15px;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-type .post-type-right {
    align-items: center;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-type .post-type-right .QR {
    display: none;
    position: absolute;
    top: 35px;
    right: -10px;
    padding: 10px;
    border: 2px solid #2da3f1;
    border-radius: 5px;
    background: #fff;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-type .post-type-right .QR:before {
    content: '';
    width: 0px;
    height: 0px;
    display: block;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2da3f1;
    position: absolute;
    top: -20px;
    right: 7px;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-list-detail {
    margin-bottom: 50px;
    flex: 1;
    width: 100%;
    box-sizing: border-box;
    padding-right: 175px;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-tips {
    width: 140px;
    padding: 10px 10px 30px 10px;
    height: 460px;
    border: 1px solid #ccc;
    margin-left: 15px;
    align-items: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}

.recruit-type-recruit .recruit-type-recruit-item {
    font-size: 14px;
    color: #333;
    padding: 0 15px;
}

.recruit-type-recruit .recruit-type-recruit-item:hover {
    color: #2da3f1;
}

.recruit-type-recruit .recruit-type-recruit-item.active {
    color: #2da3f1;
}

.recruit-type-recruit-item + .recruit-type-recruit-item {
    border-left: 1px solid #999;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-list-detail .list-detail {
    margin-bottom: 20px;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-list-detail .list-detail .list-detail-title {
    padding: 25px;
    justify-content: space-between;
    border: 1px solid #ccc;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-list-detail .list-detail .list-detail-title .posi {
    display: inline-block;
    width: 300px;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-list-detail .list-detail .list-detail-title .job-num {
    display: inline-block;
    min-width: 100px;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-list-detail .list-detail .list-detail-title span {
    font-size: 12px;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-post-list-detail .list-detail .list-detail-title:hover {
    border: 1px solid #2da3f1 !important;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-more {
    text-align: center;
    padding-bottom: 50px;
}

.recruit-wrapper .recruit-content .recruit-list-detail .recruit-more .recruit-more-btn {
    display: inline-block;
    line-height: 45px;
    padding: 0 55px;
    color: #fff;
    background: #2da3f1;
}

.recruit-post-list-detail .list-detail .list-detail-content-wrapper {
    padding: 30px 25px 0 25px;
}

.recruit-post-list-detail .list-detail .list-detail-content-wrapper .list-detail-content-left,
.recruit-post-list-detail .list-detail .list-detail-content-wrapper .list-detail-content-right {
    width: 350px;
}

.recruit-post-list-detail .list-detail .list-detail-content-wrapper .list-detail-content-left {
    margin-right: 100px;
    font-size: 14px;
    line-height: 25px;
}

.recruit-post-list-detail .list-detail .list-detail-content-wrapper .list-detail-content-right {
    font-size: 14px;
    line-height: 25px;
}

.recruit-post-list-detail .list-detail .apply-for-it {
    margin-top: 10px;
    padding-left: 25px;
}

.recruit-post-list-detail .list-detail .apply-for-it a {
    color: #fff;
    background: #2da3f1;
    display: inline-block;
    line-height: 40px;
    padding: 0 45px;
}

.recruit-post-list-detail .list-detail .list-detail-content {
    padding-bottom: 20px;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
}

/*企业风采内容
=================================================*/
.recruit-enterprise-profile .enterprise-profile-joinUs {
    height: 520px;
}

.recruit-enterprise-profile {
    padding-bottom: 60px;
}

.recruit-enterprise-profile .enterprise-profile-joinUs .enterprise-profile-joinUs-pic {
    width: 650px;
    height: 440px;
    padding-top: 20px;
}

.recruit-enterprise-profile .enterprise-profile-joinUs .enterprise-profile-joinUs-pic img {
    width: 100%;
    height: 100%;
}

.recruit-enterprise-profile .enterprise-profile-joinUs .enterprise-profile-joinUs-word {
    width: 750px;
    padding: 25px 30px 35px 30px;
    background: #fff;
    position: absolute;
    top: 35px;
    right: 0;
    box-shadow: 0px 0px 15px 0px #e8e8e8;
}

.recruit-enterprise-profile .enterprise-profile-joinUs .enterprise-profile-joinUs-word .line {
    width: 45px;
    height: 2px;
    background: #333;
    margin: 20px 0;
}

.recruit-enterprise-profile .enterprise-profile-joinUs .enterprise-profile-joinUs-word .en-detail {
    margin-bottom: 40px;
}

.enterprise-profile-culture {
    padding-bottom: 60px;
    width: 1200px;
    margin: 0 auto;
}

.enterprise-profile-culture-title {
    text-align: center;
    box-sizing: border-box;
    padding: 70px 0 30px 0;
}

.our-advantage .enterprise-profile-culture-title {
    text-align: center;
    box-sizing: border-box;
    padding: 60px 0 62px 0;
}

.enterprise-profile-culture-title .enterprise-profile-culture-line {
    text-align: center;
}

.enterprise-profile-culture-title .enterprise-profile-culture-line span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #2da3f1;
}

.enterprise-profile-culture .enterprise-profile-culture-content .culture-box {
    width: 240px;
    height: 240px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.enterprise-profile-culture .enterprise-profile-culture-content .culture-box1 {
    width: 480px;
    height: 240px;
}

.enterprise-profile-culture .enterprise-profile-culture-content .culture-box img {
    width: 100%;
    height: 100%
}

.enterprise-profile-culture .enterprise-profile-culture-content .culture-box1 img {
    width: 100%;
    height: 100%
}

.enterprise-profile-culture .enterprise-profile-culture-content .culture-content-top .cursor-p {
    background: #f7f8fa;
    color: #333;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.enterprise-profile-culture .enterprise-profile-culture-content .culture-content-top .cursor-p:hover {
    background: #2da3f1;
    color: #fff;
}

/*=================================================
 关于我们页面
 ================================================*/

/*关于我们内容
=================================================*/
.about-us-wrapper {
    width: 100%;
    min-width: 1200px
}

.about-us-content {
    width: 100%;
    height: 100%;
}

.about-us-content .ccx-intro {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.about-us-content .ccx-intro .ccx-intro-title {
    text-align: center;
    box-sizing: border-box;
    padding: 55px 0 40px 0;
}

.about-us-content .ccx-intro .ccx-intro-title .ccx-intro-line {
    text-align: center;
}

.about-us-content .ccx-intro .ccx-intro-title .ccx-intro-line span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #2da3f1;
}

.about-us-content .ccx-intro .ccx-intro-content .ccx-intro-content-left {
    margin-right: 55px;
    margin-left: 60px;
    margin-bottom: 0;
}

.about-us-content .ccx-intro .ccx-intro-content .ccx-intro-content-right {
    width: 510px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.about-us-content .ccx-intro .ccx-intro-content .ccx-intro-content-right span {
    line-height: 28px;
}

.ccx-advantage {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.ccx-advantage .ccx-advantage-title {
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 30px 0;
    color: #333;
}

.ccx-advantage .ccx-advantage-title .ccx-advantage-line {
    text-align: center;
}

.ccx-advantage .ccx-advantage-title .ccx-advantage-line span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #2da3f1;
}

/*.ccx-advantage-wrap{width: 100%;height: 800px;background-image: url("../image/aboutUs/advantage-bg.png");background-size: cover;color: #fff;}*/
.ccx-advantage-wrap {
    width: 100%;
    height: 275px;
    color: #fff;
}

.ccx-advantage .ccx-advantage-content {
    justify-content: space-between;
    flex-wrap: wrap;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list {
    width: 185px;
    height: 185px;
    cursor: pointer;
    position: relative;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list .advantage-pic {
    height: 40px;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list img {
    height: 100%;
    width: auto;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(61, 173, 241, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(61, 173, 241, .8);
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list p,
.about-us-content .ccx-advantage .ccx-advantage-content .ccx-advantage-list .ccx-advantage-content-description {
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list .ccx-advantage-content-description {
    height: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list:hover .ccx-advantage-content-description {
    height: 50px;
    opacity: 1;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list1 {
    background-image: url("../image/aboutUs/advantage1.png");
    background-size: cover;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list2 {
    background-image: url("../image/aboutUs/advantage2.png");
    background-size: cover;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list3 {
    background-image: url("../image/aboutUs/advantage3.png");
    background-size: cover;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list4 {
    background-image: url("../image/aboutUs/advantage4.png");
    background-size: cover;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list5 {
    background-image: url("../image/aboutUs/advantage5.png");
    background-size: cover;
}

.ccx-advantage .ccx-advantage-content .ccx-advantage-list6 {
    background-image: url("../image/index/advantage6.png");
    background-size: cover;
}

.about-us-content .ccx-process {
    width: 100%;
}

.about-us-content .ccx-process .ccx-process-title {
    text-align: center;
    box-sizing: border-box;
    padding: 55px 0 0px 0;
}

.about-us-content .ccx-process .ccx-process-title .ccx-process-line {
    text-align: center;
}

.about-us-content .ccx-process .ccx-process-title .ccx-process-line span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #2da3f1;
}

.progress-bg {
    width: 100%;
    height: 1550px;
    background-image: url("../image/aboutUs/timeprogress-bg.png");
    background-size: cover;
}


.about-us-content .ccx-honour {
    width: 100%;
    height: 100%;
    background: #fff;
}

.about-us-content .ccx-honour .ccx-honour-wrapper {
    width: 1200px;
    height: 596px;
    margin: 0 auto;
}

.about-us-content .ccx-honour .technological1 {
    width: 1200px;
    height: 713px;
    margin: 0 auto;
}

.about-us-content .ccx-honour .ccx-honour-title {
    text-align: center;
    box-sizing: border-box;
    padding: 70px 0 30px 0;
}

.about-us-content .ccx-honour .ccx-honour-title .ccx-honour-line {
    text-align: center;
}

.about-us-content .ccx-honour .ccx-honour-title .ccx-honour-line span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #2da3f1;
}


.oHonours_title div {
    margin-bottom: 60px;
}

.oHonours_title h6 {
    color: #0c9bd4;
    vertical-align: top;
    vertical-align: top;
    width: 102px;;
    float: left;
}

.oHonours_title h4 {
    font-size: 24px;
    color: #0c9bd4;
    float: left;
}

/*.oHonours{background: #f0f0f0; padding-top: 50px; padding-bottom: 50px;}*/
.oHonours ul {
    width: 371px;
    height: 270px;
    position: relative;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.oHonours p {
    display: none;
}

.oHonours li {
    left: 0;
    top: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    background-color: #f8f8f8
}

.oHonours_div {
    position: relative;
    padding: 0;
}

.oHonours_L_bottom {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    z-index: 9999;
}

.oHonours_R_bottom {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -30px;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    z-index: 9999
}

.oHonours_l6 {
    opacity: 1;
    transform: perspective(800px) translateX(-500px) scale(0.5);
    z-index: 2;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.oHonours_l5 {
    opacity: 1;
    transform: perspective(800px) translateX(-500px) scale(0.5);
    z-index: 2;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.oHonours_l4 {
    opacity: 1;
    transform: perspective(800px) translateX(-500px) scale(0.5);
    z-index: 2;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.oHonours_l3 {
    opacity: 1;
    transform: perspective(800px) translateX(-400px) scale(0.6);
    z-index: 3;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.oHonours_l2 {
    opacity: 1;
    transform: perspective(800px) translateX(-300px) scale(0.7);
    z-index: 4;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.oHonours_l1 {
    opacity: 1;
    transform: perspective(800px) translateX(-180px) scale(0.8);
    z-index: 5;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.oHonours_cur {
    opacity: 1;
    z-index: 10;
    cursor: pointer;
}

.oHonours_div ul p {
    color: #333;
    margin-top: 0
}

#oHonours_cur_close {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -170px;
    right: 0px;
    background: url("../image/aboutUs/close.png") center no-repeat;
    cursor: pointer;
    z-index: 99999
}

.oHonours_cur_s {
    transform: scale(1.5)
}

.oHonours_cur p {
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    color: #0c9bd4;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 9999
}

.oHonours_r1 {
    opacity: 1;
    transform: perspective(800px) translateX(180px) scale(0.8);
    z-index: 5;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.oHonours_r2 {
    opacity: 1;
    transform: perspective(800px) translateX(300px) scale(0.7);
    z-index: 4;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.oHonours_r3 {
    opacity: 1;
    transform: perspective(800px) translateX(400px) scale(0.6);
    z-index: 3;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.oHonours_r4 {
    opacity: 1;
    transform: perspective(800px) translateX(500px) scale(0.5);
    z-index: 2;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.oHonours_r5 {
    opacity: 1;
    transform: perspective(800px) translateX(500px) scale(0.5);
    z-index: 2;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.oHonours_r6 {
    opacity: 1;
    transform: perspective(800px) translateX(500px) scale(0.5);
    z-index: 2;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.oHonours_cur img {
    box-shadow: 0 2px 20px #888
}

.oHonours_div ul img {
    width: 100%;
    height: 100%;
}

.outerdiv {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.innerdiv {
    position: absolute;
    z-index: 10000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.close #close_icon02 {
    display: none;
}

.close:hover #close_icon01 {
    display: none;
}

.close:hover #close_icon02 {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -30px;
    right: -58px;
}

#close_icon01 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -30px;
    right: -58px;
}


.pic-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99
}

.pic-mask-content {
    width: 558px;
    height: 406px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pic-mask-content img {
    width: 100%;
    height: 100%;
}


/*=================================================
 产品中心页面
 ================================================*/

/*产品中心内容
=================================================*/
.product-detail-content {
    width: 100%;
    min-width: 1200px;
}

.product-detail-content .product-detail-wrapper {
    width: 100%;
    height: 100%;
}

.product-detail-content .product-detail-wrapper .product-intro-type-wrapper {
    width: 100%;
    height: 55px;
    background: #191919;
}

.product-detail-content .product-detail-wrapper .product-intro-type {
    width: 1200px;
    height: 55px;
    margin: 0 auto;
}

.product-detail-content .product-detail-wrapper .product-intro-type .type1 {
    width: 100%;
    height: 55px;
    line-height: 52px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #191919;
}

.product-detail-content .product-detail-wrapper .product-intro-type .type1 a {
    display: inline-block;
    color: #ccc;
    line-height: 52px;
    padding: 0 20px;
    cursor: pointer;
}

.product-detail-content .product-detail-wrapper .product-intro-type .type2 {
    width: 100%;
    height: 55px;
    line-height: 52px;
    text-align: center;
    border-bottom: 1px solid #f7f8fa;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #fff;
}

.product-detail-content .product-detail-wrapper .product-intro-type .type2 a {
    display: inline-block;
    color: #333;
    line-height: 52px;
    padding: 0 15px;
}

.product-detail-content .product-detail-wrapper .product-intro-type .type2 a:hover {
    color: #2da3f1;
    border-bottom: 2px solid #2da3f1;
}

.product-detail-content .product-detail-wrapper .product-intro-type .type2 a.active {
    color: #2da3f1;
    border-bottom: 2px solid #2da3f1;
    text-decoration: none;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-abs {
    padding-bottom: 60px;
    height: 100%;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-abs .product-intro-abs-title {
    text-align: center;
    box-sizing: border-box;
    padding: 80px 0 60px 0;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-abs .product-intro-abs-title .product-intro-abs-line {
    text-align: center;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-abs .product-intro-abs-title .product-intro-abs-line span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #2da3f1;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-abs .product-intro-abs-content {
    width: 1200px;
    margin: 0 auto;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-fun {
    padding-bottom: 60px;
    background: #f7f8fa;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-fun .product-intro-fun-title {
    text-align: center;
    box-sizing: border-box;
    padding: 80px 0 60px 0;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-fun .product-intro-fun-title .product-intro-fun-line {
    text-align: center;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-fun .product-intro-fun-title .product-intro-fun-line span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #2da3f1;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-fun .product-intro-fun-content {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-fun .product-intro-fun-content .wxcp-service > > .d-flex {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.product-intro-detail-wrapper .product-intro-fun .product-intro-fun-content .fun {
    width: 360px;
    height: 320px;
    background: #fff;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    cursor: pointer;
    box-shadow: 0px 0px 15px 5px #f8f8f8;
    box-sizing: border-box;
    padding-top: 75px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.product-intro-detail-wrapper .product-intro-fun .product-intro-fun-content .fun:hover {
    box-shadow: 0px 0px 15px 5px #e8e8e8;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.product-intro-detail-wrapper .product-intro-fun .product-intro-fun-content .fun span {
    padding: 25px 0;
    display: inline-block;
}

.product-intro-detail-wrapper .product-intro-fun .product-intro-fun-content .fun p {
    padding: 0 40px !important;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-adv {
    padding-bottom: 40px;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-adv .product-intro-adv-title {
    text-align: center;
    box-sizing: border-box;
    padding-bottom: 100px;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-adv .product-intro-adv-title .product-intro-adv-line {
    text-align: center;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-adv .product-intro-adv-title .product-intro-adv-line span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #2da3f1;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-adv .product-intro-adv-content {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.product-intro-detail-wrapper .product-intro-adv .product-intro-adv-content .adv {
    width: 294px;
    height: 180px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 55px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.product-intro-detail-wrapper .product-intro-adv .product-intro-adv-content .adv:hover {
    border: 1px solid #2da3f1;
    box-shadow: 0px 5px 10px 0px rgba(45, 163, 241, .2);
}

.product-intro-detail-wrapper .product-intro-adv .product-intro-adv-content .adv:hover .adv-icon {
    box-shadow: 0px 0px 15px 0px rgba(45, 163, 241, .6);
}

.product-intro-detail-wrapper .product-intro-adv .product-intro-adv-content .adv span {
    display: inline-block;
    /*margin-top: 30px;*/
    margin-bottom: 10px;
}

.product-intro-detail-wrapper .product-intro-adv .product-intro-adv-content .adv p {
    padding: 0 20px !important;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.product-intro-detail-wrapper .product-intro-adv .product-intro-adv-content .adv-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 110px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #e8e8e8;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-image: -webkit-linear-gradient(-135deg, #205de8 0, #06cdfa 97%);
    background-image: -moz-linear-gradient(-135deg, #205de8 0, #06cdfa 97%);
    background-image: -o-linear-gradient(-135deg, #205de8 0, #06cdfa 97%);
    background-image: linear-gradient(135deg, #205de8 0, #06cdfa 97%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0.75, startColorstr=#205de8, endColorstr=#06cdfa)";
}

.product-intro-detail-wrapper .product-intro-adv .product-intro-adv-content .adv-icon img {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-suc {
    padding-bottom: 60px;
    background: #f7f8fa;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-suc .product-intro-suc-title {
    text-align: center;
    box-sizing: border-box;
    padding: 80px 0 60px 0;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-suc .product-intro-suc-title .product-intro-suc-line {
    text-align: center;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-suc .product-intro-suc-title .product-intro-suc-line span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #2da3f1;
}

.product-detail-content .product-detail-wrapper .product-intro-detail-wrapper .product-intro-suc .product-intro-suc-content {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}

.product-intro-detail-wrapper .product-intro-suc .product-intro-suc-content .suc {
    width: 360px;
    background: #fff;
    cursor: pointer;
}

.product-intro-detail-wrapper .product-intro-suc .product-intro-suc-content .suc .suc-way1 {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background: #fff;
    z-index: 2;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.product-intro-detail-wrapper .product-intro-suc .product-intro-suc-content .suc:hover .suc-way1 {
    opacity: 0;
}

.product-intro-detail-wrapper .product-intro-suc .product-intro-suc-content .suc .suc-way2 {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #2da3f1;
}

.product-intro-detail-wrapper .product-intro-suc .product-intro-suc-content .suc .suc-way2 p {
    padding: 0 20px;
    color: #fff;
    width: 100%;
}

/* 成功案例新样式 */
.product-intro-detail-wrapper .product-intro-suc .product-intro-suc-content .suc:nth-child(1) .suc-title {
    width: 100%;
    height: 180px;
    background: url("../image/products/aims-suc1.png") no-repeat 50% 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-intro-detail-wrapper .product-intro-suc .product-intro-suc-content .suc:nth-child(2) .suc-title {
    width: 100%;
    height: 180px;
    background: url("../image/products/aims-suc2.png") no-repeat 50% 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
}

.product-intro-detail-wrapper .product-intro-suc .product-intro-suc-content .suc:nth-child(3) .suc-title {
    width: 100%;
    height: 180px;
    background: url("../image/products/aims-suc3.png") no-repeat 50% 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-intro-detail-wrapper .product-intro-suc .product-intro-suc-content .suc .suc-title span {
    color: #fff;
}

.product-intro-detail-wrapper .product-intro-suc .product-intro-suc-content .suc .suc-content {
    width: 100%;
    height: 220px;
}

.product-intro-detail-wrapper .product-intro-suc .product-intro-suc-content .suc .suc-content p {
    width: 100%;
    padding: 15px 20px;
    align-items: center;
    box-sizing: border-box;
}

.ad-slide .ad-slide-product-content {
    width: 100%;
    height: 560px;
    position: absolute;
    top: 0;
    left: 0;
}

.ad-slide .ad-slide-product-content .content-word {
    position: absolute;
    top: 70%;
    opacity: 0;
    transition-delay: 0.3s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    margin-top: 23px;
}

.ad-slide .ad-slide-product-content .content-pic {
    position: absolute;
    top: 70%;
    opacity: 0;
    margin-top: 23px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
}

.ad-slide .ad-slide-product-content .content-pic img {
    height: 220px;
    width: auto;
}

.ad-slide .ad-slide-product-content .content-word .content-word-title {
    font-size: 40px;
    margin-bottom: 26px;
    color: #fff;
}

.ad-slide .ad-slide-product-content .content-word .content-word-description {
    font-size: 18px;
    margin-bottom: 36px;
    color: #fff;
}

.ad-slide .ad-slide-product-content .content-word a {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 15px;
    position: relative;
}

.ad-slide .ad-slide-product-content .content-word a:before {
    width: 100%;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #2da3f1;
    z-index: -1;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.ad-slide .ad-slide-product-content .content-word a:hover:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    color: #fff;
}

.ad-slide .ad-slide-product-content a:hover {
    color: #fff;
    border: 1px solid #2da3f1;
}

.suc-title img {
    width: 46px;
    height: 68px;
    box-sizing: border-box;
}

.content-right-item > div {
    height: 120px;
}

/*=================================================
 核心技术页面
 ================================================*/

/*核心技术内容
=================================================*/
.core-detail-content {
    width: 100%;
    min-width: 1200px;
}

.core-detail-content .core-detail-wrapper {
    width: 100%;
}

.core-detail-wrapper .core-detail-top-items {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    justify-content: space-between;
}

.core-detail-wrapper .core-detail-top-items .item {
    width: 270px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.core-detail-wrapper .core-detail-top-items .item span {
    padding-top: 20px;
}

.core-detail-bottom-wrapper {
    width: 100%;
    background: #fff;
}

.core-detail-source {
    background: #f6f6f6;
}

.core-detail-source .core-tech-title {
    padding-bottom: 20px;
}

.core-detail-bottom-items {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.core-tech-title {
    text-align: center;
    box-sizing: border-box;
    padding: 80px 0 100px 0;
}

.core-tech-title .core-tech-line {
    text-align: center;
}

.core-tech-title .core-tech-line span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #2da3f1;
}

.core-detail-bottom-items .item {
    border: 1px solid #eaeaea;
}

.core-detail-bottom-items .item img {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -35px;
}

.core-detail-bottom-items .item .item-description p {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding-top: 20px;
}

.core-detail-bottom-items .item .item-description p:first-child {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 50px;
}

.core-detail-bottom-items .items-top .item {
    width: 380px;
    height: 380px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 50px;
    box-shadow: 7px 7px 10px #e4e4e4;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.core-detail-bottom-items .items-bottom .item {
    width: 585px;
    height: 300px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 30px 50px;
    box-shadow: 7px 7px 10px #e4e4e4;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.core-detail-bottom-items .items-top,
.core-detail-bottom-items .items-bottom {
    justify-content: space-between;
}

.core-detail-bottom-items .items-top {
    margin-bottom: 70px;
}

.core-detail-bottom-items .items-top .item .item-description {
    flex-direction: column;
    width: 278px;
}

.core-detail-bottom-items .items-bottom .item .item-description {
    flex-direction: column;
    width: 483px;
}

.core-detail-bottom-items .item:hover {
    box-shadow: 7px 7px 10px #e4e4e4;
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}

/*=================================================
 产品服务页面
 ================================================*/

/*产品服务内容
=================================================*/
.product-service-xy .credit-title,
.product-service-zh .credit-title {
    padding-top: 80px;
}

.product-service-type {
    width: 1200px;
    height: 56px;
    line-height: 54px;
    margin: 0 auto;
    border-bottom: 1px solid #f7f8fa
}

.product-service-type a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    padding: 0 25px;
}

.product-service-type a.active {
    color: #2da3f1;
    border-bottom: 2px solid #2da3f1;
}

.product-service-type a:hover {
    color: #2da3f1;
    border-bottom: 2px solid #2da3f1;
}

.product-page2-top {
    width: 1200px;
    justify-content: center;
    margin-bottom: 30px;
}

.product-page2-top .top-sercontent {
    background: #fff;
}

.product-page2-bottom {
    width: 1200px;
    justify-content: space-between;
    padding-top: 60px;
}

.product-page2-top .top-sercontent {
    width: 380px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.product-page2-top .top-sercontent:hover {
    box-shadow: 7px 7px 10px #e4e4e4;
}

.product-service-zh .service-wrapper {
    padding-bottom: 30px;
}

.product-page2-bottom .swiper-slide ul li {
    text-align: left;
}

.product-service-xy .sercontent-wrapper {
    justify-content: space-between;
    padding-top: 65px;
}

/*.product-service-xy .service-wrapper{padding-bottom: 60px;}*/

.serviceToCredit {
    width: 100%;
    height: 200px;
    background: url("../image/proctionservice/serviceCreditBg.png") 50% 50% no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.toCredit-title {
    font-size: 30px;
    color: #fff;
    line-height: 42px;
}

.toCredit-abs {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.toCredit-btn {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #2da3f1;
    background: #fff;
    text-align: center;
    padding: 0 30px;
    margin-top: 15px;
}

.toCredit-btn:hover {
    box-shadow: 0px 3px 7px 0px rgba(17, 63, 94, 0.35);
}

/*=================================================
 适配
 ================================================*/
@media screen and (max-width: 1440px) {
    header .ad-slide .swiper-slide-content .slide-content-word .content-word-title {
        font-size: 35px;
    }

    header .ad-slide .swiper-slide-content .slide-content-word .content-word-description {
        font-size: 16px;
    }

    header .ad-slide .swiper-slide-content .slide-content-word .content-word-link {
        font-size: 12px;
    }

    /*.slide-content-pic img {
          -webkit-transform: scale(.8);
          -moz-transform: scale(.8);
          -ms-transform: scale(.8);
          -o-transform: scale(.8);
          transform: scale(.8);
      }*/
    .ad-slide .ad-slide-product-content .content-word .content-word-title {
        font-size: 35px;
    }

    .ad-slide .ad-slide-product-content .content-word .content-word-description {
        font-size: 16px;
    }

    .ad-slide .ad-slide-product-content .content-word .content-word-link {
        font-size: 12px;
    }

    /*.ad-slide .ad-slide-product-content .content-pic img {
          -webkit-transform: scale(.8);
          -moz-transform: scale(.8);
          -ms-transform: scale(.8);
          -o-transform: scale(.8);
          transform: scale(.8);
      }*/
    /*.apply-trial-container .apply-trial-content{height:670px;position:absolute;top:177px;left:110px;}*/
    /*.apply-trial-container .apply-trial-content .apply-trial-content-title{text-align: center;margin: 30px 0 20px 0;}*/
    .apply-trial-content-form .form-item {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
}

/*解决方案*/
.solution-type .solution-type-right {
    width: 500px;
    box-sizing: border-box;
}

.solution-type-right .solution-line {
    display: block;
    width: 32px;
    height: 3px;
    background: #29baf9;
}

.solution-type .solution-type-right .solution-type-content {
    margin: 0;
}

.solution-type .solution-type-right .solution-type-content p {
    text-align: justify;
    width: 100%;
    margin: 0px;
    font-size: 12px;
    line-height: 22px;
    color: #999;
}

.solution-type .solution-type-right .solution-type-content div {
    font-size: 24px;
    line-height: 84px;
    color: #000;
}

.solution-type .solution-type-right .solution-type-content dl {
    display: inline-block;
    margin: 0px;
    font-size: 20px;
    line-height: 56px;
    color: #000;
}

.solution-type-content .solution-type-icon {
    padding-left: 8px;
}

.solution-type-content .solution-type-icon img {
    display: inline-block;
    height: 20px;
    padding: 5px 8px 14px 5px;
}

.solution-type-content .solution-type-icon .anti-logo1 {
    width: 81px;
}

.solution-type-content .solution-type-icon .anti-logo2 {
    width: 74px;
}

.solution-type-content .solution-type-icon .anti-logo3 {
    width: 67px;
}

.solution-type-content .solution-type-icon .anti-logo4 {
    width: 68px;
}

.solution-type-content .solution-type-icon .anti-logo5 {
    width: 75px;
}

.content .our-advantage {
    height: 442px;
    min-width: 1200px;
    background-color: rgb(247, 247, 247);
}

.content .our-advantage .our-advantage-centent {
    width: 1200px;
    margin: 0 auto;
}

/*.solution-main{height:660px;}*/
.main-bg {
    background: #fafafa;
}

.content .our-advantage-logo {
    height: 260px;
}

.our-advantage-logo span {
    display: inline-block;
}

.nav-logo img {
    width: 116px;
}

.our-advantage-logo span p {
    font-size: 18px;
    line-height: 78px;
    margin: 0;
}

.solution-main-image1,
.solution-main-image2,
.solution-main-image3,
.solution-main-image4 {
    display: inline-block;
}

.solution-type .solution-main .solution-main-image1 {
    width: 516px;
    height: 340px;
    margin-left: 60px
}

.solution-type .solution-main .solution-main-image2 {
    width: 517px;
    height: 340px;
    margin-right: 20px
}

.solution-type .solution-main .solution-main-image3 {
    width: 424px;
    height: 343px;
    margin-left: 60px
}

.solution-type .solution-main .solution-main-image4 {
    width: 496px;
    height: 327px;
    margin-right: 20px
}


.solution-main .solution-main-item {
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
    width: 1200px;
    justify-content: space-between;
}

.solution-main .main-item1 {
    padding-top: 60px;
    align-items: flex-start
}

.address-wrapper {
    width: 700px;
    height: 600px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    margin-top: 40px;
}

.city {
    float: left;
    width: 145px;
    height: 40px;
    cursor: pointer;
}

.address {
    width: 578px;
    height: 556px;
}

#swiper1 {
    text-align: center;
    padding-bottom: 20px;
    line-height: 40px;
}

.active-nav {
    border-bottom: 2px solid #2da3f1;
}

.map {
    height: 356px;
    border-bottom: 1px solid #e8e8e8;
}

.map img {
    width: 100%;
    height: 100%;
}

.add-detail {
    padding: 10px 0 20px 10px;
}

.detail {
    margin-bottom: 15px;
}

.detail img {

    margin-right: 10px;
}

.ccx-intro .ccx-intro-content {
    align-items: center;
}

/*
.position-relative a{
   display:block;
}*/
.nav-list-item span a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.nav-list-item:hover span a {
    color: #2da3f1;
}

.contact-us-add {
    line-height: 24px;
}

.organization-list .swiper-button-next,
.organization-list .swiper-button-prev {
    display: none;
}

.organization-list .swiper-button-prev {
    background-image: url("../image/index/ccx-index-left.png");
    background-size: cover;
}

.organization-list .swiper-button-next {
    background-image: url("../image/index/ccx-index-right.png");
    background-size: cover;
}

.organization-list .swiper-button-prev,
.organization-list .swiper-button-next {
    width: 40px;
    height: 40PX;
}

/*=================================================
 投招标征信服务页面
 ================================================*/

/*投招标征信服务内容
=================================================*/
.bid-service {
    width: 1200px;
    margin: 50px auto;
}

.bid-service .query-box {
    width: 100%;
    height: 420px;
    background: #FFFFFF;
    box-shadow: 0px 7px 22px 6px rgba(237, 237, 237, 0.5);
    margin-bottom: 50px;
    padding: 40px 150px;
    box-sizing: border-box;
}

.bid-service .query-box .query-title {
    font-size: 30px;
    color: #4394D0;
    /* font-weight: bold; */
    text-align: center;
    margin-bottom: 40px;
}

.bid-service .query-box .query-item {
    height: 50px;
    border-radius: 15px;
    border: 2px solid #F0F0F0;
    align-items: center;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    position: relative;
}

.bid-service .query-box .error {
    font-style: normal;
    position: absolute;
    top: 55px;
    left: 230px;
    color: #f32828;
}

.bid-service .query-box .query-item:hover {
    border-color: #4394D0;
}

.bid-service .query-box .query-item .item-title {
    font-size: 14px;
    width: 190px;
    padding-right: 19px;
    text-align: right;
    color: #333333;
    position: relative;
}

.bid-service .query-box .query-item .item-inp {
    margin-left: 19px;
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    color: #4394D0;
}

.bid-service .query-box .query-item .item-title::after {
    content: '';
    display: block;
    width: 2px;
    height: 30px;
    background: #F0F0F0;
    position: absolute;
    top: 0;
    right: 0;
}

.bid-service .query-box .submit-btn {
    margin-top: 50px;
    text-align: center;
}

.bid-service .query-box .submit-btn .query-submit {
    font-size: 16px;
    padding: 10px 25px;
    background: #4394D0;
    border-radius: 10px;
    letter-spacing: 10px;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.5s ease;
}

.bid-service .query-box .submit-btn .query-submit-loading {
    font-size: 16px;
    padding: 10px 25px;
    background: rgba(214, 212, 212, 0.85);
    border-radius: 10px;
    /* letter-spacing: 10px; */
    cursor: not-allowed;
    color: #ffffff;
    display: none;
}

.bid-service .query-box .submit-btn .query-submit:hover {
    background: rgba(67, 148, 208, 0.85);
}

.bid-service .query-box .null-data {
    margin-top: 30px;
    display: none;
}

.bid-service .query-box .null-data .data-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.bid-service .query-box .null-data i {
    min-width: 20px;
    height: 20px;
    background: url('../image/bidService/warning.svg') 50% 50% no-repeat;
    background-size: 100%;
    margin-right: 5px;
}

.bid-service .query-box .null-data span {
    line-height: 16px;
    line-height: 20px;
    color: #686868;
}

.bid-service .query-result {
    width: 100%;
    height: auto;
    padding: 30px 0px;
    margin-bottom: 50px;
    text-align: center;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 7px 22px 6px rgba(237, 237, 237, 0.5);
}

.bid-service .query-result .query-result-image {
    width: 568px;
}

.bid-service .company-ability {
    padding-top: 40px;
    margin: 50px 0;
    background: #FFFFFF;
    box-shadow: 0px 7px 22px 6px rgba(237, 237, 237, 0.5);
}

.bid-service .company-ability .swiper-container {
    padding: 50px 0;
}

.bid-service .company-ability .ability-title {
    font-size: 30px;
    color: #4394D0;
    /* font-weight: bold; */
    text-align: center;
}

.bid-service .query-ad img {
    width: 100%;
}

.bid-service .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.custom-ad {
    position: fixed;
    top: 50%;
    right: 40px;
    background: url('../image/index-ad.png') 50% 50% no-repeat;
    background-size: 100%;
    width: 200px;
    height: 161px;
    z-index: 999;
    margin-top: -80px;
    opacity: 1;
    transition: all 0.5s ease;
}

.custom-ad a {
    display: inline-block;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ffb300;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 15px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -44px;
    transition: all 1s ease;
    cursor: pointer;
}

.custom-ad i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../image/ad-close.png') 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
}

.custom-ad a:hover {
    color: #ffffff;
    background-color: rgb(255, 179, 0, 0.85);
}

.custom-ad-small {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: rgba(54, 142, 227, 0.8);
    border-radius: 50%;
    position: fixed;
    top: 50%;
    right: 40px;
    z-index: 0;
    margin-top: -80px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease;
}

.custom-ad-small:hover {
    background: #368ee3;
}

.custom-ad-small i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../image/ad-close.png') 50% 50% no-repeat;
    background-size: 100%;
    position: absolute;
    top: 8px;
    left: 47%;
    transform: translateX(-50%) rotate(-180deg);
}

.custom-ad-small span {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 12px;
    /* font-weight: bold; */
    text-align: center;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 2px;
}

@media screen and (max-width: 1600px) {

    .custom-ad,
    .custom-ad-small {
        top: 62%;
    }
}
