﻿@charset "UTF-8";
body{
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
*{
	margin: 0;
	padding: 0;
}
a{
	color: #fff;
}
a:hover{
	color: #ff7d7d;;
}
a,a:hover{
	text-decoration: none;
}
ul,ol{
	list-style:none
}
i{
	font-style: normal;
}
.clear {
    clear: both;
}
/*公共区*/
.span1{
	font-size: 30px;
    /*font-family: fixedsys;*/
    font-weight: bold;
}
.span1 a{
	padding: 0px 10px;
	    color: #222;
}
.span2{
	font-family: arial;
    color: #b2b2b2;
    font-size: 12px;
}
.container{
	padding-right: -1px;
}
.fl{
	float: left;
}

/*头部区域*/
.header{
	position: absolute;
	z-index: 999;
	width: 100%;
}
.top{
	width: 1200px;
	line-height: 30px;
	margin: 0 auto;
}
.logo{
	text-align: center;
	height: 40px;
	margin: 10px 0;
	width: 100%;
}
.nav_box{
	max-width: 1200px;
	margin: 0 auto;
}
.nav li{
	float: left;
    width: 106px;
    height: 40px;
    line-height: 50px;
    text-align: center;
	color:#000;
	    background-color: #fff;
}
.nav .tel{
	width: 150px;
}
.nav li a{
	transition:all 0.5s;
	color:#000;
}
.nav > li > a:hover,.nav > li > a.on{
	
	color:#428AF1;
}
.navbar-nav{
	margin: 0;
}
/*banner*/
/*.banner{
	top:0%;
	width:100%;
	height: 880px;
	background: url(../images/banner.jpg) no-repeat center;
}*/
.banner{
	width: 100%;
	height: auto;
}
.banner img{
	width: 1920px;
}

/*手机导航*/
.navbar-toggle{
	border-color: #ddd;
}
.navbar-toggle .icon-bar{
	background-color: #f00;
}

/*艺术课程*/
.course,.about,.case{
	margin: 50px auto;
	text-align:center;
	
}
.anli{
	background: url(../images/anli.jpg) no-repeat center;
	margin: 0 auto;
	text-align:center;
}
.course .pro_lb{
	margin-top: 40px;
}
.course .pro_lb img{
	display: inline-block;
}
.course .pro_lb h3{
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
.course .pro_lb > p{
	font-size: 14px;
	color: #888;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.course .pro_lb a{
	color: #333;
}
.course .pro_lb a img{
	border-radius:50%;
}
.course .pro_lb a:hover{
	color: #ff7d7d;
}
.course .pro_lb .btn{
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px 40px;
	transition: all 0.3s;
}
.course .pro_lb .btn:hover{
	border: 1px solid #ff7d7d;
	color: #ff7d7d;
}

/*关于我们*/
.about{
	background: url(../images/about_bg.jpg) no-repeat center;
	margin: 60px 0;
	color: #fff;
}
.lvjing{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    margin: 60px 0;
}
.about .span1 a{
	color: #fff;
}
.about .about_con{
	line-height: 30px;
	font-size: 14px;
	padding-top: 10px;
	text-indent: 2em;
}
.about .btn_abo{
	background: transparent;
	border: 1px solid #ff7d7d;
	border-radius: 5px;
	color: #ff7d7d;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 8px 40px;
	transition: all 0.3s;
	display: inline-block;
}
.about .btn_abo:hover{
	border: 1px solid #ff7d7d;
	color: #ff7d7d;
}

/*作品展示*/
.case{
	
}
.case .zp{
	padding: 0;
}
.case .zp img{
	display: inline-block;
	width:100%;
}
.case .span1{
	padding-top: 50px;
	display: inline-block;
}
.case .span2{
	color: #fff;
}
.bt{
	padding-bottom: 20px;
}
.bt2{
	padding-top: 60px;
}
.over{
	position: absolute;

}
.over:hover{
	opacity: 1;
}
.bianse:hover{filter: grayscale(100%);}
	.bianse{filter: grayscale(0%);}
.over h4{
	padding-top: 45%;
	color: #fff;
}

/*新闻资讯*/
.news{
	padding: 50px 0;
	background: #f7f7f7;;
	text-align: center;
}
.news .xw{
	margin-bottom: 90px;
}

.wz_box{
	width: 86%;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	z-index: 99;
	top: 68%;
	left: 7%;
	padding: 30px 20px;
}

.wz_box .wz_tit a{
	font-size: 18px;
	color: #333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}

.wz_box .wz_tit a:hover{
	color: #ff7d7d !important;
}
.wz_box time{
	font-size: 12px;
	color: #999;
	line-height: 30px;
}
.wz_box .wz_xq{
	font-size: 14px;
	color: #888;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
/*广告*/
.ad{
	background: url(../images/bg2.jpg) no-repeat center;
	/*height: 400px;*/
}
.ad .ad_box{
	padding: 11% 0;
} 
.ad .ad_sy{
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
}
.ad .yw{
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
/*商盟成员*/
.smcy{
	background-color: #eee;
    border-top: solid 1px #fff;
    padding: 20px 0;
}
.smcy a{
	color: #666;
	padding: 0 15px;
	line-height: 28px;
}
/*底部*/
.footer{
	background: #111;
}
.footer ul{
	padding: 30px 0;
	border-bottom: 1px solid #444;
}
.footer ul li{
	float: left;
}
.footer ul li a{
	padding: 8px 20px;
	color: #999;
}
.fot_tel{
	float: right !important;
	background: url(../images/tel.png) no-repeat left;
	padding-left: 40px;
	color: #999;
}
.fot_bon{
	text-align: center;
}
.fot_bon a {
	color: #fff;
}
.fot_bon a:hover {
	color: #fff;
}
/*联系我们页面*/
.con_box{
	margin-bottom: 80px;
}
.con_con > p{
	line-height: 30px;
}
.con_con .ewm{
	margin-bottom: 20px;
}
.mbx{
	line-height: 55px;
	color: #fff;
	background: #ff7d7d;
	white-space: nowrap;
}
.mbx a{
	color: #fff;
}
.abo_con{
	margin-top: 20px;
	margin-bottom: 60px;
}
.abo_tit{
	margin-bottom: 30px;
	font-size: 32px;
	color: #121212;
	font-weight: bold;
}

/*关于我们页面*/
.nav_xqy{
	padding-left: 0px !important;
}
.nav_xqy li{
	padding-right: 10px;
	margin-bottom: 10px;
}
.nav_xqy li a{
	border: 1px solid #b9b9b9;
	padding: 10px 25px;
	color: #888;
	transition: all 0.5s;
}
.nav_xqy li a:hover,.nav_xqy li a.on{
	border: 1px solid #ff7d7d;
	background: #ff7d7d;
	color: #fff;
}
.text_con{
	margin-top: 10px;
	color: #808080;
	line-height: 30px;
	font-size: 14px;
	text-indent: 2em;
}

/*课程页面*/
.pro_box .pro_hor dt{
	float: left;
	width: 25%;
	overflow: hidden;
}
.pro_box .pro_hor dd{
	width: 70%;
	padding-left: 20px;
	display: inline-block;
}
.pro_box .pro_hor dd > h3{
	padding-top: 20px;
}
.pro_box .pro_hor dd > h3 a{
	font-size: 20px;
	color: #fe7e7d;
}
.pro_box .pro_hor dd > p{
	font-size: 14px;
	color: #808080;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.pro_box dl.pro_hor{
	padding: 20px 0;
    border-bottom: 1px dashed #d0d0d0;
}
.pro_box a.btn{
	border: 1px solid #fe7e7d;
	border-radius: 18px;
	padding: 4px 20px 4px 30px;
	vertical-align: middle;
	color: #fe7e7d;
	transition: 0.5s;
}
.pro_box a.btn:hover{
	background: #fe7e7d;
	color: #fff;
}
.ms{
	text-align: left;
	color: #808080;
	margin-bottom: 10px;
}


.new_box{
	
}
.new_box .xw2{
	margin-bottom: 90px;
	margin-top: 20px;
}

.new_box .xw2 > .wz_box{
	background: #f7f7f7;
}

/*新闻详情页*/
.new_con h1{
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	color: #333;
}
.new_con .time{
	color: #999;
	font-size: 12px;
	line-height: 30px;
	background: #f5f5f5;
}
.new_con .time a{
	color: #999;
}
.new_con .text_con{
	margin-top: 20px;
	color: #808080;
	line-height: 30px;
	font-size: 14px;
	text-indent: 2em;
	text-align:center;
}
























/*相关新闻*/
.xgxw{
	margin-top: 20px;
}
.xgxw h3{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	height: 40px !important;
	text-align: left;
	width: 100%;
	margin-top: 0;
}
.xgxw_list li{
	float: left;
	width: 100%;
	padding: 0 15px;
}
.xgxw_list li h4{
	margin-top: 0px;
    margin-bottom: 0;
}
.xgxw_list li h4 a{
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	width: 70%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #808080;
	    
}
.xgxw_list li h4 a:hover{
	color: #ff7d7d;
}
.xgxw_list li time{
	float: right;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	width: 25%;
	text-align: right;
}
/*相关产品*/
.xgcp{
	margin-top: 10px;
}
.abo_con{
	margin-bottom: 60px;
}
.xgcp h3{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	height: 40px !important;
	text-align: left;
	width: 100%;
	display:inline-block;
}
.xgcp_tit{
	text-align: center !important;
	line-height: 30px;
	font-size: 16px;
	color:#333;
}
.xgcp_list .ys a .xgcp_tit:hover{
	color: #ff7d7d;
}
.xgcp_list img{
	max-width: 100%;
}

/* 网站地图 */
.sitemap {
	text-align:left;
}
.sitemap .sti_tit{
	font-size:20px;
	color:#333;
	padding-bottom:5px;
}
.sitemap_con > a{
	font-size:16px;
	color:#666;
	padding:4px 10px;
}
.abo_tit2{
	margin-bottom: 30px;
	font-size: 32px;
	color: #121212;
	font-weight: bold;
}

/*页码*/
.pagess ul li {
	display:inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 20px 0 3px;
	line-height: 20px;
	background: #fff;
	color:#999
}
.pagess ul li:hover,.pagess ul .pages_solid{
	background:#ff7d7d;
	color:#fff;
	border: 1px solid #ff7d7d
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #ff7d7d;
	
	margin: 0 3px;
	background: #ff7d7d;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a{
	display:block;
	color:#999;
	padding: 2px 9px;
}
.pagess ul .pages_solid,.pagess ul .previous_s{
	padding: 4px 18px;
}
.pagess ul li a:hover {
	color: #fff;
}
/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul li {
	width: 25%;
	background: #494949;
	float: left;
	padding: 10px 0;
	border-right: 1px solid #666;
	list-style: none;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover {
	text-decoration: initial;
}
.phonefooternav ul li a i {
	display: block;
	font-size: 20px;
	padding: 10px 0;
}
@media (max-width: 480px) {
	.phonefooternav ul li {
	padding: 3px 0px;
}
}
@media (max-width: 767px) {
	.hidden-xs {
	display: none !important;
}
}
@media (max-width: 767px) {
	.phonefooternav {
	display: block !important;
}
}


.i_service{
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(217, 217, 217, 0.13);
    padding-left: 0;
    padding-right: 0;
}
@media(max-width:768px){
    .i_service{
        padding-top: 70px;
        padding-bottom: 50px;
    }
}
.service_box{
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.ser_line{
    position: absolute;
    width: 100%;
    min-height: 0px;
    height: 1px;
    padding-top: 0px;
    margin-top: 170px;
    background-color: rgba(204, 204, 204, 0.4);
    top: auto;
}
.ser_con{
    width:100%;
}
.rowxdd{
    padding-bottom: 0px;
    border-bottom: 1px none rgb(79, 79, 79);
    height: 340px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}
@media(max-width:768px){
    .rowxdd{
        display: block;
        overflow: visible;
        height: auto;
    }
}
.ser_box{
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 0px;
    background-color: transparent;
    padding-top: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media(max-width:768px){
    .ser_box{
        padding-left: 0px;
        padding-right: 0px;
        display: inline-block;
    }
}
.service_text{
    text-align: center;
    height: 170px;
    margin: 0px 15px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
}
.service_box_bg{
    margin: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    -o-transform: rotate(0deg) scale(1) translate(0%,0%);
    -moz-transform: rotate(0deg) scale(1) translate(0%,0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}
.service_border{
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    border-width: 2px;
    border-color: transparent;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    width: 0%;
    border-style: solid none;
}
.service_border2{
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    margin: auto 0px;
    border-width: 2px;
    border-color: transparent;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    border-style: none solid;
    height: 0%;
    min-height: 0px;
}
.ser_filohi{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.service_text_title{
    margin-bottom: 25px;
    font-size: 16px;
    font-family: SiYuanBold;
    color: rgb(85, 85, 85);
    margin-top: 20px;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: all 0.5s ease;
}
.service_line_box{
    width: 45px;
    min-height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(85, 85, 85);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    -o-transform: rotate(0deg) scale(1) translate(0%,0%);
    -moz-transform: rotate(0deg) scale(1) translate(0%,0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}
.service_line{
    min-height: 1px;
    width: 50%;
    background-color: rgb(217, 83, 79);
}
.paragraph_nest{
    margin-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    color: rgb(153, 153, 153);
    line-height: 2em;
}
.service_arrow{
    min-height: 0px;
    position: absolute;
    z-index: 2;
    margin-top: 0px;
    bottom: 65px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    opacity: 0;
}
.icon-go{
    color: rgb(217, 83, 79);
    font-size: 20px;
}
.service_img_box{
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0px;
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    -o-transform: rotate(0deg) scale(1) translate(0%,0%);
    -moz-transform: rotate(0deg) scale(1) translate(0%,0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
}
.service-link{
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
}
.service_img_box img{
    width: 100px;
    height: 100px;
    margin-top: 20px;
    display: inline-block;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.6s;
}
.ser_box:hover{
    opacity: 1;
}
.ser_box:hover .service_text{
    height: 340px;
    background-color: #FFFFFF;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_box_bg{
    background-color: rgba(217,83,79,0.05);
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_border{
    border-color: #d9534f;
    width: 100%;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_border2{
    border-color: #d9534f;
    height: 100%;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_text_title{
    color: #d9534f;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_line_box{
    width: 90px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_line{
    width: 100%;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ser_box:hover .service_arrow{
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
/* .ser_box:hover .service_img_box{
    height: 0px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
} */
.ser_box:hover .service_img_box img{
    height: 0px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%,0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%,0%);
    transform: rotate(0deg) scale(1) translate(0%,0%);
    transition: All 0.5s ease;
}
.ipro {
	background: #f0f0f0;
}
.iprotype {
    padding:15px 0;
    overflow: hidden;
}
.iprotype li {
	color:#999;
    display: inline-block;
    background-color: #fff;
    margin:2px 1px;
	padding: 8px 20px;
    border: 1px solid #d2d2d2;
	cursor:pointer;	
}
.iprohov{border:1px solid #ff7d7d!important;color: #e4c17e;}
.ipro_con{display:none;}
.ipro_con0{display:block;}

.ipro_con li {
    padding:5px;
}
.cpro_img{
	overflow: hidden;
}
.cpro_img img{
	width: 100%;
	cursor: pointer;
    transition: all 0.6s;
	filter: grayscale(0%);
}
.cpro_img img:hover {
	transform: scale(1.1);
	filter: grayscale(100%);
}
.cpro h4{
	background: #fff; 
	display: block; 
	padding: 12px 20px;
}
.cpro h4 a {
	color: #666;
	font-size: 16px;
    font-weight: 500;
}
.cpro:hover h4{
	background:#ff7d7d;
}
.cpro:hover h4 a{
	color: #fff;
}
.ms{position: absolute; bottom: -10px;left: 0; width: 320px; height: 25px; background-color:rgba(255,255,255,0.3);line-height:25px;text-align:center;color:#fff;}
.xxx{position: absolute; bottom: 0px;left: 0; width: 100%; height: 40px; background-color:rgba(255,255,255,0.3);line-height:40px;text-align:center;color:#fff;}

.new_box>div:nth-child(4){
	clear:both;
}