@charset "UTF-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
}

body{
	font-size:14px;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
}
a{
font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
}
li{
	list-style:none;
}
body a,img{
	text-decoration:none;
	border:none;
	outline:none;
}
a:focus{
	outline:none;
}
.clear{
	clear:both;
	height:0 !important;
}

@font-face
{
font-family:myFirstFont;
font-style: normal;
font-weight:700;
src:url('../fonts/TradeGothic-Bold.ttf')
    ,url('../fonts/TradeGothic-Bold.woff'); /* IE9+ *//* IE9+ */
}
/*头部样式*/
#wrap_nav{
	min-height:52px;
	width:100%;
	position:fixed;
	left:0;
	top:0;
	background-color:#222222;
	z-index:1000;
}
.nav_inner{
	width: 1100px;
	margin: 0 auto;
}
.new_logo{
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	padding-top: 11px;
	margin-right: 26px;
}
.new_logo img{
	width: 30px;
	height: 30px;
	display: block;
	margin: 0;
	position: 0;

}
.new_nav_list{
	float: left;
	width: 844px;
	height: 52px;
	padding: 0;
	margin: 0;
}
.new_nav_list li{
	float: left;
	margin: 0 20px;
	height: 52px;
	line-height: 52px;
}

.new_nav_list li a{
	color: #ffffff;
	font-size: 14px;
}
.join_load .search_nav{
	margin-top: -2px;
	padding: 19px 10px;

}
.join_load{
	width: 200px;
	float: right;
	height: 52px;
	line-height: 52px;
	text-align: right;
	color: #ffffff;
	position: relative;
}
.join_load a{
	font-size: 14px;
	color: #ffffff;
}

.search_div{
	width: 0px;
	height: 52px;
	background: #222222;
	position: absolute;
	right: 150px;
	top: 0px;
	text-align: left;
	display: none;
}


.search_div .search_form{
	width: 700px;
	float: left;
	display: block;
}
.search_change{
	width: 60px;
	color: #ffffff;
	background: #444444;
	float: left;
	margin-top: 11px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
}
.search_form .search_change p{
	height: 30px;
	line-height: 30px;
	background: #2f3031;
	margin: 0;
	padding: 0;
	display: none;
	
}
.search_change .p_01 ,.search_change .p_02{
	border-bottom: 1px solid #444546;

}

.search_form .search_change .te{
	display: block;
}

.search_form_img{
	margin-top: -3px;
}
/*.sea_text{
	background: #222222;
	border: none;
	margin-top: 0;
	width: 600px;
	font-size: 14px;
	height: 52px;
	line-height: 52px;
	outline:0px;
}*/
input.sea_text:-webkit-autofill{
  box-shadow:0 0 0 120px #fff inset;
}

.sea_sub{
	display: none;
}
.close_search{
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 16px;
	filter:alpha(opacity=60); /*IE滤镜，透明度50%*/
	-moz-opacity:0.6; /*Firefox私有，透明度50%*/
	opacity:0.6;/*其他，透明度50%*/

}

.search_h{
	width:190px;
	height:22px;
	padding:0;
	margin:0;
	font-size:12px;
	padding-left:4px;
	float:left;
	line-height:22px;
	border:none;
	color:#FFFFFF;
	background:none;
	outline:none;
}

.search_h_ico{
	outline:none;
	float:right;
	width:24px;
	height:24px;
	background:url(../images/search.png) no-repeat center center;
	border:none;
}
.new_nav_list .nav_ico{
	background: url("../images/open_nav_dian_ico.png")no-repeat center center;
	height: 12px;
	line-height: 52px;
	letter-spacing:0px;
	margin: 20px 26px;
	width: 18px;
	font-weight: bolder;
	cursor: pointer;
}













#top_banner{
	height:90px;
	background-image:none;
	background-position: center center;
	background-repeat: no-repeat;
	width:100%;
	overflow:hidden;
	display:block;
	position:relative;
}

#top_banner_img{
	display: none;
}

.lo_ban_logo{
	height:90px;
	display:block;
	text-align:center;
}

.gbl_ban{
	float:right;
	display:block;
	width:26px;
	position:absolute;
	right:10px;
	top:32px;
}
.daohang{
	background-color:#d00005;
	height:52px;
}


.l_b_ad{
	position:relative;
}
.l_b_img,.l_b_img2{
	position:absolute;
	display:block;
	left:80px;
	width:80px;
	overflow:hidden;
	top:0;
}
.l_b_img2{
	width:129px;
	left:95px;
	top:-1px;
	cursor:pointer;
}

.nva_list,.nva_list_en{
	padding:0;
	margin:0;
	display:none;
	min-width:300px;
	float:left;
}



.land_img{
	width:26px;
	width:26px;
	overflow:hidden;
	border-radius:13px;
	float:right;
	border:1px solid #FFFFFF;
	margin-top:13px;
}
.land_img img{
	width:100%;
}
/*展开导航*/
#open_nav{
	background:url(../images/black_bg.png);
	height:450px;
	overflow: hidden;
	position:fixed;
	width:100%;
	left:0;
	top:52px;
	z-index:100;
	display: none;
	
}
.open_nav_inner{
	width:1100px;
	margin:0 auto;
	position:relative;
}
.open_logo{
	display:block;
	width:86px;
	margin:16px auto 0;
}
.open_logo img{
	width:86px;
}
.nav_close{
	position:absolute;
	right:0;
	top:25px;
	display:block;
	transition: transform 210ms;
	-moz-transition: -moz-transform 210ms;	/* Firefox 4 */
	-webkit-transition: -webkit-transform 210ms;	/* Safari 和 Chrome */
	-o-transition: -o-transform 210ms;	/* Opera */
}
.son_nav_box{
	padding-left:42px;
}
.son_nav_box .s_row{
	padding-top:25px;
}
.s_row a{
	font-size:14px;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
	padding:5px 10px;
	margin:0 6px;
}
.son_nav_box a,.son_nav_box a:hover{
	color:#FFFFFF;
}
.news_nav a:hover,.news_nav a:visited{
	background:#d00002;
	color:#FFFFFF;
	text-decoration:none;
	outline:none;
	border:none;
}
.son_nav_box .son_nav_title{
	font-size:20px;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
}
.search_02{
	margin-left:16px;
	outline:none;
	width:224px;
	height:24px;
	line-height:28px;
	font-size:14px;
	border:1px solid #FFFFFF;
	background:none;
	color:#FFFFFF;
	padding-left:5px;
	float:left;
}
.landing {
	color:#FFFFFF;
	float:left;
}
.landing a{
	padding:0;
	margin:20px;
}
.erweima{
	width:112px;
    float:left;
	text-align:center;
	margin-left:30px;
}
.erweima .weixin,.erweima .sina,.erweima .rss{
	display:block;
	float:left;
	width:26px;
	height:26px;
	padding:0;
	margin:0;
	background-repeat:no-repeat;
	background-position:center center;
}
.weixin{
	background-color:#FFFFFF;
}
.weixin{
	background-image:url(../images/weixin_ico.png);
}
.erweima .sina{
	background-image:url(../images/sina_ico.png);
	margin:0 17px;
}
.rss{
	background-image:url(../images/rss_ico.png);
}
.three_ewm{
	padding:12px;
	background:#FFFFFF;
}
.erweima p{
	font-size:14px;
	padding:0;
	margin:0;
	color:#FFFFFF;
	padding-top:5px;
}
/*导航条*/
/*banner样式*/
.b_ordinary_box img{
	min-width:1200px;
}
.l_banner{
	width:100%;
	padding-top:52px;
	min-width:1122px;
	margin:0 auto;
}
#carousel-example-generic{
	height:450px;
}
.b_ordinary_box{
	height:450px;
	min-width:1200px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
}
.b_type{
	width:1098px;
	margin:0 auto;
	height:450px;
	overflow:hidden;
}
.l_banner .b_left{
	float:left;
	width:728px;
	height:450px;
	position:relative;
	overflow:hidden;
}
.l_banner .b_left img{
	width:728px;
	height:450px;
}
.b_right .div_01{
	width:370px;
	height:225px;
	position:relative;
}
.l_banner .b_left p,.b_right .div_01 p{
	position:absolute;
	margin:0;
	height:50px;
	line-height:50px;
	color:#FFFFFF;
	padding:0 15px;
	font-size:22px;
	font-weight:bold;
	background:url(../images/black_bg.png);
	width:100%;
	left:0;
	bottom:0;
	border-left:5px solid #d10005;
	overflow:hidden;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
}
.l_banner .b_left .b_s_r_num,.b_right .div_01 .b_s_r_num{
	bottom:60px;
	height:auto;
	left:5px;
	background:none;
	border:none;
}

.s_r_strlen{
	font-size: 12px;
	color: #888;
	line-height:18px;
	padding:10px 0 0px;
}

.l_banner .b_right{
	float:left;
	width:370px;
	overflow:hidden;
}
.l_banner .b_right img{
	width:370px;
	height:225px;
}
.index_banner01{
	font-size:36px;
	color:#FFFFFF;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
	font-weight:900;
}
.banner_more{
	display:block;
	margin:0 auto;
	margin-top:30px;
	color:#FFFFFF;
}
/*底部*/
#footer{
	padding:30px 0 35px;
	background:#242424;
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
	min-width:1122px;
}
#footer .contact a,.copyright a{
	color:#FFFFFF;
}
.copyright{
	line-height:21px;
	color:#afafaf;
}
/*回到顶部*/
.back_top{
	width:40px;
	height:40px;
	position:fixed;
	bottom:130px;
	right:0;
	display:none;
    text-align: center ;
    cursor: pointer;
}
/*查看更多*/
.look_all_work{
	width:1122px;
	margin:0 auto;
}
.look_all_work a{
	width:400px;
	display:block;
	height:58px;
	color:#d10005;
	border:1px dotted #000000;
	text-align:center;
	line-height:58px;
	margin:30px auto 30px auto;
	cursor:pointer;
}
.look_all_work a:hover{
	background:#d10005;
	color:#FFFFFF;
	border:1px solid #fff;
}
/*阅读量*/
.s_r_num .sp_01 {
    float: left;
    margin-left: 15px;
		cursor: pointer;
}
.s_r_num .sp_02 {
    float: right;
    margin-right: 15px;
}
.s_r_num .sp_03 {
    float: right;
    margin-right: 22px;
    padding-left: 20px;
}
.sp_02_bg{
	float: right;
	margin-right: 11px;
	margin-top: -1px;
}
.s_r_num{
	height: 12px;
	font: 12px/12px "微软雅黑";
	color: #c0c0c0;
}
.b_s_r_num{
	padding:8px 0 4px;
	color:#888;
	line-height:12px !important;
}
.b_s_r_num{
	margin-top:20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}
.b_s_r_num span{
	font-size:12px;
	line-height:12px !important;
	height:12px !important;
	color:#888;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
	padding-right:4px;
}
.s_r_num .sp_03,
.s_r_num .sp_04,
.b_s_r_num .sp_02,
.b_s_r_num .sp_03,
.b_s_r_num .sp_04
{
	padding-left:18px;
}
.s_r_num .sp_03{
	/*background:url(../images/comment_index.png) no-repeat left 1px;*/
}
.s_r_num .sp_04{
	background:url(../images/praise_ico.jpg) no-repeat left center;
}

.b_s_r_num .sp_02{
	background:url(../images/b_see.png) no-repeat left center;
	color:#FFFFFF;
}
.b_s_r_num .sp_03{
	background:url(../images/b_comment.png) no-repeat left center;
	color:#FFFFFF;
}
.b_s_r_num .sp_04{
	background:url(../images/b_praise.png) no-repeat left center;
	color:#FFFFFF;
}

/*招聘(侧边信息)*/
.Recruitment_box{
	height:40px;
	background:#000000;
	margin-top: 20px;
}
.Recruitment_box span,.Recruitment_box a{
	line-height:40px;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
	font-size:14px;
	color:#FFFFFF;
	width:68px;
	display:block;
	float:left;
	background:#000000;
	text-align:center;
	cursor:pointer;
}
.Recruitment_box .span_01,.Recruitment_box .span_01 a{
	font-size:14px;
	font-weight:bold;
}
/*.Recruitment_box span:hover{
	background-color:#d10005;
}*/
.Recruitment_box .span_01{
	width:78px;
}
.Recruitment_box .span_02{
	background-color:#d10005;
}

.Recruitment_con{
	height:235px;
	/*padding:10px;	*/
}
/* .Recruitment_con li{
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 0px 20px 0px 10px;
    line-height: 34px;
} */
/* .Recruitment_con li:nth-child(even){background: rgba(238,238,238,0.5);} */
/* .Recruitment_con li:nth-child(odd){background:#ffffff;} */
.Recruitment_con li span{
    font-size: 13px;
    color: #d10005;
    float: right;
    font-family: "arial",myFirstFont,"微软雅黑","黑体";
    /*position: relative;
    top: 8px;*/
}
/* .Recruitment_con li a{
	display: inline-block;
    width: 80%;
    float: left;
    text-overflow: ellipsis;
	font-size:14px;
	color:#666;
	line-height:32px;
	font-weight:bold;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
} */
.Recruitment_con li a:hover,.s_w_l_box h2:hover{
	color:#d10005;
}
.Recruitment_con ul{
	display:none;
}
.Recruitment_con .rec_con_02{
	display:block;
}
.new_Recruitment{
	padding:10px 18px;
	background:#fff7ed;
	margin-bottom: 20px;
}
.new_Recruitment p{
	color:#d10005;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
	font-size:14px;
	padding:0;
	margin:0;
	line-height:26px;
}
.new_Recruitment:first-child{
	display: none;
}
.new_Recruitment p:nth-child(1){
	display: none;
}
/*small_works_list*/
.small_works_list .s_w_l_img{
	display:block;
	width:80px;
	height:60px;
	float:left;
	border-radius: 5px;
}
.small_works_list li{
	margin:10px 20px;
	padding: 10px 0;
	border-bottom: 1px dashed #f4f4f4;
}
.small_works_list li:last-child{
	margin:10px 20px;
	padding: 10px 0;
}
.s_w_l_box{
	width:125px;
	float:right;
}
.s_w_l_box h2{
	padding:0;
	margin:0;
	font-family: "微软雅黑";
	font-size:12px;
	color:#707070;
	line-height:20px;
}
.s_w_l_box .s_r_num .sp_01{
	color:#d10005;
}
.s_w_l_box .s_r_num .sp_01:hover{
	text-decoration:underline;
}

/*indx主体内容样式*/
.index_main{
	width:1122px;
	margin:0 auto;
	padding-top:12px;
	*padding-top:12px;
}
.work_list{
	width: 1100px;
	margin:25px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content:space-between;
}
/*.work_list_left{
	width:748px;
	float:left;
}
.work_list_left .w_l_inner{
	overflow: hidden;
	height: 331px;
}
.work_list_right{
	width:374px;
	float:right;
}*/
.work_list .w_l_inner{
	width:260px;
	height: 305px;
	background: #fff;
	margin-bottom: 25px;
	border-radius: 5px;
	box-shadow: 0px 1px 20px rgba(0,0,0,0.1);
}
.work_list .ad_l_inner{
	height:auto;
}
.w_l_inner_img{
	width:260px;
	height:188px;
	margin-bottom: 14px;
	
}
.w_l_inner_img img{
	width:260px;
	height:188px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.w_l_inner_img_zhuanti{
/*	height:250px;*/
}
.w_l_inner_img .a_02_img{
	width:350px;
	height:200px;
	background-position: left center;
	display: block;
}
.w_l_inner_img p{
	width:52px;
	height:24px;
	background:#d10005;
	font-size:14px;
	line-height:24px;
	text-align:center;
	color:#FFFFFF;
	position:absolute;
	left:0;
	top:0;
}
body{
	background: #f4f4f4;
}
/*专题遮罩*/
/*.w_l_inner_img a{
	position: absolute;
	width: 100%;
	height:100%;
	background: #000000;
	opacity: 0.2;
	filter: alpha(opacity=20);
}*/
.w_l_inner_img p:hover{
	text-decoration:underline;
}
.wrok_l_title{
	margin:0;
	padding:0;
	line-height:22px;
	height: 84px;
	overflow: hidden;
	margin: 4px 15px;
}

.wrok_l_title a{
	color:#000000;
	font-size:14px;
	font-family:"微软雅黑";
	line-height:20px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.wrok_l_title_topic{
	margin:0;
	padding-top:12px;
	height: 84px;
	overflow: hidden;
	margin: 4px 15px;
}

.wrok_l_title_topic a{
	color:#000000;
	font-size:14px;
	font-family:"微软雅黑";
	line-height:15px;
	word-break: break-all;
}
.wrok_l_title a:hover{
	color:#d10005 !important;
}

/*detals页面css样式表－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
#myModal{
	z-index:10008;
}
.modal-body{
	text-align:center;
}
.main_content{
	width:1100px;
	margin:0 auto;
	padding-top:70px;
}
.m_con_left{
	width:820px;
	float:left;
	padding-bottom:30px;
	background: #fff;
	position: relative;
}
.m_con_right{
	width:260px;
	float:right;
}
.con_pic_title{
	height: 450px;
	overflow:hidden;
	width:820px;
	margin-bottom:25px;
	border-radius: 5px;
}
.con_pic_title img{
	width:100%;
	height: 100%;
	border-radius: 5px;
}
.text_time{
	font-size:14px;
	font-family:"微软雅黑";
	height:22px;
	line-height:22px;
	padding: 0 70px;
}
.m_con_right .w_l_inner{
	border-top: 5px solid #000;
	margin-top: 25px;
	background: #fff;
}

/*右侧的两个广告位*/
.a1_box1{
	height: 215px;
	margin-bottom: 20px;
}
.a1_box1 img{
	height: 100%;
	width: 100%;
}
.text_time .weiboicon{
	float:left;
	margin:3px 5px 0 0;
}
.text_time span{
	float:right;
	color: #dddddd;
}
.text_time span img{
	margin-top:1px;
}
.text_time img{
	margin-left:5px;
	display:block;
	float:left;
	outline:none;
	border:none;
}
.text_time .look_num{
	margin-left: 8px;
	padding-left: 18px;
	background: url("../images/see_ico.jpg") no-repeat left center;

}
.text_title{
	font-size:36px;
	font-family:"Times New Roman";
	font-weight:600;
	line-height:40px;
	padding: 0 70px;
}
.Collection_Comment span{
	text-align:center;
	height:24px;
	float:right;
	display:block;
	min-width:50px;
	line-height:24px;
	color:#FFFFFF;
}
.look_all span{
	float:right;
}
.look_all{
	padding:0 70px;
	margin-top: 32px;
	position: relative;
	margin-bottom: 80px;
}
.look_all .sp_01,.look_all .r_g_djh{
		width: 70px;
    height: 35px;
    background: url(../images/xx_03.png) no-repeat left center;
    color: #dddddd;
    font-size: 14px;
    line-height: 35px;
    padding-left: 40px;
    margin-left: 25px !important;
		position: absolute;
		right: 74px;
}
.look_all .sp_02{
	padding:0px 20px 0px 20px;
	position:relative;
}
.Collection_Comment span{
	height:36px;
	min-width:80px;
	line-height:36px;
}
.Collection_Comment .d_span_02,.Collection_Comment .d_span_01{
	background-image:url(../images/d_Comment_ico.jpg);
	background-position:10px center;
	background-repeat:no-repeat;
	padding:0px 10px 0px 30px;
	cursor:pointer;
}
.Collection_Comment .d_span_01{
	margin-right: 10px;
	background-image:url(../images/d_Collection_ico.jpg);
}
.Collection_Comment .tegre{
	background: #ababab;
	padding: 0;
}
.bigzan_erweima{
	width: 300px;
	padding: 30px 0;
	margin: 0 auto;
}
.bigzan_erweima .box_01,.bigzan_erweima .box_02{
	width: 150px;
	float: left;
	text-align: center;
}
.bigzan_erweima .box_02{
	cursor: pointer;
}

.bigzan_erweima .box_01 img,.bigzan_erweima .box_02 img{
	width: 100px;
	padding-bottom: 10px;
}


.yuedu{
	position:absolute;
	bottom:-8px;
	left:0px;
}
.t_label{
	padding-left:35px;
	font-size:12px;
	color:#d10005;
	background:url(../images/label_ico.jpg) no-repeat left 10px;
	float: left;
	height: 34px;
	line-height: 34px;
	margin: 0;
}
.t_label1{
	padding-left:35px;
	font-size:14px;
	color:#d10005;
	background:url(../images/label_ico.jpg) no-repeat left center;
	float: left;
	height: 22px;
	line-height: 22px;
	margin: 0;
}
.t_label1 a{
	color: #000;
}
.weixin{
	width: 34px;
	height: 34px;
	float: right;
	margin-right: 25px;
}
.t_label a{
	color:#d10005;
}
.author{
	font-size:14px;
	font-family:"Times New Roman";
	font-weight:bold;
	padding:30px 0 0;
}
.iframe_shadow{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 35px !important;
	height: 35px !important;
	background: url(../images/wb_03.png) no-repeat !important;
}
.con_Text{
	padding:30px 0;
	font-family:"Times New Roman";
	line-height:24px;
	padding: 0 70px;
	word-wrap: break-word;
}
.text_con{
	padding-top:20px;
	font-size:14px;
	font-family:"Times New Roman";
	line-height:22px;
}
.weixin_ico{
	cursor:pointer;
	width: 100%;
	height: 100%;
}
/*更多文章*/
.about_text,.comment_box{
	padding:30px 0 30px 50px;
	border-top:1px solid #dddddd;
}
.about_text h2,.comment_box h2{
	font-size:16px;
	font-family:"Times New Roman";
	padding:0;
	margin:0;
	padding-bottom:10px;
}
.about_box{
	width:220px;
	float:left;
}
.a_b_center{
	margin:0 30px;
}
.about_pic_title{
	width:220px;
	height:150px;
	overflow:hidden;
}
.about_pic_title img{
	width:220px;
	height:160px;
}
.about_text h3{
	height:54px;
	font-size:14px;
	padding:15px 0 10px 0;
	margin:0;
	font-family:"Times New Roman";
	color:#000000;
}
.about_text p{
	font-family:"微软雅黑";
	color:#666666;
}
/*网友评论*/
.comment_inner{
	border-bottom:1px solid #f5f5f5;
	padding-top:20px;
}
.user_avatar{
	width:50px;
	height:50px;
	overflow:hidden;
	border-radius:35px;
	background:#D8D8D8;
	float:left;
}
.user_avatar img{
	width:50px;
	height:50px;
}
.user_reviews{
	width:630px;
	float:left;
	margin-left:20px;
}

.reviews_name{
	padding:0;
	margin:0;
	font-size:16px;
	color:#191a1b;
	float:left;
}
.reply_btn,.r_good,.r_g_djh{
	min-width:50px;
	margin-left:5px;
	height:24px;
	line-height:24px;
	color:#FFFFFF;
	text-align:center;
	background-color:#d10005;
	display:block;
	cursor:pointer;
	float:right;
}
.reviews_btn .r_good,.reviews_btn .r_g_djh{
	color:#938f8e;
	background-color:transparent;
	background-image:url(../images/praise_ico.jpg);
	background-position:10px center;
	background-repeat:no-repeat;
	padding:0px 10px 0px 30px;
}
.reviews_time{
	color:#938f8e;
	font-size:12px;
	font-family:"宋体";
}
.reviews_con{
	font-size:14px;
	font-family:"宋体";
	color:#1a1a20;
	padding-bottom:12px;
	resize:none;
}
.reviews_box{
	width:100%;
	padding:10px;
	min-height:120px;
	color:#7e7670;
	border:1px solid #dddddd;
}
.cancel_btn,.submit_btn{
	margin-top:15px;
	cursor:pointer;
	width:120px;
	height:38px;
	line-height:38px;
	border-radius:3px;
	border:none;
	display:block;
	float:right;
	background:#d10005;
	text-align:center;
	color:#FFFFFF;
	font-family: "微软雅黑";
}
.cancel_btn{
	background:#eeeeee;
	color:#959392;
}
.reviews_box_title{
	font-size:14px;
	color:#999999;
}
.re_wrap{
	display:none;
}
.re_wrap,.re_wrap_e{
	margin-bottom:20px;
	margin-right: 50px;
}
.comment_inner_son{
	padding-left:90px;
}
.user_reviews_son{
	width:540px;
}
/*list页面css样式－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－－*/
canvas{
	position:absolute;
	left:0;
	top:0;
}
/*新闻列表*/
.main_contact{
	width:1122px;
	padding-left:11px;
	padding-right:11px;
	padding-top:30px;
	*padding-top:30px;
	margin:0 auto;
}
.new_l_left{
	width:720px;
	float:left;
}
.list_sousuo{
	margin-bottom:30px;
}

.search_slect{
	height:38px;
	margin-right:10px;
	background:#000;
	color:#fff;
	font-size:14px;
	width:120px;
	float:left;
	position:relative;
	text-align:center;
	cursor:pointer;
}
.search_slect .p_01{
	width:120px;
	background-image:url(../images/zhankai_ico2.png);
	background-repeat:no-repeat;
	background-position: right top;
	height:38px;
	line-height:38px;
	border:1px solid #000;
}
.search_slect .tes{
	background-color:#000;
	color:#fff;
	border:1px solid #000;
}
.search_slect .p_02,.search_slect .p_03{
	width:120px;
	height:38px;
	color:#FFFFFF;
	line-height:38px;
	margin:0;
	cursor:pointer;
}
.search_slect .p_02:hover,.search_slect .p_03:hover{
	background:#DE1F22;
}

.search_slect .xuanxiang{
	width:120px;
	display:none;
	height:76px;
	position:absolute;
	left:0;
	top:38px;
	background:#000000;
	z-index:100;
}
.insearch{
	width:490px;
	height:38px;
	display:block;
	float:left;
	border:1px solid #C1C1C1;
	background-image:url(../images/search1.gif);
	padding-right:35px;
	padding-left:5px;
	background-repeat:no-repeat;
	background-position:right center;
}

.insearch_button{
	width:90px;
	height:38px;
	display:block;
	float:left;
	margin-left:10px;
	background:#d00005;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	border:none;
}

.new_l_left li{
	padding-bottom:70px;
}
.new_pic_title{
	width:250px;
	height:180px;
	float:left;
	overflow:hidden;
	position:relative;
}
.new_pic_title img{
	width:250px;
	height:180px;
}
.new_pic_title p{
	width:52px;
	height:24px;
	background:#d10005;
	font-size:14px;
	line-height:24px;
	text-align:center;
	color:#FFFFFF;
	position:absolute;
	left:0;
	top:0;
}
.new_pic_title p:hover{
	text-decoration:underline;
}
.new_text{
	width:460px;
	float:right;
	padding-left:10px;
}
.new_text .l_text{
	display:block;
	padding-bottom:20px;
	overflow:hidden;
}
.new_text h2{
	font-size:22px;
	color:#000000;
	padding:0;
	margin:0;
	padding-bottom:20px;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
	font-weight:700;
}
.new_text h2:hover{
	color:#d10005;
}
.new_text p{
	font-size:14px;
	color:#888;
	font-family:"宋体";
	padding:0;
	margin:0;
	text-overflow:ellipsis;
}
.new_l_right{
	float:left;
	width:350px;
	padding-left:30px;
}
.rec_title{
	height: 55px;
}
.rec_title .color_txt{
	font-size:18px;
	font-weight:500;
	color:#000;
	float: left;
	line-height:55px;
	height:55px;
	margin-left: 20px;
	font-family: "微软雅黑";
}
.color_bg{
	height: 18px;
	width: 5px;
	background: #f85959;
	float: left;
	margin-top: 20px;
}
.rec_title a{
	font-size:12px;
	float:right;
	font-weight:normal;
	color:#FFFFFF;
	padding-right:10px;
}
.details_w_list{
	margin-bottom:0;
}
/*关于我们*/
#about_main{
	width:1200px;
	margin:0 auto;
	margin-top:52px;
	padding-bottom:60px;
}
.ab_main_inner{
	padding:0 100px;
}
.about_center{
	text-align:center;
	padding:35px 0;
}
.about_logo p{
	font-size:16px;
	color:#FA060A;
}
.ab_main_inner .w_title{
	font-size:16px;
	line-height:24px;
	color:#333;
	font-weight:bold;
}
.ab_main_inner .w_con,.w_con a{
	font-size:14px;
	line-height:21px;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
	color:#555;
	font-weight:normal;
}
.ab_main_inner .w_con strong{
	font-weight:bold;
	color:#333;
}
.w_con .link,.w_con a:hover{
	color:#ed1b24;
	text-decoration:underline;
}

/*联系我们*/
#contact_main{
	width:1200px;
	margin:0 auto;
	margin-top:100px;
	padding-bottom:60px;
}
.co_main_inner{
	padding:0 100px;
}
/*加入我们*/
#zhao_main{
	width:1100px;
	margin:0 auto;
	margin-top:82px;
	padding-bottom:60px;
}
.zhao_left,.zhao_right{
	width:549px;
	border-left:1px dashed #980002;
	float:left;
}

.job_email{
	background:#f5f5f5;
	height:28px;
	line-height:28px;
}
.job_email span{
	background:#ce312f;
	height:28px;
	color:#FFFFFF;
	display:inline-block;
	font-size:14px;
	padding:0 10px;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
}
.zhiwei{
	padding-left:30px;
	margin-bottom:30px;
}
.zhiwei h3{
	font-size:18px;
	line-height:19px;
	height:19px;
}
.zhiwei p{
	font-size:14px;
	color:#980002;
	line-height:22px;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
}

/*分页样式*/
.pagination {
    margin:40px 0 40px 384px;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    border-color:#d10005;
	color: #000;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color:#d10005;
    border-color:#d10005;
}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border:none;
    color: #000;
	width:32px;
	height:32px;
	text-align:center;
	line-height:32px;
	margin-right:15px;
	padding:0px 0px;
	font-size:16px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #fff;
  background-color:#d10005;
  border-color:#d10005;
}

.content-nav{margin:5px 20px;font-size:13px;background-color:#F4FCFF;background-color:#FFF;border:none;height:50px;line-height:50px;text-align:center;overflow:hidden;}

.content-nav a{padding:3px 8px;margin:2px;text-decoration:none}
.more_content a{ display:block; margin:0;}
.content-nav a.current,.content-nav a:hover{font-weight:400;color:#fff;background-color:#d00005}
/*多益广告位*/
.duoyi{
	position:fixed;
	left:0;
	top:0;
	background:url(../images/black_bg.png);
	width:100%;
	height:100%;
	z-index:100000000;
	display:none;
}

.duoyi .img_02,.duoyi img:last-child{
	width:583px;
	height:688px;
	display:block;
	margin:0 auto;
	margin-top:10px;
}
.duoyi .img_01{
	display:block;
	float:right;
	margin:10px;
	width:29px;
	height:29px;
	transition: transform 210ms;
	-moz-transition: -moz-transform 210ms;	/* Firefox 4 */
	-webkit-transition: -webkit-transform 210ms;	/* Safari 和 Chrome */
	-o-transition: -o-transform 210ms;	/* Opera */
}
.jintong{
	margin-left:15px;
	margin-top:-160px;
 }

.apppage{
	background:url(../images/appbg.jpg) no-repeat center center;
}
.apppage img{
	width:1100px;
	display:block;
	margin:0 auto;
}

.carousel-caption {
	right: 15%;
	left: 15%;
}

/*培训页面培训列表*/
.peixunpage{
	border: 1px solid #cecece;
	position: relative;
}
.peixunpage .px_title{
	margin: -1px 0 0 -1px;
	width: 140px;
	height: 46px;
	line-height: 46px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	background: #00aead;
	text-align: center;
	float: left;
}
.peixunpage .time_add{
	margin: 0;
	width: 568px;
	line-height: 46px;
	font-size: 22px;
	font-weight: bold;
	color: #00aead;
	padding-left: 10px;
	float: left;
}
.bm_vo{
	position: absolute;
	top: -1px;
	right: -1px;
}
.bm_vo .baoming{
	width: 92px;
	height: 54px;
	background: #d10005;
	font-size: 14px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 54px;
}
.bm_vo .re_volume{
	width: 92px;
	height: 54px;
	background: #cecece;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 8px;

}
.px_touxiang{
	width: 70px;
	height: 70px;
	overflow: hidden;
	float: left;
	border-radius: 35px;
	-moz-border-radius: 35px;
   -webkit-border-radius: 35px;
}
.px_touxiang img{
	width: 70px;
	height: 70px;
}
.px_list_title{
	float: left;
	font-size: 22px;
	color: #333333;
	margin: 0;
	line-height: 70px;
	padding-left: 20px;
	width: 624px;
	padding-bottom: 12px;
	font-weight: bold;
}
.px_line{
	border-bottom: 1px solid #cecece;
}
.px_list_title span{
	font-size: 14px;
	font-weight: normal;
	padding-left: 10px;
}
.peixun_ul{
	padding: 14px 0 0 24px;
}
.peixun_ul li{
	margin: 0;
	padding: 0;
	padding-top: 12px;
}
.peixunpage_end{
	border-top: none;
	margin-bottom: 30px;
}

/*案例库banner官网首页呈现*/
#CaseBanner{
	width: 724px;
	margin: 0 12px 36px 12px;
	float: left;
	background: #fafafa;
	padding: 18px 40px;
	height: 186px;
	overflow: hidden;
}
.CaseBannerTitleImg{
	width: 240px;
	height: 150px;
	float: left;
	display: block;
	background: red;
	position: relative;

}
.CaseBannerTitleImg img{
	width: 240px;
	height: 150px;
	margin: 0;
	padding: 0;
}
.CaseBannerTitleImg .anli_tag{
	display:inline-block;
	font-size: 13px;
	color: #fff;
	min-width: 60px;
	height: 24px;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 24px;
	padding: 0 5px;
	zoom:1;
}
.CaseBannerMain{
	width: 404px;
	float: left;
	padding-left:20px;
}
.CaseBannerMain h3{
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	font-weight: bolder;
	height: 70px;
	overflow: hidden;
}
.CaseBannerMain h3 a{
	font-size: 22px;
	color: #000;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}
.CaseBannerMain img{
	padding-bottom: 5px;
}
.CaseBannerGoLeft,.CaseBannerGoRight{
	display: block;
	position: absolute;
	width: 15px;
	height: 39px;
	top: 56px;
	background-repeat: no-repeat;
}
.CaseBannerGoLeft{
	left:-30px;
	background-image: url("../images/CaseBannerGoLeft_ico.jpg");
}
.CaseBannerGoRight{
	right:-30px;
	background-image: url("../images/CaseBannerGoRight_ico.jpg");
}


/*首页修改（2016－3-15）案例和有单特殊输出*/
.s_r_num_case{
	width: 256px;
	float: left;
}
.single_case_img{
	float: right;
	padding-top: 8px;
}

.single_text{
	padding-left: 22px;
	padding-top: 4px;
	float: right;
	background: url('../images/conduct.png') no-repeat left center;
	font-size:12px;
	height: 22px;
	line-height: 22px;
	color:#888;
	font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";
}

.w_l_inner_img p.youdan,.new_l_left p.youdan{
	background: #00aead;
}
.w_l_inner_img p.anlitab,.new_l_left p.anlitab{
	background: #000000;
}

/*新填四大板块导航2016-04-01*/
.FourNavigation{
	width: 1100px;
	margin: 0 auto;
	margin-top: 14px;
}
.FourNavigation .gana_app{
	width: 100%;
}

.FourNav{
	display: block;
	float: left;
	padding-top: 22px;
}
.FourNav img{
	width: 53px;
	display: block;
	float: left;
}
.FourNav .p_01{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
.FourNav .p_02{
	font-size: 12px;
	color: #ababab;
}
.FourNav .text_box{
	float: left;
	padding-left: 20px;
}

.FourNav_01{
	width: 236px;
	margin-left: 33px;
}
.FourNav_01 .text_box{
	width: 183px;
}

.FourNav_02{
	width: 194px;
}
.FourNav_02 .text_box{
	width: 141px;
}

.FourNav_03{
	width: 236px;
	margin-left: 20px;
}
.FourNav_03 .text_box{
	width: 183px;
}

.FourNav_04{
	width: 206px;
}
.FourNav_04 .text_box{
	width: 153px;
}

.phone_img_box{
	width: 174px;
	float: left;
	position: relative;
}
.app_erweima{
	width: 170px;
	height: 212px;
	position: absolute;
	left: 2px;
	bottom: 96px;
	z-index: 100;
	background: url("../images/app_images/sanjiao.png") no-repeat center bottom;
	display: none;
}
.list_case_img{
	margin-bottom: 16px;
}
/*用户反馈*/
.UserFeedback_btn{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:0;
	cursor: pointer;
	display:none;
	text-align: center;
}
.DownloaD_btn{
	width:40px;
	height:40px;
	position:fixed;
	bottom:75px;
	right:0;
	cursor: pointer;
	display:none;
	text-align: center;
}
.xzapp{
	font-size: 14px;
    line-height: 17px;
    box-sizing: border-box;
    color: #fff;
    background: #333;
    border: 1px solid #333;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 6px;
}
.UserFeedback_Mask{
	background: url('../images/black_bg.png');
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10002;
    display: none;
}
/*.UserFeedback_box{
	padding: 10px;
	width: 460px;
	height: 420px;
	background: #fff;
	position: fixed;
	right: 60px;
	bottom: 30px;
}*/
.UserFeedback_guanbi{
	float: right;
	cursor: pointer;
	display: block;
}
.UserFeedback_box textarea{
	resize: none;
	width: 420px;
	height: 170px;
	border: 2px solid #f4f4f4;
	padding: 5px;
	margin: 0px auto 24px;
	display: block;
	color: #999999;
	font-size: 14px;
}
.UserFeedback_box{
	width: 460px;
    height: 420px;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    display: none;
    z-index: 99999;
}
.UserFeedback_box .advise{
	height: 24px;
	font: 24px/24px "微软雅黑";
	color: #000000;
	font-weight: 900;
	margin:30px 0 40px 175px;
}
.UserFeedback_box .bitian_i{
	color: #ed5365;
	padding: 0px 10px;
	font-size: 16px;
	line-height: 20px;
}
.UserFeedback_box .phone_box{
	width: 420px;
	height: 50px;
	line-height: 50px;
	padding: 0 5px;
	border: 2px solid #f4f4f4;
	margin: 0px auto 24px;
	display: block;
	color: #999999;
	font-size: 14px;
}
.U_Feedback_submit{
	width: 150px;
	background: #3ca5f6;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
	border: none;
	margin-left: 150px;
	border-radius: 5px;
}
.CollectPhoneNumber{
	position: fixed;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/black_bg.png');
	z-index:10003;
}
.CollectPhoneNumber_box{
	width: 500px;
	height: 380px;
	background-image: url('../images/CollectPhoneNumber_img.jpg');
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	margin: 0 auto;
	margin-top: 6%;
}
.CollectPhoneNumber_guanbi{
	float: right;
	padding: 10px;
	cursor: pointer;
}
.CollectPhoneNumber_box .wenhou{
	padding: 0 10px;
	margin-top: 110px;
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}
.CollectPhoneNumber_box .wenhou .span_01{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	display: block;
}
.CollectPhoneNumber_box .wenhou .span_02{
	color: #707070;
	font-size: 16px;
}
.CP_biaodan{
	padding: 0 10px;
}
.CP_biaodan .phone_num{
	width: 300px;
	background: #fff;
	border: 1px solid #dfdfdf;
	height: 42px;
	line-height: 42px;
	padding-left: 5px;
}
.CP_biaodan button{
	width: 170px;
	margin-left: 4px;
	border: none;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	background: #00aead;
	color: #fff;
	margin-bottom: 20px;
}
.CP_biaodan .yanzhengma{
	width: 220px;
	background: #fff;
	border: 1px solid #dfdfdf;
	height: 42px;
	line-height: 42px;
	padding-left: 5px;
}
.CP_biaodan .tijiao{
	width: 250px;
	margin-left: 4px;
	border: none;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	background: #030000;
	color: #fff;
	margin-bottom: 20px;
}


/*新的展开导航*/
.new_open_nav{
	padding-top: 77px;
}
.newOpenNavLeft{
	width: 271px;
	float: left;
	margin-left: 76px;
	border-right: 1px solid #333f46;
}
.newOpenNavLeft .nav_list li{
	width: 90px;
	float: left;
	margin-bottom: 35px;
}
.newOpenNavLeft .nav_list li a{
	color: #ffffff;
	font-size: 16px;

}
.jintong_gana_img{
	padding-top: 1px;
}
.jintong_gana_img a{
	display: block;
	width: 135px;
	float: left;
}
.jintong_gana_img a img{
	max-width: 126px;
}
.newOpenNavRight{
	width: 616px;
	float: right;
	margin-right: 76px;
}
.newOpenNavRight img{
	width: 616px;
}
/*轮播图*/
.swiper-container{
	width: 1100px;
	height: 450px;
	text-align: center;
}
.swiper-wrapper{
	width: 1100px;
	height: 450px;
}
.swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #8d908f;
}
.swiper-pagination-bullet-active{
	width:30px;
	height: 10px;
	border-radius: 5px;
	background:#fff;
}
.swiper-wrapper span{
	margin: 0 13px !important;
}
.swiper-wrapper p{
	height:26px;
    font: 26px/26px "微软雅黑";
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 900;
    text-shadow: 2px 2px 8px #333;
}
.carousel-caption{
	display: none;
	bottom: 60px !important;
}
.content_banner{
	width: 1100px;
	height: 450px;
	margin: 0 auto;
	padding-top:70px;
}
.swiper-slide{
/*	background: red;*/
	height: 450px;
	width: 1100px;
}
.swiper-slide img{
	border-radius: 5px;
}
.swiper-pagination{
	bottom: 20px !important;
}
/*加载更多*/
.downloadMore{
	height: 45px;
	width:180px;
	margin: 0 auto;
	position: relative;
    font: 14px/45px "微软雅黑";
    color: #fff;
    cursor: pointer;
    margin-top: 45px;
    margin-bottom: 65px;
    background: #333;
    text-align: center;
    border-radius:30px;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.05),0 2px 3px 1px rgba(0,0,0,0.05),0 2px 3px 1px rgba(0,0,0,0.05),0 2px 3px 1px rgba(0,0,0,0.05);
}
/*icon_com2*/
.s_r_num{
	position: relative;
}
.icon_com2{
	font-size: 14px !important;
	color: #e7e7e7;
	position: absolute;
	top: 1px;
	right: 50px;
}
















	
