@charset "utf-8";
*{transition: all .3s;}
.container-width{max-width: 1230px; margin: 0 auto; padding-left: 15px; padding-right: 15px; }
.container-position{position: relative;}
.container-overflow{overflow: hidden;}
.container-padding{padding-bottom: 50px;}
.container-padding p img {max-width: 100%;}
.background-image{background-position: center;background-repeat: no-repeat; background-size: cover;}
/* 字体图标  */


/* banner */
.page-banner{position: relative; overflow: hidden;width: 100%;}
.page-banner img{width: 100%;}
.last-nav:last-of-type {display: none;}
/* path */
.page-path{height: 50px;line-height: 50px;  overflow: hidden; }
.page-path a{color: #777;}
.page-path i{margin-right: 5px; font-size: 18px; color: #888;}
.page-path b{font-weight: normal; font-family: simsun;}
.page-path span{color:#B91319;}

/* title */
.page-title{text-align: center;}
.page-title h3{position: relative; padding-bottom: 5px; text-align: center; font-size: 30px; }
/* .page-title h3:before{position: absolute; bottom: 0; left: 50%; content: ''; margin-left: -25px; width: 50px; height: 3px; background-color: #B91319;} */
.page-title p{  font-size: 16px; color: #999;}
.page-title-white{color: #fff;}
.page-title-white h3:before{background-color: #fff;}
@media (max-width:768px) {
	.page-title h3{ font-size: 24px; }
}
/* about */
.images-list {margin-top: 65px;display: flex;flex-wrap: wrap;}
.images-list li {float: left;overflow: hidden;flex: 1;}
.x-partners-title{width: 100%;}
.x-partners-title img {width: 100%;height: 135px;}
.honor-list {margin: 30px 0;border-top: 1px solid #eee;margin-bottom: 50px;}
.honor-list li{ padding: 15px 0; border-bottom: 1px solid #eee; font-family: arial;}
.honor-list li h3{padding-right: 10px; font-size: 30px;}
.honor-list li h3 span{font-size: 14px;}
.honor-list li p{position: relative; padding-left: 60px; margin-top: 10px; font-size: 16px; color: #777;}
.honor-list li p:before{position: absolute; top: 50%; left: 0; content: ''; width: 50px; height: 1px ; background-color: #ccc;}
.about-honor .swiper-wrapper {align-items: center;}
.about-honor .swiper-slide {overflow: hidden;}
.about-honor .swiper-slide img {width: 100%;height: auto;}

.about-honor .swiper-slide p {text-align: center;margin-top: 15px;}
.page-about-desc p{margin-bottom: 15px; line-height: 25px; color: #777;}
.page-about-desc ul{margin-top: 35px;}
.page-about-desc ul li{position: relative; float: left; width: 33.33%; text-align: center;}
.page-about-desc ul li a{display: block;}
.page-about-desc ul li img{width: 100%;}

@media (max-width:640px) {
	.page-about-desc ul li{width: 100%;margin-bottom: 15px;}
	.page-about-desc ul li:nth-child(2)::before{display: none;}
}

/*  */
/*  */
/* .page-about-core{ background-image: url(../images/about/core-bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center;} */
/* .page-about-core .page-title {padding-top: 30px;} */
.page-about-core ul{padding: 20px 0;}
.page-about-core ul li{float: left; width: 20%; padding: 0 1px; text-align: center; color: #333;}
.page-about-core ul li img{max-width: 100%;}
.page-about-core ul li h3{ padding: 20px 0 10px; font-size: 18px;}
.page-about-core ul li p{line-height: 25px;}

@media (max-width:768px) {
	.honor-list {margin-bottom: 20px;}
	.honor-list li h3 {width: 20%;font-size: 26px;}
	.honor-list li p {width: 80%;margin-top: 0;font-size: 14px;}
	.honor-list li h3 span {display: none;}
	.about-honor {margin: 20px 0;}
}
@media (max-width:640px) {
	.page-about-core ul li{ width: 50%; margin-bottom: 15px;}
}
@media (max-width:480px) {
	.page-about-core ul li{ width: 100%;}
}
/*  */
.page-about-contact {padding-top: 50px; background-color: #f5f5f5;}
.page-about-contact .page-title {margin-bottom: 30px;}
.page-about-address-left{float: left; width: 30%;height: 350px; background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1); overflow: hidden;}
.page-about-address-right{float: right; width: 68%; overflow: hidden;}
.page-about-address-left{padding:0 30px; background-image: url(../images/about/bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center;}
.page-about-address-left li{ position: relative; padding: 18px 0; font-size: 16px; color: #777; border-bottom: 1px solid #eee;padding-left: 60px;}
.page-about-address-left li i{position: absolute; top: 15px; left: 0;  font-size: 48px; vertical-align: middle;color: #B91319;}
.page-about-address-left li p{padding-top: 5px; font-size: 16px;}
.page-about-address-left li:last-child{border-bottom: none;}

.page-about-address-right{background-color: #fff;}
.page-about-address-right #map{height: 350px;border: 1px solid #ccc;}

@media (max-width:768px) {
	.page-about-address-left,
	.page-about-address-right{ width: 100%;}
	.page-about-address-left{margin-top:15px;}
	.page-about-address-right #map{height: 250px;}
}

/* news */

.page-category-title{margin: 25px 0;}
.page-category-title ul li{float: left; margin-right: 25px;}
.page-category-title ul li a{position: relative; display: block; line-height: 50px; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.page-category-title ul li a i{ font-size: 28px; vertical-align: middle;}
.page-category-title ul li a.on,
.page-category-title ul li a:hover{color: #B91319; }
@media (max-width:900px) {
	.page-category-title{width: 100%; }
	.page-category-title ul li{ width: 25%;}
	.page-category-title ul li a{padding: 0 15px;}
}

@media (max-width:640px) {
	.page-category-title ul li{ width: 33.33%;}
}

.page-news-left{float: left; width: 68%; padding: 15px; background-color: #fff;margin-bottom: 50px;}
.page-news-right{float: right; width: 29%; padding: 15px; background-color: #fff; overflow: hidden;margin-bottom: 50px;}

.page-news-list li {margin-bottom: 25px; padding: 15px; border: 1px solid #eee;}
.page-news-list-pic{position: relative;float: left; width: 150px;overflow: hidden;}
.page-news-list-pic>img {width: 100%;transform: scale(1.1);transition: all .3s;}
.page-news-list-mask {position: absolute;top: 1px;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .4);display: flex;justify-content: center;align-items: Center;transform: translateY(100%);transition: all .3s;z-index: 1;}
.page-news-list-mask img {max-width: 100%;}

.page-news-list-txt {float: left;width: 70%; padding-left: 25px;}
.page-news-list-txt h3 {font-size: 18px;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.page-news-list-txt h4 {line-height: 30px;font-size: 12px; color: #999;border-bottom: 1px solid #eee;}
.page-news-list-txt p {line-height: 25px;margin: 15px 0; height: 50px; color: #999;font-size: 14px; overflow: hidden;}
.page-news-list-tags span{display: inline-block;  line-height: 24px; font-size: 12px; margin-right: 5px; color: #777;}

.page-news-list li a:hover .page-news-list-txt h3,
.page-news-list li a:hover .page-news-list-txt .page-news-list-tags span{color: #B91319; }
.page-news-list li a:hover .page-news-list-pic>img {transform: scale(1);}
.page-news-list li a:hover .page-news-list-mask {transform: translateY(0);}

@media (max-width:768px) {
	.page-news-left {padding: 0;margin-bottom: 20px;}
	.page-news-list-pic {float: left;width: 100%;}
	.page-news-list-txt {float: left;width: 100%;padding-left: 0; padding-top: 15px;}
}




/* product */


.page-product-list {padding-top: 25px; overflow: hidden;width: 70%;}
.page-product-sidebar {width: 25%;overflow: hidden;padding-top: 25px;}
.sidebar-box {margin-bottom: 30px;}
.page-product-sidebar h3 {background-color: #778ac5;height: 50px;line-height: 50px;padding: 0 20px;font-size: 18px;color: #ffffff;}
.page-product-sidebar ul li {border: 1px solid #eee;padding: 14px 20px;}
.page-product-sidebar ul li:hover,.page-product-sidebar .current-cat {background-color: #778ac5;}
.page-product-sidebar ul li i {margin-right: 5px;color: #778ac5;}
.page-product-sidebar .current-cat a {color: #ffffff;}
.page-product-sidebar ul li a {font-size: 16px;color: #778ac5;}
.page-product-sidebar ul li:hover a,.page-product-sidebar ul li:hover i,.page-product-sidebar ul li:hover p {color: #ffffff;}
.about-item-active {display: block !important;}
.about-item {display: none;}
.about-menu {background-color: #eeeeee;margin: 30px 0;cursor: default;}
.about-menu li {float: left;padding: 2px 25px;font-size: 16px;line-height: 45px;position: relative;margin-right: 15px;}
.about-menu li::after {position: absolute;bottom: -10px;left: 50%;content: '';margin-left: -10px;z-index: -1;width: 0;height: 0;border-top: 10px solid #778ac5;border-right: 10px solid transparent;border-left: 10px solid transparent;visibility: hidden;opacity: 0;}
.about-menu .about-menu-active {background-color: #778ac5;color: #fff;}
.about-menu .about-menu-active::after {position: absolute;bottom: -10px;left: 50%;content: '';margin-left: -10px;z-index: -1;width: 0;height: 0;border-top: 10px solid #778ac5;border-right: 10px solid transparent;border-left: 10px solid transparent;visibility: visible;opacity: 1;}


.page-product-list ul{padding:0 5px; margin-left: -25px;}
.page-product-list li{float: left; width: 33.33%; margin-bottom: 25px; padding-left: 25px;}
.page-product-list li a{display: block;padding-bottom: 15px;}
.page-product-list .page-product-pic{position: relative; overflow: hidden;}
.page-product-list .page-product-pic img{width: 100%;}
.page-product-list .page-product-txt{padding: 0 15px;}
.page-product-list .page-product-txt h2{margin-top: 15px; line-height: 30px; height: 30px; overflow: hidden;}
.page-product-list .page-product-txt p{margin-top: 8px; height: 50px; line-height: 24px; color: #888; overflow: hidden;}
.page-product-list .page-product-txt span{display: inline-block; margin-top: 15px; padding: 0 25px; line-height: 35px; border: 1px solid #eee;}
.page-product-list li a:hover{box-shadow: 0 0 15px rgba(0,0,0,.1); background-color: #B91319;}
.page-product-list li a:hover .page-product-txt h2 {color: #ffffff;}
.page-product-list li a:hover .page-product-pic img{transform: scale(1.1);}
.page-product-list li a:hover .page-product-txt h3,
.page-product-list li a:hover .page-product-txt p,
.page-product-list li a:hover .page-product-txt span{color: #fff;}

@media (max-width:768px) {
	.about-menu {display: flex;}
	.about-menu li {flex: 1;text-align: center;padding: 2px 0;margin: 0;}
	.page-product-list {width: 100%;}
	.page-product-sidebar {width: 100%;}
	.page-product-list .sidebar-box:last-of-type {display: none;}
}

@media (max-width:768px) {
	.page-product-list ul li{width: 50%;}
}

@media (max-width:640px) {
	.page-product-list ul li{width: 100%;}
	.page-product-list .page-product-txt h3{margin-top: 5px; line-height: 24px; height: auto; }
	.page-product-list .page-product-txt{padding: 0;}
	.page-product-list .page-product-txt p{ height: auto;}
}

.pagination{padding: 50px 0;}
.pagination ul{display: flex; justify-content: center; align-items: center;}
.pagination ul li a{display: block; margin: 0 2px; width: 35px; height: 35px; line-height: 33px; text-align: center; border: 1px solid #eee;}

.pagination ul li span{display: inline-block; width: 8px; height: 8px;border: 1px solid #333; transform: rotate(45deg);}
.pagination ul li:first-child a{padding-left: 3px;}
.pagination ul li:last-child a{padding-right: 3px;}
.pagination ul li:first-child span{border-top: none;border-right: none;}
.pagination ul li:last-child span{border-bottom: none;border-left: none;}

.pagination ul li a.active,
.pagination ul li a:hover{border: 1px solid #B91319; background-color: #B91319; color: #fff;}
.pagination ul li a:hover span{border-color: #fff;}

/* show */
.page-show-title{ padding-top: 30px; text-align: center;}
.page-show-title h1 {margin-bottom: 15px; padding-bottom: 15px; font-size: 24px;}
.page-show-title span{position: relative; display: inline-block; padding:0 5px; margin-bottom: 10px; font-family: arial;  color: #777;}
/* .show-title span:before{position: absolute; top: 0; left: 0; content: ''; width: 1px; height: 15px; background-color: #ccc;} */
.page-show-title span:first-child::before{display: none;}

#changefont a{display: inline-block; margin: 5px;}

.page-show-content{padding: 40px 0;font-size: 16px;line-height: 1.5;}
.page-show-content p,.page-show-content section{margin: 16px 0;}


.page-show-content img{max-width: 100% !important;height: auto !important;}

/* .page-show-clickgo{margin-bottom: 15px; padding-bottom: 25px; border-bottom: 1px solid #f5f5f5; text-align: center;} */
.page-show-clickgo a{display: inline-block; width: 100px; height: 60px; padding-top: 8px; border-radius: 50px; color: #fff; background-color: #B91319;}
.page-show-clickgo a i{display: block; margin-bottom: 5px; font-size: 25px;}

/*  */
.page-show-view{margin: 15px 0;}
.page-show-view ul li{float: left; width: 50%; padding: 10px 0;}

.page-show-view ul li a{color: #777;}
.page-show-view ul li a:hover{color: #B91319;}
@media (max-width:768px) {
	.page-show-title {padding-top: 15px;}
	.page-show-title h1 {margin-bottom: 0;}
	.page-show-view ul{padding:5px 0;}
	.page-show-view ul li{width: 100%;}
	.page-show-view ul li:last-child{text-align: left; padding-top: 8px;}
	.page-show-content {padding: 20px 0 0;}
}
/*  */
.product-article-item{ padding: 15px 0; background-color: #fff;}
.product-article-item h3{position: relative; font-size: 20px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #eee;}
.product-article-item h3::before{position: absolute; bottom: 0; left: 0; content: ''; width: 80px; height: 2px; background-color: #B91319;}
.product-article-item ul{float: left; width: 50%; padding-right: 40px;}
.product-article-item ul li a{position: relative; display: block; padding: 15px 0 ; font-family: arial; color: #777; border-bottom: 1px dashed #eee; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

.product-article-item ul li a:hover{color:#B91319;}
@media (max-width:768px) {
	.page-show{padding: 0 ; }
	.product-article-item{width: 100%; margin-bottom: 20px;}
	.product-article-item ul{width: 100%; padding-right: 0;}
}


.global-adv{overflow: hidden;}
.global-adv img{width: 100%;}




/*  */
.page-sider-title{ line-height: 50px; border-bottom: 1px solid #eee;}
.page-sider-title h3{position: relative; font-size: 20px;}
.page-sider-title h3::before{position: absolute; bottom: -1px; left: 0; content: ''; width: 80px; height: 3px; background-color: #B91319;}

.page-sider-news{padding: 20px 0;}
.page-sider-news li{ margin-bottom: 5px; padding: 5px 0; border-bottom: 1px dashed #eee; }
.page-sider-news li a{ position: relative; display: block; padding-left: 15px;}
.page-sider-news li h3{ margin-bottom: 5px;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.page-sider-news li a:before{position: absolute; top: 7px; left: -3px;content: ""; width: 5px; height: 5px; border-radius: 50%; background-color: #B91319;}
.page-sider-news li a:hover h3{color: #B91319;}
.page-sider-news li a:hover:before{background-color: #B91319;}

.page-sider-faq{padding: 20px 0;}
.page-sider-faq li{ margin-bottom: 5px; padding: 5px 0; border-bottom: 1px dashed #eee; }
.page-sider-faq li a{ position: relative; display: block; padding-left: 25px;}
.page-sider-faq li h3{ margin-bottom: 5px;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.page-sider-faq li a:before{position: absolute; top: 0; left: -3px;content: ""; width: 20px; height: 20px;line-height: 20px; text-align: center; color: #fff; background-color:#666;}
.page-sider-faq li a:hover h3{color: #B91319;}
.page-sider-faq li a:hover:before{background-color: #B91319;}
.page-sider-faq li:nth-child(1) a:before{content: '1';}
.page-sider-faq li:nth-child(2) a:before{content: '2';}
.page-sider-faq li:nth-child(3) a:before{content: '3';}
.page-sider-faq li:nth-child(4) a:before{content: '4';}
.page-sider-faq li:nth-child(5) a:before{content: '5';}
.page-sider-faq li:nth-child(6) a:before{content: '6';}
.page-sider-faq li:nth-child(7) a:before{content: '7';}

.page-sider-tag{padding: 15px 0;}
.page-sider-tag ul{ overflow: hidden;}
.page-sider-tag li{float: left; padding-right: 10px; margin-bottom: 10px; text-align: center;}
.page-sider-tag li a{display: block; padding: 0 10px; line-height: 40px; background-color: #f5f5f5;}
.page-sider-tag li a:hover{ background-color: #B91319;  color: #fff;}


.page-sider-hots{padding-bottom: 30px;}
.page-sider-hots ul li{margin-top: 15px;}
.page-sider-hots ul li a{display: block;}
.page-sider-hots-pic{float: left; width: 35%; border-radius: 4px; overflow: hidden;}
.page-sider-hots-pic img{width: 100%;}
.page-sider-hots-txt{float: left; width: 65%; padding-left: 15px;}
.page-sider-hots-txt h3{padding-top: 5px; height: 50px; overflow: hidden;}
.page-sider-hots ul li a:hover h3{color: #C0101A;}



.page-sider-contact{margin-top: 20px; background-color: #f5f5f5; padding: 30px; text-align: center;}
.page-sider-contact img{max-width: 100%;}
.page-sider-contact h3{padding-top: 15px;}

@media (max-width:1140px) {
	.page-news-left,
	.page-news-right{width: 100%;}
}
.wp-pagenavi span,.wp-pagenavi a {display: block;padding: 0 16px;line-height: 40px;font-size: 16px;color: #999999;border: 1px solid #eee;float: left;margin: 0 5px;}
.wp-pagenavi span.current,.wp-pagenavi a:hover {background-color: #B91319;color: #ffffff;} 


.wp-video,.wp-video video {width: 100% !important;height: 100% !important;}



.pt { padding-top:40px; }
.pb { padding-bottom:40px; }
.liaojie_con {padding: 0 0;}
.liaojie_con p{
    color: #7f7f7f;
    line-height: 30px;
}
.bg{background: #fafafa;}
.abTit{text-align: center;color: #D93A14;font-size: 28px;margin-bottom: 30px;}
.dis{display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-wrap:wrap;-webkit-box-lines:multiple;-moz-flex-wrap:wrap;flex-wrap:wrap;}
.jusb{-webkit-justify-content:space-between;justify-content:space-between;-moz-box-pack:space-between;box-pack:space-between;}
.jusc{-webkit-justify-content:center;justify-content:center;-moz-box-pack:center;box-pack:center;}


.liaojie_con>div{width: 50%;float: left;}
.liaojie_con>div:last-child{padding-top: 35px;width: 45%;margin-left: 4%;}
.cText{font-size: 14px;color: #666;line-height: 26px;margin-bottom: 15px;width: 610px;
}
.cText span{font-weight: bold;color: #000;font-size: 16px;}
.liaojie a{display: block;width:160px;text-align: center;border:1px solid #D93A14;line-height: 38px;border-radius: 5px;background: #D93A14;font-size: 16px;color: #fff;margin: 30px auto 0 auto;}
.liaojie a:hover{background: #fff;color: #D93A14;}
@media (max-width: 1199px){
	.liaojie_con>div>a{margin-top: 10px;}
}
@media (max-width: 991px){
	.liaojie_con>div:first-child{width: 100%;}
	.liaojie_con>div:last-child{display: none;margin-right: 0;}
}
@media (max-width: 768px){
	.abTit{font-size: 24px;}
	.cText {width: 100%;}
}

.team{padding: 40px 0; background-image: url(../images/team-bg.jpg); background-repeat: no-repeat; background-size: cover;}
.team .container-width {position: relative;}
.team-pic{padding-bottom: 20px !important;}
.team-left {float: left;width: 25%;padding: 0  45px 25px 0;}
.team-left img {width: 100%; border-radius:50% ;}
.team-right {float: right;width:75%;padding: 15px;}
.team-right h3 {padding-bottom: 5px;padding-top: 20px;font-size: 24px;font-weight: bolder;}
.team-right p {padding-top: 20px; font-size: 14px; line-height: 30px; color: #777;}

.team-thumbs .swiper-slide {background-color: #fff;border-bottom: 2px solid transparent; cursor: pointer;}
.team-left-m {float: left;width: 30%;padding: 10px ;}
.team-left-m img {max-width: 100%; border-radius:50% ; }
.team-right-m { float: left; width: 70%; padding: 10px 15px 10px;}
.team-right-m h3 { padding-top: 20px;}
.team-thumbs .swiper-slide-thumb-active {border-bottom: 2px solid #0167cc;}

@media (max-width:768px) {
	.team { padding: 15px 0 25px;}
	.team>h3 { font-size: 18px; padding-bottom: 15px; }
	.team-pic{padding: 20px 0 !important;}
	.team-left { float: inherit; width: 40%; margin: 0 auto; text-align: center; padding: 0; }
	.team-right { float: inherit; width: 100%; padding: 0;}
	.team-thumbs { display: none;}
}

/*ÆóÒµÎÄ»¯*/
.page-title{padding-bottom: 25px; text-align: center;}
.page-title h3{font-size: 30px;}
.page-title p{font-size: 18px; color: #999; font-family: arial;}
@media (max-width:768px) {
.page-title h3{font-size: 22px;}
.page-title p{font-size: 14px;}
}

.page-culture{padding: 50px 0;background: #fff;}
.page-culture-left,
.page-culture-right{float: left; width: 50%;}
.page-culture-right img{width: 100%;}
.page-culture-content{position: relative;}
.page-culture-mate{position: absolute;top: 0; left: 0; width: 115%; padding: 70px 45px; background-color: #fff; box-shadow: 0 0 15px rgba(0,0,0,.1);}
.page-culture-mate ul{position: relative;}
.page-culture-mate ul li{margin-bottom: 15px;font-size: 18px;}
.page-culture-mate ul li>div{float: left;}
.page-culture-mate ul li>div:first-child{color: #B91319;width: 100px;}
.page-culture-mate ul li>div:last-child{padding-top: 10px;}
.page-culture-mate ul:before{position: absolute; top: -50px; left: -30px; content: "";  font-size: 90px; font-family: arial; color: #B91319;}
.page-culture-mate ul:after{position: absolute; bottom: -110px; right: -20px; content: "";  font-size: 90px; font-family: arial;color: #B91319;}
@media (max-width:1200px) {
	.page-culture-left{width: 58%;}
	.page-culture-right{width: 40%; padding-top: 50px; padding-left: 30px;}
	.page-culture-mate{position: static;top: 0; left: 0; width: 100%; padding: 70px 15px;}
	.page-culture-mate ul:before{ left: 0;}
	.page-culture-mate ul:after{ right: 0;}
}
@media (max-width:1000px) {
	.page-culture-right{width: 40%; padding-top: 100px;}
}
@media (max-width:900px) {
	.page-culture-left{width: 100%;}
	.page-culture-right{display: none;}
}
@media (max-width:639px) {
	.page-culture-mate ul li>div:first-child{width: 100%;}
}

/*  */
.category-title{ text-align: center;padding-bottom: 40px;}
.category-title h3{margin-bottom: 15px; font-size: 30px; font-weight: bold; color: #4C4E53;}
.category-title h3 strong{color: #B91319;}
.category-title p{position: relative; max-width: 380px; margin: 0 auto;}
.category-title p:before,
.category-title p:after{position: absolute; top: 50%; content: "";width: 40%; height: 1px; background-color: #ccc;}
.category-title p:before{ left: 15px;}
.category-title p:after{ right: 15px;}
.category-title span{display: inline-block; width: 10px; height: 10px; border-left: 20px ; background-color: #B91319;}
.category-title .rote{transform: rotate(45deg);}
.page-category-title span{transform: rotate(45deg);}
.page-category-title p:before,
.page-category-title p:after{background-color:#B48C53 ;}

@media (max-width:768px) {
	.category-title{padding-bottom: 0};
	.category-title h3{font-size: 22px;}
}
.page-legal-taocan{ padding:50px 0; background-image: url(../images/taocan-bg.jpg); background-repeat: no-repeat; background-size: cover;}
.page-legal-taocan h3 {color: #ffffff;}
.page-legal-taocan .page-category-title h3{color: #fff;}
.gallery-thumbs{padding-top: 35px!important;}
.gallery-thumbs .swiper-slide { padding-top: 15px; overflow: hidden; }
.gallery-thumbs .swiper-slide h3{background-color: #333333; line-height: 60px; text-align: center; overflow: hidden; cursor: pointer;}
.gallery-thumbs .swiper-slide-thumb-active h3{transform: scale(1.1); background-color: #fff; color: #CDA266;}

.gallery-top .swiper-slide{background-color: #fff; padding: 40px ; height: 310px;}
.gallery-top .swiper-slide p{font-size: 16px; line-height: 26px; margin-bottom: 25px; color: #666;}
.gallery-top .swiper-slide ul li{position: relative; float: left; width: 50%; margin: 10px 0; padding-left: 25px; font-size: 16px; color: #777;}
.gallery-top .swiper-slide ul li:before{position: absolute; top: 11px; left: 0; margin-top: -4px; content: ""; width: 8px; height: 8px;  border-radius: 50%; background-color: #CDA266;} 

@media (max-width:768px) {
	.gallery-top .swiper-slide{padding:20px ; height: auto;}
	.gallery-top .swiper-slide p{margin-bottom: 15px;}
	.gallery-top .swiper-slide ul{margin-bottom: 35px;}
	.gallery-top .swiper-slide ul li{width: 100%; margin: 10px 0;}
	.gallery-thumbs {
        padding-top: 0 !important;
    }
    .page-title{
        padding-bottom: 15px;
    }
    .pb {
        padding-bottom: 20px;
    }
    .pt {
        padding-top: 20px;
    }
    .page-culture-mate {
        padding: 20px 15px;
    }
    .page-culture {
        padding: 30px 0;
    }
    .page-banner img {
        height: 200px;
        object-fit: none;
    }
    .page-legal-taocan{
        padding: 30px 0;
    }
}

.lianxi{background: #fff;}
.lianxi_con {display: flex;justify-content: center;align-items: center;}
.lianxi_con>div{margin: 0 15px;}
.lianxi_con>div:last-of-type {text-align: center;}
.lianxi_con>div h1{font-weight: normal;margin-bottom: 20px;}
.lianxi_con>div p{font-size: 16px;color: #333;margin-bottom: 20px;}
.lianxi_con>div p:last-of-type {margin-bottom: 0;}
.lianxi_con>div p.gzwx{margin-bottom: 10px;}
.lianxi_con>div img{width: 140px;height: 140px;}


@media (max-width: 991px){
	.lianxi_con>div{width: 100%;margin-bottom: 20px;}
	.lianxi_con>div:last-child{margin-right: 0;}
	.contact_dianh{text-align: center;}
}

@media (max-width: 479px){
	.lianxi_con>div h1{font-size: 18px;}
	.lianxi_con>div p{font-size: 14px;}
	.lianxi_con>div:last-child{height: auto;}
}




.page-left-title{margin-top: 20px; position: relative;  line-height: 34px;color: #fff;text-align: center; margin-right: -15px; background-color: #B91319;}
.page-left-title p{font-family: arial;}
.page-left-quicknav{padding-top:20px;}
.page-left-quicknav li a{display: block; padding: 12px 40px;color: #808080; }
.page-left-quicknav li a i{float: right; transform: rotate(180deg); color: #fff;}
.page-left-quicknav li a:hover{padding-left: 15px; padding-right: 15px; background-color: #B91319;color: #fff;}


.py_main { background: #f5f5f5; }
.py_main > .container { background: #fff;padding-bottom: 20px; }
.py_main_left{width: 25%;background: #FFF;border-left: 1px solid #e5e5e5;overflow: hidden;}
.py_main_right{width: 75%;}
.py_bg{background: #FFF;padding-left: 20px;padding-right: 35px;/*border-right: 1px solid #e5e5e5;*/}
.py_cat { display:flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap; }
.py_cat > li{ width: 140px;line-height: 60px;text-align: center;font-size: 18px; }
.py_cat > li > a{ color: #808080; }
.py_cat>.current-cat { font-size: 22px;border-bottom: 1px solid #B91319; }
.py_cat>.current-cat > a { color:#B91319; }
.py_cat>li:hover > a { color:#B91319; }
.py_cat li a{display: block;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;}

.py_lists > li{text-align: left;border:2px solid transparent;display: inline-block;width: 32%; box-shadow: 0px 1px 2px #ccc; padding: 20px;margin-bottom: 30px;margin-left: 0.5%;margin-right: 0.5%; background: #fff;cursor: pointer;color: #666;font-size: 14px;}
.py_lists > li > h3 {position: relative; font-size: 18px;color: #333;font-weight: normal;padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid #ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.py_lists > li > h3 i{position: absolute;display: block;width: 30px;height: 2px;left: 0;bottom: -1px;background: #B91319;}
.py_lists > li > p {line-height: 20px;}
.py_lists > li > p > span { display: inline-block;width: 66px;height: 26px;border: 1px solid #B91319;text-align: center;line-height: 24px;color:#B91319;border-radius: 10px;font-size: 12px;margin: 15px 20px 15px 0; }
.py_lists > li > a{display: block;margin-top: 20px;color: #666;}
.py_lists > li:hover a,.py_lists >li:hover > p{ color:#fff; }
.py_lists > li:hover > a{text-decoration: underline;}
.py_lists > li:hover { background: #B91319; }

.py_list_img{width: 100%;overflow: hidden;}
.py_list_txt{width: 100%;position:relative;padding: 10px 0 20px;}
.py_list_img img{width: auto;height: 100%;}
.py_list_txt p{font-size: 14px;color: #808080;line-height: 26px;margin-bottom: 15px;}
.py_list_txt > a  { position:absolute;right: 0;bottom:0;color:#666; }

.py_lists2 > .py_lists2_list{width: 32%;display: inline-block;border:1px solid #ddd; margin-bottom: 30px;margin-left: 0.5%;margin-right: 0.5%;float: left;}
.py_lists2_img{position: relative;font-size: 18px;color: #fff;display: block;overflow: hidden;}
.thover{display: none;text-align: center;position: absolute;top:0;left: 0;height: 100%;width: 100%;background:rgba(0,0,0,.6);padding-top: 90px;}
.thover > i{display: block;width: 20px;height: 2px;background: #fff;margin: 0 auto;}
.thover > p{margin: 10px 0;}
.py_lists2_text{background: #fff;padding: 20px 20px 10px 20px;color: #666;font-size: 12px;height: 180px;}
.py_lists2_text > h3{color: #333;font-size: 18px;}
.py_lists2_text > p{margin: 10px 0;padding-bottom: 30px;border-bottom: 1px solid #ddd;}
.py_lists2_text > div .af{display: none;}
.py_lists2_text > div:hover .bf{display: none;}
.py_lists2_text > div:hover .af{display: inline-block;}
.py_lists2_list:hover{box-shadow: 0px 5px 5px #ddd;}
.py_lists2_list:hover .thover {display: block;}
.py_lists2_list:hover .py_lists2_text > h3  a{color: #B91319;}


.py_bgs{background: #FFF;padding-left: 35px;padding-right: 20px;border-left: 1px solid #e5e5e5;}
.py_main_left .item_title{background: #B91319;font-size: 16px;line-height: 34px;text-align: center;}
.py_main_left .item_title a{color: #fff;}
.py_main_left ul li{font-size: 14px;}
.py_main_left ul li a{display: block; padding: 15px 20px;border-bottom: 1px solid #dcdcdc;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.py_main_left ul li a:hover { color: #B91319; }





.py_articles_other{padding: 20px 0;color: #999;line-height: 25px;font-size: 14px;}
.py_articles_other div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.py_articles_other a{color: #999;}

.py_related_articles{margin-top: 25px;background: #FFF}
.py_related_articles_tit{font-size: 16px;color: #333;font-weight: bolder;padding-bottom: 14px;border-bottom: 1px solid #DDD}
.py_cat_related{padding-top: 10px;}
.py_cat_related li{position: relative;width: 49%;line-height: 25px;}
.py_cat_related li:nth-child(odd){float: left;}
.py_cat_related li:nth-child(even){float: right;}
.py_cat_related li a{width: 65%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.py_cat_related li i{position: absolute;width: 4px;height: 4px;border-radius: 50%;background: #666;left: 0;top: 11px;}
.py_cat_related li time{width: 25%;}
.py_cat_related li a:hover { color: #B91319; }

.py_lists_1 { display:flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;  }
.py_lists_1 .col-md-4{margin-bottom: 25px;}
.py_lists_1 li:hover .py_lists_1_txt h3 > a {color: #B91319;}
.py_lists_1_txt{padding-bottom: 20px;position: relative;}
.py_lists_1_txt h3{font-size: 14px;color: #666;padding: 15px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.py_lists_1_txt p{font-size: 12px;color: #999;line-height: 20px}
.py_lists_1_txt b{position: absolute;bottom: 0;left: 0;width: 35px;height: 1px;background: #ededed;-webkit-transition:all .5s;-o-transition:all .5s;-moz-transition:all .5s;transition:all .5s;}
.py_lists_1 li{cursor:pointer;width:33.333%;padding: 0 15px;margin-bottom: 20px;}
.py_lists_1 li:hover b{width: 100%;background: #4e4e4e}

.py_lists1 > li{margin-bottom: 24px;padding: 15px 0;border-bottom: 1px dashed #ddd;display: flex;align-items: center;flex-wrap: wrap;}
.py_lists1 > li:hover a { color:#B91319; }
.py_list_img1{width: 40%;overflow: hidden;text-align: center;}
.py_list_txt1{width: 60%;position:relative;padding: 20px;}
.py_list_img1 img{height: 200px;width: 100%;object-fit: cover; -webkit-transition: all .6s linear 0s;-o-transition: all .6s linear 0s;-moz-transition: all .6s linear 0s;transition: all .6s linear 0s;}
.py_list_img1s img{height: auto;}
.py_list_img1:hover img{transform: scale(1.1);}
.py_list_txt1 h3{font-size: 16px;margin-bottom: 18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight: normal;}
.py_list_txt1 h3 > a { color:#666;font-weight: bold; }
.py_list_txt1 p{font-size: 14px;color: #372d23;line-height: 26px;margin-bottom: 15px;}
.py_list_txt1 > time { color:#c0c0c0;font-size: 12px; }
.py_list_txt1 > a  { position:absolute;right: 0;bottom:0;color:#666; }

/**/
.ggcebian > .contactwm{padding-bottom: 20px;}
.ggcebian > .contactwm > p {line-height: 34px;background: #B91319;color: #fff;text-align: center;margin-right: -15px;margin-bottom: 20px;}
.ggcebian > .contactwm > span {display: block; padding-left:25px;padding-right:25px;margin-bottom: 10px;color:#666; }
.ggcebian > .contactwm > img{padding-left: 22px;max-width: 100%;margin-bottom: 10px;}

.ggcebian img {max-width: 100%;margin-top: 20px;}
@media (max-width: 991px){
	.py_main_left{display: none;margin-bottom: 0;margin-top: 0;}
	.py_main_right{width: 100%!important;border-right: 0;}
	.py_bg{border-right:none;}
	.py_lists > li{width: 45%;}
	.py_bgs{border-left:none;padding-left: 0;padding-right: 0;}

}

@media (max-width: 767px){
	.weizhi {margin-bottom: 0;}

	.py_main_left{display: none;}

	.py_lists2 > .py_lists2_list{width: 48%;}
	.lianxi_con>div p {
        margin-bottom: 10px;
    }

}

@media (max-width: 639px){
	.py_list_img1 { width: 100%;  }
	.py_list_txt1 { width: 100%; }
}

@media (max-width: 479px){
	.wjp50 { padding: 0; }
	.py_bg { padding: 0; }

	.py_lists,.py_lists2{padding: 0;}
	.py_lists > li,.py_lists2 > .py_lists2_list{width: 100%;margin-left: 0;padding-left: 0;}
}





.pull-left {
    float: left;
}
.pull-right {
    float: right;
}






.ggcebian { background:#FFF;width: 100%;}
.retuijian > p { line-height: 34px;background: #71A13B;color: #fff;text-align: center; margin-right: -15px;}
.tjcebian_con > div { border-bottom: 1px solid #efefef;padding: 12px 0 12px 40px;position: relative; }
.tjcebian_con > div p { font-size: 14px; }
.tjcebian_con > div p a {display: block;color: #808080;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.tjcebian_con > div p a:hover { color: #d93715; }
.tjcebian_con > div i { display: block;width: 8px;height: 8px;background: #ccc;position: absolute;left: 16px;top: 18px;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg); }
.wjp50 { padding: 40px 0; }


ul li.file-list {display: flex;flex-wrap: wrap;width: 100%;align-items: center;}
ul li.file-list img {width: 60px;}
ul li.file-list .f-r {display: flex;flex-wrap: wrap;flex-direction: column;margin-left: auto;}
ul li.file-list em {font-style: normal;display: inline-block;margin-top: 10px;}
ul li.file-list .f-l {margin-left: 15px;}

.m-job {    padding-top: 22px;}
.m-job-list {margin: 0;}
.m-job-list>div{ box-shadow: 0 0 5px rgba(0,0,0,.2); margin-bottom: 25px;background: rgb(185 19 25 / 15%);}
.m-job-list>div:last-of-type {margin-bottom: 0;}
.m-job-list dt {  padding: 15px 0; line-height: 50px; cursor: pointer;}
.m-job-name,
.m-job-add,
.m-job-rs{ font-size: 15px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.m-job-name{width: 33.3%;padding-left: 35px; color: #333;font-size: 15px;}
.m-job-add{width: 33.3%; color: #666;  padding-right: 25px;}
.m-job-rs{width: 33.3%; color: #666;  padding-right: 25px;text-align: center;}

.m-job-title{position: relative;}
.m-job-title span{position: absolute; top: 50%; right: 35px; margin-top: -6px; display:block; width: 12px; height: 12px; transition: all .3s;}
.m-job-title span:before,
.m-job-title span:after{position: absolute;top: 8px ; z-index: 1; content: ''; width: 12px; height: 1px; background-color: #444;}
.m-job-title span:before{ right: -4px;  transform: rotate(-45deg);}
.m-job-title span:after{ left: -4px; transform: rotate(45deg);}


.m-jobsub {display: none; padding:0 35px; padding-bottom: 40px; }
.m-jobsub h3{ font-size: 14px; color: #333; padding: 15px 0;}
.m-jobsub p{font-size: 14px; color: #888; padding-bottom: 12px;}
.m-jobsub a{display: block; color: #0a76c1; padding: 20px 0;}

.open .m-job-title span{ transform: rotate(-90deg);}
.open .m-job-name{color: #056FB8;}
/* .m-jobsub:nth-child(2) {display: block; } */
@media(max-width:940px){
	.page-join-l{padding-right: 30px;}
}

@media(max-width:768px){
	.page-join-l{ width: 100%; padding-right: 0; text-align: center;}
	.page-join-r{width: 100%; }
	.m-job-list dt {padding: 15px 0; line-height: 30px; margin-bottom: 15px;}
	.m-job-name,
	.m-job-add{ font-size: 14px;}
	.m-job-name{width: 50%;padding-left: 15px;}
	.m-job-add{width: 50%; color: #666;  padding-right: 25px;}
	.m-job-title span{right: 15px;}
	.m-jobsub {padding:0 15px; padding-bottom: 20px;}
	.wjp50 {
        padding: 20px 0;
    }
}

@media (max-width:360px) {
	.m-job-rs{display: none;}
}
.page-show-content table {border-collapse: collapse;}
.page-show-content table tr,.page-show-content table td {border: 1px solid #333333;}
.page-show-content table p {text-align: center;}