body {
	margin: 0;
	font-family: Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, SimSun, sans-serif;
	padding-top: 121px;
	color: #2c2965;
}

a {
	color: #2c2965;
}

a:hover,a:focus {
	color: #e3017f;
	text-decoration: none;
}

p {
	color: #555;
	line-height: 2;
}

.wd100 {
	width: 100%;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-120 {
	margin-top: 120px;
}

.btn-default {
	color: #fff;
	font-size: 16px;
	border-radius: 20px;
	border-radius: 30px;
	padding: 10px 50px;
	border-color: #e3017f;
	background-color: #e3017f;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
	color: #fff;
	border-color: #e3017f;
	background-color: #e3017f;
	box-shadow: 0 2px 12px 0 rgba(211, 20, 119, 0.7)
}

/*header*/

.navbar {
	padding: 15px 0;
	min-height: 80px;
}

.navbar-nav {
	margin-top: 30px;
}

.navbar-brand,
.navbar-brand img {
	height: 80px;
}

.navbar-brand img {
	width: auto;
}

.navbar-brand {
	line-height: 80px;
	padding: 0;
}

.navbar-default {
	background-color: rgba(255, 255, 255, 1);
	border-color: transparent;
	margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #3e399b;
	font-size: 20px;
	line-height: 30px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #e3017f;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #e3017f;
}


/*footer*/
footer {
	background-image: linear-gradient(to right, #3e399b, #2c2965);
	color: #ccc;
	padding: 30px 0 10px 0;
	text-align: center;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #e3017f;
	text-decoration: none;
}

.ft-logo {
	text-align: center;
}

.ft-logo img {
	width: auto;
	height: auto;
}

.ft-nav {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 30px 0;

}

.ft-nav>li>a {
	color: #fff;
	padding: 10px 30px;
	font-size: 18px;
}

.ft-nav>li>a:focus,
.ft-nav>li>a:hover {
	color: #fff;

}

.ft-info {
	display: flex;
	justify-content: space-around;
	color: #fff;
	margin: 30px 0;
}

.phone {
	border: 1px solid #e3017f;
	border-radius: 30px;
	padding: 5px 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	display: inline-block;
}
.map{
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	display: inline-block;
}
.address {
	margin-left: 10px;
	display: inline-flex;
	text-align: left;

	font-size: 17px;
}

.web-list li {
	margin-bottom: 5px;
}

.web-list a {
	display: block;
	border: 1px solid #e3017f;
	border-radius: 30px;
	padding: 2px 20px;
}

.web-list i {
	color: #e3017f;
}

.copyright {
	border-top: 1px solid #434692;
	padding-top: 20px;
}

/*banner*/
.banner {
	position: relative;
	background-color: #3b3694;
	text-align: right;
}

.banner-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	color: #fff;
	text-align: left;
}

.banner-text h1 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: bold;
	line-height: 1.5;
}

.banner-text p {
	color: #fff;
	font-size: 19px;
}

.section {
	padding-top: 120px;
	padding-bottom: 80px;
}

section h2 {
	font-size: 40px;
	font-weight: bold;
	color: #2c2965;
	margin-bottom: 30px;
}

section p {
	font-size: 19px;
	color: #2c2965;
	line-height: 2.5;
	margin-bottom: 40px;
}

section p:last-child {
	margin-bottom: 0;
}

/*核心企业*/
.section-core {
	background-image: url(../img/section-bg-left.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}

.about-us {
	background: none;
}


.image-text {
	text-align: center;
}

.image-text img {
	width: 100%;
}

.image-text h3 {
	font-weight: bold;
	color: #2c2965;
	margin-top: 30px;
}



/*发展战略*/
.section-tactic {
	background-image: url(../img/tactic-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto;
	padding-top: 100px;
}

.section-tactic h3 {
	padding-top: 50px;
	padding-bottom: 40px;
	font-size: 28px;
	font-weight: bold;
	position: relative;
}

.section-tactic h3::before {
	content: "";
	position: absolute;
	top: 100px;
	left: 0;
	width: 50px;
	height: 4px;
	background-color: #e3017f;
}

.section-tactic p {
	line-height: 2.5;
	overflow: auto;
}

/*产业布局*/
.section-estate {
	position: relative;
}

.section-estate-img img {
	width: 100%;
}

.section-estate-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;

}

/*首页新闻资讯*/
.news-list {
	list-style: none;
	padding: 0;
	margin: 30px 0;
	display: flex;
}

.news-list li {
	flex: 1;
	margin-right: 20px;
	min-height: 400px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12), 0 0 10px rgba(0, 0, 0, .04)
}

.news-list li:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12), 0 0 10px rgba(44, 41, 101, .4)
}

.news-list li:last-child {
	margin-right: 0;
}

.news-list h3 {
	color: #2c2965;
	font-size: 19px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-list img {
	width: 100%;
	margin-bottom: 1.875rem;
}

.text {
	padding: 20px;
}

.text p {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	display: -webkit-box;
	/* 将对象作为弹性伸缩盒子模型显示 */
	-webkit-box-orient: vertical;
	/* 设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-line-clamp: 3;
	/* 限制在一个块元素显示的文本的行数 */
	overflow: hidden;
	/* 隐藏超出的内容 */
}

.date {
	color: #666;
	font-size: 14px;
}

.more {
	text-align: center;
}

.more a {
	font-size: 16px;
}

.icon-right {
	color: #e3017f;
}

/*联系我们*/
.section-contact {
	text-align: right;
	position: relative;
}

.section-contact .img img {
	width: auto;
}

.section-contact .text h3 {
	margin-top: 60px;
	margin-bottom: 0;
}

.section-contact .text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: left;
	display: flex;
	align-items: center;
}

.section-contact .text li {
	padding-top: 25px;
	font-size: 20px;
}

/*留言*/
.form-contact {
	background-image: linear-gradient(to right, #3e399b, #2c2965);
	padding: 50px;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}

.form-contact label {
	letter-spacing: 1px;
}

.form-contact .form-control {
	padding: 22px 15px;
	border: 1px solid #2c2965;
}
.form-contact .input-group-addon{
	border: 1px solid #2c2965;
}
.form-contact .form-group {
	margin-bottom: 30px;
}
.form-contact .form-group .input-group-addon img{
	height: 30px;
	width: auto;
	cursor: pointer;
}

/*路径导航*/
.breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 15px 0;
}

.breadcrumb a {
	color: #e3017f;
}

/*卡片*/
.card {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12), 0 0 10px rgba(0, 0, 0, .04);
	margin-bottom: 30px;
	min-height: 500px;
}

.card:hover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12), 0 0 10px rgba(44, 41, 101, .4)
}

.card img {
	width: 100%;

}

.card .text {
	padding: 20px;
}

.text h3 {
	color: #2c2965;
	font-size: 20px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*main-about*/
.main-about {
	background-image: url(../img/about-us-bg-r.png);
	background-repeat: repeat-y;
	background-position: top left;
}

/*tabs*/

.tab-progress {
	border-top: 3px dotted #d3d9ea;
}

.tab-progress .nav-tabs {
	border: 0;
	margin-top: -30px;
	display: flex;
	width: 100%;
	overflow-x: auto;
	justify-content: space-between;
	padding-bottom: 20px;
}

.tab-progress .nav-tabs>li {
	margin-bottom: 0;
	float: none;
}

.tab-progress .nav-tabs > li > a {
	margin-right: 0;
	border-radius: 0;
	text-align: center;
	border: 0;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-top: 60px;
	background-image: url(../img/tab-icon-gray.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.tab-progress .nav-tabs>li>a>img {
	display: block;
	background-color: #e4dff8;
	padding: 5px;
	border-radius: 50%;
	margin-bottom: 5px;
}

.tab-progress .nav-tabs>li.active>a,
.tab-progress .nav-tabs>li.active>a:focus,
.tab-progress .nav-tabs>li.active>a:hover {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #e3017f;
	cursor: pointer;
	background-image: url(../img/tab-icon.png);
}
.tab-progress .nav-tabs>li.active>a::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 2px;
	background-color: #e3017f;
}
.tab-progress .nav-tabs>li>a:hover {
	border: 0;
	background-color: transparent;
}
.tab-progress .nav > li > a:focus,.tab-progress  .nav > li > a:hover{
	background-color: transparent;
}
.tab-progress .tab-content {
	padding-top: 100px;
	padding-bottom: 0;
	width: 50%;
	margin: auto;
}

.tab-progress .text ul {
	padding: 0 0 0 20px;
	font-size: 19px;
	line-height: 2.5;
}

.tab-progress .text h3 {}

/*荣誉资质*/
.honor-img {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.honor-img li.item {
	flex: 1 1 25%;
	/* 使每个项目占据25%的宽度，这样可以容纳4个项目一行 */
	margin-bottom: 20px;
	text-align: center;
}

.honor-img li.second-row {
	flex-basis: 50%;
}

.honor-img img {
	height: 255px;
	width: auto;
}

.honor-img h3 {
	font-weight: normal;
}

/*新闻详情*/
.article h1 {
	font-size: 32px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}

.article .date {
	text-align: center;
}
.article h2{
	font-size: 24px;
	position: relative;
}
.article h2::before{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #e3017f;
}.article h3{
	font-weight: bold;
font-size: 20px;
}
.article-ct {
	margin-top: 30px;
}

.article-ct img {
	margin: 20px auto;
	width: 100%;
}
.article-ct .img-mg0-bd0{
	border: 0;
	padding: 0;
	margin: 0;
}

#backToTop {
    position: fixed;       /* 固定位置 */
    bottom: 50px;          /* 距离底部20px */
    right: 0;           /* 距离右边20px */
    padding: 10px;         /* 内边距 */
    background-color: #1e96d5; /* 背景颜色 */
    color: #fff;           /* 文字颜色 */
    text-decoration: none; /* 去除下划线 */
}

@media (min-width: 1200px) {
	.container {
		width: 1500px;
	}
}

@media only screen and (min-width:1080px) {}

@media only screen and (max-width:1080px) {
	body{
		padding-top: 80px;
	}
	.navbar-brand,
	.navbar-brand img {
		height: 50px;
	}

	.navbar-brand {
		line-height: 50px;
	}

	.navbar-nav {
		margin-top: 0;
	}
	.banner{
		position: inherit;
	}
	.banner-text{
		position: inherit;
		padding: 30px 0;
	}
	.banner-img img,.tab-progress .tab-content{
		width: 100%;
	}
	.banner-text h1,.article h1{
		font-size: 30px;
		line-height: 1.5;
	}
	.banner-text p,section p,.tab-progress .text ul{
		font-size: 16px;
		line-height: 2;
	}
	.section{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	/*.section-estate{
		background-image: url(../img/banner2.png);
		background-position: center top;
		background-repeat: no-repeat;
	}
	.section-estate-img{
		display: none;
	}*/
	.section-estate-text{
		position: inherit;
		padding-bottom: 30px;
	}
	.image-text h3{
		margin-bottom: 20px;
	}
	section h2{
		font-size: 30px;
		margin-top: 30px;
	}
	.news-list{
		display: block;
	}
	.news-list li{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.ft-nav{
		justify-content: space-around;
	}
	.ft-nav > li > a{
		font-size: 14px;
		padding: 10px 0;
	}
	.ft-info,.phone,.map,.honor-img{
		display: block;
	}
	.ft-info div{
		margin-bottom: 20px;
	}
	.section-tactic{
		background-position: left top;
		background-size: contain;
	}
	.text{
		padding: 0;
	}
	.tab-progress .text li{
		margin-bottom: 20px;
	}
	.card{
		min-height: auto;
	}
	
}
