* {
	margin: 0;
	padding: 0;
}

body {
	width: 100vw;
}

/* 公司简介开始 */
.container1 {
	width: 100%;
	margin: 0 auto 50px;
	padding-top: 110px;
}

.row {
	margin: 0 0 20px 0;
	padding: 0;
}

.rebox {
	position: relative;
}

.ner1img {
	width: 100%;
}

.ner1img1,.ner1img2{
	margin-bottom: 40px;
}

.ner1img>img {
	width: 100%;
}

.msg>div {
	padding-left: 15px;
	box-sizing: border-box;
}

.msg>div>div:nth-of-type(1) {
	font-size: 22px;
	color: #000;
	line-height: 44px;
}

.msg>div>div:nth-of-type(2) {
	font-size: 16px;
	color: #666;
	line-height: 34px;
}

@media screen and (width: 768px) {
	.col-md-4,
	.col-sm-12 {
		padding: 0;
		margin: 0;
	}

	.msg>div>div:nth-of-type(1) {
		line-height: 50px;
	}
}

/* 公司简介结束 */

/* 图片滚动开始 */
.scrollbox {
	padding: 50px 0;
	box-sizing: border-box;
	background-color: #F4FCFF;
}

#div1,
#div2 {
	width: 100%;
	height: 223px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#div1 ul,
#div2 ul {
	position: absolute;
	left: 0;
	top: 0;
}

#div1 ul li,
#div2 ul li {
	float: left;
	width: 160px;
	list-style: none;
	margin-left: 10px;
}
#div1 ul li img,
#div2 ul li img{
	width: 100%;
	display: inline-block;
	align-items: center;
}

.tlt1 {
	text-align: center;
	font-size: 32px;
}

.tlt1>p {
	display: inline-block;
	color: #00AFFF;
}

.tlt2 {
	text-align: center;
}

.tlt3 {
	width: 26px;
	height: 2px;
	background-color: #00AFFF;
	margin: 30px auto;
}

.tlt4,
.tlt5 {
	padding: 15px 60px;
	border: #00AFFF solid 1px;
	color: #00AFFF;
	border-radius: 50px;
	width: fit-content;
	margin: 50px auto;
}

.tlt5 {
	margin-top: 90px;
}

/* 图片滚动结束 */

/* 合作伙伴开始 */
.coobox {
	padding: 80px 0 50px;
}

.shaowbox>div>div {
	width: 96%;
	margin: 20px auto;
	box-sizing: border-box;
	box-shadow: 0 0 8px 1px rgba(0, 175, 255, 0.2);
}

.shaowbox>div>div>img {
	width: 100%;
}

/* 合作伙伴结束 */

/* 联系我们开始 */
.touchbox {
	background-color: #F4FCFF;
	padding: 50px 0;
}

.icons{
	margin-bottom: 40px;
}

.icons>.img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin: 0 auto;
	border: #00afff dashed 1px;
	background-color: #FFFFFF;
}

.icons>.img>div {
	width: 40px;
	height: 40px;
	margin: 25px auto 0;
}

.icons1>.img>div {
	background: url(../images/phone1.png) center center;
	background-size: 100% 100%;
}

.icons1:hover .img {
	background-color: #00AFFF;
}

.icons1:hover .img>div {
	background: url(../images/phone2.png) center center;
	background-size: 100% 100%;
}

.icons1:hover .txt1,
.icons1:hover .txt2 {
	color: #00AFFF;
}

.icons2:hover .img {
	background-color: #00AFFF;
}

.icons2>.img>div {
	background: url(../images/wechat1.png) center center;
	background-size: 100% 100%;
}

.icons2:hover .img>div {
	background: url(../images/wechat2.png) center center;
	background-size: 100% 100%;
}

.icons2:hover .txt1,
.icons2:hover .txt2 {
	color: #00AFFF;
}

.icons3:hover .img {
	background-color: #00AFFF;
}

.icons3>.img>div {
	background: url(../images/email1.png) center center;
	background-size: 100% 100%;
}

.icons3:hover .img>div {
	background: url(../images/email2.png) center center;
	background-size: 100% 100%;
}

.icons3:hover .txt1,
.icons3:hover .txt2 {
	color: #00AFFF;
}

.icons4:hover .img {
	background-color: #00AFFF;
}

.icons4>.img>div {
	background: url(../images/address1.png) center center;
	background-size: 100% 100%;
}

.icons4:hover .img>div {
	background: url(../images/address2.png) center center;
	background-size: 100% 100%;
}

.icons4:hover .txt1,
.icons4:hover .txt2 {
	color: #00AFFF;
}

.txt1,
.txt2 {
	text-align: center;
}

.txt1 {
	font-size: 20px;
	line-height: 60px;
}

.txt2 {
	color: #999999;
	font-size: 14px;
	line-height: 20px;
}
/* 联系我们结束 */

@media screen and (max-width: 320px) {
	.txt2{
		font-size: 12px;
	}
}