/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#0052de;text-decoration: none; border-bottom-style:}

.box{ margin:0 auto;width:95%;min-width: 1400px;max-width:1920px; box-sizing: border-box; padding:0 6%;}

.page{margin:0 auto;min-width:1400px;}
.bg{ width: 100%;min-width:1400px; max-width:1920px;}

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

i,em{font-style: normal;}


/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}


/*英文样式*/
.font_en {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}
.t{text-align: center; padding:90px 0 40px 0;}
.t p{font-size:40px;color: #000;line-height: 50px;}
.t dd{font-size:18px;margin-top: 10px;color: #444;line-height: 40px;}




/*抬头*/

.top_bg{width:100%;border-bottom:1px solid #EEEEEE;}
.top_box{height:44px;line-height:44px;font-size:14px;color:#c1c1c1;}	
.top_t:before,.top_w:before{content:"";display:block;float:left;}
.top_w:before{background:url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119115550_2019362434.png)no-repeat left;height:20px;width: 24px;
    margin: 12px 6px 0 0;}	
.top_t:before{background:url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119115550_1310086417.png)no-repeat left;height:24px;width: 26px;
    padding-left: 10px;
    margin: 10px 0 0 20px;}	

.top_t b{font-size:24px;color:#1d54d1;font-family: Arial;}	
.top_t{margin-left:30px;height:44px;}
.top_m:hover a{color:#333;}
.top_m a{color:#c1c1c1;font-size:14px;}
.top_w{width: 90px;margin-left: 30px;position: relative;}
.top_w .top_ewm{transition: .3s all linear;    position: absolute;top: 100%;z-index: 3;width: 100px;height: 100px;display: none;     box-shadow: 0 0 20px rgba(0,0,0,0.1); border:8px #fff solid;}
.top_w .top_ewm img{width: 100%;}
.top_w:hover .top_ewm{display: block;}


/*抬头*/
.head_bg{height: 120px;position: relative;}
.logo{margin-top: 20px; }
.name{margin:20px 0 0 1.4vw;}
.name h3{font-size: 30px;color: #000;line-height: 48px; }
.name p{font-size:17px; color:#333; }
.name p b{color:#d60201; }

.head_tel{width:5vw; height:120px; position: relative;    cursor: pointer; background:#0052de url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119115551_1332330106.png)no-repeat center;}
.head_tel p{width:300px; height:0; overflow: hidden; text-align:center; color:#fff; font-weight:bold;transition:0.3s all; z-index: 9;position: absolute;top:120px; right:0;background:rgba(0,82,222,0.8);}
.head_tel:hover p{height:80px;line-height:80px;font-size:30px;}


/*导航*/

.nav>ul>li{ float: left; display: block; height:120px; transition:0.1s all ease-in-out;}
.nav>ul>li>a{ display: block; color: #222; text-align: center; position: relative; z-index:2; height:120px; line-height: 120px;padding:0 1.6vw; transition:0.3s all ease-in-out; }
.nav>ul>li>a p{font-size:16px;position: relative;}

.NavCeshi > li > a:after{content:""; display: block;width:0; height:4px; background:#0052de; margin:0 auto;transition:0.3s all; position: relative; top:-4px;}
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{width:100%;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a{color:#0052de; font-weight:bold;}

@media (max-width: 1920px){
.nav>ul>li>a{padding:0 1.8vw;}
}
@media (max-width: 1680px){
.nav>ul>li>a{padding:0 1.6vw;}
}

@media (max-width: 1560px){
.nav>ul>li>a{padding:0 1.4vw;}
}
@media (max-width: 1500px){
.nav>ul>li>a{padding:0 1.2vw;}
}

@media (max-width: 1440px){
.nav>ul>li>a{padding:0 1vw;}
.nav>ul>li>a p{font-size:15px;}
}
@media (max-width: 1300px){
.nav>ul>li>a{padding:0 0.8vw;}
}

/*导航下拉*/

.head .sedNav { width:100%; overflow:hidden; border-top:1px solid #ccc; position:absolute; left:0; top:100%; height:0; background-color:rgba(255,255,255,0.98); opacity:0; z-index: -2; transition: 0.5s linear all !important; }
.nav>ul>li:hover .sedNav{opacity:1; z-index: 999; height:auto; padding-top:55px; padding-bottom:70px; }
.head .sedNav img{width:300px;}
 
.head .sedNav .title{ overflow:hidden; width:170px;float:left; margin-left:310px;}
.head .sedNav .title i{ display:block; width:40px; height:3px; background-color:#0052de; margin-bottom:20px;}
.head .sedNav .title h3{ font-size:20px; margin-bottom:30px;}
.head .sedNav .title h3 a{ color:#333 !important; font-size:20px;}
.head .sedNav .title .more{ display:block; width:118px; height:30px; text-align:center; line-height:30px; border:1px solid #cecece; font-size:12px; color:#999; font-family:Arial;}
.head .sedNav ul{ overflow:hidden; float:left; width:130px; margin-left:30px;}
.head .sedNav li{ font-size:14px; line-height:30px; width:100%; *float:left}
.head .sedNav li a{ font-size:14px; }
.head .sedNav li a:hover{ color:#0052de;}
.head .sedNav .contect{ display:block; width:128px; height:78px; border:1px solid #cecece; float:left; text-align:center; font-size:12px; color:#555; text-decoration:none; margin-left:45px;}
.head .sedNav .contect img{ display:block; margin:10px auto;}
.head .nav li.a_nav { display:block; font-size:15px; background:#1d458d;}
.head  .nav li.a_nav a {color:#fff;}

.head .sedNav ul.ul01{ width: 180px;}
.head .prolist2021 ul{margin:0;}
.head .sedNav li dl{display:none;}

/*幻灯片*/
#banner ,#banner a div{height:700px;}




/*搜索*/
.search_bg{height:94px;border-bottom:1px solid #eee;}
.search_nbg{position: absolute;z-index: 999;top: 585px;height:94px;border-bottom:1px solid #eee;}
.search_nbg .search{margin:0 auto;}
.search-bg{width:260px;height:40px;overflow: hidden;margin-top:26px;border-radius: 30px; border: 1px solid #eee;}
.search{height: 94px;}
.search_l{line-height: 94px;color: #999;}
.search_l dd{font-size:15px;color: #333;display: inline-block;font-weight: bold;}
.search_l a{font-size: 15px;color: #999; }
.search_l a:hover{color:#0061ae;}
.search-bg #infoname{width:310px;background:#eee ;outline:none; color:#ccc;border: none;height:40px;line-height:6;font-size: 14px;padding-left: 20px;font-weight: lighter;}
.search_nbg #infoname{width:310px;height: 40px;}
.search-bg{position: relative;}
.search-i{position: absolute;right: 16px;top: 30%;height: 15px;}




/*产品实力*/
.chara { clear: both; font-family: "Microsoft Yahei"; line-height: 24px; font-size: 14px; position: relative; text-align: center; }
.chara_c dl { width: 23.5%; height: 545px; float: left; position: relative; overflow: hidden; }
.chara_c dl:first-child { margin: 0; }
.chara_c dl a { color: #fff; }
.chara_c dt, .chara_c dt img { display: block; width: 100%; height: 377px; transition: all .5s; }
.chara_c dl:hover dt img { transform: scale(1.1); }
.chara_c dd { position: absolute; left: 0; bottom: 0; background: #222; width: 100%; height: 170px; box-sizing: border-box; padding: 64px 30px 0; -webkit-transition: 1s; -moz-transition: 1s; transition: .5s; }
.chara_c dd .chara_ico { position: absolute; top: -47px; left: 50%; width: 94px; height: 94px; background: #222; display: block; border-radius: 100%; padding: 10px; margin-left: -47px; }
.chara_c dd .chara_ico span { width: 74px; height: 74px; display: block; border-radius: 100%; font-size: 38px; line-height: 74px; color: #0052de; font-weight: normal; background: #fff; }
.chara_c dd h3 { font-weight: normal; font-size: 30px; line-height: 40px; height: 104px; white-space: nowrap; color: #fff; }
.chara_c dd h3 em { display: block; font-size: 14px; line-height: 22px; color: rgba(255,255,255,0.3); }
.chara_c dd p { position: relative; padding: 25px 0 0; font-size: 14px; color: #fff; line-height: 24px; }
.chara_c dl.cur dd, .chara_c dl:hover dd { height: 220px; background: #0052de; }
.chara_c dl.cur dd .chara_ico, .chara_c dl:hover dd .chara_ico { background: #0052de; }
.chara_c dl.cur dd h3, .chara_c dl:hover dd h3 { height: 60px; }
.chara_c dl.cur dd h3 em, .chara_c dl:hover dd h3 em { display: none; }
.chara_c dl.cur dd p:before, .chara_c dl:hover dd p:before { content: ""; position: absolute; width: 30px; height: 1px; background: rgba(255 , 255 , 255 , 0.5); left: 50%; top: 0; margin-left: -15px; }
.chara_c dd .chara_ico span img { padding-top: 15px; }
.chara_c { display: flex;justify-content: space-between; }



/*产品*/
.prod_bg{background:#f5f5f5;}
.prod_list a{width:16%;height: 80px;line-height: 80px; background: #fff;color: #333;font-size: 20px;display: block;float: left;text-align: center;text-transform: uppercase;transition: 0.3s ease all;border-right: 1px solid #f5f5f5;}
.prod_list a.on{width:20%;background: #0052de;color: #fff;}
.prod_list a+a{}
.prod_two{border:1px solid #eee;padding: 0px 30px;height: 83px;overflow: hidden;}
.prod_two a{font-size: 16px;}
.prod_two tr{display: inline-block;float: left;}
.prod_two tr+tr{margin-left:30px;}
.prod_two tr td:before{content:'';width:9px;height:9px;border-radius:50%;display:inline-block;background:#eee;margin-right:5px;position: relative;top: -1px;transition: 0.3s ease all;}
.prod_two ul{text-align:center;width:100%;}
.prod_two li:hover span a{color:#0052de;}
.prod_two li span a{font-size:17px;}
.prod_two li:hover p:before{background:#0052de;}
.prod_img ul li{width:23.5%;display:block;float:left;margin-top:1.7%;position: relative;text-align: center;}
.prod_img ul li+li{margin-left:2%;}
.prod_img li img{width:100%;height: 15.5vw;position: relative;z-index:9;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}

.prod_img li>a{display: block;width: 100%;overflow: hidden;}


.prod_img li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.prod_img li br{display:none;}
.prod_img li span{width:100% !important;display:block;height:60px;position: relative;z-index:9;}
.prod_img li span a{font-size:17px;color:#333;line-height:60px;text-transform: uppercase;display:block;width:100%;height:60px;position: relative;z-index: 9;transition: 0.3s ease all;background:#fff;}
.prod_img li:hover span a{color:#333;}

.prod_box:nth-child(3) tr+tr{margin-left:8px;}


/*sup*/
.adv_bg{width:100%; background:#f5f5f5;}

.advtab{display: flex;justify-content: space-between;}
.advtab li{ float:left; cursor:pointer; height:115px;position: relative; width:24%; display:flex; align-items:center; padding:12px; background:#fff}
.advtab li+li{}
.advtab p{float:left;font-size:16px;text-transform:uppercase;text-align:center;}
.advtab p:nth-child(1){width: 163px;height: 93px;overflow: hidden;}
.advtab p:nth-child(1) img{width: 100%;}
.advtab p strong{ font-size:33px; display:block; font-weight: bold; margin:0px 0px -3px 0px;}
.advtab p:nth-child(2){}
.advtab li.cur{background:#0052de;}
.advtab li.cur p{}
.advtab li.cur p:nth-child(1){background:#0052de;}
.advcon{margin-top: 30px;position: relative;display: flex;transition: all .5s; }
.advwa{ width:50%; padding:52px 55px;}
.aw_con p{ line-height:36px; color:#acafb7; font-size:15px;  position:relative;font-weight: normal;}
.aw_con{ margin-top:35px; font-size:15px; line-height:36px; color:#acafb7;}
.aw_t p:nth-child(1){ font-weight:bold; font-size:30px; color:#222;}
.aw_t p:nth-child(2){ font-size:13px; color:#222222; text-transform:uppercase; margin:20px 0px 18px 0px;    font-weight: normal;letter-spacing: -0.3px;}

.advcon ul+ul{}
.advcon ul img{border-bottom-right-radius:5px; border-top-right-radius:5px;width:100%;}
.abb_ri, .abb_le {height: 21px;width: 14px;position: absolute;top: -265px; cursor: pointer;}
.abb_le{background:url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119123130_325159891.png) no-repeat left top ; left:0px;}
.abb_ri{background:url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119123130_325159891.png) no-repeat right top; left:30px;}
.abb_ri:hover,.abb_le:hover{ background-position-y:-21px;}
.acll_b{position:absolute;top:600px;left:50px;z-index: 9;}
.acll_b i{line-height:20px;position: absolute;font-size:18px;color:#e7e4e1; top:-400px; font-weight:normal;}
.acll_b.line00 i::before{width:46px;transition:600ms ease;}
.acll_b.line01 i::before{width:103px;transition:600ms ease;}
.acll_b.line02 i::before{width:174px;transition:600ms ease;}
.acll_b.line03 i::before{width:219px;transition:600ms ease;}
.acll_b i::after{width:219px;height:1px;background:#e7e4e1;left: 68px;z-index:1;}
.acll_b i em:nth-child(1){ color:#006db8;}
.acll_b i em{ font-weight:normal;}
.aw_con a{font-size: 16px; color: #666666;line-height: 140px;    float: right;font-weight:normal;}
.aw_con a:hover{color: #0052de;}
.advtab span{background:url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119123246_1363192537.png) center no-repeat;     display: block;width: 20px;height: 20px;margin: 5px 0 0 21px;}
.advtab li.cur span{background:url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119123246_55392247.png) center no-repeat; }
.advtab li.cur * {
    color: #fff;
}

.advtab li>p+p {
    margin-left: 40px;
}

.advtab li>p+p b {
    margin: 10px 0;
    display: block;
}
.advcon ul {
    display: flex;
    justify-content: space-between;
    background: #fff;
    flex-shrink: 0;
    width: 100%;
}

.advcon ul>.fr {
    width: 50%;
}

.aw_t p:nth-child(1) i {
    display: inline-block;color:#2067b9;
}
.advwa>a {
    font-size: 16px;
    color: #666;
    text-align: right;
    display: block;
    margin-top: 58px;
}
.adv_c {
    overflow: hidden;
    position: relative;
}

.sup_btn {
    position: absolute;
    bottom: 44px;
    left: 55px;
    display: flex;
}

.sup_btn span {
    font-size: 50px;
    display: block;
    cursor: pointer;
}

.sup_btn span:nth-child(1) {
    transform: rotate(180deg);
}





/*应用案例*/
.casecon{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:flex-start;}
.casecon li{ width:18.25%; height:600px; overflow:hidden; transition:all .3s ease;  position:relative;}
.casecon li:nth-child(1){
background:url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211117/20211117154736_1587833307.jpg) no-repeat center;}
.casecon li:nth-child(2){
background:url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211117/20211117154736_1299369850.jpg) no-repeat center;}
.casecon li:nth-child(3){
background:url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211117/20211117154736_454637475.jpg) no-repeat center;}
.casecon li:nth-child(4){
background:url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211117/20211117154736_2069596069.jpg) no-repeat center;}
.casecon li:nth-child(5){
background:url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211117/20211117154736_1872060586.jpg) no-repeat center;}


.casecon li .case_item{ display:block; width:100%; height:100%; background:rgba(30,30,36,.85); transition:all .3s ease;display: -webkit-flex;display: flex;flex-wrap: nowrap;}

.casecon li .case_c,.casecon li a{display:none;}

.case_b {position: absolute;bottom: 8%; left: 10%;}

.case_m p{font-size:24px;color:#FFF;font-weight: lighter;}
.case_m span{font-size:14px;color:#FFF;font-family:Arial;}
.case_m i{display:block;width:20px;height:3px;background:#FFF;margin: 20px 0;}


.casecon li.on{ width:40%;}
.casecon li.on .case_item{ background:none;}
.casecon li.on .case_c,.casecon li.on a{display:block;font-size: 14px;color: #666; line-height: 28px;}
.casecon li.on .case_c{padding-left: 50px;}
.casecon li.on .case_b{bottom: 20%; left: 0;width:70%;height:362px;background:rgba(255,255,255,.9);    padding-right: 50px;padding-top: 70px;}
.casecon li.on .case_m p{color:#2067b9;font-weight: normal;text-align: right;}
.casecon li.on .case_m span{display:none;}
.casecon li.on .case_m i{width:100%;height:1px;background:#ccc;margin: 20px 0 40px;}
.casecon li.on .case_m i:before{ content:"";display:block;width: 0; height: 0;border-width: 10px;border-style: solid;
 border-color:#CCC transparent transparent transparent;margin-left: 96%;}
.casecon li.on a{text-align:right;    margin-top: 35px;}
.casecon li.on a:before{content:"" ;display: block;width:20px;height:3px;background:#2067b9; float: left;margin-top: 12px;margin-left: 80%;}



.proc_t{text-align: center;}
.proc_bg{overflow:hidden;}
.proc_cont li{width: calc((100% - 1px) / 6);border-left: 1px solid #eee;float: left;padding:35px 30px;text-align: center;position: relative;}
.proc_cont li:before{content: '';width: 1px;height: 40px;display: block;position: absolute;left: -1px;top:30px;background:#0052de;}
.proc_cont li:after{content:'';width:100%;height:0px;display: block;position: absolute;bottom:0;left:0;background:#0052de;transition: 0.3s ease all;}
.proc_cont li:hover:after{height:100%;}
.proc_cont li span{font-size: 20px;color: #222;font-family: 'Tw Cen MT';position: relative;z-index:9;transition: 0.3s ease all;}
.proc_cont li i{width: 60px;height: 60px;display: block;margin: 0 auto 20px;position: relative;z-index:9;font-size: 46px;line-height:50px;color:#0052de;}
.proc_cont li p{font-size: 20px;color:#0052de;font-weight: bold;margin-top: 5px;position: relative;z-index:9;transition: 0.3s ease all;}
.proc_cont li:nth-child(1) i { font-size: 42px;}
.proc_cont li d{font-size: 14px;color: #666;line-height: 24px;display: block;margin-top: 15px;position: relative;z-index:9;transition: 0.3s ease all;}
.proc_cont li:nth-child(6) img{margin-top: 15px;}
.proc_cont li:nth-child(6){border-right:1px solid #eee;}
.proc_cont li:last-child{width:0px !important;padding:0;}
.proc_cont li:hover i{opacity: 1;color:#fff}
.proc_cont li:hover span{color:#fff;}
.proc_cont li:hover p{color:#fff;}
.proc_cont li:hover d{color:#fff;}


/*联系电话*/
.tel_bg{background: url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119123715_789853436.jpg);text-align: center;padding: 70px 0;}
.tel{display: inline-block;}
.tel p{font-size: 20px;color: #222;float: left;line-height: 60px;}
.tel d{font-size: 60px;color: #222;font-family: 'Tw Cen MT',Arial;float: left;margin-top: -15px;}
.tel i{width: 59px;height: 59px;display: inline-block;background:#0052de url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119123715_314573401.png)no-repeat center;border-radius: 50%;float: left;margin-right: 20px;position: relative;}
.tel i:before,.tel i:after {position: absolute;left:50%;top:52%;height: 59px;width:59px;margin-top: -31px;margin-left: -30px;border-radius: 50%;box-shadow: 0 0 0 0 rgba(32, 30, 105, 0.2);animation: ripple 1.8s infinite;}
.tel i:before {animation-delay:0.7s;content:"";position:absolute;right: 0;bottom: 0;}
.tel i:after {animation-delay:1s;content:"";position:absolute;right: 0;bottom: 0;}
@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 30px rgba(0, 159, 232, .0);}
    100%{box-shadow: 0 0 0 0 rgba(0, 159, 232, .0);}
}



/*简介*/
.index_company{width: 100%;height: 685px;background: #f5f5f5;padding:80px 0;position: relative;}
.index_company > .page{height: 100%;position: relative;width: 86.25%;}
.index_company:after{content: '';display: block;width: 927px;height: 576px;background: url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119123715_2044210800.png) no-repeat center;right: 50%;bottom: 0;position: absolute;margin-right: -50%;}
.index_company_l_tit{position:relative;padding:0 0 45px;}
.index_company_l_tit strong{font-size:38px;color: #222;line-height:54px;display: block;font-weight: normal;position: relative;}
.index_company_l_tit .small{font-size: 20px;color: #666;line-height: 30px;text-transform: capitalize;display: block;opacity: 0.6; font-weight:lighter;}
.index_company_l_tit:after{content: '';display: block;width: 70px;height: 3px;background: #0052de; position: absolute;bottom: 0;left: 0;}
.index_company_l_cont{padding: 35px 0; position: relative; z-index: 3;}
.index_company_l_cont p{font-weight:lighter; font-size:15px; width:90%; padding: 0px 0 5px; line-height:32px; color: #666;}
.index_company_l{width:59%; display: inline-block;}
.index_about_btn{padding-top: 0px;}
.index_about_btn:after{content: '';display: block;clear: both;}
.index_about_btn a{font-size: 15px; font-weight:lighter; color: #333; width: auto; height: 42px; text-align: center; line-height: 42px; border-radius: 0; background: transparent; overflow: hidden; transition: .4s all ease; position: relative; display: block; float: left; padding: 0 30px; border: 1px solid #eee; margin-right: 15px;}
.index_about_btn a:hover{background: #0052de;color: #fff;border: 1px solid transparent;}
.index_about_btn a .anim{transform: translateY(-50%) translateX(-50%); position: absolute; top: 50%; left: 50%;}
.index_about_btn a .anim:before{position: relative; content: ''; display: block; margin-top: 100%;}
.index_about_btn a .anim:after{content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%;}
.index_about_btn a:hover .anim{animation: anim-out 0.75s;}
.index_about_btn a:hover .anim:after{animation: anim-out-pseudo 0.75s;}
@keyframes anim-out-pseudo{0%{background: rgba(0, 0, 0, 0.25);} 100%{background: transparent;}}
@keyframes anim-out{0%{width: 0%;} 100%{width: 100%;}}
.i_company_r3_item{float: left; display: block; text-align: center; margin: 0 60px 0 0; position: relative;}
.i_company_r3_item:after{content: '';display: block;width:10px;height:10px;background: #eee;border-radius: 50%;box-shadow: 0 0 0 1px rgba(255,255,255,0.35);margin: 25px auto 0;transition: 0.3s all ease;position: relative;z-index: 333;}

.i_company_r3_item:hover:after{background: #0052de;border-radius: 50%;box-shadow: 0 0 0 6px rgba(255,255,255,0.15);}
.i_company_r3_item i{display: block; margin: 0 auto; font-size: 30px; color: #0052de; height: 40px; line-height: 40px;}
.i_company_r3_in a:first-child i{font-size: 43px;}
.i_company_r3_item:hover i{top: -5px}
.i_company_r3_item p{display: block; line-height: 25px; font-size: 16px; color: #666;}
.i_company_r3_in:after{content: ''; display: block; clear: both;}
.i_company_r3_in{padding:6% 0 0; position: relative; display: flex;}
.i_company_r3_in:after{content: '';display: block;clear: both;}
.i_company_r3_in:before{content: '';display: block;width: 140%;position: absolute;bottom: 5px;background: rgba(0,0,0,0.3);height: 1px;right: 0;background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4dffffff',GradientType=1 );}





/*新闻*/
.index_news{width: 100%;background: #f9f9f9 url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211117/20211117153206_1830795808.png) no-repeat center top;padding: 80px 0;}
.index_news .page{width:79.25%; margin:auto;}
.index_news_row1{text-align: left; padding: 0 0 30px; display: block; float: left;}
.index_news_row1 strong{font-size: 36px;color: #343434;line-height: 50px;font-weight: normal;display: block;position:relative;}
.index_news_row1 strong .color{color: #0052de;font-size: inherit;font-style: normal;font-weight:bold;font-family: Microsoft yahei;}
.index_news_row1 strong:after{content: '';display: block;width: 6px;height: 6px;position: absolute;left: 245px;top: 5px;border: 3px solid #0052de;border-radius: 100%;}
.index_news_row1 p{font-size: 20px;color: #c7c7c7;line-height: 30px;}
.index_news_row2{clear: both; display: flex;}
.index_news_row2list ul li{display: inline-block; overflow: hidden; line-height: 45px; margin:0 0px 0 25px; position: relative;}
.index_news_row2list ul li::after{content: '';display: block;clear: both;width: 100%;height: 1px;position: absolute;left: -100%;bottom: 0%;background: #0052de;transition: .3s all ease;}
.index_news_row2list ul li:hover,.index_news_row2list ul li.on{border-color: transparent;}
.index_news_row2list ul li a i{color: #333;font-size: 30px;margin-right: 10px;}
.index_news_row2list ul li:nth-child(2) a i{font-size: 40px;}
.index_news_row2list ul li:hover a i,.index_news_row2list ul li.on a i{color:#0052de;font-weight: normal;}
.index_news_row2list ul li:hover:after,.index_news_row2list ul li.on:after{left: 0}
.index_news_row2list ul li:hover a,.index_news_row2list ul li.on a{color:#0052de; font-weight:bold;}
.index_news_row2list ul{text-align: center; line-height: 30px;}
.index_news_row2list ul li a{font-size:17px; font-weight:500; color: #343434; transition: .3s all ease; position: relative; z-index: 3; display: flex; align-items: center; height: 45px;}
.index_news_row2list{margin: 15px 0; float: right; height: 40px;}
.index_news_row2 .index_news_r2_in:first-child{margin-left: 0;}
.index_news_r2_in{width:28.6%;float: left;margin-left:3.4%;}
.index_news_row2 .index_news_r2_in img{width: 100%;transition: 0.3s all ease;transform: scale(1);height: 339px;}
.index_news_row2 .index_news_r2_in:hover img{transform: scale(1.05);}
.index_news_r2_in3{width:36%;height: 480px;float: left;margin-left:3.4%;}
.index_news_r2_in p{padding: 40px; background: #fff; transition: 0.3s all ease; position: relative; overflow:hidden;}
.index_news_r2_in p:after{content: '';display: block;background: #0052de;filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052de', endColorstr='#2a6eac',GradientType=1 );width: 100%;height: 100%;position: absolute;left: 0;top: -100%;opacity:0;transition:.3s all ease;}
.index_news_r2_in:hover p:after{opacity: 1;top: 0;}
.index_news_r2_in p *{position:relative;z-index: 3;transition: 0.3s all ease;}
.index_news_r2_in p strong{font-size: 22px; font-weight: normal; line-height: 30px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; clear: both; padding: 15px 0 0;}
.index_news_r2_in p .small{font-size: 13px; color: #aaa; line-height: 25px; padding: 10px 0 0; display: block; font-weight: lighter;}
.index_news_r2_in p .cate{display: block; float: left; background:#0052de; color: #fff; padding:0 6px; font-style: normal; line-height: 20px;}
.index_news_r2_in p .date{float: right; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; text-align: right; height: 20px;}
.index_news_r2_in p .date em{color: #c5c5c5; font-style: normal; font-size: 13px; line-height: 20px;float: left;text-align: right}
.index_news_r2_in p .date:after{content:'';clear:both;display:block;}
.index_news_r2_in:hover p strong{color: #fff}
.index_news_r2_in:hover p .small{color: #fff;opacity: 0.6}
.index_news_r2_in:hover p .date em{color:#fff;opacity: 0.4}
.index_news_r2_in:hover p .cate{color:#fff;opacity: 0.55;background: transparent;}
.index_news_r2_in b{display: block; width: 100%;overflow: hidden; position: relative;}
.index_news_r2_in b:before{background: url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119123854_12199546.png) no-repeat center;width: 50px;height: 50px;content: '';display: block;position: absolute;top: 50%;left:50%;z-index: 3;margin-left: -25px;margin-top: -25px;transform: scaleY(0);opacity: 0;transition:0.3s all ease}
.index_news_r2_in:hover b:before{opacity: 1;transform: scaleY(1);}
.index_news_r2_in b:after{content: '';display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.45);position: absolute;top: 0;left: 0;opacity:0;transition: 0.3s all ease;}
.index_news_r2_in:hover b:after{opacity: 1}
.index_news_r2_i3_item{display: block; width: 100%; margin-top: 49px; position: relative;}
.index_news_r2_i3_item:before{content: '';display: block; width: 25px;height: 10px;position: absolute; background:url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119123854_388514416.png); left: 215px; bottom: 17px; -webkit-filter: grayscale(100%); filter: grayscale(100%);}
.index_news_r2_i3_item:hover:before{-webkit-filter: grayscale(0%); filter: grayscale(0%);}
.index_news_r2_i3_item img{width: 198px; display: block;}
.index_news_r2_i3_item:after{display: block; content: ''; clear: both;}
.index_news_r2_i3_item:first-child{margin-top: 0;}
.index_news_r2_i3_item p{font-size: 13px; line-height: 23px; color: #aaa; display: block; height: 90px; overflow: hidden; padding: 0px 0px 0 25px;}
.index_news_r2_i3_item i{width: 198px;float: left;height: 100%;display: block;position: relative;}
.index_news_r2_i3_item i:after{content: '';display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.45);position: absolute;top: 0;left: 0;opacity:0;transition: 0.3s all ease;}
.index_news_r2_i3_item:hover i:after{opacity: 1}
.index_news_r2_i3_item i:before{background: url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211119/20211119123854_518300487.png) no-repeat center;width: 50px;height: 50px;content: '';display: block;position: absolute;top: 50%;left:50%;z-index: 3;margin-left: -25px;margin-top: -25px;transform: scaleY(0);opacity: 0;transition:0.3s all ease}
.index_news_r2_i3_item:hover i:before{opacity: 1;transform: scaleY(1);}
.index_news_r2_i3_item:hover p strong{color: #0052de}
.index_news_r2_i3_item p strong{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 18px; font-weight: normal; line-height: 25px; padding: 10px 0 10px;}
/*copy*/
.foot{background: #fff;}
.tact{height: 130px;border: 1px solid #e1e1e1;border-left: none;border-right: none;}
.tact li{height: 130px;padding-top: 40px;box-sizing: border-box;padding-left: 70px;position: relative;}
.tact li:after{position: absolute;width: 1px;height: 50px;content: "";left: -126px;top: 40px;background: #000;opacity: 0.1;}
.tact li i{font-size: 18px;color: #333;font-weight: 500;font-family: Acrom;display: flex;align-items: center;}
.tact li i em{margin-right: 8px;font-size: 25px;color: #333;line-height: 25px;font-weight: bold;}
.tact li:nth-child(2) i em{font-size: 26px;}
.tact li:last-child i em{font-size: 35px;}
.tact li p{font-size: 16px !important;color: #717171;line-height: 30px;}
.tact li:nth-child(2){}
.tact li:nth-child(2) p a{font-size: 16px !important;}
.tact li:nth-child(1){padding-left: 0;}
.tact li em{display: block;font-size: 26px;color: #0052de;line-height: 36px;font-family: FuturaBT,Arial;}
.f_con{height: 275px;display: flex;justify-content: space-between;align-items: center;}
.f_lg {line-height: 29px;}
.f_lg{float: left;width: 29%;}
.f_lg h2{margin-bottom: 25px;}
.f_lg h2 a{display: flex;align-items: center;}
.f_lg h2 a p{margin-left: 10px;}
.f_lg h2 a p>b{font-weight: bold;font-size: 36px;color: #0052de;margin-bottom: 10px;display: block;margin-top: 10px;}
.f_lg h2 a p>em{}
.f_lg p{font-size: 12px;font-weight: normal;color: #ccc;line-height: 20px;}
.f_lg i{display: block;font-size: 14px;color: #A6A6A6;line-height: 30px;margin-bottom: 5px;}
.f_lg span,.f_lg span a{color: #868686;}
.f_nav{float: left;width: 33%;}
.f_nav a{float: left;width: 25%;font-size: 15px;color: #666;line-height: 50px;}
.f_lg span a:hover,.f_nav a:hover{color: #0052de;}
.sao{display: flex;}
.sao p img{display: block;width: 100px;padding: 6px;border:2px solid rgb(34 57 107 / 20%);}
.sao p span{display: block;font-size: 14px;color: #666;line-height: 50px;text-align: center;}
.f_bt{height: 70px;line-height: 70px;font-size: 15px;color: #fff;background: #0052de;}
.links{display: flex;align-items: center;height: 100%;position: relative;width: auto;overflow: hidden;}
.links>div{display: flex;align-items: center;color: #fff;width: 100%;}
.links_l{display: flex;align-items: center;white-space: nowrap;margin-right: 10px;}
.links_m{width: 97%;overflow: hidden;}
.linkTagcs{width: 100%!important;}
.linkTagcs ul{display: flex;}
.linkTagcs li{line-height: 18px!important;padding-right: 5px!important;white-space: nowrap;}
.linkTagcs li a{font-size: 15px!important;color: #fff;}
.f_bt p.fr a{color: #fff;}
.tact>ul{display: flex;justify-content: space-between;}
.tact li:first-child:after{display: none;}
.sao>p+p{margin-left: 24px;}
.f_bt>div{display: flex;justify-content: space-between;align-items: center;height: 100%;}
.links>b{color: #fff;}
.f_bt>div>p{color: #fff;}
.l_wz>p{color: #fff;font-size: 16px;}


.links_m a{font-size:15px;color:#fff;}


/*浮动*/
.y-kefu-box { position: fixed; right: 0; bottom: 10%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.com.cn/shentaijd/uploadfile/image/20211217/20211217092246_210630819.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #0052de; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #0052de; border-color: #0052de; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.line-b{ border-bottom: solid 1px #efefef;}
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color:#0052de; border-color: #0052de;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;border-top: 0px !important;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;}
.y-kefu-box01 .mobile-infos { width: 220px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#0052de; font-size: 18px; }
y-kefu-box .right {width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,y-kefu-box .right-arrow2 {width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
y-kefu-box .right-arrow1 {left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2 {border-left: 6px white solid;}

.y-kefu-box01 .y-ewm-box { width: 140px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 140px; padding:10px;}
.y-kefu-box01 .y-ewm-box>div p{line-height:34px;}
.y-kefu-box01 .y-ewm-box img { width:120px; height:120px; margin: 0 auto; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 140px;  }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color:#0052de; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#0052de;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }