.container {
	max-width: 1400px;
	margin: 0 auto;

}
.navbar{
    width: 100%;
}
.top-info {
	height: 50px;
	background-color: #000;
}
.info-con {
	float: right;
	color: #fff;
}
.info-con a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
}
.info-con a.top-wechat {
	background-image: url(../imgs/top-wechat.png);
}
.info-con a.top-tel {
	background-image: url(../imgs/top-tel.png);
}
@media screen and (min-width: 1040px) {
    .header {
        height: 115px;
    }
    .nav-con .logo {

        float: left;
        height: 115px;
    }
    .nav-con .logo a {
        display: inline-block;
        height: 115px;
    }
    .navbar {
        float: right;
        height: 115px;
        line-height: 115px;
    }
}


@media screen and (max-width: 1040px) {
    .nav_logo{
        padding: 0!important;
    }
    .nav_logo img {

      height: 3.25rem!important;;
        max-height: none!important;
         width: auto;
     }
}

.navbar .navbar-item {
	padding: 0.5rem 1.4rem;
	font-size: 18px;
	animation-duration: 0.5s;
}
.navbar .has-dropdown .navbar-item {
	border-bottom: 0;
}
@media screen and (max-width: 1400px) {
	.navbar .navbar-item {
		padding: 0.5rem 1rem;
		font-size: 18px;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.tabs li a {
	border-bottom: 0;
}
.tabs li.is-active a {
	color: #a80000;
	border-bottom: 0;
}
.fadeInUp {
	animation-name: fadeInUp;
}
.banners {
	height: 740px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;

	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next {
	width: 50px;
	height: 50px;
	background-image: url(../imgs/arr_right.png);
	background-repeat: no-repeat;
	background-size: 100%;
	right: var(--swiper-navigation-sides-offset, 100px);
}
.swiper-button-prev {
	width: 50px;
	height: 50px;
	background-image: url(../imgs/arr_left.png);
	background-repeat: no-repeat;
	background-size: 100%;
	left: var(--swiper-navigation-sides-offset, 100px);
}
.swiper-button-next1 {
	width: 50px;
	height: 50px;
	background-image: url(../imgs/arr_right.png);
	background-repeat: no-repeat;
	background-size: 100%;
	right: var(--swiper-navigation-sides-offset, -10px);
}
.swiper-button-prev1 {
}
.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}
.pro-tit {
	text-align: center;
}
.product-wrap {
	margin-top: 20px;
}
.product-wrap .main .item {
	height: 100px;
	line-height: 100px;
	width: 280px;
	text-align: center;
	border-bottom: 1px solid #eee;
	background-color: #e0e0e0;
}
.product-wrap .main .item a {
	color: #000;
}
.product-wrap .main .item.active,
.product-wrap .main .item:hover {
	background-color: #000;
	color: #fff;
}
.product-wrap .main .item.active a,
.product-wrap .main .item:hover a {
	color: #fff;
}
.product-wrap .main .item-more {
	height: 62px;
	line-height: 62px;
	text-align: center;
}
.product-wrap .main {
	display: flex;
	height: 562px;
}
.about-tit {
	text-align: center;
	padding: 20px 0;
}
.ab-main {
	display: flex;
	margin-top: -100px;
}
.ab-main .item {
	margin-right: 40px;
	background-repeat: no-repeat;
	background-position: 20px center;
	height: 167px;
	background-color: #fff;
	padding: 50px 10px 50px 150px;
	font-size: 24px;
	flex: 1;
	border: 1px solid #ddd;
	cursor: pointer;
}

.ab-main .item {
	width: 100%;
	transition: 0.5s all ease-in-out;
}

.ab-main .item:hover {
	transform: translateY(-20px);
}

.ab-main .item p {
	font-size: 22px;
	color: #d2d2d2;
}
.ab-main .i-honnor {
	background-image: url(../imgs/icon_honnor.png);
}
.ab-main .i-brand {
	background-image: url(../imgs/icon_brand.png);
}
.ab-main .i-pro {
	background-image: url(../imgs/icon_factory.png);
	margin-right: 0px;
}
.inv-con {
	background-color: #090909;
	color: #fff;
	padding-top: 30px;
}
.inv-con-end {
	background-color: #121212;
	color: #fff;
	padding-top: 30px;
}
.inv-con .form {
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
}
.inv-con .form input {
	margin-bottom: 20px;
}
.inv-con .th3 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}
.inv-con .tp {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
.submit {
	width: 236px;
	margin: 0 auto;
	text-align: center;
}
.submit button {
	width: 100%;
	border-radius: 0;
	background-color: #cc291f !important;
}

.news-top {
	display: flex;
	padding-top: 30px;
}
.thumb {
	width: 496px;
	height: 230px;
	z-index: 99;
	overflow: hidden;
}
.thumb img {
	width: 100%;
	transition: 0.5s all ease-in-out;
}

.thumb:hover img {
	transform: scale(1.2);
}

.info {
	padding: 63px 60px 120px;
	height: 280px;
	background: #f7f7f7;
	margin-left: -30px;
	margin-top: -30px;
	box-sizing: border-box;
	width: calc(100% - 200px);
	z-index: 1;
}
.info h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
.info p {
	font-size: 16px;
	line-height: 2rem;
	margin-bottom: 10px;
}
.new-main {
	padding-top: 60px;
}
.new-main .itemx {
	padding: 10px;
}
.new-main .itemx a {
	display: inline-block;
	background-color: #f0f0f0;
	padding: 10px;
}
.new-main .itemx .img {
	max-width: 100%;
}
.new-main .itemx .img {
	overflow: hidden;
}
.new-main .itemx .img img {
	width: 100%;
	transition: 0.5s all ease-in-out;
}

.new-main .itemx .img:hover img {
	transform: scale(1.2);
}
.new-main .itemx a {
	color: #040404;
}
.new-main .itemx h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
.new-main .itemx p {
	font-size: 16px;
	line-height: 2rem;
	color: #5e5e5e;
	margin-bottom: 10px;
}
.design-main {
	background-repeat: no-repeat;
	background-image: url(../imgs/desbg.jpg);
	background-position: center;
	background-size: 100% auto;
	padding: 50px 0;
}

.mySwiper2 .itx {
	padding: 10px;
	box-sizing: border-box;
}
.mySwiper2 .itx a {
	display: block;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.5);
}
.mySwiper2 .itx .tit {
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: left;
	display: flex;
	justify-content: space-between;
}
.mySwiper2 .itx .tit .go {
	display: inline-block;
	background-image: url(../imgs/go.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	width: 80px;
	height: 37px;
	margin-top: 5px;
}
.mySwiper2 .itx .c {
	position: relative;
}
.mySwiper2 .itx .c .i-c {
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.mySwiper2 .itx .c .i-c img {
	width: 100%;
	transition: 0.5s all ease-in-out;
}

.mySwiper2 .itx .c:hover .i-c img {
	transform: scale(1.2);
}
.mySwiper2 .itx .btm {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	line-height: 100%;
}
.mySwiper2 .itx .btm .b720 {
	display: inline-block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 30px;
	top: calc(50% - 20px);
	font-size: 14px;
	color: #fff;
	height: 40px;
	padding: 0;
	line-height: 40px;
	padding: 0 30px;
	left: calc(50% - 60px);
	background-repeat: no-repeat;
	background-size: 18px;
	background-image: url(../imgs//right.png);
	background-position: 120px center;
}
.yy-main {
	background-color: #fff;
	padding: 50px;
	text-align: center;
}
.yy-main .form {
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
}
.yy-main .form input {
	margin-bottom: 20px;
}
.yy-main .th3 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}
.yy-main .tp {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
.lj {
	text-align: left;
}

.end2 {
	text-align: center;
	background-color: #000;
	color: #fff;
	line-height: 40px;
}

.page_about_banner img {
	width: 100%;
}
.sec_about {
}

.sec_about .th3 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
}
.sec_about .tp {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
}
.sc_about_main {
	display: flex;
	flex-direction: row;
}
.sc_about_main .lft {
	width: 710px;
}
.sc_about_main .lfr {
	flex: 1;
	height: 450px;
	background-color: #f6f6f6;
	border-bottom-right-radius: 120px;
	box-sizing: border-box;
	padding: 78px 65px 0 40px;
	font-size: 18px;
	text-indent: 2em;
	line-height: 1.8em;
}
.slae_production {
	padding-top: 40px;
}
.slae_production_wrap {
	background-color: #eeeeee;
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 50px;
}
.slae_production {
	display: flex;
	justify-content: space-around;
}
.slae_production .sl-itm {
	padding: 6px;
}
.sec_history {
	font-size: 0;
}
.sec_history img {
	width: 100%;
}

.sec_wh {
	padding-top: 30px;
}
.sec_ys {
	background-repeat: no-repeat;
	background-image: url(../imgs/sec_mw.jpg);
	background-position: center;
	background-size: auto 100%;
	padding: 50px 0;
}
.sec_ys {
	color: #fff;
	text-align: center;
}
.sec_ys .tp2 {
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: 42px;
	line-height: 42px;
	padding: 0 60px;
	font-size: 18px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
}
.ys_wrap {
	background-color: #fff;
	text-align: center;
}
.fys_wrap {
	background-color: #eeeeee;
	text-align: center;
	padding-top: 30px;
}
.sec_fw {
	background-repeat: no-repeat;
	background-image: url(../imgs/fwbj.jpg);
	background-position: center;
	background-size: 100% auto;
	padding: 50px 0;
	color: #fff;
	text-align: center;
}

.page_nav {
	background: #e3e3e3;
	margin-top: -6px;
	margin-bottom: 30px;
}
.page_nav .is-active {
	background: #fff;
}
.page_nav .tabs li.is-active {
	border-bottom-color: #fff;
	color: #485fc7;
	border-bottom: 1;
	border-top: 1px solid #a80000;
	color: #a80000;
}
.pro_nav {
	text-align: center;
}
.pro_nav ul {
	display: inline-block;
}
.pro_nav ul li {
	display: inline-block;
	padding: 0 20px;
}
.pro_nav ul li {
	border-right: 1px solid #4d4d4d;
}
.pro_nav ul li:last-child {
	border-right: 0;
}
.pro_nav ul li a {
	color: #000;
}
.pro_nav ul li.is-active a {
	color: #a90000;
}
.sec_pro_main {
	display: flex;
	padding-top: 30px;
}
.sec_pro_main .left {
	height: 450px;
	overflow: hidden;
}
.sec_pro_main .right {
	height: 450px;
	background-color: #f1f1f1;
	flex: 1;

	padding: 40px;
}
.sec_pro_main .right h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
.sec_pro_main .right .tag1 {
	font-size: 20px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #000;
	color: #fff;
	display: inline-block;
	margin-bottom: 20px;
}
.sec_pro_main .right .con {
	line-height: 2.4em;
	margin-bottom: 20px;
}
.more {
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	line-height: 32px;
	padding: 0 20px;
	border-radius: 18px;
}
.wrap_main {
	padding-top: 20px;
}
.wrap_main .item {
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	height: auto;
	padding-bottom: 20px;
}
.wrap_main .item .img {
	overflow: hidden;
}
.wrap_main .item .img img {
	width: 100%;
	transition: 0.5s all ease-in-out;
}
.wrap_main .item:hover .img img {
	transform: scale(1.2);
}
.wrap_main .item img {
	width: 100%;
}
.wrap_main .item a {
	background-color: #f1f1f1;
	padding: 0;
	display: inline-block;
	padding-bottom: 20px;
}
.wrap_main .item h3 {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #000000;
}

.sec_des_main {
	display: flex;
	padding-top: 30px;
}
.sec_des_main .left {
	height: 450px;
	overflow: hidden;
}
.sec_des_main .left img {
	height: 450px;
}
.sec_des_main .right {
	height: 450px;
	background-color: #f1f1f1;
	flex: 1;
	margin-left: 30px;
	padding: 40px;
}
.sec_des_main .right h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
.sec_des_main .right .tag1 {
	padding: 0 20px;
	background-color: #000;
	width: 60px;
	height: 5px;
	color: #fff;
	display: inline-block;
	margin-bottom: 20px;
}
.sec_des_main .right .con {
	line-height: 2.4em;
	margin-bottom: 20px;
}
.wrap_des_main {
	padding-top: 40px;
}
.wrap_des_main .item {
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	height: auto;
	padding-bottom: 20px;
}
.wrap_des_main .item img {
	width: 100%;
}
.wrap_des_main .item a {
	background-color: #f1f1f1;
	padding: 0;
	display: inline-block;
	padding-bottom: 20px;
}
.wrap_des_main .item .tit {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 10px;
}
.wrap_des_main .item h3 {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #000000;
}
.wrap_des_main .item .more {
	height: 32px;
	margin-top: 5px;
}

.news {
}

.news .news-item {
	display: flex;
	margin-bottom: 20px;
}
.news-item .img {
	height: 301px;
	width: 437px;
    overflow: hidden;
}
.news-item .img img {
	transition: 0.5s all ease-in-out;
}
.news-item .img:hover img {
	transform: scale(1.2);
}
.news-info {
	padding: 43px 40px 60px;
	height: 300px;
	background: #f7f7f7;
	flex: 1;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 1;
}
.news-info h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
.news-info h3 a {
	color: #000;
}
.news-info p {
	font-size: 16px;
	line-height: 2rem;
	margin-bottom: 10px;
}
.infomain {
	height: 90px;
}
.news-info p.date {
	border-top: 1px solid #ddd;
	line-height: 40px;
	margin-top: 20px;
}

.ts-main {
	background-repeat: no-repeat;
	background-image: url(../imgs/askbg.jpg);
	background-position: center;
	background-size: 100% auto;
	padding: 50px 0;
	padding: 50px;
	text-align: center;
	margin-top: 30px;
}
.ts-main .form {
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 20px;
}
.ts-main .form input {
	margin-bottom: 20px;
}
.ts-main .th3 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.ts-main .tp {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.hz_ms {
	background-repeat: no-repeat;
	background-image: url(../imgs/ms_bg.jpg);
	background-position: center;
	background-size: auto 100%;
	padding: 50px 0;
}
.hz_ms {
	color: #fff;
	text-align: center;
}
.sec_hz_main {
	margin-top: 20px;
}
.hz_ms .tp2 {
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: 42px;
	line-height: 42px;
	padding: 0 60px;
	font-size: 18px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
}
.hz_al {
	text-align: center;
}
.hz_al .tp2 {
	border-radius: 30px;
	background-color: #666666;
	display: inline-block;
	color: #fff;
	height: 42px;
	line-height: 42px;
	padding: 0 60px;
	font-size: 18px;
	margin: 0 auto;

	margin-top: 20px;
}
.map {
	height: 690px;
	padding-left: 0px;
	box-sizing: border-box;
}
#map {
	height: 690px;
}
.contact_first_main .a-scroll {
	background-color: #fcfcfc;
	height: 690px;
	overflow-y: scroll;
}
.contact_first_main .a-scroll .c-item {
	margin: 14px 48px;
	border-bottom: 1px solid #e8e8e8;
}

.f4jidi {
	background-repeat: no-repeat;
	background-image: url(../imgs/jidi.jpg);
	background-position: center;
	background-size: 100% auto;
	padding: 50px 0;
	margin-top: 30px;
}
.f4jidi {
	color: #fff;
	text-align: center;
}
.sec_hz_main {
	margin-top: 20px;
}
.f4jidi .tp2 {
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: 42px;
	line-height: 42px;
	padding: 0 60px;
	font-size: 18px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 10px;
}

.sec_pro_main1 {
	display: flex;
	padding-top: 30px;
}
.sec_pro_main1 .left {
	height: 500px;
	overflow: hidden;
}
.sec_pro_main1 .right {
	height: 500px;
	background-color: #f1f1f1;
	flex: 1;

	padding: 40px;
}
.sec_pro_main1 .right h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
.sec_pro_main1 .right .tag1 {
	font-size: 20px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #000;
	color: #fff;
	display: inline-block;
	margin-bottom: 20px;
}
.sec_pro_main1 .right .con {
	line-height: 2.4em;
	margin-bottom: 20px;
}
.pro_about {
	margin-top: 30px;
}
.pro_about_main {
	padding-top: 30px;
}
div.navbar-item {
	padding: 0 !important;
}
div.navbar-item a.navbar-link {
	padding: 0.5rem 1.4rem;
}
a.navbar-item:focus,
a.navbar-item:focus-within,
a.navbar-item:hover,
a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
	color: #a80000;
	border-bottom: 2px solid #a80000;
	background: none;
}
.select:not(.is-multiple):not(.is-loading)::after,
.navbar-link:not(.is-arrowless)::after {
	content: none;
}
.navbar-link:not(.is-arrowless) {
	padding-right: 0.75em;
}
.page_nav {
	z-index: 9999999;
}
#sticky-wrapper {
	z-index: 9999;
}
.is-sticky .page_nav ul li a {
	line-height: 50px;
}
.timeline__item {
	margin-right: 30px;
	min-height: 430px;
}
.sec_history_main {
	background-image: url(../imgs/history_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}
.timeline__content {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	border-radius: 0;
	border-color: #1a1a1a;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:before {
	border-bottom: none;

	border-right: none;
	border-left: 1px solid #606060;
	border-top: none;
	bottom: 100%;
	top: auto;
	height: 40px;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:after {
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	bottom: 100%;
	top: auto;
}
.timeline__item:after {
	background-color: #7f7f7f;
	border: 0;
	border-radius: 50%;
	content: '';
	height: 12px;
	position: absolute;
	right: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 12px;
	z-index: 1;
}
.timeline--horizontal .timeline-divider {
	background-color: #7f7f7f;
	display: block;
	height: 1px;
	left: 40px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 40px;
	z-index: 1;
}
.timeline-nav-button {
	background: none !important;
	border: 1px solid #ddd;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	height: 40px;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 40px;
	z-index: 10;
}
.timeline-nav-button--prev {
	left: 100px;
}
.timeline-nav-button--next {
	right: 100px;
}
.sec_history_main {
	position: relative;
}
.title {
	text-align: center;
	padding-top: 80px;
	position: absolute;
	left: 0;
	right: 0;
}
.title .tp2 {
	padding-top: 40px;
	font-size: 72px;
	color: #fff;
}
.timeline--horizontal .timeline__item--bottom.timeline__item--bottom2 {
	padding-top: 4.5em;
}
.timeline--horizontal .timeline__item--bottom.timeline__item--bottom2 .timeline__content:before {
	height: 70px;
}
.flex-end {
	display: flex;
}
.end-logo {
	width: 300px;
	margin-left: 60px;
}
.flex-end-menu {
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
	padding-top: 30px;
}
.flex-end-menu .itm-n {
	padding-left: 10px;
	text-align: left;
}
.flex-end-menu .itm-n .navbar-item {
	padding-left: 0;
}
.flex-end-menu .itm-n h3 a {
	color: #000000;
	font-weight: 600;
	line-height: 60px;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.flex-end-menu .itm-n h3 a::after {
	width: 20px;
	height: 1px;
	font-size: 0;
	content: ' ';
	background-color: #000;
	display: inline-block;
	position: absolute;
	bottom: 5px;
	left: 0;
}
.post-content{
    background: #f5f5f5;
     padding-top: 30px;
    margin-top: -30px;
    padding-bottom: 20px;
}
.post-content .pax{
    background: #fff;
    padding: 20px;
    min-height: 400px;

}

.post-content .pax2{
    background: #fff;
    padding: 20px;
    min-height: 300px;
    margin-top: 20px;

}
.post-title{
    font-size: 36px;
    text-align: center;
}
.post-info{
    color: #b3b3b3;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
    display:  block;
    border-bottom: 1px solid #e1e1e1;
    margin: 0px auto;width: 600px;
}
.post-main{
    padding: 20px;
}
.rel-tit{
    position: relative;
    height: 48px;
    font-size: 22px;
}
.rel-tit::after {
	width: 40px;
	height: 2px;
	font-size: 0;
	content: ' ';
	background-color: #000;
	display: inline-block;
	position: absolute;
	bottom: 5px;
	left: 20px;
}
.rel-item{

    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.rel-item h4{
    line-height: 42px;

}
.rel-item h4 a{
    color: #0a0a0a;
}
.rel-item p{
    line-height: 22px;
    color: #bbb;
      border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.flex-post{
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 30px;
}
.inv-con-end .con{
    display: flex;
}
.end-wrap{
    background: #21262d;
    padding-top: 48px;
    padding-bottom: 45px;
}
   @media screen and (min-width: 1040px) {
       .lef-con {
           width: 318px;
           float: left;
       }

       .right-main {
           min-height: 500px;
           padding-left: 40px;
           margin-left: 318px;

       }
   }
@media screen and (max-width: 1040px) {
       .lef-con {
           padding: 10px;
       }
    .lef-con img{
        width: 100%;
    }

       .right-main {
          padding: 10px;

       }
   }
        .a-tit{
            height: 80px;
            line-height: 80px;
            text-align: center;
            background: #f6f6f6;

        }
        .a-tit a{
            color: #4a4a4a;
            font-size: 16px;
        }
         .main-content{
             padding-top: 30px;
         }
        .main-content .container:after{
            clear: both;
            content: " ";
            height: 1px;
        }

        .main-info{
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            line-height: 54px;
            height: 54px;
            border-bottom: 1px solid #e6dddd;
        }
        .main-info h3{
            font-size: 16px;
            font-weight: 700;
        }
         .main-info h3 span{
             color: #979797;
         }
         .position{
             font-size: 16px;
             color: #9f9e9e;
         }
         .main-con{
             padding-top: 30px;
         }

          .nav-con{
             position: relative;
         }
         .button{
                 position: absolute;
                top: 0px;
                left: 420px;
                z-index: 999;
         }

         @media screen and (max-width: 1040px) {
             .button{
                 position: absolute;
                 top: 10px;
                 right: 80px;
                 margin-top: 0!important;
                 z-index: 9999;
             }
             .rt-main{
                 display: none;
             }
          .con-items{
              flex-direction: column;
          }
             .con-items .itm{
                 width: 100%;
             }
             .con-items .itm .con{
                 margin-left: 140px;
             }
             .con-items .itm .img{
                 width: 128px;
                    height: 100px;
             }
             .tb-item .bt-news{
                 width: 146px;
             }
        }
