body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin:0;padding:0;
	font-family:"Microsoft YaHei",微软雅黑;color:#333; 
	
}
a{text-decoration:none;color:#333;}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/* 新闻头条 */
.new{ height: 90px; text-align: center; overflow: hidden; margin-bottom:20px; }
.new h1{ margin-bottom: 10px; height:40px; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; }
.new h1>a{ padding:0 40px 5px; font-weight:bold; font-size:30px; color:#000; }
.new h1>a:hover{ color:#bd1a2d; }

.new .new-list a,
.new .new-list span{ color:#666666; font-size:14px; }
.new .new-list a:hover{ color:#265aac; }


/* 新闻详细 */
.bd .bd_01 { height: 95px; padding: 23px 10px 0; /*border-bottom: 1px dashed #c8c8c8;*/}
.bd .bd_01 h4{ font-size: 22px; font-weight:bold; margin-bottom: 12px; overflow: hidden; text-overflow:ellipsis; white-space:nowrap;  }
.bd .bd_01 p{ color: #999999; font-size: 14px; line-height: 28px; height: 56px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }


.wrap-1{ padding: 40px 30px 60px; background:#fff; box-shadow: 0 0 15px 0px rgba(0,0,0,0.1);  border-radius: 10px;}
.wrap-1 .w1-left{ float:left; width:530px; height:390px; }
.wrap-1 .w1-right{ margin-left: 560px; height:390px; }
.wrap-2 { margin-top: -60px;  padding: 0 30px; }
.wrap-2 .bmcx{ margin-top:20px; }
.wrap-2 .bmcx ul{ margin: 0 -10px; padding: 10px 0; overflow:hidden; }
.wrap-2 .bmcx ul li{ float:left; width:20%; }
.wrap-2 .bmcx ul li a{ display:block; border-radius: 4px; margin: 0 10px; height:70px; background: url("https://www.bitc-edu.cn/imgv/2020index_fuwu.png") no-repeat center; -webkit-transition: all 0.3s ease-out; transition: all .3s ease-out;  }
.wrap-2 .bmcx ul li a:hover{ -webkit-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 5px 12px #a1a1a3;  box-shadow: 0 5px 12px #a1a1a3;  }
.wrap-2 .bmcx ul li a span{ display: inline-block; color:#bd1a2d; font-size:18px; margin-left:23px; margin-top:30px; font-size: 16px;}


/* 轮播 */
.slideBox{ width: 100%; height:390px; margin-right: 10px; float: left; overflow:hidden; position:relative; }
.slideBox .hd{ height:40px; line-height: 40px; overflow:hidden; position:absolute; left: 0; right: 0; bottom:0; z-index:1; }
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; position: relative; }
.slideBox .bd img{ width:100%; height:390px; display:block; }
.slideBox .bd li:hover img{ -webkit-transform: scale( 1.1,1.1); -moz-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); -transform: scale(1.1,1.1);  }
.slideBox .bd li p{ height:40px; line-height:40px; color:#fff; font-size: 18px; background: url(../image/2020index_lunbo.png); position:absolute; right: 0; left: 0; bottom:0; z-index: 2; display: inline-block; cursor:pointer; padding:0 65px;}
.slideBox .bd li p a{ display:block; height:40px; text-align: center; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; position:relative; color:#fff;}
.slideBox .prev,.slideBox .next{ display: none; width: 42px; height: 69px; position: absolute; top: 50%; margin-top: -35px; left: 0; z-index: 100; background: url(../image/slideBox_anniu.png) no-repeat; }
.slideBox .next{ left: auto; right: 0; background-position: -42px 0;  }
.slideBox .pageState{ display: block; position: absolute; right: 10px; bottom: 0; z-index: 100; width: 50px; height: 40px; line-height: 40px; font-size: 18px; color: #fff;  }
.slideBox .pageState span{ position: relative; top: -3px; font-size: 20px; color: #e20213; font-weight: bold; }
.xxgk-links li a, a, img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
}
.slideBox .next {
    left: auto;
    right: 0;
    background-position: -42px 0;
}


/*单层tab切换1 */
.tab_box{ text-align:left; }
.tab_hd{ height: 44px;/* border-bottom: 2px solid #e7e7e7;*/ }
.tab_hd>ul>li{ margin-right: 30px; float:left;  height: 42px; line-height:42px; }
.tab_hd>ul>li>a{ font-size: 20px; color: #666666; }
.tab_hd .on{ border-bottom: 2px solid #bd1a2d; }
.tab_hd .on a{ color: #bd1a2d; font-weight: bold; }
.tab_hd>ul>li>a>span{ font-size: 14px; color: #999999; line-height: 42px; margin-left: 10px; }
.tab_hd>span{ float: right; }
.tab_hd>span>a{ display: block; padding: 0 10px; height: 42px; line-height: 42px; background: url("https://www.bitc-edu.cn/cssv/2020index_more.png") no-repeat center; width:24px; -webkit-transition: all 0.5s ease-out; transition: all .5s ease-out;  }
.tab_hd>span>a:hover{ background: url("https://www.bitc-edu.cn/cssv/2020index_more_s.png") no-repeat center; -webkit-transform: rotate(360deg);  -moz-transform: rotate(360deg);  transform: rotate(360deg); }




.bd .bd_01 {
    height: 95px;
    padding: 23px 10px 0;
    /* border-bottom: 1px dashed #c8c8c8; */
}
.bd .bd_01 h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bd .bd_01 p {
    color: #999999;
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gzdt .bd_new ul {
    position: relative;
}
.bd_new ul {
    zoom: 1;
    padding: 10px 0;
}
.gzdt .bd_new ul:before {
    content: "";
    width: 1px;
    position: absolute;
    background: #dedede;
    left: 6px;
    top: 30px;
    bottom: 28px;
    z-index: 0;
}
.gzdt .bd_new li {
    height: auto;
}
.bd_new li {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    background: url(../image/2020index_dian.png) no-repeat 3px 14px;
    position: relative;
}
.bd_new li span {
    display: block;
    width: 100px;
    font-size: 14px;
    text-align: right;
    float: right;
    color: #999999;
}

.bd_a80 li a {
    margin-right: 20px;
}
.bd_new li a {
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.div-floor {
    position: relative;
    height: 200px;
}

.div-floor .banner_bg_an {
    position: absolute;
    background: url(../image/2020index_shangyi.png) no-repeat;
    width: 134px;
    height: 39px;
    left: 50%;
    bottom: 0;
    margin-left: -67px;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-out;
    transition: all .3s ease-out;
}

.div-floor .banner_bg_an.on {
    background: url("../image/2020index_xiayi.png") no-repeat;
}

.index-bg1 {
    /*background: url(/imgv/2020index_banner_bg8.png) no-repeat center top;*/
	background: url(../image/top.jpg) no-repeat center top;
}

.logo1{ width:780px; height:115px; margin: 0px 0 20px;}
.logo2{ width:100%; margin-bottom:20px;}
.logo2 a{ font-size:18px; color:#000; font-weight:bold; line-height:30px; padding-right:30px;}

.main{ padding-bottom:50px;}

.top {
    height: 36px;
    line-height: 36px;
   text-align: right
}
.top a {
    font-size: 14px;
    color: #fff!important;
    margin: 0 10px;
}
/*第二块*/
/*公用样式部分*/


ul,ol{list-style:none;}
img{border:0;}
input,select,textarea{outline:0;}
textarea{resize:none;}
table{border-collapse:collapse;border-spacing:0;}
th,strong,var,em{font-weight:normal;font-style:normal;}
a{text-decoration:none; color:#000;}
a:link,a:visited,a:hover,a:active{text-decoration:none;}
.clearfix:after {content:"\200B"; display:block; height:0; clear:both;}
.clearfix {*zoom:1;}
.f_hidden{display: none;visibility: hidden;}
.none{display: none;}
.clear{clear:both;}


/*个人办事、企业办事、办事热点*/
.m_area3_wrap{background: #f5f5f5;}
.m_area3{width:1200px;margin:0 auto;padding: 0;}
.w375{float: left;width: 375px;background: #fff;margin-right: 37px;height: 413px;overflow: hidden;}
.w375 h2{font-size: 24px;font-weight: 400;padding:25px 25px 10px;}
.w375 h2 span{border-bottom: 1px solid #a91728;padding-bottom:2px;}
.w375 p{font-size: 14px;line-height: 2em;color: #999;padding:0 25px 10px;}
.work_list{padding: 0 25px 15px;}
.work_list li{float: left;font-size: 14px;line-height: 2em;margin-right: 15px;width:56px;}
.work_list li a{color: #bd1a2d;}
.work_list_pic li a{display: block;width:375px;height: 210px;overflow: hidden;}
.work_list_pic li a img{vertical-align: top;width:375px;height: 210px;transition:all 1s;-webkit-transition:all 1s; -moz-transition:all 1s;-o-transition:all 1s;opacity:0.7;}
.work_list_pic li a img:hover{transform:scale(1.1);-webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);opacity:1;}
.m_area3 .mar0{margin:0;}
.hot_news{border-top: 1px solid #e5e5e5;position: relative;margin-top: 20px;padding-top: 35px;}
.hot_news .btn_refresh{position: absolute;right:0;top:-10px;padding:0 40px 0 10px;background:#fff url(https://www.bitc-edu.cn/images/refresh_ch_20190924.png) 60px center no-repeat;font-size: 14px;color: #999;cursor: pointer;}
.hot_news .btn_refresh:hover{color: #bd1a2d;;background:#fff url(../image/refresh_cur_ch_20190924.png) 60px center no-repeat;}
.hot_news ul li{float: left;width:125px;text-align: center;padding-top: 15px;height: 100px;}
.hot_news ul li img{height:37px;width:auto;}
.hot_news ul li a p{color:#000;line-height: 24px;padding:0;}
.hot_news ul li a:hover p{color: #bd1a2d;}
.tab_hot_news2{display: none;}
/*第二屏*/
.m_area2 .left_area{float: left;width:690px;overflow: hidden;}
.enter_links{width:780px;padding-top: 20px;}
.enter_links li{float: left;margin-right: 80px;margin-bottom: 70px;font-size:18px;background-image:url(http://www.beijing.gov.cn/images/ico_index_sprite1_ch_20190924.png);background-repeat: no-repeat;height:36px;line-height: 36px;padding-left: 40px;}
.enter_links li.link1{background-position: 0 0;}
.enter_links li.link2{background-position: -190px 0;}
.enter_links li.link3{background-position: -380px 0;}
.enter_links li.link4{background-position: -580px 0;}
.enter_links li.link5{background-position: 0 -102px;}
.enter_links li.link6{background-position: -190px -102px;}
.enter_links li.link7{background-position: -380px -102px;}
.enter_links li.link8{background-position: -580px -102px;}
.enter_links li.link9{background-position: 0 -202px;}
.enter_links li.link10{background-position: -190px -202px;}
.enter_links li.link11{background-position: -380px -202px;}
.enter_links li.link12{background-position: -580px -202px;}
.enter_links li a{color:#333;}
.m_area2 .right_area{float: right;width:450px;}

.m_area {
    width: 1200px;
    margin: 0 auto; padding:60px 0
}
/*营商环境*/
.tab_hd2 h2{float: left;width:540px;height: 100px;line-height: 100px;/*background: #dcdcdc;*/font-size:36px;font-weight: 400;text-align: center;

color:#333;

background:#F5F5F5;

}
.tab_hd2 h2 a{color:#333;}
.tab_hd2 h2.cur{background: #bd1a2d;


}
.tab_hd2 h2.cur a{color:#fff;}
.tab_bd2{border:1px solid #e5e5e5;padding:30px; background:#fff}
.tab_box2{display: none;overflow:hidden;}
.tab_box2 img{float: left;width:450px;}
.tab_box2 li {float: left;width:140px;margin:0 0 0 30px;font-size: 18px;line-height: 2.3em;}
.tab_box2 li a:hover{color:#a91728;}
.tab_box2_txt2 li{width:310px;line-height: 2.4em;}
.m_links_slide{width:1200px;height:140px;overflow:hidden; margin:auto;background:#fff}
.slider3 {width:1130px;margin:20px auto;position:relative;height: 100px;line-height: 50px;}
.slider3 .slides{ width:1200px; overflow: hidden; float: left;}
.slider3 .slides a{color: #959595;}
.slider3 .slides a:hover{color:#bd1a2d;}
.slider3 .flex-control-nav{display: none;}
.slider3 .flex-control-nav .flex-active{ background:#f5d389;color:#fff;}
.slider3 .flex-prev {position: absolute;top:20px;left: -60px;background: 0;width: 10px;height: 14px;text-indent: -9999px;background: url(https://www.bitc-edu.cn/images/ico_prev_ch_20190924.png) 0 center no-repeat;}
.slider3 .flex-next {position: absolute;top:20px;right: -60px;background: 0;width: 10px;height: 14px;text-indent: -9999px;background: url(https://www.bitc-edu.cn/images/ico_next_ch_20190924.png) 0 center no-repeat;}
.slider3 .flex-prev:hover{background: url(https://www.bitc-edu.cn/images/ico_prev_cur_ch_20190924.png) 0 center no-repeat;}
.slider3 .flex-next:hover{background: url(https://www.bitc-edu.cn/images/ico_next_cur_ch_20190924.png) 0 center no-repeat;}
.slider3 li{text-align: center;font-weight:700;font-size:16px;float:left;width:187px;}
.slider3 li img{position: relative;top:10px;padding-right:10px;}
/*.slider3 .slides li{background-image: url(images/ico_index_sprite5_ch_20190909.png);background-repeat: no-repeat;padding-left: 40px;}
.slider3 .slides .link1{background-position: 0 0;}
.slider3 .slides .link2{background-position: -162px 0;}
.slider3 .slides .link3{background-position: -340px 0;}
.slider3 .slides .link4{background-position: -517px 0;}
.slider3 .slides .link5{background-position: -702px 0;}
.slider3 .slides .link6{background-position: -890px 0;}*/
.tab_box2 li{margin: 0 0 0 18px;}
            	.environment_list li{float: left;width:190px;height:170px;margin:0 30px 0 0;overflow: hidden;position: relative;background: #dcdcdc;text-align: center;}
            	.environment_list li img{width:66px;float: none;padding: 25px 0 10px;}
			    .environment_list li .img_normal{
			    	width:100%;
			        opacity: 1;
			        -webkit-transform: scale(1);
			        -moz-transform: scale(1);
			        -ms-transform: scale(1);
			        -o-transform: scale(1);
			        transform: scale(1);
			        -webkit-transition: all 0.35s ease-in-out;
			        -moz-transition: all 0.35s ease-in-out;
			        transition: all 0.35s ease-in-out;
			    }
			    .environment_list li .img_hover{
			    	width:100%;
			        visibility: hidden;
			        opacity: 0;
			        position:absolute;
			        top:0;
			        left:0;
			        -webkit-transform: scale(0.5);
			        -moz-transform: scale(0.5);
			        -ms-transform: scale(0.5);
			        -o-transform: scale(0.5);
			        transform: scale(0.5);
			        -webkit-transition: all 0.35s ease-in-out;
			        -moz-transition: all 0.35s ease-in-out;
			        transition: all 0.35s ease-in-out;
			    }

			    .environment_list li:hover .img_normal{    
			        opacity: 0;
			        -webkit-transform: scale(1.5);
			        -moz-transform: scale(1.5);
			        -ms-transform: scale(1.5);
			        -o-transform: scale(1.5);
			        transform: scale(1.5);
			    }
			    .environment_list li:hover .img_hover{   
			        visibility: visible; 
			        opacity: 1;
			        -webkit-transform: scale(1);
			        -moz-transform: scale(1);
			        -ms-transform: scale(1);
			        -o-transform: scale(1);
			        transform: scale(1);
			    }
			    .environment_tit{line-height: 26px;font-size: 18px;}
			    .environment_tit a{color: #a98a4a;}
			    .environment_list li:hover .environment_tit a{color: #fff;-webkit-transition: color 0.35s ease-in-out;
			        -moz-transition: color 0.35s ease-in-out;
			        transition: color 0.35s ease-in-out;}
.environment_list li:hover .environment_tit a.eng{color: #a91728;-webkit-transition: color 0.35s ease-in-out;
			        -moz-transition: color 0.35s ease-in-out;
			        transition: color 0.35s ease-in-out;}
.environment_list li:hover{background:#dabb85;}
.img_box_wrap{height:105px;overflow:hidden;}
.english_btn{margin-left:10px;background:url(../image/index_icon_english2_ch_20200428.png) 0 center no-repeat;width:97px;height:16px;display:inline-block;}
.tab_hd2 h2.cur .english_btn{background:url(../image/index_icon_english_ch_20200428.png) 0 center no-repeat;}
.english_btn img{vertical-align:middle;}
/*新增千龙网首页效果s*/
.qlwMore,.ywUp{width:89px;margin:0 auto;font-size:14px; cursor: pointer; }
.qlwMore img{width:25px;height:25px; vertical-align: middle; }
.qlwBox{width:1200px;margin: 0 auto;}
.qlwBox ul li{width:600px;float:left;height:60px;line-height:60px;font-size:18px;}
.ywUp{width:53px;}
.ywUp img{width:25px;height:25px;cursor: pointer; }
.ywUp img{vertical-align: middle;}
.ywUp{margin:0 auto;}
span.qlwTime{float: right;
    width: 10%;
    text-align: right;
    color: #999;
margin-right: 35px;}




.part11 {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
}

.classify-box {
    width: 100%;
    overflow: hidden;
}
.title-xj h2 {
    width: 100%;
    border-bottom: solid 2px #dcdcdc;
    height: 40px;
}
.title-xj h2 a {
    float: left;
    line-height: 30px;
    padding: 0 0 10px 0;
    height: 30px;
    border-bottom: solid 2px #bd1a2d;
    font-size: 24px;
    font-weight: bold; color:#bd1a2d;
}

/*最底*/

.gray_bg {
    width: 1200px;
    margin: 0 auto;
    padding: 15px;
    /*background: #f8f8f8;*/
	background: #fff;
    box-sizing: border-box;
}
.rd_tab{width:100%;height:400px;position:relative;}
.rd_tab .shadow .title{width: 260px; height: 50px;padding-left: 30px;line-height:50px;}
.rd_tab .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.rd_tab .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.rd_tab .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.rd_tab .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.rd_tab .fPic{ position:absolute; left:0px; top:0px;width:100%; }  
.rd_tab .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.rd_tab .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:50px; line-height: 50px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left;color:#fff; }  
.rd_tab .shadow a{ text-decoration:none; color:#fff; font-size:16px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.rd_tab .fcon{ position:relative; width:100%;float:left;  display:none;animation: 2s fadeInLeft; -webkit-animation: 2s fadeInLeft;-moz-animation: 2s fadeInLeft;}  
.rd_tab .fcon img{ display:block; }  
.rd_tab .fbg{top:12px; right:10px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.rd_tab .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.rd_tab .D1fBt a{position:relative; display:inline; width:10px; height:10px; border-radius:7px; margin:0 8px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#d7d5d6; }    
.rd_tab .D1fBt .current,.focus .D1fBt a:hover{background:#8e8e8e;}    
.rd_tab .D1fBt img{display:none}    
.rd_tab .D1fBt i{display:none; font-style:normal; }  



.banner {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px; overflow:hidden;
}
.banner {
    background: #fff;
}
.ban_title {
    font-size: 24px;
    color: #404040;
    font-weight: 400;
    padding-left: 3px;
    border-bottom: 4px solid #bd1a2d;
}
.rd_tab .fbg {
    top: 12px;
    right: 10px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}



.rd_tab .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}.rd_tab .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px;
}
.rd_tab .D1fBt a {
    position: relative;
    display: inline;
    width: 10px;
    height: 10px;
    border-radius: 7px;
    margin: 0 8px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #d7d5d6;
}
.rd_tab .D1fBt .current, .focus .D1fBt a:hover {
    background: #8e8e8e;
}
.rd_tab .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    animation: 2s fadeInLeft;
    -webkit-animation: 2s fadeInLeft;
    -moz-animation: 2s fadeInLeft;
}
 .tab-hd li{color:#fff;}
    .tab-bd li a{font-size:14px;}
    .tab-bd li a:hover {color:#fff;}
    .tab-bd li i {background: #fff;}
    .home_head_news a{font-size:24px;}
    .active{border-bottom: 4px solid #fff;}
    .tab-hd{border:0}
    .gray_bg{
    width: 1200px;
	margin: 0 auto;
	padding: 15px;
	/*background: #f8f8f8;*/
	background: #fff;
	box-sizing: border-box;
       }
  
    .I_box_01{width:575px;height:225px;box-sizing:border-box;background:#fff;padding:25px;position:relative;}
    .new_ico{position:absolute;right:0;top:0;background:url(../image/new_ico0605.png) no-repeat;width:66px;height:66px;z-index:10}
    .I_bg_pic01{position:absolute;bottom:0px;right:10px;}
    .I_box_01 h3{font-size:24px;padding:5px 0;}
    .I_box_01 p{font-size:14px;color:#989898;line-height:170%;}
    .I_box_01 a.I_more_but01{display:block;width:115px;height:30px;line-height:30px;text-align:center;color:#fff;font-size:18px;background:#fd5500;position:absolute;bottom:25px;}
    .rd_fw_list li{width:280px;height:120px;box-sizing: border-box;padding:25px 0 0 15px;float:left;margin-right:16px;margin-top:10px;line-height:160%;color:#9c9c9c;font-size:14px}
.rd_fw_list li h3{    
    color: #414141;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
    .rd_fw_list li h3 a{color:#414141;font-size:20px;font-weight:400;}
    .rd_fw_list li p{color:#989898;font-size:14px;}
    .rd_fw_list li.rd_li01{background:#fff url(../image/I_rd_bg0301.png) no-repeat top right;}
    .rd_fw_list li.rd_li02{background:#fff url(../image/I_rd_bg0401.png) no-repeat top right;}
    .rd_fw_list li.rd_li03{background:#fff url(../image/I_rd_bg0501.png) no-repeat top right;}
    .rd_fw_list li.rd_li04{background:#fff url(../image/I_rd_bg0401.png) no-repeat top right;margin-right:0;}




/*焦点图*/
.focus{ position:relative; width:585px; height:340px;  float: left;}  
.focus img{ width: 585px; height: 340px;} 
.focus .shadow .title{width: 260px; height: 50px;padding-left: 30px;line-height:50px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:50px; line-height: 50px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left;color:#fff; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:16px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:12px; right:10px; position:absolute; text-align:center; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:auto}    
.focus .D1fBt a{position:relative; display:inline; width:10px; height:10px; border-radius:7px; margin:3px 8px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#fff; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position: absolute;
	top: 60%;
	transform: translateY(-50%);
	font-size: 48px;
	font-weight: 900;
	user-select: none;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.1s linear;}
.focus .prev{top: 60%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 60%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0;background:#000; }  
.focus .next:hover{  background-position:-40px 0;background:#000;}

.L_float {
    float: left;
}
.R_float {
    float: right;
}

.part1 {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 50px 0;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.tab-hd01 {
    margin: 20px 0;
}
.tab-hd01 li {
    background: #f0f0f0;
    color: #616161;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    width: 362px;
    margin-right: 8px;
    float: left;
    transition: all 0.3s ease;
}

.tab-hd01 li.active {
    background: #bd1a2d;
    color: #fff;
}
.tab-bd01 li {
    padding: 0 0 20px 0;
    min-height: 110px;
}
.bsfw_list {
    width: 1200px;
    margin: 0 auto;
}
.I_person_list a {
    border: 4px solid #eee;
    width: 185px;
    height: 108px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0px 0px 10px #e9e9e9;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    background: #fff;
}
img {
    vertical-align: top;
    border: none;
}
.I_person_list a span {
    display: block;
    height: 40px;
    margin-top: 10px;
}

ul, ol, li {
    list-style: none;
}

.index{ margin:auto; width:1200px; overflow: hidden; padding:50px 0}
.index ul{ width:795px; overflow:hidden; float:left; margin-left:-8px;}
.index ul li{ width:168px; height:135px; float:left; margin:15px;    box-shadow: 0 0 15px 0px rgba(0,0,0,0.1);    border-radius: 4px; }
.index ul li img{ padding:25px 54px 0px; width:60px;}
.index1{ width:100%;font-size:14px; line-height:30px; font-weight:bold; color:#333; text-align:center}
.index2{ float:right; width:410px;}
.index2 img{ width:100%; margin:15px 0}