﻿/*外部公共样式*/
@import "iconfont.css";
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航+大图*/
.topbox{width:100%; background:#f0f0f0; line-height:45px; font-size:12px; color:#3b3b3b;}
.topbox a{ color:#3b3b3b; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{ color:#0868b4; text-decoration:underline !important;}

.header{width:100%; padding:19px 0;}
.logo img{width:100%; max-width:210px; max-height:66px;}
.logo_txt img{max-width:310px;}
.header_R{padding-top:17px;}
.header_dianhua{height:32px; line-height:32px; color:#010101; font-size:16px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:42px;}
.header_dianhua span{float:right; font-size:24px; font-family:Impact; color:#0868b4;}
.search{width:180px; border:1px solid #8f8f8f; border-radius:3px; margin-left:40px;}
.search_inp1{width:calc(100% - 40px); float:left; height:30px; line-height:30px; font-size:14px; color:#000; padding-left:10px; border-radius:3px;}
.search_btn{width:40px; float:left; height:30px; background:url(../images/search_ss.png) no-repeat right center; border-radius:3px;}

nav{background:#1a3989; position:relative; left:0; top:0; z-index:999999;}
.nav{width:100%;}
.nav>li{width:12.5%; position:relative;}
.nav>li>a{width:100%; height:60px; line-height:60px; font-size:16px; color:#fff; text-align:center;}
.nav>li:hover>a{background:#0868b4; color:#fff;}
.nav>li>a.on{background:#0868b4; color:#fff;}

.nav_sub{display:none; width:100%; float:left; position:absolute; left:0; top:100%; z-index:999999; background:rgba(26, 57, 137, 0.8); padding-top:2px;}
.nav_sub>dd{display:block; overflow:hidden;}
.nav_sub>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff;}
.nav_sub>dd>a:hover{background:#0868b4; color:#fff;}

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {opacity:0; position: absolute; right:0; bottom:15px;}
.banner .swiper-pagination-bullet {width:14px; height:14px;  background:#706f6d; opacity:0.5; border-radius:50%; margin:0 6px;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#706f6d;}
.banner:hover .swiper-pagination{opacity:1;} 
/*箭头*/
.banner .next{right:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden; opacity:0;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{left:2%; position:absolute;top:50%; margin-top:-35px; width:38px; height:70px; background:url(../images/imgs/prev.jpg) no-repeat center center; overflow:hidden; opacity:0; cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner:hover .next{opacity:1;}
.banner:hover .prev{opacity:1;}
/*END-头部+导航+大图*/

/*首页内容*/
.cpfw{width:100%; overflow:hidden; padding:50px 0;}
.cpfw_title{display:block; overflow:hidden; text-align:center; line-height:36px;}
.cpfw_p{font-family:Kalinga; font-size:30px; color:#404040; text-transform:uppercase;}
.cpfw_p>span{color:#0868b4;}
.cpfw_sp{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center;}
.cpfw_sp>span{float:left; position:relative; font-size:24px; color:#1e1e1e; padding:0 15px;}
.cpfw_sp>span::before{content:""; width:22px; float:left; height:2px; position:absolute; right:100%; top:50%; transform:translateY(-50%); border-top:1px solid #555; border-bottom:1px solid #aaa;}
.cpfw_sp>span::after{content:""; width:22px; float:left; height:2px; position:absolute; left:100%; top:50%; transform:translateY(-50%); border-top:1px solid #555; border-bottom:1px solid #aaa;}
.cpfw-imgbox{margin-top:30px;}
.cpfw-imgbox .swiper-slide .cpfw_B{width:100%; overflow:hidden; border:1px solid #737373; position:relative;}
.cpfw-imgbox .swiper-slide .cpfw_B .cpfw_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.cpfw-imgbox .swiper-slide .cpfw_B .cpfw_img::before{content:""; display:block; padding-top:84.3972%;}
.cpfw-imgbox .swiper-slide .cpfw_hover{width:0; height:0; float:left; overflow:hidden; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background:rgba(8,104,180,0.8); display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.cpfw-imgbox .swiper-slide .cpfw_hover::before{content:""; width:calc(100% - 16px); height:calc(100% - 16px); float:left; border:2px solid #fff; position:absolute; left:8px; top:8px;}
.cpfw-imgbox .swiper-slide .cpfw_hover img{ height:48px; float:left;}
.cpfw-imgbox .swiper-slide .cpfw_txt{width:100%; overflow:hidden; height:46px; line-height:45px; border-bottom:1px solid #737474; text-align:center; font-size:16px; color:#6c6c6c;}
.cpfw-imgbox .swiper-slide:hover .cpfw_B{border-color:#0868b4;}
.cpfw-imgbox .swiper-slide:hover .cpfw_hover{width:100%; height:100%;}
.cpfw-imgbox .swiper-slide:hover .cpfw_txt{border-bottom:1px solid #0868b4; color:#0868b4;}

.cpzs{width:100%; overflow:hidden; padding:60px 0; background:url(../images/cpzs_bj.jpg) no-repeat center center; background-size:cover;}
.cpzs_ul{display:block; overflow:hidden; width:1208px; padding-top:30px;}
.cpzs_ul li{width:294px; float:left; margin:0 8px 10px 0;}
.cpzs_ul li a{width:100%; float:left; position:relative; overflow:hidden;}
.cpzs_ul li a .cpzs_img{width:100%; overflow:hidden; position:relative; border:3px solid #f4f4f4; background-color:#fff;}
.cpzs_ul li a .cpzs_img::before{content:""; display:block; padding-top:77.7778%;}
.cpzs_ul li a .cpzs_txt{width:100%; overflow:hidden; height:32px; line-height:32px; font-size:16px; color:#fff; background:rgba(0,0,0,0.8); text-align:center; position:absolute; left:0; bottom:0;}
.cpzs_ul li a:hover .cpzs_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzs_ul li a:hover .cpzs_txt{background:rgba(8,104,180,0.8);}

.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:70px 0;}
.gsjj .cpfw_p{color:#fff;}
.gsjj .cpfw_sp>span{color:#fff;}
.gsjj .cpfw_sp>span::before{border-color:#fff;}
.gsjj .cpfw_sp>span::after{border-color:#fff;}
.gsjj_contect{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; padding-top:35px;}
.gsjj_left{width:41%; float:left;display:-webkit-box; display:-ms-flexbox; display:flex; border:1px solid #e1e1e1; background:#fff; padding:12px;}
.gsjj_left .gsjj_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.gsjj_right{width:59%; float:left; padding-left:35px;}
.gsjj_p{display:block; overflow:hidden; line-height:28px; font-size:22px; color:#fff; font-weight:bold;}
.gsjj_txt{display:block; overflow:hidden; line-height:30px; height:150px; font-size:14px; color:#fff; margin-top:10px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:5; -webkit-box-orient: vertical;}
.gsjj_more{display:block; overflow:hidden; padding:10px 0; border-bottom:1px solid #ccc;}
.gsjj_more a{float:left; line-height:24px; font-size:12px; color:#fff;}
.gsjj_more a:hover{color:#fff; text-decoration:underline!important;}
.gsjj_B{position:relative;margin-top:25px; padding:0 38px;}
.gsjj-imgbox .swiper-slide .gsjj_imgB{width:100%; overflow:hidden; background-color:#fff; position:relative; border:1px solid #e1e1e1;}
.gsjj-imgbox .swiper-slide .gsjj_imgB::before{content:""; display:block; padding-top:71.5026%;}
.gsjj-imgbox .swiper-slide .gsjj_txts{display:block; overflow:hidden; height:28px; line-height:28px; text-align:center; font-size:14px; color:#fff;}
.gsjj-imgbox .swiper-slide:hover .gsjj_imgB{border-color:#fff;}
.gsjj-imgbox .swiper-slide:hover .gsjj_imgB img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.gsjj-prev,.gsjj-next{left:0; position:absolute; top:0; width:30px; height:calc(100% - 28px); background:rgba(255,255,255,0.4); overflow:hidden; opacity:1;  cursor:pointer; z-index:999; font-size:24px; color:#fff; font-family:SimSun; font-weight:bold; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -ms-flex-line-pack:center; align-content:center;}
.gsjj-next{left:initial; right:0;}
.gsjj-prev:hover,.gsjj-next:hover{background:rgba(255,255,255,0.8); color:#0868b4;}

.cus{width:100%; overflow:hidden; padding:70px 0;}
.cus_ul{display:block; overflow:hidden; width:1212px; padding-top:35px;}
.cus_ul li{width:392px; float:left; margin:0 12px 12px 0;}
.cus_ul li a{width:100%; float:left; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative;}
.cus_ul li a::before{content:""; display:block; padding-top:70.2291%;}
.cus_ul li a .cus_p{width:100%; overflow:hidden; height:34px; line-height:34px; text-align:center; background:rgba(0,0,0,0.8); font-size:18px; color:#fff; position:absolute; left:0; bottom:0;}
.cus_ul li a .cus_hover{width:0; height:0; float:left; overflow:hidden; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); background:rgba(8,104,180,0.8);}
.cus_ul li a .cus_hover::before{content:""; width:calc(100% - 16px); height:calc(100% - 16px); float:left; border:2px solid #fff; position:absolute; left:8px; top:8px;}
.cus_ul li a .cus_logo{width:100%; max-width:100px; padding-bottom:10px; border-bottom:1px solid rgba(255,255,255,0.5); position:absolute; left:-100%; bottom:50%;}
.cus_ul li a .cus_logo img{display:block; height:48px; margin:0 auto;}
.cus_ul li a .cus_txt{width:100%; float:left; height:36px; line-height:36px; text-align:center; font-size:18px; color:#fff; position:absolute; right:-100%; top:50%;}
.cus_ul li a:hover .cus_p{bottom:-100%;}
.cus_ul li a:hover .cus_hover{width:100%; height:100%;}
.cus_ul li a:hover .cus_logo{left:50%; transform:translateX(-50%);}
.cus_ul li a:hover .cus_txt{right:0;}

.xmjs{width:100%; overflow:hidden; background:url(../images/xmjs_bj.jpg) no-repeat center center; background-size:cover; padding:70px 0;}
.xmjs .cpfw_p{color:#fff;}
.xmjs .cpfw_sp>span{color:#fff;}
.xmjs .cpfw_sp>span::before{border-color:#fff;}
.xmjs .cpfw_sp>span::after{border-color:#fff;}
.xmjs_ul{display:block; overflow:hidden; width:1230px;}
.xmjs_ul li{width:380px; float:left; margin:35px 30px 0 0;}
.xmjs_ul li a{display:block; overflow:hidden; background:#fff; padding:3px;}
.xmjs_ul li a .xmjs_B{width:100%; overflow:hidden;}
.xmjs_ul li a .xmjs_B .xmjs_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xmjs_ul li a .xmjs_B .xmjs_img::before{content:""; display:block; padding-top:55.2%;}
.xmjs_ul li a .xmjs_txtB{display:block; overflow:hidden; padding:30px 15px;}
.xmjs_ul li a .xmjs_txtB .xmjs_p{display:block; overflow:hidden; line-height:26px; font-size:18px; color:#202020;}
.xmjs_ul li a .xmjs_txtB .xmjs_heng{display:block; overflow:hidden; width:38px; background:#232323; height:2px; margin:15px 0;}
.xmjs_ul li a .xmjs_txtB .xmjs_txt{display:block; overflow:hidden; line-height:30px; height:120px; font-size:14px; color:#858585;}
.xmjs_ul li a:hover .xmjs_B .xmjs_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.xmjs_ul li a:hover .xmjs_txtB .xmjs_p{color:#0868b4;}
.xmjs_ul li a:hover .xmjs_txtB .xmjs_heng{background:#0868b4;}

.news{width:100%; overflow:hidden; background:url(../images/news_bj.jpg) no-repeat center center; background-size:cover; padding:60px 0;}
.news_contect{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; padding-top:35px;}
.news_left{width:calc(50% - 20px); float:left;}
.news_left li{display:block; overflow:hidden; margin-bottom:15px;}
.news_left li a{display:block; overflow:hidden; border:1px solid transparent; padding-right:10px;}
.news_left li a .news_sub{width:115px; float:left; text-align:center; border-right:1px solid #c0c0c0; padding:18px 0; color:#000; font-size:30px; margin-right:15px;}
.news_left li a .news_sub .news_sub_p{font-family:Calibri; line-height:36px;}
.news_left li a .news_sub .news_sub_sp{font-family:Arial; line-height:38px;}
.news_left li a .news_p{display:block; overflow:hidden; line-height:26px; margin-top:16px; font-size:16px; color:#000; text-overflow:ellipsis; white-space: nowrap;}
.news_left li a .news_txt{display:block; overflow:hidden; height:36px; line-height:18px; font-size:14px; color:#000; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-top:15px;}
.news_left li a:hover{background:#0868b4; border-color:#c0c0c0;}
.news_left li a:hover .news_sub{color:#fff;}
.news_left li a:hover .news_p{color:#fff;}
.news_left li a:hover .news_txt{color:#fff;}
.news_left li:last-child{margin:0;}
.news_right{width:calc(50% - 20px); float:right; background-position:center; background-repeat:no-repeat; background-size:cover;}

.case{width:100%; overflow:hidden; background:url(../images/news_bj.jpg) no-repeat center center; background-size:cover; padding:60px 0;}
.case_ul{display:block; overflow:hidden; width:1208px; padding-top:20px; display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.case_ul li{width:294px; float:left; margin:0 8px 10px 0;}
.case_ul li a{width:100%; overflow:hidden; float:left; position:relative;}
.case_ul li a .case_B{width:100%; overflow:hidden;}
.case_ul li a .case_B .case_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.case_ul li a .case_B .case_img::before{content:""; display:block; padding-top:83.3334%;}
.case_ul li a .case_txt{width:100%; overflow:hidden; height:34px; line-height:34px; text-align:center; font-size:18px; color:#fff; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.8);}
.case_ul li a:hover .case_B .case_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.case_ul li a:hover .case_txt{background:rgba(8,104,180,0.8);}
.case_ul li:first-child{width:596px;}
.case_ul li:first-child .case_B .case_img::before{content:""; display:block; padding-top:41.1074%;}
.case_ul li:last-child{width:596px;}
.case_ul li:last-child .case_B .case_img::before{content:""; display:block; padding-top:41.1074%;}
/*END-首页内容*/

/*底部*/
footer{background:url(../images/lxwm_bj.jpg) no-repeat center center; background-size:cover;}
.link{display:block; overflow:hidden; border-bottom:rgba(255,255,255,0.2); line-height:24px; padding:30px 0; color:#fff; font-size:16px; color:#fff;}
.link>span{float:left;}
.link>p a {color:#fff; margin:0 10px;}
.link>p a:hover{color:#fff; text-decoration:underline!important;}

.lxwmBox{display:flex; flex-wrap:wrap; align-items:center; align-content:center;-webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; padding:40px 0;}
.lxwm{width:50%; float:left; display:flex; align-content:center; align-items:center;}
.lxwm_title{width:100px; float:left; color:#fff; font-size:20px;}
.lxwm_p{display:block; overflow:hidden; line-height:46px; border-bottom:2px solid #ddd;}
.lxwm_sp{display:block; overflow:hidden; line-height:34px; font-weight:bold; text-transform:uppercase;}
.lxwm_txt{width:calc(100% - 100px); float:left; overflow:hidden; padding-left:75px; font-size:14px; color:#fff; line-height:30px;}
.zxly{width:50%; float:left; display:flex; align-content:center; align-items:center;}
.zxly_form{width:calc(100% - 100px); float:left; padding-left:80px;}
.zxly_B{width:calc(50% - 10px); border-bottom:1px solid #fff;}
.zxly_B1{width:100%; margin-top:20px;}
.zxly_sp{width:45px; float:left; overflow:hidden; height:30px; line-height:30px; font-size:14px; color:#fff;}
.zxly_inp1{width:calc(100% - 45px); float:left; height:30px; line-height:30px; background:none; font-size:14px; color:#fff; padding:0 5px;}
.zxly_inp2{width:calc(100% - 45px); float:left; height:30px; line-height:30px; background:none; font-size:14px; color:#fff; outline:none; border:none;}
.zxly_btn{width:100%; float:left; width:95px; height:25px; margin-top:30px; background:#fff; font-size:12px; color:#1a3989;}
.zxly_btn:hover{background:#00528d; color:#fff;}

.footer{width:100%; overflow:hidden; background:#0f2c74; font-size:12px; color:#fff; line-height:30px; padding:20px 0; text-align:center;}
.footer a{color:#fff; margin:0 5px;}
.footer a:hover{color:#fff; text-decoration:underline !important;}
/*END-底部*/

/*走进迪哲/人才招聘*/
.main{width:100%; overflow:hidden; padding:50px 0;}
.main_left{width:272px; float:left;}
.about{width:100%; float:left; margin-bottom:20px;}
.about_title{display:block; overflow:hidden; color:#fff; background-image:url(../images/about_bj1.png),url(../images/about_bj2.png); background-position:left top,right bottom; background-repeat:no-repeat,no-repeat; background-color:#1a3989; text-align:center; color:#fff; border-radius:5px 5px 0 0; padding:10px 0;}
.about_p{line-height:34px; font-size:24px;}
.about_sp{line-height:22px; font-size:14px; opacity:0.6; text-transform:uppercase;}
.about_ul{display:block; overflow:hidden;}
.about_ul>li{display:block; overflow:hidden; margin-top:8px;}
.about_ul>li>a{display:block; overflow:hidden; height:42px; line-height:42px;background:#0868b4; font-size:14px; color:#fff; text-align:center;}
.about_ul>li:hover>a{background:#1a3989; color:#fff;}
.about_ul>li.about_on>a{background:#1a3989; color:#fff;}

.about_dl{display:none; overflow:hidden; background:#f5f5f5; padding:10px 15px;}
.about_dl>dd{display:block; overflow:hidden; border-bottom:1px solid #d9d9d9;}
.about_dl>dd>a{display:block; overflow:hidden; height:35px; line-height:35px; font-size:14px; color:#2c2c2c; padding:0 20px;}
.about_dl>dd:hover>a{background:#1a3989; color:#fff;}

.about_sub{display:none; overflow:hidden; background:#fff; padding:0 15px;}
.about_sub>li{display:block; overflow:hidden; border-bottom:1px dotted #eaeaea;}
.about_sub>li>a{display:block; overflow:hidden; height:35px; line-height:35px; font-size:12px; color:#9e9e9e;}
.about_sub>li>a:hover{color:#1a3989;}

.about_B{display:block; overflow:hidden; padding-top:10px;}
.about_B>img{width:100%; display:block; height:auto;}
.about_txt{display:block; overflow:hidden; background:#f6f6f6; font-size:14px; color:#000; line-height:30px; padding:10px;}

.main_right{width:898px; float:right;}
.dqwz_title{width:100%; float:left; padding-top:7px;}
.dqwz_shutiao{width:5px; float:left; height:26px; position:relative; background:#1a3989; margin-right:8px;}
.dqwz_shutiao::before{content:""; width:100%; height:50%; background:#0868b4; float:left; position:absolute; left:0; top:0;}
.dqwz_p{float:left; height:26px; line-height:25px; border-bottom:1px solid #dbdbdb; font-size:18px; color:#222;}
.dqwz_sp{display:block; overflow:hidden; height:26px; line-height:25px; border-bottom:1px solid #dbdbdb; font-size:12px; color:#909090; text-transform:uppercase; padding-left:6px;}
.dqwz_contect{width:100%; float:left; padding-top:30px;}
.company{display:block; overflow:hidden; font-size:14px; color:#1c1c1c; line-height:30px;}
/*END-走进迪哲/人才招聘*/

/*产品与服务/客户解决方案/客户案例*/
.cpzs_ul1{display:block; overflow:hidden; width:906px;}
.cpzs_ul1 li{width:294px; float:left; margin:0 8px 10px 0;}
.cpzs_ul1 li a{width:100%; float:left; position:relative; overflow:hidden;}
.cpzs_ul1 li a .cpzs_img{width:100%; overflow:hidden; position:relative; border:3px solid #f4f4f4; background-color:#fff;}
.cpzs_ul1 li a .cpzs_img::before{content:""; display:block; padding-top:77.7778%;}
.cpzs_ul1 li a .cpzs_txt{width:100%; overflow:hidden; height:32px; line-height:32px; font-size:16px; color:#fff; background:rgba(0,0,0,0.8); text-align:center; position:absolute; left:0; bottom:0;}
.cpzs_ul1 li a:hover .cpzs_img img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.cpzs_ul1 li a:hover .cpzs_txt{background:rgba(8,104,180,0.8);}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; color:#191919; line-height:28px;}
.cpxq_img{display:block; overflow:hidden; padding:20px 0;}
.cpxq_img img{border:3px solid #f4f4f4;}
.cpxq_txt{display:block; overflow:hidden; font-size:14px; color:#1c1c1c; line-height:30px;}
/*END-产品与服务/客户解决方案/客户案例*/

/*资讯动态*/
.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; margin-bottom:20px;}
.xw_ul li a{display:flex; overflow:hidden; background:#f4f4f4; border:3px solid #f4f4f4;}
.xw_ul li a .xw_img{width:289px; float:left; border-right:3px solid #f4f4f4; background-position:center; background-repeat:no-repeat; background-size:cover;}
.xw_ul li a .xw_R{width:calc(100% - 289px); float:left; padding:25px 30px; color:#787878;}
.xw_ul li a .xw_R .xw_p{display:block; overflow:hidden; line-height:30px; font-size:16px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a .xw_R .xw_txt{display:block; overflow:hidden; height:60px; line-height:30px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:20px;}
.xw_ul li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:14px; font-size:12px; margin-top:20px;}
.xw_ul li a:hover{background:#0868b4;}
.xw_ul li a:hover .xw_R{color:#fff;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:16px; color:#191919; line-height:28px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding:20px 0;}
.xwxq_img img{border:3px solid #f4f4f4;}
.xwxq_txt{display:block; overflow:hidden; font-size:14px; line-height:30px; color:#1c1c1c;}
/*END-资讯动态*/

/*联系我们*/
.contact_txt{display:block; overflow:hidden; font-size:14px; color:#000; line-height:30px;}
.contact_map{width:100%; overflow: hidden; height:350px; border:none; margin-top:20px;}
/*END-联系我们*/

@media (max-width:1220px) {
/*头部+导航*/
.topbox{padding:0 1%;}
.header{padding:19px 1%;}
nav{padding:0 1%;}
.search {margin-left: 20px;}
/*END-头部+导航*/

/*首页内容*/
.cpfw {padding:40px 1%;}

.cpzs {padding:40px 1%;}
.cpzs_ul {width:100%;}
.cpzs_ul li {width:24%; margin:0 0.5% 10px 0.5%;}

.gsjj {padding:50px 1%;}
.cus {padding:50px 1%;}
.cus_ul {width:100%;}
.cus_ul li {width:32.33%; margin:0 0.5% 12px 0.5%;}

.xmjs {padding:50px 1%;}
.xmjs_ul {width:100%;}
.xmjs_ul li {width:31.33%; margin:35px 1% 0 1%;}

.news {padding:40px 1%;}
.case {padding:40px 1%;}
.case_ul {width:100%;}
.case_ul li {width:24%; margin: 0 0.5% 10px 0.5%;}
.case_ul li:first-child {width:49%;}
.case_ul li:last-child {width:49%;}
/*END-首页内容*/

/*底部*/
.link{padding:20px 1%;}
.lxwmBox{padding:40px 1%;}
.footer{padding:20px 1%;}
/*END-底部*/

/*走进迪哲/人才招聘*/
.main{padding:40px 1%;}
.main_left{width:24%;}
.main_right{width:74%;}
/*END-走进迪哲/人才招聘*/

/*产品与服务/客户解决方案/客户案例*/
.cpzs_ul1{width:100%;}
.cpzs_ul1 li{width:32.33%; margin:0 0.5% 10px 0.5%;}
/*END-产品与服务/客户解决方案/客户案例*/

}

@media (max-width:991px){
/*头部+导航*/
.icon-menu{float:right; cursor:pointer; width:40px; height:30px; display:flex; flex-wrap:wrap; align-content:space-between; position:absolute;right:10px; top:50%; transform: translateY(-50%); z-index:9999999; background-size:100% 100%;}
.icon-menu span{width:100%; height:6px; float:left;  background:#1a3989;}

.topbox{padding:0 10px;}
.header{padding:0; background:#fff; box-shadow:10px 10px 10px rgba(0,0,0,0.3); position:relative; left:0; top:0; z-index:999999;}
.logo {width:100%; padding:15px 10px;}
.nav {display:none; width:150px; padding:2px; position:absolute; right:10px; top:0; background:rgba(26, 57, 137, 0.8);}
.nav>li{width:100%; border-bottom:1px solid #fff; margin:0; background:none;}
.nav>li>a{width:100%; text-align:center; height:40px; line-height:40px; color:#fff;}
/*END-头部+导航*/

/*首页内容*/
.cpfw {padding:30px 10px;}
.cpzs {padding:30px 10px;}
.cpzs_ul li {width:32.33%;}

.gsjj {padding:30px 10px;}
.gsjj_contect {padding-top:25px;}
.gsjj_right {padding-left:20px;}
.gsjj_txt {line-height:24px; height:120px;}
.gsjj_B {margin-top:15px;}

.cus {padding:30px 10px;}
.cus_ul {padding-top:30px;}

.xmjs {padding:30px 10px;}
.xmjs_ul li {margin:25px 1% 0 1%;}
.xmjs_ul li a .xmjs_txtB {padding:20px 10px;}

.news {padding:30px 10px;}
.news_contect {padding-top:30px;}
.news_left li {margin-bottom:10px;}
.news_left li a .news_sub {padding:10px 0; margin-right:10px;}
.news_left li a .news_p {margin-top:10px;}
.news_left li a .news_txt {margin-top:5px;}

.case {padding:30px 10px;}
/*END-首页内容*/

/*底部*/
.link{padding:10px;}
.lxwmBox{padding:30px 10px;}
.lxwm_txt {padding-left:30px;}
.zxly_form {padding-left:30px;}
.footer{padding:10px;}
/*END-底部*/

/*走进迪哲/人才招聘*/
.main{padding:30px 10px;}
.main_left{width:29%;}
.main_right{width:69%;}
/*END-走进迪哲/人才招聘*/

/*资讯动态*/
.xw_ul li a .xw_img{width:180px;}
.xw_ul li a .xw_R{width:calc(100% - 180px); padding:15px;}
.xw_ul li a .xw_R .xw_txt {margin-top:5px;}
.xw_ul li a .xw_R .xw_sp {margin-top:5px;}
/*END-资讯动态*/

}

@media (max-width:767px){
/*头部+导航*/
.logo {padding:10px;}
.logo img{width:80%;}
.icon-menu {right:10px; width:30px; height:18px;}
.icon-menu span{height:3px;}
/*END-头部+导航*/

/*首页内容*/
.cpfw {padding:10px;}
.cpfw_title {line-height:24px;}
.cpfw_p {font-size:18px;}
.cpfw_sp>span {font-size:14px; padding:0 10px;}
.cpfw-imgbox {margin-top:10px;}
.cpfw-imgbox .swiper-slide .cpfw_txt {height:39px; line-height:38px; font-size:14px;}

.cpzs {padding:10px;}
.cpzs_ul{display:flex; flex-wrap:wrap; justify-content:space-between; padding-top:10px;}
.cpzs_ul li {width:calc(50% - 5px); margin:0 0 10px 0;}
.cpzs_ul li a .cpzs_txt {font-size:14px;}

.gsjj {padding:10px;}
.gsjj_contect {padding-top:10px;}
.gsjj_left{width:100%; padding:2px;}
.gsjj_left .gsjj_img::before{content:""; display:block; padding-top:87%;}
.gsjj_right {width:100%; padding:10px 0 0 0;}
.gsjj_p {line-height:24px; font-size:18px;}
.gsjj_txt {line-height:20px; height:100px; font-size:12px;}
.gsjj_more {padding:5px 0;}
.gsjj_B {margin-top:10px;}

.cus {padding:10px;}
.cus_ul {padding-top:10px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.cus_ul li {width:calc(50% - 5px);margin:0 0 10px 0;}
.cus_ul li a .cus_p {font-size:14px;}
.cus_ul li a .cus_hover::before {width: calc(100% - 6px); height: calc(100% - 6px); left:3px; top:3px;}
.cus_ul li a .cus_logo{max-width:70px; padding-bottom:5px;}
.cus_ul li a .cus_logo img {height:30px;}
.cus_ul li a .cus_txt {height:34px; line-height:34px; font-size:14px;}

.xmjs {padding:10px;}
.xmjs_ul li {width:100%; margin:10px 0 0 0;}
.xmjs_ul li a {padding:2px; display:flex;}
.xmjs_ul li a .xmjs_B {width:110px; float:left; display:flex;}
.xmjs_ul li a .xmjs_txtB {width:calc(100% - 110px); float:left; padding:10px;}
.xmjs_ul li a .xmjs_txtB .xmjs_heng {margin:5px 0;}
.xmjs_ul li a .xmjs_txtB .xmjs_txt {line-height:20px; height:60px;}

.news {padding:10px;}
.news_contect {padding-top:10px;}
.news_left{width:100%;}
.news_left li a .news_sub {width:80px; margin-right:10px; font-size:16px;}
.news_left li a .news_sub .news_sub_p {line-height:25px;}
.news_left li a .news_sub .news_sub_sp {line-height:25px;}
.news_left li a .news_p {margin-top:0; height:30px; line-height:30px;}
.news_left li a .news_txt {margin-top:0; height:40px; line-height:20px;}

.case {padding:10px;}
.case_ul {padding-top:10px; display:flex; flex-wrap:wrap; justify-content:space-between;}
.case_ul li {width:calc(50% - 5px); margin: 0 0 10px 0;}
.case_ul li:first-child {width:calc(50% - 5px);}
.case_ul li:first-child a .case_B .case_img::before {padding-top: 83.3334%;}
.case_ul li:last-child {width:calc(50% - 5px);}
.case_ul li:last-child a .case_B .case_img::before {padding-top: 83.3334%;}
.case_ul li a .case_txt {font-size:14px;}
/*END-首页内容*/

/*底部*/
.link{font-size:14px; line-height:20px;}
.footer{padding:10px; line-height:18px;}
/*END-底部*/

/*走进迪哲/人才招聘*/
.main{padding:0;}
.main_left{width:100%;}
.about{margin:0;}
.about_title {height:50px; line-height:50px; background-image:url(../images/imgs/sj_jiantou.png); background-position:right center; background-repeat:no-repeat; background-color:#1a3989; text-align:left; border-radius:0; padding:0 0 0 20px; font-size:18px; font-weight:bold;}
.about_ul{display:none; padding:0 2px;}
.about_ul li{margin-top:2px;}
.main_right{width:100%;}
.dqwz_contect{padding:10px;}
.company{line-height:24px;}
/*END-走进迪哲/人才招聘*/

/*产品与服务/客户解决方案/客户案例*/
.cpzs_ul1{display:flex; flex-wrap:wrap; justify-content:space-between;}
.cpzs_ul1 li{width:calc(50% - 5px); margin:0 0 10px 0;}
.cpzs_ul1 li a .cpzs_txt {font-size:14px;}
.cpxq_img{padding:10px 0;}
.cpxq_txt{line-height:24px;}
/*END-产品与服务/客户解决方案/客户案例*/

/*资讯动态*/
.xw_ul li{margin-bottom:10px;}
.xw_ul li a .xw_img{width:100px;}
.xw_ul li a .xw_R{width:calc(100% - 100px); padding:0 10px;}
.xw_ul li a .xw_R .xw_txt {height:60px; line-height:20px; -webkit-line-clamp:3; margin-top:0;}
.xwxq_img{padding:10px 0;}
.xwxq_txt{line-height:24px;}
/*END-资讯动态*/

/*联系我们*/
.contact_map{height:250px; margin-top:10px;}
/*END-联系我们*/

}
/*手机底部*/
.root_kong{width:100%; height:62px; float:left; background:#fff;}
.root{width:100%; height:60px; position:fixed; bottom:0; left:0; z-index:9999999999999; background:#1a3989;}
.root a{width:25%; float:left; height:60px; display:flex; align-content:center; align-items:center; flex-wrap:wrap; justify-content:center; line-height:20px; color:#fff; border-right:1px solid #fff; font-size:12px; font-weight:normal;}
.root a>div{width:100%; float:left;}
.root a>div:first-child span{ font-size:20px;}
.root a:last-child{border:none;}
.root a:hover{background:#0868b4; color:#fff;}

.dbbox{ position: fixed; left: 0; bottom:65px; z-index:99999; width: 100%;}
.dbbox .dbs{ position: relative; padding: 0 15px; display:none; text-align:center;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px; border:2px solid #0868b4;}
.dbbox .dbs img{ max-width: 140px; }
/*End*/
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 13px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#e21820;}