/**  ALL **/
.footerlogo img{
	height:3em;
}
.swiper-slide img {
	width: 100%;
}

.gray {
	transition: filter 2s;
	-webkit-transition: filter 2s;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/* opacity:0.7; */
}

.works_pal_pic_push a .gray:hover {

	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: ;
}

.is_none {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	z-index: 1 !important;
	outline: none !important;
}

html body {
	/*font-family: "黑体", "微软雅黑", "Microsoft YaHei", "Arial", sans-serif !important;*/
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
lable,
input,
button,
textarea,
p,
blockquote,
th,
td,
img,
/* .col-md-8,.col-md-4,.col-md-6, */
.row {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}


/** Fix Height Width Padding Margin **/


.ml-3em {
	margin-left: 3em !important;
}

.w1400 {
	max-width: 1400px;
	overflow: hidden;
	margin: auto;
}

.w1710 {
	max-width: 1710px;
	overflow: hidden;
	margin: auto;
}

.pd15 {
	padding: 0 15px;
}

.pdlr1_4 {
	padding: 0 1.4em !important;
}

.pd-5em {
	padding: 5em 0;
}

/**  INDEX  **/
nav {
	transition: all .7s;
	-webkit-transition: all .7s;
	width: 100%;
	position: fixed;
	z-index: 120;
	padding: 2em;
}

.index_nav {
	max-width: 1400px;
	margin: 0 auto;
}

.ind_nav_l {
	float: left;
}

.ind_nav_l img {
	width: 200px;

}

.ind_nav_r {
	float: right;
	color: #FFF;
	font-size: 1.4em;
	margin-top: 0.4em;
}

.ind_nav_r ul li {
	float: left;
	margin-left: 1em;
}

.ind_nav_r ul li a {
	text-decoration: none;
	color: #FFF;
}

.ind_nav_r ul li i {
	cursor: pointer;
}

.meun_index_pal {
	transition: all.7s cubic-bezier(.115, .87, 0, .925);
	-webkit-transition: all .7s cubic-bezier(.115, .87, 0, .925);
	width: 100%;
	height: 0%;
	z-index: 110;
	position: fixed;
	top: 0;
	left: 0;
	/* background-color: transparent; */
	background-color: #ebc153;
	overflow: hidden;
}

.main_meun {
	float: left;
	position: relative;
	top: 250px;
	left: 75.3%;
	color: #FFF;
}

.meun_f>li {
	opacity: 0;
}

.meun_fn>li {
	transition: margin-left 0.1s, opacity 0.1s;
	transition-delay: 0s;
	margin-left: -5em;
	opacity: 0;
}

.m_1,
.m_2,
.m_3,
.m_4,
.m_5,
.m_6 {
	transition: margin-left 1s, opacity 1s;
	margin-left: -5em;
}

.m_1 {
	transition-delay: .10s;
}

.m_2 {
	transition-delay: .30s;
}

.m_3 {
	transition-delay: .50s;
}

.m_4 {
	transition-delay: .7s;
}

.m_5 {
	transition-delay: .9s;
}

.m_6 {
	transition-delay: 1.1s;
}


.meun_f li a {
	font-size: 2.2em;
	color: #fff;
	line-height: 1.8em;
}

.meun_f li a i{
	font-style:normal; display:block;
}
.meun_f li a span{
	display:none;
}
.meun_f li a:hover i{
	display:none;
}
.meun_f li a:hover span{
	display:block;
}

.meun_f li a:hover {
	color: #FFF;

}

.meun_c li a {
	font-size: 1.2em;
	margin-left: 1.2em;
	line-height: 2em;
	display:block;
}

/******  Main Search  ******/

.main_search {
	position: absolute;
	width: 45%;
	top: 45%;
	left: 27.5%;
	color: #EBEBEB;
	display: none;
}

.main_search input {
	background-color: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	outline: 0;
	border-bottom: 2px solid #EBEBEB;
	width: 100%;
	font-size: 3em;

}

.search_txt {
	line-height: 3em;
}




/*********  ABOUT  ********/



.people_pal_mobile,
.dis_mob,
.arr_mob,
.dis_mob_tl {
	display: none;
}



.banner_pic {
	position: relative;
}

.company_intr {
	position: absolute;
	top: 20em;
	color: #FFF;
	width: 30%;
	font-size: 1em;
	line-height: 2em;
	text-align: justify;
	right: 3em;
	background-color: rgba(0, 0, 0, .7);
	padding: 1em 1.4em;
	border-radius: 5px;
}


.t_pal {
	/* width: 50%;
			left: 50%; */
	position: relative;
	margin-top: 8em;
	margin-bottom: 8em;
}

.t_pal_tc {
	margin-top: 4em;
}

.t_div>div {
	width: 100%;
	clear: both;
}

.t_pal ul li {
	overflow: hidden;
	width: 50%;
	float: left;
	height: 200px;
	margin-top: 2em;
	font-size: 1.2em;

}

.t_pal ul li div {
	float: left;

}

.t_img img {
	max-width: 170px;
	margin-right: 2em;
}

.t_pal_content {
	height: 150px;
	overflow: auto;
	padding: 10px 0 0 0;
	font-size: 12px;
	line-height: 20px;
}

.t_right {
	float: right !important;
}

.t_mr {
	margin-right: 2em;
	text-align: right;
}

.people_list_sty2 {
	width: 90%;
}

.people_pal {
	position: relative;
	width: 80%;
	left: 50%;
	height: 470px;
	margin: 250px 0;
	/* overflow: hidden; */

}

.people_pn {
	position: relative;
	width: 462px;
	margin-left: 2em;
	height: 50px;
}

.people_list-next,
.people_list-prev {
	-webkit-transform: rotate(90deg) scale(0.5);
	transform: rotate(90deg) scale(0.5);
	top: unset !important;
	margin-top: unset !important;
}

.people_list-prev {
	left: 45% !important;
}

.people_list-next {
	right: unset !important;
	left: 50% !important;
}


.people_pal ul {
	overflow: hidden;
	margin-top: 2em;
}

.people_pal ul li {
	transition: width 1s;
	-webkit-transition: width 1s;
	position: relative;
	float: left;
	width: 135px;
	margin-left: 2em;

}

.people_pal ul li img {
	cursor: pointer;
	width: 100%;
}

.people_pal ul li:nth-child(3n) {
	transition: width .6s;
	-webkit-transition: width .6s;
}

.people_pal ul li:hover {
	width: 265px;

}

.people_pal ul li:hover:nth-child(3n) div:nth-child(2n) {
	opacity: 1;
	left: 135px;
}

.people_pal ul li div {
	float: left;
	width: 135px;
	height: 150px;
}

.people_pal ul li div:nth-child(2n) {
	transition: opacity .6s, left .6s;
	-webkit-transition: opacity .6s, left .6s;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em;
	z-index: -1;
	opacity: 0;
}

.people_pal ul li:hover div:nth-child(2n) {
	transition-delay: 0.7s;
	opacity: 1;
	left: 135px;

}

.people_pal ul li:nth-child(3n) div:nth-child(2n) {
	transition: opacity 0.6s, left .6s;
	-webkit-transition: opacity .6s, left .6s;

}


.ab_img img {
	width: 100%;
}

.Timeline {
	position: relative;
	height: 280px;
	/* padding: 1em 0 !important; */
	margin-bottom: 1.5em !important;
}

.Timeline>div>.list {
	position: relative;
	overflow: auto;
	width: 100%;
	padding-left: 60px;
	display: inline-block;
}

.Timeline>div>.list>div {
	padding-left: 1em;
	font-size: 1em;
	line-height: 1.8em;
}

.Timeline .swiper-slide {
	height: auto;
	max-height: 240px;

}

.Timeline>div>.list .year_header {
	margin-left: -3.1em;
	position: fixed;
	font-size: 2em !important;
	font-weight: bold;
	width: 15%;
	line-height: 1em;
}

.mScoll_pal {
	height: 100%;
	overflow: auto;
}

.Timeline>div>.list .year_header>font {
	background-color: #FFF;
}

.Timeline>div>.list div i:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	background-color: #666;
	vertical-align: middle;
	margin-right: 7px;
	border-radius: 4px;
	margin-left: -1em;
}

.event_list_group>div>.list>.year_header {
	float: left;
	width: 60px;
	margin-left: -60px;
	font-weight: bold;
	font-size: 1.3em !important;
	line-height: 1.6em;
}

.Timeline_list ul li {
	list-style: disc;
}

.Timeline-prev,
.Timeline-next {
	position: absolute;
	height: 44px;
	margin-top: -35px;
	z-index: 2;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	width: 56px !important;
	margin-left: 1.3em;
	outline: none;
}

.Timeline-prev {
	left: 0 !important;
	top: 0 !important;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	background-image: url(../images/next_green.jpg) !important;

}

.Timeline-next {
	/* bottom: -1em !important; */
	left: 0 !important;
	/* top: unset !important; */
	background-image: url(../images/next_green.jpg) !important;
}


.Timeline-prev.swiper-button-disabled,
.Timeline-next.swiper-button-disabled {
	background-image: url(../images/next_gray.jpg) !important;
	opacity: 0.5 !important;
	-webkit-opacity: 0.5 !important;
}


.Timeline_pal div {
	float: left;
}

.Timeline_year,
.event_year {
	font-size: 2em;
	font-weight: bold;
	width: 15%;
	background-color: #FFF;

}

.Timeline_list {
	width: 85%;
}

.Timeline_list ul {
	padding-top: .8em;
}

.Timeline_list ul li {
	line-height: 1.8em;
	font-size: 0.8em;
}

.dot_line {
	width: 1px;
	border-left: 2px dotted #DDD;
	height: 250px;
	position: absolute;
	left: 45px;

}

.com_logo_group {
	margin: 8em 0 10em 0;
	position: relative;
}

.com_logo_group img {
	cursor: pointer;
	margin-top: 1em;
	width: 100%;
}


.com_logo_txt {
	position: absolute;
	bottom: 6%;
	width: 100%;
	color: #FFF;
	line-height: 2em;
	z-index: 2;
	font-size: 1.1em;
	display: none !important;
}

.com_logo_over {
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.7s;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none !important;
}

.event_list_group {
	width: 100%;
	/* height: 400px; */
	column-count: 2;
	-moz-column-count: 2;
	/* Firefox */
	-webkit-column-count: 2;
	/* Safari and Chrome */
	-moz-column-gap: 10em;
	/* Firefox */
	-webkit-column-gap: 10em;
	/* Safari and Chrome */
	column-gap: 10em;

}

.event_list_group>.list {
	width: 100%;
	padding-left: 60px;
	margin: 1.5em 0;
	display: inline-block;


}

.event_list_group>.list>div {
	line-height: 1.8em;
}

.event_list_group>.list div>a {
	color: #000;
}

.event_list_group>.list div>a:hover {
	color: crimson;
}

.event_list_group>.list>.year_header {
	float: left;
	width: 60px;
	margin-left: -60px;
	font-weight: bold;
	font-size: 1.3em !important;
	line-height: 1.6em;
}

.e_nlink {
	color: #333 !important;
}



/* mCSB_scrollTools 滚动栏设置 */
.content_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {

	/*    width: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px; */
	background: #0B4328 !important;
}

.content_3 .mCSB_scrollTools .mCSB_draggerRail {
	width: 0;
	border-right: 1px dashed #4DBBAA !important;
}



/****  HP_CUP  *****/
.bg-video {
	width: 100%;
	height: 300;
	left: 0px;
	top: 0px;
	z-index: -1;
	vertical-align: bottom;
	display: block;
}

.v1 {
	width: 100%;
	height: auto;
}

.award_group_height {
	height: 355px;
}

.judges_title,
.judges_title,
.award_group {
	width: 1200px;
}

.judges_title {
	font-size: 1.6em;
	margin: 1.5em auto;
}

.judges_group {
	margin: 0 7em;
}

.judges_g {
	display: inline-block;
	/* width: 1200px; */
	margin-bottom: 3em;
}

.judges_ty2 {
	width: 1200px;
}

.judges_g2 {
	display: inline-block;
}

.judges_g2>div {
	margin-bottom: 1em;
}



.judges_g>div:nth-child(6),
.judges_g>div:nth-child(12) {
	margin-right: 270px;
}

.judges_g>div:nth-child(13),
.judges_g>div:nth-child(19) {
	margin-left: 350px;

}

.judges_g>div:nth-child(18),
.judges_g>div:nth-child(24) {
	margin-right: 0em !important;

}


.judges_g>div {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.judges_g>div>img,
.judges_g2>div>img {
	width: 130px;
	height: 130px;
}

.g_r,
.g_r>div {
	float: right !important;
	margin-left: 1em;
	margin-right: 0;
}

.judges-prev {
	top: 68.5% !important;
	left: 19% !important;
}

.judges-next {
	top: 33.5% !important;
	right: 20% !important;
}

.judges_ty2-prev,
.judges_ty2-next {
	margin-top: 10px !important;
}

.line_sd {
	border-bottom: 1px solid #000;
	padding-bottom: 1em;
}

.award_pal {
	float: left;
	width: 49%;

}

.award_pal_swiper {
	width: 552px;
	height: 355px;
	/* background-color: #efefef; */
	cursor: pointer;
	position: absolute;
	left: 50%;
	margin-left: -276px;
}

.award_pal:hover .award_pci_mask {
	background-color: rgba(68, 171, 210, 0.5);
}

.award_pal:hover .award_pci_mask .play_ico {
	opacity: 1;
}

.award_pci {
	position: relative;
	cursor: pointer;
}


.award_pci_mask {
	transition: background-color .4s linear;
	-webkit-transition: background-color .4s linear;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	/* background-color: rgba(68,171,210, 0.5); */
}

.play_ico {
	transition: opacity .4s linear;
	-webkit-transition: opacity .4s linear;
	width: 60px;
	height: 60px;
	border: 4px solid #FFF;
	border-radius: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	color: #FFF;
	opacity: 0;

}

.play_ico i {
	position: absolute;
	font-size: 2em;
	top: 50%;
	left: 50%;
	margin-left: -25%;
	margin-top: -25%;
}

.award_pal:nth-child(2n) {
	float: right;
}

.award_title {
	text-align: center;
	line-height: 1.8em;
	margin: 1.2em 0 1.8em 0;
}

.award_title a {
	color: #333;
}

.award_title font {
	font-size: 1.3em;
}

.award_group {
	margin: 1.5em auto;
}

/********  HP_CUP_CON  ********/


.hc_info ul {
	width: 90%;
}

.hc_info ul li {
	line-height: 2em;
}

.hc_info ul li span {
	color: #EC971F;
	font-weight: bold;

}

.hc_info_title {
	font-size: 2em;
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.hc_info_content {
	height: 235px;
	overflow: auto;
}

.hc_info_download {
	font-size: 1.5em;
	border-top: 1px solid #000;
	padding-top: 0.5em;
	margin-top: 0.5em;
}

.hc_info_download a {
	color: #000000;
}

.video_play_pal {
	
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 130;
	background-color: rgba(0, 0, 0, .8);
	display: none;
}

.video_play_pal video {
	width: 80%;
	top: 50%;
	position: absolute;
	left: 50%;
	margin-left: -40%;
	margin-top: -22%;
}


.video_close {
	color: #FFF;
	display: inline-block;
	font-size: 2em;
	/* margin-right: 2em; */
	float: right;
	/* margin-top: 2em; */
	cursor: pointer;

	width: 4em;
	height: 4em;
	background-color: #444;
	border-radius: 2.5em;
	margin: -1.8em -1.8em 0 0;
}

.video_close i {
	top: 2.2em;
	left: .8em;
}




/********  WORKS  ********/
.works_nav ul {
	display: inline-block;
}

.works_nav ul li {
	position: relative;
	float: left;
	font-size: 1.2em;
	padding: 0 .8em;
	/* font-weight: bold; */
	display: inline-block;
}

.works_nav ul li.dis_mob {
	display: none !important;
}

.work_nav_bg {
	-webkit-transition: width 0.4s;
	transition: width 0.4s;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	width: 0;
	height: 100%;
	z-index: -1;
}

.works_nav ul li:hover .work_nav_bg {
	width: 100%;
}

.works_nav ul li a {
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
	color: #000000;
}

.works_nav ul li:hover a {
	color: #FFF;
}

.work_act a {
	color: #FFF !important;
}

.work_act .work_nav_bg {
	background-color: #000;
	width: 100%;
}

#gallery-content {
	opacity: 0;
}

.works_pal {
	width: 170px !important;
	margin-bottom: 10px !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-left: 20px !important;
}

.works_pal_pic {
	position: relative;
	cursor: pointer;
}

.works_pal_pic_push {
	display: none;
}

.works_pal_pic img {
	width: 100%;
}

.works_pal_pic img:nth-child(2) {
	-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;
	position: absolute;
	top: 0;
	left: 0;
}

.works_pal_pic:hover img:nth-child(2) {
	opacity: 0;
}

.works_pal_info {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.works_pal_info .w_title,
.works_pal_info .w_local {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.is_push {
	width: 550px !important;
}

.is_push>.works_pal_pic_push {
	display: block !important;
}


.is_push>.works_pal_pic {
	display: none !important;
}

.is_push img {
	width: 550px !important;
	height: 404px !important;
}

#gallery-content {
	overflow-x: hidden;
	max-width: 100vw;
	/* padding: 0 30px; */
	margin: 0 auto;
	float: none !important;
	width: auto;
}
}

#gallery-content>#gallery-content-center {}

.gallery-content-center-full {
	margin: 0 auto !important;
	float: none !important;
}

/***** WORKS_CONTENT *****/

.work_info_m {
	display: none;
}

.top_high {
	height: 120px;
}

.works_pic_show {
	width: 90%;
	margin: 0 auto;
}

.works_pic_show-prev,
.works_pic_show-next {
	outline: none;
}

.work_info {
	height: 51vh;
	position: relative;
}

.work_info>ul {
	position: absolute;
	/* top: 50%; */
	right: 3em;
	/* margin-top: -55%; */
	border-right: 2px solid #555;
}

.work_info>ul>li {
	line-height: 1.8em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: right;
	padding-right: 2em;
	border-bottom: 2px solid #555;
}

.work_info>ul>li:nth-child(6) {
	border: 0;
}

.work_info>ul>li>div:nth-child(1) {
	font-size: 1.2em;
}

.work_info>ul>li>div:nth-child(2) {
	font-size: 1.2em;
	font-weight: bold;
	width: 12em;
}

.pic_fit {
	height: 500px !important;
	width: 100%;
	position: relative;
	z-index: 1;
	/* padding-bottom:100% ; */
	overflow: hidden;
	float: left;
	/* background-color: #f3f3f3; */
	margin-bottom: 1em;
	cursor: pointer;
}

.pic_fit>img {

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin: auto;
	z-index: -1;
	*zoom: 1;
}

.pic_fit:before {
	content: "";
	display: inline-block;
	padding-bottom: 100%;
	width: 0.1px;
	/*必须要有数值，否则无法把高度撑起来*/
	vertical-align: middle;
}


.works_show_pic {
	display: none;
	top: 0;
	left: 0;
	z-index: 130;
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .9);
	padding: 2em;

}

.works_show_pic_align {
	position: relative;
	height: 100%;
	width: 100%;
}

.works_show_pic_align>img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	margin: auto;
	z-index: -1;
	*zoom: 1;
}

.close_ico_works {
	color: #FFF;
	display: inline-block;
	font-size: 2em;
	/* margin-right: 2em; */
	float: right;
	/* margin-top: 2em; */
	cursor: pointer;

	width: 4em;
	height: 4em;
	background-color: #444;
	border-radius: 2.5em;
	margin: -2.7em -2.7em 0 0;
}

.close_ico_works i {
	top: 2.1em;
	right: 0.5em;
}


.works_pic_show-prev.swiper-button-disabled,
.works_pic_show-next.swiper-button-disabled {
	opacity: 0.1 !important;
}



/***** CONTACT *****/
.amap-adcontent-body .info-content {
	padding: 2em 1em;
	/* line-height: 4em; */
}

.amap-adcontent-body .info-title {
	padding: 1em;
	background-color: #1163b1;
	color: #FFFFFF;
}

.amap-info-combo .keyword-input {
	height: unset !important;
}

#add_map {
	height: auto;
}
#add_map img{
	width:100%;
}
.addr_pal,.addr_pal01 {
	position: relative;
	border-top: 2px solid #efefef;
	padding: 1em 0;
	/* width: 70%; */
	color: #666;
	cursor: pointer;
	margin-left: 100px;
}

.addr_name {
	font-size: 1.2em;
	line-height: 2em;
}

.addr_local {
	/* font-weight: bold; */
}

.add_ico {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 2em;
	cursor: pointer;
}

.addr_local_info {
	display: none;
}

.addr_local_info ul li {
	line-height: 2em;
}

.addr_local_info ul li i {
	margin-right: 1em;
}

.addr_local_info ul li span {
	margin-left: 3.3em;
}

.join_us {
	line-height: 1.4em;
	font-size: 1.5em;
	margin-left: 100px;

}

.join_us>span {
	font-size: 1.2em;
}

.line_btm {
	border-bottom: 1px solid #888;
	width: 200px;
	margin-top: 10px;
}

.join_us_pal {
	margin-top: 5em;
}

.join_us_pal ul li {
	overflow: hidden;
	padding: 1em;
	border-bottom: 1px solid #CCC;
}

.join_list:hover {
	background-color: #EAEAEA;
	cursor: pointer;
}

.join_us_pal ul li div {
	width: 20%;
	font-weight: bold;
	float: left;
	text-align: center;
}

.join_us_pal ul li div:first-child {
	width: 37%;
	text-align: left;
}

.bg_join {
	background-color: #EAEAEA;
}

.join_info {
	line-height: 2em;
	padding: 2em 3em !important;
	display: none;
}



/*****  Media  *****/


/* .media_pal {
	width: 22%;
	float: left;
	font-size: 1.1em;
	margin-right: 4%;
	margin-bottom: 80px;
	//margin-top: 120px; 
	cursor: pointer;
} */





.media_pal {
	width: 30%;
	/* height: 460px; */
	float: left;
	font-size: 1.1em;
	margin-right: 5%;
	margin-bottom: 2em;
	/* margin-top: 120px; */
	cursor: pointer;
}


.media_pal:nth-child(3n) {
	margin-right: 0;
}

.media_pic {
	height: 380px;
}

.media_pic img {
	width: 100%;
}

.media_title {
	font-weight: bold;
	line-height: 2.5em;
}

.media_year {
	font-size: 1.4em;
	position: relative;
	height: 100%;
	/* margin-top: 15px; */
}

.media_year>div>div {
	background-color: #FFF;
	z-index: 2;

}

.media_year_list ul li {
	background-color: #FFF;
	display: block;
}

.media_year_list ul li a {
	color: #000;
}

.cur {
	color: #007AFF !important;

}

.medy_act {
	/* 	transition: margin-bottom 0.7s;
	-webkit-transition: margin-bottom 0.7s; */
	color: #0099CC;
	margin-bottom: 150px;
}

.fix_r {
	position: fixed;
	/* top: 10%; */
	z-index: 0;

}

.line_dot {
	height: 385px;
	position: absolute;
	left: 50%;
	top: 4%;
	border-left: 2px dotted #888;
	z-index: 0 !important;
	height: 100%;
}

.media_pdf_show {
	background-color: rgba(0, 0, 0, .9);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 130;
}

.show_h {
	height: 100%;
}

.book_abs {
	height: 100%;
}

.media_pdf_dl {
	font-size: 2em;
	top: 50%;
	margin-top: -3em;
	text-align: center;
}

.media_pdf_dl a i {
	transition: all 0.5s;
	--webkit-transition: all 0.5s;
	border: 1px solid #DCDCDC;
	padding: 1.5em;
	cursor: pointer;
	opacity: 0.5;
	color: #DCDCDC;

}

.media_pdf_dl i:hover {
	opacity: 1;
}

.close_ico_media {
	color: #FFF;
	display: inline-block;
	font-size: 2em;
	/* margin-right: 2em; */
	float: right;
	/* margin-top: 2em; */
	cursor: pointer;
	width: 4em;
	height: 4em;
	background-color: #444;
	border-radius: 2.5em;
	margin: -1.5em -1.5em 0 0;
}

.close_ico_media i {
	top: 2em;
	right: -1em;
}

.media_pdf_show_h {
	width: 100%;
	height: 100%;
}

.iframe_set {
	width: 90%;
	height: 95%;
	margin-top: 1.5em;
}

/*****  FOOTER  *****/
footer {
	background-color: #999;
	padding: 2em 0;
	color: #FFF;
}

.hpy_qrc_m {
	display: none;
}

.copyright {
	margin-top: 2em;
}

.copyright a {
	color: #EBEBEB;
}

.nav_map ul li {
	width: 16%;
	float: left;
	margin-right: 2%;
	line-height: 2em;
}

.nav_map ul li a {
	color: #FFF;
}

.nav_map_tle {
	font-size: 1.2em;
	/* font-weight: bold; */
}

#wx_cqr {
margin-top: -11em;
margin-left: -3.6em;
width: 350%;
}


.nav_map_ico {
	width: -webkit-max-content;
	width: max-content;
	margin: auto;
	margin-top: 2em;
}

.nav_map_ico ul li {
	float: left;
	width: 40px;
	padding: .5em;
	border-radius: 20px;
	background-color: #FFF;

}

.mob_footer .popover-content {
	padding: 0;
}

.mob_footer .popover-content img {
	width: 100%;
	margin-left: 0;
}

.nav_map_ico ul li:nth-child(2) {
	/* margin: 0 2em; */
	margin-left: 2em;
}

.nav_map_ico ul li img {
	margin-left: -0.25em;
}


@media screen and (max-width: 1400px) {

	/*******           **********/
	/* 	.people_list-next,
	.people_list-prev {
		top: unset !important;
		margin-top: unset !important;
	}

	.people_list-prev {
		---webkit-transform: rotate(90deg) scale(0.5);
		transform: rotate(90deg) scale(0.5);
		left: 23% !important;
	}

	.people_list-next {
		---webkit-transform: rotate(90deg) scale(0.5);
		transform: rotate(90deg) scale(0.5);
		right: unset !important;
		left: 26% !important;
	} */

	.media_pic {
		height: 270px;
	}

	.company_intr {
		position: absolute;
		top: 10em;
		color: #FFF;
		width: 40%;
		line-height: 2em;
		text-align: justify;
		right: 3em;
		background-color: rgba(0, 0, 0, .3);
		padding: 1em 1.4em;
		border-radius: 5px;
	}

	.judges_title,
	.judges_title,
	.award_group {
		width: 1000px;
	}

	.award_pal {
		float: left;
		width: 49%;
	}

	.award_pal_swiper {
		padding: 0 2em;
	}

	.judges_g>div:nth-child(6),
	.judges_g>div:nth-child(12) {
		margin-right: 150px;
	}

	.judges_g>div:nth-child(13),
	.judges_g>div:nth-child(19) {
		margin-left: 150px;

	}

	.judges_g>div:nth-child(18),
	.judges_g>div:nth-child(24) {
		margin-right: 0em !important;

	}

	.judges_group {
		margin: 0;
	}

	.w_change {
		width: 1000px;
	}

	.judges_ty2 {
		width: 840px;
	}

	.judges-prev {
		top: 68.5% !important;
		left: 5% !important;
	}

	.judges-next {
		top: 33.5% !important;
		right: 5% !important;
	}

	.hc_info_title {
		font-size: 1.5em;
	}

	.hc_info_content {
		height: 210px;
	}

}


@media screen and (max-width: 1024px) {

	/*******           **********/
	.index_pic>.swiper-wrapper>.swiper-slide img {
	/* 	width: auto !important;
		-webkit-width: auto !important; */
		
		/* height: auto !important;
		-webkit-height: auto !important; */
		/* max-width: 100%; */
		/* max-height: 100%; */
		
/* 		margin-left: -30%;
		height: 100%; */
	}

	.company_intr {
		position: absolute;
		top: 9em;
		color: #FFF;
		width: 50%;
		line-height: 2em;
		text-align: justify;
		right: 3em;
		background-color: rgba(0, 0, 0, .3);
		padding: 1em 1.4em;
		border-radius: 5px;
	}

	/* 	.media_pic{
		height: 270px;
	} */

	.people_pal {
		position: relative;
		width: 80%;
		left: 25%;
		height: 470px;
		margin: 250px 0;
		/* overflow: hidden; */
	}

	.award_title {
		text-align: center;
		line-height: 1.8em;
		margin: 1.2em 0 1.8em 0;
		height: 4em;
	}

	.judges_title,
	.judges_title,
	.award_group {
		width: 840px;
	}

	.award_group_1024 {
		width: 1000px;
	}

	.addr_pal,.addr_pal01 {
		margin-left: 40px;
	}



}

@media screen and (max-width: 768px) {
	.pd-5em {
		padding-top: 0;
	}

	.work_info_m {
		display: block;
	}

	.t_pal {
		width: unset !important;
		left: unset !important;
		margin-top: 15em !important;
		margin-bottom: 5em;
		margin-left: 2em;
	}

	nav,
	.award_group,
	.judges_title,
	.judges_title,
	.award_group_1024 {
		width: 100%;
	}

	.w_change {
		width: 95%;
	}

	.banner_pic {
		/* position: relative; */
		position: inherit;
	}

	.company_intr {
		/* position: unset !important; */
		top: 25em !important;
		color: #000 !important;
		width: 100% !important;
		line-height: 2em;
		text-align: justify;
		right: 0em;
		background-color: #FFF;
		padding: 1em 1.4em;
		border-radius: 0px;
	}

	.judges_ty2 {
		width: 560px;
	}

	.award-winning {
		width: 85%;
	}

	.hc_info {
		margin-top: 3em;
	}

	.hc_info_title,
	.hc_info_content,
	.hc_info_download {
		width: 80%;
		margin: 0 auto;
	}

	.hc_info_content {
		margin-top: 2em;
	}

	.work_info {
		display: none;
	}

	.people_pal {
		position: relative;
		width: 100%;
		left: 16%;
		/* height: 470px; */
		margin: 200px 0 250px 0;
		/* overflow: hidden; */
	}

	.work_info_m {
		padding: 0 4em;
	}

	.work_info_m ul li {
		line-height: 2em;
	}

	.work_info_m ul li div:nth-child(2) {
		font-weight: bold;
	}

	.media_year {
		display: none;
	}


}




@media screen and (max-width: 760px) {
	/* abuout us */

	nav {
		padding: 1.2em;
	}

	.meun_f li a {
		font-size: 1.8em;

		line-height: 1.8em;
	}

	.meun_c li a {
		font-size: 1.2em;
		margin-left: 1.2em;
		line-height: 2em;
	}


	.ind_nav_l img {
		width: 120px;
		margin-top: 0;
	}

	.ind_nav_r {
		font-size: 1.2em;
		margin-top: 0em;
	}

	.ind_nav_r ul li:nth-child(1),
	.ind_nav_r ul li:nth-child(2) {
		display: block; font-size: 14px;
	}
	#search_ico{
		margin-left: 1em !important;
	}

	.main_meun {
		float: left;
		position: relative;
		top: 100px;
		left: 10%;
		color: #FFF;
	}

	.main_search {
		position: absolute;
		width: 80%;
		top: 40%;
		left: 10%;
		color: #EBEBEB;
		display: none;
	}

	.company_intr {
		position: unset !important;
		top: 15em !important;
	}

	.title_line {
		padding: 1em 0;
	}

	.title_line span {
		border-bottom: 1px solid #AAAAAA;
		padding-bottom: 0.5em;
		font-size: 1.2em;
	}


	.people_pal,
	.t_pal {
		display: none;
	}

	.people_pal_mobile {
		position: relative;
		display: block;
		padding: 1em 1.4em;
	}

	.people_pal_mobile ul li {
		overflow: hidden;
		margin-bottom: 1em;
	}

	.people_pal_mobile ul li div:nth-child(1) {
		width: 40%;
		height: 150px;
		margin-right: 1em;
		float: left;
	}

	.people_pal_mobile ul li div:nth-child(2) {
		margin-top: 2em;
	}

	.people_pal_mobile ul li div img {
		width: 100%;
	}

	.people_list_sty2m-prev,
	.people_list_sty2m-next {
		margin-top: 0.5em !important;
	}

	.event_list_group {
		width: 100%;
		/* height: 400px; */
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		-moz-column-gap: 10em;
		-webkit-column-gap: 10em;
		column-gap: 10em;
	}


	.nav_map,
	.nav_map_ptle {
		display: none;
	}

	.Timeline .swiper-slide {
		height: auto;
		max-height: 240px;
	}

	.dis_pc {
		display: none;
	}

	.dis_mob,
	.arr_mob,
	.dis_mob_tl {
		display: block;
	}

	.works_nav ul li.dis_mob {
		display: block !important;
	}

	.works_nav ul li {
		margin-bottom: 0.2em;
	}

	.dis_mob .content_3>div {
		/* padding-left: 2em; */
		text-align: justify;
	}

	.honor_dot_mob {
		width: 5%;
		float: left;
		font-weight: bold;

	}

	.honor_title_mob {
		width: 95%;
		float: left;
	}


	@-webkit-keyframes arr_mob_ami {
		from {
			-webkit-transform: translateY(0px);
			-webkit-opacity: 1;
		}

		to {
			-webkit-transform: translateY(15px);
			-webkit-opacity: 0;
		}
	}

	@keyframes arr_mob_ami {
		from {
			transform: translateY(0px);
			opacity: 1;
		}

		to {
			transform: translateY(15px);
			opacity: 0;
		}
	}

	.arr_mob {
		text-align: center;
		font-size: 2em;
		cursor: pointer;
		color: #4DBBAA;
	}

	.arr_mob .glyphicon-menu-down {
		-webkit-animation: arr_mob_ami 0.7s linear infinite;
		animation: arr_mob_ami 0.7s linear infinite;
	}

	.arr_mob .glyphicon-menu-up {
		display: none;
	}

	.com_logo_group {
		margin: 1em 1.2em 2em 1.2em;
		position: relative;
	}

	.com_logo_txt {
		position: relative;
		text-align: left;
		color: #333333;
		line-height: 2em;
		font-size: 1em;
		display: block;
		text-align: justify;
	}

	.com_logo_over {
		position: absolute;
		bottom: 0;
		left: 0;
		transition: all 0.7s;
		width: 100%;
		height: 0;
		background-color: rgba(0, 0, 0, 0);
	}

	.com_logo_group img {
		margin-top: 1em;
	}

	.pd-5em {
		padding-top: 0;
	}

	.judges_title {
		text-align: center;
	}

	.judges_ty2 {
		width: 300px;
		left: 10px;
	}

	.judges_ty2-prev,
	.judges_ty2-next {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
		top: 43% !important;
	}

	.award-winning-prev,
	.award-winning-next,
	.award_pal_pic-prev,
	.award_pal_pic-next,
	.works_pic_show-prev,
	.works_pic_show-next,
	.people_list_sty2m-prev,
	.people_list_sty2m-next {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	.judges_ty2-prev,
	.award-winning-prev,
	.award_pal_pic-prev,
	.works_pic_show-prev,
	.people_list_sty2m-prev {
		left: 0 !important;
		margin-left: -.5em;
	}

	.judges_ty2-next,
	.award-winning-next,
	.award_pal_pic-next,
	.works_pic_show-next,
	.people_list_sty2m-next {
		right: 0 !important;
		margin-right: -.5em;
	}

	.award_title font {
		font-size: 1em;
	}

	.hc_info_title,
	.hc_info_content,
	.hc_info_download {
		width: 100%;
	}

	.hc_info_title {
		font-size: 1.2em;
	}

	.award_pal_swiper {
		width: 100%;
		height: auto;
		cursor: pointer;
		position: absolute;
		left: 0;
		margin-left: 0;
		padding: 0 1em;
	}

	.award_group_height {
		height: 250px;
	}

	/*****     works       *****/

	.works_nav ul li {
		padding: 0 .2em;
	}

	.works_nav {
		margin-top: 2em;
	}

	.top_high {
		height: 60px;
	}

	.works_pal {
		width: 140px !important;
		margin-bottom: 10px !important;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		margin-left: 20px !important;
	}

	.works_pal_pic_push {
		overflow: hidden;
	}

	.pic_fit {
		height: 250px !important;
	}

	.work_info_m {
		padding: 0 1.5em;
	}

	.works_pic_show {
		width: 100%;
		margin: 0 auto;
	}

	.is_push img {
		width: 140px !important;
		height: 140px !important;
	}

	/*****  MEDIA  ******/


	.media_list .title_line {
		width: 100%;
		clear: both;
		font-weight: bold;
	}


	.iframe_set {
		width: 100%;
		height: 100%;
		margin-top: 1.5em;
	}

	.book_abs {
		height: 70%;
	}

	.media_pdf_dl {
		font-size: 1em;
		top: 0;
		margin-top: 3em;
		text-align: center;
	}

	.close_ico_media {
		font-size: 1em;
	}

	.close_ico_media i {
		top: 2.1em;
		right: -1em;
	}

	.media_list {
		padding: 2em 0;
	}

	.media_pal {
		width: 48%;
		margin-right: 4% !important;
		font-size: 1em;
		margin-bottom: 2em;
	}

	.media_pic {
		height: 220px;
	}

	.media_pal:nth-child(2n) {
		margin-right: 0 !important;
	}

	.media_title {
		font-weight: normal;
		line-height: 1.5em
	}

	.join_us,
	.join_us_pal {
		padding: 0 15px;
	}

	.line_btm {
		margin: 10px 15px;
		border-bottom: 1px solid #AAA;
		width: 5em;
	}

	.join_us {
		line-height: 1.4em;
		font-size: 1em;
		margin-left: 0;
	}

	.join_us_pal {
		margin-top: 1em;
	}

	.join_us_pal ul li div:first-child {
		width: 80%;
		text-align: left;
	}

	.bg_join div:nth-child(3),
	.bg_join div:nth-child(4),
	.join_list div:nth-child(3),
	.join_list div:nth-child(4) {
		display: none;
	}

	.join_info {
		padding: 1em !important;
	}

	/********     CONTACT  *********/
	#add_map {
		height: auto;
		margin-bottom: 3em;
	}

	.addr_pal,.addr_pal01 {
		margin-left: 0;
	}

	/********     Footer  *********/


	.hpy_qrc_m {
		display: block;
	}

	.hpy_qrc {
		display: none;
	}

	.mob_footer div {
		float: left;
		width: 50%;
	}

	.mob_footer div:nth-child(2) {
		float: right;
	}

	.mob_footer div:nth-child(1) img {
		max-width: 100%; height:auto;
	}

	.nav_map_ico {
		margin-top: 0;
	}

	.nav_map_ico ul li:nth-child(2) {
		margin: 0 1em;
	}

	.nav_map_ico ul li {
		float: right;
	}
}
