.banner{
	position: relative;
}

/* section样式 */
section ul{
	height: 50px;
	margin-bottom: 10%;
}

section ul li{
	display: block;
	float: left;
	color: #fff;
	width: 25%;
	height: 100%;
	font-size: 20px;
	line-height: 50px;
}

section ul li img{
	float: right;
	width: 20%;
	height: 100%;
	margin-right: 20%;
}

/* swiper样式 */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
  	text-align: center;
  	font-size: 18px;
  	background: #fff;
  	/* Center slide text vertically */
 	 display: -webkit-box;
 	 display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
 	-webkit-box-align: center;
 	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
}
	
/* /////////// */


/* 主体内容公司简介.about样式 */
.main .about{
	padding-top: 60px;
	/*padding-bottom: 70px;*/
}

.about h2{
    font-size: 32px;
	color: #002037;
	font-weight: 500;
	font-family: pingfang;
}

.about .bor{
	width: 5%;
	height: 3px;
	margin-left: 3%;
	background: #007EB5;
	margin-top: 2%;
	display: block;
}

.aboutLeft,.aboutRight{
	float: left;
	margin-top: 5px;
	width: 50%;
	display: block;
}

.aboutLeft{
	padding-top: 4%;
}

.aboutLeft ul li{
	width: 33%;
	margin: auto;
	float: left;
}

.aboutLeft ul li div,.aboutLeft ul li p{
	margin: auto;
	margin-bottom: 10%;
	text-align: center;
}

.aboutLeft ul li div img{
	padding: 5%;
	border: 1px solid #7597B2;
	border-radius: 5px;
}

.aboutLeft .number{
	font-size: 14px;
}

.aboutLeft .number span{
	font-size: 48px;
	padding-left: 6%;
}

p.other{
	font-size: 16px;
}

.aboutRight img{
	width: 100%;
}

.about .show{
	padding-top: 40px;
	/* margin-top: 40%; */
}

.about .show p{
	line-height: 28px;
	font-size: 14px;
	color: #393939;
	text-indent: 2em;
	/* letter-spacing: 1px; */
}

.main .item2 {
	width: 100%;
	height: 640px;
	background-color: #fbfbfb;
}

.main .item2 .l {
	padding-top: 85px;
	box-sizing: border-box;
	float: left;
}

.main .item2 .l h2 {
	font-family: pingfang;
	font-size: 32px;
	font-weight: 500;
	line-height: 108px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/index_item2_tbg.png);
	color: #002037;
}

.main .item2 .l h5 {
	padding-top: 15px;
	font-size: 24px;
	line-height: 72px;
	font-weight: 500;
	color: #292e34;
}

.main .item2 .l p {
	font-size: 14px;
	color: #5c5c5c;
	line-height: 26px;
}

.main .item2 .l a.more {
	font-size: 16px;
	font-family: pingfang;
	color: #f5f6f9;
	width: 220px;
	height: 45px;
	display: block;
	text-align: center;
	line-height: 45px;
	background-color: #002037;
	margin-top: 60px;
}

.main .item2 .r {
	width: 732px;
	height: 640px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(../images/index_item2.jpg);
	background-position: left center;
	background-size: cover;
}

.main .item3 {
	padding-top: 50px;
	padding-bottom: 100px;
}

.main .item3 .top {
	margin-bottom: 20px;
}

.main .item3 .top .l h1 {
	font-family: pingfang;
	font-size: 32px;
	font-weight: 500;
	line-height: 108px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/index_item2_tbg.png);
	color: #002037;
}

.main .item3 .top .r {
	width: 600px;
}

.main .item3 .top .r ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .item3 .top .r ul li a {
	display: block;
	font-size: 24px;
	font-family: pingfang;
	color: #3f4244;
	cursor: pointer;
	line-height: 38px;
	margin-top: 40px;
	font-weight: 500;
}

.main .item3 .top .r ul li.active a {
	color: #007eb5;
}

.main .item3 .bottom ul.product_list {
	display: none;
	flex-flow: row nowrap;
	justify-content: flex-start;
	margin-left: -20px;
	margin-right: -20px;
}

.main .item3 .bottom ul.product_list li {
	width: calc((100% - 120px) / 3);
	margin: 0 20px;
}

.main .item3 .bottom ul.product_list li a {
	display: block;
}

.main .item3 .bottom ul.product_list li .pic {
	width: 100%;
	height: 280px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	border: 1px solid #EEEEEE;
}

.main .item3 .bottom ul.product_list:nth-of-type(4) li .pic {
    background-size: auto 100%;
}

.main .item3 .bottom ul.product_list li .txt {
	width: 100%;
	box-sizing: border-box;
	/*padding: 0 25px;*/
}

.main .item3 .bottom ul.product_list li .txt p.title {
	font-size: 20px;
	font-weight: 500;
	color: #002037;
	line-height: 60px;
	text-align: center;
}

.main .item3 .bottom ul.product_list li .txt p {
	font-size: 16px;
	color: #6a6a6a;
	line-height: 33px;
}

.main .item3 .bottom ul.product_list li:hover .txt p.title {
	color: #006baf;
}

.main .item3 .bottom ul.product_list li:hover .pic {
	border: 1px solid #006baf;
}

.main .item4 {
	background-image: url(../images/index_item4_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	/*height: 720px;*/
	box-sizing: border-box;
	padding-top: 0px;
	position: relative;
}

.main .item4 h2.title {
	font-family: pingfang;
	font-size: 32px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	line-height: 100px;
	background-image: url(../images/index_item4_tbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 40px;
}

.main .item4 .app_list ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start
}

.main .item4 .app_list ul li {
	box-sizing: border-box;
	padding: 0 30px;
	background-color: transparent;
	display: block;
	width: calc(100% / 4);
}

.main .item4 .app_list ul li:last-child {
	display: none;
}

.main .item4 .app_list ul li .pic {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #002037;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 15px;
}

.main .item4 .app_list ul li:nth-of-type(1) .pic {
	background-image: url(../images/item4_p1.png);
}

.main .item4 .app_list ul li:nth-of-type(2) .pic {
	background-image: url(../images/item4_p2.png);
}

.main .item4 .app_list ul li:nth-of-type(3) .pic {
	background-image: url(../images/item4_p3.png);
}

.main .item4 .app_list ul li:nth-of-type(4) .pic {
	background-image: url(../images/item4_p4.png);
}

.main .item4 .app_list ul li:nth-of-type(5) .pic {
	background-image: url(../images/item4_p5.png);
}

.main .item4 .app_list ul li:nth-of-type(6) .pic {
	background-image: url(../images/item4_p6.png);
}

.main .item4 .app_list ul li:nth-of-type(7) .pic {
	background-image: url(../images/item4_p7.png);
}

.main .item4 .app_list ul li:nth-of-type(8) .pic {
	background-image: url(../images/item4_p8.png);
}

.main .item4 .app_list ul li p.title {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	font-weight: 500;
	line-height: 60px;
}

.main .item4 .app_list ul li .txt {
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
	opacity: 0.7;
}

.main .item5 {
	padding-top: 40px;
	padding-bottom: 100px;
}

.main .item5 .container>p.title {
	font-family: pingfang;
	font-size: 32px;
	color: #002037;
	font-weight: 500;
	text-align: center;
	line-height: 74px;
	background-image: url(../images/index_item2_tbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 70px;
}

.main .item5 ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .item5 ul li {
	width: calc((100% - 50px) / 3);
}

.main .item5 ul li .pic img {
	width: 100%;
}

.main .item5 ul li>p {
	font-size: 20px;
	color: #002037;
	font-weight: 500;
	line-height: 84px;
}

.main .item5 ul li .news_list {
	display: block;
}

.main .item5 ul li .news_list li {
	width: 100%;
	margin-bottom: 20px;
}

.main .item5 ul li .news_list li a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	font-size: 14px;
	color: #3d3d3d;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right 5px center;
}

.main .item5 ul li .news_list li:hover a {
	background-image: url(../images/item5_more.png);
	color: #007eb5;
}

#newBridge .icon-right-center {
	top: 70% !important;
}

