﻿/******************pennychen css***********************/

/**********基本**********/
*{
	margin:0;
	padding:0;
	border: 0;
}

body {
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight: ;	
	word-wrap: break-word;
	background: transparent;
    overflow-x:hidden;
}
img {
	border: 0px;
	max-width: 100%;
}
ul {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}
li {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}
h1 { 
    font-size:18px; 
}
h2 { 
    font-size:16px; 
}
h3 { 
    font-size:14px; 
}
p {
	line-height: 24px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #58BD38;
	text-decoration: none;
}
.clear { clear: both;}

select{
	border: 1px #CCCCCC solid;
}
small { font-size:10px; color:#999999; margin-left:15px;}

.red {
	color: #BE0000;
	font-size: 14px;
	font-weight: normal;
}
.blue {
	font-size: 30px;
	color: #007CC3;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.green {
	color: #649F00;
	margin-right: 5px;
}


/**********去除苹果样式*************/
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}   
.button{ border-radius: 0; } 

/**********基本  end**********/



.main {
	margin: 0px auto;
	width: 100%;
	height: 100%;
}
#inner {
	background: url(../images/bg.jpg) repeat-y top center;
	background-color: #F2F2F2;
}


/**************头部*****************/
.header {
	float: left;
	width: 100%;
	position: fixed;
	*position: inherit;
	_position: inherit;
	z-index: 196;
	height: 110px;
	background: url(../images/header_bg.png) repeat-x top center;
	top: 0px;
	left: 0px;
	display:block;
}
.header_2 {
	display: none;
}
.header_box {
	width: 100%;
	margin: 0px auto;
	height: auto;
	padding-top: 0px;
}

.header_top {
	width: 100%;
	margin: 0px auto;
	height: 30px;
	background:url(../images/topbg.jpg) repeat left center;
}

.logo_box {
	height: auto;
	width: 155px;
	margin: 10px auto 10px 2%;
	z-index: 200;
	float: left;
}
.logo_box a {
}
.logo_box a img {
	width: 100%;
	height: auto;
	float: left;
}

.note {
	height: auto;
	width: auto;
	float: left;
	display: none;
}
.note p {
	height: 32px;
	width: auto;
	margin: 0px 20px 0px 20px;
	float: left;
	border-radius: 50px; /* css 3标准 */




    -moz-border-radius: 50px; /* mozilla */
    -webkit-border-radius: 50px;
	border: 1px #fff solid;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}



/*********/
.toplinks {
	width: 98%;
	color: #333333;
	height: 36px;
	text-align: right;
	line-height: 36px;
	background-color: #EEEEEE;
	float: left;
	padding: 0px 1%;
}
.toplinks a {
	color: #333333;
	height: 36px;
	text-align: center;
	line-height: 36px;
	padding: 0px 10px;
}


.navbg {
	height:108px;
	width:100%;
	position:absolute;
	z-index:99;
	left:0;
	background-color: #0F250C;
}
.menu_box {
	height: auto;
	clear: both;
	width: 96%;
	margin: 0px auto;
	position: relative;
}

/**************menu****************/
.booNavigation {
	position: relative;
	float: left;
	padding: 0px 0px 0px 80px;
	width: 960px;
}
.booNavigation li.navItem {
	padding: 5px 30px;
	float: left;
	text-decoration: none;



    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
	line-height: 60px;
}

/*** 当浏览器的可视区域小于1680px ***/
    @media screen and (max-width: 1680px) {

.booNavigation {
	padding: 0px 0px 0px 60px;
}
.booNavigation li.navItem {
	padding: 5px 20px;
}

}

/*** 当浏览器的可视区域小于1450px ***/
    @media screen and (max-width: 1450px) {

.booNavigation {
	padding: 0px 0px 0px 40px;
}
.booNavigation li.navItem {
	padding: 5px 16px;
}

}


.booNavigation li.multi {
	padding: 5px 16px;
	background: url(../images/multi.png) no-repeat right center;
	background-size: 10px 10px;
	margin-right: 10px;
	position: relative;
}
.booNavigation li.navItem:hover {
    cursor: pointer;
}
.booNavigation .divide {
	padding: 0px 0px;
	line-height: 20px;
	border-right: 1px #ccc solid;
	float: left;
	height: 20px;
	margin: 26px 0px 14px 0px;
}
.booNavigation li.navItem > a {
	color: #FFFFFF;
	font-size: 16px;
}
.booNavigation li.navItem > a.current {
	color: #58BD38;
}
.booNavigation li.navItem > a.others {
	color: #CCCCCC;
}
.booNavigation li.navItem:hover a {
    color: #58BD38;
}

.booNavigation li.navItem .navContent {
	background-color: #58BD38;
	border-radius: 4px; /* css 3标准 */
    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	left: -120px;
	position: absolute;
	top: 67px;
	width: 398px;
	z-index: 999;
	padding: 0px;
}
.triangle {
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 16px solid #58BD38;
	position: absolute;
	z-index: 50;
	left: 48%;
	top:-12px;
}
.triangle_2 {
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 16px solid #A48D53;
	position: absolute;
	z-index: 50;
	left: 43%;
	bottom:-12px;
}
.booNavigation .navContent > li {
    color: #fff;
    float: left;
    padding: 1% 3% 1% 3%;
    width: 94%;
}
.booNavigation .navContent > li > ul > li {
    color: #fff;
    float: left;
    padding: 0px 2%;
    width: auto;
}
.booNavigation .navContent > li > ul.ztl > li {
    color: #fff;
    float: left;
    padding: 0px;
    width: auto;
}
.booNavigation .navContent ul li a {
	color: #fff;
	display: block;
	padding: 2px 10px 5px 10px;

    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
	border-radius: 4px; /* css 3标准 */



    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
.booNavigation .navContent ul.ztl li a {
	padding: 5px 16px;
}
.booNavigation li.navItem:hover .navContent ul li a {
    color: #fff;
}
.booNavigation li.navItem:hover .navContent ul li a:hover {
    color: #FFCC00;
}
/** Navigation examples
================================================== */
.nav-example {
    clear: left;
}


/*******set-icon*******/
.set-icon {
	float: right;
	width: 370px;
	padding: 3px 0px 0px 0px;
	position: absolute;
	right: 1%;
	top: 0px;
}
.set-icon a {
	float: left;
	width: auto;
	font-size: 14px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	line-height: 64px;
	cursor: pointer;
	position: relative;
}
.set-icon a textarea {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 64px;
	height: 64px;
	background: none;
	width: 120px;
	float: right;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	resize: none;
}
.set-icon a:hover textarea {
	color: #58BD38;
}
.set-icon a .copy {
	clear: both;
	background: none;
	cursor: pointer;
	width: 180px;
	height: 64px;
	float: right;
	position: absolute;
	right: 0px;
	top: 0px;
}


.set-icon a.search {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	cursor: pointer;
}
.set-icon a:hover, .set-icon a.search:hover {
	color: #58BD38;
}
.set-icon a span {
	float: left;
	clear: both;
	background: url(../images/mobile.png) no-repeat center center;
	background-size: 18px 18px;
	width: 20px;
	height: 64px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 6px;
}
.set-icon a span.wechat {
	background: url(../images/wechat.png) no-repeat center center;
	background-size: 21px 21px;
}
.set-icon a span.search {
	float: left;
	clear: both;
	background: url(../images/search.png) no-repeat center center;
	background-size: 18px 18px;
	width: 20px;
	height: 64px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 6px;
}

/************搜索 隐现*****************/
#inline_content {
	padding:0px 20px 50px 20px;
	float: left;
	background-color: #FFFFFF;
}

/**************搜索***************/
.search_con {
	width: 68%;
	color: #FF6600;
	height: 100%;
	padding: 14px 6% 14px 6%;
	border-radius: 4px; /* css 3标准 */


    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px;
	z-index: 201;
	background-color: #FFFFFF;
	margin: 0px 10%;
}
.search_con .form {
	padding:0px 0px;
	height:60px;
	width: 100%;
	clear: both;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	border-bottom: 1px #58BD38 solid;
}
.serchTxtBox {
	width:78%;
	height:40px;
	border:none;
	margin:0px 0px 4px 0px;
	color:#999999;
	float:left;
	line-height: 40px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	padding: 10px 5% 10px 5%;
	font-weight: normal;
	font-size: 16px;
}

.btn {
	width:10%;
	height:60px;
	color:#333333;
	float:left;
	cursor:pointer;
	border:none;
	font-size: 14px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 60px;
	padding: 0px 0px 0px 0px;
	background: url(/images/search_2.png) #fff no-repeat center center;
	background-size: 30px 30px;
	margin-left: 1%;
}
.btn:hover {
	color:#FFFFFF;

}


/************* 手机端二维码 *****************/
.hidden {
	position:absolute;
	right:-40px;
	top:55px;
	padding: 0px;
	width: 275px;
	height: 361px;
	z-index: 600;
	display: block;
}
.hidden2 {
	position:absolute;
	right:120px;
	top:55px;
	padding: 0px;
	width: 275px;
	height: 361px;
	z-index: 600;
	display: block;
}

/*****/
.hot_box {
	background:url(/images/nav.jpg) #FAFAFA repeat-x left bottom;
	width: 100%;
	height: 38px;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#CDCDCD,direction=100,strength=3);/*ie*/
    -moz-box-shadow: 0px 0px 0px #CDCDCD;/*firefox*/
    -webkit-box-shadow: 0px 0px 10px #CDCDCD;/*safari或chrome*/
	box-shadow:0px 0px 5px #CDCDCD;/*opera或ie9*/
	border-bottom: 1px #ccc solid;
	float: left;
}
.hot {
	width: 790px;
	line-height: 42px;
	color: #333333;
	margin: 0px auto;
}
.hot a {
	line-height: 42px;
	color: #326923;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 15px;
}
.hot a:hover {
	color: #CCCCCC;
}


/********移动端菜单**********/
header {
	display: none;
}

#cd-menu-trigger {
	display: none;
	background-color: #0000ff;
}


#cd-lateral-nav .cd-navigation {
    display: none;
}



/**********header end**********/



/************/
.en_switch {
	float: left;
	position: absolute;
	right: -4%;
	top: 0px;
}
.en_switch a {
	float: left;
	color: #CAA382;
	border-radius: 0px; /* css 3标准 */

    -moz-border-radius: 0px; /* mozilla */
    -webkit-border-radius: 0px;
	background-color: #3C281A;
	font-size: 14px;
	line-height: 110px;
	padding: 0px 20px;
	letter-spacing: 2px;
}
.en_switch a:hover {
	color: #FFFFFF;
	background-color: #BD8B5D;
}

.en_switch_m {
	float: left;
	position: absolute;
	right: -6%;
	top: 0px;
	display: none;
}


/**** menu ****/


/*******移动端*******/
.remodal {
	display: none;
}

.nav {
	display: none;
}
.nav a {
	display: none;
}

button#showRightPush {
	display: none;
}
.cbp-spmenu {
	display: none;
}






/********************横幅*********************/
.index_banner {
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
	padding: 0% 0px 0% 0px;
}

#owl-demo {
	position: relative;
}
#owl-demo .item h1 {
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: #FFFFFF;
	position: absolute;
	bottom:0%;
	left: 0px;
	padding: 2% 0% 2% 0%;
	line-height: 42px;
	font-weight: normal;
	float: left;
	height: 42px;
	background:url(../images/bt_bg.png) repeat center center;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-transform: uppercase;
}
#owl-demo .item img {
	display: block;
	width:100%;
}

/*******内页横幅********/
.banner {
	margin: 0px auto 0px auto;
	width: 100%;
	height: 300px;
	clear: both;
	padding: 0px 0px 0% 0px;
}


/*********首页 目的地入口***********/
.dest {
	clear: both;
	padding: 15px 0% 15px 0%;
	width: 100%;
	margin: 0px auto 0px auto;
	float: left;
	position: absolute;
	left: 0px;
	bottom: 6%;
}
.dest_con_1 {
	clear: both;
	padding: 0px 0px 0px 0px;
	width: 10%;
	margin: 0px auto 0px auto;
}
.d_box_1 {
	clear: none;
	width: 100%;
	float: left;
	margin: 0% 0%;
	text-align: center;
	padding: 1% 0% 0% 0%;
	height: auto;

	transition: all .2s ease;
}
.clearfix:before, .clearfix:after {content: "";display: block;}
.clearfix:after{clear:both;overflow: hidden;}
.clearfix {*zoom: 1;}

.d_box_1:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.d_box_1 img {
	width: 24%;
	height: auto;
	margin: 0px auto;
}
.d_box_1 h1 {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	color: #333333;
	border-radius: 4px; /* css 3标准 */


    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	border: 1px #fff solid;
	background-color: #FFFFFF;
}
.d_box_1 h1 a {
	color: #333333; 
}
.d_box_1 h1:hover a, .d_box_1 h1 a:hover  {
	color: #4AC4D1;
}




/*****************con*****************/
.con {
	clear: both;
	width: 100%;
	margin: 0px auto;
	background-color: #f8f8f8;
	float: left;
	padding: 0px 0px 6% 0px;
}
.con_inner {
	clear: both;
	width: 100%;
	margin: 0px auto;
	background-color: #f8f8f8;
	float: left;
	padding: 50px 0px 6% 0px;
}
.index_con {
	clear: both;
	width: 100%;
	margin: 100px auto 0px auto;
	background: url(../images/banner_bg.jpg) #f8f8f8 no-repeat top center;
	float: left;
	padding: 100px 0px 5% 0px;
}
.conbox {
	clear: both;
	width: 1280px;
	margin: 0px auto 0px auto;
	height: auto;
	padding: 0px 0px 0px 0px;
}


/******/
.index_top {
	margin: 0% auto 2% auto;
	width: 1240px;
	height: auto;
	float: left;
	padding: 20px 20px 20px 20px;
	background-color: #FFFFFF;
	box-shadow:0px 2px 10px #ccc;
	position: relative;
}

.tips {
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	background: url(../images/mus.png) no-repeat;
	background-size: cover;
	float: left;
	width: 40px;
	height: 40px;
	padding: 0px 0px;
	margin: 10px 0px 0px 0px;
	position: absolute;
	top: -33px;
	right: 40px;
}
.triangle_top {
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 16px solid #004D97;
	position: absolute;
	z-index: 50;
	right: 80px;
	top:-5px;
}





/********分类***********/
.sorting {
	padding: 0px 0px 30px 0px;
	width: 94%;
	float: left;
	margin: 3% 3% 0% 3%;
	text-align: center;
}
.sorting a {
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	border-radius: 10px; /* css 3标准 */

    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px;
	padding: 3px 0px;
	width: auto;
	float: none;
	line-height: 32px;
	margin: 0px 8px 0px 8px;
	height:32px;
}
.sorting a.hover {
	color: #000000;
}
.sorting a:hover {
	color: #58BD38;
}





/********/
.teambox {
	padding-left: 15px;
	margin-bottom: 5px;
	position: absolute;
	top: 0px;
	right: 0px;
	float: left;
	z-index: 99;
	width: 300px;
}
/****************************/
.boxgrid{
	width: 78px;
	height: 62px;
	margin:2px;
	float:left;
	border: none;
	overflow: hidden;
	position: relative;
	background-color: #666666;
			}
				.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 78px;
	height: 62px;
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #000; 
				height: 100px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}




/******标题******/
.t_box {
	width: 1240px;
	height: auto;
	clear: both;
	margin: 2% 20px 2% 20px;
	float: left;
	padding: 0% 0% 0% 0%;
	border-bottom: 1px #ccc solid;
}
.t_box_inner {
	width: 96%;
	margin: 2% 2% 2% 2%;
}
.t_box h1 {
	width: auto;
	text-align: left;
	font-size: 20px;
	line-height: 50px;
	color: #000000;
	font-weight: normal;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	border-bottom: 2px #58BD38 solid;
	padding: 0px 5px 0px 40px;
	background:url(../images/t_bg.png) no-repeat center left;
	background-size: 25px 25px;
	float: left;
	text-transform: uppercase;
}
.t_box h1 span {
	color: #EB0000;
}
.t_box h2 {
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
	height: auto;
	text-align: center;
	width: 100%;
	margin: 0px 0%;
}
.t_box h2 span {
	color: #CCCCCC;
	padding: 0px 0px;
}
.t_box p {
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}
.t_box a {
	font-size:14px;
	line-height: 50px;
	font-weight: normal;
	text-align: right;
	height: 50px;
	padding: 0px 0%;
	width: auto;
	float: right;
	color: #999999;
}
.t_box a:hover {
	color: #58BD38
}

/******标题2******/
.t2_box {
	padding: 5% 15% 1% 15%;
	width: 70%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.t2_box h1 {
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 64px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.t2_box h1.cloud {
	font-size: 36px;
	line-height: 68px;
	letter-spacing: 3px;
}
.t2_box h1 span {
	color: #EB0000;
}
.t2_box h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	line-height: 36px;
	text-align: center;
	height: auto;
	text-align: center;
	width: 100%;
	margin: 0px 0% 20px 0%;
}
.t2_box h2 span {
	color: #CCCCCC;
	padding: 0px 20px;
}
.t2_box p {
	font-size: 14px;
	line-height: 28px;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

/*******招生3入口******/
.us_con {
	width: 1230px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}
.us_sty {
	width: 100%;
	padding: 0px 0% 10px 0%;
	margin: 0px auto;
	float: left;
}
.sty_box {
	clear: none;
	width: 32.3%;
	float: left;
	margin: 0% 0.5% 0% 0.5%;
	text-align: center;
	padding: 0px 0% 0px 0%;
	height: 250px;
}
.sty_d1 {
	width: 32.3%;
	margin: 0% 1% 0% 0%;
	padding: 0px 0% 0px 0%;
}
.sty_d3 {
	width: 32.3%;
	margin: 0% 0% 0% 1%;
	padding: 0px 0% 0px 0%;
}
.sty_box a {
	width: 90%;
	float: left;
	height: 40px;
	padding: 90px 5% 100px 5%;
	color:#FFFFFF;
}

.sty_d1 a {
	background:url(../images/sty_1.jpg) #000000 no-repeat top center;
	background-size: cover;
}
.sty_d2 a {
	background:url(../images/sty_2.jpg) #000000 no-repeat top center;
	background-size: cover;
}
.sty_d3 a {
	background:url(../images/sty_3.jpg) #000000 no-repeat top center;
	background-size: cover;
}


.sty_box h1 {
	clear: both;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 28px;
	border-radius: 20px; /* css 3标准 */


    -moz-border-radius: 20px; /* mozilla */
    -webkit-border-radius: 20px;
	margin: 5px auto 5px auto;
	width: 100%;
}
.sty_box h2 {
	clear: both;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 24px;
	border-radius: 20px; /* css 3标准 */


    -moz-border-radius: 20px; /* mozilla */
    -webkit-border-radius: 20px;
	margin: 0px auto 0px auto;
	width: 80%;
}
.sty_box:hover h1, .sty_box a:hover h1, .sty_box:hover a h2, .sty_box a:hover h2, .sty_box:hover p, .sty_box a:hover p {
	color:#fff;
}


/************5*************/
.place_box {
	width: 1240px;
	float: left;
	padding: 30px 20px 50px 20px;
}
/*************/
.pla_one {
	width: 298px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 15px;
	height: 378px;
}
.pla_last {
	width: 288px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	height: 378px;
}
.pla_one a {
	width: 275px;
	height: 378px;
	position: relative;
	float: left;
	z-index: 100;
}
.pla_one img {
	width: 288px;
	height: 375px;
}
.pla_two {
	width: 308px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 15px;
}
.pla_two a {
	padding: 0px 0px 0px 0px;
	margin-bottom: 15px;
	float: left;
	width: 270px;
	height: 180px;
	position: relative;
	z-index: 10;
}
.pla_two a img {
	width: 298px;
	height: 180px;
}
.place_box img:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.50;
}


.b_text {
	position: absolute;
	width: 170px;
	height: 60px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 30;
	left: 60px;
	top: 65px;
}
.bt_one {
	top: 150px;
}
.b_text h2 {
	font-size:20px;
	margin-bottom:0px;
	color: #fff;
	line-height: 28px;
	clear: both;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.b_text p {
	color:#fff;
	font-size: 14px;
	letter-spacing: 0px;
	text-align: center;
	padding-left: 0px;
	line-height: 24px;
}


/************移动端 钢琴服务*************/
.ms_con {
	float: left;
	width: 92%;	
	padding: 4% 4%;
	display: none;
}



/************数据*************/
.shuju_con {
	clear: both;
	width: 100%;
	margin: 2% auto 3% auto;
	height: auto;
	float: left;
}
.xz_box {
	width: 100%;
	margin: 0px auto;
	height: auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.sbox {
	width: 16%;
	float: left;
	margin: 0px 0px 0px 0px;
	height: auto;
	text-align: center;
	padding: 30px 2% 40px 2%;
}
.sbox h1 {
	font-size:32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/marker1.jpg) no-repeat 0px 6px;
	margin-bottom:0px;
	color: #58BD38;
	line-height: 42px;
	clear: both;
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	letter-spacing: -2px;
}
.sbox h1 span {
	font-size:16px;
	color: #999999;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 0px 0px 10px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
.sbox p {
	font-size:16px;
	color: #999999;
	line-height: 24px;
	clear: both;
	font-weight: normal;
	text-align: center;
}




/********服务详细**********/
.cases {
	width: 100%;
	height: auto;
	padding: 30px 0px 50px 0px;
	margin: 0px auto;
	clear: both;
	float: left;
}
.cases_box {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	clear: both;
}
.cases_box h3 {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 36px;
	width: 60%;
	float: left;	
	padding: 2% 20% 5% 20%;
}
.cases_box h3.tlpx {
	width: 80%;
	padding: 2% 10% 5% 10%;
}

/**************/
.trp_box {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	clear: both;
}
.trp_box h3 {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 36px;
	width: 70%;
	float: left;	
	padding: 2% 15% 5% 15%;
}


/**********案例效果************/
.grid {
	overflow: hidden;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	margin: 0px 2% 30px 2%;
	width: 21%;
	height: 220px;
	text-align: center;
	float: left;
}
.grid figure .tag {
	float: left;
	height: auto;
	width: auto;
	background-color: #41A62F;
	border-radius: 4px; /* css 3标准 */

    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px;
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	z-index: 101;
}
.grid figure .tag h3 {
	width: auto;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 32px;
	text-align: center;
	font-weight: normal;
	padding: 0px 10px;
}

.grid figure img {
	position: relative;
	display: block;
	opacity: 0.98;
	float: left;
	width: 100%;
}
.grid figure h1 {
	padding: 14px 0px 20px 0px;
	color: #333333;
	font-size: 18px;
	text-align: left;
	line-height: 32px;
	width: 100%;
	float: left;
	background-color: #f8f8f8;
	font-weight: normal;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	height: auto;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}


.grid figure h2 {
	word-spacing: -0.15em;
	
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.grid figure .link {
	float: left;
	height: auto;
	width: auto;
	position: absolute;
	display: block;
	z-index: 101;
	bottom: 24%;
	right: 5%;
}
.grid figure .link a {
	float: left;
	height: 40px;
	width: 40px;
	background: url(../images/link.png) no-repeat center center;
	background-size: 40px 40px;
	border-radius: 100px; /* css 3标准 */

    -moz-border-radius: 100px; /* mozilla */
    -webkit-border-radius: 100px;
	color:#FFFFFF;
	margin-right: 5px;
}


/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.00);
	transform: scale(1.00);
}

figure.effect-chico:hover img {
	opacity: 1.0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption {
	padding: 5%;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 20% 0 20px 0;
	font-size: 36px;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




/***/
.more {
	clear: both;
	margin: 0px auto 0px auto;
	width: 250px;
	height: 48px;
	padding: 0px auto 20px auto;
}
.more a {
	width: 220px;
	color: #000000;
	line-height: 24px;
	font-size: 15px;
	font-weight: bold;
	border: 1px #ccc solid;
	border-radius: 8px; /* css 3标准 */
    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	text-align: center;
	padding: 12px 15px;
	float: left;
	margin-top: 50px;
	background-color: #FFFFFF;
}
.more a:hover {
	background-color: #CA0000;
	color: #FFFFFF;
	border: 1px #CA0000 solid;
}



/********客户*******/
.client_con {
	width: 98%;
	background-color: #FFFFFF;
	margin: 0px auto;
}
.client_box {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	border: 1px #E1E1E1 solid;
	border-bottom: none;
	border-right: none;
	margin: 2% 0% 6% 0%;
}

.client_img {
	width: 14.1%;
	height: auto;
	float: left;
	overflow: hidden;
	border-right: 1px #E1E1E1 solid;
	border-bottom: 1px #E1E1E1 solid;
}
.client_img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-filter: grayscale(0%); 
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: alpha(opacity=80);
    filter: gray;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.80;
	overflow: hidden;
}
.client_img img:hover {
	-webkit-filter: grayscale(0%); 
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1.00;
}


/********品牌文章标志展示*******/
.logo_con {
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px auto;
}
.logo_list {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	border-bottom: none;
	border-right: none;
	margin: 2% 0% 6% 0%;
	text-align: center;
}

.logo_img {
	width: 29%;
	height: 220px;
	float: left;
	overflow: hidden;
	padding: 0px 2%;
}
.logo_img img {
	width: 100%;
	height: auto;
	float: left;
	-webkit-filter: grayscale(0%); 
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: alpha(opacity=80);
    filter: gray;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.80;
	overflow: hidden;
}
.logo_img img:hover {
	-webkit-filter: grayscale(0%); 
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1.00;
}
.logo_img p.gop {
	width: 100%;
	float: left;
	padding: 0px 0%;
	font-size: 15px;
	line-height: 24px;
	color: #666;
}



/*************/
img.zoom-img:hover {
	-webkit-transform: scale(1.00);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.00);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(0.9, 0.9);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(0.9, 0.9);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}




/*******案例动态*******/
.life {
	padding: 0% 20px 0% 20px;
	width: 1240px;
	height: auto;
	clear: both;
	float: left;
}

/************ Life ****************/
.lc_left {
	padding: 1% 5% 4% 0%;
	width: 58%;
	height: auto;
	margin: 0px auto;
	float: left;
}
.lc_right {
	padding: 3% 0% 4% 0%;
	width: 37%;
	height: auto;
	margin: 0px auto;
	float: left;
	position: relative;
}
.n_date_2 {
	float: left;
	width: 8%;
	padding: 5px 5px;
	margin-right: 3%;
	height: auto;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	background-color: #FAA61A;
	border-radius: 0px 0px 10px 10px; /* css 3标准 */
    -moz-border-radius: 0px 0px 10px 10px; /* mozilla */
	-webkit-border-radius: 0px 0px 10px 10px;
	position: absolute;
	top: 35px;
	left: 20px;
}
.n_date_2 span {
	float: left;
	width: 100%;
	padding: 0px;
	height: auto;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
}
.lc_right img {
	padding: 0% 0% 6% 0%;
	width: 100%;
	height: auto;
	float: left;
}
.lc_right h1 {
	padding: 0px 0px 20px 0px;
	float: left;
	clear: both;
	width: 100%;
	line-height: 24px;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.lc_right p {
	padding: 0px 0px 20px 0px;
	float: left;
	clear: both;
	width: 100%;
	line-height: 24px;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
}

.tx_dlist {
	padding: 2% 5% 5% 0%;
	width: 95%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.tx_dlist h1 {
	padding: 0px 0px 8px 0px;
	float: left;
	clear: both;
	width: 100%;
	line-height: 28px;
	font-weight: bold;
	font-size: 16px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 24px;
}
.ld_left_img {
	float: left;
	width: 18%;
	padding: 1% 0px 0px 0px;
	margin-right: 5%;
	height: auto;
}
.ld_left_img img {
	width: 100%;
	padding: 0px;
	height: auto;
	float: left;
}
.ld_de {
	float: left;
	width: 77%;
	text-align: left;
}
.ld_de p {
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
	width: 100%;
	line-height: 24px;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
}


/*********************tab***************************/
.Menubox{
	width:99.5%;
	height:35px;
	line-height:35px;
	float: left;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-bottom: 1px #ccc solid;
	margin-bottom: 30px;
}
.Menubox li{
	float:left;
	display:block;
	cursor:pointer;
	width:160px;
	text-align:center;
	color:#666666;
	font-weight:bold;
	height: 35px;
	line-height: 38px;
	font-size: 14px;
}
.Menubox li.hover{
	background:url(./images/nowaday.gif) no-repeat;
	width:160px;
	border:1px solid #FAA61A;
	border-bottom:0;
	color:#FFFFFF;
	font-weight:bold;
	height:35px;
	line-height:38px;
	font-size: 14px;
	background-color: #FAA61A;
}
#con_one_1,#con_one_2,#con_one_3,#con_one_4 {
	height: auto;
	width: 100%;
	clear: both;
	float: left;
}
.tabconbox {
	width: 100%;
	float: left;
	height: auto;
	min-height:200px;
	padding: 0px 0px 0px 0px;
}

.tabconbox img {
	max-width: 748px;
	float: left;
}




/**************内页********************/
.banner {
	margin: 80px auto 0px auto;
	width: 100%;
	height: 250px;
	clear: both;
	float: left;
	background-color: #999999;
	z-index: 10;
}
.banner_2 {
	margin: 80px auto 0px auto;
	width: 100%;
	height: 600px;
	clear: both;
	float: left;
	background: url(../images/banner_7.jpg) no-repeat #FFFFFF;
}

.banner_g {
	background: url(../images/banner_8.jpg) no-repeat #FFFFFF;
}
.banner_t {
	background: url(../images/banner_9.jpg) no-repeat #FFFFFF;
}
.banner_tr {
	background: url(../images/banner_10.jpg) no-repeat #FFFFFF;
}
.banner_tu {
	background: url(../images/banner_11.jpg) no-repeat #FFFFFF;
}
.banner_city {
	margin: 80px auto 0px auto;
	width: 100%;
	height: 350px;
	clear: both;
	float: left;
	background: url(../images/banner_7.jpg) no-repeat #FFFFFF;
	z-index: 10;
}
.banner_miniweb {
	margin: 80px auto 0px auto;
	width: 100%;
	height: 390px;
	clear: both;
	float: left;
	background: url(../images/banner_11.jpg) no-repeat center center;
	background-size: cover;
	z-index: 10;
}

.pro_con {
	width: 1200px;
	height: auto;
	min-height:150px;
	clear: both;
	float: left;
	padding: 35px 40px 2% 40px;
	background-color: #FFFFFF;
	z-index: 100;
	position: relative;
	margin-bottom: 20px;
}


/****************/
.bhbox {
	width: 60%;
	margin: 0px auto;
	height: auto;
	text-align: center;
	padding: 10% 20% 0% 20%;
}
.bhbox_city {
	width: 60%;
	margin: 0px auto;
	height: auto;
	text-align: center;
	padding: 8% 20% 0% 20%;
	position: absolute;
	top: 0%;
	left: 0px;
}
.bhbox h1 {
	font-size:36px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	background:url(../images/marker1.jpg) no-repeat 0px 6px;
	color: #FFFFFF;
	line-height: 64px;
	clear: both;
	text-align: center;
	font-weight: normal;
	padding: 0px 0% 15px 0%;
	letter-spacing: 6px;
	width: 100%;
}
.bhbox h1 span {
	font-size:14px;
	color: #999999;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 0px 0px 10px;
}
.bhbox p {
	font-size:18px;
	color: #CCCCCC;
	line-height: 64px;
	clear: both;
	font-weight: normal;
	text-align: center;
	letter-spacing: 3px;
}
.bhbox p.white {
	font-size:18px;
	color: #CCCCCC;
	line-height: 64px;
	clear: both;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0px;
}
.bhbox .topage {
	font-size:18px;
	color: #CCCCCC;
	line-height: 64px;
	clear: both;
	font-weight: normal;
	text-align: center;
	letter-spacing: 10px;
}
.bhbox .topage a {
	padding: 10px 25px;
	color: #fff;
	border-radius: 4px; /* css 3标准 */

    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	border: 1px #58BD38 solid;
	background-color: #58BD38;
	letter-spacing: 3px;
}


/****************/
.or_btn {
	width: 40%;
	clear: both;
	margin: 3% 30% 7% 30%;
	float: left;
	text-align: center;
}
.city_btn {

}
.or_btn a {
	font-size:20px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	padding: 12px 50px;
	color: #fff;
	border-radius: 4px; /* css 3标准 */

    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	border: 1px #58BD38 solid;
	background-color: #58BD38;
	letter-spacing: 3px;
	text-align: center;
	line-height: 36px;
}
.or_btn:hover a {
	border: 1px #FAA61A solid;
	background-color: #FAA61A;
}

.or_btn_2 {
	width: 60%;
	clear: both;
	margin: 5% 20% 5% 20%;
	float: left;
	text-align: center;
}
.or_btn_2 a {
	font-size: 16px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	padding: 12px 50px;
	color: #fff;
	border-radius: 4px; /* css 3标准 */

    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	border: 1px #58BD38 solid;
	background-color: #58BD38;
	letter-spacing: 3px;
	text-align: center;
	line-height: 36px;
}
.or_btn_2:hover a {
	border: 1px #FAA61A solid;
	background-color: #FAA61A;
}



p.handbook {
	width: 100%;
	clear: both;
	margin: -3% 0% 2% 0%;
	float: left;
	text-align: center;
}
p.handbook a {
	font-size: 15px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	line-height: 36px;
}
p.handbook a:hover {
	color: #58BD38;
}



.pro_menu {
	width: 98%;
	height: auto;
	clear: both;
	float: left;
	padding: 0% 0% 0% 0%;
	background:url(../images/p_bg.png) #F5F5F5 repeat-x center bottom;
	margin: 0px 2% 2% 0px;
}
.pro_menu ul {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-left: 0%;
}
.pro_menu ul li {
	width: auto;
	float: left;
	height: auto;
	line-height: 70px;
	padding: 0px 2% 0px 2%;
}
.pro_menu ul li.hover {
	background-color: #FFFFFF;
	padding: 0px 4% 0px 4%;
}
.pro_menu ul li:hover {
	background-color: #FFFFFF;
}
.pro_menu ul li a {
	line-height: 30px;
	padding: 20px 0px 20px 0px;
	float: left;
	text-align: center;
	color: #333333;
	font-size: 16px;
}
.pro_menu ul li.hover a {
	color: #999999;
	font-weight: bold;
}
.pro_menu ul li:hover a {
	color: #58BD38;
}

.pro_menu ul li a img {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: alpha(opacity=gray);
    filter:alpha(opacity=gray);
	width:32px;
}
.pro_menu ul li:hover a img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter:alpha(opacity=100);
}
.pro_menu ul li.hover a img{
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter:alpha(opacity=100);
}


/**********关于我们*************/
.about_con {
	padding: 0% 2% 0% 2%;
	width: 96%;
	height: auto;
	min-height: 350px;
	clear: both;
	margin: 0px auto;
	float: left;
}
.com_con {
	padding: 0% 0% 0% 0%;
	width: 100%;
	height: auto;
	min-height: 350px;
	clear: both;
	margin: 0px auto;
	float: left;
}
.projects_con {
	padding: 1% 1% 1% 1%;
	width: 98%;
	height: auto;
	min-height: 350px;
	clear: both;
	margin: 0px auto;
	float: left;
}


.p_con {
	padding: 1% 0px 4% 0px;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.title_c {
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
	width: 100%;
	border-bottom: 1px #E0E0E0 solid;
	margin-bottom: 2%;
}
.title_c_right {
	float: right;
	text-align: right;
}
img.float_img_left {
	padding: 9px 40px 10px 0px;
	text-align: left;
	float: left;
	width: 280px;
}
img.float_img_right {
	padding: 10px 0px 30px 40px;
	text-align: left;
	float: right;
	width: 280px;
}
.title_c h1 {
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	line-height: 48px;
	color: #0F250C;
	font-weight: bold;
	text-transform: none;
	float: left;
	clear: both;
	width: auto;
	border-bottom: 1px #FFCC00 solid;
}
.title_c h1 span {
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 16px;
	line-height: 42px;
	color: #999999;
	font-weight: normal;
}
.p_con p {
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0px;
}

/******/
.b_p {
	padding: 8% 5%;
	width: 90%;
	height: auto;
	border-radius: 10px;



	-webkit-border-radius: 10px;
	-ms-border-raidus: 10px;
	-o-border-radius: 10px;
	-moz-border-raidus: 10px;
	background-color: #ffffff;
	float: left;
	margin-bottom: 50px;
}
.b_p h2 {
	height: auto;
	line-height: 64px;
	font-size: 24px;
	color:#58BD38;
	font-weight: normal;
}
.b_p p {
	height: auto;
	line-height: 32px;
	font-size: 16px;
	color: #38485a;
}


/*************案例分享***************/
.gu_list {
	float: left;
	height: auto;
	width: 21%;
	margin-bottom: 0%;
	position: relative;
	box-shadow:0px 0px 3px #ccc;
	background-color: #FFFFFF;
	padding: 2% 2%;
}
.gu_list .tri {
	height: 42px;
	width: 20px;
	position: absolute;
	top:80px;
	left:32%;
	background:url(../images/sj.png) no-repeat center center;
	background-size: 20px 42px;
}
.gu_list .gimg {
	float: left;
	height: auto;
	width: 100%;
}
.gu_list .gimg img {
	height: auto;
	width: 100%;
	border-radius: 8px; /* css 3标准 */
    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px; /* webkit */
}
.gu_list .gimg img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.80;
}
.gu_list .gtext {
	float: left;
	height: auto;
	width: 100%;
	font-size: 18px;
	padding: 0px 0% 0px 0%;
}
.gu_list .gtext h1 {
	text-align: left;
	clear: both;
	height: auto;
	margin: 10px auto 10px auto;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
	font-weight: normal;
	float: none;
}
.gu_list .gtext .zy {
	color: #999999;
	font-size: 14px;
	line-height: 28px;
	height: auto;
	float: left;
	width: 100%;
}

/***/
.d_zy {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	box-shadow:0px 0px 10px #ccc;
	border-radius: 8px; /* css 3标准 */


    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	height: auto;
	float: left;
	width: 92%;
	padding: 4% 4%;
	margin: 20px 0px 10px 0px;
}


/***********分享瀑布流************/
#content{position:relative;width:100%; margin:0px auto;}
.pubu {
	width: 221px;
	padding: 2% 2%;
	float:left;
	overflow:hidden;
	text-align:center;
	border:1px solid #EBEBEB;
	border-radius: 3px; /* css 3标准 */
    -moz-border-radius: 3px; /* mozilla */
    -webkit-border-radius: 3px;
	overflow:hidden;
	margin: 1% 1% 1% 1%;
}
.pubu:hover {
	border:1px solid #ccc;
}
.pubu img{ width:100%;margin-bottom:5px;}
.pubu p {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding: 3px 0px;
	line-height: 28px;
	text-align: left;
}
.pubu a { color:#333333; text-decoration:none;}
.pubu a:hover { color:#58BD38;}





/***********contact us**************/
.contact_con {
	padding: 3% 0px 2% 0px;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.contact_con h1 {
	width: 100%;
	float: left;
	height: auto;
	text-align: center;
	font-size: 16px;
	padding: 0px 0% 0% 0%;
	color: #333333;
	line-height: 48px;
	margin-bottom: 40px;
	clear: both;
}
.contact_con h1 span {
	color: #999999;
	padding: 0px 20px;
	font-size: 12px;
}

.contact-icons_2 {
	clear: both;
	text-align: center;
	width: 90%;
	margin: 0px 5% 0% 5%;
	float: left;
}
.contact-icons_2 p img {
	width: 50px;
	height: 50px;
	padding-right: 2%;
}
.contact-icons_2 div {
	width: 27%;
	float: left;
	height: auto;
	text-align: center;
	font-size: 14px;
	padding: 0px 3% 4% 3%;
	color: #999999;
	line-height: 32px;
}




/**********预约************/
.order_box {
	width: 96%;
	float: left;
	margin: 0px 0px 30px 0px;
	height: auto;
	padding: 0% 2% 0% 2%;
	clear: both;
}

/**********************/
.form_con {
	padding:0% 0% 0% 0%;
	width: 100%;
	clear: both;
	margin: 0px auto;
	float: left;
}
.info_form {
	padding:3% 0% 0% 0%;
	width: 100%;
	clear: both;
	margin: 0px auto;
}
.info_form h1 {
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	color: #000000;
	font-weight: normal;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.info_form p {
	text-align: center;
	font-size: 16px;
	line-height: 48px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 0px;
}
.info_form p.suc {
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0px;
	margin-top: 20px;
	width: 60%;
	float: left;
	padding: 0px 20%;
}
.guide {
	padding:5% 20% 4% 20%;
	float: left;
	width: 60%;
	clear: both;
	margin-bottom: 20px;
}
.info_form ul {
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.info_form ul li {
	margin-bottom:10px;
	float: left;
	width: 48%;
	text-align: left;
	padding: 0px 1% 0px 1%;
	line-height: 36px;
}
.info_form ul li.add {
	width: 98%;
}


.info_form ul li input {
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	color:#666666;
	border:1px #ccc solid;
	border-radius:2px;
	height:24px;
	font-size:14px;
	line-height:24px;
	padding:10px 5% 10px 5%;
	width:89%;
	background-color: #fff;
	float: left;
	margin-bottom: 3px;
}
.info_form ul li input.add {
	width:80%;
}
.info_form ul li input:hover {
	border:1px #58BD38 solid;
}
.info_form ul li.add input {
	padding:10px 2% 10px 2%;
	width: 95.5%;
}
.info_form ul li.add textarea {
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	color:#666666;
	border:1px #ccc solid;
	border-radius:2px;	
	font-size:14px;
	line-height:24px;
	padding:10px 2% 10px 2%;
	width: 95.5%;
	height: 60px;
	float: left;
	margin-bottom: 3px;
	background-color: #fff;
}

.info_form input.set_btn {
	transition:background 0.3s;
	margin:10px auto 20px auto;
	display:block;
	width:250px;
	height:auto;
	border:none;
	line-height:32px;
	color:#fff;
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	border-radius: 4px; /* css 3标准 */

    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px;
	background-color: #58BD38;
	padding: 10px 0% 10px 0px;
	text-align: center;
	cursor:pointer;
	clear: both;
}
.info_form input.set_btn:hover {
	background-color: #FAA61A;
}




/**********费用说明************/
.competition_box {
	width: 96%;
	float: left;
	margin: 0px 0px 30px 0px;
	height: auto;
	padding: 0% 2% 5% 2%;
	clear: both;
}

.competition_box h1 {
	font-size: 18px;
	line-height: 42px;
	color: #000000;
	float: left;
	width: 100%;
	margin: 20px 0px 10px 0px;
	clear: both;
}
.competition_box h2 {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}
.competition_box p {
	font-size: 14px;
	line-height: 32px;
	color: #333333;
}

/***********/
.topic {
	float: left;
	padding: 20px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}
.topic h1 {
	font-size: 18px;
	line-height: 42px;
	font-weight: bolder;
	border-radius: 10px; /* css 3标准 */
    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px;
	color: #FFFFFF;
	background-color:#FDB143;
	border: 1px #FDB143 solid;
	padding: 5px 45px;
	margin: 10px auto;
	width: 150px;
	position: relative;
	float: none;
}
.triangle_5 {
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 16px solid #FDB143;
	position: absolute;
	z-index: 50;
	left: 115px;
	bottom:-14px;
}
.topic h2 {
	font-size: 24px;
	line-height: 64px;
	color: #333333;
}
h2.dep_h {
	font-size:16px;
	line-height: 48px;
	color:#333333;
	font-weight: bold;
	background-color: #EBEBEB;
	text-align: left;
	width: 94%;
	clear: both;
	margin: 15px 0%;
	padding: 0px 3%;
}
.dep_p {
	text-align: center;
	width: 96%;
	padding: 0px 2%;
	clear: both;
	float: left;
}
.dep_p p {
	font-size: 16px;
	line-height: 48px;
	color: #333333;
	text-align: center;
}
.dep_p_r p {
	text-align: left;
}
.dep_p p.ment {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-align: center;
	padding: 0px 20% 10% 20%;
	float: left;
	width: 60%;
	clear: both;
	position: inherit;
}
.dep_p p.ment span {
	color: #fff;
	background-color: #8CD674;
	border-radius: 4px; /* css 3标准 */
    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	padding: 3px 8px;
	margin-right: 5px;
}

.section_p {
	border-radius: 10px; /* css 3标准 */
    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px;
	box-shadow:0px 2px 8px #ccc;
	padding: 2% 4%;
	width: 92%;
	margin: 0px 0px 40px 0px;
	height:auto;
	background-color: #FFFFFF;
	border: 1px #ccc solid;
	float: left;
}

/**************/
.district {
	text-align: center;
	width: 100%;
	padding: 2% 0%;
}
.district p {
	font-size: 16px;
	line-height: 48px;
	color: #666666;
	text-align: center;
}

.district_2 {
	text-align: center;
	width: 94%;
	padding: 2% 3%;
	background-color: #F5F5F5;
	border-radius: 4px; /* css 3标准 */
    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
}
.district_2 p {
	font-size: 16px;
	line-height: 48px;
	color: #666666;
	text-align: center;
}


/***************/
.awards_box {
	width: 100%;
	float: left;
	height: auto;
	margin: 0px 0px 50px 0px;
	padding: 0px;
}
.awards_box ul {
	width: 60%;
	height: auto;
	margin: 0px auto;
}
.awards_box ul li {
	width: 21%;
	height: auto;
	margin: 0px 0px 0px 0px;
	border-bottom: 2px #fff solid;
	padding: 70px 2% 8px 2%;
	font-size: 14px;
	line-height: 24px;
	float: left;
	text-align: center;
	background: url(../images/award_4.png) no-repeat top center;
}
.awards_box ul li.one {
	background: url(../images/award_1.png) no-repeat top center;
}
.awards_box ul li.two {
	background: url(../images/award_2.png) no-repeat top center;
}
.awards_box ul li.three {
	background: url(../images/award_3.png) no-repeat top center;
}
.awards_box ul li h1 {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 42px;
	clear: both;
	border-radius: 8px; /* css 3标准 */
    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	background-color: #FDB143;
}
.awards_box ul li p {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	clear: both;
}
.awards_box ul li a {
	color: #666666;
}
.awards_box ul li a:hover {
	color: #FDB143;
}

/******************/
.support_con {
	clear: both;
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 20px auto 20px auto;
	float: left;
}
.sup_box {
	clear: none;
	width: 94%;
	float: left;
	margin: 10px 0%;
	text-align: center;
	padding: 2% 3% 2% 3%;
	height: auto;
	background: radial-gradient(#ffffff, #EBEBEB); 
    background: -o-radial-gradient(#ffffff, #EBEBEB); 
    background: -moz-radial-gradient(#ffffff, #EBEBEB);
    background: radial-gradient(#ffffff, #EBEBEB); 
}
.sup_box img {
	width: 8%;
	height: auto;
	margin: 0px 4% 0px 0px;
	float: left;
}
.sup_box .sup_t {
	width: 88%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px;
}
.sup_box h1 {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 24px;
	font-weight: bolder;
	color: #FDA31C;
	text-align: left;
	margin: 0px 0px 10px 0px;
}
.sup_box p {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #666;
	text-align: left;
}




/************视频 列表*****************/
.ser_list {
	float: left;
	height: 240px;
	width: 21%;
	padding: 2% 2%;
	margin: 3% 0px;
	background-color: #FFFFFF;
}
.ser_list:hover {
	background-color: #F3F3F3;
}
.ser_list .nimg {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
}
.ser_list .nimg img {
	height: 165px;
	width: 100%;
}
.ser_list .nimg img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.80;
}
.ser_list .nimg img.playic {
	width: 100%;
	padding: 0px;
	height: 165px;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px 0px;
}
.ser_list .ntext {
	float: left;
	height: auto;
	width: 100%;
	padding-left: 0%;
}
.ser_list .ntext h1 a {
	font-size: 16px;
	color: #333333;
	margin-bottom: 0px;
	font-weight: bold;
	float: left;
	clear: both;
	line-height: 36px;
	text-align: center;
	width: 100%;
}
.ser_list .ntext h1 a:hover, .ser_list:hover .ntext h1 a {
	color: #57C5F8;
}

.ser_list .ntext h2 {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	line-height: 28px;
	clear: both;
	text-align: center;
}
.ser_list .ntext h2 span {
	padding: 0px 0px 0px 0px;
}
.ser_list:hover .ntext h2 span {
	color: #57C5F8;
}
.ser_list .ntext p {
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	border: 1px #ccc solid;
	width: 110px;
	text-align: center;
	margin: 5px 26px 0px 26px;
	float: left;
	padding: 5px 15px;
}
.ser_list .ntext p a {
	color: #999999;
}
.ser_list .ntext p a:hover {
	color: #fff;
}
.ser_list:hover .ntext p a {
	color: #fff;
}

.ser_list .ntext p:hover, .ser_list:hover .ntext p {
	color: #fff;
	border: 1px #57C5F8 solid;
	background-color: #57C5F8;
}


/**********花絮 播放***************/
.video_box {
	width: 90%;
	float: left;
	margin: 0px 0px 0px 0px;
	height: auto;
	padding: 1% 5% 5% 5%;
}

h1.pdt {
	font-size: 24px;
	line-height: 42px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 100%;
	float: left;
	text-transform: uppercase;
	margin: 20px 0px 10px 0px;
}
h1.pdt span {
	color: #CCCCCC;
	padding: 0px 10px;
	font-size: 12px;
	line-height: 24px;
}
h2.fb {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #999999;
	float: left;
	width: 90%;
	text-align: center;
	margin: 0px 5% 10px 5%;
}
p.zy {
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
	color: #999999;
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}


.triangle_1 {
	width: 0;
	height: 0;
	border-right: 14px solid transparent;
	border-left: 14px solid transparent;
	border-bottom: 20px solid #EBEBEB;
	position: absolute;
	z-index: 50;
	left: 20%;
	top:-20px;
}

.pd_box {
	width: 90%;
	float: left;
	margin: 0px 0px 0px 0px;
	height: auto;
	background-color: #F3F3F3;
	padding: 3% 5% 3% 5%;
}
.pd_box:hover {
}
.pd_h {
	height: auto;
	float:left;
	width: 92%;
	margin: 0px 0px 0px 0px;
	padding: 0px 4% 0px 4%;
	text-align: left;
}
.pd_h h2 {
	font-size:14px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	line-height: 36px;
	font-weight: normal;
	text-align: center;
	color: #988672;
	border: 1px #A1907E solid;
	border-radius: 20px; /* css 3标准 */
    -moz-border-radius: 20px; /* mozilla */
    -webkit-border-radius: 20px; /* webkit */
	width: 120px;
}

.pd_text {
	width: 92%;
	height: auto;
	float: left;
	margin: 0px 0% 0px 0%;
	padding: 20px 4% 5% 4%;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #333333;
}

.pd_text h2 {
	font-size:18px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	line-height: 36px;
	clear: both;
	font-weight: normal;
	text-align: center;
	color: #000000;
}
.pd_text h2 a {
	color: #BF9D5B;
}
.pd_text:hover h2 a {
	color: #F3ADB3;
}
.pd_text p  {
	width: 100%;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	color: #333333;
	font-weight: normal;
	height: auto;
}
.pd_text p span {
	width: 100%;
	font-size: 14px;
	color: #E94E18;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	float: left;
}
.pd_text p a {
	width: 20%;
	position: absolute;
	top: -2px;
	right: 0%;
}
.pd_text p a img {
	width: 100%;
	float: left;
}


/************专业*****************/
.app_list {
	float: left;
	height: auto;
	width: 90%;
	padding: 5% 5%;
	margin: 2% 0px;
	background-color: #F8F8F8;
}
.results {
	float: left;
	height: auto;
	width: 94%;
	padding: 2% 3%;
	margin: 1% 0px;
	background-color: #F8F8F8;
}
.sch_list {
	float: left;
	height: auto;
	width: 94%;
	padding: 3% 3%;
	margin: 2% 0px;
	background-color: #F8F8F8;
}
.app_list:hover {
	background-color: #F8FCFE;
}
.app_list .nimg {
	float: left;
	height: 135px;
	width: 240px;
}
.app_list .nimg img {
	height: 135px;
	width: 240px;
}
.app_list .nimg img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.80;
}
.app_list .ntext {
	float: left;
	height: auto;
	width: 71%;
	padding-left: 5%;
}
.app_list .results_t {
	float: left;
	height: auto;
	width: 95%;
	padding-left: 0%;
}
.app_list .sch_text {
	float: left;
	height: auto;
	width: 95%;
	padding-left: 3%;
}
.app_list .ntext h1 a {
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
	font-weight: bold;
	float: left;
	clear: both;
	line-height: 36px;
}
.app_list .ntext h1 a:hover, .app_list:hover .ntext h1 a {
	color: #58BD38;
}

.app_list .ntext h2 {
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	line-height: 28px;
	clear: both;
}
.app_list .ntext h2 span {
	padding: 0px 10px 0px 0px;
}
.app_list:hover .ntext h2 span {
	color: #57C5F8;
}
.app_list .ntext p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	border: 1px #ccc solid;
	width: auto;
	text-align: center;
	margin: 10px 8px 0px 0px;
	float: left;
	padding: 5px 35px;
}
.app_list .ntext p a {
	color: #999999;
}
.app_list .ntext p a:hover {
	color: #fff;
}
.app_list:hover .ntext p a {
	color: #fff;
}

.app_list .ntext p:hover, .app_list:hover .ntext p {
	color: #fff;
	border: 1px #58BD38 solid;
	background-color: #58BD38;
}


/*********师资*********/
.pi_box {
	padding: 4% 4% 4% 4%;
	width: 25%;
	margin: 0px;
	float: left;
	height: 140px;
}
.pi_box img {
	padding: 0px;
	width: 100px;
	margin: 2% 5% 2% 0%;
	border-radius: 4px; /* css 3标准 */

    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px;
	float: left;
	height: 122px;
}
.pi_box h2 {
	padding: 3% 0px 2% 0px;
	margin: 0px;
	text-align: left;
}
.pi_box h2 a {
	font-size: 16px;
	line-height: 28px;
	color: #00458E;
	font-weight: normal;
}
.pi_box h2 a:hover {
	color: #999999;
}
.pi_box p {
	font-size: 14px;
	line-height: 24px;
	color: #CCCCCC;
	font-weight: normal;
	text-align: left;
}



/******************/
.pde_con {
	float: left;
	width: 98%;
	padding: 2% 1% 2% 1%;
}
/**********标题*************/
.pde_head {
	clear: both;
	padding: 0px 0px 2% 0px;
}
.pde_head h1 {
	text-align: center;
	font-size: 36px;
	color: #004D97;
	line-height: 60px;
	font-family: glametrixbold;
	font-weight: normal;
	margin-bottom: 0px;
}
.pde_head h1 span {
	text-align: center;
	font-size: 24px;
	color: #999999;
	line-height: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 0px;
}

/***********PI detail*************/
.pi_de {
	clear: both;
	float: left;
	width: 50%;
	padding: 1% 25% 4% 25%;
	height: auto;
}
.pi_de .p_de_left {
	width: 30%;
	float: left;
	height: auto;
	padding: 0px 5% 0px 4%;
}
.pi_de .p_de_left img {
	width: 180px;
	height: auto;
}
.pi_de .p_de_right {
	padding: 5px 0% 5px 5%;
	width: 55%;
	float: left;
}
.pi_de .p_de_right p {
	color: #333333;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	clear: both;
}
.pi_de .p_de_right p span {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	float: left;
	width: 100px;
}
.pi_de .p_de_right p span.s_info {
	color: #666666;
	font-weight: normal;
	float: left;
	width: auto;
}

h1.ht{
	color: #333333;
	line-height: 36px;
	height: 36px;
	padding: 0px 4% 0px 2%;
	width: 94%;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	clear: both;
	border: 1px #D9B5E1 solid;
	margin: 10px 0px 10px 0px;
	float: left;
}
.pip {
	padding: 2% 2% 4% 2%;
	clear: both;
	margin: 0px 0px;
}


/*******右侧********/
.pc_right {
	padding: 0px 0% 10px 0%;
	text-align: left;
	float: left;
	width: 25%;
	margin: 0px 0px 0px 5%;
}
.pc_right ul {
	clear: both;
	padding: 10% 8% 80% 8%;
	width: 84%;
	float: left;
	height: auto;
	background-color: #F0F0F0;
}
.pc_right h1 {
	clear: both;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	line-height: 36px;
}
.pc_right ul li {
	clear: both;
	padding: 15px 0px 10px 0px;
	font-weight: normal;
	color: #666666;
	font-size: 14px;
}
.pc_right ul li a {
	color: #666666;
}
.pc_right ul li a:hover {
	color: #FDB515;
}
.pc_right ul li p.time {
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
	width: 90%;
	line-height: 32px;
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	position: relative;
}



.pde_p {
	clear: both;
	padding: 0px;
	margin-bottom: 4%;
	float: left;
	width: 100%;
}
.pde_p h1 {
	font-size: 16px;
	line-height: 32px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.pde_p img {
	max-width: 100%;
	float: none;
}
.pde_p .pip {
	padding: 2% 2% 4% 2%;
	clear: both;
	margin: 0px 0px;
}
.pde_p .pip p {
	font-size: 14px;
	line-height: 32px;
}



/**************项目列表********************/
.act_con {
	clear: both;
	width: 100%;
	height: auto;
	padding: 10px 0px 50px 0px;
	float: left;
	background-color: #FFFFFF;
}
.act_box {
	width: 23%;
	float: left;
	height: 380px;
	margin: 0px 1% 20px 1%;
}
.providers {
	height: 320px;
	border: none;
	width: 22.8%;
	text-align: center;
}
.par {
	height: 320px;
	border: none;
	width: 22.8%;
	text-align: center;
	margin: 2% 1% 2% 1%;
}
.act_box:hover {
	box-shadow:0px 0px 15px #ccc;
}
.par:hover {
	box-shadow:0px 0px 5px #ccc;
}
.act_box  .tt{
	width: 100%;
}
.act_box .tt img {
	width: 100%;
	height: 208px;
}
.act_box .tt img:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.60;
}
.act_box .tt h3 {
	font-size:16px;
	line-height: 28px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 10px 6% 5px 6%;
}
.act_box .tt h3 {
	font-size:16px;
	line-height: 28px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 10px 6% 5px 6%;
}
.act_box .tt h3 a {
	color:#000000;
}
.act_box .tt h3 a:hover, .act_box:hover .tt h3 a {
	color: #ED6D00;
}
.act_box .tt p{
	padding: 0px 6% 0 6%;
	font-weight:normal;
	background: url(../images/time.jpg) no-repeat top left;
	font-size: 14px;
	color: #666666;
}
.act_box .tt p.zb{ 
	padding: 0px 6% 0 6%; 
	color:#666666; 
	font-weight:normal; 
	background: url(../images/who.jpg) no-repeat top left;
}

/***********************翻页************************/
#Page{
	height:40px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	width: 100%;
	clear: both;
	line-height: 40px;
	padding: 60px 0px 30px 0px;
	text-align: center;
}
#Page a{
	margin:10px 5px 0 5px;
	width:auto;
	height:20px;
	line-height:20px;
	color:#999999;
	text-align:center;
	text-decoration:none;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 14px;
}
#Page a:hover{
	position:relative;
	width:auto;
	color:#FFFFFF;
	border-radius: 8px; /* css 3标准 */
    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	background-color: #ED6D00;
}
#Page span{
	line-height:140%;
	padding:5px 12px 5px 12px;
	margin:10px 5px 0px 5px;
	border-radius: 8px; /* css 3标准 */
    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	color:#FFF;
	font-weight:bold;
	background-color: #999999;
	font-size: 12px;
}
#Page span.sl{
	line-height:140%;
	padding:7px 12px 9px 12px;
	margin:10px 1px 0px 1px;
	color:#666666;
	font-weight:bold;
	border: none;
	background-color: #FFFFFF;
}



/**********新闻 项目 校园*************/
.inner_con {
	padding: 0% 0% 0% 0%;
	width: 100%;
	height: auto;
	min-height: 350px;
	clear: both;
	margin: 0px auto;
	float: left;
}

/******标题2******/
.nt_box {
	width: 80%;
	height: auto;
	clear: both;
	margin: 0px 10%;
	float: left;
	padding: 12% 0% 2% 0%;
}
.nt_box h1 {
	padding: 0px 0px 20px 0px;
	width: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.nt_box h1 span {
	color: #EB0000;
}
.nt_box p {
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #999999;
	text-align: center;
}


/******分类******/
.news_tag {
	padding: 11% 6% 2% 2%;
	width: 92%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
	text-align: right;
}
.news_tag a {
	padding: 10px 2% 10px 2%;
	clear: none;
	width: auto;
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
}
.news_tag a:hover {
	color: #0C2036;
}
.news_tag a.hover {
	color: #0C2036;
	background-color: #FFFFFF;
}
.news_tag a.hover:hover {
	color: #FF9900;
}

/*****新闻 列表*********/
.inner_news {
	clear: both;
	width: 94%;
	margin: 30px 3% 30px 3%;
	height: auto;
	float: left;
}

.news_con {
	padding: 2% 2% 3% 2%;
	width: 27.3%;
	height: auto;
	margin: 0px 1% 3% 1%;
	float: left;
	background-color: #FFFFFF;
	position: relative;
}
.news_con h2 {
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
	width: 100%;
	line-height: 32px;
	font-weight: normal;
	font-size: 16px;
	color: #999999;
}
h1.title_n {
	padding: 0px 0px 10px 0px;
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 1%;
	line-height: 36px;
	font-weight: normal;
	font-size: 22px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;

	-o-text-overflow:ellipsis;
	display: -webkit-box;

	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-box-orient:vertical;
	height: 72px;
}
h1.title_n a {
	color: #333333;
}
h1.title_n a:hover {
	color: #1E589B;
}
.n_date {
	float: left;
	width: 13%;
	padding: 0px 5px;
	height: auto;
	font-size: 22px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
	background-color: #FAA61A;
	border-radius: 0px 0px 10px 10px; /* css 3标准 */
    -moz-border-radius: 0px 0px 10px 10px; /* mozilla */
	-webkit-border-radius: 0px 0px 10px 10px;
	position: absolute;
	top: 0px;
	left: 6.5%;
}
.n_date span {
	float: left;
	width: 100%;
	padding: 0px;
	height: auto;
	font-size: 12px;
	line-height: 28px;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px #FDB514 solid;
}
.n_left_img {
	float: left;
	width: 100%;
	padding: 0px;
	height: auto;
	margin: 0px 0% 0px 0%;
	background: url(http://www.fiesta.tsinghua.edu.cn/upload/image/20210316/20210316145104_33545.jpg) no-repeat top center; 
	background-size: cover;
	height: 270px;
}
.n_left_img a {
	float: left;
	object-fit: cover;
	width: 100%;
	height: 270px;
}
.n_left_img img {
	width: 100%;
	padding: 0px;
	height: auto;
	float: left;
}
.news_de {
	float: left;
	width: 100%;
	text-align: left;
	padding: 10px 0px 0px 0px;
}
.ship_de {
	float: left;
	width: 100%;
	text-align: left;
}
.news_de p {
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
	width: 95%;
	line-height: 24px;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-box-orient:vertical;
	height: 72px;
}

.news_de p.time {
	padding: 0px 0px 0px 28px;
	float: left;
	clear: both;
	width: 90%;
	line-height: 32px;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	position: relative;
}
.news_de p.time img {
	padding: 0px;
	width: 24px;
	position: absolute;
	top: 3px;
	left: -3px;
}


/************新闻************/
.news {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	float: left;
	padding: 3% 0px 3% 0px;
	background-color: #fff;
}
.newsde_con {
	clear: both;
	width: 1200px;
	margin: 0px auto 0px auto;
}


/********导购页面********/
.tw_box {
	width: 100%;
	height: auto;
	margin: 3% auto 3% auto;
	float: left;
	padding: 0% 0px 0% 0px;
}
.img_left {
	width: 30%;
	height: auto;
	float: left;
	padding: 0% 0% 4% 0%;
}
.img_right {
	width: 30%;
	height: auto;
	float: right;
	padding: 0% 0% 3% 0%;
}
.tw_tx {
	width: 55%;
	height: auto;
	float: left;
	padding: 5% 5% 5% 10%;
	background: url(../images/guide_bg.png) #fff repeat;
	margin: 0% 0% 0% 0%;
}
.tw_tx_left {
	padding: 5% 10% 5% 5%;
	margin: 0% 0% 0% 0%;
}
.protw_tx {
	width: 40%;
	height: auto;
	float: left;
	padding: 6% 5% 7% 5%;
}
.tw_tx h1 {
	width: 100%;
	height: auto;
	float: left;
	font-size: 32px;
	color: #999999;
	line-height: 48px;
	font-weight: normal;
	margin-bottom: 28px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.tw_tx p {
	width: 100%;
	height: auto;
	font-size: 15px;
	color: #333333;
	line-height: 32px;
	height:auto;
	font-weight: normal;
	margin-bottom: 25px;
}
.tw_tx p a {
	padding: 7px 30px;
	color: #666666;
	border-radius: 4px; /* css 3标准 */

    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	border: 1px #ccc solid;
	background-color: #fff;
	letter-spacing: 0px;
	margin-top: 10px;
	float: left;
}
.tw_tx p a:hover, .tw_tx:hover p a {
	color: #fff;
	border: 1px #58BD38 solid;
	background-color: #58BD38;
}







/***************页面********************/
.u_con {
	clear: both;
	width: 100%;
	padding: 100px 0px 60px 0px;
	height: auto;
	min-height:450px;
	float: left;
	margin-bottom: 50px;
	margin-top: 0px;
	border-radius: 4px; /* css 3标准 */
    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px;
}

.u_left {
	width: 13%;
	padding: 15px 2% 60px 2%;
	float: left;
	margin-right: 5%;
	border: 1px #ccc solid;
	background-color: #FFFFFF;
}
.u_right {
	width: 77%;
	padding: 0px 0px 0px 0%;
	float: left;
}

.u_right img  {
	max-width: 850px;
}

.u_left h1 {
	font-size: 16px;
	line-height: 42px;
	clear: both;
	width: 100%;
	float: left;
	text-align: left;
}

/********右侧 菜单********/
ul.a_list {
	padding: 10px 0px 30px 0px;
	width: 100%;
	float: left;
}
ul.a_list li {
	font-size: 14px;
	line-height: 28px;
	clear: both;
	width: 100%;
	float: left;
	text-align: left;
	padding: 5px 0px 5px 0px;
}
ul.a_list li.hover {
}
ul.a_list li:hover {
}

ul.a_list li a {
	color: #666666;
	font-weight: normal;
	width: 100%;
	height: auto;
	float: left;
}
ul.a_list li a:hover {
	color: #68B92E;
}
ul.a_list li.hover a {
	color: #68B92E;
	font-weight: normal;
}

/*********************/
h1.pt {
	font-size:24px;
	line-height: 42px;
	color:#68B92E;
	letter-spacing: 0px;
	font-weight: normal;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 24px;
	padding-left: 0px;
	clear: both;
	width: 100%;
	padding-bottom: 15px;
}
h1.pt span {
	font-size:14px;
	line-height: 64px;
	color:#FFFFFF;
	font-weight: normal;
	margin-bottom: 24px;
	clear: both;
	background-color: #C67832;


	-webkit-border-radius: 4px;
	padding: 0px 10px 0px 10px;
	height: 64px;
}
.u_con .u_right h2 {
	font-size:18px;
	line-height: 42px;
	color:#333333;
	letter-spacing: 0px;
	font-weight: bold;
}

.u_con h2.pt_h2 {
	font-size:16px;
	line-height: 32px;
	color:#68B92E;
	letter-spacing: 0px;
	font-weight: bold;
	margin-bottom: 15px;
	background-color: #F2F2F2;
	padding-left: 5px;
	margin-top: 20px;
}




/*******消息标题********/
.newshead {
	clear: both;
	padding: 20px 0px 20px 0px;
	margin-bottom: 0px;
	margin: 0px 0px;
}
.newshead h1 {
	text-align: center;
	font-size: 28px;
	color: #333333;
	line-height: 48px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px 20% 2% 20%;
}
.newshead p {
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 42px;
}
.newshead p span {
	padding: 0px 10px;
}
.newshead p span.cc a {
	background:url(../images/comments.jpg) no-repeat top left;
	color: #0096D7;
	font-size: 12px;
	padding-left: 20px;
}


.info_p {
	clear: both;
	padding: 20px 0% 40px 0%;
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.info_c {
	clear: both;
	padding: 20px 10% 40px 10%;
	margin-bottom: 20px;
	width: 80%;
	float: left;
}
.info_p h1 {
	font-size: 24px;
	line-height: 60px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	padding: 30px 0px 10px 0px;
}
.info_p h2 {
	font-size: 20px;
	line-height: 48px;
	color: #333333;
	text-align: left;
}
.info_p h3.bh {
	font-size: 18px;
	line-height: 64px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.info_p p {
	font-size: 15px;
	line-height: 32px;
	color: #333333;
}
.info_p p.notes {
	font-size: 16px;
	line-height: 48px;
	color: #999999;
	text-align: center;
}
.info_p p.label {
	font-size: 14px;
	line-height: 32px;
	color: #999999;
	text-indent: 0px;
	text-align: center;
}
.info_p img {
	max-width:100%;
	height: auto;
}



/******视频内容**********/
.v_box {
	float: left;
	width: 100%;
	height: auto;
	padding: 5% 0% 5% 0%;
}
.v_newshead {
	clear: both;
	padding: 0px 0px 15px 0px;
	margin-bottom: 0px;
	margin: 0px 0px;
	width: 100%;
	float: left;
}
.v_newshead h1 {
	text-align: center;
	font-size: 20px;
	color: #333333;
	line-height: 36px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.v_newshead p {
	text-align: center;
	font-size: 12px;
	color: #999999;
	line-height: 24px;
}

.v_p {
	clear: both;
	padding: 0px 0px 0px 0px;
	z-index: 0;
	width: 100%;
	margin: 0px auto;
}
.v_p video {
	width: 100%;
	border-radius: 10px; /* css 3标准 */

    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px;
}
.video_1 {
	width: 100%;
	height: 300px;
}
.video_2 {
	width: 100%;
	height: 420px;
}










/******关注 干货******/
.focus {
	clear: both;
	height: auto;
	padding: 5% 0px 5% 0px;
	margin: 0px 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.info_p .focus img {
	float:none;
	margin: 0px auto;
	max-width:100%;
	display: table;
}



/*************价格一览*************/
/******致谢*******/
.p_links {
	margin: 0px auto;
	width: 100%;
	height: auto;
	float: left;
	padding: 2% 0px 2% 0px;
}
.p_links a {
	font-size:14px;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
	border: 1px #ccc solid;
	padding: 5px 10px;
	float: left;
	margin: 0px 10px 10px 0px;
}


.pt_con {
	margin: 0px auto;
	width: 100%;
	height: auto;
	float: left;
	padding: 3% 0px 6% 0px;
}


.pt_con ul {
	margin: 0px auto;
	width: 100%;
	height: auto;
	float: left;
	padding: 2% 0px 2% 0px;
}
.pt_con ul li {
	font-size:14px;
	font-weight: normal;
	line-height: 36px;
	color: #666666;
}
.pt_con ul li strong {
	font-size:15px;
	font-weight: bold;
	line-height: 36px;
	color: #ED6D00;
	padding: 0px 20px 0px 0px;
}
.pt_con ul li span {
	font-size:14px;
	font-weight: normal;
	line-height: 36px;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	background-color: #999999;
}



/*******补充说明********/
.added {
	margin: 0px auto;
	width: 100%;
	height: auto;
	float: left;
	padding: 4% 0px 4% 0px;
}
.added h2 {
	font-size:16px;
	font-weight: normal;
	line-height: 36px;
	color: #666666;
}
.added p {
	font-size:14px;
	font-weight: normal;
	line-height: 28px;
	color: #666666;
}




/**********关联 推荐 评论留言**************/
.addition {
	clear: both;
	height: auto;
	padding: 10px 0px 20px 0px;
	border-top: 1px #ccc solid;
	margin: 0px 0%;
	width: 100%;
}
.addition h2 {
	font-size: 18px;
	color: #0887D7;
	line-height: 30px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.bdsharebuttonbox {
	color: #333333;
	text-align: center;
	margin: 0px auto;
	width: 165px;
}
.pan {
	clear: both;
	height: auto;
	padding: 10px 0px 10px 0px;
	width: 100%;
	float: left;
}
.pan p {
	clear: both;
	padding: 10px 0px 10px 0px;
	line-height: 28px;
	font-size: 15px;
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
}
.pan p.pre {
	background: none;
}
.pan p.next {
	background: none;
}
.pan p a {
	color: #666666;
	background: none;
}
.pan p a:hover {
	color: #68B92E;
}


.comments {
	width: 80%;
	float: left;
	padding: 40px 10% 40px 10%;
}


/*********感兴趣文章************/
.interest {
	width: 100%;
	padding: 5% 0% 0% 0%;
	margin: 0% 0px 0px 0px;
	text-align:justify;
	clear: both;
}

.interest .art_box h1 {
	font-size: 18px;
	line-height: 36px;
}

.article_2 {
	border-radius: 3px; /* css 3标准 */
    -moz-border-radius: 3px; /* mozilla */
    -webkit-border-radius: 3px;
	float: left;
	height: auto;
	width: 31.3%;
	padding: 2% 0% 2% 0%;
	margin:0px 3% 0px 0%;
	display:inline-block;
	height:auto;
	text-align:center;
	text-decoration:none;
	position: relative;
}
.article_2:last-child {
	margin:0px 0% 0px 0%;
	width: 31.3%;
}

.article_2:after{
     display:inline-block;
     overflow:hidden;
     width:100%;
     height:0;
     content:'';
     vertical-align:top;
}
.article_2:hover {
	
}
.article_2 .nimg {
	float: left;
	height: auto;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.article_2 .nimg img {
	border-radius: 3px; /* css 3标准 */

    -moz-border-radius: 3px; /* mozilla */
    -webkit-border-radius: 3px;
	height: auto;
	width: 100%;
	float: left;
	object-fit: cover;
}
.article_2 .text {
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
}

.article_2 .text h1 {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	height:56px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;

	-o-text-overflow:ellipsis;

	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.article_2 .text h1 a {
	color: #000000;
}
.article_2:hover .text h1 a, .article_2 .text h1 a:hover {
	color: #59CDFF;
}




/*********校园**********/
.dd_con {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 23% auto 10% auto;
	float: left;
}
.haidao {
	position: relative;
}
.wh {
	height: 290px;
	float:left;
	overflow: hidden;
	position: relative;
	width: 426px;
	margin: 0px 0px 0px 0px;
	padding: 120px 0px 0px 0px;
	background-color: #0853B9;
}
.wh h2 {
	font-size:60px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 72px;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 40%;
	padding: 0% 30%;
}
.wh p {
	font-size:24px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 36px;
	font-weight: normal;
	text-align: center;
}
.triangle-right {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #0853B9;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 195px;
	z-index: 50;
	left: 425px;
}

.boxgrid2 {
	height: 410px;
	float:left;
	overflow: hidden;
	position: relative;
	width: 426px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 2;
}
.boxgrid2 img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 426px;
	height: 420px;
}
				
.boxcaption2 {
	float: left;
	position: absolute;
	height: 420px;
	width: 220px;
	text-align: center;
}
.captionfull .boxcaption2 {
 	top: 420px;
 	left: 0;
}
.caption2 .boxcaption2 {
	top: 190px;
	left: 0;
	padding: 0px 100px 0px 100px;
	background: none;
}

.caption2 .boxcaption2 h2 {
	font-size:20px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	color: #333;
	line-height: 45px;
	clear: both;
	width: 220px;
	font-weight: bold;
	text-align: center;
	-webkit-border-radius: 20px;
	border: 1px #fff solid;
	background:url(../images/cb2_bg.png) repeat left center;
}
.caption2 .boxcaption2:hover h2 {
	color: #EBBE74;
}




/********城市 2***********/
.city {
	padding: 0px 0px 30px 0px;
	width: 100%;
	float: left;
	margin: 3% 0% 0% 0%;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
.city h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0F250C;
	line-height: 55px;
	text-align: left;
	background-color: #fff;
	border-radius: 5px; /* css 3标准 */



    -moz-border-radius: 5px; /* mozilla */
    -webkit-border-radius: 5px;
	padding: 0px 2%;
	margin: 0px 0px 10px 0px;
}
.city p {
	font-size: 16px;
	font-weight: normal;
	color: #999999;
	line-height: 36px;
	text-align: left;
	padding: 0px 2%;
}
.city a {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	border-radius: 10px; /* css 3标准 */

    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px;
	padding: 3px 0px;
	width: auto;
	float: none;
	line-height: 32px;
	margin: 0px 20px 0px 0px;
	height:32px;
}
.city a.hover {
	color: #000000;
}
.city a:hover {
	color: #58BD38;
}





/**************FAQ 列表******************/
.faq_list {
	width: 100%;
	padding: 0px 0px;
	clear: both;
	margin: 0px auto;
}
.faq_list ul {
	height: auto;
	margin-bottom: 30px;
	float: left;
}
.faq_list ul li {
	width: 27.3%;
	list-style-type: none;
	font-size: 16px;
	float: left;
	padding: 2% 2%;
	border-radius: 0px; /* css 3标准 */


    -moz-border-radius: 0px; /* mozilla */
    -webkit-border-radius: 0px;
	margin: 1% 1% 1% 1%;
	background-color: #FFFFFF;
}
.faq_list ul li:hover {
}
.faq_list ul li a {
	width: 100%;
	float: left;
	padding-left: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 42px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 42px;
}
.faq_list ul li a:hover {
	color: #58BD38;
}




/*************/
img.zoom-img:hover {
	-webkit-transform: scale(1.00);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.00);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(0.9, 0.9);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(0.9, 0.9);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}





/********链接***********/
.links_con {
	width: 100%;
	padding: 30px 0px 40px 0px;
	margin: 0px auto;
	float: left;
	background-color: #EBEBEB;
}
.links_box {
	width: 1240px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
}


/******/
.ct_box {
	padding: 0px 0% 0% 0%;
	width: 100%;
	height: 40px;
	clear: both;
	margin: 0px auto 0px auto;
	float: left;
}
.ct_box_h {
	padding: 0% 0% 0% 0%;
	width: 100%;
	clear: both;
	margin: 0px auto;
	float: left;
}
.ct_box h1 {
	padding: 0px 15px 0px 15px;
	width: auto;
	text-align: left;
	font-size: 12px;
	line-height: 32px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	float: left;
	border-radius: 4px; /* css 3标准 */
    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	background-color: #58BD38;
	position: relative;
}
.triangle_2 {
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 16px solid #58BD38;
	position: absolute;
	z-index: 50;
	left: 43%;
	bottom:-12px;
}

.links_box a {
	padding: 0px 20px 0px 0px;
	width: auto;
	height: auto;
	margin: 0px auto;
	float: left;
	font-size: 14px;
	line-height: 36px;
	color: #666666;
}
.links_box a:hover {
	color: #58BD38;
}





.space {
	height: 60px;
	clear: both;
}




/***************footer********************/
.footer {
	clear: both;
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	float: left;
	background-color: #2A2A2A;
}

#tree {
	height: auto;
	padding: 30px 0px 60px 0px;
	width: 100%;
	float: left;
	background-color: #2A2A2A;
	clear: both;
}
.tree_box {
	height: auto;
	padding: 0px;
	width: 1240px;
	margin: 0px auto;
}
#tree ul {
	float: left;
	width: 280px;
	margin-right: 0px;
	padding: 0px 60px 0px 0px;
}
#tree ul.add {
	float: left;
	width: 290px;
	margin-right: 0px;
	padding: 0px 60px 0px 0px;
}
#tree ul h1 {
	font-size: 20px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 36px;
	padding: 0px 0px 0px 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
#tree ul h2 {
	font-size: 18px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 28px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
#tree ul p {
	font-size: 14px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	line-height: 24px;
	padding: 9px 0px 9px 0px;
	margin-top: 0px;
	font-weight: normal;
	border-bottom: 1px #666 dashed;
}
#tree ul li {
	line-height: 36px;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
}
#tree ul a {
	color: #999999;
	padding: 0px 0px 0px 0px;
}
#tree ul a:hover {
	color: #58BD38;
}
#tree ul span {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 36px;
	padding: 0px 5px 0px 5px;
}

.foot_logo {
	float: left;
	width: 118px;
	margin-right: 0px;
	padding: 0px 150px 0px 0px;
	background: url(../images/logo_2.png) no-repeat center center;
	background-size: 118px 40px;
	height: 40px;
}
.foot_wx {
	float: left;
	width: 181px;
	padding: 0px 0px 0px 0px;
	height: 109px;
	margin-top: 5px;
	text-align: center;
}


.floatbox {
	float: left;
	padding: 3% 0px 5% 0px;
	width: 100%;
	clear: both;
}

.foot_right {
	height: auto;
	width: 1200px;
	text-align: left;
	margin: 0px auto;
	position: relative;
	background-color: #333333;
	border-top: 1px #333 solid;

}
.logo_2 {
	height: auto;
	padding: 13px 50px 0px 0px;
	float: left;
	width: 55px;
}
.logo_2 img {
	height: auto;
	width: 100%;
}
.logo_2 p {
	color: #7B7B7B;
	line-height: 16px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
}
.logo_line {
	height: 48px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 1px;
	background-color: #444444;
	margin-top: 25px;
}
.copyright {
	height: auto;
	color: #FFFFFF;
	padding: 20px 0px 0px 50px;
	float: left;
	width: 970px;
}
.copyright h1 {
	color: #7B7B7B;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
	float:left;
	width: 100%;
}
.copyright h1 span {
	line-height: 14px;
	padding: 0px 15px 0px 0px;
	margin-right: 15px;
	border-right: 1px #ccc solid;
}
.copyright h1 span.last {
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	border-right: none;
}
.copyright a {
	color: #7B7B7B;
	padding: 0px 10px 0px 10px;
}
.copyright a.ic {
	padding: 0px 15px 0px 25px;
	background: url(/images/ic.png) no-repeat left center;
}
.copyright a:hover {
	color: #58BD38;
}
.copyright p {
	color: #7B7B7B;
	line-height: 22px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 0px;
}
.copyright p span {
	font-weight: normal;
	padding: 0px 15px 0px 0px;
}


/***********************返回顶部*****************************/
#rightButton{
	position:fixed;
	top:320px;
	right:0px;
	z-index:999999;
	display:block;
}
#right_ul{
	position:relative;
	float: left;
}

#ww,#qq,#tel,#tip,#backToTop,#code{
	width:50px;
	height:auto;
	border-radius: 4px;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
	background:url(../images/icon.png) no-repeat;
}

/**********返回*************/
#backToTop { background-position:-305px -163px; z-index:999999; width:50px; height:59px; display:none;}
a.backToTop_a { width:50px; height:60px; display:block; }
a.backToTop_a:active { background-position:-255px -162px; }





/************底部菜单***********/
.m_nav {
	display: none;

}
