@charset "utf-8";

body {
	color: #555;
	font-size: 16px;
	line-height: 1.63;
	overflow-x: hidden;
	background: #FFFFFF;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif;
}

p {
	margin: 1em 0;
}

a {
	color: #333;
	cursor: pointer;
}

a:hover {
	color: #333;
}
.clear{
	clear: both;
}
/* -- header -- */
#cornerMarkerBtn{position:absolute;z-index:1;top:90px;right:-172px;}
#header {
	z-index: 99;
}

#header .container {
	position: static;
}

.logo {
	padding-top: 0
}
.logo_pc{
	max-width: 100%;
	margin-top: 25px;
}
.index_yddh{
	display: none;
}
.top {
	background: #fff;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
	z-index: 99;
	position: relative;
}

.top .menu {
	display: none;
	
	font-size: 2rem;
	position: absolute;
	right: .5em;
	top: 0;
}

.nav li {
	float: left;
}

.nav li>a {
	display: inline-block;
	padding: 0 1em;
	line-height: 90px;
	color: #000000;
	position: relative;
}

.nav li:hover>a:after {
	background: #E5222A;
	height: 3px;
	display: inline-block;
	overflow: hidden;
	content: "";
	position: absolute;
	bottom: 0;
	left: 25%;
	width: 50%;
}

.nav li.active>a {
	color: #000000;
}

.nav li:hover>a {
	color: #E5222A;
}

.nav li div {
	display: none;
	line-height: 60px;
	position: absolute;
	padding-left: 1em;
	left: 0;
	top: 90px;
	width: 100vw;
	font-size: 93%;
	text-align: center;
	background: rgba(0, 0, 0, .6);
}

.nav li div a {
	color: #ffffff;
	padding: 0 .5em;
	margin: 0 .5em;
}

/*.nav li div {
    display: none;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 90px;
    font-size: 93%;
    text-align: left;
    background: #fff;
    min-width: 150%;
    border-top: 3px solid #E5222A;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .2);
}
.nav li div a {
    white-space: nowrap;
    display: block;
    color: #999;
    padding: 0;
    margin: .5em 1em;
}*/
.nav li div a:hover {
	color: #E5222A;
}

.nav li div.fr {
	left: inherit;
	right: 0;
	text-align: right;
}

.nav li:hover div {
	display: block;
}

a.more {
	background: transparent;
	border: 1px solid #dfdfdf;
	font-family: "HELVETICANEUELTPRO-THEX";
	color: #9f9f9f;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-indent: 0px;
	transition: all 0.3s ease-out 0s;
	width: 250px;
	margin: 0 auto;
	text-align: center;
}

a.more::after {
	content: "";
	display: block;
	width: 0;
	height: 52px;
	background-color: #E5222A;
	margin-top: -51px;
	transition: all 0.6s ease 0s;
}

a.more:hover::after {
	width: 250px;
	height: 52px;
}

a.more:hover {
	color: #fff;
	border: 1px solid #E5222A;
}

a.more{
	display: none;
}

/* -- banner -- */
#banner {
	position: relative;
	/*margin-top: 90px;*/
	width: 100%;
	height: 560px;
	/*max-height: calc(100vh - 90px);*/
}

.swiper-slide {
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: cover;
}

/* -- home -- */
.video {
	position: relative;
	width: 100%;
	margin-top: -90px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	/*background: url(../img/v1_03.png) no-repeat 50% 0;*/
	background-size: cover;
}

.videocon {
	/*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 90px);*/
}

.videocon video {
	vertical-align: top;
	width: 100%;
}

.home .top {
	background: rgba(255, 255, 255, .7);
	box-shadow: 0 0 0;
}

.home .nav li div {
	background: rgba(0, 0, 0, .6);
}

.title {
	text-align: center;
}

.title h2 {
	font-size: 220%;
	font-weight: normal;
	margin: 2.3em 0 1.6em;
}

.title p a {
	font-size: 120%;
	margin: 0 1em;
}

.index_about {
	position: relative;
	margin-top: 1em;
}
.index_about .container{
	padding-bottom: 1em;
}
.index_about .layui-col-space10{
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	margin: 1em 0;
	padding: 1em 0;
}
.index_about .layui-col-md3{
	text-align: center;
	color: #D6D6D6;
}
.index_about .layui-col-md3:after{
	background: #E0E0E0;
	height: 37px;
	display: inline-block;
	overflow: hidden;
	content: "";
	position: absolute;
	bottom: 18.5px;
	right: 0;
	width: 2px;
}
.index_about .layui-col-md3:last-child:after{
	width: 0;
}
.index_about .layui-col-md3 span{
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
}
/**/
.index_anli{
	margin-top: 0;
}
.index_anli_fl{
	float: right;
}
.index_anli_fl ul li{
	width: auto;
	float: left;
	padding: 0 30px;
	text-align: center;
}
.index_anli_fl ul li a{
color: #D6D6D6;
}
.index_anli_fl ul li:first-child a{
	color: #E5222A;
}
.index_anli_fl ul li:last-child{
	padding-right: 0;
}
.index_anli .swiper-wrapper span{
	width: 100%;
	position: absolute;
	height: 40px;
	background: rgba(0,0,0,.6);
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	bottom: -40px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0s;
	
}
.index_anli .swiper-wrapper a:hover span{
	bottom: 0px;
}
/**/


.index_news {
	position: relative;
}
.index_news_title{
	width: 100%;
	height: 92px;
	line-height: 92px;
	color: #000000;
}
.index_news_title a{
	color: #000000;
}
.index_news_title a:hover{
	color: #E5222A;
}
.index_news_title h2{
	font-size: 24px;
	float: left;
}
.index_news_title h3{
	font-size: 20px;
	float: right;
}
.index_news .layui-col-md5 a{
	display: block;
	background: #f7f7f7;
}
.layui-col-md5 .index_news_bt{
	
	height: 32px;
	line-height: 32px;
	margin: 0 30px;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
	margin-top: 2em;
}
.layui-col-md5 .index_news_nr{
	
	margin: 0 30px;
	line-height: 32px;
	padding-bottom: 2em;
}
.index_news_lb_left{
	width: 42%;
	height: 120px;
	margin-left: 2%;
	float: left;
}
.index_news_lb_left img{
	width: 100%;
	height: 100%;
}
.index_news_lb_right{
	width: 54%;
	margin-left: 2%;
	float: left;
	border-bottom: 1px solid #F4F4F4;
	color: #A2A2A2;
	padding-bottom: 1em;
	
}
.index_news_lb_right .index_news_bt{
	
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	font-weight: bold;
}
.index_news_lb_right .index_news_nr{
	line-height: 32px;
	height: 96px;
	overflow: hidden;
}
/**/
.index_yqlj{
	height: 70px;
	background: #f5f5f5;
	padding-top: 30px;
}
.index_yqlj ul li{
	height: 40px;
	float: left;
	margin-left: 5px;
	line-height: 40px;
}
.index_yqlj ul li img{
	height: 100%;
}
/* -- side_box -- */
.side_box {
	float: left;
	position: absolute;
	width: 260px;
	left: 0;
	top: 0;
	bottom: 0;
	margin-top: 2em;
	background-color: #707070;
}

.side_box h2 {
	color: #fff;
	font-size: 150%;
	line-height: 2.6;
	padding-left: 18px;
	font-weight: normal;
	border-bottom: 5px #fff solid;
	background-color: #E5222A;
}

.side_box h3 {
	margin: 0 !important;
	padding: 0 !important;
	border-width: 0 0 5px 0;
	background-color: #707070;
	border-bottom: 5px #fff solid;
	border-radius: 0;
	position: relative;
}

.side_box #accordion div {
	background-color: #f5f5f5;
	padding: .5em 18px;
	border: 0;
	border-radius: 0;
}

.side_box h3>a {
	font-size: 120%;
	color: #fff !important;
	padding-left: 18px;
	line-height: 2.2;
	font-weight: normal;
}

.side_box #accordion div>a {
	display: block;
	line-height: 1.5;
	padding: .3em 0;
	font-size: smaller;
}

.side_box #accordion {
	line-height: inherit;
}

.side_box #accordion h3>a:hover {
	padding-left: 28px;
	color: #fff;
}

.side_box #accordion h3.ui-state-active>a {
	color: #000 !important;
}

.side_box #accordion div>a.active {
	color: #E5222A;
}

.side_box #accordion span {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	background-image: url("../img/ui-icons_ffffff_256x240.png");
}

.side_box .ui-icon-triangle-1-s {
	background-position: -65px 0;
}

.side_box .ui-icon-triangle-1-e {
	background-position: -32px 0;
}

/* -- content -- */
#content {
	position: relative;
	z-index: 3;
}

.content_box {
	margin-top: 2em;
	margin-left: 300px;
	min-height: 450px;
	margin-bottom: 3em;
}

.content_box .grids {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
	padding: 10px 0;
}

.content_box .grids div {
	width: 25%;
}

.content_box .grids a {
	display: block;
	text-align: center;
	background-color: #b4b4b4;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 10px;
}

.content_box .grids a img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.content_box .grids a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: rgba(149, 29, 62, .8);
	display: flex;
	justify-content: center;
	align-items: center;
	animation-name: fadeOut;
}

.content_box .grids a:hover span,
.content_box .grids a.active span {
	animation-name: fadeIn;
}

.content_box .h1 {
	font-size: 200%;
	padding: 1em 0;
	font-weight: normal;
}

.content_box .h2 {
	font-size: 140%;
	color: #E5222A;
	padding: 1em 0 .3em;
	font-weight: normal;
	border-bottom: 2px #dedede solid;
}

.page h1 {
	font-size: 240%;
	color: #E5222A;
	padding: 1em 0 .3em;
	font-weight: normal;
	border-bottom: 1px #E5222A solid;
}

.page h4 img {
	display: block;
	width: 100%;
}

.page .txt {
	padding: 1em 0;
}

.page .txt img {
	width: 100%;
	vertical-align: middle;
}

.page .txt p {
	text-align: justify;
}

.page .txt.pw-5 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page .txt.pw-5 p {
	width: 49%;
}

.page .btn {
	color: #E5222A !important;
	border: 1px solid #E5222A;
	border-radius: 6px;
	padding: .5em 1em;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.page .hr_box {
	display: flex;
	padding: 2em 0;
	justify-content: space-between;
}

.page .hr_box div {
	width: 47%;
	text-align: center;
}

.page .hr_box div p {
	text-align: center;
}

/* ---- service ---- */
/*.service #tabs {
    border: 0 !important;
    padding: 0;
}
.service #tabs .ui-tabs-nav {
    padding: 2em 0 0;
    border-width: 0 0 1px 0;
    background-color: transparent;
    border-radius: 0;
    text-align: left;
}
.service #tabs .ui-corner-all, .service #tabs .ui-corner-top, .service #tabs .ui-corner-right, .service #tabs .ui-corner-tr {
    border-top-right-radius: 10px;
}
.service #tabs .ui-corner-all, .service #tabs .ui-corner-top, .service #tabs .ui-corner-left, .service #tabs .ui-corner-tl {
    border-top-left-radius: 10px;
}
.service #tabs .ui-tabs-nav li {
    min-width: 23%;
    display: inline-block;
    float: none;
    margin: 0 4px;
    text-align: center;
    background: #fff;
    box-shadow: 0 -3px 4px rgba(0, 0, 0, .1);
}
.service #tabs .ui-tabs-nav li.ui-tabs-active {
    background: #fff;
    border-color: #c5c5c5;
}
.service #tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #E5222A;
    font-weight: bold;
}
.service #tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .6em 0 .5em;
    float: none;
    display: block;
}*/
.service #tabs .layui-tab-title {
	overflow: inherit;
	padding: 0;
	height: auto;
	white-space: normal;
}

.service #tabs .layui-tab-title .layui-tab-bar {
	display: none;
}

.service #tabs .layui-tab-title li {
	margin: 0 5px;
	padding: 0 2em;
	font-size: 1.1rem;
}

.service #tabs .layui-tab-title li.layui-this {
	color: #E5222A;
	font-weight: bold;
}

.service #tabs .layui-tab-title li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 41px;
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
	border-radius: 2px 2px 0 0;
	box-sizing: border-box;
	pointer-events: none;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
}

.service #tabs .layui-tab-title li:after {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	overflow: hidden;
}

.tabs {
	border: 0 !important;
	padding: 0;
}

.tabs .ui-tabs-nav {
	padding: 2em 0 0;
	border-width: 0 0 1px 0;
	background-color: transparent;
	border-radius: 0;
	text-align: center;
}

.tabs .ui-corner-all,
.tabs .ui-corner-top,
.tabs .ui-corner-right,
.tabs .ui-corner-tr {
	border-top-right-radius: 10px;
}

.tabs .ui-corner-all,
.tabs .ui-corner-top,
.tabs .ui-corner-left,
.tabs .ui-corner-tl {
	border-top-left-radius: 10px;
}

.tabs .ui-tabs-nav li {
	min-width: 23%;
	display: inline-block;
	float: none;
	margin: 0 4px;
	background: #fff;
	box-shadow: 0 -3px 4px rgba(0, 0, 0, .1);
}

.tabs .ui-tabs-nav li.ui-tabs-active {
	background: #fff;
	border-color: #c5c5c5;
}

.tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #E5222A;
	font-weight: bold;
}

.tabs .ui-tabs-nav .ui-tabs-anchor {
	padding: .6em 0 .5em;
	float: none;
	display: block;
}

.tabs .txt img {
	max-width: 47%;
	float: right;
	margin-left: 2em;
}

.tabs .pic img {
	margin-top: 1em;
	width: 100%;
}

/* --- honor --- */
.page .gallery-thumbs {
	padding: 10px 0;
}

.page .gallery-top {
	padding: 30px 0 30px;
}

.page .gallery-thumbs .swiper-slide {
	width: 106px !important;
	height: 106px;
	line-height: 106px;
	font-weight: normal;
	display: block;
	text-align: center;
	background-color: #fff;
	color: #969696;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	border: solid 1px #969696;
	cursor: pointer;
	position: relative;
}

.page .gallery-thumbs .swiper-slide.swiper-slide-active {
	color: #fff;
	background-color: #E5222A;
	border-color: #E5222A;
}

.page .gallery-thumbs .swiper-button-prev,
.page .gallery-thumbs .swiper-button-next {
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	background-color: #fff;
	background-size: contain;
	margin-top: 0;
}

.page .gallery-thumbs .swiper-button-next {
	right: 0;
	left: inherit;
}

.honor .htabs {
	position: relative;
	border: 0;
	padding: 0;
	display: flex;
	min-height: 500px;
	align-items: center;
}

.honor .htabs ul {
	width: 50%;
	border: 0;
	padding: 0;
	background: transparent;
	flex-direction: column;
}

.honor .htabs ul li {
	opacity: 1 !important;
	border: 0;
	float: none;
	border-radius: 0;
	font-size: 100% !important;
	display: block;
	width: 100%;
	background: #e0e0e0;
	position: relative;
	margin: 0 0 10px 0 !important;
}

.honor .htabs ul li:before {
	height: 0;
	width: 0;
	display: inline-block;
	overflow: hidden;
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	margin-top: -6px;
	border-width: 6px 8px 6px 0;
	border-style: solid;
	border-color: transparent #e0e0e0 transparent transparent;
}

.honor .htabs ul li.ui-tabs-active:before {
	border-color: transparent #E5222A transparent transparent;
}

.honor .htabs .ui-tabs-active {
	background-color: #E5222A;
	border-color: #E5222A;
}

.honor .htabs ul li a {
	display: inline-block;
	float: none !important;
	text-align: left !important;
	vertical-align: top;
	font-size: smaller;
	/*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
	padding: .8em 1em !important;
}

.honor .htabs div {
	width: 50%;
	border: 0;
	padding: 0;
}

.honor .htabs div p {
	margin: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.honor .htabs div p img {
	width: 50%;
}

.contact .info ul {
	font-size: 140%;
	line-height: 2em;
	padding: 2em 0;
}

.contact .info p {
	float: right;
	padding: 1em;
	text-align: center;
}

.contact .info p img {
	max-width: 100%;
}

.footer {
	position: relative;
	background:url("../img/footer_bg.jpg") no-repeat center;
	padding-top: 2em;
	font-size: smaller;
	
}
.footer .container{
	color:#ffffff;
}
.footer h3 {
	color: #fff;
	font-size: 180%;
	font-weight: normal;
}

.footer p {
	color: #394a90;
	margin: 0;
	text-align: left;
}

.footer b {
	margin: 1em 0;
	display: block;
	width: 100%;
	height: 1px;
	background:  #394a90;
}

.footer h1 {
	display: block;
	color: #394a90;
	text-align: center;
	margin-bottom: 1em;
}

.footer h1 a {
	color: #394a90;
}

#rightnav {
	position: fixed;
	top: 30%;
	right: 0px;
	/*margin-top: -100px;*/
	z-index: 99;
}

#rightnav a {
	cursor: pointer;
	display: block;
	width: 40px;
	
	color: #fff;
	text-align: center;
	margin: 0;
	
	
	background-size: cover;
	background-color: rgba(0, 0, 0, .8);
}

#rightnav a:hover {
	background-color: #E5222A;
}

.bottomnav {
	width: 100%;
	height: 85px;
	position: fixed;
	bottom: 0px;
	/*margin-top: -100px;*/
	z-index: 99;
	background-color: rgba(0, 0, 0, .8);
}

.bottomnav_1 {
	margin-left: 3%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.bottomnav_2 {
	margin-right: 3%;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.bottomnav_phone {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0px;
	/*margin-top: -100px;*/
	z-index: 99;
	background-color: rgba(0, 0, 0, .8);
	display: none;
}

.bottomnav_phone a {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
}

.bottomnav_phone div.bottomnav_1 {
	height: 50px;
	line-height: 50px;
	margin: 0;
	width: 50%;
	text-align: center;
	border-right: #ffffff 0.5px solid;
	float: left;
}

.bottomnav_phone div.bottomnav_2 {
	height: 50px;
	line-height: 50px;
	margin: 0;
	width: 50%;
	text-align: center;
	float: left;
}

.ico_weibo {
	display: inline-block;
	background: url('../img/ico_weibo.png') no-repeat;
}

.ico_weixin {
	display: inline-block;
	background: url('../img/ico_weixin.png') no-repeat;
}

.ico_member {
	display: inline-block;
	background: url('../img/ico_member.png') no-repeat;
}

.ico_email {
	display: inline-block;
	background: url('../img/cebian_01.png') no-repeat;
}
.ico_cb_01 {
	height: 70px;
	display: inline-block;
	background: url('../img/cebian_01.png') no-repeat;
}
.ico_cb_02 {
	height: 70px;
	display: inline-block;
	background: url('../img/cebian_02.png') no-repeat;
}
.ico_cb_03 {
	height: 70px;
	display: inline-block;
	background: url('../img/cebian_03.png') no-repeat;
}
.ico_cb_04 {
	height: 35px;
	display: inline-block;
	background: url('../img/cebian_04.png') no-repeat;
}

.ico_user {
	display: inline-block;
	background: url('../img/ico_user.png') no-repeat;
}

.ico_top {
	display: inline-block;
	background: url('../img/cebian_04.png') no-repeat;
}

.phone_nav {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: #fff;
	z-index: 999;
}



.phone_nav .nav_close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	line-height: 2rem;
	font-size: 2rem;
	font-family: layui-icon !important;
}

.phone_nav ul {
	padding: 0 20px;
	font-size: 18px;
}

.phone_nav ul li {
	border-bottom: 1px #ddd solid;
}

.phone_nav ul li>a {
	display: block;
	line-height: 48px;
	position: relative;
}

.phone_nav ul li.nav_upbit>a:after {
	font-family: layui-icon !important;
	content: '\e61a';
	position: absolute;
	right: 1em;
	top: 0;
	font-size: 1rem;
}

.phone_nav ul li.nav_upbit.active>a:after {
	content: '\e619';
}

.phone_nav ul li div {
	display: none;
	padding: 0 20px;
}

.phone_nav ul li div a {
	display: block;
	line-height: 36px;
	font-size: 16px;
	border-top: 1px #eee solid;
}

.post-content {
	padding-bottom: 3em;
}

.post-content h2 {
	font-size: 200%;
	text-align: center;
	font-weight: normal;
}

.post-content .post-date {
	font-size: smaller;
	text-align: right;
	color: #666;
}

.post-content .post-txt {
	text-align: justify;
}

.post-content .post-txt img {
	max-width: 100%;
}

.entry-header {
	font-size: 220%;
	color: #E5222A;
	padding: .25em 0 .5em;
	margin-bottom: .5em;
	border-bottom: 2px solid #dedede;
}

.entry-post {
	margin-bottom: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.entry-post a {
	display: flex;
	width: 33.3%;
	position: relative;
	margin: 1em 0;
	justify-content: center;
}

.entry-post a img {
	width: calc(96% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #adafb1;
}

.entry-title {
	margin: 0;
	position: absolute;
	bottom: 2px;
	left: calc(2% + 2px);
	width: calc(96% - 4px);
	line-height: 1.3em;
	font-weight: normal;
	padding: .5em 0;
	background-color: rgba(255, 255, 255, .7);
	animation-name: fadeOut;
}

.entry-title span {
	display: block;
	font-size: smaller;
	color: #666;
	padding: 0 10px;
	text-align: right;
}

.entry-title strong {
	display: block;
	padding: 0 10px;
	text-align: justify;
	font-weight: normal;
}

.entry-post a:hover .entry-title {
	animation-name: fadeIn;
}

.entry-list {
	margin-bottom: 1em;
	display: flex;
	flex-direction: column;
}

.entry-list a {
	display: block;
	margin-bottom: 1em;
}

.entry-list a span {
	float: right;
}

.meta-date {
	font-size: 90%;
}

.search-form {
	border-bottom: 5px #fff solid;
}

.search-form .form-control {
	width: 70%;
	padding: 6px 0;
	border: 0;
	text-indent: 18px;
	background-color: #eee;
}

.search-form .btn {
	width: 30%;
	padding: 6px 0;
	border: 0;
	color: #fff;
	cursor: pointer;
	background-color: #E5222A;
}

/* ---- company ---- */
.nav_party {
	position: relative;
	height: 300px;
	margin: 2em 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url('../img/pic_build.png');
}

.nav_party a {
	display: block;
	height: 80px;
	width: 100px;
	padding: 3px 10px;
	position: absolute;
	background-color: #fff;
	border: 1px #991e23 solid;
	border-radius: 11px;
	overflow: hidden;
}

.nav_party a img {
	display: block;
	width: 100%;
	height: 100%;
}

.nav_party a span {
	display: none;
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.nav_party a:hover span,
.nav_party a.active span {
	display: flex;
	text-align: center;
	background-color: rgba(149, 29, 62, .9);
	justify-content: center;
	align-items: center;
}

.nav_party a:hover,
.nav_party a.active {
	background-color: rgba(149, 29, 62, .7);
}

.nav_party .nav_party1 {
	left: 10%;
	top: 0;
}

.nav_party .nav_party2 {
	right: 10%;
	top: 0;
}

.nav_party .nav_party3 {
	left: 10%;
	bottom: 0;
}

.nav_party .nav_party4 {
	right: 10%;
	bottom: 0;
}

.nav_ideal {
	position: relative;
	height: 290px;
	margin: 2em 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-image: url('../img/pic_company.png');
}

.nav_ideal a {
	display: flex;
	height: 60px;
	width: 200px;
	position: absolute;
	background-color: #ebebeb;
	border: 1px #991e23 solid;
	border-radius: 11px;
	overflow: hidden;
	justify-content: center;
	align-items: flex-end;
}

.nav_ideal a span {
	display: flex;
	width: 100%;
	height: 92%;
	border-radius: 11px;
	background-color: #fff;
	align-items: center;
	justify-content: center;
}

.nav_ideal a:hover,
.nav_ideal a.active {
	background-color: rgba(149, 29, 62, .7);
}

.nav_ideal .nav_ideal1 {
	left: 0;
	top: 0;
}

.nav_ideal .nav_ideal2 {
	right: 0;
	top: 0;
}

.nav_ideal .nav_ideal3 {
	left: 0;
	bottom: 0;
}

.nav_ideal .nav_ideal4 {
	right: 0;
	bottom: 0;
}

.star_nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.star_nav div {
	width: 16%;
	color: #fff;
	height: 8em;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-bottom: .5em;
}

.star_nav div a {
	height: 100%;
	width: 100%;
	background: #bfbfbf;
	display: flex;
	justify-content: center;
	align-items: center;
}

.star_nav div a:hover,
.star_nav div.active a {
	background: #E5222A;
	color: #fff;
}

.star_list {
	padding-bottom: 2em;
}

.star_list li {
	padding-top: 2em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.star_list li .picture {
	width: 15%;
	padding: 8px;
	background: url('../img/bg_pic.png');
}

.star_list li .info {
	width: 80%;
}

.star_list li .name strong {
	display: inline-block;
	color: #E5222A;
	font-size: 150%;
	font-weight: normal;
	margin-right: 1em;
}

/* ---- hr ---- */
.hr .t1 {
	font-size: 260%;
	color: #666;
	padding: 1em 0;
	text-align: center;
	font-weight: normal;
}

.hr .layui-icon.file-uploads:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 150px;
	font-size: 50px;
	color: #fff;
	background-color: rgba(0, 0, 0, .4);
}

.hr .layui-icon.file-uploads.has:before {
	display: none;
}

.hr .layui-icon.file-uploads.has:hover:before {
	display: block;
}

.hr .searchCont {
	text-align: center;
}

.hr .searchCont .text {
	background: #f2f2f2;
	border: 0;
	width: 50%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 1em;
}

.hr .searchCont .btn {
	background: #E5222A;
	border: 0;
	color: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;
	padding: 1em 2em;
	cursor: pointer;
}

.hr .category {
	display: flex;
	padding: 2em 0 4em;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hr .category a {
	display: block;
	width: 47%;
	line-height: 9em;
	margin: .7em 0;
	font-size: 110%;
	border: 1px solid #505050;
	color: #fff;
	background: url('../img/bg_jobs.png') no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

.hr .category a:hover {
	background-image: url('../img/bg_jobs_.png');
}

.hr .sz_t {
	background: #707070;
	margin-bottom: 5px;
	padding: .8em 1.2em;
	color: #fff;
}

.hr .sz_t strong {
	font-weight: normal;
}

.hr .sz_t span {
	display: inline-block;
	margin-left: 1em;
	font-size: smaller;
}

.hr .filtering {
	background: #707070;
	margin-bottom: 15px;
	color: #fff;
}

.hr .filtering .tit {
	margin-right: 1em;
}

.hr .filtering .sx_result {
	border-bottom: 1px #fff solid;
	padding: .8em 1.2em;
	display: flex;
	justify-content: space-between;
}

.hr .filtering .sx_result .filterCondition {
	flex-grow: 1;
}

.hr .filtering .sx_result .filterCondition a {
	background: #fff;
	position: relative;
	margin: 0 1em;
	display: inline-block;
}

.hr .filtering .sx_result .filterCondition a em {
	display: inline-block;
	margin: 0 .4em;
}

.hr .filtering .sx_result .filterCondition a span {
	display: inline-block;
	width: .9em;
	height: .9em;
	margin: .3em;
	background: url('../img/delete-black.png') no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
}

.hr .filtering .sx_filter {
	padding: .8em 1.2em;
	display: flex;
	border-bottom: 1px #fff solid;
	justify-content: space-between;
}

.hr .filtering .sx_filter .moreConfiguration {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	height: 1.56em;
	overflow: hidden;
}

.hr .filtering .sx_filter .moreConfiguration.open {
	height: inherit;
}

.hr .filtering .sx_filter .moreConfiguration a {
	display: inline-block;
	white-space: nowrap;
	margin: 0 1em;
	color: #fff;
}

.hr .filtering .sx_filter .moreConfiguration a:hover {
	color: #f00;
}

.hr .filtering .sx_filter .tit,
.hr .filtering .sx_filter .more {
	white-space: nowrap;
	text-align: right;
}

.hr .filtering .sx_result .retract,
.hr .filtering .sx_filter .more {
	cursor: pointer;
}

.hr .keyword .text {
	background: #fff;
	border: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 0 1em;
	font-size: smaller;
}

.hr .keyword .icon-search {
	background: #E5222A;
	border: 0;
	color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 0;
	width: 2em;
	cursor: pointer;
	background: #E5222A url('../img/ico_search.png') no-repeat;
	background-position: 50% 50%;
}

.hr .jobList {
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 2em;
	font-size: 13px;
}

.hr .jobList th {
	background: #707070;
	color: #fff;
	white-space: nowrap;
	padding: 5px;
}

.hr .jobList td {
	font-weight: bold;
	background: #f4f4f4;
	padding: 5px;
	color: #888;
	white-space: nowrap;
}

.hr .jobList td.info {
	font-weight: normal;
	border-bottom: 8px #fff solid;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hr .t2 {
	font-weight: normal;
}

.hr .t2 a {
	float: right;
	color: #E5222A;
}

.hr .t2 strong {
	font-size: 230%;
	font-weight: normal;
	display: inline-block;
	margin-right: 1em;
}

.hr .t3 {
	margin: 2em 0;
}

.hr .t3 dt {
	font-weight: bold;
}

.hr .tag {
	padding-top: 1em;
}

.hr .tag em {
	margin-right: 2em;
}

.hr .tag .ico {
	display: inline-block;
	height: 30px;
	width: 30px;
	vertical-align: top;
	margin-right: .2em;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.hr .ico_e {
	background-image: url('../img/ico_e.png');
}

.hr .ico_s {
	background-image: url('../img/ico_s.png');
}

.hr .ico_n {
	background-image: url('../img/ico_n.png');
}

.hr .btn {
	color: #fff;
	border-radius: 6px;
	padding: .5em 1em;
	/*margin-right: 2em;*/
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.hr .apply {
	background: #E5222A;
}

.hr .collection {
	background: #00a0e9;
}

.hr .t4 {
	font-size: 140%;
	color: #fff;
	background-color: #E5222A;
	padding: .3em 1em;
	font-weight: normal;
	margin-bottom: 1em;
}

.hr .t4 span {
	float: right;
	font-size: smaller;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 1em;
}

.hr .t4 span.layui-icon {
	padding: 4px;
}

.hr .layui-form-label {
	width: 120px;
	padding: 0 15px;
	line-height: 19px;
	display: flex;
	height: 38px;
	align-items: center;
	justify-content: flex-end;
}

.hr .layui-form-label span {
	color: red;
	display: inline-block;
	padding-left: 4px;
	font-size: larger;
}

.hr .layui-input-block {
	margin-left: 150px;
}

.hr .layui-input-block p {
	margin: 0;
}

.hr .btn_area {
	text-align: center;
	padding: 1em 0 2em;
}

.hr .layui-btn {
	font-size: 120%;
}

.layui-btn-red {
	background-color: #E5222A;
}

.hr .layui-elem-field legend {
	text-align: right;
	cursor: pointer;
}

.resume {
	padding-top: 60px;
}

.reg {
	width: 30%;
	margin: 5em auto;
}

.reg .t5 {
	font-size: 240%;
	color: #E5222A;
	padding: .5em;
	margin-bottom: 1em;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px #E5222A solid;
}

.reg .layui-form {
	margin: 0 auto;
}

.reg .layui-form-label {
	width: 100%;
	font-weight: bold;
	font-size: 120%;
	justify-content: flex-start;
	padding: 0;
}

.reg .layui-input-block {
	margin: 0;
}

.reg .layui-btn {
	width: 100%;
}

.reg .go {
	line-height: 1em;
	font-size: 120%;
	color: #E5222A;
	display: inline-block;
	padding-right: 1.2em;
	background: url('../img/ico_go.png') no-repeat 100% 50%;
	background-size: contain;
}

#act {
	text-align: center;
}

#act img {
	max-width: 100%;
}

.indexact {
	background-color: transparent !important;
	box-shadow: none !important;
}

@media (max-width:1199px) {
	body {
		font-size: 15px;
	}

	.logo img {
		height: 80px;
	}
	.logo .logo_yd{
		display: none;
	}
	

	#banner {
		height: 420px;
	}

	.index_city .bg {
		height: 280px;
	}

	.nav li>a {
		line-height: 80px;
		padding: 0 .8em;
	}

	.nav li div {
		top: 80px;
	}

	.side_box {
		width: 230px;
	}

	.content_box {
		margin-left: 260px;
	}
}

@media (max-width:990px) {
	body {
		font-size: 14px;
	}

	.logo img {
		margin: 0 auto;
		height: 80px;
		display: block;
	}

	.top h1 {
		float: none;
	}
    #cornerMarkerBtn{ display:none !important;}
	
	.video {
		min-height: 100px;
		margin-top: 0;
		background-image: none;
	}

	.videocon,
	.videocon video {
		display: none;
	}
	.index_yddh,.video{
		overflow: hidden;
	}
	#banner {
		height: 360px;
	}

	.index_city .bg {
		height: 220px;
	}

	.nav {
		float: none;
		text-align: center;
	}

	.nav li {
		display: inline-block;
		float: none;
	}

	.nav li>a {
		line-height: 60px;
		padding: 0 .6em;
	}

	.nav li div {
		top: 140px;
	}

	.side_box {
		width: 200px;
	}

	.content_box {
		margin-left: 230px;
	}

	.page .star_nav div {
		width: 23%;
		height: 6em;
	}

	.tabs .ui-tabs-nav li {
		min-width: 21%;
	}

	.reg {
		width: 60%;
	}
}

@media (max-width:686px) {
#cornerMarkerBtn{ display:none !important;}
	#header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}

	.home .top {
		background: rgba(255, 255, 255, 1);
	}

	.container {
		margin: 0 1em !important;
		overflow: hidden !important;
	}

	.img-responsive {
		width: 100% !important;
	}

	.top .menu {
		display: block;
	}
	.index_news_lb_left{
	width: 42%;
	height: 70px;
	margin-left: 2%;
	float: left;
}
.index_news_lb_left img{
	width: 100%;
	height: 100%;
}
	.index_news_title{
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #000000;
}
.index_news_title a{
	color: #000000;
}
.index_news_title a:hover{
	color: #E5222A;
}
.index_news_title h2{
	font-size: 18px;
	float: left;
}
	.index_about .layui-col-space10{
		display: none;
	}
	.index_news .layui-col-md5{
		display: none;
	}
	.logo img {
		width: auto;
		height: auto;
		margin-top: 10px;
		margin-left: 0;
	}
	.logo .logo_yd{
		display: block;
		height: auto;
		margin-top: 0.5em;
	}
	.index_about .layui-col-md8 p{
		display: none;
	}
	.index_about .layui-col-md8 br{
		display: none;
	}
	.index_about .layui-col-md3{
		font-size: 12px;
	}
	.index_about .layui-col-md3 span{
		font-size: 18px;
	}
	.logo_yd{
		display: block;
	}
	.nav {
		display: none;
	}
a.more{
	display: block;
}
.index_yd_wenhua{
	display: block;
	margin-top: 3em;
}
	.index_city{
		margin-top: 1em;
	}
	.index_news_lb_right .index_news_nr{
	height: 32px;
	overflow: hidden;
}
	.index_yqlj{
		display: none;
	}
	.video {
		margin-top: 0px !important;
	}
	.index_yddh{
		display: block;
		margin-top: 50px !important;
		border-top: 1px solid #5f5f5f;
		height: 50px;
    line-height: 50px;
    text-align: center;
	}
	.index_yddh ul li{
		float: left;
	}
	.index_ydcx{
	display: block;
}
	.index_chanpin{
	display: block;
		margin: 1em 0;
}
	.index_chanpin ul li{
		width: 48%;
		float: left;
		margin: 1%;
		padding-bottom: 5px;
		background: #F6F8FA;
		box-sizing:border-box;  
		-moz-box-sizing:border-box; /* Firefox */  
		-webkit-box-sizing:border-box; /* Safari */  
	}
	.index_chanpin ul li a{
		display: block;
	}
	.index_chanpin ul li h4{
		margin-top: 10px;
		width: 40%;
		float: left;
	}
	.index_chanpin ul li h3{
		margin-top: 10px;
		width: 60%;
		float: right;
	}
	.index_chanpin ul li h5{
		width: 100%;
		display: block;
		font-size: 150%;
		color: red;
	}
	.index_about{
		background: none;
		margin-top: 1em;
	}
	.index_about img{
		display: block;
	}
	.index_services{
		display: none;
	}
	.index_city .layui-col-space10>*{
		height: 130px;
		
	}
	.index_city .index_yd_yc{
		display: none;
	}

	#banner {
		margin-top: 60px;
		height: 280px;
	}

	a.more {
		background: transparent;
		border: 1px solid #dfdfdf;
		font-family: "HELVETICANEUELTPRO-THEX";
		color: #9f9f9f;
		display: block;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		text-indent: 0px;
		transition: all 0.3s ease-out 0s;
		width: 170px;
		margin: 0 auto;
		text-align: center;
	}

	a.more::after {
		content: "";
		display: block;
		width: 0;
		height: 31px;
		background-color: #E5222A;
		margin-top: -30px;
		transition: all 0.6s ease 0s;
	}

	a.more:hover::after {
		width: 170px;
		height: 31px;
	}



	.index_about p {
		padding-bottom: 1em;
		line-height: 1.6;
	}

	.index_about p img.fl {
		float: none;
		margin: 0 0 1em;
		width: 100%;
	}

	.title h2 {
		margin: 1em 0 .5em;
	}

	.title p a {
		font-size: 100%;
		margin: 0 .5em;
	}

	.index_services {
		padding-bottom: 3em;
	}

	.index_services ul {
		padding-top: 1em;
		padding-bottom: 2em;
	}

	.index_services ul li {
		width: 50%;
	}

	.index_services ul li a {
		margin: 0;
	}

	.index_services li a h4 {
		padding: .5em 0;
	}
    .index_ksdh {
		padding-bottom: 0em;
		padding-top: 1.5em;
	}

	.index_ksdh ul {
		padding: 0;
	}

	.index_ksdh ul li {
		width: 25%;
		margin-bottom: 1em;
	}

	.index_ksdh li div {
		width: 37px;
		height: 37px;
		border-radius: 13.5px;
	}
	.index_ksdh li a:hover img {
		transform: scale(1.0, 1.0);
	}

	.index_ksdh li span {
		margin-top: 0;
	}


	.index_city .bg {
		height: 110px;
	}
	.index_mr ul li h4{
		bottom: 2em;
	}
	.index_news {
		margin-top: 0;
		padding-bottom: 0em;
		background: none;
	}
	.index_anli_fl{
		display: none;
	}
	.index_news ul {
		padding-top: 1em;
		padding-bottom: 0em;
	}

	.index_news ul li {
		width: 100%;
		padding-bottom: 0;
	}

	.index_news ul li a {
		margin: 0 0 2em;
	}

	.index_news li i {
		margin: 1em 0;
	}


	.side_box {
		width: inherit;
		float: none;
		position: static;
		min-height: inherit;
		height: inherit !important;
	}

	.side_box h3 {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: inherit;
		flex-grow: 1;
		background-image: unset;
	}

	.content_box {
		margin-left: 0;
	}

	.content {
		padding: 0 0 1em 0;
	}

	.content h4 {
		margin: 1em 0;
		font-size: 130%;
	}

	.page h1 {
		padding-top: 0;
		font-size: 200%;
		text-align: center;
	}

	.footer {
		padding-top: 2em;
		padding-bottom: 0;
	}

	.footer li {
		font-size: 96%;
		margin: 0;
	}

	.footer p a {
		display: inline-block;
		color: #fff;
		margin: .2em .2em;
	}

	.post-content {
		padding-bottom: 2em;
	}

	#rightnav {
		top: inherit;
		bottom: 40%;
		display:none;
	}

	.bottomnav {
		display: none;
	}

	.bottomnav_phone {
		display: block;
	}
	.class_qidian_wpa {
		display: none;
	}

	.page .gallery-thumbs .swiper-slide {
		width: 80px !important;
		height: 80px;
		line-height: 80px;
		font-size: smaller;
	}

	.page .gallery-thumbs .swiper-button-next,
	.page .gallery-thumbs .swiper-button-prev {
		top: 98px;
	}

	.content_box .ui-tabs .ui-tabs-nav li {
		font-size: 100%;
	}

	.page .txt {
		padding: 1em 0;
	}

	.page .txt.pw-5 {
		flex-direction: column;
	}

	.page .txt.pw-5 p {
		width: 100%;
	}

	.page .star_nav div {
		width: 32%;
		height: 3em;
	}

	.nav_party {
		margin-bottom: 1em;
	}

	.nav_party .nav_party1 {
		left: 0;
	}

	.nav_party .nav_party2 {
		right: 0
	}

	.nav_party .nav_party3 {
		left: 0;
	}

	.nav_party .nav_party4 {
		right: 0
	}

	.nav_ideal {
		margin-bottom: 1em;
	}

	.nav_ideal a {
		width: 100px;
	}

	.hr .jobList td {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.hr .t2 a {
		float: none;
		display: block;
	}

	.hr .tag em {
		margin-right: 0;
		display: block;
	}

	.contact .info ul {
		font-size: 100%;
		line-height: inherit;
		padding: 1em 0;
	}

	.contact .info p {
		float: none;
		padding: 0;
	}

	.tabs .ui-tabs-nav li {
		margin: 0;
	}

	.tabs .ui-tabs-panel {
		padding-left: 0;
		padding-right: 0;
	}

	.tabs .txt img {
		margin-left: 1em;
		margin-bottom: 1em;
	}

	.reg {
		width: 100%;
	}

	.reg .layui-form-item .layui-input-inline {
		float: left;
	}

	.entry-post a {
		width: 100%;
	}

	.content_box .grids div {
		width: 33%;
		font-size: .8rem;
	}

	.service #tabs .layui-tab-title li {
		font-size: .8rem;
		padding: 0 1em;
	}

	.honor .htabs ul li {
		white-space: normal;
	}

	.hr .layui-form-label {
		width: 90px;
		padding: 0;
	}

	.hr .layui-input-block {
		margin-left: 100px;
	}
}

@media (max-width:320px) {
	.title p a {
		font-size: 80%;
	}
}

.star_list em.zan {
	filter: grayscale(100%);
	cursor: pointer;
	vertical-align: text-bottom;
}

.star_list em.zan:hover {
	filter: grayscale(0%);
}