.header{
	width: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.header-width{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.header-width h2{
	font-size: 0;
	display: flex;
	align-items: center;
}
.nav{
	display: flex;
	align-items: center;
	width: 800px;
	height: 70px;
	justify-content: space-between;
}
.nav>li{
	font-size: 16px;
	height: 100%;
	width: 134px;
	justify-content: center;
	display: flex;
	align-items: center;
	/*padding: 0 40px 0 40px;*/
	position: relative;
}
.nav li.focus{
	background: #2970BA;
	color: #fff;
}
.nav li.focus a{
	color: #fff;
	display: block;
	height: 100%;
	display: flex;
	align-items: center;
}
.nav li:hover{
	background: #2970BA;
	transition: transform 0.5s;
	transform: skew();
}
.nav li:hover a{
	color: #fff;
}
.nav li a{
	color: #8A8A8A;
	height: 100%;
	display: flex;
	align-items: center;
}
.banner-show{
	font-size: 0;
}
.banner-show img{
	width: 100%;
}

.title{
	text-align: center;
	position: relative;
}
.main-title{
	font-size: 36px;
	padding: 48px 0 24px ;
}
.sub-title{
	font-size: 24px;
	color: #AEAEAE;
	padding-bottom: 40px;
}


.main{
	width: 100%;
}
.main-width{
	width: 1200px;
	height: 100%;
	margin: auto;
}
.main-solution{
	height: 550px;
	background: url(../Images/index-bg1.png)no-repeat;
	background-size: 100% 100%;
}
.main-width-solution{
	display: flex;
	align-items: center;
}
.solution-title{
	width: calc(543px - 35px);
	border-left: 5px solid #00F6FF;
	color: #fff;
	padding-left: 35px;
	margin-bottom: 27px;
}
.solution-left{
	width: 400px;
}
.solution-right{
	/*width: 100%;*/
	width: 800px;
	height: 550px;
}
.solution-right ul{
	display: flex;
	flex-wrap: wrap;
}
.solution-right ul li{
	width: 50%;
	height: 275px;
	overflow: hidden;
	position: relative;
}
.solution-right ul li a img{
	width: 100%;
	height: 100%;
}
/* .solution-right ul li a span{
	font-size: 26px;
	color: #fff;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 26px;
	transform: translateX(-50%);
} */
/*.solution-right ul li:nth-child(3){
	width:266px;
}
.solution-right ul li:nth-child(4){
	width:266px;
}
.solution-right ul li:nth-child(5){
	width:268px;
}*/
.script{
	width: 90%;
	position: absolute;
	color: #fff;
	left: 50%;
	bottom: -52px;
	font-size: 24px;
	transform: translateX(-50%);
}
.tit{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom: 20px;
	text-shadow: #1335b8 1px 0 0, #1335b8 0 1px 0, #1335b8 -1px 0 0, #1335b8 0 -1px 0;
}
.txt{
	font-size: 16px;
	transition: opacity 0.3s ease-out;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	overflow:hidden;
	-webkit-line-clamp:2;
	text-overflow: ellipsis;
	line-height: 1.8;
	/* visibility: hidden; */
}



.solution-left>img{
	padding-left: 39px;
}
.solution-title p:nth-child(1){
	font-size: 40px;
	padding-bottom: 27px;
}
.solution-title p:nth-child(2){
	font-size: 24px;
}

.main-width-case{
	width: 1580px;
	padding-bottom: 50px;
}

.swiper-slide{
	font-size: 0;
}

.swiper-slide ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1200px;
	margin: auto;
}
.swiper-slide ul li {
	width:380px;
	height:262px;
	margin-bottom: 40px;
	background:rgba(255,255,255,1);
	box-shadow:none;
}
.swiper-slide ul li a img{
	width:380px;
	height:220px;
}
.swiper-slide ul li a span{
	height: calc(330px - 267px);
	color: #333;
	font-size: 16px;
	display: block;
	line-height: 45px;
	padding-left: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.swiper-slide>img{
	width: 100%;
}
.main-case{
	background: #F9F9F9;
}
.main-data{
	background: url(../Images/index-bg2.png)no-repeat;
	height: 300px;
	background-size: cover;
}
.scroll-data{
	height: 100%;
    display: flex;
	justify-content: space-between;
}
.scroll-data li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    width: 292px;
    height: 100%;
}
.scroll-data li {
	color: #fff;
}
.num-count{
	font-size: 70px;
}
.scroll-data li p span:nth-child(2) {
    position: relative;
    top: 0px;
    left: 5px;
    color: #fff;
    vertical-align: 40px;
    font-size: 20px;
    font-weight: bold;
}
.scroll-data li p:nth-child(2) {
	padding-top: 10px;
    font-size: 20px;
}

.main-width-news{
	height: 383px;
	display: flex;
	justify-content: space-between;
}
.news-left{
	width: 580px;
}
.news-right{
	width: 580px;
	display: flex;
	overflow-y: auto;
}
.news-date{
	display: flex;
	flex-direction: column;
	width: 50px;
	align-items: center;
	font-size: 16px;
	color: #AEAEAE;
}
.news-list{
	width: calc(746px - 74px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-list li{
	padding: 16px 0 16px 0;
	border-bottom: 1px solid #E8E8E8;
}

.news-list li a{
	color: #303030;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* flex-direction: row-reverse; */
}
.news-line{
	width: 50px;
	display: inline-block;
	border: 0.5px solid #AEAEAE;
	margin: 4px 0 4px 0;
}
.news-list li a:hover>.news-date,
.news-list li a:hover .news-year,
.news-list li a:hover .news-intro,
.news-list li a:hover .news-title{
	color: #2970ba !important;
}
.news-list li a:hover .news-line,
.news-list li a:hover .stand-line{
	border:0.5px solid #2970ba !important;
}
.stand-line{
	border: 0.5px solid #AEAEAE;
	height: 35px;
}
.news-box{
	width: 490px;
}
.news-box p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* display: flex;
	justify-content: flex-end; */
}
.news-year{
	font-size: 22px;
	color: #303030;
}
.news-title{
	font-size: 16px;
	padding-bottom: 15px;
}
.news-intro{
	font-size: 14px;
	color: #AEAEAE;
}
.main-about{
	height: 592px;
	margin-top: 80px;
	background: url(../Images/index-bg3.png)no-repeat;
	background-size: cover;
}
.about-intro{

	margin: auto;
	padding-top: 36px;
	color: #fff;
}

.about-intro-title{
	font-size: 36px;
	text-align:center
}
.about-intro-content{
	padding-top: 26px;
}
.about-intro-content ul li{
	width:350px;
	float:left;
	margin:25px;
}
.about-intro-content h3{
	text-align:center;
	font-size:20px;
	margin:10px 0px;
	padding-top: 10px;
}
.about-intro-content p{
	text-indent:2rem;
	font-size: 16px;
	margin: 16px 10px;
	line-height: 24px;
	
}

.about-intro-content p:last-child{
	margin-bottom: 0;
}


.footer{
	min-height: 319px;
	background: #27323D;
}
.main-width-footer{
	width: 1200px;
	margin: auto;
	padding: 60px 0 50px 0;
	display: flex;
	justify-content: space-between;
}
.footer-nav-list p{
	color: #fff;
	font-size: 18px;
}
.footer-nav-list ul{
	padding-top: 22px;
}
.footer-nav-list ul li{
	margin-bottom: 16px;
}
.footer-nav-list ul li a{
	color: #BFBFBF;
	font-size: 14px;
}

.copyright{
	text-align: center;
	width: 100%;
	border-top: 1px solid #4F5862;
	color: #BFBFBF;
	padding: 24px 0 24px 0;
	font-size: 14px;
}
.copyright p span::after{
	content: "|";
	padding: 0 10px 0 10px;
}
.copyright p span a{
	color: #BFBFBF;
}
.banner{
	height: 230px;
	color: #fff;
}
.banner p{
	text-align: right;
	line-height: 40px;
	font-size: 40px;
	text-shadow:3px 5px 9px #3f5661;
	padding-right: 216px;
	/*font-weight: bold;*/
	padding-top: 60px;
	/*-webkit-text-stroke: 2px #000;*/
}
.banner p span{
	font-size: 36px;
}
.main-width-mt{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.main-width-nav{
	width: 280px;
}
.main-width-content{
	width: 828px;
}
.nav-title{
	width: 280px;
	height: 102px;
	background: url(../Images/nav-bg.png)no-repeat;
	background-size: cover;
}
.nav-title p{
	text-align: center;
	line-height: 102px;
	font-size: 28px;
	color: #fff;
}

.nav-list{
	margin-top: 6px;
	background: #f7f7f7;
}
.nav-list li{
	font-size: 18px;
	padding: 26px 0 26px 0;
	background: url(../Images/nothoverBg.png)no-repeat;
	background-size: 100% 100%;
	position: relative;
	text-align: center;
}
.nav-list li a{
	color: #696969;
}
.nav-list li.active{
	background: #3E70B4;
	background: url(../Images/hoverBg.png)no-repeat;
	background-size: 100% 100%;
}
.nav-list li.active a{
	color: #fff;
}
.list-title{
	font-size: 24px;
	padding-bottom: 11px;
	border-bottom: 3px solid #E8E8E8;
}
.list-title span{
	padding-bottom: 8px;
	border-bottom: 4px solid #3E70B4;
}
.news-area{
	margin-top: 35px;
}
.news-list-thumb:first-child{
	padding-top: 0;
}
.news-list-thumb{
	padding: 25px 0 25px 0;
	border-bottom: 1px solid #E8E8E8;
}
.news-list-thumb a{
	display: flex;
	justify-content: space-between;
}
.thumb{
	width: 266px;
	height: 177px;
}
.thumb img{
	width: 100%;
}
.thumb-box{
	width: 540px;
}
.thumb-title{
	font-size: 20px;
	color: #333;
	padding-bottom: 21px;
}

.thumb-content{
	line-height: 24px;
	color: #AEAEAE;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	height: 98px;
}

.thumb-date{
	text-align: right;
	color: #AEAEAE;
	font-size: 16px;
	padding-top: 12px;
}

.case-flex{
	margin-top: 35px;
}
.swiper-slide-case ul{
	width: 828px;
}
.swiper-slide-case ul:after{
	content: "";
	width: 260px;
}
.swiper-slide-case ul li{
	width: 260px;
	height: 210px;
}
.swiper-slide-case ul li a img {
   width: 260px;
   height: 160px;
}
.swiper-slide ul li a span{
	height: calc(232px - 188px);
	width: 260px;
	margin: auto;
	padding-left: 0;
	text-align: center;
}
.pages {
	text-align: center;
	padding: 20px 0px;
	font-size: 16px;
}
.pages span.current {
	color: #fff !important;
	font-size: 16px;
	border: 1px solid #3E70B4;
	background: #3E70B4;
	padding: 0 4px;
	margin: 0 10px;
}
.pages  a {
	margin: 0 18px;
	color: #333;
}

.companyProfile{
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}
.companyProfile img{
	max-width: 95%;
}
.companyProfile p{
	padding-bottom: 16px;
	line-height: 36px;
}
.swiper-slide-ryzz ul li{
	height: 230px;
	box-shadow: initial;
	margin-bottom: 26px;
}
.swiper-slide-ryzz ul li a img{
	width: 270px;
	height: 190px;
}
.swiper-slide-ryzz ul li a span{
	text-align: center;
}
.about-msg{
	display: flex;
	justify-content: space-between;
}
.about-msg li{
	width: 18%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	color: #333;
}
.about-msg li img{
	width: 80px;
	height: 80px;
	margin-bottom: 23px;
}
.about-msg li span label{
	color: #2970BA;
}
.about-msg li span{
	margin-bottom: 10px;
	font-size: 16px
}
.about-msg li:nth-child(2) span{
	text-align: left;
	width: 100%;
}
.map{
	margin: 20px 0 60px 0;
	min-height: 364px;
}
.city-map{
	display: flex;
	justify-content: space-between;
}
.citylist{
	width: 130px;
	height: 650px;
	overflow-y: auto;
}
.citylist ul{
	width: 130px;
	padding-top: 10px;
}
.citylist ul li {
	padding: 15px 0 15px 0;
	font-size: 14px;
	padding-left: 16px;
	cursor: pointer;
}
.citylist li.active{
	background: #3E70B4;
	border-radius: 28px;
	color: #fff;
}
.citylist li.active::after{
	content: "Ã¢â€“Â¶";
	float: right;
	margin-right: 20px;
}
.echarts-map{
	width: 828px;
	height: 700px;
	margin-top:-100px;
	margin-left:-100px;
}
#jiangsu{
	width: 100%;
	height: 700px;
	background: url(../Images/mapbg.png)no-repeat 19px 25px;
}
#jiangsu>div{
	padding: 0 !important;
	/*box-shadow:0px 3px 18px 0px rgba(195,195,195,0.54);*/
}
.tooltip{
	width:263px;
	height:130px;
	/*max-height: 229px;*/
	overflow: auto;
	padding-right: 14px;
	background: #fff;
	padding: 6px;
	border-radius: 4px;
	background:linear-gradient(0deg,rgba(206,227,255,1),rgba(240,246,255,1));
	border:2px solid rgba(255, 255, 255, 1);
	box-shadow:0px 5px 17px 0px rgba(113,175,255,0.5), 0px 0px 5px 0px rgba(128, 214, 165, 0.35);
	border-radius:6px;
}
.tooltip li{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #E8E8E8;
	padding: 6px 0 6px 0;
}
.tooltip li:hover a,.tooltip li:hover a span{
	color: #3E70B4;
}
.tooltip li a{
	color: #303030;
}
.tooltip li a span{
	padding-right: 4px;
	color: #AEAEAE;
}
	
.main-bg{
	background: #F9F9F9;
}
.main-solution-width{
	width: 1200px;
	/* height: 936px; */
	/*height: 758px;*/
	padding: 60px 0 -20px 0;
	/*background: url(../Images/jjfa-bg.png)no-repeat;*/
	background-size: 100% 100%;
	position: relative;
}
.bubble li{
	cursor: pointer;
}

.pst{
	position: absolute;
}
.bubble li img{
	/* width: 100%; */
}
/*.bubble li:nth-child(1){
	top: 0;
	left: 180px;
}
.bubble li:nth-child(2){
	top: 160px;
	left: 30px;
}
.bubble li:nth-child(3){
	top: 420px;
	left: 0;
}
.bubble li:nth-child(4){
	bottom: 0;
	left: 155px;
}
.bubble li:nth-child(5){
	bottom: 0;
	right: 155px;
}
.bubble li:nth-child(6){
	top: 420px;
	right: 0px;
}
.bubble li:nth-child(7){
	top: 160px;
	right: 30px;
}
.bubble li:nth-child(8){
	top: 0;
	right: 180px;
}*/
.bubble li:nth-child(1){
	top: 20;
	left: 140px;
}
.bubble li:nth-child(2){
	top: 140px;
	left: -40px;
}
.bubble li:nth-child(3){
	top: 400px;
	left: 40;
}
.bubble li:nth-child(4){
	bottom: -60px;
	left: 180px;
}
.bubble li:nth-child(5){
	bottom: 0;
	right: 80px;
}
.bubble li:nth-child(6){
	top: 300px;
	right: -80px;
}
.bubble li:nth-child(7){
	top: 110px;
	right: -30px;
}
.bubble li:nth-child(8){
	top: -10;
	right: 120px;
}

.bubble li span{
	width: 100px;
	height: 48px;
	display: inline-block;
	font-size: 20px;
	color: #333;
	text-align: center;
}
.bubble li span:hover{
	color: #3E70B4;
}
.bubble li:nth-child(1) span{
	left: 24px;
	top: 60px;
}
.bubble li:nth-child(2) span{
	top: 46px;
	left: 20px;
}
.bubble li:nth-child(3) span{
	top: 50px;
	left: 26px;
}
.bubble li:nth-child(4) span{
	top: 50px;
	left: 40px;
}
.bubble li:nth-child(5) span{
	top: 45px;
	left: 45px;
}
.bubble li:nth-child(6) span{
	top: 50px;
	left: 40px;
}
.tips{
	width: 304px;
	font-size: 16px;
	color: #333;
	background: #fff;
	border-radius: 4px;
	padding: 8px;
	box-shadow: 0px 6px 14px 0px rgba(62,112,180,0.4);
	display: none;
}
.bubble li:nth-child(1) div{
	top: -100px;
	left: -100px;
}

.bubble li:nth-child(2) div{
	top: -60px;
	left: 110px;
}

.bubble li:nth-child(3) div{
	top: -60px;
	left: 140px;
}

.bubble li:nth-child(4) div{
	top: -60px;
	left: 140px;
}

.bubble li:nth-child(5) div{
	top: -60px;
	left: 140px;
}

.bubble li:nth-child(6) div{
	top: -60px;
	left: 140px;
}

.solution-text{
	width: 140px;
	text-align: center;
	color: #fff;
	top: 52%;
	left: 51%;
	transform: translate(-50%,-50%);
	font-size: 32px;
}
.solution-title-text{
	position: absolute;
	width: 100%;
	z-index: 99;
}

.tab{
	width: 230px;
	height: 44px;
	background: #468CD6;
	right: 360px;
	top: 112%;
	transform: translateY(-50%);
	border-radius: 25px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
}
.tab li{
	width: 50%;
	height: 100%;
	line-height: 44px;
}
.tab li::after{
	content: ">";
	padding-left: 10px;
}
.tab li.active{
	background: #2970BA;
	border-radius: 25px;
}
.tabitem{
	cursor: pointer;
}
.tabcon {
	display: none
}
.tabcon.active {
	display: block;
}

.tabcon-flex{
	width: 1200px;
	height: 383px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-detail-title{
	text-align: center;
	font-size: 28px;
}
.news-detail-date{
	font-size: 16px;
	text-align: center;
	color: #AEAEAE;
}
.news-detail-content p img{
	display: flex;
	width: 100%;
}
.subnav {
	min-height: 50px;
	position: absolute;
	left: 0px;
	top: 70px;
	z-index: 999;
	background: rgba(255,255,255,.8);
	width: 134px;
	display: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.subnav li {
	height: 34px;
	line-height: 34px;
	/*text-align: center;*/
	display: flex;
    justify-content: center;
}

.subnav li a {
	display: block;
	height: 100%;
	color: #21559d !important;
	font-size: 14px;
}
.subnav li:hover{
	background: #FFF;
	transition: transform 0.5s;
	transform: skew();
}


.ew{
	width: 162px;
    position: fixed;
    bottom: 50%;
    right: 0px;
    font-size: 0;
    line-height: 0;
    z-index: 100;
}



.ewm-code{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	position: fixed;
	bottom: 30%;
	right: -160px;
	z-index: 99;
	background: #287DD5;
	color: #fff;
	border-radius: 6px;
}
.ewm-title{
	width: 15px;
	margin: 0 auto;
	line-height: 30px;
	font-size: 20px;
	word-wrap: break-word;
	word-break:break-all;
	padding: 0 10px 0 10px;
}
.erm-code-flex{
	display: flex;
}

.slide-case ul::after{
	content: "";
	width: 380px;
}

.leftBg{
	position: absolute;
	top: 50%;
	left: 150px;
	transform: translateY(-50%);
}
/*.slide{
	display: none;
}*/
.slide li{
	margin-bottom: 10px
}
.icon-bottom{
	position: absolute;
	right: 10px;
	top: 24px;
	width: 28px;
	height: 28px;
}

.more{
	position: absolute;
	right: -70px;
	top: 90%;
	transform: translateY(-50%);
	width: 42px;
}
.more>a{
	display:block;
	color: #fff;
	font-size: 20px;
	width:120px;
	background:url(../Images/more.png) right center no-repeat
}

.slide-case ul li a>div{
	height: 220px;
	overflow: hidden;
}
.slide-case ul li a img{
	transition: all 1.2s;
}
.slide-case ul li a img:hover{
	 transform: scale(1.1);
}

.swiper-slide-case ul li a>div{
	height: 160px;
	overflow: hidden;
}
.swiper-slide-case ul li a img{
	transition: all 1.2s;
}
.swiper-slide-case ul li a img:hover{
	 transform: scale(1.1);
}
.swiper-slide-case ul li a span{
	line-height: 22px;
	white-space: normal;
	text-align: left;
	padding-top: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.about-intro-content ul li img{
	display: block;
    margin: auto;
}
.yjfx{
	text-indent: inherit;
}
.yjfx-title{
	font-size: 26px;
	color: #3E70B4;
	padding-bottom: 13px;
}
.yjfx-title::before{
	content: url(../Images/yj-icon.png);
	padding-right: 15px;
}
.yjfx p{
	color: #333333;
	line-height: 26px;
	font-size: 16px;
}
.yjfx-tab{
	background: #F7F8F9;
	width: 100%;
	height: 202px;
	border-radius: 101px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.yjfx-tab li{
	cursor: pointer;
	position: relative;
}
.yjfx-tabcon{
	margin-top: 40px;
}
.yjfx-tabItem{
	display: none;
}
.yjfx-tabItem.active{
	display: block;
}
.yjfx-tabcon ul li{
	padding-bottom:5px;
}
.yjfx-tabcon ul li::before{
	content: "•";
	padding-right: 10px;
	color: #3E70B4;
}
.yjfx-tabcon ul li:first-child::before{
	content: "";
}
.yjfx-tabcon>img{
	display: block;
	margin: 39px auto 0;
}

.rotate-pst{
	position: absolute;
	max-width: inherit !important;
}
.rotate01{
	left: -34px;
	top: -32px;
	animation: rotate1 5s infinite linear;
}
@keyframes rotate1{
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.rotate02{
	left: -34px;
	top: -28px;
	animation: rotate2 5s infinite linear;
}
@keyframes rotate2{
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.rotate03{
	left: -35px;
	top: -32px;
	animation: rotate3 5s infinite linear;
}
@keyframes rotate3{
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.news-right::-webkit-scrollbar,
.citylist::-webkit-scrollbar,
.tooltip::-webkit-scrollbar{
	width: 4px;
}
::-webkit-scrollbar-track{
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3) ;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background: #2970BA;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 0, 0, 0.4);
}
.company-mt{
	margin-top: 10px;
}
.company-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.company-list li{
	width: 48%;
	font-size: 16px;
	padding: 10px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.company-list li a::before{
	content: "•";
	font-size: 18px;
	color: #3E70B4;
	padding-right: 6px;
}
