/*公共样式*/
/*::-webkit-scrollbar {
    width: 5px;
    margin-right: 2px;
}

::-webkit-scrollbar:horizontal {
    height: 5px;
    margin-bottom: 2px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: #63C6AE;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 5px;
    background: #E64673;
}

::-webkit-scrollbar-thumb:hover {
    background: #E64673;
}
*/
.color_pink {
	color: #f24472;
}

.color_green {
	color: #41C0AC;
}
.c_border{
	border: solid 1px #E1E1E1;
}
.met_portfolio2_filters ul li a{
	font-size: 14px !important;
}

.c_imginfo_imgbox img {
	width: 100%;
}

.c_imginfo_info {
	padding: 6%;
	color: #fff;
	background: #f24472;
	height: 250px;
}

.c_imginfo_title {
	font-size: 24px;
}

.c_imginfo_desc p {
	padding-top: 20px;
	margin:0;
}

.c_imginfo2_imgbox {
	border: solid 1px #E1E1E1;
}

.c_imginfo2_imgbox img {
	width: 100%;
}

.c_imginfo2_title {
	font-size: 24px;
	padding: 30px 0 10px;
}

.c_imginfo2_comment {
	font-size: 20px;
	color: #f24472;
	border-bottom: solid 1px #E1E1E1;
	padding-bottom: 20px;
}

.c_imginfo2_desc {
	width: 100%;
}

.c_imginfo2_desc td {
	height: 60px;
	padding: 10px 0;
	border-bottom: solid 1px #E1E1E1;
}

/*行业*/
#p_industry .left_bar .big_img img {
	width: 100%;
}

#p_industry .left_bar .shop_speak {
	height: 600px; padding : 8%;
	color: #fff;
	background: #f24472;
	padding: 8%;
}

#p_industry .left_bar .shop_speak .title {
	font-size: 24px;
}

#p_industry .right_bar .title {
	font-size: 24px;
	padding-bottom: 20px;
}

#p_industry .right_bar table {
	width: 100%;
}

#p_industry .right_bar table td {
	border-top: solid 1px #E1E1E1;
	border-bottom: solid 1px #E1E1E1;
	border-collapse: collapse;
	padding: 20px 5px;
}

#p_industry .right_bar .design_bar {
	
}

#p_industry .right_bar .design_bar .head {
	border-bottom: solid 1px #E1E1E1;
	padding-bottom: 20px;
}

#p_industry .right_bar .design_bar .head img {
	float: left;
}

#p_industry .right_bar .design_bar .head .title {
	float: left;
	font-size: 24px;
	padding-left: 10px;
	padding-top: 10px;
}

/*更多行业*/
#p_industry_m .m_industry_item .big_img img {
	width: 100%;
}

#p_industry_m .m_industry_item .info {
	padding: 8%;
	color: #fff;
	background: #f24472;
	max-height: 300px;
	min-height: 150px;
}

#p_industry_m .m_industry_item .info .title {
	font-size: 24px;
}

#p_industry_m .m_industry_item .info .desc {
	
}
.c_tab_desc{
	font-size:20px;
	padding:30px;
	text-align:center;
}

.func_descript {
	margin: 0;
	padding: 0;
}
.func_descript span {
	margin-bottom: 20px;
	display: inline-block;
}
.func_descript li {
	list-style: none;
	padding-bottom: 32px;
	padding-left: 6px;
	margin-top: 30px;
	border-bottom: solid 1px #E1E1E1;
}
.func_descript li ul {
	margin-left: 32px;
	padding-left: 0;
}
.func_descript li ul li {
	list-style: disc;
	margin-bottom: 3px;
	margin-top: 0;
	padding-bottom: 0;
	border: 0;
}