﻿@charset "utf-8";

/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
fieldset,
lengend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,
textarea {
    border: 2 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

/* 设置默认字体 */
body,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei";
    color: #666;
    font-size: 13px;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

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

* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
    margin: 0px;
}

/*覆盖bootstrape对标题加的默认外边距*/

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

/* 斜体扶正 */

/* 重置列表元素 */
ul,
ol,
li {
    list-style: none;
}

/* 重置文本格式元素 */
a {
    text-decoration: none;
    color: #666;
    word-wrap: break-word;
}

/*英文换行*/
a:hover {
    text-decoration: none;
}


/* 重置表单元素 */
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {
    overflow-y: scroll;
    width: 100%;
    min-width: 1400px;
}

/*设置浮动*/
.fl,
.pull-left {
    float: left;
}

.fr,
.pull-right {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.box,
.content,
.w1200,
.width-1200 {
    width: 1400px;
    margin: 0 auto;
}

/* -- 内页布局 -- */
.page_bg {
    padding: 20px 0 20px;
    background: #fff;
}

.page_main {
    margin: 0 auto;
    width: 1400px;
}

/*版面宽度*/
.page_content {
    width: 930px;
}

/*右边宽度*/
.page_left {
    width: 240px;
}

/*左边宽度*/
.page_full {
    width: 100%;
}

.dis,
.hide {
    display: none;
}

.line-clamp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


::-webkit-input-placeholder {
    color: #aaa;
    font-size: 13px;
}

.top_all {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    min-width: 1400px;
    height: 40px;
    line-height: 40px;
    background: #0084ff;
    padding: 0 80px 0 80px;
    position: relative;
}

/*.top_all:after{ content:''; display:block; position:absolute; right:0; top:0; z-index:1; background:#0084ff; width:550px; height:50px; border-bottom-left-radius:80px;}*/
.top_r {
    z-index: 2;
    position: relative;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 40px;
    padding-left: 30px;
    background: url(../images/001.png) no-repeat left center;
}

.top_r span {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    vertical-align: sub;
    font-family: Arial, Helvetica, sans-serif;
}

.hidden {
    display: none;
}

.head_all {
    width: 100%;
    box-sizing: border-box;
    min-width: 1400px;
    padding: 25px 0 0 0;
}

.head_l {}

.head_logo {
    margin-right: 7px;
    position: relative;
}
.head_logo img{
  width: 72px;
}
.head_w {
    font-size: 20px;
    color: #333;
    line-height: 38px;
    margin-top: 2px;
}

.head_w dl {
    display: block;
    font-size: 34px;
    color: #222;
    letter-spacing: 0.4px;
    line-height: 36px;

}


/*导航*/
.navbor {
    width: auto;
    color: #333;
    font-size: 16px;
    margin: 15px 0 0 0;
    position: relative;
}

.nav {}

.NavCeshi.page {
    position: relative;
}

.nav>ul>li {
    float: left;
    display: block;
    line-height: 45px;
    width: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
    text-align: center;
    margin-left: 5px;
}

.nav>ul>li>a {
    display: block;
    font-size:16px;
    color: #333;
    font-weight: bold;
    padding: 0 25px;
}

.nav>ul>li:hover {
    height: 45px;
}

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

.nav>ul>.block {
    background-color: #0084ff;
    height: 45px;
    color: #fff !important;
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    padding: 0 15px;
    margin-left: 5px;
}

.erji_menu {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1111;
    top: 45px;
}

.erji_menu ul li a {
    display: block;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
    color: #555 !important;
    line-height: 45px;
    border-top: 1px solid #e4e4e4;
    background: #f5f5f5;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.erji_menu ul li a:hover {
    background: #0084ff;
    color: #fff !important;
}

.navcurrent a {
    color: #fff !important;
    background: #0084ff !important;
}

.rightarrowpointer {
    display: none;
}




/* 实力*/
.power_all {
    width: 100%;
    min-width: 1400px;
    background: #fff;
    overflow: hidden;
    padding-top: 80px;
}

.power_l {
    width: 650px;
    font-size: 16px;
    line-height: 40px;
}

.power_l p {
    margin-top: 20px;
    font-size: 16px;
}

.power_l p i {
    width: 143px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    background: #0084ff url(../images/006.jpg)right center no-repeat;
    padding-right: 7px;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
}

.power_l p em {
    text-align: justify;
    display: block;
    width: 495px;
    float: right;
}

.power_l p:after {
    display: block;
    content: "";
    clear: both;
}

.power_l dl {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    color: #222;
}

.power_l dl span {
    color: #0084ff;
}

.power_l dt {
    font-size: 26px;
    font-weight: lighter;
    color: #555;
    display: block;
    padding-top: 10px;
    margin-bottom: 30px;
}

.power_l dt strong {
    color: #333;
}

.letter-1 {
    letter-spacing: -1px;
}

.power_r {
    width: 700px;
    height: 450px;
    overflow: hidden;
}

/*实力*/
#about_b {
    box-sizing: border-box;
    background: #f9f9f9;
    padding: 70px 0;
}

#about_b li {
    display: block;
    float: left;
    font-size: 15px;
    color: #555;
    line-height: 30px;
    width: auto;
    padding: 20px 77px 20px 77px;
    position: relative;
    text-align: center;
    background: url(../images/20201128113932_1514834155.png) right center no-repeat;
}

#about_b li:nth-of-type(1) {
    padding-left: 0;
}

#about_b li:nth-of-type(4) {
    background: none;
    padding-right: 0;
}

#about_b li span {
    color: #222;
    font-family: "impact";
    font-size: 60px;
    line-height: 60px;
    float: left;
}

#about_b li p {
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
}

.number_ljs {
    font-size: 18px;
    color: #ddd;
    text-align: center;
}

#about_b em {
    font-style: normal;
    display: block;
    font-size: 20px;
    float: left;
    width: 25px;
    height: 25px;
    background: #0084ff;
    border-radius: 50%;
    color: #fff;
    line-height: 23px;
    font-weight: bold;
    margin-left: 0;
}



/*网站标题*/
.wz_bt {
    text-align: center;
    margin: 0 auto;
}

.wz_bt span {
    font-size: 42px;
    color: #333;
    display: block;
    padding-bottom: 10px;
    line-height: 44px;
}

.wz_bt b {
    color: #0084ff;
    font-weight: bold;
}

.wz_bt p {
    font-size: 18px;
    color: #888;
    line-height: 36px;
}

.wz_bt i {
    color: #0084ff;
}

.wz_bt1 {
    text-align: center;
    margin: 0 auto;
}

.wz_bt1 span {
    font-size: 40px;
    color: #fff;
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.wz_bt1 b {
    color: #fff;
    font-weight: bold;
}

.wz_bt1 p {
    font-size: 20px;
    color: #fff;
}

.wz_bt1 i {
    color: #fff;
}

.gyjgntt {
    width: 30px;
    height: 24px;
    margin: 0 auto;
    animation: myfirst 2s infinite;
    padding-top: 30px;
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}



/*  问题*/
.problem {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 70px 0;
    background: #fff;
    min-width: 1400px;
}

.pbul {
    padding: 85px 0 51px 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    text-align: center;
    margin-top: 20px;
    background: url(../images/0009.png) no-repeat center;
}

.pbul:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1px;
    left: 0;
    background: #dedede;
    top: 190px;
}

.pbul li {
    position: relative;
}

.pbul li:nth-child(2)+li {
    margin-left: 360px;
}

.pbicon {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dddddd;
}

.pbnum {
    position: absolute;
    z-index: 3;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #888 url(../images/022.png) no-repeat center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -24px;
    transition: all .3s ease;
}

.pb_t {
    display: inline-block;
    margin: 45px 0 0 0;
    height: 65px;
}

.pb_c {
    font-size: 16px;
    color: #333333;
    font-weight: lighter;
}

.pb_c b {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}

.pbul li:hover .pbnum {
    transform: rotate(360deg);
    background-color: #0084ff;
}

.pbul li:hover .pbicon {
    box-shadow: 0 0 15px #ccc;
}

.pbbottom {
    text-align: center;
}

.pbc {
    display: inline-block;
    width: 750px;
    line-height: 48px;
    background: #0084ff;
    text-align: center;
    font-size: 25px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: lighter;
}

.pbtel {
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
}

.pbtel em {
    font-size: 36px;
    font-family: "impact";
}

.pbtel span {
    display: inline-block;
    padding-left: 48px;
    background: url(../images/20201129194906_1077640122.png) no-repeat left 18px;
}



/*  解决方案*/
.solution {
    width: 100%;
    min-width: 1400px;
    padding-top: 80px;
    background: #fff url(../images/010.jpg) center top no-repeat;
}

.solution .wz_bt span,
.solution .wz_bt b {
    color: #fff;
}

.solution .wz_bt p {
    color: rgba(255, 255, 255, 0.6);
    line-height: 36px;
}

.solution_b {
    background: #fff;
    margin-top: 75px;
}

.solution_ico li {
    display: block;
    float: left;
    font-weight: lighter;
    line-height: 55px;
    position: relative;
    padding-right: 50px;
    margin-right: 50px;
}

.solution_ico li:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    height: 80px;
    border-right: 1px dashed #ddd;
}

.solution_ico li:last-of-type {
    padding-right: 0;
    margin-right: 0;
}

.solution_ico li:last-of-type:After {
    display: none;
}

.solution_ico li a {
    display: block;
    font-size: 18px;
    color: #333;
}

.solution_ico li img {
    display: block;
    margin: 0 auto;
}

.solution .picScroll-left {
    overflow: hidden;
    position: relative;
}

.solution .picScroll-left .hd {
    overflow: hidden;
    height: 60px;
    z-index: 99;
    position: relative;
    text-align: center;
    width: 85%;
    min-width: 1520px;
    margin: 0 auto;
    top: 250px;

}

.solution .picScroll-left .hd .prev {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: url(../images/013.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.solution .picScroll-left .hd .next {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background: url(../images/014.png) 0 0 no-repeat;
}

.solution .picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.solution .picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.solution .picScroll-left .bd {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: -25px;
}

.solution .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.solution .picScroll-left .bd ul li {
    margin: 0 37px 0 3px;
    float: left;
    _display: inline;
    overflow: hidden;
    width: 440px;
    box-sizing: border-box;
    display: block;
    background: #f9f9f9;
}

.solution .picScroll-left .bd ul li .pic {
    text-align: center;
    padding: 20px;
}

.solution .picScroll-left .bd ul li .pic img {
    width: 100%;
    height: auto;
    display: block;
}

.solution .picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.solution .picScroll-left .bd ul li .title {
    line-height: 40px;
    padding: 10px 50px 10px 50px;
    font-size: 20px;
    color: #333;
}

.solution .picScroll-left .bd ul li:hover .title {
    color: #0084ff;
}

.solution .picScroll-left .bd ul li .div_item_body {
    padding: 0 50px 50px 50px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 32px;
    color: #888;
}

.solution .picScroll-left .bd ul li:hover .div_item_body {
    color: #555;
}

/*  服务项目*/
.item_all {
    background: #ebf6fa url(../images/item_bg.jpg) center bottom no-repeat;
    min-width: 1400px;
    padding: 80px;
    overflow: hidden;
}

.item_r {
    width: 1100px;
}

.colee table td {
    width: 290px;
    height: 247px;
    display: block;
    float: left;
    margin: 10px 0 0 18px;
    border: 1px solid #eee;
    background: #fff;
}

.colee table td span {
    line-height: 50px;
}

.colee {
    overflow: hidden;
    height: 765px;
}

.prod_b table tr td {
    width: 31%;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0px 2% 2% 0;
}

.prod_b table tr td:nth-of-type(3n) {
    margin-right: 0;
}

.prod_b table tr td a {
    display: block;
    overflow: hidden;
    font-size: 15px;
}

.prod_b table tr td:hover span a {
    background: #0084ff;
    color: #fff;
}

.prod_b table tr td>a {
    width: 100%;
    height: 204px;
    overflow: hidden;
}

.prod_b table tr td br {
    display: none;
}

.prod_b img {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    width: 100%;
    height: auto;
}

.prod_b img:hover {
    -webkit-transform: scale(1.12, 1.12);
    transform: scale(1.12, 1.12);
    -moz-transform: scale(1.12, 1.12);
    overflow: hidden;
}

.item_b {
    margin-top: 20px;
}

/*  四大优势*/
.adv_all {
    width: 100%;
    min-width: 1400px;
    background: url(../images/adv_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    overflow: hidden;
    padding: 80px 0;

}

.adv_all .wz_bt span,
.adv_all .wz_bt b {
    color: #fff;
}

.adv_all .wz_bt p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 26px;
}

.advcenter {
    background: #fff;
    border-radius: 70px 70px 0 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 70px 70px 40px 70px;
    margin-top: 20px;
}

.advtab {
    margin-bottom: 27px;
}

.advtab li {
    float: left;
    width: 315px;
    height: 116px;
    background: #0084ff;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    position: relative;
    transition: all .3s ease;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.advtab li:first-child {
    border-radius: 25px 0 0 0;
}

.advtab li:last-of-type {
    border-radius: 0 25px 0 0;
    border-right: none;
}

.advtab li em {
    display: block;
    font-size: 13px;
    letter-spacing: 1.2px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    margin-top: 3px;
    transition: all .3s ease;
}

.advtab li p {
    padding: 25px 0 0 90px;
}

.advtab li i {
    position: absolute;
    display: block;
    width: 60px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 33px;
    background: url(../images/015.png) no-repeat top left;
    transition: all .5s ease;
}

.advtab li:nth-child(2) i {
    background-position-x: -84px;
    height: 52px;
}

.advtab li:nth-child(3) i {
    background-position-x: -174px;
}

.advtab li:nth-child(4) i {
    background-position-x: -259px;
}

.advtab li.on {
    background: #009946;
}

.advtab li.on i {
    background-position-y: -66px;
}

.advwa {
    width: 650px;
    box-sizing: border-box;
    background: #fff;
    padding: 30px 0 33px 50px;
}

.advnum {
    width: 100px;
    height: 100px;
    border-radius: 25px;
    overflow: hidden;
    font-size: 50px;
    line-height: 100px;
    background: #0084ff;
    color: #fff;
    font-family: impact;
    float: left;
    text-align: center;
    margin-right: 10px;
    border: 10px solid #cbeaff
}

.advnum:after {
    content: '';
    display: block;
    width: 2px;
    height: 26px;
    background: #d3d3d3;
    margin: 3px 0 10px 10px;
}

.adv_t {
    width: 455px;
    font-size: 35px;
    color: #222;
    display: block;
    margin-bottom: 30px;
    float: right;
    padding-top: 15px;
    line-height: 48px;
}

.adv_t b {
    margin-bottom: 10px;
    display: block;
}

.adv_c {
    position: relative;
}

.adv_c:before {
    display: block;
    content: "";
    width: 1px;
    background: #eee;
    position: absolute;
    left: 7px;
    top: 20px;
    height: 140px;
}


.adv_c p {
    font-size: 16px;
    color: #555;
    line-height: 38px;
    padding-left: 28px;
    margin-top: 15px;
    position: relative;
}

.adv_c p:before {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background: #0084ff;
    border: 4px solid #cbeaff;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
    overflow: hidden;
}

.adv_c p span {
    color: #222;
}

.adv_c p i {
    font-size: 12px;
    color: #ccc;
    font-family: "arial";
    display: block;
    line-height: 20px;
    padding-top: 10px;
}

.adv_all .tempWrap ul {
    background: #fff;
}

.adv_all .tempWrap ul div img {
    display: block;
    width: 100%;
}

.adv_all .tempWrap ul>.fl {
    width: 600px;
    height: 500px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 25px;
    border-radius: 25px;

}

.advwa .phone {
    display: block;
    height: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    width: 595px;
    margin-top: 55px;
    box-sizing: border-box;
    padding: 30px 43px 30px 78px;
    line-height: 40px;
    background: url(../images/adv_tel.png) 43px center no-repeat;
}

.advwa .phone dt {
    display: inline-block;
    font-size: 16px;
    color: #555;
    float: left;
}

.advwa .phone dd {
    font-family: "impact";
    color: #222;
    float: left;
    font-size: 30px;
}

.advwa .phone:after {
    display: block;
    content: "";
    clear: both;
}


/*  客户案例*/
.case_all {
    width: 100%;
    min-width: 1400px;
    padding: 80px 0;
    background: #f5f5f5 url(../images/case_bg.png) center bottom no-repeat;
}

.case_b {
    margin-top: 20px;
}

.case_b dl {
    width: 23.5%;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0px 2% 2% 0;
}

.case_b dl:nth-of-type(4n) {
    margin-right: 0;
}

.case_b dl dt {
    display: block;
    width: 100%;
    height: 246px;
    overflow: hidden;
}

.case_b dl dt img {
    width: 100%;
    height: auto;
}

.case_b dl dd {
    width: 100%;
    background: #fff;
    line-height: 50px;
    color: #333;
    text-align: center;
    font-size: 16px;
}

.case_b dl:hover dd {
    color: #fff;
    background: #0084ff;
}

/*  合作伙伴*/
.partner_b {
    overflow: hidden;
    width: 100%;
    min-width: 1400px;
}

.partner_b li {
    position: relative;
    float: left;
    border: 1px solid #eee;
    border-right: none;
    box-sizing: border-box;

    width: 330px;
    height: 198px;
    overflow: hidden;
}

.partner_b li .partner_img {
    width: 100%;
    height: auto;

}

.partner_b li .partner_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.partner_b li .partner_t {
    transition: all ease 0.5s;
    position: absolute;
    top: 198px;
    width: 100%;
    height: 198px;
    text-align: center;
    left: 0;
    font-size: 20px;
    color: #fff;
    line-height: 198px;
    background: rgba(0, 150, 255, 0.9);
}

.partner_b li:hover .partner_t {
    transform: rotateY(360deg);
    top: 0;
}

.partner_b .tempWrap {
    width: 1400px !important;
    margin: 0 auto;
    overflow: hidden;
}

/*  流程*/
.process {
    width: 100%;
    min-width: 1400px;
    overflow: hidden;
    padding-bottom: 10px;
    background: #fff url(../images/process_bg.jpg) center bottom no-repeat;
    padding-bottom: 160px;
    margin-top: 30px;
}

.process_b {
    margin-top: 20px;
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
}

.process_b li {
    width: 150px;
    text-align: center;
    display: block;
    font-size: 15px;
    line-height: 32px;
    position: relative;
    z-index: 2;
    transition: all ease 0.5s;
}

.process_b li dd {
    display: block;
    content: "";
    width: 36px;
    background: #fff;
    border: 1px solid #eee;
    height: 36px;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 186px;
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.process_b li .img {
    width: 100px;
    height: 100px;
    background: #0084ff;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.process_b li .img img {
    width: 100%;
}

.process_b li:hover .img {
    background: #009946;
}

.process_b li dl {
    font-size: 18px;
    color: #333;
    position: relative;
    z-index: 2;
    margin-top: 26px;
}

.process_b:after {
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: "";
    position: absolute;
    left: 0;
    top: 205px;
    z-index: 1;
}

.process_b li dt {
    padding-top: 58px;
    color: #999;
    line-height: 22px;
    font-size: 14px;
}

.process_b li+li {
    margin-left: 58px;
}

.process_b li:hover dd {
    background: #009946;
    color: #fff;
}

.process_b li:hover {
    transform: rotateY(360deg);
}


.process_r {
    box-sizing: border-box;
    padding: 50px 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 10%);
    overflow: hidden;
    background: #fff;
}

.process_r li {
    display: block;
    width: 170px;
    float: left;
}

.process_r li+li {
    margin-left: 25px;
}

.process_r .button.btn_message {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin-left: 20px;

    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0 40px;
    border-radius: 30px;
    line-height: 50px;
    background: #222;
    font-size: 16px;
    color: #fff;

}


.process_r .wbf-input {
    font-size: 12px;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    background: #f5f5f5;
    line-height: normal;
    box-sizing: border-box;
}

.process_r input.button.btn_message {
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin-left: 55%;

    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    border-radius: 30px;
    line-height: 40px;
    background: #666;
    font-size: 16px;
    color: #fff;
    border: none;

}

.process_r .feedback_form input,
.process_r .feedback_form textarea {
    border: 1px solid #eee;
    font-size: 12px;
    border-radius: 5px;
}

.process_r.fb_message textarea {
    width: 100%;
    padding: 15px 15px;
    background: #f5f5f5;
    margin-top: 10px;
}

.process_r .wbf-code {
    width: 100px;
    border: 1px solid #eee;
    height: 50px;
    padding: 15px 20px;

    line-height: normal;
    box-sizing: border-box;
}

.process_r .feedback_form li.yzma {
    margin-top: -10px;
}

.process_r .fb_message {
    width: 290px !important;
}

.process_r .yzma img {
    vertical-align: middle;
}

.process_r .yzma {
    width: 210px !important;
    background: #eee;
}

.process_r .wbf-textarea {
    font-size: 12px;
    background: #f5f5f5;
    width: 100%;
    height: 50px;
    padding-left: 15px;
    line-height: 50px;

    box-sizing: border-box;
}

.process_r form {
    margin: 0 !important;
}

body,
button,
input,
select,
textarea {
    border: none;

}


/*简介*/
.about {
    min-width: 1400px;
    overflow: hidden;
    background: linear-gradient(to bottom, #fff, #f5f5f5);
}

.abright {
    width: 680px;
    padding: 50px 0 50px 0;
    height: 422px;
    overflow: hidden;
    margin-right: 50px;
}

.abright img{
  width: 680px;
  height: 422px;
  object-fit: cover;
}

.ableft {
    width: 570px;
    margin: 55px 0 50px 50px;
}

.abcon {
    background: #fff;
    margin: 20px 0 60px 0;
    position: relative;
    border: 1px solid #eee;
}

.abcon:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 640px;
    height: 490px;
    background: #eaeced;
    top: 65px;
    left: -20px;
}

.ab_t em {
    font-size: 52px;
    color: #dde1e6;
    font-family: Arial Narrow, Arial;
    text-transform: uppercase;
    font-weight: bold;
}

.ab_t b {
    display: block;
    font-size: 26px;
    color: #0575e9;
    margin: 10px 0 15px 0;
}

.ab_t:after {
    content: '';
    display: block;
    width: 46px;
    height: 3px;
    background: #009946;
}

.ab_c {
    font-size: 15px;
    color: #555;
    line-height: 33px;
    margin: 25px 0 0 0;
}

.abbtn a {
    display: block;
    font-size: 16px;
    color: #333;
    height: 50px;
    color: #555;
    width: 180px;
    margin-top: 20px;
    text-align: center;
    background: #eee;
    line-height: 50px;
}

.abbtn a:hover {
    background: #0084ff;
    color: #fff;
}


/*版权*/
.copyright_nav dl:last-of-type a {
    display: inline-block !important;
    font-size: 16px !important;
}

/*内页代码*/
.box_comtent {
    width: 1400px;
    margin: 60px auto;
}

.box_comtent:After {
    display: block;
    content: "";
    clear: both;
}

.w1100 {
    width: 1100px;
}


.job_all {
    width: 100%;
    margin: 0 auto;
}

#dy_job h2,
#down h2 {
    font-size: 17px;
    line-height: 54px;
    color: #323232;
    border-bottom: 2px solid #d90015;
    width: 100%;
    font-weight: normal;
}

#dy_job dt {
    cursor: pointer;
    color: #353535;
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 30px;
}

#dy_job dd {
    display: none;
    color: #767676;
    font-size: 15px;
    padding: 15px 15px 10px 40px;
    border-radius: 5px;
    background: #f0f0f0;
    margin-bottom: 20px;
    line-height: 35px;
}

#dy_job dt,
#dy_job dd {
    position: relative;
}

#dy_job i {
    display: inline-block;
    width: 200px;
}

#dy_job dt span {
    width: 23%;
    display: block;
    float: left;
    margin-left: 17px;
}

.mik_contact {
    font-size: 0;
    margin-top: 20px;
    overflow: hidden;
}

.mik_contact i {
    width: 33.33%;
    font-style: normal;
    background: #eee;
    padding: 30px 0;
    display: inline-block;
    font-size: 16px;
    text-indent: 2em;
    float: left;
}

.gongsfl {
    padding-left: 30px;
}

.gongsfl strong {
    font-size: 18px;
    color: #d90015;
}

.gongsfl span {
    font-size: 16px;
    line-height: 35px
}

.mb_sp span {
    margin-left: 60px;
}


@media only screen and (max-width: 768px) {
    .mik_contact i {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
        text-indent: 0em;
    }

    #dy_job .mb {
        padding: 20px 5px 0 0;
    }

    .gongsfl {
        padding-left: 1px;
    }

    #dy_job dt span {
        width: auto;
        margin-left: 5px;
    }

    .mb_sp span {
        margin-left: 10px !important;
    }

    #dy_job dt {

        font-size: 15px;
    }

    #dy_job dd {
        padding: 10px;
    }

}

.block {
    display: block;
}