﻿

/*** 当浏览器的可视区域小于960px ***/
    @media screen and (max-width: 960px) {



/**********基本**********/
*{
	margin:0;
	padding:0;
	border: 0;
}

body {
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	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: #d7c49f;
	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;
}

/**********基本  end**********/



.main {
	margin: 0px auto;
	width: 100%;
	height: 100%;
}


/**************头部*****************/
.header {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 1;
	height: 60px;
	background: url(../images/header_bg.png) repeat-x top center;
	top: 0px;
	left: 0px;
}
.header_box {
	width: 100%;
	margin: 0px auto;
	height: auto;
	padding-top: 0px;
}


.logo_box {
	height: 35px;
	width: auto;
	margin: 12px auto 0px 0%;
	z-index: 200;
	float: left;
}
.logo_box a {
}
.logo_box a img {
	width: auto;
	height: 35px;
	float: left;
}




/*********/

.navbg {
	height:80px;
	width:100%;
	position:absolute;
	z-index:99;
	left:0;
}
.menu_box {
	height: auto;
	clear: both;
	width: 96%;
	margin: 0px auto;
	position: relative;
}

/**************menu****************/
.booNavigation {
	position: relative;
	float: right;
	padding: 0px 90px 0px 0px;
	width: 810px;
	display: none;
}
.booNavigation li.navItem {
	padding: 5px 20px;
	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: 70px;
}
.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: #d7c49f;
}
.booNavigation li.navItem > a.others {
	color: #CCCCCC;
}
.booNavigation li.navItem:hover a {
    color: #d7c49f;
}

.booNavigation li.navItem .navContent {
	background-color: #d7c49f;
	border-radius: 4px; /* css 3标准 */
    -moz-border-radius: 4px; /* mozilla */
    -webkit-border-radius: 4px; /* webkit */
	left: -120px;
	position: absolute;
	top: 67px;
	width: 410px;
	z-index: 999;
	padding: 0px;
}
.triangle {
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 16px solid #d7c49f;
	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 20px;
}
.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: 150px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	right: 0%;
	top: 0px;
	display: none;
}
.set-icon a {
	float: left;
	width: auto;
	font-size: 14px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	line-height: 80px;
	cursor: pointer;
	position: relative;
}
.set-icon a textarea {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 80px;
	height: 80px;
	background: none;
	width: 100px;
	float: right;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	resize: none;
}
.set-icon a:hover textarea {
	color: #d7c49f;
}
.set-icon a .copy {
	clear: both;
	background: none;
	cursor: pointer;
	width: 190px;
	height: 70px;
	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: #d7c49f;
}
.set-icon a span {
	float: left;
	clear: both;
	background: url(../images/mobile.png) no-repeat center center;
	background-size: 18px 18px;
	width: 20px;
	height: 80px;
	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 #d7c49f 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:-50px;
	top:55px;
	padding: 0px;
	width: 275px;
	height: 361px;
	z-index: 600;
	display: block;
}



/**********/
.scrolnav {position: fixed;top: 0;left: 0;right: 0;transition: all .2s ease-in-out;}
.scrolnav.navDown {top: -120px;}
.scrolnav.navUp {top: 0;}


/*******移动端*******/
.nav {
	height: 50px;
	width: 50px;
	margin: 0px 0px 0px auto;
	z-index: 300;
	float: left;
	display: block;
	position: absolute;
	z-index: 300;
	top: 5px;
	right: 1%;
}
.nav a {
	display: block;
}
/*******nav*******/
.remodal {
	display: block;
}
.nav_list {
	width:100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.nav_list li {
	float: left;
	width: 100%;
}
.nav_list li:hover {
	background-color: #d7c49f;
	border-radius: 10px; /* css 3标准 */

    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px; /* webkit */
}
.nav_list li a {
	line-height: 48px;
	font-size: 16px;
	color: #9B7C42;
	float:left;
	width:100%;
	font-weight: bold;
}
.nav_list li:hover a {
	color: #fff;
}


/**********header end**********/








/********************横幅*********************/
.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;
}


/*********首页 ***********/


/*****************con*****************/
.con {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-color: #F2F2F2;
	float: left;
	padding: 0px 0px 6% 0px;
}
.con_inner {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-color: #f8f8f8;
	float: left;
	padding: 50px 0px 6% 0px;
}
.index_con {
	clear: both;
	width: 100%;
	height: auto;
	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: 100%;
	margin: 0px auto 0px auto;
	height: auto;
	padding: 0px 0px 0px 0px;
}



/*************/
.online_box {
	padding: 2% 0% 2% 0%;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.online_box h1 {
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 64px;
	color: #CCCCCC;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	display: none;
}
.online_box h2 {
	padding: 30px 10% 20px 10%;
	width: 80%;
	text-align: center;
	font-size: 15px;
	line-height: 42px;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}



/**************FAQ  列表******************/
.faq_list {
	width: 100%;
	padding: 0px 0px;
	clear: both;
	margin: 0px auto;
}
.faq_list ul {
	height: auto;
	margin-bottom: 30px;
	float: left;
	margin-top: 20px;
}
.faq_list ul li {
	width: 90%;
	list-style-type: none;
	font-size: 15px;
	float: left;
	padding: 0% 0%;
	border-radius: 0px; /* css 3标准 */

    -moz-border-radius: 0px; /* mozilla */
    -webkit-border-radius: 0px;
	border-bottom: none;
	margin: 0% 5% 0% 5%;
}
.faq_list ul li:hover {
}
.faq_list ul li a {
	width: 100%;
	float: left;
	padding-left: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	line-height: 28px;
	margin: 10px 0px 10px 0px;
}
.faq_list ul li a:hover {
	color: #d7c49f;
}
.faq_list ul li span {
	width: auto;
	max-width:215px;
	color: #CCCCCC;
	float: left;
	font-size: 14px;
	padding: 0px 15px;
	line-height: 36px;
}
.faq_list ul li span  a {
	width: 146px;
	float: left;
	padding-left: 65px;
	color: #FFFFFF;
	background: url(../images/dl_bg.png) no-repeat center center;
	margin-left: 50px;
}
.faq_list ul li span a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.50;
}




/********城市***********/
.sorting {
	padding: 0px 0px 30px 0px;
	width: 94%;
	float: left;
	margin: 3% 3% 0% 3%;
	text-align: center;
	display: none;
}
.sorting a {
	font-size: 14px;
	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: 28px;
	margin: 0px 5px 0px 5px;
	height:28px;
}
.sorting a.hover {
	color: #000000;
}
.sorting a:hover {
	color: #d7c49f;
}






/******标题******/
.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: 90%;
	margin: 2% 5% 2% 5%;
}
.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 #d7c49f 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: #2AA1DD
}

/******标题2******/
.t2_box {
	padding: 7% 5% 2% 5%;
	width: 90%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.about_tuner {
	display: none;
}
.t2_box h1 {
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	line-height: 48px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.t2_box h1.cloud {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0px;
	margin: 25px 0px 10px 0px;
}
.t2_box h1 span {
	color: #EB0000;
}
.t2_box h2 {
	font-size: 15px;
	color: #999999;
	font-weight: normal;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	line-height: 24px;
	text-align: center;
	height: auto;
	text-align: center;
	width: 100%;
	margin: 0px 0% 30px 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;
}






/************移动端 钢琴服务*************/
.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: 29.3%;
	float: left;
	margin: 0px 0px 0px 0px;
	height: auto;
	text-align: center;
	padding: 30px 2% 40px 2%;
}
.sbox h1 {
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/marker1.jpg) no-repeat 0px 6px;
	margin-bottom:0px;
	color: #d7c49f;
	line-height: 42px;
	clear: both;
	text-align: center;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.sbox h1 span {
	font-size:14px;
	color: #999999;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 0px 0px 4px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
.sbox p {
	font-size:14px;
	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: 96%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	clear: both;
}
.cases_box h3 {
	color: #666666;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	line-height: 32px;
	width: 90%;
	float: left;	
	padding: 2% 5% 3% 5%;
}
.cases_box h3.tlpx {
	width: 80%;
	padding: 2% 10% 5% 10%;
}




/**********案例效果************/
.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: 80px;
	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%;
	object-fit: cover;
	border-radius: 10px; /* css 3标准 */

    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px;
	height: 50px;
}
.grid figure h1 {
	padding: 5px 0px 20px 0px;
	color: #999;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	width: 100%;
	float: left;
	background-color: #F2F2F2;
	font-weight: normal;
	position: absolute;
	left: 0px;
	bottom: -20px;
	z-index: 100;
	height: auto;
	margin-top: 0px;
}

.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;
}




/***/
.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: 90%;
	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: 33%;
	height: auto;
	float: left;
	overflow: hidden;
	border-right: 1px #E1E1E1 solid;
	border-bottom: 1px #E1E1E1 solid;
	background-color: #F8F8F8;
}
.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;
}


/*********调律师*********/
.tuner_box {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 2% 0% 2% 0%;
	display: none;
}
.tuner_img {
	width: 33.3%;
	float: left;
	padding: 0px 0px 30px 0px;
}
.tuner_img img {
	width: 30px;
	height: auto;
	float: left;
	border-radius: 100px; /* css 3标准 */


    -moz-border-radius: 100px; /* mozilla */
    -webkit-border-radius: 100px; /* webkit */
	margin-left: 5px;
}
.tuner_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: alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1.00;
}


.tuner_img h2 {
	font-size: 14px;
	line-height: 32px;
	font-weight: normal;
	color: #666;
}
.tuner_img:hover h2 {
	color: #e97532;
}
.tuner_img p {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
}




/**************内页横幅********************/
.banner {
	margin: 0px auto 0px auto;
	width: 100%;
	height: 150px;
	clear: both;
	float: left;
	background: url(../images/banner_1.jpg) no-repeat center center;
	background-size: cover;
}
.banner_2 {
	background: url(../images/banner_2.jpg) no-repeat center center;
	background-size: cover;
}
.banner_3 {
	background: url(../images/banner_3.jpg) no-repeat  center center;
	background-size: cover;
}
.banner_4 {
	background: url(../images/banner_4.jpg) no-repeat  center center;
	background-size: cover;
}
.banner_5 {
	background: url(../images/banner_5.jpg) no-repeat  center center;
	background-size: cover;
}
.banner_6 {
	background: url(../images/banner_6.jpg) no-repeat  center center;
	background-size: cover;
}
.banner_7 {
	background: url(../images/banner_7.jpg) no-repeat  center center;
	background-size: cover;
}


.pro_con {
	width: 100%;
	height: auto;
	min-height:200px;
	clear: both;
	float: left;
	padding: 2% 0px 3% 0px;
	background-color: #FFFFFF;
	border-radius: 10px; /* css 3标准 */


    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px; /* webkit */
	z-index: 100;
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
}


/****************/
.bhbox {
	width: 90%;
	margin: 0px auto;
	height: auto;
	text-align: center;
	padding: 25% 5% 0% 5%;
	display: none;
}
.bhbox h1 {
	font-size: 18px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	background:url(../images/marker1.jpg) no-repeat 0px 6px;
	color: #FFFFFF;
	line-height: 36px;
	clear: both;
	text-align: center;
	font-weight: normal;
	padding: 0px 0% 10px 0%;
	letter-spacing: 0px;
	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: 10px;
}
.bhbox p.white {
	font-size:18px;
	color: #CCCCCC;
	line-height: 64px;
	clear: both;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0px;
}
.bhbox .topage {
	clear: both;
	margin-top: 10px;
	display: none;
}
.bhbox .topage a {
	font-weight: normal;
	text-align: center;
	padding: 8px 8%;
	color: #fff;
	font-size:15px;
	border-radius: 15px; /* css 3标准 */

    -moz-border-radius: 15px; /* mozilla */
    -webkit-border-radius: 15px; /* webkit */
	border: 1px #FF9900 solid;
	background-color: #FF9900;
	letter-spacing: 0px;
}
.bhbox .topage a:hover {
	border-radius: 15px; /* css 3标准 */

    -moz-border-radius: 15px; /* mozilla */
    -webkit-border-radius: 15px; /* webkit */
	border: 1px #d7c49f solid;
	background-color: #d7c49f;
}



/************首页产品服务列表**************/
.feature {
	width: 100%;
	margin: 0px auto;
	height: auto;
	text-align: center;
	padding: 0px 0% 0px 0%;
	float: left;
	background-color: #F8F8F8;
}
.feature_box {
	width: 100%;
	margin: 0px auto;
	height: auto;
	text-align: center;
	padding: 0px 0px;
}
.cbox {
	width: 30.3%;
	float: left;
	margin: 0px 0px 0px 0px;
	height: auto;
	text-align: center;
	padding: 10px 0% 10px 3%;
}
.cbox:hover {
}
.cbox .cimg {
	width: 24%;
	height: auto;
	text-align: center;
	float: left;
	margin: 1% 0px 0px 0px;
}
.cbox .cimg img {
	width: 100%;
	height: auto;
	margin: 0px auto;
	text-align: center;
}

.cbox h1 {
	font-size:14px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	background:url(../images/marker1.jpg) no-repeat 0px 6px;
	margin-bottom:0px;
	color: #666666;
	line-height: 36px;
	clear: both;
	text-align: left;
	font-weight: normal;
}
.cbox h1 a {
	color:#333333;
}

.cbox h1:hover, .cbox:hover h1 {
	color:#d7c49f;
}
.cbox .inner {
	background:none;
	padding:0px 0% 0px 4%;
	float: left;
	width: 67%;
}
.cbox .inner p {
	color: #999999;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	display: none;
}
.cbox:hover .inner p {
	color: #999999;
}
.cbox .inner p a {
	color: #999;
}
.cbox:hover .inner p a {
	color: #333;
}
.cbox .inner p a:hover {
	color: #38BFFA;
}


/********按钮********/
.or_btn {
	width: 100%;
	clear: both;
	margin: 2% 0% 5% 0%;
	float: left;
	text-align: center;
}
.or_btn a {
	font-size:16px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	padding: 5px 0%;
	color: #fff;
	border-radius: 10px; /* css 3标准 */




    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px; /* webkit */
	border: 1px #d7c49f solid;
	background-color: #d7c49f;
	letter-spacing: 0px;
	text-align: center;
	line-height: 42px;
	width: 92%;
	float: left;
	margin: 0px 4%;
}
.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 #d7c49f solid;
	background-color: #d7c49f;
	letter-spacing: 3px;
	text-align: center;
	line-height: 36px;
}
.or_btn_2:hover a {
	border: 1px #FAA61A solid;
	background-color: #FAA61A;
}


.or_btn_3 {
	width: 80%;
	clear: both;
	margin: 5% 10% 12% 10%;
	float: left;
	text-align: center;
}
.or_btn_3 a {
	font-size: 16px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	float: left;
	width: 90%;
	padding: 5px 5%;
	color: #fff;
	border-radius: 10px; /* css 3标准 */

    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px; /* webkit */
	border: 1px #d7c49f solid;
	letter-spacing: 0px;
	text-align: center;
	line-height: 48px;
}
.or_btn_3:hover a {
	border: 1px #FF9900 solid;
	background-color: #FF9900;
	color: #FFFFFF;
}







/**********预约************/
.order_box {
	width: 96%;
	float: left;
	margin: 0px 0px 0px 0px;
	height: auto;
	padding: 0% 2% 3% 2%;
	clear: both;
}

/**********************/
.form_con {
	padding:0% 0% 0% 0%;
	width: 100%;
	clear: both;
	margin: 0px auto;
	float: left;
}
.info_form {
	padding: 8% 0% 0% 0%;
	width: 100%;
	clear: both;
	margin: 0px auto;
}
.info_form h1 {
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	color: #000000;
	font-weight: normal;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
.info_form p {
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0px 10%;
	width: 80%;
}
.guide {
	padding: 9% 4% 4% 4%;
	float: left;
	width: 92%;
	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: 98%;
	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 #d7c49f solid;
}
.info_form ul li.add input {
	padding:10px 5% 10px 5%;
	width: 89%;
}
.info_form ul li.add textarea {
	font-family:"微软雅黑", Arial, Helvetica, sans-serif;
	color:#666666;
	border:1px #ccc solid;
	border-radius:2px;
	height:45px;
	font-size:14px;
	line-height:24px;
	padding:10px 2% 10px 2%;
	width: 95.5%;
	background-color: #fff;
	float: left;
	margin-bottom: 3px;
}

.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: #d7c49f;
	padding: 10px 0% 10px 0px;
	text-align: center;
	cursor:pointer;
	clear: both;
}
.info_form input.set_btn:hover {
	background-color: #FAA61A;
}



/*************/
p.handbook {
	width: 100%;
	clear: both;
	margin: -3% 0% 2% 0%;
	float: left;
	text-align: center;
}
p.handbook a {
	font-size: 14px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 0px;
	text-align: center;
	line-height: 36px;
}
p.handbook a:hover {
	color: #d7c49f;
}

/****关于我们****/
.brand {
	padding: 0% 0% 8% 0%;
	width: 100%;
	height: auto;
	clear: both;
	margin: 0px auto;
	float: left;
}
.brand_box {
	width: 90%;
	height: auto;
	margin: 0px auto;
}


.brand .bt {
	padding: 0% 0% 2% 0%;
	width: 100%;
	height: auto;
	margin: 0px auto;
	float: left;
}
.brand .bt h1 {
	padding: 0px 0px 15px 0px;
	width: 100%;
	text-align: left;
	font-size: 24px;
	line-height: 48px;
	color: #FF9900;
	font-weight: bold;
	text-transform: none;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.brand .bt h1 img {
	padding: 0px 0px 0px 0px;
	width: 80%;
}
.brand .bt h2 {
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
	font-size: 15px;
	line-height: 32px;
	color: #999999;
	font-weight: normal;
	text-transform: none;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}
.brand .bt p {
	padding: 0px 0px 0px 0px;
	width: 97%;
	text-align: left;
	font-size: 14px;
	line-height: 32px;
	color: #333333;
	font-weight: normal;
	text-transform: none;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	text-indent: 0px;
}

.brand .bimg {
	padding: 0% 0% 0% 0%;
	width: 100%;
	height: auto;
	margin: 0px auto;
	float: left;
	display: none;
}
.brand .bimg img {
	width: 100%;
}



/**********费用说明************/
.price_box {
	width: 90%;
	float: left;
	margin: 0px 0px 30px 0px;
	height: auto;
	padding: 0% 5% 5% 5%;
	clear: both;
}

.price_box h1 {
	font-size: 18px;
	line-height: 42px;
	color: #000000;
	float: left;
	width: 100%;
	margin: 20px 0px 10px 0px;
}
.price_box h2 {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}
.price_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: 90%;
	padding: 0px 5%;
}
.dep_p p {
	font-size: 15px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.dep_p p.ment {
	font-size: 14px;
	line-height: 28px;
	color: #999;
	text-align: center;
	padding: 0px 0% 5% 0%;
	float: left;
	width: 100%;
	clear: both;
	position: inherit;
}
.dep_p p.ment span {
	color: #fff;
	background-color: #d7c49f;
	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;
}

/***************/
.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: 90%;
	float: left;
	margin: 10px 0%;
	text-align: center;
	padding: 5% 5% 6% 5%;
	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: 13%;
	height: auto;
	margin: 0px 4% 0px 0px;
	float: left;
}
.sup_box .sup_t {
	width: 83%;
	float: left;
	padding: 0px 0px;
	margin: 0px 0px;
}
.sup_box h1 {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 32px;
	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: 28px;
	font-weight: normal;
	color: #666;
	text-align: left;
}




/**********文章***********/
.ev_con {
	width: 100%;
	height: auto;
	margin: 0px auto 60px auto;
	clear: both;
	float: left;
}
.ev_con_box {
	width: 96%;
	height: auto;
	margin: 0px auto 0px auto;
	clear: both;
}


.ev_list {
	float: left;
	height: 450px;
	width: 86%;
	padding: 7% 7% 6% 7%;
	margin: 8px 0% 4% 0%;
	background-color: #FFFFFF;
}
.ev_list:hover {
	background-color: #FBF8F0;
}
.ev_list .nimg {
	float: left;
	height: auto;
	width: 100%;
}
.ev_list .nimg img {
	height: auto;
	width: 100%;
}
.ev_list .nimg img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.80;
}
.ev_list .ntext {
	float: left;
	height: auto;
	width: 96%;
	padding: 2% 2% 2% 2%;
}
.ev_list .ntext h1 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	float: left;
	clear: both;
	line-height: 32px;
	letter-spacing: 1px;
	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: 60px;
}
.ev_list .ntext h1 a {
	color: #333333;
}
.ev_list .ntext h1 a:hover, .ev_list:hover .ntext h1 a {
	color: #d7c49f;
}

.ev_list .ntext h2 {
	font-size: 15px;
	color: #999999;
	font-weight: normal;
	line-height: 24px;
	clear: both;
	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;
	margin-bottom: 10px;
	text-align: left;
}
.ev_list .ntext h2 span {
	padding: 0px 10px 0px 0px;
}
.ev_list:hover .ntext h2 span {
	color: #d7c49f;
}
.ev_list .ntext p {
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	border: 1px #ccc solid;
	width: auto;
	text-align: center;
	margin: 5px 8px 0px 0px;
	float: left;
	padding: 6px 20px;
	letter-spacing: 2px;
	
}
.ev_list .ntext p a {
	color: #999999;
}
.ev_list .ntext p a:hover {
	color: #fff;
}
.ev_list:hover .ntext p a {
	color: #fff;
}

.ev_list .ntext p:hover, .ev_list:hover .ntext p {
	color: #fff;
	border: 1px #d7c49f solid;
	background-color: #d7c49f;
}


/***********************翻页************************/
.page{
	height:40px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	width: 100%;
	clear: both;
	line-height: 40px;
	padding: 5% 0px 2% 0%;
	text-align: center;
	float: left;
}
.page2 {
	height:40px;
	font-family:"微软雅黑", "宋体", Arial, Helvetica, sans-serif;
	width: 100%;
	clear: both;
	line-height: 40px;
	padding: 50px 0px 6% 0px;
	text-align: left;
}
.page a{
	margin:10px 3px 0 3px;
	width:auto;
	height:20px;
	line-height:20px;
	color:#999999;
	text-align:center;
	text-decoration:none;
	padding: 8px 15px 8px 15px;
	font-weight: normal;
	font-size: 14px;
	border-radius: 6px; /* css 3标准 */
    -moz-border-radius: 6px; /* mozilla */
    -webkit-border-radius: 6px;
	background-color: #f4f4f4;
}
.page a:hover{
	position:relative;
	width:auto;
	color:#f4f4f4;
	background-color: #DFC286;
}
.page span{
	line-height:140%;
	padding:8px 15px 8px 15px;
	margin:10px 3px 0px 3px;
	border-radius: 6px; /* css 3标准 */
    -moz-border-radius: 6px; /* mozilla */
    -webkit-border-radius: 6px;
	color:#FFF;
	font-weight:normal;
	background-color: #DFC286;
	font-size: 14px;
}
.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;
}





/*******当前位置********/
.con_ct {
	clear: both;
	width: 100%;
	margin: 0px auto 0px auto;
	height: auto;
	float: left;
	padding: 0px 0px 0px 0px;
}
.conbox_ct {
	clear: both;
	width: 98%;
	margin: 0px auto 0px auto;
	height: auto;
	padding: 0px 0px;
}
.ct {
	float: left;
	clear: both;
	background: url(../images/home.png) #fff no-repeat 15px center;
	border-radius: 8px; /* css 3标准 */


    -moz-border-radius: 8px; /* mozilla */
    -webkit-border-radius: 8px;
	width: 86%;
	height: 28px;
	margin: 0px 0px 0px 0px;
	padding: 10px 2% 10px 12%;
	box-shadow: 2px 2px 10px #ccc;
	z-index: 200;
	position: relative;
}
.ct h2 {
	line-height: 28px;
	width: 100%;
	color: #999999;
	font-size: 14px;
	font-weight: normal;
	padding-left: 0px;
	letter-spacing: 0px;
	height: 28px;
	float: left;
}
.ct h2 a {
	color: #999999;
}
.ct h2 a:hover {
	color: #71D2FD;
}
.ct h2 span {
	color: #999999;
}

.ct .deadline {
	float: left;
	width: 290px;
	font-size: 15px;
	padding: 0px 0px 0px 300px;
	text-align: left;
	color: #FF0000;
	line-height: 28px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
.ct .deadline:hover {
	
}
.ct .deadline span {
	float: left;
	clear: both;
	background: url(../images/deadline.png) no-repeat center center;
	background-size: 18px 18px;
	width: 30px;
	height: 28px;
	padding: 0px 0px 0px 0px;
	margin-right: 5px;
}


/*******************详情***********************/
.de_con {
	clear: both;
	width: 100%;
	margin: 0px 0% 0px 0%;
	height: auto;
	padding: 5% 0px 5% 0px;
	float: left;
}
.de_box {
	clear: both;
	width: 100%;
	margin: 0px auto;
	height: auto;
}


/*******动态标题********/
.newshead {
	clear: both;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px;
}
.newshead h1 {
	text-align: center;
	font-size: 22px;
	color: #333333;
	line-height: 36px;
	font-weight: normal;
	padding: 3% 5% 5% 5%;
	width: 90%;
}
.newshead p {
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}
.newshead p span {
	padding: 0px 10px;
}
.newshead p span a {
	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;
}
.share {
	text-align: center;
	padding: 1% 0px 0% 0px;
}

.info_p {
	clear: both;
	padding: 40px 5% 40px 5%;
	margin-bottom: 0px;
	width: 90%;
	float: left;
	line-height: 32px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.info_p h1 {
	font-size: 20px;
	line-height: 36px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.info_p h2 {
	font-size: 20px;
	line-height: 42px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}
.info_p p {
	font-size: 15px;
	line-height: 32px;
	color: #333333;
	float: none;
}
.info_p p.preface {
	font-size: 15px;
	line-height: 32px;
	color: #666666;
	float: none;
	background-color: #FFFFFF;
	padding: 5% 8%;
}
.info_p p.notes {
	font-size: 15px;
	line-height: 38px;
	color: #666666;
	float: none;
	text-align: center;
}

.info_p a {
	color: #CAA382;
	font-weight: bold;
}
.info_p img {
	max-width:100%;
	height: auto;
}
.info_p div {
	text-align: center;
}
.info_p div img {
	text-align: center;
}


.info_p .tbtn {
	clear: both;
	margin: 0px 0px 40px 0px;
}
.info_p .tbtn a {
	font-weight: normal;
	text-align: center;
	padding: 15px 50px;
	color: #fff;
	font-size: 16px;
	border-radius: 15px; /* css 3标准 */

    -moz-border-radius: 15px; /* mozilla */
    -webkit-border-radius: 15px; /* webkit */
	border: 1px #FF9900 solid;
	background-color: #FF9900;
	letter-spacing: 2px;
}
.info_p .tbtn a:hover {
	border-radius: 15px; /* css 3标准 */

    -moz-border-radius: 15px; /* mozilla */
    -webkit-border-radius: 15px; /* webkit */
	border: 1px #d7c49f solid;
	background-color: #d7c49f;
}




/********城市 2***********/
.city {
	padding: 0px 0px 30px 0px;
	width: 94%;
	float: left;
	margin: 3% 3% 0% 3%;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
.city h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0F250C;
	line-height: 55px;
	float: left;
	width: 94%;
	text-align: left;
	background-color: #fff;
	border-radius: 5px; /* css 3标准 */
    -moz-border-radius: 5px; /* mozilla */
    -webkit-border-radius: 5px;
	padding: 0px 3%;
	margin: 0px 0px 10px 0px;
}
.city p {
	font-size: 15px;
	font-weight: normal;
	color: #999999;
	line-height: 32px;
	text-align: left;
	padding: 0px 3%;
}
.city a {
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	border-radius: 10px; /* css 3标准 */

    -moz-border-radius: 10px; /* mozilla */
    -webkit-border-radius: 10px;
	padding: 3px 0px;
	width: 20%;
	float: left;
	line-height: 32px;
	margin: 0px 0px 0px 0px;
	height:32px;
}
.city a.hover {
	color: #000000;
}
.city 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: #d7c49f;
	position: relative;
}
.triangle_2 {
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 16px solid #d7c49f;
	position: absolute;
	z-index: 50;
	left: 43%;
	bottom:-12px;
}

.links_box a {
	padding: 0px 60px 0px 0px;
	width: auto;
	height: auto;
	margin: 0px auto;
	float: left;
	font-size: 14px;
	line-height: 36px;
	color: #666666;
}
.links_box a:hover {
	color: #d7c49f;
}





.space {
	height: 20px;
	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: 90%;
	margin: 0px auto;
}
#tree ul {
	float: left;
	width: 100%;
	margin-right: 0px;
	padding: 0px 0px 30px 0px;
}
#tree ul.add {
	float: left;
	width: 100%;
	margin-right: 0px;
	padding: 0px 0px 30px 0px;
}
#tree ul h1 {
	font-size: 16px;
	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: #d7c49f;
}
#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: 95%;
	padding: 0px 0px 0px 0px;
	height: 109px;
	margin-top: 5px;
	text-align: center;
}


.floatbox {
	float: left;
	padding: 3% 0px 15% 0px;
	width: 100%;
	clear: both;
}

.foot_right {
	height: auto;
	width: 90%;
	text-align: left;
	margin: 0px auto;
	position: relative;
	background-color: #333333;
	border-top: 1px #333 solid;

}
.logo_2 {
	height: auto;
	padding: 16px 20px 0px 0px;
	float: left;
	width: 60px;
	display: none;
}
.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 0px;
	float: left;
	width: 100%;
}
.copyright h1 {
	color: #7B7B7B;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
	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: #d7c49f;
}
.copyright p {
	color: #7B7B7B;
	line-height: 24px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 0px;
}
.copyright p span {
	font-weight: normal;
	padding: 0px 10px 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; }


}