body,
ul,
.row {
	padding: 0;
	margin: 0;
}

.container {
	padding: 0;
}

.div50 {
	width: 50%;
}

* {
	outline: none;
	/* 去除浏览器点边框 */
}

button:focus {
	outline: 0 !important;
	/* 去除浏览器点边框 chrome 浏览器 */
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

body {
	font-family: Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Hiragino Sans GB W3, Microsoft YaHei UI, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a {
	transition: color 0.4s;
	-webkit-transition: color 0.4s;
	color: #000000;
}

a:hover {
	color: #999;
}

ul li {
	list-style: none;
}

.cls {
	clear: both;
}

.fix_top {
	/* margin-top: 200px; */
	margin-top: 3em;
}

.mar_h {
	margin: 3em 0 1.5em 0;
}

.mar10 {
	margin-right: 10px;
}

.mat {
	margin-top: 50px;
}

nav {
	/* position: fixed; */
	top: 0;
	width: 100%;
	background-color: #FFF;
	z-index: 100;
}

.ico_vc {
	font-size: 28px;
	vertical-align: -20%;
	color: #AAA;
}

.ico_vc_reg {
	font-size: 22px;
	vertical-align: -20%;
	color: #FFF;
	border: 1px solid #AAA;
	padding: 0.3em;
	border-radius: 0.8em;
	background-color: #AAA;
}

.ico_vc_reg:hover {
	color: #AAA;
	background-color: #FFF;
}

.header {
	margin: 0 auto;
	/* overflow: hidden; */
	padding-top: 30px;
	padding-bottom: 30px;
	/* border-bottom: 2px solid #AAA; */
}

.header_l {
	text-align: left;
	float: left;
	width: 30%;
}

.header_l div:hover {
	color: #000000;
	background-color: #FFF;
}

.header_c {
	text-align: center;
	float: left;
	width: 40%;
	position: static;
}

.logo_cover {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 1;
	position: absolute;
}

.logo_cover2 {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 0;
}

.header_c>a:hover>.logo_cover {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 0;
}

.header_c>a:hover>.logo_cover2 {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 1;
}

.header_r {
	text-align: right;
	float: left;
	width: 30%;
	position: relative;
}

.header_r div:hover {
	color: #FFFFFF;
	background-color: #000000;
}


.btn_Contribution {
	padding: 0.5em 1em;
	background-color: #000;
	display: inline-block;
	border-radius: 0.2em;
	color: #FFF;
	/* margin-top: 10px; */
	border: 1px solid #000;
	margin-left: 1em;
}

.btn_w {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000000;
}

.header_nav {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}


.header_nav>ul>li {
	display: inline-block;
	line-height: 1em;
	font-size: 1.2em;
	padding: 0.6em 1.8em 0.3em 1.8em;
	position: relative;
}

.header_nav>ul>li:hover {
	/* background-color: #EEE; */
}

.header_nav ul li a {
	/* color: #000; */
}

.header_nav ul li a span {
	font-size: 0.6em;
}

.arrow_ch {
	color: #CCCCCC;
	vertical-align: 75%;
	font-size: 0.3em;
	margin-left: 1em;
}

.ch_menu {
	padding: 0.4em;
	position: absolute !important;
	top: 100%;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 0.1em;
	z-index: 999;
	width: 80%;
}

.ch_menu li {
	/* padding-bottom: 0.2em; */
	/* padding: 0.5em; */
}

.ch_menu li a {
	font-size: 14px;
	padding: 0.5em;
	display: block;
}

.ch_menu li:hover {
	background-color: #EEEEEE;
}

.login_list {
	display: none;
	margin-top: 1em;
	position: absolute;
	right: 70px;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	text-align: center;
}

.login_list li {
	padding: 0.3em 1em;
}

.reg_user_img {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	border: 1px solid #ccc;
}

.link_service {
	cursor: pointer;
	position: relative;
}

.link_service:hover>.link_service_qr {
	display: block;
	/* margin-top: 15px; */
	opacity: 1;
}

.link_service_qr {
	display: none;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	right: -50px;
	padding: 10px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.8);
	margin-top: 15px;
	opacity: 0;
	transition: all 0.3s;

}

.link_service_qr img {
	width: 180px;
	border-radius: 5px
}

/* other header */


.omeun {
	padding: 0 !important;
}

.omeun li {
	display: inline-block;
}

.omeun li a {
	/* background-color: #000 !important; */
	/* color: #FFF !important; */
	border-radius: 5px !important;
	padding: 0.5em 1em !important;
	border: 1px solid #CCC;
}

.omeun li a:hover {
	background-color: #000 !important;
	color: #FFF !important;
	border-radius: 5px !important;
	padding: 0.5em 1em !important;
	border: 1px solid #000;
}

.other_hder {
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
	width: 100%;
	position: fixed;
	top: -200px;
	background-color: #FFF;
	z-index: 99;
	border-bottom: 1px solid #ccc;
}

.other_hder>.header_nav {
	border: 0;
}

.other_hder>.header_nav>ul>li {
	display: inline-block;
	font-size: 1.1em;
	padding: 0.7em 1.5em;
	position: relative;
}

.oimg_logo {
	padding: 0.4em 0 0 0 !important;
	position: static;
}

.oimg_logo:hover {
	/* background-color: #FFF !important; */
}

.oimg_logo img {
	width: 150px;
}

.oimg_logo>a:hover>.logo_cover {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 0;
}

.oimg_logo>a:hover>.logo_cover2 {
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 1;
}



.other_hder ul {
	padding: 0.5em 0;
}

.other_hder .ch_menu {
	padding: 0.5em;
}

.oarrow_ch {
	color: #CCCCCC;
	font-size: 0.3em;
	margin-left: 1em;
}


/* search_banner */

.search_banner {
	width: 70%;
	margin: 4em auto;
	padding: 0.2em 0.4em;
	border: 1px solid #3e3e3e;
	border-radius: 15px;
}

.search_banner button {
	border: 0;
}

.search_banner button:hover {
	background-color: #FFF;
}

.search_banner button>i {
	font-size: 1.5em;
}

.works_class_nav {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
	padding-bottom: 2em;
}

.works_class_nav>ul {
	text-align: center;
}

.works_class_nav>ul>li {
	display: inline-block;
	padding: 0 1em;
	font-size: 1.2em;
}

.active_wk,
.active_wk:hover {
	color: #aa0000;
}

.pagination {
	color: #000000;
}

.pagination>li>a {
	color: #000000;
}

.pagination>li:nth-last-child(2)>a {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:hover {
	background-color: #000000;
	border-color: #000000;

}

/* .pagination>li>a:hover, */
.pagination>.active>span:hover,
.pagination>.active>span {
	background-color: #000000;
	border-color: #000000;

}

.page_mar {
	margin-bottom: 3em;
}

.inp_btn_group {
	margin-left: 3em;
}

.inp_btn_group>input {
	display: inline-block;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 60px;
}

.inp_btn_group>button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -5px;
	vertical-align: 0.5px;

}

.link_key {
	text-align: center;
	margin-bottom: 2em;
	font-size: 1.2em;
}

.link_key a {
	padding: 0 0.5em;
}



/* index main body */

.push_plate {
	width: 100%;
	overflow: hidden;
}

.push_plate img {
	width: 100%;
}

.push_l,
.projects_l,
.view_l,
.estate_l,
.book_sele_l {
	position: relative;
	padding-right: 10px;
	/* max-width: 900px; */
	max-width: 70%;
}

.push_l img,
.projects_l img,
.view_l img,
.estate_l img {
	max-width: 900px;
}

.push_r,
.projects_r,
.view_r,
.estate_r,
.book_sele_r {
	padding-left: 15px;
	width: 30%;
}

.push_r img,
.projects_r img,
.view_r img,
.estate_r img,
.book_sele_r img {
	max-width: 375px;
}

.push_r_t,
.push_r_b {
	position: relative;
}


.tip {
	position: absolute;
	top: 0;
	right: 15px;
	width: 54px;
	height: 54px;
	background-color: rgba(13, 24, 90, 0.6);
	color: #FFF;
	font-size: 14px;
	padding: 0.5em;
	text-align: center;
}

.push_title {
	width: 90%;
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #FFF;
	font-size: 2em;
	text-align: justify;
}

.push_title_r {
	width: 90%;
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #FFF;
	font-size: 1.3em;
	text-align: justify;
}

.push_title a,
.push_title_r a {
	color: #FFF;
}

.push_title a:hover,
.push_title_r a:hover {
	color: #d0d0d0;
}

.media_plate {
	margin-top: 2em;
}

.media_plate ul li {
	width: ;
}

.media_plate ul {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.media_plate ul li {
	display: inline-block;
	margin-bottom: 1.5em;
	position: relative;

}

.media_plate ul li img {
	width: 240px;
	height: 155px;
}

.media_plate_style_a {
	position: relative;
}

.media_plate_style_a ul li {
	height: 110px;
	overflow: hidden;
	margin-bottom: 0.8em;
}

.media_plate_style_a ul li img {
	margin-top: -4em;
}

.cp_mk {
	-webkit-transition: background-color .4s, color 0.4s;
	transition: background-color .4s, color 0.4s;
	position: absolute;
	text-align: right;
	width: 100%;
	/* height: 155px; */
	height: 110px;
	/* style_a */
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	padding: 1.2em 1.5em 0 0;
}

.cp_mk span {
	display: inline-block;
	width: 170px;
}

.cp_mk span:nth-child(1) {
	font-size: 0.4em;
}

.cp_mk span:nth-child(3) {
	font-size: 1.1em;
}

.cp_mk:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #334854;
}

.cp_mk_title {}




.title_class {
	text-align: center;
	font-size: 2em;
	letter-spacing: 2px;
	margin-top: 2em;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #000;
}

/* .projects_l{
	padding-right: 10px;
}
.projects_r{
	padding-left: 15px;
} */
.vip {
	background: url(../jpg/w_pic_logo.jpg) no-repeat;
	height: 25px;
	width: 86px;
	position: absolute;
	top: 0px;
	right: 00px;
}

.projects_plate img,
.view_plate img,
.estate_plate img,
.book_sele img {
	max-width: 100%;
}

.projects_main,
.view_main,
.estate_main {
	background-color: #FAFAFA;
}

.projects_info,
.view_info,
.estate_info {
	padding: 10px 10px 1px 10px;
}

.projects_title,
.view_title,
.estate_title {
	font-size: 2.2em;
	margin: 0.5em 0;
}

.projects_intr,
.view_intr,
.estate_intr {
	width: 100%;
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	color: #666;
}

.projects_source,
.view_source,
.estate_source,
.pl_tip {
	color: #003392;
	overflow: hidden;
}

.pl_tip {
	height: 1.5em;
}


.projects_source a,
.view_source a,
.estate_source a,
.pl_tip a {
	color: #003392;
}

.projects_list,
.view_list,
.evideo_list {
	margin-top: 2em;
}

.projects_list .pl_pal:nth-child(3n),
.view_list .pl_pal:nth-child(3n),
.evideo_list .ev_pal:nth-child(3n) {
	margin-right: 0;
}

.pl_pal,
.ev_pal {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #100A62;
	height: 278px;
	position: relative;
}

.pl_title {
	font-size: 1.1em;
	height: 4em;
}

.pl_con {
	padding: 0.5em;
}

.projects_more {
	margin-top: 2em;
	font-size: 1.2em;
}

.rank {
	margin-top: 2em;
}

.rank_con li {
	/* border-bottom: 1px solid #CCC; */
	padding-top: 0.8em;
	display: flex;
	flex-direction: row;
	align-items: center;
}

/* .rank_con li div {
	display: inline-block;
} */



.rank_con li div:nth-child(1) {
    color: #AAA;
    line-height: normal;
    font-size: 1.2em;
    width: 1.8em;
    text-align: center;
    border-right: 1px solid #aaa;
}

.rank_con li div:nth-child(2) {
/* 	margin: 0 1em 0 0em;
	vertical-align: 50%;
	padding: 0.2em;
	border-right: 1px solid #C2C2C2; */
}

.rank_con li div:nth-child(3) {
	font-size: 1.2em;
	padding-left: 1em;
}

.rank_con small {
	color: #C2C2C2;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #FFF;
	background-color: #FF8181;
	border: 1px solid #FF8181;
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
	color: #FF8181;
	background-color: #FFF;
	border: 1px solid #FF8181;
}


.nav-tabs>li>a {
	/* 	transition: color 0.4s,background-color 0.4s;
	-webkit-transition: color 0.4s,background-color 0.4s; */
	margin-right: 2px;
	/* font-weight: bold; */
	background-color: #FFF;
	line-height: 1.42857143;
	color: #FF8181;
	border: 1px solid #FF8181;
	border-radius: 2em;
}

.nav>li>a {
	position: relative;
	display: block;
	/* padding: 5px 15px; */
	padding: 3px 9px;
	font-size: 1.1em;
}

.nav-tabs {
	border: 0;
	padding: 1em 0;
}

.nav-tabs>li {
	float: left;
	/* margin-right: 1.5em; */
}

/* Department */

.department,
.arweekly {
	background-color: #FAFAFA;
	margin-top: 3em;
	overflow: hidden;
}

.department {
	margin-top: 0 !important;
	padding-top: 2em;
	padding-left: 1em;
	padding-right: 1em;
}

.dep_btn {}

.dep_l {
	float: left;
	width: 35%;
	padding: 2em 0 5em 2em;
}

.dep_l>div:nth-child(1) {
	font-size: 4em;
	padding: 0.5em 0;
}

.dep_l>div:nth-child(2) {
	font-size: 1.2em;
	color: #707070;
	text-align: justify;
	line-height: 2em;
}

.dep_l>div:nth-child(3) a {
	transition: color 0.4s, background-color 0.4s;
	-webkit-transition: color 0.4s, background-color .4s;
	padding: 0.3em 1.5em;
	background-color: #000;
	color: #FFF;
	display: inline-block;
	border-radius: 0.6em;
	font-size: 1.4em;
	margin-top: 8em;
	border: 1px solid #000000;
}

.dep_l>div:nth-child(3) a:hover {
	color: #000000;
	background-color: #FFFFFF;
}


.dep_r {
	float: left;
	width: 65%;
}

/* .dep_logolist {
	margin-top: 25%;
	width: 95%;
} */

.dep_logolist>div {
	width: 10%;
	float: left;
	margin-right: 1.25%;
	margin-bottom: 2em;
	text-align: center;
}

.dep_logolist>div:nth-child(9n) {
	margin-right: 0;
}

.dep_logolist>div>a>img {
	border-radius: 50%;
	width: 95px;
	height: 95px;
	border: 1px solid #DDD;
}

/* view like projects*/
.view_book {
	padding: 1.3em 1.3em 0 1.3em;
	margin: auto;
	background-color: #FAFAFA;
	overflow: hidden;
}

.view_book p:nth-child(1) {
	font-size: 1.5em;
	/* color: #E15203; */
}

.view_book p:nth-child(3) {
	margin: 1em 0 1em 0;
	padding: 0.2em;
	font-weight: bold;
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.8em;
}

.view_book p:nth-child(4) {
	padding: 0.2em;
	font-weight: bold;
}

.arrow_ico {
	width: 15px;
	vertical-align: -10%;
	margin-left: 0.5em;
}

.join_us {
	margin-top: 1em;
}

.join_class {
	font-size: 1.4em;
	font-weight: bold;
}

.join_pal {
	color: #AAA;
	margin-top: 1.5em;
}

.join_pal p:nth-child(1) {
	font-size: 1.2em;
	font-weight: bold;
}

.join_pal p:nth-child(1) a {
	color: #1f3867;
}

.join_pal p:nth-child(2) {
	margin-bottom: 1.5em;
}



.activity {
	overflow: hidden;
	margin-top: 2.5em;
}

.activity ul li {
	position: relative;
	width: 33.3%;
	float: left;
}

.activity ul li img {
	width: 100%;
}

.mak_title {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #FFF;
	padding: 1em;
	font-size: 1.5em;
}

.mbtm {
	bottom: 0;
}

.newsletter,
.album_banner {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 3em;
}


.newsletter_img,
.album_banimg {
	position: relative;
	left: 50%;
	margin-left: -1000px;
	width: 100%;
}

.newsletter_text {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -111px;
	margin-left: -380px;
	text-align: center;
	color: #FFF;
}

.newsletter_text p:nth-child(1) {
	font-size: 5em;
}

.newsletter_text p:nth-child(2) {
	font-size: 1.2em;
	letter-spacing: 2px;
}

.newsletter_text p:nth-child(3) {
	padding-top: 3em;
}

.newsletter_text a {
	color: #FFF;
	padding: 0.5em 1.5em;
	background-color: #000;
	border-radius: 0.5em;
	font-size: 1.4em;
}

.estate_title {
	font-size: 3em;
}

.estate_info {
	padding: 2em 2em 0.5em 2em;
}

.enews_list,
.book_arwlist {
	margin-top: 2em;
}

.enews_pal,
.book_arwpal {
	color: #545454;
	margin-bottom: 2em;
}

.enews_pic,
.enews_info,
.book_arwpic,
.book_arwinfo {
	display: table-cell;
	vertical-align: top;
}

.enews_pic,
.book_arwpic {
	width: 290px;
}

.enews_pic img,
.book_arwpic img {
	max-width: 290px;
}

.enews_info,
.book_arwinfo {
	text-align: justify;
	line-height: 1.5em;
	padding: 0 2em 0 2em;
}

.enews_title,
.book_arwtitle {
	font-size: 1.6em;
	line-height: 1.5em;
}

.enews_intr,
.book_arwintr {
	height: 3em;
	overflow: hidden;
}

.enews_source,
.book_arwsou {
	margin-top: 1.5em;
}

.enews_source span,
.book_arwsou span {
	margin-right: 1em;
}

.enews_source span:nth-child(1),
.enews_source span:nth-child(4),
.book_arwsou span:nth-child(1),
.book_arwsou span:nth-child(4) {
	color: #9c9c9c;
}

.tip_btn a {
	background-color: #D0D0D0;
	padding: 2px 10px;
	border-radius: 10px;
	margin: 0 0.2em;
	color: #FFF;
}

.tip_btn a:hover {
	background-color: #e3e3e3;
	color: #000;
}

.e_com {
	overflow: hidden;
	padding: 3em 1em;
}

.e_com ul li {
	padding: 0.5em;
	float: left;
	width: 32%;
	margin-right: 2%;
}

.e_com ul li img {
	/* border-radius: 50%; */
	border: 1px solid #dcdcdc;
}

.e_com ul li:nth-child(3n) {
	margin-right: 0;
}

.enews_hot h4,
.act_logo h4 {
	margin-bottom: 1em;
}

.enews_hot p {
	text-align: justify;
	border-bottom: 1px solid #AAA;
	font-size: 1.1em;
	padding: 0.2em 0 0.8em 0;
}

.act_logo {
	margin-top: 3em;
}

.evideo {
	margin-top: 3em;
}

.evideo_main {
	position: relative;
}

.evideo_title {
	position: absolute;
	bottom: 1em;
	left: 1.5em;
	color: #FFF;
	font-size: 2em;
}

.ev_pal {
	border: 0;
}

.ev_pal>div:nth-child(1) {
	position: relative;
}

.ev_pal>div:nth-child(1)>a>.play_ico i {
	margin-top: -22px;

}

.ev_pal>.pl_title {
	padding: 0.5em;
}

.play_ico {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	border: 3px solid #FFF;
	border-radius: 50%;
}

.play_ico i {
	position: absolute;
	margin-top: -21px;
	margin-left: -17px;
	top: 50%;
	left: 50%;
	color: #FFF;
	font-size: 3em;
}

.ev_pal .play_ico {
	transform: scale(0.5, 0.5);
}

/* arweekly */
.arweekly {
	margin-top: 0;
}

.awk_l,
.awk_r {
	width: 50%;
	float: left;
}

.awk_l {
	padding: 5em 0 5em 4em;
}

.awk_l small {
	color: #757575;
}

.awk_l>div:nth-child(2) {
	font-size: 2.2em;
	padding: 0.5em 0 2em 0;
}

.awk_l>div:nth-child(3) {
	font-size: 1.2em;
	color: #707070;
	text-align: justify;
	line-height: 2em;
}

.awk_l>div:nth-child(4) {
	margin-top: 1em;
	color: #003392;
}

.awk_l>div:nth-child(4) a {
	color: #003392;
	margin-left: 1em;
}

.awk_l>div:nth-child(5) a {
	transition: color 0.4s, background-color 0.4s;
	-webkit-transition: color 0.4s, background-color 0.4s;
	padding: 0.3em 1.5em;
	background-color: #FF8181;
	color: #FFF;
	display: inline-block;
	border-radius: 0.8em;
	margin-top: 4em;
	margin-right: 1em;
	/* font-weight: bold; */
	border: 1px solid #FF8181;
}

.awk_l>div:nth-child(5) a:hover {
	color: #FF8181;
	background-color: #FFF;
	border: 1px solid #FF8181;
}


.awk_r {
	position: relative;
	text-align: center;
	top: 3em;

}

.awk_r img {
	transition: box-shadow 0.7s;
	-webkit-transition: box-shadow 0.7s;
	box-shadow: -10px 5px 5px #c5c5c5;

}

.awk_r img:hover {
	box-shadow: 10px -5px 5px #c5c5c5;
}

.Cooperation_plate {
	margin-bottom: 50px;
}

.coo_list {
	margin: 0 auto;
	width: 95%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;

}

.coo_list a {
	cursor: unset;
	flex: 1;
	width: 16%;
	min-width: 16%;
	max-width: 16%;
	text-align: center;
}

.coo_list img {
	max-width: 100%;
}



/* BOOK CSS */

.book_banner,
.book_arwbanner {
	background-color: #FAFAFA;
	padding: 2em 0;
	margin-bottom: 3em;
}

.book_ban_text {
	width: 50%;
	margin: 0 auto;
}

.book_ban_text h2 {
	margin-bottom: 1em;
}

.book_banner p:nth-child(2) {
	font-size: 1.1em;
	color: #545454;
	line-height: 2em;
	text-align: justify;
	text-align-last: center;
}

.book_banner p:nth-child(3) {
	margin-top: 3em;
}

.book_banner p:nth-child(3) a,
.book_arw_ban div:nth-child(2) p:nth-child(3) a,
.buy_btn,
.btn_blue {
	transition: background-color 0.5s, color 0.5s, border 0.5s;
	-webkit-transition: background-color 0.5s, color 0.5s, border 0.5s;
	background-color: #5527E2;
	border: 1px solid #5527E2;
	color: #FFF;
	padding: 0.3em 1.5em;
	border-radius: 0.8em;
	margin: 0 1em;
	font-size: 1.2em;

}

.book_banner p:nth-child(3) a:hover,
.book_arw_ban div:nth-child(2) p:nth-child(3) a:hover,
.buy_btn:hover,
.btn_blue:hover {
	background-color: #FFF;
	color: #5527E2;
}

.book_pic_list {
	margin-bottom: 4em;
	overflow: hidden;
}

/* .book_pic_list>.book_pal{
	margin-bottom: 1em;
} */

.book_pal {
	float: left;
	width: 18%;
	margin-right: 2.5%;
	margin-bottom: 1em;
	height: 450px;
	overflow: hidden;
}

.book_pal img {
	/* max-width: 100%; */
	width: 100%;
}

.book_pal p {
	padding: 0 0.5em;
}

.book_pal p:nth-child(2) {
	margin-top: 0.5em;
	font-weight: bold;
	max-height: 3em;
	overflow: hidden;
}

.book_pal p:nth-child(3) {
	color: #9c9c9c;
}

.book_pal:nth-child(5n) {
	margin-right: 0;
}

.book_arw_ban {
	width: 85%;
	overflow: hidden;
	margin: 0 auto;
}

.book_arw_ban img {
	max-width: 100%;
}

.book_arw_ban div:nth-child(1) {
	float: left;
	margin-right: 5em;
}

.book_arw_ban div:nth-child(2) {
	display: table-cell;
	vertical-align: top;
}

.book_arw_ban div:nth-child(2) h3 {
	font-size: 2em;
	line-height: 1.5em;
	margin-bottom: 2.5em;
}

.book_arw_ban div:nth-child(2) p:nth-child(2) {
	font-size: 1.1em;
	color: #545454;
	line-height: 2em;
	text-align: justify;
	margin-bottom: 2em;

}

.book_arw_ban div:nth-child(2) p:nth-child(3) a {
	font-size: 1em;
}

.bk_title_class {
	font-size: 1.6em;
	border-bottom: 1px solid #AAA;
	padding-bottom: 0.5em;
}

.book_arwsou span:nth-child(2) {
	color: #9c9c9c;
}

.book_mazpal {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	text-align: center;
	height: 480px;
	margin-bottom: 2.5em;
	overflow: hidden;
	background-color: #FAFAFA;
	padding: 1em 3em;
}

.book_mazpal img {
	width: 100%;
}

.book_mazpal:nth-child(4n) {
	margin-right: 0;
}

.book_mazpal p:nth-child(1) {
	display: table-cell;
	height: 350px;
	vertical-align: middle;
}

.book_mazpal p:nth-child(2) {
	font-size: 1.1em;
	margin-top: 1em;
	overflow: hidden;
	max-height: 3em;
}


.book_mazpal small {
	color: #9c9c9c
}

.maz_line {
	border-top: 1px solid #010101;
	width: 35px;
	margin: 0 auto;
}


/* 杂志 magazine */
.maz_swiper {
	position: relative;
	overflow: hidden;
}

.maz_swiper>.swiper-wrapper {
	text-align: center;
}

.line-sty1 {
	border-bottom: 1px solid #010101;
	margin: 50px 0;
}

.tabs .active {
	color: #AC2925;
}

.maz_main {
	height: 550px;
	overflow: hidden;
	border-bottom: 1px solid #000000;
	margin-bottom: 3em;
}

.maz_main_l {
	width: 30%;
}

.maz_main_r {
	width: 70%
}

.maz_main_title {
	border-bottom: 1px solid #000000;
	width: 80%;
}

.maz_main_title h2 {
	margin-top: 0;
}

.display_h {
	height: 550px !important;
	overflow: auto;
}

.tabs {}

.tabs p {
	font-size: 1.2em;
	padding: 1em 0;
	border-bottom: 1px solid #545454;
	width: 80%;
	margin-bottom: 0;
	cursor: pointer;
	color: #9c9c9c;

}

.tabs>p>i {
	transition: opacity 0.4s, margin-right 0.4s;
	-webkit-transition: opacity 0.4s, margin-right 0.4s;
	color: #9c9c9c;
	margin-top: 2px;
	opacity: 0;
	margin-right: 2em;
	/* display: none; */
}

.tabs>.active>i {
	/* display: block; */
	margin-right: 0;
	opacity: 1;
}

.tabs .active {
	color: #000000;
	font-weight: bold;
}


#tabs-container {
	font-size: 1.1em;
	line-height: 2em;
}

#tabs-container .swiper-slide {
	text-align: justify;
}

.buy_btn {
	font-size: 1em;
	line-height: 1em;
	margin-top: 50px;
}

.noline {
	border: 0;
}

.book_sele {
	/* margin-bottom: 100px; */
	overflow: hidden;
}

/* Album 专辑 */

.album_pal {
	display: block;
	overflow: hidden;
	margin-bottom: 3em;
	border-bottom: 1px solid #3C3C3C;
	padding-bottom: 3em;

}

.album_pal:nth-child(2n) .album_l {
	width: 45%;
	padding-left: 2em;
}

.album_pal:nth-child(2n) .album_r {
	width: 55%;
	padding-right: 0;
}

.album_pal img {
	width: 100%;

}

.album_l {
	width: 55%;
}

.album_r {
	width: 45%;
}

.album_l {
	padding-right: 2em;
}

.album_r {
	padding-left: 2em;
	padding-right: 2em;
}

.album_text {
	height: 400px;
	display: table-cell;
	vertical-align: middle;
}

.album_text p {
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.5em;
}

.album_text p:nth-child(1) {
	font-size: 2.5em;
	margin-bottom: 1em;
	line-height: normal;
	letter-spacing: 2px;
	text-align: unset;
}

.album_banner {
	margin-bottom: 3em;
}

.album_bantext {
	position: absolute;
	width: 800px;
	top: 50%;
	left: 50%;
	margin-top: -193px;
	margin-left: -400px;
	text-align: center;
	color: #FFF;
}

.album_bantext p {
	margin-bottom: 2px;
	font-size: 1.1em;
}

.album_bantext p:nth-child(1) {
	font-size: 4em;
	letter-spacing: 2px;
	line-height: 1em;
}

.album_bantext p:nth-child(2) {
	font-size: 3em;
	/* margin-top: -0.5em; */
	margin-top: 1em;
	margin-bottom: 2em;
	letter-spacing: 0.3em;
}

/* .album_bantext p:nth-child(3) {
	font-size: 1.1em;
	letter-spacing: 2px;
}

.album_bantext p:nth-child(4) {
	padding-top: 3em;
}
*/
.album_bantext p:nth-last-child(1) {
	margin-top: 3em;
}

.album_bantext p .btn_blue:hover {
	border: 1px solid #FFF;
}



/* works page */

.works_list {
	overflow: hidden;
}

.pic_pad {
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 3em;
}

.pic_pad:nth-child(3n) {
	margin-right: 0;
}

.pic_img{
	height: 260px;
	}

.pic_img img {
	width: 100%;
	max-height: 260px;
}

.pic_lab {
	margin: 0.5em 0;
}

.lab_btn {
	transition: color 0.4s, background-color 0.4s;
	-webkit-transition: color 0.4s, background-color 0.4s;
	color: #FFF;
	background-color: #CCCCCC;
	border-radius: 1.2em;
	font-size: 0.5em;
	padding: 0.4em 1em;
	border: 1px solid #CCCCCC;
}

.lab_btn:hover {
	color: #000000;
	background-color: #FFF;
}

.pic_title {
	text-align: justify;
	font-size: 1.5em;
	margin: 0.6em 0;
	height: 3em;
	overflow: hidden;
}

.pic_info {
	color: #9D9D9D;
	border-bottom: 1px solid #9D9D9D;
	margin-bottom: 1em;
	font-size: 1.1em;
	text-align: justify;
}

.pic_info p {
	height: 3em;
	overflow: hidden;
}

.pic_sou {
	color: #9D9D9D;
}

.pic_sou i {
	vertical-align: -1px;
}

.hits_sty {
	margin-bottom: 2em;
	color: #BBB;
}

/* News Page */

.news_con_l {
	width: 75%;

}

.news_con_r {
	width: 25%;
	padding-left: 40px;
	/* background-color: #1B6D85; */
}

.news_pad {
	overflow: hidden;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5em;
}

.news_pad_l {
	width: 300px;
}

.news_pad_r {
	width: 65%
}

.news_img {}

.news_img img {
	width: 100%;
}

.news_title {
	text-align: justify;
	font-size: 1.8em;
	margin-bottom: 0.8em;
}

.news_info {
	color: #444;
	margin-bottom: 1em;
	font-size: 1.1em;
}

.news_source {
	color: #9D9D9D;
}

.news_source span {
	margin-right: 1.5em;
}

.pic_group {
	margin-bottom: 1.5em;
}

.pic_group div {
	width: 32%;
	display: inline-block;
	margin-right: 1.5%;
}

.pic_group div:nth-child(3n) {
	margin-right: 0;
}


.roll_pad {
	width: 280px;
}

.roll_pad_fixed {
	position: fixed;
	top: 75px;
}

.roll_pad_fixedb {
	position: fixed;
	bottom: 555px;
}

.roll_pad_title {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

.roll_pad_list ul {
	/* padding: 1em; */
}

.roll_pad_list ul li {
	background-color: #EEE;
	padding: 0.5em;
	overflow: hidden;
	margin-bottom: 1em;
	line-height: 2.3em;
}

.title_le {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Show 内容展示页 */
.show_l {
	width: 70%;
	text-align: justify;
}

.show_r {
	width: 30%;
	padding-left: 40px;
}

.show_container {
	overflow: hidden;
	margin-bottom: 3em;
	text-align: justify;
}

.show_title {
	font-size: 2.2em;
	margin-bottom: 1em;
}

.show_content {
	font-size: 1.1em;
	line-height: 2em;
	margin-bottom: 4em;
}

.show_content img {
	width: auto !important;
	max-width: 100%;
	margin: 0 auto !important;
}

.push_read_name,
.comment_name {
	font-size: 1.2em;
}

.push_read_list {
	margin-top: 1em;
	margin-bottom: 3em;
	overflow: hidden;
}

.push_read_list img {
	width: 100%;
}

.push_read_list ul li {
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
	margin-bottom: 1em;
	position: relative;
}

.push_read_list ul li:nth-child(3n) {
	margin-right: 0;
}

.push_read_list ul li span {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFF;
	padding: 0.5em;
}

/* .comment{
	margin-bottom: 3em;
	} */
.comment_reg {
	margin: 1em 0 3em 0;
	padding: 2em;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 7px;
}

.comment_reg a {
	color: #337ab7;
}

.save_ico i {
	color: #AC1630;
	font-size: 2em;
}


.save_pal {
	background-color: #CCCCCC;
	padding: 0.5em;
}

.save_pal_link {
	border: 2px solid #FFF;
	padding: 0.5em;
}

.save_pal_link img {
	width: 20px;
	margin-right: 0.5em;
	vertical-align: -5px;
}


.show_info_list ul {
	/* margin-left: 3em; */
}

.show_info_list ul li {
	padding: 1em 0;
	border-bottom: 1px solid #444;

}

.show_info_list ul li span {
	display: inline-block;
}

.show_info_list ul li span a {
	color: #666;
}

.show_info_list ul li span:nth-child(1) {
	font-size: 1.2em;
	width: 6em;
}

.show_info_list ul li span:nth-child(2),
.share_qr span {
	color: #666;

}


.share_qr {
	margin: 2em 0;
	position: relative;
}

.share_qr span {
	position: absolute;
	bottom: 0;
	left: 210px;
}

.show_key {
	font-size: 1.1em;
}

.show_key_name {
	border-bottom: 1px solid #444;
	padding: 0.2em 0;
	margin-bottom: 0.6em;
}

.show_key_list ul li {
	padding: 3px 0;
}

.show_roll {
	width: 350px;
}

.key_showno {
	display: none;
}


/* Company Page  企业主页*/
.com_ico p:nth-child(2) {
	font-weight: bold;
	font-size: 2em;
}

.com_ico p:nth-child(3) {
	color: #666;
	font-size: 1.2em;
}

.com_ico p:nth-child(3) i {
	vertical-align: -2px;
}

.com_ico img {
	border: 1px solid #ccc;
	margin-bottom: 1em;
}

.com_nav {
	margin-top: 2em;
}

.com_nav ul li {
	display: inline-block;
	font-size: 1.2em;
	padding: 0.5em 3em;
}

.btn_tocom a {
	transition: color 0.0s;
	-webkit-transition: color 0.0s;
	color: #5527E2;
	border: 1px solid #5527E2;
	border-radius: 06em;
	padding: 0.3em 1em;
}

.btn_tocom a:hover {
	color: #FFF;
	background-color: #5527E2;
}

.panel_name {
	border-bottom: 1px solid #000;
	margin-top: 3.5em;
	margin-bottom: 2em;
	text-align: center;
}

.com_info {
	font-size: 1.2em;
	padding: 0 2.5em;
}

.com_intr {
	line-height: 2em;
	text-align: justify;
}

.com_detail {
	padding: 2em 0;
}

.com_detail ul li {
	line-height: 2.5em;
}

.com_detail ul li i {
	margin-right: 1em;
}

.com_detail_l {
	width: 70%;
}

.com_detail_r {
	width: 30%;
	border-left: 1px dotted #CCCCCC;
}

.com_mess_btn {
	padding: 5px;
	margin-left: 20px;
	font-size: 14px;
	background-color: #f4d421;
	color: #333 !important;
	text-decoration: none !important;
}

.btn_more_news {
	text-align: center;
	margin: 2em;
}

.btn_more_news a {
	background-color: #EFD44E;
	color: #000000;
	padding: 0.5em 1em;
	font-size: 1.2em;
	border-radius: 0.5em;
}

.wci_intr>button {
	margin-left: 10px;
}



/* city button 城市按钮 */

.city_btn {
	padding: 0.5em;
	border-radius: 0.5em;
}

.city_btn:hover {
	background-color: #EEE;
	border-radius: 0.3em;
}

.chosen-container-single .chosen-single {
	border: 0 !important;
	background-image: none !important;
	box-shadow: none !important;
	font-size: 1.2em;
}

.chosen-container-single .chosen-drop {
	margin-top: 10px !important;
}

.chosen-container .chosen-drop {
	border-top: 1px solid #AAA !important;
}

/* 知 名 机 构 / FAMOUS	 */
.pic_align {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.pic_align img {
	width: 100%;

}

.famous_title {
	text-align: center;
	margin-top: 3em;
}


/* 搜索页面 Search Page*/
.mt20 {
	margin-top: 20px;
}

.s_name {
	float: left;
	width: 10%;
}

.s_key {
	float: left;
	width: 90%;
	text-align: justify;
	height: 2.5em;
	overflow: hidden;
}

.s_name>span {
	background-color: #EFEFEF;
	color: #111;
	padding: 0.4em;
	font-weight: bold;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.company_search {
	border-bottom: 0;
	background-color: #f5f5f5;
	padding: 0.5em 2em;
	overflow: hidden;
}

.news_img_sp {
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
}

.img_sp {
	width: 33.3%;
	display: block;
	float: left;
}

.img_sp img {
	width: 94%;
}

.search_news_info {
	float: left;
	width: 66.7%;
	padding-left: 10px;
}

.company_search .search_news_title {
	margin-top: 1em;
}

.hid50 {
	height: 54px;
	overflow: hidden;
}

.search_news_title .hid50 {
	line-height: 1.5em;
	padding-top: 10px;
	text-align: justify;
}

ul.workblk>li>h3,
.search_news_title>h3,
.videolist h3 {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	max-height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.search_news_title span {
	float: right;
	padding-top: 0.5em;
	color: #777;
}

/* About Us Page  关于我们*/
.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.7;
}

.about_banner {
	background-color: #EDEDED;
	padding: 2em 0;
	margin-bottom: 3em;
}

.about_ban_text,
.ab_media {
	width: 60% !important;
}

.about_ban_text h2 {
	margin-bottom: 1em;
}

.about_ban_text p {
	font-size: 1.2em;
	line-height: 2em;
	text-align: justify;
	margin-bottom: 1.5em;
}

.ab_media_l,
.ab_media_r {
	font-size: 1.2em;
	line-height: 2em;
}

.ab_media_l img {
	width: 25px;
	margin-right: 1em;
}

.ab_media_l>ul>li,
.ab_media_r>ul>li {
	line-height: 2.5em;
}

.ab_media_l>ul>li:nth-child(1),
.ab_media_r>ul>li:nth-child(1) {
	font-size: 1.2em;
	margin-bottom: 1em;
	font-weight: bold;
}

.ab_media_line {
	border-bottom: 2px solid #ECECEC;
	width: 75%;
	margin: 2em auto;
}

.ab_med_pal {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 1.8em;
}

.ab_med_pal>div:nth-child(2) {
	font-size: 1.2em;
}

.cir_mid {
	display: inline-table;
	margin-bottom: 1.1em;
}

.blue_cir {
	width: 100px;
	height: 100px;
	background-color: #5627E2;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-size: 2em;
}

.about_banner_pic {
	overflow: hidden;
}

.ab_nav {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

.ab_nav ul li {
	display: inline-block;
	font-size: 1.2em;
	margin: 1em 2em;
}

.ab_text {
	width: 95%;
	padding: 1.5em 2em;
	font-size: 1.2em;
	line-height: 2em;
	text-align: justify;
	margin: 4em auto;
	margin-top: 0;
	background-color: #F5F5F5;
	overflow: hidden;
	border-radius: 0.5em;
}

.ab_text i {
	color: #C12E2A;
	margin-left: 1em;
	margin-right: 1em;
}

.ab_down_btn {
	background-color: #FFF;
	color: #C12E2A;
	border: 1px solid #C12E2A;
}

.ab_down_btn:hover {
	background-color: #C12E2A;
	color: #FFF;
}

.ab_nav>ul>li.active>a {
	color: #C12E2A;
	;
}

.ab_joinus {
	margin-bottom: 1em;
	font-size: 1.1em;
}

.ab_joinus ul li {
	float: left;
}

.w2 {
	width: 20%;
	text-align: center;
}

.w2 i {
	font-size: 5em;
	color: #333 !important;
	margin-left: 0;
	margin-right: 0;
	padding-top: 20px;
}

.w8 {
	width: 80%;
}

.abcon_tl {
	background-color: #333;
	color: #fff;
	padding: 0.5em;
	border-radius: 0.3em;
}

.ab_mb1 {
	margin-bottom: 1em;
}

/* company list 企业列表 Brand */

.company_list>div {
	float: left;
	width: 11.1%;
	text-align: center;
	margin-bottom: 1.5em;
}

.company_list>div a img {
	width: 70%;
	border-radius: 50%;
	border: solid 3px;
	border-color: #EFEFEF;
	transition: border-color 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
}

.cname_cn {
	margin-top: 0.5em;
}

.company_list {
	overflow: hidden;
}

.company_list>div {
	float: left;
	width: 11%;
	text-align: center;
	margin-bottom: 1em;
}

.company_list>div a img {
	width: 70%;
	border-radius: 50%;
	border: solid 3px;
	border-color: #EFEFEF;
	transition: border-color 2s;
	-moz-transition: width 2s;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
}

.company_list>div a img:hover {
	border-color: #EFD44E;
}




.pnews_pal {
	/* height: 180px; */
	overflow: hidden;
	margin: 20px 0;
	border-bottom: 1px solid #DDD;
	padding-bottom: 1em;
}

.pnews_pic {
	width: 30%;
	float: left;
}

.pnews_pic img {
	width: 100%;
}

.pnews_info {
	width: 68%;
	float: left;
	margin-left: 2%;
	line-height: 2em;
}

.pnews_info_title {
	font-size: 1.6em;
}

.pnews_info_intro {
	text-align: justify;
	margin-top: 1em;
	color: #888;
	height: 4em;
	overflow: hidden;

}

.pnews_info_label {
	margin-top: 1em;
}

.pnews_info_label span {
	color: #AAA;
}

.press_push {
	background-color: #EEE;
	padding: 0.5em 1em;
	margin-left: 20px;
}

.press_push ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.press_push ul li {
	/* line-height: 2em; */
	padding: 10px 0;
	overflow: hidden;
	width: 50%;
	float: left;
}

.press_push_header {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: 1px dotted;
	padding-bottom: 0.5em;
}

.press_push_header i {
	top: 3px;
}

.p_dot,
.p_lab {
	float: left;
}

.p_dot {
	width: 6%;
}

.p_dot i {
	color: brown;
	font-size: 10px;
}

.p_lab {
	width: 94%;
}

.p_lab div:nth-child(2n) {
	text-align: right;
	color: #AAA;
}

/* Vote  */

.vote_tip {
	border: 1px dotted #ed7669;
	overflow: hidden;
	border-radius: .3em;
	font-size: 1em;
	margin-bottom: 1em;
	padding-left: 10px;
}

.vote_tip_l {
	float: left;
}

.vote_tip_l>a {
	color: #ed7669;
	font-size: 19px;
	line-height: 48px
}

.vote_tip_r {
	float: right;
	background-color: #ed7669;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	line-height: 50px;
	padding: 0 10px;
}




/* footer */
footer {
	background-color: #6D6D6D;
	color: #FFF;
}

footer>.container {
	padding: 2em 0;
}

footer .container a {
	color: #FFF;
}

footer .container h4 {
	font-weight: bold;
	margin-bottom: 1.5em;
}

.f_top {
	border-bottom: 1px solid #FFFFFF;
	overflow: hidden;
	padding: 2em 0 3em;
	margin-bottom: 2em;
}


.f_btm ul {
	padding-left: 1em;
	font-size: 1.1em;
}

.f_btm ul>li {
	line-height: 2em;
}

.f_btm ul>li>span {
	margin-left: -1em;
	margin-right: 1em;
}

.right_pal {
	display: table-cell;
	position: absolute;
	right: 0;
	height: 140px;
	overflow: hidden;
}

.archina_media {
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.ico_list img {
	display: inline-block;
	margin-left: 1.5em;
	width: 35px;
}

.archina_qr {
	transition: height .3s;
	-webkit-transition: height .3s;
	/* margin-top: 2em; */
	text-align: center;
	height: 0;
	overflow: hidden;
	/* padding-top: 1px; */
}

.archina_ar {
	transition: height .3s;
	-webkit-transition: height .3s;
	text-align: center;
	height: 140px;
	overflow: hidden;
	padding-top: 1px;
}

.tt_qr {
	transition: height .3s;
	-webkit-transition: height .3s;
	text-align: center;
	height: 0;
	overflow: hidden;
}

@media (min-width: 1330px) {
	.container {
		width: 1300px;
	}

	.push_l {
		height: auto !important;
	}

	.push_l,
	.projects_l {
		padding-right: 10px !important;
	}

	.push_r,
	.projects_r {
		padding-left: 15px !important;
		width: 30% !important;
	}
}

@media (min-width: 1200px) {

	.other_hder>.header_nav>ul>li {
		display: inline-block;
		font-size: 1.1em;
		padding: 0.7em 1em;
		position: relative;
	}

	.push_r,
	.projects_r {
		padding-left: 0;
		width: 28%;
	}

	.push_l,
	.projects_l {
		padding-right: 0;
	}

	.push_l {
		height: 440.48px;
	}

	.media_plate ul li img {
		width: 230px;
	}
}



/* 企业jion页面 */
.com_admin {
	background-color: #FFFFFF;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 2px solid #DCDCDC;
	border-bottom: 2px solid #DCDCDC;
	margin: 20px 50px 20px 65px;
	padding: 20px 50px 20px 65px;
	font-size: 14px;
}

.com_admin ul {
	padding: 0;
	width: 50%;
	margin: 0 auto;
}

.com_admin ul li {
	width: 100%;
	padding: 5px;
}

.com_admin ul li input {
	width: 100%;
	padding: 8px 10px;
}

.com_admin_btn {
	background-color: #000;
	border: 0;
	color: #FFF;
	padding: 5px 10px;
	margin-top: 10px;
}

.c_radio {
	margin-top: 15px;
	text-align: center;
}

.c_radio div {
	text-align: center;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

.checkbox input,
.radio-inline input {
	width: auto !important;
}

.admin_memb .checkbox label {
	width: 50%;
	float: left;
}

.admin_memb .checkbox+.checkbox,
.admin_memb .radio+.radio {
	margin-top: 10px !important;
}


.admin_memb,
.admin_adm {
	display: none;
}

.admin_adm fieldset,
.admin_memb fieldset {
	padding: .35em .625em .75em;
	border: 1px solid #767676;
	border-radius: 3px;
}

.admin_adm legend,
.admin_memb legend {
	padding: .5em;
	border: 0;
	width: auto;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
}

.lk_block {
	display: block;
}