/*公用样式*/

* {
    padding: 0px;
    margin: 0px;
}

body {
    color: #222;
    font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
    background-color: rgb(254, 253, 253);
    margin: 0px auto;
    -webkit-text-size-adjust: none;
    padding: 0;
    height: auto !important;
}

html,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
}

a {
    transition: color 0.4s;
}

ol,
ul,
li {
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

img,
fieldset,
abbr,
acronym {
    border: none;
    padding: 0;
    margin: 0;
}

del,
ins {
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #222;
    outline: none;
    -webkit-appearance: none;
}

table {
    border-collapse: collapse;
    ???￡?￠a€????￠a€???border-spacing: 0;
}

i,
b,
address {
    text-decoration: none;
    font-style: normal;
    font-weight: lighter;
}

caption {
    text-align: left;
}

time,
mark {
    margin: 0px;
    padding: 0px;
    background: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}

i,
cite,
em {
    font-style: normal;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: inherit;
}

.clb {
    clear: both;
}


/*滚动条美化*/


/*::-webkit-scrollbar {  
  width: 14px;  
  height: 14px;  
}  
  
::-webkit-scrollbar-track,  
::-webkit-scrollbar-thumb {  
  border-radius: 999px;  
  border: 5px solid transparent;  
}  
  
::-webkit-scrollbar-track {  
  box-shadow: 1px 1px 1px #20973B inset;  
}  
  
::-webkit-scrollbar-thumb {  
  min-height: 20px;  
  background-clip: content-box;  
  box-shadow: 0 0 0 5px #20973B inset;  
}  
  
::-webkit-scrollbar-corner {  
  background: transparent;  
}  */


/*字体*/

@font-face {
    font-family: "iconfont";
    /* Project id 655585 */
    src: url('//at.alicdn.com/t/font_655585_r4yhvuqgjal.woff2?t=1630923839652') format('woff2'), url('//at.alicdn.com/t/font_655585_r4yhvuqgjal.woff?t=1630923839652') format('woff'), url('//at.alicdn.com/t/font_655585_r4yhvuqgjal.ttf?t=1630923839652') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}


/*公用*/

img {
    max-width: 100%;
    display: block;
}

.content img {
    display: inline-block;
}

.wd {
    margin: 0 100px;
    min-width: 1200px;
    overflow: hidden;
}

.of {
    overflow: hidden;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.animate * {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.head .wd {
    width: 100% !important;
    padding: 0px 60px;
    min-width: 1200px;
    box-sizing: border-box;
}


/*头部*/

.head {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #FFF;
    height: 80px;
    position: sticky;
    top: 0;
}

.head_box {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 1600px;
    min-width: 1200px;
    margin: 0px auto;
}

.head_tel a {
    line-height: 80px;
    height: 80px;
    color: #2f2f2f;
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
}

.nav ul li {
    float: left;
    font-size: 17px;
    line-height: 80px;
    color: #191919;
    text-align: center;
    height: 80px;
}

.nav ul li.first {
    width: 72px;
}

.nav ul li.active em {
    color: #0166ce;
}

.nav ul li span {
    float: left;
    width: 0px;
    margin-right: 0px;
    height: 1px;
    background: #fff;
    margin-top: 30px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.nav ul .zongji {
    background: linear-gradient(to right, #8FCAE5, #728BDE);
    -webkit-background-clip: text;
    /*背景颜色以文本方式剪切*/
    -webkit-text-fill-color: transparent;
    /*文字填充为透明色让设置的渐变色显示出来，一定要设置为透明色不然设置的渐变色无法显示出来，会被遮挡住*/
    border-left: 1px solid #2467f3;
    padding-left: 30px;
    font-weight: bold;
}

.nav ul .zongji .icon {
    background: linear-gradient(to top, #8FCAE5, #728BDE);
    -webkit-background-clip: text;
    /*背景颜色以文本方式剪切*/
    -webkit-text-fill-color: transparent;
}

.nav ul li:hover span {
    /*width: 8px; margin-right: 5px;*/
}

.nav ul li a {
    cursor: pointer;
    height: 100%;
    display: block;
    padding: 0px 15px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.nav ul li a:hover {
    background-color: #ddd;
}

.nav ul li:hover .dl {
    height: inherit;
}

.nav ul li .dl {
    border-top: 1px solid #CCC;
    padding-left: 46%;
    left: 0px;
    height: 0px;
    background-color: #FFF;
    position: absolute;
    width: 54%;
    z-index: 999;
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.nav ul li .dl a {
    line-height: 30px;
    color: #333;
    display: block;
    font-size: 14px;
    float: left;
    line-height: 80px;
    padding: 0px 20px;
    width: auto;
}

.logo_pc {
    max-height: 80px;
    margin-top: 10px;
}


/*底部*/

.foot_bot {
    /*background: #0a0a0a;*/
    color: #999;
    font-size: 16px;
    line-height: 26px;
    padding: 30px 0;
}

.foot_bot_body {
    opacity: 0;
    font-size: 14px;
    font-family: initial;
    margin: 0;
    align-items: center;
}

.foot_bot_body p {
    line-height: 40px;
    display: inline-block;
}
.foot_bot_body a{color:#999 }

.foot_bot_body span {
    line-height: 30px;
}

.foot_bot_body span.fl {
    margin-right: 120px
}

.foot_bot_body img {
    display: initial;
    margin-left: 10px;
    border-radius: 4px;
    float: right;
}

.foot_bot_fr a {
    float: left;
    font-size: 29px;
    color: #999;
    margin-left: 10px;
    line-height: 78px;
}

.foot_bot_fr a i {
    font-size: 29px;
    color: #04c38e;
}

.foot_bot_fr a:hover {
    opacity: 0.8;
}

.foot_top {
    padding: 25px 0;
    background: #1e1e1e;
}

.foot_cen {
    opacity: 0;
}

.foot_cen_title {
    font-size: 18px;
    border-bottom: 1px solid #333;
    line-height: 50px;
    color: #d2d2d2;
}

.foot_cen_body {
    padding: 10px 0 0;
}

.foot_cen_body a {
    float: left;
    margin-right: 15px;
    font-size: 16px;
    color: #757575;
    line-height: 28px;
}

.foot_top_body {
    padding: 20px 0 0 0;
    opacity: 0;
}

.foot_top_fl ul {
    margin-top: 40px;
}

.foot_top_fl ul li {
    float: left;
    width: 85px;
    line-height: 26px;
}

.foot_top_fl ul li a {
    font-size: 14px;
    margin-bottom: 18px;
    color: #fff;
}

.foot_top_fl ul li a {}

.foot_top_fl ul li p:hover {
    padding-left: 10px;
}

.foot_top_fr ul li {
    float: left;
    margin: 0 0 0 10px;
    text-align: center;
    color: #999;
    font-size: 14px;
    line-height: 40px;
    width: 120px;
}

.foot_top_cen {
    margin-left: 70px;
}

.foot_top_cen div {
    font-size: 18px;
    color: #fff;
}

.foot_top_cen a {
    font-size: 28px;
    color: #0166ce;
    font-weight: bold;
}

.foot_top_cen p {
    line-height: 26px;
    color: #999;
    margin-top: 5px;
}


/*轮播*/


/*.i-ban {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    height: 600px;
}
@media screen and (max-width: 1500px) {
    .i-ban {
        height: 500px;
    }
}
.i-ban ul,
.i-ban li {
    width: 100%;
    height: 100%;
}

.i-ban li {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    left: 100%;
    top: 0;
}

.i-ban li .banner-text {
    width: 100%;
    position: absolute;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.i-ban li .banner-text div {
    position: relative;
    overflow: hidden;
}

.i-ban li .banner-text div span {
    position: relative;
    display: block;
    top: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.i-ban li .banner-text .tit {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 36px;
}

.i-ban li .banner-text .text {
    width: 530px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.i-ban li .banner-text .btn {
    width: 190px;
    height: 50px;
    position: relative;
    top: 20px;
    margin-top: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    -webkit-transition: top 0.3s ease 0s;
    -o-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.i-ban li .banner-text .btn:hover {
    background: #fff;
    color: #3f5263;
}

.i-ban li.active .banner-text div span {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.i-ban li.active .btn {
    opacity: 1;
    top: 0;
    filter: alpha(opacity=1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.i-ban .btns {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 999;
}

.i-ban .btns span {
    display: inline-block;
    width: 80px;
    height: 2px;
    margin-right: 10px;
    background-color: #3a333f;
    position: relative;
    cursor: pointer;
    z-index: 999;
}

.i-ban .btns span i {
    display: block;
    height: 100%;
    position: absolute;
    width: 0;
    background-color: #fff;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
}*/


/*刘德华写的轮播图*/

.lbanner {
    height: 600px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

.lbanner .btngo {
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    margin-top: 280px;
    opacity: 0;
    border-radius: 4px;
    z-index: 99;
}

.lbanner:hover .btngo {
    opacity: 0.4;
    z-index: 30;
}

.lbanner .btngo:hover {
    opacity: 1;
    cursor: pointer;
}

.lbanner .golf {
    left: 0px;
}

.lbanner .golr {
    right: 0px;
}

.lbanner .slides {
    z-index: 88;
    height: 600px;
}

.lbanner .slides li {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 600px;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.lbanner .slides li.show {
    opacity: 1;
    z-index: 20;
}

.lbanner .slides li .kuai {
    width: 100%;
    height: 600px;
    display: block;
    padding-top: 20px;
}

.lbanner .dot {
    width: 100%;
    position: absolute;
    margin-top: 540px;
    z-index: 99;
    text-align: center;
}

.lbanner .dot li {
    width: 60px;
    height: 6px;
    display: inline-block;
    background-color: #fff;
    opacity: 0.4;
    margin: 0px 5px;
    cursor: pointer;
}

.lbanner .dot li.pitch {
    background-color: #ffffff;
    opacity: 0.7;
}

.bannertext {
    position: relative;
    overflow: hidden;
    margin-top: 110px;
}

.bannertext span {
    position: relative;
    display: block;
    top: -20px;
    opacity: 0;
    color: #FFF;
    filter: alpha(opacity=0);
}

.bannertext .tit {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 36px;
}

.bannertext .text {
    width: 530px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.bannertext .btn {
    display: inline-block;
    width: 190px;
    height: 50px;
    position: relative;
    top: 20px;
    margin-top: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fff;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    -webkit-transition: top 0.3s ease 0s;
    -o-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.bannertext .btn:hover {
    background: #fff;
    color: #3f5263;
}

.show .bannertext span {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.show .bannertext .btn {
    opacity: 1;
    top: 0;
    filter: alpha(opacity=1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*左边悬浮框*/

.r_fiexd {
    display: inline-block;
    border-radius: 30px;
    background-color: #222;
    position: fixed;
    right: 20px;
    bottom: 100px;
    min-width: 20px;
    padding: 0 20px;
    /*height: 265px;*/
    z-index: 164;
    transition: all .4s;
}

.r_fiexd .r_line {
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.r_fiexd .r_line:last-child {
    border-bottom: none;
}

.r_fiexd .r_line .icon {
    float: right;
    height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.r_fiexd a {
    color: #fff
}

.r_fiexd .title_text {
    display: none;
}

.r_fiexd .title_text img {
    width: 100px;
    height: 100px;
    margin: 18px 0;
}

.r_fiexd:hover .title_text {
    display: inline-block;
    color: #fff;
}

.r_fiexd:hover {
    min-width: 200px;
    border-bottom: 1px solid #ccc;
}


/*轮播图*/

.px_banner {
    height: 700px;
}

.px_banner .swiper-slide a {
    display: block;
    height: 100%;
    background-size: auto 100%;
    background-position: center center;
}

.swiper-container-horizontal>.swiper-pagination.px_pagination {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.px_pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 60px;
    height: 3px;
    border-top: 1px solid #fff;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    opacity: 1;
    background: none;
    border-radius: 0;
}

.px_pagination.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}


/*首页标题*/

.index_title {
    padding: 30px 0px 14px;
    font-size: 48px;
    color: #000;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.index_title div {
    position: relative;
}

.index_title span {
    float: right;
    font-size: 16px;
    font-weight: 500;
    font-family: Awesome Font;
    line-height: 70px;
    height: 70px;
}

.index_title p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: sans-serif;
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 36px
}

.index_title em {
    display: block;
    width: 1px;
    height: 25px;
    background: #dcdcdc;
    margin: 10px 0 0 35px;
}

.index_title .bigtext {
    font-size: 105px;
    font-weight: 500;
    position: absolute;
    left: 0px;
    top: 18px;
    line-height: 108px;
    color: #eee;
    font-family: fantasy;
}

.index_title.titlea {
    animation: titlea 2s;
    -moz-animation: titlea 2s;
    /* Firefox */
    -webkit-animation: titlea 2s;
    /* Safari ???￥?￠a??a?￠?…a€? Chrome */
    -o-animation: titlea 2s;
    /* Opera */
}


/*-----------------[我们的服务 2021版]--------------*/

.row-index2,
.row-index3,
.row-index4 {
    padding: 100px 100px 0 100px;
    position: relative;
}

.g-tit1 {
    text-align: center;
    position: relative;
    z-index: 2;
}

.g-tit1 .left {
    text-align: left;
}

.g-tit1 .cn {
    position: relative;
    z-index: 2;
}

.g-tit1 h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 15px;
}

.g-tit1 span {
    font-size: 16px;
    color: #333;
}

.g-tit1 .en {
    font-weight: bold;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    font-size: 80px;
    text-transform: uppercase;
    font-family: ariblk;
    line-height: 1.1;
    color: rgba(0, 0, 0, .04);
}

.new-list2 {
    overflow: hidden;
    padding-top: 80px;
}

.new-list2 li {
    width: 25%;
    float: left;
    height:340px;
}

.new-list2 .con {
    display: block;
    text-align: center;
    margin: 0 70px;
}

.new-list2 .ico {
    display: block;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
}

.new-list2 .ico i {
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: auto 100px;
    -ms-background-size: auto 100px;
    -moz-background-size: auto 100px;
    -webkit-background-size: auto 100px;
    background-size: auto 100px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.new-list2 .ico img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.new-list2 .ico i.on {
    opacity: 0;
}

.new-list2 h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.new-list2 h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 60px;
    margin-left: -30px;
    background-color: #2467f3;
}

.new-list2 h3 span {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    position: relative;
    color: #000;
    overflow: hidden;
    font-weight: bold;
}

.new-list2 h3 span::before {
    position: absolute;
    top: 0;
    text-align: left;
    vertical-align: bottom;
    left: 0px;
    height: 0px;
    line-height: 40px;
    font-size: 30px;
    overflow: hidden;
    max-width: 100%;
    color: #2467f3;
    content: attr(data-hover);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.new-list2 .desc {
    font-size: 16px;
    line-height: 27px;
    color: #333;
}

.new-list2 .con:hover h3 span::before {
    height: 40px;
}

.new-list2 .con:hover .ico i {
    opacity: 0;
}

.new-list2 .con:hover .ico .on {
    opacity: 1;
}

.ico-bg3 {
    position: absolute;
    right: 0;
    top: -1000px;
    width: 805px;
    height: 1120px;
    background: url(../Images/ico-bg1.png) no-repeat center center;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.ico-bg4 {
    position: absolute;
    left: -66px;
    top: 0px;
    width: 700px;
    height: 900px;
    background: url(../Images/ico-bg2.png) no-repeat center center;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}


/*工作方向*/

.index_direction {
    padding: 0 0;
    height: auto;
}

.index_direction_body {
    opacity: 0;
}

.index_direction .tel {
    text-align: center;
    padding: 20px 100px;
    border-bottom: 1px solid #ebebeb;
}

.index_direction .right_border {
    border-right: 1px solid #ebebeb;
    width: 33%;
    display: inline-block;
    font-size: 20px;
    line-height: 35px;
}

.index_direction .left_title {
    font-weight: bold;
    color: #2467f3;
}

.index_direction .left_title .icon {
    width: 1.4em;
    height: 1.4em;
    vertical-align: -0.35em;
    margin-right: 5px;
}

.index_direction_body ul {
    overflow: hidden;
    background-color: #F5F5F5;
}

.index_direction_body ul li {
    float: left;
    overflow: hidden;
    width: 25%;
    position: relative;
}

.index_direction_body ul a:nth-child(2n) li {
    background-color: #EEEEEE;
}

.index_direction_box {
    background-color: #fff;
    position: relative;
    z-index: 50;
    margin: 0 auto;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    animation: directiona 2s;
    -moz-animation: directiona 2s;
    /* Firefox */
    -webkit-animation: directiona 2s;
    /* Safari ???￥?￠a??a?￠?…a€? Chrome */
    -o-animation: directiona 2s;
    /* Opera */
    text-align: center;
    padding: 4%;
    height: 380px;
}

.index_direction_box .xian {
    display: none;
}

.index_direction_box .line {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    z-index: 999;
}

.index_direction_box .line1 {
    border-top: 1px solid #fff;
    top: 4%;
    left: 6.166667%;
}

.index_direction_box .line2 {
    border-right: 1px solid #fff;
    top: 4%;
    right: 6.166667%;
}

.index_direction_box .line3 {
    border-bottom: 1px solid #fff;
    right: 6.166667%;
    bottom: 4%;
}

.index_direction_box .line4 {
    border-left: 1px solid #fff;
    left: 6.166667%;
    bottom: 4%;
}

.index_direction_box:hover {
    background-color: #0166EC;
}

.index_direction_box:hover div {
    color: #FFF
}


/*.index_direction_box:hover .index_direction_icon{color: #000000 !important;}*/


/*.index_direction_box:hover .index_direction_icon{background-color: white;border-radius: 50%;}*/

.index_direction_box:hover .xian {
    display: block;
    width: 0;
    height: 0;
    border: 4px solid #fff;
    border-top: 4px solid #0166EC;
    border-right: 4px solid #0166EC;
    position: absolute;
    left: calc(50% + 29px);
    bottom: 40px
}

.index_direction_box:hover .xian::after {
    content: " ";
    width: 58px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: -54px;
    top: 4px;
    z-index: 1;
}

.index_direction_box:hover .line1 {
    width: 87.5%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.index_direction_box:hover .line2 {
    -moz-transition: all 0.3s linear 0.2s;
    -o-transition: all 0.3s linear 0.2s;
    -webkit-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s;
    height: 92%;
}

.index_direction_box:hover .line3 {
    -moz-transition: all 0.3s linear 0.4s;
    -o-transition: all 0.3s linear 0.4s;
    -webkit-transition: all 0.3s linear 0.4s;
    transition: all 0.3s linear 0.4s;
    width: 87.5%;
}

.index_direction_box:hover .line4 {
    height: 92%;
    -webkit-transition: all 0.3s linear 0.6s;
    -moz-transition: all 0.3s linear 0.6s;
    -o-transition: all 0.3s linear 0.6s;
    transition: all 0.3s linear 0.6s;
}

.index_direction_icon {
    display: block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 100px;
    color: #666;
    margin-bottom: 15px;
    margin: 0px auto;
}

.index_direction_icon .icon {
    width: 80px;
    height: 80px;
    margin: 15px auto 0;
}

.index_direction_box:hover .index_direction_icon .icon {
    color: #fff
}

.index_direction_icon i {
    font-size: 48px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    text-align: left;
}

.index_direction_top {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.index_direction_top div {
    color: #222;
    font-size: 26px;
    line-height: 50px;
}

.index_direction_top p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-style: italic;
}

.index_direction_bot {
    color: #333;
    font-size: 14px;
    line-height: 32px;
    margin: 20px 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-family: Awesome Font;
    text-align: center;
}


/*关于多享*/

.index_about {
    padding: 0 0 40px 0;
    background-image: url(../Images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_about_body {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.index_about_lf {
    width: 100%;
    opacity: 0;
}

.index_about_box {
    margin: 60px 0 30px;
    float: left;
    width: 25%;
    color: #fff;
}

.index_about_box div {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 20px;
}

.index_about_box div i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
}

.index_about_box p {
    font-size: 18px;
}

.index_about_box div span {
    font-size: 60px;
    text-align: center;
    display: block;
    font-weight: 900;
    font-family: DINPro;
}

.index_about_box em {
    display: block;
    margin: 5px auto 17px;
    width: 30px;
    height: 2px;
    background: #d2d2d2;
}

.index_about_cen {
    font-size: 18px;
    width: 74.5%;
    height: 120px;
    display: inline-block;
    margin: 10px auto;
    padding: 0;
    position: relative;
    z-index: 10;
    opacity: 0;
    text-align: center;
    text-align: center;
}

.index_about_body .look_all {
    width: 100px;
    ;
    font-size: 16px;
    color: #2942d2;
    text-align: center;
    margin: 0 auto
}

.index_about_cen em {
    position: absolute;
    top: -8px;
    left: 0px;
    font-size: 76px;
    color: #b6b6b6;
    font-family: DINPro;
}

.index_about_cen p {
    margin-bottom: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.index_about_cen p span {
    text-decoration: underline;
    color: #111;
}

.index_about_cen p u {
    font-weight: bold;
}

.index_about_fr {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.index_about .showImg {
    opacity: 0;
    margin-top: 15px;
    width: 100%;
    position: relative;
}

.index_about .showImg .swiper-wrapper .swiper-slide {
    width: 25%;
    float: left;
}

.index_about .showImg ul li img {
    width: 100%;
}

.index_about .g-tit1 h2 {
    color: #fff;
}

.index_about .g-tit1 span {
    color: #fff;
}

.index_about .g-tit1 .en {
    color: rgba(255, 255, 255, .06);
}

.index_about .g-btn .more {
    background-image: -webkit-linear-gradient(right, #fff, #fff);
}

.index_about .g-btn .more i {
    border: 1px solid #fff;
}

.index_about .g-btn .more i:after {
    background: url(../Images/ico-08.png) no-repeat left center
}


/*客户案例*/

.index_case {
    padding: 0 0 50px;
}

.index_case_body {
    opacity: 0;
    position: relative;
    z-index: 2;
}

.index_case_tab ul li {
    float: left;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #f5f5f5;
    border-radius: 8px;
    cursor: pointer;
    margin: 20px 10px 20px 0;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    padding: 0px 25px;
    position: relative;
    min-width: 100px;
}

.index_case_tab ul li.first {}

.index_case_tab ul li:hover,
.index_case_tab ul li.active {
    color: #fff;
    background: #2467f3;
}

.index_case_tab ul li.active:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 40px;
    width: 14px;
    height: 1px;
    background: #0166ce;
    overflow: hidden;
}

.index_case_box ul {
    height: auto !important;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    -webkit-column-break-inside: avoid;
}

.index_case_box ul li {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    width: calc(100% - 35px);
    ;
    margin: 0 25px 30px 0;
    overflow: hidden;
    float: left;
}
.index_case_box .index_case_intro{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 40px;
}
.index_case_box .mores{
    color: #2467f3;
    margin-top: 20px;
}



.index_case_box ul a {
    display: inline-block;
    width: 100%;
    float: left;
    width: 33.333%;
}

.index_case_img {
    position: relative;
}

.index_case_img img {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.index_case_txt {
    height: 80px;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    box-sizing: border-box;
}

.index_case_title {
    width: 70%;
    font-size: 28px;
    color: #333;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.index_case_txt p {
    color: #666;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_case_txt em {
    width: 30%;
    color: #333;
    display: block;
    text-align: right;
    line-height: 80px;
    font-weight: bold;
}

.index_case_txt i {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 36px;
    line-height: 50px;
    color: #DCDCDC;
    opacity: 0;
}

.index_case_href {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    margin: -20px 0 0 -50%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 10;
}

.index_case_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.index_case_href:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.index_case_href:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.index_case_boxall {
    position: relative;
}

.index_case_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.index_case_box.active {
    position: inherit;
    z-index: 100;
    opacity: 1;
}

.index_case_box ul li:hover .index_case_txt {
    /*padding: 10px 4px 10px 16px;*/
    /* line-height: 60px;
    height: 60px; */
}

.index_case_box ul li:hover img {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
}

.index_case_box ul li:hover .index_case_txt i {
    opacity: 1;
    right: 10px;
}

.index_case_box ul li:hover .index_case_href {
    width: 140px;
    margin: -20px 0 0 -70px;
    opacity: 1;
}

.index_case_box ul li:hover .index_case_bg {
    opacity: 1;
}

.index_case_more a {
    display: block;
    width: 120px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin: 20px auto 0;
    position: relative;
    opacity: 1;
    border: 1px solid #ccc;
    overflow: hidden;
}

.index_case_more a span {
    position: relative;
    z-index: 20;
    color: #0166ce;
    font-weight: 300;
}

.index_case_more a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #0166ce;
    transition: width 0.5s ease;
}

.index_case_more a:hover:after {
    width: 100%;
}

.index_case_more a:hover span {
    color: #fff;
}

.g-btn {
    text-align: center;
}

.g-btn .more {
    display: inline-block;
    font-size: 20px;
    height: 50px;
    position: relative;
    font-weight: bold;
    line-height: 50px;
    padding-left: 86px;
    padding-right: 20px;
    background-image: -webkit-linear-gradient(right, #2467f3, #2467f3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.g-btn .more i {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    margin-right: 38px;
    border: 1px solid #2467f3;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.g-btn .more i:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 23px;
    width: 37px;
    height: 12px;
    margin-top: -6px;
    background: url(../Images/ico-07.png) no-repeat left center;
}

.g-btn .more:hover i {
    width: 100%;
}


/*合作客户*/

.index_customer {
    height: 560px;
}

.index_cooperation {
    background: #f5f7fa;
    padding: 0px 0px 50px 0px;
    height: auto
}

.index_cooperation_body {
    margin: 30px auto 0;
    position: relative;
    min-height: 200px;
    width: 100%
}

.index_cooperation_fl {
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #DCDCDC;
    opacity: 0;
}

.index_cooperation_fl a {
    display: block;
    margin-top: 40px;
}

.index_cooperation_fr {
    margin-left: 0px;
    opacity: 0;
}

.index_cooperation_box .swiper-slide {
    /*width: 3100px;*/
    overflow: hidden;
    padding: 0 0 40px 0;
}

.index_cooperation_box .swiper-scrollbar-drag {
    height: 5px;
    top: -2px;
    background: #dcdcdc;
}

.index_cooperation_box.swiper-container-horizontal>.swiper-scrollbar {
    height: 2px;
    background: none;
}

.index_cooperation_box ul {
    width: 100%;
    overflow: hidden;
    border-bottom: none;
}

.index_cooperation_box ul li {
    background: #fff;
    text-align: center;
    float: left;
    width: calc(12.7% - 13px);
    height: 76px;
    line-height: 76px;
    margin: 15px 15px 20px 15px;
    border-radius: 8px;
    padding: 6px;
    /* box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff, inset 0 4px 20px 0 hsla(0, 0%, 100%, .5); */
}

.index_cooperation_box ul li:hover {
    cursor: pointer;
}

.index_cooperation_box ul li img {
    height: 120%;
    margin-top: -5%;
    display: inline-block;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    opacity: 0.8;
    transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
}

.index_cooperation_box ul li:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}


/*最新资讯*/

.index_news_box .g-btn {
    float: left;
}

.index_news_box .g-btn .more {
    height: 22px;
    line-height: 22px;
    padding-right: 15px;
    padding-left: 46px;
    font-size: 14px;
    margin-top: 10px;
}

.index_news_box .g-btn .more i {
    height: 20px;
    width: 20px;
    border-radius: 22px;
}

.index_news_box .g-btn .more i:after {
    content: '';
    width: 25px;
    height: 8px;
    margin-top: -4px;
    left: 8px;
    background-image: url(../Images/ico-07-1.png);
}

.index_news_box .g-btn .more:hover i {
    width: 100%;
}

.index_news {
    padding: 0 0 0px;
    background-color: #fff;
}

.index_news_body {
    margin: 20px auto 0;
    position: relative;
}

.index_news_fl {
    margin-top: 20px;
    opacity: 0;
    float: right;
}

.index_news_fl ul li {
    float: left;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #f5f5f5;
    border-radius: 8px;
    cursor: pointer;
    margin: 20px 10px 20px 0;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    padding: 0px 25px;
    position: relative;
    min-width: 100px;
}

.index_news_fl ul li.active {
    color: #fff;
    background: #2467f3;
}

.index_news_fl ul li.active:before {}

.index_news_fl ul li:hover {
    color: #fff;
    background: #2467f3;
}

.index_news_boxall {
    /*position: relative;*/
    height: auto;
    opacity: 0;
}

.index_news_fr {
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
}

.index_news_fr.active {
    position: inherit;
    z-index: 100;
    display: inline-block;
}

.index_news_bot {}

.index_news_title {
    font-size: 24px;
    font-style: italic;
    margin-bottom: 20px;
}

.index_news_box {
    width: 40%;
    margin-right: 2%;
    position: relative;
    background: #fff;
}

.index_news_box img {
    min-width: 100%;
    margin-bottom: 20px;
    height: 360px;
    border-top-left-radius: 55px;
    border-bottom-right-radius: 55px;
}

.index_news_box .h5 {
    line-height: 30px;
    font-weight: 600;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    width: 100%;
    display: inline-block;
}

.index_news_box a:hover {
    color: #0166ce;
}

.index_news_box .textp {
    line-height: 28px;
    font-size: 16px;
    height: 86px;
    text-align: justify;
    overflow: hidden;
    color: #555;
}

.index_news_box .a {
    margin-top: 30px;
    display: inline-block;
    font-family: inherit;
    color: #999;
    font-size: 14px;
}


/*.index_news_box ul{margin-bottom: 15px;}
.index_news_box ul li{line-height: 35px; height: 35px; font-size: 16px; overflow: hidden; padding-right: 80px; position: relative;}
.index_news_box ul li a{display: block; height: 35px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; color: #333;}
.index_news_box ul li em{position: absolute; top: 0; right: 0; font-size: 14px; color: #999;}*/

.index_news_frbox {
    width: 58%;
    opacity: 0;
}

.index_news_frbox ul {
    margin-bottom: 15px;
    height: 560px;
    padding: 15px;
}

.index_news_frbox ul li {
    float: left;
    width: 50%;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}

.index_news_frbox ul li .contentp {
    font-size: 16px;
    line-height: 27px;
    height: 54px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_news_frbox ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
    padding: 20px 25px 20px;
}

.index_news_frbox ul li a:hover {
    color: #0166ce;
}

.index_news_frbox ul li em {
    font-size: 16px;
    display: block;
    padding-left: 22px;
    font-size: 16px;
    color: #45474c;
    margin-bottom: 17px;
    background: url(../Images/ico-12.png) no-repeat left center;
}

.index_news_frbox ul li h3 {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: normal;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.index_news_frbox ul li:hover {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}

.index_news_frbox ul li:hover h3 {
    color: #000;
    font-weight: bold;
}

.index_news_frbox ul li.option {
    height: 100px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
    padding-top: 44px;
}

.index_news_frbox ul li.option .contentp {
    display: -webkit-box;
}

.index_news_frbox ul li.option a {
    height: 49px;
    line-height: 55px;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.index_news_frbox ul li.option em {
    position: relative;
}

.index_news_frbox ul li.option a:before {
    content: "-";
}

.index_news_frbox_top {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    padding: 15px 0;
    margin-bottom: 10px;
}

.index_news_frbox_top a {
    display: block;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_news_frbox_top p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin-left: 10px;
}

.index_news_frbox_top div {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-left: 10px;
}

.online-news-list {
    margin: 0 -30px;
    overflow: hidden;
}

.online-news-list li {
    float: left;
    width: 33.3333%;
}

.online-news-list li a:hover {
    background-color: #fff;
}

.online-news-list li a:hover .news_tit {
    color: #2467f3;
}

.online-news-list li a {
    display: block;
    margin: 0 30px;
    padding: 13.74322% 20px 16.27486%;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    -moz-transition: all ease .2s;
    transition: all ease .2s;
}

.online-news-list .news_date {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #666;
}

.online-news-list .news_date .line {
    display: block;
    width: 20px;
    height: 0;
    padding-top: 15px;
    border-bottom: 3px solid #d9d9d9;
}

.online-news-list .news_tit {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    display: -webkit-box;
    height: 48px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}

.online-news-list .desc {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    height: 96px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media only screen and (max-width: 1500px) {
    .foot_top_fl ul li {
        width: 100px;
    }
    .foot_top_cen {
        margin-left: 30px;
    }
    .index_news_fr {
        /*width: 960px;*/
    }
    .index_case_box ul li {
        width: 360px;
    }
    .index_about_cen {}
}


/*更多按钮动画*/

@keyframes mcolor {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes mcolor
/* Firefox */

{
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes mcolor
/* Safari 和 Chrome */

{
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes mcolor
/* Opera */

{
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes more {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes more
/* Firefox */

{
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes more
/* Safari 和 Chrome */

{
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes more
/* Opera */

{
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}


/*关于多享-公司简介*/

.menu {
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.menu .wd {
    position: relative;
    text-align: center;
}

.menu .wd .menuname {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 80px;
    font-size: 28px;
}

.menu .wd a {
    padding: 0px 10px;
    line-height: 80px;
    position: relative;
    height: 80px;
    display: inline-block;
    display: -webkit-inline-box;
    overflow: hidden;
}

.menu .wd a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    top: 80px;
    background: #5D8BF4;
    left: 0px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.menu .wd a.pitch {
    border-bottom: 3px solid #5D8BF4;
    color: #5D8BF4;
    height: 77px;
}


/*.menu .wd a:hover:before{top: 70px;}*/


/*.menu .wd a:hover{color:#5D8BF4;}*/

.menu .wd .active {
    color: #5D8BF4;
}

.menu .wd .active:before {
    top: 77px;
}

.about_intro {
    margin-top: 40px;
    padding-bottom: 40px;
}

.about_intro img {
    max-width: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: inline-block;
}

.about_intro .text {
    width: 50%;
    float: left;
    padding-right: 10%
}

.about_intro .text h3 {
    font-size: 24px;
    line-height: 50px;
}

.about_intro .img {
    width: 40%;
    float: right;
}

.about_intro p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 28px;
}

.about_intro .img img {
    max-width: 100%;
    margin: 0px auto;
}

.numbertext {
    border-top: 1px dashed #ccc;
    padding-top: 55px;
    display: block;
    padding-bottom: 50px;
    margin-bottom: 30px;
    margin-top: 60px;
}

.numbertext td {
    padding: 20px 50px 30px;
    border-right: 1px dashed #ccc;
    position: relative;
}

.numbertext td .floor {
    position: absolute;
    width: 80%;
    text-align: center;
    z-index: 0;
    left: 0px;
    line-height: 80px;
    font-size: 53px;
    font-weight: 600;
    color: #eee;
}

.numbertext td h5 {
    position: relative;
    font-size: 28px;
    line-height: 40px;
    color: #777;
}

.numbertext td h6 {
    position: relative;
    font-size: 17px;
    color: #d01417;
    line-height: 39px;
}

.numbertext td .p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}


/*关于多享-index*/

.conbanner {
    height: 300px;
    width: 100%;
    background-color: #8E95ED !important;
    background-size:cover !important;
}

.contipe {
    padding: 40px 0px 20px;
    position: relative;
    width: 65%;
    padding-right: 35%;
}

.contipe h1 {
    line-height: 58px;
    font-size: 42px;
    color: #FFF;
}

.contipe h5 {
    font-size: 22px;
    color: #bbb;
    font-weight: 500;
}

.contipe .moer {
    position: absolute;
    right: 10px;
    color: #FFF;
    top: 55px;
    border: 1px solid #FFF;
    height: 46px;
    width: 151px;
    text-align: center;
    line-height: 46px;
}

.contipe .moer:hover {
    background-color: #1D5DDB;
    border: 1px solid #1D5DDB;
}

.contipe span {
    position: absolute;
    right: 30px;
    top: 40px;
    color: #666;
    padding: 5px 15px;
}

.contipe a {
    color: #666;
}

.contipe span:hover {
    background-color: #0166ce;
    transition: all 1.0s;
}

.contipe span:hover a {
    color: #fff;
}

.contipe.center {
    text-align: center;
    width: 100%;
    padding-right: 0px;
}

.contipe .swiper-slide {
    text-align: center;
}

.contipe.white h1 {
    color: #FFF;
}

.index_introduce {
    position: relative;
    overflow: hidden;
    /*height: 430px;*/
}

.index_introduce .fl {
    width: 50%;
    height: 605px;
    position: relative;
}

.index_introduce .fr {
    width: 44%;
    height: 409.5px;
    background-size: 100% 100% !important;
    padding: 20px 3% 0px;
    overflow: hidden;
}

.index_introduce .fr .newmore a:hover {
    border: 2px solid #0166ce !important;
}

.index_introduce .fl img {
    /* position:  absolute; */
    /* bottom: 0px; */
    /* max-width: 100%; */
}

.index_introduce .fr p {
    color: #FFF;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 20px;
}

.index_culture {
    background-color: #0F347B !important;
    padding-bottom: 160px;
}

.index_culture ul {
    width: 100%;
    padding-right: 2%;
}

.index_culture ul li {
    width: 16.4%;
    float: left;
    margin-right: 2%;
    background-color: #00000078;
    padding: 70px 1% 30px;
    height: 275px;
    position: relative;
}

.index_culture ul li:nth-child(5) {
    margin-right: 0px;
}

.index_culture ul li .tow {
    font-size: 90px;
    position: absolute;
    right: 10px;
    text-align: right;
    color: #FFF;
    font-weight: 600;
    top: 0px;
    line-height: 94px;
    opacity: 0.1;
}

.index_culture ul li h3 {
    font-size: 28px;
    color: #FFf;
    line-height: 51px;
}

.index_culture ul li h6 {
    color: #aaa;
    font-size: 12px;
    margin-bottom: 54px;
}

.index_culture ul li p {
    color: #fff;
    line-height: 34px;
}

.index_course {}

.index_course .backwhite {
    margin-top: -100px;
    background-color: #FFF;
    width: 50%;
    display: inline-block;
}

.index_course .backwhite .contipe {
    width: 700px;
    background-color: #FFF;
    float: right;
    padding-right: 0px;
}

.index_course .backwhite .contipe h1 {
    color: #333;
}

.index_course .bortop {
    width: 100%;
    height: 2px;
    background-color: #757575;
    margin-top: 135px;
}

.index_course table {
    max-width: 1400px;
    margin: -130px auto 57px;
    width: 100%;
}

.index_course table td {
    padding: 0px;
    width: 16.667%;
    position: relative;
}

.index_course table td * {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.index_course table td:hover {
    cursor: pointer;
}

.index_course table td:hover i {
    color: #1D5DD8;
    padding: 24px 0px 44px;
    text-shadow: 5px 5px 5px #bbb;
}

.index_course table td:hover yuan {
    color: #1D5DD8;
}

.index_course table td:hover .p {
    background-color: #F5F5F5;
}

.index_course table td:hover p {
    color: #1D5DD8;
}

.index_course table td i {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 35px;
    font-style: italic;
    padding: 44px 0px 24px;
    font-weight: 600;
}

.index_course table td:hover .yuan {
    background-color: #1D5DD8 !important;
    border: 2px solid #FFF;
}

.index_course table td .p {
    height: 202px;
    padding: 39px 14px 20px 25px;
    position: relative;
    margin-top: 16px;
}

.index_course table td .yuan {
    width: 26px;
    background-color: #ffffff;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #000;
    margin: 0px auto;
    z-index: 99;
    position: absolute;
    left: 50%;
    margin-left: -14px;
}

.index_course table td .p p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 22px;
}

.index_course table td .p p span {
    position: absolute;
    margin-left: -15px;
}

.index_course table td:hover .moer {
    opacity: 1;
}

.index_course table td .moer {
    position: absolute;
    bottom: 20px;
    right: 26px;
    font-size: 14px;
    border: 1px solid #1D5DD8;
    line-height: 24px;
    padding: 0px 6px;
    color: #1D5DD8;
    opacity: 0;
}

.index_course .table_swiper {
    max-width: 1400px;
    margin: -130px auto 57px;
    width: 100%;
    height: 390px;
}

.index_course .table_swiper .td {
    padding: 0px;
    position: relative;
}

.index_course .table_swiper .td * {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.index_course .table_swiper .td:hover {
    cursor: pointer;
}

.index_course .table_swiper .td:hover i {
    color: #1D5DD8;
    padding: 24px 0px 44px;
}

.index_course .table_swiper .td:hover yuan {
    color: #1D5DD8;
}

.index_course .table_swiper .td:hover .p {
    background-color: #F5F5F5;
}

.index_course .table_swiper .td:hover p {
    color: #1D5DD8;
}

.index_course .table_swiper .td i {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 35px;
    font-style: italic;
    padding: 44px 0px 24px;
    font-weight: 600;
}

.index_course .table_swiper .td:hover .yuan {
    background-color: #1D5DD8 !important;
    border: 2px solid #FFF;
}

.index_course .table_swiper .td .p {
    height: 202px;
    padding: 39px 14px 20px 25px;
    position: relative;
    margin-top: 16px;
}

.index_course .table_swiper .td .yuan {
    width: 26px;
    background-color: #ffffff;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #000;
    margin: 0px auto;
    z-index: 99;
    position: absolute;
    left: 50%;
    margin-left: -14px;
}

.index_course .table_swiper .td .p p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 22px;
}

.index_course .table_swiper .td .p p span {
    position: absolute;
    margin-left: -15px;
}

.index_course .table_swiper .td:hover .moer {
    opacity: 1;
}

.index_course .table_swiper .td .moer {
    position: absolute;
    bottom: 20px;
    right: 26px;
    font-size: 14px;
    border: 1px solid #1D5DD8;
    line-height: 24px;
    padding: 0px 6px;
    color: #1D5DD8;
    opacity: 0;
}

.index_aptitude {
    background-color: #999 !important;
    background-size: 100% 100% !important;
}

.index_aptitude .max920 {
    /*max-width:  920px;*/
    margin: 0px auto;
    padding-bottom: 80px;
    text-align: center;
    /*max-width: 1200px;*/
}

.index_aptitude .max920 .aptitude_swiper {
    max-width: 1220px;
}

.index_aptitude .max920 .aptitude_swiper img {
    width: 100%;
    min-height: 300px;
}

.index_aptitude .max920 .aptitude_swiper p {
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #FFF;
}

.index_aptitude .max920 ul li {
    display: inline-block;
    /*width: 30%;*/
    padding-left: 8px;
}

.index_aptitude .max920 ul li p {
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.index_aptitude .max920 ul li img {
    width: 330px;
    height: 450px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.index_aptitude .max920 ul {
    padding-top: 20px;
    line-height: 46px;
    color: #FFF;
}

.index_speech {
    background-size: auto 100% !important;
}

.index_speech .img {
    float: left;
    width: 50%;
}

.index_speech .textset {
    float: right;
    width: 38%;
    padding-top: 50px;
    padding: 20px 6%;
}

.index_speech .textset .contipe {
    text-align: left;
}

.index_speech .textset .p {
    font-size: 16px;
    margin-top: 30px;
    line-height: 40px;
    height: 320px;
    overflow: hidden;
}

.index_framework {}

.index_framework img {
    margin: 0px auto;
    padding-bottom: 80px;
}


/*产品服务-APP开发*/

.service_six-one .text {
    float: right;
}

.service_six-two {
    margin-bottom: 50px;
}

.service_six-one .text h3,
.service_six-two .text h3 {
    line-height: 125px;
}

.service_six-one .img {
    float: left;
}

.service_six-one .img *,
.service_six-two .img * {
    max-width: 100%;
}

.service_six-three {
    border-top: none;
}

.service_six-three td,
.service_six-four td {
    border-right: none;
    text-align: center;
}

.service_six-three td h5 {
    color: black;
    font-weight: bold;
}

.service_six-three td h6 {
    line-height: 80px;
    color: #777;
}

.service_six-four {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.service_six-four td {
    padding: 20px 60px 30px;
    margin-top: 0px;
}


/*产品服务首页*/

.service_index-n4 {
    width: 1220px;
    margin: 0px auto;
}

.service_index-n4 td {
    background-color: white;
    border: 20px solid #F5F5F5;
    width: 25% !important;
    text-align: left;
    padding: 20px 45px 30px;
}

.service_index-n4 td h5 {
    line-height: 80px;
}

.service_index-n4 td h6 img {
    width: 50px;
    height: 50px;
}

.service_index-n5 {
    margin-bottom: 0px;
    width: 1200px;
    margin: 0px auto;
}

.service_index-one {
    width: 1000px;
    border: 1px solid #d8d8d8;
}

.service_index-one {
    padding-right: 0;
    border: 1px solid #d8d8d8;
}

.service_index-one .text {
    padding-right: 0;
    background-color: white;
    width: 40%;
}

.service_index-one .text p {
    line-height: 35px;
    padding: 120px 30px;
}

.service_index-one .img {
    width: 60%;
}

.service_index-one .img img {
    border-right: 1px solid #d8d8d8;
}

.service_index-one-top {
    border: none;
    position: relative;
}

.service_index-one-top h3 {
    position: absolute;
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
    margin-left: 40%;
    margin-top: 2%;
}

.service_index-one-top span {
    display: block;
    text-align: center;
    font-size: 76px;
    color: #eeeeee;
}


/*合作客户首页*/

.customer_index_cooperation .fr {
    background-color: #f5f5f5;
    height: 400px;
    margin-top: 205px;
    /*margin-right: 6%;*/
    width: 45%;
    padding: 0;
    float: left;
}

.customer_index_cooperation .fr .left {
    float: left;
    display: inline-block;
    width: 40%;
}

.customer_index_cooperation .fr .left img {
    margin: auto;
    padding: 100px 0px;
}

.customer_index_cooperation .fr .right {
    float: right;
    display: inline-block;
    width: 80%;
    padding: 0px 10%;
}

.customer_index_cooperation .fr .right .list .name {
    font-size: 26px;
    font-weight: bolder;
    display: inline-block;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-right: 20px;
}

.customer_index_cooperation .fr .right .list .ceo {
    font-size: 22px;
}

.customer_index_cooperation .fr .right .list p {
    font-size: 22px;
    color: black;
    padding-right: 15px;
    line-height: 35px;
}

.customer_index_cooperation .fr .right .list b {
    display: inline-block;
    float: right;
}

.customer_index_cooperation {
    opacity: 1;
}

.customer_index_cooperation .index_cooperation_box ul li:hover {
    box-shadow: none;
}

.customer_index_cooperation .index_cooperation_box ul {
    border: none;
}

.customer_index_cooperation .index_cooperation_box ul li {
    border: none;
    margin-right: 10px;
    width: calc(15.275% - 13px);
}

.customer_index_cooperation .index_cooperation_box ul li img {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}


/*缩略图轮播*/

.pc-slide {
    width: 100%;
    margin: 0 auto;
}

.view .swiper-container {
    width: 100%;
    height: 485px;
    overflow: hidden;
}

.view .swiper-container img {
    position: static;
}

.preview .arrow-left {
    background: url(../Home/img/white-left.png) no-repeat left bottom;
    position: absolute;
    left: 10px;
    margin-top: 15px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../Home/img/white-right.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    margin-top: 15px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 100%;
    margin-top: -86px;
    position: relative;
    z-index: 20;
    background-color: #3d505f;
    background: rgba(61, 80, 95, 0.4);
}

.preview .swiper-container {
    width: 550px;
    height: 85px;
}

.preview .swiper-wrapper {
    margin: -3px auto !important;
}

.preview .swiper-slide {
    width: 175px;
    height: 75px;
}

.preview img {
    padding: 1px;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #F00;
}


/*联系我们*/

.contact_us {
    padding-bottom: 50px;
}

.contact_us .text dl dt {
    font-size: 24px;
    color: #af1912;
    line-height: 50px;
}

.contact_us .text dl dd span {
    display: inline-block;
    width: 65px;
    text-align: left;
}

.contact_us .text dl dd p {
    display: inline-block;
}

#container img {
    max-width: inherit !important;
}


/*项目案例*/

.customer_case {
    padding-top: 20px;
}

.customer_case .f-cb {
    zoom: 1;
}

.customer_case .navBar ul li:hover {
    background: #0166ce;
}

.customer_case .navBar ul .active {
    background: #0166ce;
}

.customer_case .navBar ul li {
    float: left;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #f5f5f5;
    border-radius: 8px;
    cursor: pointer;
    margin: 0px 10px 0px 0;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    padding: 0px 25px;
    position: relative;
    min-width: 80px;
}

.customer_case .navBar ul li:hover a {
    color: #fff;
}

.customer_case .navBar ul .active a {
    color: #fff;
}

.customer_case .navBar ul li a {
    color: #666;
    display: block;
}

.more a {
    border: none;
    background-color: #eeeeee;
}

.more a span {
    color: #727272;
}


/*案例详情*/

.case_details .banner {
    height: 450px !important;
}

.case_details .w1400 {
    max-width: 1200px;
}

.case_details .top-left {
    display: inline-block;
}

.case_details .top-left a img {
    padding-top: 25px;
    padding-right: 30px;
}

.case_details .top-left a .kj {
    padding-top: 20px;
}

.case_details .main-wrap .caseDetails-box .view-site a {
    border: 2px solid black !important;
    color: black !important;
}

.case_details .main-wrap .caseDetails-box .view-site a:hover {
    border: 2px solid #0166ce !important;
    color: #fff !important;
}

.case_details .recommend-case h3 {
    color: black !important;
}

.case_details .recommend-case .index_case_box {
    background-color: #f5f5f5;
}

.case_details .recommend-case .index_case_box ul {
    max-width: 1200px;
}

.case_details .recommend-case .index_case_box ul a {
    display: inline-flex;
    width: 33%;
}

.case_details .recommend-case .index_case_box ul a li {
    background-color: white;
}

.case_details .recommend-case .index_case_box .index_case_txt {
    padding: 15px;
}


/*新闻列表*/

.news_list .index_case_box ul {
    max-width: 1200px;
    background-color: #f5f5f5;
}

.news_list .index_case_box ul a {
    display: block;
}

.news_list .index_case_box ul a li {
    width: 30%;
    background-color: white;
}

.news_list .index_case_box .index_case_txt {
    padding-left: 15px;
}

.news_list .index_case_box .index_case_txt span {
    display: inline-block;
    font-size: 12px;
    color: #a9a9a9;
    height: 30px;
    line-height: 30px;
}

.news_list .index_case_box .index_case_txt .index_case_title {
    font-size: 22px;
    color: #333333;
}

.news_list .index_case_box .index_case_txt p {
    font-size: 14px;
    color: #666666;
}

.news_list .index_case_box .index_case_txt b {
    font-size: 10px;
    color: #262626;
}

.news_list .index_case_box .more {
    background-color: #f5f5f5;
}


/*新闻列表详情*/

.smelling_details .left-wrap h3 {
    font-weight: bolder;
}

.smelling_details .left-wrap .eft-msg .share {
    color: #404040;
}

.newsDetails .main-wrap .left-wrap .more-news .prev-news:hover,
.newsDetails .main-wrap .left-wrap .more-news .next-news:hover {
    background-color: #f5f5f5 !important;
    border-color: transparent;
}

.newsDetails .main-wrap .left-wrap .more-news .prev-news:hover p,
.newsDetails .main-wrap .left-wrap .more-news .next-news:hover p {
    color: black !important;
}


/*参股公司*/

.share_companies .title p {
    display: block;
    text-align: center;
    font-size: 34px;
}

.share_companies .title span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #999999;
}

.share_companies .pic {
    width: 800px;
    margin: 0 auto;
    padding: 50px 0px;
}

.share_companies .big {
    /*height: 300px;*/
}

.share_companies .big {
    display: inline-block;
}

.share_companies .big .text {
    width: 45%;
    padding-right: 0%;
}

.share_companies .big .text span {
    display: inline-block;
    padding: 30px 0px;
    font-size: 24px;
}

.share_companies .big .text p {
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
}

.share_companies .big .logo {
    display: inline-block;
    width: 50%;
    height: 100%;
    background-color: yellowgreen;
}

.share_companies .big .logo img {
    height: 300px;
    width: 100%;
}

.share_companies .big-two .text {
    float: left;
}

.share_companies .big-two .logo {
    float: right;
}


/*关于多享-团队风采*/

.about_team ul li {
    width: 30%;
    float: left;
    margin-right: 35px;
}

.about_team ul li img {
    width: 530px;
    height: 240px;
}

.about_team ul li p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 20px;
}


/*关于多享-招聘信息*/

.recruitment_information .big {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.recruitment_information .big div {
    float: left;
}

.recruitment_information .big .one {
    padding-top: 70px;
}

.recruitment_information .big .one img {
    margin-left: 70px;
    width: 65px;
    height: 70px;
}

.recruitment_information .big .one span {
    display: block;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    margin-left: 50px;
    line-height: 30px;
}

.recruitment_information .big ul li {
    font-size: 12px;
    color: #333333;
    line-height: 35px;
}

.recruitment_information .big .two {
    padding-top: 40px;
    padding-left: 95px;
    width: 300px;
}

.recruitment_information .big .three {
    padding-top: 40px;
    padding-left: 100px;
}


/*样式整合*/


/*新闻详情*/

.newsDetails .main-wrap .left-wrap h3 {
    font-size: 30px;
    line-height: 30px;
    color: #222;
}

.newsDetails .main-wrap .left-wrap .bshare-custom {
    display: inline-block;
    font-size: 16px;
}

.newsDetails .main-wrap .left-wrap .msg {
    margin-top: 20px;
    font-size: 16px;
    color: #999;
}

.newsDetails .main-wrap .left-wrap .msg span {
    margin-right: 30px;
}

.newsDetails .main-wrap .left-wrap .msg .share {
    color: #333;
    cursor: pointer;
}

.newsDetails .main-wrap .left-wrap .msg .left-msg {
    height: 25px;
}

.newsDetails .main-wrap .left-wrap .msg .right-msg .prev i,
.newsDetails .main-wrap .left-wrap .msg .right-msg .next i {
    color: #bebebe;
}

.newsDetails .main-wrap .left-wrap .msg .right-msg .return {
    display: inline-blcok;
    margin: 0 10px;
}

.newsDetails .main-wrap .left-wrap .msg .right-msg .return i {
    font-weight: bold;
    color: #404040;
}

.newsDetails .main-wrap .left-wrap .msg .shareDetail {
    display: none;
}

.newsDetails .main-wrap .left-wrap .msg .shareDetail i {
    display: inline-block;
    font-size: 20px;
    padding: 0 10px;
}

.newsDetails .main-wrap .left-wrap .msg .shareDetail-show {
    display: block;
}

.newsDetails .main-wrap .left-wrap .content {
    margin-top: 40px;
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px dashed #e5e5e5;
}

.newsDetails .main-wrap .left-wrap .content p {
    font-size: 16px;
    color: #222;
    line-height: 30px;
}

.newsDetails .main-wrap .left-wrap .bottom {
    margin-top: 35px;
}

.newsDetails .main-wrap .left-wrap .bottom .return {
    font-size: 16px;
    color: #333;
}

.newsDetails .main-wrap .left-wrap .bottom .return i {
    font-weight: bold;
    color: #404040;
}

.newsDetails .main-wrap .left-wrap .bottom .share {
    font-size: 16px;
    color: #666;
}

.newsDetails .main-wrap .left-wrap .bottom .share a {
    display: inline-block;
    padding: 0 10px;
}

.newsDetails .main-wrap .left-wrap .bottom .share a i {
    font-size: 20px;
}

.newsDetails .main-wrap .left-wrap .more-news {
    margin-top: 45px;
}

.newsDetails .main-wrap .left-wrap .more-news .prev-news,
.newsDetails .main-wrap .left-wrap .more-news .next-news {
    width: 48.4536082474%;
    height: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #e5e5e5;
}

.newsDetails .main-wrap .left-wrap .more-news .prev-news .strip,
.newsDetails .main-wrap .left-wrap .more-news .next-news .strip {
    font-size: 24px;
    color: #222;
    line-height: 24px;
}

.newsDetails .main-wrap .left-wrap .more-news .prev-news .time,
.newsDetails .main-wrap .left-wrap .more-news .next-news .time {
    font-size: 16px;
    color: #999;
    margin-top: 32px;
}

.newsDetails .main-wrap .left-wrap .more-news .prev-news .tit,
.newsDetails .main-wrap .left-wrap .more-news .next-news .tit {
    font-size: 18px;
    margin-top: 10px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.newsDetails .main-wrap .left-wrap .more-news .prev-news:hover,
.newsDetails .main-wrap .left-wrap .more-news .next-news:hover {
    background-color: #0166ce;
    border-color: transparent;
}

.newsDetails .main-wrap .left-wrap .more-news .prev-news:hover .strip,
.newsDetails .main-wrap .left-wrap .more-news .prev-news:hover .time,
.newsDetails .main-wrap .left-wrap .more-news .prev-news:hover .tit,
.newsDetails .main-wrap .left-wrap .more-news .next-news:hover .strip,
.newsDetails .main-wrap .left-wrap .more-news .next-news:hover .time,
.newsDetails .main-wrap .left-wrap .more-news .next-news:hover .tit {
    color: #fff;
}


/*项目案例详情*/

.case .banner {
    width: 100%;
    height: 400px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
}

.case .banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.case .banner .banner-text h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
}

.case .banner .banner-text h3 {
    margin-top: 20px;
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
}

.case .main-wrap {
    padding-top: 40px;
    padding-bottom: 76px;
}

.case .main-wrap .navBar ul li {
    float: left;
    font-size: 18px;
    margin-right: 3px;
    width: 135px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.case .main-wrap .navBar ul li a {
    color: #666;
    display: block;
}

.case .main-wrap .navBar ul li:hover {
    background: #0166ce;
}

.case .main-wrap .navBar ul li:hover a {
    color: #fff;
}

.case .main-wrap .navBar ul li.first {
    width: 74px;
}

.case .main-wrap .navBar ul .active {
    background: #0166ce;
}

.case .main-wrap .navBar ul .active a {
    color: #fff;
}

.case .main-wrap .case-box {
    margin-top: 22px;
}

.case .main-wrap .case-box ul {
    width: 101.6%;
}

.case .main-wrap .case-box ul li {
    float: left;
    width: 31.7%;
    margin-right: 1.6%;
    margin-bottom: 20px;
}

.case .main-wrap .case-box ul li .case-img {
    overflow: hidden;
}

.case .main-wrap .case-box ul li .case-img img {
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.case .main-wrap .case-box ul li .case-txt {
    padding: 10px 60px 10px 0px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.case .main-wrap .case-box ul li .case-txt .case-title {
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case .main-wrap .case-box ul li .case-txt p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.case .main-wrap .case-box ul li .case-txt em {
    color: #999;
    font-size: 16px;
    font-style: italic;
    margin-top: 10px;
    display: block;
}

.case .main-wrap .case-box ul li .case-txt i {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 30px;
    line-height: 50px;
    color: #DCDCDC;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.case .main-wrap .case-box ul li:hover .case-img img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.case .main-wrap .case-box ul li:hover .case-txt {
    padding: 10px 60px 10px 10px;
}

.case .main-wrap .case-box ul li:hover .case-txt i {
    opacity: 1;
    right: 10px;
}

.case .main-wrap .case-box .case-more a {
    display: block;
    width: 250px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #fff;
    margin: 20px auto 0;
    position: relative;
    opacity: 1;
    border: 2px solid #0166ce;
    overflow: hidden;
}

.case .main-wrap .case-box .case-more a span {
    position: relative;
    z-index: 20;
    text-transform: uppercase;
    color: #0166ce;
}

.case .main-wrap .case-box .case-more a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #0166ce;
    transition: width 0.5s ease;
}

.case .main-wrap .case-box .case-more a:hover span {
    color: #fff;
}

.case .main-wrap .case-box .case-more a:hover:after {
    width: 100%;
}

.caseDetails .bshare-custom {
    line-height: 68px !important;
}

.caseDetails .banner {
    width: 100%;
    height: 580px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
}

.caseDetails .banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.caseDetails .banner .banner-text h1 {
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.caseDetails .banner .banner-text h3 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.caseDetails .banner .arrow-down {
    position: absolute;
    left: 50%;
    bottom: 60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-animation: arrowDown 2s ease-out infinite;
    -moz-animation: arrowDown 2s ease-out infinite;
    animation: arrowDown 2s ease-out infinite;
}

.caseDetails .banner .arrow-down i {
    font-size: 30px;
    color: #fff;
}

.caseDetails .main-wrap {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 80px;
}

.caseDetails .main-wrap .caseDetails-box {
    background: #fff;
    padding-bottom: 80px;
}

.caseDetails .main-wrap .caseDetails-box .share {
    width: 100%;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
}

.caseDetails .main-wrap .caseDetails-box .share .top-left {
    font-size: 18px;
    color: #666;
    height: 68px;
    line-height: 68px;
}

.caseDetails .main-wrap .caseDetails-box .share .top-left i {
    display: inline-blcok;
    padding: 0 10px;
    font-size: 26px;
}

.caseDetails .main-wrap .caseDetails-box .share .top-right {
    font-size: 18px;
}

.caseDetails .main-wrap .caseDetails-box .share .top-right i {
    color: #bebebe;
    font-size: 20px;
}

.caseDetails .main-wrap .caseDetails-box .share .top-right .return {
    padding: 0 16px;
    margin: 0 18px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    display: inline-block;
    height: 100%;
}

.caseDetails .main-wrap .caseDetails-box .share .top-right .return i {
    color: #353535;
}

.caseDetails .main-wrap .caseDetails-box .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 40px 0 40px;
}

.caseDetails .main-wrap .caseDetails-box .content h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    color: #222;
}

.caseDetails .main-wrap .caseDetails-box .content .link {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}

.caseDetails .main-wrap .caseDetails-box .content .link a {
    text-decoration: underline;
}

.caseDetails .main-wrap .caseDetails-box .content .desc {
    display: inline-block;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 50px;
}

.caseDetails .main-wrap .caseDetails-box .content .img {
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 40px;
}

.caseDetails .main-wrap .caseDetails-box .content .img img {
    width: 100%;
}

.caseDetails .main-wrap .caseDetails-box .view-site {
    margin-top: 52px;
}

.caseDetails .main-wrap .caseDetails-box .view-site a {
    display: block;
    width: 250px;
    height: 42px;
    margin: 0 auto;
    text-align: center;
    line-height: 42px;
    border: 2px solid #0166ce;
    font-size: 18px;
    color: #0166ce;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.caseDetails .main-wrap .caseDetails-box .view-site a:hover {
    background: #0166ce;
    color: #fff;
}

.caseDetails .main-wrap .recommend-case h3 {
    font-size: 24px;
    line-height: 24px;
    color: #0166ce;
    font-weight: normal;
    margin: 46px 0 36px 0;
}

.caseDetails .main-wrap .case-box {
    overflow: hidden;
}

.caseDetails .main-wrap .case-box ul {
    width: 101.6%;
}

.caseDetails .main-wrap .case-box ul li {
    float: left;
    width: 31.7%;
    margin-right: 1.6%;
    margin-bottom: 20px;
}

.caseDetails .main-wrap .case-box ul li .case-img {
    overflow: hidden;
}

.caseDetails .main-wrap .case-box ul li .case-img img {
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.caseDetails .main-wrap .case-box ul li .case-txt {
    padding: 10px 60px 10px 0px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.caseDetails .main-wrap .case-box ul li .case-txt .case-title {
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.caseDetails .main-wrap .case-box ul li .case-txt p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.caseDetails .main-wrap .case-box ul li .case-txt em {
    color: #999;
    font-size: 16px;
    font-style: italic;
    margin-top: 10px;
    display: block;
}

.caseDetails .main-wrap .case-box ul li .case-txt i {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 30px;
    line-height: 50px;
    color: #DCDCDC;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.caseDetails .main-wrap .case-box ul li:hover .case-img img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.caseDetails .main-wrap .case-box ul li:hover .case-txt {
    padding: 10px 60px 10px 10px;
}

.caseDetails .main-wrap .case-box ul li:hover .case-txt i {
    opacity: 1;
    right: 10px;
}

.caseDetails .main-wrap .case-box .case-more a {
    display: block;
    width: 250px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    color: #0166ce;
    margin: 20px auto 0;
    position: relative;
    opacity: 1;
    border: 2px solid #0166ce;
    overflow: hidden;
}

.caseDetails .main-wrap .case-box .case-more a span {
    position: relative;
    z-index: 20;
    text-transform: uppercase;
}

.caseDetails .main-wrap .case-box .case-more a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #0166ce;
    transition: width 0.5s ease;
}

.caseDetails .main-wrap .case-box .case-more a:hover span {
    color: #fff;
}

.caseDetails .main-wrap .case-box .case-more a:hover:after {
    width: 100%;
}


/*清除浮动*/

.clear {
    clear: both;
}

.f-cb {
    zoom: 1;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.fl {
    float: left;
    display: inline-block;
}

.fr {
    float: right;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.pof {
    position: fixed;
}

.poa-f {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ovh {
    overflow: hidden;
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.curp {
    cursor: pointer;
}

.z1 {
    z-index: 1;
}

.z2 {
    z-index: 2;
}

.z3 {
    z-index: 3;
}

.dn {
    display: none;
}

.dib {
    display: inline-block;
}

.w-f {
    width: 100%;
}

.h-f {
    height: 100%;
}

.fwn {
    font-weight: normal;
}

.tac {
    text-align: center;
}

.t-f {
    transition: all 0.5s;
}

.t-c {
    transition: color 0.5s;
}

.t-bg {
    transition: background 0.5s;
}

.load-bg {
    background: url(../img/loadings.gif) no-repeat center;
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}