@charset "utf-8";
header{
	width:100%;
	height:132px;
	background:#fff;
	min-width:1200px;
}
.add{
	width:100%;
	height:32px;
	font-size:12px;
	color:#999;
	line-height:32px;
	background:#efefef;
}
.add_ct{
	width:1200px;
	height:40px;
	margin:0px auto;
}
.top {
	width:1200px;
	height: 100px;
	margin: 0px auto;
	display: flex;
    justify-content: space-between; 
}

.logo {
	margin-top: 20px;
	height:60px;
}
.logo img{
	height:60px;
}
.nav {
	height:34px;
	margin:33px 0px;
}

.nav ul {
	width: 720px;
	height:34px;
}

.nav ul li {
	float: left;
	width:86px;
	height: 34px;
	text-align:center;
	font-size: 14px;
	margin:0px 2px;
	line-height: 34px;position: relative;
}

.nav ul li a {
	float: left;
	width: 100%;
	height: 34px;
}

.nav ul li a:hover,
.nav_on{
	float: left;
	width: 100%;
	height: 34px;
	color:#fff;
	background:#bfa265;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.nav ul li:hover ol{
	position: absolute;
	z-index: 999;
	top: 34px;
	text-align: center;
	display:block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	width:86px;
	background:#bfa265;
}
.nav ul li ol {
	display: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.nav ul li ol li {
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	margin: 0;
	white-space:nowrap;
}
.nav ul li ol li a {
	display: block;
	width: 100%;
	
	color:#fff;
	
}
.nav ul li ol li a:hover {
	background:#fab371;
}
.search{
	width:200px;
	margin-top:35px;
	display: flex;
    justify-content: space-between; 
}
.search_w {
width:140px;
border:#D3D3D3 1px solid;
padding: 0px 5px;
line-height:28px;
font-size: 14px;
height:28px;
color:#666;
background: none;
outline: none;
}
.search a{
width:48px;
border: none;
line-height:28px;
height:28px;
outline: none;
background:url(../images/search.png) no-repeat;
}
.search-btn{
	width:48px;
border: none;
line-height:28px;
height:30px;
outline: none;
background:url(../images/search.png) no-repeat;
}
.banner{
	width:100%;
}
.title{
	width:1200px;
	height: auto;
	margin:3% auto;
	text-align:center;
	color:#666;
	font-size:24px;
	line-height:140%;
}
.title p{
	color:#bfa265;
}

.fuwu{
	width:1200px;
	height: auto;
	margin:0px auto;
}
.fuwu_li{
	float:left;
	width:600px;
	height:250px;
	box-sizing: border-box;
	padding:40px;
	text-align:center;
	border-right:1px solid #efefef;
	border-bottom:1px solid #efefef;
}
.fuwu_li:nth-child(2),.fuwu_li:nth-child(4){
   border-right: none;
}
.fuwu_li:nth-child(3),.fuwu_li:nth-child(4){
   border-bottom:none;
}

.fuwu_li p.fuwu_img{
	width:70px;
	height:70px;
	margin:0px auto;
}
.fuwu_li p.fuwu_tl{
	font-size:16px;
	padding:15px 0px;
}
.fuwu_li p.fuwu_tt{
	color:#999;
	line-height: 200%;
}
.more {
    width:180px;
	height:44px;
    margin: 0px auto;
    padding: 3% 0px;
    font-size: 14px;
}
.more a {
	float:left;
    width: 180px;
	height:44px;
	line-height:44px;
	text-align:center;
    margin: 0px auto;
	background:#bfa265;
	color:#fff;
}
.more a:hover{
	color:#fff;
	width: 180px;
	background:#a4884a;
}
.about{
	width:100%;
	padding:3% 0px;
	background:url(../images/ab_bg.jpg) center no-repeat;
}
.about_tl{
	width:1200px;
	margin:0px auto;
	color:#fff;
	font-size:24px;
	line-height:140%;
	text-align:center;
}
.about_ct{
	width:1200px;
	margin:0px auto;
	padding-top:3%;
	display: flex;
    justify-content: space-between; 
}
.about_lf{
	width:500px;
	padding:15px;
	background:url(../images/abimg.png) ;
}
.about_rg{
	width:640px;
	line-height:180%;
	color:#fff;
}
.about_rg p,.about_rg01 p{
	font-size: 20px;
    line-height: 250%;
	font-weight:bold;
}
.new{
	width:1200px;
	margin:0px auto;
	display: flex;
    justify-content: space-between; 
}
.new_lf{
	width:600px;
}
.new_img{
	width:600px;
	height: 400px;
	overflow:hidden;
	background-color:#f5f5f5;
}
.new_img a{
	width:600px;
	height: 400px;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
}
.new_img img{
	max-width: 100%;
	max-height:100%;
    cursor: pointer;
    transition: all 0.6s;
	margin: 0px auto;
	display:block;
}
.new_img img:hover{
  transform: scale(1.2);
}
.new_bt{
	width:550px;
	padding:25px;
	background-color:#f5f5f5;
}
.new_bt p.new_ltl{
	font-size: 18px;
    color: #555555;
    font-weight: bold;
    text-decoration: none;
    line-height: 140%;
	padding-bottom:10px;
}
.new_bt p.new_ltt{
	padding-bottom:10px;
    border-bottom: 1px solid #e2e2e2;
    line-height: 140%;
	color:#999;
}
.new_bt p.new_more{
	width: 180px;
	height:44px;
	line-height:44px;
	text-align:center;
	margin-top:15px;
}
.new_bt p.new_more a{
	float:left;
	width: 180px;
	height:44px;
	background:#bfa265;
	color:#fff;
}
.new_bt p.new_more a:hover{
	float:left;
	width: 180px;
	height:44px;
	color:#fff;
	background:#a4884a;
}
.new_rg{
	background-color:#f5f5f5;
    width: 510px;
	padding:25px;
}
.new_li{
	width:100%;
	padding-bottom:12px;
	margin-bottom:12px;
	border-bottom:1px solid #e2e2e2;
	display: flex;
    justify-content: space-between; 
}
.new_li:nth-child(5){
   margin-bottom:0px;
}
.new_liimg{
	height: 90px;
    width: 130px;
	overflow:hidden;
	background-color:#f5f5f5;
}
.new_liimg a{
	height: 90px;
    width: 130px;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
}
.new_liimg img{
	max-width: 100%;
	max-height:100%;
    cursor: pointer;
    transition: all 0.6s;
	margin: 0px auto;
	display:block;
}
.new_liimg img:hover{
  transform: scale(1.2);
}
.new_lirg{
	width:360px;
	font-size:12px;
	color:#999;
}
.new_lirg p{
	padding-bottom:10px;
}
.new_lirg a{
	font-size:14px;
	line-height: 140%;
	font-weight:bold;
}
.new_lirg a.nb{
	color:#bfa265;
}
.sid{
	width:100%;
	padding:40px 0px;
	min-width:1200px;
	color:#fff;
	margin:3% 0px;
	line-height:160%;
	background:url(../images/slide1.jpg) center no-repeat;
	background-size:100% 100%;
}
.sid_ct{
	width:100%;
	max-width:1200px;
	margin:0px auto;
	line-height:260%;
}
.sid_ct p{
	font-size: 36px;
	text-align:center;
}
.slideGroup{ 
    width:1200px;
    text-align: center;
	margin:0px auto;
	padding-bottom:4%;
}
.slideGroup ul{ overflow:hidden; zoom:1;   }
.slideGroup ul li{
	width: 240px;
    height: 330px;
    display: inline-block;
	border: none;
    margin: 0 10px;
}
.slideGroup ul li img{
	width: 240px;
    height: 300px;
}
.slideGroup ul li p{
	width: 240px;
    height: 30px;
	line-height:30px;
	overflow:hidden;
}
footer{
	width:100%;
	min-width:1200px;
	margin:0px auto;
	background:#444444;
}
.bottom{
	width:1200px;
	margin:0px auto;
	padding:30px 0px;
	color:#fff;
	display: flex;
    justify-content: space-between; 
}
.t_map{
	width: 460px;
    height: 150px;
	overflow: hidden;
}
.t_dz{
	width: 380px;
}
.t_dz p{
	padding:5px 0px;
}
.t_ewm{
	width:120px;
}
.t_ewm img{
	width:120px;
}
.t_ewm p{
	font-size:12px;
}
.foot{
	width:1200px;
	margin:0px auto;
	text-align:center;
	color:#aaa;
	font-size:12px;
	line-height:40px;
	border-top:1px solid #535353;
}
.foot a{
	color:#aaa;
}
.foot a:hover{
	color:#fff;
}
/* 内页 */
.s_b{
	width:100%;
	height:400px;
	overflow:hidden;
}
.about_rg01{
	width:640px;
	line-height:180%;
}
.c_add{
	width:100%;
	height:40px;
	font-size:12px;
	color:#999;
	line-height:40px;
	background:#f5f5f5;
}
.c_add_ct{
	width:1200px;
	height:40px;
	margin:0px auto;
}
.c_add_ct img{
	width: 25px;
    vertical-align: -5px;
    margin-right: 5px;
    display: inline-block;
}
.c_about{
	width:100%;
	background:url(../images/c_bg.png);
	padding:30px 0px;
	margin:3% 0px;
}
.i_gstime {
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
    background-image: url('../images/bg8.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 97% 0px;
}

.i_gstime li {
    width: 33.33%;
    list-style: none;
    float: left;
	padding:20px 0px;
    text-align: center;
	margin:2% auto;
}

.i_gstime li p {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
}

.i_gstime li i {
    font-size: 14px;
    line-height: 40px;
    color: #999999;
    font-style: normal;
    vertical-align: baseline;
    position: relative;
}

.i_gstime li em {
    font-size: 14px;
    color: #999999;
    font-style: normal;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.i_gstime li p:nth-child(2) {
    font-size: 16px;
    line-height: 18px;
    color: #666;
    margin: 0;
}

.i_gstime li span {
    font-size: 50px;
    line-height: 60px;
    color: #bfa265;
	font-weight:bold;
    margin: 0;
}
.b_a{
	width:1200px;
	margin:0px auto;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	display: flex;
    justify-content: space-between; 
}
.ba_lf{
	width:600px;
}
.ba_rg{
	width:550px;
	line-height: 200%;
}
.ba_lf img{
	width:100%;
	vertical-align: middle;
    border-style: none;
}
.ba_rg p{
	font-weight: bold;
	font-size:24px;
	padding-bottom:20px;
}
.c_class{
	width:100%;
	text-align: center;
	margin: 3% auto;
}
.c_class a {
    width: auto;
    height: 40px;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
	padding:0px 30px;
	background:#f5f5f5;
    display: inline-block;
    margin: 2px 0px;
}
.c_class a.non,.c_class a:hover{
    background:#bfa265;
	color:#fff;
}
.c_p{
	width:1200px;
	margin:3% auto;
}
.c_pli{
	float:left;
	width:380px;
	margin-right:30px;
	margin-bottom:30px;
}
.c_pli:nth-child(3),.c_pli:nth-child(6){
    margin-right:0px;
}
.c_pimg{
	width:380px;
	height:225px;
	overflow:hidden;
	background-color:#f5f5f5;
}
.c_pimg a{
	width:380px;
	height:225px;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
}
.c_pimg img{
	max-width: 100%;
	max-height:100%;
    cursor: pointer;
    transition: all 0.6s;
	margin: 0px auto;
	display:block;
}
.c_pimg img:hover{
  transform: scale(1.2);
}
.c_ptl{
	width:100%;
	padding:10px 0px;
	font-size:16px;
	font-weight:bold;
}
.c_ptt{
	width:100%;
	font-size:12px;
	color:#999;
	line-height:20px;
	overflow:hidden;
	height:40px;
}
.c_pct{
	width:100%;
	margin-bottom:3%;
	display: flex;
    justify-content: space-between; 
}
.c_pct_lf{
	width:42%;
}
.c_pct_lf img{
	width:100%;
}
.c_pct_rg{
	color:#999;
	width:54%;
}
.c_pct_rg p{
	padding:20px 0px;
	color:#555;
	font-weight: bold;
	font-size:24px;
	margin-bottom:20px;
	border-bottom:1px solid #ededed;
}
.c_text{
	width:100%;
	line-height:160%;
}
.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;
}
.cnew_li{
	width:100%;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #e2e2e2;
	display: flex;
    justify-content: space-between; 
}
.cnew_img{
    width:20%;
}
.cnew_rg{
	width:76%;
	color:#999;
}
.cnew_rg p{
	padding-bottom:10px;
}
.cnew_rg a{
	font-size:16px;
	line-height: 140%;
	font-weight:bold;
}
.cnew_rg a.nb{
	color:#bfa265;
}
.c_title{
	width:100%;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	padding:20px 0px;
	color:#333;
}
.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_sid{
	width:1200px;
	margin:3% auto;
	line-height:160%;
	text-align:center;
}
.c_sid p{
	font-size: 36px;
    line-height: 200%;
}

.team_li{
	float:left;
	width: 280px;
	margin-bottom:30px;
    margin-right: 26.66px;
}
.team_li:nth-child(4),.team_li:nth-child(8){
    margin-right:0px;
}
.team_img{
	width: 280px;
    height: 350px;
	overflow:hidden;
	background-color:#f5f5f5;
}
.team_img a{
	width: 280px;
    height: 350px;
	display:table-cell;
	vertical-align:middle;
    cursor: default;
}
.team_img img{
	max-width: 100%;
	max-height:100%;
    cursor: pointer;
    transition: all 0.6s;
	margin: 0px auto;
	display:block;
}
.team_img img:hover{
  transform: scale(1.2);
}
.team_tl{
	width:100%;
	padding:10px 0px;
	font-size:16px;
	font-weight:bold;
}
.team_zc{
	width: 100%;
    height: 20px;
	line-height:20px;
	overflow:hidden;
	color:#bfa265;
}
.team_tt{
	width:100%;
	font-size:12px;
	color:#999;
	line-height:20px;
	overflow:hidden;
	height:40px;
}
.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_zc{
	font-size:16px;
	color:#bfa265;
	padding-bottom:20px;
}
.team_rg p.cteam_tt{
	line-height:160%;
}
.contact{
	width:1200px;
	margin:3% auto;
}
.contact_lf{
	float:left;
	width:50%;
	font-size:16px;
	line-height:30px;
	padding-top:4%;
}
.contact_lf span{
	color:#bfa265;
	font-size: 38px;
}
.contact_rg{
	float:left;
	width:50%;
}
.mass_tl{
	float:left;
	width:100%;
	font-size:22px;
	padding-bottom:20px;
}
.mass{
	float:left;
	width:100%;
}
.tx{
	width:94%;
	height:36px;
	border: 1px solid #CCD1D9;
	line-height:36px;
	color:#999;
	outline:none;
	font-size:14px;
	padding:0px 3%;
}
.ly_tx{
	width:94%;
	background:#fff;
	height:80px;
	border: 1px solid #CCD1D9;
	line-height:24px;
	color:#999;
	outline:none;
	font-size:14px;
	padding:0px 3%;
	font-family:"微软雅黑";
}
.btn{
	background: #bfa265;
	border-radius:5px;
	color:#fff;
	display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn:hover{
	background:#a4884a;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.yzm{
	width:100px;
	height:36px;
}
/* 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: 14px 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:rgb(15, 31, 47);
		bottom: 0;
		left: 0;
		display: flex;
		z-index: 50;
	}



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



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



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



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



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



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


	.cont-title1 {
		font-size: 12px;
		color: #fff;
		padding-bottom: 4px;
	}
	.open_mnav {
        display: block;
    }
	.nav,.search{
		display: none;
	}
	header {
    width: 100%;
    height: auto;
    background: #fff;
    min-width: inherit
}
.top {
	width: 94%;
	height:60px;
	margin: 0px auto;
}	
.logo {
	float: left;
	width: auto;
	margin-top: 5px;
	height:50px;
}
.logo img{
	height:50px;
}
.add_ct {
    width: 94%;
    height: 40px;
    margin: 0px auto;
}
.title,.about_tl{
    width:100%;
	font-size: 20px;
}
.fuwu {
    width:100%;
    height: auto;
    margin: 0px auto;
}
.fuwu_li {
    float: left;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    padding:4% 5%;
    text-align: center;
}
.fuwu_li p.fuwu_img {
    width: 40px;
    height: 40px;
    margin: 0px auto;
}
.fuwu_li p.fuwu_tt {
    color: #999;
	height:80px;
    line-height:20px;
	overflow:hidden;
}
.more {
    width: 120px;
    height: 36px;
    margin: 0px auto;
    padding: 3% 0px;
    font-size: 14px;
}
.more a {
	float:left;
    width: 120px;
	height:36px;
	line-height:36px;
	text-align:center;
    margin: 0px auto;
	background:#bfa265;
	color:#fff;
}
.more a:hover{
	color:#fff;
	width: 120px;
	background:#a4884a;
}
.about_ct {
    width: 94%;
    margin: 0px auto;
    padding-top: 3%;
    display: block;
    justify-content: space-between;
}
.about_lf {
    width:94%;
    padding: 3%;
    background: url(../images/abimg.png);
}
.about_rg {
    width: 100%;
    line-height: 180%;
    color: #fff;
}
.new {
     width:94%;
    margin: 0px auto;
    display: block;
    justify-content: space-between;
}
.new_lf {
    width: 100%;
}
.new_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
}
.new_img a {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
}
.new_bt {
    width:90%;
    padding:5%;
    backgro
	und-color: #f5f5f5;
}
.new_rg {
    background-color: #f5f5f5;
    width:90%;
    padding:5%;
}
.new_liimg,.cnew_img{
    height: auto;
    width:30%;
    overflow: hidden;
    background-color:none;
}
.new_liimg a {
    height: auto;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
}
.new_lirg,.cnew_rg{
    width:66%;
    font-size: 12px;
    color: #999;
}
.new_bt p.new_more{
	width: 120px;
    height: 36px;
	line-height:36px;
	text-align:center;
	margin-top:15px;
}
.new_bt p.new_more a{
	float:left;
	width: 120px;
    height: 36px;
	background:#bfa265;
	color:#fff;
}
.new_bt p.new_more a:hover{
	float:left;
	width: 120px;
    height: 36px;
	color:#fff;
	background:#a4884a;
}
.sid{
	width:94%;
	padding:40px 3%;
	min-width:inherit;
}
.sid p {
    font-size: 20px;
    line-height: 200%;
}
.slideGroup {
    width: 100%;
}
footer {
    width: 100%;
    min-width: inherit;
    margin: 0px auto;
    background: #444444;
}
.bottom {
    width:94%;
    margin: 0px auto;
    padding: 30px 0px;
    color: #fff;
    display: block;
    justify-content: space-between;
}
.t_map {
    width: 100%;
    height: 150px;
	overflow: hidden;
}
.t_dz {
    width: 100%;
}
.t_ewm {
	float:left;
    width: 120px;
	margin-right:20px;
}
.foot {
    width:94%;
    margin: 0px auto;
    font-size: 12px;
    line-height: 20px;
	padding:10px 0px;
}
.s_b {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.c_add_ct {
    width: 94%;
    height: 40px;
    margin: 0px auto;
}
.about_rg01,.ba_lf{
    width:100%;
}
 .ba_rg {
    width: 100%;
	padding:20px 0px;
}
.c_about {
    width: 100%;
    background: url(../images/c_bg.png);
    padding: 10px 0px;
    margin: 3% 0px;
}
.i_gstime li p {
    font-size: 20px;
    line-height: 40px;
    margin: 0;
}
.i_gstime li span {
    font-size: 20px;
    line-height: 60px;
    color: #bfa265;
    font-weight: bold;
    margin: 0;
}
.i_gstime li p:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    margin: 0;
}
.b_a {
    width: 94%;
    margin: 0px auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    justify-content: space-between;
}
.c_class {
    width: 94%;
}
.c_class a {
    width:33.33%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    padding:0px;
    background: #f5f5f5;
    display: inline-block;
    margin: 2px 0px;
}
.c_p,.c_sid,.contact{
    width: 94%;
    margin: 3% auto;
}
.c_pli {
    float: left;
    width:100%;
    margin-right: 0px;
    margin-bottom: 20px;
}
.c_pimg {
    width:100%;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
}
.c_pimg a {
    width:100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
}
.c_pct {
    width: 100%;
    margin-bottom: 3%;
    display: block;
    justify-content: space-between;
}
.c_pct_lf,.c_pct_rg,.contact_lf{
	width: 100%;
}
.contact_rg{
	width: 100%;
	margin-top:20px;
	border-top:1px solid #e2e2e2;
	padding-top:20px;
}
.c_sid p {
    font-size: 20px;
    line-height: 200%;
}
.team_li {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-right:0px;
}
.team_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}
.team_img a {
    width: 100%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
}
.team_lf{
	width:60%;
	margin:0px auto;
}
.team_rg {
    color: #999;
    width: 100%;
}
.team_img img{
	width: 100%;
}
}