@charset "utf-8";
/* CSS Document */





@import url(http://fonts.googleapis.com/earlyaccess/cwtexming.css);


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(../images/topbg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}




a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
ul,li,h1,h2,h3,h4,h5,h6,form{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}









fieldset {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "微軟正黑體", Arial;
}
#wrapper #hadder {
	height: 316px;
	width: 100%;
	position: relative;
}

#hadder .menubar {
	margin-top: 15px;
	float: left;
	width: 65%;
	padding-left: 0px;
}
#hadder .menubar .language {
	height: auto;
	width: auto;
	margin-bottom: 10px;
	color: #000;
	display: table;
	text-shadow: 0 0 5px #FFF;
	padding-left: 20px;
}#hadder .menubar .language form fieldset {
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table;
}
#hadder .menubar .language form fieldset label, #hadder .menubar .language form fieldset select {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}
 #hadder .menubar .language form fieldset select {
	height: 25px;
	border-radius: 3px;
	border: 1px solid #999;
}
#hadder .menubar .menu {
	font-size: 12pt;
	line-height: 20pt;
	color: #333;
	width: auto;
	display: table;
	height: auto;
	margin-top: 20px;
	border-radius: 20px;
	background-color: #900;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#hadder .menubar .menu ul {
	display: table;
	width: auto;
	list-style-type: none;
	height: auto;
}
#hadder .menubar .menu ul li {
	white-space: nowrap;
	float: left;

}
#hadder .menubar .menu ul li a {
	font-size: 12pt;
	line-height: 20pt;
	color: #FFF;
	display: block;
	padding-right: 3px;
	padding-left: 4px;
	white-space: nowrap;
	font-weight: bold;
}

#hadder .menubar .menu ul li a:before {
	content:"│";
	float:left;
	color:#999;
	margin-right:10px;
	font-size: 11pt;
	line-height: 20pt;

}
#hadder .menubar .menu ul li:first-child a:before {
	display:none;



}
#hadder .logopart {
	height: 262px;
	width: 159px;
	position: absolute;
	top: 15px;
	right: 80px;
}
#hadder .logopart div {
	height: 262px;
	width: 159px;
	position: absolute;
	left: 0px;
	top: 0px;
		opacity:1;

}
#hadder .logopart div img {
	height: 100%;
	width: 100%;
}
#wrapper #mainarea {
	display: table;
	position: relative;
	background-color: rgba(255,255,255,0.8);
	padding-top: 40px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	min-height:500px;
}
#mainarea #leftbar {
	float: left;
	width: 230px;
	padding-left: 20px;
	padding-right: 20px;
}

#mainarea #leftbar .title{
	font-family: 'cwTeXMing', serif;
	font-size: 30pt;
	height: auto;
	width: auto;
	position: absolute;
	top: -80px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #FFF;
	text-shadow:0 0 5px #333;

}



#mainarea #rightbar {
	    float: left;
    width: 870px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}
#mainarea #leftbar ul li {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
#mainarea #leftbar ul li ul {
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#mainarea #leftbar ul li a {
	font-size: 12pt;
	line-height: 30px;
	color: #FFF;
	background-color: #900;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 15px;
}

#mainarea #leftbar ul li ul li a{
	font-size: 11pt;
	line-height: 25px;
	color: #000;
	background-color: rgba(0,0,0,0.0);
	display: block;
	padding-right: 10px;
	padding-left: 20px;
	border-radius: 0px;
}
#mainarea #rightbar h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 22pt;
	line-height: 30pt;
	color: #333;
}
#mainarea #rightbar .textarea {
	height: auto;
	width: 80%;
	padding-right: 10%;
	padding-left: 10%;
	color: #000;
	padding-top: 20px;
	padding-bottom: 50px;
	min-height: 400px;
}
#rightbar .roadline {
	font-size: 10pt;
	line-height: 20px;
	width: auto;
	position: absolute;
	height: auto;
	top: -30px;
	left: 4px;
	color: #900;
}
#rightbar .roadline span:after{
	content:"<";
	padding-left:3px;
	padding-right:3px;
}

#rightbar .roadline span:last-child:after{
	content:" "!important;
	padding-left:0px;
	padding-right:0px;
}

#wrapper #footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px;
	height: auto;
	text-align: center;
	font-size: 11pt;
	line-height: 20pt;
	color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#mainarea #rightbar .textarea p img {
	height: auto;
	width: 100%;
}
#mainarea #rightbar .textarea .right {
	float: right;
	height: auto;
	width: 200px;
	margin: 10px;

}
#mainarea #rightbar .textarea  .left {
	float: left;
	height: auto;
	width: 200px;
	margin: 10px;
}
#rightbar .textarea h2 {
	margin-top: 30px;
	color: #630;
	margin-bottom: 10px;
}
#rightbar .textarea .views {
	height: 360px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
	border: 1px solid #CCC;
	background-color: #F0F0F0;
}
#rightbar .textarea .fix {
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
#rightbar .textarea .fix ul {
	height: auto;
	width: 100%;
	display: table;

	background-size:100% 100%;
}
#rightbar .textarea .fix ul li {
	margin-top: 10px;
	margin-bottom: 20px;
	height: 150px;
	padding: 15px;
	width: 100%;
	background-color: #F0F0F0;
	background-image: url(../images/ser.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: table;
	box-shadow:0 0 5px #666;

}
#rightbar .textarea .fix ul li .picp {
	padding: 5px;
	float: left;
	width: 250px;
	height:168px;
	background-color: #FFF;
	box-shadow: 0 0 3px #666;
}


#rightbar .textarea .fix ul li .picp:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center!important;
}

#rightbar .textarea .fix ul li .picp  img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	font-size: 12pt;
	color: #5E0000;
	font-weight: bold;
	box-shadow:0 0 3px #666 inset ;
}






#rightbar .textarea .fix ul li .info {
	padding-left: 280px;
	font-size: 11pt;
	line-height: 18pt;
}
#rightbar .textarea .fix ul li .info h3 {
	font-size: 15pt;
	line-height: 24pt;
	color: #633;
	margin-bottom: 10px;
}
#rightbar .textarea .fix ul li .info div {
	margin-bottom: 5px;
}
#rightbar .textarea .fix ul li .info div span {
	font-weight: bold;
	color: #000;
	text-align: right;
	width: 80px;
	display: block;
	float: left;
}
#rightbar .textarea .fix ul li .info div div{
	padding-left: 90px;
}
#rightbar .textarea .history ul {
	height: auto;
	width: 100%;
}
#rightbar .textarea .history ul li {
	height: auto;
	width: 100%;
	display: table;
	margin-bottom: 20px;
}

#rightbar .textarea .history ul li:nth-child(2n) {
	background-color: #F0F0F0;	
}
#rightbar .textarea .history ul li .year {
	float: left;
	height: 140px;
	width: 150px;
	background-image: url(../images/20071030185021251_2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	color: #000;
	overflow: hidden;
	text-align: center;
}
#rightbar .textarea .history ul li .year:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center!important;
}

#rightbar .textarea .history ul li .year .text {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	font-size: 12pt;
	color: #5E0000;
	font-weight: bold;
}
#rightbar .textarea .history ul li .year .text span {
	display: block;
}
#rightbar .textarea .history ul li .righttext {
	height: 140px;
	overflow: hidden;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#rightbar .textarea .history ul li .righttext:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center!important;
}

#rightbar .textarea .history ul li .righttext .text {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
}
/*#rightbar .textarea .history ul li:last-child:after{
	content: " ";
	width: 100%;
	height: 0;
	display:none;

}*/
/*#rightbar .textarea .history ul li:after {
	content: " ";
	width: 100%;
	height: 40px;
	display:block;
	background-image: url(../images/adf.png);
	background-repeat: no-repeat;
	background-position: center center;	
}*/

#rightbar .textarea ul.god {
	text-align: center;
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
#rightbar .textarea ul.god li {
	width: 160px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	margin-bottom: 10px;
}
#rightbar .textarea ul.god li .text {
	text-align: center;
	width: 100%;
	display:block;
}
#rightbar .textarea ul.god li div {
	height: auto;
	width: 100%;
	margin-bottom: 5px;
}
#rightbar .textarea ul.god li div img {
	height: auto;
	width: 100%;
	border-radius:50%;
	box-shadow:0 0 5px #333;
}
#worship_step {
	float: left;
	height: auto;
	width: 100%;
}
#worship_step ul {
	display: table;
	height: auto;
	width: 98%;
	padding-left: 2%;
}
#worship_step ul li {
	float: left;
	height: 120px!important;
	width: 120px!important;
	color: #FFF;
	background-image: url(../images/circle.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*	overflow: hidden;*/
	text-align: center;
	margin-right: 50px;
	margin-bottom: 20px;
	position: relative;
	margin-left: 50px;
}
#worship_step ul li:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center!important;
}

#worship_step ul li .text {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
	font-size: 12pt;
	color: #fff;
	font-weight: bold;


}
#worship_step ul li .text:after {
	content: "";
	display: block;
	width: 100px;
	height: 120px;
	position: absolute;
	right: 120px;
	top: 0;
	background-image: url(../images/aw.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:50% 50%;
}
#worship_step ul li:first-child .text:after {

	display: none;
	
}

#worship_step ul li .text span {
	display: block;
}
#worship_note ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 10px;
}
#buliding_art ul {
	height: auto;
	width: 100%;
	display: table;
}
#buliding_art ul li {
	background-color: #F0F0F0;
	float: left;
	height: 260px;
	width: 31.3333%;
	margin-right: 1%;
	margin-left: 1%;
	box-shadow: 0 0 5px #999;
	background-image: url(../images/ser.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 15px;
}

#buliding_art ul li:hover {
	background-color: #EBEBEB;
}


#rightbar .textarea2 {
	width: 94%;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 400px;
}
#buliding_art ul li .picp {
	padding: 1%;
	width: 94%;
	height: 160px;
	text-align: center;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 4%;
	margin-left: 2%;
}
#buliding_art ul li .picp:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center!important;
}

#buliding_art ul li .picp img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	font-size: 12pt;
	color: #000;
	font-weight: bold;
}
#buliding_art ul li .text {
	height: 70px;
	width: 94%;
	margin-right: 3%;
	margin-bottom: 10px;
	margin-left: 3%;
}
#buliding_art ul li .text h3 {
	font-weight: bold;
	color: #900;
	text-align: center;
	margin-bottom: 5px;
	font-size: 12pt;
	line-height: 20px;
}
#buliding_art ul li .text p {
	text-align: center;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}
#buliding_art ul li .text h3 a {
	color: #900;
}
#rightbar .textarea .buliding_in .bih_pic {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
#rightbar .textarea .buliding_in .big_pic img {
	height: auto;
	width: auto;
	max-width:100%;
}
#pageline {
	font-size: 11pt;
	color: #000;
	height: auto;
	width: auto;
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#pageline a {
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	display: block;
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	background-color: #000;
}
#pageline a:hover {
	background-color: #900;
}
#activity_list {
	height: auto;
	width: 100%;
	text-align: center;
}
#activity_list .hline {
	font-size: 15pt;
	line-height: 20pt;
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	position: relative;
	background-color: #900;
}
#activity_list .hline .up {
	background-image: url(../images/up.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 10px;
	top: 5px;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	background-size:cover;
}

#activity_list .hline .down {
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 5px;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	right: 10px;
	background-size:cover;
}
#activity_list ul {
	height: auto;
	width: 99.8%;
	border-left-style: solid;
	display: table;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #F4F4EE;
	border-right-style: solid;
}
#activity_list ul li {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
}

#activity_list ul li:nth-child(2n-1) {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
	background-color: #E0E0E0;
}
#activity_list .week div {
	font-size: 12pt;
	line-height: 30px;
	color: #FFF;
	background-color: #000;
	width: 14.13%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	float: left;
}
#activity_list .week div:first-child ,#activity_list .week div:last-child {
	background-color: #900;
}
#activity_list ul li div {
	font-size: 11pt;
	line-height: 14pt;
	color: #000;
	float: left;
	overflow: hidden;
	font-weight: bold;
}
#activity_list ul li .date {
	width: 29%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 1%;
	padding-left: 1%;
	font-weight: bold;
	color: #900;
}
#activity_list ul li.title .name {
	width: 38%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 1%;
	padding-left: 1%;
	font-size: 11pt;
}
#activity_list ul li .long {
	width: 63%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	text-align: left;
}
#activity_list ul li .short {
	width: 33%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	font-weight: normal;

}

#activity_list ul li .name {
	width: 38%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 1%;
	padding-left: 1%;
	font-size: 15pt;
}
#activity_list ul li .purpose {
	float: left;
	width: 27%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 1%;
	padding-left: 1%;
	font-size: 11pt;
	font-weight: normal;
	color: #666;
}
#activity_list ul .title div {
	font-weight: bold;
	color: #900;
	text-align: center;
}
#activity_list ul .title {
	background-color: #999!important;
}
#activity_list .formsq {
	margin-bottom: 20px;
}
#rightbar .textarea .n li {
	list-style-type: decimal;
	margin-bottom: 10px;
}
#rightbar .textarea .n li ul li {
	list-style-type: circle;
}
#rightbar .textarea .n li ul li ol li {
	list-style-type: decimal;
}
#photo {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
#photo ul {
	height: auto;
	width: 100%;
}
#photo ul li {
	padding-bottom: 15px;
	width: 46%;
	height: auto;
	display: table;
	position: relative;
	padding-top: 15px;
	background-image: url(../images/ser.png);
	background-repeat: no-repeat;
	background-position: 80% center;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
}

#photo ul li:hover {

}

#photo ul li .picp {
	height: 176px;
	width: 260px;
	text-align: center;
	position: relative;
	z-index: 10;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-top: 50px;
	padding-right: 51px;
	padding-bottom: 45px;
	padding-left: 56px;
	background-image: url(../images/14820689_xxl.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	
}


#photo.video ul li .picp {
	height: 176px;
	width: 260px;
	text-align: center;
	position: relative;
	z-index: 10;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-top: 50px;
	padding-right: 51px;
	padding-bottom: 45px;
	padding-left: 56px;
	background-image: url(../images/1482068922_xxl.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	
}





#photo ul li .picp:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center!important;
}

#photo ul li .picp img  {
	display: inline-block;
	vertical-align: middle;
	max-width: 98%;
	max-height: 100%;
	width: auto;
	height: auto;
	font-size: 12pt;
	color: #5E0000;
	font-weight: bold;
	box-shadow:0 0 3px #666 inset ;
}

















#photo ul li .textline {
	width: 100%;
}
#photo ul li .textline h2 {
	font-size: 15pt;
	line-height: 30px;
	font-weight: normal;
	color: #900;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#photo ul li .textline h2 a {
	color: #900;
}
#photo ul li .textline .text {
	font-size: 11pt;
	line-height: 20pt;
	color: #666;
	text-align: center;
}
#photo ul li .textline .text .t {
	color: #000;
	font-weight: bold;
}
#photo ul li a {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
}
#photo_pic {
	height: auto;
	width: 100%;
}
#photo_pic ul {
	display: table;
	height: auto;
	width: 100%;
}
#photo_pic div {
	margin: 1%;
	padding: 1%;
	float: left;
	width: 29.3333%;
	background-color: #FFF;
	box-shadow: 0 0 5px #666;
	height: auto!important;
}
#photo_pic div img {
	height: auto;
	width: 100%;
	padding: 0px;
}
#newslist {
	height: auto;
	width: 100%;
	display: block;

}
#newslist ul {
	height: auto;
	width: 100%;
	display:table
}
#newslist ul li {
	width: 30.3333%;
	padding-bottom: 10px;
	float: left;
	margin-right: 1.5%;
	margin-left: 1.5%;
	box-shadow: 0 0 3px #666;
	background-color: #FFF;
	margin-bottom: 15px;
}
#newslist ul li .text {
	font-size: 12pt;
	line-height: 16pt;
	color: #666;
	height: auto;
	padding-left: 15px;
	background-size: 20px auto;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newslist ul li .date {
	line-height: 12pt;
	text-align: left;
	color: #999;
	font-size: 10pt;
	padding-right: 15px;
	padding-left: 15px;
}
#newslist ul li .text a {
	color: #900;
	font-weight: bold;
}
#newslist ul li:hover {
	background-color: #F0F0F0;
}
#news_in h2 {
	color: #333;
	text-align: left;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#news_in .date {
	font-size: 10pt;
	line-height: 18pt;
	color: #666;
	text-align: right;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#news_in .editarea {
	font-size: 12pt;
	line-height: 20pt;
	color: #666;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#rightbar .textarea .map iframe {
	margin-bottom: 20px;
}
#rightbar .textarea .map .info {
	font-size: 12pt;
	line-height: 20pt;
	color: #666;
}
#rightbar .textarea .map .info span {
	display:block;
}
#rightbar .textarea .map .traffic {
	height: auto;
	width: 100%;
}
#rightbar .textarea .map .traffic ul {
	height: auto;
	width: 100ex;
}
#rightbar .textarea .map .traffic ul li {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
#rightbar .textarea .map .traffic ul li:first-child {
	background-image: url(../images/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 140px;
}
#rightbar .textarea .map .traffic ul li {
	font-size: 12pt;
	line-height: 20pt;
	color: #666;
	min-height:120px;
}
#rightbar .textarea .map .traffic table tr td ol {
	margin: 0px;
	padding: 0px;
	list-style-type: decimal;
}
#rightbar .textarea .map .traffic table tr td ol li {
	color: #666;
	margin-left: 20px;
	margin-bottom: 20px;
	list-style-type: decimal;
}
#rightbar .textarea2 h2 {
	color: #960;
	margin-bottom: 15px;
}
#rightbar .textarea2 .point {
	height: auto;
	width: 100%;
}
#buliding_art.point  ul li .picp img{
	height: 160px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	border-radius:80px;
}

#buliding_art.point  ul li{
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
}
#buliding_art.point ul li .text {
	height: 85px;
}
#rightbar .textarea .buliding_in .big_pic {
	text-align: center;
}
#hadder .menubar .language form fieldset label {
	color: #FFF;
	text-shadow:0 0 5px #000;
}
#lin {
	background-image: url(../images/1304483076.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
}
#tem {
	background-attachment: fixed;
	background-image: url(../images/PHO_8680.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mainarea #indexnews {
	float: left;
	width: 540px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 30px;
	height: 270px;
	overflow: hidden;
}
#mainarea #evenlook {
	float: left;
	width: 540px;
	margin-right: 40px;
	margin-bottom: 30px;
	height: 270px;
}
#indexnews .title {
	font-size: 15pt;
	line-height: 24pt;
	color: #900;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
	margin-bottom: 10px;
}
#indexnews .title span {
	color: #666;
	font-size: 12pt;
	padding-left: 10px;
}
#mainarea div #indexnews ul {
	height: auto;
	width: 500px;
	margin-right: 20px;
	margin-left: 20px;
}
#indexnews ul li {
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#indexnews ul li .picp {
	float: left;
	height: 90px;
	width: 135px;
	margin-right: 10px;
	text-align: center;
}
#indexnews ul li .text {
	padding-left: 145px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#indexnews ul li .text a {
	color: #333;
	font-size: 12pt;
	line-height: 20px;
}
#indexnews ul li .text span {
	font-size: 10pt;
	line-height: 20pt;
	color: #999;
	display: block;
	text-align: right;
}
#indexnews ul li .picp:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center!important;
}

#indexnews ul li .picp img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	font-size: 12pt;
	color: #5E0000;
	font-weight: bold;
	box-shadow:0 0 3px #666 ;
}
#indexnews .title a {
	font-size: 10pt;
	line-height: 20pt;
	color: #FFF;
	background-color: #900;
	display: block;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	border-radius:12px;
}
#mainarea .threepic {
	margin-right: 40px;
	margin-left: 40px;
	float: left;
	height: auto;
	width: 1120px;
}
#mainarea .threepic ul {
	display: table;
	height: auto;
	width: 100%;
}
#mainarea .threepic ul li {
	float: left;
	height: 240px;
	width: 268px;
	margin-right: 16px;
	background-color: rgba(240,240,240,0.8);
	margin-bottom: 30px;
	box-shadow: 0 0 3px #666;
}

#mainarea .threepic ul li:last-child {

	margin-right: 0px;

}
#mainarea .threepic ul li .picp {
	margin-bottom: 10px;
}
#mainarea .threepic ul li .text {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#mainarea .threepic ul li .text h3 {
	font-size: 15pt;
	line-height: 20pt;
	font-weight: bold;
	color: #960;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainarea .threepic ul li .text p {
	font-size: 11pt;
	line-height: 14pt;
	color: #666;
	margin: 0px;
	padding: 0px;
}
#mainarea .threepic ul li .text h3 a {
	color: #900;
}
#rightbar .textarea2 .oldpic {
	height: auto;
	width: 100%;
}
#rightbar .textarea2 .oldpic ul li {
	float: left;
	height: 250px;
	width: 46%;
	background-size: cover;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 15px;
}
#rightbar .textarea2 .oldpic ul {
	display: table;
	height: auto;
	width: 100%;
}
#rightbar .textarea2 .oldpic ul li .pp {
	height: 200px;
	width: 300px;
	text-align: center;
	background-image: url(../images/photobg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-top: 25px;
	padding-right: 45px;
	padding-bottom: 25px;
	padding-left: 18px;
}

#rightbar .textarea2 .oldpic ul li .pp:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center!important;
}

#rightbar .textarea2 .oldpic ul li .pp  img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	font-size: 12pt;
	color: #5E0000;
	font-weight: bold;
	box-shadow:0 0 3px #666 inset ;
}
#newslist ul li .info {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 10pt;
	line-height: 14pt;
	color: #666;
}
#newslist ul li .newspic {
	text-align: center;
	height: auto;
	margin: 10px;
}
#newslist ul li .newspic  img,#news_in .newspic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	font-size: 12pt;
	color: #5E0000;
	font-weight: bold;
	box-shadow:0 0 3px #666 inset ;
}
#news_in .newspic {
	text-align: center;
}
#rightbar .textarea2 .oldpic ul li .text {
	text-align: center;
	padding-right: 37px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}
#rightbar .textarea2 .oldpic ul li .text a {
	color: #333;
}
#mainarea #rightbar.all {
	width: 1060px;
	margin-right: 70px;
	margin-left: 70px;
}
#rightbar.all .textarea .contact form {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	display: table;
	
}
#rightbar .textarea .contact form fieldset {
	height: auto;
	width: 100%;
	margin-bottom: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table;
}
#rightbar .textarea .contact form fieldset .half{
	float: left;
	width: 48%;
}
#rightbar .textarea .contact form fieldset .half:nth-child(1){
	margin-right: 4%;
}
#rightbar .textarea .contact .textsq {
	font-size: 11pt;
	line-height: 20pt;
	color: #033;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
#rightbar .textarea .contact {
	background-image: url(../images/flower.png);
	background-repeat: no-repeat;
	background-position: left top;
}
span.rad {
	color: #C00;
}
#rightbar .textarea .contact form fieldset div label {
	font-size: 12pt;
	line-height: 30px;
	color: #333;
	height: auto;
	width: 120px;
	text-align: right;
	float: left;
	padding-right: 10px;
	font-weight: bold;
}
#rightbar .textarea .contact form fieldset select,#rightbar .textarea .contact form fieldset input[type="text"]
 {
	float: left;
	height: 30px;
	width: 250px;
}
#rightbar .textarea .contact form fieldset div textarea {
	float: left;
	width: 95.5%;
}
#rightbar .textarea .contact form fieldset .all label {
	height: auto;
	display: block;
}
#rightbar .textarea .contact form fieldset .all {
	display: block;
	margin-left: 130px;
	float: none;
}
#rightbar .textarea .contact form fieldset div .note {
	font-size: 10pt;
	line-height: 20pt;
	color: #999;
	display: block;
	padding-left: 130px;
}

#rightbar .textarea .contact form .butline div {
	text-align: center;
	display: table;
	margin-right: auto;
	margin-left: auto;
	float: none;
	width: auto;
}
#rightbar .textarea .contact form .butline input {
	font-size: 12pt;
	line-height: 30px;
	color: #FFF;
	float: left;
	height: 30px;
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #900;
	border-radius:5px;
}
#faq {
	height: auto;
	width: 100%;
}
#faq ul {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
#faq ul li {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
#faq ul li .f {
	font-size: 15pt;
	line-height: 24pt;
	color: #900;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#faq ul li .f:before {
	content:"Q:";
	padding-right:10px;
}
#rightbar .textarea #faq ul li .a {
	font-size: 12pt;
	line-height: 20pt;
	color: #666;
	background-color: #F4F4F4;
	padding: 15px;
	border: 1px solid #999;
	margin-top: 15px;
	display: none;
}
#faq ul li .f a {
	color: #900;
	cursor: pointer;
}
