html,body,div,main,aside,ul,li,p,a,h1,h2,h3,h4,h5,h6,form,input,button,dl,dd,dt{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
html,body{
	overflow-x: hidden;
	cursor: default;
}
body{
	font-family: "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif,sans-serif;
	line-height: 21px;
	-webkit-font-smoothing:antialiased;
	font-weight: normal;
	width: 100%;
	background: #F4F5F7;
}

.container{
	width: 100%;
}
.content{
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}
.center{
	text-align: center;
}
.lt{
	float: left;
}
.rt{
	float: right;
}
.overflow{
	overflow: hidden;
}
.clear{clear: both;}
.width100{
	width: 100%;
}
.height100{
	height: 100%;
}
ul,li{
	list-style: none;
	outline: none;
}
.hide{
	display: none;
}
.show{
	display: block;
}
a{
	text-decoration: none;
	display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	color: #000000;
	cursor: pointer;
}
.com_bg{
	background-color: #BC2224;
}
.com_color{
	color: #BC2224;
}
.font_s{font-size: 12px;}


/*header*/
.header{
	background: #fff;
	height: 120px;
	position: relative;
	z-index: 1;
}
.header_top{
	padding-top: 10px;
	margin-bottom: 16px;
}
.header_top .header_logo{
	height: 50px;
	float: left;
}
.header_top .header_area{
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}
.header_top .header_area span{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #fff;
}
.header_top .header_area:hover .area{
	display: block;
}
.header_top .header_area .area{
	width: 330px;
	height: 220px;
	border: 1px solid #EDEDED;
	background: #fff;
	position: absolute;
	top: 50px;
	z-index: 100;
	box-sizing: border-box;
	padding: 10px 20px;
	display: none;
}
.header_area .area .area_left{
	width: 98%;
	float: left;
}
.header_area .area .area_left .area_list{
	box-sizing: border-box;
	margin-top: 5px;
}
.header_area .area .area_left .area_list b{
	font-weight: normal;
	margin-right: 16px;
}
.header_area .area .area_left .area_list ul{
	width: 90%;
}
.header_area .area .area_left .area_list ul li{
	float: left;
	box-sizing: border-box;
	padding: 0 6px;
}
.header_area .area .area_left .area_list ul li a{
	font-size: 12px;
	color: #7F7D7D;
}
.header_area .area .area_left .area_list ul li a:hover{
	color: #BC2224;
}
.header_top form{
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
}
.header_top form input{
	width: 40px;
	height: 30px;
	border: 0px;
	background: #E8E8E8;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	outline:none;
	box-sizing: border-box;
	padding-left: 20px;
}
.header_top form span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/icon/search.png) no-repeat;
	position: absolute;
	right: 0;
	top: 4px;
}
.header_top .header_list{
	margin-top: 10px;
}
.header_top .header_list li{
	float: left;
	width: 60px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.header_top .header_list li a{
	font-size: 17px;
	color: #666;
}
.header_top .header_list li:last-child a{
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #BC2224;
	color: #fff;
	margin-left: 10px;
}
.header_top .header_list li.person{
	position: relative;
}
.header_top .header_list li.person .person_a{
	color: #4A4A4A;
}
.header_top .header_list li.person .person_a:hover{
	color: #BC2224;
}
ul.header_list > li > div.nav_sec {
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background-color: rgb(250,250,250);
    text-align: center;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -46px;
    width: 100px;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,.4);
    z-index: 100;
}
ul.header_list > li:hover > .nav_sec{
    opacity: 1;
    top: 30px;
    visibility: visible;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
}
ul.header_list > li > div.nav_sec span{
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0;
	margin: 0;
}
ul.header_list > li > div.nav_sec div a{
	font-size: 15px;
	height: 30px;
	display: block;
}
ul.header_list > li > div.nav_sec div a:hover{
	color: #BC2224;
}
ul.header_list > li > .nav_sec:before{
    content: '';
    display: block;
    border-color: transparent transparent rgb(250,250,250) transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}
.header_nav{
	position: relative;
	height: 44px;
}
.header_nav ul{
	height: 100%;
}
.header_nav ul>li{
	float: left;
	font-size: 16px;
	width: 102px;
	height: 34px;
	margin-right: 18px;
	text-align: center;
	position: relative;
	margin-top: 8px;
}
.header_nav ul>li.active{
	border-bottom: 2px solid #BC2224;
}
.header_nav ul>li span a.first_nav{
	font-size: 16px;
	display: inline-block;
}
.header_nav ul>li b{
	background: url(../img/icon/arrow2_up.png);
	display: inline-block;
	width: 8px;
	height: 6px;
	margin-bottom: 4px;
	margin-left: 4px;
}
.header_nav ul>li.active b,.header_nav ul>li:hover b{
	background: url(../img/icon/arrow2_down.png);
}
.header_nav ul>li.active span a.first_nav,.header_nav ul>li:hover{
	color: #BC2224;
}
/*.header_nav .line{
	display:block;
	position:absolute;
	bottom:0;
	width:70px;
	height:2px;
	background-color:#BC2224;
}*/
.header_nav > ul > li > div.nav_sec {
    opacity: 0;
    visibility: hidden;
    padding: 12px 0;
    background-color: rgb(250,250,250);
    text-align: center;
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 200;
    margin-left: -46px;
    width: 100px;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}
.header_nav > ul > li:hover > .nav_sec{
    opacity: 1;
    top: 50px;
    visibility: visible;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
}
.header_nav > ul > li > div.nav_sec span{
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.header_nav > ul > li > div.nav_sec div a:hover{
	color: #BC2224;
}
.header_nav > ul > li > .nav_sec:before{
    content: '';
    display: block;
    border-color: transparent transparent rgb(250,250,250) transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

/*footer*/
.footer_top{
	background: #2A2F35;
	height: 165px;
	box-sizing: content-box;
	padding-top: 30px;
}
.footer_top div.footer_list{
	margin-right: 50px;
	margin-left: 10px;
}
.footer_top div.footer_list:first-child{
	width: 100px;
}
.footer_top div.footer_list h2,.footer_top div.rt h2{
	color: #BCBCBC;
	font-size: 16px;
	margin-bottom: 26px;
}
.footer_top div.footer_list a{
	color: #BCBCBC;
	font-size: 14px;
	margin-bottom: 10px;
}
.footer_top div.footer_list .btn_contect{
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #BC2224;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-sizing: border-box;
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
}
.footer_top div.footer_list .btn_contect img{
	margin: 12px 8px 0 0;
}
.footer_top .footer_img{
	position: relative;
	display: inline-block;
	height: auto;
}
.footer_top .footer_icon{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	padding-top: 3px;
	margin-right: 20px;
}
.footer_top img.icon_2{
	width: 100px;
	position: absolute;
	top: 20px;
	left: 0px;
	opacity: 0;
}
.footer_bottom{
	background: #202428;
	text-align: center;
}
.footer_bottom p{
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
.footer_bottom p a{
	color: #969696;
	font-size: 13px;
}
.footer_bottom p a:hover{
	color: #ddd;
}

/*公共文章列表*/
.text_list ul li{
	width: 100%;
	height: 180px;
	background: #fff;
	margin-top: 10px;
}
.text_list ul li:first-child{
	margin-top: 0;
}
.text_list .text_img{
	width: 270px;
	height: 180px;
}
.text_list .text_img img{
	width: 270px;
	height: 180px;
}
.text_list .text_info {
	width: 530px;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
}
.text_list .text_info div{
	margin-top: 20px;
}
.text_list .text_info a{
	font-size: 18px;
	color: #333;
	line-height: 25px;
	height: 40px;
}
.text_list .text_info b{
	font-weight: normal;
	color: #BC2224;
	font-size: 14px;
	margin-top: 10px;
}
.text_list .text_info .name b{
	font-weight: normal;
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
	line-height: 42px;
	margin-left: 20px;
}
.text_list .text_info a.name i.v_red{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/icon/v.png) no-repeat;
	background-size: 100% 100%;
	margin-left: -2px;
	float: right;
	margin-left: 14px;
	margin-top: 14px;
}
.text_list .text_info a.name i.v_blue{
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/icon/v_blue.png) no-repeat;
	background-size: 100% 100%;
	margin-left: -2px;
	float: right;
	margin-left: 5px;
	margin-top: 14px;
}
.text_list .text_info i{
	font-style: normal;
	font-size: 14px;
	color: #ccc;
	letter-spacing: 1px;
	margin-top: 10px;
}
.text_list .text_info p{
	position: relative;
	line-height: 20px;
	max-height: 55px;
	overflow: hidden;
	font-size: 15px;
	line-height: 27px;
	color: #999999;
	margin-top: 12px;
	margin-right: 11px;
	/*overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;*/
}
.text_list .text_info p::after{
	content: ". . .";
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 40px;
	background: -webkit-linear-gradient(left, transparent, #fff 55%);
	background: -o-linear-gradient(right, transparent, #fff 55%);
	background: -moz-linear-gradient(right, transparent, #fff 55%);
	background: linear-gradient(to right, transparent, #fff 55%);
}
.load_more{
	width: 296px;
	height: 40px;
	background: #CCCCCC;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #fff;
	font-size: 16px;
	margin: 30px auto;
}
.load_more:hover{
	background: #BC2224;
}

/*固定弹窗*/
.position_fixed{
	position: fixed;
	bottom: 30%;
}
.position_fixed div{
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
	text-align: center;
}
.position_fixed div b{
	display: block;
	margin: 0 auto;
}
.position_fixed div:hover{
	background: #BC2224;
}
.position_fixed div.fixed1:hover b{
	background: url(../img/icon/app_write.png);
}
.position_fixed div.fixed2{
	padding-top: 12px;
	border-bottom: 0;
}
.position_fixed div.fixed2 b{
	width: 27px;
	height: 25px;
	background: url(../img/icon/chat_red.png);
}
.position_fixed div.fixed2:hover b{
	background: url(../img/icon/chat_write.png);
}
.position_fixed div.fixed3 b{
	width: 30px;
	height: 18px;
	background: url(../img/icon/arr_red.png);
}
.position_fixed div.fixed3 a{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 14px;
}
.position_fixed div.fixed3:hover b{
	background: url(../img/icon/arr_write.png);
}

/*主体左右框架*/
.main{
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 50px;
}
.main_left{
	width: 800px;
	margin-right: 30px;
}
/*右侧*/
.main_right{
	width: 370px;
}
/*活动会议*/
.main_meeting{
	height: 450px;
}
.main_meeting .meeting_list img{
	width: 100%;
	height: 200px;
}

/*热文推荐*/
.hot_list{
	width: 100%;
	margin-bottom: 20px;
}
.hot_list .hot_item{
	width: 250px;
	height: 225px;
	box-sizing: border-box;
	margin-right: 25px;
	margin-top: 30px;
}
.hot_list .hot_item:last-child{
	margin-right: 0px;
}
.hot_list .hot_item img{
	width: 100%;
	height: 160px;
}
.hot_list .hot_item div{
	width: 100%;
	height: 64px;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
	border-top: 0px;
	padding: 9px 10px;
	margin-top: -6px;
	background: #fff;
}
.hot_list .hot_item div p{
	font-size: 16px;
	color: #333333;
	line-height: 27px;
	margin-top: -3px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*公共标题*/
.common_title{
	box-sizing: border-box;
	padding: 0 18px 18px 18px;
	position: relative;
}
.common_title img{
	margin-top: 2px;
}
.common_title h1{
	font-size: 18px;
	color: #676767;
	margin: 0 6px 0;
}
.common_title .line{
	height: 1px;
	background: #DCDCDC;
	margin-top: 10px;
	margin-left: 10px;
}

/*项目推荐*/
.project_recomm{
	background: #fff;
	box-sizing: border-box;
	padding-top: 20px;
}
.project_recomm ul li{
	width: 88%;
	margin: 0 auto;
	border-bottom: 1px solid #DCDCDC;
	box-sizing: border-box;
	padding: 4px 0 0;
}
.project_recomm ul li:last-child{
	border-bottom: 0;
}
.project_recomm ul li img{
	width: 110px;
	height: 75px;
	margin-right: 14px;
}
.project_recomm ul li h2{
	margin: 12px 0 10px;
	font-size: 16px;
}
.project_recomm ul li i{
	font-size: 14px;
	color: #7B7B7B;
	font-style: normal;
}
.project_recomm ul li i:last-child{
	display: inline-block;
	margin-left: 6px;
}


/*分页*/
.pagination{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.pagination ul{
	display: inline-block;
	margin: 0 auto;
}
.pagination ul li{
	padding: 0 13px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #DCDCDC;
	background: #E8E8E8;
	box-sizing: border-box;
	float: left;
	margin-right: 10px;
	color: #676767;
	font-size: 15px;
}
.pagination ul li.active{
	background: #BC2224;
	color: #fff;
}

/*文章*/
.text_word p{
	letter-spacing: normal;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.8;
    word-break: break-all;
    word-wrap: break-word;
    font-weight: 400;
    text-align: justify;
}
.text_word img{
	max-width: 730px;
}
.text_word a{
	display: inline-block;
	text-decoration: none;
    border-bottom: 1px solid #BC2224;
    line-height: 16px;
}
