.banner {
	width: 100%;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .txt_banner {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
}

.banner .txt_banner .title h5 {
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 134px;
    background-image: url('../images/about_banner_icon.png');
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    font-weight: 500;
    float: left;
}

.banner .txt_banner .title span {
    display: inline-block;
    font-family: 'pingfangs';
    font-size: 54px;
    font-weight: 100;
    line-height: 134px;
    color: #FFFFFF;
    padding-left: 15px;
    padding-top: 2px;
}

.banner .txt_banner .title:after {
    content: "";
    display: table;
    clear: both;
    position: absolute;
    width: 45px;
    height: 5px;
    background-color: #FFFFFF;
    left: 0px;
    bottom: 0px;
}

.banner .txt_banner p {
    font-size: 34px;
    color: #FFFFFF;
    line-height: 50px;
    width: 650px;
    padding-top: 52px;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .item1 {
	padding-bottom: 10px;
}

.main .item1 h5 {
	font-size: 46px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 46px;
	padding-top: 110px;
	padding-bottom: 70px;
}

.main .item1 .pic img {
	display: block;
	width: 100%;
}

.main .item1 .txt {
	padding: 70px;
	box-sizing: border-box;
	border: 1px solid #ebebeb;
	box-shadow: 0 0 15px #CCCCCC;
}

.main .item1 .txt p {
	font-size: 21px;
	color: #999999;
	line-height: 40px;
}

.main .item1 .txt p strong {
	font-size: 21px;
	font-weight: bold;
	color: #222222;
	line-height: 40px;
}

.main .item2 {
	background-image: url(../images/honor_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.main .item2 h5 {
	font-size: 46px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 46px;
	padding-top: 100px;
	padding-bottom: 60px;
}

.main .item2 .honor {
	padding-bottom: 185px;
	position: relative;
}

.main .item2 .honor .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;
	  transition: 300ms;
	  transform: scale(0.8);
	  background-color: #e9e9e9;
	  padding: 16px 26px;
	  box-sizing: border-box;
}

.main .item2 .honor .swiper-slide img {
	display: block;
	width: 100%;
}

.main .item2 .honor .swiper-slide-active,.swiper-slide-duplicate-active{
  	transform: scale(1);
}

.main .item2 .honor .swiper-pagination {
	width: 100%;
	margin-top: 40px;
}

.main .item2 .honor .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	border: 0px;
	background-color: #c6c6c6;
	margin: 0 12px;
}

.main .item2 .honor .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #0075c5;
}

.main .item2 .honor .swiper-button-next,
.main .item2 .honor .swiper-button-prev {
	width: 70px;
	height: 70px;
	background-color: #0075c5;
	background-size: initial;
}

.main .item2 .honor .swiper-button-next {
	background-image: url(../images/honor_next.png);
	right: 415px;
}

.main .item2 .honor .swiper-button-prev {
	background-image: url(../images/honor_prev.png);
	left: 415px;
}

.main .item3 .top h5 {
	font-size: 46px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 86px;
}

.main .item3 {
	background-image: url(../images/i_item3_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 120px;
}

.main .item3 .top {
	padding-top: 100px;
}

.main .item3 .top p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
}

.main .item3 .bottom {
	padding-top: 60px;
}

.main .item3 .bottom ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .item3 .bottom ul li {
	width: calc((100% - 134px) / 3);
	height: 485px;
	box-sizing: border-box;
	padding: 12px;
	background-color: #FFFFFF;
}

.main .item3 .bottom ul li .box {
	width: 100%;
	height: 100%;
	border: 1px solid #d5d5d5;
	box-sizing: border-box;
}

.main .item3 .bottom ul li .box .icon {
	padding: 18px;
	width: 122px;
	height: 122px;
	margin: 0 auto;
	margin-top: 48px;
	background-image: url(../images/i_item3_list_bg.png);
	background-repeat: no-repeat;
	background-position: left 8px top 8px;
	transition: 0.5s;
}

.main .item3 .bottom ul li .box .icon i {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0075c5;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	transition: 0.5s;
}

.main .item3 .bottom ul li:nth-of-type(1) .box .icon i {
	background-image: url(../images/i_item3_i1.png);
}

.main .item3 .bottom ul li:nth-of-type(2) .box .icon i {
	background-image: url(../images/i_item3_i2.png);
}

.main .item3 .bottom ul li:nth-of-type(3) .box .icon i {
	background-image: url(../images/i_item3_i3.png);
}

.main .item3 .bottom ul li .box .line {
	width: 1px;
	height: 78px;
	background-color: #b2b2b2;
	margin: 0 auto;
	margin-top: 22px;
}

.main .item3 .bottom ul li .box h5 {
	font-size: 34px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 52px;
	padding-top: 20px;
}

.main .item3 .bottom ul li .box p {
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 36px;
}

.main .item3 .bottom ul li:hover .box .icon {
	transform: rotate(70deg);
}

.main .item3 .bottom ul li:hover .box .icon i {
	transform: rotate(-70deg);
	background-color: #209928;
}

.main .item4 h5 {
	font-size: 46px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 46px;
	padding-top: 110px;
	padding-bottom: 60px;
}

.main .item4 ul.shebei_list:after {
	display: table;
	content: "";
	clear: both;
}

.main .item4 ul.shebei_list li {
	float: left;
}

.main .item4 ul.shebei_list li:first-child {
	width: 33.5%;
}

.main .item4 ul.shebei_list li {
	width: calc((100% - 33.5%) / 2);
	box-sizing: border-box;
	border: 3px solid #0075c5;
	overflow: hidden;
}

.main .item4 ul.shebei_list li img {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.main .item4 ul.shebei_list li:hover img {
    transform: scale(1.2);
}

.main .item5 h5 {
	font-size: 46px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 46px;
	padding-top: 110px;
	padding-bottom: 70px;
}

.main .item5 .wenhua>div {
	width: calc((100% - 30px) / 2);
	padding: 0 65px;
	background-color: #f5f5f6;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 690px;
	box-sizing: border-box;
}

.main .item5 .wenhua>div .top {
	padding-top: 30px;
	border-bottom: 1px solid #0075c5;
}

.main .item5 .wenhua>div .top:after {
	display: table;
	content: "";
	clear: both;
}

.main .item5 .wenhua>div .top h5 {
	font-size: 34px;
	font-weight: bold;
	color: #0075c5;
	line-height: 114px;
	float: left;
	padding: 0px;
}

.main .item5 .wenhua>div .top p {
	font-size: 20px;
	color: #222222;
	padding-left: 15px;
	line-height: 114px;
	float: left;
}

.main .item5 .wenhua .l {
	background-image: url(../images/wenhua_bg1.jpg);
}

.main .item5 .wenhua .r {
	background-image: url(../images/wenhua_bg2.jpg);
}

.main .item5 .wenhua .l .bottom {
	padding-top: 33px;
}

.main .item5 .wenhua .l .bottom p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}

.main .item5 .wenhua .r .bottom {
	padding-top: 40px;
}

.main .item5 .wenhua .r .bottom ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-left: -5px;
	margin-right: -5px;
}

.main .item5 .wenhua .r .bottom ul li {
	width: 130px;
	height: 50px;
	background-color: #209928;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	margin: 0 5px;
	margin-bottom: 10px;
}

@media screen and (max-width: 550px) {
	
	.main {
		padding-bottom: 54px;
	}
	
	.main .item1 h5 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.main .item1 .txt {
		padding: 20px 10px;
	}
	
	.main .item1 .txt p {
		font-size: 16px;
		text-indent: 2em;
		line-height: 32px;
	}
	
	.main .item1 .txt p strong {
		font-size: 18px;
	}
	
	.main .item2 h5 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.main .item2 .honor {
		padding-bottom: 30px;
	}
	
	.main .item2 .honor .swiper-slide {
		transform: scale(1);
	}
	
	.main .item3 {
		background-position: top center;
		padding-bottom: 20px;
	}
	
	.main .item3 .top {
		padding-top: 0px;
	}
	
	.main .item3 .top h5 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 10px;
		line-height: 46px;
	}
	
	.main .item3 .top p {
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	.main .item3 .bottom {
		padding-top: 20px;
	}
	
	.main .item3 .bottom ul {
		flex-flow: row wrap;
	}
	
	.main .item3 .bottom ul li {
		width: 100%;
		height: 420px;
	}
	
	.main .item3 .bottom ul li .box .icon {
		margin-top: 28px;
	}
	
	.main .item3 .bottom ul li .box .line {
		margin-top: 0px;
	}
	
	.main .item3 .bottom ul li .box h5 {
		font-size: 20px;
		padding-top: 10px;
	}
	
	.main .item4 h5 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.main .item4 ul.shebei_list li:first-child {
		width: 100%;
	}
	
	.main .item4 ul.shebei_list li {
		width: calc(100% / 2);
	}
	
	.main .item5 h5 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.main .item5 .wenhua>div {
		width: 100%;
		padding: 0 10px;
	}
	
	.main .item5 .wenhua>div .top {
	    padding-top: 0px;
	}
	
	.main .item5 .wenhua>div .top h5 {
	    font-size: 24px;
	    line-height: 76px;
	}
	
	.main .item5 .wenhua>div .top p {
	    font-size: 16px;
	    line-height: 76px;
	}
	
	.main .item5 .wenhua .r {
	    display: none;
	}
	
	.main .item5 .wenhua .r .bottom ul {
		justify-content: center;
	}
	
}