/*标签样式初始化*/
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;}

*{box-sizing: border-box;}

#copy{display: none;}

a{font: inherit;color:inherit;text-decoration: none;}
a:hover { color:#0043d4;text-decoration: none; border-bottom-style:}

.page{margin:0 auto;width: 1400px;position: relative;}
.bg{ width: 100%; min-width: 1400px;}
.box{margin: 0 auto;width:94%;}
.box2{margin: 0 auto;width:84%;position: relative;}

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

em,i {font-style: normal;}


/*隐藏右边滚动条
body::-webkit-scrollbar {  display: none;}*/


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

/*间隙*/
.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;}




html{font-size: 15px;}




/*标题*/
.title{text-align: center;padding:70px 0 35px 0;}
.title b{display: block;font-size:40px;color:#333;}
.title t{color:#0043d4;}
.title p{font-size: 18px;color:#999;line-height: 30px;}






/*最上*/
.top_bg{height:44px;line-height: 44px;border-bottom: 1px #eee solid;}
.top{display: flex;justify-content: space-between;}
.top_right{display:flex;}
.top_bg p,.top_bg a{font-size:14px;color:#999;font-weight:lighter;}
.top_bg a:hover{color:#0043d4;}





/*抬头*/
.head{display: flex;justify-content:space-between;height: 120px;}
.head_logo{display:flex;align-items: center;}
.head_logo img{height: 70px;}
.head_logo li{    margin-left: 18px;border-left: 1px solid #eaeffa; padding-left: 18px;}
.head_logo b{font-size:28px;color:#333;}
.head_logo p{margin-top:3px;font-size:16px;color:#666;font-weight:lighter;}
.head_tel{display:flex;flex-direction:column;justify-content:center;padding-left:60px; background:url(https://memberpic.114my.com.cn/gdxingao1/uploadfile/image/20230724/20230724160742_1797915648.png)no-repeat left center;}
.head_tel p{font-size: 16px;color:#666;font-weight:lighter;}
.head_tel b{font-size:26px;color:#333;}








/*栏目*/
.column_bg{height:80px;line-height:79px;background:#0043d4;}
.column ul{display: flex;justify-content: space-between;}
.column ul>li{width: 17%;height:80px;overflow: hidden;transition: 0.2s;}
.column ul>li.column_two_none{height:100%;}
.column ul>li>a{display: block;font-size: 16px;color:#fff;text-align: center;}
.column ul>li>a:hover,.column ul>li.navcurrent>a{background-image: -webkit-linear-gradient( -90deg,#00319c 0%,#0040cc 100%);}
/*二级导航 下拉*/
.column_two{margin-top:40px;transition:0.3s;position: relative;z-index: 9999;}
.column_two_none .column_two{margin-top:0px;}
.column_two dd{border-top:10px #0043d4 solid;background:#0043d4;}
.column_two a{display:block;font-size:15px;line-height: 50px;color:#fff;font-weight: lighter;text-align: center;}
.column_two a:hover{background:#f5f5f5;color:#333;}






/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative;z-index: 1;background: #000;min-width: 1400px;}
.banner-box{ min-width:1400px; height:705px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:705px; background-position: center; background-repeat: no-repeat;}
.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:280px; left: 0; margin-left: 0; height:350px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; 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-position: 0 0;} 
.banner-btn a.next{ right:-50px;background-position: -49px 0;}
.banner-btn a{background:url(https://memberpic.114my.com.cn/gdxingao1/uploadfile/image/20230726/20230726113059_1471110653.png) no-repeat;}
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8;}
.banner-box .hd ul li.on{ background: #fff;border-radius: 8px; width:70px;}
.banner-box:hover .banner-btn a.prev{ left:80px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 80px; 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; }

/*内页*/
.banner-nbox{height:350px;}
.banner-nbox .bd li{height:350px;}
.banner-nbox .banner-btn{top: 100px;}









/*工程案例*/
/*分类*/
.project_classify{width:100%;line-height:60px;padding: 25px;background: #f5f5f5;}
.project_classify ul{display:flex;flex-wrap: wrap;}
.project_classify li{width:25%;text-align: center;position: relative;}
.project_classify li:after{content:"";display:block;width:99.8%;height:60px;background: #0043d4;position: absolute;top: 0;left: 0;transform: scale(0);transition: 0.3s;}
.project_classify li:hover:after{transform: scale(1);}
.project_classify a{display:block;font-size:16px;color:#333;position: relative;z-index: 2;}
.project_classify a:before{content:"";display:block;width:1px;height:25px;background:#e5e5e5;position: absolute;right: 0;top: calc(50% - 12px);}
.project_classify li:nth-child(4n) a:before{display:none;}
.project_classify li:hover a{color:#fff;}
/*图片*/
.project_img{margin-top: 40px;}
.project_img *{display:block;}
.project_img ul{display: flex;justify-content: space-between;width: 1400px;}
.project_img ul+ul{margin-top:25px;}
.project_img br{display:none;}
.project_img li>a{overflow: hidden;border: 1px #eee solid;}
.project_img img{transition: 0.3s;}
.project_img li:hover img{transform: scale(1.2);}
.project_img span{width: 331px;height: 50px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;line-height:50px;background:#f5f5f5;}
.project_img span a{font-size:16px;color:#666;text-align:center;}
.project_img li:hover span a{color:#0043d4;}





/*六大优势*/
.adva_bg{border-top: 10px #0043d4 solid;}
.adva{width: 1200px;}
.adva .adva_li{display:flex;justify-content:space-between;align-items: center;}
.adva .adva_li+div{margin-top: 40px;}
.adva_li_txt{width:42%;}
.adva_li_txt ul+ul{margin-top: 40px;}
.adva_li_txt li{display: flex;align-items: center;}
.adva_li_txt b{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#0043d4;border-radius:100%;font-size:40px;color:#ffffff;font-weight:400;}
.adva_li_txt dt{display:flex;flex-direction:column;margin-left:15px;}
.adva_li_txt t{font-size:24px;color:#0043d4;}
.adva_li_txt span{font-size:16px;color:#999;font-weight:lighter;}
.adva_li_txt p{margin-top:10px;font-size:15px;color:#666;line-height:36px;}






/*服务承诺*/
.process_bg{height:820px;background: url(https://memberpic.114my.com.cn/gdxingao1/uploadfile/image/20230801/20230801164659_1266138321.jpg)no-repeat center;}
.prod_title b,.prod_title t{color:#fff;}
.prod_title p{color:#eee;}
.process_top{display: flex;flex-wrap: wrap;justify-content: space-between;}
.process_top *{display: block;}
.process_top li{display: flex;align-items: center;flex-direction: column;    justify-content: center;width:342px;height:150px;background: #fff;text-align: center;transition: 0.3s;cursor: pointer;}
.process_top li:nth-child(n+5):nth-child(-n+8){margin-top:10px;}
.process_top li *{display:block;}
.process_top dd{display: flex;align-items:center;margin-bottom:10px;}
.process_top i{width:34px;height:34px;line-height:34px;background:#0043d4;border-radius:100%;font-size:22px;color:#fff;}
.process_top b{margin-left:10px;font-size:20px;color:#333;font-weight:bold;}
.process_top p{font-size:16px;color:#999;font-weight:lighter;}







/*合作流程*/
.process_cooperation{display: flex;margin-top: 40px;}
.cooperation_text{display: flex;flex-direction: column;justify-content: center;width:340px;height:203px;padding-left: 55px;background: #0043d4;}
.cooperation_text b{font-size: 40px;color:#fff;}
.cooperation_text p{font-size: 18px;line-height: 30px;color:#eee;}
.cooperation_img{width:1060px;height:203px;padding: 0 15px;background: #fff;}
.cooperation_img ul{display:flex;align-items: center;height: 203px;}
.cooperation_img li{margin-right:23px;}
.cooperation_img li *{display:block;}
.cooperation_img li>a{border: 1px #eee solid;overflow: hidden;}
.cooperation_img li>a img{transition: 0.3s;}
.cooperation_img li:hover>a img{transform: scale(1.2);}
.cooperation_img p{width: 100%;height: 40px;line-height: 40px;background: #f5f5f5;text-align: center;}
.cooperation_img p a{font-size:10px;color:#666;}
.cooperation_img li:hover p a{color:#0043d4;}






/*简介 上面内容*/
.about_top{display: flex;justify-content: space-between;}
.about_top_fr{display:flex;flex-direction:column;justify-content:center;width: 47%;}
.about_fr_1 b{display:block;margin-bottom:30px;font-size:26px;color:#0043d4;}
.about_fr_1 p{font-size:16px;color:#666;line-height:36px;}
.about_fr_2{display: flex;margin-top: 5%;}
.about_fr_2 img{width: 319px;}
.about_fr_2 img+img{margin-left:20px;}
.about_fr_2 a{}
/*切换图片*/
.about_bottom{}
.about_bottom_1{display:flex;justify-content:space-between;margin: 40px 0 20px;}
.about_bottom_1 a{display:block;width:19%;line-height:50px;background:#f5f5f5;font-size:16px;color:#333;text-align:center;}
.about_bottom_1 a.on{background: #0043d4;color: #fff;}
.about_bottom_2 .new_web_div2021 .tempWrap{width: 1400px !important;}
.about_bottom_2 .new_web_div2021 ul{display: block;overflow: hidden;}
.about_bottom_2 li{float: left;margin-right:20px;}
.about_bottom_2 li *{display:block;}
.about_bottom_2 li a{line-height:50px;background:#f5f5f5;font-size:16px;color:#333;text-align:center;}
.about_bottom_2 li:hover a{color: #0043d4;}





/*新闻中心*/
.news{height:930px;background: #f8f8f8;}
.news_tab{margin:0 0 50px 0; text-align:center;}
.news_tab li{ display:inline-block; vertical-align:top; background: #fff; box-shadow: 0px 0px 20px #eee; width: 230px; height: 56px; line-height: 56px; text-align: center;}
.news_tab li+li{margin-left:19px;}
.news_tab li a{font-size:18px;display:block;}
.news_tab li.on{color:#fff; background:#0043d4;box-shadow: 0px 0px 10px #ddd;width:230px; height:56px; line-height:56px;}
.news_tab li.on a{color:#fff;}
.news_list{height:541px;width: 100%;overflow: hidden;}
.news_list .news_div{height:540px;}
.news_list .news_div_item{width: 23.65%;display: inline-block;position: relative;height:540px;transition:0.5s; padding:20px; border: 1px #eee solid; background:#fff;}
.news_list .news_div_item+.news_div_item{margin-left:1.79%;}
.news_list .news_div_item_date{position: absolute;top:265px;display: inline-block;font-weight: 400;left: 19px;padding-left: 32px;height: 22px;}
.news_list .news_div_item_date::before{position:absolute;content:'';background:url(https://memberpic.114my.com.cn/gdxingao1/uploadfile/image/20230726/20230726113244_101128839.png) no-repeat left center;top: 0;left: 0;width: 22px;height: 22px;}
.news_list .news_div_item_content{position: absolute;top:310px;left: 19px;padding-right: 14px;}
.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day{float: left;font-size: 15px;line-height: 22px; color: #999;}
.news_list .news_div_item_a{font-size: 16px;display: block;margin-bottom: 16px;position:relative;transition:0.3s; font-weight: 	normal;}
.news_list .news_div_item_a::before{position:absolute;content:'查看详情';top:150px;left: 0;width: 175px;height: 33px;background: #fff;border-radius: 40px;line-height: 33px;color: #999;font-size: 15px;transition:0.5s;padding-left: 30px; border:1px #eee solid; font-weight: 100;}
.news_list .news_div_item_a::after{position:absolute;content:'';top: 160px;font-size: 43px;background:url(https://memberpic.114my.com.cn/gdxingao1/uploadfile/image/20230726/20230726113244_1013840011.png) no-repeat center;width: 18px;height: 14px;left: 130px;transition:0.5s;}
.news_list .news_div_item_body{font-size: 14px;color: #666;font-weight: 100;line-height: 28px;}
.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image{width:100%;height:auto;display: block;}
.news_list .news_div_item_pic{ border:1px solid #eee;}
.news_list .news_div_item:hover .news_div_item_a{color: #0043d4;transition:0.3s;}
.news_list .news_div_item:hover .news_div_item_a::before{background: #0043d4;transition:0.5s;padding-left:40px; color:#fff;}
.news_list .news_div_item:hover .news_div_item_a::after{left:170px;transition:0.5s;}




/*友情链接*/
.copyright{ background:#222; color:#fff; }
.links{ line-height:75px; background:#0043d4; color:#fff; font-size:18px;}
.linkTagcs li{ line-height:none !important;}
.links p.fl{ padding-left:40px; background:url(https://memberpic.114my.com.cn/gdxingao1/uploadfile/image/20230726/20230726113319_2041172891.png) no-repeat left center;}
.links p.fr{ font-size:25px; font-family:impact; text-transform:uppercase;}







/*版权*/
.bq{ border-top: 1px solid #2d2d2d;}
.end{ line-height:100px;}
.end,.end a{font-size:14px; color:#888;font-weight: lighter;}
.end a:hover{ text-decoration:underline; color:#fff;} 
.crcon{ padding:60px 0; width:1400px; margin:0 auto;}
.kslj{ font-size:0;}
.kslj li{ display:inline-block; padding-left:25px; position:relative; vertical-align:top;}
.kslj li:after{content: "";display: block;width: 1px;height: 180px;background: #333;position: absolute;right: -100px;top: 0;}
.kslj li p{ font-size:18px; margin-bottom:25px; position:relative;}
.kslj li p:after{ content:''; display:block; position:absolute; top:0; bottom:0; height:1px; margin:auto 0; left:-25px; width:16px; background:#fff;}
.kslj li a{display:block; font-size:14px; color:#888; line-height:32px;font-weight: lighter;}
.kslj li a:hover{ text-decoration:underline; color:#fff;} 
.kslj li+li{ margin-left:180px;}
.crcode{ font-size:14px;text-align:center;}
.crcode img{ display:block; width:150px; height:150px; margin-bottom:10px;}
.crconcat{ text-align:center; height:218px; box-sizing:border-box; padding:0px 120px; }
.crphone{ font-size:33px; font-weight:bold;}
.cr_c{ font-size:14px; line-height:25px; margin:20px 0; color:#888;}
.crbtn a{ width:200px; line-height:38px; border-radius:20px; font-size:14px; color:#fff; display:inline-block; background:#0043d4; transition:all .3s ease;}
.crbtn a:hover{ box-shadow:0 0 5px #fff;}
.crbtn i{ display:inline-block;  color: #fff; padding-left:28px; background:url(https://memberpic.114my.com.cn/gdxingao1/uploadfile/image/20230726/20230726113342_1003002332.png) no-repeat left center;}











/* 浮动*/
.y-kefu-box { position: fixed; right: 0; top:30%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(https://memberpic.114my.com.cn/gdxingao1/uploadfile/image/20230725/20230725140430_1466084753.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: #0043d4; 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: solid 1px #efefef;position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #0043d4; border-color: #0043d4; 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; }
.kf-mail>i{background-position: -5px -79px !important;}
.kf-mail:hover>i{background-position: -30px -79px !important;}
.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; }
.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: #0043d4; border-color: #0043d4;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;}
.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; }
.kf-mailbox>i{background-position: -5px -80px !important;}
.kf-mailbox:hover>i{background-position: -30px -80px !important;}

.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;} 
.kf-mobilephone>i{background-position: -5px -180px !important;;}
.kf-mobilephone:hover>i{background-position: -30px -180px !important;}

/*咨询热线*/
.y-kefu-box01 .mobile-infos{width: 260px;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:#333;}
.y-kefu-box01 .mobile-infos p{color: #0043d4;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: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.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: #0043d4; 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:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }