/* -- 内页颜色修改 -- */
.color-m{color: #004bf1;}
.color-f{color: #ff5f01;}


/* -- 联系我们 -- */
.cont_ind{height:777px;}      /*地图侧高度667-557*/
.bdmap {height:610px;}        /*地图侧高度500-380*/


/* -- 幻灯片 -- */
.banner_bg .banner .swiper-container,.banner_bg .banner .ban_bg,.banner_bg .banner .ban_nbg { width: 100%; height: 650px;}       /*首页幻灯片高度*/
.banner_n .swiper-container,.banner_n .ban_bg,.banner_n .ban_nbg { width: 100%; height: 400px;}/*内页幻灯片高度*/
.banner_img{width:100%; height:400px;} /*单图片高度*/
.banner_bg .banner .swiper-pagination-bullet-active{background: #ff5f01;} 
.banner_n .swiper-pagination-bullet-active{background: #ff5f01;} 


/* -- 内页布局 -- */
.page_main { margin: 0 auto; width: 1200px;}/*版面宽度*/
.page_content{ width:970px;}/*右边宽度*/
.page_left{ width:270px;}/*左边宽度*/
.page_bg { padding:20px 0 20px; background:#fff;}
.page_full{ width:100%;}
.dis{ display:none;}



/* -- 图片列表 -- */
.list_box {float:left;margin:0 10px;width:auto;margin-bottom: 20px;border:1px  solid #e7e7e7;box-sizing: border-box;}
.list_box .list_box_img{display: table-cell;box-sizing: border-box;overflow:hidden;text-align: center;vertical-align: middle;position: relative;}
.list_box .list_box_img a{display: block;z-index: 999;}
.list_box .list_box_img img{width: 100%;height: 100%;vertical-align: bottom;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.list_box .list_box_p {line-height: 46px; height: 46px; text-align: center;background: #f1f1f1;position: relative;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.list_box .list_box_p a{ display: inline-block;width:100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;position: relative;z-index: 2;}
.list_box:hover .list_box_p a{color:#fff;}
.list_box .list_box_p:after {content: '';transition: all 0.2s ease;-webkit-transition: all 0.2s ease;background: #004bf1;position: absolute;left: 0;bottom: 0;width: 0;height: 100%;z-index: 1;}
.list_box:hover .list_box_p:after{width: 100%;}
.list_box:hover .list_box_img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.product_box {margin: 60px 0;}




/* -- 图片列表查看详情（删除i标签） -- */
.list_box .list_box_img a:after{ transition: all .2s ease;content: '';display: block;position: absolute;opacity: 0;background: rgba(0,0,0,0.5);top: 0;left: 0;width: 100%;height: 100%;}
.list_box .list_box_img i{position: absolute;display: block;font-size: 15px;color: #fff;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;transition: all .4s ease;width: 120px;text-align: center;line-height: 45px;height: 45px;margin: auto;z-index: 99;}
.list_box .list_box_img i:after,.list_box .list_box_img i:before{content: '';display: block;height: 1px;width: 0;background: #fff;transition: all .8s ease;position: absolute;}
.list_box .list_box_img i:before {bottom: 0;right: 0;left: auto;}
.list_box .list_box_img i:after{top: 0;left: 0;right: auto;}
.list_box:hover .list_box_img i:after,.list_box:hover .list_box_img i:before{width: 100%;}
.list_box:hover .list_box_img a:after,.list_box:hover .list_box_img i{opacity: 1;}


/*上下翻页*/
.pagingNav {padding: 10px 30px;width: 100%;text-align: center;}
.pagingNav > p,.pagingNav > a{display: inline-block;width: 70px;height: 38px;line-height: 38px;color: #333;background: #f5f5f5;border-radius: 5px;border: 1px solid #e5e5e5;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;font-size: 15px;margin: 0 5px;}
.pagingNav > a:hover{width: 100px;color: #fff;background: #ff5f01;}
.pagingNav span a {display: inline-block;width: 38px;height: 38px;line-height: 38px;color: #333;font-size: 16px;transition: all .3s;vertical-align: middle;border: 1px solid #e5e5e5;border-radius: 5px;background: #f5f5f5;margin: 0 5px;}
.pagingNav span a:hover,.pagingNav span a.cur{color: #fff;background: #ff5f01;}
.pagingNav  p{width: 150px;}


/*详情页*/
.pro_detail_img {text-align: center;}
.pro_detail_img img {max-width: 100%;}
.pro_detail_name {font-size: 15px;font-weight: bold;line-height: 32px;text-align: center;}
.pro_detail_next {padding: 6px 0;text-align: center;}
.pro_content {line-height: 28px;}
.pro_content img {max-width: 100%;display: block;}
.pro_content_title {position: relative;height: 40px;border-bottom: 1px solid #ddd;line-height: 40px;font-size: 14px;color: #444;margin-bottom: 15px;padding-left: 5px;}
.pro_content_title strong{font-size: 16px;font-weight: bold;color:#004bf1;}
.pro_content_title span{color: #999;}
.pro_content_title i {display: block;width: 100px;position: absolute;bottom:-1px;z-index: 2;left:0;border-bottom: 2px solid #004bf1;}
.pro_content_con {line-height: 28px;overflow: hidden;}
.pro_content_con img,.pro_content_con table{max-width: 100%;}


/*内页新闻列表*/
.news_list_box {border: #dedede solid 1px;overflow: hidden;padding: 22px;margin-bottom: 20px;}
.news_list_img {width: 25%;float: left;font-size: 0;}
.news_list_img img {max-width: 100%;display: table-cell;border:1px solid #ccc;}
.news_list_content{width: 75%;float: left;padding: 0 30px 0 40px;box-sizing: border-box;}
.news_list_box .news_content_title{ height: 40px;line-height: 40px;font-size: 20px;color: #333;width: 100%;
overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;}
.news_list_box .news_content_txt {font-weight: normal;line-height: 30px;margin-top: 5px;color: #666;width: 100%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;    font-size: 15px;}
.news_list_box .news_content_more {margin-top: 25px;width: 134px;height: 40px;float: right;display: inline-block;border: 1px solid #aaa;font-size: 16px;line-height: 40px;text-align: center;}
.news_list_box:hover {border: #004bf1 solid 1px;}
.news_list_box:hover .news_content_title{color: #004bf1;}
.news_list_box:hover .news_content_more {background: #004bf1;border-color: #004bf1;color: #fff;}



/*内页新闻详情*/
.news_detail_img {text-align: center;}
.news_detail_img img {max-width: 100%;}
.news_detail_name {font-size: 25px;color: #333;font-weight: bold;line-height: 40px;text-align: center;border-bottom: 1px solid #dcdcdc;}
.news_detail_name p {font-weight: normal;font-size: 14px;}
.news_detail_next {padding: 20px 0;text-align: center;border-top: 1px solid #ddd;}
.news_detail_content {line-height: 26px;padding: 20px 0;}
.news_detail_content img {display: inline-block;padding: 20px 0;}
.news_detail_content img,.news_detail_content table{max-width: 100%;} 
.news_detail_content p{font-size: 16px;color: #333;line-height: 30px;}
.news_detail_content > p{margin-bottom: 20px;text-indent: 2em;}

      
/*面包屑导航*/
.navigation {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;line-height: 40px;height: 40px;margin-bottom: 20px;border-bottom: 1px dashed #ddd;text-align: left;font-size: 16px;}
.navigation .iconfont{ font-size:20px; padding:0 5px;color:#004bf1;}
.navigation_w{ float:right; padding-right:5px; font-size:14px; font-style: normal;font-weight: 300;font-family: arial;color: #ccc;}


/*搜索栏*/
.search_bg {width: 100%;height: 70px;background: #f1f1f1;overflow:hidden;}
.search_bgn {width: 100%;height: 70px;background: #f1f1f1;position: absolute;top: 605px;}
.search {height: auto;margin: 0 auto;}
.search_01 {float: left; line-height: 70px;}
.search_01 .fl {margin-top: 12px;}
.search_01 span {color: #666;font-size: 15px;line-height: 60px;font-weight: bold;}
.search_01 a {font-size: 14px;color: #666666;}
.search_01 i:last-child{font-size: 0;}
.search_01 a:hover {font-size: 14px;color:#ff5f01;}
.search-d {margin-top: 20px;}
.search-bgp {width: 236px;height: 30px;font-size: 14px;line-height: 32px;padding-left: 15px;color: #5a5a5a;background:#fff;outline: none;border: 1px solid #e4e4e4;border-right: none;padding-top: 0px!important;padding-bottom: 0px!important;}
.search-ip {width: 44px;height: 32px;border: none;cursor: pointer;background:#004bf1 url(../images/search.png) no-repeat center;}
.search-bg {float: left;overflow: hidden;}
.search-i {float: left;overflow: hidden;}



/* 在线留言 */ 
.feedback_form{width: 90%;margin: 0 auto;padding-bottom: 30px;}
.feedback_form_t {font-size: 26px;text-align: center;line-height: 80px;margin-bottom: 40px;border-bottom: 1px solid #004bf1;}
.feedback_form input,.feedback_form textarea{border: 1px solid #ccc;border-radius: 5px;}
.feedback_form input:hover,.feedback_form textarea:hover{border-color:#004bf1;}
.feedback_form li {width: 100%;background: none;font-size: 14px;color: #888;margin-bottom: 10px;line-height: 48px;}
.feedback_content i{ font-size:18px;padding: 0 5px;}
.feedback_form li.message {padding-top: 10px;}
.wbf-input {width: 80%;height: 32px;padding: 10px;margin: 8px 0;line-height: normal;box-sizing: border-box;}
.wbf-code {width: 140px;height: 32px;padding: 10px;margin: 8px 0;line-height: normal;box-sizing: border-box;}
.feedback_form  li.yzma {margin-top: -10px;}
.yzma img{ vertical-align: middle;}
.wbf-textarea {width: 80%;height: 130px;padding: 8px;line-height: 20px;box-sizing: border-box;}
input.button.btn_message{display: inline-block;zoom: 1;vertical-align: baseline;margin-left: 55%;margin-top: 10px;outline: none;cursor: pointer;text-align: center;text-decoration: none;padding: 0 30px;border-radius: 30px;line-height: 40px;background: #666;font-size: 16px;color: #fff;border: none; }
.button.sub_message{display: inline-block;zoom: 1;vertical-align: baseline;margin-left: 20px;margin-top: 10px;   outline: none;cursor: pointer;text-align: center;text-decoration: none;padding: 0 30px;border-radius: 30px;line-height: 40px;font-size: 16px;color: #fff;border: none;background: #004bf1;}
.feedback_form input::-webkit-input-placeholder,.feedback_form textarea::-webkit-input-placeholder {color: #ccc;}



/*在线客服*/
.side{ position:fixed; width:54px; height:275px; right:0; top:214px; z-index:100; }
.side ul li{ width:54px; height:54px; float:left; position:relative; border-bottom:1px solid #444; }
.side ul li .sidebox{ white-space: nowrap; position:absolute; width:54px; height:54px; top:0; right:0; -webkit-transition:all 0.3s; transition:all 0.3s; background:#000; opacity:0.8; filter:Alpha(opacity=80); color:#fff; font:14px/54px "microsoft yahei"; overflow:visible; }
.side ul li:hover .sidebox{ width: 170px; background:#004bf1; opacity:1; filter:Alpha(opacity=100);}
.side ul li .sidebox i{ float: left; width: 54px; font-size: 26px; text-align: center;}
.side ul li .side_ewm { position: absolute; top: 0; left: 55px; width: 120px; height: auto; padding: 0; float: none; z-index: 333}
.back-to-top{ display: none; }
.side ul li .sidetop{ width:54px; height:54px; line-height:54px; display:inline-block; background:#000; opacity:0.8; filter:Alpha(opacity=80); -webkit-transition:all 0.3s; transition:all 0.3s; }
.side ul li .sidetop:hover{ background:#004bf1; opacity:1; filter:Alpha(opacity=100); }
.side ul li img { float: left; width: 30px; height: 30px; padding: 12px; }
.side ul li:nth-last-child(1){ border-bottom: 0 none; } 



/* 联系我们 */
.cont_tl,.cont_dlt i,.cont_drt i{background: #004bf1;} /*文字背景颜色*/
.cont_dlt p,.cont_drm{color:#004bf1;}  /*文字背景颜色*/
.cont_ind .iconfont{color:#666;}      /*图标颜色*/ 
.cont_tl{width: 27%;height: 256px;}
.cont_tlt{display: block; font-size: 36px;font-weight: bold;color: #fff;line-height: 36px;margin-top: 40px; margin-left: 10%;}
.cont_tl  p {height: 45px;line-height: 45px; border: 2px solid #fff;font-size: 22px;color: #fff;text-align: center;margin-bottom: 30px;margin-left: 10%;margin-top: 30px; padding: 0 20px; display: inline-block;}
.cont_tl p span { font-weight: normal;font-size: 21px;}
.cont_tlc{display: block;font-size: 24px;color: #fff;font-family: arial;text-transform: uppercase;margin-left: 10%;}
.cont_tr{width: 73%;background: #eeeeee;height: 256px; position: relative;} 
.cont_tr i{position: absolute; color: #aaa; font-size:50px;}
.cont_tr .cont_tr_il{ left: 40px; top:20px;}  
.cont_tr .cont_tr_ir{ right: 40px; bottom:20px;} 
.cont_tt {margin:0 auto;width: 67%;height: 55%;margin-top: 56px;}   
.cont_ttt  {font-size: 24px;color: #494949;}
.cont_tt p {font-size: 14px;line-height: 24px;height: 70px;overflow: hidden;color: #494949;padding-top: 25px;}
.cont_ind{width:100%;padding-top: 25px;}
.cont_dl{width: 45%;height: auto;background: #f5f5f5;}   
.cont_dr{width: 55%;height: inherit;background: #eee;}      
.cont_dlt{margin-top: 45px;height: 30px;margin-bottom: 42px;}   
.cont_dlt i{width: 7px;height: 23px;display: block;float: left; margin-top: 4px;}   
.cont_dlt p {font-size: 28px;font-weight: bold;padding-left: 25px;line-height: 28px;}   
.cont_dld{height: 110px;padding-left:30px; width: 400px;}
.cont_dld1{ display: block; font-size: 18px;font-weight: normal;color: #333;height: 20px; padding-left: 80px;padding-top: 5px;} 
.cont_dld p{font-size: 14px;color: #666666;line-height: 26px; padding-left: 80px; padding-top:10px;}    
.cont_dld i{float: left; font-size: 53px; line-height: 53px; padding-top: 5px;}  
.cont_drt {margin-left:45px;}
.cont_drm {display: block;float: left; font-size: 43px;line-height: 43px;font-weight: bold;margin-top: 45px;}   
.cont_drt i {display: block;float: left; width: 84px;height: 4px;}
.cont_drt p {font-size: 20px;font-weight: normal;color: #333;display: block;float: left;padding-top: 3px;}
.cont_drt1{margin-top: 53px;float: left;width: 100px;height: 40px;margin-left: 8px;margin-bottom: 30px;}
.cont_dl p  a {font-size:14px;} 
.bdmap {margin-left:45px; width:570px;  border:1px solid #ccc;}

   
   


/* 内页产品推荐 */
.detail_recom{border: 1px dashed #ccc;text-align: left;margin-top: 20px;}
.detail_recom .detail_recom_hd{border-bottom:1px solid #ccc; padding-top:5px;padding-bottom:5px;height:66px;line-height: 56px;padding-left: 20px;margin-bottom: 20px;position: relative;box-sizing: border-box;}
.detail_recom .detail_recom_hd strong, .detail_title strong{font-size:22px;font-weight: bold;    line-height: 56px;color:#004bf1;padding-left: 10px;}
.detail_recom .detail_recom_hd i{font-size: 25px;color:#004bf1; } 
.detail_recom     .detail_recom_hd:after {content: '';width: 220px;height: 1px;background: #004bf1;position: absolute;bottom: -1px;left: 0;}
.detail_recom .detail_recom_item{width: 100% ;overflow: hidden;padding:0px 1%;box-sizing: border-box;}
.detail_recom .detail_recom_item .detail_recom_div{width:23% ;border: 1px solid #dcdcdc;box-sizing: border-box;float: left;margin: 0 1%;text-align: center;padding: 8px;border: 1px solid #dcdcdc;margin-bottom: 20px;}
.detail_recom .detail_recom_item .detail_recom_img{display: block;overflow: hidden;}
.detail_recom .detail_recom_item .detail_recom_img img{transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
.detail_recom .detail_recom_item .detail_recom_txt {margin-top: 10px;display: block;height: 50px;line-height: 50px;background: #eee;font-size: 15px;color: #333;text-align: center;}
.detail_recom .detail_recom_item .detail_recom_div img{width:100% ;height:auto ;}

 .detail_recom .detail_recom_item .detail_recom_div:hover .detail_recom_img img{transform: scale(1.05); -webkit-transform: scale(1.05);}
.detail_recom .detail_recom_item .detail_recom_div:hover .detail_recom_txt{color: #fff;background:#004bf1; }





.news_list3_t{    height: 60px;clear: both;margin-bottom: 35px}
.news_list3_t li {float: left;width: 33%;}
.news_list3_t li a {transition: all .6s ease;-webkit-transition:all .6s ease;line-height: 60px;text-align: center;display: block;background: #f3f3f3;font-size: 16px;color: #333;}
.news_list3_t li+li {margin-left: 0.5%;}
.news_list3_t li:hover a{background: #004bf1;color: #fff;}
    
.news_list3_box { width:100%;}
.news_list3_box li{ box-shadow:0px 0px 10px #ddd; padding:20px; position:relative; margin-bottom:40px;transition:all .6s ease;-webkit-transition:all .6s ease;}
.news_list3_box li:hover{box-shadow: 0 26px 50px -6px rgb(97 105 113 / 30%);transform: translateY(-5px);-webkit-transform: translateY(-5px);}
.news_list3_box .newshx:after,.newshx:before,.news_list3_box .newssx:after,.news_list3_box .newssx:before{display:block; content:''; position:absolute; transition:all .6s ease; -webkit-transition:all .6s ease;background:#004bf1;}
.news_list3_box .news_more{ position:absolute; bottom:30px;}
.news_list3_box .newshx:after,.newshx:before{ width:0px; height:1px;}
.news_list3_box .newshx:after{ top:0px; left:0px;}
.news_list3_box .newshx:before{ bottom:0px; right:0px;}
.news_list3_box .newssx:after{ top:0px; left:0px;}
.news_list3_box .newssx:before{ bottom:0px; right:0px;}
.news_list3_box .newssx:after,.news_list3_box .newssx:before{ height:0px; width:1px;}
.news_list3_box li:hover .newshx:after,.news_list3_box li:hover .newshx:before{ width:100%;}
.news_list3_box li:hover .newssx:after,.news_list3_box li:hover .newssx:before{ height:100%;}
.news_list3_box .newspic{ float:left; overflow:hidden; width:26%;}
.news_list3_box .newspic a{display: block;overflow: hidden;}
.news_list3_box .newspic img{width:100%;max-height: 230px;min-height: 200px;box-sizing: border-box;border: 1px solid #f1f1f1; transition:all .6s ease;-webkit-transition:all .6s ease;}
.news_list3_box li:hover .newspic img{    transform: scale(1.05); -webkit-transform: scale(1.05);}
.news_list3_box .newswa{width:72%; float:right; padding-top:1%;overflow: hidden;}
.news_list3_box .news_a a{ font-size:20px; font-weight:bold;display: block;float: left;}
.news_list3_box .news_a span{ float:right; font-size:16px; color:#999; font-weight:bold;}
.news_list3_box .news_body{ margin-top:2%; font-size:14px; line-height:32px; transition:all .6s ease;-webkit-transition:all .6s ease; position:relative; color:#888;}
.news_list3_box .news_more a{ display: inline-block; padding:0 23px;line-height:34px; font-size:14px; border-radius:17px; background:#000; color:#fff; text-align:center;  transition:all .6s ease;-webkit-transition:all .6s ease;}
.news_list3_box li:hover .news_body{ padding-left:2%;}
.news_list3_box li:hover .news_more a{ border-radius:0px; background:#004bf1;}
.news_list3_box li:hover .news_a a{ color:#004bf1;}







.news_list4_t{    height: 60px;clear: both;margin-bottom: 35px}
.news_list4_t li {float: left;width: 33%;}
.news_list4_t li a {transition: all .6s ease;-webkit-transition:all .6s ease;line-height: 60px;text-align: center;display: block;;font-size: 16px;color: #333;border:1px solid #f1f1f1;}
.news_list4_t li+li {margin-left: 0.5%;}
.news_list4_t li:hover a{background: #004bf1;color: #fff;}
    
.news_list4_box { width:100%;}
.news_list4_box .nynewslist{ position:relative; margin-bottom:30px; background:#FFF; transition:.45s; border:3px solid #f5f5f5; padding:30px;}
.news_list4_box .nynewslist:hover{ border:3px solid #004bf1;}

.news_list4_box .nynewslist_time{ width:10%; float:left; height:140px; color:#FFF; text-align:center; font-family:Arial; transition:0.5s; background:#a9a9a9;}
.news_list4_box .nynewslist_time i{display: block;margin: 0 auto;font-size: 25px;color: #fff;padding-top: 25px;}
.news_list4_box .nynewslist:hover .nynewslist_time{ background:#004bf1;}
.news_list4_box .nynewslist_day{ font-size:34px; font-weight:bold; padding-top:8px;}
.news_list4_box .nynewslist_month{ font-size:16px;}
.news_list4_box .nynewslist_cont{ float:left; width:87%; position:relative; margin-left:3%;}
.news_list4_box .nynewslist_cont a{ text-decoration:none;}
.news_list4_box .nynewslist_tit a{ display:block; font-size:16px; font-weight:bold; height:38px; line-height:20px; border-bottom:1px solid #c8c8c8;}
.news_list4_box .nynewslist_tit a:hover{ display:block; font-size:16px; color: #004bf1;} 
 .news_list4_box .nynewslist:hover .nynewslist_more a{color: #004bf1;}
.news_list4_box .nynewslist_miao{ line-height:28px; color:#888; margin-top:10px; padding-bottom:32px;}
.news_list4_box .nynewslist_more{ height:21px; line-height:21px; position:absolute; bottom:30px; left:15%; }
.news_list4_box .nynewslist_more i{font-size: 18px;}
.news_list4_box .nynewslist_more a{padding-left: 10px;}







    
.news_list5 {width: 100%;}
.news_list5  li{display: block;width: 25%;box-sizing: border-box;padding: 0 7px;float:left;margin-bottom: 20px;}
.news_list5 .news_list5_box{border: 1px solid #ddd;background: #fff;transition:all .6s ease;-webkit-transition:all .6s ease;}
.news_list5 .news_list5_box  .img-box{overflow: hidden;}
.news_list5 .news_list5_box img{width: 100%;transition:all .6s ease;-webkit-transition:all .6s ease;}
.news_list5 .news_list5_box .txt {padding:20px;}
.news_list5 .news_list5_box .txt  h4{font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #555;}
.news_list5 .news_list5_box .txt  span{display: block;margin: 10px 0 15px;color: #666;font-style: normal;}
.news_list5 .news_list5_box .txt .p {height: 80px;padding-top: 10px;line-height:25px;overflow: hidden;    color: #999;font-size: 14px;border-top: 1px solid #ddd;position: relative;}  

.news_list5 .news_list5_box:hover{box-shadow: 0 14px 18px -6px rgb(97 105 113 / 40%);transform: translateY(-5px);-webkit-transform: translateY(-5px);}   
.news_list5 .news_list5_box:hover  img{    transform: scale(1.05); -webkit-transform: scale(1.05);}
.news_list5 .news_list5_box:hover h4 {color: #004bf1;}










.news_list6 {width: 100%;}
.news_list6_box{width: 50%;box-sizing: border-box;padding: 0 10px; margin: 10px 0;border-radius: 8px;overflow: hidden;float: left;height: 220px;}

.news_list6_box .img {width: 40%; border-radius: 10px 0 0 10px;overflow: hidden;float:left;box-sizing: border-box;height: 220px;}
.news_list6_box .img img {transition: all .6s;display: block;width: 100%;height: 100%;}
.news_list6_box .txt {width: 60%;float: left;background: #F2F4F9;border-radius: 0 10px 10px 0;overflow: hidden;padding: 20px;box-sizing: border-box;height: 100%;}
.news_list6_box .txt h4{font-size: 20px;}
.news_list6_box .txt h4 a{display: block;}    
.news_list6_box .txt p{font-size: 15px;padding: 15px 0 15px;line-height: 30px;}  
.news_list6_box a.more {display: block;font-size: 14px;color: #fff;background: #333;line-height: 30px;width: 100px;text-align: center;border-radius: 30px;}
.news_list6_box:hover .img img {transform: scale(1.1); -webkit-transform: scale(1.1);}
.news_list6_box  a.more:hover{background:#ff5f01; }











.news_list7 {width: 100%;}

.news_list7 li{ width: 23%;position:relative; float:left; text-align:center; background:#fff; padding:2%; transition:all .3s ease; margin:0 1% 2% 1%; box-shadow:0px 0px 10px #ddd; box-sizing: border-box;}
.news_list7 .dwlist_con{width: 100%;overflow: hidden;}
.news_list7 li img{ width:100%;transition: all 0.3s ease;-webkit-transition: all 0.3s ease;}
.news_list7 .dwwa_a a{ font-size:16px; font-weight:bold;display: block;text-align: center;}
.news_list7 .dwwa{ padding-top:5%;}
.news_list7 .dwwa_body{ margin-top:2%; font-size:14px; line-height:28px;max-height:84px; min-height:84px; text-align:left;}
.news_list7 .dwwa_more{ margin-top:5%;}
.news_list7 .dwwa_more a{ display:block; line-height:35px; font-size:16px; color:#fff; background:#000; transition:all .3s ease;}
.news_list7 li:hover{transform:translateY(-10px);}
.news_list7 li:hover .dwwa_more a{ background:#ff5f01;}
.news_list7 li:hover .dwwa_a a{ color:#ff5f01;}
 .news_list7 li:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1);}









.nlist3_detail_l {width: 74%;border: 1px solid #f0f0f0;background: #fff;box-sizing: border-box;}
.nlist3_detail_l-con {padding: 47px 40px 52px;}
.nlist3_detail_l-title {line-height: 44px;font-size: 34px;font-weight: normal;color: #1a1a1a;margin-bottom: 15px;}
.nlist3_detail_l-bool {height: 26px;line-height: 26px;font-size: 14px;color: #999999;padding-bottom: 7px;border-bottom: 1px solid #dedede;}
.nlist3_detail_l-bool i {font-style: normal;margin: 0 15px;}
.nlist3_detail_l_content {font-size: 16px;line-height: 32px;color: #4c4c4c;padding: 10px 0 0;text-align: justify;}
.nlist3_detail_l_content>p{text-indent: 2em;padding: 5px 0;}
.nlist3_detail_l_paging {border-top: 1px solid #dedede;height: 62px;}
.nlist3_detail_l_paging dl {height: 62px;position: relative;padding: 0 68px;}
.nlist3_detail_l_paging dl:before {content: '';position: absolute;width: 1px;background: #dedede;left: 50%;top: 0;bottom: 0;z-index: 1;}
.nlist3_detail_l_paging dd {width: 321px;height: 62px;line-height: 62px;font-size: 14px;color: #1a1a1a;position: relative;}
.nlist3_detail_l_paging dd span {float: left;width: 60px;height: 62px;}
.nlist3_detail_l_paging dd a {float: left;width: 260px;height: 62px;color: #1a1a1a;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nlist3_detail_l_paging dd.items_prev:before {content: "";width: 8px;height: 8px;border: 2px solid #b3b3b3;border-style: solid none none solid;position: absolute;top: 50%;left: -30px;margin-top: -5px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);z-index: 1;}
.nlist3_detail_l_paging dd.items_next {}
.nlist3_detail_l_paging dd.items_next:after {content: "";width: 8px;height: 8px;border: 2px solid #b3b3b3;border-style: solid solid none none;position: absolute;top: 50%;right: -30px;margin-top: -5px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);z-index: 1;}
.nlist3_detail_l_paging dd:hover a {color: #004bf1;}

.nlist3_detail_r{width: 26%;box-sizing: border-box;padding-left: 30px;}
.nlist3_detail_r_t {padding:20px;background: #fff;border: 1px solid #f0f0f0;margin-bottom: 20px;}
.nlist3_detail_r_title {font-weight: normal;padding: 0 70px 10px 0;position: relative;}
.nlist3_detail_r_title span {display: block;height: 40px;line-height: 40px;font-size: 22px;color: #333333;}
.nlist3_detail_r_title:before {content: '';position: absolute;width: 36px;height: 2px;background: #004bf1;left: 0;bottom: 2px;}
.nlist3_detail_r_title a {position: absolute;width: 23px;height: 23px;font-size: 22px;line-height: 21px;color: #8f8f8f;text-align: center;border: 1px solid #d2d2d2;border-radius: 100%;right: 10px;top: 8px;}
.nlist3_detail_r_title a:hover {color: #004bf1;border-color: #004bf1;}
   .nlist3_detail_r_cont{ margin-top:10px; line-height:36px;}
   .nlist3_detail_r_cont a{ display:block;  height:36px; overflow:hidden;text-overflow: ellipsis;
white-space: nowrap; }
   .nlist3_detail_r_cont a i{padding-right: 10px;}
   .nlist3_detail_r_d {padding: 20px;background: #fff;border: 1px solid #f0f0f0;margin-bottom: 20px;}
.nlist3_detail_r_d_list {padding: 15px 0;}
.nlist3_detail_r_d_list a {float: left;padding: 0 16px;height: 34px;font-size: 14px;line-height: 34px;color: #4c4c4c;border: 1px solid #e6e6e6;margin: 0 5px 5px 0;border-radius: 3px;}
.nlist3_detail_r_d_list a:hover {color: #004bf1;border-color: #004bf1;}
.nlist3_detail_r_d_more {width: 140px;height: 50px;line-height: 50px;background: #004bf1;}
.nlist3_detail_r_d_more a {display: block;height: 50px;font-size: 16px;color: #ffffff;text-align: center;}

.nlist3_detail_d {padding: 30px 0 0;}
.nlist3_detail_d_title {height: 48px;line-height: 48px;font-weight: normal;font-size: 28px;color: #004bf1;padding-bottom: 10px;position: relative;}
.nlist3_detail_d_title:after {content: '';position: absolute;width: 30px;height: 2px;background: #004bf1;left: 0;bottom: -1px;z-index: 1;}
.nlist3_detail_d_list {padding: 29px 0;background: #fff;border: 1px solid #f0f0f0;position: relative;}  
.nlist3_detail_d_list:after {content: '';position: absolute;width: 1px;background: #dedede;left: 50%;top: 29px;bottom: 29px;z-index: 1;} 
.nlist3_detail_d_list dl {float: left;width:50%;padding: 0 29px;position: relative;box-sizing: border-box;}
.nlist3_detail_d_list dt {width: 220px;}
.nlist3_detail_d_list dt a,
.nlist3_detail_d_list dt img {width:100%;height: 165px;display: block;margin:0 auto;}
.nlist3_detail_d_list dd {position: absolute;padding-top: 5px;left: 280px;right: 29px;top: 0;bottom: 0;z-index: 1;}
.nlist3_detail_d_list dd h4 {height: 34px;line-height: 34px;font-weight: normal;margin-bottom: 6px;}
.nlist3_detail_d_list dd h4 a {display: inline-block;width: 100%;height: 34px;font-size: 20px;color: #333333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} 
.nlist3_detail_d_list dd p {font-size: 14px;line-height: 26px;color: #666666;text-align: justify;}
.nlist3_detail_d_list dd p a {color: #333333;}
.nlist3_detail_d_list dl:hover dd h4 a {color: #004bf1;}
.nlist3_detail_z_title {height: 48px;line-height: 48px;font-weight: normal;font-size: 28px;color: #004bf1;padding-bottom: 10px;position: relative;}
.nlist3_detail_z_title:after {content: '';position: absolute;width: 30px;height: 2px;background: #004bf1;left: 0;bottom: -1px;z-index: 1;}
.nlist3_detail_z {padding: 30px 0;}
.nlist3_detail_z ul {padding: 29px 39px;border: 1px solid #f0f0f0;position: relative;background: #fff;}
.nlist3_detail_z li {width:47%;}
.nlist3_detail_z li h4 {height: 36px;padding-left: 25px;position: relative;line-height: 36px;font-weight: normal;}
.nlist3_detail_z li h4:before {content: "";position: absolute;width: 4px;height: 4px;border-radius: 100%;border: 2px solid #004bf1;left: 0;top: 50%;margin-top: -4px;}
.nlist3_detail_z li h4 a {display: inline-block;max-width: 400px;height: 36px;font-size: 16px;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nlist3_detail_z li h4:hover a {color: #004bf1;}
.nlist3_detail_z li h4:hover:before {border-color: #004bf1;}
.nlist3_detail_z li h4:hover:after {background: #004bf1;}
.nlist3_detail_z li h4 em {float: right;width: 90px;height: 36px;font-family: Arial;color: #808080;text-align: right;font-style: normal;}
.nlist3_detail_z li.last {}
.nlist3_detail_z li.last:before {content: '';position: absolute;width: 1px;left: 50%;top: 22px;bottom: 22px;background: #dedede; z-index: 1;}








    
.nlist4_detail_r_cont{padding: 15px 0;}  
.nlist4_detail_r_cont dl+dl {margin-top: 13px;}  
.nlist4_detail_r_cont dt{border: 1px solid #ccc;} 
.nlist4_detail_r_cont dt img,.nlist4_detail_r_cont dt a {display: block;width: 100%;position: relative;}
.nlist4_detail_r_cont dt em {position: absolute;width: 100%;left: 0;top: 0;bottom: 0;background: rgba(0, 0, 0, 0.6);z-index: 0;display: none;}
.nlist4_detail_r_cont dt i {position: absolute;width: 42px;height: 42px;background: #004bf1;border-radius: 100%;left: 50%;margin-left: -21px;top: 50%;margin-top: -25px;z-index: 1;}
.nlist4_detail_r_cont dt i:after {content: "";width: 9px;height: 9px;border: 1px solid #fff;border-style: solid solid none none;position: absolute;top: 50%;left: 15px;margin-top: -5px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);z-index: 1;}
.nlist4_detail_r_cont dd {padding-top: 7px;}
.nlist4_detail_r_cont dd h4 {font-weight: normal;}
.nlist4_detail_r_cont dd h4 a {display: block;height: 30px;line-height: 30px;font-size: 16px;color: #4c4c4c;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nlist4_detail_r_cont dl:hover dt em {display: block;}
