@charset "utf-8";
/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: 爱企云：lijia xiong --*/
/*Tel：18565633435*/
/*QQ：897232289*/
/*html5*/

/*分享默认*/
.bshare-custom.icon-medium {
    font-size: 0;
    display: inline-block;
    margin: 5px 0 0 0;
}

.bshare-custom.icon-medium a {
    padding-left: 0px !important;
}

.bshare-custom a {
    margin: 0 !important;

}

.bshare-custom.icon-medium a:hover {
    text-decoration: none;
}

.bshare-custom a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bsBox {
    box-sizing: initial;
}

.bshare-custom.icon-medium .bshare-sinaminiblog, .bshare-custom.icon-medium .bshare-weixin, .bshare-custom.icon-medium .bshare-weixin, .bshare-custom.icon-medium .bshare-qqim, .bshare-custom.icon-medium .bshare-qzone {
    background: none !important;
}

/**/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

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

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'NEUTRAFACE2TEXT';
    src: url('/assets/fonts/NEUTRAFACE2TEXT-DEMI.svg'),
    url('/assets/fonts/NEUTRAFACE2TEXT-DEMI.ttf'),
    url('/assets/fonts/NEUTRAFACE2TEXT-DEMI.woff'),
    url('/assets/fonts/NEUTRAFACE2TEXT-DEMI.OTF');
}

.en {
    font-family: 'NEUTRAFACE2TEXT';
    text-transform: uppercase;
}

.text-en {
    text-transform: uppercase;
}

html, body {
    font-family: Arial, "Microsoft YaHei", "微软雅黑", Helvetica, sans-serif;
    position: relative;
    background: #fff;
    font-size: 14px;
    color: #1a1a1a;
    margin: 0 auto;
    display: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*默认样式*/
img {
    border: none;
    display: block;
    width: 100%;
}


div {
    display: block;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #1a1a1a;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -moz-outline-style: none;
    -webkit-outline-style: none;
}

a:link {
    text-decoration: none;
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

input, select, button, textarea {
    vertical-align: middle;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
}

textarea {
    resize: vertical;
}

/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

/*input高亮*/
.salient-input {
    border: 1px solid #ccc;
    padding: 7px 0 7px 5px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.salient-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #b3b3b3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

.page-lable-wrap {
    font-size: 0;
}

.page-lable-wrap span {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    position: relative;
}

.page-lable-wrap span a {
    padding: 10px 15px;
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #dedede;
    transition: all .7s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .7s cubic-bezier(.645, .045, .355, 1);
}

.page-lable-wrap .page-hover a {
    background: #1a96d5;
    color: #fff;
    border: 1px solid #1a96d5;
}

.page-lable-wrap span a:hover {
    background: #1a96d5;
    color: #fff;
    border: 1px solid #1a96d5;
}

.banner-box {
    background: #0061ae;
}

.banner-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin: 0 27px !important;
}

.banner-box .swiper-pagination-bullets {
    bottom: 50px !important;
}

.swiper-animation {
    opacity: 0;
}

.swiper-text-box .swiper-animation:nth-child(1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.swiper-text-box .swiper-animation:nth-child(2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.swiper-text-box .swiper-animation:nth-child(3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.swiper-text-box .swiper-animation:nth-child(4) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.swiper-text-box .swiper-animation:nth-child(5) {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.banner-box .swiper-pagination-bullet-active {
    background: #1a96d5 !important;
    opacity: 1 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

.cover {
    position: relative;
    height: 0;
    overflow: hidden;
}

.cover img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.inline {
    display: inline-block;
    vertical-align: top;
}

.center {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*!*滚动条整体部分，可以设置宽度等*!*/
/*::-webkit-scrollbar {*/
/*}*/

/*!*滚动条两端的按钮*!*/

/*::-webkit-scrollbar-button {*/
/*}*/

/*!*外层轨道*!*/
/*::-webkit-scrollbar-track {*/
/*}*/

/*!*内层滚动槽*!*/
/*::-webkit-scrollbar-track-piece {*/
/*}*/

/*!*滚动的滑块*!*/
/*::-webkit-scrollbar-thumb {*/
/*}*/

/*!*边角*!*/
/*::-webkit-scrollbar-corner {*/
/*}*/

/*!*定义右下角拖动块的样式*!*/
/*::-webkit-resizer {*/
/*}*/

.header_wrap {
    position: fixed;
    width: 100%;
    z-index: 19;
    height: 100px;
    padding: 0 0 0 258px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_wrap:hover {
    background: rgba(255, 255, 255, 1);
}

.header_wrap2 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    height: 80px;
}

.header_wrap2:hover {
    background: rgba(255, 255, 255, 1);
}

.header_wrap2 .header_li {
    line-height: 80px;
}

.header_wrap2 .header_li .pc_show a, .header_wrap:hover .header_li .pc_show a {
    color: #333333;
}

.header_wrap2 .pc_show .header_jt, .header_wrap:hover .pc_show .header_jt {
    color: #333333;
}

.header_wrap.header_wrap_22 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    height: 80px;
}

.header_wrap.header_wrap_22:hover {
    background: rgba(255, 255, 255, 1);
}

.header_wrap.header_wrap_22 .header_li {
    line-height: 80px;
}

.header_wrap.header_wrap_22 .header_li .pc_show a, .header_wrap.header_wrap_22:hover .header_li .pc_show a {
    color: #333333;
}

.header_wrap.header_wrap_22 .pc_show .header_jt, .header_wrap.header_wrap_22:hover .pc_show .header_jt {
    color: #333333;
}

.header_wrap .header_li .pc_show a:hover {
    color: #0061ae
}

.header_wrap2 .header_li .pc_show a:hover {
    color: #0061ae;
}

.header_wrap2 .header_logo {
    padding: 15px 0;
    width: 188px;
}

.header_wrap2 .header_language_icon, .header_wrap:hover .header_language_icon {
    color: #333333;
}

.header_wrap2 .header_language_text, .header_wrap:hover .header_language_text {
    color: #333333;
}

.header_wrap2 .header_language_bottom, .header_wrap:hover .header_language_bottom {
    color: #333333;
}

.header_wrap2 .header_language_box:after, .header_wrap:hover .header_language_box:after {
    background: #dedede;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_wrap2 .header_language_box:before, .header_wrap:hover .header_language_box:before {
    background: #dedede;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_wrap2 .header_search_icon,
.header_wrap:hover .header_search_icon {
    color: #333333;
}

.header_wrap2 .pc_show:hover .header_jt {
    color: #0061ae;
}

.header_wrap.header_wrap_22 .header_li .pc_show a:hover {
    color: #0061ae;
}

.header_wrap.header_wrap_22 .header_logo {
    padding: 15px 0;
    width: 188px;
}

.header_wrap.header_wrap_22 .header_language_icon {
    color: #333333;
}

.header_wrap.header_wrap_22 .header_language_text {
    color: #333333;
}

.header_wrap.header_wrap_22 .header_language_bottom {
    color: #333333;
}

.header_wrap.header_wrap_22 .header_language_box:after {
    background: #dedede;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_wrap.header_wrap_22 .header_language_box:before {
    background: #dedede;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header_wrap.header_wrap_22 .header_search_icon {
    color: #333333;
}

.header_wrap.header_wrap_22 .pc_show:hover .header_jt {
    color: #0061ae;
}

.header_wrap .pc_show:hover .header_jt {
    color: #0061ae;
}

.header_wrap2 .header_language_li {
    line-height: 40px;
}

.header_wrap.header_wrap_22 .header_language_li {
    line-height: 40px;
}

.header_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgba(235, 235, 235, .2);
}

.header_language_li:hover {
    background: #fff;
}

.header_logo {
    width: 228px;
    padding: 20px 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 30px;
    top: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_logo .code_text {
    position: absolute;
    left: -webkit-calc(100% + 30px);
    left: calc(100% + 30px);
    bottom: 20px;
    white-space: nowrap;
    color: #fff;
    line-height: 34px;

}

.header_logo .code_text .span1 {
    font-size: 14px;
    margin-right: 10px;
}

.header_logo .code_text .span2 {
    font-size: 16px;
}

.header_wrap.header_wrap2 .header_logo .code_text {
    color: #0061ae;
    bottom: 12px;
}

.header_wrap.header_wrap_22 .header_logo .code_text {
    color: #0061ae;
    bottom: 12px;
}

.header_wrap:hover .header_logo .code_text {
    color: #0061ae;
}

.is_search_box_wrap {
    padding-top: 100px;
}

.width-auto {
    width: 100%;
    padding: 0 200px;
    position: relative;
}

.header_img {
    padding-bottom: 26.5%;
}

.header_nav {
    height: 100%;
    font-size: 0;
    text-align: right;

}

.header_box {
    display: inline-block;
    position: relative;
}

.black-box {
    height: 100%;
}

.header_search_input {
    width: 300px;
    height: 50px;
    padding: 5px 90px 5px 0;
    margin: 25px -300px 25px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_search_click {
    margin: 25px 0 25px 0 !important;
}

.header_search_input input::placeholder {
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_wrap .header_search_input input::placeholder {
    color: #ffffff;
}

.header_wrap:hover .header_search_input input::placeholder {
    color: #999999 !important;
}

.header_wrap2 .header_search_input input::placeholder {
    color: #999999 !important;
}

.header_wrap2 .header_search_input {
    margin: 15px -300px 15px 0;
}

.header_wrap2 .header_search_click {
    margin: 15px 0 15px 0 !important;
}

.header_wrap.header_wrap_22 .header_search_input input::placeholder {
    color: #999999 !important;
}

.header_wrap.header_wrap_22 .header_search_input {
    margin: 15px -300px 15px 0;
}

.header_wrap.header_wrap_22 .header_search_click {
    margin: 15px 0 15px 0 !important;
}

.header_search_input input {
    padding: 0;
    width: 100%;
    line-height: 40px;
    font-size: 17px;
    color: #fff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_wrap:hover .header_search_input input {
    color: #333;
}

.header_wrap2 .header_search_input input {
    color: #333;
}

.header_wrap.header_wrap_22 .header_search_input input {
    color: #333;
}

.header_search_submit {
    height: 30px;
    line-height: 28px;
    width: 50px;
    position: absolute;
    right: 20px;
    top: 10px;
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    cursor: pointer;
}

.header_wrap:hover .header_search_submit {
    background: #0061ae;
    border: 1px solid #0061ae;
    color: #ffffff;
}

.header_wrap2 .header_search_submit {
    background: #0061ae;
    border: 1px solid #0061ae;
    color: #ffffff;
}

.header_wrap.header_wrap_22 .header_search_submit {
    background: #0061ae;
    border: 1px solid #0061ae;
    color: #ffffff;
}

.header_ul {
    display: inline-block;
    vertical-align: top;
}

.header_li {
    padding: 0 40px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    text-align: center;
    line-height: 100px;
}

.header_li .pc_show a {
    color: #ffffff;
    display: block;
    font-size: 17px;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_down_li a:hover {
    color: #0061ae !important;
}

.header_service_icon {
    position: relative;
    display: inline-block;
    color: #4c4c4c;
}

.header_service_icon:after {
    content: "\e685";
    position: absolute;
    left: 5px;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.header_service_icon:before {
    content: "\e685";
    position: absolute;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.header_down_button a:hover .header_service_icon:after {
    opacity: 0;
    left: 10px;
    color: #0061ae;
}

.header_down_button a:hover .header_service_icon:before {
    left: 5px;
    opacity: 1;
    color: #0061ae;
}

/*.header_down_button a span {*/
/*-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);*/
/*transition: all .3s cubic-bezier(.645, .045, .355, 1);*/
/*opacity: 0;*/
/*}*/

/*.header_down_button a:hover span {*/
/*opacity: 1;*/
/*-webkit-transform: translateX(5px);*/
/*transform: translateX(5px);*/
/*color: #0061ae;*/
/*}*/

.header_down_more a span {
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
}

.header_down_more a:hover span {
    opacity: 1;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    color: #0061ae;
}

.header_down_li a span {
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
}

.header_down_li a:hover span {
    opacity: 1;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    color: #0061ae;
}

.header_li .pc_show:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 50%;
    width: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #0061ae;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_li .pc_show:hover:after {
    width: 100%;
}

.pc_show {
    display: block;
    position: relative;
}

.pc_show .header_jt {
    font-size: 14px;
    height: auto;
    line-height: initial !important;
    color: #ffffff;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pc_show:hover .header_jt {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.m_show {
    display: none;
}

.header_language_wrap {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
}

.banner-box {
    height: -webkit-calc(100vh);
    height: calc(100vh);
}

.banner_img {
    height: 100%;
}

.header_language_box {
    padding: 0 26px;
    line-height: 100px;
    position: relative;
    z-index: 2;
}

.header_wrap2 .header_language_box {
    line-height: 80px;
}

.header_wrap.header_wrap_22 .header_language_box {
    line-height: 80px;
}

.header_language_box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(235, 235, 235, .2);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_language_list {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    display: block;
    opacity: 1;
    background: rgba(255, 255, 255, .8);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_wrap2 .header_language_list {
    top: 80px;
}

.header_wrap.header_wrap_22 .header_language_list {
    top: 80px;
}

.header_language_ul {
    display: none;
}

.header_language_li {
    color: #333333;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_language_li a {
    font-size: 16px;
}

.header_search_box {
    line-height: 100px;
    position: relative;
}

.header_search_box:hover .header_search_icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.header_wrap2 .header_search_box {
    line-height: 80px;
}

.header_wrap.header_wrap_22 .header_search_box {
    line-height: 80px;
}

.header_language_box:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(235, 235, 235, .2);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_language_text {
    font-size: 17px;
    color: #ffffff;
    padding: 0 10px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_language_icon {
    font-size: 24px !important;
    color: #ffffff;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_language_bottom {
    color: #ffffff;
    font-size: 12px !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_search_wrap {
    display: inline-block;
    cursor: pointer;

}

.header_search_icon {
    margin: 0 34px;
    color: #ffffff;
    font-size: 22px !important;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
}

.header_search_hide {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_search_hide:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 0;
    width: 22px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_search_hide:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -11px;
    width: 22px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.header_wrap:hover .header_search_hide:after {
    background: #333;
}

.header_wrap:hover .header_search_hide:before {
    background: #333;
}

.header_wrap2 .header_search_hide:after {
    background: #333;
}

.header_wrap.header_wrap_22 .header_search_hide:before {
    background: #333;
}


.header_wrap2 .header_search_hide:before {
    background: #333;
}

.header_wrap.header_wrap_22 .header_search_hide:after {
    background: #333;
}

.header_scale_show .iconsousuo {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;

}

.header_scale_show .header_search_hide {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.header_down_list {
    position: fixed;
    display: none;
    width: 100%;
    left: 0;
    background: #f2f4f5;
    font-size: 0;
    padding-right: 30%;
}

.header_down_left {
    padding: 80px 0;
    text-align: right;
    width: 100%;
}

.header_down_right {
    padding: 80px 0;
    width: 30%;
    height: 100%;
    background: #ebedf0;
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
}

.header_down_left .header_down_box {
    margin-right: 150px;
    text-align: left;
}

.header_down_right .header_down_box {
    margin-left: 60px;
    text-align: left;
}

.header_down_left .header_down_ul {
    max-height: 160px;
}

.header_down_right .header_down_ul {
    min-height: 160px;
    max-height: 160px;
    overflow: hidden;
}

.header_down_title {
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}

.header_down_ul {
    margin-top: 20px;
    line-height: initial !important;
}

.header_down_li {
    height: 40px;
    display: block;
}

.header_down_li a {
    font-size: 16px !important;
    color: #4c4c4c !important;
    line-height: 40px;
    display: inline-block !important;
}

.header_down_more {
    height: 40px;
}

.header_down_more a {
    display: inline-block !important;
    line-height: 40px;
    vertical-align: top;
    color: #0061ae !important;
}

.header_down_button {
    height: 40px;
    font-size: 0;
}

.header_down_button a {
    display: inline-block !important;
    line-height: 40px;
    vertical-align: top;
    font-size: 0 !important;

}

.header_down_button .header_span:nth-child(1) {
    color: #4c4c4c !important;
}

.header_down_button .header_span {
    font-size: 16px;
    color: #0061ae !important;
}

.header_down_button .header_span:nth-child(3) {
    font-size: 14px;
    padding-left: 5px;
}

.banner-box .swiper-pagination-bullet-active {
    background: none !important;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination-bullet-active:after {
    background: rgba(0, 0, 0, .1) !important;
    border: 1px solid #fff !important;
    width: 11px !important;
    height: 11px !important;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-container-horizontal > .banner-box .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px !important;
}

.banner-box .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: rgba(0, 0, 0, .1);
    opacity: 1 !important;
    position: relative;
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination-clickable .swiper-pagination-bullet:first-child:before {
    display: none;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination-clickable .swiper-pagination-bullet:before {
    width: 50px;
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    right: 19px;
    top: 8px;
}

.banner-box .swiper-pagination-clickable .swiper-pagination-bullet:after {
    border: 1px solid #fff !important;
    background: #fff;
    content: "";
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    position: absolute;
    border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.banner-box .swiper-pagination {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_title {
    font-size: 58px;
    color: #ffffff;
}

.banner_en {
    font-size: 32px;
    color: #ffffff;
    text-transform: uppercase;
}

.banner_text {
    font-size: 30px;
    color: #ffffff;
    padding-top: 30px;
}

.banner_button {
    margin-top: 60px;
    font-size: 0;
    background: #ffffff;
}

.banner_button a {
    display: block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_button_text {
    position: relative;
    z-index: 1;
    color: #333333;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_button_text span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.banner_button_text span:nth-child(1) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.banner_button_text span:nth-child(2) {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}

.banner_button a:hover .banner_button_text span:nth-child(1) {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}

.banner_button a:hover .banner_button_text span:nth-child(2) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.banner_button a:hover .banner_icon span:after {
    -webkit-transform: translateX(-50%) translateX(0);
    transform: translateX(-50%) translateX(0);
    opacity: 1;
}

.banner_button a:hover .banner_icon span:before {
    -webkit-transform: translateX(-50%) translateX(8px);
    transform: translateX(-50%) translateX(8px);
    opacity: 0;
}

.banner_button_title {
    width: 170px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner_button_title:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_icon {
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #0061ae;
}

.banner_icon span {
    color: #ffffff;
    display: block;
    position: relative;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_icon span:after {
    content: "\e685";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-8px);
    transform: translateX(-50%) translateX(-8px);
    opacity: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_icon span:before {
    content: "\e685";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.business_index_list {
    font-size: 0;
    z-index: 9;
    position: relative;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    background: #ffffff;
}

.business_index_box {
    width: calc(100%/3);
    text-align: center;
    position: relative;
    padding: 1px 2px 1px 1px;
}

.business_index_box:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
}

.business_index_box a {
    display: block;
    position: relative;
    padding: 40px 0 20px 0;
}

.business_index_box a:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.business_index_icon {
    font-size: 96px;
    height: 100px;
    line-height: 100px;
    color: #b3b3b3;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.business_index_title {
    font-size: 22px;
    color: #333333;
    padding-top: 0px;
    line-height: 60px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.business_index_text {
    color: #999999;
    font-size: 13px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.iconzidonghuashebeipeijian {
    font-size: 110px;
}

.business_index_box:hover .business_index_icon {
    color: #0061ae;
}

.business_index_box:hover .business_index_title {
    color: #0061ae;
}

.business_index_box:hover .business_index_text {
    color: #666666;
}

.business_index_box:hover a:before {
    width: 100%;
}

.top_transform {
    -webkit-transform: translateY(-133px) !important;
    transform: translateY(-133px) !important;
    animation-delay: 500ms !important;
    -webkit-animation-delay: 500ms !important;
}

.index_title_box {
    text-align: center;
    padding-bottom: 22px;
    position: relative;
}

.index_title_box .index_title_span {
    position: absolute;
    bottom: 0;
    width: 44px;
    height: 2px;
    background: #0061ae;
    left: 50%;
    margin-left: -22px;
}

.index_title_en {
    font-size: 58px;
}

.index_title_cn {
    font-size: 32px;
}

.faq_tab_wrap {
    padding: 60px 0 150px 0;
}

.faq_tab_li {
    font-size: 0;
}

.faq_tab_span {
    width: 14.2857142%;
    background: #616466;
    text-align: center;
    line-height: 70px;
    height: 70px;
    font-size: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    cursor: pointer;
}

.faq_hover {
    background: #0061ae;
}

.faq_tab_span:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border-top: 7px solid #616466;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_hover:before {
    bottom: -7px;
    border-top: 7px solid #0061ae;
}

.faq_tab_span:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px dashed #818385;
}

.faq_tab_span:first-child:after {
    display: none;
}

.faq_tab_icon {
    color: #ffffff;
    font-size: 30px;
}

.faq_tab_title {
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
}

.icondianchi1 {
    font-size: 25px;
}

.iconcar_hy {
    font-size: 45px;
}

.iconyiliaojiankang {
    font-size: 32px;
}

.iconwuliudaiqujian {
    font-size: 25px;
}

.faq_read_img {

}

.faq_read_img a {
    display: block;
    padding-bottom: 79.83%;
}

.faq_read_img a img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_read_img:hover a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.faq_tab_box {
    position: relative;
    margin-top: 60px;
}

.faq_read_li:nth-child(1) {
    position: relative;
}

.faq_read_li {
    font-size: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_current {
    z-index: 9;
    opacity: 1;
}

.faq_read_left {
    width: 40%;
}

.faq_read_right {
    width: 60%;
    padding-left: 80px;
}

.faq_read_title {
    font-size: 30px;
    line-height: 35px;
    height: 35px;
    font-weight: bold;
    overflow: hidden;
    margin-top: 20px;
    padding-left: 21px;
    position: relative;
}

.faq_read_title:after {
    content: "";
    position: absolute;
    left: 0;
    background: #333333;
    width: 6px;
    height: 31px;
    top: 2px;
}

.faq_read_text {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin: 15px 0 30px 0;
}

.faq_lable {
    font-size: 0;
    padding-right: 10px;
}

.faq_lable span {
    font-size: 16px;
}

.faq_lable .iconduigou {
    color: #f39910;
    padding-right: 5px;
    font-size: 22px;
}

.faq_read_box {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    height: 210px;
    overflow: hidden;
}

.faq_read_button {
    padding-top: 60px;
}

.faq_button_li {
    width: 150px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    position: relative;
    text-align: center;
}

.faq_button_li a {
    font-size: 16px;
    display: block;
    position: relative;
}

.faq_button_white a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #4d4d4d;
}

.faq_button_white a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #4d4d4d;
}

.faq_button_white:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #4d4d4d;
    z-index: 2;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_white:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #4d4d4d;

}

.faq_button_white a {
    position: relative;
    z-index: 3;
    color: #4d4d4d;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_white:hover:after {
    width: 100%;
}

.faq_button_white:hover a {
    color: #ffffff;
}

.faq_button_black {
    margin-left: 20px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_black a {
    color: #ffffff;
    position: relative;
    z-index: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_black:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_black:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4d4d4d;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_black a span {
    padding-left: 8px;
    line-height: 52px;
    position: relative;
    top: -50%;
    font-size: 12px;
}

.faq_button_black a span:after {
    content: "\e685";
    position: absolute;
    opacity: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_black a span:before {
    content: "\e685";
    position: absolute;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    opacity: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.faq_button_black:hover:after {
    width: 100%;

}

.faq_button_black:hover a span:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.faq_button_black:hover a span:after {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: 0;
}

.about_kr_wrap {
    position: relative;
    overflow: hidden;
}

.bout_kr_img {
    padding-bottom: 43.75%;
}

.about_kr_box {
    width: 100%;
}

.index_title_white {
    color: #ffffff;
}

.index_title_white .index_title_span {
    background: #ffffff !important;
}

.about_kr_read {
    padding: 0 140px;
    text-align: center;
}

.about_kr_text {
    padding-top: 50px;
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
}

.ScaleInfinite {
    -webkit-animation: ScaleInfinite 16s linear infinite normal both;
    animation: ScaleInfinite 16s linear infinite normal both;
}

@-webkit-keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.about_kr_button {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-top: 30px;
}

.about_kr_button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, .2);
}

.about_kr_button:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, .2);
}

.about_kr_a {
    width: 148px;
    height: 46px;
    position: relative;
    padding: 1px;
}

.about_kr_a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .2);
}

.about_kr_a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .2);
}

.about_kr_a a {
    display: block;
    line-height: 42px;
    background: rgba(0, 0, 0, .2);
    font-size: 18px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    color: #ffffff;
}

.about_kr_a a:hover {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .4);
}

.about_kr_a a span {
    display: inline-block;
    padding-left: 5px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_kr_a a:hover span {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.bout_kr_number {
    font-size: 0;
    color: #ffffff;
    margin-top: 60px;
}

.about_number_li {
    width: 33.33%;
    position: relative;
}

.about_number_li:after {
    content: "";
    width: 1px;
    height: 60%;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    right: 0;
    top: 20%;
}

.about_number_li:nth-child(3):after {
    display: none;
}

.about_number_span {
    font-size: 100px;
    font-family: Impact, "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
}

.about_number_icon {
    font-size: 30px;
    position: relative;
    top: 5px;
}

.about_number_read {
    font-size: 18px;
}

.index_pd {
    padding: 150px 0;
}

.core_index_box {
    font-size: 0;
    position: relative;
    margin: 60px 0 0 0;
}

.core_index_after {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -5px;
    background: #0061ae;
    width: 20%;
    height: 100%;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_index_ul {
    position: relative;
    z-index: 3;
}

.hide_button {
    display: none;
}

.core_index_li {
    width: 20%;
    text-align: center;
    padding: 60px 0;
    position: relative;
    outline: none;
}

.core_index_light {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.core_index_light .core_index_span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 100%;
    width: 20%;
}

.core_index_light .core_index_span span {
    display: block;
    height: 100%;
    position: relative;
}

.core_index_light .core_index_span span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ebebeb;
    height: 1px;
    width: 100%;
    z-index: 1;
    transition: all .6s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s .3s cubic-bezier(.645, .045, .355, 1);
}

.core_index_light .core_index_span span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ebebeb;
    height: 1px;
    width: 100%;
    z-index: 1;
    transition: all .6s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s .3s cubic-bezier(.645, .045, .355, 1);
}

.core_index_light .core_index_span:after {
    content: "";
    background: #ebebeb;
    top: 0;
    left: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    transition: all .6s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s .3s cubic-bezier(.645, .045, .355, 1);
}

.core_index_light .core_index_span:last-child:before {
    content: "";
    background: #ebebeb;
    top: 0;
    right: 0;
    position: absolute;
    width: 1px;
    height: 100%;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_index_icon {
    font-size: 70px;
    height: 90px;
    line-height: 90px;
    color: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.icontubiao- {
    font-size: 84px !important;
}

.core_index_title {
    position: relative;
    font-size: 22px;
    padding: 20px 0;
    color: #1a1a1a;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_index_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_index_text {
    padding-top: 15px;
    font-size: 16px;
    line-height: 36px;
    color: #999999;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_index_hover .core_index_icon, .core_index_hover .core_index_title, .core_index_hover .core_index_text {
    color: #ffffff;
}

.core_index_hover .core_index_title:after {
    background: #ffffff;
}

.span_index_hover:after {
    opacity: 0;
}

.span_index_hover span:after {
    opacity: 0;
}

.span_index_hover span:before {
    opacity: 0;
}

.banner_index_wrap {
    position: relative;
}

.banner_index_img {
    padding-bottom: 35.41%;
}

.banner_index_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 97, 174, .4);
}

.banner_index_read {
    text-align: center;
    color: #ffffff;
}

.banner_index_title {
    font-size: 52px;
}

.banner_index_text {
    font-size: 40px;
    padding-top: 20px;
}

.news_index_box {
    padding-top: 60px;
}

.news_index_box .swiper-slide {
    width: 47%;
    margin-right: 6%;
}

.news_index_box .swiper-slide:nth-child(2n) {
    margin-right: 0;
}

.news_index_img a {
    display: block;
    height: 0;
    padding-bottom: 49.3%;
}

.news_index_img a img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_title {
    padding: 30px 0 20px 0;

}

.news_index_box .swiper-slide:hover .news_index_img a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_index_box .swiper-slide:hover .news_index_title a {
    color: #0061ae;
}

.news_index_title a {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_text {
    font-size: 15px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #9e9da6;
}

.news_index_button {
    width: 150px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    position: relative;
    text-align: center;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    margin: 50px auto 0;
}

.news_index_button a {
    font-size: 18px;
    display: block;
    position: relative;
    color: #ffffff;
    z-index: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_button span {
    position: relative;
    font-size: 12px;
    padding-left: 18px;
}

.news_index_button span:after {
    content: "\e685";
    position: absolute;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_button span:before {
    content: "\e685";
    position: absolute;
    opacity: 0;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4d4d4d;

    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_index_button:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.news_index_button:hover:after {
    width: 100%;
}

.news_index_button:hover span:after {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    opacity: 0;
}

.news_index_button:hover span:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.footer_nav {
    background: #f2f2f2;
    padding: 70px 0 40px 0;
    font-size: 0;
}

.footer_list {
    width: 16.8%;
    display: inline-block;
    vertical-align: top;
    margin: 0 4% 30px 0;
}

.footer_list:nth-child(5n) {
    margin-right: 0;
}

.footer_double_list {
    width: 37.6%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
}

.footer_title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}

.footer_title span {
    padding-left: 10px;
}

.footer_ul {
    padding-top: 10px;
}

.footer_li a {
    font-size: 18px;
    line-height: 40px;
    color: #666666;
    display: block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer_li a:hover {
    color: #0061ae;
}

.footer_share {
    line-height: 40px;
    font-size: 30px;
    margin-right: 40px;
    color: #484848;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer_share:hover {
    color: #0061ae;
}

.footer_share:last-child {
    margin-right: 0;
}

.footer_ul .icontw {
    font-size: 25px;
}

.footer_ul .iconyoutube {
    font-size: 26px;
}

.footer_black {
    height: 82px;
    line-height: 82px;
    background: #202426;
}

.footer_bq {
    color: #777c80;
    font-size: 0;
}

.footer_left {
    width: 80%;
    font-size: 14px;
}

.footer_left a {
    color: #777c80;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer_left a:hover {
    color: #ffffff;
}

.footer_right {
    width: 20%;
    text-align: right;
    font-size: 14px;
}

.footer_right a {
    color: #777c80;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.footer_right a:hover {
    color: #ffffff;
}

.footer_list:nth-child(5n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.footer_list:nth-child(5n+2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.footer_list:nth-child(5n+3) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.footer_list:nth-child(5n+4) {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.footer_list:nth-child(5n) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.footer_double_list {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.page_banner_wrap {
    position: relative;
}

.page_banner_img {
    padding-bottom: 35.41666%;
}

.page_banner_title {
    font-size: 38px;
    color: #ffffff;
}

.page_banner_text {
    font-size: 40px;
    color: #ffffff;
    padding-top: 5px;
}

.navigation_wrap {
    height: 80px;
}

.navigation_list {
    position: static;
    background: #fafafa;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.navigation_fixed {
    position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
}

.navigation_bottom {
    top: 80px !important;
}

.navigation_ul {
    text-align: center;
    font-size: 0;
}

.navigation_li {
    line-height: 80px;
    height: 80px;
    position: relative;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.navigation_li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 2px;
    background: #4c4c4c;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navigation_li:last-child:after {
    display: none;
}

.navigation_li a {
    font-size: 18px;
    color: #4c4c4c;
    margin: 0 43px;
    display: inline-block;
    position: relative;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.navigation_li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #0061ae;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 2px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.navigation_hover a {
    color: #0061ae;
}

.navigation_hover a:after {
    width: 100%;
}

@media screen and (min-width: 1201px) {
    .navigation_li:hover a {
        color: #0061ae;
    }

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

    .faq_index_wap {
        display: none;
    }
}


.about_page {

}

.about_title_wrap {
    text-align: center;
}

.about_en_title {
    font-size: 58px;
    color: #1a1a1a;
    line-height: 58px;
}

.about_cn_title {
    font-size: 32px;
    line-height: 36px;
    color: #1a1a1a;
}

.about_box_index1 {
    padding: 150px 0 0 0;
}

.about_read_wrap {
    font-size: 16px;
    line-height: 34px;
    height: 204px;
    overflow: hidden;
    color: #808080;
    text-align: center;
    margin: 55px 0 0 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.max_height {
    height: auto !important;
}

.about_button_wrap {
    text-align: center;
}

.about_button_box {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    color: #808080;
    position: relative;
    cursor: pointer;
    margin: 50px 0 0 0;
}

.about_button_box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #cccccc;
}

.about_button_box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #cccccc;
}

.about_button_bottom {
    display: block;
    position: relative;
    height: 100%;
}

.about_button_bottom:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #0061ae;
    z-index: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_button_read {
    display: block;
    height: 100%;
    position: relative;
    z-index: 3;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_button_read:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #cccccc;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_button_read:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #cccccc;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_button_box:hover .about_button_bottom:after {
    height: 100%;
}

.about_button_box:hover .about_button_read:after {
    background: #0061ae;
}

.about_button_box:hover .about_button_read:before {
    background: #0061ae;
}

.about_button_box:hover .about_button_read {
    color: #ffffff;
}

.about_button_icon {
    font-size: 14px;
    padding-left: 5px;
}

.about_culture_wrap {
    font-size: 0;
    padding-top: 70px;
}

.about_culture_list {
    width: 30.6667%;
    margin: 0 4% 0 0;
    text-align: center;
}

.about_culture_list:nth-child(1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.about_culture_list:nth-child(2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.about_culture_list:nth-child(3n) {
    margin: 0 0 0 0;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.about_culture_icon {
    font-size: 130px;
    color: #666666;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_culture_title {
    margin: 40px 0 20px 0;
    color: #333333;
    font-size: 28px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_culture_text {
    color: #808080;
    font-size: 16px;
    line-height: 32px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_culture_list:hover .about_culture_title {
    color: #0061ae;
}

.about_culture_list:hover .about_culture_text {
    color: #333333;
}

.about_culture_list:hover .about_culture_icon {
    color: #0061ae;
    /*-webkit-transform: rotateY(360deg);*/
    /*transform: rotateY(360deg);*/
}

.about_swiper_img {
    padding-bottom: 40.625%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.about_box_index3 {
    position: relative;
    overflow: hidden;
}

.about_box_index3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 97, 174, .66);
    z-index: 2;
}

.about_box_index3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333;
}

.about_swiper_wrap {
    z-index: 3;
}

.about_title_white .about_en_title {
    color: #fff !important;
}

.about_title_white .about_cn_title {
    color: #fff !important;
}

.about_swiper_read .swiper-slide {
    padding: 0 60px;
}

.about_swiper_time {
    font-size: 38px;
    color: #ffffff;
    font-family: Impact, "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
}

.about_swiper_text {
    line-height: 30px;
    font-size: 17px;
    color: #ffffff;
}

.about_swiper_icon {
    padding: 5px;
    background: rgba(255, 255, 255, .2);
    width: 23px;
    height: 23px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 20px 0 20px 0;
    position: relative;
}

.about_swiper_read .swiper-slide:hover .about_swiper_icon:after {
    -webkit-animation: about_scale 2.4s linear 0s infinite normal both;
    animation: about_scale 2.4s linear 0s infinite normal both;
}

.about_swiper_read .swiper-slide:hover .about_swiper_icon:before {
    -webkit-animation: about_scale 2.4s linear .6s infinite normal both;
    animation: about_scale 2.4s linear .6s infinite normal both;
}

.about_swiper_read .swiper-slide:hover .about_swiper_light:after {
    -webkit-animation: about_scale 2.4s linear 1.5s infinite normal both;
    animation: about_scale 2.4s linear 1.5s infinite normal both;
}

@-webkit-keyframes about_scale {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .5;
    }

    50% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: .1;
    }

    75% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

}

@keyframes about_scale {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .5;
    }

    50% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: .1;
    }

    75% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.about_swiper_light:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    opacity: 0;
}

.about_swiper_icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    opacity: 0;
}

.about_swiper_icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    opacity: 0;
}

.about_swiper_light {
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;

}

.about_swiper_box {
    position: relative;
    margin: 90px 0;
}

.about_swiper_box:after {
    position: absolute;
    content: "";
    height: 1px;
    background: rgba(255, 255, 255, .2);
    width: 100%;
    top: 74px;
}

.about_swiper_list {
    position: relative;

}

.swiper_icon_prev {
    display: inline-block;
    font-size: 38px;
    color: #ffffff;
    position: absolute;
    left: -8px;
    top: 56px;
    z-index: 9;
    cursor: pointer;
    outline: none;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper_icon_next {
    display: inline-block;
    font-size: 38px;
    color: #ffffff;
    position: absolute;
    right: -8px;
    top: 56px;
    z-index: 9;
    cursor: pointer;
    outline: none;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_swiper_list .swiper-button-disabled {
    opacity: .5;
}

.about_title_text {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 20px 200px 0 200px;
}

.about_img_list {
    font-size: 0;
    padding-top: 70px;
}

.about_img_li {

    width: 30.6667%;
    margin: 0 4% 0 0;
}

.about_img_li:nth-child(3n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.about_img_li:nth-child(3n+2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.about_img_li:nth-child(3n) {
    margin: 0 0 0 0;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.about_img_box {
    padding-bottom: 64.38%;
}

.about_img_box img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_img_li:hover .about_img_box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about_img_read {
    padding: 30px;
    background: #ffffff;
}

.about_img_title {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 10px;
}

.about_img_text {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #999999;
}

.about_box_index4 {
    background: #f2f2f2;
}

.about_news_wrap {
    font-size: 0;
}

.about_news_list {
    width: 47%;
    margin: 70px 6% 0 0;
    position: relative;
    font-size: 0;

}

.about_news_list:nth-child(2n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.about_news_list:nth-child(2n) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
    width: 47%;
    margin: 70px 0 0 0;
}

.about_news_left {
    width: 42%;
}

.about_news_img {

}

.about_news_img a {
    display: block;
    padding-bottom: 50%;
}

.about_news_img a img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_news_right {
    width: 58%;
    padding-left: 30px;
    height: 100%;
    position: absolute;
}

.about_news_text {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #9e9da6;
}

.about_news_title {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.about_news_title a {
    color: #333333;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.about_news_list:hover .about_news_img a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.about_news_list:hover .about_news_title a {
    color: #0061ae;
}

.return_top {
    width: 60px;
    height: 0;
    text-align: center;
    line-height: 60px;
    background: #202426;
    position: fixed;
    z-index: 9;
    right: 10px;
    bottom: 92px;
    cursor: pointer;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.return_top:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.return_top:hover:after {
    height: 100%;

}

.return_top span {
    opacity: 0;
    color: #ffffff;
    position: relative;
    z-index: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.return_top span {
    opacity: 0;
}

.top_show {
    height: 60px;
}

.top_show span {
    opacity: 1;
}

.about_video_wrap {
    margin: 70px 0 0 0;
    position: relative;
}

.about_video_wrap:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 91, 174, .7);
}

.about_video_box {
    padding-bottom: 23.958333%;
    height: 0;
    position: relative;
}

.about_video_box video {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about_video_read {
    text-align: center;
    z-index: 1;
}

.about_video_title {
    font-size: 40px;
    color: #ffffff;
}

.about_video_text {
    color: #ffffff;
    font-size: 30px;
    padding: 20px 0;
}

.about_video_button {
    display: inline-block;
    font-size: 67px;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}


.about_video_button:hover {
    /*-webkit-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
}

.page_content_box {
    padding: 70px 0;
}

.page_content_title {
    font-size: 28px;
    line-height: 34px;
    color: #1a1a1a;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 40px 0;
}

.page_content_title:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: #000000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page_content_bjq {
    padding: 0 120px;
    font-size: 16px;
    line-height: 34px;
    color: #808080;
}

.page_content_bjq img {
    text-align: center;
    display: inline-block;
    max-width: 100%;
    width: auto;
    padding: 30px 0;
}

.page_content_bjq h1 {
    font-size: 26px;
}

.page_content_bjq h2 {
    font-size: 22px;
    font-weight: normal;
}

.page_content_bjq h3 {
    font-size: 20px;
}

.page_content_bjq h4 {
    font-size: 28px;
}

.devices_list_box {
    background: #ededed;
}

.devices_ul {
    font-size: 0;
}

.devices_li {
    display: inline-block;
    vertical-align: top;
    width: 30.6667%;
    margin: 4% 4% 0 0;
    cursor: pointer;
}

.devices_li, .devices_li:hover {
    text-decoration: none;
}

.devices_faq .devices_li .devices_title {
    background: rgba(0, 97, 174, .05);
}

.devices_li:nth-child(3n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.devices_li:nth-child(3n+2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.devices_li:nth-child(3n) {
    margin: 4% 0 0 0;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.devices_li .devices_img {
    padding-bottom: 62.5%;
    height: 0;
    position: relative;
}

/*.devices_li .devices_img:after {*/
/*content: "";*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*top: -100%;*/
/*left: -100%;*/
/*background: rgba(0, 94, 174, .05);*/
/*transition: all .6s cubic-bezier(.645, .045, .355, 1);*/
/*-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);*/
/*}*/

/*.devices_li .devices_img:before {*/
/*content: "";*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*bottom: -100%;*/
/*right: -100%;*/
/*background: rgba(0, 94, 174, .05);*/
/*z-index: 1;*/
/*transition: all .6s cubic-bezier(.645, .045, .355, 1);*/
/*-webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);*/
/*}*/

.devices_title {
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: #ffffff;
    font-size: 18px;
    color: #333333;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.devices_black {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 60px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.devices_black:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);

}

.devices_li:hover .devices_title {
    background: #0061ae;
    color: #ffffff;
}

.devices_li:hover .devices_black {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.devices_li:hover .devices_black:before {
    -webkit-filter: blur(0);
    filter: blur(0);
}

/*.devices_li:hover .devices_img:after {*/
/*top: 0;*/
/*left: 0;*/
/*}*/

/*.devices_li:hover .devices_img:before {*/
/*bottom: 0;*/
/*right: 0;*/
/*}*/

.devices_pop_wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 999;
    display: none;
}

.device_pop_box {
    width: 1120px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.device_pop_title {
    font-size: 26px;
    line-height: 90px;
    color: #ffffff;
    background: #0061ae;
    padding-left: 50px;
}

.device_pop_read {
    font-size: 0;
    background: #ffffff;
}

.device_pop_span {
    width: 50%;
    overflow: auto;

}

#devices_pop_wrap .device_pop_read .device_pop_span:nth-child(2) {
    height: 350px;
}

.device_pop_img {
    padding-bottom: 62.5%;
    height: 0;
}

.device_pop_text {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding: 40px;
    min-height: 350px;
}

.devices_pop_button {
    background: #ffffff;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    right: -23px;
    top: -23px;
    cursor: pointer;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.devices_pop_button:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.devices_pop_button:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #0061ae;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.devices_pop_button:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #0061ae;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.device_top {
    margin-top: 15px;
}

.devices_business_button {
    width: 150px;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    position: relative;
    text-align: center;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    margin: 50px auto 0;

}

.devices_business_button a {
    font-size: 16px;
    display: block;
    position: relative;
    color: #ffffff;
    z-index: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.devices_business_button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f39910;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.devices_business_button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4d4d4d;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.devices_business_button:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.devices_business_button:hover:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.devices_business_button:hover:after {
    width: 100%;
}

.devices_business_button:hover a .iconyou {
    -webkit-animation: buttonLeft 1s infinite normal both;
    animation: buttonLeft 1s infinite normal both;
}

.devices_business_button a .iconyou {
    padding-left: 5px;
    line-height: 50px;
    position: relative;
    top: -50%;
    font-size: 12px;
}

.devices_business_button:hover a {
    color: #ffffff;
}

.faq_bjq_title {
    padding-bottom: 50px;
    position: relative;
}

.faq_bjq_title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #dedede;
}

.faq_page_wrap {
    padding: 20px 0 90px 0;
}

.faq_bjq_wrap {
    padding: 100px 0 150px 0;
}

.faq_content_li {
    font-size: 0;
    padding: 60px 0 61px 0;
    position: relative;
}

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

.about_page:last-child .faq_content_li:after {
    display: none;
}

.faq_content_left {
    width: 40%;
}

.faq_content_img {
    display: block;
    padding-bottom: 79.83%;
}

.faq_content_right {
    width: 60%;
    padding-left: 80px;
}

.faq_content_title {
    line-height: 90px;
    font-size: 0;
    padding-bottom: 20px;
}

.faq_title_left {
    width: 35%;

}

.faq_title_left a {
    font-size: 0;
}

.faq_title_left .faq_title_text {
    font-size: 30px;
}

.faq_title_left a .faq_title_icon {
    font-size: 32px;
    padding-right: 10px;
    vertical-align: top;
    display: inline-block;
}

.faq_title_left a .icondianchi1 {
    font-size: 27px;
}

.faq_title_left a .iconcar_hy {
    font-size: 47px;
}

.faq_title_left a .iconcar_hy:before {
    top: 2px;
    position: relative;
}

.faq_title_left a .iconyiliaojiankang {
    font-size: 36px;
}

.faq_title_left a .iconyiliaojiankang:before {
    top: 3px;
    position: relative;
}

.faq_title_left a .iconyiliaojiankang:before {
    top: 3px;
    position: relative;
}

.faq_title_left a .iconcloud-disk:before {
    top: 3px;
    position: relative;
}

.faq_title_right {
    width: 65%;
    text-align: right;
}

.faq_read_icon {
    font-size: 16px;
    color: #666666;
}

.faq_read_icon .faq_lable {
    font-size: 0;
    padding-right: 10px;
}

.faq_read_icon .faq_lable span {
    font-size: 16px;
}

.faq_read_icon .faq_lable .iconduigou {
    color: #f39910;
    padding: 0 5px 0 20px;
    font-size: 22px;
}

.article_wrap {
    position: relative;
    z-index: 1;
    padding: 0 0 150px 0;
}

.article_box {
    padding: 80px 0;
    position: relative;
    z-index: 10;
}

.article_title {
    font-size: 32px;
    line-height: 34px;
    color: #1a1a1a;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
}

.article_text {
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    text-align: center;
}

.article_list_li {
    font-size: 0;
    padding: 100px 0;
    position: relative;
}

.article_list_li:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.article_list_li:first-child {
    padding: 0 0 100px 0;
}

.article_list_li:last-child {
    padding: 100px 0 0 0;
}

.article_list_li:last-child:after {
    display: none;
}

.article_box_read {
    width: 48%;
    margin: 0 4% 0 0;
}

.article_box_read:nth-child(2n) {
    margin: 0;
}

.article_box_title {
    font-size: 36px;
    position: relative;
    padding: 20px 0 20px 0;
    margin: 0 0 20px 0;
}

.article_box_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 40px;
    background: #0576bb;
}

.article_box_text {
    font-size: 16px;
    line-height: 34px;
    color: #808080;
}

.article_img {
    padding-bottom: 62.1%;
}

.article_pi_wrap {
    position: relative;
    z-index: 9;
}

.article_pi_box {
    width: 660px;
    height: 660px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.article_pi_max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 9;
}

.article_pi_max:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f9f9f9;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.article_pi_min {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 3;
}

.article_text_ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article_text_li {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

.article_text_li:nth-child(1) {
    position: absolute;
    top: -8%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.article_text_li:nth-child(2) {
    position: absolute;
    top: 30%;
    right: -15%;
}

.article_text_li:nth-child(3) {
    position: absolute;
    top: 85%;
    right: -10%;
}

.article_text_li:nth-child(4) {
    position: absolute;
    top: 85%;
    left: -10%;
}

.article_text_li:nth-child(5) {
    position: absolute;
    top: 30%;
    left: -20%;
}

.article_label_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.article_label_li {
    width: 10px;
    height: 10px;
    background: #0061ae;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.article_label_li:nth-child(1) {
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.article_label_li:nth-child(2) {
    position: absolute;
    top: 31.5%;
    right: 2.1%;
}

.article_label_li:nth-child(3) {
    position: absolute;
    top: 86.5%;
    right: 15.3%;
}

.article_label_li:nth-child(4) {
    position: absolute;
    top: 86.3%;
    left: 15.5%;
}

.article_label_li:nth-child(5) {
    position: absolute;
    top: 31.2%;
    left: 2.6%
}

.article_pi_min:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.article_pi_nei {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    z-index: 8;
}

.article_nei_max {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;

}

.article_nei_max:after {
    content: "";
    position: absolute;
    top: 9.2%;
    left: 19.9%;
    width: 7px;
    height: 7px;
    background: #dbdbdb;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 9;
}

.article_nei_light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article_nei_light:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.article_nei_light:before {
    content: "";
    position: absolute;
    top: -10%;
    width: 120%;
    height: 30%;
    background: #fff;
    z-index: 2;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.article_current_nei {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    z-index: 8;
}

.article_current_max_pi {
    padding: 10px;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.article_current_max {
    position: relative;
    height: 100%;
    width: 100%;

}

.article_current_max:after {
    content: "";
    position: absolute;
    bottom: 29%;
    right: 3.7%;
    width: 7px;
    height: 7px;
    background: #dbdbdb;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 9;
}

.article_current_light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article_current_light:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.article_current_light:before {
    content: "";
    position: absolute;
    bottom: -10%;
    width: 120%;
    height: 30%;
    background: #fff;
    z-index: 2;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.article_center_logo {
    width: 50%;
    height: 50%;
    padding: 2%;
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.article_center_img {
    padding-bottom: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 15px rgba(0, 97, 174, .4);
    box-shadow: 0 1px 15px rgba(0, 97, 174, .4);
}

.article_logo_img {
    width: 44%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.article_logo_url {
    padding-bottom: 26.5%;
}

.piInfinite {
    -webkit-animation: piInfinite 24s linear infinite normal both;
    animation: piInfinite 24s linear infinite normal both;
}

@-webkit-keyframes piInfinite {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);

    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);

    }

}

@keyframes piInfinite {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);

    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);

    }
}

.piInfinite2 {
    -webkit-animation: piInfinite2 12s linear infinite normal both;
    animation: piInfinite2 12s linear infinite normal both;
}

@-webkit-keyframes piInfinite2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);

    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);

    }
}

@keyframes piInfinite2 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);

    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);

    }
}

.core_max_wrap {
    position: relative;
    z-index: 2;
}

.core_max_img {
    position: relative;
    padding-bottom: 44.48%;
}

.core_text_height {
    height: 100%;
}

.core_text_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.core_text_list {
    padding: 0 180px;
    height: 100%;
}

.core_text_ul {
    position: relative;
    height: 100%;
}

.core_text_li {
    width: 20%;
    text-align: center;
}

.core_text_box {
    padding-bottom: 30px;
    text-align: left;
}

.core_text_title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.core_text_read {
    font-size: 14px;
    line-height: 26px;
    color: #f7f7f7;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.core_icon_box {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.core_icon_min {
    width: 86px;
    height: 86px;
    text-align: center;
    line-height: 86px;
    position: relative;
    margin: 0 auto;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_icon_min:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    background: rgba(255, 255, 255, .25);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_icon_min:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_text_li:nth-child(3) .core_icon_min {
    width: 162px;
    height: 162px;
    line-height: 162px;
}

.core_text_li:nth-child(3) .core_light_box {
    height: 0;

}

.core_text_li:nth-child(3) .core_icon_read {
    font-size: 80px;
}

.core_icon_read {
    font-size: 40px;
    color: #0d2153;
    position: relative;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_icon_read:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.icontuxingtuxiangchuli:before {
    position: relative;
    top: 4px;
}

.core_light_box {
    height: 0;
    width: 3px;
    margin: 0 auto;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    opacity: 0;
}

.core_light_box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_light_box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(rgba(0, 97, 174, 1) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_hover_box {
    display: inline-block;
}

.core_hover_box:hover .core_icon_read {
    background: #0061ae;
    color: #fff;
}

.core_hover_box:hover .core_light_box:before {
    opacity: 0;
}

.core_hover_box:hover .core_light_box:after {
    height: 100%;
}

.core_hover_box:hover .core_icon_min:after {
    background: rgba(0, 97, 174, .25);
    -webkit-animation: scaleXh .6s linear forwards normal;
    animation: scaleXh .6s linear forwards normal;

}

.core_hover_box:hover .core_icon_min:before {
    background: rgba(0, 97, 174, .25);
    -webkit-animation: scaleXh2 1.2s linear infinite normal both;
    animation: scaleXh2 1.2s linear infinite normal both;
}

.core_hover_box:hover .core_icon_read:after {
    background: rgba(0, 97, 174, .25);
    -webkit-animation: scaleXh2 1.2s .6s linear infinite normal both;
    animation: scaleXh2 1.2s .6s linear infinite normal both;
}

@keyframes scaleXh {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }

}

@-webkit-keyframes scaleXh {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes scaleXh2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes scaleXh2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

.core_hover_box:hover .core_pi_box:before {
    background: #0061ae;
}

.core_hover_box:hover .core_pi_box:after {
    background: rgba(255, 255, 255, .1);
}

.core_pi_box {
    width: 10px;
    height: 10px;
    position: relative;
    -webkit-transform: rotateX(70deg) scale(0);
    transform: rotateX(70deg) scale(0);
    opacity: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    margin: 0 auto;
}

.core_pi_box:before {
    content: "";
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.core_pi_box:after {
    content: "";
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 200%;
    height: 200%;
    left: -50%;
    top: -50%;
    background: rgba(255, 255, 255, .5);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_text_li:nth-child(1) {
    position: absolute;
    bottom: 12.8%;
}

.core_text_li:nth-child(2) {
    position: absolute;
    bottom: 30%;
    left: 20%;
}

.core_text_li:nth-child(3) {
    position: absolute;
    bottom: 23%;
    left: 40%;
}

.core_text_li:nth-child(4) {
    position: absolute;
    bottom: 29%;
    left: 60%;
}

.core_text_li:nth-child(5) {
    position: absolute;
    bottom: 13.3%;
    left: 80%;
}

.core_text_li:nth-child(5) .core_text_box {
    width: 150%;
}

.Tech_css .core_pi_box {
    -webkit-transform: rotateX(70deg) scale(1);
    transform: rotateX(70deg) scale(1);
    opacity: 1;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.Tech_css .core_light_box {
    height: 150px;
    opacity: 1;
    transition: all .5s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .5s .3s cubic-bezier(.645, .045, .355, 1);
}

.core_text_li.Tech_css:nth-child(3) .core_light_box {
    height: 70px;
    opacity: 1;
    transition: all .5s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .5s .3s cubic-bezier(.645, .045, .355, 1);
}

.Tech_css .core_icon_box {
    -webkit-animation: scaleMax .5s .6s forwards normal;
    animation: scaleMax .5s .6s forwards normal;
}

@-webkit-keyframes scaleMax {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleMax {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    80% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.Tech_css .core_text_read {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .5s .9s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .5s .9s cubic-bezier(.645, .045, .355, 1);
}

.Tech_css .core_text_title {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all .5s 1.2s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .5s 1.2s cubic-bezier(.645, .045, .355, 1);
}

.core_brief_wrap {
    padding: 150px 0;
}

.core_brief_box {
    text-align: center;
}

.core_brief_title {

    font-size: 38px;
    line-height: 52px;
    color: #333333;
}

.core_brief_text {
    font-size: 16px;
    line-height: 34px;
    color: #666666;
    padding: 20px 0;
}

.core_brief_button {
    font-size: 0;
    padding: 50px 0;
}

.core_button_box {
    width: 160px;
    height: 48px;
    line-height: 46px;
    margin: 0 20px;
    position: relative;
}

.core_button_box a {
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.core_button_faq {
    border: 1px solid #0061ae;
}

.core_button_faq:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_button_faq a {
    color: #fff;
    display: block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_button_faq:hover a {
    color: #0061ae;
}

.core_button_faq:hover:after {
    width: 0;
}

.core_button_pro {
    border: 1px solid #0061ae;
}

.core_button_pro:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_button_pro:hover:after {
    width: 100%;
}

.core_button_pro a {
    color: #0061ae;
    display: block;
    position: relative;
    z-index: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.core_button_pro:hover a {
    color: #fff;

}

.service_content_wrap {
    padding: 100px 0;
}

.service_content_title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 40px;
}

.service_content_text {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    color: #666;

}

.service_content_box {
    padding: 0 140px;
}

.service_content_img {
    display: inline-block;
    padding: 20px 0;
}

.service_content_img img {
    max-width: 100%;
}

.service_content_read {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.service_banner_wrap {
    position: relative;
}

.service_banner_wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 97, 174, .6);
}

.service_banner_img {
    padding-bottom: 31.25%;
}

.service_banner_box {
    z-index: 1;
}

.service_banner_title {
    font-size: 58px;
}

.service_banner_cn {
    font-size: 32px;
    padding-bottom: 40px;
}

.service_banner_ext {
    font-size: 18px;
    line-height: 36px;
}

.service_banner_list {
    padding: 0 140px;
    text-align: center;
    color: #fff;
}

.service_list_wrap {
    padding: 40px 0 150px 0;
}

.service_list_box {
    font-size: 0;
}

.service_list_li {
    width: 48.5%;
    margin: 2.5% 2.5% 0 0;
    border: 1px solid #d9d9d9;
    padding: 40px 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_list_li:hover {
    background: #0061ae;
    border: 1px solid #0061ae;
}

.service_list_li:hover .service_left_icon {
    color: #fff;
}

.service_list_li:hover .service_right_title {
    color: #fff;
}

.service_list_li:hover .service_right_text {
    color: #fff;
}

.service_list_li:nth-child(2n) {
    margin: 2.5% 0 0 0;
}

.service_list_left {
    width: 25%;
    text-align: center;
}

.service_left_icon {
    font-size: 82px;
    line-height: 82px;
    color: #5c5c5c;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_list_right {
    width: 75%;
    padding: 0 20px 0 0;
}

.service_right_title {
    font-size: 30px;
    color: #1a1a1a;
    line-height: 46px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service_right_text {
    font-size: 18px;
    line-height: 36px;
    color: #999999;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_product_list {
    font-size: 0;
}

.service_list_li:nth-child(2n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.service_list_li:nth-child(2n) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.service_list_left .iconfuwu1 {
    font-size: 75px;
}

.service_list_left .iconshehuiguanai {
    font-size: 86px;
}

.service_list_left .icontubiaozhizuomoban-- {
    font-size: 114px;
}

.swiper_china_box {
    position: relative;
    padding: 0 300px 80px 0;
}

.swiper_china_box + .net_tab_button {
    padding-top: 200px;
}

.swiper_china_left {
    width: 100%;
    padding: 0 120px;
}

.swiper_china_img {
    padding-bottom: 76.538%;
    position: relative;
}

.swiper_label_ul {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper_label_ul .swiper_label_li {
    height: 2%;
    width: 15.31%;
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

.swiper_label_ul .swiper_label_li:nth-child(1) {
    right: 21.6%;
    top: 81.2%;
}

.swiper_label_ul .swiper_label_li:nth-child(1) .swiper_label_icon {
    background: #f29810;
}

.swiper_label_ul .swiper_label_li:nth-child(2) {
    right: 16.4%;
    top: 84.5%;
}

.swiper_label_ul .swiper_label_li:nth-child(3) {
    right: 9%;
    top: 74.4%;
}

.swiper_label_ul .swiper_label_li:nth-child(4) {
    right: 6.4%;
    top: 64.2%;
}

.swiper_label_ul .swiper_label_li:nth-child(5) {
    right: 8.8%;
    top: 60.8%;
}

.swiper_label_ul .swiper_label_li:nth-child(6) {
    right: 39.2%;
    top: 64.3%;
}

.swiper_label_ul .swiper_label_li:nth-child(7) {
    right: 16.4%;
    top: 57.45%;
}

.swiper_label_icon {
    background: #0061ae;
    width: 10%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.swiper_layle_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.swiper_label_icon:after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    background: rgba(0, 97, 174, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: jing_scale 2.4s linear 0s infinite normal both;
    animation: jing_scale 2.4s linear 0s infinite normal both;
}

.swiper_label_icon:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    background: rgba(0, 97, 174, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: jing_scale 2.4s linear .6s infinite normal both;
    animation: jing_scale 2.4s linear .6s infinite normal both;

}

.swiper_layle_icon:after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    background: rgba(0, 97, 174, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: jing_scale 2.4s linear 1.5s infinite normal both;
    animation: jing_scale 2.4s linear 1.5s infinite normal both;

}

.swiper_label_ul .swiper_label_li:nth-child(1) .swiper_label_icon:after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    background: rgba(242, 152, 16, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: jing_scale 2.4s linear 0s infinite normal both;
    animation: jing_scale 2.4s linear 0s infinite normal both;
}

.swiper_label_ul .swiper_label_li:nth-child(1) .swiper_label_icon:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    background: rgba(242, 152, 16, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: jing_scale 2.4s linear .6s infinite normal both;
    animation: jing_scale 2.4s linear .6s infinite normal both;

}

.swiper_label_ul .swiper_label_li:nth-child(1) .swiper_layle_icon:after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    background: rgba(242, 152, 16, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: jing_scale 2.4s linear 1.5s infinite normal both;
    animation: jing_scale 2.4s linear 1.5s infinite normal both;

}

.swiper_label_title {
    display: inline-block;
    vertical-align: top;
    color: #4c4c4c;
    font-size: 16px;
    margin: -5px 0 0 5px;
}

@media screen and (max-width: 1200px) {
    .swiper_china_box .swiper_label_title {
        font-size: 12px;
    }
}


.swiper_china_right {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 40px;
}

.swiper_china_select {
    line-height: 50px;
    color: #fefefe;
    background: #0061ae;
    position: relative;
    z-index: 2;
}

.select_list_title {
    padding: 0 40px 0 0;
    font-size: 16px;
    position: relative;
}

.select_list_icon {
    position: absolute;
    right: 20px;
    top: 0;
    width: 20px;
    line-height: 50px;
    text-align: center;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.select_list_rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select_list_text {
    width: 100%;
    padding: 0 20px;
}

.select_list_box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    display: none;
    border: 1px solid #cdcdcd;
}

.select_list_box li {
    display: block;
    background: #fff;
    color: #595959;
    line-height: 55px;
    padding: 0 20px;
}

.select_list_box li a {
    display: block;
    position: relative;
}

.select_list_box li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e6e6e6;
    height: 1px;
    width: 100%;
}

.swiper_china_list {
    position: relative;
    z-index: 1;
    border: 1px solid #e6e6e6;
    padding: 20px 0;
}

.net_tab_button {
    font-size: 0;
    padding-bottom: 100px;
}

.net_tab_select {
    height: 44px;
    padding: 0 30px;
    line-height: 44px;
    background: #0061ae;
    color: #666;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    outline: none;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    cursor: pointer;
    margin: 0 30px 0 0;
}

.net_tab_select:last-child {
    margin: 0 0 0 0;
}

.net_tab_select span {
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
}

.net_tab_select:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.net_wrap {
    padding: 80px 0;
}

.net_tab_select.swiper-button-disabled {
    color: #fff;
}

.net_tab_select.swiper-button-disabled:after {
    width: 100%;
}

.select_read_title {
    font-size: 16px;
    line-height: 32px;
    color: #595959;
}

.select_read_text {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.select_list_read {
    padding: 0 30px;
    height: 522px;
}

.select_read_box {
    padding: 35px 0 36px 0;
    position: relative;
}

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

.select_list_button {
    text-align: center;
    position: absolute;
    color: #0061ae;
    left: 0;
    width: 100%;
    z-index: 9;
    cursor: pointer;
    font-size: 20px;
    outline: none;
    opacity: 1 !important;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.select_list_next {
    bottom: 0;
}

.select_list_prev {
    top: 0;
}

.select_list_button.swiper-button-disabled {
    color: #e6e6e6 !important;
}

.swiper_world_box {
    padding: 0 110px 60px 110px;
    position: relative;
}

.swiper_world_img {
    padding-bottom: 48.68%;
}

.swiper_world_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.swiper_world_li {
    height: 2%;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    position: absolute;

}

.swiper_worle_label {
    background: #0061ae;
    width: 3.24%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.swiper_worle_layle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper_worle_label:after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    background: rgba(0, 97, 174, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: jing_scale 2.4s linear 0s infinite normal both;
    animation: jing_scale 2.4s linear 0s infinite normal both;
}

.swiper_worle_label:before {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    background: rgba(0, 97, 174, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: jing_scale 2.4s linear .6s infinite normal both;
    animation: jing_scale 2.4s linear .6s infinite normal both;

}

.swiper_worle_layle:after {
    content: "";
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
    background: rgba(0, 97, 174, .5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: jing_scale 2.4s linear 1.5s infinite normal both;
    animation: jing_scale 2.4s linear 1.5s infinite normal both;

}

.swiper_worle_title {
    display: inline-block;
    vertical-align: top;
    margin: -5px 0 0 5px;
    font-size: 16px;
    color: #4c4c4c;
}

@media screen and (max-width: 1200px) {
    .swiper_world_box .swiper_worle_title {
        font-size: 12px;
    }
}


.swiper_world_li:nth-child(1) {
    left: 34.34%;
    top: 43.45%;
}

.swiper_world_li:nth-child(1) .swiper_worle_title {
    position: relative;
    left: -18%;
}

.swiper_world_li:nth-child(2) {
    left: 44.32%;
    top: 36.96%;
}

.swiper_world_li:nth-child(3) .swiper_worle_title {
    position: relative;
    left: -15%;
}

.swiper_world_li:nth-child(3) {
    left: 40.38%;
    top: 39.03%;
}

.swiper_world_li:nth-child(3) .swiper_worle_title {
    position: relative;
    left: -18%;
}

.swiper_world_li:nth-child(3) .swiper_worle_label {
    background: #f29810;
}

.swiper_world_li:nth-child(3) .swiper_worle_label:before {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(3) .swiper_worle_layle:after {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(3) .swiper_worle_label:after {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(4) {
    left: 36.52%;
    top: 59.89%;
}

.swiper_world_li:nth-child(5) {
    left: 32.75%;
    top: 54.81%;
}

.swiper_world_li:nth-child(5) .swiper_worle_title {
    position: relative;
    left: -18%;
}

.swiper_world_li:nth-child(6) {
    left: 32.21%;
    top: 65.04%;
}

.swiper_world_li:nth-child(7) {
    left: 26.52%;
    top: 50.8%;
}

.swiper_world_li:nth-child(7) .swiper_worle_title {
    position: relative;
    left: -18%;
}

.swiper_world_li:nth-child(7) .swiper_worle_label {
    background: #f29810;
}

.swiper_world_li:nth-child(7) .swiper_worle_label:before {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(7) .swiper_worle_layle:after {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(7) .swiper_worle_label:after {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(8) {
    right: -7.94%;
    top: 32.48%;
}

.swiper_world_li:nth-child(9) {
    right: -6.08%;
    top: 50.8%;
}

.swiper_world_li:nth-child(10) {
    left: 9.71%;
    top: 24.64%;
}

.swiper_world_li:nth-child(10) .swiper_worle_label {
    background: #f29810;
}

.swiper_world_li:nth-child(10) .swiper_worle_label:before {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(10) .swiper_worle_layle:after {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(10) .swiper_worle_label:after {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(11) {
    left: 6.81%;
    top: 28.52%;
}

.swiper_world_li:nth-child(11) .swiper_worle_label {
    background: #f29810;
}

.swiper_world_li:nth-child(11) .swiper_worle_title {
    position: relative;
    left: -18%;
}

.swiper_world_li:nth-child(11) .swiper_worle_label:before {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(11) .swiper_worle_layle:after {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(11) .swiper_worle_label:after {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(12) {
    left: 8.7%;
    top: 33.02%;
}

.swiper_world_li:nth-child(12) .swiper_worle_label {
    background: #f29810;
}

.swiper_world_li:nth-child(12) .swiper_worle_label:before {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(12) .swiper_worle_layle:after {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(12) .swiper_worle_label:after {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(13) {
    right: -19.71%;
    top: 69.28%;
}

.swiper_world_li:nth-child(13) .swiper_worle_label {
    background: #f29810;
}

.swiper_world_li:nth-child(13) .swiper_worle_label:before {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(13) .swiper_worle_layle:after {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_li:nth-child(13) .swiper_worle_label:after {
    background: rgba(242, 152, 16, .5);
}

.swiper_world_content {
    padding: 0 0 80px 0;
    position: relative;
    font-size: 0;
}

.swiper_world_content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}

.swiper_world_text {
    width: 30%;
    margin: 5% 5% 0 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper_world_text:nth-child(1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.swiper_world_text:nth-child(2) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
}

.swiper_world_text:nth-child(3) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.swiper_world_text:nth-child(4) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.swiper_world_text:nth-child(5) {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

.swiper_world_text:nth-child(6) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.swiper_world_text:nth-child(3n) {

    margin: 5% 0 0 0;
}

.swiper_world_text:hover .swiper_text_title {
    color: #0061ae;
}

.swiper_world_text:hover .swiper_text_title:after {
    width: 70px;
}

.swiper_world_text:hover .swiper_text_read {
    color: #666;
}

.swiper_text_title {
    color: #595959;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper_text_title:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #0061ae;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.swiper_text_read {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

@-webkit-keyframes jing_scale {

    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }

    25% {
        transform: scale3d(1.5, 1.5, 1);
        opacity: .5;
    }

    50% {
        transform: scale3d(2.2, 2.2, 1);
        opacity: .1;
    }

    75% {
        transform: scale3d(3, 3, 1);
        opacity: 0;
    }

    100% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }

}

@keyframes jing_scale {

    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }

    25% {
        transform: scale3d(1.5, 1.5, 1);
        opacity: .5;
    }

    50% {
        transform: scale3d(2.2, 2.2, 1);
        opacity: .1;
    }

    75% {
        transform: scale3d(3, 3, 1);
        opacity: 0;
    }

    100% {
        transform: scale3d(1, 1, 1);
        opacity: 0;
    }

}

.page_down_wrap {
    padding: 80px 0 150px 0;
}

.page_down_list {
    font-size: 0;
}

.page_down_li {
    height: 44px;
    padding: 0 30px;
    line-height: 44px;
    background: #f7f7f7;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    outline: none;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    cursor: pointer;
    margin: 0 20px 0 0;
}

.page_down_li a {
    display: inline-block;
    color: #666;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_down_current {
    background: #0061ae;
}

.page_down_current a {
    color: #fff;
}

.page_down_li:hover {
    background: #0061ae;
}

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

.page_down_search {
    height: 80px;
    border: 1px solid #e6e6e6;
    margin: 80px 0 60px 0;
    padding: 0 80px 0 0;
    position: relative;
}

.down_search_input {
    line-height: 36px;
    padding: 21px 20px;
    width: 100%;
    font-size: 16px;
    color: #333;
}

.down_search_input::placeholder {
    color: #ccc;
}

.down_search_button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    width: 80px;
    text-align: center;
    font-size: 30px;
    line-height: 78px;
    cursor: pointer;
    color: #000000;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.down_search_button:hover {
    background: #0061ae;
    color: #fff;
}

.page_down_title {
    font-size: 0;
    border: 1px solid #0061ae;
    line-height: 78px;
}

.page_down_title span {
    background: #0061ae;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.page_down_title span:nth-child(1), .page_down_read span:nth-child(1) {
    width: 40%;
    text-align: left;
    padding-left: 60px;
}

.page_down_title span:nth-child(2), .page_down_read span:nth-child(2) {
    width: 10%;
}

.page_down_title span:nth-child(3), .page_down_read span:nth-child(3) {
    width: 10%;
}

.page_down_title span:nth-child(4), .page_down_read span:nth-child(4) {
    width: 10%;
}

.page_down_title span:nth-child(5), .page_down_read span:nth-child(5) {
    width: 20%;
}

.page_down_title span:nth-child(6), .page_down_read span:nth-child(6) {
    width: 10%;
}

.page_down_content {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin: 0 0 80px 0;
}

.page_down_read {
    line-height: 79px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_down_read a {
    display: block;
}

.page_down_read:hover {
    background: rgba(0, 97, 174, .05);
}

.page_down_read span {
    font-size: 16px;
    text-align: center;
    color: #333333;
}

.page_down_read span:nth-child(6) {
    font-size: 20px;
    color: #0061ae;
}

.page_number {
    text-align: center;
    font-size: 0;
}

.page_number a, .page_number span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding: 0 16px;
    line-height: 35px;
    border: 1px solid #ececec;
    margin: 0 5px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_number a:hover, .page_number span:hover {
    background: #0061ae !important;
    border: 1px solid #0061ae !important;
    color: #ffffff !important;
}

.page_number .current {
    background: #0061ae !important;
    border: 1px solid #0061ae !important;
    color: #ffffff !important;
}

.page_pro_wrap {
    padding: 80px 0 150px 0;
}

.product_list_wrap {
    font-size: 0;
}

.page_product_li {
    height: 44px;
    padding: 0 30px;
    line-height: 44px;
    background: #f7f7f7;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    outline: none;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    cursor: pointer;
    margin: 0 20px 0 0;
}

.page_product_li a {
    display: inline-block;
    color: #666;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.page_product_li:hover {
    background: #0061ae;
}

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

.page_product_current {
    background: #0061ae;
}

.page_product_current a {
    color: #fff;
}

.product_list_box {
    font-size: 0;
}

.product_list_read {
    width: 31.3333%;
    margin: 3% 3% 0 0;
    text-align: center;
}

.product_list_read:nth-child(3n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.product_list_read:nth-child(3n+2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.product_list_read:nth-child(3n) {
    margin: 3% 0 0 0;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.product_list_img {

}

.product_list_img a {
    display: block;
    padding-bottom: 62.5%;
    position: relative;
}

.product_list_img a img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.product_black {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
    text-align: center;
    color: #fff;
    font-size: 60px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.product_black:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);

}

.product_list_read:hover .product_list_img a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product_list_read:hover .product_list_img a .product_black {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.product_list_read:hover .product_list_img a .product_black:before {
    -webkit-filter: blur(0);
    filter: blur(0);
}

.product_list_read:hover .product_list_title a {
    color: #0061ae;
}

.product_list_title {
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    padding: 10px 0 5px 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.product_list_title a {
    display: block;
    color: #4c4c4c;
}

.product_list_text {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #999999;
}

.pro_read_top {
    background: #fff;
}

.pro_read_nav {
    line-height: 74px;
    border-bottom: 1px solid #eeeeee;
    color: #808080;
    font-size: 16px;
}

.pro_read_nav a {
    color: #808080;
    font-size: 16px;
    margin: 0 5px;
}

.pro_read_nav a:first-child {
    margin: 0 5px 0 0;
}

.pro_read_content {
    padding: 60px 0 100px 0;
}

.pro_read_box {
    font-size: 0;
}

.pro_read_left {
    width: 42.8%;
}

.pro_read_right {
    width: 57.2%;
    padding-left: 80px;
}

.pro_read_img {
    padding-bottom: 62.5%;
    cursor: pointer;
}

.pro_video_icon {
    position: absolute;
    z-index: 1;
    left: 30px;
    bottom: 25px;
    color: #c7c7c7;
    font-size: 40px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.pro_read_title {
    font-size: 30px;
    color: #333;
    padding-top: 10px;
    line-height: 36px;
}

.pro_read_label {
    padding: 28px 0 29px 0;
    position: relative;
}

.pro_read_border {
    height: 1px;
    background: #e6e6e6;
}

.pro_read_label span {
    margin-right: 130px;
    font-size: 14px;
    color: #bfbfbf;
}

.pro_read_label span:last-child {
    margin: 0;
}

.pro_read_text {
    font-size: 16px;
    line-height: 30px;
    max-height: 120px;
    overflow: hidden;
    color: #8c8c8c;
    margin: 36px 0;
}

.pro_read_sort {
    font-size: 0;
    padding-top: 15px;
}

.pro_sort_list {
    font-size: 0;
    line-height: 32px;
    padding-right: 30px;
}

.pro_sort_list span:nth-child(1) {
    font-size: 20px;
    padding-right: 5px;
    color: #0061ae;
}

.pro_sort_list span {
    font-size: 16px;
    color: #666666;

}

.pro_content_box {
    background: #f2f2f2;
    padding: 60px 0;
}

.pro_bjq_title {
    font-size: 20px;
    background: #0061ae;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    margin: 0 0 40px 0;
}

.pro_bjq_title_dev {
    display: block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.pro_bjq_box {
    padding: 80px;
    background: #fff;
}

.pro_bjq_content img {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 20px 0;
}

.pro_bjq_content table {
    width: 100%;
    margin-bottom: 10px;
}

.pro_bjq_content:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.pro_bjq_content p {
    font-size: 16px;
    line-height: 30px;
    color: #8c8c8c;
    display: block;
}

.pro_list_foot {
    background: #fff;
    padding: 40px 0 150px 0;
}

.invest_wrap {
    padding: 150px 0;
}

.invest_list_wrap {
    padding: 60px 0 60px 0;
}

.invest_list_ul {

}

.invest_list_li {
    font-size: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    line-height: 78px;
}

.invest_list_li:first-child {
    border-top: 1px solid #e6e6e6;
    line-height: 79px;
}

.invest_list_li a {
    color: #333333;
    text-align: center;
    display: block;
}

.invest_list_li .invest_list_icon {
    font-size: 16px;
    color: #666;
    width: 6%;

}

.invest_list_li .invest_list_title {
    font-size: 16px;
    color: #333;
    width: 84%;
    text-align: left;
}

.invest_list_li .invest_list_time {
    color: #999;
    font-size: 16px;
    width: 10%;
}

.invest_list_text {
    font-size: 12px;
    color: #999999;
    line-height: 36px;
}

.invest_list_text a {
    color: #0061ae;
    display: inline-block;
    vertical-align: top;
}

.report_list_box {
    width: 32%;
    margin: 2% 2% 0 0;
}

.report_list_box:nth-child(3n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.report_list_box:nth-child(3n+2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.report_list_box:nth-child(3n) {
    margin: 2% 0 0 0;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.report_list_wrap {
    font-size: 0;
    padding: 0 0 80px 0;
}

.report_list_img {

}

.report_list_img a {
    padding-bottom: 69.958%;
    display: block;
}

.report_list_img a img {
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.report_list_content {
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 0 18px;
}

.report_list_title {
    padding-top: 10px;
}

.report_list_title a {
    line-height: 30px;
    display: block;
    font-size: 18px;
    color: #4c4c4c;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.report_list_label {
    font-size: 0;
}

.report_label_box:nth-child(1) {
    width: 70%;
    font-size: 12px;
    color: #cccccc;
    line-height: 24px;
}

.report_label_box:nth-child(2) {
    width: 30%;
}

.report_label_span {
    width: 50%;
    text-align: right;
}

.report_label_span a {
    font-size: 12px;
    color: #cccccc;
    line-height: 24px;
    display: inline-block;
}

.report_label_span a .iconxiazai {
    font-size: 12px;
}

.report_list_text {
    font-size: 15px;
    line-height: 24px;
    color: #999;
    padding: 15px 0 25px 0;
    height: 88px;
    overflow: hidden;
}

.report_list_box:hover .report_list_img a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.report_list_box:hover .report_list_title a {
    color: #0061ae;
}

.invest_input_text {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 105px 35px 105px;
    text-align: center;
    color: #333;
}

.invest_input_link {
    text-align: center;
    line-height: 24px;
}

.invest_input_link span {
    font-size: 14px;
    color: #999999;
}

.invest_input_link span:nth-child(2) {
    width: 66px;
    margin: 2px 0 0 5px;
}

.invest_input_box {
    padding: 80px 150px;
    font-size: 0;
}

.invest_input_read {
    width: 50%;
    position: relative;
    font-size: 0;
    padding: 0 0 30px 160px;
}

.invest_input_read:nth-child(2n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.invest_input_read:nth-child(2n) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.invest_input_read span {
    font-size: 16px;
    color: #666666;
    width: 160px;
    display: inline-block;
    vertical-align: top;
    line-height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 20px;
    text-align: right;
}

.invest_input_read input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 54px;
    height: 56px;
    border: 1px solid #d9d9d9;
    padding: 0 20px;
    font-size: 16px;
    color: #666666;
}

.invest_textarea_read {
    width: 100%;
    position: relative;
    font-size: 0;
    padding: 0 0 0 160px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.invest_textarea_read span {
    font-size: 16px;
    color: #666666;
    width: 160px;
    display: inline-block;
    vertical-align: top;
    line-height: 56px;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 20px;
    text-align: right;
}

.invest_textarea_read textarea {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 34px;
    border: 1px solid #d9d9d9;
    padding: 10px 20px;
    color: #666666;
    font-size: 16px;
    height: 156px;
}

.contact_wrap {
    padding: 100px 0 150px 0;
}

.contact_mode_wrap {
    font-size: 0;
    position: relative;
}

.contact_mode_text {
    width: 48%;
    height: 100%;
    margin-right: 4%;
    position: relative;
}

.contact_mode_title {
    padding: 40px 0 0 0;
}

.contact_mode_cn {
    font-size: 36px;
    color: #1a1a1a;
}

.contact_mode_en {
    font-size: 22px;
    color: #cdcdcd;
    padding-top: 10px;
}

.contact_mode_map {
    width: 48%;
}

.contact_mode_read {
    padding: 100px 0 0 0;
}

.contact_read_text {
    font-size: 0;
    padding-bottom: 10px;
}

.contact_read_text span:nth-child(1) {
    color: #cccccc;
    font-size: 26px;
    line-height: 30px;
}

.contact_read_text span:nth-child(1):before {
    position: relative;
    top: 2px;
}

.contact_read_text span:nth-child(2) {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    padding-left: 10px;
}

.contact_read_text span:nth-child(2) a {
    color: #666666;
}

.contact_mode_map {
    position: relative;
    height: auto;
}

.contact_map_box {
    width: 100%;
    padding-bottom: 57.53%;

}

.contact_map_box #allmap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.contact_map_box #allmap img {
    display: inline-block;
}

.contact_list_text {
    font-size: 0;
    padding: 90px 0 0 0;
}

.contact_list_li {
    width: 48%;
    font-size: 0;
    margin: 4% 4% 0 0;
    position: relative;
    transition: all .6s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s .3s cubic-bezier(.645, .045, .355, 1);
}

.contact_list_li:nth-child(2n+1) {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.contact_list_li:nth-child(2n) {
    margin: 4% 0 0 0;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.contact_li_img {
    width: 27.4%;

}

.contact_img_url {
    padding-bottom: 140%;
}

.contact_li_read {
    width: 72.6%;
    position: absolute;
    height: 100%;
}

.contact_li_read:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact_li_read:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    left: 0;
    top: 0;
}

.contact_list_li:hover .contact_li_read:before {
    width: 100%;
}

.contact_list_li:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transform: translateY(-5px);
}

.contact_read_box {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    padding: 0 40px;
}

.contact_read_title {
    font-size: 24px;
    color: #333333;
    padding-bottom: 20px;
    position: relative;
}

.contact_read_title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #0061ae;
}

.contact_read_content {
    font-size: 15px;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    color: #999999;
    padding: 30px 0 0 0;
}

.contact_read_content a {
    color: #999999;
}

.contact_idea_wrap {
    padding: 80px 0 150px 0;
}

.contact_idea_box {
    font-size: 0;
}

.contact_idea_li {
    width: 48%;
    margin: 4% 4% 0 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    padding: 80px 90px;
    position: relative;
    transition: all .6s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s .3s cubic-bezier(.645, .045, .355, 1);
}

.contact_idea_li:nth-child(2n) {
    margin: 4% 0 0 0;
}

.contact_idea_li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact_idea_a {
    position: relative;
    z-index: 1;
}

.contact_idea_title {
    line-height: 48px;
    padding-bottom: 20px;
}

.contact_idea_icon {
    font-size: 60px;
    color: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact_idea_text {
    font-size: 26px;
    color: #000;
    padding-left: 30px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact_idea_read {
    font-size: 16px;
    line-height: 34px;
    height: 68px;
    overflow: hidden;
    color: #808080;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact_idea_li:hover {
    -webkit-box-shadow: 0 1px 5px rgba(0, 97, 174, .5);
    box-shadow: 0 1px 5px rgba(0, 97, 174, .5);
}

.contact_idea_li:hover:after {
    width: 100%;
}

.contact_idea_li:hover .contact_idea_icon {
    color: #fff;
}

.contact_idea_li:hover .contact_idea_text {
    color: #fff;
}

.contact_idea_li:hover .contact_idea_read {
    color: #fff;
}

.contact_idea_button {
    width: 150px;
    height: 50px;
    overflow: hidden;
    line-height: 48px;
    position: relative;
    text-align: center;
    border: 1px solid #cccccc;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    margin: 0 auto 0;

}

.contact_idea_button a {
    font-size: 16px;
    display: block;
    position: relative;
    color: #cccccc;
    z-index: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    box-sizing: border-box;
}

.contact_idea_button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact_idea_button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.contact_idea_button:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 97, 174, .2);
    box-shadow: 0 1px 3px rgba(0, 97, 174, .2);
    border: 1px solid #0061ae;
}

.contact_idea_button:hover:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.contact_idea_button:hover:after {
    width: 100%;
}

.contact_idea_button:hover a .iconyou {
    -webkit-animation: buttonLeft 1s infinite normal both;
    animation: buttonLeft 1s infinite normal both;
}

.contact_idea_button a .iconyou {
    padding-left: 5px;
    line-height: 50px;
    position: relative;
    top: -50%;
    font-size: 12px;
}

.contact_idea_button:hover a {
    color: #ffffff;
}

.contact_join_top {
    padding: 0 240px;
    text-align: center;
}

.contact_top_title {
    font-size: 32px;
    text-align: center;
}

.contact_top_text {
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    padding: 20px 0 30px 0;
}

.contact_mode_span {
    font-size: 16px;
    color: #808080;
    line-height: 36px;

}

.contact_mode_span a {
    color: #808080;
}

.contact_mode_span:first-child {
    margin-right: 100px;
}

.contact_mode_span span:first-child {
    font-size: 26px;
    color: #cccccc;
}

.contact_mode_span span:nth-child(2n) {
    padding-left: 5px;
}

.contact_join_box {
    padding: 60px 0 0 0;
}

.contact_join_title {
    height: 60px;
    line-height: 60px;
    background: #0061ae;
    font-size: 0;
}

.contact_join_title span {
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
}

.contact_join_title span:nth-child(1) {
    width: 34%;
}

.contact_join_title span:nth-child(2) {
    width: 66%;
}

.join_list_title {
    font-size: 0;
    width: 100%;
    line-height: 60px;
    background: #ebebeb;
}

.join_list_box:nth-child(2n) .join_list_title {
    background: #fff;
}

.join_list_title .join_list_text {
    font-size: 18px;
    color: #808080;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.join_list_title .join_list_text:nth-child(1) {
    width: 34%;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.join_list_title .join_list_text:nth-child(2) {
    width: 51%;
    padding-left: 20px;
}

.join_list_title .join_list_text:nth-child(3) {
    width: 15%;
    text-align: center;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.join_list_title .join_list_text:nth-child(3) a {
    color: #808080;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);

}

.join_list_title .join_list_text:nth-child(3) .iconxia {
    margin-left: 30px;
    color: #808080;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.join_list_read {
    font-size: 16px;
    line-height: 34px;
    padding: 40px 20px;
    background: #f7f7f7;
    width: 100%;
    color: #666;
    display: none;
}

.join_list_read p {
    font-size: 16px;
    line-height: 34px;
    color: #666;
}

.join_current .join_list_title .join_list_text:nth-child(3) .iconxia {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.join_current .join_list_title .join_list_text:nth-child(3) a span:nth-child(1) {
    color: #0061ae;
}

.join_current .join_list_text {
    color: #000;
}

.news_list_wrap {
    font-size: 0;
    padding: 60px 0 0 0;
}

.news_list_box {
    width: 47%;
    margin: 0 6% 6% 0;
}

/*#devices_ul .news_list_box {*/
/*    width: 31%;*/
/*    margin: 0 3.5% 3.5% 0;*/
/*}*/

.news_list_box:nth-child(2n) {
    margin: 0 0 6% 0;
}

/*#devices_ul .news_list_box:nth-child(2n) {*/
/*    margin: 0 3.5% 3.5% 0;*/
/*}*/

/*#devices_ul .news_list_box:nth-child(3n) {*/
/*    margin: 0 0 3.5% 0;*/
/*}*/

.news_list_box:hover .news_index_img a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_list_box:hover .news_index_title a {
    color: #0061ae;
}

.news_read_content {
    padding: 120px 0 150px 0;
}

.news_read_content {
    font-size: 0;
}

.news_read_left {
    width: 68%;
    padding-right: 81px;
    position: relative;
}

.news_read_left:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
}

.news_read_title {
    font-size: 32px;
    line-height: 45px;
    color: #333;
}

.news_read_label {
    padding: 20px 0 50px 0;
    font-size: 0;
}

.news_label_left span {
    font-size: 16px;
    line-height: 30px;
    color: #cccccc;
    padding-right: 75px;
}

.news_label_left span:last-child {
    padding: 0;
}

.news_label_left {
    width: 70%;
}

.news_label_right {
    font-size: 0;
    width: 30%;
    text-align: right;
    line-height: 30px;
}

.news_label_right span {
    font-size: 22px;
    color: #cccccc;
    padding-left: 26px;
}

.news_label_right span a {
    display: block;
    font-size: 22px;
    color: #cccccc;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_label_right span a:hover {
    color: #0061ae;
}

.news_label_right span:nth-child(1) {
    font-size: 16px;
}

.news_label_right span a.iconsina {
    font-size: 24px;
}

.news_label_right span a.iconwchart {
    font-size: 24px;
}

.news_bjq_wrap {
    font-size: 0;
}

.news_read_bjq {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    padding: 0 0 80px 0;
}

.news_read_bjq h3 {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
}

.news_read_bjq p {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
}

.news_read_bjq p img {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    margin: 30px 0;
}

.news_read_right {
    width: 32%;
    padding-left: 80px;
}

.news_right_title {
    font-size: 32px;
    color: #1a1a1a;
    line-height: 45px;
    margin-bottom: 50px;
}

.news_right_border {
    height: 1px;
    width: 100%;
    background: #e6e6e6;
}

.news_read_border {

}

.news_right_list {
    padding: 50px 0 0 0;
}

.news_right_list a {
    display: block;
}

.news_right_list a:hover .news_similar_title {
    color: #0061ae;
}

.news_similar_title {
    font-size: 18px;
    color: #333;
    margin-bottom: 25px;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_similar_text {
    font-size: 16px;
    line-height: 26px;
    color: #ccc;
}

.news_read_page {
    padding: 40px 0;
}

.news_read_prev {

    width: 30%;
    text-align: left;
}

.news_read_prev a {
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    color: #808080;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_read_prev a:hover {
    color: #0061ae;
}

.news_read_prev span:nth-child(1) {
    font-size: 26px;
}

.news_read_list {
    width: 40%;
    text-align: center;
}

.news_read_list a {
    line-height: 32px;
    font-size: 36px;
    color: #808080;
    display: inline-block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_read_list a:hover {
    color: #0061ae;
}

.news_read_next {
    width: 30%;
    text-align: right;
}

.news_read_next a {
    font-size: 18px;
    line-height: 32px;
    color: #808080;
    display: inline-block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.news_read_next a:hover {
    color: #0061ae;
}

.news_read_next span:nth-child(2) {
    font-size: 26px;
}

.video_black_wrap {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

.video_black_pop {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 1120px;
    height: 640px;
    padding: 10px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
    margin: -20px 0 0 0;
}

.video_black_click {
    opacity: 1;
    margin: 0;
}

.video_black_pop iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.video_black_pop video {
    width: 100%;
    height: 100%;
}

.video_hide, .about_video_hide {
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
}

.video_hide:before, .video_hide:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #fff;
    margin-top: -1px;
    margin-left: -11px;
}

.video_hide:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.video_hide:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.invest_button_box {
    text-align: center;
}

.invest_form_button {
    width: 160px;
    height: 48px;
    line-height: 46px;
    margin: 0 20px;
    position: relative;
    font-size: 18px;
    cursor: pointer;
}

.invest_form_button span {
    position: relative;
    z-index: 1;
    display: block;
}

.invest_form_clear {
    border: 1px solid #ccc;
    color: #333;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);

}

.invest_form_submit {
    border: 1px solid #0061ae;
    color: #fff;
}

.invest_form_submit:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.invest_form_submit span {
    color: #fff;
    display: block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.invest_form_submit:hover span {
    color: #0061ae;
}

.invest_form_submit:hover:after {
    width: 0;
}

.invest_form_clear:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.invest_form_clear:hover:after {
    width: 100%;
}

.invest_form_clear span {
    color: #333;
    display: block;
    position: relative;
    z-index: 1;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.invest_form_clear:hover {
    border: 1px solid #0061ae;
}

.invest_form_clear:hover span {
    color: #fff;

}

.invest_icon_li {
    width: 25%;
    padding: 0 100px;
    position: relative;
}

.invest_icon_li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #e6e6e6;
}

.invest_icon_li:nth-child(1) {
    padding: 0 100px 0 0;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.invest_icon_li:nth-child(2) {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.invest_icon_li:nth-child(3) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.invest_icon_li:nth-child(4) {
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.invest_icon_li:nth-child(1):after {
    display: none;
}

.invest_icon_box {
    font-size: 0;
    padding: 180px 0 0 0;
}

.invest_icon_title span {
    line-height: 40px;
}

.invest_icon_title span:nth-child(1) {
    font-size: 30px;
    color: #b3b3b3;
}

.invest_icon_title span.iconxinxiang {
    font-size: 24px;
}

.invest_icon_title span:nth-child(2) {
    font-size: 24px;
    color: #4d4d4d;
    padding-left: 10px;
}

.invest_icon_text {
    font-size: 16px;
    line-height: 28px;
    height: 66px;
    overflow: hidden;
    padding-top: 10px;
}

.pro_read_video:hover .pro_video_icon {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #0061ae;
}

.faq_bjq_text {
    font-size: 36px;
    line-height: 36px;
}

.faq_bjq_label {
    padding-left: 100px;
    line-height: 26px;
    margin-top: 10px;
}

.faq_bjq_content {
    padding: 40px 0 0 0;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.faq_bjq_content img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: auto;
}

.faq_bjq_content p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

/*视频*/
.index_video_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_video_wrap video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.is_search_box {
    padding-top: 100px;
    padding-bottom: 150px;
}

.search_res_tit{
    font-size:36px;
    line-height:60px;
    color:#333;
    padding-bottom:12px;
}

.is_search_sear {
    margin-bottom: 20px;
    width: 700px;
    height: 50px;
    position: relative;
    border: 1px solid #d9d9d9;
}

.is_search_sear .header_search_submit {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 18px;
    width: 100px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #0061ae;
    color: #fff;
    border: none;
    border-radius: 0;
}

.is_search_sear input[type=text] {
    font-size: 16px;
    line-height: 20px;
    padding: 14px 15px;
    width: 560px;
    color: #808080;
}

.is_search_list_read {
    padding-top: 55px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
}

.is_search_list_title {
    line-height: 30px;
    margin-bottom: 8px;
}

.is_search_list_title .lnk {
    color: #0061ae;
    font-size: 20px;
}

.is_search_list_title .line {
    display: inline-block;
    vertical-align: 5px;
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
    height: 1px;
    background: #ccc;
}

.is_search_list_title .cateName {
    color: #b2b2b2;
    font-size: 16px;
}

.is_search_list_text {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 30px;
    max-height: 60px;
    color: #808080;
    overflow: hidden;
}

.search_but {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 44px 0 24px;
    background: #0061ae;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    height: 36px;
}

.search_but:before {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.is_search_list_wrap {
    padding-bottom: 40px;
}

.ListLaw{
    padding-top:76px;
    padding-bottom:114px;
    font-size:24px;
    line-height:36px;
}

.Law-tit{
    font-size:36px;
    line-height:72px;
    color:#1a1a1a;
    text-align:center;
    margin-bottom:60px;
}

.Law-con{
    min-height:80vh;
}

.Law-con:after{
    content:'';
    display:block;
    clear:both;
    overflow:hidden;
}

.Law-con h3{
    font-size:24px;
    line-height:36px;
    color:#1a1a1a;
    margin-bottom:24px;
}

.Law-con p{
    font-size:18px;
    line-height:36px;
    color:#1a1a1a;
    margin-bottom:36px;
}

.Law-con img{
    display:inline-block;
    max-width:100%;
}

.tree_pos{
    padding-bottom:8px;
    border-bottom:1px solid #eee;
    margin-bottom: 10px;
    font-size:17px;
    line-height:54px;
}

.tree_pos,.tree_pos a{
    color:#808080;
}

.xgllnk-list{
    padding-top:100px;
    padding-bottom: 140px;
    min-height:600px;
}
.xgllnk-list:after{
    content:'';
    clear:both;
    display:block;
    height:0;
    overflow:hidden;
}
.xgllnk-list .item{
    float:left;
    width:16.64%;
    margin-right:4.2%;
}
.xgllnk-list .item:nth-child(5n){
    margin-right:0;
}

.xgllnk-list .item .lnk,.xgllnk-list .item .lnk:hover{
    text-decoration:none;
}

.xgllnk-list .item .img_wrap{
    border:1px solid #eee;
}
.xgllnk-list .item .img_w{
    position:relative;
    width:100%;
    height:0;
    padding-bottom:28.57%;
}
.xgllnk-list .item .img{
    display:block;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.xgllnk-list .item .info{
    font-size:17px;
    line-height:24px;
    color:#808080;
    text-align:center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 5px 0;
}
@media screen and (max-width:1540px){
    .xgllnk-list .item,.xgllnk-list .item:nth-child(5n){
        width:20.8%;
        margin-right:5.6%;
    }
    .xgllnk-list .item:nth-child(4n){
        margin-right:0;
    }
    .xgllnk-list .item .info{
        font-size:16px;
        line-height:24px;

    }
}

.BMapLib_SearchInfoWindow img {
    width: auto;
}

.BMapLib_nav_tab_content li td {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.BMapLib_SearchInfoWindow .BMapLib_nav input {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.about_video_button {
    position: relative;
    display: inline-block;
    line-height: 67px;
    margin-top: 20px;
}

@-webkit-keyframes jing_max {
    0% {
        width: 53px;
        height: 53px;
        opacity: 0;
    }
    25% {
        width: 68px;
        height:68px;
        opacity: 0.6;
    }
    50% {
        width: 84px;
        height:84px;
        opacity: .3;
    }
    75% {
        width: 106px;
        height:106px;
        opacity: 0;
    }
    100% {
        width: 53px;
        height:53px;
        opacity: 0;
    }
}

@keyframes jing_max {
    0% {
        width: 53px;
        height: 53px;
        opacity: 0;
    }
    25% {
        width: 68px;
        height:68px;
        opacity: 0.6;
    }
    50% {
        width: 84px;
        height:84px;
        opacity: .3;
    }
    75% {
        width: 106px;
        height:106px;
        opacity: 0;
    }
    100% {
        width: 53px;
        height:53px;
        opacity: 0;
    }
}

.about_video_button span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 53px;
    height:53px;
    display: block;
    border: 1px dashed #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.about_video_button .cirI01 {
    -webkit-animation: jing_max 2.4s linear 0s infinite normal both;
    animation: jing_max 2.4s linear 0s infinite normal both;
}

.about_video_button .cirI02 {
    -webkit-animation: jing_max 2.4s linear 0.6s infinite normal both;
    animation: jing_max 2.4s linear 0.6s infinite normal both;
}

.about_video_button .cirI03 {
    -webkit-animation: jing_max 2.4s linear 1.5s infinite normal both;
    animation: jing_max 2.4s linear 1.5s infinite normal both;
}

/*2020-4-3*/
.sample_list_content {
    font-size: 0;
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
}

.sample_list_wrap {
    display: inline-block;
    vertical-align: top;
    margin: 0 45px;
    line-height: 30px;
}

.sample_list_color {
    margin: 9px 10px 9px 0;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.sample_list_blue {
    background: #0061ae;
}

.sample_list_orange {
    background: #f49612;
}

.sample_list_title {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #4c4c4c;
}
.wap_show {
    display: none!important;
}

/*二维码*/
.wchart_link {
    position: relative;
}
.wchart_img {
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    display: none;
}


