@charset "UTF-8";

.show-neighbors {
	overflow: hidden;
	/* hide clones of neighboring slides on mobile */
}

.show-neighbors .item__third:first-child,
.show-neighbors .item__third:last-child {
	display: none;
}
.show-neighbors .carousel-control-prev{
	left: 19%;
	top: calc(50% - 30px);
} 
.show-neighbors .carousel-control-next{
	right: 19%;
	top: calc(50% - 30px);
}
.show-neighbors .carousel-control-prev,
.show-neighbors .carousel-control-next {
	border: 1px solid rgba(255,255,255,0.6)!important;
	background-color: rgba(0,0,0,0.3) !important;
	width: 60px!important;
	height: 60px!important;
	border-radius: 10px!important;
}
@media (min-width: 768px) {
	.show-neighbors {
		/* slides receive these classes only while moving */
		/* now the content of the current slide occupies only a third of it between the clones of two adjacent slides */
	}

	.show-neighbors .carousel-indicators {
		margin-right: 15%;
		margin-left: 15%;
	}

	.show-neighbors .carousel-control-prev,
	.show-neighbors .carousel-control-next {
		background: rgba(255, 255, 255, 0.3);
		width: 16.5%;
		z-index: 11;
		/* .carousel-caption has z-index 10 */
	}

	.show-neighbors .carousel-inner {
		width: 200%;
		left: -50%;
	}

	.show-neighbors .carousel-item-next:not(.carousel-item-start),
	.show-neighbors .carousel-item-end.active {
		-webkit-transform: translate3d(33%, 0, 0);
		transform: translate3d(33%, 0, 0);
	}

	.show-neighbors .carousel-item-prev:not(.carousel-item-end),
	.show-neighbors .carousel-item-start.active {
		-webkit-transform: translate3d(-33%, 0, 0);
		transform: translate3d(-33%, 0, 0);
	}

	.show-neighbors .item__third {
		display: block !important;
		float: left;
		position: relative;
		/* captions can now be added */
		width: 33.33333333%;
		padding: 0 10px;
	}

	.show-neighbors .item__third img {
		border-radius: 30px;
		width: 100%;
	}

	.carousel-indicators [data-bs-target] {
		border-radius: 5px;
	}
}


header {
	background-color: #006bb8;
}

.header {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	margin-bottom: 30px;
}

.header h1 {
	position: relative;
	width: 107px;
	z-index: 999;
}

.header h1 img {
	position: absolute;
	top: 0;
	z-index: 3;
}

.header h1::after {
	display: block;
	content: "";
	width: 266px;
	height: 40px;
	position: absolute;
	bottom: -63px;
	left: -83px;
	background-image: url(/2025/img/img_bg_logo.png);
	z-index: 1;
	background-position: top center;
	background-repeat: no-repeat;
}

.header .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .right a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .right img {
	margin: 0 5px 0 0;
} 
.zhengpin,
.lianxi,
.shipin {
	border: 1px solid #fff;
	padding: 5px 18px;
	border-radius: 30px;
}

.zhengpin {
	margin: 0 10px;
}

.container {
	max-width: 1140px;
}

.home_title {
	margin: 30px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.home_title img {
	max-width: 100%;
}
.footer .home_title a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin-right: 30px;
}
.home_title a:hover {
	text-decoration: underline;
}
.heart_img {
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
}
.heart_img img {
	max-width: 260px;
	margin: 0 auto;
}

.news_list {
	border: 1px solid #cfcfcf;
	padding: 10px;
	margin: 0 0 20px;
	border-radius: 20px 99px 99px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}
.news_main {
	width: calc(100% - 50px);
}
.news_info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.news_date {
	color: #888;
	font-size: 16px
}

.news_type {
	color: #02599d;
	font-size: 12px;
	border: 1px solid #02599d;
	padding: 2px 10px;
	border-radius: 15px;
	margin: 0 0 0 10px;
}
.news_box .is_new,
.heart_box .is_new {
	display: block;
}
.is_new {
	color: #02599d;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 10px;
	display: none;
}

.heart_box .is_new {
	color: #de2d53;
}

.news_list p {
	display: block;
	margin: 5px 0 0;
	color: #02599d;
	font-size: 16px;
}

.news_list p a {
	color: #333;
	text-decoration: none;
}

.news_list:hover a {
	color: #02599d;
	text-decoration: underline;
}

.heart_box .news_list:hover a {
	color: #de2d53;
}

.news_arrow {
	width: 40px;
	height: 40px;
	border-radius: 30px;
	background-color: #eaeaea;
	color: #0067b7;
	display: flex;
	justify-content: center;
	align-items: center;
}

.heart_box .news_arrow {
	background-color: #eaeaea;
	color: #de2d53;
}

.news_list:hover .news_arrow {
	background-color: #0067b7;
	color: #fff;
}

.heart_box .news_list:hover .news_arrow {
	background-color: #de2d53;
}

.news_home {
	margin: 0 0 60px;
}
.news_home .home_title,
.news_details .home_title {
	color: #0067b7;
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
}
.news_home i,.news_details i {
	font-style: normal;
}
.news_home .home_title span,.news_home .home_title a,
.news_details .home_title span,.news_details .home_title a {
	font-size: 14px;
	color: #0067b7;
	margin: 0 5px;
	font-style: normal;
}
.news_details .home_title a,
.news_details .home_title span:first-child {
	opacity: 0.4;
	text-decoration: none;
}
.news_details .home_title a:hover {
	text-decoration: underline;
}
.news_details {
	width: 100%;
	margin: 0 auto 70px;
}
.news_details .news_box {
	max-width: 710px;
	margin: 0 auto;
}
.news_details,.news_details p{
	color: #888;
	font-size: 14px;
	line-height: 1.8;
}
.news_details .news_box img {
	max-width: 710px;
	width: auto;
}
.news_details p {
	margin: 0;
}
.news_details h3{
	font-size: 18px;
	color: #02599d;
	font-weight: bold;
	text-align: center;
}
.news_details h4 {
	font-size: 14px;
	font-weight: bold;
}
.news_details .date {
	text-align: center;
	font-size: 12px;
}
.news_details br{
	height: 1px;
}
.page-link {
	color: #666;
}
.page-link.cur {
	background-color: #e9ecef;
	color: #0d6efd;
}



.contact-box {
    width: 100%;
		max-width: 850px;
    margin: 0 auto 150px
}

.contact-box .addr {
    overflow: hidden;
    margin: 46px 0 50px
}
.contact-box dl dt {
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 28px
}

.contact-box dl dd {
    margin-left: 40px;
    line-height: 28px;
		font-size: 14px;
}

.contact-box dl.last {
    margin-right: 0
}

.contact-box .tel {
    width: 100%%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 5px solid #fff;
    background: #5988c5;
		padding:20px;
		color: #fff;
}

.contact-box .tel span {
    font-size: 1.3rem;
    color: #fff;
    display: inline-block;
    line-height: 1.5
}

.contact-box .tel strong {
    font-size: 2rem;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    margin-left: 15px
}
.contact-box .tel p {
	margin: 10px 0 0;
	font-size: 14px;
}


.block-title {
    color: rgba(0, 0, 0, .8);
    display: block;
    text-align: center;
}

.button {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: opacity .5s, background .2s;
    -moz-transition: opacity .5s,background .2s;
    -ms-transition: opacity .5s,background .2s;
    -o-transition: opacity .5s,background .2s;
    transition: opacity .5s, background .2s;
}
.button-circle {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.button-white {
    color: #000;
    background: #fff
}


.footer {
	margin-top: 50px;
	width: 100%;
	font-size: 12px;
	background-color: #fff;
}
.fixed-bottom{
	border-top: 1px solid #f5f5f5;
	padding: 10px 0;
}
.home_footer {
	display: none;
	background-image: url(/2025/img/img_footer.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}

.footer.footer-dark {
	background: #eaebe9
}

.footer .mask {
	height: 28px;
	background: url(/images/foot-bg.png) repeat-x
}

.footer .content {
	background: #fff
}

.container.clearfix {
	position: relative;
}
.footer .category_box {
	padding: 30px 0;
}
.foot_copyright {
	padding: 0 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home_footer .foot_copyright {
	padding: 10px 0 20px;
}

.footer p {
	color: rgba(0, 0, 0, .6);
	margin: 0 0 0 10px;
	display: inline-flex;
}
.footer .news_main p {
	margin: 0;
}
.footer p a:hover {
	text-decoration: underline
}

.footer a {
	color: rgba(0, 0, 0, .6);
	text-decoration: none;
}

.footer .social {
	margin-right: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.footer .social a {
	width: 50px;
	height: 50px;
	background: url(/images/foot-btn.png) no-repeat;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-moz-transition: -moz-transform .5s ease-in-out;
	-ms-transition: -ms-transform .5s ease-in-out;
	-o-transition: -o-transform .5s ease-in-out;
	transition: transform .5s ease-in-out
}

.footer .social a.weibo {
	background-position: 15px 8px
}

.footer .social a.wechat {
	background-position: -102px 8px
}

.footer .social a.tmall {
	background-position: -220px 8px
}

.footer .social a.tmall:hover,
.footer .social a.weibo:hover {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.category_box .qrcode,.foot_copyright .qrcode {
	display: none;
	position: absolute;
	right: 10px;
	bottom: 15px;
	width: 247px;
	height: 273px;
	background: url(/images/qrcode-bg.png) no-repeat;
}
.foot_copyright .qrcode {
	right: 25px;
	bottom: 22px;
}

.category_box .qrcode img,.foot_copyright .qrcode img {
	max-width: 216px;
	margin: 8px 0 0 -10px;
}
.foot_copyright .qrcode img {
	margin: 8px 0 0 8px;
}


.category_box .card .wechat .qrcode,.foot_copyright .wechat .qrcode {
	opacity: 0;
	transition: opacity;
	transition-timing-function: ease-out;
	transition-duration: 100ms;
	transition-delay: 1s;
}

.category_box .card .wechat:hover .qrcode,.foot_copyright .wechat:hover .qrcode {
	display: block;
	opacity: 1;
	/* Fade in */
	transition: opacity;
	transition-timing-function: ease-out;
	transition-duration: 100ms;
}

.guanfang a {
	background-image: none !important;
	width: 120px !important;
	line-height: 20px;
}

.social .guanfang a {
	transform: none;
	transition: none;
	height: 30px;
}

.foot_title {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 20px 0 0;
}

.footer_main {
	padding-bottom: 60px;
}

.carousel-item h6 {
	text-align: center;
	padding: 0 20px;
	display: block;
	width: 100%;
}

@media (max-width: 767px) {
	.carousel_card .carousel-inner .carousel-item {
		text-align: center;
		justify-content: center;
	}
	.carousel_card .carousel-inner .carousel-item>div {
		display: none;
	}

	.carousel_card .carousel-inner .carousel-item>div:first-child {
		display: block;
	}
	.carousel_card .carousel-control-prev {
		top: calc(50% - 25px);
	}
	.carousel_card .carousel-control-next {
		top: calc(50% - 25px);
	}
	.show-neighbors .carousel-control-prev{
		left: 2%;
	} 
	.show-neighbors .carousel-control-next{
		right: 2%;
	}
}

.carousel_card .carousel-inner .carousel-item.active,
.carousel_card .carousel-inner .carousel-item-next,
.carousel_card .carousel-inner .carousel-item-prev {
	display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
	.carousel_card .carousel-inner .carousel-item.active,
	.carousel_card .carousel-inner .carousel-item-next,
	.carousel_card .carousel-inner .carousel-item-prev {
		display: inline-block;
	}
	.carousel_card .col-md-6 {
		width: 49%;
		display: inline-block;
	}
	.carousel_card .carousel-inner {
		overflow: inherit;
	}
	.carousel_card .carousel-inner .carousel-item-end.active,
	.carousel_card .carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}
	.carousel_card .carousel-inner .carousel-item-start.active,
	.carousel_card .carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
	.carousel_card .carousel-inner .carousel-item-end,
	.carousel_card .carousel-inner .carousel-item-start {
		transform: translateX(0);
	}
	.carousel_card .carousel-control-prev {
		right: 90px;
		left: inherit;
		top: -60px;
		height: 50px;
		width: 50px;
		display: none;
	}
	.carousel_card .carousel-control-next {
		right: 30px;
		top: -60px;
		height: 50px;
		width: 50px;
		display: none;
	}
}

.carousel_card .carousel-control-prev,
.carousel_card .carousel-control-next {
	border:1px solid #99c2e2;
	border-radius: 10px;
	background-color: #99c2e2!important;
	z-index: 5;
}
.carousel_card .carousel-control-prev,
.carousel_card .carousel-control-next {
	height: 50px;
	width: 50px;
}

.card {
	height: 187px;
	width: 95%;
	min-width: 350px;
	padding: 0;
	margin: 15px auto;
	/* border-radius: 20px; */
	border: none;
	background: url(/2025/img/bg_cat_l.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: inherit;
	position: relative;
}
.card::after {
	display: block;
	content: "";
	height: 187px;
	width: 100px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	background: url(/2025/img/bg_cat_r.png);
	background-color: #fff;
	background-position: top right;
	background-repeat: no-repeat;
	height: 187px;
}

.card_img,.card_img-overlay {
	width: 50%;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.card_img-overlay a {
	text-decoration: none;
	margin: 10px;
	display: inline-block;
}
.card_img:before {
	display: block;
	content: "";
	width: 1px;
	height: 80%;
	background-color: #99c2e2;
	position: absolute;
	right: 0;
	top: 10%;
}
.card-img-overlay {
	position: relative;
	bottom: 0;
	top: inherit;
	right: inherit;
	left: inherit;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 0;
}
.card-img-overlay div {
	margin:  0 0 10px;
}
.card-img-overlay a {
	margin: 0 10px 10px;
}
.footer .card_btn {
	display: inline-block;
	padding: 8px 30px;
	border: 1px solid #0c67c1;
	border-radius: 30px;
	color: #0c67c1;
	text-decoration: none;
}
.footer .card_btn:hover {
	background-color: #0c67c1;
	color: #fff;
}


/*  企业社会责任  */
.main {
    padding-bottom: 78px;
}
.full-img {
	margin: 30px 0 0 0;
	width: 100%;
}
.block-box {
    position: relative;
    padding: 20px 0;
}
.block-box .btn-back {
    font-size: 15px;
    color: #8e8e8e;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: 333px;
    width: 76px;
    height: 87px;
    line-height: 78px;
    letter-spacing: 4px;
    background: url(/images/icon-dialog.png) no-repeat;
}

.block-box .btn-back:hover {
    background-position: 0 -87px
}
.block-title {
    color: rgba(0,0,0,.8);
    display: block;
    text-align: center;
    background: url(/images/line-bg.jpg) center bottom no-repeat
}
.block-title span {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 0 13px;
}
.block-title-news {
    width: 100%;
    height: 54px;
    margin: 0 auto;
    background: url(/images/ttl-bg-news.png) no-repeat;
	background-position: center center;
	
}
.block-title-news span {
    padding: 0;
    line-height: 2.5;
    color: #fff
}
.main-3 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px
}
.responsibility_main .main-3 {
    margin: 0 auto 0
}
.responsibility_main .main-3 ul {
    margin: 4px 0 0;
}
.main-3 ul {
    margin: 40px 0 0;
    width: 100%;
    display: table
}

.main-3 ul li {
    width: 33.33333%;
    text-align: center;
    display: table-cell
}

.main-3 ul li h3 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin: 8px 20px 0
}

.main-3 ul li span.date {
    color: #000
}

.main-3 ul li p {
    font-size: 14px;
    margin: 5px 50px 10px;
    line-height: 20px
}

.main-3 ul li a {
    display: inline-block;
    padding: 5px 40px;
    border: 1px solid #549bc2;
    color: #559cc2;
    -webkit-transition: background .1s,color .1s;
    -moz-transition: background .1s,color .1s;
    -ms-transition: background .1s,color .1s;
    -o-transition: background .1s,color .1s;
    transition: background .1s,color .1s
}

.main-3 ul li a:hover {
    color: #fff;
    background: #549bc2
}

.main-3 ul li img {
    width: 105px;
    height: 105px
}

.block-title span {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 0 13px
}
.newsbox_1 ul li img {
    width: auto;
    height: auto;
    vertical-align: middle
}

.newsbox_1 ul li {
    width: 68%;
    margin: auto;
    display: block;
    border-bottom: 1px solid #d9d9d9
}

.newsbox_1 ul li a {
    width: 82%;
    border: 0;
    padding: 5px 20px 5px 5px;
    font-size: 14px;
    line-height: 36px;
    text-align: left;
    color: #000
}

.newsbox_1 ul li a:hover {
    background-color: transparent;
    color: #559cc2
}
.main-3 .responsibility-box ul li{
    border:none;

}
.main-3 .responsibility-box ul li p{
    margin:0;
    text-align: left;
    text-indent: 2em;
    line-height: 2;
}
.main-3 .responsibility-box ul li h3{
    font-size: 20px;
    text-align: left;
    margin:8px 0 20px 5px;
}
.main-3 .responsibility-box ul li h3:after{
    content: "";
    display: block;
    height: 13px;
    width: 132px;
    background-color: #98cfec;
    margin: -8px 0 0 -5px;
}
.main-3 .responsibility-box ul li img{
    margin-left: 20px;
}
.main-3 .responsibility-box ul li img.full-img{
    margin: 30px 0 0 0;
		width: 100%;
		height: auto;
}
.fr {
	float: right;
}

.block-box .responsibility-box .title {
    position: relative;
    font-size: 18px;
    color: #1339a6;
    font-weight: bold;
    width: 164px;
    margin: 50px auto;
    cursor: pointer;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    border-radius: 23px;
    border: 3px solid #1339a6;
    background: #007fc5;
    color: #fff;
    border: 3px solid #fff;
}
.block-box .responsibility-box .title a{
    color: #fff;
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}
.responsibility_main .block-box,
.responsibility_main .col-3,
.responsibility_main .col-3 ul{
    margin:0 auto;
    padding:0;
}
.responsibility_box_img{
    min-width: 25%;
    text-align: center;
    float: right;
}
.responsibility_box_img img{
    float: none;
}
.responsibility_box_text{
    float: left;
    width: calc(75% - 40px);
    font-size: 16px;
    color: #333;
}
.responsibility_box_text h4,.responsibility_box_text p{
    padding-left: 20px;
}
.responsibility_box_in {
    border-left:dashed 2px #000;
    width: 100%;
    float: left;
    padding:40px 0;
}
.responsibility_box_in.first{
    padding-top: 0;
}
.responsibility_box_in h4{
    text-align: left;
    font-size: 20px;
    color: #333;
    font-style: italic;
    padding-bottom: 20px;
    position: relative;
}
.responsibility_box_in h4 i{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border:3px solid #fff;
    background-color: #f00;
    border-radius: 50%;
    position: absolute;
    left: -9px;
    top: 0;
}
.responsibility_box_in.color1{
    border-left-color: #f0a645;
}
.responsibility_box_in.color1 h4 i{
    background-color: #f0a645;
}
.responsibility_box_in.color2{
    border-left-color: #e1a455;
}
.responsibility_box_in.color2 h4 i{
    background-color: #e1a455;
}
.responsibility_box_in.color3{
    border-left-color: #e8785b;
}
.responsibility_box_in.color3 h4 i{
    background-color: #e8785b;
}
.responsibility_box_in.color4{
    border-left-color: #b57673;
}
.responsibility_box_in.color4 h4 i{
    background-color: #b57673;
}
.responsibility_box_in.color5{
    border-left-color: #97b84c;
}
.responsibility_box_in.color5 h4 i{
    background-color: #97b84c;
}
.responsibility_box_in.color6{
    border-left-color: #439dcd;
}
.responsibility_box_in.color6 h4 i{
    background-color: #439dcd;
}
.responsibility_box_in.color7{
    border-left-color: #42a4b1;
}
.responsibility_box_in.color7 h4 i{
    background-color: #42a4b1;
}
.responsibility_box_in.color8{
    border-left-color: #e9d045;
}
.responsibility_box_in.color8 h4 i{
    background-color: #e9d045;
}
.responsibility_main .block-box:nth-child(2n+1) {
    background: #eaebe9;
}
.responsibility_main .block-box:first-child,.block-box-dark{
    background:none

}
.block-title-idea {
    width: 221px;
    height: 53px;
    margin: 0 auto;
    background: url(/images/ttl-bg-idea.png) center 28px no-repeat;
}
/*  /End 企业社会责任  */

/*  视频中心  */
.movie {
	padding-bottom: 80px;
}
.movie #bx-pager {
	padding-top: 30px;
	max-width: 960px;
	margin: 0 auto;
}

.movie #bx-pager div {
	width: 100%;
}

.movie #bx-pager a {
	display: inline-block;
	margin: 10px 5px;
	color: #333;
	text-decoration: none;
	/* overflow: hidden; */
	position: relative;
}
.movie #bx-pager a .icon_new {
	position: absolute;
	left: -10px;
	top: -15px;
	border: none !important;
	border-radius: inherit !important;
	width: auto;
}

.movie #bx-pager a span {
	display: inline-block;
	padding: 5px 0 0;
}

.movie #bx-pager a img {
	display: block;
	border: solid rgba(0, 0, 0, 0) 2px
}

.movie #bx-pager a.active img {
	border: solid #5280DD 2px;
	border-radius: 12px;
}
.movie .home_title {
	color: #0067b7;
	font-size: 32px;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	max-width: 960px;
	margin: 20px auto 30px;
}

.movie .home_title i {
	display: inline-block;
	font-style: normal;
	margin: 0 10px 0 0;
}

.movie .bx-wrapper {
	background: none;
	box-shadow: inherit;
	border: none;
	max-width: 960px !important;
	margin: 0 auto;
}

.movie .movie_list {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	margin: 20px 0;
}
.movie .bx,.movie .bx li {
	height:100%
}
.movie .bx li {
	text-align: center;
}
.movie video {
	max-width: 100%;
	max-height: 100%;
	object-fit: fill;
	width: 100%;
	height: auto;
}
.movie video#vid5 {
	width: auto;
	height: 100%;
}

@media (max-width: 507px) {
	.movie #bx-pager a {
		width: calc(50% - 16px);
	}

	.movie #bx-pager a img {
		width: 100%;
	}
	.movie {
		padding-bottom: 120px;
	}
}
/*  /End 视频中心  */


@media (min-width: 768px) {
	.hidden-for-small-down {
		display: block;
	}
	.hidden-for-medium-up {
		display: none;
		height: 0;
		width: 0;
	}

}
@media (max-width: 767px) {
	.bx-wrapper .bx-controls-direction a {
	  z-index: 10!important;
	}
	.header h1 {
	  z-index: 10;
		width: 80px;
	}
	.fixed-bottom {
	  z-index: 10;
	}
	.hidden-for-small-down {
		display: none;
		height: 0;
		width: 0;
	}
	.hidden-for-medium-up {
		display: block;
	}
	.card {
		height: 187px;
		width: 100%;
		margin: 0 auto;
	}
	.card_img img {
		max-width: 150px;
	}
	.card_img-overlay a {
		margin: 5px;
	}
	.card_img-overlay a img {
		max-width: 25px;
	}
	.show-neighbors .item__third img {
		border-radius: 0;
		width: 100%;
	}
	.header {
		margin-bottom: 20px;
		padding: 10px 0;
	}
	.header h1 img {
		width: 80px;
		position: relative;
		top: 0;
		z-index: 3;
	}
	.header h1::after {
		display: none;
	}
	
	.zhengpin,
	.lianxi,
	.shipin{
		border: 1px solid #fff;
		padding: 1px 5px;
	}
	.zhengpin {
		margin: 0 5px;
	}
	.header .right img {
	    margin: 0 2px 0 0;
	}
	.container.clearfix {
		background: #fff;
	}
	.news_type {
	    padding: 6px 10px 3px;
	}
	.news_home .home_title, .news_details .home_title{
	    font-size: 32px;
	}
	.news_details h3 {
	    font-size: 16px;
	}
	.news_details .home_title span:last-child {
		display: none;
	}
	.category_box .home_title img {
	    width:55%
	}
	.footer_main .row:first-child .home_title img {
	    width:50%
	}
	.footer_main .row .home_title img {
	    width:70%
	}
	.home_footer .foot_copyright {
	  display: block;
	  text-align: center;
		padding-bottom: 0;
	}
	.footer p {
	  margin: 0 0 0 0;
	}
	.footer p a,.footer p span{
		display: block;
		width: 100%;
	}
	.footer p a {
		line-height: 1.4;
	  margin-top: 10px;
	}
	.footer .social {
	  justify-content: center;
	}
	.news_home,.news_details {
		margin: 0 0 120px;
	}
	.container .row .news_home {
	    margin-bottom:30px
	}
	.container .row:last-child .news_home {
	    margin-bottom:150px
	}
	.news_home .home_title,.news_details .home_title {
		margin-top: 0;
	}
	.activity_content img {
		width: 100%!important;
	}
	.footer {
		padding: 0;
	}
	.foot_copyright {
			display: block !important;
	}
}
