/* 内页banner */
.page_banner{position: relative; color: #fff;width:100%;overflow:hidden; text-align: center;}
.page_banner a{color:#fff;}
.page_banner .text{width: 100%;position: absolute;color: #ffffff;text-align: center;top: 75%;margin-top: -100px;left: 0;}
.page_banner .text h1{font-size: 40px;font-weight: normal;}
.page_banner .text p{font-size: 14px;margin: 14px 0 16px 0;}
/* 分类 */
.pub_crumbs{overflow: hidden;border-bottom: 1px solid #eee;padding: 10px 0;}
.pub_crumbs a{height: 50px;line-height: 50px;font-size: 16px;color: #666;display: block;float: left;margin: 5px 10px 5px 0;position: relative;padding: 0px 40px;}
.pub_crumbs a:first-child{margin-left: 0px;}
.pub_crumbs a:first-child:after{display: none;}
.pub_crumbs a:after{position: absolute;left: -10px;top: 50%;margin-top: -7px;width: 1px;height: 14px;background: #eee;content: "";}
.pub_crumbs a:hover,.pub_crumbs a.cur{color: #fff;background: #2055ad;}
.pub_crumbs.fix{position: fixed;top: 70px;border-top: 1px solid #eee;border-bottom: 0px;width: 100%;z-index: 20;background: #f7f7f7;animation: fadeUp .4s ease-in-out;-webkit-animation: fadeUp .4s ease-in-out;}
.contain{width: 1200px;margin: 0 auto;}

/*news*/
.news{width: 100%;overflow: hidden;padding: 55px 0;}
.news ul{width: 100%;margin-top: 0px;}
.news ul li{width: 100%;overflow: hidden;background: #fff;padding: 15px 0 15px 15px;margin-bottom: 40px;transition: all .5s ease;BORDER: #f0f0f0 1px solid;}
.news ul li:hover{box-shadow: 0 0 12px 0 rgba(95, 30, 18, .2);transition: all .5s ease;}
.news ul li .Pic{width: 23%;float: left;overflow: hidden;}
.news ul li .Pic img{display: block;width: 100%;transform: scale(1);transition: all .5s ease;}
.news ul li:hover .Pic img{transform: scale(1.13);transition: all .8s ease;}
.news ul li .SubInfo{width: 62%;float: left;overflow: hidden;margin-left: 2.70042194%;}
.news ul li .SubInfo .tit{font-weight: bold;font-size: 17px;color: #232222;line-height: 30px;min-height: 30px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;margin: 12px 0 0 0;overflow: hidden;background: url(../images/news-line.jpg) no-repeat left center;background-size: 0 2px;transition: all .5s ease; text-align: left;}
.news ul li:hover .SubInfo .tit{background: url(../images/news-line.jpg) no-repeat left center;background-size: 90px 2px;padding-left: 100px;color: #1a4097;transition: all .5s ease;}
.news ul li .SubInfo .sub{font-size: 13px;color: #606060;line-height: 25px;min-height: 75px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;margin-top: 24px;overflow: hidden;}
.news ul li .SubInfo .more{display: block;width: 120px;line-height: 34px;font-size: 12px;color: #4d4d4d;margin-top: 0px;transition: all .5s ease;background: url(../images/more4.png) no-repeat center left;}
.news ul li:hover .SubInfo .more{text-indent: 22px;color: #fff;background: url(../images/more5.png) no-repeat center left;transition: all .5s ease;}
.news ul li .time-box{width: 10%;float: right;overflow: hidden;text-align: center;background: #666666;color: #fff;margin-top: 46px;padding: 8px 0 9px 0;transition: all .5s ease;}
.news ul li:hover .time-box{background: #1a4097;transition: all .5s ease;}
.news ul li .time-box .day{font-size: 38px;font-family: Arial;line-height: 50px;}
.news ul li .time-box .year{font-size: 14px;font-family: Arial;}


/* 解决方案详情页*/
.caseW_flbox{width: 865px;padding-right: 50px;float: left;}
.caseW_fl h1{font-size: 28px;color: #333;font-weight: bold;border-bottom: 1px solid #eee;margin-bottom: 15px;padding-bottom: 30px;}
.case_title{position: relative;}
.case_title a{position: absolute;right: 0px;top: 0px;width: 160px;height: 46px;line-height: 46px;background: #2055ad;text-align: center;color: #fff;}
.case_title a span img{transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;margin-right: 5px;margin-top: -3px;}
.case_title a:hover span img{transform: rotate(360deg);}
.case_title a:hover{background: #144698;}

.time{ width: 100%; margin-bottom: 20px;}
.time ul li{ width: 50%;color:#999999}
.time ul li a{color: #999;}

.case_cont img{max-width: 100%;}
.case_cont dl{overflow: hidden;}
.case_cont dl dd{width: 33.33333%;float: left;margin-top: 20px;font-size: 16px;color: #666;font-weight: bold;position: relative;padding-left: 35px;height: 30px;line-height: 30px;}
.case_cont dl dd span{position: absolute;left: 0px;top: 0px;width: 28px;height: 28px;background: #1f55ad;border-radius: 50%;text-align: center;line-height: 28px;font-weight: normal;color: #fff;}
.case_cont .ctit{margin-top: 60px;border-bottom: 1px solid #eee;margin-bottom: 40px;}
.case_cont .ctit span{display: inline-block;background: #2055ad;color: #fff;padding: 15px 50px;}
.case_cont p{color: #666;line-height: 35px;position: relative;}
/* .case_cont p:after{position:absolute;left:0px;top:17px;width:5px;height:5px;background:#2055ad;content:"";border-radius:50%;}*/
.caseW_fr{width: 22.5%;float: right;}
.caseW_fr h2{font-size: 18px;color: #333333;padding: 10px 30px;border-bottom: 1px solid #e5e5e5;}
.caseWrbox{padding: 20px 0 0 20px;}
.caseWrbox .swiper-slide{border: 1px solid #e5e5e5;text-align: center;margin-bottom: 25px;}
.caseWrbox .swiper-slide .com-img{padding: 20px 0;}
.caseWrbox .swiper-slide h4 a{border-top: 1px solid #e5e5e5;padding: 15px 10px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;color: #666;}
.caseWrbox .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.caseWrbox .swiper-slide h4 a:hover{color: #2055ad;}
.neirongpic{ width: 100%;}
.neirongpic img{ max-width: 100%;}
/* 详情右侧 */
.newsc_fr{width: 100%;float: right;}
.wc_ewm{border: 1px solid #dcdcdc;padding: 40px 30px;text-align: center;font-size: 16px;color: #333;margin-bottom: 18px;}
.wc_ewm span{position: relative;font-size:18px; font-weight:normal}
.wc_ewm span:after{position: absolute;content: "";width: 30px;height: 1px;background: #eee;left: -50px;top: 50%;}
.wc_ewm span:before{position: absolute;content: "";width: 30px;height: 1px;background: #eee;right: -50px;top: 50%;}
.wc_ewm p img{border: 1px solid #eee;padding: 10px;margin-top: 25px; width:165px;height:165px;}
.hotnews{border: 1px solid #dcdcdc;}
.hotnews h2{padding: 20px;font-size: 18px;color: #333;border-bottom: 1px solid #dcdcdc;font-weight:normal;}
.hotnews ul{padding: 20px;}
.hotnews ul li span{color: #888888;font-size: 15px;}
.hotnews ul li h4{color: #666666;margin-top: 10px;font-weight:normal; font-size:16px;}
.hotnews ul li h4:hover{color: #00479d;}
.hotnews ul li{margin-bottom: 20px;}



/*分页*/
.Page{width:100%; padding-left:30%; text-align:center;margin-top:50px; box-sizing: border-box;}
.Page a{display:inline-block;width:48px;height:48px; vertical-align:middle; line-height:48px; font-size:14px;margin:0 5px; float:left;text-decoration:none; color:#333; outline:none;border-radius: 50%;border: 1px solid #eee; background: #f2f2f2;}
.Page a:hover{ background:#2055ad; color:#FFF;background-repeat:no-repeat; }
.Page span{display:inline-block;min-width:48px;height:48px; vertical-align:middle; line-height:48px; font-size:14px;float:left;}
.Page span.current{ background:#2055ad; color:#FFF;border-radius: 50%;}


.caselist ul li{width:31.25%;float:left;margin-right:3.125%;margin-bottom:30px;border:1px solid #eee;}
.caselist ul li .com-img{position:relative;height:285px; }
.caselist ul li a.more{display:block;line-height:56px;text-align: center;font-size:0px;z-index:3;font-family: sans-serif,Helvetica,Arial;position: absolute;left:0px;top:0px;width:100%;height:100%;background:rgba(0,0,0,0.5) url(../images/icon/casemore.png) no-repeat center;opacity:0;}
.caselist ul li:nth-child(3n){margin-right:0;}
.caselist ul li h4{padding:25px 20px;font-size:18px;color:#333;text-align:center;background:#f0f0f0;}
.caselist ul li:hover h4{color:#fff;background:#00479d;}
.caselist ul li:hover .com-img:after,.caselist ul li:hover a.more{opacity:1;}


.ind-tit{font-size:36px;color:#333;text-align: center;font-weight: bold;position: relative;line-height:36px;padding-bottom:20px;}
.ind-tit:after{content:"";position:absolute;left:50%;bottom:0px;width:40px;height:3px;background:#2055ad;margin-left:-20px;}


/* 产品列表 */
.pro_list{}
.pro_list ul{overflow: hidden;}
.pro_list ul li{width:380px;float:left;border:1px solid #e5e5e5;margin-bottom:40px;margin-right:30px;}
.pro_list ul li:nth-child(3n){margin-right:0px;}
.pro_list ul li .com-img{text-align:center;background:#fff;}
.pro_list ul li .com-img img{height:100%;width:100%;object-fit:contain;}
.pro_list ul li .note{border-top:1px solid #eee;color:#888;font-size:16px;position: relative;padding:25px;background: #f0f0f0;}
.pro_list ul li .note p{height:30px;line-height:30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width:90%;}
.pro_list ul li .note h4{color:#333;font-size:18px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.pro_list ul li .note span.more{position: absolute;top:30px;right:25px;background:url(../images/pmore.png) no-repeat center / contain;width:45px;height:45px;transition: all 0.5s;}
.pro_list ul li .note span.more:hover{background:url(../images/pmoreon.png) no-repeat center / contain;}
.pro_list ul li:hover .note{background:#2055ad;}
.pro_list ul li:hover .note h4,.pro_list ul li:hover .note{color:#fff;}
.pro_list ul li:hover span.more{background:url(../images/pmoreon.png) no-repeat center / contain;top:-20px;}

/* 产品详情 */
.hot{ background:#174398;width: 100%; height: 50px; text-align: center; line-height: 50px;font-size:22px; color:#FFFFFF; margin: 5px 0 2px;}
.hot-line{border-bottom:1px solid #174398; height: 1px;}
.blk-xs{width: 240px;}
.fdh-01-tit{background: #174398;height: 80px;}
.fdh-01-tit h3{height: 75px;font-size: 24px;font-weight: normal;line-height: 75px;color: #fff;border-bottom: 1px solid #fff;text-align: center;}
.fdh-01-tit h3 span{font-size: 14px;text-transform: uppercase;}
.fdh-01-nav-one h3{height: 50px;line-height: 50px;background: url(/images/p14-icon5.png) no-repeat right center #ececeb;margin-bottom: 2px;overflow: hidden;}
.fdh-01-nav-one h3 a{display: block;font-size: 18px;font-weight: normal;margin-right: 40px;margin-left: 38px;color: #666666;overflow: hidden;}
.fdh-01-nav-one h3.sidenavcur,.fdh-01-nav-one h3:hover{background: url(/images/p14-icon2.png) no-repeat right center #174398;}
.fdh-01-nav-one h3.sidenavcur a,.fdh-01-nav-one h3:hover a{color: #fff;}
.fdh-01-nav dl{padding: 2px 0 4px;}
.fdh-01-nav dt{height: 50px;font-size: 16px;line-height: 50px;padding-left: 54px;padding-right: 40px;margin-bottom: 1px;background: #ececec;position: relative;overflow: hidden;}
.fdh-01-nav dt:after{content: "";width: 8px;height: 8px;border: 2px solid #b8b8b8;border-style: solid solid none none;position: absolute;top: 50%;right: 32px;margin-top: -4px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.fdh-01-nav dt.sidenavcur:after,.fdh-01-nav dt:hover:after{border-color: #d82634;}
.fdh-01-nav dt.sidenavcur a,.fdh-01-nav dt:hover a{color: #d82634;}
.fdh-01-nav dd{border: 1px solid #ececec;border-bottom: 0;}
.fdh-01-nav p{height: 50px;font-size: 14px;line-height: 50px;padding-left: 72px;padding-right: 40px;border-bottom: 1px solid #ececec;background: #fff;position: relative;overflow: hidden;}
.fdh-01-nav p.sidenavcur a,.fdh-01-nav p:hover a{color: #d82634;}
.fdh-01-nav p.sidenavcur:after,.fdh-01-nav p:hover:after{background: #393939;}
.fdh-01-nav a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.caseWrbox{padding: 20px 0 0 0px;}
.caseWrbox .swiper-slide{border: 1px solid #e5e5e5;text-align: center;margin-bottom: 15px;}
.caseWrbox .swiper-slide .com-img{padding: 0px 0;}
.caseWrbox .swiper-slide h4 a{border-top: 1px solid #e5e5e5;padding: 15px 10px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;color: #666;}
.caseWrbox .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.caseWrbox .swiper-slide h4 a:hover{color: #2055ad;}

/* 轮播效果 */
#DB_gallery ul,#DB_gallery li{list-style: none;margin: 0;padding: 0}
#DB_gallery img{border: none;vertical-align: top;}
#DB_gallery .DB_imgSet{position: relative;width: 500px;height: 375px;overflow: hidden;margin-top: 0px;border: 1px #ccc solid}
#DB_gallery .DB_imgSet:hover{border: 1px #ccc solid}
#DB_gallery .DB_imgSet .DB_imgWin{height: 100%}
#DB_gallery .DB_imgSet .DB_page{position: absolute;bottom: 0;font: 11px tahoma bold;padding: 5px;color: #ffffff}
#DB_gallery .DB_imgSet .DB_page .DB_current{color: #ffff00}
#DB_gallery .DB_imgSet .DB_page .DB_total{color: #ffcc00}
#DB_gallery .DB_imgSet .DB_prevBtn{position: absolute;top: 50%;margin-top: -45px;cursor: pointer;left: 0;}
#DB_gallery .DB_imgSet .DB_nextBtn{position: absolute;top: 50%;margin-top: -45px;cursor: pointer;right: 0;}
#DB_gallery .DB_thumSet{position: relative;margin-top: 10px;width: 500px;overflow: hidden;height: 99px;}
#DB_gallery .DB_thumSet .DB_thumMove{position: relative;white-space: nowrap;font-size: 0}
#DB_gallery .DB_thumSet .DB_thumMove li{display: inline;margin-right: 8px}
#DB_gallery .DB_thumSet .DB_prevPageBtn{position: absolute;top: 0;cursor: pointer;left: 0;}
#DB_gallery .DB_thumSet .DB_nextPageBtn{position: absolute;top: 0;cursor: pointer;right: 0;}
#DB_gallery .DB_thumSet .DB_thumLine{position: absolute;width: 92px;height: 71px;border: 1px solid #FFB831;left: 0;top: 0}

.detailShow{margin-top: 30px;}
.detailShow .hd{background: #f2f2f2;height: 55px;}
.detailShow .hd ul{text-align: left;}
.detailShow .hd ul li{cursor: pointer;display: inline-block;width: 135px;text-align: center;padding-left: 0px;line-height: 55px;font-size: 16px;color: #fff;background: #174398;}
.detailShow .bd .texxt{margin: 30px 0;}
.detailShow table{border:1px solid #ccc}
.detailShow table td{border:1px solid #ccc}
.deta1 img {width: 100%}

.ptitle{font-size:24px; padding-top:15px; padding-bottom:15px; padding-left:15px}
.pcanshu{border-top: #dddddd 1px double;border-bottom: #dddddd 1px double; background: #F9F9F9; padding-bottom: 30px; width: 400px;}
.pcanshu .t1{font-size:14px; padding-top:25px; color:#999; padding-left:15px}
.pcanshu .t2{font-size:14px; color:#222}
.pcanshu .t3{font-size:14px; color:#174398}
.p-tel{font-size:14px; color:#999;}
.p-tel span{color:#174398; font-size:22px}
.p-zixun{font-size:14px; padding-top:40px; color:#666;padding-left:15px; BORDER-top: #dddddd 1px double}
.p-zixun span{BORDER: #D82734 1px solid; PADDING-RIGHT: 25px; PADDING-LEFT: 25px; PADDING-BOTTOM: 9px; PADDING-TOP: 9px; color:#ffffff; background:#D82734;border-radius:5px; font-size:16px}


input:required:invalid,input:focus:invalid,textarea:required:invalid,textarea:focus:invalid{box-shadow: none;}

/* 公司简介*/
.blk-main{width: 100%;}
.blk{width: 1200px;margin: 0 auto 20px auto;}
.content1{width: 1200px;margin: 0 auto;}
.p12-aboutinfo-1{display: inline-block;width: 100%;background: #fff;margin-bottom: 38px;}
.tit{margin: 80px auto;text-align: center;clear: both;}
.tit h2{position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-size: 46px;color: #244ca1;text-align: center;letter-spacing: 2px;}

/*详情内容*/
.endit-content img{max-width:100%;}

.contain{width:1200px;margin:0 auto;}
.ind-tit{font-size:36px;color:#333;text-align: center;font-weight: bold;position: relative;line-height:36px;padding-bottom:20px;}
.ind-tit:after{content:"";position:absolute;left:50%;bottom:0px;width:40px;height:3px;background:#2055ad;margin-left:-20px;}
.sch_str{padding:120px 0 160px;background-repeat: no-repeat!important;background-size:cover!important;background-position:center!important;}
.sch_str .ind-tit{color:#fff;margin-bottom:70px;}
.sch_str .ind-tit:after{background:#fff;}
.sch_str p{color:#fff;font-size:16px;text-align:center;margin-top:10px;}
.sch_idea{background:#f6f6f6;}
.ideabox{margin-top:40px;}
.ideabox .idea_fl{width:100%;float:left;}
.ideabox .idea_fr{width:105%;float:right;height:440px;background:#2055ad;padding:0px 0px;color:#fff;margin-left:-1%}
.ideabox .idea_fr p{line-height:40px;position:relative;padding:40px;}
.Container-wrapper{margin-top: 85px;}
.honor{width: 1200px;overflow: hidden;padding-bottom: 30px;}
.honor ul{margin-left: -2%;}
.honor ul li{width: 23%;float: left;margin: 0 0 2% 2%;overflow: hidden;}
.honor ul li .img{background-color: #f7f7f7;padding: 20px;overflow: hidden;position: relative;text-align: center;}
.honor ul li .img::after{content: '';width: 100%;height: 100%;position: absolute;background: rgba(23, 67, 152, .9) url('../images/abo-ico1.png') no-repeat center center;left: 0;top: 0;opacity: 0;transition: all .4s;}
.honor ul li:hover .img::after{opacity: 1;}
.honor ul li .img img{max-width: 100%;max-height: 300px;}
.honor ul li p{font-size: 16px;color: #333;font-family: 'Microsoft YaHei';line-height: 32px;height: 36px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 3;margin-top: 10px;}

/* 人才招聘 */
.job{background:#f6f6f6;}
.job .info{color:#666;font-size:16px;max-width:60%;margin:25px auto 30px;text-align:center;line-height:28px;}
.job h2{height:80px;line-height:80px;padding:0px 20px;background:#00479d;font-size: 20px;color:#fff;}
.job dl{border-bottom:1px solid #e5e5e5;}
.job dl dt{height:80px;line-height:80px;padding:0px 20px;background:#fff url(../images/job_r.png) no-repeat 98% center;font-size: 18px;color:#666;cursor: pointer;}
.job dl dt.cur{background:#fff url(../images/job_b.png) no-repeat 98% center;}
.job dl dd{background:#eeeeee;padding:30px;position:relative;display:none;}
.job dl dd h4{font-size:16px;font-weight:bold;color:#666;margin-bottom:10px;}
.job dl dd p{font-size:16px;color:#666;}
.job dl a{position: absolute;right:0px;top:0px;width:11%;text-align: center;height:100%;background:#00479d;color:#fff;display:flex;justify-content:center;align-items:center;font-size:16px;}
.job dl a:hover{text-decoration:underline;}

/* 在线留言 */
.wbytable td{ padding:8px;} 
.wbytable .wbytext{ outline:none; padding:5px; height:22px; width:320px; border:1px solid #e3e3e3;}    
.wbytable .wbyarea{ padding:5px; outline:none; width:450px; border:1px solid #e3e3e3; height:125px;}   
.wbytable .msgbut{ width:90px; height:32px; line-height:32px; cursor:pointer; color:#555;}             
.wbytable .wbytextyz{ outline:none; padding:5px; height:22px; width:100px; border:1px solid #e3e3e3;float:left;} 
.wbytable .wyzm{ padding-top:6px; display:block; width:48px; height:22px; float:left; padding-left:8px;} 