/*公共样式*/
.flex{
	display: flex;
	display: -webkit-flex;
}
.flex-1{
	flex: 1;
	-webkit-flex: 1;
}
.flex-center{
	/*align-content: center;*/
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
}
ul {
	margin: 0;
}

/*页面样式*/
.about-box {
	width: 100%;
	padding: 220px 0 100px;
	background: #f5f5f5;
}
.about-text {
	color: #000;
	text-align: center;
	padding-bottom: 30px;
}

/*公司事迹*/
.about-merit-left {
	width: 50%;
}
.about-merit-position {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	margin-bottom: 120px;
}
.about-merit-position-left {
	padding-right: 97px;
	justify-content: flex-end;
}
.about-merit-position-right {
	padding-left: 96px;
	justify-content: flex-start;
}
.about-merit-text {
	width: 100%;
	background-color: #db251a;
	border-radius: 10px;
	padding: 20px 15px;
	color: #fff;
}
.about-merit-text-left {
	border-bottom-left-radius: 28px;
}
.about-merit-text-right {
	border-bottom-right-radius: 28px;
}
.about-merit-text p {
	margin: 0;
}
.about-merit-icon {
	width: 21px;
	height: 24px;
	position: absolute;
	top: calc(50% - 12px);
}
.about-merit-icon-left {
	right: 76px;
	background: url('/simple/img/about_merit_icon.png') -9px -3px;
}
.about-merit-icon-right {
	left: 76px;
	background: url('/simple/img/about_merit_icon.png') -39px -3px;
}
.about-month {
	width: 106px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	border-radius: 26px;
	font-size: 15px;
	font-weight: bold;
	color: #db251a;
	border: 1px solid #db251a;
	position: absolute;
	top: calc(50% - 15px);
	background-color: #fff;
}
.about-month-left {
	right: -53px;
}
.about-month-right {
	left: -53px;
}
.about-merit-right {
	width: 50%;
}

/*媒体报道*/
.about-media {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.about-media li {
	width: 600px;
	height: auto;
	padding: 0 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.about-media li:hover p {
	color: #db251a;
}
.about-media li:hover .media-cover {
	background: rgba(0,0,0,0.5);
}
.about-media li:hover .cover-shadow {
	display: block;
}
.media-cover {
	width: 100%;
	height: 400px;
	line-height: 400px;
	text-align: center;
	position: relative;
}
.cover-shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: none;
}
.about-media li p {
	height: 30px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #000;
}

/*资讯动态*/
.news-cate {
	line-height: 40px;
	color: #db251a;
	font-size: 22px;
	font-weight: bold;
}
.news-list li {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.news-list li:hover {
	background-color: #f3f6f8;
}
.news-list img {
	width: 100%;
 	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.news-cover {
	width: 220px;
	height: 130px;
	overflow: hidden;
}
.news-cover:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.news-list li h3 {
	margin: 0;
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list li p {
	height: 62px;
	line-height: 20px;
	padding-right: 5px;
	margin: 6px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; 
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; 
}
.news-list li p a {
	color: #666;
}
.news-list li a:hover {
	color: #db251a;
}
.news-list li h5 {
	height: 24px;
	line-height: 24px;
	text-align: right;
	margin: 0;
	padding-right: 5px;
}
.hot-box {
	width: 320px;
	padding: 0 10px;
}
.hot-box h2 {
	margin: 30px 15px 15px;
	color: #db251a;
	font-size: 20px;
	font-weight: bold;
}
.hot-cover {
	width: 120px;
	height: 80px;
    overflow: hidden;
}
.hot-cover:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.news-list li h4 {
	flex: 1;
	height: 70px;
	font-size: 14px;
	line-height: 22px;
	padding-left: 10px;
	margin: 0;
	overflow: hidden; 
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.hot-more {
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #f7f8f9;
	cursor: default;
    color: #666;
    border-top: 1px solid #EAEAEA;
}
.hot-more:hover {
	color: db251a;
}
/*客户评价*/
.evaluate-title h1 {
	text-align: center;
	font-size: 30px;
	color: #000;
}
.evaluate-title h5 {
	text-align: center;
	font-size: 16px;
	color: #aaa;
}
.evaluate {
	min-height: 500px;
	padding-top: 50px;
}
.user-video {
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
}
.user-video img {
	width: 100%;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.user-video:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.play-button {
	width: 100%;
	height: 100%;
	line-height: 100px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}
.play-button i {
	font-size: 32px;
}
.evaluate-text {
	flex: 1;
	padding: 15px 20px;
	margin: 0 45px 40px 30px;
	background-color: #E9E9E9;
	border-radius: 10px;
	position: relative;
}
.evaluate-text:nth-child(2n) {
	margin: 0 30px 40px 45px;
}
.evaluate-text h4 {
	font-size: 17px;
	font-weight: bold;
	line-height: 30px;
}
.evaluate-text p {
	line-height: 24px;
	color: #56706f;
	font-weight: bold;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;*/
}
.evaluate-text span {
	width: 0;
	height: 0;
	overflow: hidden;
	border: 20px solid transparent;
	border-top-color: #E9E9E9;
	position: absolute;
	top: 0;
}

/*案例演示*/
.case-list {
	display: flex;
	flex-flow: wrap;
}
.case-list li {
	width: 400px;
	margin: 0 0 30px;
}
.case-cover {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.case-cover img {
	max-width: 100%;
	transition: all .4s linear;
}
.case-list li:hover .case-cover img {
	transform: scale3d(1.1, 1.1, 1);
}
.case-title {
	text-align: center;
	font-size: 17px;
	color: #000;
	font-weight: bold;
}


/*产品服务*/
.service-list {
	padding-top: 50px;
	display: flex;
	flex-flow: wrap;
}
.service-list li {
	width: 33%;
	height: 200px;
	position: relative;
	overflow: hidden;
	margin-right: 0.5%;
	margin-bottom: 6px;
}
.service-list li:nth-child(3n) {
	margin-right: 0;
}
.service-list li:last-child {
	display: none;
}
.service-list li img {
	width: 100%;
}
.service-title {
	width: 100%;
	height: 100%;
	line-height: 200px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.5);
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
}
.service-desc {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: -webkit-linear-gradient(#db0715, #b5000c); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#db0715, #b5000c); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#db0715, #b5000c); /* Firefox 3.6 - 15 */
	background: linear-gradient(#db0715, #b5000c); /* 标准的语法 */
}

/*产品展示*/
.product-list {
	display: flex;
	flex-wrap: wrap;
}
.product-list li {
	width: 30.6%;
	margin-right: 4.1%;
	margin-bottom: 30px;
    box-shadow: 0px 2px 20px #e6e6e6;
    background: #f9f9f9;
}
.product-list li:nth-child(3n) {
	margin-right: 0;
}
.product-cover {
	width: 100%;
	text-align: center;
	background-color: #ccc;
}
.product-msg {
	padding: 5px 20px 20px;
}
.product-msg h4 {
	font-weight: bold;
}
.product-msg h5 {
	margin-top: 5px;
	font-size: 14px;
	color: #c71c28;
}
.product-msg h5 span {
	font-size: 20px;
}
.product-msg h5 del {
	font-size: 16px;
	color: #ccc;
	position: relative;
	margin-left: 20px;
}
.product-msg h5 del:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 2px;
	width: 1px;
	height: 16px;
	background: #aeafb0;
}


/*联系我们*/
.contact {
	width: 100%;
	height: auto;
	position: absolute;
	top: -120px;
	left: 0;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.contact-left {
	width: 38%;
}
.contact h1 {
	text-align: center;
	color: #000;
	margin: 0;
}
.contact h3 {
	padding: 0 0 10px;
	margin: 0;
}
.contact h4 {
	color: #bbb;
	text-align: center;
	margin: 5px 0;
}
.contact p, .contact-center div {
	color: #aaa;
	margin: 0 0 8px;
}
.contact p i, .contact-center div h5 i {
	color: #333;
	padding-right: 10px;
}
.contact-center {
	width: 38%;
	padding: 15px 30px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.contact-center div h5 {
	width: 100px;
	margin: 0;
}
.contact-center div p, .contact-center div:last-child {
	margin: 0;
}
.contact-right {
	width: 24%;
	text-align: center;
}
.map {
	height: 550px;
	background-color: #fff;
	margin-top: 180px;
	border: 1px solid #ccc;
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination li {
	margin: 0 4px;
}


/*文章详情*/
.detaile-title {
	padding: 30px;
	background-color: #fff;
	display: flex;
	align-items: center;
	min-height: 100px;
}
.detaile-title h2 {
	margin: 0;
	flex: 1;
	line-height: 40px;
	color: #db251a;
}
.detaile-title h5 {
	text-align: right;
}
.detaile-button {
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background-color: #1AA034;
	border: none;
	border-radius: 6px;
	margin-left: 30px;
}
.detaile-button:hover {
	color: #fff;
}
.detaile-code-position {
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	background-color: #fbb036;
	border-radius: 6px;
	cursor: pointer;
	margin-left: 15px;
	position: relative;
}
.detaile-code-img {
	display: none;
	width: 136px;
	height: 136px;
	padding: 8px;
	background-color: #fbb036;
	border-radius: 4px;
	position: absolute;
	bottom: -155px;
	left: -18px;
}
.detaile-code-position:hover .detaile-code-img {
	display: block;
}
.detaile-code-img img {
	width: 100%;
}
.detaile-code-img span {
	width: 0px;
	height: 0px;
	overflow: hidden;
	border: 10px solid transparent;
	border-bottom-color: #fbb036;
	position: absolute;
	top: -20px;
	left: 58px;
}
.detaile-text {
	padding: 50px 0 0 0;
	font-size: 16px;
}
.article{
	margin-bottom: 10px;
}
.article *{
	color: #777;
}
.detaile-text *{
	font-size: 16px!important;
	line-height: 24px;
	color:#777;
}
.detaile-text img {
	display: block;
	width: 100% !important;
}
.detaile-more {
	text-align: center;
	padding: 0 30px;
}
.detaile-more li {
	margin-bottom: 15px;
}
.detaile-more img {
	width: 100%;
	transition: 0.3s;
}
.detaile-more li:hover img {
	transform: scale3d(1.1, 1.1, 1);
}
.detaile-more p {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*分页*/
.pagination li.active:hover span, .pagination li.active span {
	background-color: #db251a;
	border-color: #db251a;
}
.pagination li:hover a, .pagination li a {
	color: #db251a;
}