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

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

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

/** 设置默认字体 **/
ul, ol, li {
    list-style-type: none;
}

body, button, input, select, textarea /* for ie */
{
    font-family: "Microsoft YaHei";
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    text-rendering: auto;
}

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

::-moz-selection {
    background: #4c95ce;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #4c95ce;
    color: #fff;
    text-shadow: none;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:link, a:visited {
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: none;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* 将斜体扶正 */
img {
    max-width: 100%;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
li {
    line-height: normal;
}


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

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

/* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea {
    font-size: 12px;
}

/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素
table { border-collapse: collapse; border-spacing: 0; }
 **/
/*去除箭头*/
textarea {
    resize: none;
}

/* 清除浮动 */
.ks-clear:after, .clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.ks-clear, .clear {
    *zoom: 1;
}

a:active, a:hover {
    color: #2f85c6;
    text-decoration: none;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-bottom: 0;
}

/**, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

/*盒模型--区分所定宽度和border，padding的宽度*/
/*-------------------</END 重置>-----------------------*/


table, caption, tbody, tfoot, thead, tr, th, td, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
}

html::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #b1a194;
}

html::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #b1a194;
}

html::-webkit-scrollbar-thumb {
    border-radius: 0;
    width: 17px;
    height: 17px;
    background-color: #2d72b6;
}

body {
/*    overflow-y: scroll;
    overflow-x: auto;
    color: #323232;
    margin: 0 auto;
    font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "微软正黑体", "Microsoft JhengHei", Arial, Helvetica, sans-serif, "SimHei", "黑体";*/
    font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "微软正黑体", "Microsoft JhengHei", Arial, Helvetica, sans-serif, "SimHei", "黑体";
    margin: 0 auto;
    color: #686868;
    background-color: #fff;
}

.align-vertical {
    height: 100%;
    width: 100%;
    position: relative;
    display: table;
    z-index: 5;
}
.vertical-inner {
    display: table-cell;
    vertical-align: middle;
}

.pz_top {
    float: left;
    width: 100%;
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    /*background-color: #fff;*/
    transition: background-color 2s;
}

.pz_top_bg {
    background-color: #ffffff;
}

.banner a:link, .banner a:visited {
    color: #fff;
}

.banner a:active, .banner a:hover {
    color: #fff;
}

.banner {
    /*margin-top: 77px;*/
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-color: #efefef;
   /* opacity: 0;
    visibility: hidden;*/
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.banner.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.banner .img {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.banner .pimg {
    width: 100%;
    display: block;
    position: absolute;
    overflow: hidden;
}

.banner .bimg {
    display: none;
    width: 100%;
    position: relative;
}

.banner .item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner .binbox {
    position: absolute;
    width: 100%;
    overflow: hidden;
    left: 50%;
    margin-left: -50%;
    top: 0;
    height: 100%;
    display: table;
    text-align: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.banner .binbox{
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
}

.banner .slick-active .binbox {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transition: .78s 0.55s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: .78s 0.55s cubic-bezier(.215,.61,.355,1);
}

.banner .binbox .by {
    font-size: 35px;
    font-weight: normal;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
}

.banner .binbox .zh {
    font-size: 44px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 5px;
}

.banner .slick-active .pimg {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.banner .slick-active .bimg {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 2s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
/*
.banner .slick-dots {
    width: 10px;
    right: 60px;
    top: 45%;
    z-index: 604;
}

.banner .slick-dots li {
    position: relative;
    display: block;
    margin: 0 0 18px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: none transparent;
    border: 1px solid #fff;
}

.banner .slick-dots li a {
    text-indent: -10em;
    display: block;
    overflow: hidden;
    height: 1px;
    background-color: #fff;
    width: 0px;
    position: absolute;
    right: -60px;
    top: 50%;
    cursor: pointer;
}

.banner .slick-dots li a:focus {
    outline: none;
}

.banner .slick-dots li.slick-active {
    background: none #fff;
}

.banner .slick-dots li.slick-active a {
    width: 44px;
}*/

.slick-dotted.slick-slider {
    margin-bottom: auto !important;
}
.banner .b-arrows {
    width: fit-content;
    display: flex;
    position: absolute;
    z-index: 555;
    bottom: 50px;
    left: 46%;
    text-align: center;
    justify-items: center;
    justify-content: center;
    justify-self: center;
}

.banner .b-arrows .prev, .b-arrows .next {
    cursor: pointer;
}

.banner .b-arrows .b-dots {
    margin: 0 15px;
}

.banner .b-arrows .b-dots .slick-dots{
    width: fit-content;
    position: relative;
    bottom: -5px;
    color: #ffffff;

    margin: 0px auto;
    text-align: center;
    display: inline-block !important;
    left: auto;
    top: auto;
    *display: inline;
    *zoom: 1;
}
/*
.banner .b-arrows .slick-dots li.slick-active {
    width: 40px;
}
.banner .b-arrows .slick-dots li.slick-active button:before {
    font-size: 16px;
    width: 40px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 8px;
}
.banner .b-arrows .slick-dots li button:before {
    content: '';
    background-color: #ffffff;
    border-radius: 8px;
    width:17px;
    height: 17px;
    opacity: .55;
}*/


.abanner {
    /*margin-top: 77px;*/
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #efefef;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.abanner .words{
    position: absolute;
    left: 46%;
    top: 37%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 28pt;
    color: #fff;
}

.abanner .words .en {
    font-size: 26pt;
    font-family: fantasy;
}

.abanner .words hr {
    margin-bottom: 0px;
    border: 4px solid;
    border-top: 1px solid #eeeeee;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
}

.pz_main {
    float: left;
    width: 100%;
    min-width: 1200px;
}

.pz_down {
    float: left;
    width: 100%;
    min-width: 1200px;
}

.w_0100 {
    float: left;
    width: 100%;
}

.w_1200 {
    margin: 0 auto;
    max-width: 1200px;
}

.particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*top*/
.c_1200_1 {
    float: left;
    width: 100%;
    /*height: 70px;*/
}

.logo {
    float: left;
    left: 2%;
    width: 150px;
    height: 32px;
    position: absolute;
    bottom: 20px;
    background-image: url("../picture/ilsantai_logo_1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.r_menu {
    float: right;
   /* height: 74px;*/
    margin: 2px 15px 2px 0;
    overflow: hidden;
}

/*menu 效果*/
.menu {
    float: right;
    height: 74px;
}

.menu ul {
    float: right;
}

.menu ul .nli_1 {
    float: left;
    height: 74px;
}

.menu ul .nli_1 span .l1_a {
    float: left;
    height: 50px;
    padding: 10px 19px 0px 19px;
}
.menu ul .nli_1.on span .l1_a {
    /*background: url(../images/top_img2.png) bottom center no-repeat;*/
    /*
        background-color: orangered;
        border: 1px solid;
        border-radius: 8px;*/

    background-image: url(../images/top_img2_white.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.menu ul .nli_1 span .l1_a:hover {
    /*background: url(../images/top_img2.png) bottom center no-repeat;*/
/*
    background-color: orangered;
    border: 1px solid;
    border-radius: 8px;*/

    background-image: url(../images/top_img2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.menu ul .nli_1 span .l1_a .chi {
    float: left;
    line-height: 45px;
    /*color: #323232;*/
    color: #fff;
    font-size: 16px;
    /*font-weight: bold;*/
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}
.menu ul .nli_1 span .l1_a .fontcl{
    color: #323232;
}

.menu ul .nli_1 span .l1_a:hover .chi, .menu ul .nli_1.on span .l1_a .chi {
    font-size: 16px;
    /*color: #2f85c6;*/
}

.menu ul .nli_1 span .l1_a .limg {
    display: none;
}

.menu ul .nli_1 span .l1_a b {
    display: none;
}

.menu ul .nli_1 span .l1_a:hover b {
    display: none;
}

.small_menu {
    display: none;
}

.banner_box_pc .prev, .banner_box_pc .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -47px;
    display: block;
    width: 50px;
    height: 94px;
    background: url(../images/imgplayer.png) 0px 0px no-repeat;
    filter: alpha(opacity=100);
    opacity: 1.0;
    z-index: 15;
}

.banner_box_pc .next {
    left: auto;
    right: 0;
    background-position: -65px 0px;
}

.banner_box_pc .prev:hover, .banner_box_pc .next:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.banner_box_pc .prevStop {
    background-position: 0px 0px;
}

.banner_box_pc .nextStop {
    background-position: -65px 0px;
}

.banner_box_pad {
    display: none;
}

.banner_box_phone {
    display: none;
}

.c_0100_bg1 {
    background-color: #f5f6f6;
}

.c_1200_2 {
    float: left;
    width: 100%;
    padding: 34px 0 46px 0;
}

.title_1 {
    /*float: left;*/
    width: 85%;
    margin: 0 auto;
}

.title_1 .tit_1 {
    /*float: left;*/
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #333333;
    font-size: 18pt;
    text-align: center;
}

.title_1 .text_1 {
    /*float: left;*/
    width: 100%;
    padding: 25px 0;
    line-height: 30px;
    color: rgb(51, 51, 51);
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    font-size: 13pt;
    text-indent: 2em;
    text-align: justify;
}

.title_1 .more {
    width: fit-content;
    margin: 0px auto;
    border: 1px solid #848584;
    padding: 5px 20px;
    color: #848584;
}
.title_1 .more a {
    color: #848584;
    text-decoration: none;
}

.title_1 .more:hover {
    color: #ffffff;
    background-color: #2f86c7;
    cursor: pointer;
}
.title_1 .more:hover a {
    color: #ffffff;
}

.t_1200_1 {
    /*float: left;*/
    width: 75%;
    margin: 23px auto 0 auto;
    display: flex;
    justify-content: center;
}

.li_6 {
    float: left;
    width: 20%;
    margin: 22px 0 0 0;
    background: url(../images/main_img3.jpg) bottom right no-repeat;
    /*left: 10.5%;*/
    position: relative;
}

/*.li_6:hover{ margin:12px 0 0 0; padding:0 0 10px 0;transition: all 0.5s ease 0s;}*/
.li_6 .l_41 {
    float: left;
    width: 41px;
    height: 47px;
    margin: 7px 0 8px 15%;
}

.li_6 .l_41 a {
    float: left;
    width: 41px;
    height: 47px;
}

.li_6 .l_41 a.bg41_1 {
    background: url(../images/main_img1.png) no-repeat;
}

.li_6:hover .l_41 a.bg41_1 {
    background: url(../images/main_img1_h.png) no-repeat;
}

.li_6 .l_41 a.bg41_2 {
    background: url(../images/main_img4.png) no-repeat;
}

.li_6:hover .l_41 a.bg41_2 {
    background: url(../images/main_img4_h.png) no-repeat;
}

.li_6 .l_41 a.bg41_3 {
    background: url(../images/main_img5.png) no-repeat;
}

.li_6:hover .l_41 a.bg41_3 {
    background: url(../images/main_img5_h.png) no-repeat;
}

.li_6 .l_41 a.bg41_4 {
    background: url(../images/main_img6.png) no-repeat;
}

.li_6:hover .l_41 a.bg41_4 {
    background: url(../images/main_img6_h.png) no-repeat;
}

.li_6 .l_140 {
    float: left;
    width: 100%;
}

.li_6 .l_140 .t_140_1 {
    float: left;
    width: 100%;
    margin: 12px 0 0 0;
}

.li_6 .l_140 .t_140_1 a {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}

.li_6:hover .l_140 .t_140_1 a {
    color: #2f85c6;
}

.li_6 .l_140 .t_140_2 {
    float: left;
    width: 100%;
}

.li_6 .l_140 .t_140_2 a {
    float: left;
    width: 100%;
    color: #969696;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}

.li_6 .l_17 {
    float: left;
    width: 17px;
    height: 17px;
    margin: 22px 0 0 0;
    background: url(../images/main_img2.png) no-repeat;
}

.li_6:hover .l_17 {
    background: url(../images/main_img2_h.png) no-repeat;
}

.li_6:nth-child(4) {
    background: 0;
}

.product_solutions:link, .product_solutions:visited {
    color: #fff;
}

.product_solutions:active, .product_solutions:hover {
    color: #fff;
}

.ps-arrows {
    width: fit-content;
    margin: 50px auto 0 auto;
    display: none;
}

.ps-arrows .prev, .ps-arrows .next {
    cursor: pointer;
}

.ps-arrows .ps-dots {
    margin: 0 15px;
}

.ps-arrows .ps-dots .slick-dots{
    width: fit-content;
    position: relative;
    bottom: -5px;
    color: #ffffff;

    margin: 0px auto;
    text-align: center;
    display: inline-block !important;
    left: auto;
    top: auto;
    *display: inline;
    *zoom: 1;
}

.product_solutions {
    background-color: #2f85c6;
    background-image: url("../picture/bit-ge64d466f9_1280.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*    background: none #295ba2;
        background: -webkit-linear-gradient(left bottom, #25337f, #2f85c6);
        background: -o-linear-gradient(left bottom, #25337f, #2f85c6);
        background: -mos-linear-gradient(left bottom, #25337f, #2f85c6);
        background: -moz-linear-gradient(left bottom, #25337f, #2f85c6);
        background: linear-gradient(left bottom, #25337f, #2f85c6);*/
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 80px 0px;
}

.product_solutions .inner {
    position: relative;
    margin:0 auto;
    width: 1200px;
    z-index: 2;
}

.product_solutions .product_title {
    position: relative;
    z-index: 2;
    opacity: 1;
    margin: 0 auto 70px auto;
    width: 40%;
    text-align: center;
    color: #ffffff;

    transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.product_solutions .product_title hr {
    border: 3px solid #ffffff;
    width: 30%;
    margin: 20px auto 10px auto;
}

.product_solutions .product_title .zh {
    font-size: 26px;
}

.product_solutions .product_title .en {
    font-size: 15px;
}

.products_solutions_item {
    overflow: hidden;
}

.products_solutions_item .item {
    margin: 0px 22px;
    position: relative;
    background-color: #000;
}
/*
*/
.products_solutions_item .item:before, .products_solutions_item .item:after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    width: 0%;
    height: 2px;
    z-index: 4;
    -webkit-transition: width .52s cubic-bezier(.4,0,.2,1);
    transition: width .72s cubic-bezier(.4,0,.2,1);

}

.products_solutions_item .item:before {
    top: 0;
    left: 0;
}

.products_solutions_item .item:after {
    bottom: 0;
    right: 0;
}

/*.blue-85 {
   !* background: url(../images/blue_85.png) repeat;*!
    background: none rgba(47, 133, 198, 0.85);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}*/

.blue-bg {
    background-color: #2d72b6 !important;
}
.red-bg {
    background-color: #8b0000 !important;;
}
.yellow-bg {
    background-color: #b8860b !important;;
}
.green-bg{
    background-color: #32cd32 !important;;
}
/*
*/
.products_solutions_item .blue-85:before, .products_solutions_item .blue-85:after {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 0;
    width: 2px;
    z-index: 4;
    -webkit-transition: height .52s cubic-bezier(.4, 0, .2, 1);
    transition: height .72s cubic-bezier(.4, 0, .2, 1);
}

.products_solutions_item .blue-85:before {
    left: 0;
    bottom: 0;
}

.products_solutions_item .blue-85:after {
    right: 0;
    top: 0;
}
.products_solutions_item figure{
    position: relative;
    overflow: hidden;
}

.products_solutions_item figure img {
    width: 100%;
    display: block;
    opacity: 0.7;
    filter: alpha(Opacity=70);
}

.products_solutions_item .item .blue-85 {
    opacity: 0;
    visibility: hidden\9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.products_solutions_item .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/w0.png) no-repeat;
}

.products_solutions_item .con {
    position: absolute;
    left: 0;
    top: 100px;
    width: 80%;
   /* height: 100%;*/
    padding: 0px 10%;
    text-align: center;
    -webkit-transition: all .52s cubic-bezier(.4, 0, .2, 1);
    transition: all .52s cubic-bezier(.4, 0, .2, 1);
}

.products_solutions_item .ico {
    width: 84px;
    height: 84px;
    display: block;
    margin: 0px auto;
    background-color: #2f85c6;
    border-radius: 50%;
}

.products_solutions_item .ico i {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}

.products_solutions_item .title {
    padding: 20px 0px 0px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.products_solutions_item .bot {
    width: 34px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 0px auto 45px;
}

.products_solutions_item .c {
    line-height: 1.5;
    height: 42px;
    overflow: hidden;
    margin-bottom: 25px;
}

.products_solutions_item .icon-jiantou {
    font-size: 14px;
    font-family: arial;
}

.products_solutions_item .icon-jiantou:before {
    font-size: 18px;
    margin-right: 8px;
}

.products_solutions_item .c, .products_solutions_item .icon-jiantou {
    opacity: 0;
    visibility: hidden \9;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -webkit-transition: all .32s cubic-bezier(.4, 0, .2, 1);
    transition: all .32s cubic-bezier(.4, 0, .2, 1);
}

.title_3 {
    float: left;
    width: 100%;
}

.title_3 .tit_3 {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #333333;
    font-size: 24px;
    text-align: center;
}

.title_3 .text_3 {
    float: left;
    width: 100%;
    padding: 5px 0;
    color: #787878;
    line-height: 21px;
    text-align: center;
}

.title_3 .text_3 .l_tit {
    float: left;
    width: 60%;
    margin: 0 0 0 20%;
}

.title_3 .text_3 .r_more {
    float: right;
    width: 20%;
}

.title_3 .text_3 .r_more .a_more {
    float: right;
    width: 100%;
    text-align: right;
    color: #00abc0;
    line-height: 21px;
}

.title_3 .text_3 .r_more .a_more img {
    vertical-align: middle;
}

.t_1200_3 {
    /*float: left;*/
    width: 1231px;
    padding: 23px 0 0 0;
    margin-left: auto;
    margin-right: auto;
}

.t_1200_3 ul {
    float: left;
}

.t_1200_3 li {
    float: left;
    width: 379px;
    margin: 14px 31px 0 0;
}

.t_1200_3 li .img_379 {
    float: left;
    width: 100%;
}

.t_1200_3 li .img_379 img {
    width: 379px;
    height: 189px;
}

.t_1200_3 li .d_321 {
    float: left;
    width: 100%;
    padding: 13px 29px 26px 29px;
    background-color: #2f85c6;
}

.t_1200_3 li .d_321 .t_321_1 {
    float: left;
    width: 100%;
    height: 35px;
}

.t_1200_3 li .d_321 .t_321_1 a {
    float: left;
    width: 100%;
    height: 35px;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t_1200_3 li .d_321 .t_321_2 {
    float: left;
    width: 100%;
    margin: 13px 0 0 0;
}

.t_1200_3 li .d_321 .t_321_2 .a_mnew {
    float: left;
    width: 97px;
    height: 28px;
    line-height: 26px;
    border: #ace0ed solid 1px;
    color: #ace0ed;
    padding-left: 18px;
    background: url(../images/main_img12.png) 57px center no-repeat;
}

.t_1200_3 li:hover .d_321 .t_321_2 .a_mnew, .t_1200_3 li .d_321 .t_321_2 .a_mnew:hover {
    background: url(../images/main_img12.png) 57px center no-repeat #40adbc;
    color: #fff;
}

/*.t_1200_3 li:hover{ margin:0 31px 14px 0;transition: all 0.5s ease 0s;}*/
.t_1200_3 li:nth-child(3) {
    margin-right: 0;
}

.btn_0100 {
    width: fit-content;
    margin: 0px auto;
    border: 1px solid #848584;
    padding: 5px 20px;
    color: #848584;
}
.btn_0100 a {
    color: #848584;
    text-decoration: none;
}

.btn_0100:hover {
    color: #ffffff;
    background-color: #2f86c7;
    cursor: pointer;
}
.btn_0100:hover a {
    color: #ffffff;
}

/*首页最新动态*/
.c_1200_4 {
    float: left;
    width: 100%;
    padding: 39px 0 21px 0;
}

.t_1200_4 {
    /*float: left;*/
    width: 1200px;
    margin: 75px auto 0 auto;
}

.t_1200_4 ul {
    float: left;
    width: 100%;
    height: 187px;
}

.t_1200_4 ul li {
    float: left;
    width: 376px;
    margin: 0 31px 0 0;
}

.t_1200_4 ul li.bg1 {
    /*background-color: #d3dce2;*/
    border: 1px solid #00a2e9;
    transition: all 0.5s ease 0s;
}

.t_1200_4 ul li:hover.bg1 {
    background-color: #2f85c6;
}

.t_1200_4 ul li.bg2 {
    background-color: #d1e7ed;
}

.t_1200_4 ul li:hover.bg2 {
    background-color: #2f85c6;
    transition: all 0.5s ease 0s;
}

.t_1200_4 ul li.bg3 {
    background-color: #e0f1f7;
}

.t_1200_4 ul li:hover.bg3 {
    background-color: #2f85c6;
    transition: all 0.5s ease 0s;
}

.t_1200_4 ul li .t_mnew {
    float: left;
    width: 100%;
    padding: 23px 30px 24px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.t_1200_4 ul li .t_mnew .tit_mnew {
    float: left;
    width: 100%;
    height: 50px;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.t_1200_4 ul li .t_mnew .tit_mnew.bod1 {
    border-bottom: #709aac solid 2px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*white-space: nowrap;*/
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t_1200_4 ul li:hover .t_mnew .tit_mnew.bod1 {
    border-bottom: #fff solid 2px;
}

.t_1200_4 ul li .t_mnew .tit_mnew.bod2 {
    border-bottom: #5cb5c8 solid 2px;
}

.t_1200_4 ul li:hover .t_mnew .tit_mnew.bod2 {
    border-bottom: #fff solid 2px;
}

.t_1200_4 ul li .t_mnew .tit_mnew.bod3 {
    border-bottom: #90d2e5 solid 2px;
}

.t_1200_4 ul li:hover .t_mnew .tit_mnew.bod3 {
    border-bottom: #fff solid 2px;
}

.t_1200_4 ul li .t_mnew .tit_mnew a {
    color: #333333;
    font-size: 14px;
}

.t_1200_4 ul li:hover .t_mnew .tit_mnew a, .t_1200_4 ul li .t_mnew .tit_mnew a:hover {
    color: #fff;
}

.t_1200_4 ul li .t_mnew .text_mnew {
    float: left;
    width: 100%;
    height: 60px;
    color: #808080;
    line-height: 30px;
    margin: 9px 0 0 0;
    overflow: hidden;
}

.t_1200_4 ul li:hover .t_mnew .text_mnew {
    color: #fff;
}

.t_1200_4 ul li .t_mnew .time_mnew {
    float: left;
    width: 100%;
    height: 24px;
    color: #808080;
    line-height: 24px;
}

.t_1200_4 ul li:hover .t_mnew .time_mnew {
    color: #fff;
}

.t_1200_4 ul li:nth-child(3) {
    margin-right: 0;
}

/*底部*/
.c_0100_bg4 {
    background-color: #000000BA;
    /*background: url(../images/down_img1.jpg) top center no-repeat;*/
}

.c_1200_5 {
    /*width: 80%;*/
    padding: 28px 0 28px 0;
    margin: 0 auto;
    font-size: 11pt;
}

.c_1200_5 .t_1200_5 {
    float: left;
    width: 100%;
    padding: 0 0 18px 0;
    border-bottom: #666666 solid 1px;
}

.c_1200_5 .t_1200_5 .l_790 {
    float: left;
    width: 66%;
}

.c_1200_5 .t_1200_5 .l_790 a {
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 12px 0 12px 0;
    margin: 0 36px 0 0;
}

.c_1200_5 .t_1200_5 .l_790 a:hover {
    color: #00abc0;
    border-bottom: #00abc0 solid 2px;
    padding: 12px 0 10px 0;
}

.c_1200_5 .t_1200_5 .r_215 {
    float: right;
    width: 215px;
}

.c_1200_5 .t_1200_6 {
    float: left;
    width: 100%;
    padding: 40px 0 30px 0;
}

.c_1200_5 .t_1200_6 .l_790_2 {
    float: left;
    width: 66%;
    color: #d1d1d1;
    line-height: 24px;
}

.c_1200_5 .t_1200_6 .l_790_2 a {
    color: #d1d1d1;
}

.c_1200_5 .t_1200_6 .l_790_2 a:hover {
    color: #fff;
}

.c_1200_5 .t_1200_6 .l_790_2 span {
    color: #d1d1d1;
}

.c_1200_5 .t_1200_6 .r_105 {
    float: right;
    width: 120px;
}

.c_1200_5 .t_1200_6 .r_105 .weixin {
    float: left;
    text-align: center;
}
.c_1200_5 .t_1200_6 .r_105 .weixin span {
    color: #fff;
    display: block;
    clear: both;
}

.l_105 .weixin {
    text-align: center;
}
.l_105 .weixin span {
    color: #fff;
    display: block;
    clear: both;
}

.c_1200_5 .t_1200_6 .r_105 .weibo {
    float: left
}

.c_1200_5 .t_1200_6 .r_105 .fenxiang {
    float: left
}

.c_1200_5 .t_1200_6 .r_105 a {
    float: left;
    width: 26px;
    height: 26px;
    margin: 0 0 0 9px;
}

.c_1200_5 .t_1200_6 .r_105 a.dbg1 {
    background: url(../images/down_img3.png) no-repeat;
}

.c_1200_5 .t_1200_6 .r_105 a:hover.dbg1 {
    background: url(../images/down_img3_h.png) no-repeat;
}

.c_1200_5 .t_1200_6 .r_105 a .pf_wx {
    display: none;
    position: absolute;
    width: 113px;
    height: 118px;
    left: -44px;
    top: -118px;
    z-index: 45;
    background: url(../images/down_img6.png) no-repeat;
    z-index: 100;
}

.c_1200_5 .t_1200_6 .r_105 a .pf_wx .wximg {
    float: left;
    width: 99px;
    height: 97px;
    margin: 8px 7px 0 7px;
}

.c_1200_5 .t_1200_6 .r_105 a:hover .pf_wx {
    display: block;
}

.c_1200_5 .t_1200_6 .r_105 a.dbg2 {
    background: url(../images/down_img4.png) no-repeat;
}

.c_1200_5 .t_1200_6 .r_105 a:hover.dbg2 {
    background: url(../images/down_img4_h.png) no-repeat;
}

.c_1200_5 .t_1200_6 .r_105 a.dbg3 {
    background: url(../images/down_img5.png) no-repeat;
}

.c_1200_5 .t_1200_6 .r_105 a:hover.dbg3 {
    background: url(../images/down_img5_h.png) no-repeat;
}

.c_1200_6 {
    display: none;
}

.c_1200_7 {
    /*float: left;*/
    width: 80%;
    padding: 45px 0 50px 0;
    margin: 10px auto;
}

.title_4 {
    float: left;
    width: 100%;
}

.title_4 .m_tit_con {
    height: 54px;
    text-align: center;
    margin-bottom: 20px;
}

.title_4 .m_tit_con span {
    display: block;
    color: #333333;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}

.title_4 .m_tit_con .tit_eng {
    width: 180px;
    height: 19px;
    background: url(../images/join_img5.png) repeat-x;
    padding: 0 30px;
    margin-top: 10px;
    margin: 10px auto;
}

.title_4 .m_tit_con .tit_eng .engcon {
    padding: 0 20px;
    background-color: #f6f6f6;
    color: #2f85c6;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 19px;
}

.about1 .content{
    display: flex;
}

.about1 .left {
    width: 40%;
}

.about1 .right {
    width: 60%;
    height: 345px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 60px;
    padding-right: 10px;
}

.about1 > .right > .title > .zh {
    font-size: 20px;
}

.about1 > .right > .title > .en {
    font-size: 20px;
}

.about1 .right p {
    line-height: 30px;
}

.about1 .right::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.about1 .right::-webkit-scrollbar-button:vertical {
    display: none
}

.about1 .right::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background-color: #cdd2d8
}

.about1 .right::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #0181d7;
}

.about1 .right::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #0181d7;
}

.about1 .right::-webkit-scrollbar-thumb:vertical:active {
    background-color: #0181d7;
}

.about_block {
    width: 90%;
    margin: 50px auto;
}

.about_block > .title{
    height: 54px;
    text-align: center;
    margin-bottom: 50px;
}

.about_block > .title > span {
    /*display: block;
    color: #333333;
    font-size: 24px;
    text-align: center;
    line-height: 35px;*/

    font-size: 28px;
    color: #2c2c2c;
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 2px;
}

.about_block > .title > span::after {
    content: "";
    width: 29px;
    height: 3px;
    /*background: #0181d7;*/
    background: #3487ff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.about_block > .title > .tit_eng {
    width: fit-content;
    height: 19px;
    background: url(../images/join_img5.png) repeat-x;
    padding: 0 30px;
    margin-top: 10px;
    margin: 10px auto;
}

.about_block > .title > .tit_eng > .engcon {
    padding: 0 20px;
    background-color: #f6f6f6;
    color: #2f85c6;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    line-height: 19px;
}

.about1 > .content {
    width: 100%;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    /*text-indent: 2em;*/
    text-align: justify;

    padding-bottom: 30px;
}

.about2 {
    background: #f5f8fd;
    padding-bottom: 2px;
}

.about2 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about2 ul li {
    width: 49%;
    background: #FFFFFF;
    margin-bottom: 22px;
    padding: 23px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
    display: flex;
    align-items: center;
}

.about2 ul li .about2_ico {
    width: 89px;
    height: 89px;
    border-radius: 5px;
    text-align: center;
    line-height: 89px;
}

.about2 ul li .about2_txt {
    width: 470px;
    margin-left: auto;
}

.about2 ul li .about2_txt strong {
    font-size: 17px;
    font-weight: bold;
}

.about2 ul li .about2_txt p {
    font-size: 15px;
    color: #777777;
    line-height: 24px;
    margin-top: 10px;
}

.about2 ul li .about2_ico i {
    color: #FFFFFF;
    font-size: 45px;
}

.about2 ul li:nth-last-of-type(odd) {
    margin-left: auto;
}

.about2 ul li:nth-child(1) .about2_ico {
    background: #f55524;
    box-shadow: 0px 0px 15px #f55524;
}

.about2 ul li:nth-child(2) .about2_ico {
    background: #ffb321;
    box-shadow: 0px 0px 15px #ffb321;
}

.about2 ul li:nth-child(3) .about2_ico {
    background: #1b96e8;
    box-shadow: 0px 0px 15px #1b96e8;
}

.about2 ul li:nth-child(4) .about2_ico {
    background: #5ac251;
    box-shadow: 0px 0px 15px #5ac251;
}

.about3 {
    width: 80%;
    margin: 50px auto;
}

.about3 > div:nth-child(-n+3) {
    display: flex;
}

.about3 > div:nth-child(3) .title {
    text-align: right;
}


.about3 .left1 {
    width: 80%;
}
.about3 .right1 {
    width: 20%;
}

.about3 .left2 {
    width: 20%;
}
.about3 .right2 {
    width: 80%;
}

.about3 .title {
    font-size: 17pt;
    font-family: 'fangsong';
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.about3 .title::before {
    content: '';
    color: #3668f9;
    display: inline-block;
    position: relative;
    margin-right: 1rem;
    width: 7px;
    height: 7px;
    border-top-width: 5px;
    border-top-style: solid;
    border-left-width: 5px;
    border-left-style: solid;
    vertical-align: top;
}

.about3 .title::after{
    content: '';
    color: #9ab3fc;
    display: inline-block;
    position: relative;
    margin-left: 1rem;
    width: 7px;
    height: 7px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-right-width: 5px;
    border-right-style: solid;
    vertical-align: bottom;
}

.about3 .content{
    font-size: 12pt;
    line-height: 30px;
}

.pz_fy {
    width: 100%;
    padding: 25px 0px;
    text-align: center;
}

/*分页浮左或者浮右，修改此处即可。例：text-align:left;*/
.pz_fy a {
    PADDING: 7px 11px;
    COLOR: #fff;
    background-color: #4e4949;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin: 0 2px;
    text-transform: uppercase;
}

.pz_fy a:hover, .pz_fy a.on {
    color: #fff;
    background-color: #2f85c6;
    text-decoration: none;
}

.t_1200_10 {
    float: left;
    width: 100%;
    /*margin: 15px 0 0 0;*/
    background-color: #fff;
}

.t_1200_10 ul {
    float: left;
    /*width: 1170px;*/
    margin: 0 15px 37px 15px;
}

.t_1200_10 ul li {
    float: left;
    width: 500px;
    margin: 36px 24px 0 23px;
}

.t_1200_10 ul li .img_contact {
    float: left;
    width: 100%;
}

.t_1200_10 ul li .img_contact img {
    display: block;
    width: 343px;
    height: 228px;
}

.t_1200_10 ul li .tit_contact {
    float: left;
    width: 100%;
    height: 35px;
    margin: 14px 0 0 0;
    color: #333333;
    font-size: 16px;
    line-height: 35px;
}

.t_1200_10 ul li .text_contact {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 15px;
    line-height: 28px;
}

.t_1200_11 {
    float: left;
    width: 100%;
    margin: 55px 0 55px 0;
    background-color: #fff;
}

.title_5 {
    float: left;
    width: 100%;
    height: 73px;
    background: url(../images/contact_img7.jpg) bottom center no-repeat;
    color: #2f85c6;
    font-size: 24px;
    text-align: center;
    line-height: 73px;
}

.t_1200_11 .tt_1200_1 {
    float: left;
    width: 97%;
    margin: 0 1.5% 35px 1.5%;
}

.t_1200_11 .tt_1200_1 .ul_cont {
    /*float: left;*/
    width: 100%;
    margin: 30px 0 10px 0;
}

.t_1200_11 .tt_1200_1 .li_cont {
    float: left;
    width: 30.3333%;
    margin: 20px 1.5%;
}

.t_1200_11 .tt_1200_1 .li_cont .tit_cont {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
    border-bottom: #2f85c6 solid 1px;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.t_1200_11 .tt_1200_1 .li_cont .text_cont {
    float: left;
    width: 100%;
    margin: 13px 0 0 0;
    color: #808080;
    line-height: 27px;
}

.shop-area{
    width: 90%;
    margin:55px auto 35px auto;
    background-color: #fff;
}

.shop-area .title{
    width: fit-content;
    color: #2f85c6;
    font-size: 20pt;
    text-align: center;
    margin: 10px auto;
}

.shop-area .shops .shop {
    float: left;
    width: 45%;
    min-height: 135px;
    display: flex;
    margin: 25px 16px;
}

.shop-area .shops .shop .pic {
    width: 30%;
    vertical-align: middle;
    margin: auto 0;
}

.shop-area .shops .shop .pic img {
    /*margin-top: 19%;*/
}

.shop-area .shops .shop .content {
    margin-left:15px;
    width: 70%;
}

.shop-area .shops .shop .content .tit_cont {
    width: 100%;
    padding: 0 0 5px 0;
    border-bottom: #2f85c6 solid 1px;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.shop-area .shops .shop .content .text_cont {
    width: 100%;
    margin: 13px 0 0 0;
    color: #808080;
    line-height: 27px;
}

.acompany {
    display: flex;
    width: 100%;
    position: relative;
}

.acompany .info{
    margin: 50px 0 20px 100px;
    width: 40%;
}

.acompany .info .tit_contact .zh{

    color: #333333;
    font-size: 16pt;
    line-height: 40px;
}

.acompany .info .tit_contact .en{

    font-size: 10pt;
    line-height: 30px;
}

.acompany .info .text_contact {

    font-size: 10pt;
    line-height: 28px;
    margin-top: 20px;
    /*margin-left: 30px;*/
}

.acompany .info .text_contact .en {

    font-size: 11pt;
    line-height: 28px;
}

.cover{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #000;
    opacity: 0.2;
    z-index: 0;
}

.nbanner {
    /*margin-top: 77px;*/
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #efefef;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.banner-title {
    position: absolute;
    /*left: 10%;*/
    top: 0%;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
    /*background-color: #000;
    opacity: 0.5;*/
}
.banner-title .en {
    font-size: 16px;
    line-height: 1.2;
    font-family: arial, helvetica, sans-serif;
}
.banner-title .zh {
    font-size: 34px;
    line-height: 1.5;
    /* font-weight: bold; */
}

.tech_menu {
   /* display: flex;
    justify-content: space-between;
    width: 200px;*/
    margin: 30px auto 15px auto;
    text-align: center;
    position: relative;
}

.tech_menu a {
    display: inline-block;
    width: 95px;
    height: 37px;
    font-size: 15px;
    color: #000;
    line-height: 37px;
    text-decoration: none;
}

.tech_menu a:hover, .tech_menu a.active {
    background: #0086cd;
    color: #fff;
}

.anim-1,
.anim-2 {
    -webkit-transform: translateY(100px) translateX(0);
    -moz-transform: translateY(100px) translateX(0);
    transform: translateY(100px) translateX(0);
    opacity: 0;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.anim-1 {
    -webkit-transition: transform .8s,opacity .8s;
    -moz-transition: transform .8s,opacity .8s;
    -o-transition: transform .8s,opacity .8s;
    transition: transform .8s,opacity .8s;
}
.anim-2 {
    -webkit-transition: transform .8s,opacity .8s;
    -moz-transition: transform .8s,opacity .8s;
    -o-transition: transform .8s,opacity .8s;
    transition: transform 1s,opacity .8s;
}
.anim-show {
    -webkit-transform: translateY(0px) translateX(0);
    -moz-transform: translateY(0px) translateX(0);
    transform: translateY(0px) translateX(0);
    opacity: 1;
}

.tech_list {
    display: flex;
    margin: 30px auto 70px auto;
    width: 85%;
    flex-wrap: wrap;
}

.tech_list .tech_item {
    position: relative;
    width: 30.33%;
    /*height: 250px;*/
    margin: 15px;
    border: 1px solid #dddddd;
    display: block;
    -webkit-box-shadow: 0 0px 14px rgb(0 0 0 / 15%);
    box-shadow: 0 0px 14px rgb(0 0 0 / 15%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.tech_list .tech_item::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80px;
    height: 5px;
    background: #c5c5c5;
    transition: 0.3s all;
}

.tech_list .tech_item:hover,
.tech_list .tech_item.active {
    /*background: #0086cd;*/
    /*padding: 30px 0;*/
    /*margin-top: -30px;*/
    border-radius: 0 0 6px 6px;
}

.tech_list .tech_item:hover::after,
.tech_list .tech_item .active::after {
    width: 110px;
    background: #0086cd;
}

.tech_list .tech_item .img {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    height: 0;
}

.tech_list .tech_item .img a {
    display: block;
    background-position: center center;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute; /* -webkit-transition:all 0.4s ease-out; */
    -o-transition: all 0.4s ease-out; /* transition:all 0.4s ease-out; */
}

.tech_list .tech_item .title {
    margin: 20px auto 20px auto;
    text-align: center;
    font-size: 13pt;
    color: #666;
}

.tech_list .tech_item .title a{
    color: #666;
}

.tech_list .tech_item:hover {
    border-color: #008FD7;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.tech_list .tech_item:hover .img a {
    -webkit-transform: scale(1.175);
    -ms-transform: scale(1.175);
    -o-transform: scale(1.175);
    transform: scale(1.175);
    transition: transform .7s;
}

.tech_detail {
    width: 75%;
    margin: 50px auto;
    /*text-align: center;*/
}

.tech_detail > .tag {
    font-size: 14pt;
    width: fit-content;
    font-weight: bolder;
}

.tech_detail > .tag:before {

    content: '';
    color: #3da2f9;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    width: 7px;
    height: 10px;
    border-top-width: 5px;
    border-top-style: solid;
    border-left-width: 5px;
    border-left-style: solid;

    vertical-align: top;
}

.tech_detail > .tag:after {
    content: '';
    color: #3da2f9;
    display: inline-block;
    position: relative;
    margin-left: 10px;
    width: 7px;
    height: 10px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-right-width: 5px;
    border-right-style: solid;
    vertical-align: bottom;
}

.tech_detail > .content{
    font-size: 13pt;
    text-indent: 2em;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 2rem;
}
.tech_detail > .img {
    width: 80%;
    margin: 40px auto;
    text-align: center;
}
.tech_detail > .img_flex {
    width: 80%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.tech_detail > .img_flex img {
    width: 48%;
}

.new-main-box {
    margin: 100px auto 0 auto;
    position: relative;
    z-index: 5;
    background: #fff;
    width: 100%;
    min-height: 450px;
}
.new-main-box .process-box {
    width: 900px;
    overflow: visible;
    height: 335px;
    position: absolute;
    /*top: -200px;*/
    left: 50%;
    transform: translate(-50%, 0);
}
.new-main-box .process-box .process-bottom-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0px 0px 34px 15px #ccc;
    overflow: hidden;
}
.new-main-box .process-box .min-process-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.new-main-box .process-box .one-box {
    float: left;
    text-align: center;
    width: 450px;
    height: 335px;
    position: relative;
    transition: 0.3s all;
    background: #fff;
    cursor: pointer;
}
.new-main-box .process-box .one-box:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80px;
    height: 5px;
    background: #c5c5c5;
    transition: 0.3s all;
}
.new-main-box .process-box .one-box::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 2px;
    height: 125px;
    background: #e3e3e3;
    opacity: 1;
    transition: 0.3s all;
}
.new-main-box .process-box .one-box:nth-of-type(3)::before {
    display: none;
}

.new-main-box .process-box .one-box:hover,
.new-main-box .process-box .one-box.active {
    background: #0086cd;
    padding: 30px 0;
    margin-top: -30px;
    border-radius: 10px;
}

.new-main-box .process-box .one-box:hover::before,
.new-main-box .process-box .one-box.active::before {
    opacity: 0;
}

.new-main-box .process-box .one-box:hover::after,
.new-main-box .process-box .one-box.active::after {
    width: 110px;
    background: #fff;
}

.new-main-box .process-box .one-box:hover .text-box,
.new-main-box .process-box .one-box.active .text-box {
    color: #fff;
}

.new-main-box .process-box .one-box:hover .time-box,
.new-main-box .process-box .one-box.active .time-box {
    color: #fff;
}

.new-main-box .process-box .one-box:hover .arrow-box,
.new-main-box .process-box .one-box.active .arrow-box {
    opacity: 1;
}

.new-main-box .process-box .one-box:nth-of-type(1),
.new-main-box .process-box .one-box:nth-of-type(1).active {
    border-radius: 10px 0 0 10px;
}

.new-main-box .process-box .one-box:nth-of-type(1):hover,
.new-main-box .process-box .one-box.active:nth-of-type(1) {
    border-radius: 10px;
    box-shadow: 0 0 25px #5a5959;
}

.new-main-box .process-box .one-box:nth-of-type(3) {
    border-radius: 0 10px 10px 0;
}
.new-main-box .process-box .one-box:nth-of-type(3):hover {
    box-shadow: 0 0 25px #5a5959;
    border-radius: 10px;
}
.new-main-box .process-box .one-box .img-box {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin: 50px auto 0 auto;
    transition: 0.3s all;
}
.new-main-box .process-box .one-box .text-box {
    font-size: 24px;
    font-weight: bold;
    color: #0046a7;
    transition: 0.3s all;
}
.new-main-box .process-box .one-box .arrow-box {
    display: block;
    background: url(../images/process-arrow.png);
    width: 79px;
    height: 79px;
    margin: 30px auto 0 auto;
    opacity: 0;
    transition: 0.3s all;
}
.clear {
    width: 100%;
    clear: both;
    height: 0;
    overflow: hidden;
}


.loan-service {
    color: #666;
    /*margin: 15px auto;*/
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}

.loan-service > div {
    min-height: 400px;
}

.loan-service > div:nth-child(2n+1) {
    background-color: #ffffff;
}

.loan-service > div:nth-child(2n+2) {
    background-color: #e4e4e4;
}

.loan-service .common {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.loan-service .title {
    font-size: 24px;
    /*font-weight: bolder;*/
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
}

.loan-service .content {
    margin-top: 30px;
    text-indent: 2em;
    font-size: 16px;
}

.loan-service .pic {
    margin: 30px auto 20px auto;
    text-align: center;
}

.hkfs .pic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hkfs .pic > div {
    margin: 15px;
    width: 17%;
    text-align: center;
/*
    position: relative;
    width: 100%;
    padding-top: 100%;*/
}

/*.hkfs .pic > div > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

.fkgl .tag ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fkgl .tag{
    /*width: 70%;*/
    margin: 30px auto 0 auto;
}

.fkgl .tag .tip {
    position: absolute;
    top: -14px;
    left: 50%;
    background-color: #428bca;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12pt;
    margin-left: -42px;
}

.fkgl .tag .note {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 15px;
    line-height: 30px;
}

.fkgl .tag ul li{
    width: 28%;
    /*float: left;*/
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 20px;
    -webkit-box-shadow: #3a3939 5px -5px 10px;
    -moz-box-shadow: #3a3939 5px -5px 10px;
    box-shadow: #3a3939 5px -5px 10px;
    border: 1px solid #ccc;
}

.fkgl .tag ul li:hover{
    background-color: #2F85C6;
    color: #ffffff;
    cursor: pointer;
}


.hxit .pic {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hxit .pic > div {
    margin: 15px;
    width: 18%;
    /*
        position: relative;
        width: 100%;
        padding-top: 100%;*/
}

.tdgl .tag{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tdgl .tag .item{
    display: inline-flex;
    border: 1px solid #ccc;
    padding: 15px;
    -webkit-box-shadow: #3a3939 -15px 10px 10px;
    -moz-box-shadow: #3a3939 -15px 10px 10px;
    box-shadow: #3a3939 -15px 10px 10px;
    border-radius: 8px;
    margin: 10px;
    width: 27%;
    background-color: #fff;
}

.tdgl .tag .item .num{
    border-radius: 50% 0 50% 50%;
    width: 40px;
    height: 40px;
    /* border: 1px solid #000; */
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    background-color: goldenrod;
    color: #fff;
    margin-top: 10px;
    flex-shrink: 0;
}

.tdgl .tag .item .note {
    margin-left: 10px;
}

.tdgl .tag .item .note .title{
    margin-bottom: 10px;
}

.tdgl .tag .item .note .title .t1{
    font-size: 16pt;
}

.tdgl .tag .item .note .title .t2{
    font-size: 11pt;
}


.hzhb .pic {
    margin: 30px auto;
}

.hzhb .pic > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    margin: 30px auto;
}

.hzhb .pic > div >div {

    width: 10%;
    margin: auto 15px;
}

.hzhb .pic > div >div img {

    /*width: 100px;*/
}

.flow-pics {
    margin: 30px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*column-count: 4;
    column-width: 20%;
    column-gap: 15px;*/
}

.flow-pics > div {
    width: 23%;
    margin: 2px;
}

.news-area {
    margin: 40px auto 10px auto;
}

.news-area .m_tit_con {
    height: 54px;
    text-align: center;
    margin-bottom: 20px;
}

.news-area .m_tit_con span {
    display: block;
    color: #333333;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
}

.news-area .m_tit_con .tit_eng {
    width: 180px;
    height: 19px;
    background: url(../images/join_img5.png) repeat-x;
    padding: 0 30px;
    margin-top: 10px;
    margin: 10px auto;
}

.news-area .m_tit_con .tit_eng .engcon {
    padding: 0 20px;
    background-color: #f6f6f6;
    color: #2f85c6;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 19px;
}

.news-list{
    width: 100%;
    margin: 15px auto;
}

.news-list .news-item{
    width: 100%;
    height: 140px;
    padding: 20px 0 25px 0;
}

.news-list .news-item.bg1{
    background-color: #ffffff;
}
.news-list .news-item.bg2{
    border: 1px solid #e9e9e9;
    margin-top: 10px;
}

.news-list .news-item .news{
    width:85%;
    margin: 0 auto;
    display: flex;
}

.news-list .news-item .news .left{
    width:72.5%;
    /*float: left;*/
}

.news-list .news-item .news .left .left-1 {
    display: flex;
}

.news-list .news-item .news .left .time{
    width: 30%;
    min-width: 170px;
  /*  height: 22px;
    margin: 17px 0 0 0;*/
    color: #808080;
    font-size: 14px;
    line-height: 38px;
    text-align: right;
}

.news-list .news-item .news .left .title{
    width: 100%;
    font-size: 16pt;
    font-weight: bolder;
    color: #000000;
}

.news-list .news-item .news .left .title a {
    width: 100%;
    height: 32px;
    color: #333;
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
}

.news-list .news-item .news .left .content{
    width: 100%;
    /*height: 44px;*/
    overflow: hidden;
    color: #808080;
    line-height: 22px;
    margin: 7px 0 0 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    /*display: none;*/
}

.news-list .news-item .news .right{
    /*float: right;*/
    margin: auto 5px auto auto;
}

.news-list .news-item .news .right img{
    height: 135px;
}

.news-detail-nbanner {
    /*margin-top: 77px;*/
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #efefef;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.news-detail-title-area {
    position: absolute;
    left: 40%;
    top: 40%;
    font-size: 22pt;
    color: #ffffff;
    width: 70%;
    text-align: center;
    z-index: 5;
}

.news-detail-title-area .title1{
    font-size: 12pt;
    margin: 20px auto;
    justify-content: space-around;
    display: flex;
    width: 60%;
}

.news-detail-title-area .title1 .time{
    width: auto;
    text-align: right;
}

.news-detail-title-area .title1 .source{
    width: auto;
}

.news-detail {
    margin: 80px auto 40px;
    padding: 50px 50px 20px;
    width: 70%;
    background-color: #ffffff;
}

.news-detail .text_newn {
    width: 100%;
    padding: 0px 0 40px;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    border-bottom: #e1e0e0 solid 1px;
}

.news-detail .text_newn p {
    margin-top: 10px;
    text-align: justify;
    text-indent: 2em;
}

.news-detail .text_newn div{
    text-align: center;
}
.news-detail .text_newn div img {
    width: 80%;
    margin: 10px auto;
}

.backbtn {
    width: 90px;
    height: 36px;
    line-height: 36px;
    margin: 23px auto;
    border: 1px solid #2f86c7;
    text-align: center;
    cursor: pointer;
}

.backbtn:before {
    background: #97c2e3;
}
.backbtn:after {
    background: #2f86c7;
}

.backbtn:hover{
    color: #ffffff;
    background: #2f86c7;
}

.backbtn a:link {
    color: #000;
}

.backbtn a:visited {
    color: #000;
}

.backbtn a:hover {
    color: #fff;
}

.backbtn a:active {
    color: #000;
}

.t_1200_15 {
    float: left;
    width: 100%;
    padding: 55px 0 45px 0;
}

/*新闻中心*/
.ul_new {
    float: left;
    width: 100%;
    margin: 55px 0 0 0;
}

.ul_new .li_new {
    float: left;
    width: 100%;
    padding: 34px 0 34px 0;
}

.ul_new .li_new.nbg1 {
    background-color: #fff;
}

.t_1200_18 {
    float: left;
    width: 100%;
    /*padding: 45px 0 85px 0;*/
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    text-indent: 28px;
}

.t_1200_19 {
    float: left;
    width: 100%;
    margin: 15px 0 80px 0;
}

.slide_team {
    float: left;
    width: 100%;
}

.slide_team .bd {
    float: left;
    width: 100%;
    position: relative;
}

.slide_team .bd_ipad {
    display: none;
}

.slide_team .bd_phone {
    display: none;
}

.slide_team .bd ul {
    float: left;
    width: 100%;
}

.slide_team .bd ul .team_show {
    float: left;
    width: 100%;
    background-color: #fff;
    min-height: 408px;
}

.slide_team .bd ul .team_show .l_345 {
    float: left;
    width: 345px;
}

.slide_team .bd ul .team_show .l_345 img {
    display: block;
    width: 345px;
}

.slide_team .bd ul .team_show .r_851 {
    float: right;
    width: 500px;
    padding: 40px 56px;
}

.slide_team .bd ul .team_show .r_851 .t_621_1 {
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
}

.slide_team .bd ul .team_show .r_851 .t_621_1 .name_621 {
    float: left;
    width: 100%;
    color: #2f85c6;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.slide_team .bd ul .team_show .r_851 .t_621_1 .tit_621 {
    float: left;
    width: 100%;
    color: #666666;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

.slide_team .bd ul .team_show .r_851 .text_621 {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    padding: 50px 0 0 0;
}

.slide_team .bd .l_prev {
    position: absolute;
    left: 38%;
    top: 50%;
    width: 16px;
    height: 31px;
    background: url(../images/team_img2.png) 0 0 no-repeat;
    z-index: 20;
}

.slide_team .bd .l_prev:hover, .slide_team .bd .prevStop {
    background-position: -25px 0;
}

.slide_team .bd .r_next {
    position: absolute;
    right: 2%;
    top: 50%;
    width: 16px;
    height: 31px;
    background: url(../images/team_img2.png) 0 -35px no-repeat;
    z-index: 20;
}

.slide_team .bd .r_next:hover, .slide_team .bd .nextStop {
    background-position: -25px -35px;
}

.slide_team .hd {
    float: left;
    width: 100%;
    margin: 37px 0 0 0;
    background-color: #fff;
    position: relative;
}

.slide_team .hd .team_boxpad {
    display: none;
}

.slide_team .hd .team_boxphone {
    display: none;
}

.slide_team .hd .team_box {
    float: left;
    width: 867px;
    margin: 33px 39px 30px 39px;
}

.slide_team .hd .team_box ul {
    float: left;
    width: 100%;
}

.slide_team .hd .team_box ul li {
    float: left;
    width: 159px;
    margin: 0 14px;
}

.slide_team .hd .team_box ul li .img_team {
    float: left;
    width: 100%;
}

.slide_team .hd .team_box ul li .img_team img {
    display: block;
    width: 159px;
    height: 213px;
}

.slide_team .hd .team_box ul li .tit_team {
    float: left;
    width: 100%;
    height: 22px;
    margin: 9px 0 0 0;
    text-align: center;
    line-height: 22px;
}

.slide_team .hd .team_box ul li .tit_team a {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis
}

.slide_team .hd .team_box ul li .tit_team a:hover {
    color: #00abc0;
}

.slide_team .hd .team_box ul li .text_team {
    float: left;
    width: 100%;
    color: #838383;
    text-align: center;
    line-height: 17px;
}

.slide_team .hd .d_prev {
    position: absolute;
    width: 25px;
    height: 50px;
    left: 0;
    top: 37%;
    background: url(../images/team_img9.png) 0 0 no-repeat;
    z-index: 20;
    cursor: pointer;
}

.slide_team .hd .d_prev:hover {
    background: url(../images/team_img9.png) 0 -55px no-repeat;
}

.slide_team .hd .d_next {
    position: absolute;
    width: 25px;
    height: 50px;
    right: 0;
    top: 37%;
    background: url(../images/team_img9.png) -35px 0 no-repeat;
    z-index: 20;
    cursor: pointer;
}

.slide_team .hd .d_next:hover {
    background: url(../images/team_img9.png) -35px -55px no-repeat;
}

.slide_team .hd .d_prev2 {
    position: absolute;
    width: 25px;
    height: 50px;
    left: 0;
    top: 37%;
    background: url(../images/team_img9.png) 0 0 no-repeat;
    z-index: 20;
    cursor: pointer;
}

.slide_team .hd .d_next2 {
    position: absolute;
    width: 25px;
    height: 50px;
    right: 0;
    top: 37%;
    background: url(../images/team_img9.png) -35px 0 no-repeat;
    z-index: 20;
    cursor: pointer;
}

.slide_team_pad {
    display: none;
}

.slide_team_phone {
    display: none;
}

.show_pc{
    display: block;
    margin: 100px auto 50px auto;
    display: flex;
}

.show_pc .qrcode {
    width: 130px;
    height: 130px;
    border-radius: 5px;
    text-align: center;
}

.show_pc .qrcode img {
    width:112px;
    margin-top: 15px;
}

.hide_pc{
    display: none;
    justify-content: center;
}

.hide_pc .qrcode {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    text-align: center;
}

.hide_pc .qrcode img {
    width:82px;
    margin-top: 15px;
}

.mapdiv{
    width:90%;
    height:504px;
    margin: 0 auto;
}

.div {
    float: left;
    width: 100%;
    overflow: hidden;
}

.div img {
    float: left;
    width: 100%;
    display: block;
}

.honors{
    text-align: center;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 30px;
    /*position : relative;
    left : 50%;*/
    display: flex;
    flex-wrap: wrap;
}

.honors .honor{
    width: 23%;
    margin: 0 0 20px 0;
    padding: 0 1%;
    transition: 0.43s;
    -webkit-transition: 0.43s;
    cursor: zoom-in;
    /*float: left;
    display: block;*/
/*
    position : relative;
    left : -50%;*/
}

.honors .honor div {
    font-size: 10pt;
}

.honors .honor img {
    transition: 0.6s linear;
    -webkit-transition: 0.6s;
    border: 2px solid #e6e6e6;
    margin-bottom: 10px;
}

.honors .honor:hover img {
    transform: scale(1.06);
}

.BMap_Marker div > img { animation-delay: 0ms; animation-duration: 2000ms; animation-iteration-count: infinite; animation-name: scales; animation-play-state: running; animation-timing-function: linear; }

@keyframes scales {
    0% { opacity: 0.2; transform: scale(0.6); }

    33% { opacity: 0.5; transform: scale(0.8); }

    66% { opacity: 1; transform: scale(1); }

    100% { opacity: 0.6; transform: scale(0.6); }
}
