@charset "utf-8";


html{background:#eee;max-width: 1920px;overflow-x: hidden;margin: 0 auto;}
.dfs{display:flex;align-items: center;justify-content: space-between;}

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

em,i{font-style: normal;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "yhan";overflow-x: hidden; font-size:14px;min-width:1400px;max-width:1920px;position: relative;}

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

.bg{width: 100%;min-width:1400px;}
.box{margin:0 auto;width:80%; min-width: 1400px;box-sizing: border-box;}
.page{width: 1400px;margin: 0 auto;}


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

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


.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 3917976 */
  src: url('//at.alicdn.com/t/c/font_3917976_szxn2ttwgdb.woff2?t=1677417590971') format('woff2'),
       url('//at.alicdn.com/t/c/font_3917976_szxn2ttwgdb.woff?t=1677417590971') format('woff'),
       url('//at.alicdn.com/t/c/font_3917976_szxn2ttwgdb.ttf?t=1677417590971') format('truetype');
}




/*间隙*/
.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;}
.top140 {padding-top: 140px;}
.top170 {padding-top: 170px;}


.t{text-align:center;margin-bottom:40px;}
.t d{color:#1e5be4;}
.t p{font-size:40px;font-weight:bold;color: #222;padding-bottom: 8px;}
.t dd{color: #666;font-size: 16px;} 




.header_bg{height: 120px;border-bottom: 1px solid rgba(255,255,255,0.1);overflow:initial !important;    transition: 0.3s ease all;}
.header{padding: 0 4%;display: flex;align-items: center;justify-content: space-between;height: 100%;}
.logo{filter:grayscale(1) brightness(100);}
.nav>ul>li{display: block;float: left;line-height:120px;}
.nav>ul>li+li{margin-left:4vw}
.nav>ul>li:after{content:'';width:0%;height:4px;background:#1e5be4;display:block;margin: -4px auto 0;transition: .3s;}
.nav>ul>li:hover:after{width:100%;}
.nav>ul>li>a{font-size: 16px;color:#fff;font-family:'Microsoft YaHei';text-align:center;display:block;}
.nav,.nav>ul,.nav>ul>li{height:100%;}
.logo,.header_bg.active .logo{filter:none;}
.header_bg.active{background:#fff;box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);z-index:99999999;position: relative;}
.header_bg.active .nav>ul>li>a{color:#666;}
.header_bg.active .header-search{border-color:#eee;}
.header_bg.active .header-search a span{color:#666;}
.header_bg.active .header-search:after{filter:brightness(1);}
.nav>ul>li.cur:after{width:100%;}

.header-right{height: 100%;}
.header-search{float: right;position: relative;height:40px;text-align:center;display: flex;border: 1px solid rgba(255,255,255,0.4);border-radius: 5px;padding:10px 25px 0 10px;flex-direction: column;overflow: hidden;transition: all .3s;margin-top: 40px;}
.header-search:hover{height:70px;color: #fff;}
.header-search:after{content:'';width:10px;height:8px;display:block;background:url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230227/20230227012154_1940427163.png)no-repeat center;position: absolute;right: 10px;top: 15px;background-size: 100%;transition: .5s;filter: brightness(10);}
.header-search:hover:after{transform: rotate(180deg);}
.header-search a {display: flex;align-items: center;font-family:'Microsoft YaHei';}
.header-search a:last-child{    padding: 10px 0;}
.header-search a span{display:block;margin-left:5px;color: #fff;font-size:14px;}
.header-search a img{width:30px;}


.nav>ul>li:hover .p_navBox2{max-height:500px;}
.left{float:left;}
.right{float:right;}
.nav .p_navBox2{position: absolute; width:100%;background:#f8f8f8;top: 120px;left: 0;max-height:0px;overflow: hidden;transition: 0.3s ease all;}
.nav .p_navBox2.prod_fl>div.warp{width:94%;margin:0 auto;display:flex;max-width:1400px;justify-content:space-between;padding:0;}
.nav .p_navBox2>div.warp{width:1400px;margin:0 auto;display:flex;max-width:1400px;justify-content:space-between;padding:60px 0;}
.nav .p_navBox2 .warp .right .tit{font-size:30px;line-height:30px;font-weight:400;margin-bottom:40px;color:#333}
.nav .p_navBox2 .warp .right .con{display:flex;flex-direction:column; }
.nav .p_navBox2 .warp .right .con a{width:180px;height:46px;font-size:16px;color:#333;display:flex;justify-content:space-between;align-items:center;padding:0 30px;border:2px solid #bfbfbf;margin-bottom:15px;transition:all .5s ease}
.nav .p_navBox2 .warp .right .con a span{font-size:16px;}
.nav .p_navBox2 .warp .right .con a:hover span{ color:#fff;}
.nav .p_navBox2 .warp .right .con a:hover{ color:#fff; background:#dd0303;border:2px solid #dd0303}
.nav .p_navBox2 .warp .right .tel{padding-top:10px}
.nav .p_navBox2 .warp .right .tel .t22{font-size:16px;line-height:20px;color:#666}
.nav .p_navBox2 .warp .right .tel .c{font-size:30px;font-family:arial}
.nav .p_navBox2 .warp .right .tel .c a{color:#dd0303; font-size:30px; font-family:"din";}
.nav .p_navBox2.prod_fl .warp .left{width:auto;position: relative;}
.nav .p_navBox2 .warp .left{width:60%;}
.nav .p_navBox2 .warp .left ul{display:block;width:100%;height: 100%;}
.nav .p_navBox2.prod_fl .warp .left ul{padding: 40px 0;}
.nav .p_navBox2 .warp .left ul p a{font-size: 18px;display:block;}
.nav .p_navBox2 .warp .left ul li:hover p a{color:#fff;}
.nav .p_navBox2.prod_fl .warp .left li{width:100%;background:#f8f8f8;margin:0px !important;}
.nav .p_navBox2.prod_fl .warp .left li>a{width: 50%;font-size: 18px;padding: 0 25px;font-weight: 400;letter-spacing: 0;line-height: 60px;float: left;margin-left:0%;background:#f8f8f8 url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230227/20230227012154_216540301.png) no-repeat center right 20px;margin-bottom:0px;}
.nav .p_navBox2.prod_fl  .warp .left li.on>a{background-color: #fff;color: #1896fd;}
.nav .p_navBox2.prod_fl  .warp .left li:hover{background:none;}
.nav .p_navBox2 .warp .left li>a{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;font-size: 18px;font-weight: lighter;transition:all .3s ease;width: 50%;float: left;}
.nav .p_navBox2 .warp .left li{width:23.5%;    font-size: 20px;padding: 0 25px;font-weight: 400;letter-spacing: 0;line-height: 60px;float: left;background:#eee url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230227/20230227012154_216540301.png) no-repeat center right 20px;transition:all .3s ease;}
.nav .p_navBox2 .warp .left li+li{margin-left:2%;}
.nav .p_navBox2 .warp .left li:nth-child(4n+1){margin-left:0;}
.nav .p_navBox2 .warp .left li:nth-child(n+5){margin-top:20px;}
.nav .p_navBox2 .warp .left li:hover{background:#1e5be4  url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230227/20230227012154_1450595428.png) no-repeat center right 20px;}
.nav .p_navBox2 .warp .left li>a:hover{color:#fff;}
.nav .p_navBox2 .warp .right {padding-left:5%;padding-top:5%;padding-bottom:5%;box-shadow: -10px 0px 10px rgb(0 0 0 / 5%);width: 500px;}
.nav .p_navBox2 .warp .center{width:33%;}
.nav .p_navBox2 .warp .center img{width:100%;}
.nav .p_navBox2 .warp .left .title{font-size:27px;line-height:26px;color:#000;font-weight:700;margin-bottom:20px}
.nav .p_navBox2 .warp .left .jieshao{font-size:16px;line-height:1.8;color:#333;margin-bottom:40px}
.nav .p_navBox2 .warp .left li dl{width: 50%;float:left;position: absolute;left: 50%;display:none;top:0px;background: #fff;height: 100%;padding: 40px 0;overflow-y: auto;}
.nav .p_navBox2 .warp .left li dl a{width: 100%;font-size: 18px;line-height: 60px;display: block;padding-left: 60px;float:left;font-weight: lighter;}
.nav .p_navBox2 .warp .left li.on dl{display:block;}




/*幻灯片*/
.banner{overflow:hidden;width:100%;}
.banner-box{min-width:1400px;height:720px;position:relative;margin:0 auto;}
.banner-box .bd, .banner-box .bd ul{width:100% !important;}
.banner-box .bd li{width:100% !important;height:720px;background-position:center;background-repeat:no-repeat;background-color:#eee;}
.banner-box .bd li a{display:block;background-size:auto;width:100%;height:80%;position:relative;z-index: 9;}
.banner-btn{ width: 100%;position:absolute;top:335px;left:0;margin-left:0;height:373px;overflow:hidden; }
.banner-btn a{ display:block;width:49px;height:104px;position:absolute; top:0;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{left:-50px;background:url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20210428/20210428163935_1861327670.png) no-repeat 0 0; } 
.banner-btn a.next{right:-50px;background:url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20210428/20210428163935_1861327670.png) no-repeat -49px 0; }
.banner-box .hd {position:absolute;bottom:30px;width:100%;display:block; }
.banner-box .hd ul{text-align:center}
.banner-box .hd ul li{width:8px;height:8px;border-radius:50%;text-indent:-9999px;background:#fff;cursor:pointer;display:inline-block;margin:0 5px;transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{background:#1896fd ; border-radius :50px; width:40px;height:8px;}
.banner-box:hover .banner-btn a.prev{left:20px;filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{right: 20px;filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }



/*搜索*/
.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; padding-right:10px;}
.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;}



/*pro*/
.pro {overflow: hidden; background: #fff;background-size: 100% 100%; padding: 80px 0;position: relative;}
.pro_box {max-width: 1500px;margin: 0 auto;}
.pro_tit {display: flex;flex-direction: column;align-items: center;position: relative;}
.pro_tit b {font-size: 36px;color: #fff;}
.pro_tit p {font-size: 16px;font-weight: lighter;padding: 1% 0 0;color: #fff;}
.pro_tab {margin: 3%  0 0% 0;display: flex;justify-content: space-between;position: relative;}
.pro_nav {width: 20%;display: flex;flex-direction: column;}
.pro_nav>p {font-size: 30px;display: flex;flex-direction: column;align-items: center;background:#1e5be4;color: #fff;padding: 15% 0 6%;justify-content: center;}
.pro_nav p span {font-size: 15px;font-weight: lighter;padding: 1% 0 0;letter-spacing: 1px;}
.pro_nav ul {display: flex;flex-direction: column;background: #1e5be4; padding: 15px;}
.pro_nav li {width: 100%;border-bottom: 1px solid rgba(255,255,255,0.2);padding: 10% 10%;position:relative;z-index:5;}
.pro_box>a {text-align: center; display: block; width: 550px; height: 60px; background: #fff; margin: 0 auto; line-height: 60px; color: #333;font-size: 19px; font-weight: 100; border-radius: 30px;transition: all 0.5s;position: relative;}
.pro_box>a:hover {width: 680px; background: #1e5be4; color: #fff; transition: all 0.5s;}

.pro_nav li.on:before {width:100%;}

.pro_nav li>a {font-size: 16px;font-weight: lighter; position: relative;width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; color: #fff;}
.pro_nav li.on>a {color:rgba(255,255,255,0.6);}
.pro_nav li.on{background: #087bd9;}
.pro_num {display: flex;align-items: center;background: #eee;justify-content: center;padding: 16% 0;flex-direction: column;}
.pro_num i {width: 50%;}
.pro_num i img {width:100%;}
.pro_num p {font-size: 17px;display: flex;flex-direction: column;font-weight: lighter;padding: 0 0 0 15px;align-items: center;padding: 12% 0 0;}
.pro_num p span {font-size: 25px;font-weight: bold;font-family: 'DIN Medium';color:#1e5be4;padding: 3% 0 0;}
.pro_con {overflow: hidden;width: 79%;background: #fff;}
.pro_con ul {display: flex;transition: 0.5s;}
.pro_con li {width: 100%;flex-shrink: 0; background:#fff;}
.pro_txt {}
.pro_txt .divproduct_new_div_item {display: flex;justify-content: space-between; padding: 4%;flex-direction: row-reverse;background: #fff;}
/*.pro_txt .divproduct_new_div_item_date { display: none;}*/
.pro_txt .divproduct_new_div_item_content {padding: 2% 0 0; width: 38%;}
.pro_txt .product_div_item_pic {width:55%;display: flex;}
.pro_txt .product_div_item_pic a {overflow:hidden;}
.pro_txt .divproduct_new_div_item_title a {font-size: 24px;font-weight: normal;position: relative;}

.pro_txt .divproduct_new_div_item_title:hover a:after{background:#7ebf0b;color:#fff;transition: 0.5s;}
.pro_txt .divproduct_new_div_item_body {font-size: 16px;padding: 3% 0;line-height: 28px;color: #666;font-weight: lighter;}
.pro_txt .divproduct_new_div_item_body p {font-size: 14px;color: #666;width: 100%;text-overflow: ellipsis;-webkit-line-clamp: 4;word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.pro_txt .product_div_item_pic img {width:100%;height:auto; transition: 0.5s;}
/*.pro_txt .divproduct_new_div:hover  .product_div_item_pic img {transform: scale(1.1);}*/
.pro_call {margin: 0% 0 0;padding-bottom: 0%;}
.pro_call ul {display: flex; flex-wrap: wrap; padding:0% 2%}
.pro_call ul+ul{margin-top: 1%;}
.pro_call li:nth-child(n+5){/* margin-top: 1.3%; */}
.pro_call li {display: flex !important;flex-direction: column;align-items: center;background: #fff;width: 32%;transition: 0.5s; border: 1px solid #eee; padding: 1%;}
.pro_call li+li{margin-left:2%;}
.pro_call li>a {    overflow: hidden;}
.pro_call li>a img {width: 100%;height: auto;transition: 0.5s;    filter: brightness(105%);}
.pro_call li:hover{background: #1e5be4;transition: 0.5s;}
.pro_call li:hover span>a{color: #fff;}
.pro_call li>a:hover img {transform: scale(1.2);}
.pro_call li br {display:none;}
.pro_call li span {width: 100%;padding: 6%;text-align: center;display: flex;}
.pro_call li span>a { font-size: 15px;position: relative;width: 100%;}
.pro_call li:hover span>a:after {color:#fff;}
.pro_call .ban_dot {display:none !important;}

.por_int {display: flex;flex-direction: column;} 
.por_int>p {font-size:16px;}
.por_int>p+p {margin: 0% 0 0;}
.por_int>p>span {font-size:14px;    line-height: 25px;}
.por_int ul {display:flex;margin: 20% 0 0;justify-content: space-evenly;  border-top: 1px solid #eee;  padding: 28px 0 0;}
.por_int li {display: flex; width: 105px; height: 105px; flex-direction: column; border-radius: 50%; justify-content: center;  align-items: center; margin: 0 2% 0 0; padding: 3%; background: #f7f7f6;position: relative;}
.por_int li i {font-size: 45px; color:#d7d7d7;}
.por_int li:nth-child(2) i, .por_int li:nth-child(3) i {font-size: 45px;}
.por_int li>p {font-size: 16px !important;text-align: center;padding: 0px 0 0;white-space: nowrap; margin-top:45px;}
.pro_nav>.prolist2021 {padding: 8px; background: #1e5be4;}
.pro_nav li::after {content: '\e61b'; position: absolute; right: 13px; font-family: 'iconfont'; bottom: 26px; font-size: 12px; color: #eee;}
.pro_nav li>a::before {content: ''; width: 4px; height: 6px; background: #1e5be4; position: absolute; left: -15px; top: 0;}
.pro_nav li>a::after {content: ''; width: 4px; height: 15px; background: #e7e7e7; position: absolute; left: -15px; bottom: 0;}
.pro_txt .divproduct_new_div_item_title a::before {content: '+ 查看产品'; background: #f52626; position: absolute; bottom: -196px; color: #fff; font-size: 14px; font-weight: 100; width: 160px; height: 40px; text-align: center; line-height: 40px; border-radius: 30px;}
.por_int li i::before {content: '\e645'; width: 55px; height: 55px; position: absolute;  left: 0; top: -20px; bottom: 0; right: 0; margin: auto; font-family: 'iconfont'; text-align: center; line-height: 50px; font-size: 42px;}
.por_int li:nth-child(3) i::before {content: '\e60c';}
.por_int li:nth-child(2) i::before {content: '\e62f'; font-size: 44px;}
.por_a a {padding: 10px 6px; display: inline-block; font-size: 13px; background: #eee; border-radius: 6px; margin-bottom: 8px; transition: all 0.3s;}
.por_a a:hover {background: #1e5be4; color: #fff; transition: all 0.3s;}

.pro_nav li dl{position: absolute;left: 100%;background: #fff;top: 0;max-width:0px;transition: all 0.3s;padding: 10px 0;box-shadow: 0px 0px 10px rgba(0,0,0,0.05);border-radius: 5px;}
.pro_nav li dt{padding: 0px 20px;}
.pro_nav li dl a{color:#666;font-size:15px;line-height: 40px;display:block;width: 100%;overflow: hidden;white-space: nowrap;border-bottom: 1px solid #eee;}
.pro_nav li:hover dl{max-width:300px;}
.pro_nav li:nth-child(n+5) dl{bottom:0px;top:inherit;}
.pro_nav li:nth-child(5) dl{bottom:-300px;}
.pro_nav li dl dt:last-child a{border-bottom:none;}
.pro_nav li dl a:hover{color:#1e5be4;}

/*为何选择睿燕端子线*/
.feature_bg{padding:80px 0;background:url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230225/20230225114545_426815819.jpg)no-repeat top center;position: relative;}
.feature_bg:after{content:'';position: absolute;width:;background:url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230225/20230225115958_817041804.png)no-repeat center;width:662px;height:412px;display:block;bottom:-100px;right:-200px;}
.feature_title p{color:#fff;}
.feature_title dd{color:rgba(255,255,255,0.6);}
.feature_t span{color:rgba(255,255,255,.1);}
.feature_t h3{color: #fff;}
.feature_t p{color:#fdaf6f;}
.feature_wt li{float: left;text-align: center;width:calc(100% / 3);height:265px;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;cursor:pointer;border-bottom: 1px solid rgba(255,255,255,0.2);border-right: 1px solid rgba(255,255,255,0.2);}
.feature_wt li:nth-child(n+4){border-bottom:none;}
.feature_wt li:nth-child(3n){border-right:none;}
.feature_wt li:hover{height:265px;padding-top:25px;}
.feature_wt img{padding-top:35px;}
.feature_wt p{color: #fff;font-size:20px;font-weight:bold;margin-bottom:6px;}
.feature_wt p:before{content:"";display: block;width:50px;height:50px;margin: 45px auto 15px;background: url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230227/20230227012154_559776587.png)no-repeat;}
.feature_wt li:nth-child(1) p:before{background-position-x:-150px;}
.feature_wt li:nth-child(2) p:before{background-position-x:-150px;}
.feature_wt li:nth-child(3) p:before{background-position-x:-150px;}
.feature_wt li:nth-child(4) p:before{background-position-x:-150px;}
.feature_wt li:nth-child(5) p:before{background-position-x:-150px;}
.feature_wt li:nth-child(6) p:before{background-position-x:-150px;}
.feature_wt span{display: block;font-size:14px;color:rgba(255,255,255,0.5);margin-bottom:40px;}
.feature_wt i{display: block;font-style: normal;color:#fff;position: relative;font-size:20px;}
.feature_wt i::before{content:"";position:absolute;top:-8px;margin: 0 auto;width:20px;height:1px;background:#fff;}


.worry_m{width: 954px;height: 220px;background:#fff;border-radius: 110px;box-shadow:0 0 13px 12px rgba(0, 0, 0, 0.2);text-align: center;margin: 40px auto 0;padding: 40px 0 0; font-size: 22px; color: #666;}
.worry_m p{display: block;height: 60px;line-height: 52px;font-size:29px;color:#222;}
.worry_m p b{font-weight: bold;}
.worry_m span{color: #fff;width: 638px;line-height: 42px;background:#e94747;border-radius: 21px;display: block;margin: 0 auto; font-size: 17px;}


/*adv*/
.pro_td{height:660px; box-sizing:border-box;position:relative;}
.pro_td:before {content: "";position: absolute;width: 100%;height:460px; background: #eee;bottom:0px;left: 0;}
.pro_td ul li{ transition: all ease-in-out 500ms;width:calc(96.7%/4); float:left;background:#fff; border-radius:8px 8px 0 0; overflow:hidden; position:relative;padding: 12px;transition:all 0.3s; box-shadow: 2px 24px 27px 0px rgba(0,0,0,0.05);}
.pro_td ul li i{transition: all ease-in-out 500ms; position:absolute; height:4px; width:100%; display:block; background:#1e5be4; bottom:0; left:0; transform:scale(0);}
.pro_td ul li:hover i{ transform:scale(1);}
.pro_td ul li .img{transition: all ease-in-out 500ms; height:200px;transition: all ease-in-out 500ms;overflow:hidden;transition:all 0.3s; width: 200px; border-radius: 50%; margin:0 auto; margin-top: 7%;}
.pro_td ul li:hover .img img{transform:scale(1.1);transition: all ease-in-out 500ms;overflow:hidden; transition:all 0.3s;}
.pro_td ul li .txt { padding:32px 20px;text-align:center;}
.pro_td ul li .txt h5 a{ font-size:26px; color:#38383b; text-align:center; margin-bottom:9px; line-height: 28px;}
.pro_td ul li .txt h5 a:hover{ color:#555;}
.pro_td ul li .txt span{ font-size:15px; color:#999; display:block; text-align:center; padding-bottom:12px; border-bottom:1px solid #e5e6eb; margin-bottom:20px;line-height:20px;}
.pro_td ul li .txt p{ text-align:center; font-size:15px; color:#828282; text-transform:uppercase; line-height: 30px;height: 7vw;min-height: 140px;}
.pro_td ul li .s_btn{ width:90%; height:29px; line-height:29px; color:#fff; background:#1e5be4; display:block; margin:0 auto; text-align:center; margin-top:16px; border-radius:0 10px 0 10px;}
.pro_td ul li:hover{box-shadow: 2px 24px 37px 0px rgba(0,0,0,0.15);transition:all 0.3s;}
.pro_td ul li+li {margin-left: 13px;}


/*case*/
.case_list a{width: 156px;height: 50px;display: inline-block;background: #f5f5f5;text-align: center;line-height: 50px;font-size:15px;transition: all linear 0.3s;}
.case_list a:hover{background: #058d4d;color:#fff;}
.case_list a+a{margin-left: 20px;}
.case_list{text-align: center;}
.appli_call .new_web_div2021 {}
.appli_call .new_web_div2021 ul { display: flex;}
.appli_call .new_web_div2021 li {width: 33.3%;height: auto;overflow: hidden;position: relative;}
.appli_call .new_web_div2021 li:nth-child(2n) p {top: 0;}
.appli_call .new_web_div2021 li a {pointer-events: none;}
.appli_call .new_web_div2021 li>a{display: block;transform:}
.appli_call .new_web_div2021 li a img {width:100%;height:auto;transition: all linear 0.3s;}

.appli_call .new_web_div2021 li:hover a img{transform: scale(1.12, 1.12);}
.appli_call .new_web_div2021 li p {width:100%;height:50px;background:rgba(0,0,0,0.5);    display: flex; justify-content: center; align-items: center;padding-top: 0 !important;position: absolute; bottom: 0; left: 0;}
.appli_call .new_web_div2021 li:hover p{width:90%;bottom:calc((100% - 50px) / 2);left:5%;background:rgba(30,91,228,0.5);transition: all linear 0.3s;}
.appli_call .new_web_div2021 li:nth-child(2n):hover p{width:90%;top:calc((100% - 50px) / 2);left:5%;background:rgba(30,91,228,0.5);transition: all linear 0.3s;}
.appli_call .new_web_div2021 li p a {font-size:16px; color: #fff;}




/*jszc*/
.caseall_bg{background:url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230227/20230227012154_900303845.jpg)no-repeat bottom; height: 450px;margin-top: 40px;}
.partner{width: 100%;}
.casecenter{overflow:hidden; margin:0 auto;}

.partner_top .tempWrap{ overflow:visible !important;}
.partner_top{overflow: hidden;}
.partner_top .tempWrap{width:100% !important;overflow: initial !important;}
.partner_top .divdgweb_new_div{overflow: initial !important;}
.partner_top .divdgweb_new_div_item{width:calc((100% - 60px) / 3);height:217px;float: left;display: flex;flex-direction: column-reverse;margin-right:30px;flex-flow: row-reverse;align-items: center;justify-content: space-between;background:#f5f5f5;}
.partner_top .news_div_item_pic{width:140px;height:140px;display:inline-block;border-radius:50%;border:1px solid #eee;overflow: hidden;display: flex;align-items: center;margin-left:25px;background:#fff;}
.partner_top .news_div_item_pic a{display:block;height:100%;}
.partner_top .news_div_item_pic img{height:100%;}
.partner_top .divdgweb_new_div_item_content{width:calc(100% - 200px);}
.partner_top .divdgweb_new_div_item_a{font-size:17px; color:#333;  font-weight: bold !important;}
.partner_top .divdgweb_new_div_item_body{font-size:15px;line-height:24px; font-weight: normal !important; padding-top:10px;}
.partner_top .divdgweb_new_div_item:hover { background: #1e5be4;     transition: 0.3s all ease; color:#fff;}
.partner_top .divdgweb_new_div_item:hover a{  color: #fff !important;;}

.casebottom{ margin-top:25px; text-align:center; font-size:0;}
.casebottom i,.casebottom ul,.casebottom li{ display:inline-block; vertical-align:middle; cursor:pointer;}
.casebottom ul{ margin:0 130px;}
.casebottom li{ display:inline-block; width:20px; height:20px; border-radius:50%;background: #e0e0e0; cursor:pointer; position:relative;}
.casebottom li:after{content:''; display:block; position:absolute; width:14px; height:14px; border-radius:50%; background:#b7b7b7; top:0; bottom:0; left:0; right:0; margin:auto;}
.casebottom li+li{ margin-left:10px;}
.casebottom li.on{ background:#f9cd88;}
.casebottom li.on:after{ background:#1e5be4;}
.casebottom {  display: none;}/*隐藏按钮*/



/*partner*/

.partner_t{margin: 0 auto;border-bottom: 1px solid #eee;}
.partner_t li {display: flex;justify-content: space-between;border-top: 1px solid #eee;     float: left;  display: block;}
.partner_t li:last-child{border-right:1px solid #eee}
.partner_t li{padding-left: inherit !important;transition: all 0.3s linear;text-align: center;border-left: 1px solid #eee;width: calc(100% / 5);background: #fff;overflow: hidden;}
.partner_t li a{display: flex;height: 100%;align-items: center;justify-content: center;}
.partner_t li a img{}
.partner_t li:nth-child(6){border-right: 1px solid #eee;}
.partner_t li p{ display: none;}


.partner_t li a img{ transition: all 0.5s linear;}
.partner_t li:hover{box-shadow: 0 0 20px rgb(0 0 0 / 0.2);position: relative;z-index: 99;transform: scale(1);}

.partner_t ul+ul li {   border-bottom: 1px solid #ddd;   display: block;}





/*简介*/
.about_bg{background: url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230227/20230227012154_2109832348.png)no-repeat center;height: 886px;padding: 150px 0 0px 0;}
.about>p{font-size: 50px;color: #fff;font-weight: bold;margin-bottom: 20px;}
.about>d{font-size: 28px;color: #fff;display: block;width: 70%;}
.about>dd{font-size: 15px;color: rgba(255,255,255,0.8);line-height: 30px;margin-top: 80px;width:95%;}
.about>a{width: 135px;height: 40px;background: #316eb7;color: #fff;display: block;border-radius: 5px;text-align: center;line-height: 40px;margin-top: 60px;}
.about>a:hover{background:#1e5be4;}
.about_box{width: 100%;background:#fff;padding: 30px;box-shadow: 0px 0px 20px rgba(0,0,0,0.1);margin-top: 100px;}
.about_box .new_web_div2021{display:flex;}
.about_box .new_web_div2021 li{width:calc((100% - 60px) / 4);display:block;float:left;margin-right:20px;position: relative;overflow: hidden;}
.about_box .new_web_div2021 li img{width:100%;height: auto;transition: 0.3s all ease;}
.about_box .new_web_div2021 li:hover img{transform: scale(1.1);}
.about_box .new_web_div2021 ul{display:block;float:left;width:100%;}
.about_box .new_web_div2021 li p{background:rgba(0,0,0,0.5);position: absolute;bottom:0;left:0;width:100%;transition: 0.3s all ease;}
.about_box .new_web_div2021 li:hover p{background:rgba(30,91,228,0.5);}
.about_box .new_web_div2021 li p a{display:block;font-size:15px;color:#fff;width:100%;height:40px;line-height:40px;text-align:center;}


/*news*/
.news{ padding:0px;}
.news_t { font-size: 35px; color: #333;  font-weight: normal;display: flex;align-items: center;justify-content: space-between;}
.news_t strong{ display:block; font-size:38px; color:#343434;}
.news_t span {padding-left: 10px;}
p.news_t{text-align:left;}
.news_t .t{margin-bottom:0px;}
.newstab a{ display:inline-block; position:relative; font-size:18px; color:#343434; margin-left:23px;  line-height: 30px;}
.newstab a+a{ margin-left:100px;}
.newstab a.on{ color:#1e5be4;}
.newstab a:after,.newstab a:before{ content:''; display:block; transition:all .4s ease;}
.newstab a:after{ width:0px; margin:0 auto; height:3px; background:#1e5be4; margin-top:10px;}
.newstab a.on:after{ width:100%; font-weight:500;}
.newstab a:before{ position:absolute; left:-23px; top:6px;}
.newstab a:nth-child(1).on:before{ background-position-y:-20px;}
.newstab a:nth-child(2).on:before{ background-position-y:-20px;}
.newstab a:nth-child(3).on:before{ background-position-y:-20px;}
.newstab a:nth-child(1):before{ width:20px; height:20px; background:url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230227/20230227012154_1313719578.png) no-repeat top center;}
.newstab a:nth-child(2):before{ width:20px; height:20px; background:url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230227/20230227012154_1864754355.png) no-repeat top center;}
.newstab a:nth-child(3):before{ width:20px; height:20px; background:url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230227/20230227012154_436985602.png) no-repeat top center;}
.news_cont_in > .divdgweb_new_div,.news_cont_in > .news_div{width:100%;margin: 0 auto;}
.news_cont_in .news_div_item{float:left;width:32%;position: relative;padding-bottom: 240px;transition: 0.3s all ease; }
.news_cont_in .news_div_item+.news_div_item{margin-left:2%;}
.news_cont_in .news_div_item .news_div_item_pic a,.news_cont_in .news_div_item .news_div_item_pic a img{width: 100%;height:auto;display: block; }
.news_cont_in .news_div_item .news_div_item_pic a{height:19vw;overflow: hidden;display: flex;align-items: center;}
.news_cont_in .news_div_item .news_div_item_date{position: absolute;bottom: 40px;z-index: 3;left: 0;width: 100%;padding: 0 10px;box-sizing: border-box;line-height: 40px;}
.news_cont_in .news_div_item .news_div_item_date:after{content:'';clear: both;display: block}
.news_cont_in .news_div_item .news_div_item_date div{color: #999;font-size: 16px;font-family: arial;float: left;transition: 0.3s all ease;}
.news_cont_in .divdgweb_new_div_item .news_div_item_pic a img{width: 100%;height: auto;display: block;}
.news_cont_in .news_div_item .news_div_item_content{height: 240px;padding: 10px; position: absolute;width: 100%;box-sizing: border-box;bottom: 0px;overflow:hidden;transition: 0.3s all ease;}
.news_cont_in .news_div_item .news_div_item_content:after{content: '';position: absolute;width: 100%;top: 0;height: 100%;}
.news_cont_in .news_div_item .news_div_item_title .news_div_item_a{font-size:18px;color: #666;overflow: hidden;display: block;white-space: nowrap;text-overflow: ellipsis;line-height:40px;position: relative;z-index: 3;padding-bottom: 10px;transition: 0.3s all ease;}
.news_cont_in .news_div_item:hover .news_div_item_title .news_div_item_a{color: #1e5be4}
.news_cont_in .news_div_item .news_div_item_content .news_div_item_body{font-size: 14px;color: #999;line-height: 25px;padding: 0px 0 10px;position: relative;z-index: 3;transition: 0.3s all ease;height:65px;overflow: hidden;}
.news_cont_in:after{content: '';display: block;clear: both;}
.news_cont_in .news_div_item .news_div_item_content .news_div_item_body:after{background: #f2f2f2;width: 100%;height: 1px;display: block;content: '';bottom:0;left: 0;position: absolute;}
.news_cont_in .news_div_item:hover .news_div_item_content:after{left: 0;}
.news_cont_in .news_div_item:hover .news_div_item_content .news_div_item_body{color: #666}
.news_cont_in .news_div_item:hover .news_div_item_date div{color: #999;}
.news_cont_in .news_div_item:hover  .news_div_item_date:after{ background-position-x:-16px;}
.news_cont_in .news_div_item  .news_div_item_date:after{content:''; position:absolute;display: block;width: 16px;height: 14px;background: url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230227/20230227012154_1441336349.png) no-repeat left center;position: absolute;right:40px;top: 5px;transition: 0.3s all ease;}
.news_div_item .news_div_item_pic{overflow: hidden;border: 1px solid #ededed;}
.news_div_item .news_div_item_pic img{width: 100%;transition: all .8s ease;}
.news_div_item:hover .news_div_item_pic  img{transform: scale(1.1, 1.1);}



/*copy*/
.footer {display: flex;justify-content: space-between;}
.footer_bg{width: 100%;color: #fff;background: #1e5be4;position: relative;padding-top: 100px;overflow: hidden;}
.fbt{border-top:10px solid #ff5c00;}
.bq_item>li{position: relative;}
.bq_item>li{ float: left;position: relative;}
.bq_item li dl{display:none;}
.footer_w1 t{display: block;float: left;font-size: 24px;font-weight: bold;margin-right: 11px;}
.footer_w1 span{display: block;float: left;font-size: 20px;margin-top:3px;}

.bq_gzh li{width:130px;}
.footer_w{font-size: 14px; line-height: 34px; color: #999;}
.footer_w p{position:relative;}
.footer_w p:before{left:0;font-family: "iconfont";font-size: 16px;}
.bq_item li a{ display: block;font-size: 14px; line-height: 30px; color: rgba(255,255,255,0.47);}
.bq_item li a:hover{color:#fff;}
.footer_t{font-size: 18px !important; color: #fff !important;  line-height: 100%!important; position: relative;padding-bottom: 26px;}
.footer li img{width:146px !important;}
.bq_gzh li p{text-align:center; color:#fff; line-height:30px; margin-bottom:10px;}

.copy{line-height: 30px; font-size: 14px;color: #999; margin-top:20px; padding-top: 10px;}
.copy a{font-size: 14px; color: #999;}
.copy a:hover{color: #ff7b0f;}
/*link*/
.linkTagcs li a{font-size:14px;}
.linkTagcs{width:90% !important;}
.linkTagcs li{line-height:25px !important;}
.links_r a{font-family: "iconfont" !important;font-size:42px;font-style: normal;color:rgba(255,255,255,0.3);display:inline;height:80px;display: block;line-height:80px;padding-left: 32px;}
.links_l{display: flex;align-items: center;padding-right: 2%;width: 120px;}
.l_wz{position: relative;}
.l_wz b{font-size: 25px;color: #fff;line-height: 21px;}
.l_wz p{color: #fff;letter-spacing: 1px; font-size: 16px;}

.links{display: flex;align-items: center;justify-content: space-between;height: 100%;position: relative;}
.links>div{display: flex;align-items: center;}
.links_m{}
.linkTagcs li a{color: rgba(255,255,255,0.38)!important;}
.foo_icon{display: flex;justify-content: space-between;margin-bottom: 69px;}
.foo_icon li span{color:#fff;display: block;width: 38px;height: 38px;border-radius: 100%;background: #e60113;display: flex;justify-content: center;align-items: center;position: relative;font-size: 22px;z-index:1;}
.foo_icon li span:after{content: '';position: absolute;width: 48px;height: 48px;border-radius: 100%;background: rgba(32,114,224,0.22);top: -5px;left: -5px;z-index:-1;}
.foo_icon li{display: flex;align-items: center;}
.foo_icon li div{margin-left: 13px;}
.foo_icon li div b{font-size: 16px;}
.bq_gzh{float: right;padding-top:7px;}
.bq_gzh li+li{margin-left: 44px!important}
.copy_bg{background: #333;}
.copy_b{display: flex;justify-content: space-between;align-items: center;}
.copy_bg div{color: rgba(255,255,255,0.5);height: 80px;line-height: 80px;}
.copy_bg div a{color: rgba(255,255,255,0.5);font-size:14px;}
.foo_icon li div p {margin-top: 3px;}
.cl {clear: both;}
.banq{width: 38%;}
.bq_cl>b, .bq_cr>b, .bq_rcc>b {font-size: 18px;color: #fff;display: block;margin-bottom: 20px;font-weight: normal;}
.bq_rcc{margin-left:40px;}
.bq_ewm {display: flex;position: relative;}
.bq_ewm li span {display: block;width: 36px;height: 36px;border-radius: 100%;font-size: 14px;text-align: center;line-height: 36px;color: #059408;border:1px solid #059408;}
.bq_ewm li:hover span{background: #059408;border-color: #059408;color: #fff;}
.ewm_cc {position: absolute;top: -172px;left: -23px;display: none;z-index:999;}
.ewm_cc img {width: 150px!important;}
.bq_r {position: relative;}
.bq_ewm li+li {margin-left: 10px;}

.bq_item li:first-child:before {left: 0;}
.bq_item {
    display: flex;
    justify-content: space-between;
}
.bq_rcc>b {
    position: relative;
    margin-bottom: 50px;
}

.bq_rcc>b:after {position: absolute;content: "";width: 100%;height: 1px;background: rgba(255,255,255,0.1);bottom: -28px;left: 0;}
.bq_rcc>b:before {
    position: absolute;
    content: "";
    background: url(//memberpic.114my.com.cn/gdytgl/uploadfile/image/20230227/20230227012154_1563714070.png) no-repeat center;
    width: 78px;
    height: 41px;
    top: -12px;
    right: 0;
}
@media screen and (max-width: 1460px){
}
@media screen and (max-width: 1320px){
}
.link_btn {
    width: 170px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #4d4d4d;
    border-radius: 22px;
    display: block;
}
.bq_rcc>div {
    color: rgba(255,255,255,0.4);
    line-height: 32px;
    font-size: 14px;
}

.bq_rcc>div a {
    text-decoration: none;
    color: rgba(255,255,255,0.3);
    font-size: 14px;
}
.back_ic {
    position: absolute;
    display: block;
    width: 102px;
    height: 102px;
    background: #059408;
    border-radius: 100%;
    text-align: center;
    line-height: 102px;
    color: #fff;
    font-size: 52px;
    top: 78px;
    left: 50%;
    margin-left: -51px;
    cursor: pointer;
}
.copy_pic li {overflow: hidden;width: 146px;}
.copy_pic li p {font-size: 14px;color: #ffffff;text-align: center;line-height: 30px;}
.copy_pic li i {background: #ffffff;display: inline-block;}
.copy_pic li i img{width:100%;}
.copy_str {/* float:left; *//* margin-left: 20px; *//* margin-top: 16px; */}
.copy_str li {width: 36px;height: 36px;border-radius: 50%;transition: 0.5s;position: relative;display: flex;align-items: center;justify-content: center;border: 1px solid #fff;}
.copy_str li i {font-size: 17px;color: #fff;position: relative;z-index: 99;}
.copy_str li+li {/* margin-top:17px; */}
.bq_lr {
    width: 33%;
    display: flex;
    justify-content: space-between;
}
ul.ewm_ic {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.copy_str li.on {
    background: #fff;
    border-color: #fff;
}
.copy_str li.on i{color:#1286db;}
.gz_c{font-size: 16px;color: #fff;margin-bottom: 17px;}
.link_bc {
    border-top: 1px solid rgba(255,255,255,0.07);
     /*height:80px;*/
    margin-top: 80px;
}
.lin_ic{width: 30px;height: 30px;border-radius: 100%;border:1px solid #fff;text-align: center;line-height: 30px;color: #fff;font-size: 14px;position: absolute;right: 0;top: 25px;}











/*浮动*/


.qqkefu{
    position: fixed;
    top:56%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    right: 30px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:url("//memberpic.114my.com.cn/gdytgl/uploadfile/image/20180920/20180920203452_1687734765.png") no-repeat;
    background-color: #28292e;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background-color:#0e4377;
}
.qqkefu ul li.top{
    background-position: 0 0;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}

.qqkefu ul li b{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:right;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li.qq_phone{
    background-position: right -46px;
}
.qqkefu ul li.qq_ku{
    background-position: right -92px;
}
.qqkefu ul li.qq_ms{
    background-position: right -138px;
}
.qqkefu ul li.qq_czb{
    background-position: right -184px;
}
.qqkefu ul li.qq_app{
    background-position: right -228px;
}

.qqkefu ul li.qq_app1{
    background-position: right -228px;
}
    
.qqkefu ul li.qq_czae{ line-height:15px !important}

    .erweima{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}
    .app{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.app p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.app p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.app .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}

   .app1{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.app1 p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.app1 p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.app1 .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}