/*1680分辨率以上（大于1600px）*/
@media screen and (min-width:1681px) {

ul.indexcont{width:100%; height:AUTO; }
ul.indexcont li{width:12.5%;; display:inline; float:left; }
ul.indexcont li img{width:85%;  margin:0px 0 0 15;border:5px solid #222;}

ul.indexcont li span.imgbt{display:block; width:85%; height:40px; line-height:40px; font-size:1em; word-wrap:break-word;border:5px solid #222;margin:0px 0 0 15;height:20px;overflow:hidden;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;}
	ul.indexcont li span.imgbt A{display:block; width:100%; height:20px; line-height:20px; font-size:0.75em; word-wrap:break-word;height:20px;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;height:16px;}}

/*1280分辨率以上（大于1200px）*/
@media screen and (min-width:1200px)and (max-width: 1680px) {

ul.indexcont{width:100%; height:auto; }
ul.indexcont li{width:16.6%;; display:inline; float:left; }
ul.indexcont li img{width:90%;  margin:0px 0 0 15;border:3px solid #222;}

ul.indexcont li span.imgbt{display:block; width:90%; height:40px; line-height:40px; font-size:1em; word-wrap:break-word;border:3px solid #222;margin:0px 0 0 15;height:20px;overflow:hidden;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;}
	ul.indexcont li span.imgbt A{display:block; width:100%; height:20px; line-height:20px; font-size:0.75em; word-wrap:break-word;;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;height:16px;}}
	
/*1100分辨率（大于960px，小于1199px）*/
@media screen and (min-width: 960px) and (max-width: 1199px) {

ul.indexcont{width:100%; height:auto; }
ul.indexcont li{width:25%;; display:inline; float:left; }
ul.indexcont li img{width:90%; margin:0px 0 0 10;border:3px solid #222;}

ul.indexcont li span.imgbt{display:block; width:90%; height:40px; line-height:40px; font-size:1em; word-wrap:break-word;border:3px solid #222;margin:0px 0 0 10;height:20px;overflow:hidden;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;}
	ul.indexcont li span.imgbt A{display:block; width:100%; height:20px; line-height:20px; font-size:0.75em; word-wrap:break-word;height:20px;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;height:16px;}}	
	
/*880分辨率（大于768px，小于959px）*/	
@media screen and (min-width: 768px) and (max-width: 959px) {
ul.indexcont{width:100%; height:auto; }
ul.indexcont li{width:33.3%;; display:inline; float:left; }
ul.indexcont li img{width:90%; margin:0px 0 0 10;border:3px solid #222;}

ul.indexcont li span.imgbt{display:block; width:90%; height:40px; line-height:40px; font-size:1em; word-wrap:break-word;border:3px solid #222;margin:0px 0 0 10;height:20px;overflow:hidden;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;}
	ul.indexcont li span.imgbt A{display:block; width:100%; height:20px; line-height:20px; font-size:0.75em; word-wrap:break-word;height:20px;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;height:16px;}}	
	
/*720分辨率（大于360px，小于767px）*/	
@media only screen and (min-width: 360px) and (max-width: 767px){
ul.indexcont{width:100%; height:auto; }
ul.indexcont li{width:50%;; display:inline; float:left; }
ul.indexcont li img{width:90%; margin:0px 0 0 10;border:3px solid #222;}

ul.indexcont li span.imgbt{display:block; width:90%; height:40px; line-height:40px; font-size:1em; word-wrap:break-word;border:3px solid #222;margin:0px 0 0 10;height:20px;overflow:hidden;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;}
	ul.indexcont li span.imgbt A{display:block; width:100%; height:20px; line-height:20px; font-size:0.75em; word-wrap:break-word;height:20px;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;height:16px;}}		
	
/*360分辨率以下（小于359px）*/	
@media only screen and (max-width: 359px) {
ul.indexcont{width:100%; height:auto; }
ul.indexcont li{width:100%;; display:inline; float:left; }
ul.indexcont li img{width:90%; margin:0px 0 0 10;border:3px solid #222;}

ul.indexcont li span.imgbt{display:block; width:90%; height:40px; line-height:40px; font-size:1em; word-wrap:break-word;border:3px solid #222;margin:0px 0 0 10;height:20px;overflow:hidden;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;}
	ul.indexcont li span.imgbt A{display:block; width:100%; height:20px; line-height:20px; font-size:0.75em; word-wrap:break-word;height:20px;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;height:16px;}
	
}









@media screen and (max-width:767px) {
.headerOuterWrapper {
	z-index: 9999;
	height: 120px;
	overflow: visible;
}
.headerWrapper {
	padding-left: 24px;
	padding-right: 24px;
	z-index: 9990;
	height: 70px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.mainLogo {
	float: left;
	height: 70px;
}
.mainLogo > img {
	height: 70px;
	width: auto;
}
.mainMenuButton {
	float: right;
	height: 18px;
	width: 24px;
	background: url(../images/common/mainMenuButtonBg.png) 0 0 no-repeat;
	margin-top: 18px;
}
.mainMenuWrapper {
	clear: both;
	display: none;
	background-color: #333;
	padding-left: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	width: 100%;
	border-bottom: 3px solid #ffdf50;
}
.mainMenuWrapper > li {
	line-height: 36px;
	border-bottom: 1px solid #393939;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}
.mainMenuWrapper > li:last-child {
	border-bottom: none;
}
.mainMenuWrapper > li > a {
	margin-left: 24px;
	background: url(../images/skins/default/mainMenuItemBg.png) 0 0 no-repeat;
	color: #999;
	padding-left: 16px;
}
.mainMenuWrapper > li > a:hover {
	text-decoration: none;
}
.mainMenuWrapper > li:hover > a {
}
.mainMenuWrapper > li.currentPage > a {
	color: #ffdf50;
	background-position: 0px -36px;
}
.footerWrapper {
	padding-left: 24px;
	padding-right: 24px;
	background-color: #262626;
	height: 54px;
	border-top: 3px solid #232323;
}
.footerWrapper a {
	color: #ffdf50;
}
.copyrightWrapper {
	height: 54px;
	line-height: 54px;
	clear: both;
}
.copyright {
	color: #999;
	display: inline;
	float: left;
}
.backToTopButton {
	height: 54px;
	width: 24px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #232323 url(../images/skins/default/backToTopButtonBg.png) center center no-repeat;
}
table {
	background-color: transparent;
	border-left: 1px solid #393939;
	border-top: 0px solid #393939;
}
thead {
}
th {
	border-bottom: 0px solid #000;
	border-right: 0px solid #393939;
	color: #fff;
	background-color: #363636;
	background-color:#000000;
	background-repeat: repeat;
	background-position: left top;
	line-height: 18px;
	font-size: 14px;
	FONT-FAMILY: "微软雅黑";
	font-weight: normal;	font-weight: bold;
}
th a{
	border-bottom: 0px solid #000;
	border-right: 0px solid #393939;
	color: #fff;
	background-color: #363636;
	background-color:#000000;
	background-repeat: repeat;
	background-position: left top;
	line-height: 18px;
	font-size: 14px;
	FONT-FAMILY: "微软雅黑";
	font-weight: normal;	font-weight: bold;
}

tr {
	line-height: 8px;
}
td {
	border-right: 1px solid #393939;
	border-bottom: 1px solid #393939;
	color: #999;
	background-color: transparent;
}
tr:hover > td {
	background-color: #232323;
}
/*///////////////////////////底部样式///////////////////////////////////////////////////////////////////////////////////////////*/
 .margingT {
        margin-bottom: 80px;
    }

    .bottomAD {
        -webkit-box-sizing: border-box;
        height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        padding: 0 10px;
        overflow: hidden;
        width: 100%;
        background: rgba(25, 25, 25, .50);text-align:center;border-top:3px solid #000;
    }

    .bottom-pic {
        position: absolute;
        top: 10px;
        width: 60px;
        height: 60px;
        overflow: hidden;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

        .bottom-pic img {
            width: 100%;
            height: 100%;
        }

    .bottom-text {
       margin:0 auto;
        line-height: 50px;
        font-size: 32px;
        color: #f6ff00;margin:0 auto
    }

    .bottom-btn {
        position: absolute;
        top: 20px;
        
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: #FF6600;
        border-radius: 6px;
        text-align: center;
        font-size: 24px;
        padding: 0 5px;
        font-weight: bold;margin:0 auto
    }

    .bottomAD a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
.dianhua{
        position: absolute;
        top: 20px;
        
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: #FF6600;
        border-radius: 6px;
        text-align: center;
        font-size: 24px;
        padding: 0 5px;
        font-weight: bold;margin:0 auto
    }
.titleX{clear: both; text-align: center;padding: 25px 0 20px 0;}
.titleX dl dt{color: #FFCC00;font-size: 16px; font-weight: bold;margin-bottom: 5px;}
.titleX dl dd{color: #FFFFFF;font-size: 12px; font-weight: 100;margin-bottom: 15px;}
.titleX ul li{ text-align: center}
.titleX ul li span{width: 42px;height: 5px; display:block;background: #CCC;margin: 0 auto;}
#pagebody2 .fwxm2{
	width:100%;
	float:left;color:
	background-image: url(../images/iconClockBg32.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding:0px;
	background-color: #262626;font-size:12px;
}
	.fwxm2 a{color: #FFFFFF;font-size:12px;}
#pagebody2 .about2{width:100%;float:right;height:240px;
	background-color: #262626;
	background-image: url(../images/iconCommentBg32.png);
	background-position: left top;
	background-repeat: no-repeat;padding:10px;}
	.about2 a{color: #FFFFFF;font-size:12px;}


#title2{height:28px;line-height:28px;color:#838383;font-weight:600;padding:0 0 20 15px;}
	#title2 a{
	color:#fff;
	height:58px;
	line-height:58px;
	font-weight:normal;
	padding:0 0 0 45px;
	font-size: 12px;
	text-decoration: none;}
#text2{line-height:20px;color:#FFFFFF;padding:10px 15px;font-size:12px;text-indent:2em;}
}/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*
Framework Name: {solid}
Author: pixek
Author URL: http://pixek.com
Description: A basic CSS framework.
Version: 1.1.3.131111
License: You are NOT allowed to use this framework in any type of projects, personal or commercial, without a valid license.
*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Framework CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
	font-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	appearance: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
}
*:focus {
	outline: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	background: #fefefe;
	line-height: 18px;
}
::selection {
	background-color: #1cbbb4;
	color: #fff;
}
div, header, footer, section, article, nav, button, a, p, img, ul, ol, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
	display: block;
	overflow: hidden;
	position: relative;
}
p {
	line-height: 18px;
	margin-bottom: 18px;
	font-size: 12px;
}
p > a {
	color: #1cbbb4;
	display: inline;
	text-decoration: none;
}
p > a:hover {
	text-decoration: underline;
}
p > span {
	display: inline;
}
span > a {
	display: inline;
}
a > span {
	display: inline;
}
a {
	text-decoration: none;
	color: #1cbbb4;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 18px;
}
h1 {
	font-size: 20px;
	line-height: 23px;
}
h2 {
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 1px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	padding-top: 1px;
}
h4 {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 1px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
}
h6 {
	font-size: 10px;
	line-height: 16px;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: #333;
	display: inline;
}
textarea {
	margin-bottom: 27px;
	border: 1px solid #e9e9e9;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #f6f6f6;
	line-height: 18px;
	color: #666;
	width: 180px;
	height: 90px;
	overflow-y: auto;
}
input[type="text"], input[type="password"] {
	margin-bottom: 27px;
	border: 1px solid #e9e9e9;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #f6f6f6;
	color: #666;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	width: 180px;
}
input[type="checkbox"] {
	display: inline;
	appearance: normal;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	margin-right:12px;
}
input[type="radio"] {
	display: inline;
	appearance: normal;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	margin-right:12px;
}
select {
	appearance: normal;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	margin-bottom: 27px;
	height: 36px;
	line-height: 36px;
	width:180px;
	padding-left:12px;
}
input[type="submit"] {
	font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #e9e9e9;
	font-weight: bold;
	padding: 0px;
	background-color: #333;
	line-height: 24px;
	height: 24px;
	padding-left: 12px;
	padding-right: 12px;
}
input[type="submit"]:hover {
	cursor: pointer;
	color: #fff;
}
input:focus, textarea:focus {
	outline: 0;
	background-color: #fff;
	border-color: #e9e9e9;
}
fieldset > *:last-child {
	margin-bottom: 0px;
}
table {
	border-spacing: 0;
	border-left: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	width: 600px;
	clear: both;
	margin-bottom: 27px;
}
thead {
}
th {
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	font-weight: bold;
	color: #555;
	background-color: #f6f6f6;
}
tr {
	line-height: 18px;
}
td {
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	color: #666;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
	vertical-align: middle;
	background-color: #fdfdfd;
}
tr:hover > td {
	background-color: #fff;
}
ul {
	list-style: square inside;
	margin-bottom: 27px;
	position: relative;
}
ol {
	list-style: decimal inside;
	margin-bottom: 27px;
	position: relative;
}
li {
	padding-left: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	display: list-item;
	position: relative;
}
ol > li:last-child, ul > li:last-child {
	margin-bottom: 0px;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
ul.cont{width:100%; height:AUTO; overflow:hidden;height:250px;}
ul.cont li{width:14.2%;; display:inline; float:left; }
ul.cont li img{width:85%;  margin:0px 0 0 15;border:5px solid #222;}

ul.cont li span.imgbtcont{display:block; width:85%; height:40px; line-height:40px; font-size:1em; word-wrap:break-word;border:5px solid #222;margin:0px 0 0 15;height:20px;overflow:hidden;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;}
	ul.cont li span.imgbtcont A{display:block; width:100%; height:20px; line-height:20px; font-size:0.75em; word-wrap:break-word;height:20px;
	text-align:center;
	color:#FFF;
	background-color: #222;
	line-height: 18px;
	font-size: 12px;height:16px;}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Framework CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
	background: #333 url(../images/bg/bgPat-1.png) 0 0 repeat scroll;
	color: #999;
}
#anlipagebody{width:100%;margin:10px auto;text-align:left;font-family:"微软雅黑",Arial;color: #FFFFFF; overflow:hidden;}
#anlipagebody .anlifwxm{
	width:100%;
	float:center;
	background-color: #262626;
	background-position: left top;
	background-repeat: no-repeat;padding:10px;border-bottom:10px solid #333;}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #fff;
}
li{padding-left:0px;list-style:none;}
input[type="text"], input[type="password"] {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: #999;
}
textarea {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	color: #999;
}
input:focus, textarea:focus {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
}
table {
	background-color: transparent;
	border-left: 1px solid #393939;
	border-top: 1px solid #393939;
}
thead {
}
th {
	border-bottom: 1px solid #393939;
	border-right: 1px solid #393939;
	color: #fff;
	background-color: #363636;
}
tr {
	line-height: 18px;
}
td {
	border-right: 1px solid #393939;
	border-bottom: 1px solid #393939;
	color: #999;
	background-color: transparent;
}
tr:hover > td {
	background-color: #232323;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Framework CSS Rules End                                                                 */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Structure CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.pageContentWrapper {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 12px;
	margin-right:12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #262626;
}
.pageWrapper > *:last-child, .pageContentWrapper > *:last-child {
	margin-bottom: 40px;
}
.pageTitle a{
	border-bottom: 1px solid #333;
	padding-bottom: 22px;
	margin-top: 2px;
	margin-bottom: 23px;
	color: #CCCCCC;
}
.blockTitle {
	margin-bottom: 22px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Structure CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Elements CSS Rules Start                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pageBreak, .pageBreakBottom, .pageBreakBoth, .textBreak, .textBreakBoth, .textBreakBottom, .sectionBreak {
	border-color: #333;
}
.quoteWrapper > .quoteAvatar {
	border-color: #333;
}
.quoteWrapper > blockquote {
	border-color: #333;
}
.quoteWrapper > blockquote cite {
	color: #fff;
}
.blockquote cite {
	color: #fff;
}
.buttonWrapper {
	color: #333;
}
.buttonDefault {
	background-color: #ffdf50;
}
.serviceWrapper {
	border-color: #333;
}
.highlight {
	color: #333;
}
.highlightDefault {
	background-color: #ffdf50;
}
.accordionButton {
	background-color: #333;
	color: #999;
}
.accordionContent {
	border-color: #333;
}
.largeImage {
	border-color: #333;
}
.servicesPageContent {
	padding-bottom: 0px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Customized Elements CSS Rules Start                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Header CSS Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.headerOuterWrapper {
	z-index: 9999;
	height: 54px;
	overflow: visible;
}
.headerWrapper {
	padding-left: 24px;
	padding-right: 24px;
	z-index: 9990;
	height: 54px;
	background-color: #920003;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.mainLogo {
	float: left;
	height: 54px;
}
.mainLogo > img {
	height: 54px;
	width: auto;
}
.toptable {
	float: right;
	height: 18px;
	width: 600px;
		margin-top: 8px;margin-right: 200px;
}


.mainMenuWrapper {
	clear: both;
	display: none;
	background-color: #333;
	padding-left: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #920003;
}
.mainMenuWrapper > li {
	line-height: 36px;
	border-bottom: 1px solid #393939;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}
.mainMenuWrapper > li:last-child {
	border-bottom: none;
}
.mainMenuWrapper > li > a {
	margin-left: 24px;
	background: url(../images/skins/default/mainMenuItemBg.png) 0 0 no-repeat;
	color: #999;
	padding-left: 16px;
}
.mainMenuWrapper > li > a:hover {
	text-decoration: none;
}
.mainMenuWrapper > li:hover > a {
}
.mainMenuWrapper > li.currentPage > a {
	color: #ffdf50;
	background-position: 0px -36px;
}
p.topNotification {
	display: none;
	margin: 0px;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #000000;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.topNotification > span {
	color: #FFFF00;
	padding-left: 5px;padding-right:5px; font-size:16px;
	float: left;background: #000  center center no-repeat;text-decoration: none;
	}
.topmenuda > span {
	color: #FFFF00;
	padding-left: 5px;padding-right:5px; font-size:16px;
	float: left;background: #000  center center no-repeat;text-decoration: none;
	}
.toumenu a{
	color: #FFFFFF;
	font-size:18px;
	padding-right:20px;
	text-decoration: none;
}
.toumenu2 a{
	color: #FFFF00;
	font-size:18px;
	padding-right:20px;
	text-decoration: none;
}
.topNotification > span {
	color: #FFFF00;
	padding-left: 5px;padding-right:5px; font-size:16px;
	float: left;background: #000  center center no-repeat;
	}
.topNotification > .notificationButton {
	float: right;
	height: 36px;
	width: 24px;
	margin-top: 0px;
	background: #232323  center center no-repeat;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Header CSS Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Slider CSS Rules Start                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.sliderWrapper {
	margin-bottom: 39px;
	overflow: visible;
}
.nivoSlider {
	position: relative;
	overflow: visible;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
	width: 100%;
	height: auto;
}
.nivoSlider {
	position: relative;
	background: #333 url(../images/common/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: auto;
}
.nivoSlider a {
	border: 0;
}
.nivo-controlNav {
	text-align: center;
	position: absolute;
	bottom: -36px;
	z-index: 99;
	height: 36px;
	line-height: 42px;
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}
.nivo-controlNav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #333;
	text-indent: -9999px;
	border: 0;
	margin: 0 6px;
	cursor: pointer;
}
.nivo-controlNav a.active {
	background-color: #ffdf50;
}
.nivo-directionNav {
	position: absolute;
	bottom: -39px;
	z-index: 99;
	height: 36px;
	width: 100%;
	background: #262626;
	border-bottom: 3px solid #232323;
}
.nivo-directionNav a {
	width: 24px;
	height: 36px;
	text-indent: -9999px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	background-color: #920003;
	background-image: url(../images/common/sliderArrowsBg.png);
	background-repeat: no-repeat;
}
.mainSlider:hover .nivo-directionNav a {
	display: block;
}
a.nivo-nextNav {
	background-position: -24px 0px;
	right: 0px;
}
a.nivo-nextNav:hover {
}
a.nivo-prevNav {
	left: 0px;
}
a.nivo-prevNav:hover {
}

/*//////////////////// ColorBox CSS Rules Start                                                                           */
#cboxOverlay {
	background: #000;
}
#colorbox {
}
#cboxContent {
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	border: 6px solid #333;
	background: #fff;
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 6px;
	margin-top: -32px;
	background: url(../images/colorbox/controlsBg.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: bottom left;
}
#cboxNext {
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -32px;
	background: url(../images/colorbox/controlsBg.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: bottom right;
}
#cboxLoadingOverlay {
	background: #333;
}
#cboxLoadingGraphic {
	background: url(../images/colorbox/loading.gif) no-repeat center center;
}
#cboxClose {
	position: absolute;
	top: 6px;
	right: 6px;
	display: block;
	background: #333 url(../images/colorbox/controlsBg.png) no-repeat top center;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
}
#cboxClose:hover {
	background-position: bottom center;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// ColorBox CSS Rules End                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#WUZI {
	font-size: 12px;
	color: #262626;
}
#WUZI a{
	font-size: 12px;
	color: #262626;
}
#WUZI a:hover{
	font-size: 12px;
	color: #262626;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Home Page CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Home Page CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio One CSS Rules Start                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioOneFilterablePageWrapper {
	margin-bottom: 0px;
}
.portfolioMenuWrapper {
	list-style: none;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 23px;
	margin-bottom: 0px;
	padding-bottom: 18px;
	background-color: #262626;
	margin-left: 0px;
	margin-right: 0px;font-size:17px;
}
.portfolioMenuWrapper li {
	float: left;
	padding-left: 0px;
	padding-right: 15px;
	background: url(../images/common/portfolioFilterableMenuDecoBg.png) right center no-repeat;
	margin-right: 9px;
	margin-bottom: 0px;
}
.portfolioMenuWrapper > li:last-child {
	background: none;
	margin-right: 0px;
}
.portfolioMenuWrapper li a {
	color: #999;
}
.portfolioMenuWrapper li a:hover {
	text-decoration: none;
}
.portfolioMenuWrapper .currentPortfolioFilter {
	color: #ffdf50;
}
.portfolioOneFilterableWrapper {
	padding-left: 24px;
	padding-right: 24px;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemWrapper {
	margin-bottom: 36px;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemImageWrapper {
	border-bottom: 3px solid #ffdf50;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemImageWrapper img {
	width: 100%;
	height: auto;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemInfoWrapper {
	background-color: #000;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 20px;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemInfoWrapper > *:last-child {
	margin-bottom: 0px;
}
.portfolioOneFilterableWrapper .portfolioFilterableItemTitle {
	margin-bottom: 16px;
	height: 18px;
	padding-bottom: 0px;
}
.portfolioFilterableItemButtonsWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #232323;
}
.portfolioFilterableExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 40px;
	color: #666;
	background: #202020 url(../images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.portfolioFilterableDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #202020 url(../images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.portfolioFilterableExpandButton:hover, .portfolioFilterableDetailsButton:hover {
	text-decoration: none;
}
.filteredPortfolioItem {
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio One CSS Rules End                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio Two CSS Rules Start                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// 下面的代码改过，原两列案例代码为  .portfolioTwoFilterableWrapper {margin-left: 24px;}                                                         */

.portfolioTwoFilterableWrapper {
	margin-left: 0px;
}
.portfolioTwoFilterableWrapper .portfolioTwoFilterableWrapperhang{
	margin-left: 0px;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemWrapper {
	float: left;
	margin-right: 24px;
	margin-bottom: 20px;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemImageWrapper {
	border: 3px solid #262626;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemImageWrapper img {
	width: 100%;
	height: auto;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemInfoWrapper {
	background-color: #262626;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 3px;
	padding-bottom: 0px;
	height: 30px;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemInfoWrapper > *:last-child {
	margin-bottom: 0px;
}
.portfolioTwoFilterableWrapper .portfolioFilterableItemTitle {
	font-size: 14px;
	margin-bottom: 0px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 3px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Filterable Portfolio Two CSS Rules End                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// One Column Portfolio CSS Rules Start                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioOnePageWrapper {
	margin-bottom: 0px;
}
.portfolioOneWrapper {
	padding-left: 24px;
	padding-right: 24px;
}
.portfolioOneItemWrapper {
	margin-bottom: 36px;
}
.portfolioOneItemImageWrapper {
	border-bottom: 3px solid #ffdf50;
}
.portfolioOneItemImageWrapper:hover {
}
.portfolioOneItemImageWrapper img {
	width: 100%;
	height: auto;
}
.portfolioOneItemInfoWrapper {
	background-color: #262626;
	padding-top: 21px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.portfolioOneItemInfoWrapper > *:last-child {
	margin-bottom: 0px;
}
.portfolioOneItemTitle {
	margin-bottom: 16px;
	height: 18px;
	padding-bottom: 0px;
}
.portfolioOneHoverDeco {
}
.portfolioOneItemButtonsWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #232323;
}
.portfolioOneExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 40px;
	color: #666;
	background: #202020 url(../images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.portfolioOneDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #202020 url(../images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.portfolioOneExpandButton:hover, .portfolioOneDetailsButton:hover {
	text-decoration: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// One Column Portfolio CSS Rules End                                                                 */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Two Columns Portfolio CSS Rules Start                                                              */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.portfolioTwoPageWrapper {
	margin-bottom: 0px;
}
.portfolioTwoWrapper {
	margin-left: 12px;
}
.portfolioTwoItemWrapper {
	float: left;
	margin-right: 36px;
	margin-bottom: 36px;
}
.portfolioTwoItemImageWrapper {
	border: 3px solid #262626;
}
.portfolioTwoItemImageWrapper:hover {
}
.portfolioTwoItemImageWrapper img {
	width: 100%;
	height: auto;
}
.portfolioTwoItemInfoWrapper {
	background-color: #262626;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 3px;
	padding-bottom: 0px;
	height: 33px;
}
.portfolioTwoItemTitle {
	font-size: 12px;
	margin-bottom: 0px;
	height: 30px;
	line-height: 30px;
	padding-bottom: 3px;
}
.portfolioTwoHoverDeco {
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Two Columns Portfolio CSS Rules End                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Single Project Page CSS Rules Start                                                                */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.singleProjectImageWrapper {
	margin-right: 12px;
	margin-left: 12px;
	border: 0px solid 0;
	margin-top: 0px;
}
.singleProjectImage {
	width: 100%;
	height: auto;
}
.singleProjectItemButtonsWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #232323;
	margin-left: 24px;
	margin-right: 24px;
}
.singleProjectExpandButton {
	height: 36px;
	line-height: 36px;
	float: left;
	padding-left: 40px;
	color: #666;
	background: #202020 url(../images/skins/default/portfolioExpandButtonBg.png) left center no-repeat;
	padding-right: 12px;
}
.singleProjectDetailsButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #202020 url(../images/skins/default/portfolioDetailsButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.singleProjectExpandButton:hover, .singleProjectDetailsButton:hover {
	text-decoration: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Single Project Page CSS Rules End                                                                  */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Page CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.blogPageWrapper {
	margin-bottom: 0px;
}
.blogPostsWrapper {
	margin-left: 24px;
	margin-right: 24px;
}
.smallPostWrapper {
	margin-bottom: 36px;
}
.postThumbnailWrapper {
	border-bottom: 3px solid #ffdf50;
}
.postThumbnailWrapper img {
	width: 100%;
	height: auto;
}
.postThumbnailWrapper:hover {
}
.postExcerptWrapper {
	background-color: #262626;
	padding-top: 23px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 22px;
}
.postExcerptWrapper > *:last-child {
	margin-bottom: 0px;
}
.smallPostTitle {
	margin-bottom: 19px;
	height: 18px;
	padding-bottom: 0px;
}
.smallPostInfoWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #232323;
	padding-left: 12px;
	color: #666;
}
.postInfo {
	margin-right: 18px;
}
.postInfoNoMargin {
	margin-right: 0px;
}
.smallPostMoreButton {
	height: 36px;
	line-height: 36px;
	float: right;
	padding-right: 40px;
	color: #666;
	background: #202020 url(../images/skins/default/smallPostReadMoreButtonBg.png) right center no-repeat;
	padding-left: 12px;
}
.smallPostMoreButton:hover {
	text-decoration: none;
}
.smallPostQuote {
	padding-left: 28px;
	background: url(../images/common/quoteBg.png) 0 0 no-repeat;
	font-style: italic;
}
.smallPostQuoteAuthor {
	font-style: normal;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Page CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Post CSS Rules Start                                                                          */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.singlePostPageWrapper {
}
.singlePostContentWrapper {
	background-color: #262626;
	padding-top: 18px;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: 24px;
	margin-right: 24px;
	padding-bottom: 27px;
}
.singlePostContentWrapper > *:last-child {
	margin-bottom: 0px;
}
.singlePostInfoWrapper {
	height: 36px;
	line-height: 36px;
	background-color: #232323;
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 12px;
	margin-bottom: 36px;
}
.commentsSectionWrapper {
	background-color: #262626;
	margin-bottom: 27px;
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 23px;
}
.commentsTitle {
	padding-top: 0px;
	margin-bottom: 22px;
}
.commentsSectionWrapper > .commentsWrapper {
	margin-bottom: 23px;
}
.commentsSectionWrapper > .commentsWrapper > .commentWrapper {
	padding-bottom: 21px;
	border-bottom: 1px solid #333;
}
.commentsWrapper > .commentWrapper {
	margin-bottom: 27px;
}
.commentsWrapper > .commentWrapper:last-child {
	margin-bottom: 0px;
}
.commentAvatar {
	float: left;
	border: 3px solid #333;
}
.commentAvatar > img {
	width: 100%;
	height: 100%;
}
.commentWrapper > .commentAvatar {
	width: 36px;
	height: 36px;
}
a.commentAvatar:hover {
}
.commentInfoWrapper {
	float: left;
	margin-left: 27px;
	margin-bottom: 0px;
	margin-top: 11px;
	padding-bottom: 0px;
}
.comment {
	margin-left: 69px;
	clear: both;
	border-top: 1px solid #333;
	padding-top: 23px;
	top: -1px;
}
.comment > *:last-child {
	margin-bottom: 0px;
}
.commentsFormWrapper {
	margin-bottom: 27px;
}
.commentsForm {
}
.commentsFormTitle {
	margin-bottom: 18px;
}
.commentsForm .formFieldWrapper {
	margin-bottom: 23px;
}
.commentsForm .formTextareaWrapper {
	margin-bottom: 27px;
}
.commentsForm label {
	margin-bottom: 13px;
	width: 100%;
}
.commentsForm .formFieldWrapper input[type="text"], .commentsForm .formTextareaWrapper textarea {
	margin-bottom: 0px;
	background-color: #232323;
	border: 3px solid #333;
}
.commentsForm .formFieldWrapper input[type="text"]:focus, .commentsForm .formTextareaWrapper textarea:focus {
	background-color: #262626;
}
.commentsForm .formFieldWrapper input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
}
.commentCommentTextarea {
	width: 100%;
	box-sizing: border-box;
	height: 168px;
}
input.commentSubmitButton {
	height: 36px;
	line-height: 36px;
	background-color: #FFDF50;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	color: #333;
	border: none;
}
input.commentSubmitButton:hover {
	height: 36px;
	line-height: 36px;
	background-color: #FFDF50;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	color: #333;
	border: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Blog Post CSS Rules End                                                                            */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// 404 Page CSS Rules Start                                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.errorSearchForm {
	margin-bottom: 27px;
}
#errorSearchFormField {
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	border-right: 0px;
	margin-bottom: 0px;
	background-color: #232323;
	border: 3px solid #333;
	color: #999;
}
input.errorSearchFormSubmitButton {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 36px;
	line-height: 36px;
	background-image: none;
	background-color: #ffdf50;
	padding-left: 12px;
	border: none;
	color: #333;
}
input#errorSearchFormField:focus {
	background-color: #262626;
}
input.errorSearchFormSubmitButton:hover {
	background-color: #ffdf50;
	color: #333;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// 404 Page CSS Rules End                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Contact Page CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.contactPageWrapper {
}
.contactFormWrapper {
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #262626;
	padding-top: 23px;
}
.contactForm {
	margin-bottom: 27px;
}
.contactTitle {
	margin-bottom: 18px;
	padding-top: 0px;
}
.contactForm .formFieldWrapper {
	margin-bottom: 23px;
}
.contactForm .formTextareaWrapper {
	margin-bottom: 36px;
}
.contactForm label {
	margin-bottom: 13px;
	width: 100%;
	box-sizing: border-box;
	height: 18px;
	line-height: 18px;
}
.contactForm .formFieldWrapper input[type="text"], .contactForm .formTextareaWrapper textarea {
	margin-bottom: 0px;
	box-sizing: border-box;
	background-color: #232323;
	border: 3px solid #333;
	color: #999;
}
.contactForm .formFieldWrapper input[type="text"]:focus, .contactForm .formTextareaWrapper textarea:focus {
	background-color: #262626;
}
.contactForm .formFieldWrapper input[type="text"] {
	width: 100%;
	height: 36px;
}
.contactTextarea {
	width: 100%;
	max-width: 100%;
	height: 168px;
	box-sizing: border-box;
}
input.contactSubmitButton, input.contactSubmitButton:hover {
	height: 36px;
	line-height: 36px;
	background-color: #ffdf50;
	padding-left: 12px;
	padding-right: 12px;
	float: right;
	color: #333;
	border: none;
}
.formValidationError {
	display: none;
	height: 36px;
	line-height: 36px;
	margin-left: 0px;
	color: #cc0000;
	float: left;
}
input.fieldHasError, textarea.fieldHasError {
}
.formSuccessMessageWrapper {
	display: none;
	margin-bottom: 4px;
}
.formSuccessMessageWrapper > h4 {
	background: url(../images/icons/smallIcons/16/1/iconCheckmarkBg16.png) 0 center no-repeat;
	padding-left: 28px;
}
.socialIconsWrapper {
	background-color: #262626;
	margin-left: 24px;
	margin-right: 24px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 27px;
	padding-bottom: 27px;
	height: 16px;
	text-align: center;
	vertical-align: baseline;
	margin-bottom: 36px;
	letter-spacing: -3px;
}
.socialIconsWrapper > .socialIcon {
	display: inline-block;
	vertical-align: baseline;
	width: 16px;
	height: 16px;
	padding-left: 12px;
	padding-right: 12px;
	background-position: center center;
	background-repeat: no-repeat;
}
.contactMapWrapper {
	background-color: #262626;
	padding: 3px;
	padding-top: 23px;
	margin-bottom: 36px;
	margin-left: 24px;
	margin-right: 24px;
}
.contactMap {
	display: block;
	overflow: hidden;
	height: 168px;
	width: 100%;
	margin: 0px;
	border: none;
	padding: 0px;
	box-sizing: border-box;
}
.mapTitle {
	margin-bottom: 22px;
	margin-left: 9px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Contact Page CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Page Numbers CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pageNumbersWrapper {
	margin-top: 0px;
	clear: both;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 36px;
	background-color: #262626;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 27px;
	padding-bottom: 27px;
	font-size:14px;
	background-position: center;
}
.pageNumber {
	height: 24px;
	line-height: 24px;
	width: 20%;
	float: right;
	margin-right: 2%;
	background-color: #ffdf50;
	color: #000000;
	text-align: center;font-size:14px;font-weight: bold;
}
.pageNumber2 {
	height: 24px;
	line-height: 24px;
	width: 20%;
	float: right;
	margin-right: 2%;
	background-color: #ffdf50;
	color: #000000;
	text-align: center;font-size:14px;font-weight: bold;
}
.pageNumber:hover {
	text-decoration: none;
	background-color: #FF6600;font-size:14px;font-weight: bold;
}
.currentPageNumber {
	background-color: #262626;
	color: #CCCCCC;
	
}
.currentPageNumber:hover {
	background-color: #262626;
	color: #333;
}
.postLinksWrapper {
	height: 36px;
	line-height: 36px;
	clear: both;
	margin-right: 24px;
	margin-left: 24px;
	margin-bottom: 36px;
	background-color: #333333;
}
.postLink {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	padding-left: 12px;
	padding-right: 12px;
}
.postLink:hover {
	text-decoration: none;
}
.previousPost {
	float: left;
	display: inline-block;
	height: 36px;
	line-height: 36px;
}
.nextPost {
	float: right;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	text-align: right;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Page Numbers CSS Rules End                                                                         */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Footer CSS Rules Start                                                                             */





@media screen and (min-width:960px) {.mainMenuButton {
	float: right;
	height: 58px;
	width: 363px;
	background: url(../images/common/111.png) 0 0 no-repeat;
	margin-top: 18px;
}
.websiteWrapper {width:100%;
}
.pageWrapper {
	padding-top: 26px;
	margin-bottom: 26px;
}
.pageWrapper img{
	padding-top: 0px;
	margin-bottom: 26px;width:auto;border:10px solid #222;margin-top:40px;
}



.footerWrapper {
	padding-left: 24px;
	padding-right: 24px;padding-top:30px;
	background-color: #262626;
	height: 70px;
	border-top: 3px solid #232323;
}
.footerWrapper a {
	color: #ffdf50;
}
.copyrightWrapper {
	height: 150px;
}
.copyright {
	color: #FF0000;
	display: inline;
	float: left;font-size: 18px;line-height:18PX;
}
.backToTopButton {
	height: 168px;
	width: 24px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #232323 url(../images/skins/default/backToTopButtonBg.png) center center no-repeat;
}
.anlizi a{
	color:#FFFFFF
}
/*///////////////////////////底部样式///////////////////////////////////////////////////////////////////////////////////////////*/
 .margingT {
        margin-bottom: 80px;
    }

    .bottomAD {
        -webkit-box-sizing: border-box;
        height: 0px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        padding: 0 10px;
        overflow: hidden;
        width: 100%;
        background: rgba(25, 25, 25, .50);text-align:center;border-top:3px solid #000;
    }

    .bottom-pic {
        position: absolute;
        top: 10px;
        width: 60px;
        height: 60px;
        overflow: hidden;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

        .bottom-pic img {
            width: 100%;
            height: 100%;
        }

    .bottom-text {
       margin:0 auto;
        line-height: 50px;
        font-size: 32px;
        color: #f6ff00;margin:0 auto
    }

    .bottom-btn {
        position: absolute;
        top: 20px;
        
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: #FF6600;
        border-radius: 6px;
        text-align: center;
        font-size: 24px;
        padding: 0 5px;
        font-weight: bold;margin:0 auto
    }

    .bottomAD a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
.dianhua{
        position: absolute;
        top: 20px;
        
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: #FF6600;
        border-radius: 6px;
        text-align: center;
        font-size: 24px;
        padding: 0 5px;
        font-weight: bold;margin:0 auto
    }
}






@media screen and (max-width:959px) {.mainMenuButton {
	float: right;
	height: 18px;
	width: 24px;
	background: url(../images/common/mainMenuButtonBg.png) 0 0 no-repeat;
	margin-top: 18px;
}
.websiteWrapper {width:100%;
}
.pageWrapper {
	padding-top: 26px;
	margin-bottom: 26px;
}
.pageWrapper img{
	padding-top: 0px;
	margin-bottom: 26px;width:99%;border:1px solid #000;margin-top:40px;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.footerWrapper {
	padding-left: 24px;
	padding-right: 24px;
	background-color: #262626;
	height: 54px;
	border-top: 3px solid #232323;
}
.footerWrapper a {
	color: #ffdf50;
}
.copyrightWrapper {
	height: 54px;
	line-height: 54px;
	clear: both;
}
.copyright {
	color: #999;
	display: inline;
	float: left;
}
.backToTopButton {
	height: 54px;
	width: 24px;
	position: absolute;
	right: 0px;
	top: 0px;
	background: #232323 url(../images/skins/default/backToTopButtonBg.png) center center no-repeat;
}
.anlizi a{
	color:#FFFFFF
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Footer CSS Rules End                                                                               */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Reset CSS Rules Start                                                                              */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.noPadding {
	padding: 0px;
}
.noMargin {
	margin: 0px;
}
.noBackground {
	background: none;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////底部样式///////////////////////////////////////////////////////////////////////////////////////////*/
 .margingT {
        margin-bottom: 80px;
    }

    .bottomAD {
        -webkit-box-sizing: border-box;
        height: 50px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        padding: 0 10px;
        overflow: hidden;
        width: 100%;
        background: rgba(25, 25, 25, .50);text-align:center;border-top:3px solid #000;
    }

    .bottom-pic {
        position: absolute;
        top: 10px;
        width: 60px;
        height: 60px;
        overflow: hidden;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

        .bottom-pic img {
            width: 100%;
            height: 100%;
        }

    .bottom-text {
       margin:0 auto;
        line-height: 50px;
        font-size: 32px;
        color: #f6ff00;margin:0 auto
    }

    .bottom-btn {
        position: absolute;
        top: 20px;
        
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: #FF6600;
        border-radius: 6px;
        text-align: center;
        font-size: 24px;
        padding: 0 5px;
        font-weight: bold;margin:0 auto
    }

    .bottomAD a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
.dianhua{
        position: absolute;
        top: 20px;
        
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: #FF6600;
        border-radius: 6px;
        text-align: center;
        font-size: 24px;
        padding: 0 5px;
        font-weight: bold;margin:0 auto
    }}