.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样式 */
.banner {
    width: 100%;
    height: 100%;
}

.banner .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;
}

.banner .swiper-slide img {
	display: block;
}
	
/* /////////// */


/* 主体内容公司简介main样式 */

.main .item1 {
	background-image: url(../images/i_item1_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 110px;
}

.main .item1 .title {
	padding-top: 110px;
}

.main .item1 .title h5.cn {
	font-size: 50px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 50px;
}

.main .item1 .title h5.en {
	font-family: 'Dinb';
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 44px;
}

.main .item1 ul.case_tyelist {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	padding-top: 27px;
	padding-bottom: 40px;
}

.main .item1 ul.case_tyelist li a {
	display: block;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 54px;
	padding: 0 34px;
	background-color: #0075c2;
	border-right: 1px solid #FFFFFF;
}

.main .item1 ul.case_tyelist li:last-child a {
	border: none;
}

.main .item1 ul.case_tyelist li:hover a {
	background-color: #ffbf00;
}

.main .item1 ul.case_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-left: -5px;
	margin-right: -5px;
}

.main .item1 ul.case_list li {
	width: calc((100% - 30px) / 3);
	margin: 0 5px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.main .item1 ul.case_list li .pic img {
	display: block;
	width: 100%;
}

.main .item1 ul.case_list li .layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,100,194,0.8);
	display: none;
}

.main .item1 ul.case_list li .layer p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
	display: block;
	font-size: 26px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.main .item1 ul.case_list li:hover .layer {
	display: block;
}

.main .item2 {
	padding-bottom: 120px;
}

.main .item2 .item2_top {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .item2 .item2_top .l {
	width: calc(100% - 500px);
	background-color: #f0f0f0;
	box-sizing: border-box;
	padding: 0 77px;
	padding-top: 64px;
}

.main .item2 .item2_top .l .title {
    display: none;
}

.main .item2 .title h5.cn {
	font-size: 50px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 50px;
}

.main .item2 .title h5.en {
	font-family: 'Dinb';
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 44px;
}

.main .item2 .item2_top .l h5 {
	font-size: 40px;
	font-weight: bold;
	color: #222222;
	line-height: 64px;
}

.main .item2 .item2_top .l p.summary {
	font-size: 20px;
	font-weight: bold;
	color: #ffbf00;
	line-height: 44px;
	position: relative;
	padding-left: 50px;
}

.main .item2 .item2_top .l p.summary:after {
	content: "";
	width: 44px;
	height: 3px;
	background-color: #222222;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.main .item2 .item2_top .l .article {
	padding-top: 40px;
}

.main .item2 .item2_top .l .article p {
	font-size: 16px;
	color: #777777;
	line-height: 34px;
}

.main .item2 .item2_top .l .more_tab {
	padding-top: 64px;
}

.main .item2 .item2_top .l .more_tab>a {
	display: block;
	float: left;
	font-size: 18px;
	color: #222222;
	padding-right: 20px;
	background-image: url(../images/more.png);
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 34px;
}

.main .item2 .item2_top .l .more_tab .tab {
	float: right;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}

.main .item2 .item2_top .l .more_tab .tab li {
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	line-height: 34px;
	padding-left: 24px;
	margin-right: 40px;
	position: relative;
}

.main .item2 .item2_top .l .more_tab .tab li a {
    color: #222222;
}

.main .item2 .item2_top .l .more_tab .tab li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background-color: #0075c2;
}

.main .item2 .item2_top .l .more_tab .tab li:first-child a {
	color: #ffbf00;
}

.main .item2 .item2_top .l .more_tab .tab li:first-child:before {
	background-color: #ffbf00;
}

.main .item2 .item2_top .r {
	width: 500px;
}

.main .item2 .item2_top .r img {
	display: block;
	width: 100%;
}

.main .item2 .item2_bottom ul.num_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .item2 .item2_bottom ul.num_list li {
	width: 25%;
	background-image: url(../images/num_list_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #0075c2;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.main .item2 .item2_bottom ul.num_list li:last-child {
	background-image: none;
}

.main .item2 .item2_bottom ul.num_list li .num:after {
	display: table;
	content: "";
	clear: both;
}

.main .item2 .item2_bottom ul.num_list li .num {
	margin: 0 auto;
	display: inline-block;
}

.main .item2 .item2_bottom ul.num_list li .num h5 {
	font-family: "Dinb";
	font-size: 70px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	line-height: 90px;
}

.main .item2 .item2_bottom ul.num_list li .num span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	line-height: 90px;
	padding-left: 5px;
}

.main .item2 .item2_bottom ul.num_list li p {
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}

.main .item3 {
	background-image: url(../images/i_item3_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.main .item3 .title:after {
	display: table;
	content: "";
	clear: both;
}

.main .item3 .title h5.cn {
	font-size: 50px;
	font-weight: bold;
	color: #222222;
	line-height: 130px;
	float: left;
}

.main .item3 .title h5.en {
	font-family: 'Dinb';
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	line-height: 100px;
	float: left;
	padding-top: 30px;
	padding-left: 10px;
}

.main .item3 .title a.more {
	float: right;
	display: block;
	font-size: 18px;
	color: #222222;
	padding-right: 20px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 98px;
	margin-top: 32px;
}

.main .item3 ul.news_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.main .item3 ul.news_list li {
	width: calc(100% / 3);
}

.main .item3 ul.news_list li .pic img {
	display: block;
	width: 100%;
}

.main .item3 ul.news_list li .txt {
	padding: 0 40px;
	box-sizing: border-box;
	background-color: #ffffff;
	padding-top: 28px;
	padding-bottom: 8px;
	position: relative;
}

.main .item3 ul.news_list li .txt h5 {
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	line-height: 64px;
}

.main .item3 ul.news_list li .txt p.summary {
	font-size: 16px;
	color: #777777;
	line-height: 32px;
}

.main .item3 ul.news_list li .txt p.addtime {
	font-family: 'Dinb';
	font-size: 24px;
	color: #0075c2;
	line-height: 108px;
}

.main .item3 ul.news_list li:hover .txt {
	background-color: #ffbf00;
}


.main .item3 ul.news_list li:hover .txt h5,
.main .item3 ul.news_list li:hover .txt p.summary,
.main .item3 ul.news_list li:hover .txt p.addtime {
	color: #FFFFFF;
}

.main .item3 ul.news_list li .txt:before {
	content: "";
	width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid white;
    border-left: 13px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
}

.main .item3 ul.news_list li.even .txt:before {
	content: "";
	width: 0;
    height: 0;
    border-top: 13px solid white;
    border-right: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26px;
    top: auto;
}

.main .item3 ul.news_list li:hover .txt:before {
	border-bottom: 13px solid #ffbf00;
}

.main .item3 ul.news_list li.even:hover .txt:before {
	border-top: 13px solid #ffbf00;
	border-bottom: 13px solid transparent;
}

.main .item4 {
	padding-top: 85px;
	padding-bottom: 190px;
}

.main .item4 .container {
    position: relative;
    padding-bottom: 70px;
}

.main .item4 .title {
	padding-bottom: 35px;
}

.main .item4 .title h5.cn {
	font-size: 50px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 60px;
}

.main .item4 .title h5.en {
	font-family: 'Dinb';
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 30px;
}

.main .item4 .partner_list {
	background-color: #FFFFFF;
}

.main .item4 .partner_list .swiper-slide {
	width: calc(100% / 5);
	height: 140px;
	box-sizing: border-box;
	border: 1px solid #ececec;
	position: relative;
}

.main .item4 .partner_list .swiper-slide img {
    width: auto;
    max-width: 80%;
    max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.main .item4 .partner_list .swiper-slide:hover {
	box-shadow: 0 0 25px #DDDDDD;
}

.main .item4 .swiper-button-next,
.main .item4 .swiper-button-prev {
	width: 54px;
	height: 54px;
	background-color: #0075c2;
	background-size: auto;
	top: auto;
	bottom: 0px;
	z-index: 10;
}

.main .item4 .swiper-button-next {
	right: 0px;
	background-image: url(../images/course_next.png);
}

.main .item4 .swiper-button-prev {
	left: 0px;
	background-image: url(../images/course_prev.png);
}

.main .item4 .swiper-pagination {
	width: 100%;
	text-align: center;
	padding-top: 25px;
	z-index: 5;
}

.main .item4 .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 0%;
	background-color: #d2d2d2;
	margin: 0 5px;
}

.main .item4 .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #0075c2;
}

@media screen and (max-width: 1430px ) {
	
	.main .item2 .item2_top .l h5 {
		font-size: 34px;
	}
	
}

@media screen and (max-width: 550px ) {
	
	.main .item1 {
		padding-bottom: 0px;
	}
	
	.main .item1 .title {
		padding-top: 20px;
	}
	
	.main .item1 .title h5.cn {
		font-size: 24px;
		line-height: 36px;
	}
	
	.main .item1 .title h5.en {
		font-size: 18px;
		line-height: 36px;
	}
	
	.main .item1 ul.case_tyelist {
		display: none;
	}
	
	.main .item1 ul.case_list li {
		width: calc((100% - 20px) / 2);
	}
	
	.main .item1 ul.case_list li .layer {
		display: none;
	}
	
	.main .item1 ul.case_list li:hover .layer {
		display: none;
	}
	
	.main .item1 ul.case_list {
	    box-sizing: border-box;
	    padding: 0 10px;
	}
	
	.main .item2 {
		padding-bottom: 0px;
	}
	
	
	.main .item2 .item2_top {
		flex-flow: row wrap;
	}
	
	.main .item2 .item2_top .l {
		width: 100%;
		padding: 0 10px;
		padding-bottom: 20px;
	}
	
	.main .item2 .item2_top .l .title {
        display: block;
        padding-top: 20px;
    }
	
	.main .item2 .title h5.cn {
		font-size: 24px;
		line-height: 36px;
	}
	
	.main .item2 .title h5.en {
		font-size: 18px;
		line-height: 36px;
	}

	.main .item2 .item2_top .l>h5 {
		display: none;
	}
	
	.main .item2 .item2_top .l p.summary {
		font-size: 16px;
	}
	
	.main .item2 .item2_top .l .article {
		padding-top: 0px;
	}
	
	.main .item2 .item2_top .l .article p {
		font-size: 14px;
		text-indent: 2em;
	}
	
	.main .item2 .item2_top .l .more_tab {
		padding-top: 20px;
	}
	
	.main .item2 .item2_top .l .more_tab .tab {
		display: none;
	}
	
	.main .item2 .item2_bottom ul.num_list {
		flex-flow: row wrap;
	}
	
	.main .item2 .item2_bottom ul.num_list li {
		width: 50%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.main .item2 .item2_bottom ul.num_list li .num h5 {
		font-size: 44px;
		line-height: 58px;
	}
	
	.main .item2 .item2_bottom ul.num_list li .num span {
		line-height: 58px;
	}
	
	.main .item2 .item2_bottom ul.num_list li p {
		font-size: 18px;
		line-height: 36px;
	}
	
	.main .item3 {
		padding-bottom: 0px;
	}
	
	.main .item3 .title {
		padding-top: 20px;
	}
	
	.main .item3 .title h5.cn {
		float: none;
		font-size: 24px;
		line-height: 36px;
		text-align: center;
	}
	
	.main .item3 .title h5.en {
		float: none;
		font-size: 18px;
		line-height: 36px;
		text-align: center;
		padding: 0px;
	}
	
	.main .item3 .title a.more {
		display: none;
	}
	
	.main .item3 ul.news_list {
		flex-flow: row wrap;
	}
	
	.main .item3 ul.news_list li {
		width: 100%;
		display: none;
	}
	
	.main .item3 ul.news_list li:first-child {
		display: block;
	}
	
	.main .item3 ul.news_list li .txt {
		padding: 0 10px;
	}
	
	.main .item3 ul.news_list li .txt h5 {
		font-size: 18px;
		line-height: 44px;
	}
	
	.main .item3 ul.news_list li .txt p.summary {
		font-size: 14px;
	}
	
	.main .item3 ul.news_list li .txt p.addtime {
		font-size: 20px;
		line-height: 54px;
		border-bottom: 1px dashed #CCCCCC;
	}
	
	.main .item4 {
		padding-top: 0px;
		padding-bottom: 70px;
	}
	
	.main .item4 .title {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.main .item4 .title h5.cn {
		font-size: 24px;
		line-height: 36px;
	}
	
	.main .item4 .title h5.en {
		font-size: 18px;
		line-height: 36px;
	}
	
	.main .item4 .partner_list .swiper-slide {
		height: 95px;
	}
	
}