@charset "utf-8";

body {
	font-family: 微软雅黑 !important;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none !important
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none
}

.fl {
	float: left
}

.fr {
	float: right
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal !important
}

.container {
	width: 80%;
	margin: 0 auto;
}

.phone-display {
	display: none;
}

.pc-display {
	display: block;
}

#c_static_001-1656404038533 {
	min-height: 300px;
}

.public-title {
	margin-top: 0.9rem;
}

.public-title .title {
	line-height: 1.5;
	color: #5b626c;
	font-size: 0.36rem;
	display: inline-block;
}

.public-title .title::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -0.2rem;
	height: 4px;
	width: 0.7rem;
	background-color: #c0aa8b;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.jieban .public-title .title {
	color: #FFF;
}

.jieban .public-title .title::after {
	background-color: #FFF;
}

.jieban .public-title .title {
	color: #FFF;
}

.jieban .public-title .title::after {
	background-color: #FFF;
}

.jieban .text,
.weilai .text {
	margin-top: 0.5rem;
	line-height: 1.5;
}

.jieban .content {
	height: 6.8rem;
	margin-top: 0.9rem;
	position: relative;
	z-index: 10;
}

.jieban .quan {
	/* width: 2.4rem;
    height: 2.4rem; */
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, .2);
	position: absolute;
	z-index: 10001;
	box-sizing: border-box;
}

.jieban .quan::after {
	content: '';
	left: 50%;
	top: 50%;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background-color: rgba(144, 191, 231, .6);
	width: 1.6rem;
	height: 1.6rem;
	z-index: 1;
}

.jieban .quan a {
	width: 1.6rem;
	height: 1.6rem;
	/* background: url(../images/quan.png)no-repeat center; */
	background-size: 100%;
	z-index: 9;
	font-size: 0.18rem;
}

.jieban .quan-title {
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.jieban .quan img {
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	animation: quan 3s infinite;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;

}

.jieban .waiquan {
	width: 1.6rem;
	height: 1.6rem;
	position: absolute;
	animation: quan1 3s infinite;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
}

.beixiangwangluo-header {
	position: fixed;
	z-index: 111111111111111111;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: solid 1px rgb(255 255 255 / 31%);
}

.bg-header {
	background: #fff;
	box-shadow: 0px 1px 6px rgba(226, 226, 226, 0.9);
	z-index: 1111;
	border-bottom: solid 1px #fff;
}

.beixiangwangluo-header .beixiangwangluo-logo-black {
	display: none;
}

.bg-header .beixiangwangluo-logo-white {
	display: none;
}

.bg-header .beixiangwangluo-logo-black {
	display: block;
}

.bg-header .beixiangwangluo-header-nav-flex a {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.beixiangwangluo-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 97%;
	margin: 0 auto;
	height: 126px;
}

.beixiangwangluo-container img {
	padding: 12px 0 0;
}

.beixiangwangluo-header-nav {
	display: flex;
	align-items: center;
	font-size: 16px;
	flex: 1;
	justify-content: center;
}

.beixiangwangluo-header-nav-flex {
	margin: 0 3%;
	text-align: center;
    /*min-width: 70px;*/
    position:relative;
}

.beixiangwangluo-header-nav-flex .navbtnlist {
    word-break: keep-all;
    white-space: nowrap;
    display: none;
    z-index: 999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    color: #fff;
    background-color: #0d47a1;
    line-height: 33px;
    font-size: 15px;
    border-radius: 0 0 5px 5px;
    flex-direction: column;
    margin-top: 10px;
}
.beixiangwangluo-header-nav-flex .navbtnlist a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.beixiangwangluo-header-nav-flex .navbtnlist a:hover {
    display: block;
    color: #fff;
}
.beixiangwangluo-header-nav-flex:hover .navbtnlist {
	display: flex!important;
}
.beixiangwangluo-header-nav-flex .navbtnlist .navbtntriangle {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 10px solid #0d47a1;
	z-index: 999;
}
.beixiangwangluo-header-nav-flex a {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.beixiangwangluo-container-r {
	display: flex;
	align-items: center;
	flex: 1;
	justify-content: flex-end
}

.beixiangwangluo-container-phone {
	font-size: 16px;
	color: #fff;
	padding: 0 17px;
	text-align: center;
	background: #c70505;
	border-radius: 50px;
	margin-left: 10px;
	display: flex;
	align-items: center;
}

.beixiangwangluo-container-phone img {
	padding: 0 6px 0 0;
}

.beixiangwangluo-container-phone p {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
}

.beixiangwangluo-header-nav .active a:after {
	content: '';
	bottom: 32px;
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	background: #0d47a1;
	transition: all .4s;
}

.beixiangwangluo-header-nav a:hover:after {
	width: 40%;
}

.beixiangwangluo-header-nav a:hover,
.beixiangwangluo-header-nav a:focus {
	color: #0d47a1;
}

.beixiangwangluo-header-nav .active a {
	color: #0d47a1 !important;
}

.beixiangwangluo-header-nav .active a::after {
	width: 34px;
    margin-left: 17px;
}

.beixiangwangluo-video {
	background: #010001;
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.beixiangwangluo-video .video {
	width: 1903px;
	height: 966px;
}

.beixiangwangluo-container-search {
	background: #193ba5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.beixiangwangluo-container-search img {
	padding: 12px;
}

.video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
	z-index: -1;
}

.banner-title .phone-none {
	display: flex;
	align-items: center;
	justify-content: center;
}

/*#banner#*/
.banner,
.banner-static {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute !important;
	z-index: 111;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.banner img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #e7141a;
}

.swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.banner-title {
	color: #fff;
	width: 100%;
	text-align: center;
	padding-top: 86px;
}

.banner-title h1 {
	font-size: 70px;
	margin: 0;
	font-weight: bold !important;
	letter-spacing: 5px;
}

.banner-title .line {
	width: 50px;
	height: 3px;
	margin: 25px auto !important;
	float: inherit !important;
}

.banner-title p {
	font-size: 19px;
	line-height: 1.8;
	border: solid 1px #fff;
	padding: 8px 31px;
	margin: 0 13px;
	border-radius: 43px;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #193ba5 !important;
	width: 33px !important;
}

.banner .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background: #fff;
}

.swiper-pagination-bullet {
	background: #fff;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 16px;
	color: #fff;
}

/* about */
.beixiangwangluo-about {
	padding: 38px 0 54px;
	width: 93%;
	margin: 0 auto;
}

.beixiangwangluo-about-title {
	text-align: center;
	color: #666;
	font-size: 15px;
	width: 80%;
	flex-direction: column;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.beixiangwangluo-about-title h1 {
	font-size: 50px;
	font-weight: bold !important;
	color: #333;
	padding-bottom: 0;
	margin-bottom: 19px;
	margin-top: 0;
}

.beixiangwangluo-about p {
	margin-bottom: 8px;
	color: #333;
    font-size: 14px;
    line-height: 22px;
}

.beixiangwangluo-about .line {
	background: #193ba5;
	width: 50px;
	height: 4px;
	margin: 4px auto;
}

.beixiangwangluo-num {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 74px;
	padding-top: 58px;
}

.beixiangwangluo-num-flex {
	flex: 1;
	text-align: center;
	font-size: 19px;
}

.beixiangwangluo-num-title {
	display: flex;
	align-items: baseline;
	justify-content: center;
	font-size: 12px;
}

.beixiangwangluo-num-title h1 {
	color: #333333;
	font-size: 66px;
	margin: 4px;
	font-weight: bold !important;
}

.beixiangwangluo-fuwu {
	background-color: #fafafa;
}

.beixiangwangluo-fuwu .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.beixiangwangluo-fuwu-flex {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 70px;
}

.beixiangwangluo-fuwu .container .beixiangwangluo-fuwu-flex:hover {
	background: #f4f4f4;
}

.beixiangwangluo-fuwu-flex img {
	padding-top: 70px;
}

.beixiangwangluo-fuwu-flex h1 {
	font-size: 22px;
	color: #333;
	padding-top: 18px;
}

.beixiangwangluo-fuwu-flex-ul {
	margin-left: 68%;
	text-align: left;
	width: 100%;
}

.beixiangwangluo-fuwu-flex-ul li {
	list-style: square;
	color: #666;
}

.beixiangwangluo-fuwu-flex-ul li a {
	font-size: 15px;
	color: #666;
	line-height: 30px;
}

.beixiangwangluo-fuwu-flex-btn {
	display: block;
	margin: 0 auto;
	width: 120px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background-color: #c70505;
	color: #fff;
	margin-top: 18px;
}

.beixiangwangluo-about-content {
	display: flex;
	align-items: flex-start;
	background: #f2f2f2;
}

.beixiangwangluo-about-content img {
	width: 50%;
}

.beixiangwangluo-about-content-right {
	font-size: 16px;
	color: #3d3d3d;
	padding-left: 3%;
	padding-top: 4%;
	line-height: 25px;
	padding-right: 3%;
	width: 50%;
}

.beixiangwangluo-about-content-right h1 {
	font-weight: bold !important;
	font-size: 32px;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.beixiangwangluo-about-content-righttxt {
	margin-top: 5%;
	margin-bottom: 9%;
}

.beixiangwangluo-about-content-more {
	border: solid 2px #575757;
	padding: 11px 29px;
	color: #434343;
	font-weight: bold;
	font-size: 15px;
}

.beixiangwangluo-about-content-more:hover {
	background-color: #2c52a1;
	border: solid 2px #2c52a1;
	color: #fff;
}

#canvas {
	width: 100%;
	height: 22vw;
	background: #1A1A1A;
	overflow: hidden;
}

#box {
	width: 100%;
	height: 90%;
}

#box canvas {
	width: 100%;
	height: 155% !important;
}

.ads {
	width: 100%;
	position: relative;
}

.ads>img {
	width: 100%;
}

.ads>header {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 12%;
	margin-left: -600px;
}

.ads>header>h3 {
	margin-bottom: 0;
}

.ads>header>h3,
.ads>header>p {
	width: 100%;
	font-size: 45px;
	line-height: 2;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
}

.ads>header>p {
	font-size: 28px;
	line-height: 16px;
}

.footer-wave {
	padding-top: 20px;
}

.footer-project {
	overflow: hidden;
	line-height: 1.4;
	text-align: center;
	position: relative;
	padding-top: 15vw;
	padding-bottom: 0;
	color: #fff;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top;
	background: #fff
}

.footer-waves-item {
	top: 3%;
	left: 50%;
	z-index: 0;
	width: 200vw;
	opacity: .9;
	height: 200vw;
	display: block;
	margin-top: 15vw;
	border-radius: 40%;
	position: absolute;
	margin-left: -100vw;
	-webkit-transform-origin: 50% 48%;
	transform-origin: 50% 48%;
	-webkit-animation: wave 7s linear infinite;
	animation: wave 7s linear infinite;
	background: linear-gradient(103deg, #b10d0b, #c75251)
}

.footer-waves-item.item-01 {
	-webkit-animation: wave 9s linear infinite;
	animation: wave 9s linear infinite
}

.footer-waves-item.item-02 {
	opacity: 1;
	margin-left: -115vw;
	-webkit-animation: wave 11s linear infinite;
	animation: wave 11s linear infinite;
	background: linear-gradient(103deg, #b10d0b, #b10d0b)
}

@-webkit-keyframes wave {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	0% {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.ewm,
.footer-address,
.footer,
.footer-text {
	position: relative;
	z-index: 5;
}

.ewm img {
	width: 115px
}

.footer-text {
	font-size: 32px;
	font-weight: bold;
}

.footer-phone {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 54px;
	line-height: 1.4;
	margin: 30px auto 0;
	position: relative;
	z-index: 5;
	font-family: Impact;
	color: #fff;
}

.footer-address {
	margin-bottom: 17px;
	font-size: 14px;
	line-height: 22px;
}

.footer {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 26px;
}

.footer a {
	color: #fff;
}

.cooperation {
	width: 80%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	flex-flow: wrap;
	margin-top: 42px;
}

.cooperation div {
	flex: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #f7f7f7;
	margin: 8px;
}

.cooperation img {
	width: 78%;
}

.home_piao {
	position: fixed;
	top: 35%;
	transform: translateY(-50%);
	right: 0;
	z-index: 99999999;
}

.indexpagea .home_piao {
	display: none;
	position: fixed;
	top: 35%;
	transform: translateY(-50%);
	right: 0;
	z-index: 99999999;
}

.casepageinfas .home_piao {
	display: none;
	position: fixed;
	top: 35%;
	transform: translateY(-50%);
	right: 0;
	z-index: 99999999;
}

.aboutmpagea .home_piao {
	display: none;
	position: fixed;
	top: 35%;
	transform: translateY(-50%);
	right: 0;
	z-index: 99999999;
}

.beixiangwangluo-newsnav {
	background: #000;
	font-size: 13px;
	padding: 15px;
	color: #fff;
}

.beixiangwangluo-newsnav-content {
	width: 80%;
	margin: 0 auto;
}

.beixiangwangluo-newsnav-content a {
	color: #fff;
}

.beixiangwangluo-classnav {
	width: 100%;
	background-color: #eaeaea;
}

.beixiangwangluo-classnav ul {
	display: flex;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}

.beixiangwangluo-classnav li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.beixiangwangluo-classnav li a {
	padding: 22px 0;
	font-size: 17px;
	text-align: center;
	color: #666;
	width: 100%;
}

.beixiangwangluo-classnav .active {
	background-color: #fff;
}

.beixiangwangluo-classnav .active a {
	color: #000;
}

.beixiangwangluo-text-content {
	padding-top: 53px;
	width: 80%;
	margin: 0 auto;
}

.beixiangwangluo-text-title {
	font-size: 36px;
	text-align: center;
	line-height: 50px;
	color: #000000;
}

.beixiangwangluo-text-time {
	margin: 20px 0 20px;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	color: #959595;
}

.beixiangwangluo-textContent {
	padding-bottom: 20px;
	line-height: 38px;
}

.beixiangwangluo-textContent img {
	max-width: 100%;
	height: auto !important
}

.beixiangwangluon {
	height: 409px;
	overflow: hidden;
}

.beixiangwangluon img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.beixiangwangluon-content {
	position: absolute;
	display: flex;
	align-items: center;
	width: 100%;
	flex-direction: column;
	color: #fff;
	top: 43%;
}

.beixiangwangluon-content h1 {
	margin: 0;
	font-size: 36px;
}

.beixiangwangluon-content p {
	margin: 0;
	padding: 17px 20px 23px;
	font-size: 19px;
}

.beixiangwangluon-line {
	width: 139px;
	background: #d5191e;
	height: 4px;
}

.navToggle,
.beixiangwangluo-phone-nav {
	display: none
}


.footer_top {
	width: 100%;
	background: #af0000;
	padding: 3% 0 1%;
}

.footer_top .container {
	width: 77.5%;
	margin: 0 auto
}

.branch_office .fl {
	float: left;
	width: 60%;
}

.branch_office {
	overflow: hidden;
}

.branch_office ul {
	overflow: hidden;
}

.branch_office ul.fl li {
	list-style: none;
	padding-right: 10%;
	overflow: hidden;
	margin-bottom: 20px;
}

.branch_office ul.fl li img {
	width: 25%;
	display: block;
	float: left;
	margin-right: 3%;
}

.branch_office ul.fl li .info {
	width: 72%;
	float: left;
}

.branch_office ul.fl li h3 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 40px;
	margin: 0 0 0;
}

.branch_office ul.fl li p {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	line-height: 22px;
}

.branch_office .tel {
	padding: 20px 0 0;
	border: none;
}

.branch_office .tel p {
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.branch_office .tel h3 {
	font-size: 30px;
	color: #fff;
	padding: 20px 0;
	margin: 0;
	line-height: 50px;
}

.branch_office .tel ul {
	overflow: inherit;
	width: auto;
}

.branch_office .tel ul li {
	float: left;
	width: 45px;
	margin-right: 14px;
	position: relative;
	cursor: pointer;
}

.branch_office .tel img {
	width: 45px;
	height: 45px;
	max-width: 100px;
}

.branch_office .tel ul li .t2 {
	display: none;
	width: 90px;
	height: 90px;
	position: absolute;
	top: 100%;
	left: -20px;
}

.branch_office .tel ul li:hover .t2 {
	display: block;
}

.page_contac {
	background-color: #FFFFFF;
}

.page_contac_t {
	margin-bottom: 96px;
}

.page_contac_form {
	padding-right: 100px;
	width: 50%;
	border-right: 1px solid #f3f3f3;
	float: left;
}

.page_contac_forma {
	font-size: 36px;
	line-height: 40px;
	color: #000000;
}

.page_contac_formb {
	font-size: 20px;
	margin: 14px 0 35px;
}

.page_contac_formciput {
	float: left;
	border: none;
	margin: 0;
}

.page_contac_formciput:nth-child(2) {
	margin: 0 30px;
}

.page_contac_formciput input {
	width: 467px;
	height: 50px;
	border: none;
	background-color: #F2F2F2;
	text-indent: 20px;
}

.page_contac_formd {
	margin-top: 30px;
	width: 94%;
}

.page_contac_formd textarea {
	width: 94%;
	height: 300px;
	background-color: #F2F2F2;
	border: none;
	padding: 16px 20px;
}

.page_contac_forme {
	margin-top: 22px;
}

.page_contac_formebtn {
	width: 180px;
	height: 54px;
	line-height: 54px;
	background-color: #c70505;
	border-radius: 50px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	border: none;
}

.page_contac_formebtn:hover {
	background-color: #C52725;
}

.page_contac_info {
	padding: 0 0 0 100px;
	width: 465px;
	float: left;
}

.page_contac_infoa {
	font-size: 26px;
	line-height: 26px;
	color: #000000;
	margin-top: 20px;
}

.page_contac_infoba,
.page_contac_infoca {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0px;
	color: #8f8f8f;
	margin-top: 38px;
}

.page_contac_infobb {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	margin-top: 10px;
}

.page_contac_infocb {
	margin-top: 15px;
}

.page_contac_infoli {
	text-indent: 30px;
	line-height: 26px;
	margin-bottom: 16px;
	transition: all 1s ease 0s;
}

.page_contac_infolia {
	background: url("../img/contact_tel.png") no-repeat;
	background-size: 5px 16px;
	background-position-y: 5px;
}

.page_contac_infolib {
	background: url("../img/contact_mobile.png") no-repeat;
	background-size: 11px 18px;
	background-position-y: 5px;
}

.page_contac_infolic {
	background: url("../img/contact_email.png") no-repeat;
	background-size: 16px 11px;
	background-position-y: 5px;
}

.page_contac_infolid {
	background: url("../img/contact_wx.png") no-repeat;
	background-size: 17px 14px;
	background-position-y: 5px;
}

.page_contac_infolie {
	background: url("../img/contact_qq.png") no-repeat;
	background-size: 12px 14px;
	background-position-y: 5px;
}

.page_contac_infoli span {
	font-family: Arial;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
}

.page_contac_infolii {
	transition: all .5s ease 0s;
}

.page_contac_infoli:hover .page_contac_infolii {
	color: #c52725;
	font-size: 26px;
}

/*弹窗*/
/* flex */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.flex-v {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-pack-center {
	-webkit-box-pack: center;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: center;
	justify-content: flex-start;
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	-o-box-orient: horizontal;
	box-orient: horizontal;
}

/*遮罩*/
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 999;
}



/* 错误提示弹层 */
.c-float-modePop {
	text-align: center;
	background-color: #FAFAFC;
}

.c-float-modePop .warnMsg {

	padding: 20px 10px 10px 10px;
	color: #fff
}

.c-float-modePop .doBtn {

	width: 100%;
	margin: 0 auto;
}

.c-float-modePop button {

	padding: 6px 9px 6px 9px;
	color: #949494;
	border: 0;
}

.c-float-shade {

	width: 100%;
	display: block;
	position: absolute;
	z-index: 99;
	background-color: #000;
	opacity: .5;
	top: 0;
	left: 0
}

.c-float-shade.hide {
	display: none
}

.c-float-popWrap {
	width: 85%;
	z-index: 999999;
	position: fixed;
	border-radius: 3px;
	overflow: hidden;
	top: 32% !important;
}

.weui_mask_transparent {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0 0 0 / 67%);
}

.c-float-popWrap .c-float-modePop {
	overflow: hidden;
	border-radius: 6px;
	width: 30%;
	margin: 0 auto;
}

.c-float-popWrap .c-float-modePop .warnMsg {
	padding: 0.8em 0 0.8em;
	font-size: 15px;
	color: #333;
}

.c-float-popWrap .c-float-modePop .content {
	padding: 0;
	font-size: 14px;
	color: #888;
	word-wrap: break-word;
	word-break: break-all;
	text-align: center;
}

.c-float-popWrap .c-float-modePop .doBtn {
	width: 100%;
	margin-top: 15px;
	position: relative;
}

.c-float-popWrap .c-float-modePop .doBtn:after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	border-top: 1px solid #eaeaea;
	color: #D5D5D6;
}

.c-float-popWrap .c-float-modePop button {
	background-color: #FAFAFC;
	width: 50%;
	height: 42px;
	line-height: 42px;
	color: #444;
	font-size: 17px;
	border: 0;
	padding: 0;
}

.c-float-popWrap .c-float-modePop button.ok {
	color: #0BB20C;
}

.c-float-popWrap .c-float-modePop button.cancel {
	position: relative;
}

.c-float-popWrap.hide {

	display: none;
	-webkit-box-shadow: none
}

.c-float-popWrap.show {

	display: block;
}

.c-float-popWrap.msgMode .c-float-modePop .content,
.c-float-popWrap.msgMode .c-float-modePop .doBtn {

	display: none
}

.c-float-popWrap.alertMode .c-float-modePop .doBtn .cancel {

	display: none
}

.c-float-popWrap.confirmMode .c-float-modePop .content,
.c-float-popWrap.confirmMode .c-float-modePop .doBtn {

	display: block
}

.confirm_input {
	border: 1px solid #D5D5D6;
	padding: 10px;
	width: 70%;
}

.cx_mask_transparent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.1);
}

.web_toast {
	position: fixed;
	margin: 0 10px;
	z-index: 9999;
	display: none;
	display: block;
	padding: 10px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.7);
	font-size: 1.4rem;
	text-align: center;
	border-radius: 4px;
}

.weui_mask,
.weui_mask_transition,
.weui_mask_transparent {
	z-index: -1 !important;
}

.black_overlay {
	z-index: 9999;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	-moz-opacity: 0.4;
	opacity: .4;
	filter: alpha(opacity=80);
	display: none;
}

.beixiangwangluo-solution {
	width: 80%;
	margin: 0 auto;
	margin-top: 18px;
	display: flex;
	align-items: self-start;
}

.beixiangwangluo-solution-l {
	width: 76%;
	background: #fff;
	padding: 19px;
}

.beixiangwangluo-solution-r {
	flex: 1;
	background: #fff;
	margin-left: 20px;
	padding: 14px;
}

.beixiangwangluo-solution-l-top {
	border-bottom: solid 1px #e6e6e6;
	padding-bottom: 13px;
	line-height: 25px;
	color: #ccc;
}

.beixiangwangluo-solution-l-top h1 {
	font-size: 26px;
	color: #000;
	margin-bottom: 8px;
	margin-top: 0;
	line-height: 32px;
}

.beixiangwangluo-solution-content {
	border: solid 1px #f2f2f2;
	font-size: 14px;
	padding: 10px;
	margin-top: 13px;
}

.beixiangwangluo-solution-content ul li {
	border-bottom: solid 1px #eee;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.beixiangwangluo-solution-content ul li a {
	color: #000;
}

.beixiangwangluo-solution-content ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.response-animated {
	position: relative;
}

.e_loop-1 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

.e_loop-1 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.e_loop-1 .p_page {
	text-align: center
}

.e_loop-1 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

.e_loop-1 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

.e_loop-1 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

.e_loop-1 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

.e_loop-1 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

.e_loop-1 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.e_loop-1 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.e_loop-1 .p_s_option {}

.e_loop-1 .multSelect {
	font-size: 13px;
	position: relative
}

.e_loop-1 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

.e_loop-1 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.e_loop-1 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.e_loop-1 .multSelect ul,
li {
	list-style: none
}

.e_loop-1 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

.e_loop-1 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

.e_loop-1 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

.e_loop-1 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.e_loop-1 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.e_loop-1 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.e_loop-1 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

.e_loop-1 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.e_loop-1 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.e_loop-1 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.e_loop-1 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

.e_loop-1 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

.e_loop-1 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

.e_loop-1 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

.e_loop-1 .p_split {
	margin: 0 5px
}

.e_loop-1 .p_normal {
	margin-right: 16px
}

.e_loop-1 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

.e_loop-1 .input-check,
.e_loop-1 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

.e_loop-1 .position-left {
	display: flex
}

.e_loop-1 .position-right {
	display: flex;
	flex-direction: row-reverse
}

.e_loop-1 .position-top {}

.e_loop-1 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

.e_loop-1 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

.e_loop-1 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

.e_loop-1 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

.e_loop-1 .p_active .p_mbutton::before {
	display: block
}

.e_loop-1 .p_active .p_mbutton::after {
	display: block
}

.e_loop-1 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

.e_loop-1 .p_filter_result {
	display: inline-block
}

.e_loop-1 .p_contclear {
	cursor: pointer
}

.e_loop-1 .swiper-container {
	padding-bottom: 30px
}

.e_loop-1 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

.e_loop-1 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

.e_loop-1 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

.e_loop-1 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

.e_loop-1 .p_filter_result {
	display: none
}

.e_loop-1 .p_contclear {
	display: none
}

.e_loop-1 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

.e_loop-1 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px
}

.e_loop-1 .p_categoryActive {
	color: #409EFF
}

.e_loop-1 {
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: none
}

.e_container-4 .p_item {
	display-radio: 1
}

@media screen and (max-width:768px) {
	.p_chuShi {
		transition: all ease .5s
	}

	.p_leftani {
		transform: translateX(-70%)
	}

	.p_leftaniAdmi {
		transform: translateX(-90%)
	}

	.e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
}

@media screen and (min-width: 769px) {
	.e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
}

.e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-right: auto;
	width: auto;
	margin-bottom: 0px;
	transition-property: all;
	transition-radio: hover;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	background_radio: 2;
	display-radio: flex;
	background-color: rgba(255, 255, 255, 1);
	margin-left: auto;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: rgba(0, 0, 0, 0.2);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(0, 0, 0, 0.2)
}

.e_container-2:hover .e_text-5 {
	color: #1e65cc
}

.e_loop-1 .p_loopitem:nth-child(7) .e_container-2 {
	border-bottom-width: 0px
}

.e_loop-1 .p_loopitem:nth-child(8) .e_container-2 {
	border-bottom-width: 0px
}

.e_loop-1 .p_loopitem:nth-child(9) .e_container-2 {
	border-bottom-width: 0px
}

#c_product_list_053-17350559493570 {
	padding-top: 0px;
	min-height: 0px;
	display-radio: 1;
	background_radio: 2;
	padding-bottom: 0px
}

.e_container-2>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.e_container-2:hover .e_text-5,
.e_container-2:hover .e_text-5 {
	color: rgba(255, 255, 255, 1)
}

.e_text-5 {
	font_radio: 2;
	margin-top: 15px;
	margin-bottom: 50px;
	font-size: 20px;
	color: rgba(0, 0, 0, 1);
	line-height: 1;
	text-align: left;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display-radio: -webkit-box;
	font-weight: bold
}

.e_text-5 .p_item {
	text-align: center
}

.e_container-3:hover .e_text-5,
.e_container-3:hover .e_text-5 {
	color: rgba(255, 255, 255, 1)
}

. e_text-5,
.e_text-5 {
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1)
}

.e_container-2:hover .e_image-3 img {
	transform: scale(1.2);
	transition: all .6s
}

.e_image-3 {
	overflow: hidden;
	display-radio: 1
}

.e_image-3 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1);
	transition: all 0.5s
}

.e_loop-1 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

.e_loop-1 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.e_loop-1 .p_page {
	text-align: center
}

.e_loop-1 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

.e_loop-1 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

.e_loop-1 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

.e_loop-1 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

.e_loop-1 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

.e_loop-1 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.e_loop-1 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.e_loop-1 .p_s_option {}

.e_loop-1 .multSelect {
	font-size: 13px;
	position: relative
}

.e_loop-1 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

.e_loop-1 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.e_loop-1 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.e_loop-1 .multSelect ul,
li {
	list-style: none
}

.e_loop-1 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

.e_loop-1 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

.e_loop-1 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

.e_loop-1 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.e_loop-1 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.e_loop-1 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.e_loop-1 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

.e_loop-1 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.e_loop-1 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.e_loop-1 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.e_loop-1 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

.e_loop-1 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

.e_loop-1 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

.e_loop-1 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

.e_loop-1 .p_split {
	margin: 0 5px
}

.e_loop-1 .p_normal {
	margin-right: 16px
}

.e_loop-1 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

.e_loop-1 .input-check,
.e_loop-1 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

.e_loop-1 .position-left {
	display: flex
}

.e_loop-1 .position-right {
	display: flex;
	flex-direction: row-reverse
}

.e_loop-1 .position-top {}

.e_loop-1 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

.e_loop-1 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

.e_loop-1 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

.e_loop-1 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

.e_loop-1 .p_active .p_mbutton::before {
	display: block
}

.e_loop-1 .p_active .p_mbutton::after {
	display: block
}

.e_loop-1 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

.e_loop-1 .p_filter_result {
	display: inline-block
}

.e_loop-1 .p_contclear {
	cursor: pointer
}

.e_loop-1 .swiper-container {
	padding-bottom: 30px
}

.e_loop-1 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

.e_loop-1 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

.e_loop-1 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

.e_loop-1 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

.e_loop-1 .p_filter_result {
	display: none
}

.e_loop-1 .p_contclear {
	display: none
}

.e_loop-1 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

.e_loop-1 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px
}

.e_loop-1 .p_categoryActive {
	color: #409EFF
}

.e_loop-1 {
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: none
}

.e_image-8 {
	overflow: hidden;
	display-radio: 1;
	width: 32px
}

.e_image-8 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.e_container-2 .cbox-2-0 {
	padding-left: 24px;
	padding-top: 5%;
	padding-bottom: 5%
}
.manpower-content{
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.manpower-content-l{
    background: #eef1f6;
    padding: 48px;
    color: #656668;
    line-height: 14px;
    font-size: 15px;
    width: 34%;
}
.manpower-content-l h1{
    font-size: 26px;
    font-weight: bold;
    margin: 0;
    color: #333;
    margin-bottom: 28px;
}
.manpower-content-l-bth{
    border: #ddd solid 1px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 33px;
    margin-top: 28px;
    color: #646464;
}
.manpower-content-l-bth a:hover{color:#007771}
.manpower-content-l-bth img{margin-right:10px}
.manpower-content-r{
    flex: 1;
    margin-left: 41px;
    margin-top: 26px;
    color: #898989;
    font-size: 15px;
    line-height: 27px;
    padding-bottom: 35px;
}
.manpower-content-r h1{
    font-size: 22px;
    font-weight: bold;
    color: #535353;
    margin: 15px 0;
}
@media screen and (max-width:768px) {
	.p_chuShi {
		transition: all ease .5s
	}

	.p_leftani {
		transform: translateX(-70%)
	}

	.p_leftaniAdmi {
		transform: translateX(-90%)
	}

	.e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
}

@media screen and (min-width: 769px) {
	.e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 3)
	}
}

#c_static_001-17352328248230 {
	min-height: 0px;
	background_radio: 2;
	display-radio: 1;
	padding-top: 5%;
	padding-bottom: 4%;
	background-color: rgba(242, 245, 250, 1)
}

.e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	background_radio: 1;
	display-radio: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto
}

.e_container-1>.p_item {
	flex: 1;
	width: 100%;
	height: 100%
}

.e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex
}

.e_container-2>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.e_image-3 {
	overflow: hidden;
	display-radio: 1;
	max-width: 9px
}

.e_image-3 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.e_text-4 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-family: "roboto-condensed-bold-2";
	font-size: 40px;
	color: rgba(1, 57, 139, 1)
}

.e_text-5 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 48px
}

.e_button-6 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 170px;
	padding: 8px;
	background_radio: 2;
	border_radio: 1;
	font_radio: 1;
	radius_radio: 2;
	display-radio: block;
	margin-right: 0px;
	margin-left: auto;
	background-color: rgba(1, 57, 139, 1);
	border-top-left-radius: 111px;
	border-top-right-radius: 111px;
	border-bottom-left-radius: 111px;
	border-bottom-right-radius: 111px;
	padding-top: 12px;
	padding-bottom: 12px
}

.e_button-6 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

.e_button-6::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

.e_button-6:hover::after {
	opacity: 1
}

.e_container-2 .cbox-2-0 {
	align-self: center;
	flex: 0 0 42px
}

.e_container-2 .cbox-2-1 {
	align-self: center
}

.e_container-1 .cbox-1-1 {
	align-self: center
}

.e_container-1 .cbox-1-0 {
	align-self: center
}

@media screen and (max-width:768px) {
	.e_text-4 {
		font_radio: 2;
		display-radio: 1;
		font-size: 26px
	}

	.e_text-5 {
		font_radio: 2;
		display-radio: 1;
		font-size: 28px
	}

	.e_image-3 {
		display-radio: 1;
		max-width: 6px
	}

	.e_container-1 {
		background_radio: 1;
		display-radio: 1;
		flex-direction: column
	}

	.e_button-6 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: 1;
		display: none
	}

	.e_container-2 {
		background_radio: 1;
		display-radio: 1;
		flex-direction: row
	}

	.e_container-1 .cbox-1-0 {
		flex: 0 0 100%
	}
}

.e_loop-1 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	max-width: 100%
}

.e_loop-1 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.e_loop-1 .p_page {
	text-align: center
}

.e_loop-1 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

.e_loop-1 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

.e_loop-1 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

.e_loop-1 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

.e_loop-1 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

.e_loop-1 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.e_loop-1 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.e_loop-1 .multSelect {
	font-size: 13px;
	position: relative
}

.e_loop-1 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

.e_loop-1 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.e_loop-1 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.e_loop-1 .multSelect ul,
li {
	list-style: none
}

.e_loop-1 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

.e_loop-1 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

.e_loop-1 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

.e_loop-1 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.e_loop-1 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.e_loop-1 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.e_loop-1 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

.e_loop-1 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.e_loop-1 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.e_loop-1 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.e_loop-1 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

.e_loop-1 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

.e_loop-1 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

.e_loop-1 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

.e_loop-1 .p_split {
	margin: 0 5px
}

.e_loop-1 .p_normal {
	margin-right: 16px
}

.e_loop-1 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

.e_loop-1 .input-check,
.e_loop-1 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

.e_loop-1 .position-left {
	display: flex
}

.e_loop-1 .position-right {
	display: flex;
	flex-direction: row-reverse
}

.e_loop-1 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

.e_loop-1 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

.e_loop-1 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

.e_loop-1 .p_list {
	transition: all ease .2s;
	display: flex;
	justify-content: space-between;
	position: relative;
	max-width: 100%;
	height: 92vh;
	overflow: hidden;
	max-height: 985px
}

.e_loop-1 .p_loopitem {
	position: relative
}

.e_loop-1 .p_page {
	text-align: center
}

.e_loop-1 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

.e_loop-1 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

.e_loop-1 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

.e_loop-1 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

.e_loop-1 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

.e_loop-1 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.e_loop-1 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.e_loop-1 .multSelect {
	font-size: 13px;
	position: relative
}

.e_loop-1 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

.e_loop-1 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.e_loop-1 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.e_loop-1 .multSelect ul,
li {
	list-style: none
}

.e_loop-1 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

.e_loop-1 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

.e_loop-1 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

.e_loop-1 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.e_loop-1 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.e_loop-1 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.e_loop-1 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

.e_loop-1 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.e_loop-1 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.e_loop-1 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.e_loop-1 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

.e_loop-1 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

.e_loop-1 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

.e_loop-1 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

.e_loop-1 .p_split {
	margin: 0 5px
}

.e_loop-1 .p_normal {
	margin-right: 16px
}

.e_loop-1 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

.e_loop-1 .input-check,
.e_loop-1 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

.e_loop-1 .position-left {
	display: flex
}

.e_loop-1 .position-right {
	display: flex;
	flex-direction: row-reverse
}

.e_loop-1 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

.e_loop-1 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

.e_loop-1 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

.e_loop-1 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

.e_loop-1 .p_active .p_mbutton::before {
	display: block
}

.e_loop-1 .p_active .p_mbutton::after {
	display: block
}

.e_loop-1 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

.e_loop-1 .p_filter_result {
	display: none
}

.e_loop-1 .p_contclear {
	cursor: pointer;
	display: none
}

.e_loop-1 .swiper-container {
	padding-bottom: 30px
}

.e_loop-1 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

.e_loop-1 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

.e_loop-1 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

.e_loop-1 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

.e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: calc(100% - 1px);
	height: 100%;
	background: rgba(0, 0, 0, 30%);
	position: relative;
	z-index: 1;
	transition: all ease .3s
}

.e_container-2:hover {
	background: rgba(0, 0, 0, 0%)
}

.e_container-2>.p_item {
	max-width: 100%;
	max-height: 100%;
	position: static;
	display: flex;
	justify-content: center;
	width: 100%
}

.e_text-4 {
	line-height: normal;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin: 0 auto;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
	font_radio: 2;
	display-radio: 1;
	margin-bottom: 40px
}

.e_loop-1 .p_list .sfq {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	position: static
}

.e_image-5 {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	z-index: 0;
	opacity: 0;
	transition: all ease .3s;
	display-radio: 1
}

.e_container-2::before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 4px;
	background: rgba(0, 188, 212, 1);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s .2s
}

.e_container-2.show1::before {
	width: 100%;
	z-index: 2
}

.e_image-5 img {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.e_image-5.show {
	opacity: 1
}

.des .e_image-5 {
	opacity: 1
}

.e_container-6 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 2;
	display-radio: flex;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-right: 20px;
	position: absolute;
	top: auto;
	left: 0;
	z-index: 1;
	bottom: 0px;
	right: auto;
	background-image: linear-gradient(0.0deg, rgba(0, 0, 0, 0.26) 0.0, rgba(0, 0, 0, 0) 99.5%)
}

.e_text-4 a {
	color: #fff;
}

.e_container-6>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.e_container-8 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background_radio: 1;
	display-radio: flex;
	padding-bottom: 20px;
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 0;
	left: auto;
	bottom: auto;
	right: 0;
	z-index: 1;
	padding-top: 5%;
	padding-left: 20px;
	padding-right: 20px
}

.e_container-8>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.e_container-6 .p_item {
	display-radio: 1
}

.e_loop-1 {
	display-radio: 1
}

.e_container-16 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	background_radio: 1;
	display-radio: flex;
	margin-left: auto;
	margin-right: auto
}

.e_container-16>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.e_container-16 .cbox-16-0 {
	align-self: center
}

.e_container-16 .cbox-16-1 {
	align-self: center
}

.e_text-17 {
	margin: 0;
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-family: "roboto-condensed-bold-2";
	font-size: 40px;
	color: rgba(255, 255, 255, 1);
	text-align: center
}

.e_text-18 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-size: 46px;
	margin: 7px;
	text-align: center;
	color: rgba(255, 255, 255, 1)
}

.e_text-20 {
	line-height: normal;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
	letter-spacing: 0;
	position: relative;
	z-index: 1;
	font_radio: 2;
	display-radio: -webkit-box;
	font-family: "802249ac-39ec-40d8-928a-b39d84124241";
	margin-bottom: 40px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.e_button-21 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 120px;
	padding: 8px;
	background_radio: 2;
	border_radio: 2;
	font_radio: 2;
	radius_radio: 2;
	display-radio: block;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255, 255, 255, 0);
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255, 255, 255, 1);
	color: #fff;
	border-top-left-radius: 111px;
	border-top-right-radius: 111px;
	border-bottom-left-radius: 111px;
	border-bottom-right-radius: 111px
}

.e_button-21 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

.e_button-21::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

.e_button-21:hover::after {
	opacity: 1
}

.e_container-2:hover .e_container-22 {
	transform: translateY(0px);
	opacity: 1;
	transition: all .5s ease
}

.e_container-22 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	transform: translateY(200px);
	opacity: 0;
	transition: all .5s ease
}

.e_container-22>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}
/*详情页*/
/*关于我们*/
.beixiangwangluo-banner-box{
    position: absolute;
    left: 0;
    right: 0;
    height: 536px;    
    background-size: cover;
    background-position: top;
}
.banner-box h1{
    width: 50%;
    margin-left: 4%;
    font-size: 59px;
    font-weight: bold !important;
    color: #fff;
    border-bottom: solid 1px rgb(255 255 255 / 41%);
    padding-bottom: 26px;
    margin-top: 15%;
}
.about-ny{
    background: #f2f5fa;
    width: 100%;
    padding: 0 4%;
}
.about-ny .beixiangwangluo-about-content{margin-top: 58px;background: #f2f5fa;}
.about-ny .beixiangwangluo-about-content-right{padding-top: 0;}
.ny-title p {
    margin-bottom: 8px;
    color: #e6e6e6!important;
    font-size: 75px;
    font-weight: bold;
    letter-spacing: 3px;
}
.ny-title h1 {
    font-size: 38px;
    font-weight: normal !important;
    color: #333;
    padding-bottom: 0;
    margin-bottom: 19px;
    margin-top: -29px;
}
.ny-title .line {
    background: rgba(212, 212, 212, 1);
    width: 50px;
    height: 2px;
    margin: 4px auto;
}
.about-ny .beixiangwangluo-about-content-righttxt {
    font-size: 16px;
    line-height: 26px;
}
.about-ny .beixiangwangluo-about-content-right h1 {
    font-size: 31px;
}
.about-ny .beixiangwangluo-about-content-right span{
    font-size: 18px;
}
.banner-nav{
    display: flex;
    align-items: center;
    font-size: 33px;
    padding-top: 536px;
    width: 100%;
    background: #fff;
}
.about-honor{
    background: #ffff;
    padding-top: 0;
}
.banner-nav-content{
    width: 93%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-nav-content ul{
    display: flex;
}
.banner-nav-content ul li{
    padding: 0px 30px;
    font-size: 16px;
    position: relative;
}
.banner-nav-content ul li a {
    color: #212529;
}
.banner-nav-content ul .active:before {
    width: 80%;
    left: 10%;
    background-color: #142b73;
    position: absolute;
    content: '';
    bottom: -29px;
    height: 3px;
}
.banner-nav-content ul li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.banner-nav-content p{
    font-size: 14px;
    display: flex;
    align-items: center;
}
.banner-nav-content p a{color: #5b626c;}
.about-ny .beixiangwangluo-about-content-right {
	padding-left:0;
}
.about-mission{
    padding-top: 0!important;padding-bottom: 0;
}
.beixiangwangluo-mission{
    font-size: 25px;
    color: #000;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    width: 68%;
    margin: 30px auto;
}
.about-values{
    background_radio: 2;
    display-radio: 1;
    min-height: 0px;
    background-fill-value: background-image;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 130px;
    background-image: url("../img/jzg.jpg");   
    position: relative;width: 100%;
    margin: 65px 0;
}
.about-values h1{
    color: #fff;
    margin-top: 3%;
}
.about-values p{
    background: #fff;
}
.about-values-content ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-values-content ul li{
    color: #fff;
    text-align: center;
    border: #c1ddf5 1px solid;
    font-size: 26px;
    padding: 16px 45px;
    margin: 51px 25px 0;
}
.about-honor p{
    margin-top: 0 !important;
}
.beixiangwangluo-list{
    display: flex;
    flex-wrap: wrap;
    height: auto!important;
    padding: 54px 0;font-size: 14px;
}
.beixiangwangluo-list .servicebox {
    width: 24%;
    background: #fff;
    margin: 0.5%;
}
.banner-nav-content img{
    padding: 0 6px;
}
/*内页新闻*/
.news-listbox {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    flex-direction: row;
    margin-bottom: 30px;
    border-bottom: solid 1px #ebebeb;
    background: #fff;
}
.news-list a:last-child .news-listbox {
	border: none;
}
.news-listimg {
    width: 435px;
	height: 283px;
	transition: .3s;
    background-size: cover;
}
.news-listbox:hover .news-listimg {
	transform: scale(1.1);
}
.news-listbox .right-box {
	position: relative;
    flex: 1;
    margin-left: 32px;
}
.news-listtime {
    margin-top: 15px;
    color: #b5b5b5;
    font-size: 15px;
    font-weight: bold;
}
.news-listtitle {
    margin-top: 3%;
    cursor: pointer;
    width: 100%;
    font-size: 26px;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 29px;
    color: #000;
    font-weight: bold;
}
.news-listtitle:hover {
	color: #142b73;
}
.news-list a:hover {
	color: #142b73;
}
.news-listtext {
	width: 97%;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
    min-height: 128px;
}
.img-dv img{
    width: 100%;
}
.my-gallery{width: 92%;}
.pswp__caption__center .servicetitle{
    text-align: center;
    font-size: 14px;
}
/*内页联系我们*/
.contact-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 460px;
}
.contact-content .left-box {
	width: 46%;
	height: 100%;
	padding: 22px 30px 0;
}
.contact-content .right-box {
	width: 54%;
	height: 100%;
}
.contact-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.contact-text {
	font-size: 16px;
	margin-bottom: 8px;
}
.contact-img {
	width: 120px;
	height: 120px;
}
#map{font-size: 14px!important;}
.contact-message-content{
    width: 92%;
    margin: 0 auto;
    padding-top: 2px;
}
.message{
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.message-top{
    display: flex;
    align-items: center;
    margin-top: 41px;
}
.messagestar{
    color: red;
    margin: 0 7px;
    font-size: 14px;
}
.message-textarea{
    display: flex;
    margin-top: 34px;
}
.message-l{
    width: 83px;
    display: flex;
    align-items: center;
}
.message-top input,.message-textarea textarea{
    flex: 1;
    border: solid 1px #eee;
    padding: 14px;
    font-size: 15px;font-family: 微软雅黑 !important;
}
.message-textarea textarea{height: 190px;}
.messageinput{
    margin-right: 45px;
}
.messagetitle{font-size: 15px;}
.tjbox{
    margin-left: 83px;
    padding: 0 0 54px;
    line-height: 36px;
}
.tjbox input{
    background: #2c52a1;
    border-radius: 30px;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 10px 32px;
    letter-spacing: 1px;
}
.list-partner .servicebox {
    width: 11%;
    background: #fff;
    margin: 0.5%;
    height: 26%;
    line-height: 26%;
}
.list-partner .serviceimgbox {
    height: auto;
    display: flex;
    align-items: center;
}
.list-partner .serviceimgbox img{width:100%;height:100%}
/*新闻详情页*/
.ny-box {
	background-color: #eef2f5;
	padding: 25px 0 !important;
}
.detail-content {
	width: 95%;
	margin: 0 auto;
	padding:29px 33px;
	background-color: #fff;
}
.newsdetail-title {
    padding-bottom: 27px;
    text-align: center;
    font-size: 34px;
    border-bottom: 1px dashed #ccc;
    color: #000;
}
.newsdetail-toptext {
	margin-top: 20px;
	font-size: 12px;
	color: #999;
	text-align: center;
}
.newsdetail-text {
	margin: 10px 0;
    font-size: 16px;
    color: #000;
}
.newsdetail-text img{max-width:100%!important;height:auto!important}
.newsdetail-text h1, .newsdetail-text h2,.newsdetail-text h3,.newsdetail-text h4,.newsdetail-text h5{
    font-size: 16px;
    color: #000;
}
.newsdetail-text p {
    font-size: 16px;
    color: #000;
}
.newsdetail-prevnext{
    margin-top: 5px;
    font-size: 15px;
}
.ny-box .detail-content {
    width: 100%;
}
@media screen and (max-width:768px) {
	.e_loop-1 .p_list {
		flex-direction: row;
		flex-wrap: wrap;
		height: 100vh
	}

	.e_loop-1 .p_list .sfq {
		height: 50%;
		width: 50%
	}

	.e_text-4 {
		font-size: 14px;
		font_radio: 2;
		display-radio: -webkit-box;
		-webkit-line-clamp: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.e_container-2 {
		height: calc(100% - 1px)
	}

	.e_container-6 {
		background_radio: 1;
		display-radio: 1;
		margin-bottom: 0px;
		padding-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 20px
	}

	.e_container-8 {
		background_radio: 1;
		display-radio: 1
	}

	.e_container-16 {
		background_radio: 1;
		display-radio: 1;
		flex-direction: row
	}

	.e_text-17 {
		font_radio: 2;
		display-radio: 1;
		font-size: 26px
	}

	.e_text-18 {
		font_radio: 2;
		display-radio: 1;
		font-size: 28px
	}

	.e_text-20 {
		font-size: 12px;
		font_radio: 2;
		display-radio: -webkit-box;
		-webkit-line-clamp: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.e_button-21 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 1;
		radius_radio: 1;
		display-radio: 1;
		display: none
	}
}

/* 产品展示 */
.service {
	padding-top: 50px;
}

.service .mySwiperA {
	margin-top: 60px;
}

.servicebox {
	width: 24%;
	background: #f5f5f5;
	margin: 0.5%;
}

.serviceimgbox {
	height: 295px;
}

.servicebox .servicetext {
	padding: 25px;
}

.servicebox .servicetitle {
	color: #3d3d3d;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.service .swiper-pagination {
	bottom: -31px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service .servicepag {
	width: 16px;
	height: 16px;
	margin: 0 7px;
	background: #ccc;
	border-radius: 50%;
}

.servicepagactive {
	background-color: #0d47a1 !important;
}

.servicebox .serviceimg {
	width: 100%;
	height: 100%;
	transition: .3s;
	background-size:100% 100%
}

.servicebox:hover .serviceimg {
	transform: scale(1.1);
}

.beixiangwangluo-service {
	height: 457px;
}

.morebtn {
	cursor: pointer;
	margin: 15px auto 0;
	width: 179px;
	line-height: 48px;
	font-size: 15px;
	color: #fff;
	background: #2c52a1;
	text-align: center;
	transition: .3s;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.morebtn img {
	margin-left: 6px;
}

.morebtn:hover {
	color: #fff;
	background-color: #2c52a1;
}

/* 新闻资讯 */
.news {
	padding-top: 50px;
	background: #f6f6f6;
	width: 100%;
}

.beixiangwangluo-news {
	visibility: visible;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 3% 0 2.5%;
}

.newsbox {
	width: 33%;
	background: #f5f5f5;
	margin: 0.5%;
}

.news .serviceimg {
	position: relative;
	background-size: cover;
	height: 413px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.news .servicetext-black {
	position: absolute;
	background: hsl(0deg 0% 0% / 43%);
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.news .servicetext {
	z-index: 1;
}

.servicetitle {
	font-size: 21px;
	color: #fff;
}

.beixiangwangluo-news a:nth-child(1),
.beixiangwangluo-news a:nth-child(3) {
	padding: 49px 0;
	height: 358px;
	overflow: hidden;
	width: 28%;
	margin-left: 0;
	margin-right: 0;
}

.beixiangwangluo-news a:nth-child(1) .serviceimg,
.beixiangwangluo-news a:nth-child(3) .serviceimg {
	height: 320px;
}

.newsimgbox:hover .serviceimg {
	transform: scale(1.1);
}

/* 合作客户 */
.beixiangwangluo-partner {
	background: url("../img/home-hz.jpg") no-repeat;
	padding: 4% 0;
	background-size: cover;
}

.beixiangwangluo-partner-title {
	width: 86%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.beixiangwangluo-partner-title-left h1 {
	font-size: 36px;
	margin: 0;
	font-weight: bold !important;
	color: #fff;
}

.beixiangwangluo-partner-title-left h2 {
	margin: 0;
	font-size: 32px;
	color: #fff;
}

.beixiangwangluo-partner-title-left p {
	font-size: 18px;
	color: #fff;
}

.beixiangwangluo-partner-title a {
	background: #c90916;
	margin: initial;
}
.beixiangwangluo-partner-title a:hover{
    background-color: #c90916;
}
.beixiangwangluo-partner-content {
	width: 86%;
	margin: 4.2% auto;
	display: flex;
	flex-wrap: wrap;
}

.beixiangwangluo-partner-content a {
	width: 11.5%;
	margin: 0.5%;
	display: flex;
}

.beixiangwangluo-partner-content a img {
	width: 100%;
	height: 60px;
}

/* 尾部 */
.beixiangwangluo-footer {
	background: #09111e;
	display: flex;
	flex-direction: column;
}

.beixiangwangluo-footer-top {
	background: #0c1729;
	display: flex;
	width: 100%;
	padding: 3% 8%;
}

.beixiangwangluo-footer-left {
	flex: 1;
}

.beixiangwangluo-footer-left {
	font-size: 15px;
	color: #fff;
	display: flex;
}

.beixiangwangluo-footer-left li {
	flex: 1;
	line-height: 32px;
}

.beixiangwangluo-footer-left li a {
	color: #b9bec4
}

.beixiangwangluo-footer-left p a {
	color: #fff;
	font-size: 18px;
}

.beixiangwangluo-footer-right {
	flex: 0 0 42%;
	margin-left: 2%;
	display: flex;
	justify-content: space-between;
}

.beixiangwangluo-footer-contact {
	width: 47%;
}

.beixiangwangluo-footer-right h1 {
	color: #fff;
	font-size: 18px;
	margin: 1em 0;
}

.beixiangwangluo-footer-right p {
	margin: 0;
	font-size: 15px;
	color: #b9bec4;
	line-height: 40px;
}

.beixiangwangluo-footer-right h2 {
	color: #fff;
	font-size: 32px;
	font-weight: bold !important;
	margin: 8px 0 0;
}

.beixiangwangluo-footer-other {
	flex: 0 0 29%;
	margin-right: 6%;
}

.beixiangwangluo-footer-other-bottom {
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: space-between;
	padding-top: 5%;
}
.foot-hover{display:none}
.beixiangwangluo-footer-other-bottom a{position:relative;padding-right: 9px;line-height: 0;}
.beixiangwangluo-footer-other-bottom a:hover .foot-hover{display:block}
.beixiangwangluo-footer-other-bottom a:hover .foot-img{display:none}
.beixiangwangluo-footer-other-bottom a:hover .erwma{display:block}
.erwma{
    position: absolute;
    background: #fff;
    margin-top: 12px;
    left: -50%;
    display: none;
}
.erwma img{
    width: 103px;
    padding: 4px;
}
.erwma::before{
	content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 999;
}
.beixiangwangluo-footer-bottom {
	font-size: 14px;
	color: #abb1b9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 84%;
	margin: 0 auto;
	padding: 12px 0;
}
.beixiangwangluo-footer-bottom a {
	color: #abb1b9;
}
.beixiangwangluo-footertop {
	display: flex;
	align-items: center;
}

.beixiangwangluo-footertop img {
	margin-left: 12px;
}
/* 客服 */
.pl_service4 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}
.pl_service4 .item_con {
    text-align: right;
    margin-bottom: 2px;
    height: 60px;
    clear: both;
}
.pl_service4 .service_item {
    padding-left: 60px;
    float: right;
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}
.pl_service4 .service_item.showLang:hover {
    width: fit-content;
    min-width: 230px;
    max-width: 600px;
}
.pl_service4 .service_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    margin: 0;
    font-size: 14px;
}
.icon {
    font-size: 16px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-top: -3px;
    fill: currentColor;
}
.pl_service4 .service_icon span {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-top: 2px;
    padding: 0 2px;
}
.pl_service4 .service_icon .icon {
    width: 30px;
    height: 30px;
    margin: 15px 16px 0 16px;
}
.pl_service4 .service_value {
    padding: 10px 20px 10px 0;
    text-align: left;
    line-height: 20px;
}
.pl_service4 .service_value a{color:#fff;margin-left:}
.pl_service4 .service_value p {
    height: 20px;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
}
.pl_service4 .service_group .service_value a {
    display: block;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
}
.pl_service4 .service_value.dh {
    line-height: 40px;
}
.pl_service4 .service_value.tp {
    position: absolute;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
    overflow: hidden;
    display: none;
}
.pl_service4 .service_value.tp img {
    width: 100%;
    height: 100%;
    display: block;
}
.pl_service4 .service_item.showImg:hover .service_value.tp {
    display: block;
}
/*搜索*/
#search_news{display:flex;align-items: center;}
.searchWrap .w1280{
    flex: 1;
}
.searchWrap{display:none;width:100%;background:rgb(0 0 0 / 25%);padding:21px 0;left:0;top:127px;z-index:15;
    position: absolute;
    align-items: center;
    justify-content: space-between;}
.searchWrap .searchInp{width:53%;margin:0 auto;}
.searchWrap .searchInp #sear_btn{width:62px;height:38px;line-height: 25px;background:#004fa3;color:#fff;text-align:center;right:0;top:0;border-top-right-radius: 23px;border-bottom-right-radius: 23px}
.searchWrap .searchInp a:hover{background:#175fba;}
.searchWrap .searchInp .sear_inp{width:100%;}
.searchWrap .searchInp .sear_inp .inp{width:100%;height:38px;line-height:18px;border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #ccc;border-top-left-radius: 23px;border-bottom-left-radius: 23px;background:#fff;padding:8px 18px;margin:0;
    display: flex;align-items: center;}
.searchWrap .searchInp .sear_inp .inp input{color:#3d3d3d;border:none;width:100%;}
.searchWrap .searchInp .sear_tip{display:none;left:18px;top:38px;color:#e84e46;}
.searchWrap .searClose{width:14px;height:14px;right:30px;top:50%;
	-webkit-transform:rotate(45deg) translateY(-50%);
	-moz-transform:rotate(45deg) translateY(-50%);
	-o-transform:rotate(45deg) translateY(-50%);
	-ms-transform:rotate(45deg) translateY(-50%);
	transform:rotate(45deg) translateY(-50%);
    margin-right: 26px;
    margin-top: 7px;
}

.searchWrap .searClose:before{content:'';display:block;position:absolute;width:14px;height:2px;left:0;top:50%;background:#fff;margin-top:-1px;}
.searchWrap .searClose:after{content:'';display:block;position:absolute;width:2px;height:14px;left:50%;top:0;background:#fff;margin-left:-1px;}
.searchWrap .searClose:hover:before{background:#004fa3;}
.searchWrap .searClose:hover:after{background:#004fa3;}
.beixiangwangluo-join a {
    flex: 0 0 48%;
    margin: 1%;
}
.beixiangwangluo-join .news-listbox{margin-bottom:0;
    background:#fff url("../img/manpower-j.jpg") no-repeat;
    background-position: right bottom;
}

.pageBox {
	text-align: center;
	margin: 0 auto;
}

.pageBox a {
	border: 1px solid #ddd;
	display: inline-block;
	margin: 0 6px 6px 0;
	color: #707070;
	padding: 0 12px;
	height: 34px;
	font: bold 14px/34px arial;
}

.pageBox a:hover,
.pageBox a:active {
	background: #113484;
	color: #FFFFFF;
	text-decoration: none;
}

.pageBox .cur {
	background: #113484;
	border: 1px solid #113484;
	text-decoration: none;
}

.pageBox a.cur {
	color: #fff;
}

@media all and (max-width:1343px){
.beixiangwangluo-header-nav-flex a {
    font-size: 16px!important;
}
.beixiangwangluo-about-content-right h1 {
    font-size: 28px;
}
.beixiangwangluo-about-content-right {
    font-size: 14px;
}
.serviceimgbox {
    height: 223px;
}
.about-ny .beixiangwangluo-about-content-right h1 {
    font-size: 28px;
}
.about-ny .beixiangwangluo-about-content-right span {
    font-size: 15px;
}
.serviceimgbox {
    height: 223px;
}
.beixiangwangluo-footer-right h2 {
    font-size: 25px;
}
}

@media all and (max-width:1300px){
.beixiangwangluo-header-nav-flex a {
    font-size: 16px!important;
}
.beixiangwangluo-about-content-right h1 {
    font-size: 28px;
}
.beixiangwangluo-about-content-right {
    font-size: 14px;
}
.serviceimgbox {
    height: 223px;
}
.about-ny .beixiangwangluo-about-content-right h1 {
    font-size: 28px;
}
.about-ny .beixiangwangluo-about-content-right span {
    font-size: 15px;
}
.serviceimgbox {
    height: 223px;
}
.beixiangwangluo-footer-right h2 {
    font-size: 25px;
}
.banner-title h1 {
    font-size: 54px!important;
}
}
@media(max-width:1280px){
.beixiangwangluo-header-nav-flex a {
    font-size: 16px!important;
}
.beixiangwangluo-about-content-right h1 {
    font-size: 28px;
}
.beixiangwangluo-about-content-right {
    font-size: 14px;
}
.serviceimgbox {
    height: 223px;
}
.about-ny .beixiangwangluo-about-content-right h1 {
    font-size: 26px;
}
.about-ny .beixiangwangluo-about-content-right span {
    font-size: 15px;
}
.serviceimgbox {
    height: 223px;
}
.beixiangwangluo-footer-right h2 {
    font-size: 25px;
}
.banner-title h1 {
    font-size: 54px!important;
}
}

@media(max-width:1200px){
.beixiangwangluo-header-nav-flex a {
    font-size: 16px!important;
}
.beixiangwangluo-about-content-right h1 {
    font-size: 28px;
}
.beixiangwangluo-about-content-right {
    font-size: 14px;
}
.serviceimgbox {
    height: 223px;
}
.about-ny .beixiangwangluo-about-content-right h1 {
    font-size: 26px;
}
.about-ny .beixiangwangluo-about-content-right span {
    font-size: 15px;
}
.serviceimgbox {
    height: 223px;
}
.beixiangwangluo-footer-right h2 {
    font-size: 25px;
}
.banner-title h1 {
    font-size: 54px!important;
}
}

@media all and (max-width:1100px){
.beixiangwangluo-header-nav-flex a {
    font-size: 16px!important;
}
.beixiangwangluo-about-content-right h1 {
    font-size: 22px;
}
.beixiangwangluo-about-content-right {
    font-size: 14px;
}
.serviceimgbox {
    height: 223px;
}
.about-ny .beixiangwangluo-about-content-right h1 {
    font-size: 28px;
}
.about-ny .beixiangwangluo-about-content-right span {
    font-size: 15px;
}
.serviceimgbox {
    height: 223px;
}
.beixiangwangluo-footer-right h2 {
    font-size: 25px;
}
.banner-title h1 {
    font-size: 54px!important;
}
}
@media(max-width:1180px){
.beixiangwangluo-header-nav-flex a {
    font-size: 14px!important;
}
.beixiangwangluo-about-content-right h1 {
    font-size: 25px;
}
.beixiangwangluo-about-content-right {
    font-size: 13px;
}
.serviceimgbox {
    height: 196px;
}
.about-ny .beixiangwangluo-about-content-right h1 {
    font-size: 22px;
}
.about-ny .beixiangwangluo-about-content-right span {
    font-size: 12px;
}
.serviceimgbox {
    height: 196px;
}
.beixiangwangluo-footer-right h2 {
    font-size: 25px;
}
.banner-title h1 {
    font-size: 54px;
}
}
@media(max-width:1100px){
.beixiangwangluo-header .beixiangwangluo-logo-white{
    width: 10%;
}
.beixiangwangluo-header .beixiangwangluo-logo-black{
    width: 10%;
}
.beixiangwangluo-header-logo {
    width: 100%;
}
.beixiangwangluo-header-nav-flex {
    margin: 0 2%;
}
.beixiangwangluo-header-nav-flex a {
    font-size: 14px!important;
}
.beixiangwangluo-about-content-right h1 {
    font-size: 20px;
}
.beixiangwangluo-about-content-right {
    font-size: 12px;
    padding-top: 1%;
    line-height: 19px;
}
.serviceimgbox {
    height: 153px;
}
.about-ny .beixiangwangluo-about-content-right h1 {
    font-size: 22px;
}
.about-ny .beixiangwangluo-about-content-right span {
    font-size: 12px;
}
.serviceimgbox {
    height: 153px;
}
.beixiangwangluo-footer-right h2 {
    font-size: 25px;
}
.banner-title h1 {
    font-size: 47px!important;
}
.banner-title p {
    font-size: 15px;
}
.about-values-content ul li {
    font-size: 22px;
}
.banner-nav-content ul li {
    font-size: 12px;
}
.servicebox .servicetitle {
    font-size: 15px;
}
.contact-text {
    font-size: 13px;
}
.contact-title {
    font-size: 19px;
}
}


@media (max-width: 767px) {
	.phone-display {
		display: block;
		width: 30%;
		margin: 0 auto;
	}

	.pc-display {
		display: none;
	}

	.beixiangwangluo-container {
		width: 100%;
		height: 69px;
	}

	.beixiangwangluo-container-r {
		display: none;
	}

	.beixiangwangluo-container img {
		padding: 1px 0 0 13px;
		width: 110px;
		margin-top: 13px
	}

	.beixiangwangluo-video .video {
		display: none;
		width: 100%;
		height: 345px;
	}

	.beixiangwangluo-video {
		height: 273px;
	}

	.beixiangwangluo-video img {
		width: 100%;
		height: 100%;
	}

	.banner,
	.banner-static {
		height: auto;
	}

	.banner-title h1 {
		font-size: 17px!important;
		letter-spacing: 2px;
	}

	.banner-title {
		padding-top: 48px;
	}

	.phone-none {
		display: none !important;
	}

	.beixiangwangluo-about {
		width: 100% !important;
		padding: 34px 0 0;
		font-size: 12px;
	}

	.beixiangwangluo-about-title h1 {
		font-size: 25px;
		padding-bottom: 1px;
	}

	.beixiangwangluo-about-title p {
		margin: 0 26px;
		line-height: 17px;
		color: #868686;
		font-size: 12px;
	}

	.beixiangwangluo-num {
		width: 96%;
		padding-bottom: 30px;
		padding-top: 18px;
	}

	.beixiangwangluo-num-flex {
		font-size: 12px;
	}

	.beixiangwangluo-num-title h1 {
		color: #333333;
		font-size: 26px;
	}

	.navToggle {
		overflow: hidden;
		height: 57%;
		padding: 0 30px;
		display: block;
		position: absolute;
		right: 0;
		top: 14px;
	}

	.beixiangwangluo-header {
		border-bottom: none;
		z-index: 1111;
	}

	.navToggle span,
	.navToggle span::before,
	.navToggle span::after {
		background: #fff;
		transition: 0.3s;
		display: block;
	}

	.bg-header .navToggle span,
	.bg-header .navToggle span::before,
	.bg-header .navToggle span::after {
		background: #4f4f4f;
		transition: 0.3s;
		display: block;
	}

	.navToggle span::before,
	.navToggle span::after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}

	.navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}

	.navToggle span::before {
		top: 8px;
	}

	.navToggle span::after {
		bottom: 10px;
	}

	.beixiangwangluo-phone-nav {
		position: fixed;
		top: -7px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: rgb(1 14 62);
		overflow: hidden;
		opacity: 0;
		display: none;
	}

	.beixiangwangluo-phone-nav-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.samallnav_clo {
		margin-right: 18px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #FFFFFF;
		background-image: url("../img/smallclose.png");
		background-repeat: no-repeat;
		background-size: 18px 18px;
		background-position: center;
		z-index: 11111111111111111;
	}

	.beixiangwangluo-phone-nav-content {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: 86%;
		margin: 28px auto;
	}

	.beixiangwangluo-phone-nav-content-flex {
		flex: 0 0 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 38px;
		font-size: 18px;
	}

	.beixiangwangluo-phone-nav-content-flex a {
		color: #fff;
	}

	.beixiangwangluo-about-content {
		display: flex;
		flex-direction: column;
	}

	.beixiangwangluo-about-content img {
		width: 100%;
	}

	.beixiangwangluo-about-content-right h1 {
		font-size: 21px;
		letter-spacing: 0;
		margin-bottom: 12px;
	}

	.beixiangwangluo-about-content-right {
		font-size: 14px;
		line-height: 23px;
		padding-bottom: 36px;
		width: 100%;
	}

	/*弹窗*/
	.c-float-popWrap .c-float-modePop {
		width: 100%;
	}

	.beixiangwangluo-about-title {
		overflow: hidden;
		width: 100%;
	}

	.beixiangwangluo-solution {
		width: 94%;
		margin: 0 auto;
		margin-top: 14px;
		flex-direction: column;
	}

	.beixiangwangluo-solution-l {
		width: 89%;
		background: #fff;
		padding: 19px;
	}

	.beixiangwangluo-solution-r {
		flex: 1;
		background: #fff;
		margin-left: 0;
		padding: 14px;
		margin: 12px 0;
		width: 92%;
	}

	.beixiangwangluo-solution-l img {
		width: 100% !important;
		height: auto !important
	}

	.servicebox {
		width: 100%;
		height: 350px;
	}

	.serviceimgbox {
		width: 100%;
		height: 282px;
		overflow: hidden;
	}

	.servicebox .serviceimg {
		width: 100%;
		height: 100%;
		transition: .3s;
	}

	.servicebox:hover .serviceimg {
		transform: scale(1.1);
	}

	.servicebox .servicetext {
		padding: 15px;
	}

	.servicebox .servicetitle {
		font-size: 16px;
		padding-top: 4px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.servicebox .servicebtn {
		cursor: pointer;
		width: 70px;
		line-height: 26px;
		color: #fff;
		font-size: 12px;
		background-color: #0d47a1;
		border-radius: 3px;
		text-align: center;
	}

	.service .swiper-pagination {
		bottom: -30px;
	}

	.beixiangwangluo-service {
		height: auto;
		width: 91%;
		margin: 0 auto;
	}

	.morebtn {
		cursor: pointer;
		margin: 64px auto 30px;
		width: 147px;
		line-height: 42px;
		font-size: 14px;
		color: #fff;
		background: #2c52a1;
		text-align: center;
		transition: .3s;
		border-radius: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
.my-gallery .servicebox {
        height: 316px!important;
    }
     
	/* 新闻 */
	.beixiangwangluo-news {
		flex-direction: column;
	}

	.beixiangwangluo-news a:nth-child(1),
	.beixiangwangluo-news a:nth-child(3) {
		padding: 0;
		height: 296px;
		overflow: hidden;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}

	.newsbox {
		width: 94%;
		background: #f5f5f5;
		height: 298px;
		margin: 0 auto;
	}

	.beixiangwangluo-news a:nth-child(1) .serviceimg,
	.beixiangwangluo-news a:nth-child(3) .serviceimg {
		height: 287px;
	}

	.news .serviceimg {
		height: 287px;
	}

	.news .morebtn {
		margin: 10px auto 30px;
	}

	.news {
		padding: 34px 0 3px;
	}

	/* 合作客户 */
	.beixiangwangluo-partner {
		background: url(../img/home-hz.jpg) no-repeat;
		padding: 9% 0;
		background-size: cover;
	}

	.beixiangwangluo-partner-title {
		width: 80%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.beixiangwangluo-partner-title-left {
		line-height: 24px;
	}

	.beixiangwangluo-partner-title-left h1 {
		font-size: 26px;
		margin: 0;
		font-weight: bold !important;
		color: #fff;
	}

	.beixiangwangluo-partner-title-left h2 {
		margin: 0;
		font-size: 22px;
		color: #fff;
		padding-top: 11px;
	}

	.beixiangwangluo-partner-title-left p {
		font-size: 13px;
		color: #fff;
		line-height: 20px;
	}

	.beixiangwangluo-partner-content {
		width: 80%;
		margin: 4.2% auto;
		display: flex;
		flex-wrap: wrap;
	}

	.beixiangwangluo-partner-content a {
		width: 49%;
		margin: 0.5%;
		display: flex;
	}

	.beixiangwangluo-partner-content a img {
		width: 100%;
		height: 55px;
	}

	/* 尾部 */
	.beixiangwangluo-footer-top {
		flex-direction: column;
	}

	.beixiangwangluo-footer-left {
		display: none;
	}

	.beixiangwangluo-footer-right {
		flex: 1;
	}

	.beixiangwangluo-footer-contact {
		width: 100%;
	}

	.beixiangwangluo-footer-right p {
		line-height: 28px;
	}

	.beixiangwangluo-footer-other {
		display: none;
	}

	.beixiangwangluo-footertop p {
		display: none;
	}
	/*详情页*/
	.banner-nav {
        padding-top: 348px;
    }
    .banner-nav-content {
        flex-wrap: wrap;
    }
    .banner-nav-content ul {
        display: flex;
        flex-wrap: wrap;
    }
    .banner-nav-content ul li{
        padding: 11px 6px;
        font-size: 15px;
        position: relative;
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .banner-nav-content ul .active:before {
        width: 37%;
        left: 32%;
        background-color: #142b73;
        position: absolute;
        content: '';
        bottom: 0px;
        height: 3px;
    }
    .banner-nav-content ul li a:after {
        background: #fff;
    }
    .ny-title p {
        font-weight: bold;
        font-size: 33px !important;
        line-height: 35px !important;
    }
    .about-ny .beixiangwangluo-about-content {
        margin-top: 20px;
    }
    .about-ny .beixiangwangluo-about-content-right {
        padding-left: 24px;
    }
    .about-ny .beixiangwangluo-about-content-right h1 {
        font-size: 27px;
        line-height: 36px;
        margin-top: 0;
    }
    .about-ny .beixiangwangluo-about-content-righttxt{
        margin-bottom: 1%;
    }
    .about-mission  .beixiangwangluo-about-title{
        margin-top: 8%;
    }
    .beixiangwangluo-mission {
        font-size: 21px;
        color: #000;
        font-weight: bold;
        line-height: 36px;
        text-align: left;
        width: 86%;
        margin: 30px auto;
    }
    .ny-title h1{margin: 0;}
    .about-values-content ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 32px;
    }
    .about-values-content ul li {
        color: #fff;
        text-align: center;
        border: #c1ddf5 1px solid;
        font-size: 21px;
        padding: 16px 23px;
        margin: 26px 13px 0;
        width: 41%;
    }
    .beixiangwangluo-banner-box{
        height: 349px;
        width: 100%;
    }
    .beixiangwangluo-banner-box h1{
        font-size: 39px;
        width: 82%;
        margin-top: 38%;
    }
    .beixiangwangluo-list {
        height: auto;
        width: 91%;
        margin: 0 auto;
        flex-direction: column;
    }
    .beixiangwangluo-list .servicebox {
            width: 100% !important;
            height: 350px;
            margin-bottom: 19px !important;
        }
 .list-partner  {
        flex-direction: row!important;
    }
  .list-partner   .servicebox {
        width: 46% !important;
        height: 62px !important;
        margin-bottom: 19px !important;
        margin: 7px;
    }
    
    .pl_service {
        position: fixed;
        right: 15px;
        bottom: 15px;
        z-index: 999;
    }
    .p_defaultIocn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #409efe;
        background-color: #E9EBEB;
        overflow: hidden;
    }
    .p_defaultIocn .icon {
        width: 60%;
        height: 60%;
        margin: 0;
    }
    .custom-service-background{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #333;
        opacity: .5;
        display: none;
    }
    /* 客服 */
    .pl_content_box {
        position: absolute;
        top: auto;
        bottom: 55px;
        left: auto;
        right: -100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 300px;
        max-width: 100vw;
        padding: 10px;
        transition: all 0.5s ease;
        color: #333;
        background-color: #fff;
        /* box-shadow: 0 0 10px 0 #ccc; */
        z-index: 999;
        max-height: 375px;
        border-radius: 10px;
    }
    .pl_content_box.show{
        right:0; 
    }
    /*新闻*/
    .beixiangwangluo-list .beixiangwangluo-list {
        width: 100%;
    }
    .news-listbox {
        flex-direction: column;
        width: 100%;
    }
    .news-listimg {
        width: 100%;
        height: 283px;
        transition: .3s;
        background-size: cover;
    }
    .news-listbox .right-box {
        margin: 11px 5px 11px 20px;
    }
    .contact-content {
        height: auto;
        flex-direction: column;
        margin-top: 19px;
    }
    .contact-content .left-box {
        width: 100%;
        height: 100%;
        padding: 21px 30px 22px;
    }
    .contact-title {
        line-height: 35px;
    }
    .contact-content .right-box {
        width: 100%;
        height: 100%;
    }
    .message-top {
        display: flex;
        align-items: center;
        margin-top: 41px;
        flex-direction: column;
        width: 100%;
    }
    .message {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 15px;
        margin-bottom: 21px;
    }
    .message-textarea {
        margin-top: 0;
        margin-bottom: 23px;
    }
    .pl_service4{display:none}
    .beixiangwangluo-join{width:100%!important}
     .manpower-content {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .manpower-content-l {
        width: 100%;
        padding: 36px;
    }
    .manpower-content-r {
        flex: 1;
        margin-left: 26px;
        margin-top: 16px;
        color: #898989;
        font-size: 15px;
        line-height: 27px;
        padding-bottom: 35px;
        width: 88%;
    }
}
@media screen and (min-width: 767px) and (max-width: 1000px) {
    
	.phone-display {
		display: block;
		width: 30%;
		margin: 0 auto;
	}

	.pc-display {
		display: none;
	}

	.beixiangwangluo-container {
		width: 100%;
		height: 69px;
	}

	.beixiangwangluo-container-r {
		display: none;
	}

	.beixiangwangluo-container img {
		padding: 1px 0 0 13px;
		width: 110px;
		margin-top: 13px
	}

	.beixiangwangluo-video .video {
		display: none;
		width: 100%;
		height: 345px;
	}

	.beixiangwangluo-video {
		height: 273px;
	}

	.beixiangwangluo-video img {
		width: 100%;
		height: 100%;
	}

	.banner,
	.banner-static {
		height: auto;
	}

	.banner-title h1 {
		font-size: 17px!important;
		letter-spacing: 2px;
	}

	.banner-title {
		padding-top: 48px;
	}

	.phone-none {
		display: none !important;
	}

	.beixiangwangluo-about {
		width: 100% !important;
		padding: 34px 0 0;
		font-size: 12px;
	}

	.beixiangwangluo-about-title h1 {
		font-size: 25px;
		padding-bottom: 1px;
	}

	.beixiangwangluo-about-title p {
		margin: 0 26px;
		line-height: 17px;
		color: #868686;
		font-size: 12px;
	}

	.beixiangwangluo-num {
		width: 96%;
		padding-bottom: 30px;
		padding-top: 18px;
	}

	.beixiangwangluo-num-flex {
		font-size: 12px;
	}

	.beixiangwangluo-num-title h1 {
		color: #333333;
		font-size: 26px;
	}

	.navToggle {
		overflow: hidden;
		height: 57%;
		padding: 0 30px;
		display: block;
		position: absolute;
		right: 0;
		top: 14px;
	}

	.beixiangwangluo-header {
		border-bottom: none;
		z-index: 1111;
	}

	.navToggle span,
	.navToggle span::before,
	.navToggle span::after {
		background: #fff;
		transition: 0.3s;
		display: block;
	}

	.bg-header .navToggle span,
	.bg-header .navToggle span::before,
	.bg-header .navToggle span::after {
		background: #4f4f4f;
		transition: 0.3s;
		display: block;
	}

	.navToggle span::before,
	.navToggle span::after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}

	.navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}

	.navToggle span::before {
		top: 8px;
	}

	.navToggle span::after {
		bottom: 10px;
	}

	.beixiangwangluo-phone-nav {
		position: fixed;
		top: -7px;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: rgb(1 14 62);
		overflow: hidden;
		opacity: 0;
		display: none;
	}

	.beixiangwangluo-phone-nav-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.samallnav_clo {
		margin-right: 18px;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background-color: #FFFFFF;
		background-image: url("../img/smallclose.png");
		background-repeat: no-repeat;
		background-size: 18px 18px;
		background-position: center;
		z-index: 11111111111111111;
	}

	.beixiangwangluo-phone-nav-content {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: 86%;
		margin: 28px auto;
	}

	.beixiangwangluo-phone-nav-content-flex {
		flex: 0 0 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 38px;
		font-size: 18px;
	}

	.beixiangwangluo-phone-nav-content-flex a {
		color: #fff;
	}

	.beixiangwangluo-about-content {
		display: flex;
		flex-direction: column;
	}

	.beixiangwangluo-about-content img {
		width: 100%;
	}

	.beixiangwangluo-about-content-right h1 {
		font-size: 21px;
		letter-spacing: 0;
		margin-bottom: 12px;
	}

	.beixiangwangluo-about-content-right {
		font-size: 14px;
		line-height: 23px;
		padding-bottom: 36px;
		width: 100%;
	}

	/*弹窗*/
	.c-float-popWrap .c-float-modePop {
		width: 100%;
	}

	.beixiangwangluo-about-title {
		overflow: hidden;
		width: 100%;
	}

	.beixiangwangluo-solution {
		width: 94%;
		margin: 0 auto;
		margin-top: 14px;
		flex-direction: column;
	}

	.beixiangwangluo-solution-l {
		width: 89%;
		background: #fff;
		padding: 19px;
	}

	.beixiangwangluo-solution-r {
		flex: 1;
		background: #fff;
		margin-left: 0;
		padding: 14px;
		margin: 12px 0;
		width: 92%;
	}

	.beixiangwangluo-solution-l img {
		width: 100% !important;
		height: auto !important
	}

	.servicebox {
		width: 100%;
		height: 350px;
	}

	.serviceimgbox {
		width: 100%;
		height: 282px;
		overflow: hidden;
	}

	.servicebox .serviceimg {
		width: 100%;
		height: 100%;
		transition: .3s;
	}

	.servicebox:hover .serviceimg {
		transform: scale(1.1);
	}

	.servicebox .servicetext {
		padding: 15px;
	}

	.servicebox .servicetitle {
		font-size: 16px;
		padding-top: 4px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.servicebox .servicebtn {
		cursor: pointer;
		width: 70px;
		line-height: 26px;
		color: #fff;
		font-size: 12px;
		background-color: #0d47a1;
		border-radius: 3px;
		text-align: center;
	}

	.service .swiper-pagination {
		bottom: -30px;
	}

	.beixiangwangluo-service {
		height: auto;
		width: 91%;
		margin: 0 auto;
	}

	.morebtn {
		cursor: pointer;
		margin: 64px auto 30px;
		width: 147px;
		line-height: 42px;
		font-size: 14px;
		color: #fff;
		background: #2c52a1;
		text-align: center;
		transition: .3s;
		border-radius: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
.my-gallery .servicebox {
        height: 316px!important;
    }
     
	/* 新闻 */
	.beixiangwangluo-news {
		flex-direction: column;
	}

	.beixiangwangluo-news a:nth-child(1),
	.beixiangwangluo-news a:nth-child(3) {
		padding: 0;
		height: 296px;
		overflow: hidden;
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}

	.newsbox {
		width: 94%;
		background: #f5f5f5;
		height: 298px;
		margin: 0 auto;
	}

	.beixiangwangluo-news a:nth-child(1) .serviceimg,
	.beixiangwangluo-news a:nth-child(3) .serviceimg {
		height: 287px;
	}

	.news .serviceimg {
		height: 287px;
	}

	.news .morebtn {
		margin: 10px auto 30px;
	}

	.news {
		padding: 34px 0 3px;
	}

	/* 合作客户 */
	.beixiangwangluo-partner {
		background: url(../img/home-hz.jpg) no-repeat;
		padding: 9% 0;
		background-size: cover;
	}

	.beixiangwangluo-partner-title {
		width: 80%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.beixiangwangluo-partner-title-left {
		line-height: 24px;
	}

	.beixiangwangluo-partner-title-left h1 {
		font-size: 26px;
		margin: 0;
		font-weight: bold !important;
		color: #fff;
	}

	.beixiangwangluo-partner-title-left h2 {
		margin: 0;
		font-size: 22px;
		color: #fff;
		padding-top: 11px;
	}

	.beixiangwangluo-partner-title-left p {
		font-size: 13px;
		color: #fff;
		line-height: 20px;
	}

	.beixiangwangluo-partner-content {
		width: 80%;
		margin: 4.2% auto;
		display: flex;
		flex-wrap: wrap;
	}

	.beixiangwangluo-partner-content a {
		width: 49%;
		margin: 0.5%;
		display: flex;
	}

	.beixiangwangluo-partner-content a img {
		width: 100%;
		height: 55px;
	}

	/* 尾部 */
	.beixiangwangluo-footer-top {
		flex-direction: column;
	}

	.beixiangwangluo-footer-left {
		display: none;
	}

	.beixiangwangluo-footer-right {
		flex: 1;
	}

	.beixiangwangluo-footer-contact {
		width: 100%;
	}

	.beixiangwangluo-footer-right p {
		line-height: 28px;
	}

	.beixiangwangluo-footer-other {
		display: none;
	}

	.beixiangwangluo-footertop p {
		display: none;
	}
	/*详情页*/
	.banner-nav {
        padding-top: 348px;
    }
    .banner-nav-content {
        flex-wrap: wrap;
    }
    .banner-nav-content ul {
        display: flex;
        flex-wrap: wrap;
    }
    .banner-nav-content ul li{
        padding: 11px 6px;
        font-size: 15px;
        position: relative;
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .banner-nav-content ul .active:before {
        width: 37%;
        left: 32%;
        background-color: #142b73;
        position: absolute;
        content: '';
        bottom: 0px;
        height: 3px;
    }
    .banner-nav-content ul li a:after {
        background: #fff;
    }
    .ny-title p {
        font-weight: bold;
        font-size: 33px !important;
        line-height: 35px !important;
    }
    .about-ny .beixiangwangluo-about-content {
        margin-top: 20px;
    }
    .about-ny .beixiangwangluo-about-content-right {
        padding-left: 24px;
    }
    .about-ny .beixiangwangluo-about-content-right h1 {
        font-size: 27px;
        line-height: 36px;
        margin-top: 0;
    }
    .about-ny .beixiangwangluo-about-content-righttxt{
        margin-bottom: 1%;
    }
    .about-mission  .beixiangwangluo-about-title{
        margin-top: 8%;
    }
    .beixiangwangluo-mission {
        font-size: 21px;
        color: #000;
        font-weight: bold;
        line-height: 36px;
        text-align: left;
        width: 86%;
        margin: 30px auto;
    }
    .ny-title h1{margin: 0;}
    .about-values-content ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        padding-bottom: 32px;
    }
    .about-values-content ul li {
        color: #fff;
        text-align: center;
        border: #c1ddf5 1px solid;
        font-size: 21px;
        padding: 16px 23px;
        margin: 26px 13px 0;
        width: 41%;
    }
    .beixiangwangluo-banner-box{
        height: 349px;
        width: 100%;
    }
    .beixiangwangluo-banner-box h1{
        font-size: 39px;
        width: 82%;
        margin-top: 38%;
    }
    .beixiangwangluo-list {
        height: auto;
        width: 91%;
        margin: 0 auto;
        flex-direction: column;
    }
    .beixiangwangluo-list .servicebox {
            width: 100% !important;
            height: 350px;
            margin-bottom: 19px !important;
        }
 .list-partner  {
        flex-direction: row!important;
    }
  .list-partner   .servicebox {
        width: 46% !important;
        height: 62px !important;
        margin-bottom: 19px !important;
        margin: 7px;
    }
    
    .pl_service {
        position: fixed;
        right: 15px;
        bottom: 15px;
        z-index: 999;
    }
    .p_defaultIocn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #409efe;
        background-color: #E9EBEB;
        overflow: hidden;
    }
    .p_defaultIocn .icon {
        width: 60%;
        height: 60%;
        margin: 0;
    }
    .custom-service-background{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99;
        background-color: #333;
        opacity: .5;
        display: none;
    }
    /* 客服 */
    .pl_content_box {
        position: absolute;
        top: auto;
        bottom: 55px;
        left: auto;
        right: -100vw;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 300px;
        max-width: 100vw;
        padding: 10px;
        transition: all 0.5s ease;
        color: #333;
        background-color: #fff;
        /* box-shadow: 0 0 10px 0 #ccc; */
        z-index: 999;
        max-height: 375px;
        border-radius: 10px;
    }
    .pl_content_box.show{
        right:0; 
    }
    /*新闻*/
    .beixiangwangluo-list .beixiangwangluo-list {
        width: 100%;
    }
    .news-listbox {
        flex-direction: column;
        width: 100%;
    }
    .news-listimg {
        width: 100%;
        height: 283px;
        transition: .3s;
        background-size: cover;
    }
    .news-listbox .right-box {
        margin: 11px 5px 11px 20px;
    }
    .contact-content {
        height: auto;
        flex-direction: column;
        margin-top: 19px;
    }
    .contact-content .left-box {
        width: 100%;
        height: 100%;
        padding: 21px 30px 22px;
    }
    .contact-title {
        line-height: 35px;
    }
    .contact-content .right-box {
        width: 100%;
        height: 100%;
    }
    .message-top {
        display: flex;
        align-items: center;
        margin-top: 41px;
        flex-direction: column;
        width: 100%;
    }
    .message {
        width: 100%;
        display: flex;
        align-items: center;
        font-size: 15px;
        margin-bottom: 21px;
    }
    .message-textarea {
        margin-top: 0;
        margin-bottom: 23px;
    }
    .pl_service4{display:none}
    .beixiangwangluo-join{width:100%!important}
     .manpower-content {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .manpower-content-l {
        width: 100%;
        padding: 36px;
    }
    .manpower-content-r {
        flex: 1;
        margin-left: 26px;
        margin-top: 16px;
        color: #898989;
        font-size: 15px;
        line-height: 27px;
        padding-bottom: 35px;
        width: 88%;
    }
}