/*信康移动端首页页面样式设置*/

*{
	padding: 0px;
	margin: 0px;
	font-weight: initial;
	font-family: "微软雅黑";
	box-sizing: border-box;
	-webkit-user-select: text;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

a,a:hover {
  text-decoration: none;
}

.Sty ul li {
	float: left;
	list-style: none;
}

html {
	font-size: 50px;
	font-family: "微软雅黑";
	/*position: relative;
	overflow-x:hidden;
	width:100%;*/
}
body{
   line-height: 21px;
   background: #FFFFFF;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

.sucess_list ul {
	margin-bottom: 20px;
}

.sucess_list ul li {
	float: left;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
}

ul li,
.module_title span {
	cursor: pointer;
}


/*首页导航样式设置*/

.head_width,
.head_phom,
.head_top .content {
	position: relative;
}

.head_top {
	margin: 0px auto;
}

.tell img {
	position: relative;
	top: 3px;
	margin-right: 9px;
}

.head_width {
	width: 100%;
	background: white;
}

.head_phom {
	width: 100%;
	height: 40px;
	background: #585757;
	z-index: 111;
}

.phom_dress {
	width: 1200px;
	margin: 0px auto;
	position: relative;
	padding-top: 13px;
}

.show {
	display: block!important;
}

.head_phom span {
	font-size: 12px;
	color: white;
	line-height: 14px;
	display: inline-block;
	margin-right: 24px;
	vertical-align: top;
	position: relative;
}

.top_arrow {
	height: 28px;
	padding-right: 10px;
}

.top_arrow:after {
	content: "";
	border-width: 3px;
	border-color: #FFFFFF transparent transparent transparent;
	border-style: solid;
	height: 0;
	position: absolute;
	right: 0;
	top: 7px;
}

.top_tel {
	background: url(../images/icon_tel.jpg) left center no-repeat;
	padding-left: 25px;
}

.top_by {
	background: url(../images/top_by.png);
	width: 320px;
	height: 29px;
	position: absolute;
	right: 0;
	top: 6px;
}

.head_top nav span>a {
	color: #333;
	position: relative;
	font-size: 16px;
	display: block;
	padding: 0 10px;
}

.head_top nav a:hover {
	color: #2bb793;
}
/*.head_top nav a:nth-child(1) ,.head_top nav a:nth-child(2) 
,.head_top nav a:nth-child(3) ,.head_top nav a:nth-child(4) ,.head_top nav a:nth-child(5)
,.head_top nav a:nth-child(6) ,.head_top nav a:nth-child(7) ,.head_top nav a:nth-child(8){
	line-height: inherit;
}
*/
.child_list:before {
	content: "";
	position: absolute;
	border-width: 10px 8px;
	border-style: solid;
	border-color: transparent transparent #00AF88 transparent;
	left: 50%;
	top: -28px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.child_list {
	color: #333;
	font-size: 14px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top:80px;
	z-index: 111;
	background: white;
	padding: 1px;
	display: none;
    box-sizing: border-box;
    border: 1px solid #EFEFF4;

}
.child_list a {
	line-height: 36px;
	display: inline-block;
	color: #333;
	padding: 0 20px;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	width: 140px;
}

.child_list span:hover {
	color: white;
	background: #00AF88;
}
.divider{
	display: block;
	height: 1px;
	width: 100%;
	margin: 10px 0;
	background-color: #adb0b6;
}
.top_arrow_list {
	position: absolute;
	padding: 10px;
	top: 20px;
	background: white;
	border: 1px solid rgb(77, 156, 45);
	border-radius: 3px;
	width: 180px;
	/* box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.2); */
	left: 5px;
	display: none;
}
.top_arrow_title{
	color: rgb(89, 185, 51);
	font-size: 14px;
	font-weight: bold;
}

.top_arrow_list a {
	display: inline-block;
	color: rgb(109, 107, 107);
	text-align: left;
	padding: 6px 8px 0 0;
	cursor: pointer;
}


.top_arrow_list a:hover {
	color: #00AF88;
}

.slides li {
	background-size: cover !important;
	background-position: center !important;
}


/*banner图*/

.banner {
	position: relative;
}
.slide_a{
	display: block;
	height: 100%;
}
.banner_title span {
	color: white;
}

.banner_title span:last-child {
	color: #ffea91;
}

.banner_content {
	z-index: 111;
}

.flex-control-nav {
	position: relative;
	bottom: 45px;
	z-index: 2;
}

.flex-control-nav li {
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	height: 8px;
	line-height: 40px;
	overflow: hidden;
	cursor: pointer;
	background: #FFFFFF;
	opacity: 0.3;
	border-radius: 8px;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

.banner .swiper-pagination-bullet-active {
	width: 43px;
	opacity: 0.8;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

.banner .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: url(../images/banner_prev.png) center center no-repeat;
}

.banner .swiper-button-next {
	width: 50px;
	height: 50px;
	background: url(../images/banner_next.png) center center no-repeat;
}


/*服务项目*/

.item1 {
	width: 100%;
	background: white;
}
.item1 .swiper-container-box{
	padding: 0 50px;
	position: relative;
	box-sizing: border-box;
}
.module_title,
.sucess_title,
.item_5_title,
.News_title,
.compoment_title {
	text-align: center;
	position: relative;
	margin: 0px;
}

.item1_banner .swiper-slide {
	position: relative;
}

.item1_banner .swiper-slide p {
	margin-bottom: 0.64rem;
	color: #333333;
}

.item1_mes {
	text-align: center;
}

.item1 .swiper-button-prev,
.item1 .swiper-button-next,
.item3 .swiper-button-prev,
.item3 .swiper-button-next {
	width: 25px;
	height: 46px;
}

.item1 .swiper-button-prev,.item3 .swiper-button-prev {
	background: url(../images/arrow.png) no-repeat;
	background-position: 0 0;
}

.item1 .swiper-button-next,.item3 .swiper-button-next {
	background: url(../images/arrow.png);
	background-position: -25px 0;
}

.item1 .swiper-slide span {
	text-align: center;
	display: block;
	background: #00af88;
	border-radius: 50%;
	margin: 0px auto;
	color: white;
	margin-bottom: 28px;
}

.item1 .swiper-slide p {
	font-size: 16px;
	padding: 0 30px;
	color: #333;
}

.item2_text a {
	display: inline-block;
	color: #666 ;
	font-size: 16px;
	float: right;
	margin-top: 20px;
}
.item2_text a:hover,.news_more:hover{
	color: #00AF88;
}
.item2_text p {
	font-size: 16px;
	color: #333333;
	/*margin-bottom: 26px;*/
	line-height: 30px;
	text-indent: 0.5rem;
	word-break: break-all;
	/*text-align: justify;*/
}


/*服务项目  教学环境*/

.item3_list li {
	list-style: none;
	position: relative;
}

.item3_list span {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	padding: 5px 0px;
	text-align: center;
	display: block;
	color: white;
	width: 80%;
	margin: 0 auto;
	background: rgba(153, 153, 153, 0.1);
	color: #f1413b;
	font-weight: bold;
	font-size: 16px;
}
.person_color{
	color:#2f2f2f !important;
}
.item3_list img {
	width: 100%;
	height: 100%;
	display: block;
}

.item3_pic {
	height: 180px;
	cursor: pointer;
}

.bg_1 {
	background: url(../images/bg_aboutus.jpg) center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.module_title {
	padding-top: 40px;
	margin-bottom: 40px;
}
@media (max-width: 767px){
	.module_title {
		padding-top: 20px;
		margin-bottom: 20px;
	}
}

.item3 b {
	text-align: center;
	display: block;
	margin-top: 40px;
}


/*真实案例*/

.item1_mes_show {
	display: block !important;
	font-size: 18px;
}

.sucess_title {
	padding-top: 45px;
	padding-bottom: 15px;
}

.sucess_list ul li,
.Vido_list ul li {
	list-style: none;
	border-radius: 3px;
	cursor: pointer;
	float: left;
}

.sucess_list ul li:nth-child(1) {
	/*background:#00af88;*/
}

.Vido_list ul li img,
.item_5_content ul li img {
	width: 100%;
	height:200px;
}

.Vido_list ul li span {
	color: #333333;
	display: block;
	text-align: center;
}

.More_list {
	text-align: center;
	display: block;
	color: #333;
	border-radius: 5px;
	width: 150px;
	margin: 2px auto 0 auto;
	line-height: 30px;
	font-size: 16px;
}
.More_list:hover{
	color: #00AF88;
}


/*优势*/

.item_5 {
	background: url(../images/bg_adv.jpg) no-repeat;
	background-size: cover !important;
}

.item_5_color {
	color: white;
}

.item_5_img_position1 {
	background: url(../images/icon_adv.png) 0px 0px;
}

.item_5_img_position2 {
	background: url(../images/icon_adv.png) 0px -100px;
}

.item_5_img_position3 {
	background: url(../images/icon_adv.png) 0px -200px;
}

.item_5_img_position4 {
	background: url(../images/icon_adv.png) 0px -300px;
}

.item_5_img_position5 {
	background: url(../images/icon_adv.png) 0px -400px;
}

.item_5_img_position6 {
	background: url(../images/icon_adv.png) 0px -500px;
}

.item_5_img {
	border-radius: 12px;
	background-size: cover !important;
}

.item_5_img,
.item_5_text {
	float: left;
	color: white;
}


/*新闻中心*/

.News {
	background: white;
}

li>a {
	color: #333333;
}

.new_list {
}

.index_new_list li {
	width: 100%;
	list-style: none;
	height: 82px;
}

.index_new_list li {
	position: relative;
	margin-bottom: 10px;
	background: #f2f3f5;
}

.index_new_list .news_date {
	padding-bottom: 5px;
	line-height: 18px;
	color: #c8c8c8;
	font-size: 30px;
	position: absolute;
	left: 18px;
	top: 10px;
	border-bottom: 0;
}

.index_new_list .news_date span {
	font-size: 14px;
	display: block;
	text-align: right;
	line-height: 35px;
}

.news_h3 {
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
}

.ell_2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 38px;
}

.index_new_list li {
	padding: 10px 10px 10px 120px;
}

.news_flexslider .swiper-pagination {
	text-align: right;
	padding: 10px 30px;
	bottom: 0px;
}

.news_flexslider .swiper-pagination-bullet-active {
	background: white;
}

.news_flexslider .swiper-pagination-bullet {
	opacity: 0.8;
}

.news_flexslider .CCTV {
    position: absolute;
    bottom: 0px;
    z-index: 11;
    color: white;
    padding: 10px 30px;
    font-size: 16px;
    background: rgba(0,0,0,0.5);
    right: 0;
    left: 0;
}


/*视频专访*/

.Vido_project_title p,
.Vido_project_title a {
	font-size: 14px;
	color: #333;
}


/*合作机构*/

.compoment {
	background:#f6f6f6;
}


/*.compoment .swiper-wrapper{
	width:88%;
	margin:0px auto;
	overflow:hidden;
}*/

.compoment .swiper-container .swiper-slide {
	padding: 0 20px;
}

.compoment .swiper-container .swiper-button-prev {
	left: 0px;
	width: 20px;
	height: 84px;
	margin-top: -42px;
	background: url(../images/arrow.png) no-repeat 0px -92px;
}

.compoment .swiper-container .swiper-button-next {
	width: 20px;
	height: 85px;
	margin-top: -42px;
	background: url(../images/arrow.png) no-repeat -27px -92px;
	right: 0px;
}


/*footer*/

footer {
	margin-bottom: 0px;
}

.mui_footer_btn {
	background: #00AF88 !important;
	display: none;
}

.mui_footer_btn .mui-tab-item {
	color: white;
}

.information_row {
	position: relative;
	margin-bottom: 10px;
	padding: 5px 0 0 35px;
}

.information_row .iconfont {
	width: 24px;
	height: 24px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 3px;
	text-align: center;
	line-height: 24px;
	color: #373c43;
	background: #FFFFFF;
	font-size: 18px;
}

.copyrightLink {
	text-align: center;
	background: #2e3139;
	line-height: 20px;
	color: #e0e0e1;
	font-size: 12px;
	padding: 5px 0;
}

.vt {
	vertical-align: top;
}

.Wx_pic {
	/* display: flex; */
	width: 300px;
	position: relative;
}

.Wx_pic .wx_img {
	display: inline-block;
	margin-right: 20px
}

.Wx_pic .wx_img .wx_img_item{
	width: 80px;
	height: 80px;
}
.Wx_pic .wx_img:hover .hover{
	display: block;
}
.Wx_pic .wx_img .hover{
	display: none;
}
.Wx_pic .wx_img .hover img{
	position: absolute;
	width: 180px;
	height: 180px;
}


@media (max-width: 767px){
	.Wx_pic .wx_img{
		display: inline-block;
	}
	.Wx_pic .wx_img .wx_img_item{
		width: 110px;
		height: 110px;
	}
	.Wx_pic .wx_img:hover .hover{
		display: none;
	}
}

.Wx_eamil a,
.information a {
	color: #333333;
}


/*轮播图样式设置*/

.banner .swiper-slide img,
.about_flexslider .swiper-container img,
.compoment .swiper-container img {
	width: 100%;
	height: 100%;
	display: block;
}


/*查看更多*/

.sucess_list,
.Vido_project,
.Vido_list {
	position: relative;
}

.news_more {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 40px;
	display: block;
	text-align: right;
	color: #666;
	font-size: 16px !important;
}
.news_more:hover{
	color: #00AF88;
}
.Border {
	padding-bottom: 12px;
}


.Border span:after {
	content: "";
	display: block;
	width: 68px;
	height: 2px;
	background: #00AF88;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -34px;
	bottom: 0;
}


/*悬浮广告*/

.content_my {
	position: fixed;
	top: 20%;
	right: 0;
	z-index: 111;
}

.content_my ul li {
	list-style: none;
	background: #1bcda5;
	color: white;
	width: 61px;
	height: 61px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 1px;
}

.content_my ul li p {
	color: white;
	font-size: 12px;
	line-height: 14px;
}

.content_my ul li:last-child {
	border: none;
}

.content_my ul li span {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-top: 10px;
}

.content_my ul li:nth-child(1) span {
	background: url(../images/arrow.png) no-repeat -50px 0;
}

.content_my ul li:nth-child(2) span {
	background: url(../images/arrow.png) no-repeat -50px -22px;
}

.content_my ul li:nth-child(3) span {
	background: url(../images/arrow.png) no-repeat -50px -44px;
}

.close {
	width: 24px;
	height: 24px;
	border-radius: 24px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: -26px;
	right: 0px;
	text-align: center;
	color: white;
	cursor: pointer;
}



/*新闻管理页面的PC端样式设置*/
/*按钮选中时的样式*/
.nav_active{
	color:#00AF88 !important;
}

.news_banner{
		background: url(../images/news_banner.jpg) center center / cover no-repeat;
}
.news_banner2{
		background: url(../images/banner_psyAdvisory.jpg) center center / cover no-repeat;
}
.news_banner3{
		background: url(../images/banner_correctMethod.jpg) center center / cover no-repeat;
}
.news_banner4{
		background: url(../images/banner_projectItem.jpg) center center / cover no-repeat;
}
.news_banner5{
		background: url(../images/banner_studentVoice.jpg) center center / cover no-repeat;
}
.cp_new_list li .slide_news {
    position: absolute;
    left: 0;
    top: 0;
    width: 192px;
    height: 100%;
}
.cp_new_list li {
    padding: 10px 10px 10px 202px;
    position: relative;
    margin-bottom: 10px;
    background: #f2f3f5;
    height: 130px;
    list-style:none;
}
.slide_news {
    width: 100%;
    height: 270px;
    background-size: cover !important;
    background-position: center !important;
}
.cp_new_list .ell_1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cp_new_list .news_date {
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 5px;
    line-height: 18px;
    color: #c8c8c8;
    font-size: 12px;
}
.cp_new_list .news_p {
    padding-right: 10px;
    text-align: justify;
    color: #767676;
    margin-top: 2px;
    font-size:16px;
}
.cp_new_list .ell_3 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 63px;
}
.custom_page {
    padding-left: 240px;
    position: relative;
    text-align: center;
    line-height: 30px;
}
.custom_page button {
    border: 0;
    background: none;
    margin: 0 10px;
    padding: 0 20px;
    border: 1px solid #FFFFFF;
    line-height: 28px;
    border-radius: 28px;
    outline: none;
        display: initial;
    vertical-align: top;
}
.custom_page .total {
    position: absolute;
    right: 0;
    color: #999999;    
    font-size: 14px;
}
.custom_page button:hover {
    color: #00AF88;
    border: 1px solid #00AF88;
}
.Wx_eamil {
	margin-bottom: 20px;
}
.Wx_eamil a{
	font-size:16px;
	display:block;
	margin-top:4px;
}

.page_container{
    padding-top:20px;
    background:white;
    min-height: 200px;
    margin-bottom: 20px;
}

.page_container .cp_title{
	display:none;
}
.item3 .swiper-slide{
		padding: 0 10px;
	}


/*媒体查询*/

@media (min-width: 1032px) {
	/*头部导航条按钮显示与隐藏*/
	.head_top nav>span{
		display:inline-block;
		position: relative;
	}
	.head_top nav>span.current>a{
		color: #00AF88;
	}
	.head_top nav>span:hover .child_list{
		display: block;
	}
	.hidden-web {
		display: none;
	}
	.head_top {
		height: 90px;
	}
	.head_top .logo {
		display: inline-block;
		vertical-align: top;
		height: 90px;
	}
	.head_top .content ,.product_box{
		max-width: 1200px;
		margin: 0 auto;
	}
	.head_top .logo img {
		display: block;
		margin-top: 18px;
		transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
	}
	.head_top nav {
		position: absolute;
		right: 0;
		top: 0;
	}
	.head_top nav span>a {
		line-height: 90px;
		display: inline-block;
		transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		white-space: nowrap;
	}
	/*轮播图*/
	.banner .swiper-container {
		height: 466px;
		position: relative;
	}
}
.item2_vido_banner img {
	width: 100%;
}
.teacher-box {
	height: 200px;
}
@media (min-width:769px) {
	/*按钮样式切换*/
	.Click_type {
		background: #00AF88 !important;
		position: relative;
	}
	.Click_type span {
		color: white !important;
	}
	.Click_type:after {
		content: "";
		position: absolute;
		border-width: 10px;
		border-style: solid;
		border-color: #00AF88 transparent transparent transparent;
		left: 50%;
		bottom: -20px;
		margin-left: -10px;
	}
	/*广告显示与隐藏*/
	.item1 .swiper-container {
		width: 100%;
		/* height: 248px; */
		margin: 0px auto;
	}
	/*标题字体大小*/
	.module_title,
	.sucess_title,
	.item_5_title,
	.News_title,
	.compoment_title {
		font-size: 30px;
	}
	/*服务项目轮播*/
	.item3_box {
		width: 1200px;
		margin: 0px auto;
		/* padding: 0px 60px; */
		position: relative;
	}
	.item1_banner {
		width: 1200px;
		height: 300px;
		margin: 0px auto;
	}
	.Padding {
		padding: 0px 60px;
	}
	.item1_mes {
		display: none;
		transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
		font-size: 20px;
		/*color: #666;*/
	}
	.module_title2 {
		padding-top: 20px;
		margin-bottom: 30px;
	}
	.item1 .swiper-slide span {
		width: 170px;
		height: 170px;
		line-height: 170px;
		font-size: 24px;
	}
	.item1 .swiper-button-prev,
	.item1 .swiper-button-next {
		margin-top: -58px;
	}
	/*内容介绍*/
	.item2_content {
		width: 1200px;
		margin: 0px auto;
		padding: 60px 0;
		padding-top: 45px;
		padding-bottom: 0px;
		position: relative;
	}
	.item2_text {
		margin-right: 54px;
		float: left;
		width: -webkit-calc(52% - 60px);
		width: -moz-calc(52% - 60px);
		width: calc(52% - 60px);
		height: 303px;
	}
	.item2_vido {
		float: left;
		width: 48%;
	}
	
	.item2_text_2 {
		float: left;
		width: 49%;
		margin-right: 0px;
	}
	.item2_vido_2 {
		margin-right: 54px !important;
		float: left;
		width: -webkit-calc(51% - 54px);
		width: -moz-calc(51% - 54px);
		width: calc(51% - 54px);
	}
	.item2_text span {
		text-align: center;
		font-size: 24px;
		color: #333333;
		display: inline-block;
		margin-bottom: 32px;
		width: 100%;
	}
	.item2_title {
		padding-top: 29px;
	}
	.item_Show1,
	.news_more,
	.Vido_project_title ,.cp_show{
		display: block;
		transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
	}
	.item_Show2 {
		display: none;
		transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
	}
	/*信康团队*/
	.teacher-box {
		height: 216px;
	}
	.item3 {
		margin-bottom: 20px;
	}
	.item3_list li {
		float: left;
	    width: 253px;
	    height: 180px;
	    margin-right: 10px;
	}
	.item3_list li:last-child {
		margin-right: 0px;
	}
	.item3_pic span {
		transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
	}
	/*品牌人物*/
	.content_list_pepole {
		padding-top: 0px;
		padding-bottom: 45px;
	}
	.item_list_show1,
	.content_my {
		display: block;
		transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
	}
	.item_list_show2 {
		display: none;
		transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
	}
	/*真实案例*/
	.item1_mes_show {
		margin: 10px 0px 50px 0px;
	}
	.sucess_list ul li {
		float: left;
		width: 128px;
		cursor: pointer;
		line-height: 40px;
		border-radius: 3px;
		text-align: center;
		font-size: 14px;
	}
	.Vido_list,
	.about_container {
		margin-top: 25px;
	}
	.Vido_list ul li:nth-child(4n) {
		margin-right: 0px;
	}
	.Active {
		background: url(http://39.100.32.67/static/gsgw/images/bg_3.png);
	}
	.sucess_list ul li span {
		color: #333;
		font-size: 16px;
	}
	.item4_Width,
	.item_5_content,
	.News_Width {
		width: 1200px;
		margin: 0px auto;
	}
	.item4_Width {
		padding-bottom: 20px;
	}
	.Vido_list ul li {
		width: 289px;
		margin-right: 10px !important;
	}
	.Vido_list ul li span {
		font-size: 14px;
		margin: 14px 0px 30px 0px;
	}
	/*优势*/
	.item_5_content {
		margin-top: 70px;
	}
	.item_5_content ul li {
		width: 320px;
		height: 105px;
		margin-right: 112px;
		margin-bottom: 61px;
	}
	.item_5_title {
		padding-top: 45px;
		padding-bottom: 15px;
	}
	.item_5_img {
		width: 100px;
		height: 100px;
		margin-right: 18px;
	}
	.item_5_content ul li:nth-child(3n) {
		margin-right: 0px;
	}
	.item_5_text h3 {
		font-size: 20px;
		padding: 0 0px 20px 0px;
	}
	.item_5_text span {
		width: 200px;
		display: inline-block;
		font-size: 14px;
		height: 63px;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	}
	

	.item_5_content ul li .item_5_img{
	  transform: scale(1);
	  -webkit-transform: scale(1);
	  transition: 0.3s ease-in-out;
	  -webkit-transition: 0.3s ease-in-out;
	}
	
	.item_5_content ul li:hover .item_5_img{
	  transform: scale(0.8);
	  -webkit-transform: scale(0.8);
	  transition: 0.3s ease-in-out;
	  -webkit-transition: 0.3s ease-in-out;
	}
	/*新闻中心*/
	.News{
	}
	.News_Width {
		margin-bottom: 34px;
	}
	.News_title {
		padding-top: 45px;
		margin-bottom: 32px;
	}
	.about_flexslider {
		position: absolute;
		height: 270px;
		width: 430px;
		left: 0;
		bottom: 3px;
		overflow: hidden;
	}
	.about_container {
		padding-left: 450px;
		min-height: 272px;
		position: relative;
	}
	.News_banner,
	.News_list {
		float: left;
	}
	.News_banner {
		width: 603px;
		height: 356px;
		background: red;
	}
	.News_list {
		width: 590px;
	}
	.about_flexslider .swiper-container {
		height: 266px;
	}
	.Vido_padding {
		padding-bottom: 48px;
	}
	/*视屏中心2 视频专访*/
	.Vido_padding {
		width: 1200px;
		margin: 0px auto;
	}
	.Vido_project_title {
		margin: 15px 0px;
		height: 20px;
		line-height: 20px;
		border-left: 3px solid #00AF88;
	}
	.Vido_project_title p {
		padding-left: 10px;
	}
	.Vido_project_title a {
		top: -10px;
	}
	/*合作机构*/
	.compoment {
		height: 247px;
		min-width: 1200px;
	}
	.compoment_title {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.compoment_title span{
        cursor: pointer;
    }
	.compoment .swiper-container {
		width: 1200px;
		margin: 0px auto;
		padding: 0 30px;
		height: 84px;
	}
	/*footer*/
	.module_container {
		width: 1200px;
		margin: 0 auto;
		position: relative;
	}
	footer {
		background: #f6f6f6;
		padding: 30px 0 20px 0;
		min-height: 265px;
		min-width: 1200px;
		border: solid 1px #dddddd;
	}
	footer .code {
		position: absolute;
		left: 462px;
		top: 0;
	}
	.information {
		padding-left: 10px;
		position: absolute;
		right: 0;
		top: 0;
		width: 388px;
		/* color: #FFFFFF; */
		font-size: 14px;
		line-height: 20px;
		border-left: 1px solid #ccc;
	}
	.friendLink .link a {
		display: block;
		font-size: 12px;
		color: #333333;
		font-weight: normal;
	}
	.friendLink .link {
		display: inline-block;
		width: 130px;
		text-align: center;
		line-height: 30px;
		font-size: 16px;
		color: #333333;
	}
	
	
	/*新闻中心PC端页面样式设置*/
	.nav_active:after {
	    content: "\e6f8";
	    font-family: iconfont;
	    position: absolute;
	    right: 0;
	    font-size: 18px;
	    top: 50%;
	    margin-top: -12px;
	}
	/*banner设置*/
	.news_banner{
		width:100%;
		height:20.8vw;
		display: block;
	}
	
	.page_container .module_container{
	    width:1200px;
	    margin:0px auto;
	    padding-bottom:40px;
	}
	
	.subpage_container {
	    /*padding-left: 180px;*/
	}
	.cp_nav {
	    position: absolute;
	    left: 0;
	    top: 0;
	    max-height: 500px;
	    overflow-y: auto;
	}
	#news{
		padding-left:180px;
	}

	/*.cp_nav>a.current {
	    color: #00AF88;
	}*/
	.cp_nav>a {
	    display: block;
	    line-height: 24px;
	    text-align: left;
	    color: #333333;
	    padding: 0 30px 0 10px;
	    margin-bottom: 30px;
	    cursor: pointer;
	    border-left: 1px dashed #00AF88;
	    position: relative;
	    font-size: 16px;
	    max-width: 153px;
	}
	
	/*产品中心*/
	.product{
		padding-top:60px;
	}
	.product .news_box{
		height:460px;
		overflow:hidden;
		position: relative;
	}
	.product_list{
		height:460px;
	}
	.product_list .full_box{
		height: 100%;
		overflow: auto;
	}
	.full_box .full_des h3 {
	    font-size: 26px;
	    padding-bottom: 20px;
	}
	.product {
    padding-bottom: 60px;
    }
    .Ul_banner{
    	position: absolute;
		transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
    }
    .full_box .full_des {
	    text-align: left;
	    width:42%;
	}
}
/*关于信康*/

.head_fixtop{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.topnav .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #f2f2f2;
}
   .topnav .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size:100% auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: #FFFFFF;
}
    
.full_box{
	text-align: left;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
.full_box img{
	max-width: 100%;
}
.full_box .full_des{
	text-align: left;
	width: 25%;
}
.full_box .full_des h3{
	font-size: 26px;
	padding-bottom: 20px;
}
.full_box .full_des p{
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}
.pic_list{
	font-size: 0;
}
.pic_list li{
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.pic_list li img{
	width: 100%;
	display: block;
	transition: 0.5s ease;
}
.pic_list li:before{
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 30px;
	background: rgba(0,0,0,0.6);
	display: none;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.pic_list p{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom :0;
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	z-index: 11;
	text-align: center;
	display: none;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.pic_list li:hover img{
	transform: scale(1.5);
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.pic_list li:hover:before,.pic_list li:hover p{
	display: block;
	z-index: 10;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}
.zp_tb {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.zp_tb th, .zp_tb td {
    line-height: 18px;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    color: #333;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.zp_tb th {
    border-bottom: 2px solid #00AF88;
    font-size: 16px;
    font-weight: normal;
}
.zp_tr tr:nth-child(2n) td{
	background: #d9f3ed;
}
.zp_tr tr:hover td{
	color: #00AF88;
}
.adress_h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.adress_p{
	font-size: 14px;
	line-height: 2;
}
.adress_map{
	margin: 20px 0;
	display: block;
	width: 9.677777rem;
    height: 4.677777rem;
}
.row_list{
	font-size: 0;
	padding-top: 0px;
}
.row_list .row{
	width: 40%;
	display: inline-block;
	font-size: 14px;
	margin-right: 5%;
	margin-bottom: 10px;
	vertical-align: top;
	margin: 0 0 10px 0;
}
.row_list .row span{
	display: inline-block;
	width: 80px;
	vertical-align: top;
	text-align-last: justify;
	line-height: 30px;
}
.row input{
  height: 32px;
}
.row input,.row textarea{
	border: 1px solid #aaa;
	line-height: 30px;
	border-radius: 3px;
	padding: 0 10px;
	outline: none;
	background: none;
	width: auto;
}
.row textarea{
	width: calc(100% - 90px);
}
.row input+label{
	margin-right: 10px;
	line-height: 30px;
}
.row input[type=radio]{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.radio_box{
	width: calc(100% - 90px);
	display: inline-block;
}
.radio_item{
	display: inline-block;
}
.btn_group{
	padding-left: 70px;
}
.btn_group a{
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 3px;
	margin: 0 10px;
}
.btn_group a.btn_submit{
	background: #00AF88;
	color: #FFFFFF;
}
.btn_group a.btn_submit:hover{
	background: #2BB793;
}
.btn_group a.btn_reset{
	background: #ccc;
	color: #333;
}
.btn_group a.btn_reset:hover{
	background: #BBBBBB;
}
.tips h3{
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}
.tips p{
	font-size: 14px;
	line-height: 2;
}
.histroy_iframe{
	width: 100%;
	height: calc(100% - 50px);
	border: 0;
	overflow: hidden;
	resize: none;
}
.item2_text .title_1{
	margin-bottom: 10px;
}
.item2_text .title_2{
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.module_title2 span i{
	padding: 0 10px;
	vertical-align: middle;
	color: #363636;
}
.noData{
	text-align: center;
	padding: 30px;
}
.noData img{
	display: inline-block;
	width: 120px;
}
.noData p{
	font-size: 14px;
	line-height: 50px;
}
.team_list li{
	list-style: none;
	width: 25%;
	float: left;
	padding: 10px;
}
.team_list li p{
	text-align: center;
}
.detail{
	background: #FFFFFF;
	padding: 20px;
}
.detail_head{
    font-size: 20px;
    text-align: center;
    color: #333;
}
.detail_des{
    font-size: 14px;
    color: #999999;
    text-align: center;
    display: block;
    line-height: 30px;
    margin-bottom: 20px;
}
.detail_content{
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}
.detail_content p{
	color: #333333;
}
.detail_box{
	background: #FFFFFF;
	border-top: 1px solid #DDDDDD;
}
.detail_box img{
	max-width: 100%;
}
.detail_box video,.detail_box iframe{
	height: 500px !important;
	display: block;
	margin: 20px auto;
	max-height: 450px !important;
}
.detail_liuyan{
	display: block;
	width: 100px;
	margin: 10px auto;
	background: #00AF88;
	border: 1px solid #23d6af;
}
.detail_liuyan a{
	color: #fff;
}
.post_img{
	position: absolute;
	left: 10%;
    top: 0;
    right: 10%;
    bottom: 0;
	z-index: 1;
}
.post_img img{
	display: block;
	width: 100%;
	height: 100%;
}
.video_content{
		position: relative;
	}
	.playPause {
	    display: block;
	    position: absolute;
	    left: 10%;
	    top: 0;
	    right: 10%;
	    bottom: 0;
	    z-index: 10;
	    outline: none;
	    border: 0;
	    cursor: pointer;
	    background: none;
	    z-index: 2;
	}
	.playPause.pause{
		background: rgba(0,0,0,0.5);
	}
	.playPause.pause:before, .playPause.pause:after {
    opacity: 1;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
	}
	.playPause:before {
	    content: "";
	    width: 60px;
	    height: 60px;
	    border-radius: 50%;
	    background: rgba(0,0,0,0.5);
	    border: 6px solid #FFFFFF;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin: -30px 0 0 -30px;
	    z-index: 10;
	    opacity: 0;
	    transition: 0.2s ease-in-out;
	    -webkit-transition: 0.2s ease-in-out;
	}
	.playPause:after {
    content: "";
    border-width: 12px 16px;
    border-radius: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 11;
    margin: -4px 0 0 0px;
    opacity: 0;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
	}
@media (min-width: 769px){
	.detail_box video,.detail_box iframe{
		width: 80% !important;
	}
	.video_content iframe{
		height: 400px !important;
	}
	.detail{
		width: 1200px;
		margin: 0 auto;
	}
	.item_5,.News,.bg_1,.item1,.head_phom,.head_width,.banner{
		min-width: 1200px;
	}
	.topnav .swiper-container{
		border-top: 1px solid #DDDDDD;
	}
	.item2_text span.title_2 {
		margin-top: 5px;
	}
	.adree_box{
	}
	.adree_box .adress_map{
		width: 650px;
    	height:300px;
	}
	.full_box::-webkit-scrollbar {
		width: 8px;
		background-color: #ddd;
	}
	
	.full_box::-webkit-scrollbar-thumb {
		background-color: #aaa;
	}
	
	.full_box::-webkit-scrollbar-track {
		background-color: #ddd;
	}
	.pic_list li{
		width: calc(33.33% - 20px);
	}
	.full_box{
		height: 100%;
	}
	.hidden_lg{
		display: none !important;
	}
	.topnav {
		padding-top: 90px;
	}
	.cp_nav {
		position: absolute;
		left: 0;
		top: 0;
		max-height: 500px;
		overflow-y: auto;
		
	}
	.cp_nav::-webkit-scrollbar {
		width: 5px;
		background-color: #ddd;
	}
	
	.cp_nav::-webkit-scrollbar-thumb {
		background-color: #aaa;
	}
	
	.cp_nav::-webkit-scrollbar-track {
		background-color: #F5F5F5;
	}
	.cp_nav>a {
		display: block;
		line-height: 24px;
		text-align: left;
		color: #333333;
		padding: 0 20px 0 10px;
		margin-bottom: 30px;
		cursor: pointer;
		border-left: 1px dashed #00AF88;
		position: relative;
		font-size: 16px;
		max-width: 153px;
	}
	.cp_nav>a.current,.cp_nav>a:hover {
		color: #00AF88;
	}
	.cp_nav>a.current:after {
		content: "\e6f8";
		font-family: iconfont;
		position: absolute;
		right: 0;
		font-size: 18px;
		top: 50%;
		margin-top: -12px;
	}
	.cp_left{
		position: fixed;
		left: 30px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		z-index: 999;
		max-width: 150px;
	}
	.cp_left .cp_nav{
		max-height: initial;
	}
	.full_box{
		padding: 0 20px 0 150px;
	}
	.friendLink{
		width: 100%;
	}
	.footer_fix {
	    /* position: fixed; */
	    bottom: 0;
	    left: 0;
	    right: 0;
	}
}

@media (max-width: 767px){
	.item3_list span{
		position: absolute;
    left: 10px;
    right: 10px;
    bottom: 24px;
    padding: 5px 0px;
    text-align: center;
    display: block;
    color: white;
    width: 80%;
    height: 30px;
    margin: 0 auto;
    background: rgba(153, 153, 153, 0.1);
    color:#f72e40;
    font-weight: bold;
    font-size: 16px;
	}
	.person_color{
		color:#2f2f2f !important;
	}
	.post_img{
	position: absolute;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	z-index: 1;
	}
	.playPause{
	left: 0;
    right: 0;
	}
	.detail_box video,.detail_box iframe{
		width: 100% !important;
	}
	.item2_text .title_2{
		font-size: 17px;
	}
	.item2_text span.title_2 {
		margin-top: 0;
	}
	.des_box{
		padding-bottom: 50px;
	}
	.page_title:before{
		font-size: 12px;
	}
	.row_list .row{
		width: 100%;
	}
	.pic_list li{
		width: 100%;
		margin: 0;
	}
	.full_box{
		height: 100%;
	}
	.hidden_xs{
		display: none !important;
	}
	.topnav {
		padding-top: 62px;
	}
	.cp_box {
	    height: 50px;
	    overflow-y: hidden;
	    position: relative;
	    background: #FFFFFF;
	    z-index: 8;
	}
	.cp_left {
	    position: absolute;
	    left: 0;
	    top: 0;
	    z-index: 999;
	}
	.cp_nav a {
	    display: inline-block;
	    line-height: 49px;
	    color: #333333;
	    padding: 0 20px;
	    position: relative;
	    border-bottom: 1px solid #DDDDDD;
	    font-size: 16px;
	}
	.cp_nav a.current {
	    color: #00AF88;
	    border-bottom: 2px solid #00AF88;
	    line-height: 48px;
	}
	.item1 .swiper-container-box{
		padding: 0 30px;
	}
	.item4 .sucess_list ul li span{
		font-size: 15px;
	}
	.item2_content{
		padding-top: 20px;
	}
	.item2_text span{
		/* margin-top: 20px; */
	}
	.swiper-container-box {
		position: relative;
	}
	.item3 .swiper-slide{
		padding: 0;
	}
	.item3_list span{
		left: 5px;
		right: 5px;
	}
	.item3 .swiper-button-next, .item3 .swiper-button-prev{
		display: none;
	}
	.item3 .swiper-button-next:before{
		content: "→";
		color: #666;
	}
	.item3 .swiper-button-prev:before{
		content: "←";
		color: #666;
	}
	.topnav .swiper-slide{
		padding-bottom: 50px;
	}
	.Vido_list ul li img{
		height: 27vw;
	}
	.item3 .swiper-pagination{
		left: 0;
		right: 0;
		bottom: -20px;
	}
	.item3 .swiper-pagination-bullet{
		margin: 0 3px;
	}
	.item3 .swiper-pagination-bullet-active{
		background: #00AF88;
	}
	.item3_pic{
		width: 190px;
	}
}
.page_title{
	margin-bottom: 20px;
	color: #00AF88;
	position: relative;
}
.page_title:before{
	content: "▶";
	padding-right: 5px;
}
.mui-bar{
	box-shadow: none;
}
.floatBar{
	display: none;
    width: 34px;
    height: 113px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 999;
    background-color: #ff5c01;
    background-position: center;
    background-repeat: no-repeat;
    background: url(../images/contact-icon.png),#ff7d34;
}
.activeBox{margin: 20px auto;text-align: center;width: 1200px;background: rgba(255,255,255,0.5);padding: 30px}
.activeBox a{
	display: inline-block;
	width: 45%;
	color: red;
	font-size: 22px;
}
.activeBox a:hover{
	text-decoration: underline;
}
a{color: #333;}

/* 友情链接图片尺寸 */
.friend_link_img{
	height: 80%;
	/* line-height: 38px; */
	margin-right: 20px;
	margin-top: 8px;
}


/* 服务项目-改 */

.section3{
	padding: 2vw 0 1vw;
}

.section3 .wrapper {
	max-width: 1200px;
	width: 90vw;
	margin: 0 auto;
	position: relative;
}
.section3 .items {
	margin: 0 -12px;
	font-size: 0;
}

.comm_sec3 .item {
	top: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 12px;
	width: calc(25% - 24px);
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 20px 10px 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.comm_sec3 .item:nth-of-type(1) span {
	background: -webkit-linear-gradient(135deg, #ea5300, #f27f01);
	background: -o-linear-gradient(135deg, #ea5300, #f27f01);
	background: -moz-linear-gradient(135deg, #ea5300, #f27f01);
	background: linear-gradient(135deg, #ea5300, #f27f01);
}

.comm_sec3 .item span {
	position: absolute;
	top: 20px;
	left: -8px;
	padding: 0 8px;
	line-height: 20px;
	border: 2px solid #fff;
	font-size: 12px;
	color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.comm_sec3 .item i {
	width: 72px;
	height: 72px;
	display: block;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.comm_sec3 .item h3.tit {
	font-size: 24px;
	color: #333;
	font-family: 'PinFang-Medium';
	line-height: 1;
	margin-top: 15px;
}

.comm_sec3 .item .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #faf5ed;
	border-radius: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.comm_sec3 .item:hover {
	top: -10px;
	box-shadow: 2px 12px 15px rgba(0, 0, 0, 0.2);
	transition: top .3s ease;
}
.comm_sec3 .item:hover .hover{
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease;
}
@media screen and (max-width: 767px){
	.comm_sec3 .item h3.tit {
		font-size: 18px;
	}
}
@media (max-width: 767px){
	.comm_sec3 .item:hover {
		top: 0px;
		box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
		transition: all 0 ease 0;
	}
	.comm_sec3 .item:hover .hover{
		opacity: 0;
		visibility: hidden;
		transition: all 0 ease 0;
	}
}
.comm_sec3 .item .hover .cell_box {
	width: 100%;
	height: 100%;
}
.cell_box:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.comm_sec3 .item .hover .cell {
	padding: 0 20px;
}

.cell_box .cell {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}


.comm_sec3 .item .hover h3 {
	font-size: 24px;
	line-height: 1;
	font-family: 'PingFang-Medium';
	display: inline-block;
	color: transparent;
	background: #ed7201;
	background: -webkit-linear-gradient(135deg, #f59c2b, #f56869);
	background: -o-linear-gradient(135deg, #f59c2b, #f56869);
	background: -moz-linear-gradient(135deg, #f59c2b, #f56869);
	background: linear-gradient(135deg, #f59c2b, #f56869);
	-webkit-background-clip: text;
}

.comm_sec3 .item .hover p {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	margin-top: 18px;
}

@media (max-width: 767px){
	.comm_sec3 .item{
		width: calc(50% - 24px);
	}
}
@media screen and (max-width: 1031px){
	.section3 {
		padding: 0vw 0 0vw 1vw;
	}
}
@media screen and (max-width: 1350px){
	.comm_sec3 .item {
		padding: 10px;
	}
	.wrapper {
    max-width: none;
}
.section3 .items {
	margin: 0 0px;
	font-size: 0;
}
.comm_sec3 .item i {
	width: 50px;
	height: 50px;
}
.comm_sec3 .item h3.tit {
	font-size: 18px;
	white-space:nowrap;
}
.comm_sec3 .item h3.tit, .comm_sec3 .item .hover h3 {
	font-size: 18px;
}
/* .comm_sec3 .item .hover p {
	margin-top: 10px;
} */
.swiper1 .item{
	margin-top: 10px !important;
	/* width: 160px !important; */
}
.section3 {
	padding: 2vw 0 0vw 1vw;
}
}
.phom_dress .hover img{
	width: 200px;
	height: 200px;
	margin-top: 10px;
}
.phom_dress .hover{
	position: absolute;
	display: none;
}
.wangke_app:hover .hover{
	display: block;
}
