.left_panel{
	width: 100%;
	height: auto;
	margin-bottom: 26px;
}
.left_panel .card_list{
	width: 740px;
	margin: 0 auto;
}
.left_panel .card_list>li{
	width: 136px;
	height: 142px;
	margin: 6px;
	display: inline-block;
	float: left;
	text-align: center;
	transition: all 0.3s ease;
}
.left_panel .card_list>li:hover{
transform: scale(1.1);
}
.left_panel .card_list>li .card_face{
	border: 1px solid #d7d7d7;
	padding: 14px 20px;
	box-sizing: border-box;
}
.left_panel .card_list>li .card_face .pic{
	height: 80px;
	position: relative;
}
.left_panel .card_list>li .card_face .pic img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.left_panel .card_list>li .card_face .text{
	font-size: 1.066666rem;
	color: #333333;
}
.left_panel .card_list>li .card_face,.left_panel .card_list>li .card_back{
	width: 100%;
	height: 100%;
}
 .left_panel .card_list>li .card_back{
	opacity: 0;
	display: none;
}
.left_panel .card_list>li .card_back.show{
	animation:rotateback 0.5s 1;
	animation-fill-mode :forwards;
	display: block;
}
.left_panel .card_list>li:hover .card_face.hidden{
	animation:rotateface 0.5s 1;
	animation-fill-mode :forwards;
	display: none;
}
@keyframes rotateback{
	from{
		opacity: 0;
		transform: rotateY(90deg);
	}
	to{
		opacity: 1;
		transform: rotateY(0deg);
	}
}
@keyframes rotateface{
	from{
		opacity: 1;
		transform: rotateY(0deg);
	}
	to{
		opacity: 0;
		transform: rotateY(90deg);
	}
} 
.left_panel .card_list>li:nth-child(1) .card_back{
	background: #5c76cf;
}
.left_panel .card_list>li:nth-child(2) .card_back{
	background: #f8787b;
}
.left_panel .card_list>li:nth-child(3) .card_back{
	background: #23c99f;
}
.left_panel .card_list>li:nth-child(4) .card_back{
	background: #4d99e6;
}
.left_panel .card_list>li:nth-child(5) .card_back{
	background: #fea269;
}
.left_panel .card_list>li .card_back ul{
	padding: 20px 16px;
	box-sizing: border-box;
}
.left_panel .card_list>li .card_back ul li{
	padding: 8px;
	font-size: 0.933333rem;
	line-height: 14px;
	color: #FFFFFF;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid transparent;
	cursor: pointer;
	margin-bottom: 6px;
}
.left_panel .card_list>li .card_back ul li:hover{
	border: 1px solid #FFFFFF;
}
.icon_ul{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.icon_ul>li{
	width: 148px;
	height: 114px;
	display: inline-block;
	float: left;
	padding-top: 20px;
	box-sizing: border-box;
	background: #f4f5f7;
	cursor: pointer;
}
.icon_ul>li:hover{
	background: #e8ebee;
	border-bottom: 2px solid #4da9fd;
}
.icon_ul>li .pic{
	height: 36px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.icon_ul>li .pic img{
	width: 30px;
	margin: auto;
}
.icon_ul>li .text{
	margin: 0 auto;
	color: #333333;
	line-height: 20px;
	height: 40px;
	padding-top: 8px;
	box-sizing: border-box;
	text-align: center;
}
.write_img{
	width: 170px;
	height: auto;
	float: left;
}
.write_img .img_panel{
	width: 100%;
	padding: 20px;
	background: #f6f6f6;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 16px;
}
.write_img .img_panel img{
	width: 100%;
} 
.write_img .img_job{
	line-height: 36px;
	text-align: center;
}
.write_img .img_job .name{
	font-size: 1.2rem;
	color: #e22748;
	font-weight: bold;
}
.write_img .img_job .job{
	font-size: 1.06666rem;
	color: #999999;
}
.write_text{
	width: 566px;
	float: right;
}
.write_text .text_panel{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border: none;
	padding: 0;
	margin-left: 20px;
}
.write_text .text_panel .grey_panel{
	background: #F6F6F6;
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 1.066666666rem;
	padding-left: 22px;
	box-sizing: border-box;
	font-size: 1.066666666rem;
	color: #E22748;
}
.write_text .text_panel .text_content{
	color: #333333;
	padding: 20px;
	box-sizing: border-box;
}
.job_panel .name a span{
	color: #333333;
}
.job_panel .name span{
	cursor: pointer;
}
.job_panel .name p span{
	cursor: auto;
}
.job_panel .name span:hover{
	color: #E22748;
}
.right_panel .job_panel .name span:hover{
	color: #000;
}
.list_iconPanel>li{
	position: relative;
}
.two_btn{
	width: 100%;
	height: auto;
	margin: 14px auto;
	text-align: center;
}
.two_btn .btn{
	width: 136px;
	height: 48px;
	line-height: 48px;
	background: #3f80b5;
	border-radius: 0px !important;
	color: #FFFFFF;
	display: inline-block;
	margin: 6px;
	font-size: 1rem;
}
.two_btn .btn:hover{
	background: #408dd3;
}
.grey_icon ul li{
	width: 100%;
	height: 40px;
	margin-bottom: 8px;
	line-height: 40px;
	position: relative;
}
.grey_icon ul li a{
	width: 100%;
	height: 100%;
	color: #333333;
	background: #e8ebee;
	text-align: center;
	font-size: 1.066666rem;
	font-weight: bold;
	box-sizing: border-box;
	display: inline-block;
}
.grey_icon ul li a:hover{
	color: #E22748;
	background: #d7dadd;
}
.grey_icon ul li a img{
	position: absolute;
	right: 20px;
	top: 16px;
}
.border_panel{
	width: 100%;
	border: 1px solid #7cc1e8;
	padding: 0 22px;
	box-sizing: border-box;
	margin-top: 20px;
}
.border_panel .border_header{
	height: 54px;
	text-align: center;
	border-bottom: 1px dotted #e4e4e4;
	width: 100%;
	line-height: 54px;
	font-size: 1.2rem;
	font-weight: 700;
	color: #4484e3;
}
.border_panel .border_header img{
	height:14px;
	padding-right: 14px;
}
.border_ul{
	padding: 14px 0px;
}
.border_ul li{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 8px;
	box-sizing: border-box;
	width: 50%;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	float: left;
	color: #333333;
	cursor: pointer;
}
.border_ul li:hover{
	color: #E22748;
}
.more_btn{
	width: 100%;
	height: 30px;
	background: #e8ebee;
	text-align: center;
	color: #333333;
	line-height: 30px;
	margin-bottom: 14px;
	cursor: pointer;
}
.more_btn:hover{
	font-weight: bold;
	background: #d7dadd;
}
.content_right .right_panel .icon_panel{
	padding: 0;
}
.content_right .right_panel .icon_panel li{
	cursor: pointer;
}
.icon_panel li{
	font-size: 1.2rem;
	background: #3f80b5;
}
.content_cover{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 36px;
}
.content_cover>ul{
	width: 100%;
	height: 100%;
	text-align: center;
	border: 1px solid #e4e4e4;
	padding: 16px 0;
	box-sizing: border-box;
}
.content_cover>ul>li{
	width: 220px;
	text-align: center;
	display: inline-block;
	float: left;
	position: relative;
}
.content_cover>ul>li:after{
	content: '';
    display: block;
    width: 1px;
    height: 98px;
    border-right: 1px solid #E4E4E4;
    position: absolute;
    top: 44px;
    right: 0;
}
.content_cover>ul>li:nth-child(5):after{
	display: none;
}
.content_cover>ul>li .content_cover_header{
	height: 48px;
	line-height: 48px;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 24px;
}
.content_cover>ul>li .content_cover_header:after {
    content: '';
    display: block;
    border: 2px solid #e22748;
    width: 34px;
    margin: 0 auto;
}
.content_cover>ul>li>ul>li{
	width: 140px;
	height: 42px;
	cursor: pointer;
	margin: 0 auto;
	line-height: 42px;
	color: #666666;
	
}
.content_cover>ul>li>ul>li:hover{
	background: #f6f6f6;
	color: #000000;
}
.banner_panel{
	width: 100%;
	height: 118px;
	background: url(/globalImg/u120.png) no-repeat;
	background-size: cover;
	text-align: center;
	margin-bottom: 26px;
}
.banner_panel .text{
	font-size: 2.1333333rem;
	line-height: 118px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 4px 4px #166abb;
}
.panel_panel{
	margin-bottom: 24px;
}
.panel_panel .tab_header .title{
	color: #4484e3;
	border-color: #4da9fd;
	padding: 12px 8px;
}
.panel_panel .tab_content .span_ul{
	padding: 0 50px;
	box-sizing: border-box;
} 
.panel_panel .tab_content .span_ul li{
	width: 25%;
	display: inline-block;
	height: 50px;
	font-size: 0.933333333rem;
	line-height: 40px;
	color: #333333;
	float: left;
}
.panel_panel .tab_content .span_ul li:hover{
	color: #e22748;
}
.liststyle{
	width: 100%;
	height: auto;
}
.liststyle .list_left{
	width: 320px;
	height: auto;
	float: left;
}
.liststyle .list_right{
	width: 756px;
	min-height: 560px;
	float: right;
	overflow: hidden;
}
.liststyle .list_left>.header{
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 1.066666666rem;
	background: #2b7cd7;
	margin-bottom: 26px;
}
.liststyle .list_left .icon_area{
	border: 1px solid #e4e4e4;
	width: 100%;
	height: auto;
}
.liststyle .list_left .icon_area ul{
	padding: 20px;
}
.icon_area>ul li{
	width: 100%;
	margin: 10px auto;
}
.icon_area ul li .icon_header{
	width: 100%;
	height: 44px;
	border: 1px solid #49a4eb;
	text-align: center;
	background: #49a4eb;
	color: #FFFFFF;
	line-height: 44px;
	margin: 0 auto;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.liststyle .list_left .icon_area>ul>li ul{
	padding: 10px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	display: none;
}
.liststyle .list_left .icon_area>ul>li ul.active{
	display: block;
}
.liststyle .list_left .icon_area ul li .icon_li.active{
	background: #f4f5f7;
	color: #4484e3;
	border: 1px solid #4da9fd;
	box-sizing: border-box;
}
.liststyle .list_right ul{
	width: auto;
}
.liststyle .list_right .listul>li{
	width: 100%;
	float: left;
}
.liststyle .list_right .list_new li:hover{
	color: #E22748;
}
.mainbody .mainbody_content .content_right{
	background: #FFFFFF;
	width: 334px;
	height: auto;
	float: right;
	padding: 0;
}
.content_right .content_inside{
	background: #f4f5f7;
	padding: 16px;
	box-sizing: border-box;
}
.content_right .content_inside .right_panel .tab_content{
	max-width: 320px;
	margin: 0 auto;
}
.content_right .right_pic{
	height: auto;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.content_right .right_pic img{
	width: 100%;
}
.qzqd_top{
	height: 250px;
	background: url(/globalImg/u7028.png) no-repeat;
	background-size: cover;
	width: 100%;
	padding-top: 36px;
	box-sizing: border-box;
	position: relative;
}
.qzqd_top .top_list{
	width: 984px;
	height: 116px;
	margin: 0 auto;
	background: rgba(255,255,255,.6);
}
.qzqd_top .top_list ul{
	width: 950px;
	margin: 0 auto;
	padding-top: 24px;
	box-sizing: border-box;
}
.qzqd_top .top_list ul li{
	width: 170px;
	height: 70px;
	float: left;
	display: inline-block;
	text-align: center;
	margin: 0 10px;
}
.qzqd_top .top_list ul a:nth-child(1) li{
	background: #5c76cf;
}
.qzqd_top .top_list ul a:nth-child(1) li:hover{
	background: #4764c9;
}
.qzqd_top .top_list ul a:nth-child(2) li{
	background: #ffc268;
}
.qzqd_top .top_list ul a:nth-child(2) li:hover{
	background: #ffb74a;
}
.qzqd_top .top_list ul a:nth-child(3) li{
	background: #f8787b;
}
.qzqd_top .top_list ul a:nth-child(3) li:hover{
	background: #f76266;
}
.qzqd_top .top_list ul a:nth-child(4) li{
	background: #4d99e6;
}
.qzqd_top .top_list ul a:nth-child(4) li:hover{
	background: #3e89dc;
}
.qzqd_top .top_list ul a:nth-child(5) li{
	background: #23c99f;
}
.qzqd_top .top_list ul a:nth-child(5) li:hover{
	background: #25b894;
}
.qzqd_top .top_list ul li .left{
	width: 70px;
	height: 100%;
	display: inline-block;
	float: left;
	position: relative;
}
.qzqd_top .top_list ul li .left img{
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.qzqd_top .top_list ul li .right{
	width: 100px;
	height: 100%;
	display: inline-flex;
	float: right;
	padding: 10px 0;
	padding-right: 16px;
	box-sizing: border-box;
}
.qzqd_top .top_list ul li .right span{
	display: inline-block;
	line-height: 26px;
	font-size: 1.06666666rem;
	color: #FFFFFF;
	align-self: center;
}
.qzqd_top .top_title{
	width: 100%;
	height: 66px;
	background: rgba(0,0,0,.2);
	position: absolute;
	bottom: 0;
	line-height: 66px;
	color: #FFFFFF;
	font-size: 1.6rem;
	text-align: center;
	left: 0;
}
@media (max-width: 1100px) {
	
	.window .content{
		display: none;
		position: absolute;
		top: 22px;
		background: #FFFFFF;
		z-index: 100;
		border: 1px solid #E4E4E4;
		box-sizing: border-box;
	}
	.window .content.active{
		display: inline-block;
	}
	.liststyle .list_left{
		width: 100%;
		float: none;
	}
	.liststyle .list_right{
		width: 100%;
		float: none;
	}
	.write_img{
		width: 20%;
	}
	.write_text{
		width: 78%;
	}
	.panel_panel .tab_content .span_ul li{
		width: 33%;
	}
	.qzqd_top{
		padding: 36px 20px 0px;
	}
	.qzqd_top .top_list{
		width: 100%;
	}
	.qzqd_top .top_list ul{
		width: 100%;
		box-sizing: border-box;
		padding: 24px 10px 0px;
		text-align: center;
	}
	.qzqd_top .top_list ul li{
		width: 18%;
		height: 70px;
		display: inline-block;
		text-align: center;
		float: none;
		margin: 0 6px;
	}
	.qzqd_top .top_list ul li .left{
		width: 30%;
		padding: 10px;
		box-sizing: border-box;
	}
	.qzqd_top .top_list ul li .left img{
		height: 24px;
	}
	.qzqd_top .top_list ul li .right{
		width: 70%;
		height: 100%;
		display: inline-flex;
		float: right;
		padding: 10px 0;
		padding-right: 16px;
		box-sizing: border-box;
	}
}
@media (max-width: 900px) {
	.panel_panel .tab_content .span_ul{
		padding: 0 30px;
	}
	.panel_panel .tab_content .span_ul li{
		width: 50%;
		height: 38px;
	}
	.qzqd_top .top_list ul li{
		margin: 4px;
	}
	.qzqd_top .top_list ul li .left{
		display: none;
	}
	.qzqd_top .top_list ul li .right{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.qzqd_top .top_list ul li .right span{
		display: inline-block;
		line-height: 26px;
		font-size: 1.06666666rem;
		color: #FFFFFF;
		align-self: center;
		margin: 0 auto;
		
	}
}
@media (max-width: 768px) {
	.write_img{
		width: 30%;
	}
	.write_text{
		width: 68%;
	}
	.write_img .img_panel{
		padding: 10px;
	}
	.qzqd_top .top_list ul li{
		width: 16%;
	}
	.qzqd_top .top_list ul li .right span{
		line-height: 20px;
		font-size: 0.93333333rem;
	}
	.left_panel .card_list{
		width: 100%;
	}
	.left_panel .card_list>li{
		width: 134px;
	}
	.icon_ul>li{
		width: 146px;
	}
}
@media (max-width: 500px) {
	.mainbody .mainbody_content{
		padding: 6px;
	}
	.panel_panel .tab_content .span_ul{
		padding: 6px;
	}
	.panel_panel .tab_content .span_ul li{
		height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.qzqd_top .top_list{
		height: 120px;
	}
	.qzqd_top .top_list ul{
		padding: 18px 10px;
	}
	.qzqd_top .top_list ul li{
		width: 48%;
		height: 26px;
		margin: 0;
	}
	.qzqd_top .top_list ul li .right span{
		font-size: 0.8rem;
	}
	.left_panel .card_list>li{
		width: 31%;
		height: auto;
	    margin: 4px;
	}
	.left_panel .card_list>li .card_face{
		padding: 10px;
	}
	.left_panel .card_list>li .card_face .pic{
		height: 60px;
	}
	.left_panel .card_list>li .card_back ul{
		padding: 6px 4px;
	}
	.left_panel .card_list>li .card_back ul li{
		padding: 4px;
		margin-bottom: 2px;
	}
	.mainbody .mainbody_content .content_panel .content_left>div{
		margin-bottom: 20px;
	}
	.content .name span{
		width: 100%!important;
	}
	.more_btn{
		height: auto;
	}
	.icon_ul>li{
		width: 20%;
		padding-top: 10px;
	}
	.icon_ul>li .pic img{
		width: auto;
		height: 26px;
	}
	.icon_ul>li .text{
		height: auto;
		line-height: 14px;
	}
	.content_right .content_inside{
		padding: 10px;
	}
	.mainbody .mainbody_content .content_right .right_panel .tab_header{
		margin-bottom: 10px;
	}
	.content .job,.content .name span{
		line-height: 24px;
	}
	.two_btn .btn {
	    width: 150px;
	    height: 40px;
	    line-height: 40px;
	    margin: 0px;
	}
}
