﻿@charset "utf-8";

/*首页*/

.banner_t {
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -600px;
}

.banner_t p:nth-child(2) {
	padding-left: 250px;
	margin-top: 40px;
}

.banner .swiper-pagination span {
	height: 10px;
	width: 10px;
	border: 1px solid #FFFFFF;
	opacity: 1;
	outline: none;
	background: unset;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.banner .swiper-pagination {
	bottom: 55px;
}

.index {
	position: relative;
	margin-bottom: 80px;
}

.index .index_nav {
	/* position: absolute; */
	top: -35px;
	height: 105px;
	width: 100%;
	line-height: 105px;
	z-index: 33;
	background: #FFFFFF;
}

.index .index_nav a {
	display: block;
	float: left;
	height: 100%;
	width: 33.33%;
	text-align: center;
	line-height: 105px;
	color: #16110e;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
	text-indent: 2em;
}

.index .index_nav a:nth-child(1) {
	background: url(../img/index/01.png) no-repeat center;
	background-position-x: 35%;
}

.index .index_nav a:nth-child(2) {
	background: url(../img/index/02.png) no-repeat center;
	background-position-x: 35%;
}

.index .index_nav a:nth-child(3) {
	background: url(../img/index/03.png) no-repeat center;
	background-position-x: 35%;
}

.index .index_nav a:nth-child(1):hover {
	background: #da251d url(../img/index/01_1.png) no-repeat center;
	background-position-x: 35%;
	color: #ffffff;
}

.index .index_nav a:nth-child(2):hover {
	background: #da251d url(../img/index/02_1.png) no-repeat center;
	background-position-x: 35%;
	color: #ffffff;
}

.index .index_nav a:nth-child(3):hover {
	background: #da251d url(../img/index/03_1.png) no-repeat center;
	background-position-x: 35%;
	color: #ffffff;
}

.index .index_box {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.index .index_box .i_news {
	width: 670px;
	float: left;
}

.index .index_box .i_news .i_news_body {
	margin-top: 25px;
	height: 170px;
}

.index .index_box .i_news .i_news_body .i_news_hot div:nth-child(1) {
	overflow: hidden;
	float: left;
}

.index .index_box .i_news .i_news_body .i_news_hot div:nth-child(1) img {
	transition: all 0.4s ease-in-out;
}

.index .index_box .i_news .i_news_body .i_news_hot div:nth-child(2) {
	width: 55%;
	padding: 0px 10px;
	height: 170px;
	position: relative;
	float: right;
	/* border-bottom: 1px solid #e6e6e6; */
}

.index .index_box .i_news .i_news_body .i_news_hot div:nth-child(2) h1 {
	color: #fa050f;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index .index_box .i_news .i_news_body .i_news_hot div:nth-child(2) p {
	color: #666666;
	font-size: 14px;
	line-height: 27px;
	margin-top: 25px;
}

.index .index_box .i_news .i_news_body .i_news_hot div:nth-child(2) font {
	color: #8f8f8f;
	font-size: 14px;
	position: absolute;
	right: 0px;
	bottom: 10px;
	display: none;
}

.index .index_box .i_news .i_news_body .i_news_item {
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.index .index_box .i_news .i_news_body .i_news_item::before {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	top: 50%;
	background: #333333;
	border-radius: 50%;
	margin-top: -2px;
}

.index .index_box .i_news .i_news_body .i_news_item a {
	display: block;
	padding-left: 10px;
}

.index .index_box .i_news .i_news_body .i_news_item a p {
	color: #333333;
	font-size: 14px;
	display: block;
	width: 75%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index .index_box .i_news .i_news_body .i_news_item font {
	color: #999;
	font-size: 12px;
	display: block;
	width: 20%;
	float: right;
	text-align: right;
}

.index .index_box .i_news .i_news_body .i_news_item:hover p,
.index .index_box .i_news .i_news_body .i_news_item:hover font {
	color: #fa050f;
}

.index .index_box .i_news .i_news_body .i_news_item:hover::before {
	background: #fa050f;
}

.index .index_box .i_right {
	width: 440px;
	float: right;
}

.index .index_box .i_right .i_right_body {
	margin-top: 25px;
}

.index .index_box .i_right .i_right_body div.i_about {
	height: 101px;
	overflow: hidden;
	margin-bottom: 25px;
}

.index .index_box .i_right .i_right_body div.i_about p {
	color: #666666;
	font-size: 14px;
	line-height: 27px;
}


/*联系我们*/

.contact {
	background: #FFFFFF;
}

.contact .contact_info .contact_item {
	float: left;
	width: 270px;
	height: 185px;
	padding: 30px;
	background: #f9f9f9;
	border-radius: 10px;
	margin-right: 20px;
	position: relative;
}

.contact .contact_info .contact_item:nth-child(4) {
	float: right;
	margin-right: 0px;
}

.contact .contact_info .contact_item h1 {
	margin: 0px;
	font-size: 24px;
	color: #da251d;
	margin-bottom: 30px;
}

.contact .contact_info .contact_item img {
	transition: all 0.4s ease-in-out;
	margin-right: 15px;
}

.contact .contact_info .contact_item p {
	margin-bottom: 25px;
	color: #333333;
	font-size: 15px;
}

.contact .contact_info .contact_item p:last-child {
	margin-bottom: 0px;
}

.contact .contact_info .contact_item:last-child p {
	margin-bottom: 0px;
}

.contact .contact_info .contact_item span {
    position: absolute;
    display: block;
    color: #333333;
    font-size: 16px;
    width: 20px;
    margin: 0 auto;
    line-height: 24px;
    writing-mode: vertical-lr;
    bottom: 10px;
    right: 30px;

}

.contact .contact_info .contact_item:hover img {
	transform: rotateY(180deg);
}

.contact .contact_other {
	margin-top: 30px;
}

.contact .contact_other>div {
	float: left;
}

.contact .contact_other>div>h1 {
	color: #333333;
	font-size: 24px;
	position: relative;
	margin-bottom: 70px;
}

.contact .contact_other>div>h1::before {
	position: absolute;
	content: "";
	background: #333333;
	width: 35px;
	height: 1px;
	top: 45px;
	left: 0px;
}

.contact .contact_other div.con_map {
	width: 600px;
}

.contact .contact_other div.con_map .map {
	width: 100%;
	height: 375px;
}

.contact .contact_other div.con_map .map img,
.contact .contact_other div.con_map .map label {
	max-width: none;
}

.contact .contact_other div.con_msg {
	width: 480px;
	float: right;
}

.contact .contact_other div.con_msg .msg .form-group {
	margin-bottom: 20px;
}

.contact .contact_other div.con_msg .msg input[name=username] {
	width: 48%;
	float: left;
}

.contact .contact_other div.con_msg .msg input[name=mobile] {
	width: 48%;
	float: right;
}

.contact .contact_other div.con_msg .msg input[name=addr] {
	width: 100%;
	float: left;
}

.contact .contact_other div.con_msg .msg textarea {
	resize: none;
	height: 200px;
}

.contact .contact_other div.con_msg .msg button {
	padding: 12px 60px;
	background-color: #da251d;
	border-color: #da251d;
	border: none;
	box-shadow: none;
	outline: none;
}

.contact .contact_other div.con_msg .msg button:hover,
.contact .contact_other div.con_msg .msg button:focus {
	background-color: #da251d;
	border-color: #da251d;
	border: none;
	outline: none;
	box-shadow: none;
}


/*新闻*/

.news .news_body .news_item {
	padding: 35px 0px;
	border-bottom: 1px solid #e6e6e6;
}

.news .news_body .news_item a {
	display: block;
	transition: all 0.4s ease-in-out;
}

.news .news_body .news_item a div.img {
	display: block;
	float: left;
	width: 285px;
	overflow: hidden;
}

.news .news_body .news_item a div.img img {
	transition: all 0.4s ease-in-out;
}

.news .news_body .news_item a div.con {
	width: 600px;
	float: left;
	margin-left: 40px;
}

.news .news_body .news_item a div.con h1 {
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 30px;
}

.news .news_body .news_item a div.con p {
	color: #666666;
	font-size: 14px;
	line-height: 27px;
}

.news .news_body .news_item a div.time {
	width: 100px;
	float: right;
	margin-right: 70px;
	transition: all 0.4s ease-in-out;
}

.news .news_body .news_item a div.time p {
	color: #b2b2b2;
	font-size: 30px;
}

.news .news_body .news_item a div.time font {
	display: block;
	width: 100%;
	height: 11px;
	background: url(../img/news/01.png) no-repeat center;
	position: relative;
	margin-top: 40px;
	transition: all 0.4s ease-in-out;
}

.news .news_body .news_item a div.time font::before {
	position: absolute;
	content: "";
	background: #e6e6e6;
	width: 1px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
}

.news .news_body .news_item:hover a {
	transform: translateX(30px);
}

.news .news_body .news_item:hover h1 {
	color: #da251d;
}

.news .news_body .news_item:hover div.time font {
	background: url(../img/news/02.png) no-repeat center;
}

.news_body .ns_title {
	padding: 40px 0px;
	text-align: center;
}

.news_body .ns_title h1 {
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
}

.news_body .ns_title p {
	color: #999999;
	font-size: 14px;
}

.news_body .ns_title img {
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.news_body .ns_con {
	margin-bottom: 50px;
}

.news_body .ns_con img {
	width: auto !important;
	height: auto !important;
}

.news_body .ns_con table {
	width: 100% !important;
	height: 100% !important;
}

.news_body .ns_con p {
	color: #666666;
	line-height: 27px;
	margin-bottom: 10px;
	font-size: 14px;
}

.back_list {
	padding: 35px;
	width: 100%;
	border-top: 1px solid #e6e6e6;
}

.back_list ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	min-height: 1px;
}

.back_list ul li a {
	display: inline-block;
	width: 140px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background: #cccccc;
	transition: all 0.4s ease-in-out;
	border-radius: 10px;
}

.back_list ul li.back a {
	background: url(../img/news/04.png) no-repeat center;
	background-position-x: 20%;
	text-indent: 1em;
	border: 1px solid #666666;
	color: #666666;
}

.back_list ul li.back a:hover {
	border-color: #da251d;
	color: #da251d;
	background: url(../img/news/05.png) no-repeat center;
	background-position-x: 20%;
}

.back_list ul li:not(.back) a:hover {
	background: #da251d;
}


/*人才招聘*/

.job .job_nav span {
	display: block;
	width: 20%;
	float: left;
	font-size: 16px;
	color: #333;
	height: 70px;
	line-height: 70px;
	text-align: left;
	text-indent: 30px;
}

.job>.job_nav {
	border-radius: 10px;
	background: #da251d;
	/*border-bottom: 1px solid #dbdbdb;*/
}

.job>.job_nav span {
	color: #FFFFFF;
}

.job_box .panel-heading {
	padding-top: 0px;
	padding-bottom: 0px;
	background: #FFFFFF;
	border-bottom: 1px solid #dbdbdb;
}

.job_box .panel {
	border: none;
	box-shadow: none;
}

.job_box>.panel-group>.panel .job_nav {
	position: relative;
}

.job_box>.panel-group>.panel .job_nav::before {
	position: absolute;
	content: "";
	width: 18px;
	height: 15px;
	background: url(../img/job/05.png) no-repeat center;
	right: 30px;
	top: 50%;
	margin-top: -7.5px;
}

.job_box .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
	position: relative;
}

.job_box .panel-group .panel-heading+.panel-collapse>.panel-body p {
	line-height: 27px;
	margin-bottom: 10px;
	color: #808080;
	font-size: 14px;
}

.job_box .tdjl {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: 140px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	font-size: 18px;
	background: #da251d;
	border-radius: 30px;
}

.pers .pers_list {
	float: left;
	text-align: center;
	border: 1px solid #dbdbdb;
	margin-right: 24px;
	transition: all 0.4s ease-in-out;
}

.pers .pers_list:nth-child(4) {
	margin-right: 0px;
}

.pers .pers_list>img:nth-child(1) {
	margin: 40px 0px 20px 0px;
	transition: all 0.4s ease-in-out;
}

.pers .pers_list>span {
	display: block;
	text-align: center;
	color: #333333;
	font-size: 18px;
}

.pers .pers_list>p {
	color: #707070;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 50px;
}

.pers .pers_list:hover {
	transform: translateY(-20px);
}

.pers .pers_list:hover>img:nth-child(1) {
	transform: rotateY(180deg);
}


/*招聘表单*/

.resume_box {
	margin-bottom: 80px;
}

.resume_box form input.form-control {
	display: inline-block;
	width: 60%;
}

.resume_box textarea {
	resize: none;
	min-height: 300px;
}

.resume_box font {
	color: red;
}

.resume_box label {
	color: #333333;
	font-size: 16px;
	font-weight: inherit;
}

.resume_box label {
	color: #333333;
	font-size: 16px;
	font-weight: inherit;
}

.resume_box p {
	background: #ffffff;
	border-bottom: 1px solid #ddd;
	margin: 20px 0px;
	padding: 0px 10px 0px 15px;
	line-height: 36px;
}

.resume_box form>.row>.col-xs-12 {
	margin-bottom: 20px;
}

.resume_box form>.row>.col-xs-12 button {
	width: 150px;
	height: 40px;
	outline: none;
}

.resume_box form>.row>.col-xs-12 button.btn-primary {
	background: #da251d;
	border-color: #da251d;
}


/*--人才理念--*/

.idea {
	width: 100%;
}

.idea>p {
	width: 100%;
	text-align: center;
}

.idea .item_box {
	margin-bottom: 30px;
}

.idea .item_box .idea_item {
	float: left;
	width: 270px;
	margin-right: 18px;
}

.idea .item_box .idea_item p {
	color: #333333;
	font-size: 18px;
	padding: 15px 0px;
}

.idea .item_box .idea_item span {
	color: #707070;
	font-size: 14px;
}

.idea .item_box .idea_item:nth-child(4n) {
	margin-right: 0px;
}

.idea .item_box .item_head {
	width: 100%;
	height: 220px;
	float: left;
	text-align: center;
	border: 1px solid #cccccc;
	border-bottom: 0px;
	padding-top: 40px;
}

.idea .item_box .item_body {}

.idea .item_box img {
	transition: all 0.4s ease-in-out;
}

.idea .item_box .idea_item:hover .item_head img {
	transform: rotateY(180deg);
}


/*服务*/

.serve .server_head {
	text-align: center;
}

.serve .server_head h1 {
	color: #333333;
	font-size: 30px;
	position: relative;
}

.serve .server_head>h1::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 1px;
	background: #333333;
	left: 50%;
	margin-left: -17px;
	top: 50px;
}

.serve .server_body {
	margin-top: 75px;
	margin-bottom: 65px;
}

.serve .server_body .sb_head .sb_item {
	width: 365px;
	float: left;
	margin-right: 20px;
}

.serve .server_body .sb_head .sb_item:nth-child(3n) {
	margin-right: 0px;
}

.serve .server_body .sb_head .sb_item p {
	color: #666666;
	font-size: 16px;
	display: inline-block;
	margin: 0 auto;
	margin-top: 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid #da251d;
}

.serve .server_foot .sf_item {
	float: left;
	width: 33.33%;
}

.serve .server_foot .sf_item:nth-child(1),
.serve .server_foot .sf_item:nth-child(3) {
	text-align: left;
}

.serve .server_foot .sf_item h1 {
	color: #333333;
	font-size: 18px;
	display: inline-block;
	padding-bottom: 7px;
	border-bottom: 1px solid #333333;
}

.serve .server_foot .sf_item p {
	color: #999999;
	font-size: 14px;
	line-height: 27px;
}


/**/

.network .mapss {
	margin: 50px 0px;
}

.network .mapss h1 {
	font-size: 30px;
	color: #333333;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.network .mapss h1::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 1px;
	background: #333333;
	left: 50%;
	top: 45px;
	margin-left: -17.5px;
}

.network .net_head {
	height: 50px;
	line-height: 50px;
}

.network .net_head h1 {
	float: left;
	font-size: 30px;
	color: #333333;
	position: relative;
}

.network .net_head h1::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 1px;
	background: #333333;
	left: 0px;
	top: 45px;
}

.network .net_head #city_1 {
	float: right;
	width: 60%;
	text-align: right;
}

.network .net_head #city_1 select {
	display: inline-block;
	width: 195px;
	height: 50px;
	border-radius: 0px;
	outline: none;
	border: none;
	box-shadow: 0px 0px 20px #efefef;
}

.network .net_head #city_1 select:hover,
.network .net_head #city_1 select:focus {
	box-shadow: 0px 0px 10px #efefef;
}

.network .net_head #city_1 button {
	width: 70px;
	height: 50px;
	background: #da251d;
	border-radius: 0px;
	outline: none;
	border: none;
	position: relative;
	top: -2px;
	margin-left: 20px;
}

.network .net_body {
	margin-top: 80px;
}

.network .net_body #map {
	width: 740px;
	height: 600px;
	float: left;
	background: #f1f1f1;
}

.network .net_body #map img {
	max-width: none;
}

.network .map_list {
	height: 600px;
	width: 395px;
	float: right;
	box-shadow: 0px 0px 50px #efefef;
}

.network .map_list .box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.network .map_list .box .scroll {
	padding: 10px 30px;
}

.network .map_list .box .scroll_list {
	border-bottom: 1px solid #e6e6e6;
	padding: 25px 0px;
}

.network .map_list .box .scroll .scroll_list h1 {
	color: #333333;
	font-size: 18px;
}

.network .map_list .box .scroll .scroll_list p,
.network .map_list .box .scroll .scroll_list span {
	color: #666666;
	font-size: 14px;
}

.network .map_list .box .scroll .scroll_list:hover h1 {
	color: #da251d;
}


/*产品*/

.product_box .product_list {
	margin-bottom: 30px;
	float: left;
	margin-right: 80px;
	text-align: center;
	box-shadow: 0px 0px 20px #e8e8e8;
	padding-bottom: 40px;
	border-top: 3px solid #999999;
	transition: all 0.4s ease-in-out;
}

.product_box .product_list .pl_img {
	overflow: hidden;
}

.product_box .product_list .pl_img img {
	transition: all 0.4s ease-in-out;
}

.product_box .product_list:nth-child(2n) {
	margin-right: 0px;
}

.product_box .product_list .pl_body p {
	color: #333333;
	font-size: 28px;
	font-weight: bold;
}

.product_box .product_list .pl_body font {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 14px;
	background: #999999;
	margin-top: 30px;
	transition: all 0.4s ease-in-out;
}

.product_box .product_list:hover {
	border-color: #da251d;
	transform: translateY(-10px);
}

.product_box .product_list:hover .pl_img img {
	transform: scale(1.1);
}

.product_box .product_list:hover .pl_body font {
	background: #da251d;
}

.addrs {
	position: absolute;
	top: -60px;
	left: 0px;
}

.addrs,
.addrs a {
	color: #999999;
	font-size: 14px;
}

.addrs a {
	margin: 0px 5px;
}

.addrs img {
	position: relative;
	top: -2px;
}


/*关于我们*/

.about_box .abo_list:nth-child(1) .abo-t {
	float: left;
	width: 60%;
	padding-right: 50px;
	padding-top: 50px;
}

.about_box .abo_list:nth-child(1) .abo-t h3 {
	color: #222222;
	font-size: 22px;
	margin-bottom: 40px;
	position: relative;
}

.about_box .abo_list:nth-child(1) .abo-t h3::before {
	position: absolute;
	content: '';
	width: 34px;
	height: 1px;
	background: #000000;
	top: 42px;
}

.about_box .abo_list:nth-child(1) .abo-t p {
	color: #666666;
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 10px;
}

.about_box .abo_list:nth-child(1) .abo-p {
	float: right;
	width: 40%;
}

.about_box .abo_list:nth-child(2) .abo-t p {
	color: #666666;
	font-size: 14px;
	line-height: 27px;
}

.about_box .abo_list:nth-child(2) .abo-p {
	float: left;
}

.about_box .abo_list:nth-child(2) .abo-t {
	float: right;
	width: 40%;
	padding-top: 5%;
	padding-left: 5%;
}

.about_box .abo_list:nth-child(2) .abo-t p {
	margin-bottom: 5px;
}


/*企业文化*/

.culture .cul_head {
	text-align: center;
}

.culture .cul_head h1 {
	color: #333333;
	font-size: 30px;
	position: relative;
	margin-bottom: 40px;
}

.culture .cul_head h1::before {
	position: absolute;
	content: "";
	width: 35px;
	height: 1px;
	background: #333333;
	left: 50%;
	margin-left: -17px;
	top: 45px;
}

.culture .cul_head p {
	margin-bottom: 10px;
	color: #666666;
	font-size: 16px;
}

.culture .cul_body {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
    margin-top: 30px;
}

.culture .cul_body .cul_item {
	position: relative;
	width: 33.32%;
	height: 277px;
	float: left;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	position: relative;
	padding: 40px 30px;
}

.culture .cul_body .cul_item::before {
	position: absolute;
	content: "";
	width: 0%;
	background: #da251d;
	height: 2px;
	left: 0px;
	top: -1px;
	transition: all 0.4s ease-in-out;
}

.culture .cul_body .cul_item h1 {
	color: #333333;
	font-size: 26px;
}

.culture .cul_body .cul_item p {
	color: #666666;
	font-size: 16px;
}

.culture .cul_body .cul_item img {
	transition: all 0.4s ease-in-out;
	position: absolute;
	bottom: 40px;
	right: 30px;
}

.culture .cul_body .cul_item:hover img {
	transform: rotateY(180deg);
}

.culture .cul_body .cul_item:hover::before {
	width: 100%;
}


/*资质荣誉*/

.honor {
	width: 100%;
}

.honor .honor_item {
	margin-bottom: 30px;
	width: 368px;
	margin-right: 15px;
	background: #f5f5f5;
	float: left;
}

.honor .honor_item .honor_head {
	padding: 20px 24px;
}

.honor .honor_item:nth-child(3n) {
	margin-right: 0px;
}

.honor .honor_item a {
	display: block;
	overflow: hidden;
}

.honor .honor_item a img {
	transition: all 0.4s ease-in-out;
}

.honor .honor_item .honor_body {
	height: 110px;
	padding: 20px 24px;
	transition: all 0.4s ease-in-out;
}

.honor .honor_item .honor_body p {
	margin-bottom: 20px;
	color: #333333;
	font-size: 18px;
}

.honor .honor_item .honor_body span {
	color: #666666;
	font-size: 14px;
}

.honor .honor_item:hover .honor_body {
	background: #da251d;
}

.honor .honor_item:hover img {
	transform: scale(1.1);
}

.honor .honor_item:hover .honor_body p,
.honor .honor_item:hover .honor_body span {
	color: #FFFFFF;
}


/*技术设备*/

.skill p,
.skill span {
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
	line-height: 27px;
}

.skill img {
	width: auto !important;
	height: auto !important;
}