/*首页样式*/
.content{
	position: relative;
}
.content .g_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 4;	
}
.content .g_wrap .wrap_box{
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}
@media only screen and (min-width: 1201px) {
	.content .g_wrap .wrap_box{
		width: 1200px;
		margin: 0 auto;
	}
}
.s_form{
	position: absolute;
	right: 0;
	background: #404040;
	padding: 10px;
	display: none;
}
.s_form input{
	width: 150px;
	padding-left: 10px;
	height: 36px;
	float: left;
}
.s_form button{
	width: 40px;
	height: 40px;
	border: none;
	margin-left: -1px;
	background: #FFFFFF;
	cursor: pointer;
}
.indexBanner{
	position: relative;
}
.indexBanner .bd li img{
	width: 100%;
	vertical-align: top;
}
.indexBanner .hd{
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 20px;
}
.indexBanner .hd ul{
	text-align: center;
	padding-top: 5px;
}
.indexBanner .hd ul li{
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 30px;
	height: 5px;
	margin: 0 5px;
	overflow: hidden;
	font-size: 0;
	background: #FFFFFF;
}
.indexBanner .hd ul li.on{
	background: #E61D25;
}
.indexNews{
	width: 1200px;
	margin: 30px auto 0;
}
.indexNews .news_tj{
	width: 50%;
}
.indexNews .news_tj a{
	width: 100%;
	display: block;
}
.indexNews .news_tj .img_box{
	width: 31%;
	overflow: hidden;
}
.indexNews .news_tj .img_box img{
	width: 100%;
}
.indexNews .news_tj .newsTj_con{
	width: 68.333%;
	padding: 0 20px;
	box-sizing: border-box;
}
.indexNews .news_tj .newsTj_con h2{
	font-size: 18px;
	line-height: 35px;
	color: #404040;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.indexNews .news_tj .newsTj_con p{
	color: #858585;
	line-height: 24px;
}
.indexNews .news_tj .newsTj_con p b{
	font-weight: normal;
}
.indexNews .news_tj .newsTj_con p span{
	color: #e61d25;
	cursor: pointer;
}
.indexNews .indexN_li{
	width: 50%;
	padding-left: 17px;
	box-sizing: border-box;
}
.indexNews .indexN_li .indexN_h{
	width: 100%;
	height: 37px;
	margin-bottom: 8px;
	border-bottom: 2px solid #dedfe2;
}
.indexNews .indexN_li .indexN_h span a{
	color: #555555;
	float: left;
	margin-right: 25px;
	padding-bottom: 16px;
}
.indexNews .indexN_li .indexN_h span a.on{
	border-bottom: 2px solid #E61D25;
}
.indexNews .indexN_li .indexN_h a.fr{
	color: #999999;
}
.indexNews .indexN_li .indexN_h a.fr:hover{
	color: #666666;
}
.indexNews .indexN_li .indexN_con{
	position: relative;
}
.indexNews .indexN_li .indexN_con .picMarquee{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.indexNews .indexN_li .indexN_con .picMarquee.on{
	opacity: 1;
	z-index: 1;
}
.indexNews .indexN_li .indexN_con li{
	width: 100%;
	overflow: hidden;
}
.indexNews .indexN_li .indexN_con li a{
	color: #858585;
	width: 100%;
	overflow: hidden;
	display: block;
}
.indexNews .indexN_li .indexN_con li .date{
	float: left;
	width: 15%;
}
.indexNews .indexN_li .indexN_con li .list_h{
	float: right;
	padding-left: 15px;
	width: 85%;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexNews .indexN_li .indexN_con li:hover{
	color: #E61D25;
}
.index_zf{
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
}
.index_zf li{
	width: 50%;
	float: left;
	overflow: hidden;
}
.index_zf li a{
	width: 100%;
	display: block;
}
.index_zf li img{
	width: 100%;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}
.index_zf li:hover img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

/*关于*/
.banner{
	width: 100%;
	height: 300px;
}
.banner .banner_box{
	width: 1200px;
	margin: 0 auto;
    display: none}
.banner p{
	font-weight: bold;
	font-size: 24px;
	color: #E61D25;
	font-family: arial;
	float: right;
	margin: 150px 50px 0 0;
	border-bottom: 2px solid #E61D25;
}
.about_banner{
	background: url(../images/about_banner.png) no-repeat center;
	background-size: cover;
}
.about_h{
	width: 100%;
	overflow: hidden;
	color: #222222;
	border-bottom: 1px solid #eaeaea;
}
.about_h .aboutH_box{
	width: 1200px;
	margin: 0 auto;
	line-height: 70px;
}
.about_h .aboutH_box .position img{
	margin-right: 10px;
}
.about_h .aboutH_box .position .arrow{
	margin: 0 5px;
}
.about_h .aboutH_box .about_nav a{
	float: left;
    margin-left: 25px;
}
.about_h .aboutH_box .about_nav a:hover,
.about_h .aboutH_box .about_nav a.on{
	border-bottom: 2px solid #E61D25;
}
.about_con{
	width: 1200px;
	margin: 58px auto 80px;
	overflow: hidden;
}
.about_con .jieshao{
	width: 58.333%;
	color: #555555;
}
.about_con .jieshao h1{
	font-size: 30px;
	line-height: 30px;
	color: #E61D25;
	margin-bottom: 50px;
}
.about_con .jieshao h1 b{
	font-size: 64px;
	line-height: 64px;
	color: #ffe1e1;
	font-family: arial;
}
.about_con .jieshao div.fl{
	width: 57%;
	text-align: center;
}
.about_con .jieshao div.fl img{
	width: 100%;
	max-width: 400px;
}
.about_con .jieshao div.fr{
	width: 40%;
}
.about_con .jieshao p{
	margin-bottom: 20px;
	line-height: 26px;
}
.about_con .jieshao h3{
	font-size: 18px;
	margin-bottom: 15px;
}
.about_con .about_link{
	width: 30%;
}
.about_con .about_link a{
	display: block;
	margin-bottom: 10px;
	text-align: right;
}
.about_con .about_link a img{
	width: 100%;
	max-width: 300px;
}
.about_b,
.about_b img{
	width: 100%;
}
.speech{
	margin-bottom: 70px;
}

.party{
	margin-bottom: 50px;
}
.party h1{
	font-size: 30px;
	line-height: 30px;
	color: #E61D25;
	margin-bottom: 50px;
}
.party h1 b{
	font-size: 48px;
	line-height: 48px;
	color: #ffe1e1;
	font-family: arial;
}
.party ul{
	border-top: 1px solid #d2d2d2;
}
.party li{
	display: table;
	padding: 20px 0;
	border-bottom: 1px solid #d2d2d2;
}
.party li .date{
	display: table-cell;
	text-align: center;
	padding-right: 35px;
	color: #E61D25;
	font-size: 16px;
}
.party li .date b{
	font-size: 48px;
	font-weight: normal;
}
.party li .partylist{
	display: table-cell;
	padding: 0 35px;
	vertical-align: top;
	border-left: 1px solid #D2D2D2;
}
.party li .partylist h3{
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #222222;
}
.party li .partylist p{
	color: #555555;
}
.party li:hover .partylist h3,
.party li:hover .partylist p{
	color: #E61D25;
}
.party li .img_box{
	display: table-cell;
	width: 200px;
	height: 130px;
}
.party li .img_box img{
	width: 100%;
	height: 100%;
}
.page{
	margin-top: 80px;
	text-align: center;
}
.page a{
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin: 3px;
	border: 1px solid #dcdcdc;
}
.page a:hover,
.page a.on{
	color: #FFFFFF;
	background: #E61D25;
	border: 1px solid #E61D25;
}
.party_show{
	margin-bottom: 50px;
}
.party_show .jieshao{
	width: 66.667%;
}
.party_show .jieshao .pShow_h{
	margin-bottom: 30px;
	border-bottom: 1px dashed #DCDCDC;
}
.party_show .jieshao .pShow_h span{
	font-size: 24px;
	color: #b1b1b1;
	display: block;
}
.party_show .jieshao .pShow_h h2{
	font-size: 22px;
	color: #E61D25;
	margin: 20px 0;
}
.party_show .jieshao .pShow_h p{
	color: #555555;
}
.party_show .jieshao .img_box{
	margin-bottom: 20px;
	text-align: center;
}
.party_show .jieshao .js_con img{
	max-width: 100%;
}
.party_show .pShow_link{
	width: 25%;
	overflow: hidden;
	padding: 40px 25px;
	box-sizing: border-box;
	background: #EAEAEA;
}
.party_show .pShow_link a{
	text-align: left;
}
.party_show .pShow_link a .date{
	font-size: 24px;
	color: #777777;
	margin-bottom: 10px;
}
.party_show .pShow_link a h3{
	color: #222222;
	font-size: 20px;
	margin-bottom: 30px;
}
.party_show .pShow_link a p{
	color: #666666;
	margin-bottom: 30px;
}
.party_show .pShow_link a span:hover{
	opacity: 0.8;
}
.party_show .xg_news{
	margin-top: 20px;
	width: 25%;
    overflow: hidden;
    padding: 25px;
    box-sizing: border-box;
    background: #EAEAEA;
}
.party_show .xg_news h3{
	font-size: 24px;
	margin-bottom: 15px;
}
.party_show .xg_news li{
	margin-bottom: 5px;
}
.party_show .xg_news li a{
	width: 100%;
	overflow: hidden;
	display: block;
}
.party_show .xg_news li .date{
	width: 30%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.party_show .xg_news li .list_h{
	float: right;
	width: 65%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}





.honor{
	margin-bottom: 70px;
}
.honor h1{
	font-size: 30px;
	line-height: 30px;
	color: #E61D25;
	margin-bottom: 50px;
}
.honor h1 b{
	font-size: 48px;
	line-height: 48px;
	color: #ffe1e1;
	font-family: arial;
}
.honor .honor_con .honor_h{
	margin: 30px 0;
	overflow: hidden;
}
.honor .honor_con .honor_h a{
	width: 33.33%;
	height: 60px;
	line-height: 60px;
	float: left;
	font-size: 20px;
	color: #717171;
	text-align: center;
	background: #e5e5e5;
}
.honor .honor_con .honor_h a:hover,
.honor .honor_con .honor_h a.on{
	color: #FFFFFF;
	background: #E61D25;
}
.honor .honor_con ul{
	width: 100%;
}
.honor .honor_con li{
	width: 28.33%;
	margin: 2.5%;
	float: left;
	text-align: center;
}
@media only screen and (min-width: 769px){
	.honor .honor_con li:nth-last-child(3){
		clear: both;
	}
}
.honor .honor_con li img{
	width: 100%;
	max-width: 310px;
}
.honor .honor_con li p{
	width: 100%;
	max-width: 310px;
	height: 48px;
	overflow: hidden;
	color: #8e211a;
	font-size: 16px;
	margin: 10px auto;
}
.honor .honor_con .work_con{
	width: 100%;
	overflow: hidden;
	padding: 30px 15px;
	box-sizing: border-box;
	background: #e7e7e7;
} 
.honor .honor_con .work_con .w_item{
	width: 30.33%;
	margin: 1.5%;
	float: left;
}
.honor .honor_con .work_con .w_item img{
	width: 100%;
}
.honor .honor_con .work_con .w_itemB{
	width: 63.66%;
}

.history{
	width: 1200px;
	margin: 55px auto;
	overflow: hidden;
}
.history h2{
	text-align: center;
	font-size: 18px;
}
.history h2 b{
	font-size: 36PX;
	color: #E61D25;
	font-family: arial;
}
.history .history_con{
	margin-top: 40px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.history .history_con .bg{
	width: 1px;
	height: 100%;
	background: #dadada;
	position: absolute;
	left: 50%;
	top: 0;
}
.history .history_con .h_item{
	width: 50.5%;
	float: left;
	clear: both;
	text-align: right;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.history .history_con .h_item:nth-child(odd){
	float: right;
	text-align: left;
}
.history .history_con .h_item h3{
	font-size: 36px;
	margin-bottom: 30px;
	font-family: arial;
	color: #E61D25;
	padding-right: 5%;
	position: relative;
	z-index: 1;
	background: url(../images/year_icon.png) no-repeat right center;
}
.history .history_con .h_item:nth-child(odd) h3{
	padding-left: 5%;
	background: url(../images/year_icon.png) no-repeat center left;
}
.history .history_con .h_item .year_con{
	padding: 30px;
	text-align: left;
	background: #efefef;
	float: right;
	width: 70%;
	margin-right: 5%;
	box-sizing: border-box;
}
.history .history_con .h_item:nth-child(odd) .year_con{
	float: left;
	margin-right: 0;
	margin-left: 5%;
}
.history .history_con .h_item .year_con h4{
	font-size: 14px;
	color: #222222;
	margin-bottom: 25px;
}
.history .history_con .h_item .year_con h4 b{
	font-size: 20px;
}
.history .history_con .h_item .year_con li{
	line-height: 24px;
	color: #222222;
	padding-left: 15px;
	background: url(../images/list_style.png) no-repeat center left;
}
.history .history_con h1{
	float: right;
	width: 50.5%;
	padding-left: 40px;
	box-sizing: border-box;
	color: #E61D25;
	font-size: 36px;
	position: relative;
	z-index: 1;
	background: url(../images/year_icon.png)no-repeat bottom left;
}


.org{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 200px;
	background: url(../images/org_bg.png) no-repeat center 170px;
}
.org .org_box{
	width: 1200px;
	margin: 0 auto;
}
.org .org_box h1{
	font-size: 30px;
	line-height: 30px;
	color: #E61D25;
	margin-bottom: 50px;
}
.org .org_box h1 b{
	font-size: 44px;
	line-height: 44px;
	color: #ffe1e1;
	font-family: arial;
}
.org .org_box .img_box{
	margin-top: 75px;
	text-align: center;
}
.org .org_box .img_box img{
	width: 100%;
	max-width: 860px;
}
.news_banner{
	background: url(../images/news_banner.png) no-repeat center;
}
.business_banner{
	background: url(../images/news_banner.jpg) no-repeat center;
}
.business h1{
	font-size: 30px;
	line-height: 30px;
	color: #E61D25;
	margin-bottom: 50px;
}
.business h1 b{
	font-size: 44px;
	line-height: 44px;
	color: #ffe1e1;
	font-family: arial;
}
.business .business_c .property_c p{
	color: #222222;
	margin-bottom: 20px;
}
.business .business_c .property_d{
width:100%
}
.business .business_c .property_ul{
	margin-top: 30px;
}
.business .business_c .property_ul li{
	width: 100%;
	margin-bottom: 20px;
	display: table;
	box-sizing: border-box;
}
.business .business_c .property_ul li .img_box{
	display: table-cell;
	width: 400px;
	padding-right: 45px;
}
.business .business_c .property_ul li .img_box img{
	width: 100%;
}
.business .business_c .property_ul li .property{
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 20px;
	border-bottom: 1px solid #c9c9c9;
}
.business .business_c .property_ul li .property h3{
	font-size: 24px;
	color: #E61D25;
	margin-bottom: 10px;
	font-weight: normal;
}
.business .business_c .property_ul li .property p{
	color: #555555;
	margin-bottom: 10px;
}
.business .business_c .property_ul li .property p img{
	margin-right: 10px;
}
.business .business_c .tese{
	margin-top: 60px;
}
.business .business_c .tese h3{
	color: #E61D25;
	font-size: 18px;
	margin-bottom: 100px;
}
.business .business_c .tese h3 i{
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 100%;
	vertical-align: middle;
	border: 5px solid #E61D25;
}
.business .business_c .tese li{
	width: 30.33%;
	height: 105px;
	float: left;
	display: table;
	margin: 0 1.5%;
	margin-bottom: 40px;
}
.business .business_c .tese li .img_box{
	display: table-cell;
	width: 93px;
	height: 93px;
	vertical-align: middle;
}
.business .business_c .tese li p{
	display: table-cell;
	text-align: left;
	padding-left: 35px;
	font-weight: bold;
	vertical-align: middle;
}
.business .business_c .tese li p span{
	max-width: 185px;
	display: block;
}
.youshi{
	width: 100%;
	overflow: hidden;
	padding: 70px 0 75px;
	background: url(../images/youshi_bg.png) no-repeat center;
	background-size: cover;
}
.youshi .ys_box{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.youshi .ys_box h3{
	color: #542c00;
	font-size: 18px;
	margin-bottom: 100px;
}
.youshi .ys_box h3 i{
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 100%;
	vertical-align: middle;
	border: 5px solid #542c00;
}
.youshi .ys_box .ys_con{
	width: 100%;
	margin: 0 auto;
	max-width: 1157px;
	overflow: hidden;
	position: relative;
}
.youshi .ys_box .ys_con img{
	width: 100%;
}
.youshi .ys_box .ys_con .ys_item{
	position: absolute;
	width: 283px;
	top: 120px;
	text-align: center;
}
.youshi .ys_box .ys_con .ys_item:nth-child(odd){
	top: 270px;
}
.youshi .ys_box .ys_con .ys_item:nth-child(2){
	left: 0;
}
.youshi .ys_box .ys_con .ys_item:nth-child(3){
	left: 145px;
}
.youshi .ys_box .ys_con .ys_item:nth-child(4){
	left: 295px;
}
.youshi .ys_box .ys_con .ys_item:nth-child(5){
	left: 435px;
}
.youshi .ys_box .ys_con .ys_item:nth-child(6){
	right: 295px;
}
.youshi .ys_box .ys_con .ys_item:nth-child(7){
	right: 145px;
}
.youshi .ys_box .ys_con .ys_item:last-child{
	right: 0;
}
.youshi .ys_box .ys_con .ys_item h4{
	font-size: 18px;
	color: #E61D25;
	margin-bottom: 5px;
}
.youshi .ys_box .ys_con .ys_item p{
	width: 170px;
	margin: 0 auto;
}
.shihua{
	width: 1200px;
	margin: 80px auto;
	position: relative;
}
.shihua img{
	width: 68.25%;
	margin-left: 3.75%;
}
.shihua .shihua_c{
	width: 40%;
	position: absolute;
	top: 36px;
	right: 0;
}
.shihua .shihua_c p{
	font-weight: bold;
	font-size: 16px;
	color: #555555;
	margin-bottom: 30px;
}
.shihua .shihua_c p:nth-child(2){
	margin-left: 62px;
}
.shihua .shihua_c p:nth-child(3){
	margin-left: 100px;
}
.shihua .shihua_c p:nth-child(4){
	margin-left: 124px;
}
.shihua .shihua_c p:nth-child(5){
	margin-left: 135px;
}
.shihua .shihua_c p:nth-child(6){
	margin-left: 137px;
}
.shihua .shihua_c p:nth-child(7){
	margin-left: 128px;
}
.shihua .shihua_c p:nth-child(8){
	margin-left: 110px;
}
.shihua .shihua_c p:nth-child(9){
	margin-left: 80px;
}
.shihua .shihua_c p:last-child{
	margin-left: 30px;
}

.shihua .shihua_c p i{
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #E61D25;
	display: inline-block;
	margin-right: 20px;
}

.talent_banner{
	background: url(../images/talent_banner.png) no-repeat center;
	background-size: cover;
}
.recruit .recruit_h{
	color: #FFFFFF;
	padding: 15px 20px;
	background: #E61D25;
}
.recruit .recruit_h p{
	margin: 15px 0;
}
.recruit .recruit_h p img{
	margin-right: 20px;
}
.recruit .recruit_h p a{
	margin-left: 20px;
}
.recruit .recruit_h p a.on{
	border-bottom: 1px solid #FFFFFF;
}
.recruit .recruit_h p select{
	margin-left: 20px;
	height: 40px;
	width: 40%;
	color: #6a0004;
	font-weight: bold;
	border: 1px solid #E61D25;
}
.recruit .recruit_h p select option{
	width: 100%;
}
.recruit .recruit_c .item{
	margin-top: 10px;
}
.recruit .recruit_c .item .zhiwei{
	background: #ecf0f3;
	display: table;
	width: 100%;
	cursor: pointer;
	color: #222222;
	box-sizing: border-box;
}
.recruit .recruit_c .item .zhiwei.on{
	color: #E61D25;
}
.recruit .recruit_c .item .zhiwei .zw_js{
	display: table-cell;
	padding: 20px 0 20px 20px;
}
.recruit .recruit_c .item .zhiwei .zw_js h3{
	font-size: 16px;
}
.recruit .recruit_c .item .zhiwei.on .zw_js p{
	font-weight: bold;
}
.recruit .recruit_c .item .zhiwei .zw_icon{
	display: table-cell;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	background: #d9dee1;
}
.recruit .recruit_c .item .zw_con{
	padding-left: 20px;
	margin: 20px 0;
	display: none;
	color: #666666;
}
.recruit .recruit_c .item .zw_con .td_btn{
	display: block;
	margin-top: 10px;
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 5px;
	background: #E61D25;
	color: #FFFFFF;
}
.recruit .recruit_c .item .zw_con .td_btn:hover{
	background: #e46065;
}

.talent{
	width: 100%;
	display: table;
}
.talent .talent_c{
	display: table-cell;
	vertical-align: middle;
}
.talent .talent_c p{
	font-size: 16px;
	line-height: 36px;
	color: #222222;
	max-width: 340px;
}
.talent .talent_c p:first-child{
	margin-bottom: 40px;
}
.talent .talent_c p:last-child{
	text-align: right;
	margin-top: 40px;
}
.talent .talent_pic{
	display: table-cell;
	width: 41.25%;
}
.talent .talent_pic img{
	width: 100%;
	max-width: 466px;
}


.contact_banner{
	background: url(../images/contact_banner.png) no-repeat center;
	background-size: cover;
}
.contact .telephone{
	width: 37.5%;
	float: left;
	display: table;
	border: 1px solid #E61D25;
}
.contact .telephone .img_box{
	display: table-cell;
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	background: #E61D25;
}
.contact .telephone .tel_con{
	padding-left: 30px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #222222;
}
.contact .address{
	width: 58.33%;
	float: right;
	display: table;
	border: 1px solid #E61D25;
}
.contact .address .img_box{
	display: table-cell;
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	background: #E61D25;
}
.contact .address .add_con{
	padding-left: 30px;
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	color: #222222;
}
.contact .map{
	width: 100%;
	height: 510px;
	margin-top: 60px;
}

.resume #myform{
	width: 75%;
	float: left;
}
.resume div.fr{
	width: 25%;
}
.resume div.fr img{
	width: 100%;
	max-width: 270px;
}
.resume #myform li{
	float: left;
	width: 50%;
	margin-bottom: 20px;
	display: table;
}
.resume #myform .wid_total{
	width: 100%;
	display: table;
	float: none;
	clear: both;
}
.resume #myform li label{
	width: 80px;
	display: table-cell;
	vertical-align: middle;
}
.resume #myform li span{
	display: table-cell;
}
.resume #myform li span input[type="text"]{
	width: 80%;
	height: 36px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #DEDFE2;
}
.resume #myform li input[type="radio"]{
	vertical-align: middle;
	margin: 0 10px;
}
.resume #myform li span textarea{
	width: 91%;
	max-width: 91%;
	height: 200px;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #DEDFE2;
}
.resume #myform li i{
	color: #E61D25;
	font-style: normal;
	margin: 0 5px;
}
.resume #myform .submit{
	width: 120px;
	height: 40px;
	display: block;
	background: #E61D25;
	border-radius: 5px;
	color: #FFFFFF;
	margin: 40px auto;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	border:none;
	cursor: pointer;
}
.resume #myform p{
	color: #E61D25;
	font-size: 16px;
	margin-top: 40px;
}
.resume #myform i{
	font-style: normal;
	margin-right: 10px;
}


@media only screen and (max-width: 1200px) {
	.content .g_wrap .item{
		display: none;
	}
	.indexNews{
		width: 98%;
	}
	.indexNews .news_tj .newsTj_con{
		padding: 0 5px;
	}
	.indexNews .news_tj .newsTj_con h2{
		margin-bottom: 10px;
	}
	.indexNews .news_tj .newsTj_con p b{
		max-height: 72px;
		overflow: hidden;
		display: inline-block;
	}
	.index_zf{
		width: 100%;
	}
	.banner .banner_box{
		width: 100%;
		text-align: center;
	}
	.banner p{
		float: none;
		display: inline-block;
		/* margin-top: 50px; */
		margin-right: 0;
	}
	.about_h .aboutH_box{
		width: 98%;
	}
	.about_con{
		width: 98%;
	}
	.about_con .jieshao div.fl{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.about_con .jieshao div.fr{
		width: 100%;
		float: none;
	}
	.history{
		width: 100%;
	}
	.org{
		background-size: 100%;
	}
	.org .org_box{
		width: 98%;
	}
	.business .business_c .tese li p{
		padding-left: 10px;
	}
	.youshi{
		padding: 0;
	}
	.youshi .ys_box{
		width: 100%;
		height: 100%;
		padding: 50px 0;
		background: rgba(255,255,255,.6);
	}
	.youshi .ys_box h3{
		margin-left: 1%;
		margin-bottom: 50px;
	}
	.youshi .ys_box .ys_con img{
		display: none;
	}
	.youshi .ys_box .ys_con .ys_item{
		position: static;
		width: 40%;
		height: 74px;
		margin: 20px 5%;
		float: left;
		text-align: left;
	}
	.youshi .ys_box .ys_con .ys_item p{
		width: 100%;
	}
	.shihua{
		width: 98%;
	}
	.shihua img{
		width: 40%;
		margin: 0;
		float: left;
	}
	.shihua .shihua_c{
		width: 55%;
		float: right;
		position: static;
	}
	.shihua .shihua_c p{
		margin-bottom: 10px;
		margin-left: 0!important;
	}
}
@media only screen and (max-width: 768px) {
	.indexNews .news_tj{
		width: 100%;
		margin-bottom: 20px;
		overflow: hidden;
		float: none;
	}
	.indexNews .news_tj .newsTj_con h2{
		margin-bottom: 20px;
	}
	.indexNews .indexN_li{
		width: 100%;
		float: none;
		height: 120px;
	}
	.indexNews .indexN_li .indexN_h{
		margin-bottom: 20px;
	}
	.index_zf li{
		width: 50%;
	}
	.about_h .aboutH_box .about_nav{
		clear: both;
		float: none;
		width: 100%;
		text-align: center;
	}
	.about_h .aboutH_box{
		line-height: 40px;
	}
	.about_h .aboutH_box .about_nav a{
		float: none;
		margin: 0 10px;
		line-height: 40px;
	}
	.about_h .aboutH_box .about_nav a:hover{
		border: none;
	}
	.about_con .jieshao{
		width: 100%;
		float: none;
	}
	.about_con .about_link{
		display: none;
	}
	.party li .partylist h3{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.honor .honor_con li{
		width: 45%;
	}
	.history .history_con .h_item h3{
		margin-bottom: 15px;
	}
	.history .history_con .h_item .year_con{
		padding: 15px 10px;
	}
	.history .history_con .h_item .year_con h4{
		margin-bottom: 10px;
	}
	.business .business_c .property_ul li .img_box{
		width: 50%;
		padding-right: 20px;
	}
	.business .business_c .property_ul li .property{
		padding-bottom: 10px;
	}
	.business .business_c .tese li{
		width: 47%;
		height: 70px;
	}
	.talent .talent_c p:first-child{
		margin-bottom: 20px;
	}
	.talent .talent_c p:last-child{
		margin-top: 20px;
	}
	.contact .telephone,
	.contact .address{
		width: 90%;
		float: none;
		margin: 10px auto;
	}
	.resume #myform{
		width: 100%;
		float: none;
	}
	.resume div.fr{
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.about_banner{
		height: 200px;
	}
	.banner p{
		margin-top: 80px;
	}
	.party{
		margin-bottom: 40px;
	}
	.party li{
		padding: 10px 0;
	}
	.party li .date,
	.party li .partylist,
	.party li .img_box{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.party li .date{
		padding: 0;
		text-align: left;
	}
	.party li .date b{
		float: left;
		font-size: 20px;
		margin-right: 10px;
	}
	.party li .date p{
		font-size: 14px;
		float: left;
		margin-top: 6px;
	}
	.party li .partylist{
		clear: both;
		border: none;
		padding: 0;
		margin-bottom: 10px;
	}
	.party li .partylist h3{
		font-size: 1.6rem;
	}
	.party li .img_box{
		text-align: center;
	}
	.party li .img_box img{
		width: 100%;
		max-width: 200px;
	}
	.talent .talent_c,
	.talent .talent_pic{
		display: block;
		width: 100%;
		margin: 20px 0;
		text-align: center;
	}
	.talent .talent_c p{
		max-width: 100%;
	}
	.talent .talent_c p:first-child{
		text-align: left;
	}
	.party_show .xg_news{
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.indexBanner .hd{
		bottom: 5px;
	}
	.indexBanner .hd ul li{
		width: 15px;
		height: 3px;
	}
	.indexNews .news_tj .img_box{
		width: 45%;
	}
	.indexNews .news_tj .newsTj_con{
		width: 55%;
	}
	.indexNews .news_tj .newsTj_con h2{
		margin-bottom: 0;
	}
	.indexNews .news_tj .newsTj_con p b{
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		line-height: 20px;
	}
	.indexNews .indexN_li .indexN_con li .date{
		width: 20%;
	}
	.indexNews .indexN_li .indexN_con li .list_h{
		width: 80%;
	}	
	.about_con{
		margin: 28px auto 0;
	}
	.about_con .jieshao h1{
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.about_con .jieshao h1 b{
		font-size: 4rem;
	}
	.page{
		margin-top: 40px;
	}
	.page a{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.honor{
		margin-bottom: 30px;
	}
	.honor .honor_con .honor_h a{
		font-size: 1.6rem;
	}
	.honor .honor_con li p{
		height: 3.6rem;
		font-size: 1.4rem;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.honor .honor_con .work_con{
		padding: 5px 0;
	}
	.history .history_con .bg{
		left: 2%;
	}
	.history .history_con .h_item,
	.history .history_con .h_item:nth-child(odd){
		width: 100%;
		float: none;
		text-align: left;
	}
	.history .history_con .h_item h3,
	.history .history_con .h_item:nth-child(odd) h3{
		margin-left: 0.5%;
		padding-left: 5%;
		padding-right: 0;
		background: url(../images/year_icon.png) no-repeat left center;
	}
	.history .history_con .h_item .year_con,
	.history .history_con .h_item:nth-child(odd) .year_con{
		width: 95%;
		margin: 0 auto;
		float: none;
	}
	.history .history_con h1{
		width: 99%;
	}
	.business h1{
		margin-bottom: 20px;
	}
	.org .org_box h1 b{
		font-size: 4rem;
	}
	.business h1 b{
		font-size: 4rem;
	}
	.business .business_c .property_ul li{
		display: block;
	}
	.business .business_c .property_ul li .img_box{
		width: 100%;
		display: block;
	}
	.business .business_c .property_ul li .property{
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	.business .business_c .tese h3{
		margin-bottom: 40px;
	}
	.business .business_c .tese li{
		width: 97%;
		float: none;
		margin-bottom: 10px;
	}
	.business .business_c .tese li .img_box{
		width: 60px;
		height: 60px;
	}
	.business .business_c .tese li .img_box img{
		width: 100%;
	}
	.business .business_c .tese li p span{
		max-width: none;
	}
	.youshi .ys_box .ys_con .ys_item{
		width: 46%;
		margin: 20px 2%;
	}
	.shihua{
		margin: 40px auto;
	}
	.shihua img{
		float: none;
		width: 100%;
		text-align: center;
	}
	.shihua .shihua_c{
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.shihua .shihua_c p{
		font-size: 1.4rem;
	}
	.recruit .recruit_c .item .zhiwei .zw_icon{
		width: 100px;
	}
	.contact .telephone,
	.contact .address{
		width: 98%;
	}
	.contact .telephone .img_box,
	.contact .address .img_box{
		width: 100px;
		height: 100px;
	}
	.contact .telephone .tel_con,
	.contact .address .add_con{
		padding-left: 20px;
		font-size: 1.4rem;
	}
	.contact .map{
		margin-top: 30px;
	}
	.resume #myform li{
		width: 100%;
	}
}
@media only screen and (max-width: 320px) {
	.org .org_box h1 b,
	.business h1 b{
		font-size: 3rem;
	}
}