.container {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    /* padding-top: 60px ; */
}
.nav a {
	color: #333;
	line-height: 20px;
	padding: 5px 0;
	transition: all 1s cubic-bezier(.175, .885, .32, 1) 0s;
	display: block
}
.text-center {
    text-align: center;
}
.text-big {
    font-size: 16px;
}
.padding-big-top {
    padding-top: 20px;
}
.margin-bottom {
    margin-bottom: 10px;
}
.margin-big-middle-bottom {
	margin-bottom: 50px;
}
.margin-big-middle-top {
	margin-top: 50px;
}
.blankbig {
    height: 50px;
    line-height: 50px;
    clear: both;
    font-size: 0;
    background: transparent;
}
/* å›¾ç‰‡å±•ç¤º*/
.fh5co-gallery .gallery-item {
	position: relative;
	overflow: hidden;
	display: block;
	z-index:0;
	/* height: 350px; */
}
.fh5co-gallery .gallery-item img {
	position: relative;
	width: 100%;
	height: 100%;
}
.fh5co-gallery .gallery-item .overlay {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 11;
	vertical-align: middle;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.fh5co-gallery .gallery-item .overlay h3, .fh5co-gallery .gallery-item .overlay p, .fh5co-gallery .gallery-item .overlay .bnt-case {
	position: relative;
	z-index: 12;
	text-align: center;
	display: block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.fh5co-gallery .gallery-item .overlay h3 {
	color: #F4F4F4;
	font-size: 18px;
	font-weight: 400;
	padding-top: 60px;
}
.fh5co-gallery .gallery-item .overlay p {
	color: #F4F4F4;
	line-height: 24px;
	padding: 20px;
}
.fh5co-gallery .gallery-item .bnt-case {
	margin-top: 10px;
	width: 100px;
	height: 30px;
	line-height: 24px;
	cursor: pointer;
	display: block;
	font-size: 24px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #F4F4F4;
	color: #F4F4F4;
	ecshop: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.fh5co-gallery .gallery-item .bnt-case:hover {
	background: #F4F4F4;
	color: #56aab7
}
.fh5co-gallery .gallery-item .overlay:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.fh5co-gallery .gallery-item:hover .overlay {
	visibility: visible;
	opacity: 0.9;
}
.fh5co-gallery .gallery-item:hover .overlay:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #3368f6/*tpa=tbadc_tem/images/bg.png*/
}
/* é¦–é¡µæ¡ˆä¾‹å±•ç¤º end*/


/* é¦–é¡µæ–°é—»ä¸­å¿ƒ  begin*/
#fh5co-news-list .media-left {
	height: 78px;
	width: 78px;
	background: #3368f6;
	margin-right: 20px;
}
#fh5co-news-list .media:hover .media-left {
	background: #252525;
	color: #fff;
}
#fh5co-news-list .media-left p {
	text-align: center;
	margin: 0;
	line-height: 22px;
	color: #fff;
}
#fh5co-news-list .media .media-left .f-month {
	font-size: 14px;
	color: #fff;
}
#fh5co-news-list .media .media-left .f-day {
	font-size: 28px;
	color: #fff;
}
#fh5co-news-list .media .media-left .f-year {
	font-size: 12px;
	color: #fff;
}
#fh5co-news-list .media .media-body h3 {
	margin-bottom: 10px;
}
#fh5co-news-list .media .media-body h3 a {
	font-size: 16px;
	color: #252525;
}
#fh5co-news-list .media .media-body h3 a:hover {
	color: #3368f6
}
#fh5co-news-list .media:hover .media-body h3 a {
	color: #3368f6;
}
#fh5co-news-list .media .media-body p {
	color: #808080;
	font-size: 13px;
	line-height: 22px
}
/* é¦–é¡µæ–°é—»ä¸­å¿ƒ end*/


/* å†…é¡µ begin*/
#fh5co-content_show .nav-inline {
	list-style: outside none none;
}
#fh5co-content_show .nav li {
	display: inline;
	margin: 0 5px;
	padding: 0;
	color: #808080;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
#fh5co-content_show .nav li a {
	background: #FFF;
	border: 1px solid #B9B8B8;
	border-radius: 0px;
	font-size: 14px;
	color: #808080;
	display: inline-block;
	padding: 10px 0 px;
	margin: 5px 0;
	width: 16%;
}
#fh5co-content_show .nav li a:hover, #fh5co-content_show .nav li.active a {
	background: #2074f1;
	border-color: #B9B8B8;
	color: #fff;
	box-shadow: 2px 2px 5px #949494;
    border-radius: 10px;
}
#fh5co-content_show .show_body {
	color: #444
}
#fh5co-content_show .show_body a {
	color: #1589B0;
	text-decoration: underline;
}
#fh5co-content_show .show_body a:hover {
	text-decoration: none
}
#fh5co-content_show .detail img {
	height: auto !important;
	max-width: 100%;
	vertical-align: middle;
}
#fh5co-content_show .detail img {
}
#fh5co-content_show .detail p {
	text-indent: 0;
}
#fh5co-content_show .qhd-title span {
	margin: 0 5px;
}
#fh5co-content_show .full-screen-en-title {
	font-size: 36px
}
/*åˆ†é¡µ*/
.table span {
	margin-right: 10px;
}
.content_detail .pager {
	font-size: 14px;
	line-height: 160%
}
.content_detail .pager a {
	border: none;
	color: #797979;
	padding: 0
}
.content_detail .pager a:focus, .content_detail .pager a:hover {
	color: #004f98;
	background: none
}
.content_detail .pager li {
	display: block;
	text-align: left;
	padding: 5px 0;
	margin: 0
}
#fh5co-content_show .pagination li {
	margin: 5px 3px;
	font-size: 14px;
	background: #FFF;
	border-radius: 0px;
}
#fh5co-content_show .pagination .disabled {
	padding: 5px 12px;
}
#fh5co-content_show .pagination .current {
	padding: 6px 14px;
	background: #56aab7;
	color: #fff;
	border: 0
}
#fh5co-content_show .pagination .active, #fh5co-content-show .pagination a:hover {
	background: #56aab7;
	color: #fff;
}
#fh5co-content_show .pagination .active a {
	color: #fff
}
#fh5co-content_show video {
	max-width: 100%
}
/*ä¸Šä¸‹é¡µ*/
.prenext {
	font-size: 0;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	width: 137px;
}
a.preview {
	background: rgba(0, 0, 0, 0) url("../images/preview.png")/*tpa=tbadc_tem/images/preview.png*/ repeat scroll 0 0;
	display: inline-block;
	float: left;
	height: 45px;
	margin-right: 1px;
	text-indent: -3000px;
	width: 45px;
}
a.preview:hover {
	background-position: left bottom;
}
a.list {
	background: rgba(0, 0, 0, 0) url("../images/list.png")/*tpa=tbadc_tem/images/list.png*/ repeat scroll 0 0;
	display: inline-block;
	float: left;
	height: 45px;
	margin-right: 1px;
	text-indent: -3000px;
	width: 45px;
}
a.list:hover {
	background-position: left bottom;
}
a.next {
	background: rgba(0, 0, 0, 0) url("../images/next.png")/*tpa=tbadc_tem/images/next.png*/ repeat scroll 0 0;
	display: inline-block;
	float: left;
	height: 45px;
	text-indent: -3000px;
	width: 45px;
}
a.next:hover {
	background-position: left bottom;
}
/*ä»·æ ¼*/
.price-list-box {
}
.price-list-box a {
	color: #E60012
}
#fh5co-content-show .price-list {
	width: 100%;
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3
}
#fh5co-content-show .price-list .item {
	padding: 10px 20px;
	text-align: center;
	border-left: 1px solid #D3D3D3;
	background: #fff;
	height: auto;
}
#fh5co-content-show .price-list h2 {
	color: #444;
	font-size: 24px;
	margin: 25px auto 15px;
}
#fh5co-content-show .price-list h3 {
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
	white-space: normal
}
#fh5co-content-show .price-list .pricing-card-price {
	color: #444;
	font-size: 36px;
	padding: 0 10px;
	line-height: 1.5;
	height: 90px;
}
#fh5co-content-show .price-list .pricing-card-price span {
	color: #999;
	font-size: 14px;
}
#fh5co-content-show .price-list .pricing-card-price span.per-month-detail {
	display: block
}
#fh5co-content-show .price-list .choose a {
	width: 100%;
	-moz-appearance: none;
	-moz-user-select: none;
	background-color: #fff;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0 0 0 1px #D3D3D3 inset;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, margin-left 0.2s ease-in-out 0s, margin-right 0.2s ease-in-out 0s, box-

shadow 0.2s ease-in-out 0s;
	vertical-align: middle;
	white-space: nowrap;
}
#fh5co-content-show .price-list .choose a:hover {
	box-shadow: 0 0 0 1px #56aab7 inset;
	color: #56aab7
}
#fh5co-content-show .price-list .price-txt {
	margin: 15px 0;
}
#fh5co-content-show .price-list .price-txt p {
	font-size: 14px;
	line-height: 240%;
	color: #666;
}
#fh5co-content-show .price-list .price-txt .value {
	color: #FF0014;
	font-size: 16px;
}
#fh5co-content-show .price-title {
	text-align: center;
	font-size: 16px;
	padding: 40px 0;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3
}
#fh5co-content-show .price-title h3 {
	font-size: 20px;
}
#fh5co-content-show .feature-list {
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3
}
#fh5co-content-show .feature-list .item {
	text-align: center;
	border-left: 1px solid #D3D3D3;
	padding: 10px 0;
	height: auto;
}
#fh5co-content-show .feature-list .item h2 {
	color: #666;
	border-bottom: 1px solid #D3D3D3;
	font-size: 16px;
	padding: 5px 0 15px
}
#fh5co-content-show .feature-list .item p {
	color: #666;
	line-height: 160%;
	font-size: 14px;
	padding: 9px 15px;
}
#fh5co-content-show .feature-list .choose {
	padding: 30px 0px 20px
}
#fh5co-content-show .feature-list .choose a {
	width: 100%;
	-moz-appearance: none;
	-moz-user-select: none;
	background-color: #fff;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0 0 0 1px #D3D3D3 inset;
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, margin-left 0.2s ease-in-out 0s, margin-right 0.2s ease-in-out 0s, box-

shadow 0.2s ease-in-out 0s;
	vertical-align: middle;
	white-space: nowrap;
}
#fh5co-content-show .feature-list .choose a:hover {
	box-shadow: 0 0 0 1px #56aab7 inset;
	color: #56aab7
}


 @media screen and (min-width:1221px) {
.col-5-11 {
	float: left;
	width: 20% !important;
	display: table-cell;
}
}
@media (min-width:1000px) and (max-width:1199px) {
#fh5co-header .welcome-word h1 {
	padding-top: 18px;
}
#fh5co-why-us .media:first-child {
	margin-top: 30px;
}
footer .footlink .service-box {
	padding-left: 5px;
}
footer .footlink .contact-box {
	padding-left: 20px;
}
footer .footlink .about-box {
	width: 220px;
}
.inner-bg-wealth .left-item {
	padding-right: 30px;
}
.inner-bg-wealth .right-item {
	padding-left: 30px;
}
#fh5co-content_show .about_boxs {
	/*height: 271px;
	overflow: hidden*/
}
#fh5co-content_show .about_boxs .about-content {
	margin: 15px 25px 0
}
#fh5co-content-show .price-list, #fh5co-content-show .feature-list, #fh5co-content-show .price-title {
	border: none
}
#fh5co-content-show .price-list .item, #fh5co-content-show .feature-list .item {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#fh5co-content-show .price-list .item:hover, #fh5co-content-show .feature-list .item:hover {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#fh5co-content-show .price-list .item3, #fh5co-content-show .price-list .item5, #fh5co-content-show .feature-list .item3, #fh5co-content-show .feature-list 

.item5 {
	border-right: 1px solid #ccc;
}
#fh5co-content-show .price-list .item4, #fh5co-content-show .price-list .item5, #fh5co-content-show .feature-list .item4, #fh5co-content-show .feature-list 

.item5 {
	border-top: none;
}
#fh5co-content-show .price-list .item5, #fh5co-content-show .feature-list .item5 {
	margin-right: -1px;
}
.line-large {
	margin-left: -20px;
	margin-right: -20px
}
.line-large .x1, .line-large .x2, .line-large .x3, .line-large .x4, .line-large .x5, .line-large .x6, .line-large .x7, .line-large .x8, .line-large .x9, 

.line-large .x10, .line-large .x11, .line-large .x12, .line-large .xl1, .line-large .xl2, .line-large .xl3, .line-large .xl4, .line-large .xl5, .line-large 

.xl6, .line-large .xl7, .line-large .xl8, .line-large .xl9, .line-large .xl10, .line-large .xl11, .line-large .xl12, .line-large .xs1, .line-large .xs2, 

.line-large .xs3, .line-large .xs4, .line-large .xs5, .line-large .xs6, .line-large .xs7, .line-large .xs8, .line-large .xs9, .line-large .xs10, .line-large 

.xs11, .line-large .xs12, .line-large .xm1, .line-large .xm2, .line-large .xm3, .line-large .xm4, .line-large .xm5, .line-large .xm6, .line-large .xm7, .line-

large .xm8, .line-large .xm9, .line-large .xm10, .line-large .xm11, .line-large .xm12, .line-large .xb1, .line-large .xb2, .line-large .xb3, .line-large .xb4, 

.line-large .xb5, .line-large .xb6, .line-large .xb7, .line-large .xb8, .line-large .xb9, .line-large .xb10, .line-large .xb11, .line-large .xb12 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px
}
}
@media screen and (max-width:1000px) {
footer .footlink h3.last {
	width: 168px;
	padding-left: 0px
}
#fh5co-why-us .media {
	margin-left: 0px;
}
#fh5co-why-us .media:first-child {
	margin-top: 0px;
}
.fh5co-gallery .gallery-item .bnt-case {
	margin-top: 60px;
}
.navbar-body.nav-navicon {
	display: none;
}
#fh5co-content_show .sildeContent .service-boxs {
	padding: 0 0px 20px 20px;
}
#fh5co-content_show .about_boxs {
	/*height: 200px;
	overflow: hidden
}
#fh5co-content_show .about_boxs .about-content {
	height: 150px;*/
}
#fh5co-content_show .about_boxs .imgs img {
	height: 200px;
}
#fh5co-content-show .price-list, #fh5co-content-show .feature-list, #fh5co-content-show .price-title {
	border: none
}
#fh5co-content-show .price-list .item, #fh5co-content-show .feature-list .item {
	border-top: 1px solid #ccc;
	height: auto;
}
#fh5co-content-show .price-list .item:hover, #fh5co-content-show .feature-list .item:hover {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#fh5co-content-show .price-list .item2, #fh5co-content-show .price-list .item4, #fh5co-content-show .price-list .item5, #fh5co-content-show .feature-list 

.item2, #fh5co-content-show .feature-list .item4, #fh5co-content-show .feature-list .item5 {
	border-right: 1px solid #ccc;
}
#fh5co-content-show .price-list .item4, #fh5co-content-show .feature-list .item4 {
	margin-bottom: -1px;
}
#fh5co-content-show .price-list .item4, #fh5co-content-show .price-list .item5, #fh5co-content-show .feature-list .item4, #fh5co-content-show .feature-list 

.item5 {
	border-bottom: 1px solid #ccc;
}
#fh5co-content-show .price-list .item5, #fh5co-content-show .feature-list .item5 {
	margin-right: -1px;
}
.line-large {
	margin-left: -10px;
	margin-right: -10px
}
.line-large .x1, .line-large .x2, .line-large .x3, .line-large .x4, .line-large .x5, .line-large .x6, .line-large .x7, .line-large .x8, .line-large .x9, 

.line-large .x10, .line-large .x11, .line-large .x12, .line-large .xl1, .line-large .xl2, .line-large .xl3, .line-large .xl4, .line-large .xl5, .line-large 

.xl6, .line-large .xl7, .line-large .xl8, .line-large .xl9, .line-large .xl10, .line-large .xl11, .line-large .xl12, .line-large .xs1, .line-large .xs2, 

.line-large .xs3, .line-large .xs4, .line-large .xs5, .line-large .xs6, .line-large .xs7, .line-large .xs8, .line-large .xs9, .line-large .xs10, .line-large 

.xs11, .line-large .xs12, .line-large .xm1, .line-large .xm2, .line-large .xm3, .line-large .xm4, .line-large .xm5, .line-large .xm6, .line-large .xm7, .line-

large .xm8, .line-large .xm9, .line-large .xm10, .line-large .xm11, .line-large .xm12, .line-large .xb1, .line-large .xb2, .line-large .xb3, .line-large .xb4, 

.line-large .xb5, .line-large .xb6, .line-large .xb7, .line-large .xb8, .line-large .xb9, .line-large .xb10, .line-large .xb11, .line-large .xb12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}
}

/* @media(min-width:300px) { */
.xl1, .xl10, .xl11, .xl12, .xl2, .xl3, .xl4, .xl5, .xl6, .xl7, .xl8, .xl9 {
	float: left
}
.xl6 {
	width: 33.3% !important;
    padding: 0 1%;
    box-sizing: border-box;

}
#fh5co-content_show .nav li a{
    background: #FFF;
    border: 1px solid #B9B8B8;
    border-radius: 0px;
    font-size: 14px;
    color: #808080;
    display: inline-block;
    padding: 10px 0px;
    margin: 5px 0;
	width:45%;
}
/* } */

@media (min-width: 700px){
div.content-box.big.bottom-pad-small {
    margin-bottom: 80px;
}
#fh5co-content_show .nav li a{
       background: #FFF;
    border: 1px solid #B9B8B8;
    border-radius: 0px;
    font-size: 14px;
    color: #808080;
    display: inline-block;
    padding: 10px 0px;
    margin: 5px 0;
	width:30%;
}
}
@media (min-width:980px){

.tb { width: 100%;}

#fh5co-about-us{
    padding-top: 10px;}
	
#fh5co-comment-list{padding-top: 10px;}
#fh5co-news-list{padding-top: 10px;}
footer{margin-top: 10px;}

#fh5co-content_show .nav li a{
       background: #FFF;
    border: 1px solid #B9B8B8;
    border-radius: 0px;
    font-size: 14px;
    color: #808080;
    display: inline-block;
    padding: 10px 0px;
    margin: 5px 0;
	width:12%;
}
.xl6 {
    width: 32%;
}

}