/* 轮播 start */
.carousel-indicators li {
	width: 17px;
	height: 17px;
	border-radius: 50%;
}

/* 4菜单 */
.cust {
	text-align: justify;
	text-align-last: justify;
	padding: 90px 0 120px;
}

.cust::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}

.cust li {
	display: inline-block;
	text-align-last: auto;
	text-align: center;
}

.cust li a strong {
	font-size: 14px;
	color: #888888;
}

.cust li a h2 {
	font-size: 22px;
	line-height: 80px;
	color: #333;
	border-bottom: 3px solid rgb(153, 153, 153);
	transition: all .8s;
}

.cust li:hover h2 {
	color: rgb(231, 0, 17);
	border-bottom: 3px solid rgb(231, 0, 17);
}

/* 集团介绍 */
.introduce {
	background: url(../imgs/groupbj.jpg) center no-repeat;
	background-size: 100%;
	padding: 120px 0 135px;
}

.introduce>.wrap {
	overflow: hidden;
}

.induce {
	width: 510px;
	float: right;
	margin-right: 30px;
}

.induce h1 {
	color: #133B80;
	font-size: 40px;
	line-height: 80px;
}

.induce h3 {
	font-size: 36px;
	color: #333;
	font-weight: 300;
}

.induce p {
	line-height: 25px;
	font-size: 14px;
	color: #666;
	margin: 50px 0;
	position: relative;
	bottom: -200px;
	opacity: 0;
}

.induce a {
	display: block;
	color: #fff;
	background-color: #e70011;
	line-height: 40px;
	width: 145px;
	text-align: center;
}

/* 主营产品 */
.products {
	padding: 130px 0 100px;
	background-color: #fff;
	text-align: center;
}

.products h1 {
	font-size: 40px;
	color: #133B80;
}

.products h3 {
	font-size: 36px;
	font-weight: 300;
	color: #333;
	line-height: 70px;
}

.products p {
	font-size: 12px;
	color: #999;
	line-height: 40px;
}

.produ-ul {
	margin-top: 85px;
	font-size: 0;
	position: relative;
	bottom: -200px;
	opacity: 0;
}

.produ-ul li {
	display: inline-block;
	padding: 0 30px 35px;
	width: 25%;
	box-sizing: border-box;
}

.produ-mg {
	overflow: hidden;
}

.produ-mg img {
	display: block;
	width: 100%;
	transition: all .8s;
}

.produ-ul li a p {
	font-size: 16px;
	color: #666;
	text-align: center;
	margin-top: 12px;
	transition: all .8s;
}

.produ-ul li:hover .produ-mg img {
	transform: scale(.9);
}

.produ-ul li:hover p {
	color: #E70011;
}

/* 我们的服务 */
.service {
	padding: 90px 0 200px;
	background-color: #F5F5F5;
}

.service>.wrap {
	position: relative;
}

.ser-left {
	width: 540px;
	display: inline-block;
}

.ser-left h1 {
	font-size: 40px;
	color: #133B80;
}

.ser-left h3 {
	font-size: 36px;
	color: #333;
	font-weight: 300;
	line-height: 50px;
}

.ser-left>p {
	font-size: 12px;
	color: #666;
	margin: 30px 0 65px;
}

.ser-ul {
	font-size: 0;
}

.ser-ul li {
	display: inline-block;
	background-color: #fff;
	width: 180px;
	text-align: center;
	padding: 45px 0;
}

.ser-ul li:nth-child(even) {
	background-color: #ececec;
}

.ser-ul li hr {
	width: 26px;
	height: 3px;
	border: none;
	background-color: #E70011;
	margin: 0 auto;
}

.ser-ul li a {
	font: normal 700 16px/1 '微软雅黑';
	color: #333;
	line-height: 30px;
	margin-top: 10px;
	display: block;
	transition: all .8s;
}

.ser-ul li:hover a {
	color: #E70011;
}

.ser-ul li p {
	font-size: 14px;
	color: #999;
}

.ser-ul .ser-active a {
	color: #E70011;
}

.ser-right {
	width: 660px;
	box-sizing: border-box;
	padding: 90px 80px 70px;
	background-color: #ECECEC;
	position: absolute;
	right: 0;
	bottom: -200px;
	opacity: 0;
}

.ser-box {
	overflow: hidden;
}

.ser-mg {
	overflow: hidden;
}

.ser-mg img {
	display: block;
	width: 100%;
}

.ser-box h2 {
	font-size: 22px;
	color: #555;
	line-height: 100px;
}

.ser-box p {
	font-size: 12px;
	color: #555;
	line-height: 25px;
}

.ser-box a {
	width: 145px;
	color: #fff;
	line-height: 40px;
	display: block;
	margin-top: 140px;
	float: right;
	background-color: #E70011;
	text-align: center;
}

.ser-right>div {
	display: none;
}

.ser-right>div:first-Child {
	display: block;
}

/* 企业动态 */
.dynamic {
	background-color: #FBFBFB;
	padding: 130px 0 190px;
}

.dynamic>.wrap {
	text-align: justify;
	text-align-last: justify;
}

.dynamic>.wrap::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}

.dyn-top {
	display: inline-block;
	width: 100%;
	text-align-last: auto;
}

.dyn-top h1 {
	font-size: 40px;
	color: #133B80;
}

.dyn-top h3 {
	font-size: 36px;
	color: #333;
	font-weight: 300;
	line-height: 60px;
	text-align: justify;
	text-align-last: justify;
}

.dyn-top h3 span {
	text-align-last: auto;
	display: inline-block;
}

.dyn-bt {
	text-align-last: auto;
	text-align: right;
	font-size: 0;
	display: inline-block;
	height: 40px;
}

.dyn-bt li {
	text-align-last: auto;
	display: inline-block;
	vertical-align: top;
}

.dyn-bt li a {
	display: block;
	width: 100px;
	text-align: center;
	color: rgb(85, 85, 85);
	font: normal 400 16px/1 '微软雅黑';
	background-color: #F5F5F5;
	line-height: 40px;
	transition: all .8s;
}

.dyn-bt li:hover a {
	background-color: #E70011;
	color: #fff;
}

.dyn-bt .dyn-active a {
	background-color: #E70011;
	color: #fff;
}

.dyn-botm {
	display: inline-block;
	width: 100%;
	text-align-last: auto;
	margin-top: 45px;
}

.dyn-botm .dyn-box {
	display: none;
	position: relative;
	bottom: -200px;
	opacity: 0;
}

.dyn-botm .dyn-box:first-child {
	display: block;
}

.dyn-box {
	text-align: justify;
	text-align-last: justify;
}

.dyn-box:active {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}

.dyn-mg {
	width: 430px;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.dyn-mg img {
	display: block;
	width: 100%;
}

.dyn-mg p {
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	line-height: 65px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align-last: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align-last: auto;
	vertical-align: middle;
}

.dyn-mg p span {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #fff;
	margin: 0 10px;
}

.dyn-mg,
.dyn-list {
	vertical-align: middle;
	display: inline-block;
}

.dyn-list {
	width: 660px;
}

.dyn-list li {
	line-height: 65px;
	border-bottom: 1px solid rgb(221, 221, 221);
	;
}

.dyn-dian {
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: #E70011;
	margin-right: 5px;
}

.dyn-list li a {
	display: inline-block;
	width: 470px;
	font-size: 14px;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align-last: auto;
	vertical-align: middle;
}

.dyn-list li:hover a {
	color: #E70011;
}

.dyn-list li span {
	font-size: 14px;
	color: #999;
	vertical-align: middle;
	display: inline-block;
}

.dyn-list .dyn-more {
	border: none;
	overflow: hidden;
	padding: 40px 0;
}

.dyn-list .dyn-more a {
	display: inline-block;
	color: #fff;
	background-color: #E70011;
	width: 145px;
	line-height: 40px;
	text-align: center;
	float: right;
}

.dyn-list .dyn-more:hover a {
	color: #fff;
}

/* 社会责任 */
.respon {
	background-color: #ECECEC;
	padding: 70px 0 90px;
}

.res-ul {
	text-align: justify;
	text-align-last: justify;
}

.res-ul::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 0;
}

.res-ul li {
	display: inline-block;
	width: 270px;
	vertical-align: bottom;
	position: relative;
}

.res-ul .res-one {
	width: 300px;
	border-bottom: rgb(19, 59, 128) 10px solid;
}

.res-rad {
	background-color: #E70011;
	width: 100%;
	height: 280px;
	text-align-last: auto;
	box-sizing: border-box;
	padding: 100px 0 0 30px;
	position: absolute;
	bottom: 8px;
}

.res-rad h2 {
	font-size: 22px;
	color: #fff;
	line-height: 50px;
}

.res-rad h3 {
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}

.res-ul li>img {
	width: 100%;
	display: block;
	transition: all .8s;
}

.res-ul li p {
	text-indent: 1em;
	width: 100%;
	line-height: 40px;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 14px;
	text-align-last: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}

.reslist {
	overflow: hidden;
}

.reslist:hover img {
	transform: scale(1.2);
}


@media screen and (max-width:1300px) {

	.ser-left {
		width: 40%;
	}

	.ser-right {
		width: 60%;
	}

	.ser-ul li {
		width: 33.33%;
		vertical-align: middle;
	}

	.ser-ul li p {
		font-size: 12px;
	}

	.dyn-mg {
		width: 38%;
	}

	.dyn-list {
		width: 59%;
	}

	.res-ul li {
		width: 22%;
	}

}

@media screen and (max-width:1200px) {

	.ser-ul li {
		height: 60px;
	}

	.ser-ul li a {
		font: normal 700 14px/1 '微软雅黑';
	}

	.res-ul .res-one {
		width: 25%;
	}

	.res-rad {
		height: 240px;
		padding: 80px 0 0 30px;
	}

	.dynamic {
		padding: 50px 0 90px;
	}

	.dyn-list li a {
		width: 420px;
	}

	.res-rad h2 {
		font-size: 18px;
	}

	.res-rad h3 {
		font-size: 22px;
	}

	.induce {
		width: 50%;
		margin-right: 0px;
	}

	.introduce {
		background-size: 100% 100%;
		padding: 60px 0 65px;
	}

	.cust {
		padding: 50px 0 70px;
	}

}


@media screen and (max-width:980px) {

	.carousel-inner img {
		width: 200%;
		height: auto;
		margin-left: -30%;
	}

	.carousel-indicators li {
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}

	.cust {
		text-align: center;
		padding: 20px 0 0px;
	}

	.cust li {
		margin-bottom: 15px;
	}

	.cust li a h2 {
		line-height: 40px;
		font-size: 18px;
	}

	.induce {
		width: 100%;
		margin-right: 0px;
		float: none;
	}

	.induce h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.induce h3 {
		font-size: 20px;
	}

	.induce p {
		line-height: 20px;
		font-size: 14px;
		margin: 20px 0;
	}

	.introduce {
		background: url(../imgs/groupbj.jpg) no-repeat;
		background-size: 300% 110%;
		padding: 80px 0 35px;
		margin-top: -60px;
	}

	.products {
		padding: 30px 0;
	}

	.products p {
		line-height: 20px;
	}

	.produ-ul {
		margin-top: 15px;
		overflow: hidden;
	}

	.produ-ul li {
		display: inline-block;
		padding: 0 10px 15px;
		width: 30%;
	}

	.produ-ul li a p {
		font-size: 14px;
	}

	.products h1 {
		font-size: 26px;
	}

	.products h3 {
		font-size: 24px;
		line-height: 40px;
	}

	.dyn-mg {
		width: 100%;
	}

	.dyn-list {
		width: 100%;
	}

	.dyn-list li a {
		width: 75%;
	}

	.dyn-list li span {
		font-size: 12px;
	}
	
	.res-ul li {
	    width: 100% !important;
	    margin-bottom: 25px;
	}
	
	.res-rad {
	    height: 180px;
	    padding: 40px 0 0 30px;
	}
	
	.respon {
	    padding: 80px 0 30px;
	}
	
	.ser-left {
	    width: 100%;
	}

	.ser-right {
	    width: 100%;
	    padding: 20px;
	    position: relative;
	}
	
	.ser-box h2 {
	    font-size: 20px;
	    line-height: 50px;
	}
	
	.ser-box a {
	    margin-top: 10px;
	}
	
	.ser-left h1,.dyn-top h1 {
	    font-size: 26px;
	}
	
	.ser-left h3,
	.dyn-top h3
	{
	    font-size: 24px;
	    line-height: 30px;
	}
	
	.ser-left>p {
	    margin: 15px 0 25px;
	}
	
	.service {
	    padding: 90px 0 100px;
	}
	
	.dyn-botm {
	    margin-top: 25px;
	}

}
