@charset "UTF-8";
body { font-family:"PingFang SC","Source-Han-Normal","microsoft yahei", "Arial";font-size: 14px;line-height: 1.2;color: #333;background-color: #ffffff;}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, images, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {margin: 0;padding: 0;border: 0;text-decoration: none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
ol, ul{list-style: none}
blockquote, q {quotes: none}
table {border-collapse: collapse;border-spacing: 0}
html * {box-sizing: border-box}
a,a:hover{text-decoration: none;}
.h1, h1 {font-size: 70px}
.h1, .h2, h1, h2 {font-weight: 700}
.h2, h2 {font-size: 60px}
.h3, .h4, h3, h4 {font-size: 20px;font-weight: 700}
p {font-size: 18px;font-weight: 400;line-height: 1.45}
a, a svg {transition: all .15s ease}
/*div.page{display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;height: auto;background: #fff;overflow: hidden;}*/
html { font-size: calc(100vw/19.2);}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;}
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
/*初始化表单元素样式*/
textarea,input,select {background:none;border:none;margin:0;padding:0;}
textarea,input,select {background:none;border:none;margin:0;padding:0;}

body{ max-width: 1920px;margin: 0 auto;}

::-webkit-scrollbar {
    width: 9px;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    border: solid 2px #fff;
    width: 5px;
    border-radius: 4px;
    background-color: #c7000b;
}
::-webkit-scrollbar-corner {
    background-color: #fff;
}
::-webkit-scrollbar:horizontal {
    height: 9px;
}
::-webkit-selection {
    background: #c7000b;
    color: #fff;
}
::-moz-selection {
    background: #c7000b;
    color: #fff;
}
::selection {
    background: #c7000b;
    color: #fff;
}
/* 动画 */

@-webkit-keyframes decline {
    0% { opacity: 1;top: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;top: 20px;}
}
@keyframes decline {
    0% { opacity: 1;top: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;top: 20px;}
}
@-webkit-keyframes mask_fadeUp {
    0% {-webkit-transform: translateY(0%);transform: translateY(0%);}
    100% {-webkit-transform: translateY(-101%);transform: translateY(-101%);}
}
@keyframes mask_fadeUp {
    0% {-webkit-transform: translateY(0%);transform: translateY(0%);}
    100% {-webkit-transform: translateY(-101%);transform: translateY(-101%);}
}
@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}
@keyframes fadeIn {
    from { opacity: 0}
    to { opacity: 1}
}
.fadeIn {-webkit-animation-name: fadeIn;animation-name: fadeIn}
@-webkit-keyframes fadeInUp {
    from { opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
@keyframes fadeInUp {
    from { opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
.fadeInUp {-webkit-animation-name: fadeInUp;animation-name: fadeInUp}

@-webkit-keyframes fadeInUpSmall {
    from { opacity: 0;-webkit-transform: translate3d(0, 80px, 0);transform: translate3d(0, 80px, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
@keyframes fadeInUpSmall {
    from { opacity: 0;-webkit-transform: translate3d(0, 80px, 0);transform: translate3d(0, 80px, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
.fadeInUpSmall {-webkit-animation-name: fadeInUpSmall;animation-name: fadeInUpSmall}
.fadeInUpSlow {-webkit-animation-name: fadeInUpSlow;animation-name: fadeInUpSlow}
@keyframes fadeInUpSlow {
    from { opacity: 0;-webkit-transform: translate3d(0, 80px, 0);transform: translate3d(0, 80px, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
.fadeInUpSlowTo {-webkit-animation-name: fadeInUpSlowTo;animation-name: fadeInUpSlowTo}
@keyframes fadeInUpSlowTo {
    from { opacity: 0;-webkit-transform: translate3d(50px, 50px, 0);transform: translate3d(50px, 50px, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
@-webkit-keyframes fadeInDown {
    from { opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
@keyframes fadeInDown {
    from { opacity: 0;-webkit-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
.fadeInDown {-webkit-animation-name: fadeInDown;animation-name: fadeInDown}
@-webkit-keyframes fadeInLeft {
    from { opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
@keyframes fadeInLeft {
    from { opacity: 0;-webkit-transform: translate3d(-100%, 0, 0);transform: translate3d(-100%, 0, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
.fadeInLeft {-webkit-animation-name: fadeInLeft;animation-name: fadeInLeft}
@-webkit-keyframes fadeInLeftSmall {
    from { opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
@keyframes fadeInLeftSmall {
    from { opacity: 0;-webkit-transform: translate3d(-40px, 0, 0);transform: translate3d(-40px, 0, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
.fadeInLeftSmall {-webkit-animation-name: fadeInLeftSmall;animation-name: fadeInLeftSmall}
@-webkit-keyframes fadeInRight {
    from { opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0)}
    to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)}
}
@keyframes fadeInRight { from { opacity: 0;-webkit-transform: translate3d(100%, 0, 0);transform: translate3d(100%, 0, 0)} to { opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)} }
.fadeInRight {-webkit-animation-name: fadeInRight;animation-name: fadeInRight}
@-webkit-keyframes fadeInRightSmall { from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0)} to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)} }
@keyframes fadeInRightSmall { from {opacity: 0;-webkit-transform: translate3d(40px, 0, 0);transform: translate3d(40px, 0, 0)} to {opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0)} }
.fadeInRightSmall {-webkit-animation-name: fadeInRightSmall;animation-name: fadeInRightSmall}
@-webkit-keyframes fadeZoom { from {-webkit-transform: scale3d(1.2, 1.2, 1.2);transform: scale3d(1.2, 1.2, 1.2)} to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1)} }
@keyframes fadeZoom { from {-webkit-transform: scale3d(1.2, 1.2, 1.2);transform: scale3d(1.2, 1.2, 1.2)} to {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1)} }
.fadeZoom {-webkit-animation-name: fadeZoom;animation-name: fadeZoom}
@keyframes gorotate {  0% { transform: rotate(0deg);}  100% { transform: rotate(360deg);}}
@-webkit-keyframes video_but {
    0% { -webkit-transform: translateX(0);transform: translateX(0);}
    50% { -webkit-transform: translateX(6px);transform: translateX(6px);}
    100% { -webkit-transform: translateX(0);transform: translateX(0);}
}
@keyframes video_but {
    0% { -webkit-transform: translateX(0);transform: translateX(0);}
    50% { -webkit-transform: translateX(6px);transform: translateX(6px);}
    100% { -webkit-transform: translateX(0);transform: translateX(0);}
}
@keyframes rowleft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-1840px, 0, 0);
        transform: translate3d(-1840px, 0, 0);
    }
}


/* 公共 */
.w_index{ width:1400px;margin:0 auto;}
.w_1200{ width:1200px;margin:0 auto;}
@media (max-width: 1416px)  and (min-width:1300px){
    .w_index{ width:1300px}
}
@media (max-width: 1316px){
    .w_index{ width:1200px;padding: 0 1%}
}
@media (max-width: 1216px){
    .w_index,.w_1200{ width:100%;}
}

#heat_video,#bili_video{width: 100%;height: 100%;overflow: hidden;position: fixed;top: 0;right: 0;z-index: -2;opacity: 0;}
.hide{display: none;}
.heat_video_mov,.bili_mov{ width: 100%;height: 100%;position: fixed;top: 0;right: 0;z-index: -1;background: rgba(0,0,0,.6);opacity: 0;}
.content,.bili_content{ width: 100%;height: 100%;margin: 0;overflow: hidden;position: relative;z-index: 9999;}
.close1,.bili_close{ right:0;opacity: 1;z-index: 9999;cursor: pointer;position: fixed;top: 86%;left: 50%;margin-left: -25px;width: 50px;height: 50px;padding: 10px;color: #fff;background: rgba(255,0,0,.8);border-radius: 50%;transition: .5s;}
.close1 img,.bili_close img{ width: 100%;}
.center,.bili_center{ float: left;width: 100%;height: 100%;overflow: hidden;background: rgba(0,0,0,.4);position: relative;z-index: 9998;}
.center video,.bili_center iframe{ display: block;background-size: 100% 100%;background-position: center center;transition-duration: .5s;position: fixed;left: 50%;top: 50%;width: 50%;height: auto;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.bili_center iframe{ height:50%}
#ib_iconDiv{ display:none !important}



/* end */

/* 头部 */
.header{ float: left;width: 100%;height: 90px;line-height: 90px;position: fixed;left: 0;top:0;z-index: 900;transition: all .6s;background-color: rgba(255,255,255,0);text-align: center;display: flex}
.header:hover,.hed_fix{ background-color: rgba(255,255,255,1);}
.header:hover:before ,.hed_fix:before{ content: "";width: 100%;height: 2px;left: 0;bottom: -2px;position: absolute;z-index: 18;background-color: #c7000b}
.hea_logo{ float: left;width: auto;height: 100%;overflow: hidden;text-align: left;padding-right: 50px}
.hea_logo img{ max-height: 50px;}
.hea_logo_two{ display: none}
.hed_fix .hea_logo_one,.header:hover .hea_logo_one{ display: none}
.hed_fix .hea_logo_two,.header:hover .hea_logo_two{ display: inline-block}
.hea_nav{ width: auto;height: 100%;display: inline-block;}
.hea_nav ul li{ float: left;width: auto;height: 100%;line-height: 100px;margin-right: 50px;position: relative;}
.hea_nav ul li:nth-last-of-type(1){ margin-right: 0;}
.hea_nav ul li a.item{ font-size: 18px;color: #ffffff;padding-right: 18px;background: url('../images/ico_01.png') no-repeat right center;background-size: 10px;transition: all .6s;}
.hea_nav ul li.active a.item{ color: #c7000b;background: url('../images/ico_02.png') no-repeat right center;background-size: 10px;}
.header:hover ul li a.item,.hed_fix ul li a.item{ color: #333;background: url('../images/ico_03.png') no-repeat right center;background-size: 10px;}
.hea_nav ul li:hover a.item{ color: #c7000b;background: url('../images/ico_02.png') no-repeat right center;background-size: 10px;}
.hea_nav ul li:nth-of-type(1) a.item, .hea_nav ul li:nth-of-type(2) a.item/*, .hea_nav ul li:nth-of-type(4) a.item*/{ background: none;}
.hed_nav_son1{ position: absolute;top: 0;left: 50%;width: 230px;margin-left:-115px;height: auto;background-color: #fff;display: none;transition: all .7s;box-shadow: 0 2px 10px rgba(0, 0, 0, .1);}
.hea_nav ul li:hover .hed_nav_son1,.hed_nav_son1:hover{ display: inline-block;top: 90px;}
.hed_nav_son1 a{ display: block;width: 100%;text-align: center;height: 50px;line-height: 50px;font-size: 16px;color: #333;border-top: 1px solid #ddd;transition: all}
.hed_nav_son1 a:nth-of-type(1){ border-top: none}
.hed_nav_son1 a:hover{ background-color: #c7000b;color: #fff;border-bottom: none;}
.hed_nav_son2{ display: none;position: fixed;left: 0;top:90px;z-index: 100;width: 100%;border-top: 1px solid #e5e5e5;background-color: #fff;}
.hed_nav_son2:hover{ display: inline-block !important;}
.hed_nav_son2_h{ width: 100%;display: flex}
.nav_por_list{ width: 25%;position: relative;z-index: 2;background-color: #f7f7f7;}
.nav_por_list ul{ display: inline-block;width: 100%}
.nav_por_list ul li{ float: left;;width: 100%;display: flex;padding: 0 0 0 20%;height: 54px;line-height: 54px;font-size: 18px;color: #333;border-bottom: 1px solid #cccccc;position: relative;}
.nav_por_list ul li:after{content: "";display: block;right: -10px;top: 0;width: 0;height: 0;border-top: 27px solid transparent;border-bottom: 28px solid transparent;border-left: 10px solid #fff;position: absolute;border-radius: 0 50px 76px 0;}
.nav_por_list ul li.active{ background-color: #c9caca;border-bottom: 1px solid #c9caca;color: #c7000b;}
.nav_por_list ul li.active:after{ border-left-color: #c9caca;}
.nav_por_tab{width: 75%;padding: 25px 0 22px;background-color: #fff;position: relative}
.nav_por_tab > div.item{ float: left;width: 100%;height: 100%;overflow: hidden;display: none;}
.nav_por_tab > div.item:nth-of-type(1){ display: inline-block}
.nav_por_tab > div.item a{ display: flex;flex-direction: column;align-items: center;width: 25%;height: 100%;float: left;}
.nav_por_tab > div.item a .nav_por_tab_img { position: relative;width: 100%;height: 90%;line-height: 290px;overflow: hidden}
.nav_por_tab > div.item a .nav_por_tab_img img { position: absolute;top: 10%;left: 0;width: 100%;height: 80%;object-fit: contain;-webkit-transition: all .3s linear;transition: all .3s linear;}
.nav_por_tab > div.item a:hover .nav_por_tab_img img{ -webkit-transform: scale(1.04);transform: scale(1.04);}
.nav_por_tab > div.item a p{ font-size: 16px;color: #666;}
.hea_contact{ float: right;width: auto;height: 100%;line-height: 90px;color: #FFFFFF}
.hea_photo{ float: left;padding: 0 30px 0 60px;background: url(../images/ico_04.png) no-repeat 20px center / 26px;font-size: 20px;color: #3c3c3c;-webkit-transition: all 0.3s;transition: all 0.3s;}
.hea_applets{ float: right;position: relative;z-index: 2;display: inline-block;vertical-align: middle;line-height: 90px;overflow-x: hidden;-webkit-transition: all 0.3s;transition: all 0.3s;}
.hea_applets a{ font-size: 16px;color: #3c3c3c;}
.hea_applets::before{ width: 100%;height: 1px;background-color: #c7000b;content: "";position: absolute;left: 0;bottom: 25px;}
.hea_applets a:hover{ color: #c7000b;}
.hed_fix .hea_lan,.header:hover .hea_lan_left{ color: #010101;}
.table_box{ display: table;width: 100%;height: 100%;overflow: hidden}
.table_cell{ display: table-cell;vertical-align: middle}
/*顶部移动端导航*/
.header .web_nav{ position: fixed;top:75px;left:0;width: 100%;height: 0;font-size:14px;line-height: 70px;overflow-y: auto;background:#fff;transition: all 0.5s;}
body.ver_open .header .web_nav { height: calc(100% - 75px);height: -webkit-calc(100% - 75px);padding-bottom: 30px;}
.header .web_nav a { display: block;margin: 0 20px;border-bottom:1px solid #f1f1f1;text-align:left;color: #333;-webkit-transition: all 0.3s;transition: all 0.3s;font-size: 18px;}
.header .web_nav>li:first-child {border-top:1px solid #f1f1f1;}
/*.header .web_nav li:hover>a,.header .web_nav li.active>a {color: #f9812a;}*/
.header .web_nav li a i{float: right;margin-top: 25px;font-size:20px;position: relative;width: 13px;height: 20px;}
.header .web_nav li a i:before{ content: "";width: 13px;height: 20px;background: url('../images/ico_03.png') no-repeat center center;background-size: 12px;position: absolute;left: 0;top: 0}
.header .web_nav li ul {display: none;}
.header .web_nav li ul a {padding-left: 15px;font-size: 16px;line-height: 60px;}
/*顶部导航开关*/
.header .web_menu{ position: absolute;top:50%;right: 15px;display: none;width: 24px;height: 20px;margin-top: -10px;cursor: pointer;}
.header .web_menu i{ position: relative;display: block;height: 2px;background:#fff;-webkit-transition: all 0.3s;transition: all 0.3s;}
.ver_open .header .web_menu i,.ver_open .header .web_menu i,.header:hover .web_menu i,.hed_fix .web_menu i{ background:#333;}
.ver_open  .header .web_menu i:nth-child(1) {top: 0;}
.header .web_menu i:nth-child(3) {bottom: 0;}
.header .web_menu i:nth-child(2) {margin: 6px 0;}
.ver_open .header .web_menu i:nth-child(2) {opacity: 0;}
.ver_open  .header .web_menu i:nth-child(1) {top: 8px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.ver_open .header .web_menu i:nth-child(3) {bottom: 8px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}

/*.sidebar_left{ position: fixed;width: 300px;padding: 0 20px 0 8px;height: 45px;line-height: 45px;transition: all .6s;background-color: #c7000b;z-index: 888;left: 0;bottom: 20%;border-radius: 0 20px 20px 0;overflow: hidden;}*/
/*.sidebar_left i{ float: left;width: 45px;height: 45px;background: url('../images/ico_21.png') no-repeat center center;background-size: 35px;}*/
/*.sidebar_left span{ font-size: 14px;color: #FFFFFF;width: auto;height: 100%;overflow: hidden;display: inline-block}*/
/*.hidd_side{ width: 73px;}*/
/*.hidd_side:hover{ width: 300px;}*/

/* end */

/*底部*/
.footer{ float: left;width: 100%;height: auto;overflow: hidden;background-color: #f4f4f4;padding: 75px 0 10px;}
.footer_nav{ float: left;width: 100%;height: auto;overflow: hidden;margin-bottom: 30px;}
.footer_nav_list{ float: left;width: auto;height: auto;overflow: hidden}
.footer_nav_list ul li{ float: right;width: auto;height: auto;overflow: hidden;margin-left: 100px;}
.footer_nav_list ul li:nth-last-of-type(1){ margin-left: 0}
.footer_nav_list ul li h3{ font-size: 18px;font-weight: 400;margin-bottom: 10px;}
.footer_nav_list ul li h3 a{ color: #000000;}
.footer_nav_list ul li p{ font-size: 14px;color: #9fa09f;line-height: 30px;}
.footer_nav_list ul li p a{ color: #9fa09f;transition: all .6s}
.footer_nav_list ul li p a:hover{ color: #c7000b}
.footer_nav_data{ float: right;width: 290px;;height: auto;overflow: hidden;margin-right:30px;}
.footer_nav_data h3{ font-size: 18px;font-weight: 400;margin-bottom: 10px;color: #000000;}
.footer_nav_data p{ font-size: 14px;color: #9fa09f;line-height: 22px;margin-bottom: 8px;}
.footer_icon{ float: left;width: 100%;height: 101px;border-bottom: 1px solid #999999}
.footer_icon_logo,.footer_icon_list{ float: left;width: auto;height: 100%;}
.footer_icon_logo{ line-height: 100px}
.footer_icon_logo img{
    width: 150px;
}
.footer_icon_list{ float: right}
.footer_icon_list ul li{ float: left;width: auto;height: 100%;line-height: 100px;position: relative;margin-right: 30px;}
.footer_icon_list ul li:nth-last-of-type(1){ margin-right: 0}
.footer_icon_list ul li img{ max-width: 30px;}
.footer_icon_list ul li span.weixi{ width: 80px;height: 80px;position: absolute;left: 50%;top:-50px;margin-left: -40px;background: #FFFFFF url('../images/images_02.jpg') no-repeat center center;padding: 5px;background-size: 70px;opacity: 0;transition: all .6s;border-radius: 5px}
.footer_icon_list ul li:hover span.weixi{ opacity: 1}
.footer_copy{ float: left;width: 100%;height: auto;}
.footer_copy_left{ float: left;width: auto;height: auto;overflow: hidden;margin-bottom: 10px;}
.footer_copy_left p{ float: left;width: 100%;line-height: 42px;font-size: 14px;color: rgb(153, 153, 153);margin-right: 10px;}
.footer_copy_left a{ font-size: 14px;color: rgb(153, 153, 153);}
.footer_copy_right{ float: right;line-height: 42px;}
.footer_copy_right a{ font-size: 14px;color: rgb(153, 153, 153);}
.footer_web{ display: none;width: 100%;position: fixed;z-index: 998;bottom: 0;background: #c7000b;text-align: center;box-sizing: border-box;-webkit-box-sizing: border-box;}
.f_web_menu{ float: left;width: 25%;text-align: center;height: 50px;position: relative;background-color: #c7000b}
.f_web_menu a{ width: 100%;height: 100%;overflow: hidden;display: inline-block;color: #FFFFFF;font-size: 13px;}
.f_web_menu a:focus{text-decoration: none}
.f_web_menu a span{ display: block;height: 22px;width: 22px;margin: 5px auto 4px;}
.f_web_menu:nth-of-type(1) a span{ background: url(../images/about_ico1.png) no-repeat;background-size: 22px;}
.f_web_menu:nth-of-type(2) a span{ background: url(../images/about_ico2.png) no-repeat;background-size: 22px;}
.f_web_menu:nth-of-type(3) a span{ background: url(../images/about_ico3.png) no-repeat;background-size: 22px;}
.f_web_menu:nth-of-type(4) a span{ background: url(../images/about_ico4.png) no-repeat;background-size: 22px;}
.triangle{ position: absolute;bottom: 2px;right: 5px;width: 0;height: 0;border: 5px solid transparent;border-right: 5px solid #fff;border-bottom: 5px solid #fff;opacity: .5;}
.f_web_menu ul{ position: absolute;bottom: 60px;z-index: 10;width: 100%;padding: 0 2%;background: #333;box-sizing: border-box;-webkit-box-sizing: border-box;border-radius: 5px;display: none;}
.f_web_menu ul li{ width: 100%;background: #333;float: none;box-sizing: border-box;-webkit-box-sizing: border-box;border-bottom: 1px solid #444;margin-bottom: 0.5px;}
.f_web_menu ul li a{ display: block;height: 40px;line-height: 40px;color: #fff;border: none;text-align: center;font-size: 12px;}
.f_web_menu ul:before{ content: "";width: 0;height: 0;position: absolute;left: 50%;margin-left: -9px;bottom: -8px;border-top: 9px solid #333;border-left: 9px solid transparent;border-right: 9px solid transparent;z-index: 11;}
/*end*/

/*首页轮播图*/
.index_banner{ float: left;width: 100%;height: auto;overflow: hidden;}
.banner_one { background: #fff;}
.banner_one .swiper-slide{ position: relative;overflow: hidden;}
.banner_one .swiper-slide img{ width: 100%;height: 100vh;object-fit: cover;-webkit-transition: all 7s;transition: all 7s;}
.banner_one .swiper-slide-active img{transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);}
.banner_one .swiper-slide img.index_banner_pc{ display: inline-block}
.banner_one .swiper-slide img.index_banner_web{ display: none}

.banner_one .swiper-slide .banner_one_txt {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;color: #fff;}
.banner_one .swiper-slide .banner_one_txt .ban_title{font-size: 60px;line-height: 80px;text-shadow: 0 2px 10px rgba(0,0,0,.3);}
.banner_one .swiper-slide .banner_one_txt .ban_text {padding: 10px 0 45px;font-size: 40px;line-height: 56px;text-shadow: 0 2px 10px rgba(0,0,0,.3);}
.ban_more{ float: left;width: 215px;height: 56px;text-align: center;line-height: 56px;background-color: #c7000b;color: #FFFFFF;border-radius: 25px;}
.ban_more:hover{ color: #FFFFFF}
.banner_one .swiper-pagination-bullet {opacity: 1;}
.banner_one .c-dot {position: absolute;bottom: 80px;left: 0;width: 100%;}
.banner_one .swiper-pagination{position: relative;text-align: left;}
.banner_decline{ position: absolute;bottom: 20px;left: 50%;z-index: 10;text-align: center;color: #fff;-webkit-transform: translateX(-50%);transform: translateX(-50%);cursor: pointer;}
.banner_decline i{ width: 30px;height: 40px;border: 1px solid #FFFFFF;border-radius: 12px;position: relative;display: inline-block}
.banner_decline i::before{ content: "";position: absolute;top: 12px;left: 12px;width: 1px;height: 10px;background: #fff;animation: decline 1.5s linear infinite;-webkit-animation: decline 1.5s linear infinite;}
.banner_decline p{ width: 100%;height: auto;line-height: 18px;font-size: 12px;color: #FFFFFF}

.loading { margin: 0 5px;width: 38px;height: 38px;position: relative;border: 4px solid transparent;background: transparent;outline: none}
.loading.swiper-pagination-bullet-active { border-color: rgba(255,255,255,.2);}
.loading .c-progress {position: absolute;width: 8px;height: 8px;background-color: #fff;border-radius: 50%;left: 11px;top: 11px;line-height: 120px;text-align: center;}
.loading.swiper-pagination-bullet-active .c-progress {background-color: #c7000b;}
.loading .left, .loading .right {opacity: 0;width: 19px;height: 38px;overflow: hidden;position: absolute;left: -4px;top: -4px;}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {opacity: 1;}
.loading .right {left: auto;right: -4px;top: -4px;}
.loading .left:after, .loading .right:after {content: "";position: absolute;display: block;top: 0;left: 0;width: 19px;height: 38px;border: 4px solid #fff;border-radius: 19px 0 0 19px;border-right: 0;}
.loading .right:after {content: "";position: absolute;display: block;border-radius: 0 19px 19px 0;border: 4px solid #fff;border-left: 0;}
.loading.swiper-pagination-bullet-active .left:after { transform-origin: right center; /* animation-iteration-count: infinite; */animation-fill-mode: forwards;animation-duration: 3.9s;animation-timing-function: linear;animation-name: spin-left;}
.loading.swiper-pagination-bullet-active .right:after { transform-origin: left center;animation-duration: 3.9s; /* animation-iteration-count: infinite; */animation-timing-function: linear;animation-name: spin-right;}
@keyframes spin-right {
    0% { transform: rotate(180deg); }
    50% { transform: rotate(360deg); }
    100% { transform: rotate(360deg);}
}
@keyframes spin-left {
    0% {   transform: rotate(180deg); }
    50% {   transform: rotate(180deg); }
    100% {  transform: rotate(360deg); }
}
@-webkit-keyframes c-zoom {
    0% { transform:scale(1,1); -webkit-transform:scale(1,1);  }
    100% {  transform:scale(1.1,1.1);  -webkit-transform:scale(1.1,1.1);  }
}
@keyframes c-zoom {
    0% {  transform:scale(1,1);  -webkit-transform:scale(1,1); }
    100% {  transform:scale(1.2,1.2);  -webkit-transform:scale(1.2,1.2); }
}
.c-zoom { -webkit-animation-name: c-zoom; animation-name: c-zoom;}
.table_box{ display: table}
.table_cell{ display: table-cell;vertical-align: middle}

.index_one{ float: left;width: 100%;height: auto;overflow: hidden;background: url("../images/images_01.jpg") no-repeat top center;}
.index_one_left,.index_one_right{ float: left;width: 50%;min-height: 405px;overflow: hidden}
.index_one_left{ background: url('../images/ico_05.png') no-repeat 10px 70px;padding: 80px 0 0 95px;font-size: 28px;color: rgb(20, 19, 19);font-weight: bold;line-height: 1.786;}
.index_one_right { padding: 90px 0 0 0;}
.index_one_right h3{ font-size: 32px;color: rgb(20, 19, 19);margin-bottom: 15px;}
.index_one_right p{ font-size: 16px;color: rgb(51, 51, 51);line-height: 34px;}

.index_one_right ul{
    width: 100%;
    height: auto;
    margin: 25px 0 40px;
    overflow: hidden;
}
.index_one_right ul li{
    float: left;
    width: 25%;
    height: auto;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_one_right ul li div{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.index_one_right ul li div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_one_right ul li h5{
    font-size: 18px;
    margin: 10px 0;
    color: rgba(231,64,64,0.9);
}
.index_one_right ul li span{
    font-size: 13px;
    color: #737373;
}


.index_one_video{ float: left;width: 100%;height: auto;overflow: hidden;margin-top: 25px;text-align: center;position: relative}
.index_one_video img{ width: 800px;}
.index_one_video a{ color: #3c3c3c;font-size: 16px;line-height: 70px;display: inline-block;padding-left: 80px;position: absolute;left: 50%;top: 80%;margin-left: -30px;}
.index_one_video a:before{ content: "";position: absolute;left: 0;top:0;width: 60px;height: 60px;background-color: #c7000b;border-radius: 50%;overflow: hidden;z-index: 1;animation: video_but 1.5s linear infinite;-webkit-animation: video_but 1.5s linear infinite;}
.index_one_video a:after{ content: "";position: absolute;left: 0;top:0;width: 60px;height: 60px;background: url('../images/ico_06.png') no-repeat center center;background-size: 18px;z-index: 10;animation: video_but 1.55s linear infinite;-webkit-animation: video_but 1.55s linear infinite;}
.index_one_video a:hover{ color: #c7000b;}

.index_tit{ float: left;width: 100%;height: auto;overflow: hidden;text-align: center;}
.index_tit h2{ font-size: 30px;color: rgb(0, 0, 0);line-height: 1.669;}
.index_tit p{ font-size: 18px;color: rgb(102, 102, 102);line-height: 26px;}
.index_tit p span{ color: #c7000b;}

.index_two{ float: left;width: 100%;height: auto;overflow: hidden;background-color: #e8f9ff;padding: 60px 5% 130px;}
/*.index_two ul{ float:left;width: 100%;height: auto;overflow: hidden;margin-top: 30px;background-color: #ffffff;display: -webkit-box;display: -webkit-flex;display: flex;}*/
/*.index_two ul li{ float: left;height: 445px;transition: all .6s ease;overflow: hidden;position: relative;border: 1px solid #dae0e5;border-right: none;background-color: #FFFFFF;-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}*/
/*.index_two ul li:nth-last-of-type(1){ border: 1px solid #dae0e5;}*/
/*.index_two ul li.active{ flex: 2;border: none;}*/
/*.index_two_receive{ position: absolute;top: 0;left: 0;z-index: 3;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;text-align: center;transition: .4s;}*/
/*.index_two ul li.active .index_two_receive { opacity: 0;}*/

/**  原本隐藏*/
/*.index_two_receive{ float: left;width: 100%;height: 100%;overflow: hidden;text-align: center;position: relative}*/
/*.index_two ul li.active .index_two_receive{ margin-left: -100%}*/
/*原本隐藏end*/

/*.index_two_receive p{ font-size: 28px;color: rgb(182, 182, 182);position: absolute;left: 0;top: 30px;width: 100%;font-style: oblique;}*/
/*.index_two_receive h3{ font-size: 32px;color: #666;margin: 0 auto;width: 46px;text-align: center;font-weight: 400;line-height: 40px;}*/
/*.index_two_receive span{ position: absolute;bottom: 25px;left: 50%;margin-left: -15px;width: 30px;height: 30px;text-align: center;line-height: 28px;overflow: hidden;;display: inline-block;}*/
/*.index_two_receive span img{ width: 10px;position: relative;z-index: 10}*/
/*.index_two_receive span:before{ content: "";position: absolute;left: 0;top: 0;width: 30px;height: 30px;background: url('../images/ico_08.png') no-repeat center center;background-size: 30px;animation: gorotate 6s linear infinite;}*/
/*.index_two_unfold:before{ content: "";width: 100%;height: 100%;background-color: rgba(197, 0, 11,.5) ;position: absolute;left: 0;top: 0}*/
/*.index_two_unfold{ position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 2;background: url(../images/bj_02.png) no-repeat center center;background-size: cover;padding: 60px 15px 0;opacity: 0;transition: .5s;text-align:center}*/
/*.index_two ul li.active .index_two_unfold{ opacity: 1;}*/

/*.index_two_unfold h3{ float: left;width: 100%;height: 26px;line-height: 26px;text-align: left;font-size: 26px;color: #ffffff;position: relative;z-index: 10}*/
/*.index_two_unfold h3 span{ float: right;font-size: 22px;font-weight: 400;color: #ffffff;}*/

/**  原本隐藏*/
/*.unfold_con{ float: left;position: relative;z-index: 10;width: 100%;height: auto;text-align: left;border-bottom: 2px solid #f6f6f6;color: #ffffff;line-height: 24px;font-size: 14px;padding: 10px 0;margin-bottom: 25px;}*/
/*.unfold_list{ float: left;position: relative;z-index: 10;width: 100%;height: auto;overflow: hidden;}*/
/*.unfold_list_img{ float: right;position: relative;z-index: 10;width: 100%;height: auto;overflow: hidden;text-align: center;}*/
/*.unfold_list_img img{ max-width: 100px;margin: 2px 0}*/
/*.unfold_list .unfold_list_txt{ float: left;width: 100%;height: auto;min-height:145px;overflow: hidden;margin-top: 0;margin-bottom: 25px;}*/
/*.unfold_list .unfold_list_txt p{ float: left;width: 100%;*/
/*height: 26px;*/
/*    font-size: 14px;color: #ffffff;text-align: center;line-height: 26px;border: none;overflow: hidden;text-overflow: ellipsis;*/
/*white-space: nowrap;*/
/*}*/
/*.index_two_unfold a{ position: relative;z-index: 10;width: 126px;height: 40px;text-align: center;transition:all .6s;line-height: 40px;font-size: 16px;color: #c7000b;border-radius: 3px;background-color: #FFFFFF;display: inline-block;margin: 35px auto 0}*/
/*原本隐藏end*/

/*.unfold_con{ float: left;position: relative;z-index: 10;width: 100%;height: auto;text-align: left;border-bottom: 1px solid rgba(255, 255, 255, .1);color: #ffffff;line-height: 24px;font-size: 14px;padding: 10px 0;margin-bottom: 25px;}*/
/*.unfold_list{ float: left;position: relative;z-index: 10;width: 100%;height: auto;overflow: hidden;}*/
/*.unfold_list_img{ float: right;position: relative;z-index: 10;width: 104px;height: auto;overflow: hidden;text-align: center;background: #ffffff}*/
/*.unfold_list_img img{ max-width: 100px;margin: 2px 0}*/
/*.unfold_list .unfold_list_txt{ float: left;width: calc(100% - 110px);height: auto;min-height:170px;overflow: hidden;margin-top: 0}*/
/*.unfold_list .unfold_list_txt p{ float: left;width: 100%;height: auto;font-size: 14px;color: #ffffff;text-align: left;line-height: 26px;border: none;}*/
/*.index_two_unfold a{ position: relative;z-index: 10;width: 126px;height: 40px;text-align: center;transition:all .6s;line-height: 40px;font-size: 16px;color: #c7000b;border-radius: 3px;background-color: #FFFFFF;display: inline-block;margin: 35px auto 0}*/

/*2.0版本*/
.index_two{ background: url('../images/images_35.jpg') no-repeat center bottom; position: relative;padding: 80px 0;background-size:cover}
.index_two:before{ content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background-color: rgba(0,66,173,.8)}/***/
.index_two .index_tit{ position: relative;z-index: 10;}
.index_two .index_tit h2,.index_two .index_tit p{ color: #FFFFFF}

.index_two_slibe{ width: 1200px;height: auto;display: flex;flex-direction: row;justify-content: center;flex-wrap: wrap;margin: 0 auto;position: relative;z-index: 15;padding-top: 50px;}
.index_two_slibe div.item{ flex: none;float: left;width: calc(33.33% - 20px);padding: 30px 20px 10px;min-height: 180px;background-color: rgba(255,255,255,.45);margin: 0 30px 30px 0;transition: all .6s;border-radius: 5px}
.index_two_slibe div.item:nth-child(3n){ margin-right: 0}
.index_two_slibe div.item p{ width: 100%}
.index_two_slibe div.item p img{ width: 35px}
.index_two_slibe div.item h3{ font-size: 18px;color: #FFFFFF;margin: 10px 0 5px}
.index_two_slibe div.item span{ width: 100%;line-height: 26px;font-size: 14px;color: #FFFFFF}


/*.index_two ul li.active .index_two_unfold a{ width: 126px;}*/
.index_three{ float: left;width: 100%;height: 750px;overflow: hidden;padding: 47px 0 49px;position: relative;}
.index_three::before,.index_three::after{ content: "";position: absolute;top: 0;height: 100%;overflow: hidden;}
.index_three::before{ left:0;width: 47.39%;background: url('../images/images_03.jpg') no-repeat left center;background-size:cover}
.index_three::after{ right:0;width: 52.61%;background: url('../images/images_04.jpg') no-repeat right center;background-size:cover}
.index_three_left{ float: left;width: 37.5%;height: 654px;overflow: hidden;padding: 0 35px;position: relative;text-align: left;}
.index_three_left img{ max-width: 100%;}
.index_three_left p{ font-size: 20px;color: rgb(255, 255, 255);line-height: 33px;}
.index_three_right{ float: left;width: 62.5%;height: 654px;background-color: #ffffff;overflow: hidden;position: relative;padding: 35px 50px;z-index: 10;}
.index_three_right ul li{ float: left;width: 100%;height: auto;overflow: hidden;padding: 25px 0;;border-bottom: 1px dashed #e8e8e8;;}
.index_three_right ul li:nth-last-of-type(1){ border-bottom: none}
.index_three_right ul li h3{ font-size: 28px;line-height: 42px;color: #141313;}
.index_three_right ul li h3 span{ color: rgb(197, 0, 11);}
.index_three_right ul li p{ font-size: 16px;color: rgb(51, 51, 51);line-height: 28px;margin-top: 5px;}
.index_four{ float: left;width: 100%;height: auto;overflow: hidden;margin:60px 0 0;padding-bottom: 60px;background: url('../images/ico_10.png') no-repeat top center;position: relative;}
.index_four::before{ content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 50%;background-color: #eef3f7;}
.partner_list{ float: left;width: 100%;height: auto;border-radius: 8px;min-height: auto;padding: 10px 2%;background-color: #FFFFFF;box-shadow: 0 10px 35px rgba(0, 0, 0, .1);position: relative;z-index: 10;margin-top: 30px;}
.partner_list ul{ display: flex;flex-wrap: wrap;align-items: flex-start;}
.partner_list ul li{ float: left;width: 16.666%;padding: 0 10px;}
.partner_logo{ height: 100px;max-height: 100px;overflow: hidden;line-height:100px;text-align: center}
.partner_logo img{ max-width: 100%;max-height: 100%}
/*.partner_logo img { -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: url(../images/gray.svg#grayscale);filter: gray;}*/
.index_five{ float: left;width: 100%;height: auto;overflow: hidden;padding: 60px 0;}
.comment,.index_video_silbe{ float: left;width: 100%;height: auto; padding: 25px 160px 40px;}
.comment .comment_list{ float: left;width: 100%;height: 430px;padding: 0 60px;border-radius: 15px;overflow: hidden;background-size: cover !important;position: relative;box-shadow: 0 10px 35px rgba(197, 0, 11, .1);text-align: center;display: table;}
.comment .comment_list:before{ content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);z-index: 15}
.comment .comment_list > .comment_list_tab{ display: table-cell;vertical-align: middle;}
.comment_list_bj{ width: 100%;height: auto;overflow: hidden;position: absolute;left: 0;top: 0;z-index: 10}
.comment .comment_list .comment_list_img{ float: left;width: 100%;height: 135px;margin-bottom: 20px;overflow: hidden;text-align: center;;position: relative;z-index: 16;display: none}
.comment .comment_list .comment_list_img p{ width: 135px;height: 135px;display: inline-block;background-color:#ffffff;border-radius: 50%;overflow: hidden;line-height: 135px;}
.comment .comment_list .comment_list_img p img{ max-width: 90%;max-height: 90%;}
.comment_list_txt{ float: left;width: 100%;height: auto;overflow: hidden;text-align: center;position: relative;z-index: 16}
.comment_list_txt h5{ font-size: 22px;color: rgb(255, 255, 255);margin-bottom: 10px;}
.comment_list_txt p{ font-size: 14px;color: rgb(255, 255, 255);line-height: 25px;margin-bottom: 25px;}
.comment_list_txt a{ width: 160px;height: 50px;text-align: center;line-height: 50px;font-size: 14px;color: #ffffff;position: relative;display: inline-block;z-index: 10;transition: all .6s;}
.comment_list_txt a span{ width: 50px;height: 50px;display: inline-block;z-index: -1;border-radius: 50%;overflow: hidden;position: absolute;left: 50%;margin-left: -25px;top: 0;background-color: #f1f1f1;opacity: .5;transition: all .6s;}
.comment_list_txt a:hover{ color: #FFFFFF;}
.comment_list_txt a:hover span{ width: 160px;;background: #c5000b;border-radius: 25px;opacity: 1;left: 0;margin-left: 0}
.comment_list_video{ position: absolute;top: 50%;left: 0;z-index: 1;width: 100%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}

.comment .swiper-pagination-bullet-active,.index_video_silbe .swiper-pagination-bullet-active{ background: #c5000b;}
.comment .swiper-pagination-bullet,.index_video_silbe .swiper-pagination-bullet{margin: 0 10px !important;width: 14px;height: 14px;vertical-align: bottom;}
.comment .swiper-button-prev:after,.comment  .swiper-button-next:after{ color: #c5000b;font-size: 26px;}
.comment .swiper-button-next,.comment .swiper-button-prev {top: 50%;width: 80px;height: 80px;margin-top: -40px;border-radius: 50%;background-size: 32px auto;background-position: center;background-repeat: no-repeat;background-color: #fff;box-shadow: 0 5px 10px rgba(28, 173, 228, .1);}
/*.comment .swiper-button-prev {*/
/*background-image: url(../images/jt1.png);*/
/*}*/
/*.comment .swiper-button-next {*/
/*background-image: url(../images/jt2.png);*/
/*}*/
/*.comment .swiper-button-prev:hover {*/
/*background-image: url(../images/jt1-h.png);*/
/*}*/
/*.comment .swiper-button-next:hover {*/
/*background-image: url(../images/jt2-h.png);*/
/*}*/
.comment .swiper-pagination { bottom: 0;}

.index_video{ background-color: #f4f4f4}
.index_video_silbe .index_video_img{ width: 100%;height: auto;position: relative}
.index_video_silbe .index_video_img:before{ content: "";width: 100%;height: 100%;background: rgba(0,0,0,.1);position: absolute;left: 0;top:0}
.index_video_silbe .index_video_img i{ width: 100px;height: 100px;background: rgba(255,255,255,.8) url('../images/ico_41.png') no-repeat center center;border-radius: 50%;position: absolute;left: 50%;top:50%;margin: -50px 0 0 -50px;z-index: 10;transition: all .6s}
.index_video_silbe .index_video_img:hover i{ background: rgba(255,255,255,.8) url('../images/ico_41.png') no-repeat 30px center ;}
.index_video_silbe img{ width: 100%;border-radius: 5px}
.index_video_silbe h3{ margin: 10px auto 0;font-size: 18px;text-align: center;color: #000000;width: 100%;height: 35px;line-height: 35px;padding: 0 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index_video_silbe p{ width: 100%;height: auto;line-height: 30px;text-align: center;color: #d0464e;font-size: 14px;margin-bottom: 15px;}
.index_video_silbe p span{ font-size: 14px;color: #000000;margin-top: 8px}

.index_six{ float: left;width: 100%;height: auto;overflow: hidden;margin: 30px 0 75px;}
.good_news{ width: 100%;height: auto;overflow: hidden;margin-top: 35px;float: left}
.good_news_left{ float: left;width: 450px;height: auto;overflow: hidden;background-color: #f4f4f4}
.good_news_left_img{ width: 100%;height: 300px;overflow: hidden;text-align: center}
.good_news_left_img img{ width: 100%}
.good_news_left_txt{ width: 100%;height: 175px;padding:20px;overflow: hidden;color: #000000}
.good_news_left:hover .good_news_left_txt h3{ color: #c5000b}
.good_news_left_txt h3{ width: 100%;height: 40px;font-size: 18px;line-height: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;position: relative;margin-bottom: 10px;}
.good_news_left_txt h3:before{ content: "";width: 0;height: 2px;background-color: #c5000b;position: absolute;left: 0;bottom: 0;-webkit-transform: translateX(0);-moz-transform: translateX(0);-o-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;-o-transition: .5s; }
.good_news_left:hover .good_news_left_txt h3:before{ width: 50px;}
.good_news_left_txt p{ font-size: 13px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.good_news_right{ float: right;width: calc(100% - 500px);height: auto;overflow: hidden}
.g_news_item{ float: left;width: 100%;height: auto;margin-bottom: 18px;}
.g_news_item ul li{ float:left;width: 49%;height: 40px;line-height: 40px;font-size: 16px;text-align: center;margin-right: 2%;position: relative;background-color: #f4f4f4;transition: all .6s;color: #000;cursor: pointer}
.g_news_item ul li.on{ background-color: #c5000b;color: #ffffff}
.g_news_item ul li:before{ content: "";width: 10px;height: 6px;background: url('../images/ico_11.png') no-repeat center center;position: absolute;bottom: -6px;left: 50%;margin-left: -5px;opacity: 0;transition: all .6s;}
.g_news_item ul li.on:before{ opacity: 1}
.g_news_item ul li:nth-of-type(2){ margin-right: 0}
.g_news_list{ float: left;width: 100%;height: auto;overflow: hidden}
.g_news_list div.item{ float: left;width: 100%;height: auto;overflow: hidden;display: none}
.g_news_list div.item:nth-of-type(1){ display: inline-block}
.g_news_list ul li{ float: left;width: 49%;height: 96px;overflow: hidden;background: #f4f4f4;padding: 8px 15px;margin-bottom: 11px;}
.g_news_list ul li:nth-child(even){ float: right}
/*.g_news_list ul li:nth-last-of-type(1),.g_news_list ul li:nth-last-of-type(2){ margin-bottom: 0}*/
.g_news_list ul li:nth-of-type(7),.g_news_list ul li:nth-of-type(8){ margin-bottom: 0}
.g_news_list_date{ float: left;width: 80px;height: 80px;background: #afafaf;display: table;transition: all .6s}
.g_news_list ul li:hover .g_news_list_date{ background-color: #c5000b}
.g_news_list_date > div{ display: table-cell;vertical-align: middle;text-align: center}
.g_news_list_date > div span{ display: inline-block;color: #ffffff;font-size: 14px;}
.g_news_list_date > div span:nth-of-type(1){ font-size: 18px;font-weight: bold;}
.g_news_list_text{ float: right;width: calc(100% - 90px);height: 80px;overflow: hidden;}
.g_news_list_text h4{ font-size: 15px;line-height: 34px;width: 100%;height: 34px;color: #3c3c3c;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.g_news_list_text p{ font-size: 13px;line-height: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color: #000}
.g_news_list ul li:hover .g_news_list_text h4{ color: #c5000b}

.index_compose{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0 60px;
    background: #FFFFFF;
    position: relative;
}
.index_compose ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}
.index_compose ul li{
    width: 50%;
    height: auto;
    transition: all .6s;
    padding: 0 60px 0 0;
    display: flex;
    margin: 20px 0;
    align-items: center;
}
.index_compose ul li:nth-child(even){
    padding: 0 0 0 60px;
}
.index_compose ul li:nth-of-type(3){
    padding: 0 157px 0 0;
}
.index_compose ul li:nth-of-type(4){
    padding: 0 0 0 157px;
}
.index_compose ul li .index_compose_ico{
    width: 80px;
    height: 80px;
    background: #74869b;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}
.index_compose ul li:nth-child(even) .index_compose_ico{
    order: 1;
}
.index_compose ul li:nth-of-type(2) .index_compose_ico,.index_compose ul li:nth-of-type(5) .index_compose_ico{
    background: #d44750;
}
.index_compose ul li:nth-of-type(3) .index_compose_ico{
    background: #606c7e;
}
.index_compose ul li:nth-of-type(6) .index_compose_ico{
    background: #8fa6be;
}
.index_compose ul li .index_compose_ico img{
    width: 50%;
}
.index_compose ul li .index_compose_txt{
    width: calc(100% - 110px);
    height: auto;
    overflow: hidden;
    text-align: right;
    order: 1;
    padding: 0 30px 0 0;
}
.index_compose ul li:nth-child(even) .index_compose_txt{
    order: 2;
    text-align: left;
    padding: 0 0 0 30px;
}
.index_compose ul li .index_compose_txt h4{
    font-size: 26px;
    color: #74869b;
    margin-bottom: 10px;
}
.index_compose ul li .index_compose_txt p{
    font-size: 14px;
    line-height: 24px;
}
.index_compose_bj{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 280px;
    height: 280px;
    margin: -140px 0 0 -140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_compose_bj img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*@media (max-width: 1416px)  and (min-width:1300px){*/
/*.index_two_unfold{ width: 282px}*/
/*}*/
/*@media (max-width: 1316px)  and (min-width:1200px){*/
/*.index_two_unfold{ width: 262px}*/
/*}*/

/*end*/

/*分页样式*/
.list_page {float: left;width: 100%;display: block;margin: 20px 0 30px;text-align: center;}
.list_page:after {clear: both;display: block;visibility: hidden;overflow: hidden;height: 0;content:""}
.list_page ul {display: inline-block;margin: 0;padding: 0;list-style: none;vertical-align: bottom;border-radius: 5px;}
.list_page ul li {display: inline-block;float: left;border-right: none;border-radius: 0;margin: 0 3px;}
.list_page ul a,.list_page ul li span {display: inline-block;padding: 9pt 20px;border-radius: 5px;color: #c7000b;line-height: 18px;transition: all 1s cubic-bezier(.175, .885, .32, 1) 0s;float:left;}
.list_page ul li a:hover,.list_page ul li.active a,.list_page ul li:hover span,.list_page ul li.active span { color: #FFFFFF;background-color: #c7000b}
.list_page ul li:not(:first-child):not(:last-child) {border-radius: 0}
.list_page ul li:first-child {border-radius: 4px 0 0 4px}
.list_page ul li:last-child {border-radius: 0 4px 4px 0}
.list_page ul .page-active a {border-radius: 0;background: #eee;color: #333}
/* .list_page ul li:nth-of-type(1),.list_page ul li:nth-of-type(2),.list_page ul li:nth-last-of-type(1){ display: none; } */
/*end*/




/*内页公共样式*/
.inner_banner{ width: 100%;height: 600px;background-size: cover !important;position: relative;margin-top: 90px;}
.inner_banner:before{ content: "";width: 100%;height: 100%;background: rgba(0,0,0,.15);position: absolute;left: 0;top: 0;z-index: 10}
.inner_banner_txt{ text-align: center;color: #FFFFFF;position: relative;z-index: 11;}
.inner_banner_txt h2{ font-size: 40px}
.inner_banner_txt p{ max-width: 800px;margin: 15px auto 0;line-height: 28px;}
.inner_banner img{ max-width: 100%;display: none}
.inner_tit{ float: left;width: 100%;height: auto;overflow: hidden;text-align: center}
.inner_tit h3{ font-size: 42px;color: rgb(243, 152, 1);text-align: center;}
.inner_tit p{ font-size: 18px;color: #333;margin-top: 12px}
.inner_nav{ float: left;width: 100%;height: 80px;overflow: hidden;text-align: center}
.inner_nav ul li{ display: inline-block;margin: 0 20px;line-height: 80px;}
.inner_nav ul li a{ font-size: 16px;color: #666;transition: all .6s}
.inner_nav ul li:nth-of-type(1) a,.inner_nav ul li:hover a{ color: #c5000b}
.inner_title{ float: left;width: 100%;height: 110px;overflow: hidden;position: relative;text-align: center}
.inner_title i{ font-style: normal;font-size: 90px;color: #f5f5f5;opacity: .6;font-weight: bold;text-transform: uppercase;position:absolute;left: 0;top: 0;width: 100%;height: 110px;line-height: 110px;}
.inner_title h2{ position: relative;font-size: 32px;font-weight: 400;color: #333333;line-height: 46px}
.inner_title p{ color: #999;font-size: 18px;position: relative;}
/*end*/

.case_slibes_txt{ transition: all .6s}
.case_slibes_txt:hover{ width: 350px;height: 350px;}

/*关于我们*/
.about_one,.about_one_title,.about_one_data,.about_two,.about_three,.about_adv{ float: left;width: 100%;height: auto;overflow: hidden;position: relative}
.about_one_title{ margin-top: 70px;text-align: center;}
.about_one_title h3{ font-size: 36px;color: #333;margin-bottom: 30px;}
.about_one_title p{ color: #666;font-size: 16px;line-height: 30px;width: 1100px;margin: 0 auto}
.about_one_data{ text-align: center;margin: 50px 0; }
.about_one_data ul li{ display: inline-block;margin: 0 80px;}
.about_one_data ul li h4{ color: #c5000b;font-size: 16px;margin-bottom: 10px}
.about_one_data ul li h4 i{ font-size: 65px;font-style: normal;letter-spacing: -1px;font-weight: 400;margin-right: 5px}
.about_one_data ul li p{ font-size: 18px;color: #333;}
.about_one .index_one_video{ width: 100%;text-align: center}

.about_wenhua{
    width: 100%;
    height: auto;
    padding: 10px 0 25px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: flex-start;
}
.about_wenhua .item{
    width: 48%;
    height: auto;
    padding: 8px 15px;
    margin: 0 4% 25px 0;
    border: 1px solid rgba(244, 244, 244, 1);
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.about_wenhua .item:nth-child(2n){
    margin: 0 0 25px 0;
}
.about_wenhua .item .about_wenhua_bt{
    width: 130px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
    font-size: 30px;
    font-weight: bold;
    color: #c5000b;
    padding: 10px 0;
    letter-spacing: 15px;
    line-height: 42px;
}
.about_wenhua .item .about_wenhua_nr{
    width: calc(100% - 150px);
    padding: 15px 0 15px 20px;
    font-size: 16px;
    line-height: 26px;
}


#about_two{
    display: none;
}
.about_two{ padding: 0 0 70px;}
.about_two .item{ float: left;width: 3680px;white-space: nowrap;height: 70px;margin: 15px 0;-webkit-animation: 60s rowleft linear infinite normal;animation: 60s rowleft linear infinite normal;}
.about_two .item img{ -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: url(../images/gray.svg#grayscale);filter: gray;}

.about_two_title{ position: absolute;top: 54%;width: 100%;text-align: center;color: #333;line-height: 1;font-weight: 300;}
.about_two_title p{ display: inline-block;width: 600px;height: 70px;font-size: 36px;line-height: 70px;background: rgba(255, 255, 255, 0.9);border-radius: 50px;text-align: center;box-shadow: 0 0 30px 30px rgba(255, 255, 255, 0.8);}
.about_two_title p span{ color: #FC3D34;margin: 0 10px;}
.about_three{ background: url('../images/images_07.jpg') no-repeat top center;padding: 60px 0}
.about_three .inner_title i{ color: #FFFFFF;opacity: .8}
.about_adv{ float: left;width: 100%;height: auto;padding: 20px 0 0;margin:0 auto;overflow: hidden;;text-align: center}
.about_adv .big-title{ margin-bottom: 53.5px;}
.about_adv .swiper-slide {display: flex;justify-content: space-between;padding: 0 15px;}
.about_adv .swiper-slide .slider_item {display: flex;flex-direction: column;width: calc((100% - 55px) / 2);padding: 43px 30px 37px 30px;background-color: #FFFFFF;transition: all .5s;}
.about_adv .swiper-slide .slider_item:hover {box-shadow: 0 0 10px 5px rgba(19, 32, 46, 0.17);}
.about_adv .swiper-slide .slider_item h3{ color: rgba(6, 24, 40, 1);font-size: 24px;line-height: 24px;font-weight: 400}
.about_adv .swiper-slide .slider_item i{ width: 42px;height: 4px;margin: 18px auto 15px auto;background:  #c5000b;}
.about_adv .swiper-slide .slider_item p{ flex: 1;color: rgba(6, 24, 40, .8);line-height: 28px;text-align: left;font-size: 14px;}
.slider_item .bottom-box {display: flex;justify-content: space-between;margin-top: 17px;}
.slider_item .bottom-box .bottom-item {display: flex;flex-direction: column;align-items: center;width: calc((100% - 20px) / 2);height: 150px;padding: 17px 5px;background-color: #fff;}
.slider_item .bottom-box .bottom-item:first-child {margin-right: 20px;}
.bottom-box .bottom-item .text {flex: 1;margin-top: 15px;margin-bottom: 21px;color: #061828;text-align: left;font-size: 14px;}
.bottom-box .bottom-item img {height: 60px;}
.bottom-box .bottom-item a {display: inline-block;width: 110px;height: 40px;line-height: 40px;color: #c5000b;font-size: 14px;}
.about_adv .swiper-pagination-insight { margin-top: 32px;}
.about_adv .swiper-pagination-insight .swiper-pagination-bullet { width: 8px;height: 6px;background: #c5000b;border-radius: 0;}
.about_adv .swiper-pagination-insight .swiper-pagination-bullet:nth-child(n+2) {margin-left: 10px;}
.about_adv .swiper-pagination-insight .swiper-pagination-bullet-active {width: 29px;height: 6px;background:  #c5000b;}
.about_four{ float: left;width: 100%;height: auto;padding: 80px 0;background-color: #f4f4f4;}
.honor_list{ width: 100%;height: auto;overflow: hidden;}
.honor_list .swiper-container{ padding: 125px 10% 0;}
.honor_list .swiper-slide {padding: 0 30px 0;text-align: center;background: #ffffff;}
.honor_list .honor_list_img{display: flex;justify-content: center;align-items: center;height: 300px;transition: all .5s;}
.honor_list .honor_list_img img {max-height: 80%;max-width: 90%;transition: all .5s;}
.honor_list .swiper-slide:hover .honor_list_img img { transform: scale(1.1)}
.honor_list .honor_list_txt { border-top: 1px solid #e8e8e8;line-height: 26px;font-size: 16px;color: #555555;padding: 30px 0;}
.honor_list .honor_button_box{ position: absolute;top: 0;left: 2rem;width: -webkit-calc(100% - 4rem);width: calc(100% - 4rem);z-index: 2;}
.honor_list .honor_button_box .w_index{ position: relative}
.index_tit_left{ float: left;width: auto;height: auto;overflow: hidden;}
.index_tit_left h2{ font-size: 52px;color: #333;font-weight: 400;text-transform: uppercase;line-height: 52px}
.index_tit_left p{ font-size: 22px;color: #333;text-align: left}
.index_tit_left p span{ color:  #c5000b;}
.honor_list .swiper-button-next,.honor_list .swiper-button-prev {margin-top:0;opacity: 1;width: 200px;height: 80px;transition: .5s;}
.honor_list .swiper-button-next {top: 0;right: 0;background: #FFFFFF url(../images/next.png) no-repeat center center;background-size: 25px auto;}
.honor_list .swiper-button-next:hover {background: #c5000b url(../images/next-h.png) no-repeat center center;background-size: 25px auto;}
.honor_list .swiper-button-prev {top: 0;left: auto;right: 220px;background: #FFFFFF url(../images/prev.png) no-repeat center center;background-size: 25px auto;}
.honor_list .swiper-button-prev:hover {background: #c5000b url(../images/prev-h.png) no-repeat center center;background-size: 25px auto;}
.honor_list .swiper-button-prev:after,.honor_list .swiper-button-next:after{ content: none}
.about_five{ float: left;width: 100%;height: auto;overflow: hidden;background: url('../images/images_08.jpg') no-repeat top center;padding: 60px 0}
.history_list{ float: left;width: 100%;height: 400px;margin-bottom: 65px;overflow: hidden;margin-top: 25px}
.history_list .item {width: 100%;height: 100%;display: flex;}
.history_list .item .img {width: 50%;}
.history_list .item .img img{ width: 100%;height: 100%;object-fit: cover;}
.history_list .item .font{width: 50%;display: flex;padding-top: 63px;flex-direction: column;padding-left: 80px;padding-right: 80px;}
.history_list .item .font h1{ font-weight: 500;font-size: 48px;margin: 0;}
.history_list .item .font div{ margin-top: 35px;font-size: 18px;color: #666;}
.history_list .item .font div p {margin: 0 0 15px;font-size: 16px}
.history_list .item .font div p:nth-last-of-type(1){
    margin: 0;
}
.history_list .history_button{position: absolute;width: 320px;height: 40px;z-index: 6;bottom: 0;right: 300px;}
.history_list .history_button .his_next , .history_list .history_button .his_prev {background: none;width: 140px;height: 100%;text-align: center;line-height: 45px;border-radius: 17px;background: #fff;color: #999;font-size: 13px;display: flex;justify-content: center;align-items: center;outline: none;}
.history_list .history_button .his_next i, .history_list .history_button .his_prev i {color: #333;font-size: 20px;display: flex;align-items: center;}
.history_list .history_button .his_next:hover, .history_list .history_button .growbox-prev:hover {color: #fff;background: #c5000b;}
.history_list .history_button .his_next:hover i, .history_list .history_button .growbox-prev:hover i {color: #fff;}
.history_list .swiper-button-prev:after,.history_list .swiper-button-next:after{ font-size: 18px;}
.history_list .history_button .his_prev {left: 0;}
.history_list .history_button .his_prev i {margin-right: 5px;}
.history_list .history_button .his_next {right: 0;}
.history_list .history_button .his_next i {margin-left: 5px;}
/*.history_list .history_button .swiper-button-next.swiper-button-disabled, .history_list .history_button .swiper-button-prev.swiper-button-disabled {opacity: 1;color: #fff;background: #c5000b;}*/
.history_list .history_button .swiper-button-next.swiper-button-disabled i, .history_list .history_button .swiper-button-prev.swiper-button-disabled i {color: #fff;}
.his_time{ float: left;width: 100%;height: auto;position: relative;overflow: hidden;}
.his_time_list { height: 64px;}
.his_time_list .swiper-wrapper .swiper-slide { display: flex;align-items: center;}
.his_time_list .swiper-wrapper span {font-size: 18px;color: #666;line-height: 40px;cursor: pointer;text-align: center;display: block;width: 100%;height: 5px;}
.his_time_list .swiper-wrapper span:after { content: "";display: block;position: absolute;width: 2px;height: 20px;background: #999999;top: 0;left: 0;right: 0;margin: 0 auto;}
.his_time_list .swiper-wrapper .active span {color: #c5000b;font-size: 30px;}
.his_time .his_time_zhou{ position: absolute;bottom: 67.8%;left: 0;width: 100%;height: 1px;background: #999999;z-index: 8;}

.about_vision{
    width: 100%;
    height: auto;
    padding: 2.3rem 0 2.6rem;
    background: url("https://www.seraphim-energy.cn/uploads/upload/images/20240812/1b2d27d3e7d9420935a3866d87228caf.jpg") no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.about_vision:before{
    content:"";
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
}
.about_vision .w_index{
    position: relative;
    z-index: 15;
}
.about_vision h4{
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.about_vision p{
    color: #FFFFFF;
}


@media (max-width: 1199px) {
    .history_list .history_button { right: 99px;}
}
@media (max-width: 991px) {
    .history_list .item .font h1 {font-size: 40px;}
    .history_list .item .font div{font-size: 16px;}
    .history_list .history_button { width: 253px;right: 39px;height: 35px;}
    .history_list .history_button .his_next, .history_list .history_button .his_prev {width: 120px;line-height: 35px;}
}
@media (max-width: 768px) {
    .history_list .item {height: auto;flex-wrap: wrap;}
    .history_list .item .img {width: 100%;padding: 0 15px;}
    .history_list .item .font {width: 100%;padding: 40px 15px;}
    .history_list .item .font h1{font-size: 35px;}
    .history_list .item .font div{font-size: 14px;margin-top: 20px;}
    .history_list .item .font div p{ font-size: 14px;margin-bottom: 15px;}
    .history_list .history_button {left: 15px;}
}
/*end*/

/* 智慧医学 */
.plat_one{ float: left;width: 100%;height: auto;overflow: hidden;padding-top: 50px;}
.plat_one div.item{ float: left;width: 33.33%;padding: 0 25px;}
.plat_one div.item > div{ display: flex;justify-content: center;align-items: center;width: 100%;border: 1px solid #ddd;padding: 37px 26px;box-shadow: 0 5px 10px rgba(0, 89, 255, 0.1);background-color: #fff;}
.plat_one div.item > div i{ display: flex;justify-content: center;align-items: center;width: 84px;height: 84px;background-color: #e5efff;border-radius: 50%;margin-right: 26px;}
.plat_one div.item > div i img{ width: 50px}
.plat_one div.item > div p{ font-size: 14px;width: 66%;}
.plat_one div.item > div p span{ font-size: 18px;margin-bottom:5px;display:inline-block}
.man_box { float: left;width: 100%;height: auto;padding: 100px 0;position: relative;}
.man_box .w_index{ position: relative}
@media (max-width: 1440px) {
    .man_box {
        padding: 80px 0;
    }
}
@media (max-width: 1199px) {
    .man_box {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .man_box {
        padding: 40px;
    }
}
@media (max-width: 767px) {
    .man_box {
        padding: 20px 15px;
    }
}
.man_box .bag {
    position: absolute;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top:30px;
}
.man_box .bag .yuan {
    border-radius: 50%;
    position: absolute;
}
.man_box .bag .bag1 {
    width: 430px;
    height: 430px;
    background-color: #ecf4ff;
    z-index: 3;
}
.man_box .bag .bag2 {
    width: 500px;
    height: 500px;
    background-color: #f5f9ff;
    z-index: 2;
}
.man_box .bag .bag3 {
    width: 500px;
    height: 500px;
    background-color: #fafcff;
    z-index: 1;
}
.man_box .cont {
    width: 100%;
}
.man_box .cont .basetit {
    margin-bottom: 150px;
}
@media (max-width: 1199px) {
    .man_box .cont .basetit {
        margin-bottom: 70px;
    }
}
@media (max-width: 991px) {
    .man_box .cont .basetit {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .man_box .cont .basetit {
        margin-bottom: 15px;
    }
}
.man_box .cont .jut {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.man_box .cont .jut .lt, .man_box .cont .jut .gt {
    width: 33.8%;
    position: relative;
}
.man_box .cont .jut .lt .item, .man_box .cont .jut .gt .item {
    width: 80%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 5px 10px rgba(0, 89, 255, 0.1);
    margin-bottom: 30px;
    padding: 18px 0;
    font-size: 18px;
    position: relative;
    border-radius: 3px;
}
@media (max-width: 1440px) {
    .man_box .cont .jut .lt .item, .man_box .cont .jut .gt .item {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .man_box .cont .jut .lt .item, .man_box .cont .jut .gt .item {
        font-size: 14px;
        width: 100%;
    }
}
.man_box .cont .jut .lt .item:after, .man_box .cont .jut .gt .item:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    border: 2px solid #00a4ff;
    border-radius: 50%;
    background-color: #fff;
    margin-top: -10px;
}
@media (max-width: 991px) {
    .man_box .cont .jut .lt {
        width: 100%;
    }
}
.man_box .cont .jut .lt .item {
    margin-left: 10%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.man_box .cont .jut .lt .item:hover {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
@media (max-width: 991px) {
    .man_box .cont .jut .lt .item {
        margin-left: 0;
    }
}
.man_box .cont .jut .lt .item:nth-child(2) {
    margin-left: 0;
}
@media (max-width: 991px) {
    .man_box .cont .jut .lt .item:nth-child(2) {
        margin-left: 0;
    }
}
.man_box .cont .jut .lt .item:after {
    right: -10px;
}
@media (max-width: 991px) {
    .man_box .cont .jut .gt {
        width: 100%;
    }
}
.man_box .cont .jut .gt .item {
    margin-left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media (max-width: 991px) {
    .man_box .cont .jut .gt .item {
        margin-left: 0;
    }
}
.man_box .cont .jut .gt .item:nth-child(2) {
    margin-left: 10%;
}
@media (max-width: 991px) {
    .man_box .cont .jut .gt .item:nth-child(2) {
        margin-left: 0;
    }
}
.man_box .cont .jut .gt .item:after {
    left: -10px;
}
.man_box .cont .jut .gt .item:hover {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.man_box .cont .jut .ce {
    width: 230px;
    height: 230px;
    /*background-color: #fff;*/
    /*border-radius: 0 28px 28px 28px;*/
    position: relative;
    /*padding-bottom: 43px;*/
}
@media (max-width: 1440px) {
    .man_box .cont .jut .ce {
        height: 247px;
    }
}
@media (max-width: 991px) {
    .man_box .cont .jut .ce {
        width: 100%;
        padding-bottom: 35px;
        margin-bottom: 20px;
    }
}
.man_box .cont .jut .ce .dian {
    width: 100%;
    height: 45px;
    padding-left: 10px;
    display: flex;
    align-items: center;
}
.man_box .cont .jut .ce .dian span {
    margin: 0 10px;
}
.man_box .cont .jut .ce .ce-container {
    width: 100%;
    height: 100%;
}
.man_box .cont .jut .ce .ce-container div.img {
    width: 100%;
    height: 100%;
    /*padding-bottom: 43px;*/
}
@media (max-width: 991px) {
    .man_box .cont .jut .ce .ce-container div.img {
        padding-bottom: 35px;
    }
}
.man_box .cont .jut .ce .ce-container div.img img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
}
.basetit {
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
}
@media (max-width: 991px) {
    .basetit {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .basetit {
        font-size: 28px;
    }
}

.basecont {
    padding-bottom: 100px;
}
@media (max-width: 1199px) {
    .basecont {
        padding-bottom: 80px;
    }
}
@media (max-width: 991px) {
    .basecont {
        padding-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .basecont {
        padding-bottom: 40px;
    }
}

.spacing{
    float: left;;width: 100%;height: auto;
    padding: 80px 0;
}
.spacing .w_index{ width:1170px;}
@media screen and (max-width: 1440px){
    .slides_right{
        width:100%;
        min-height: 100%;
        height: 496px;
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 768px){
    .spacing{
        padding: 50px 0 0;
    }
    .carousel-inner{
        min-height: 375px;
    }
    .slides_overlay >div{
        display: block;
        width: 100%;
    }
    .slides-top{
        position: absolute;
        top: 0;
        z-index: 1;
        height: 100%;
        width: 100%;
    }
    .slides-top .slides_left{
        position: relative;
        padding-top: 70px;
        height: 100%;
    }
    .slides_left h1{
        font-size: 36px;
    }
    .slides_left h2{
        font-size: 30px;
    }
    .slides_left p{
        width: 100%;
        margin-top: 25px;
    }
    .slides_left .slides-download input{
        display: block;
        margin: 0 auto;
    }
    .slides_left .slides-download{
        position: absolute;
        bottom: 30px;
        width: 100%;
    }
    .slides-bt{
        position: absolute;
        top: 0;
        z-index: -1;
        height: 100%;
        width: 100%;
    }
    .slides_right{
        min-height: 100%;
        height: auto;
        width: 100%;
    }
    .flexslider, .flexslider .slides > li, .slider-height{
        height: 900px;
        background-position: -400px 0;
    }
    .slides_left button{
        display: none;
    }
    .slides_right img{
        position: relative;
        top: 110px;
    }
}

@media screen and (max-width: 476px){
    .flexslider, .flexslider .slides > li, .slider-height{
        height: 680px;
        background-position: -500px 135px;
    }
    .slides_right img{
        position: relative;
        top: 120px;
    }
    .spacing-removetop{
        padding-top: 0;
    }
}
.common-tit h1{
    font-size:40px;
    font-weight:400;
    color:#1E2330;
}
.common-tit >p{
    font-size:18px;
    font-weight:400;
    color:#1E2330;
    margin-top: 40px;
}
.common-content{
    margin-top: 96px;
}
.function-pt{
    padding-top: 100px;
}
.function_pl-110{
    padding-left: 80px;
}
.function-content {
    text-align: center;
}
.function-content .ai-phone-pb > div:nth-of-type(1){ float: left}
.function-content .ai-phone-pb:nth-child(even) > div:nth-of-type(1){ float: right}
.ai-phone-pb{ margin-top: 30px;}
.function-content_left {text-align: left;}
.function{min-height: 450px;}
.function-white{background-color: #ffffff;}
.function-lightGrey{
    background-color: #F7F7F8;
}

.function-gray{
    background-color: #fff;
}
.function_link{
    text-align: left;
    margin-top: 25px;
}
.function-tit{
    text-align: left;
    color: #ffffff;
    margin-top: 60px;
}
.function-tit h3{
    font-size:48px;
    font-weight:400;
    color: #ffffff;
    line-height: 1.5;
    text-align:center;
}
.function-tit p{
    font-size:16px;
    font-weight:400;
    padding-top: 30px;
    text-align:center;
}
.function-tit .function-tit_btn{
    display: block;
    margin-top: 50px;
    text-align:center;

}
.function-tit .function-tit_btn a{
    font-size:18px;
    font-weight:400;
    color: #ffffff;
    padding: 20px 0;
    line-height: 1;
    background-color: #c7000b;
    border-radius:4px;
    width:200px;
    display:inline-block;

}
.function-tit .function-tit_btn a:hover{
    background-color:#2885ff;
    text-decoration:none;

}
.function-pt{
    padding-top: 0
}
.function_pl-110{
    padding-left: 80px;
}
.function_pr-70{
    padding-right: 70px;
}
.function_pr-70{
    padding-right: 70px;
}
.henggang{
    width: 50px;
    height: 4px;

    background: #c7000b;
    border-radius:3px;
}
.function-content h3{
    font-size:32px;
    font-weight:bold;
    color:rgba(30,35,48,1);
    margin-bottom: 30px;
    margin-top: 20px;
}
.function-content p{
    font-size:16px;
    font-weight:400;
    color:rgba(30,35,48,1);
    margin-top: 28px;
}
.function-content >div a{
    font-size:14px;
    font-weight:400;
    color:#c7000b;
    text-decoration:none;
}
.function-content_txt{
    margin-top: 0;
}
.function-content_mb{
    margin-bottom: 100px;
}
.function-content_mt{
    margin-top: 80px;
}
.function-content_txt-mt{
    margin-bottom: 0;
}
.function-content_txt-dots{
    position: relative;
}
.function-content_txt-dots:before{
    content: '';
    width:16px;
    height:16px;
    line-height: 16px;
    background:#c7000b;
    border-radius:50%;
    position: absolute;
    left: -26px;
    top: 10px;
    z-index: 1;
}

.platform-jieshao {
    font-size: 17px;

}
.jieshao_ul ul li{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: rgba(30,35,48,1);
    line-height: 30px;
    list-style-type:none;
    padding-left: 27px;
}

.jieshao_ul ul li:before{
    content: '';
    position: absolute;
    left: 0;
    width:10px;
    height:10px;
    margin-top: 10px;
    border-radius:50%;
    background-color:#c7000b;
}
.ai-robot_main-blue {
    background-color: #fff;
}
.plat_two{ float: left;width: 100%;height: auto;overflow: hidden;margin-bottom: 50px;padding-top: 50px;}
.mt50 {
    margin-top: 50px;
}
.ai-robot_main {
    border-radius: 4px;
    padding: 10px 0;
}
.ai-robot_main .ai-robot_main-card {
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
}
.ai-robot_main .ai-robot_main-card img {
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
}
/*.ai-robot_main .ai-robot_main-card .ai-robot_main-txt h4 {*/
/*font-size: 18px;*/
/*font-weight: 400;*/
/*color: #333;*/
/*line-height: 30px;*/
/*text-align: center;*/
/*}*/
.col-md-41{ width: 20%}
.ai-bg{
    /*background-image: url(../images/Yun/ai-bg1.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    opacity: 1;
    display: flex;
    z-index: 2;
}
.ai-scene{
    float: left;width: 100%;height: auto;
    background-color:#e8f9ff;
    background-position: 100%;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.ai-clip{
    height: 237px;
    background-color: #ffffff;
}
.ai-scene h1{
    color: #c7000b;
    margin-bottom: 25px;
}
.ai-scene_main{
    height: 400px;
    background-color: #ffffff;
    padding:0 25px 25px;
    margin-bottom: 25px;
}
.ai-scene_main img{
    padding: 26px 0;
    margin: 0 auto;
    display: block;
}
.ai-scene_main .ai-scene_main-txt{
    text-align: center;
}
.ai-scene_main .ai-scene_main-txt h4{
    font-size:18px;
    font-weight:bold;
    color:rgba(30,35,48,1);
    padding:5px 0 ;
    line-height: 28px;
}
.ai-scene_main .ai-scene_main-txt p{
    font-size:14px;
    font-weight:400;
    color:rgba(30,35,48,1);
    line-height:2;
    padding-top: 10px;
}
.ai-phone-pb{
    margin-top: 30px;
}
.ai-phone-ppp{
    margin-bottom: 60px;
}
.ai_service {
    margin-top: 30px;
    text-align: center;
}
.ai_service a{
    font-size:14px;
    font-weight:400;
    color:#18a88b;
}

@media screen and (min-width: 990px) and (max-width: 1200px){
    .ai-scene_main img{
        padding: 40px 0;
    }
}
@media screen and (max-width: 990px){
    .ai-scene_bt{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px){
    .ai-scene_content .ai-scene_main{
        margin-bottom: 30px;
    }
    .ai-scene_bt{
        margin-bottom: 45px;
    }
    .ai-bg{
        /*background-image: url(../images/Yun/ai_phone_bg1.jpg);*/
        background-size: cover;
    }
    .function-tit{
        padding-left: 15px;
        padding-right: 15px;
    }
    .ai-phone-pb{
        margin-top: 0;
    }
    .ai-scene_main .ai-scene_main-txt h4{
        font-size:22px
    }
    .ai-scene_main .ai-scene_main-txt p{
        padding-top: 25px;
    }
    .ai-scene_main img{
        padding: 60px 0 50px 0;
    }
    .analysis_phone-bg{
        background-color: #ffffff;
        padding: 48px 0 48px 0;
    }
}

.ai-robot{
    position: relative;
    padding-bottom: 10px;
}
.ai-robot_content{
    padding-bottom: 10px;
}
.ai-robot_img{
    clear: both;
}
.ai-robot_img img{
    float: right;
}
.ai-robot_txt{
    margin-top: 30px;
}
.ai-robot_txt h1{
    font-size:40px;
    font-weight:400;
    color:rgba(30,35,48,1);
    line-height:1.5;
}
.ai-robot_txt p{
    font-size:16px;
    font-weight:400;
    color:rgba(30,35,48,1);
    line-height:1.5;
    margin-top: 15px;
}
.ai-robot-piclist{
    /* position: absolute; */
}
.ai-robot_main{
    border-radius: 4px;
    padding: 10px 0;
}
.ai-robot_main-blue{
    background-color: #fff;
}
.ai-robot_main-white{
    background-color: #ffffff;
}
.ai-robot_main .ai-robot_main-card{
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
}
.ai-robot_main .ai-robot_main-card img{
    padding-bottom: 10px;
    display:block;
    margin:0 auto;
}
.ai-robot_main .ai-robot_main-card .ai-robot_main-txt h4{
    font-size:18px;
    font-weight:400;
    color:#333;
    line-height:30px;
    text-align:center;
}
.ai-robot_main .ai-robot_main-card .ai-robot_main-txt p{
    width: 310px;
    font-size:14px;
    font-weight:400;
    color:#333;
    line-height:1.5;
    margin-top: 10px;
    text-align:center;
}

@media screen and (max-width: 768px){
    .ai-robot{
        background-color: #ffffff;
        padding-bottom:0;
    }
    .ai-robot_img img{
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .ai-robot_content{
        padding-bottom:0;
    }

    .ai-robot_txt{
        margin-top: 0;
    }
    .ai-robot_txt h1{
        font-size:36px;
    }
    .ai-robot_txt p{
        font-size: 18px;
        line-height:inherit;
    }
    .ai-robot_main .ai-robot_main-card .ai-robot_main-txt p{
        width: auto;
    }
    .ai-robot-piclist{
        position: initial;
    }
    .ai-clip{
        height: auto;
    }
    .ai-robot_main .ai-robot_main-card .ai-robot_main-txt h4{
        font-size: 22px;
    }
}
@media screen and (max-width: 476px){
    .ai-robot_txt h1{
        font-size:22px;
    }
    .ai-robot_txt p{
        font-size:14px;
        line-height:24px;
    }
    .ai-scene_bt{
        margin-bottom: 30px;
    }
}

.ai-manage_main{ }
.ai-manage_main h3{
    line-height: 1.5;
}
.ai-manage_main p{
    position: relative;
    margin-top: 10px;
    padding-left: 0;
}
.ai-manage_main p:before{
    /*  content: '';
     position: absolute;
     left: 0;
     width:8px;
     height:8px;
     margin-top: 11px;
     border-radius:50%;
     background:rgba(0,103,237,1); */
}

.ai-manage_main ul{
    margin-top: 25px;
    list-style-type: none;
}
.ai-manage_main ul li{
    position: relative;
    font-size:14px;
    font-weight:400;
    color:rgba(30,35,48,1);
    line-height:30px;
    padding-left: 27px;
}
.ai-manage_main ul li:before{
    content: '';
    position: absolute;
    left: 0;
    width:10px;
    height:10px;
    margin-top: 10px;
    border-radius:50%;
    background-color:#18a88b;

}

.plat_tell{ float:left;width:100%;height:auto;overflow:hidden;background-color:#ffffff;padding:80px 0 100px;}
.plat_tell_con{ width:100%;height:auto;overflow:hidden;position:relative}
.plat_tell_con_txt{ float:left;width: 725px;height:auto;color: #333;position: absolute;left: 0;top: 50%;margin-top:-240px;}
.plat_tell_con_txt h3{ font-size:40px;margin-bottom:20px;line-height:50px;}
.plat_tell_con_txt p{ font-size:16px;color: #666666;line-height: 30px;}
.plat_tell_con .plat_tell_con_img{ float:right;width: 400px;max-height:80%}
.plat_tell_con_box{ float:left;width: 120px;height:auto;overflow:hidden;margin-top:40px;text-align:center}
.plat_tell_con_box img{ width:110px;}
.plat_tell_con_box p{ margin-top:10px;color:#333;font-size:18px;}
.plat_tell_con_box p img{ width:110px;}
.plat_tell_img{ width:100%;height:auto;text-align:center;margin:20px auto 0}
.plat_tell_img img{ max-width:100%;display:inline-block}
.plat_tell ul{ float:left;width:100%;height:auto;overflow:hidden;margin-top:55px;}
.plat_tell ul li{ float:left;width:calc(33.33% - 28px);height:auto;overflow:hidden;margin-right:42px;}
.plat_tell ul li:nth-last-of-type(1){ margin-right:0}
.plat_tell ul li img{ width:100%}

.plat_tell_con2,.plat_tell_con3{
    width: 130px;
}
.plat_tell_con2{
    margin-right: 25px;
}
.plat_tell_con2 p,.plat_tell_con3 p{
    font-size: 14px;
    line-height: 24px;
}
.plat_tell_con2 p img,.plat_tell_con3 p img{
    width: 100%;
}

@media screen and (max-width: 768px){
    .ai-manage_main{
        margin-top: 30px;
    }
    .ai-manage_main ul li{
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 476px){
    .ai-manage_main p{
        margin-top: 25px;
    }
    .ai-manage_main ul{
        margin-top:25px;
    }
    .ai-manage_main ul li{
        padding-bottom: 10px;
    }
}

/* 新媒体矩阵 */
.video,.video_nav{ float: left;width: 100%;height: auto;overflow: hidden;/*padding: 0 0 30px;*/}
.video_nav{ padding: 30px 80px 0 0;position: relative}
.video_nav:nth-of-type(2){ padding-top: 20px}
.video_nav_tit{ float: left;font-size: 16px;color: #666666;width: 80px;height: 100%;line-height: 30px;text-align: left;}
.video_nav ul{ float: right;width: calc(100% - 85px);}
.video_nav ul li{ float: left;height: 30px;line-height: 30px;margin: 0 20px 14px 0;}
.video_nav ul li a{ padding: 0 12px;background: rgba(243,243,243,1);color: #202020;border-radius: 4px;float: left;height: 30px;line-height: 30px;display: inline-block;transition: all .6s}

/*.video_nav ul li:nth-of-type(1) a{ font-size: 22px;}*/
.video_nav ul li.active a,.video_nav ul li:hover a{ background-color: #c5000b;color: #ffffff;border-radius: 5px}
.video_list{ float: left;width: 100%;height: auto;overflow: hidden;margin-bottom: 15px;}
.video_list ul li{ float: left;width: 100%;height: auto;overflow: hidden;padding: 45px 0;border-bottom: 1px solid #ddd;}
.video_list ul li a{ text-decoration:none}
/*.video_list ul li:nth-last-of-type(1){border-bottom: 0;padding-bottom: 0;}*/
.readmore-js-toggle{ position: absolute;right: 0;top: 25px;height: 30px;line-height: 30px;padding: 0;width: 66px !important;text-align: center;color: #202020;background: rgba(243,243,243,1);border-radius: 4px;font-size: 14px;}
.readmore-js-toggle:hover{ color: #202020;}

.video_wrap { display: flex;flex-wrap: wrap;align-items: center;cursor: pointer;}
.video_text_box{ padding: 0 60px 0 0;width: 60%;background: url(../images/ico_12.png)no-repeat left top;background-size: 30px;}
.video_text_box .video_text_box_title{margin-bottom: 20px; font-size: 26px;line-height: 1.5;color: #333;}
.video_text_box .video_text_box_text{ font-size: 14px; line-height: 24px;color: #333;}
.video_play,.video_play_bili{ position: relative; width: 40%;height: 270px;overflow: hidden;}
.video_play video,.video_play_bili iframe{ position: absolute;top: 50%;left: 0;z-index: 1;width: 100%;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.video_play > img,.video_play_bili img{ position: relative;z-index: 2;width: 100%;height: 100%;object-fit: cover;}
.video_play .video_play_mask,.video_play_bili .video_play_mask{ opacity: 0;position: absolute;top: 0;left: 0;z-index: 3;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;text-align: center;transition: .5s;}
.video_play:hover .video_play_mask,.video_play_bili:hover .video_play_mask{ opacity: 1;}
.video_play .video_play_mask span,.video_play_bili .video_play_mask span{ display: block;font-size: 20px;line-height: 1.5;color: #fff;}
.video_play_ico{ position: relative;display: inline-block;vertical-align: middle;margin-bottom: 10px;width: 80px;height: 80px;border-radius: 50%;text-align: center;line-height: 80px;overflow: hidden;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;background: url(../images/ico_06.png) no-repeat center center;background-size: 24px;}
.video_play_ico::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;pointer-events: none;background: url(../images/ico_13.png) center no-repeat;background-size: 100%;animation: gorotate 3s linear infinite;}

.video .plat_tell_con{
	padding: 80px 0 130px;
}
.video_media_contrast,.video_media_contrast1,.video_media_contrast2,.video_media_adv,.video_media_advbox,.video_media_swiper{
	width: 100%;
	height: auto;
	position: relative;
}
.video_media_contrast1 h4{
	font-size: 36px;
	font-weight: 400;
	color: #1E2330;
	text-align: center;
}
.video_media_contrast1 p{
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	max-width: 45%;
	margin: 15px auto 55px;
}
.video_media_contrast2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15%;
}
.video_media_contrastb{
	width: 50%;
	height: auto;
	overflow: hidden;
	display: table;
}
.video_media_contrastb > div.video_media_contrastb_cell{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 20px;
	color: #FFFFFF;
	text-align: left;
}
.video_media_contrastb > div.video_media_contrastb_cell div{
	border: 1px solid #23A6F0;
	border-radius: 25px;
	padding: 10%;
}
.video_media_contrastb > div.video_media_contrastb_cell div h5{
	font-size: 30px;
	line-height: 60px;
	color: #252B42;
	margin-bottom: 20px;
}
.video_media_contrastb > div.video_media_contrastb_cell div ul li{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	overflow: hidden;
	position: relative;
	color: #252B42;
	font-size: 20px;
	margin-bottom: 15px;
	white-space: nowrap;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 350px;
}
.video_media_contrastb > div.video_media_contrastb_cell div ul li:nth-last-of-type(1){
	margin-bottom: 0;
}
.video_media_contrastb > div.video_media_contrastb_cell div ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.video_media_contrastb > div.video_media_contrastb_cell div ul li::before{
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.video_media_contrastb.video_media_contrast2_x > div.video_media_contrastb_cell div ul li::before{
	background: url('../images/media1.png') no-repeat center left;
	background-size: 30px;
}
.video_media_contrastb.video_media_contrast2_v > div.video_media_contrastb_cell div ul li::before{
	background: url('../images/media2.png') no-repeat center left;
	background-size: 30px;
}
.video_media_adv{
	padding: 120px 0 80px;
}
.video_media_advbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.video_media_advbox.video_media_adv1{
	justify-content: center;
}

.video_media_advbox div.item{
	width: 30%;
	padding: 40px;
	height: auto;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
	margin: 0 35px 30px;
}
.video_media_advbox div.item .video_media_advbox_img{
	width: 95px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	line-height: 100px;
	background-color: #E74040;
	border-radius: 15px;
}
.video_media_advbox div.item .video_media_advbox_img img{
	width: 45px;
}
.video_media_advbox div.item h6{
	font-size: 20px;
	line-height: 22x;
	text-align: center;
	color: #252B42;
	font-weight: bold;
	margin: 25px 0 15px;
}
.video_media_advbox div.item span{
	width: 100%;
	height: 3px;
	display: inline-block;
}
.video_media_advbox div.item span i{
	width: 68px;
	height: 100%;
	display: inline-block;
	background-color: #E74040;
}
.video_media_advbox div.item p{
	color: #737373;
	font-size: 16px;
	line-height: 24px;
	margin-top: 22px;
}
.video_media_swiper{
	float: left;
	background-color: #FFFFFF;
	padding: 1.35rem 0 1rem;
}
.media_swiper{
	width: 100%;
	height: auto;
	position: relative;
	padding:0 20.52% 1rem;
}
.media_swiper .swiper-slide{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.media_swiper .swiper-slide a{
	width: 100%;
	display: inline-block;
}
.media_swiper .swiper-slide .media_swiper_img{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.media_swiper .swiper-slide .media_swiper_img::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.4);
	transition: all .6s;
}
.media_swiper .swiper-slide.swiper-slide-active .media_swiper_img::before{
	opacity: 0;
}
.media_swiper .swiper-slide .media_swiper_img img{
	width: 100%;
}
.media_swiper .swiper-slide h5{
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFFFFF;
	font-size: 18px;
	white-space: nowrap;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .6s;
	opacity: 0;
	padding: 0 20px;
}
.media_swiper .swiper-slide.swiper-slide-active h5{
	opacity: 1;
}
.media_swiper .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	opacity: 1;
	background-color: #5e5e5e;
	border: 12px solid rgba(0,0,0,0);
}
.media_swiper .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	opacity: .5;
	background-color: #e74040;
	border: 6px solid #FFFFFF;
	transition: all .8s;
}
.media_swiper .swiper-pagination-bullet-active{
	background-color: #e74040;
	border: 4px solid #e74040;
	opacity: 1;
}
.media_swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 9px;
}



@media (max-width:10000px) and (min-width:1936px){
	.video_media_swiper{
		padding: 135px 0 100px;
	}
	.media_swiper{
		padding:0 20.52% 100px;
	}
}





/*.bili_video{ position:fixed;width:100%;height:100vh;left:0;top:0;display:none}*/
/*.bili_video iframe{ display:none}*/

/* end */

/* 活动动态 */
.agent_one,.agent_two,.agent-list,.agent_four,.agent_five{ float: left;width: 100%;height: auto;overflow: hidden;}
.agent h3{ font-size: 32px;font-stretch: normal;letter-spacing: 0;color: #333333;margin-bottom: 15px;text-align: center;font-weight: 400;}
.agent h4{ font-size: 22px;color: #333;font-weight: 400;text-align: center;margin-bottom: 25px;}
.agent_one{ padding: 75px 0 60px;}
.agent_one p{ font-size: 16px;color: #333333;text-align: center;line-height: 28px;}
.agent_two{ padding: 75px 0;background: url('../images/images_09.jpg') no-repeat top center;background-size: cover}
.agent_two.agent h3,.agent_two.agent h4{ color: #FFFFFF}
.agent_two ul{ float: left;width: 100%;height: auto;overflow: hidden;padding-top: 25px}
.agent_two ul li{ float: left;width: 33.33%;padding: 0 10px;text-align: center;height: 300px;margin-bottom: 20px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
/*.agent_two ul li:hover{ margin-top: -10px}*/
.agent_two ul li .table_box{ background-color: #c5000b;transition: all .6s;}
.agent_two ul li .table_box:hover{ margin-top: -10px}
/*border: 1px solid #c5000b;*/
.agent_two ul li:nth-of-type(2) .table_box{ background-color: #18a88b;}
.agent_two ul li:nth-of-type(3) .table_box{ background-color: #ffb433;}
.agent_two ul li:nth-of-type(4) .table_box{ background-color: #75dde1;}
.agent_two ul li:nth-of-type(5) .table_box{ background-color: #8c6bc6;}
.agent_two ul li:nth-of-type(6) .table_box{ background-color: #0a93c4;}
.agent_two ul li img{ margin-bottom: 45px;}
.agent_two ul li p{ font-size: 24px; color: #FFFFFF}
.agent_three{ float: left;width: 100%;height: auto;overflow: hidden;padding: 75px 0 20px}
.agent_three ul{ float: left;width: 100%;height: auto;overflow: hidden;margin-top: 45px;}
.agent_three ul li{ float: left;width: 50%;height: auto;overflow: hidden;padding: 0 10%;margin-bottom: 58px;}
.agent_three_left{ float: left;width: 105px;height: auto;overflow: hidden}
.agent_three_right{ float: right;width: calc(100% - 105px);height: auto;overflow: hidden}
.agent_three_right p{ font-size: 20px;font-weight: bold;color: #333;margin-bottom: 5px}
.agent_three_right span{ font-size: 14px;color: #333;line-height: 30px;}
.agent_four{ background: url('../images/proxy-bg.png') no-repeat center center;background-size: cover;padding: 60px 0}
.agent_four h3{ color: #FFFFFF}
.agent-list{ float: none;width: 1200px;margin: 55px auto 38px;overflow: hidden;}
.agent-item {width: 140px;text-align: center;float: left;}
.right-arrow {float: left;margin-top: 31px;margin-left: 31px;margin-right: 31px;}
.agent-pic {width: 80px;height: 80px;display: block;margin: 0 auto;}
.agent-title {font-size: 16px;color: #FFFFFF;line-height: 48px;}
.agent-desc {font-size: 14px;color: #fff;line-height: 24px;}
/*.agent_five_tit{ width: 1086px;height: 315px;margin: 60px auto;background: url(../images/picture_03.png) center no-repeat;background-size: 1200px 315px;box-shadow: 0 0 10px 0 rgba(230, 221, 221, 1);display: flex;flex-direction: column;justify-content: center;padding-left: 114px;}*/
/*.agent_five h6{ font-size: 24px;font-weight: normal;font-stretch: normal;letter-spacing: 0;color: #333333;}*/
/*.agent_five p.title{ font-size: 40px;font-weight: normal;font-stretch: normal;letter-spacing: 0;color: #c5000b;margin-top: 20px;margin-bottom: 30px;}*/
/*.agent_five span.desc{ display: block;font-size: 18px;font-weight: normal;font-stretch: normal;letter-spacing: 0;color: #333333;line-height: 34px;}*/
.agent_five{ margin: 60px 0 85px;}
.agent_five_left{ float: left;width: 39%;height: auto}
.agent_five_left img{ max-width: 100%}
.agent_five_right{ float: right;width: 57%;margin-left: 4%;}
.content_right_title{ margin-bottom: 35px;}
.content_right_title dd{ font-size: 22px; color: #222; margin-bottom: 8px;}
.content_right_title dt{ font-size: 14px; color: #333333;}
.content_right_form .right_form_list{ border: 1px solid #dcdcdc; padding: 10px 0; margin-bottom: 15px;}
.content_right_form .right_form_list input{ width: 100%; line-height: 32px; padding: 0 15px;}
.content_right_form .right_form_submit button{ font-size: 16px; color: #333333; width: 145px;border: none; line-height: 55px; text-align: center; background: #ececec; cursor: pointer;}
.content_right_form .right_form_submit input{ font-size: 16px; color: #fff; width: 145px; line-height: 55px; text-align: center; background: #c5000b; margin-left: 25px; cursor: pointer;}
.content_right_form .right_form_Label{ color: #f11f1f; font-size: 14px; margin-top: 24px;}
/* end */

/*新闻资讯*/
.new,.new_tit{float: left;width: 100%;height: auto;overflow: hidden;padding: 60px 0;background-color: #FFFFFF;}
.new_tit{ padding: 0;text-align: center;}
.new_tit a{ color: #999999;font-size: 26px;display: inline-block;margin: 0 26px;transition: all .6s}
.new_tit a.active,.new_tit a:hover{ color: #c5000b;}
.new_list{ float: left;width: 100%;height: auto;padding: 30px 0 0;overflow: hidden}
.new_list ul li{ float: left;width: 33.33%;padding: 0 15px;;height: auto;margin-bottom: 30px}
.new_list ul li a{ float: left;width: 100%;height: auto;overflow: hidden;background-color: #f5f5f5;padding: 30px 20px 10px;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.new_list ul li a:hover{ -webkit-transform: translateY(-10px);transform: translateY(-10px);box-shadow: 10px 10px 20px rgba(69, 69, 69, 0.1);}
.new_list_txt,.new_list_more{ float: left;width: 100%;height: 75px;overflow: hidden;border-bottom: 1px solid #ddd;}
.new_list_txt_deta,.new_list_txt_txt{ float: left;width: 20%;height: 60px;overflow: hidden;border-right: 1px solid #dddddd;text-align: center}
.new_list_txt_deta h4{ font-size: 36px;line-height: 40px;color: #555555}
.new_list_txt_deta p{ font-size: 14px;color: #999;}
.new_list_txt_txt{ width: 80%;border-right: none;padding-left: 10px;text-align: left;color: #555555}
.new_list_txt_txt h3{ float: left;width: 100%;height: 36px;line-height: 36px;font-size: 20px;overflow: hidden}
.new_list_txt_txt p{ float: left;width: 100%;height: 24px;line-height: 24px;overflow: hidden;font-size: 14px}
.new_list_more{ height: 50px;border-bottom: none}
.new_list_more p,.new_list_more span{ float: left;width: 20%;height: 50px;line-height: 50px;overflow: hidden;font-size: 14px;color: #555555}
.new_list_more span{ float: right;width: 55px;display: inline-block;text-align: right;background: url('../images/ico_29.png') no-repeat left center;background-size: 20px}

.new_detail{ width: 100%;height: auto;padding: 60px 0;overflow: hidden;background-color: #FFFFFF}
.new_three_list,.new_three_left{ float: left;width: 70%;height: auto;overflow: hidden;}
.new_three_left{ background-color: #f5f5f5;padding: 30px 15px;}
.new_detail_title{ float: left;width: 100%;height: auto;padding: 10px 0;border-bottom: 2px solid #f9f9f9;text-align: center;color: #333;}
.new_detail_title h1{ font-size: 22px;line-height: 1.957;}
.new_detail_title p{ font-size: 14px;}
.new_detail_con{ float: left;width: 100%;height: auto;overflow: hidden;padding: 15px 0}
.new_detail_con p{ font-size: 14px;line-height: 24px;margin-bottom: 5px;}
.new_detail_con p a,.new_detail_con a{ color: #c5000b}
.new_detail_con p img{ max-width: 100%;text-align: center}
.new_detail_page{ float: left;width: 100%;height: auto;overflow: hidden;margin: 20px 0 10px;}
.new_detail_page1{ float: left;width: 70%;height: auto;overflow: hidden;}
.new_detail_page1 p{ width: 100%;height: 50px;text-align: left;line-height: 50px;color: #333;font-size: 14px;overflow: hidden}
.new_detail_page1 p:nth-of-type(1){ border-bottom: 1px dashed #999;}
.new_detail_page1 p a{ color: #333;transition: all .6s}
.new_detail_page1 p:hover a{ color: #c5000b}
.new_detail_page2{ float: right}
.new_detail_page2 a{ width: 97px;height:36px;text-align: center;line-height: 36px;color: #FFFFFF;background-color: #c5000b;font-size: 14px;margin-top: 32px;display: inline-block;border-radius: 5px}
.new_three_right{ float: right;width: 27%;height: auto;overflow: hidden;}
.new_heat{ float: left;width: 100%;height: auto;overflow: hidden;background-color: #f5f5f5;margin-bottom: 20px;padding: 15px;}
.new_heat h3{ position: relative;margin: 2px 0 15px;padding: 0 0 0 12px;font-size: 16px;font-weight: 500;line-height: 1;}
.new_heat h3:before { position: absolute;left: 0;top: 0;width: 3px;height: 100%;content: "";background-color: #c5000b;background-image: -o-linear-gradient(top,rgba(255,255,255,.15),transparent);background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);border-radius: 4px;}
.new_heat ul li { margin: 0;padding: 15px 0;overflow: hidden;border-bottom: 1px solid rgba(255,255,255,.8);position: relative;line-height: 1.6;}
.new_heat ul li:nth-of-type(1){ padding-top: 5px;}
.new_heat ul li .item_img { float: left;width: 100px;overflow: hidden;border-radius: 3px;}
.new_heat ul li .item_img img { width: 100%;height: 67px;vertical-align: top;-webkit-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;}
.new_heat ul li:hover .item_img img { transform: scale(1.1)}
.new_heat ul li .item_content { margin-left: 110px;}
.new_heat ul li .item_content .item_title { height: 38px;margin-bottom: 10px;overflow: hidden;display: block;line-height: 19px;}
.new_heat ul li .item_content .item_title a{ color: #333; font-size: 14px;transition: all .6s}
.new_heat ul li:hover .item_content .item_title a{ color: #c5000b}
.new_heat ul li .item_content .item_date { margin: 0;font-size: 12px;color: #999;line-height: 14px;}
.tag_list a { display: inline-block;width: 31%;margin: 0 .7% 1.4%;padding: 8px 5px;font-size: 12px!important;line-height: 1.2;text-align: center;color: #666;border: 1px solid rgba(100,100,100,.3);border-radius: 2px;text-decoration: none;background: rgba(255,255,255,.2);overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;}
.tag_list a:nth-child(3n+3) { margin-right: 0;}
/*end*/

/*联系我们*/
.contact_one,.contact_two,.contact_form{ float: left;width: 100%;height: auto;overflow: hidden;padding: 60px 0 0;}
.contact_one_left,.contact_one_maps{ float: right;width: 50%;height: 500px;overflow: hidden;position: relative;background-size: cover !important;}
.contact_one_left{ float: left}
.contact_one_left::before{ content: "";width: 100%;height: 100%;background: #3A3A3F;position: absolute;left: 0;top: 0;z-index: 10;}
.c_one_left_txt{ position: absolute;z-index: 10;top: 50%;left: 50%;width: 600px;-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.c_one_intro{ font-size: 18px;display: block;color: #fff;}
.c_one_left_txt h3{ font-size: 28px;color: #fff;margin:10px 0 30px}
.c_one_txt p,.c_one_txt2 p{ font-size: 22px;line-height: 36px;color: #fff;}
.c_one_txt2 {
    padding-bottom: 10px;
}
.c_one_txt2 span{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.5);
}
.c_one_txt2 span:nth-of-type(5) i{
    font-style: inherit;
    width: 96px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
}

.contact_two{ padding-bottom: 80px;}
.contact_two h3,.contact_form h3{ font-size: 30px;font-weight: 400;color: #555;line-height: 50px;}
.contact_two_list{ position: relative;display: block;overflow: hidden;margin: 40px 0 0;padding: 0;outline: snow}
.contact_two_list a{ float: left;display: block;font-size: 14px;line-height: 26px;color: #333;text-align: center;padding-right: 90px;position: relative;width: 160px;border: none}
.contact_two_list a:before{ content: "";display: block;width: 10px;height: 2px;background-color: #C6C6C6;position: absolute;top: 22px;right: 10px;margin-right: 35px;}
.contact_two_list a:nth-last-of-type(1):before { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0;visibility: hidden;}
.contact_two_list a i{ display: block;width: 70px;height: 45px;text-align: center;line-height: 45px;color: #333;background-color: #F2F2F2;font-size: 14px;position: relative}
.contact_two_list a i:before{ position: absolute;width: 34px;height: 34px;;content: "";left: 50%;top:50%;margin: -16px 0 0 -18px;background-size: cover}
.icon-wx:before{ background: url('../images/ico_30.png') no-repeat center center;}
.icon-sg:before{ background: url('../images/ico_31.png') no-repeat center center;}
.icon-in:before{ background: url('../images/ico_32.png') no-repeat center center;}
.icon-face:before{ background: url('../images/ico_33.png') no-repeat center center;}
.icon-twitter:before{ background: url('../images/ico_34.png') no-repeat center center;}
.icon-tou:before{background: url('../images/ico_35.png') no-repeat center center;}
.icon-zhihu:before{background: url('../images/ico_36.png') no-repeat center center;}
.icon-wy:before{background: url('../images/ico_37.png') no-repeat center center;}
.icon-souhu:before{background: url('../images/souhu.png') no-repeat center center;}
.contact_two_list a p { margin-top: 10px;text-align: center;}
.ewm-tk { width: 100%;height: 100%;position: fixed;top: 0;left: 0;display: none;z-index: 20000; }
.ewm-tk .bg {width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0, 0, 0, 0.5); }
.ewm-tk .ewm {width: 300px;height: 300px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 5;overflow: hidden;transform: scale(0.7);transition: transform .5s; }
.ewm-tk .ewm .ewm-new {width: 100%;height: 100%; }
.ewm-tk .ewm .ewm-new img{ max-width: 100%}
.ewm-tk .on .ewm {transform: scale(1); }
.contact_form{ padding: 60px;}

.join{ padding: 45px 0;}
.about_title{ text-align: center; margin-bottom: 30px;}
.about_title dd{ font-size: 32px; color: #444444; font-weight: bolder; margin-bottom: 15px;}
.about_title dt{ font-size: 16px; color: #555555; text-transform: uppercase;}
.join .pc_all_contnet{ background: #f6f6f6; padding: 36px 80px;}
.join .about_title dt{ text-transform: none; line-height:30px;}
.join .join_content .join_content_list{ display: flex; align-items: center; background: #fff; padding: 55px 0; flex-direction: row; justify-content: space-between; margin-bottom: 10px;}
.join .join_content .join_content_list .content_list_left{ position: relative; display: flex; width:80%;}
.join .join_content .join_content_list .content_list_left .list_left_dd{ position: relative; width:20%; text-align:center; margin-right: 8%;}
.join .join_content .join_content_list .content_list_left .list_left_dd dd{ font-size: 24px; color: #444444;}
.join .join_content .join_content_list .content_list_left .list_left_dd dt{ font-size: 14px; color: #999999; font-weight: bolder; margin-top: 10px; margin-bottom: 15px;}
.join .join_content .join_content_list .content_list_left .list_left_dd p{ font-size: 14px; color: #999999; line-height: 25px;}
.join .join_content .join_content_list .content_list_left .list_left_dd::before{ content: ""; position: absolute; display: inline-block; width: 1px; height: 100%; background: #d8d8d8; right: 0;}
.join .join_content .join_content_list .content_list_left .list_left_dt{ width:72%;}
.join .join_content .join_content_list .content_list_left .list_left_dt dd{ font-size: 16px; color: #777777; margin-bottom: 15px;}
.join .join_content .join_content_list .content_list_left .list_left_dt dt p{ line-height: 26px;margin-bottom: 5px; color: #777777; font-size: 14px;}
.join .join_content .join_content_list .content_list_left .list_left_dt div{ margin-bottom: 20px;}
.join .join_content .join_content_list .content_list_left .list_left_dt div:last-child{ margin-bottom: 0;}
.join .join_content .join_content_list .content_list_right{ display: flex; align-items:center;}
.join .join_content .join_content_list .content_list_right dd{ margin-right: 60px;}
.join .join_content .join_content_list .content_list_right a{ margin-right: -20px; display: flex;}

.sm_validate { float: left;width: 100%;height: auto;overflow: hidden;}
.sm_validate .group { float: left;width: 50%;height: 82px;font-size: 14px;line-height: 26px;color: #333;padding: 0 12px;margin-top: 40px;position: relative;}
.sm_validate .group .group_control{ float: left;display: block;border: none;width: 100%;height: 46px;background-color: #f6f6f6;padding: 0 20px;margin-top: 10px;}
.sm_validate .msg_group { width: 100%;height: auto}
.sm_validate .group .msg_group_control { height: 160px;resize: none;padding: 20px;}
.btn_default { float: left;display: inline-block;padding: 0;border: none;width: 176px;height: 45px;text-align: center;line-height: 45px;background-color: #c5000b;margin-left: 12px;border-radius: 50px;color: #fff;font-size: 14px;letter-spacing: .6px;margin-top: 40px;cursor: pointer;}
.diy_select{ float: left;width: 100%;height: 56px;position: relative}
/*.diy_select{ float: left;width: 100%;height: auto;position: relative;margin-bottom: 15px;padding-bottom: 50px;}*/
/*.diy_select p{ font-size: 16px;color: #999899;line-height: 28px;}*/
.diy_select input,.diy_select_txt{ float: left;width: 100%;height: 46px;line-height: 46px;overflow: hidden;border: none;padding: 0 20px;font-size: 16px;color: #333;transition: all .6s;z-index: 10;position: absolute;left: 0;top:10px;background-color: #f6f6f6;}
.diy_select_txt{ z-index: 13;}
.diy_select input{ background-color: #fff;}
/*.diy_select input::-webkit-input-placeholder{*/
/*color:#333;*/
/*}*/
/*.diy_select input::-moz-placeholder{   !* Mozilla Firefox 19+ *!*/
/*color:#333;*/
/*}*/
/*.diy_select input:-moz-placeholder{    !* Mozilla Firefox 4 to 18 *!*/
/*color:#333;*/
/*}*/
/*.diy_select input:-ms-input-placeholder { !* Internet Explorer 10-11 *!*/
/*color: #333;*/
/*}*/

.diy_select_btn{ position: absolute;top: 28px;right: 15px;border: 8px solid transparent;border-top: 8px solid #333;z-index: 18}
.diy_select_list { position: absolute;width: 100%;height: auto;top: 56px;left: -1px;overflow: hidden;display: none;z-index: 7999;background-color: #f5f5f5}
.diy_select_list li {float: left;width: 100%;height: 40px;text-align: left;cursor: pointer;line-height: 40px;font-size: 15px;overflow: hidden;padding: 0 20px;background-color: #ebefef;}
.diy_select_list li:hover{ background-color: #FFFFFF}
/*end*/


.share_top{ position: absolute;top: 0;width: 100%;height: auto;padding-top: 23px;;text-align: left;z-index: 99999;opacity: 1;animation: fade_out 0.4s .5s;-webkit-animation: fade_out 0.4s .5s;animation-fill-mode: forwards;}
.share_con{ position: relative;display: flex;justify-content: center;align-items: center;width: 100%;min-height: 598px;height: calc(100vh - 30px);margin: 0;}
.share_con_box{ display: flex;justify-content: space-between;}
.con_box_left{ width: 624px;height: 598px;background: #FFFFFF;border-radius: 10px;padding: 42px 4% 35px;text-align: center}
.con_box_left h3{ font-size: 36px;color: #333333;margin-bottom: 40px;}


/*.con_box_left img{ width: 300px;margin-bottom: 20px;}*/
.con_box_img{ float: left;width: 100%;height: auto;overflow: hidden}
.share_ewm{ float: left;width: 33.33%;padding: 0 3%;text-align: center;margin-bottom: 20px;}
.share_ewm img{ width: 100%;max-width:150px;margin-bottom: 10px;border: 1px solid #999;padding: 10px;border-radius: 5px}
.share_ewm p{ font-size: 18px;}

.con_box_right{ width: 378px;height: 598px;background: #FFFFFF;border-radius: 10px;padding: 50px 25px 0;margin-left: 18px;text-align: center}
.con_box_right h4 span{ color:#c7000b}
.con_box_right img{ max-width: 100%;margin: 35px auto 20px;}
.left_items_bottom {
    width: 211px;
    display: flex;
    margin: 0 auto;
}
.left_items_bottom .phone_call_icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 8px;
}
.left_items_bottom .phone_call_icon img {
    width: 51px;
    margin: 0;
}
.left_items_bottom .phone_call {
    padding-top: 6px;
    color: rgba(52, 52, 52, 1);
    text-align: left;
}
.left_items_bottom .phone_call .phone_call_title{ width: 98px;height: 20px;font-size: 14px;font-weight: 400;color: #777777;line-height: 20px;}
.left_items_bottom .phone_call .phone_call_numb{ width: 152px;height: 29px;font-size: 21px;white-space: nowrap;font-weight: 500;color: #333333;line-height: 29px;}
.share_footer{ width: 100%;height: 20px;font-size: 14px;font-weight: 400;color: #777777;text-align: center;line-height: 20px;background: none;margin-bottom: 10px;}
.share_footer a{ color: #777777;}

.law{ float: left;width: 100%;height: auto;overflow: hidden;padding: 200px 0 50px;}
.law h3{ width: 100%;line-height: 50px;font-size: 26px;color: #c7000b;text-align: center;margin-bottom: 25px;}
.law p{ font-size: 14px;line-height: 24px;color: #333;text-align: left}

/*贸易平台*/
.trad_one,.trad_three,.trad_four,.trad_five{ float: left;width: 100%;height: auto;overflow: hidden;padding: 60px 0}
.trad_one h3{ position: relative;font-size: 32px;font-weight: 400;color: #333333;line-height: 46px;text-align: center}
.trad_one ul{ float: left;width: 100%;height: auto;overflow: hidden;display: flex;}
.trad_one ul li{ float: left;width: 49%;margin: 0 0.5%;height: 630px;overflow: hidden;flex: 1;background-color: #FFFFFF;padding: 0 10px;box-shadow: 0 2px 10px 0 rgba(37, 104, 242, 0.1);border-radius: 5px;position: relative;}
.trad_one_poa{ position: absolute;left: 0;bottom: 0;width: 100%;height: auto;padding: 30px 8%;
    background: rgba(199,0,11,.4);
    background: -moz-linear-gradient(left, rgba(199,0,11,.4) 0%, rgba(199,0,11,.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,0,11,.4)), color-stop(100%,rgba(199,0,11,.1)));
    background: -webkit-linear-gradient(left,rgba(199,0,11,.4) 0%,rgba(199,0,11,.1) 100%);
    background: -o-linear-gradient(left,rgba(199,0,11,.4) 0%,rgba(199,0,11,.1) 100%);
    background: -ms-linear-gradient(left,rgba(199,0,11,.4) 0%,rgba(199,0,11,.1) 100%);
    background: linear-gradient(to right,rgba(199,0,11,.4) 0%,rgba(199,0,11,.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(199,0,11,.4)', endColorstr='rgba(199,0,11,.1)',GradientType=0 );
}
.trad_one_poa h3{ color: #FFFFFF;font-size: 24px;margin-bottom: 10px;}
.trad_one_poa p{ color: #FFFFFF;font-size: 16px;line-height: 24px;}
.trad_two{ float: left;width: 100%;height: auto;overflow: hidden;padding: 80px;background: #F3F7FE url("../images/16515615.png") no-repeat left center;background-size: auto 100%}
.trad_two .inner_title i{ color: #FFFFFF}
.trad_two_tit{ float: left;width: 100%;height: auto;overflow: hidden;}
.trad_two_tit h3{ font-size: 32px;font-weight: 400}
.trad_two_tit p{ max-width: 600px;font-size: 18px;margin-top: 28px;line-height: 26px;}
.trad_two_con{ float: left;width: 100%;height: auto;padding-top: 90px;position: relative;display:none}
.trad_two_con ul{ float: right;width: 60%;height: auto;overflow: hidden;margin-left: 10%}
.trad_two_con ul li{ float: left;width: 20%;height: auto;margin-bottom: 30px;padding-left: 35px;line-height: 30px;font-size: 16px;color:#4d85ff}
.trad_two_con ul li:nth-of-type(1){ background: url('../images/hk_01.png') no-repeat left center;background-size: 22px}
.trad_two_con ul li:nth-of-type(2){ background: url('../images/hk_02.png') no-repeat left center;background-size: 22px}
.trad_two_con ul li:nth-of-type(3){ background: url('../images/hk_03.png') no-repeat left center;background-size: 22px}
.trad_two_con ul li:nth-of-type(4){ background: url('../images/hk_04.png') no-repeat left center;background-size: 22px}
.trad_two_con ul li:nth-of-type(5){ background: url('../images/hk_05.png') no-repeat left center;background-size: 22px}
.trad_two_con ul li:nth-of-type(6){ background: url('../images/hk_06.png') no-repeat left center;background-size: 22px}
.trad_two_con ul li:nth-of-type(7){ background: url('../images/hk_07.png') no-repeat left center;background-size: 22px}
.trad_two_con ul li:nth-of-type(8){ background: url('../images/hk_08.png') no-repeat left center;background-size: 22px}
.trad_two_con ul li:nth-of-type(9){ background: url('../images/hk_09.png') no-repeat left center;background-size: 22px}
.trad_two_con ul li:nth-of-type(10){ background: url('../images/hk_10.png') no-repeat left center;background-size: 22px}
.trad_two_con_img{ z-index: 9;display: flex;justify-content: space-between;text-align: right;float: right;width: 55%;margin-bottom: 50px;padding-right: 5%}
.trad_two_con_img p{ float: right;width: 240px;;height: 240px;overflow: hidden;border-radius: 50%;display: inline-block}
.trad_two_con_img p:nth-of-type(1){ background: url('../images/process1-n.png') no-repeat center center;background-size: 100%}
.trad_two_con_img p:nth-of-type(2){ background: url('../images/process2-n.png') no-repeat center center;background-size: 100%;transform: translateY(-150%);}
.trad_two_con_img p:nth-of-type(3){ background: url('../images/process3-n.png') no-repeat center center;background-size: 100%;transform: translateY(-10%);}
.trad_two_img{ float:right;width:100%;text-align:right;}
.trad_two_img img{ width:55%;transform: translateY(-10%);}

.trad_three{ background: url('../images/teambg.jpg') no-repeat center center;background-size: cover}
.trad_three_list{ float: left;width: 100%;height: auto;overflow: hidden;padding-top: 35px;}
.trad_three_list .img{ width: 100%; height: 300px;text-align: center;line-height: 300px;}
.trad_three_list .img img{ max-width: 95%;max-height: 95%;vertical-align: bottom;}
.trad_three_list .info_tit{ background: #fff; text-align: center; padding: 20px 10px; font-size: 16px;}
.trad_three_list li{ position: relative; overflow: hidden; margin-bottom: 60px;box-shadow:0 5px 10px rgba(0,0,0,0.1);transition: all .65s;background-color: #FFFFFF}
.trad_three_list li .info_mask{ position: absolute; left: 0; top: 0; background: #c7000b; color: #fff; height: 100%; padding: 40px; text-align: center;box-sizing: border-box; transition: all .8s; opacity: 0; width:100%}
.trad_three_list li .info_mask .info_tit{ background: none; padding: 0;}
.trad_three_list li .info_mask .text{ line-height: 24px;}
.trad_three_list li .info_mask .line{ display: block; width: 22px; height: 2px; background: #fff; margin: 20px auto;}
.trad_three_list li:hover .info_mask{opacity: 1;}
.trad_three_list .swiper-pagination span{ background: #c7000b; border-color: #c7000b;}

.trad_four .honor_list .swiper-container{
    padding: 0 10%;
}
.trad_five{
    padding-top: 15px;
}
.trad_five_top{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 30px 0 5px;
    position: relative;
}
.trad_five_top::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    bottom: 15px;
}
.trad_five_top .swiper-slide{
    text-align: center;
}
.trad_five_top .swiper-slide p{
    font-size: 16px;
    color: #000000;
    margin-bottom: 15px;
}
.trad_five_top .swiper-slide span{
    width: 15px;
    height: 15px;
    background-color: #FFFFFF;
    border: 1px solid #e74040;
    transition: all .5s;
    margin: 0 auto;
    display: inline-block;
    border-radius: 50%;
}
.trad_five_top .swiper-slide.active span{
    background-color: #e74040;
}
.trad_five_top .swiper-button-prev,.trad_five_top .swiper-button-next{
    width: 30px;
    height: 20px;
    bottom: 6px;
    margin-top: 0;
    top: auto;
    background-color: #FFFFFF;
    z-index: 20;
}
.trad_five_top .swiper-button-prev:after,.trad_five_top  .swiper-button-next:after{
    font-size: 15px;
    color: #cccccc;
    font-weight: bold;
}
.trad_five_top .swiper-button-prev{
    left: 0;
}
.trad_five_top .swiper-button-next{
    right: 0;
}
.trad_five_top .swiper-button-prev.swiper-button-disabled,.trad_five_top .swiper-button-next.swiper-button-disabled{
    opacity: 1;
}
.trad_five_thume{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 0 20px;
}
.trad_five_thume-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trad_five_thume_left{
    float: left;
    width: 30%;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 36px;
    color: #DB3B3B;
}
.trad_five_thume_right{
    float: right;
    width: 70%;
    text-align: left;
}
.trad_five_thume_right p{
    font-size: 17px;
    line-height: 30px;
    color: #333333;
    width: 100%;
    float: left;
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px;
}
.trad_five_thume_right p:nth-last-of-type(1){
    margin-bottom: 0;
}
.trad_five_thume_right p:before{
    content: "";
    width: 15px;
    height: 15px;
    background-color: #E74040;
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -7.5px;
    border-radius: 50%;
}




.team_list{ width: 100%;height: auto;float: left;margin-top: 65px;}
.team_list li{ width: 48%; position: relative; height: 410px;float: left; margin-bottom: 100px;}
/*.team_list li:nth-of-type(1),.team_list li:nth-of-type(2){ width: 48%;}*/
.team_list li:nth-child(even){ float: right;}
.team_list li .img{ width: 410px; height: 410px; overflow: hidden;}
.team_list li .img img{ transition: all .8s; width: 100%; height: 100%;}
.team_list li .info{ position: absolute; right:0 ; max-height: 100%; overflow: hidden; z-index: 2; bottom: -50px; background: #fff; padding: 30px; width: 52%;transition: all .8s;border-radius: 5px;box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
.team_list li .info:before{ content:"";display: block; width: 100%; height: 0; position: absolute; left: 0; bottom: 0;transition: all .8s;z-index: -1;background: #c7000b;}
/*.team_list .tit h3{ color: #FFFFFF}*/
.team_list .label_1{ margin: 10px 0;}
.team_list .label_1 p{ display: block;font-weight: bold;line-height: 24px;color: #000;transition: all .8s;text-align: left;font-size: 16px;}
/*.team_list li:hover .label_1 p{ color: #FFFFFF;}*/
.team_list .desc{ color: #333; height: 0; overflow: hidden;transition: all .8s;}
/*.team_list li:hover .info{ color: #fff;}*/
/*.team_list li:hover .info:before{ height: 100%;}*/
/*.team_list li:hover .desc{ color: #fff;height:200px; overflow-y: auto;}*/
.team_list2 li:first-child{ float: none;}
.team_list li:hover img{ transform: scale(1.1,1.1);}
@keyframes zoomIn2 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50% {
        opacity: 1
    }
}
.zoomIn2 {
    -webkit-animation-name: zoomIn2;
    animation-name: zoomIn2
}
.trad_two_tit a{ display: block;font-weight: bold;z-index: 1;width: 60px;height: 60px;font-size: 14px;color: #fff;text-align: center;position: relative;line-height:60px;margin-top:15px;}
.trad_two_tit a::before{content: "";z-index: -1;animation: rotate 30s linear infinite;display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(../images/zhang2.png) no-repeat center; background-size: 100%;}
@keyframes rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform:rotate(360deg);
    }

}

/*侧边栏*/
.sidebar{ display: none;position: fixed;top: 50%;padding: 20px 0 25px;right: 10px;width: 80px;z-index: 905;-webkit-transform: translateY(-50%);transform: translateY(-50%);border-radius: 40px;background: #fff;box-shadow: 0 0 10px rgba(152, 164, 211, .2);}
.sidebar li{ margin-bottom: 20px;position: relative;}
.sidebar li:last-child{ margin-bottom: 0;}
.sidebar a{ display: block;text-align: center;color: #fff;transition: .5s;}
.sidebar .sidebar_ico{ display: flex;align-items: center;justify-content: center;margin: 0 auto 5px;width: 50px;height: 50px;border-radius: 50%;box-shadow: 0 0 10px rgba(152, 164, 211, .2);transition: .5s;}
.sidebar .sidebar_ico img { height: 20px;}
.sidebar .sidebar_ico img:nth-child(2){ display: none;}
.sidebar a:hover .sidebar_ico{ background: #c7000b;}
.sidebar a:hover .sidebar_ico img:nth-child(1){ display: none;}
.sidebar a:hover .sidebar_ico  img:nth-child(2){ display: inline-block;}
.sidebar .sidebar_txt{ font-size: 14px;line-height: 24px;color: #666;}
.sidebar .sidebar_wx{ position: absolute;top: 0;right: 90px;margin-top: 0;display: flex;text-align: center;padding: 0 20px;align-items: center;justify-content: center;width: 80px;height: 80px;color: #fff;background: #ffffff;box-shadow: 0 0 10px rgba(152, 164, 211, .2);white-space: nowrap;font-weight: bold;font-size: 20px;visibility: hidden;opacity: 0;transition: .5s;}
.sidebar a:hover .sidebar_wx{ visibility: visible;opacity: 1;}
.sidebar .sidebar_wx img{ width: 70px;}
.sidebar .sidebar_phone{ position: absolute;top: 0;right: 90px;margin-top: 0;display: flex;padding: 0 20px;align-items: center;justify-content: center;width: 200px;height: 50px;color: #fff;border-radius: 26px;background: #c7000b;box-shadow: 0 0 10px rgba(152, 164, 211, .2);white-space: nowrap;font-weight: bold;font-size: 20px;visibility: hidden;opacity: 0;transition: .5s;}
.sidebar a:hover .sidebar_phone{ visibility: visible;opacity: 1;}



@media (max-width: 1616px) {
    .index_two ul li.active{ flex: 2.5;}
}
@media (max-width: 1416px) {
    .hea_nav ul li{ margin-right: 30px}

    .index_one_right p{ font-size: 16px;}
    .index_two{ padding: 60px 2% 130px;}
    .index_two ul li.active{ flex: 3;}
    .comment_list_bj{ width: 100%;height: 100%;}
}
@media (max-width: 1316px) {
    .hea_logo{ padding-right: 20px}
    .hea_nav ul li { margin-right: 20px;}
    .hea_photo{ padding: 0 20px 0 40px;background: url(../images/ico_04.png) no-repeat 10px center / 26px;}

    .contact_form{ padding: 60px 1%}

    .ai-scene_main img{ padding-bottom: 15px;}

    .trad_two{ padding:80px 3%}
}
@media (max-width: 1216px) {
    .header{ height: 75px;line-height: 75px;}
    .hea_nav,.hea_contact{ display: none}
    .header .web_menu{ display: inline-block}
    .hea_logo img{ max-height: 44px;max-width: unset !important;width:auto !important}
    .header .web_nav .c-search-box{ padding: 20px 20px 0}
    .sidebar{ display: none !important;}
    .footer_nav_list ul li{ margin-left: 65px}
    .footer_nav_data{ margin-right: 0}

    .index_one_left{ padding-top: 50px;background: url(../images/ico_05.png) no-repeat 10px 50px;}
    .index_one_right{ padding-top:50px;}
    .index_one_right p{ line-height: 30px}
    .index_two ul li.active{ flex:3.5}
    .index_two_receive h3{ font-size: 24px;}
    .index_two_unfold{ padding-top: 40px;}
    .comment,.index_video_silbe{ padding: 25px 100px 40px;}
    .good_news_right{ width: calc(100% - 470px);}

    .inner_nav{ display: none}
    .inner_banner{ margin-top: 75px;height: 480px;}
    .inner_banner_txt h2{ font-size: 26px;}
    .about_one_title h3{ font-size: 28px;margin-bottom: 15px;}
    .about_one_title p{ max-width: 90%}
    .history_list .item .font{ padding: 50px 50px 0;}

    .plat_tell_con_txt{ width: 50%}
    .ai-scene_main{ padding: 0 3% 0}
    .function-pt ul li{ padding: 0 5px;}
    .ai-scene_main img{ padding: 25px 0 10px;}
    .ai-scene_main .ai-scene_main-txt p{ padding-top: 0}

    .spacing .w_index{ width: 100%}
    .function-content .ai-phone-pb > div:nth-of-type(1) img{ max-width: 100%}

    .trad_two{ padding: 50px 0}
    .trad_two_con ul{ width: 65%}
    .trad_two_con ul li{ font-size: 14px;padding-left: 30px;}
    .trad_two_con_img{ width: 65%}
    .trad_two_con_img p{ opacity: .8}
    .trad_two_con_img p:nth-of-type(2){ transform: translateY(-78%);}
    .team_list li .info{ width: 75%}

    .video_text_box{ width: 50%}
    .video_play,.video_play_bili{ width: 50%}

    /*新闻中心*/
    .new_list ul li{ padding: 0 8px;}
    .new_list ul li{ margin-bottom: 16px;}
    .new_list ul li a{ padding: 30px 10px 0;}
    .new_list_txt_txt h3{ font-size: 18px;}
    .new_three_right{ width: 29%}

    /*联系我们*/
    .contact_form{ padding: 60px 1%}
}
@media (max-width: 993px) {
    ::-webkit-scrollbar {
        width: 5px;
        background-color: rgba(0,0,0,0);
    }
    ::-webkit-scrollbar-thumb {
        border: solid 2px rgba(0,0,0,0);
        width: 5px;
        border-radius: 4px;
        background-color: #c7000b;
    }
    ::-webkit-scrollbar-corner{ background-color: rgba(0,0,0,0);}
    ::-webkit-scrollbar:horizontal{  height: 6px;  padding: 2px 0;}

    .footer{ padding: 0}
    .footer_nav,.footer_icon,.footer_copy{ display: none}
    .footer_web{ display: inline-block}

    .banner_one .swiper-slide img{ height: 75vh}
    .banner_one .swiper-slide .banner_one_txt .ban_title{ font-size: 36px;line-height: 46px;}
    .banner_one .swiper-slide .banner_one_txt .ban_text{ font-size: 24px;padding: 5px 0 15px;line-height: 36px;}
    .ban_more{ display: none}
    .banner_decline{ display: none}
    .banner_one .c-dot{ bottom: 20px;}
    .index_one_left, .index_one_right{ width: 100%;height: auto}
    .index_one_left{ padding-left: 0;background: none;font-size: 24px;line-height: 36px;}
    .index_one_right{ padding: 10px 0 30px 0;}
    .index_one_right h3{ display: none}
    .index_two ul{ flex: none;display: flex;justify-content: space-between;align-items: flex-start;overflow-x: auto;background: none}
    .index_two ul li{ flex: none;width: 80%;margin-right: 20px;height: 480px}
    .index_two ul li.active { flex: none;width: 80%;}
    .index_two_receive{ display: none;opacity: 0}
    .index_two_unfold{ display: inline-block;opacity: 1}
    .unfold_list .unfold_list_txt{ width: 100%;min-height: auto}
    .unfold_list_img{ display: none}
    .index_two_unfold a{ display: none}
    .index_three{ height: auto;background-color: #eef3f7}
    .index_three::before, .index_three::after{ display: none}
    .index_three_left{ float: left;width: 100%;height: auto;text-align: center;background: url(../images/images_03.jpg) no-repeat left center;padding: 35px 0;background-size: cover}
    .index_three_left p{ padding: 0 5%;font-size: 18px;}
    .index_three_right{ float: left;width: 100%;height: auto;padding: 15px 20px 8px;}
    .index_three_right ul li h3{ font-size: 24px;line-height: 38px;}
    .index_three_right ul li p{ font-size: 16px;margin-top: 0}
    .partner_list ul li{ width: 33.33%}
    .partner_logo{ height: 80px;line-height: 80px;}
    .comment,.index_video_silbe{ padding: 25px 5% 40px;}
    .comment .comment_list{ height: auto;padding: 0 0}
    .comment_list_bj{ height: auto;position: relative;left: auto;top: auto}
    .comment .comment_list > .comment_list_tab{ position: absolute;left: 0;top: 50%;width: 100%;height: auto;margin-top: -50px}
    .good_news_left{ width: 100%;margin-bottom: 25px;}
    .good_news_left_img{ height: auto}
    .good_news_left_txt{ height: auto}
    .good_news_right{ width: 100%}

    .inner_banner{ height: 425px;}
    .about_one_title p{ max-width: 100%}
    .index_one_video img{ max-width: 100%;width: 100%}
    .about_one_data{ margin: 25px 0 50px;}
    .about_one_data ul li{ margin: 0 45px;}
    .about_one_data ul li h4 i{ font-size: 38px;}
    .about_four{ padding-top: 0}
    .history_list .item .font div{ margin-top: 8px;}
    .history_list .item .font div p{ font-size: 14px;line-height: 24px;}

    .plat_tell_con_txt{ width: 100%;position: relative;top: auto;left: auto;margin-top: 0}
    .plat_tell_con .plat_tell_con_img{ display: none}
    .plat_tell_con_box{ display: none}
    .common-tit h1{ margin-bottom: 15px;}
    .ai-phone-pb{ float: left;width: 50%;padding: 10px 10px 25px;margin-top: 0}
    .ai-phone-pb:nth-of-type(2),.ai-phone-pb:nth-of-type(3),.ai-phone-pb:nth-of-type(5),.ai-phone-pb:nth-of-type(8),.ai-phone-pb:nth-of-type(9),.ai-phone-pb:nth-of-type(12){ background-color: #FBFBFB}
    .function-content_mt{ margin-top: 0;padding: 0}
    .function-content h3{ text-align: center;margin: 10px 0 15px;}
    .platform-jieshao{ text-align: center}
    .henggang{ margin: 0 auto}
    .function_link{ display: none}
    .ai-robot_main .ai-robot_main-card .ai-robot_main-txt h4{ font-size: 15px;}
    .ai-robot_main .ai-robot_main-card img{ max-width: 100%}

    .trad_one ul li{ height: 500px;}
    .trad_two{ background: #F3F7FE}
    .trad_two_tit h3{ text-align: center}
    .trad_two_tit p{ width: 90%;text-align: center;max-width: 90%;margin: 15px auto 25px;}
    .trad_two_tit a{ margin: 0 auto}
    .trad_two_con{ padding: 25px 5% 0}
    .trad_two_con_img{ width: 100%;padding-right: 0}
    .trad_two_con_img p:nth-of-type(2){ transform: translateY(0);}
    .trad_two_con ul{ width: 100%;margin-left: 0;padding-left: 9%}
    .team_list{ margin-top: 25px;}
    .trad_two_img{
        text-align: center;
        margin-top: 25px;
    }
    .trad_two_img img{
        width: 70%;
        transform: translateY(0%);
    }

    .video_list ul li{ padding: 25px 0;}
    .video_text_box{ width: 100%;padding-right: 0;margin-bottom: 15px;}
    .video_text_box .video_text_box_title{ margin-bottom: 8px;font-size: 22px;}
    .video_play,.video_play_bili{ width: 80%;height: auto;margin: 0 10%;}
    .video_play img,.video_play_bili img{ height: auto}
    .contact_two{ padding: 10px 0 45px;}
    .contact_two h3{ font-size: 22px;line-height: 34px;}
    .contact_two_list a{ margin-bottom: 15px;width: 120px;padding-right: 55px;}
    .contact_two_list a:before{ right: -10px;}
    .contact_two_list a p{ font-size: 14px;}

    /*新闻中心*/
    .new_list ul li{ width: 50%;}
    .new_three_left{ width: 100%}
    .new_three_right{ display: none}

    /*联系我们*/
    .contact_one_left, .contact_one_maps{ width: 100%}
    .contact_one_left{ height: 400px;}
    .c_one_left_txt{ left: 10%;-moz-transform: translate(-10%, -50%);-ms-transform: translate(-10%, -50%);-webkit-transform: translate(-10%, -50%);transform: translate(-10%, -50%);}
    /*.contact_two_list a{ margin-bottom: 18px;}*/
    /*.contact_two h3, .contact_form h3{ font-size: 24px;}*/
    .join .pc_all_contnet{ padding: 36px 3%}
    .join .join_content .join_content_list .content_list_left .list_left_dd{ width: 25%}

    /*免费体验*/
    .share_top{ text-align: center;padding-bottom: 0;position:relative;}
    .hidden-xs{ display: inline-block !important;max-height: 55px;}
    .share_con{ min-height: auto;}
    .share_con_box{ flex: auto}
    .con_box_left{ width: 95%;height: auto;padding: 42px 3% 35px;margin: 0 auto}
    .con_box_left h3{ font-size: 22px;margin-bottom: 25px;}
    .share_ewm{
        width: 50%;
    }
    .share_ewm img{ width: 85%;margin-bottom:8px}
    .con_box_right{ display: none}
    .share_footer{ margin-bottom:8px;height:auto;font-size:14px;}
    
    
    .about_wenhua{
        padding-bottom: 45px;
    }
    .about_wenhua .item .about_wenhua_bt{
        font-size: 22px;
        line-height: 32px;
    }
    .about_wenhua .item .about_wenhua_nr{
        font-size: 14px;
        line-height: 22px;
    }
    
    .honor_list{
        margin-top: 40px;
    }
    
    .about_wenhua{
        padding-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .header{ height: 55px;line-height: 55px;}
    body.ver_open .header .web_nav{ height: calc(100% - 55px);height: -webkit-calc(100% - 55px);top: 55px;}
    .header .web_nav{ line-height: 55px;}
    .header .web_nav a{ font-size: 16px;line-height: 55px;}
    .header .web_nav li ul a{ line-height: 55px;}
    .header .web_nav li a i{ margin-top: 18px;}
    .list_page{ margin: 10px 0 30px;}
    .list_page ul a{ padding: 6pt 13px;}
    body.ver_open .header .web_nav li > ul li a{ font-size: 15px;}
    body.ver_open .header .web_nav li > ul li > ul li a{ font-size: 14px;line-height: 45px;margin: 0;padding: 0 40px;}

    .banner_one .swiper-slide .banner_one_txt .ban_title{ font-size: 24px;line-height: 36px;}
    .banner_one .swiper-slide .banner_one_txt .ban_text{ font-size: 18px;padding: 5px 0 15px;line-height: 28px;}
    .index_one_left{ font-size: 22px;line-height: 34px;}
    .index_one_right p{ font-size: 15px;line-height: 24px;}
    .index_one_right{ padding-bottom: 0}
    .index_two{ padding: 30px 1% 60px;}
    .index_tit h2{ font-size: 22px;}
    .index_tit p{ font-size: 15px;}
    .index_two ul{ margin-top: 10px;}
    .index_two ul li{ height: 360px;}
    .index_three{ padding: 25px 10px 60px;}
    .index_three_left img{ max-width: 75%}
    .index_three_left p{ font-size: 15px;line-height: 28px;}
    .index_three_right ul li{ padding: 10px 0}
    .index_three_right ul li h3{ font-size: 20px;line-height: 30px;}
    .index_three_right ul li p{ font-size: 14px;margin-top: 0;line-height: 24px;}
    .index_four{ margin-top: 25px;padding-bottom: 60px;}
    .partner_list{ margin-top: 15px;}
    .partner_list ul li{ padding: 0 1%}
    .index_five{ padding: 25px 0 35px;}
    .index_five .index_tit h2{ font-size: 18px;}
    .comment,.index_video_silbe{ padding: 10px 2% 30px;}
    .comment .swiper-button-next, .comment .swiper-button-prev{ display: none}
    .comment .comment_list{ height: auto;}
    .comment .comment_list .comment_list_img{ display: none}
    .comment_list_txt h5{ font-size: 18px;}
    .comment_list_txt p{ font-size: 12px;margin-bottom: 5px;}
    .comment_list_txt a{ width: 100px;height: 35px;line-height: 35px;}
    .comment_list_txt a span{ width: 100%;height: 35px;line-height: 35px;font-size: 12px;border-radius: 25px;position: absolute;left: 0;margin-left: 0}
    .comment_list_txt a:hover span{ width:100%}
    .comment .swiper-pagination-bullet,.index_video_silbe .swiper-pagination-bullet{ width: 8px;height: 8px;}
    .index_six{ margin-top: 15px;}
    .good_news{ margin-top: 15px;}
    .good_news_left_txt h3{ font-size: 16px;margin-bottom: 0;line-height: 30px;height: auto}
    .g_news_list ul li{ width: 100%}
    .center video,.bili_center iframe{ width: 90%;}

    .inner_banner{ margin-top: 55px;padding: 0 5%;height: 360px;}
    .inner_banner_txt h2{ font-size: 22px;line-height: 28px;}
    .inner_banner_txt p{ font-size: 14px;line-height: 24px;}
    .inner_banner_two{ height: auto;padding: 0}
    .inner_banner_two img{ display: inline-block;width: 100%;}
    .about_one_title{ margin-top: 25px;}
    .about_one_title h3{ font-size: 20px;line-height: 30px;margin-bottom: 8px;}
    .about_one_title p{ font-size: 14px;line-height: 25px;}
    .index_one_video a{ top: 70%}
    .index_one_video a:before,.index_one_video a:after{ width: 50px;height: 50px;}
    .about_one_data ul li{ float: left;width: 33.33%;margin: 0 0}
    .about_one_data ul li h4 i{ font-size: 30px;}
    .inner_title{ height: auto}
    .inner_title i{ display: none}
    .inner_title h2{ font-size: 22px;font-weight: bold;margin-bottom: 15px;}
    .about_two_title p{ display: none}
    .about_two .item{ width: 100%;height: auto;margin: 0;animation: 60s rowlefts linear infinite normal;-webkit-animation: 60s rowlefts linear infinite normal;white-space: inherit;}
    .about_two .item img{ width: 25%;float: left;margin-bottom: 8px;}
    .about_four{ padding-bottom: 50px;}
    .honor_list .swiper-button-next, .honor_list .swiper-button-prev{ display: none}
    .index_tit_left h2{ display: none}
    .index_tit_left{ width: 100%}
    .honor_button_box .index_tit p{ text-align: center;font-size: 22px;font-weight: bold}
    .honor_list .swiper-container{ padding: 45px 0 0;}
    .honor_list .honor_list_txt{ font-size: 14px;padding: 15px 0}
    .about_five .inner_title h2{ margin-bottom: 8px;}
    .history_list{ margin-top: 0;height: auto;margin-bottom: 20px;}
    .history_list .history_button{ position: relative;left: auto;right: auto;margin: 0 auto}
    .history_list .item .img img{ max-width: 100%;height: auto}
    .his_time_list .swiper-wrapper span{ font-size: 14px;line-height: 28px;}
    .his_time_list .swiper-wrapper .active span{ font-size: 16px;}
    .about_five{ padding-bottom: 80px;}
    .history_list .item .font{ padding: 20px 1% 0}
    .history_list .item .font h1{ font-size: 24px;text-align: center}
    .history_list .item .font div p{ margin-bottom: 8px;}

    .plat_tell{ padding: 25px 0 20px}
    .plat_tell_con_txt h3{ font-size: 20px;line-height: 32px;margin-bottom: 0}
    .plat_tell_con_txt p{ font-size: 14px;line-height: 24px;}
    .plat_tell ul{ margin-top: 20px;}
    .plat_tell ul li{ width: 100%;margin-right: 0;margin-bottom: 10px;}
    .common-tit h1{ font-size: 24px;}
    .ai-scene_main{ height: auto;padding-bottom: 18px;}
    .ai-scene_main .ai-scene_main-txt h4{ font-size: 18px;}
    .ai-phone-pb{ width: 100%}
    .henggang{ display: none}
    .function-content h3{ font-size: 18px;}
    .platform-jieshao{ font-size: 14px;}
    .ai-phone-pb:nth-child(odd){ background-color: #FBFBFB !important;margin-bottom: 15px;}
    .ai-phone-pb:nth-child(even){ background-color: #FBFBFB !important;margin-bottom: 15px;}
    .plat_two{ padding-top: 25px;}
    .agent h3{ font-size: 20px;line-height: 34px;margin-bottom: 0}
    .agent h4{ font-size: 14px;line-height: 26px;margin-bottom: 0}
    .ai-robot_main-blue{ margin-top: 20px;}
    .ai-robot-piclist > div > div.col-md-41{ width: 50%}
    .ai-robot_main .ai-robot_main-card{ margin-bottom: 0}

    .trad_one, .trad_three, .trad_four{ padding: 25px 0}
    .trad_one .inner_title h2, .trad_three .inner_title h2, .trad_four .inner_title h2{ margin-bottom: 8px;}
    .trad_one ul{ margin-top: 0;display: inline-block}
    .trad_one ul li{ width: 100%;height: 300px;;margin-bottom: 10px;}
    .trad_one_poa{ padding: 20px 3%}
    .trad_one_poa h3{ font-size: 18px;line-height: 28px;margin-bottom: 0;}
    .trad_one_poa p{ font-size: 14px;}
    .trad_two{ height: 600px;background: #F3F7FE url('../images/images_34.jpg') no-repeat bottom center;background-size: 100%}
    .trad_two_tit h3{ font-size: 22px;}
    .trad_two_tit p{ font-size: 16px;}
    .trad_two_con{ display: none}
    .trad_two_img{ display: none}
    
    .trad_three_list{ margin-top: 0}
    .trad_three_list li{ margin-bottom: 40px;}
    .team_list{ margin-top: 0}
    .team_list li{ width: 100%;height: auto;margin-bottom: 80px;}
    .team_list li .img{ width: 100%;height: auto;}
    .team_list li .img img{ width: 100%;height: auto}
    .team_list li .info{ width: 85%;padding: 18px 25px 10px;}
    .team_list li .info .tit h3{ font-size: 18px;}
    .team_list .label_1 p{ font-size: 14px;}

    .video{ padding: 0 0 30px;}
    .video_nav{ display: none}
    .video_list{ padding: 0 2%}
    .video_text_box .video_text_box_title{ font-size: 16px;margin-bottom: 5px;}
    .video_text_box .video_text_box_text{ font-size: 12px !important;}
    .video_play,.video_play_bili{ width: 100%;margin: 0}
    .contact_two h3{ font-size: 16px;line-height: 28px;}
    .contact_two_list{ margin-top: 20px;}
    .contact_two_list a{ width: 33.33%;padding-right:0}
    .contact_two_list a:before{ right: 0;opacity: 0;}
    .contact_two_list a p{ margin-top:0}
    /*.contact_two_list a:nth-child(3n):before{ opacity: 0;}*/
    .video_play_ico{ width: 60px;height: 60px;line-height: 60px;background-size: 18px;}
    .contact_two_list a i{ display:inline-block;}
    .video_play .video_play_mask span{ font-size: 16px;}
    .center .video-js .vjs-tech{ width: 90% !important;}
    /*.video_nav{ padding: 0}*/
    /*.video_nav_tit{ display: none}*/
    /*.video_nav ul{ width: 100%;flex: none;justify-content: space-between;align-items: flex-start;overflow-x: auto !important;background: none;}*/
    /*.video_nav ul li{ }*/
    /*.video .readmore-js-toggle{ display: none}*/

    .new, .new_tit{ padding: 0 0 60px;}
    .new_tit{ display: none}
    .new_tit a{ font-size: 18px;margin: 0 10px;}
    .new_list ul li{ width: 100%;padding: 0;margin-bottom: 15px;}
    .new_list_more{ height: auto}
    .new_list_more p, .new_list_more span{ height: 35px;line-height: 35px;}
    .new_list_txt_txt h3{ font-size: 15px;}
    .new_list_txt_txt p{ font-size: 12px;}
    .new_list_txt_deta h4{ font-size: 28px;}
    .new_list_txt_deta p{ font-size: 13px;}
    .new_detail{ padding: 35px 0 15px}
    .new_three_left{ padding: 15px 1%}
    .new_detail_title h1{ font-size: 16px;line-height: 24px;margin-bottom: 10px;}
    .new_detail_title p{ font-size: 12px;}
    .new_detail_page1{ width: 100%;margin-bottom: 30px;}
    .new_detail_page2{ display: none}

    /*联系我们*/
    .contact_one{ padding-top: 25px;}
    .contact_one_left{ height: auto;background: none !important;padding:20px 0}
    .contact_one_left img{ display: inline-block}
    .c_one_left_txt{ width: 100%;position: relative;top: auto;transform: translate(0, 0);left: auto;padding: 15px 3%}
    .c_one_intro{ font-size: 14px;margin-bottom: 5px;}
    .c_one_left_txt h3{ font-size: 18px;margin: 10px 0 15px}
    .c_one_left_txt h4{ font-size: 16px;}
    .c_one_txt p, .c_one_txt2 p{ font-size: 16px;line-height: 24px;}
    .c_one_txt2 p{ 
        margin-bottom: 0;
    }
    .c_one_txt2 span{
        font-size: 12px;
        line-height: 26px;
    }
    .c_one_txt2 span:nth-of-type(5) i{
        width: 72px;
    }
    .contact_one_maps{ height: 300px;}
    .contact_form h3{ font-size: 16px;line-height: 28px;}
    .sm_validate .group{ width: 100%;padding: 0;margin-top: 15px;}
    .sm_validate .group .group_control{ margin-top: 0}
    .diy_select input, .diy_select_txt{ font-size: 14px;}
    .diy_select_list li{ font-size: 14px;}
    .btn_default{ margin: 25px auto 50px;float: none}
    .about_title dd{ font-size: 20px;}
    .about_title dt{ font-size: 14px;}
    .join .w_index{ padding: 0 0}
    .join .pc_all_contnet{ padding: 25px 0}
    .join .join_content .join_content_list{ display: inline-block;padding: 25px 1%}
    .join .join_content .join_content_list .content_list_left{ width: 100%;display: inline-block}
    .join .join_content .join_content_list .content_list_left .list_left_dd{ width: 100%;margin-bottom: 10px;}
    .join .join_content .join_content_list .content_list_left .list_left_dd dt{ margin: 0}
    .join .join_content .join_content_list .content_list_left .list_left_dt dd{ margin-bottom: 0}
    .join .join_content .join_content_list .content_list_left .list_left_dt div{ margin-bottom: 0}
    .join .join_content .join_content_list .content_list_right{ width: 100%;text-align: center}
    .join .join_content .join_content_list .content_list_right a{ margin: 0 auto;display: inline-block;}

    .share_ewm p{ font-size: 14px;}

    .index_video_silbe h3{ font-size: 18px;margin: 10px 0 0}
    .index_video_silbe p{ font-size: 14px;line-height: 30px;height: 30px;overflow: hidden;padding: 0 20px;margin-bottom:0}
    .index_video_silbe p span{ font-size: 14px;}
    
    .index_video_silbe .index_video_img i{ width:60px;height:60px;margin: -30px 0 0 -30px;background-size:20px;}
    
    .index_video_silbe .swiper-pagination-bullet{ margin:0 4px !important;}
    
    
    .about_wenhua .item{
        width: 100%;
        margin: 0 0 15px 0;
        padding: 10px 0;
    }
    .about_wenhua .item:nth-child(2){
        margin: 0 0 15px 0;
    }
    .about_wenhua .item .about_wenhua_bt{
        width: 80px;
        font-size: 20px;
        letter-spacing: 8px;
    }
    .about_wenhua .item .about_wenhua_nr{
        width: calc(100% - 100px);
        padding: 0 0 0 20px;
    }
    .about_wenhua .item .about_wenhua_nr {
        font-size: 12px;
    }
}
@media (max-width: 540px) {
    .comment .comment_list{ height: 300px}
    .comment_list_bj{ height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}
}
@media (max-width: 480px) {
    .index_three_right ul li h3{ font-size: 18px;}

    .partner_list ul li{ width: 50%;display: none}
    .partner_list ul li:nth-of-type(1),.partner_list ul li:nth-of-type(2),.partner_list ul li:nth-of-type(3),.partner_list ul li:nth-of-type(4),.partner_list ul li:nth-of-type(5),.partner_list ul li:nth-of-type(6),.partner_list ul li:nth-of-type(7),.partner_list ul li:nth-of-type(8){ display: inline-block}

    .about_two .item img{ width: 50%;}
    .honor_list .honor_list_img{ height: 260px;}
}

@media (max-width: 350px) {
    .contact_one_maps{ height: 280px;}
    /*.contact_one_maps img{ max-width: 50px;}*/
}


/*共享工程师 and 趣发现*/
.eng_banner,.find_banner{ float: left;width: 100%;height: auto;overflow: hidden;background-image: linear-gradient(to right,#3270f5,#3273f5,#2e79f6,#2c7ff5,#2c83f6,#2887f5);margin-top: 90px;position: relative}
.eng_banner:before{ content: "";width: 100%;height: 70px;background: url('../images/ico_43.png') no-repeat center center;position: absolute;left: 0;bottom: 0}
.eng_banner .w_index{ display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;}
.eng_banner_txt{ flex:none;float: left;width: 32%;height: 600px;display: table}
.eng_banner_txt > div{ display: table-cell;vertical-align:middle}
.eng_banner_txt h2{ font-size: 40px;color: #FFFFFF;line-height: 50px;}
.eng_banner_txt p{ width: 100%;font-size: 18px;color: #ffffff;line-height: 32px;margin: 25px 0 10px;}
.eng_banner_txt a{ width: 176px;height: 56px;display: inline-block;border-radius: 4px;text-align: center;line-height: 56px;font-size: 16px;color: #c5000b;background-color: #FFFFFF}
.eng_banner_img{ flex: 0;float: right;width: 50%;height: 600px;line-height: 600px;text-align: right;}
.eng_banner_img img{  height: 360px}

.find_banner:before{ opacity: 0}
.find_banner h6{ font-size: 16px;color: rgb(34, 34, 34)}
.find_banner h2{ background: linear-gradient(to right, rgb(1, 72, 255), rgb(34, 0, 170));-webkit-background-clip: text;color: transparent;margin: 15px 0 30px;}
.find_banner p{ color:rgb(90, 90, 90);font-size: 14px;margin-top: 0}
.find_banner .eng_banner_img img{ height: 600px;}

.applet_tell{ float: left;width: 100%;height: auto;overflow: hidden;background-color: #FFFFFF;}

.applet_one_more{ width: 270px;height: 70px;text-align: center;color: #ffffff;font-size: 16px;;line-height: 70px;;background-color: #3865F4;display: inline-block;border-radius: 6px;margin-top: 50px;transition:all .6s}
.applet_one_more i{ width: 13px;height: 13px;display: inline-block;margin-left: 20px;background: url('../images/ico_01.png') no-repeat center center;background-size: 15px;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
.applet_one_more:hover{ color: #FFFFFF;background: #94B7FF;}

.applet_one_use,.applet_one_use_txt,.applet_one_use_list,.applet_txt,.applet_two,.applet_two_list,.applet_three,.applet_three_list,.applet_four,.applet_five,.find_list{ float: left;width: 100%;height: auto;}

.applet_one_use{ margin-top: 50px;}
.applet_one_use_txt{ text-align: center;font-size: 18px;color: #94959A;}
.applet_one_use_list{ display: flex;flex-direction: row;justify-content: center;flex-wrap: wrap;}
.applet_one_use_list .item{ float: left;width: 16.66%;margin-top: 30px;;height: 50px;text-align: center;line-height: 50px;;}
.applet_one_use_list .item img{ max-width: 90%;max-height: 90%;}

.applet_txt{ text-align: center;margin-bottom:25px}
.applet_txt p{ font-size: 16px;font-weight: 400;color: #191919;line-height: 1;text-transform: uppercase;}
.applet_txt h3{ font-size: 40px;font-stretch: normal;letter-spacing: 0;color: #333333;text-align: center;font-weight: 400;margin-top: 10px;}
.applet_two{ padding: 60px 0 35px;margin-bottom: 40px;background-color: #f8f9ff;;}
.applet_two_list,.applet_three_list{ display: flex;flex-direction: row;justify-content: center;flex-wrap: wrap;}

.applet_two_list .item{
    float: left;
    width: 23.5%;
    height: auto;
    margin:0 2% 60px 0;
    border-radius: 10px;
    background: #ffffff;
    transition: all .6s;
    padding:40px 30px 20px;
    text-align: center;
}
.applet_two_list .item:nth-child(4n){ margin-right: 0;}

.applet_two_list .item:hover{ background: #4C40F7;box-shadow: -10px 20px 50px rgba(76, 64, 247, 0.5);}
.applet_two_list_img{ width: 100%;}
.applet_two_list_img span{ transition: all .6s;width: 100px;height: 100px;text-align: center;line-height: 100px;display: inline-block;border-radius: 50%;font-size:36px;color:#FFFFFF;font-weight:bold}
.applet_two_list .item:nth-of-type(1) .applet_two_list_img span{ background-color: #FF2D59;box-shadow: 0 5px 15px #FF2D59;}
.applet_two_list .item:nth-of-type(2) .applet_two_list_img span{ background-color: #4ADB61;box-shadow: 0 5px 15px #4ADB61;}
.applet_two_list .item:nth-of-type(3) .applet_two_list_img span{ background-color: #FFCC00;box-shadow: 0 5px 15px #FFCC00;}
.applet_two_list .item:nth-of-type(4) .applet_two_list_img span{ background-color: #007BFF;box-shadow: 0 5px 15px #007BFF;}
.applet_two_list .item:nth-of-type(5) .applet_two_list_img span{ background-color: #FF6800;box-shadow: 0 5px 15px #FF6800;}
.applet_two_list .item:nth-of-type(6) .applet_two_list_img span{ background-color: #c7000b;box-shadow: 0 5px 15px #c7000b;}
.applet_two_list .item:hover .applet_two_list_img span{ background-color: #ffffff;box-shadow:none;color:#000000}
.applet_two_list .item h4{ font-size: 20px;line-height: 28px;color: #111029;margin: 40px 0 15px;transition: all .6s;}
.applet_two_list .item:hover h4{ color: #ffffff;}
.applet_two_list .item p{ font-size: 14px;line-height: 32px;color: #6B6B6B;transition: all .6s;}
.applet_two_list .item:hover p{ color: #ffffff;}

.applet_three{ padding: 100px 0 40px;box-shadow: 0 0 18px 0 rgba(144,144,144,.14);background-color:#f8faff}
.applet_three_list .item{
    float: left;
    width: 25.5%;
    height: auto;
    margin:0 11.75% 60px 0;
    border-radius: 20px;
    background: #ffffff;
    transition: all .6s;
    padding:40px 30px 20px;
    text-align: center;
}
.applet_three_list .item:nth-child(3n){ margin-right: 0;}
.applet_three .trad_three_list .info_tit h3{
    font-size: 16px;
    font-weight: 400;
    padding: 0 5%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333333;
    transition: all .6s;
}
.applet_three .trad_three_list li{
    box-shadow: none;
    border-radius: 8px;
}
.applet_three .trad_three_list li:hover .info_tit h3{
    color: rgba(199,0,11,.9);
}

.applet_three_list .item{ background-color: #F5F5F5;margin:60px 11.75% 60px 0;padding: 0 30px 60px;position: relative}
.applet_three_list .item:hover{ background-color: rgba(0,0,0,.05);box-shadow: -1px 1px 30px 0 rgba(144,144,144,.14);}
.applet_three_list_img{ width: 100%;height: 120px;margin-top: -60px;}
.applet_three_list_img span{ width: 120px;height: 120px;border-radius: 50%;display: inline-block;text-align: center;line-height: 120px;background-color: #FFFFFF;transition: all .6s}
.applet_three_list .item:hover .applet_three_list_img span{ box-shadow: 0 5px 15px rgba(76, 64, 247, 0.2);}
.applet_three_list_img span img{ width: 100%;height: 100%;object-fit: cover}
.applet_three_list .item h4{ font-size: 20px;line-height: 28px;color: #111029;margin: 30px 0 10px;}
.applet_three_list .item h5{ font-size: 12px;line-height: 24px;color: #ABAFC7}
.applet_three_list .item p{ font-size: 14px;line-height: 32px;margin: 25px 0;}
.applet_three_list_ico{ width: 100%;height: 15px;position: absolute;left: 0;bottom: 45px;text-align: center}
.applet_three_list_ico i{ width: 15px;height: 15px;background:url('../images/ico_45.png') no-repeat center center;background-size: 100%;margin: 0 1px;display: inline-block}

.find_list{ display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 30px;}
.find_list .item{ width: 23%;margin:0 2.66% 2.66% 0;height: auto;overflow: hidden;position: relative;transition: all 0.6s;}
.find_list .item:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #4e4e4e;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 9;
}
.find_list .item:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #c7000b;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10;
}
.find_list .item:hover:before{
    width: 100%;
}
.find_list .item:nth-child(4n){ margin-right: 0}
.find_list_img{ width: 100%;height: auto;overflow: hidden}
.find_list_img img{ width: 100%;}
.find_list_txt{ width: 100%;padding-top: 15px;color: #999;}
.find_list_txt span{ font-size: 14px;line-height: 24px;}
.find_list_txt p{ width: 100%;margin: 5px 0 15px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #333;
    height: 34px;
    line-height: 34px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;}



/*.find_list .item{ width: 48.5%;margin-bottom: 0.4rem;padding: 0.5rem;border-radius: 10px;}*/
/*.find_list .item:nth-of-type(1){ background: #E1E4ED;margin: 0.8rem 0 -0.4rem;}*/
/*.find_list .item:nth-of-type(2){ background: #4070F4;}*/
/*.find_list .item:nth-of-type(3){ background: #8c8cc7;margin: 0.8rem 0 -0.4rem;}*/
/*.find_list .item:nth-of-type(4){ background: #EFEFEF;}*/
/*.find_list .item p{ font-size: 14px;line-height: 24px;}*/
/*.find_list .item:nth-of-type(1) p{ color: #111029;}*/
/*.find_list .item:nth-of-type(2) p{ color: #FFFFFF;}*/
/*.find_list .item:nth-of-type(3) p{ color: #FFFFFF;}*/
/*.find_list .item:nth-of-type(4) p{ color: #111029;}*/
/*.find_list_ti{ width: 100%;margin-top: 20px;}*/
/*.find_list_ti_icon{ float: left;width: 60px;height: 60px;background-color: #FFFFFF;border-radius: 50%}*/
/*.find_list_ti_icon img{ width: 100%;height: 100%;object-fit: cover}*/
/*.find_list_ti_txt{ float: right;width: calc(100% - 80px);height: auto;overflow: hidden;line-height: 20px;font-size: 14px;}*/
/*.find_list .item:nth-of-type(1) .find_list_ti_txt{ color: #111029;}*/
/*.find_list .item:nth-of-type(2) .find_list_ti_txt{ color: #FFFFFF;}*/
/*.find_list .item:nth-of-type(3) .find_list_ti_txt{ color: #FFFFFF;}*/
/*.find_list .item:nth-of-type(4) .find_list_ti_txt{ color: #111029;}*/
/*.find_list_ti_txt span{ width: 100%;line-height: 40px;font-size: 18px;display: inline-block}*/
/*.find_list .item:nth-of-type(1) .find_list_ti_txt span{ color: #111029;}*/
/*.find_list .item:nth-of-type(2) .find_list_ti_txt span{ color: #FFFFFF;}*/
/*.find_list .item:nth-of-type(3) .find_list_ti_txt span{ color: #FFFFFF;}*/
/*.find_list .item:nth-of-type(4) .find_list_ti_txt span{ color: #111029;}*/


.applet_four{ padding: 100px 0 50px}
.applet_four_left{ float: left;width: 50%;height: auto; display: flex;flex-direction: row;justify-content: left;flex-wrap: wrap;}
.applet_four_left > .item{ width: 270px;height: 300px;padding: 0 5%;float: left;margin: 0 40px 40px 0;box-shadow: 0 30px 70px rgba(76, 64, 247, 0.08);background-color: #FFFFFF;display: table;border-radius: 20px;}
.applet_four_left > .item:nth-of-type(1){ margin-top: 40px;}
.applet_four_left > .item:nth-of-type(4){ margin-top: -40px}
.applet_four_left > .item > div{ display: table-cell;vertical-align: middle;text-align: center}
.applet_four_left > .item > div span{ width: 100%;display: inline-block;font-size: 56px;font-weight: bolder;line-height: 72px;letter-spacing: -0.4px;margin-bottom: 20px}
.applet_four_left > .item:nth-of-type(1) > div span{ color: #4C40F7}
.applet_four_left > .item:nth-of-type(2) > div span{ color: #FF6800}
.applet_four_left > .item:nth-of-type(3) > div span{ color: #FF2D59}
.applet_four_left > .item:nth-of-type(4) > div span{ color: #4ADB61}
.applet_four_left > .item > div p{ font-size: 16px;line-height: 28px;color: #111029}

.applet_four_right{ float: right;width: 45%;height: auto;position: relative;margin-top: 100px}
.applet_four_right:before{ content: "";width: 300px;height:300px;background: url('../images/ico_47.png') no-repeat right center;background-size: 100%;position: absolute;top: -100px;right: -50px}
.applet_four_right h3{ font-size: 40px;line-height: 50px;}
.applet_four_right h5{ font-size: 16px;line-height: 28px;color: #6B6B6B;margin: 40px 0 45px}
.applet_four_right p{ font-size: 16px;line-height: 28px;padding-left: 50px;margin-bottom: 15px;color: #6B6B6B;position: relative}
.applet_four_right p:before{ content: "";width: 28px;height: 28px;background: #4C40F7 url('../images/ico_67.png') no-repeat center center;background-size: 70%;position: absolute;left: 0;top:0;border-radius: 50%}

.applet_five{ height: 280px;background-color: #4C40F7;display: table}
.applet_five .w_index{ display: table-cell;vertical-align: middle;text-align: center;position: relative;}
.applet_five .w_index:before{ content: "";position: absolute;left: 2rem;top: 10px;width: 95px;height:130px;background: url('../images/ico_46.png') no-repeat center center;background-size: 100%}
.applet_five .w_index:after{ content: "";position: absolute;right: 2rem;bottom: 10px;width: 130px;height: 115px;background: url('../images/ico_48.png') no-repeat center center;background-size: 100%}

.applet_five .w_index h6{ font-size: 0.44rem;font-weight: bold;color: #FFFFFF;line-height: 1;text-align: center}
.applet_five .w_index p{ font-size: 18px;line-height: 30px;color: #fff;text-align: center;margin-top: 20px;}
.applet_five .w_index a{ width: auto;background: #FFFFFF;border-radius: 28px;font-size: 16px;font-weight: 400;padding:0 20px;line-height:40px;color: #4C40F7;display: inline-block;margin: 10px auto 0;transition: all ease-in .3s;}
.applet_five .w_index a:hover{ background: #94B7FF;color: #FFFFFF;}

.pdf_list{ float: left;width: 100%;height: auto;}

.applet_weixin{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
.applet_weixin .applet_weixin_box{
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 200px;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.applet_weixin .applet_weixin_box img{
    width: 100%;
}
.applet_weixin .applet_weixin_box p{
    padding-top: 10px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #333;
}

.applet_seven{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, color-stop(100%, #f5f5fd), to(#e9f4ff));
    background: linear-gradient(90deg, #f5f5fd 100%, #e9f4ff 0);
    padding: 80px 0 45px;
}
.applet_seven h6{
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 25px;
}
.applet_seven_box{
    width: 100%;
    height: auto;
    overflow: hidden;
    
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: flex-start;
}
.applet_seven_box .item{
    width: 32%;
    height: auto;
    overflow: hidden;
    margin: 0 2% 30px 0;
    padding: 24px 40px;
    background: #FFFFFF;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.applet_seven_box .item:nth-child(3n){
    margin-right: 0;
}
.applet_seven_box .item .item-txt{
    width: calc(100% - 100px);
    padding: 8px 0;
}
.applet_seven_box .item .item-txt p{
    color: #525967;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    z-index: 1;
}
.applet_seven_box .item .item-img{
    width: 80px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}
.applet_seven_box .item .item-img img{
    width: 100%;
}

.test_one,.test_one_left_txt,.test_one_left_img,.test_one_left_img_txt,.test_one_left_img_two,.test_three,.test_four,.test_five{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.test_one{
	padding: 80px 0 60px;
}
.test_one_left{
	float: left;
	width: 52%;
	height: auto;
	overflow: hidden;
}
.test_one_right{
	float: right;
	width: 38%;
	text-align: right;
}
.test_one_right img{
    max-width: 100%;
}
.test_one_left_txt p{
	font-weight: 800;
	font-size: 22px;
	color: #1E2330;
	line-height: 42px;
	text-align: left;
}
.test_one_left_img{
	margin-top: 35px;
}
.test_one_left_img_txt{
	border: 1px solid rgba(229,46,59,0.9);
	padding: 8px 20px;
	font-weight: 800;
	font-size: 24px;
	color: rgba(231,64,64,0.9);
	line-height: 40px;
}
.test_one_left_img_txt span{
	font-size: 20px;
	color: rgba(231,64,64,0.9);
	float: right;
}
.test_one_left_img_two{
	border: 1px solid rgba(229,46,59,0.9);
	border-top: none;
	text-align: center;
	padding: 13px 0;
	border-radius: 0 0 5px 5px;
}
.test_one_left_img_two .item{
	width: 130px;
	margin: 0 25px;
	display: inline-block;
}
.test_one_left_img_two img{
	width: 100%;
}
.test_one_left_img_two p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.test_two,.test_two_txt,.test_two_swiper{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.test_two{
	padding: 50px 0;
}
.test_two_txt{
	padding: 8px;
	position: relative;
	margin-bottom: 45px;
}
.test_two_txt::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 37px;
	height: 37px;
	background: #FC877D;
	border-radius: 50%;
	overflow: hidden;
}
.test_two_txt p{
	font-weight: 800;
	font-size: 32px;
	color: #212121;
	line-height: 40px;
	position: relative;
	z-index: 10;
}
.swiper_test1{
	float: left;
	width: 36%;
	height: 425px;
	margin-top: 80px;
	overflow: hidden;
	position: relative;
}
.swiper_test1 .swiper-slide{
	display: flex;
}
.swiper_test1 .swiper-slide h6{
	font-weight: bold;
	font-size: 28px;
	color: #242728;
	line-height: 40px;
	transition: all .6s;
}
.swiper_test1 .swiper-slide.swiper-slide-thumb-active h6{
	color: #E52E3B;
}
.swiper_test1 .swiper-slide p{
	font-weight: 500;
	font-size: 18px;
	color: #727171;
	line-height: 32px;
}
.swiper_test2{
	float: right;
	width: 46%;
	height: 505px;
	overflow: hidden;
	position: relative;
}
.swiper_test2 .swiper-slide::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	left: 0;
	top: 0;
}
.swiper_test2 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper_test2-button{
	position: absolute;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 12px;
	z-index: 15;
}
.swiper_test2 .swiper-button-prev,.swiper_test2 .swiper-button-next{
	width: 60px;
	height: 60px;
	background: rgba(62,75,103,0.4);
	border-radius: 1px 1px 1px 1px;
	border: 1px solid #99BAFF;
	position: absolute;
	bottom: 0;
	top: auto;
}
.swiper_test2 .swiper-button-prev{
	right: 125px;
	left: auto;
}
.swiper_test2 .swiper-button-prev::after,.swiper_test2 .swiper-button-next::after{
	font-size: 14px;
	color: #FFFFFF;
	transform: rotate(90deg);
}
.swiper_test2-button::before{
	position: absolute;
	content: "";
	width: 15px;
	height: 1px;
	background-color: rgba(255,255,255,0.6);
	right: 91px;
	top: 50%;
}

.test_three{
	padding: 70px 0 120px;
}
.test_three-txt,.test_three-swiper{
	padding: 0 26.5%;
}
.test_three-swiper .swiper-slide{
	align-items: center;
	transition: 300ms;
	transform: scale(0.75);
	height: 590px;
}
.test_three-swiper .swiper-slide.swiper-slide-active{
      transform: scale(1);
}
.test_three-swiper .swiper-slide a{
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	border: 6px solid #FC877D;
	border-radius: 20px;
	overflow: hidden;
}
.test_three-swiper .swiper-slide a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.test_three-swiper .swiper-slide p{
	width: 100%;
	height: 88px;
	background: rgba(55,62,82,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	line-height: 88px;
	font-size: 32px;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.test_four{
	padding: 80px 0 50px;
	margin-bottom: 50px;
	background: #F6F8FA;
}
.test_four-box{
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: flex-start;
}
.test_four-box .item{
	width: calc(33.33% - 20px);
	height: auto;
	padding: 45px;
	background: #FFFFFF;
	border-radius: 2px;
	margin: 0 30px 30px 0;
}
.test_four-box .item:nth-child(3n){
	margin-right: 0;
}
.test_four-box .item .test_four-box-item-tit{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}
.test_four-box .item .test_four-box-item-tit span{
	float: left;
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 15px;
}
.test_four-box-item-txt{
	font-weight: 500;
	font-size: 20px;
	color: #666666;
	line-height: 31px;
}

.test_five{
	padding: 0 0 120px;
}
.test_five-box .item{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.test_five-item-img{
	order: 1;
	width: 50%;
	height: 430px;
	overflow: hidden;
	position: relative;
}
.test_five-box .item:nth-child(2n) .test_five-item-img{
	order: 2;
}
.test_five-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.test_five-item-txt{
    order: 2;
    width: 50%;
    height: auto;
}
.test_five-box .item:nth-child(2n) .test_five-item-txt{
	order: 1;
}
.test_five-item-txt div{
	padding: 0 30.5%;
}
.test_five-item-txt h3{
	font-size: 32px;
	color: #212121;
	line-height: 40px;
	margin-bottom: 20px;
}
.test_five-item-txt p{
	font-size: 22px;
	color: #727171;
	line-height: 36px;
	text-align: left;
}

.test_six{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.test_six{
	padding: 100px 0 70px;
}
.test_six-box{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #082684;
}
.test_six-con{
	width: 50%;
	padding: 0 10px 0 75px;
	text-align: right;
}
.test_six-con .item{
	width: 100%;
	padding: 30px 65px 30px 16%;
	position: relative;
	margin-bottom: 8px;
}
.test_six-con .item::before{
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient( 90deg, #1C3CA8 0%, rgba(28,60,168,0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
.test_six-con .item:nth-last-of-type(1){
	padding-bottom: 0;
}
.test_six-con .item:nth-last-of-type(1)::before{
	opacity: 0;
}
.test_six-con .item::after{
	content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    background: url(../images/ico_64.png) no-repeat center center;
    background-size: 85%;
}

.test_six-con .item h3{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 40px;
}
.test_six-con .item p{
	font-size: 18px;
	color: rgba(255,255,255,0.8);
	line-height: 25px;
}


.test_six-img{
	width: 50%;
	height: 785px;
	overflow: hidden;
	position: relative;
}
/* .test_six-img::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%, #082684 100%);
} */
.test_six-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.test_seven,.engineer_one{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.test_seven{
    margin: 40px 0 20px;
}
.engineer_one{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.engineer_one li{
    width: 50%;
    display: flex;
    padding: 0 15px 30px;
}
.engineer_one_con{
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
    background: #f3fffe url(../images/bj_01.png) no-repeat right bottom;
    background-size: cover;
    display: flex;
    justify-content: space-between;
}
.engineer_one li:nth-of-type(2) .engineer_one_con{
    background: #fffaf5 url(../images/bj_01.png) no-repeat right bottom;
    background-size: cover;
}
.engineer_one li:nth-of-type(3) .engineer_one_con{
    background: #fae5c9 url(../images/bj_01.png) no-repeat right bottom;
    background-size: cover;
}
.engineer_one li:nth-of-type(4) .engineer_one_con{
    background: #cbe2f7 url(../images/bj_01.png) no-repeat right bottom;
    background-size: cover;
}
.engineer_one_ico{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #04c39c;
}
.engineer_one li:nth-of-type(2) .engineer_one_ico{
    background: #ee6a30;
}
.engineer_one li:nth-of-type(3) .engineer_one_ico{
    background: #ffaa3c;
}
.engineer_one li:nth-of-type(4) .engineer_one_ico{
    background: #2c8fef;
}
.engineer_one_ico img{
    width: 60%;
}
.engineer_one_txt{
    width:calc(100% - 80px);
}
.engineer_one_txt h4{
    margin: 20px 0;
    font-weight: bold;
    line-height: 1.3;
    font-size: 20px;
    color: #04c39c;
    transition: all 0.3s;
}
.engineer_one li:nth-of-type(2) .engineer_one_txt h4{
    color: #ee6a30;
}
.engineer_one li:nth-of-type(3) .engineer_one_txt h4{
    color: #ffaa3c;
}
.engineer_one li:nth-of-type(4) .engineer_one_txt h4{
    color: #2c8fef;
}
.engineer_one_txt p{
    padding: 0 0 0 20px;
    position: relative;
    color: #737373;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 5px;
}
.engineer_one_txt p:before{
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    left: 5px;
    top: 14px;
    background: #737373;
}


.media-one .test_one_right{
	float: left;
	width: 43.1%;
}
.media-one .test_one_right img{
	width: 100%;
}
.media-one .test_one_left{
	float: right;
}
.media-one .test_one_left_img_two{
	display: flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	align-content: space-between;
	justify-content: space-between;
}
.media-two .video_media_contrast{
	padding: 20px 0 0;
}
.media-two .video_media_contrast1 h4{
	font-weight: bold;
}
.media-two .video_media_adv{
	padding: 80px 0 0;
}
.media-two .video_media_advbox.video_media_adv1{
	padding: 40px 0 0;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: flex-start;
}
.media-two .video_media_advbox div.item{
	width: 30%;
	margin: 0 5% 30px 0;
	box-shadow: 5px 6px 19px 0px rgba(0,0,0,0.07);
	border-radius: 5px;
}
.media-two .video_media_advbox div.item:nth-child(3n){
	margin-right: 0;
}
.media-three{
	float: left;
	width: 100%;
	padding: 50px 0 0;
}
.media-three .video_media_contrast1 h4{
	font-weight: bold;
}
.media-three-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0 120px;
	display: flex;
	justify-content: center;
}
.media-three-box .item{
	width: 575px;
	height: 350px;
	background: url("../images/images_47.jpg") no-repeat center center;
	background-size: 100%;
	overflow: hidden;
	margin: 0 24px 0 0;
	border-radius: 8px;
	box-shadow: 0 15px 35px 0 rgba(0,0,0,0.15);
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: flex-start;
	padding: 60px 25px 0 72px;
}
.media-three-box .item:nth-of-type(2){
	background: url("../images/images_48.jpg") no-repeat center center;
	background-size: 100%;
	margin: 0 0 0 24px;
}

.media-three-box .item .media-three-box-txt{
	width: 50%;
	text-align: left;
}
.media-three-box .item .media-three-box-txt h3{
	font-weight: bold;
	font-size: 32px;
	color: #262626;
	line-height: 45px;
	margin-bottom: 15px;
}
.media-three-box .item .media-three-box-txt p{
	padding-left: 20px;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: rgba(0,0,0,0.6);
	line-height: 32px;
	margin-bottom: 2px;
}
.media-three-box .item .media-three-box-txt p::before{
	content: "";
	width: 8px;
	height: 8px;
	background: #E40515;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
.media-three-box .item .media-three-box-txt a{
	width: 136px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #FFFFFF;
	font-size: 16px;
	background: #E52E3B;
	border-radius: 25px;
	overflow: hidden;
	margin-top: 32px;
	display: inline-block;
}
.media-three-box .item .media-three-box-img{
	float: right;
	width: 38.7%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.media-three-box .item .media-three-box-img img{
	width: 50%;
}

.video_media_swiper.media-four{
	padding: 0 0 100px;
}
.media-four .video_media_contrast1{
	margin-bottom: 40px;
}
.media-four .video_media_contrast1 h4{
    font-weight: bold;
}
.media-four  .media_swiper .swiper-slide .media_swiper_img img{
	width: 100%;
}

@media (max-width: 1216px) {
    .c_one_left_txt{
        width: 100%;
        padding: 0 3%;
    }
}
@media (max-width: 993px) {
    .video .plat_tell_con{
        padding: 40px 0 60px;
    }
    
    .video_media_contrast1 h4{
        font-size: 28px;
    }
    .video_media_contrast1 p{
        font-size: 16px;
        max-width: 80%;
        margin: 15px auto 55px;
    }
    .video_media_contrast2{
        padding: 0 5%;
    }
    .video_media_contrastb > div.video_media_contrastb_cell div h5{
        font-size: 22px;
        line-height: 36px;
    }
    .video_media_contrastb > div.video_media_contrastb_cell div ul li{
        font-size: 16px;
        padding-left: 30px;
    }
    .video_media_contrastb.video_media_contrast2_v > div.video_media_contrastb_cell div ul li::before{
        background-size: 20px;
    }
    .video_media_contrastb.video_media_contrast2_x > div.video_media_contrastb_cell div ul li::before{
        background-size: 20px;
    }
    .video_media_adv{
        padding: 70px 0 0;
    }
    .video_media_advbox div.item{
        width: 36%;
        padding: 20px;
    }
    .video_media_advbox div.item h6{
        font-size: 18px;
        margin: 25px 0 5px;
    }
    .video_media_advbox div.item p{
        font-size: 14px;
        margin-top: 15px;
    }
    .video_media_swiper{
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .index_two{ }
    .index_two_slibe{ 
        width:100%;
        padding:10px 2% 0;
    }
    .index_two_slibe div.item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .index_two_slibe div.item:nth-last-of-type(1){
        margin-bottom: 0;
    }
    
    
    .trad_five_thume-box{
        width: 100%;
        padding: 0 5px;
        display: inline-block;
    }
    .trad_five_thume_left{
        float: left;
        width:100%;
        height: auto;
        font-size: 24px;
        text-align: left;
        margin-bottom: 10px;
    }
    .trad_five_thume_right{
        width: 100%;
    }
    .trad_five_thume_right p{
        padding-left: 20px;
        font-size: 14px;
    }
    .trad_five_thume_right p:before{
        width: 8px;
        height: 8px;
        top: 0;
        margin-top: 11px;
    }
    
    .video .plat_tell_con{
        padding: 25px 0 20px;
    }
    .video_media_contrast1 h4{
        font-size: 22px;
    }
    .video_media_contrast1 p{
        font-size: 14px;
        max-width: 100%;
        margin: 8px 0 20px;
        line-height: 24px;
    }
    .video_media_contrast2{
        padding: 0 5px;
        display: inline-block;
    }
    .video_media_contrastb{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .video_media_contrastb > div.video_media_contrastb_cell{
        padding: 0;
    }
    .video_media_contrastb > div.video_media_contrastb_cell div{
        padding: 20px;
    }
    .video_media_contrastb > div.video_media_contrastb_cell div h5{
        font-size: 16px;
        margin-bottom: 0;
    }
    .video_media_contrastb > div.video_media_contrastb_cell div ul li{
        font-size: 14px;
        margin-bottom: 0;
    }
    .video_media_adv{
        padding: 30px 0 0;
    }
    .video_media_contrast1{
        margin-bottom: 20px;
    }
    .video_media_advbox div.item{
        width: 98%;
        margin: 0 1% 15px;
        box-shadow: 0 2px 23px 0 rgba(44,82,148,.15);
    }
    .video_media_advbox.video_media_adv1,.video_media_advbox{
        display: inline-block;
    }
    .media_swiper{
        padding: 0 0 40px;
        margin-bottom: 30px;
    }
    .media_swiper .swiper-slide h5{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .media_swiper .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
        border: 2px solid #FFFFFF;
        transition: all 0;
    }
    
    .applet_three{
        padding: 35px 0 20px;
    }
    .applet_txt h3{
        font-size: 24px;
    }
    .applet_five{
        height: auto;
        padding: 30px 0 70px;
    }
    .applet_five .w_index h6{
        font-size: 18px;
    }
    .applet_five .w_index p{
        font-size: 14px;
        margin: 10px 0 0;
    }
}

/*共享工程师*/
.share_engineer .plat_tell_con_txt h3 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 36px;
}
.share_engineer .applet_four_left > .item > div span{
    margin-bottom: 0;
}
.photo_eject{
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.6);
	display: none;
	z-index: 99999;
}
.photo_eject_con{
	width: 500px;
	margin: 0 auto;
	padding: 40px 30px;
	background: #FFFFFF;
	webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
}
.photo_eject1,.photo_eject2,.photo_eject3{
	float: left;
	width: 100%;
	height: auto;
	color: #333;
	overflow: hidden;
	text-align: center;
}
.photo_eject1{
	font-size: 22px;
	font-weight: 500;
}
.photo_eject2{
	padding: 20px;
	/*background:url('../images/factory_pro10.jpg') no-repeat center center;*/
	background-color: #FFFFFF;
	margin: 20px 0;
}
.photo_eject2 p{
	font-size: 30px;
}
.photo_eject2 span{
	font-size: 12px;
}
.photo_eject2 img{
    width: 200px;
}
.photo_eject3 span{
	background-color: #ef1f1f;
	border-color: #ef1f1f;
	width: 100px;
	margin: 0 auto;
	display: inline-block;
	color: #FFFFFF;
	line-height: 38px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
}
.photo_eject4{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top:10px;
	cursor: pointer;
}


@media (max-width: 1216px) {
	
}
@media (max-width: 993px) {
	.index_one_left, .index_one_right{
		min-height: auto;
	}
	
	.index_compose ul li {
	    padding: 0 0 0 0;
	}
	.index_compose ul li:nth-child(even) {
	    padding: 0 0 0 0;
	}
	.index_compose ul li:nth-of-type(3){
		padding: 0 0 0 0;
	}
	.index_compose ul li:nth-of-type(4){
		padding: 0 0 0 0;
	}
	.index_compose_bj{
		display: none;
	}
	.index_compose ul li .index_compose_txt h4{
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.index_compose ul{
		display: inline-block;
	}
	.index_compose ul li {
		width: 100%;
		margin: 10px 0;
		padding: 15px;
		background-color: #f4f4f4;
		display: inline-block;
	}
	.index_compose ul li:nth-child(even) {
	    padding: 15px;
	}
	.index_compose ul li:nth-of-type(3){
	    padding: 15px;
	}
	.index_compose ul li:nth-of-type(4){
	    padding: 15px;
	}
	.index_compose ul li .index_compose_ico{
		width: 60px;
		height: 60px;
	}
	.index_compose ul li .index_compose_txt{
		width: 100%;
		padding: 0;
		margin-top: 10px;
		text-align: left;
	}
	.index_compose ul li:nth-child(even) .index_compose_txt{
		padding: 0;
	}
	.index_compose ul li .index_compose_txt h4{
		font-size:18px;
	}
	
	.about_vision p{
		font-size: 14px;
		line-height: 26px;
	}
}