@charset "utf-8";
header{
	width:100%;
	position: absolute;
	z-index:9999;
	top:0;
}
.add{
	width:1200px;
	margin:0px auto;
	color:#fff;
	line-height:20px;
	font-size:12px;
	padding:12px 0px;
	display: flex;
    justify-content: space-between; 
}
.add a{
	color:#fff;
}
.add a:hover{
	color:#fff;
	text-decoration: underline;
}
.add img {
    width: 20px;
    vertical-align: -3px;
    margin-right: 5px;
    display: inline-block;
}
.top {
	width:100%;
	height:80px;
	background:#ff3300;
	min-width:1200px;
}
.top_ct{
	width:1200px;
	height:80px;
	margin:0px auto;
	display: flex;
    justify-content: space-between; 
}
.logo{
	height:80px;
	width:360px;
	background:url(../images/logo_vg.png) left no-repeat;
}
.logo img{
	height: 80px;
}

.nav {
	width:840px;
}

.nav ul {
	width:100%;
	height:80px;
	line-height:80px;
}

.nav ul li {
	float: left;
	width:120px;
	height: 80px;
	text-align:center;
	font-size: 14px;
	line-height: 80px;
	position:relative;
}
.nav ul li a {
	float: left;
	width:120px;
	height: 80px;
	color:#fff;
}

.nav ul li a:hover,
.nav_on{
	float: left;
	width:120px;
	height: 80px;
	color:#fff;
	background: url(../images/nav_bg.png) center no-repeat;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.nav ul li ol{
	position: absolute;
	z-index: 999;
	top: 80px;
	display: none;
	margin:0px auto;
	width:160px;
	left:30px;
	background:#aa2200;
}

.nav ul li ol li {
	width: 100%;
	height:44px;
	line-height: 44px;
	font-size: 12px;
	text-align: center;
	margin: 0;
}

.nav ul li ol li a {
	display: block;
	width: 100%;
	height: 44px;
	color: #fff;
	line-height: 44px;
}

.nav ul li ol li a:hover {
	width: 100%;
	height:44px;
	color: #fff;
	background:#ff3300;
}
.banner{
	width:100%;
	overflow:hidden;
	position:relative;
    min-width: 1200px;
}
.banner img{
	width:100%;
	height: auto;
	display:block;
}
.mess{
	position:absolute;
	z-index:9;
	right:10%;
	top:24%;
	width:326px;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	background:url(../images/mess_bg.png);
}
.mess_tl{
	width:286px;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #cccccc;
	margin:0px auto;
	color:#333;
	
}

.mess_ct{
	width:286px;
	padding:20px;
}
.mess_li{
	width:100%;
	height: auto;
	padding-bottom:10px;
	display: flex;
    justify-content: space-between; 
}
.tx{
	width:220px;
	height:46px;
	border: none;
	line-height:46px;
	color:#666;
	outline:none;
	font-size:12px;
	padding:0px 10px 0px 56px ;
	background:url(../images/mespic01.png) left no-repeat #fff;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.tx01{
	width:220px;
	height:46px;
	border: none;
	line-height:46px;
	color:#666;
	outline:none;
	font-size:12px;
	padding:0px 10px 0px 56px ;
	background:url(../images/mespic02.png) left no-repeat #fff;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.bot_tx{
	width:90%;
	height:34px;
	border: none;
	line-height:34px;
	color:#666;
	background:#fff;
	outline:none;
	font-size:12px;
	padding:0px 4%;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.ly_tx{
	width:266px;
	background:#fff;
	height:50px;
	border: none;
	line-height:20px;
	color:#666;
	outline:none;
	font-size:12px;
	padding:10px;
	font-family:"微软雅黑";
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.bot_s{
	width:49%;
}
.bot_yzm{
	width:49%;
}
.bot_yzm img{
	height:34px;
}
.mess_btn{
	width:100%;
	height:46px;
}
.m_btn{
	background: #ff3300;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	color:#fff;
	display: inline-block;
	border:0px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    width: 100%;
    height: 46px;
    line-height: 46px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.m_btn:hover{
	background: #cc0000;
}
.title{
	width:1200px;
	color:#b3b3b3;
	margin:0px auto 2% auto;
	padding:2% 0px 0.6% 0px;
	text-align:center;
	line-height:220%;
	text-transform : uppercase;
	color:#929292;
	font-size:30px;
	background:url(../images/li.png) center bottom no-repeat;
}
.title01{
	width:100%;
	color:#b3b3b3;
	padding:3% 0px 1.5% 0px;
	line-height:220%;
	text-transform : uppercase;
	color:#929292;
	font-size:30px;	
}
.kec{
	width:1200px;
	margin:0px auto 2% auto;
	display: flex;
    justify-content: space-between; 
}
.kec_li{
	width:400px;
	box-sizing: border-box;
	text-align:center;
	padding:10px;
}
.kec_li p.kec_img{
	width:100px;
	margin:0px auto;
}
.kec_li p.kec_img img{
	width:100%;
}
.kec_li p.kec_tl{
	text-align:center;
	padding:15px 0px;
}
.about{
	width:100%;
	min-width:1200px;
	background:rgb(232, 246, 249);
}
.about_ct{
	width:1200px;
	margin:0px auto;
	padding:2% 0px;
	display: flex;
    justify-content: space-between; 
}
.about_lf{
	width:660px; 
}
.about_rg{
	padding-top:30px;
	width:500px; 
}
.about_rg img{
	width:100%; 
}
.about_tt{
	width:100%;
	line-height:180%;
}
.about_btn{
	width:100%;
	margin:30px 0px;
}
.about_btn a,.new_btn a{
	display:block;
	width: 110px;
    height: 38px;
    line-height: 38px;
	background:#cc0000;
	color:#fff;
	text-align:center;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.about_btn a:hover,.new_btn a:hover{
	float: left;
	display:block;
	width: 110px;
    height: 38px;
    line-height: 38px;
	color:#fff;
	background:#434343;
}
.teacher{
     width:1200px;
     text-align: center;
	 margin:0px auto 3% auto;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    overflow: hidden;
}

.swiper-button-prev {
    width:47px; height:50px; 
	background-image:url(../images/an.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none;
    left: 0;
}

.swiper-button-next {
    width:47px; height:50px; 
	background-image:url(../images/an1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    outline: none;
    right: 0;
}
.sss_li{ margin:0px 10px; float:left; _display:inline; overflow:hidden; text-align:center;}
.sss_li .pic{ background:#f6f6f6;text-align:center; width:280px; height:340px; display:table-cell;
	vertical-align:middle;
    cursor: default; }
.sss_li .pic img{ display:block;max-width:280px;
	max-height:340px;
    cursor: pointer;
	margin: 0px auto;
 }
.sss_li .stitle{ line-height:24px; padding:10px 0px; }
.sss_li .pic01{
	background:#f6f6f6; 
    text-align:center; width:280px; height:210px;display:table-cell;
	vertical-align:middle;
    cursor: default;}
.sss_li .pic01 img{ display:block;max-width:280px;
	max-height:210px;
    cursor: pointer;
	margin: 0px auto;}
.new{
	width:100%;
	background: url(../images/z_bg.jpg) center no-repeat;
	background-size: 100% 100%;
	min-width:1200px;
}
.new_ct{
	width:1200px;
	margin:0px auto;
	padding:2% 0px;
	display: flex;
    justify-content: space-between; 
	
}
.new_lf,.new_rg{
	width:450px;
}
.new_zj{
	width:220px;
	text-align:center;
	padding:50px 0px;
}
.new_btn{
	width: 110px;
	margin:0px auto;
}
.new_li{
	width:100%;
	height:46px;
	line-height:46px;
	overflow:hidden;
	border-bottom: 1px dashed #c6c6c6;
	display: flex;
    justify-content: space-between; 
}
.new_tl{
	width:70%;
}
.new_tl a.newfl{
	color:#ca0000;
	margin-right:8px;
}
.new_tl a.newfl:hover{
	color:#2c90ff;
}
.new_rq{
	width:20%;
	color:#bbbbbb;
	font-size:12px;
	text-align:right;
}
.show{
	width:1200px;
	margin:0px auto;
}
.show_li{
	float:left;
	width:284px;
	padding:11px;
	margin-right:21px;
	margin-bottom:25px;
	box-sizing:border-box;
	border:1px solid #eee;
}
.show_li:hover{
	border:1px solid #cc0000;
}
.show_img{
	width:258px;
	height: 172px;
	overflow:hidden;
	background-color:#f4f4f4;
}
.show_img a{
	width:258px;
	height: 172px;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
}
.show_img img{
	max-width:258px;
	max-height:172px;
    cursor: pointer;
    transition: all 0.6s;
	margin: 0px auto;
	display:block;
}
.show_img img:hover{
  transform: scale(1.2);
}
.show_tl{
	width:100%;
	margin-top:10px;
	height:22px;
	text-align:center;
	line-height:22px;
	overflow:hidden;
}
.show_li:nth-child(4),.show_li:nth-child(8){
    margin-right:0px;
}
.hb{
	width:100%;
	background:#f4f4f4;
	min-width:1200px;
	padding:30px 0px;
}
.hb_ct{
	width:1200px;
	margin:0px auto;
}
.slideGroup{ 
    width:100%;
    text-align: center;
	margin:0px auto;
}
.slideGroup ul{ overflow:hidden; zoom:1;   }
.slideGroup ul li{
	width: 180px;
    height: 80px;
    display: inline-block;
	border: none;
    margin: 0 10px;
}
.slideGroup ul li img{
	max-width:180px;
	max-height: 80px;
}
footer{
	width: 100%;
	background:#434343;
	color:#999;
	font-size:12px;
	text-align:center;
	min-width:1200px;
	padding:15px 0px;
	line-height:160%;
}
footer a{
	color:#999;
}
/* 内页 */
.c_add{
	width:100%;
	padding:10px 0px;
	line-height:20px;
	background:#f4f4f4;
}
.c_add_ct{
	width:1200px;
	margin:0px auto;
	font-size:12px;
	color:#999;
}
.c_c{
	width:1200px;
	margin:0px auto;
	line-height:160%;
	padding:3% 0px;
}
.c_cbl{
	float:left;
	width:30%;
	padding:2% 0px;
}
.c_cbl img{
	width:100%;
}
.c_cbl p{
	font-weight:bold;
	padding:10px 0px;
	text-align:center;
}
.c_cbr{
	float:right;
	width:66%;
	padding:2% 0px;
}
.c_contl{
	float:left;
	width:48%;
}
.c_contr{
	float:right;
	width:48%;
}
.tx02{
	width:94%;
	height:46px;
	border: 1px solid #CCD1D9;
	line-height:46px;
	color:#666;
	outline:none;
	font-size:14px;
	padding:0px 3%;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.bot_tx01{
	width:90%;
	height:34px;
	border: 1px solid #CCD1D9;
	line-height:34px;
	color:#666;
	background:#fff;
	outline:none;
	font-size:12px;
	padding:0px 4%;
	-moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.ly_tx01{
	width:94%;
	background:#fff;
	height:100px;
	border: 1px solid #CCD1D9;
	line-height:20px;
	color:#666;
	outline:none;
	font-size:14px;
	padding:10px 3%;
	font-family:"微软雅黑";
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
.m_btn_x{
	text-align: center;
	background:#cc0000;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	color:#fff;
	display: inline-block;
	border:0px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    width: 100%;
    height: 46px;
    line-height: 46px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.m_btn_x:hover{
	background:#ff3300;
}
.c_contl p.con_tl{
	font-weight:bold;
	padding-bottom:15px;
	font-size:16px;
}
.c_contl p.con_ct{
	padding-bottom:30px;
}
.c_cl{
    width: 100%;
    text-align: center;
    margin: 15px auto;
}
.c_cl a {
    width: auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    display: inline-block;
   margin: 1px 1px;
   padding:0px 25px;
   background:#f1c232;
}
.c_cl a.non, .c_cl a:hover {
   background:#e69138;
    color: #fff;
}
.c_p{
	width:950px;
	margin:3% auto 5% auto;
}
.c_title{
	width:100%;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	padding:20px 0px;
	color:#555;
}
.c_rq{
	width:100%;
	font-size:12px;
	line-height:30px;
	color:#999;
	text-align:center;
}
.c_jj{
	width:100%;
	font-size:12px;
	line-height:20px;
	color:#999;
	padding:10px 20px;
	background: #f8f7f6;
	border:1px solid #ccc;
	box-sizing: border-box;
}
.c_tt{
	width:100%;
	line-height:24px;
	padding:2% 0px;
	color:#7e7e7e;
}
.c_p_fy{
	width: 100%;
	margin:50px auto;
	font-size:12px;
	line-height:200%;
	color:#999;
}
.jt{
	background:url(../images/jts.png) left no-repeat;
	padding-left:20px;
}
.jtx{
	background:url(../images/jtx.png) left no-repeat;
	padding-left:20px;
}
.c_pct{
	width:100%;
	margin-bottom:3%;
	display: flex;
    justify-content: space-between; 
}
.team_lf{
	width:30%;
}
.team_lf img{
	width:100%;
}
.team_rg{
	color:#999;
	width:66%;
}
.team_rg p.cteam_tl{
	padding:20px 0px;
	color:#555;
	font-weight: bold;
	font-size:24px;
	margin-bottom:20px;
	border-bottom:1px solid #ededed;
}
.team_rg p.cteam_tt{
	line-height:160%;
}
.bm_t,.bm_t img{
	width:100%;
}
.baoming{
	width:100%;
	max-width:800px;
	margin:0px auto;
	padding:4% 0px;
}
.bm_li {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bm_li_lf{
    width:40%;
	text-align:right;
	
}
.bm_li_rg{
    width:58%;
}
.tx03{
	width:94%;
	height:38px;
	border: 1px solid #CCD1D9;
	line-height:38px;
	color:#666;
	outline:none;
	font-size:14px;
	padding:0px 3%;
	-moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}
/* mob */
.mnav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.mnav_cont {
    width: 200px;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 999;
    overflow: scroll;
}

.mnav_lists>div {
    width: 100%;
    text-align: center;
}

.mnav_lists>div a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 18px 0;
    color: #000;
}

.mnav_colse {
    width: calc(100% - 190px);
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
    background: rgba(0, 0, 0, .5);
}

.open_mnav {
    display: none;
    float: right;
    margin: 24px 4px;
    cursor: pointer;
}
.mob-fixed {

	display: none;

}

@media screen and (min-width:200px) and (max-width:800px)
{
	.mob-fixed {

		width: 100%;

		position: fixed;

		width: 100%;

		background:#302f3d;

		bottom: 0;

		left: 0;

		display: flex;

		z-index: 50;

	}

	.mob-cwx {
		width: 100%;
		text-align: center;
	}

	.mob-ctel {
		width: 100%;

		background:#302f3d;
		text-align: center;
	}



	.mob-cwx a {
		width: 100%;
		display: inline-block;
	}



	.mob-ctel a {

		display: inline-block;

	}

	.cont-wx {
		margin: 4px auto 0;
	}

	.cont-wx img {
		margin: 0 auto;
	}



	.cont-title1 {
		font-size: 12px;
		color: #fff;
		padding-bottom: 8px;
	}

	.open_mnav {
        display: block;
    }
	.nav {
		display: none;
	}
header {
    width: 100%;
    position: inherit;
    z-index: 9999;
	background:#434343;
    top: 0;
}
.add{
	width:94%;
	margin:0px auto;
	color:#fff;
	line-height:20px;
	font-size:12px;
	padding:12px 0px;
	display: flex;
    justify-content: space-between; 
}	
.logo {
	float: left;
	width: 360px;
	margin-top: 10px;
	height: 60px;
}
.logo img {
    height: 60px;
}
.top {
	width:100%;
	height:80px;
	background:#ff3300;
	min-width: inherit;
}
.top_ct{
	width:100%;
	height:80px;
	margin:0px auto;
	display: flex;
    justify-content: space-between; 
}
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-width: inherit;
    height: auto;
}
.banner img {
    width: auto;
    height: auto;
    display: block;
}
.about{
	width:100%;
	min-width: inherit;
	
}
.mess,.c_add{
	display:none;
}
.title {
    width: 100%;
    font-size: 24px;
}
.kec {
    width: 100%;
    margin: 0px auto 2% auto;
    display: block;
    justify-content: space-between;
}
.kec_li {
	float:left;
    width:33.33%;
    box-sizing: border-box;
    text-align: center;
    padding: 2%;
}
.kec_li p.kec_img{
	width:50%;
	margin:0px auto;
}
.about_ct {
    width: 94%;
    margin: 0px auto;
    padding: 2% 0px;
    display: block;
    justify-content: space-between;
}
.about_lf {
    width:100%;
}
.about_rg {
    width:100%;
	height:250px;
}
.teacher {
    width:100%;
    text-align: center;
    margin: 0px auto 3% auto;
}
.new,.hb{
    width: 100%;
    min-width: inherit;
}
.new_ct {
    width: 94%;
    display: block;
    justify-content: space-between;
}
.new_lf, .new_rg,.new_zj,.hb_ct,.c_cbl,.c_cbr,.c_contl,.c_contr{
    width:100%;
}
.new_zj {
    padding: 20px 0px;
}
.show{
	 width: 94%;
    margin: 0px auto;
}
.show_li {
    float: left;
    width: 100%;
    padding: 4%px;
    margin-right:0px;
    margin-bottom:20px;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.show_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f4f4f4;
}
.show_img a {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
}
.show_img img {
	max-width:100%;
	max-height: inherit;
    cursor: pointer;
    transition: all 0.6s;
	margin: 0px auto;
	display:block;
}
footer{
	min-width:inherit;
}

.sss_li .pic,.sss_li .pic01{
    background: #f6f6f6;
    text-align: center;
    width: 90%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
}
.sss_li .pic img,.sss_li .pic01 img{
    display: block;
    max-width: 100%;
    max-height: inherit;
    cursor: pointer;
    margin: 0px auto;
}
.c_cl{
	 width: 96%;
    margin: 0px auto;
}
.c_cl a {
    width: auto;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    display: inline-block;
    margin: 1px 1px;
    padding: 0px 12px;
    background: #f1c232;
}
.c_c {
    width:94%;
    display: block;
}
.c_p {
    width:94%;
    margin: 3% auto;
}
.c_pct {
    width: 100%;
    margin: 4% auto;
    display: flex;
    justify-content: space-between;
}
.team_rg p.cteam_tl {
    padding: 5px 0px;
    color: #555;
    font-weight: bold;
    font-size:20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
}
.slideGroup{ 
    width:1200px;
    text-align: center;
	margin:0px auto;
}
.slideGroup .parHd,.slideGroup .parHd ul{width:100%;}
.slideGroup .parHd ul li{
	width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
	background:#434343;
    display: inline-block;
	border: none;
	color:#fff;
    margin: 0 5px;
	font-size:16px;
}
.slideGroup .parHd ul li.on{ color: #fff;background:#cc0000;}
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:4% 0px 2% 0px; position:relative;   }
.slideGroup .parBd .slideBox_li{width:284px;
	padding:11px;
	margin-right:21px;
	margin-bottom:25px;
	box-sizing:border-box;
	border:1px solid #eee;}
.slideGroup .parBd .slideBox_li img{width:258px;
	height: 172px; }
.slideGroup .parBd .slideBox_li:nth-child(3),.slideGroup .parBd .slideBox_li:nth-child(6) {
    margin-right:0px;
}
.slideGroup .parBd .show_li01{float:left;
	width:284px;
	padding:11px;
	margin-right:21px;
	margin-bottom:25px;
	box-sizing:border-box;
	border:1px solid #eee;
}
.slideGroup .parBd .show_li01 .show_img{width:258px;
	height: 172px;
	overflow:hidden;
	background-color:#f4f4f4;
}
.slideGroup .parBd .show_li01 .show_img img{max-width:258px;
	max-height:172px;
    cursor: pointer;
    transition: all 0.6s;
	margin: 0px auto;
	display:block;}
.slideGroup .parBd .show_li01 .show_tl{width:100%;
	margin-top:10px;
	height:22px;
	text-align:center;
	line-height:22px;
	overflow:hidden;
}
.slideGroup .parBd .show_li01:nth-child(4),.slideGroup .parBd .show_li01:nth-child(8){
    margin-right:0px;
}
@media screen and (min-width:200px) and (max-width:800px)
{
.slideGroup{ 
    width:92%;
    text-align: center;
	margin:0px auto;
}
.slideGroup .parBd .show_li01 {
    float: left;
    width: 100%;
    padding: 11px;
    margin-right: 21px;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.slideGroup .parBd .show_li01 .show_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f4f4f4;
}
.slideGroup .parBd .show_li01 .show_img img {
	width: 100%;
    height: auto;
    max-width: inherit;
    max-height: inherit;
    cursor: pointer;
    transition: all 0.6s;
    margin: 0px auto;
    display: block;
}
}