.banner{
	position: relative;
}

.banner .banner_bottom {
	position: relative;
	height: 100px;
	background-color: #0075c5;
}

.banner .banner_bottom .l {
	padding-top: 30px;
}

.banner .banner_bottom .l .swiper-pagination-fraction {
	color: #FFFFFF;
	position: initial;
	transform: rotate(30deg);
}

.banner .banner_bottom .l .swiper-pagination-fraction .swiper-pagination-current {
	font-family: arial;
	font-size: 40px;
	display: inline-block;
	transform: rotate(-30deg);
}

.banner .banner_bottom .l .swiper-pagination-fraction .swiper-pagination-total {
	font-family: arial;
	font-size: 18px;
	display: inline-block;
	transform: rotate(-30deg);
}

.banner .banner_bottom .r {
	position: relative;
}

.banner .banner_bottom .r .swiper-button-next {
	background-image: url(../images/banner_next.png);
}

.banner .banner_bottom .r .swiper-button-prev {
	background-image: url(../images/banner_prev.png);
}

.banner .banner_bottom .r .swiper-button-next,
.banner .banner_bottom .r .swiper-button-prev {
	float: right;
	position: initial;
	display: block;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	border-left: 1px solid #4d9fd7;
	border-right: 1px solid #4d9fd7;
	margin-left: -1px;
	margin-top: 0px;
	background-size: auto;
}

/* 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;
}

.swiper-slide img {
	display: block;
}
	
/* /////////// */


/* 主体内容公司简介main样式 */

.main .item1 {
	padding-top: 120px;
}

.main .item1 .l {
	width: 640px;
	position: relative;
}

.main .item1 .l .pic img {
	display: block;
}

.main .item1 .l .video {
	position: absolute;
	bottom: 0px;
	right: -205px;
	box-shadow: 10px 10px 15px #CCCCCC;
}

.main .item1 .l .video video {
	display: block;
}

.main .item1 .r {
	width: calc(100% - 780px);
	position: relative;
}

.main .item1 .r h5 {
	font-size: 46px;
	font-weight: bold;
	color: #222222;
	padding-top: 160px;
	padding-bottom: 40px;
}

.main .item1 .r .summary p {
	font-size: 21px;
	color: #999999;
	line-height: 40px;
}

.main .item1 .r .summary p strong {
	font-weight: bold;
	color: #222222;
}

.main .item1 .r a.more {
	display: inline-block;
	font-family: 'monb';
	font-size: 16px;
	font-weight: bold;
	color: #209928;
	line-height: 20px;
	border-bottom: 1px solid #209928;
	margin-top: 90px;
}

.main .item1 .r p.right_bg {
	font-family: 'monb';
	font-size: 16px;
	color: #222222;
	font-weight: bold;
	position: absolute;
	right: 120px;
	bottom: -180px;
	transform: rotate(90deg);
}

.main .item2 {
	padding-top: 120px;
	padding-bottom: 100px;
}

.main .item2 .top h5 {
	font-size: 46px;
	color: #222222;
	font-weight: bold;
	text-align: center;
	line-height: 86px;
}

.main .item2 .top p {
	font-size: 16px;
	color: #999999;
	line-height: 28px;
	text-align: center;
}

.main .item2 .middle {
	padding-top: 65px;
}

.main .item2 .middle .l h5.en {
	font-family: 'monb';
	font-size: 80px;
	color: #222222;
	font-weight: bold;
	line-height: 60px;
	padding-top: 50px;
	padding-bottom: 40px;
}

.main .item2 .middle .l p {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	width: 90px;
	height: 30px;
	background-color: #209928;
}

.main .item2 .middle .l h5.cn {
	font-size: 28px;
	font-weight: bold;
	color: #0075c5;
	line-height: 28px;
	padding-top: 16px;
	padding-bottom: 100px;
}

.main .item2 .middle .l h5.num {
	font-family: 'monb';
	font-size: 250px;
	color: rgba(0,0,0,.06);
	line-height: 180px;
}

.main .item2 .middle .r {
	position: relative;
	
}

.main .item2 .middle .r .pic1 img {
	display: block;
}

.main .item2 .middle .r .pic2 {
	position: absolute;
	left: -150px;
	bottom: 50px;
	box-shadow: 10px 10px 15px #999999;
}

.main .item2 .middle .r .pic2 img {
	display: block;
}

.main .item2 .bottom {
	padding-top: 45px;
}

.main .item2 .bottom ul.typelist {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.main .item2 .bottom ul.typelist li {
	margin: 0 22px;
}

.main .item2 .bottom ul.typelist li:last-child {
    display: none;
}

.main .item2 .bottom ul.typelist li .pic {
	width: 86px;
	height: 86px;
	border-radius: 50%;
	border: 2px solid transparent;
	overflow: hidden;
}

.main .item2 .bottom ul.typelist li .pic img {
	display: block;
}

.main .item2 .bottom ul.typelist li p {
	font-size: 14px;
	color: #444444;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

.main .item2 .bottom ul.typelist li:hover .pic {
	border: 2px solid #219929;
}

.main .item2 .bottom ul.typelist li:hover p {
	color: #219929;
}

.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 .item3 ul.shebei_list {
    margin-top: 50px;
}

.main .item3 ul.shebei_list:after {
	display: table;
	content: "";
	clear: both;
}

.main .item3 ul.shebei_list li {
	float: left;
}

.main .item3 ul.shebei_list li:first-child {
	width: 33.5%;
}

.main .item3 ul.shebei_list li {
	width: calc((100% - 33.5%) / 2);
	box-sizing: border-box;
	border: 3px solid #0075c5;
	overflow: hidden;
}

.main .item3 ul.shebei_list li img {
	display: block;
	width: 100%;
	transition: 0.5s;
}

.main .item3 ul.shebei_list li:hover img {
    transform: scale(1.2);
}

.main .item4 .top {
	padding-top: 100px;
}

.main .item4 .top h5 {
	font-size: 46px;
	color: #222222;
	font-weight: bold;
	text-align: center;
	line-height: 86px;
}

.main .item4 .top p {
	font-size: 16px;
	color: #999999;
	text-align: center;
	line-height: 28px;
}

.main .item4 .bottom {
	padding-top: 63px;
}

.main .item4 .bottom ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .item4 .bottom ul li {
	width: calc((100% - 46px) / 2);
	box-sizing: border-box;
}

.main .item4 .bottom ul li .title {
	box-sizing: border-box;
	padding: 0 60px;
	border: 1px solid #d5d5d5;
	border-bottom: 0px;
	height: 127px;
	background-position: left 60px center;
	background-repeat: no-repeat;
}

.main .item4 .bottom ul li:nth-of-type(1) .title {
	background-image: url(../images/i_item4_i1.png);
}

.main .item4 .bottom ul li:nth-of-type(2) .title {
	background-image: url(../images/i_item4_i2.png);
}

.main .item4 .bottom ul li .title h5.cn {
	font-size: 30px;
	color: #222222;
	text-align: right;
	font-weight: bold;
	line-height: 42px;
	padding-top: 30px;
}

.main .item4 .bottom ul li .title h5.en {
	font-family: 'monb';
	font-size: 20px;
	color: #999999;
	text-align: right;
	font-weight: bold;
	line-height: 28px;
}

.main .item4 .bottom ul li .pic {
	position: relative;
	overflow: hidden;
}

.main .item4 .bottom ul li .pic img {
	display: block;
	width: 100%;
}

.main .item4 .bottom ul li .pic .layer {
	transition: 0.5s;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,117,197,.9);
	text-align: center;
	box-sizing: border-box;
}

.main .item4 .bottom ul li .pic .layer a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	font-family: 'monr';
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 100%;
}


.main .item4 .bottom ul li:hover .pic .layer {
	top: 0px;
}

@media screen and (max-width: 1750px) {
	
	.main .item1 .r{
		width: calc(100% - 680px);
	}
	
	.main .item1 .r h5 {
		padding-top: 80px;
	}
	
	.main .item2 .middle .l h5.en {
		font-size: 60px;
	}
	
}

@media screen and (max-width: 1460px ) {
	
	.main .item2 .middle .r {
		width: 600px;
	}
	
	.main .item2 .middle .r .pic1 img {
		/*width: 100%;*/
	}
	
}

@media screen and (max-width: 550px ) {
	
	.banner .banner_bottom {
		display: none;
	}
	
	.main .item1 {
		padding-top: 20px;
	}
	
	.main .item1 .l {
		float: none;
		width: 100%;
	}
	
	.main .item1 .l .pic {
	    display: none;
	}
	
	.main .item1 .l .pic img {
		width: 100%;
	}
	
	.main .item1 .l .video {
	    position: initial;
		right: 0px;
		width: 100%;
	}
	
	.main .item1 .l .video video {
		width: 100%;
	}
	
	.main .item1 .r {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	.main .item1 .r h5 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.main .item1 .r .summary p {
		font-size: 16px;
	}
	
	.main .item1 .r a.more {
		margin-top: 20px;
	}
	
	.main .item1 .r p.right_bg {
		display: none;
	}
	
	.main .item2 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.main .item2 .top h5 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 10px;
		line-height: 54px;
	}
	
	.main .item2 .top p {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	.main .item2 .middle {
		padding-top: 0px;
		display: none;
	}
	
	.main .item2 .middle .l {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	.main .item2 .middle .l h5.en {
		font-size: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.main .item2 .middle .l h5.cn {
		font-size: 24px;
		padding-bottom: 0px;
	}
	
	.main .item2 .middle .l h5.num {
		font-size: 40px;
		line-height: 60px;
	}
	
	.main .item2 .middle .r {
		width: 100%;
	}
	
	.main .item2 .middle .r .pic1 img {
		width: 100%;
	}
	
	.main .item2 .middle .r .pic2 {
		position: initial;
	}
	
	.main .item2 .middle .r .pic2 img {
		width: 100%;
	}
	
	.main .item2 .bottom {
	    padding-top: 20px;
	}
	
	.main .item2 .bottom ul.typelist {
		flex-flow: row wrap;
		justify-content: flex-start;
	}
	
	.main .item2 .bottom ul.typelist li {
	    margin: 0 15px;
	}
	
	.main .item2 .bottom ul.typelist li:last-child {
	    display: block;
	}
	
	.main .item2 .bottom ul.typelist li p {
	    font-size: 12px;
	}
	
	.main .item3 {
		background-position: top center;
		padding-bottom: 70px;
	}
	
	.main .item3 .top {
		padding-top: 0px;
	}
	
	.main .item3 .top h5 {
		font-size: 24px;
	}
	
	.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;
		display: none;
	}
	
	.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 .item3 ul.shebei_list {
	    margin-top: 0px;
	}
	
	.main .item3 ul.shebei_list li:first-child {
		width: 100%;
	}
	
	.main .item3 ul.shebei_list li {
		width: calc(100% / 2);
	}
	
	.main .item4 {
		padding-bottom: 60px;
		display: none;
	}
	
	.main .item4 .top {
		padding-top: 0px;
	}
	
	.main .item4 .top h5 {
		font-size: 24px;
	}
	
	.main .item4 .top p {
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	.main .item4 .bottom {
		padding-top: 20px;
	}
	
	.main .item4 .bottom ul {
		flex-flow: row wrap;
	}
	
	.main .item4 .bottom ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.main .item4 .bottom ul li .title {
	    padding: 0 30px;
	    background-position: left 30px center;
	}
	
	.main .item4 .bottom ul li .title h5.cn {
	    font-size: 24px;
	}
	
	.main .item4 .bottom ul li .title h5.en {
	    font-size: 18px;
	}
	
	.main .item4 .bottom ul li .pic .layer a {
	    padding-top: 60px;
	}
	
}