html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
}
* {
	box-sizing: border-box;
}
ol, ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}
img {
	max-width: 100%;
	height: auto;
}
.w1400 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.title {
	text-align: center;
	padding-top: 57px;
	padding-bottom: 68px
}
.title p {
	font-size: 42px;
	line-height: 88px;
	color: #292b33
}
.title div {
	font-size: 16px;
	color: #474b59;
	line-height: 1.3;
	margin-top: 3px
}
.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.header .w1400 {
	padding: 21px 0;
}
.header .w1400 .logo {
	display: block;
	height: 45px;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	max-width: 180px;
}
.header .w1400 .logo img {
	height: 100%;
	width: auto;
}
.header .w1400 .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header .w1400 .right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header .w1400 .right ul li {
	margin-left: 58px;
}
.header .w1400 .right ul li:first-child {
	margin-left: 0;
}
.header .w1400 .right ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
}
.header .w1400 .right span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}
.header .w1400 .right span a {
	color: #fff;
	font-size: 20px;
	margin-left: 5px;
}
.header .w1400 .right .btn {
	display: block;
	width: 120px;
	line-height: 42px;
	text-align: center;
	color: #027dc7;
	background: #fff;
	border-radius: 21px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 30px;
}
.header.active .w1400 .right .menu {
	-webkit-filter: none;
	filter: none;
}
.header .w1400 .right .menu {
	display: none;
}
.header.active {
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.header.active .w1400 .right ul li a {
	color: #333;
}
.header.active .w1400 .right span {
	color: #333;
}
.header.active .w1400 .right span a {
	color: #333;
}
.header.active .w1400 .right .btn {
	color: #fff;
	background: #027dc7;
}
.banner {
	display: block;
	position: relative;
	font-size: 0;
	height: 800px;
	background: #027dc7;
}
.banner .bg {
	width: 100%;
	height: auto;
}
.banner .content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 795px;
	width: 100%;
}
.banner .content .banner-title {
	text-align: center;
	padding-bottom: 4px;
	padding-top: 16px;
	position: relative;
}
.banner .content .banner-title p {
	font-size: 58px;
	line-height: calc(98 / 58);
	color: #fff;
	font-weight: bold;
}
.banner .content .banner-title i {
	font-size: 58px;
	line-height: calc(84 / 58);
	font-weight: bold;
	color: #fff;
	font-style: normal;
}
.banner .content .banner-title span {
	display: block;
	background: url(/assets/images/i2.png) no-repeat center;
	background-size: 90%;
	font-size: 28px;
	line-height: calc(48 / 28);
	color: #fff;
	letter-spacing: 22px;
	margin-top: 42px;
}
.banner .content .banner-title .left-top {
	position: absolute;
	top: 0;
	left: 0;
}
.banner .content .banner-title .right-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
}
.banner .content .banner-title .right-bottom img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.banner .content .btn {
	width: 240px;
	line-height: 54px;
	background-color: #ffffff;
	border-radius: 27px;
	color: #027dc7;
	font-size: 16px;
	letter-spacing: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 56px;
}
.banner .content .btn img {
	margin-right: 12px;
}
.page-block {
	background: #f8f9fb;
}
.page-block .w1400 {
	flex-direction: column;
	max-width: 1300px;
	padding-bottom: 62px;
}
.page-block .w1400 .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page-block .w1400 .content .list {
	width: 47.3076923077%;
	box-shadow: 1px 14px 46px 0 rgba(0, 34, 98, 0.05);
	background-color: #fff;
}
.page-block .w1400 .content .list .top {
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 56px 0 46px;
	background: url(/assets/images/ib.png) no-repeat center;
}
.page-block .w1400 .content .list .top .tit {
	font-size: 22px;
	color: #1a1a1a;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.page-block .w1400 .content .list .top .tit em {
	font-style: initial;
	font-weight: bold;
	margin-left: -10px;
	margin-right: -20px;
}
.page-block .w1400 .content .list .top .tit::after {
display: block;
content: "";
width: 72px;
height: 3px;
margin-top: 14px;
background-color: #027dc7;
}
.page-block .w1400 .content .list .bottom ul li {
	padding: 24px 55px 18px 45px;
	border-top: 1px solid rgba(232, 232, 232, 0.5);
}
.page-block .w1400 .content .list .bottom ul li p {
	font-size: 18px;
	color: #1a1a1a;
	position: relative;
	height: 24px;
	padding-left: 45px;
}
.page-block .w1400 .content .list .bottom ul li p img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.page-block .w1400 .content .list .bottom ul li span {
	display: block;
	font-size: 15px;
	color: #6b6f74;
	line-height: 2;
	margin-top: 9px;
	padding-left: 46px;
}
.page-block .w1400 .btn {
	display: flex;
	align-items: center;
	margin: 0 auto;
	font-size: 15px;
	color: #6b6f74;
	margin-top: 72px;
}
.page-block .w1400 .btn img {
	margin-right: 12px;
}
.page-block2 .content .list {
	background: #f8f9fb;
	width: 48.2142857143%;
	padding: 0 44px;
	border-top: 6px solid #027dc7;
	padding-top: 67px;
	padding-bottom: 45px;
}
.page-block2 .content .list .tit {
	font-size: 22px;
	color: #1a1a1a;
}
.page-block2 .content .list .tips {
	font-size: 15px;
	color: #6b6f74;
	line-height: 2;
	margin-top: 14px;
}
.page-block2 .content .list .img {
	font-size: 0;
	margin-top: 37px;
	margin-bottom: 44px;
}
.page-block2 .content .list .ser p {
	font-size: 22px;
	color: #1a1a1a;
}
.page-block2 .content .list .ser div {
	font-size: 15px;
	color: #6b6f74;
	line-height: 2;
	margin-top: 19px;
}
.page-block2 .content .list .effect {
	margin-top: 32px;
}
.page-block2 .content .list .effect p {
	font-size: 22px;
	color: #1a1a1a;
	margin-bottom: 16px;
}
.page-block2 .content .list .effect li {
	font-size: 15px;
	color: #6b6f74;
	line-height: 2;
	padding-left: 24px;
	position: relative;
}
.page-block2 .content .list .effect li span {
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #027dc7;
	opacity: 0.5;
	border-radius: 50%;
	left: 2px;
	top: 11px;
}
.page-block3 {
	margin-top: 80px;
}
.page-block3 ul {
	display: flex;
	flex-wrap: wrap;
}
.page-block3 ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
	height: 140px;
	width: 12.5%;
}
.page-block3 ul li img {
	max-width: 80%;
}
.page-block4 {
	margin-top: 80px;
}
.page-block4 .w1400 {
	padding: 49px 100px;
	background-color: #f1fbf5;
	border-radius: 10px;
	align-items: center;
}
.page-block4 .w1400 .left {
	display: flex;
}
.page-block4 .w1400 .left .img {
	width: 82px;
	height: 82px;
	background-color: #027dc7;
	border-radius: 2px;
	display: flex;
	align-items: center;
	text-align: center;
	margin-right: 54px;
}
.page-block4 .w1400 .left .img img {
	margin: 0 auto;
}
.page-block4 .w1400 .left .cont {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-block4 .w1400 .left .cont p {
	font-size: 38px;
	letter-spacing: 2px;
	color: #1a1a1a;
	margin-top: -8px;
}
.page-block4 .w1400 .left .cont div {
	font-size: 16px;
	letter-spacing: 1px;
	color: #666666;
}
.page-block4 .w1400 .btn {
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	width: 220px;
	line-height: 50px;
	background-color: #027dc7;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-block4 .w1400 .btn img {
	margin-right: 12px;
	filter: grayscale(100%) brightness(1000%);
}
.page-block5 {
	background: #f8f9fb;
	margin-top: 120px;
	padding-bottom: 80px;
}
.page-block5 .w1400 {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.page-block5 .w1400 .list {
	width: 31.4285714286%;
	min-height: 260px;
	background: #fff;
	margin-left: 2.8571428571%;
	margin-bottom: 40px;
	padding: 60px 40px;
	position: relative;
}
.page-block5 .w1400 .list:nth-child(3n+1) {
margin-left: 0;
}
.page-block5 .w1400 .list .img {
	height: 46px;
	display: flex;
	align-items: center;
}
.page-block5 .w1400 .list .tit {
	font-size: 22px;
	color: #1a1a1a;
	margin-top: 32px;
}
.page-block5 .w1400 .list .tips {
	font-size: 15px;
	color: #6b6f74;
	margin-top: 20px;
}
.page-block5 .w1400 .list .num {
	position: absolute;
	right: 40px;
	top: 60px;
	font-size: 40px;
	color: #1a1a1a;
	font-weight: bold;
	opacity: 0.1;
}
.page-block6 {
	padding-bottom: 100px;
}
.page-block6 .w1400 .list {
	width: 15.2142857143%;
	margin-left: 24px;
	background: #f8f9fb;
	min-height: 300px;
	padding: 62px 38px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.page-block6 .w1400 .list:first-child {
	margin-left: 0;
}
.page-block6 .w1400 .list .tit {
	font-size: 22px;
	color: #1a1a1a;
}
.page-block6 .w1400 .list .tips {
	font-size: 15px;
	color: #6b6f74;
	line-height: 2;
	margin-top: 14px;
}
.page-block6 .w1400 .list .num {
	font-size: 120px;
	color: #027dc7;
	opacity: 0.07;
	position: absolute;
	font-weight: bold;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.page-block7 {
	background-color: #f8f9fb;
}
.page-block7 .w1400 {
	flex-direction: column;
	padding-bottom: 100px;
}
.page-block7 .strength {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page-block7 .strength .item {
	text-align: center;
	width: calc(50% - 20px);
	margin-bottom: 40px;
}
.page-block7 .strength .item .tit {
	background-color: #333333;
	width: 60px;
	color: #fff;
	padding: 6px;
	border-radius: 5px;
	margin-bottom: 20px;
}
.page-block7 .strength .item .area {
	text-align: left;
}
.page-block7 .strength .item span {
	display: inline-block;
	background-color: #027dc7;
	color: #fff;
	padding: 2px 0;
	text-align: center;
	width: 80px;
	border-radius: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.page-block7 .w1400 ul {
	display: flex;
	flex-wrap: wrap;
}
.page-block7 .w1400 ul li {
	width: 25%;
	text-align: center;
	position: relative;
}
.page-block7 .w1400 ul li::after {
width: 1px;
height: 77px;
background-color: black;
opacity: 0.1;
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
}
.page-block7 .w1400 ul li p {
	font-size: 22px;
	color: #027dc7;
}
.page-block7 .w1400 ul li p span {
	font-size: 68px;
	font-weight: bold;
}
.page-block7 .w1400 ul li div {
	font-size: 20px;
	color: #027dc7;
	margin-top: 13px;
}

.city {
    background: #fff;
    border: 1px solid #eee;
    width: 1400px;
    margin: auto;
	padding-bottom: 150px;
}
.city .news-title {
	padding-bottom: 10px;
	overflow: hidden;
    margin: auto;
}
.city .news-title h2 {
	color: #EB3D41;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	float: left;
	text-align: center;
}
.city .news-title h2:after {
	content: "";
	background: #EB3D41;
	background: linear-gradient(to right, #EB3D41 0%, #fa575b 100%);
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.city a {
    float: left;
    font-size: 12px;
    width: 10%;
    text-align: center;
    margin-bottom: 2px;
    color: #000000;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }


.footer {
	background-color: #262a36;
	padding-top: 20px;
}
.footer .w1400 .left {
width: calc(100% - (380 / 1400 * 100%));
}
.footer .w1400 .left .footer-title {
	font-size: 24px;
	color: #fff;
}
.footer .w1400 .left .content {
	width: 100%;
	padding-top: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 64px;
}
.footer .w1400 .left .content .list {
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 44px;
}
.footer .w1400 .left .content .list .img {
	width: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 26px;
}
.footer .w1400 .left .content .list .cont {
	padding-top: 4px;
}
.footer .w1400 .left .content .list .cont li {
	float: left;
	margin-right: 10px;
}
.footer .w1400 .left .content .list .cont li a {
	color:#ffffff;
}
.footer .w1400 .right {
 width: calc(380 / 1400 * 100%);
}
.footer .w1400 .right .footer-title {
	font-size: 24px;
	color: #fff;
}
.footer .w1400 .right .content {
	margin-top: 82px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer .w1400 .right .content .img {
	font-size: 0;
	min-height: 142px;
	max-width: 150px;
}
.footer .w1400 .right .content .cont {
margin-left: calc(30 / 380 * 100%);
}
.footer .w1400 .right .content .cont p {
	font-size: 15px;
	color: #fff;
}
.footer .w1400 .right .content .cont a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-top: 14px;
	display: block;
}
.footer .w1400 .right .content .cont .tel {
	font-size: 26px;
	white-space: nowrap;
	margin-bottom: 25px;
}
.footer .w1400 .company {
	display: none;
}
.beian {
	background-color: #1d202a;
}
.beian .w1400 {
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	opacity: 0.55;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.beian .w1400 a {
	font-size: 14px;
	color: #fff;
}
.beian .mob {
	display: none;
}
.blackBg {
	display: none;
}
.right-block {
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.right-block ul li {
	width: 80px;
	height: 80px;
	background: #027dc7;
	border-radius: 5px;
	margin-top: 2px;
	position: relative;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.right-block ul li:first-child {
	margin-top: 0;
}
.right-block ul li a {
	padding: 10px;
	display: block;
	height: 100%;
}
.right-block ul li .img {
	width: 100%;
	height: 30px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.right-block ul li p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 6px;
}
.right-block ul li.on {
	background: #027dc7;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.right-block ul li .cont {
	display: none;
	position: absolute;
	top: 0;
	right: 86px;
	width: 172px;
	height: 170px;
	background: url(/assets/images/rb.png) no-repeat right;
}
.right-block ul li .cont .BlockWechat {
	width: 159px;
	text-align: center;
	padding-top: 18px;
}
.right-block ul li .cont .BlockWechat p {
	margin-top: 0;
	margin-bottom: 9px;
	color: #003bb0;
	font-size: 14px;
}
.right-block ul li .cont .BlockWechat img {
	max-width: 110px;
	height: auto;
	margin: 0 auto;
}
@media (max-width: 1500px) {
.w1400 {
width: 90%;
margin: 0 auto;
}
.header .w1400 .right ul li {
margin-left: 25px;
}
}
@media (max-width: 1340px) {
.banner {
height: 560px;
}
.banner .content .banner-title p {
font-size: 40px;
}
.header .w1400 .right .nav {
position: initial;
-webkit-transform: translateX(0);
transform: translateX(0);
margin-right: 20px;
}
}
@media (max-width: 1280px) {
.page-block6 .w1400 {
flex-wrap: wrap;
}
.page-block6 .w1400 .list {
width: calc((100% - 40px) / 3);
margin-left: 20px;
margin-bottom: 20px;
}
.page-block6 .w1400 .list:nth-child(3n+1) {
margin-left: 0;
}
}
@media (max-width: 1200px) {
.header .w1400 .right span {
display: none;
}
.footer .w1400 .right .content {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-top: 40px;
}
.footer .w1400 .right .content .cont {
margin-left: 0;
margin-top: 30px;
}
}
@media (max-width: 996px) {
.header .w1400 .right ul {
display: none;
}
.header .w1400 .right .btn {
display: none;
}
.header .w1400 .right .menu {
display: block;
background: url(/template/pc/images/menu.png) no-repeat center / cover;
width: 45px;
height: 45px;
-webkit-filter: grayscale(100%) brightness(1000%);
filter: grayscale(100%) brightness(1000%);
cursor: pointer;
}
.banner {
height: 400px;
}
.banner .content .banner-title .left-top img, .banner .content .banner-title .right-bottom img {
width: 50%;
}
.black-bg {
width: 100%;
height: 100vh;
position: fixed;
background: rgba(0, 0, 0, 0.4);
top: 0;
z-index: 10;
left: 0;
}
.black-bg ul {
width: 80%;
height: 100vh;
background: #fff;
position: absolute;
top: 0;
right: -80%;
}
.black-bg ul li {
border-top: 1px solid #eee;
}
.black-bg ul li:first-child {
border-top: 0;
}
.black-bg ul li a {
line-height: 3;
font-size: 4vw;
text-align: center;
display: block;
color: #333;
}
.page-block4 .w1400 {
display: none;
}
.right-block ul li p {
display: none;
}
.right-block ul li {
width: 40px;
height: 40px;
}
.right-block ul li a {
display: flex;
justify-content: center;
align-items: center;
}
.right-block ul li a img {
max-width: 20px;
}
.right-block ul li.tel {
display: block;
}
.right-block ul li:nth-child(2) {
display: none;
}
}
@media (max-width: 750px) {
.title {
padding: 30px 0;
}
.title p {
font-size: 7vw;
line-height: 2;
}
.banner .content {
width: 90%;
top: 55%;
}
.banner .content .banner-title {
padding: 15px 0;
}
.banner .content .banner-title p {
font-size: 5vw;
}
.banner .content .banner-title span {
width: 80%;
margin: 0 auto;
font-size: 4.5vw;
letter-spacing: 0;
}
.page-block .w1400 .content .list {
width: 100%;
margin-left: 0;
margin-bottom: 40px;
}
.page-block .w1400 .content .list .top .tit {
flex-direction: column;
align-items: flex-start;
}
.page-block2 .content {
flex-wrap: wrap;
}
.page-block2 .content .list {
width: 100%;
margin-bottom: 40px;
}
.page-block3 ul li {
width: 50%;
height: 200px;
}
.page-block5 .w1400 .list {
width: 100%;
}
.page-block6 .w1400 .list {
width: calc((100% - 20px) / 2);
padding: 30px 20px;
min-height: 240px;
}
.page-block6 .w1400 .list:nth-child(2n+1) {
margin-left: 0;
}
.page-block6 .w1400 .list .num {
font-size: 80px;
bottom: -10px;
}
.page-block7 .w1400 ul li {
width: 50%;
margin-bottom: 15px;
}
.page-block7 .w1400 ul li p {
font-size: 5vw;
}
.page-block7 .w1400 ul li p span {
font-size: 7vw;
}
.page-block7 .w1400 ul li div {
font-size: 14px;
}
.page-block7 .strength .item {
width: 100%;
}
.footer {
padding-top: 30px;
padding-bottom: 30px;
}
.footer .w1400 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.footer .w1400 .left {
display: none;
}
.footer .w1400 .right {
width: 100%;
text-align: center;
padding-bottom: 40px;
}
.footer .w1400 .right .content {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer .w1400 .right .content .cont {
text-align: left;
margin-top: 0;
margin-left: 50px;
}
.footer .w1400 .right .footer-title {
font-size: 7vw;
}
.footer .w1400 .company {
color: #fff;
font-size: 14px;
width: 100%;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding: 30px 0;
}
.footer .w1400 .company .item {
width: calc(50% - 20px);
}
.footer .w1400 .company .item img {
width: 50px;
}
.footer .w1400 .company .item img, .footer .w1400 .company .item p {
margin-bottom: 10px;
}
.beian .w1400 {
display: none;
}
.beian .mob {
display: block;
padding: 15px 0;
}
.beian .mob p {
font-size: 12px;
color: #b1b1b1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.beian .mob p a {
font-size: 12px;
color: #b1b1b1;
}
.city{
  display:none;
}
}
