@charset "utf-8";
/* CSS Document */
body{width:100%;overflow-x:hidden;}

.banner-box{width:100%;position:relative;overflow:hidden;min-width:1200px;}
.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:50px;height:100px;position:absolute;top:0;font-size:0px;}

.banner-btn a.prev{position:absolute;left:6.6%;top:50%;margin-top:-22px;} 
.banner-btn a.next{position:absolute;right:6.6%;top:50%;margin-top:-22px;}
.banner-btn a.prev:after{content:' ';position:absolute;top:50%;margin-top:-6px;left:50%;width:30px;height:30px;border:#fff solid;border-width:2px 2px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:-5px;}
.banner-btn a.next:before{content:' ';position:absolute;top:50%;margin-top:-6px;left:50%;width:30px;height:30px;border:#fff solid;border-width:2px 2px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:-8px;}
.banner-btn a.prev:hover:after{content:' ';position:absolute;top:50%;margin-top:-6px;left:50%;width:30px;height:30px;border:#0195df solid;border-width:2px 2px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg);margin-left:-5px;}
.banner-btn a.next:hover:before{content:' ';position:absolute;top:50%;margin-top:-6px;left:50%;width:30px;height:30px;border:#0195df solid;border-width:2px 2px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-left:-8px;}
.banner-box .hd {position:absolute;bottom:15px;width:100%;text-align:center;}
.banner-box .hd ul li{width:50px;height:4px;margin-right: 10px;display: inline-block;cursor: pointer;background:#fff;}
.banner-box .hd ul li.on{background:#0195df;}



@keyframes uk-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}
.logo_l,.d_p_left,.abt_index table{animation-name:uk-fade-left;animation-duration: 1.1s;}  /* 左进入 */
.in_tel,.slid_eBox,.bt_in_ert{animation-name:uk-fade-right;animation-duration: 1.1s;}  /* 右进入 */
@keyframes uk-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}
.inlun_ert{animation-name:uk-fade-top;animation-duration: 1.1s;} /* 上进入 */
.about_m,.contact_m,.feed_m,.honr_mdf_lc,.newd_lost_md ul li,.xd_prt1,.xd_prt2,.xd_prt3,.ysc_mdf li,.mr_frbox,.mpr_msll,.mpr_ms_all{animation-name:uk-fade-bottom;animation-duration: 1.1s;}  /* 下进入 */
.banner-box{animation-name:uk-fade-fz;animation-duration: 1.1s;}
@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 uk-fade-fz{
0%{
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg)
}
    100%{
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0)
}
}



/* 分页 */
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 #333;color:#fff;background: #333;font-weight:bold;}
.page_tp em a.on_last{border-right:1px solid #e5e5e5;}


.banw{text-align:center;min-width:1200px;}
.banw img{max-width:100%;}

.tir_ndf{width: 100%;min-height: 58px;line-height: 58px;position: relative;box-shadow: 0px 3px 18px #f0f0f0;background: #fff;display: inline-block;min-width:1200px;}
.tir_ndf ul{max-width:1200px;margin:0px auto;}
.tir_ndf ul span{width: 140px;height: 55px;line-height: 55px;position: relative;font-size: 15px;display: block;text-align: center;color: #0195df;border-bottom:3px solid #0195df;}
.mian_center{max-width:1200px;margin:0px auto;min-width:1200px;}
.tle_mdfr{height: 80px;text-align: right;color: #666;}
.tle_mdfr span{display:inline-block;color: #666;font-size:14px;height:25px;line-height:25px;float: right;margin-top: 20px;margin-left: 5px;}
.tle_mdfr span a{color: #666;}
.tle_mdfr em{display: inline-block;background: url(../images/icon.png) no-repeat;background-position: -19px -130px;width:20px;height:25px;visibility: initial;float: right;margin-top: 25px;}
.tle_mdfr span .title_l{line-height:25px;height:25px;overflow:hidden;}

.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;}

.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%;}

.inlun_ert{line-height:40px;text-align:center;}
.inlun_ert span{display:block;font-size: 36px;padding-bottom: 15px;color: #666;}
.inlun_ert em{display:block;font-size: 16px;color: #828282;line-height: 24px;text-align: center;}
.inlun_ert em strong{color:#0195df;}


.job_mdf_m ul{padding:0px 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;}

.news_mdef_m,.ne_mwd_lost_md{min-height:500px;}
.feed_m{margin:30px auto;max-width:1310px;padding:0px 15px;}
.form-group{line-height:36px;margin-bottom:22px;position:relative;display:inline-block;width:100%;}
.form-control{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%;}
textarea.form-control{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%;}
#code{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;}
.btn-primary{border:1px solid #0195df;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;line-height:36px;height:36px;outline:none;color:#666;font-size:12px;width:100%;background:#0195df;color:#fff;cursor:pointer !important;}
.form-group label{position:absolute;left:0px;bottom:-20px;line-height:20px;color:#666;font-size:12px;}
.form-group label.error{color:#ff0000;}
.form-group span{height: 34px;padding: 0px 10px 0 0;font-size: 14px;display: block;font-weight: 400;margin-left: 10px;color: #76838f;float: left;text-align: center;background-color: #f3f7f9;border: 1px solid #e4eaec;border-radius: 3px;line-height: 36px;}
.form-group span img{float:left;}
.form-group span a{display:inline-block;color:#666;font-size:12px;}


.newd_list li{height:50px;line-height:50px;border-bottom:1px dotted #bbb;overflow:hidden;}
.newd_list li a{display:block;height:50px;line-height:50px;color: #595959;font-size:14px;}

.honr_mdf_lc{width:1200px;overflow:hidden;min-height:500px;}
.honr_mdf_lc ul{width:1250px;}
.honr_mdf_lc ul li{float:left;width: 380px;margin: 0 27px 30px 0;border: 1px solid #eee;background: #eee;position: relative;overflow: hidden;transition: all ease 300ms;}
.honr_mdf_lc ul li table{width: 380px;height: 285px;}
.honr_mdf_lc ul li table img{max-width:380px;max-height:270px;}
.honr_mdf_lc ul li span{display:block;height: 64px;line-height: 64px;text-align: center;font-size: 16px;transition: all ease 300ms;}
.der_mdf{display:block;position: absolute;width: 380px;padding-top: 134px;height: 151px;left: -380px;top: 0;z-index: 10;background: url(../images/blue80.png) repeat 0 0;text-align: center;transition: all ease 300ms;}
.der_mdf a{width: 50px;height: 50px;display: block;border-radius: 100%;margin: 0 auto;background:#fff url(../images/icon.png) no-repeat;background-position: -42px -112px;}
.honr_mdf_lc ul li:hover {background: #0195df;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}
.honr_mdf_lc ul li:hover .der_mdf {left: 0;}
.honr_mdf_lc ul li:hover span{color:#fff;}

.tir_ndf li{float:left;position:relative;}
.skc_mde{display:block;min-width: 140px;height: 58px;line-height: 58px;position: relative;font-size: 15px;display: block;text-align: center;color: #333;}
.tir_ndf li:after {position: absolute;top: 23px;right: -6px;content: " ";width: 1px;height: 14px;background: #ccc;}
.tir_ndf li em{position: absolute;left: 50%;margin-left: -70px;top: 58px;z-index:1;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);z-index: 199;opacity: 0;visibility: hidden;height: auto;overflow: hidden;width: 140px;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);text-align: center;box-shadow: 0px 3px 18px #f0f0f0;}
.tir_ndf li em a{display:block;font-size: 14px;line-height: 40px;color: #333;background:#fff;}
.tir_ndf li:hover em{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.tir_ndf li:hover em a:hover {background: #0195df;color: #fff;}
.skc_mde i{position: absolute;bottom: 0;left: 50%;width: 0;height: 3px;background-color: #0195df;-webkit-transition: all 0.3s ease 0s;
 transition: all 0.3s ease 0s;}
.tir_ndf li:hover .skc_mde i{width: 100%;margin-left: -50%;}
.tir_ndf li:hover .skc_mde{color:#0195df;}
.newd_lost_md{overflow:hidden;}
.newd_lost_md ul li{position:relative;padding: 30px 0;border-bottom: 1px solid #eaeaea;height: 190px;}
.newd_lost_md ul li table{width: 253px;height: 190px;overflow: hidden;position:absolute;left:0px;top:30px;}
.newd_lost_md ul li table img{max-width: 253px;max-height: 190px;-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:290px;margin-right:130px;}
.ri_rght{display:block;position:absolute;right:0px;top:50px;}
.ri_rght strong{display:block;font-size: 36px;color: #999;line-height:35px;font-weight:500;text-align:center;}
.ri_rght em{display:block;line-height:25px;font-size: 24px; color: #bbb;text-align:center;}
.ew_t1{display:block;font-size: 20px;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: #999;line-height: 24px;margin-top: 10px;height: 75px;overflow:hidden;}
.ew_t3{display:block;font-size: 12px; color: #999;font-style:normal;}
.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: #0195df;text-indent: 10px;}
.newd_lost_md ul li:hover .ew_t1 a{color: #0195df;}


.dhr_mt1{display:block;font-size:22px;line-height:35px;text-align:center;color: #333;margin:5px 0px 15px;}
.dhr_mt2{display:block;color:#666;font-size:12px;line-height:45px;text-align:center;border-top: 1px solid #e9e9e9;border-bottom: 1px solid #e9e9e9;margin-bottom:10px;}
.dhr_mt3 p img,.dhr_mt3 img{max-width:100%;}
.dhr_mt3 p{color:#666;font-size:14px;line-height:30px;}
.dhr_mt3{margin-top:15px;color:#666;font-size:14px;line-height:30px;}

.pge_re{margin-bottom:20px;margin-top:40px;border: 1px solid #e9e9e9;height:48px;}
.pge_re span{display:block;line-height:48px;height:48px;overflow:hidden;font-size: 14px;color:#333;padding:0px 10px;float:left;max-width:560px;}
.pge_re span a{color: #666;}
.pge_re span:hover a{color:#0195df;}
.pge_re span.lstc_dr{float:right;}

.ser_mcd_m{max-width:1200px;margin:0px auto;height: 76px;line-height: 76px;min-width:1200px;}
.ser_mcd_m span{float:left;display:block;font-size: 14px;color:#333;}
.ser_mcd_m span a{color:#666;margin-left:10px;}
.ser_mcd_m em{display:block;float:right;margin-top:20px;width: 282px;height: 35px;line-height: 35px;-moz-border-radius: 30px;-webkit-border-radius: 30px;border-radius: 30px;background: #f6f6f6; position: relative;}
.inxd_pricy{border-top: 1px solid #eee;min-width:1200px;}
.se_xtx{width: 200px;background: none;padding-left: 15px;display: block;color: #999;height:35px;line-height:35px;outline:none;float:left;border:0px;}
.se_btn{width: 50px;background: url(../images/sou.png) no-repeat center #0195df;position: absolute;right: 0;top: 0;cursor: pointer;-moz-border-radius: 30px;-webkit-border-radius: 30px;border-radius: 30px;outline:none;height:35px;border:0px;}
.xd_prt1{display: block;margin-top:56px;font-weight: bold;color: #0195df;text-align: center;font-size: 40px;line-height:50px;}
.xd_prt2{display: block;text-align:center;margin:15px 0px;}
.xd_prt3{display: block;text-align: center;overflow:hidden;max-width:1200px;margin:60px auto 40px;height: 40px;}
.xd_prt3 a{float:left;display: block;width: 140px;height: 40px;margin: 0 5px;margin-bottom: 10px;font-size: 14px;line-height: 40px;text-align: center;color: #333;background: #eee;border-radius: 5px;}

.xd_prt4{max-width:1200px;margin:0px auto;min-width:1202px;}
.d_p_left{width:600px;float:left;border-right: 1px solid #d2dee7;border-bottom: 1px solid #d2dee7;}
.d_p_left li{float:left;width:300px;height:225px;position:relative;}
.d_p_left li table{width:300px;height:225px;}
.d_p_left li table img{max-width:300px;max-height:210px;}
.d_p_left li a{display:block;border: 1px solid #d2dee7;width: 299px;height: 223px;float: left;position: relative;background: #fff;border-right: none;border-bottom: 0px;}
.d_prt1{display:block;margin:30px 0px 0px 30px;font-size:20px;color:#333;line-height:30px;height:30px;overflow:hidden;}
.d_prt2{padding-left: 30px;padding-right: 30px;color: #999;margin-top: 10px;line-height: 26px;text-align: justify;height:78px;overflow:hidden;display:block;}
.d_prt3{display:block;background: url(../images/icon.png) no-repeat;width: 30px;height: 5px;background-position: -180px 0;position: absolute;bottom: 20px;left: 30px;}
.d_p_left li:hover .d_prt1{color:#0195df;}
.d_prt4{display:block;background: url(../images/icon.png) no-repeat;width: 16px;height: 32px;position: absolute;right: -16px;top: 50%;margin-top: -16px;z-index: 10;background-position: -321px 0;}
.d_prt5{display:block;background: url(../images/icon.png) no-repeat;width: 16px;height: 32px;position: absolute;top: 50%;margin-top: -16px;z-index: 10;left: -16px;background-position: -289px 0;}

.slid_eBox{position:relative;width:599px;height:450px;overflow:hidden;float:right;}
.slid_eBox ul.items{position:absolute;float:left;width:599px;height:450px;}
.slid_eBox ul.items li{float:left;width:599px;height:450px;}
.slid_eBox ul.items li table{width:599px;height:450px;}
.slid_eBox ul.items li img{max-width:599px;max-height:450px;}
.slid_eBox div.tips{position:absolute;bottom:0px;width:100%;height:80px;background: url(../images/txtBg.png) no-repeat center center;background-size: 600px 80px;}
.slid_eBox div.tips div.title{position:absolute;left:10px;top:0px;height:80px;line-height:80px;}
.slid_eBox div.tips div.title a{color:#fff;font-size:20px;}
.slid_eBox div.tips div.nums{position:absolute;right:15px;bottom:34px;height:12px;border-radius:50%;-moz-border-radius:50%;-webkit-borderr-adius:50%;}
.slid_eBox div.tips div.nums a{display:inline-block; float:left;background:#fff;width:12px;height:12px;margin-left:7px;font-size:0px;text-indent:-99999px;}
.slid_eBox div.tips div.nums a.active{ background:#58ebca;}


.ysc_mdf{max-width:1200px;margin:60px auto;overflow:hidden;}
.ysc_mdf ul{width:1290px;}
.ysc_mdf li{float:left;position:relative;display:block;width:600px;height:288px;margin:0 auto;margin-bottom:2px;background: url(../images/adLiBg1.png) no-repeat center center;background-size: 610px 288px;cursor: pointer;transition: all ease 600ms;}
.ys_c_mdf{padding:50px 0px 0px 50px;}
.s_c_mt1{display:block;font-weight: bold;font-size: 32px;line-height: 46px;color: #0195df;padding-right:165px;word-break:break-word;height: 46px;overflow:hidden;}
.s_c_mt2{display:block;font-weight: bold;font-size: 32px;line-height: 46px;color: #333;padding-right:165px;word-break:break-word;height: 46px;overflow:hidden;}
.s_c_mt3{margin-top: 36px;font-size: 18px;line-height: 30px;color: #666;height:60px;overflow:hidden;padding-right:34px;word-break:break-word;}
.icon_m{position: absolute;top: 40px;right: 50px;display: block;width: 100px;height: 100px;transition: all ease 600ms;}
.ysc_mdf li:hover {transform: translateY(-6px);transition: all ease 600ms;}
.ysc_mdf li:hover .icon_m {transform: rotate(180deg);transition: all ease 600ms;}

.abt_index{max-width:1200px;margin:60px auto;height: 420px;background: url(../images/aboutC.png) no-repeat bottom right;min-width:1200px;}
.abt_index .bt_in_mdf{float:left;display: block;width: 600px;height: 340px;overflow: hidden;transition: all ease 600ms;}
.abt_index table{width: 600px;height: 340px;}
.abt_index table img{max-width: 600px;max-height: 330px;}
.onde_news{max-width:1200px;margin:60px auto;}
.bt_in_ert{float:right;padding-left: 50px;padding-top: 100px;width: 550px;}
.bt_itt1{display:block;font-weight: bold;font-size: 30px;color: #333;background: url(../images/aLine.png) no-repeat right center;width:480px;}
.del_mcd2{display:block;margin-top: 15px;font-size: 14px;line-height: 30px;text-align: justify;color: #666;width:480px;overflow:hidden;height:180px;overflow:hidden;}
.del_mcd3{display:block;width: 180px;height: 36px;line-height: 36px;margin-top: 24px;display: block;text-align: center;background: #444;color: #fff;}
.del_mcd3:hover {background: #0195df;color: #fff;text-indent: 10px;}

.got_pritd{width: 100%;height: 657px;background: url(../images/caseBg.png) no-repeat center center;background-size: 1920px 657px;display:inline-block;min-width:1200px;}

.an_znd{margin-top:80px;color:#fff;}

.fwq_mdf{min-width:1200px;}

.mr_frbox{width:1200px;margin:60px auto;position:relative;}
.scroll_prt{width: 1200px;margin:0px auto;}
.mr_frbox .mr_frBtnR,.mr_frbox .mr_frBtnL{height:40px;width:40px;text-align:center;position:absolute;z-index:3;display:block;top:50%;margin-top:-20px;}
.mr_frbox .prev{background: url(../images/icon.png) no-repeat;left: -80px;background-position: -152px -20px}
.mr_frbox .next{background: url(../images/icon.png) no-repeat;right: -90px;background-position: -194px -20px;}
.mr_frbox .prev:hover {background-position: -110px -20px;}
.mr_frbox .next:hover {background-position: -236px -20px;}
.nt_mia_rt2{width:1200px;overflow:hidden;}
.nt_mia_rt2 ul{width:1250px;*margin-bottom:20px;}
.nt_mia_rt2 ul li{background:#fff;float:left;margin-right:30px;width:280px;height:270px;}
.nt_mia_rt2 ul li table{width:280px;height:210px;}
.nt_mia_rt2 ul li table img{max-width:280px;max-height:205px;}
.nt_mia_rt2 ul li span{display:block;height:60px;line-height:60px;overflow:hidden;}
.nt_mia_rt2 ul li span a{display:block;color:#666;font-size:16px;text-indent: 30px;background: url(../images/arrA.png) no-repeat 92% center;background-size: 21px 4px;padding-right: 45px;height: 60px;overflow: hidden;}
.nt_mia_rt2 ul li:hover span a{color: #fff;background:#0497e0 url(../images/arrH.png) no-repeat 92% center;background-size: 21px 4px;}


.mpr_msll{display: block;width: 198px;height: 43px;margin: 0 auto;margin-top: 40px;font-size: 16px;line-height: 43px;text-align: center;color: #fff;border: 1px solid #cfdce5;transition: all ease 600ms;}
.mpr_msll:hover {width: 240px;background: #cfdce5;color: #fff;transition: all ease 600ms;}

.onde_news{width: 1200px;margin:0px auto;}

.mpr_ms_all{width: 180px;height: 36px;line-height: 36px;margin: 0 auto;margin-top: 40px;display: block;text-align: center;background: #444;color: #fff;}
.mpr_ms_all:hover {background: #0195df;color: #fff;text-indent: 10px;}
.new_index_m{padding-bottom:100px;min-width:1200px;}

.onde_news{margin-top:50px;}
.de_ne_left{float:left;width: 380px;overflow: hidden;position: relative;border: 1px solid #ddd;padding-bottom:15px;}
.de_ne_left table{width: 380px;height: 285px;}
.de_ne_left table img{max-width: 380px;height: 285px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.de_ne_left table img:hover {filter: alpha(opacity=80);-moz-opacity: 0.8;-khtml-opacity: 0.8;opacity: 0.8;}
.de_ne_left span{display:block;padding:15px 20px 0px;font-size: 18px;color: #000;}
.de_ne_left span:hover a{color: #0195df;}
.de_ne_left span a{color: #000;display:block;height:28px;line-height:28px;-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;}
.de_ne_left em{display:block;color: #666;line-height: 24px;height: 45px;overflow: hidden;padding:0px 20px 0px;}
.de_ne_rtrt{float:right;width: 800px;}
.de_ne_rtrt ul li{border: 1px solid #ddd;margin-bottom: 16px;transition: all 0.2s linear 0s;padding: 12px 28px 19px 28px;overflow:hidden;}
.de_ne_rtrt ul li:hover {border: 1px solid #0195df;-webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
 -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0);}
.ti_ndl{display: block;width: 90px;height: 50px;border-right: 1px solid #ddd;line-height: 20px;margin-right: 30px;color: #666;float:left;text-align:center;font-size: 14px;}
.ti_nd2{float:left;width:620px;}
.ti_nd2 span{display:block;font-size: 18px;vertical-align: top;color: #333;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;margin-top: 0px;height:24px;line-height:24px;overflow:hidden;}
.ti_nd2 span a{color: #333;}
.ti_nd2 em{display:block;font-size: 14px;line-height: 20px;color: #999;text-align: justify;height:20px;overflow:hidden;margin-top: 9px;}
.ti_ndl strong{display:block;color: #666;font-size: 34px;line-height: 35px;}
.de_ne_rtrt ul li:hover .ti_nd2 span a{color:#0195df;}