/* @import "iconfont.css"; */
@import "common.css";
@import "home.css";

/*内页-tab栏*/
.common-tab {
	position: relative;
	padding-top: 17px;
	line-height: 80px;
	text-align: center;
}

.common-tab::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #ececec;
}

.common-tab .tab {
	padding: 0 16px;
}

.common-tab a {
	position: relative;
	display: inline-block;
	padding: 0 8px;
	color: #969696;
}

.common-tab .active a,
.common-tab a:hover {
	color: #000;
}

.common-tab .active a::after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #000;
}

.common-title {
	padding-top: 56px;
	line-height: 56px;
	color: #646464;
	font-size: 24px;
	text-transform: Uppercase;
}

.common-title .en {
	line-height: 52px;
	font-size: 52px;
	color: #dcdcdc;
}

.common-title+.common-tab {
	padding-top: 0;
}

.single_content {
	line-height: 2;
    /*text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines;
    text-align-last:left;*/
    overflow:hidden;
}

.single_content img {
	display: inline-block;
}

/*关于我们*/
.about_wrapper {
	/*margin-top: 70px;*/
    margin-top: 40px;
}

.about_title {
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 45px;
}

.about_qyln li {
	float: left;
	position: relative;
	width: 592px;
	height: 312px;
	margin-left: 16px;
	margin-bottom: 16px;
	overflow: hidden;
}

.about_qyln li:nth-child(3n+1) {
	margin-left: 0;
	height: 640px;
}

.about_qyln li img {
	width: 100%;
	height: 100%;
}

.about_qyln .content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

.about_qyln li .item-title {
	line-height: 36px;
	margin-bottom: 25px;
	font-size: 24px;
}

.about_qyln li .item-con {
	line-height: 28px;
	max-width: 320px;
}
.about_history {
	position: relative;
	background: url(../images/about_history_bg.png) top center repeat-y;
}
.about_history::before,.about_history::after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -11px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fd8204;
}
.about_history::before{
	top: 0;
}
.about_history::after{
	bottom: 0;
}

.about_history li{
	position: relative;
	width: 100%;
	padding-left: 668px;
	height: 168px;
	line-height: 1;
	overflow: hidden;
}
.about_history .item-wrap{
	position: relative;
	padding-left: 155px;
	height: 168px;
	display: flex;
	align-items: center;
}
.about_history .item-img{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -60px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}
.about_history .item-img img{
	width: 100%;
	height: 100%;
}
.about_history .item-con{
	flex: 1;
}
.about_history h3{
	font-size: 36px;
	color: #000;
	margin-bottom: 18px;
}
.about_history h4{
	font-size: 18px;
	color: #000;
	margin-bottom: 12px;
}
.about_history p{
	color: #969696;
}
.about_history li:nth-child(2n){
	padding-right: 668px;
	padding-left: 0;
}
.about_history li:nth-child(2n) .item-wrap{
	padding-left: 0;
	padding-right: 155px;
}
.about_history li:nth-child(2n) .item-img{
	left: auto;
	right: 0;
}
.about_history li:nth-child(2n) .item-con{
	text-align: right;
}

.about_honor li {
	float: left;
	width: 320px;
    height:313px;
	margin-right: 87px;
	/*margin-bottom: 50px;*/
    margin-bottom: 20px;
}

.about_honor li:nth-child(3n) {
	margin-right: 0;
}

.about_honor .item-img {
	width: 310px;
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
}

.about_honor .item-img img {
	display: inline-block;
	width: 310px;
	height: 220px;
}
.about_honor li:hover .item-img img {
	position: absolute;
	z-index: 9;
	left:-5px;
	top: 0;
	width: 320px;
	height: 230px;
	box-shadow: 0 5px 20px 5px rgba(0,0,0,.2);
}

.about_honor .has-bd .item-img {
	
}
.about_honor .has-bd .item-img img{
	width: 308px;
	height: 218px;
}

.about_honor .item-name {
    width:290px;
	height:44px;
	line-height:22px;
    margin:10px auto 0;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align:center;
}

.about_award_wrapper {
	position: relative;
	/*padding: 50px 0 95px;*/
    
	padding: 0 0 95px;
}
.about_award_wrapper .award-swiper{
	position: relative;
	padding: 0 72px;
	height: 255px;
	overflow: hidden;
}

.about_award_wrapper .award_item {
	display: block;
	width: 304px;
	height: 255px;
    padding-top:10px;
	margin: 0 auto;
}

.about_award_wrapper .award_item img {
	width: 304px;
	height: 202px;
	box-shadow: 0 5px 20px 5px rgba(0,0,0,0);
	margin-bottom: 10px;
}
.about_award_wrapper .award_item:hover img{
		box-shadow: 0 5px 20px 5px rgba(0,0,0,.2);
}

.about_award_wrapper p {
	display: block;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.about_award_wrapper .swiper-page-btn {
	top: 77px;
}

.about_case_award .about_wrapper {
	margin-top: 0;
	padding-top: 70px;
	padding-bottom: 70px;
}

.about_case_award .case_award {
	position: relative;
}

.about_case_award .timeline {
	position: relative;
	padding-left: 208px;
	padding-top: 40px;
	min-height: 130px;
}

.about_case_award .time-line {
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	width: 133px;
	line-height: 1;
	color: #969696;
	font-size: 36px;
}

.about_case_award .time-line::before {
	content: '';
	position: absolute;
	right: 6px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #969696;
}

.about_case_award .time-line::after {
	content: '';
	position: absolute;
	right: -1px;
	top: 3px;
	width: 11px;
	height: 11px;
	background: #fff;
	border: 2px solid #969696;
	border-radius: 50%;
}

.about_case_award .timeline:first-child .time-line::before {
	background-color: #fd8204;
}

.about_case_award .timeline:first-child .time-line::after {
	top: 0;
	border-color: #fd8204;
}

.about_case_award li {
	float: left;
	width: 50%;
	margin-bottom: 40px;
	padding-right: 40px;
}

.about_case_award li:nth-child(2n) {
	padding-left: 40px;
	padding-right: 0;
}

.about_case_award .item-title {
	line-height: 26px;
	font-size: 16px;
	margin-bottom: 6px;
}

.about_case_award p {
	line-height: 18px;
	color: #969696;
}

.about_case_award .list-item .item-title:hover {
	color: #000;
}

.patent_list li {
	/*padding: 40px 15px 40px 312px;*/
    padding: 0 15px 40px 312px;
    margin-bottom:40px;
	position: relative;
}

.patent_list li::after {
	content: '';
	position: absolute;
	left: 312px;
	right: 15px;
	bottom: 0;
	height: 1px;
	background: #ececec;
}

.patent_list .item-img {
	position: absolute;
	left: 15px;
	top: 0;
	width: 216px;
	height: 310px;
	padding: 8px;
	background: #fff;
	border: 1px solid #ececec;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.patent_list img {
	width: 100%;
	height: 100%;
}

.patent_list .item-content {
	min-height: 310px;
	padding-top: 35px;
}

.patent_list h3 {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}

.patent_list .item-detail {
	margin-top: 62px;
	height: 144px;
	line-height: 24px;
	color: #969696;
    text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines;
    text-align-last:left;
    overflow:hidden;
}

.about_leader li {
	float: left;
	position: relative;
	width: 25%;
	padding: 0 35px;
	/*height: 398px;*/
    height: 300px;
	margin-bottom: 58px;
	text-align: center;
}
/*
.about_leader .item-img {
	width: 230px;
	height: 300px;
	margin-bottom: 20px;
	overflow: hidden;
}

.about_leader .item-cover {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.about_leader h3 {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

.about_leader p {
	display: block;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
*/
/*==============*/


.about_leader .item-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.about_leader li .item-img {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 32px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}

.about_leader li .item-cover {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-color: #4a4a4e;
	padding-top: 175px;
	color: #fff;
	cursor: pointer;
}

.about_leader li .item-cover:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 16px;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	background: url(../images/view-more.png) no-repeat center;
}

.about_leader li .item-cover h3 {
	margin-bottom: 15px;
}

.leader_detail {
	position: fixed;
	background: #fff;
	left: 0;
	right: 0;
	top: 60px;
	bottom: 60px;
	/* padding: 60px 0; */
}

.leader_detail .detail-left {
	margin-left: 90px;
	width: 280px;
	height: 368px;
	overflow: hidden;
}

.leader_detail .detail-left img {
	width: 100%;
	height: 100%;
}

.leader_detail .detail-right {
	width: 575px;
	max-height: 480px;
	padding-right: 45px;
	overflow-y: auto;
}

.leader_detail .leader-name {
	height: 34px;
	line-height: 34px;
	font-size: 24px;
	color: #000;
}

.leader_detail .leader-subname {
	line-height: 20px;
	margin-top: 5px;
	color: #000;
}

.leader_detail .leader-pos {
	line-height: 28px;
	margin-top: 40px;
}

.leader_detail .single_content {
	line-height: 30px;
	color: #969696;
	margin-top: 40px;
}

/*专业服务*/
.service-page {
	background: #f6f6f6;
	padding-top: 60px;
	padding-bottom: 110px;
}

.service-page+.footer {
	margin-top: 0;
}

.service-page .service-msg {
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin-bottom: 40px;
}

.service-class-list li {
	float: left;
	width: 230px;
	height: 230px;
	padding: 30px;
	margin: 0 10px 10px 0;
	background-color: #fff;
}

.service-class-list li:nth-child(5n) {
	margin-right: 0;
}

.service-class-list li a {
	display: block;
}

.service-class-list .icon {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 56px;
	margin-bottom: 28px; 
	color: #f06666;
	font-size: 56px;
	overflow: hidden;
}
.service-class-list .icon>img{
	width: 100%;
	height: 100%;
}
.service-class-list li:hover .icon>img{
	filter: drop-shadow(56px 0 #fff); 
	position: relative;
	left: -56px;
}

.service-class-list .icon .default {
	display: block;
}

.service-class-list .icon .hover {
	display: none;
}

.service-class-list .icon img {
	height: 100%;
	width: auto;
}

.service-class-list li .icon img.icon-white, .service-class-list li .icon img.icon-red {
  filter:none;
  left:auto; 
  height:56px;
  width:auto;
  margin:0 auto;
  max-width:56px;
}
.service-class-list li .icon img.icon-white {display:none}
.service-class-list li .icon img.icon-red {display:block}
.service-class-list li:hover .icon img.icon-white {display:block}
.service-class-list li:hover .icon img.icon-red {display:none}

.service-class-list .class-name {
	height: 22px;
	line-height: 22px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #f06666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.service-class-list .class-intro {
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #969696;
}

.service-class-list li:hover {
	background-color: #4a4a4e;
}

.service-class-list li:hover .hover {
	display: block;
}

.service-class-list li:hover .default {
	display: none;
}

.service-class-list li:hover .icon,
.service-class-list li:hover .class-name,
.service-class-list li:hover .class-intro {
	color: #fff;
}


.service-detail-banner {
	min-height: 650px;
    height:auto;
	background: url(../images/banner_service_detail.jpg) no-repeat center top;
    background-size:auto 100%;
    padding-bottom:40px;
}

.service-detail-banner .wrapper {
	padding-top: 60px;
}

.service-detail-banner p {
	color: #fff;
}

.service-detail-sort {
	margin-top: 30px;
}

.service-detail-sort li {
	float: left;
	width: 230px;
	height: 176px;
	padding: 30px;
	margin: 0 10px 10px 0;
	background-color: rgba(255, 255, 255, .75);
	text-align: center;
}

.service-detail-sort li:nth-child(5n) {
	margin-right: 0;
}

.service-detail-sort li a {
	display: block;
}

.service-detail-sort .icon {
	position: relative;
	display: inline-block;
	width: 56px;
	height: 56px;
	margin-bottom: 25px; 
	color: #f06666;
	font-size: 56px;
	overflow: hidden;
}
.service-detail-sort .icon>img{
	width: 100%;
	height: 100%;
}
.service-detail-sort li:hover .icon>img,.service-detail-sort li.active .icon>img{
	filter: drop-shadow(56px 0 #fff); 
	position: relative;
	left: -56px;
}

.service-detail-sort .icon .default {
	display: inline-block;
}

.service-detail-sort .icon .hover {
	display: none;
}

.service-detail-sort .icon img {
	height: 100%;
	width: auto;
}

.service-detail-sort .class-name {
	max-height: 44px;
	line-height: 22px;
	font-size: 16px;
	color: #646464;
	overflow: hidden;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
}

.service-detail-sort li:hover,.service-detail-sort li.active {
	background: #fd8204;
}

.service-detail-sort li:hover .icon,
.service-detail-sort li:hover .class-name,
.service-detail-sort li.active .icon,
.service-detail-sort li.active .class-name{
	color: #fff;
}

.service-detail-sort li:hover .default {
	display: none;
}

.service-detail-sort li:hover .hover {
	display: inline-block;
}

.serveice-detail-main {
	padding-top: 60px;
}

.serveice-detail-main .service-title {
	line-height: 28px;
	margin-bottom: 60px;
	color: #000;
	font-size: 14px;
}

.serveice-detail-main .service-title h3 {
	font-size: 24px;
	margin-bottom: 5px;
}

/*项目案例*/
.case-page {
	padding: 60px 48px 0;
}

.case-sort {
	padding-left: 113px;
	margin-bottom: 25px;
	position: relative;
}

.case-sort .sort-label {
	position: absolute;
	left: 16px;
	top: 0;
	line-height: 32px;
}

.case-sort li {
	float: left;
	display: inline-block;
	margin-right: 32px;
	margin-bottom: 25px;
}

.case-sort li>a {
	display: inline-block;
	line-height: 32px;
	padding: 0 12px;
	background-color: #f2f2f2;
	color: #969696;
}

.case-sort li.active>a {
	background: #fd8204;
	color: #fff;
}

.case-sort li.hover>a {
	background: #4c4a4f;
	color: #fff;
}

.case-sort li:hover>a:hover {
	background: #4c4a4f;
	color: #fff;
}

.case-sort .sub-sort li {
	line-height: 18px;
	padding-left: 80px;
	margin: 0;
}

.case-sort .sub-sort a {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	background: none;
	margin-right: 32px;
}

.case-sort .sub-sort li a:hover,
.case-sort .sub-sort li a.active {
	color: #000;
	background-color: transparent;
}

.case-list li {
	float: left;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 32px;
}

.case-list .item-wrap {
	width: 100%;
	padding-bottom: 66.66667%;
	overflow: hidden;
	position: relative;
}

.case-list .item-img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.case-list img {
	width: 100%;
	height: 100%;
}

.case-list .item-cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: none;
	line-height: 1;
	background-color: rgba(0, 0, 0, .75);
	color: #fff;
	align-items: center;
	text-align: center;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.case-list li .con-flex {
	flex: 1;
}

.case-list li:hover .item-cover {
	display: flex;
	cursor: pointer;
}

.case-list .item-cover h3 {
	padding-top: 12px;
	font-size: 16px;
}

.case-list .item-cover .space {
	display: block;
	width: 1px;
	margin: 24px auto;
	height: 40px;
	background-color: #fd8204;
}

.case-list .item-cover .view {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/view-more.png) center no-repeat;
}

.case_detail_banner {
	width: 1200px;
	margin: 60px auto;
	height: auto;
}

.case_detail_banner h1 {
	color: #dcdcdc;
}

.case_detail_banner .wrapper {
	padding-top: 0;
}

.case_detail_basice {
	color: #000;
	line-height: 20px;
}

.case_detail_basice h3 {
	height: 24px;
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 18px;
}

.case_detail_basice h4 {
	font-size: 14px;
	line-height: 18px;
}

.case_detail_basice li {
	float: left;
	width: 50%;
	padding-right: 25px;
}

.case_detail_basice ul {
	margin-top: 25px;
}

.case_detail_basice li:nth-child(2n) {
	padding-left: 25px;
	padding-right: 0;
	line-height: 20px;
	margin-bottom: 15px;
}

.case_detail_basice span {
	color: #969696;
}

.case_detail_images {
	margin-top: 60px;
}

.case_detail_images .swiper-slide {
	background-size: cover;
	background-position: center;
}

.case_detail_images .gallery-top {
	height: 675px;
	width: 100%;
}

.case_detail_images .gallery-thumbs {
	padding: 10px 0;
	height: 68px;
	box-sizing: border-box;
}

.case_detail_images .gallery-thumbs .swiper-wrapper {
	justify-content: center;
}

.case_detail_images .gallery-thumbs .swiper-slide {
	width: 120px;
	height: 100%;
	opacity: 0.4;
}

.case_detail_images .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.case_detail_images .swiper-button-prev,
.case_detail_images .swiper-button-next {
	width: 32px;
}

.case_detail_images .swiper-button-next::after,
.case_detail_images .swiper-button-prev::after {
	content: '';
	width: 32px;
	height: 20px;
}

.case_detail_images .swiper-button-prev::after {
	background: url(../images/arrow-left-white.png) no-repeat;
}

.case_detail_images .swiper-button-next::after {
	background: url(../images/arrow-right-white.png) no-repeat;
}

.case_detail_single {
	margin-top: 55px;
	padding-top: 60px;
	border-top: 1px solid #ECECEC;
}


/*新闻中心*/
.news_list {
	margin-top: 40px;
}

.news_list li {
	position: relative;
	padding: 40px 15px;
}

.news_list li>a {
	display: block;
}

.news_list li::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	/*width: 815px;*/
    width:100%;
	height: 1px;
	background: #ececec;
}

.news_list .item_img {
	width: 297px;
	height: 178px;
	overflow: hidden;
}

.news_list .item_img img {
	width: 100%;
	height: 100%;
}

.news_list .item_content {
	width: 800px;
}
.news_list .hideImg .item_img { display:none;}
.news_list .hideImg .item_content { width:100%}
.news_list .hideImg::after {width:100%}
.news_list .item-time {
	height: 54px;
	line-height: 54px;
	/*color: #e0e0e0;*/
    color:#b5b5b5;
	font-size: 18px;
}

.news_list .item-time .day {
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.news_list .item-title {
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    color:#333;
}

.news_list .item-summary {
	margin-top: 32px;
	height: 52px;
	line-height: 26px;
	overflow: hidden;
    color:#999;
    font-size:12px;
}

.news_detail {
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
}

.news_detail .detail-main {
	width: 920px;
	padding-right: 80px;
	min-height: 500px;
	border-right: 1px solid #ECECEC;
}

.news_detail .detail_title {
	color: #969696;
	padding-bottom: 40px;
	margin-bottom: 32px;
	border-bottom: 1px solid #ECECEC;
}

.news_detail .detail_title h3 {
	line-height: 48px;
	font-size: 30px;
	color: #000;
	margin-bottom: 22px;
}

.news_detail .detail_title p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_detail .detail_title .view {
	display: inline-block;
	padding-left: 35px;
	min-height: 24px;
	line-height: 24px;
	background: url(../images/icon-eye.png) left center no-repeat;
}

.news_detail .detail-hot {
	width: 200px;
}

.news_detail .detail-hot h3 {
	line-height: 50px;
	margin-bottom: 40px;
	font-size: 24px;
	color: #000;
	font-weight: normal;
}

.news_detail .detail-hot li {
	margin-bottom: 40px;
}

.news_detail .detail-hot li p {
	line-height: 22px;
}

.news_detail .detail-hot li img {
	width: 200px;
	height: 120px;
	margin-bottom: 12px;
}

.relative_article li {
	float: left;
	width: 33.333%;
	height: 305px;
	margin-bottom: 75px;
}

.relative_article .item_wrap {
	display: block;
	width: 360px;
	height: 305px;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.relative_article .item_img {
	width: 360px;
	height: 240px;
	margin-bottom: 30px;
}

.relative_article img {
	width: 100%;
	height: 100%;
}

.relative_article h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.relative_article .item_wrap:hover .item_img {
	box-shadow: 0 5px 20px rgba(0, 0, 0, .4);
}

.relative_article .home-more {
	margin-top: 0;
}

/*联系我们*/
.contact_container {
    padding-left:578px;
    background:url(../images/contact_left.jpg) left 40px no-repeat;
    min-height:700px;

}
.contact_container li {
	/*padding: 40px 15px 40px 600px;*/
	padding: 25px 15px 25px 22px;
	position: relative;
}

.contact_container li::after {
	content: '';
	position: absolute;
	/*left: 578px;*/
    left:0;
	bottom: 0;
	right: 0;
	height: 1px;
	background: #ececec;
}

.contact_container .item-img {
    display:none;
	position: absolute;
	left: 0;
	top: 40px;
	width: 500px;
	height: 200px;
	border: 1px solid #ececec;
	overflow: hidden;
	cursor: pointer;
}
.contact_container li:hover .item-img{
	box-shadow: 0 5px 20px 5px rgba(0,0,0,.2);
}

.contact_container .item-img img {
	width: 100%;
	height: 100%;
}

.contact_container .item-con {
	min-height: 200px;
	line-height: 32px;
	padding-top: 10px;
}

.contact_container .item-con h3 {
	line-height: 1;
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}
.contact_container .item-con p {
	min-height: 22px;
    line-height:22px;
	display: flex;
    margin-right:10px;
    padding:5px 0px;
    box-sizing:border-box;
}
.contact_container .item-con p span {
	display: inline-block;
	width: 60px;
	height: 22px;
	text-align: justify;
	overflow: hidden;
}
.contact_container .item-con p span::after{
	content: '';
	display: inline-block;
	width: 100%;
}



.contact-feedback{
	/*background-color: #f6f6f6;*/
	padding:44px 60px;
    box-sizing:border-box;
}
.contact-feedback~.footer{ margin-top: 0;}
.feedback-title{
	line-height: 1;
	font-size: 24px;
	margin-bottom: 30px;
	font-style: italic;
}

.feedback-title h1{
	line-height: 1;
	margin-bottom: 18px;
	color: #dcdcdc;
	font-size: 72px;
}
.feedback-item{
	width: 100%;
	min-height:48px;
	margin-bottom: 15px;
	position: relative;
}


.feedback-item .input{
	width: 100%;
	padding-left: 100px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #969696;
	background-color: transparent;
}
.feedback-item select {
    width:100%;
}
.feedback-item div.input{
	display: flex;
	align-items: center;
}
.feedback-item div.input label{ margin-right: 10px; display: flex; align-items: center;}
.feedback-item div.input label input{ margin-right: 2px;}
.feedback-item div.input label:last-child {margin-right:0;}
.feedback-item .input:focus{
	border-color: #000000;
}
.feedback-item .title{
	position: absolute;
	top: 0;
	left: 5px;
	line-height: 48px;
	color: #969696;
}
.feedback-item.item-txt{
	padding-top: 35px;
    padding-left:0;
}
.feedback-item textarea{
	padding: 5px 10px !important;
	height: 60px !important;
	line-height: 20px !important;
}

.feedback-item .error{
	padding-left: 20px;
	height: 18px;
	line-height: 18px;
	background: url(../images/error.png) left center no-repeat;
	color: #ff0000;
	font-size: 12px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.feed-btn-submit{
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #ffffff;
	background-color: #4c4a4f;
	cursor: pointer;
}
.socialList{ padding:0 20px;}
.socialList li { height:45px; line-height:45px; font-size:16px;}
.socialList li span { float:right; display:inline-block; margin-left:20px; font-size:14px; color:#999;}
.socialList li a {width:100%;}

