@charset "utf-8";
/* CSS Document */
body{width:100%;overflow-x:hidden;}

.banner-box{width:100%;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li .m-width {width:100%;margin:0 auto;overflow:hidden;text-align:center;}
.banner-box .bd li{width:100% !important;}
.banner-box .bd li a{display:block;background-size:auto;}
.banner-box .bd li a img,.banner-box .bd li img{max-width:100%;}
.banner-btn a{display:block;width:80px;height:80px;position:absolute;top:0;font-size:0px;}

.banner-btn a.prev{position:absolute;left:54px;top:50%;margin-top:-40px;background: rgba(0,0,0,.3);border: 1px solid #1b1b1b;border-radius: 50%;display:none;} 
.banner-btn a.next{position:absolute;right:54px;top:50%;margin-top:-40px;background: rgba(0,0,0,.3);border: 1px solid #1b1b1b;border-radius: 50%;display:none;}
.banner-btn a.prev:after{content:' ';position:absolute;top:50%;margin-top:-15px;left:50%;width:30px;height:30px;border:#626262 solid;border-width:1px 1px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:-8px;}
.banner-btn a.next:before{content:' ';position:absolute;top:50%;margin-top:-15px;left:50%;width:30px;height:30px;border:#626262 solid;border-width:1px 1px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:-20px;}
.banner-btn a.prev:hover:after{content:' ';position:absolute;top:50%;margin-top:-15px;left:50%;width:30px;height:30px;border:#dfcd00 solid;border-width:1px 1px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:-8px;}
.banner-btn a.next:hover:before{content:' ';position:absolute;top:50%;margin-top:-15px;left:50%;width:30px;height:30px;border:#dfcd00 solid;border-width:1px 1px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:-20px;}

.banner-box .hd {position:absolute;bottom:15px;width:100%;text-align:center;}
.banner-box .hd ul li{width:10px;height:10px;margin-right: 10px;display: inline-block;cursor: pointer;background:#fff;border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;opacity:.3;filter:alpha(opacity=30);-moz-opacity:.3;}
.banner-box .hd ul li.on{background:#fff;opacity:1;filter:alpha(opacity=100);-moz-opacity:1;}

@keyframes bannerEntrance {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(1.1); 
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.banner-box .bd li img{animation: bannerEntrance 1.5s ease-out forwards;}


@keyframes uk-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}
@keyframes uk-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}
@keyframes uk-fade-top{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1; transform:translateY(0)}}
@keyframes uk-fade-bottom{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}
@keyframes fadeInUp {0% {opacity: 0;-webkit-transform: translate3d(0,100%,0);-ms-transform: translate3d(0,100%,0);transform: translate3d(0,100%,0)}
100% {opacity: 1;-webkit-transform: none; -ms-transform: none; transform: none}}

.ab_left,.cont_left{animation-name:uk-fade-left;animation-duration: 1.1s;}  /* 左进入 */
.ab_right,.cont_right{animation-name:uk-fade-right;animation-duration: 1.1s;}  /* 右进入 */
.nt_mit1,.ab_snd_mdfw,.proft_nmf li,.news_ndr ul li{animation-name:uk-fade-top;animation-duration: 1.1s;} /* 上进入 */
.footer,.nt_mit2,.link_rt{animation-name:uk-fade-bottom;animation-duration: 1.1s;}  /* 下进入 */

/* 分页 */
a{text-decoration:none;}
*{padding:0; margin:0; list-style:none;}
address,cite,em {font-style:normal;}
.page_tp{margin:27px auto;text-align:center;height:32px;line-height:32px;display:inline-block;width:100%;}
.page_op_txt{background:#fff;border:1px solid #ccc;height:30px;line-height:30px;padding:0px 10px !important;display:inline-block;color:#333333;font-size:12px;font-family:"微软雅黑";margin-right:10px;display:inline-block;margin-left:10px;outline:none;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp span{color:#6d6d6d;font-size:12px;font-family:"微软雅黑";display:inline-block;padding:0px !important;border:0px !important;background:none;}
.red_pcd{width:40px;height:28px;line-height:28px;color:#6d6d6d;font-size:12px;font-family:"微软雅黑";border:1px solid #ccc;padding-left:5px;margin-right:10px;margin-left:10px;display:inline-block;margin-top:-3px;outline:none;text-align:center;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.red_pcd1{width:46px;height:30px;border:1px solid #e5e5e5;color:#333;font-size:12px;font-family:"微软雅黑";background:none;cursor:pointer !important;margin-left:10px;display:inline-block;margin-top:-3px;background:#efefef;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp em{display:inline-block;margin-right:10px;}
.page_op_txtu{color:#bbb;}
.page_tp em a{background:#fff;border:1px solid #e5e5e5;padding:0px;height:30px;line-height:30px;width:36px;display:inline-block;color:#333333;font-size:13px;font-family:"微软雅黑";text-align:center;margin:0px 5px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.page_tp em a.on{border: 1px solid #305CC4;color:#fff;background: #305CC4;font-weight:bold;}
.page_tp em a.on_last{border-right:1px solid #e5e5e5;}
.page{min-height: 40px;text-align:center;margin:0px auto 0px;padding: 0px 21px;display:none;}
.page ul{padding:20px 0px;}
.page a{display: inline-block;margin:0px 2%;height: 38px;line-height: 38px;border:1px solid #dcdcdc;color: #666666;font-size: 14px;width:45%;border-radius: 12px;-moz-border-radius: 12px;-webkit-border-radius: 12px;}


.about_m p{margin-top:20px;}
.about_m img{max-width:100%;}
.about_m{line-height:25px;font-size:12px;color:#333;margin-bottom:50px;}

.nt_mit1{display:block;text-align:center;font-size: 24px;color: #333333;line-height: 45px;}
.nt_mit2{display:block;text-align:center;margin-top: 5px;font-family: 'Arial';color: #666;line-height:20px;margin-bottom:10px;text-transform: uppercase;font-size:12px;}
.li_lne{width: 252px;height: 1px;margin: 10px auto;background-image: linear-gradient(to right, rgba(224, 223, 223, 0.5),rgba(146, 143, 143, 0.7), rgba(224, 223, 223, 0.5));position: relative;margin-bottom:50px;}
.li_lne .bl_ock{width: 12px;height: 12px;background-color: #305CC4;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}


.cont_mian{padding-top:30px;padding-bottom:30px;}
.conent_ny{max-width:1260px;padding:0px 15px;margin:10px auto;}
.tltle_mdf{line-height:30px;color:#333;font-size:14px;border-bottom: 1px solid #dddada;padding:5px 0px;}
.tltle_mdf a{color:#333;}
.tltle_mdf a:hover{color:#305CC4;}

.contact_m{line-height:35px;font-size:14px;color:#343a40;padding:20px 0px;}
.contact_m ul{border-bottom:1px dashed #e5e5e5;padding-bottom:10px;margin-bottom:10px;}
.contact_m p strong{font-size:16px;}
.contact_m p img{max-width:100%;}


.feed_m{margin-top:10px;}
.feed_m li{line-height:36px;margin-bottom:22px;position:relative;}
.der_xcde{border:1px solid #e4eaec;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;color:#666;font-size:12px;padding-left:2%;width:97%;}
.der_xcde1{border:1px solid #e4eaec;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:180px;outline:none;color:#666;font-size:12px;padding:10px 2%;width:95%;}
.der_xcde2{border:1px solid #e4eaec;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;color:#666;font-size:12px;padding-left:2%;width:40%;float: left;}
.der_xcde3{border:1px solid #305CC4;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;font-size:12px;width:100%;background:#305CC4;color:#fff;cursor:pointer !important;}
.feed_m li label{position:absolute;left:0px;top:36px;line-height:20px;color:#666;font-size:12px;}
.error{color:#ff0000;}
.feed_m li span{display:inline-block;line-height:36px;height:36px;margin-left: 10px;color:#666;font-size:12px;}
.feed_m li span img{float:left;}
.feed_m li span a{display:inline-block;color:#666;font-size:12px;}


.hor_mdd {width:100%;margin-bottom:20px;}
.hor_mdd ul li{width:23.5%;margin-right:2%;margin-top:30px;float:left;}
.hor_mdd ul li table{width:100%;height:220px;overflow:hidden;}
.hor_mdd ul li table img{max-width:100%;max-height:220px;transition: 1s;-webkit-transition: 1s;-moz-transition: 1s;-ms-transition: 1s;-o-transition: 1s;}
.hor_mdd ul li:nth-child(4n){margin-right:0px;}
.dce_cv{display:block;height: 50px;line-height: 50px;text-align: center;font-size: 15px;color: #666;font-weight: 400;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;-ms-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.hor_mdd ul li:hover .dce_cv{background-color: #305CC4;color: #fff;}
.hor_mdd ul li:hover table img {transform: scale(1.08);-webkit-transform: scale(1.08); -moz-transform: scale(1.08);-ms-transform: scale(1.08);-o-transform: scale(1.08);}

.dhr_mt1{display:block;font-size:22px;line-height:35px;text-align:center;color: #434343;margin:25px 0px 15px;}
.dhr_mt2{display:block;color:#666;font-size:12px;line-height:45px;text-align:center;margin-bottom:10px;}
.dhr_mt3 p img{max-width:100%;}
.dhr_mt3 p{color:#666;font-size:14px;line-height:30px;}
.dhr_mt3{margin-top:15px;}
.pge_re{margin-bottom:20px;margin-top:40px;border: 1px solid #e9e9e9;overflow:hidden;padding: 5px 0px;}
.pge_re span{display:block;line-height: 33px;height: 33px;overflow:hidden;font-size: 14px;color:#333;padding:0px 10px;float:left;max-width:45%;}
.pge_re span a{color: #666;}
.pge_re span:hover a{color:#305CC4;}
.pge_re span.lstc_dr{float:right;}




input.t_mr1::placeholder { color:#fff}
input.t_mr1::-webkit-input-placeholder { color:#fff}
input.t_mr1::-ms-input-placeholder{ color:#fff}
input.t_mr1::-moz-input-placeholder{ color:#fff}

textarea.t_mr1::placeholder { color:#fff}
textarea.t_mr1::-webkit-input-placeholder { color:#fff}
textarea.t_mr1::-ms-input-placeholder{ color:#fff}
textarea.t_mr1::-moz-input-placeholder{ color:#fff}


.ab_snd_m{max-width: 1260px;margin: 15px auto 15px;padding:0px 15px;overflow:hidden;}
.ab_left{float:left;width:50%;padding-right:3%;}
.ab_right{float:right;width:47%;position:relative;text-align:center;}
.ab_left span{display:block;color: #333;font-size: 20px;margin-bottom: 34px;}
.ab_left p{font-size: 16px;color: #333333;line-height: 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;}


.det_md{width: 124px;height: 42px;background-color: #305CC4;color: #fff;display: flex;align-items: center;justify-content: space-around;margin-top: 47px;}
.det_md:hover{background-color: #436bc9;}

.abo_l{position:absolute;right:0px;top:0px;}
.st_t2 img{max-width:100%;}

.ab_snd_mdfw{position: relative;max-width: 1260px;margin:0px auto;}
.ab_snd_mdfw ul{background: #ffffff;box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.13);padding:50px 5%;position: absolute;bottom: -194px;left: 0;margin-top: -140px;width:90%;}
.ab_snd_mdfw ul li{width: 25%;float: left;text-align: center;position: relative;}
.ab_snd_mdfw ul li .is_num{font-size: 24px;}
.ab_snd_mdfw ul li .is_txt{color: #666;font-size: 14px;font-style:normal;}
.ab_snd_mdfw ul li .is_num i{font-style:normal;} 
.ab_snd_mdfw ul li .li_tne{width: 1px;height: 47px;background-color: #dddada;position: absolute;top: 22%;right: 0;}
.ab_snd_mdfw ul li:last-child .li_tne{width:0px;}

.index_prt_mdf{max-width:1260px;margin: 15px auto 15px;padding:0px 15px;}

.index_proft{width: 100%;background-color: #F7F7F7;margin-top: 80px;padding-top: 80px;padding-bottom: 50px;}

.proft_nmf{max-width:1260px;margin:0px auto;padding:0px 15px;}
.proft_nmf ul{width:100%;}
.proft_nmf li{height: 280px;width: 32%;float: left;margin-bottom: 20px;position: relative;margin-right:2%;}
.proft_nmf li:nth-child(3n){margin-right:0px;}

.proft_nmf a{display:block;width: 100%;height: 280px;overflow: hidden;display:flex;justify-content:center;align-items:center;}     
.proft_nmf a:hover img{transform: scale(1.05);}
.proft_nmf .im_lg_item{transition: all ease-in-out 0.3s;height: 100%;width:100%;}
.proft_nmf .t_lxt{width: 100%;height: 69px;background: rgba(0, 0, 0, 0.32);color: #fff; position: absolute;bottom: 0;font-size: 18px; display: flex;justify-content: center;align-items: center;}
.proft_nmf .t_lxt:hover{color: #305CC4;}


.index_newsd{padding:50px 15px;}
.news_ndr{max-width: 1260px;margin: 0px auto 0px;padding:0px 15px;overflow:hidden;}
.news_ndr ul{width:100%;overflow: hidden;}
.news_ndr ul li{width:49%;float:left;margin-top: 28px;background:#FAFAFA;}
.news_ndr ul li:nth-child(2n){float:right;}
.ews_nder{padding:10px 25px;}
.ws_nt1{font-size: 18px;color: #333333;overflow: hidden;height: 48px;line-height: 48px;display: block;}
.ws_nt1 a{color:#333333;}
.ws_nt1:before{content:'';height: 3px;width: 0px;background: #305CC4;margin-top: 22px;margin-right: 0px;transition: all 0.3s ease-in-out;float:left;}
.news_ndr ul li:hover .ws_nt1:before{width: 17px;margin-right: 12px;} 
.ws_nt2{display: block;overflow: hidden;font-size: 14px;color: #888888;line-height: 36px;height: 36px;}
.ws_nt3{ font-size: 14px;color: #888888; line-height: 30px;overflow: hidden;display: block;height: 60px;margin-top: 7px;}
.ws_nt4{line-height: 55px;height: 55px;font-size: 16px;color: #333333;width: 123px;background: url(../images/news_icon1.png) center right no-repeat;transition: all 0.4s ease-in-out; display: block;}
.f_tl{float:left;display:block;margin-right: 20px;padding-left: 26px;background: url(../images/news_icon3.png) center left 3px no-repeat;}
.f_t2{float:left;display:block;padding-left: 26px;background: url(../images/news_icon4.png) center left 3px no-repeat;}
.news_ndr ul li:hover .ws_nt4{ margin-left: calc(100% - 123px);color: #00479d;background: url(../images/news_icon2.png) center right no-repeat;}

.new_more{display: block;width:185px;height:45px;text-align:center;line-height:45px;margin:40px auto 20px;color:#fff;background:#305CC4;transition:all 0.3s ease-in-out;font-size: 16px;}
.new_more:hover{color: #fff;background:#436bc9;}

.index_contact{background:#FAFAFA;padding:50px 15px;}

.contct_mdf{max-width: 1260px;margin: 0px auto 0px;width:100%;}
.cont_left{width:40%;height: 291px;background: #FFF;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);float:left;}
.cont_right{float:right;width:60%;}
.cont_left ul{padding:50px 30px;}
.cont_left ul li{margin-bottom: 20px;line-height:30px;font-size:15px;color: #333333;}
.cont_left ul li img{display:inline-block;margin-right:10px; vertical-align:middle;}
.cont_mapt{width:100%;height:291px;}
.cont_mapt img{width:100%;height:291px;}


.newd_lost_md{overflow:hidden;}
.newd_lost_md ul li{position:relative;padding: 15px 0;border-bottom: 1px solid #eaeaea;}
.newd_lost_md ul li table{width: 253px;height: 150px;overflow: hidden;position:absolute;left:0px;top:15px;}
.newd_lost_md ul li table img{max-width: 253px;max-height: 150px;-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.ewd_lort{margin-left:275px;margin-right:90px;min-height: 150px;}
.ri_rght{display:block;position:absolute;right:0px;top:50px;}
.ri_rght strong{display:block;font-size: 26px;color: #999;line-height:35px;font-weight:500;text-align:center;}
.ri_rght em{display:block;line-height:25px;font-size: 20px;color: #bbb;text-align:center;}
.ew_t1{display:block;font-size: 16px;color: #333;height: 26px;line-height: 26px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;overflow:hidden;}
.ew_t1 a{color: #333;}
.ew_t2{display:block;color: #666;line-height: 24px;margin-top: 10px;height: 75px;overflow:hidden;font-size: 14px;}
.ew_t3{display:block;font-size: 12px; color: #999;font-style:normal;margin-top:10px;}
.newd_lost_md ul li:hover table img {transform: scale(1.1);-webkit-transform: scale(1.1);}
.newd_lost_md ul li:hover .ew_t1{color: #305CC4;text-indent: 10px;}
.newd_lost_md ul li:hover .ew_t1 a{color: #305CC4;}

.ewd_lort_ldf{margin-left:0px;min-height: auto;}
.cp_mu_lit{text-align:center;}
.cp_mu_lit a{display:inline-block;padding: 0 10px;min-width: 122px;height: 52px;line-height:52px;font-size: 15px;color: #333;border: 1px solid #F0F0F0;background: #EEE;margin: 0 4px 6px;}
.cp_mu_lit a:hover{background-color: #305CC4;color: #fff;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);}
.cp_mu_lit a.active{background-color: #305CC4;color: #fff;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);}


.pro_ind_xc{margin-top:50px;width:100%;}
.pro_ind_xc ul li{width: 23.5%;float: left;margin-right: 2%;margin-bottom: 20px;position:relative;}
.pro_ind_xc ul li:nth-child(4n){margin-right:0px;}
.prt_mane{display:block;font-size: 15px;color: #333;line-height: 35px;height: 35px;overflow:hidden;text-align:center;position: absolute;left: 0px;bottom: 0px;width: 100%;}
.sp_hov_cer{position:relative;width:100%;height:250px;overflow:hidden;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);}
.sp_hov_cer table{width:100%;height:250px;}
.sp_hov_cer table img{max-width:100%;max-height:250px;}
.sp_hov{position:absolute;left:-100%;top:0px;text-align:center;width:96%;background: rgba(0,0,0,0.49);height:214px;padding:0px 2%;transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;}
.sp_hov i{display:block;margin-bottom: 10px;font-size: 20px;font-weight: bold;height:30px;line-height:30px;overflow:hidden;margin-top:70px;font-style:normal;color:#fff;}
.sp_hov em{display:block;font-size: 16px;height:25px;line-height:25px;overflow:hidden;font-size: 16px;color:#fff;}
.pro_ind_xc ul li:hover .sp_hov{display:block;left:0px;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;}
.pro_ind_xc ul li:hover table img{-webkit-transform: scale(1.2);-moz-transform: scale(1.2);-o-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);transition: all 0.3s;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;}
.pro_ind_xc ul li:hover .prt_mane{color:#305CC4}

.job_mdf_m{margin:0px auto 0px;padding:20px 0px;}
.job_mdf_m ul{padding:10px 0px 10px;border-bottom:1px dashed #e5e5e5;margin-bottom:10px;}
.job_mdf_m ul li{color: #666666;font-size: 14px;line-height:25px;}
.job_mdf_m ul li span{color:#333;}
.job_mdf_m ul li h3{font-size:16px;}


@media (max-width:980px) {
.ab_left{width:100%;padding-right:0px;}
.ab_right{width:100%;margin-top:20px;}
.proft_nmf li{width:49%;margin-right:0px !important;}
.proft_nmf li:nth-child(2n){float:right;}
.cont_left{width:100%;}
.cont_right{width:100%;}

.hor_mdd ul li{width:32%;margin-right:2%;}
.hor_mdd ul li:nth-child(4n){margin-right:2%;}
.hor_mdd ul li:nth-child(3n){margin-right:0px;}
.newd_mxd_l ul li{width:100%;padding-bottom: 20px;margin-bottom: 20px;}
.newd_mxd_l ul li table{position:static;width:100%;height:200px;}
.pge_re span{float: none;max-width: 100%;}
.pge_re span.lstc_dr{float:none;}

.pro_ind_xc ul li{width: 32%;float: left;margin-right: 2%;margin-bottom: 20px;}
.pro_ind_xc ul li:nth-child(4n){margin-right:2%;}
.pro_ind_xc ul li:nth-child(3n){margin-right:0px;}


.cp_mu_lit a{height:35px;line-height:35px;font-size: 13px;}


}


@media (max-width:750px) {
.page_tp{display:none;}
.page{display:block;}
.ab_snd_mdfw ul li{width: 45%;margin-bottom:20px;}
.ab_snd_mdfw ul li:nth-child(2n) .li_tne{width:0px;}

.pro_ind_xc ul li{width: 49%;float: left;margin-right: 1%;margin-bottom: 20px;}
.pro_ind_xc ul li:nth-child(4n){margin-right:1%;}
.pro_ind_xc ul li:nth-child(3n){margin-right:1%;}
.pro_ind_xc ul li:nth-child(2n){margin-right:0px;float:right;}

}

@media (max-width:680px) {
.newd_lost_md ul li table{display:none;}
.ewd_lort{margin-left:0px;margin-right:0px;min-height: auto;}
.ri_rght{display:none;}
}
@media (max-width:620px) {
.hor_mdd ul li{width:49%;margin-right:1%;}
.hor_mdd ul li:nth-child(4n){margin-right:0px;}
.hor_mdd ul li:nth-child(3n){margin-right:1%;}
.hor_mdd ul li:nth-child(2n){margin-right:0px;float:right;}

.proft_nmf li{width:100%;margin-right:0px !important;}
.news_ndr ul li{width:100%;}



}

@media (max-width:450px) {
.pro_ind_xc ul li{width: 100%;margin-right:0px !important;margin-bottom: 20px;}

}