@CHARSET "UTF-8";
body {
	padding-top: 30px;
	padding-top: 56px\9;
}

body.body-white {
	background: #fff;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: relative;
}

.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
	margin-right: 0px;
	margin-left: 0px;
}

.navbar .nav .user {
	padding: 0;
	line-height: 70px;
}

.navbar .nav .user .headicon {
	margin: 19px 0 0 0;
	height: 108px;
}

.navbar .nav .user .caret {
	vertical-align: middle;
	margin: 0 5px;
}
.pc1{
    margin-left: 8px;
    position: relative;
    top: 4px;
}
/*#main-menu{
	padding-left: 5rem;
}*/


/*tc widget*/

.tc-main {
	margin-top: 50px;
}
.title1 img{
    width: 40px;
    height: 40px;
}

/*tc-box*/

.tc-box {
	background: #fff;
	padding: 5px 10px;
	margin: 10px 0;
}

.tc-box.first-box {
	margin: 0 0 10px 0;
}

.tc-box.article-box {
	padding: 5px 20px;
}
.container21{
	
}
.tx img{
	width: 30px;
	height: 30px;
}
.sysj{
    position: absolute;
    top: 0px;
    left: 60%;
}
.yxmc{
	position: relative;
	left: 210px;
}
.sj{
	padding: 7px 0;
    font-size: 21px;
    color: #ff821d;
    float: left;
    width: 50%;
    text-align: left;
	}
.phb {
	color: #ff821d;
	border: 1px solid #ff821d;
	background: #FFFFFF;
	display: block;
	width: 40%;
	padding: 7px 0;
	text-align: center;
	margin: 0 auto;
}
.phb_div {
	float: left;
	width: 50%;
}
.xf_div {
	float: left;
	width: 50%;
	margin-top: 40px;
}
.phb:hover {
	color: #FFFFFF;
	border: 1px solid #ff821d;
	background: #ff821d;
}
/*tc-box end */
/*.controls{
	margin-top: 50px;
}*/

/* The blog boxes */


/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/

.tc-gridbox {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: solid 1px #ddd;
	background: #fff;
	cursor: pointer;
}

.tc-gridbox:hover {
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.1);
	box-shadow: 0 5px 5px 0 rgba(50, 50, 50, , 0.1);
}

.tc-gridbox a {
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 979px) {
	.tc-gridbox {
		display: block;
		float: none;
		width: 95%;
	}
}

.tc-gridbox .header {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: center;
	background: #fff;
}

.tc-gridbox .footer {
	padding: 5px 14px 5px 14px;
	text-align: right;
	background: #fff;
}

.tc-gridbox .header .item-image {
	overflow: hidden;
}

.tc-gridbox .header img {
	margin-bottom: 5px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

.tc-gridbox .header img:hover {
	-webkit-transform: scale(1.2) rotate(2deg);
	-moz-transform: scale(1.2) rotate(2deg);
	-o-transform: scale(1.2) rotate(2deg);
	-ms-transform: scale(1.2) rotate(2deg);
	transform: scale(1.2) rotate(2deg);
}

.tc-gridbox .header h3 {
	color: #454a4e;
	margin: 0 5px;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
	color: #454a4e;
	white-space: nowrap;
}

.tc-gridbox .header .meta {
	color: #5a6065;
}

.tc-gridbox .header hr {
	border-top-color: #ced5db;
	border-bottom: none;
	margin: 5px 0;
}

.tc-gridbox .body {
	padding-right: 14px;
	padding-left: 14px;
	margin-bottom: 14px;
	color: #343a3f;
}

.tc-gridbox .body a {
	color: #666;
}

.tc-gridbox .body a:hover {
	color: #428bca;
}

.tc-gridbox .btn {
	float: right;
	margin-right: 10px;
	margin-bottom: 18px;
}


/*masonary*/

#container .item {
	margin-bottom: 20px;
}

#container .item h3 {
	line-height: 100%;
}

#container .grid-sizer,
#container .item {
	width: 23%;
	margin: 10px 1%;
	float: left;
	zoom: 1;
}

@media (max-width: 479px) {
	#container .grid-sizer,
	#container .item {
		width: 98%;
		margin: 10px 1%;
		float: left;
		zoom: 1;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	#container .grid-sizer,
	#container .item {
		width: 48%;
		margin: 10px 1%;
		float: left;
		zoom: 1;
	}
}


/*list Boxes
------------------------------------*/

.list-boxes {
	width: 1125px;
	margin: 0 auto;
	position: relative;
}

.list-boxes img.thumb {
	width: 380px;
	float: left;
}

.list-boxes .index_news {
	width: 530px;
	float: left;
	padding: 0 0 0 40px;
}

.list-boxes .index_news h1 {
	font-size: 20px;
	font-weight: normal;
	color: #4d4d4d;
}

.list-boxes .index_news p {
	color: #909090;
	font-size: 16px;
	line-height: 28px;
}

.index_news .index_news_btn {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
}

.list-boxes {
	overflow: hidden;
	padding: 15px 20px;
	margin-bottom: 25px;
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top: solid 2px #fff;
	word-wrap: break-word;
	word-break: break-all;
}

.list-boxes:hover {
	/*border-top: solid 2px #f90;*/
}

.list-boxes h2 a {
	color: #555;
}

.list-boxes:hover h2 a {
	color: #f90;
}

.list-boxes .list-actions a {
	font-size: 16px;
	text-decoration: none;
}

.list-boxes p a {
	color: #72c02c;
}

.list-boxes .list-boxes-img li i {
	color: #72c02c;
	font-size: 12px;
	margin-right: 5px;
}

.list-boxes .list-boxes-img img {
	display: block;
	margin: 5px 10px 10px 0;
}

.list-boxes h2 {
	margin-top: 0;
	font-size: 20px;
	line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
	display: inline;
}

.list-boxes ul.list-boxes-rating li i {
	color: #f8be2c;
	cursor: pointer;
	font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
	color: #f8be2c;
}


/*list Colored Boxes*/

.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
	color: #fff;
}


/*Red list Box*/

.list-boxes-red {
	background: #e74c3c;
}


/*Blue list Box*/

.list-boxes-blue {
	background: #3498db;
}


/*Grey list Box*/

.list-boxes-grey {
	background: #95a5a6;
}


/*Turquoise list Box*/

.list-boxes-sea {
	background: #1abc9c;
}


/*Turquoise Top Bordered list Box*/

.list-boxes-top-sea {
	border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
	border-top-color: #16a085;
}


/*Yellow Top Bordered list Box**/

.list-boxes-top-yellow {
	border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
	border-top-color: #f39c12;
}


/*Orange Left Bordered list Box**/

.list-boxes-left-orange {
	border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
	border-left-color: #d35400;
}


/*Green Left Bordered list Box**/

.list-boxes-left-green {
	border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
	border-left-color: #5fb611;
}


/*Green Right Bordered list Box**/

.list-boxes-right-u {
	border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
	border-right-color: #5fb611;
}


/*comments*/

.comment {
	margin-bottom: 10px;
}

.comment .avatar {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.comment .avatar1 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.comment-body {
	overflow: hidden;
	margin-left: 70px;
}

.comment-content {
	padding-bottom: 2px;
	word-break: break-all;
	word-wrap: break-word;
}

.comment>.pull-left {
	margin-right: 10px;
}

.comment .time {
	color: #ccc;
	font-size: 12px;
	line-height: 14px;
}
.comment .mytime{
	float: right;
	color: #999999;
	font-size: 18px;
}
.comment .re{
	float: right;
	font-size: 20px;
}
.comment-postbox-wraper {
	padding-right: 22px;
}

.comment-postbox {
	width: 100%;
	padding: 10px;
}

.comment-reply-box {
	position: relative;
	padding-right: 14px;
}

.comment-reply-box .textbox {
	width: 100%
}


/*ranking box*/

.ranking ul.unstyled li {
	padding: 5px 0;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
	margin-right: 5px;
}

.ranking li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background-color: #aaa;
}

.ranking li.top3 i {
	background: #FC9B0B;
}


/*comment ranking box*/

.comment-ranking .comment-ranking-inner {
	padding: 10px;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 10px;
	/*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
	width: 0;
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " ";
	display: block;
	position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
	border-top: 15px solid #eee;
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset;
	/*FF fixes*/
	border-right-style: inset;
	/*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
	border-bottom: 15px solid #fff;
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset;
	/*FF fixes*/
	border-bottom-style: inset;
	/*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
	border-color: #FC9B0B;
	border-top-color: #FC9B0B;
	background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
	border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
	color: #777;
	display: block;
	font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
	text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
	text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}


/*ThinkCMF Photos*/

ul.tc-photos {
	margin: 0;
}

.tc-photos li {
	display: inline;
}

.tc-photos li a {
	text-decoration: none;
}

.tc-photos li img {
	opacity: 0.6;
	width: 50px;
	height: 50px;
	margin: 0 2px 8px;
	border: 1px solid #ddd;
}

.tc-photos li img:hover {
	opacity: 1;
	border: 1px solid #f90;
	/* box-shadow: 0 0 0 1px #f90; */
}


/**/


/*Blog Posts
------------------------------------*/

.posts .dl-horizontal a {}

.posts .dl-horizontal {
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt {
	width: 60px;
	float: left;
}

.posts .dl-horizontal dt .img-wraper {
	display: block;
	width: 55px;
	height: 55px;
	padding: 1px;
	margin-top: 2px;
	border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
	width: 100%;
	height: 100%;
	/* width: 55px; 
	height: 55px;
	padding: 1px;
	margin-top: 2px; 
	border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
	margin-left: 70px;
}

.posts .dl-horizontal dd p {
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
	color: #FC9B0B;
	border-color: #FC9B0B !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.xq1{
    width: 100%;
    margin: -5px 0px 0px 0px;
    font-size: 18px;
    color: #646464;
    line-height: 30px;
}

/*OnePiece-xiaoj*/

.btn-green {
	background: #FF821D;
	border: 1px solid #FF821D;
	color: #FFFFFF;
}

.container {
	margin-bottom: 35px;
}

.navbar .container {
	margin-bottom: 0;
}

.navbar-inner {
	background: #FFFFFF;
}

.navbar .nav>li>a {
	color: #1a849b;
	text-shadow: none;
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle {
	color: #f18f48;
}

.navbar .nav li.dropdown.open>.dropdown-toggle:hover,
.navbar .nav li.dropdown.active>.dropdown-toggle:hover,
.navbar .nav li.dropdown.open.active>.dropdown-toggle:hover {
	color: #f18f48;
}

.dropdown-menu>li>a:hover {
	background: #646464;
}

.caption .first {
	min-height: 80px;
	min-height: 120px\9;
	height: auto !important;
	height: 80px;
	height: 120px\9;
}

.navbar .nav>li.active {
	background-color: #FFFFFF;
}

.navbar .nav>li.active a {
	color: #1a849b;
}

.margin-30 {
	margin: 100px 0;
}

.padding-30 {
	padding: 30px 0;
}
.inline{
	text-align: center;
}
.sy-box {
	position: relative;
	z-index: 2;
	width: 1200px;
	top: -20px;
}

.bj {
	position: relative;
	top: 10px;
	z-index: 1;
	height: 50px;
	background-image: url(/tpl/simplebootx/Public/images/12_03.png);
}

.bj1 {
	position: relative;
	top: -10px;
	z-index: 1;
	height: 50px;
	background-image: url(/tpl/simplebootx/Public/images/12_03.png);
}

.bj2 {
	position: relative;
	top: -35px;
	z-index: 1;
	height: 50px;
	background-image: url(/tpl/simplebootx/Public/images/12_03.png);
}

.bj3 {
	position: relative;
	top: -120px;
	z-index: 1;
	height: 50px;
	background-image: url(/tpl/simplebootx/Public/images/12_03.png);
}


}
.bj4 {
	position: relative;
	top: 2px;
	z-index: 1;
	height: 50px;
	background-image: url(/tpl/simplebootx/Public/images/12_03.png);
}
.bj5 {
	position: relative;
	top: 20px;
	z-index: 1;
	height: 76px;
	background-image: url(/tpl/simplebootx/Public/images/12_03.png);
}
.bj66 {
	position: relative;
	top: 89px;
	z-index: 1;
	height: 50px;
	background-image: url(/tpl/simplebootx/Public/images/12_03.png);
}
.demo1 {
	margin-top: 60px;
	height: 440px;
}
.demo2 {
	margin-top: 40px;
	height: 600px;
	background-image: url(/tpl/simplebootx/Public/images/bg_01.png);
}
.prdemo2 {
	margin-top: 110px;
	height: 890px;
	position: relative;
}
.demo3 {
	margin-top: 40px;
	height: 600px;
	background-image: url(/tpl/simplebootx/Public/images/bg_02.png);
}
.prdemo3 {
/*	margin-top: 110px;*/
	height: 890px;
	position: relative;
}
.demo4 {
	margin-top: 40px;
	height: 600px;
	background-image: url(/tpl/simplebootx/Public/images/bg_03.png);
}
.imgimg{
	padding: 78px;
}
.imgtu{
	    margin-bottom: 50px;
}
.demo5 {
	margin-top: 40px;
	height: 600px;
	background-image: url(/tpl/simplebootx/Public/images/bg_04.png);
}
.productcontent {
	height: 3840px;
	background-image: url(/tpl/simplebootx/Public/images/bg_0.png);
}
.title1 {
	font-size: 46px;
	color: #116172;
	text-align: center;
	font-weight: bold;
}
.title1 a{
	color: #116172;
}
.title1 a:hover,
.title1 a:focus {
	color: #116172;
}
.kongbai{
		height: 40px;
}
.kongbai1 a{
	color: #999999;
}
.kongbai1 a:hover,
.kongbai1 a:focus {
	color: #ff821d;
	font-weight: bold;
}
.kongbai1{
	font-size: 30px;
	float: right;
	margin-right: 100px;
}
.title3 {
	float: left;
	font-size: 36px;
	color: #116172;
	font-weight: bold;
}
.title5 {
	float: right;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	width:200px;
	height:50px;
	background:#ff821d;
    margin-top: -50px;	
}
.kb{
	height: 50px;
}
.all {
	margin-top: 23px;
}
.b1 {
	margin: auto 95px;
}
#box{
	display: none;
}
.sure {
    width: 270px;
    height: 35px;
    background-color: #ff821d;
    color: #ffffff;
}
.sure1 {
    width: 270px;
    height: 60px;
    background-color: #ff821d;
    font-size: 24px;
    color: #ffffff;
    margin-left: 900px;
    border: none;
}
.ys{
	margin-left: 20px;
	color: #ff821d;
}
#search {
	margin: 20px 0;
	height: 50%;
	width: 50%;
	float: left;
}
#search2 {
	margin: 20px 0;
	height: 50%;
	width: 50%;
	float: right;
}
#search3 {
	margin: 20px 0;
	height: 50%;
	width: 70%;
	float: left;
}
#search4 {
	margin: 20px 0;
	height: 50%;
	width: 30%;
	float: right;
}
#search5{
	width: 20%;
	float: left;	
}
#search6{
		width: 80%;
	float: right;
}
.nr{
    position: relative;
    color: #646464;
    top: -65px;
    left: 90px;
    font-size: 30px;
}
#search4 img {
	border-radius: 2%;
}
.neirong1 {
	height: 350px;
}
.tuandui{
	margin-top: 50px;
}
.text-center{
	color: #424242;
	margin-left: 50px;
}
.control-group1{
	
}
.gc {
	width: 65%;
	font-size: 24px;
	color: #323232;
	margin-left: 200px;
}
.prgc {
	width: 68%;
	font-size: 22px;
	color: #646464;
	margin-left: 120px;
	margin-top: 50px;
}
.prgc li {
	line-height: 40px;
}
.gc li {
	line-height: 50px;
}
.downl{
	margin-top: 50px;
	margin-left: 0px;
	height: 100%;
	width: 18%;
	float: left;	
}
.downtitle{
	font-size: 18px;
	color: #636363;
}
.downname{
	margin-top: 60px;
	font-size: 36px;
	color: #1e829c;
	font-weight: 300;
}
.user-nicename{
	font-weight: bold;
}

.downc{
	height: 100%;
	width: 30%;
	float: left;	
}
.downr{
	height: 100%;
	float:left;	
	margin-top: 0px;
}
.downimg img{
	width: 130px;
	height:100px;
}
.downloadcontent{
	height: 220px;
}
.xq {
	width: 68%;
	font-size: 24px;
	color: #323232;
	margin-left: 200px;
	line-height: 50px;
}
.bt1 {
	margin:0;
	font-size: 28px;
	color: #323232;
}
.bt1 a{
	color: #323232;
}
.bt1 a:hover,
.bt1 a:focus {
	color: #ff821d;
}
.bt12 a{
	color: #646464;
}
.bt12 a:hover,
.bt12 a:focus {
	color: #646464;
}

.bt11 {
	margin: 20px 0;
	font-size: 18px;
	color: #999999;
}
.bt12 {
	width: 95%;
	margin: -5px 0px 0px 0px;
	font-size: 18px;
	color: #646464;
	line-height: 30px;
}
.bt22 {
    width: 70%;
    margin: -5px 0px 0px 90px;
    font-size: 18px;
    color: #646464;
    line-height: 30px;
}

/*.pr22 {
    width: 60%;
    text-align: center;
    font-size: 22px;
    color: #646464;
    line-height: 30px;
}*/
.prbt2 img {

}

}
.bt3 img {
	margin: 70px 0;
	float: left;
	border-radius: 5%;
}
.title2 {
	font-size: 36px;
	color: #116172;
	font-weight: bold;
}

.title4 {
	font-size: 36px;
	color: #116172;
	text-align: center;
	font-weight: bold;
	margin: 50px 0;
}
.zt {
	font-size: 36px;
	color: #323232;
	font-weight: bold;
	line-height: 50px;
}
.padding-top-30 {
	padding-top: 30px;
}
.padding-bottom-30 {
	padding-bottom: 30px;
}

/*foot*/
.ft {
	margin-top: 100px;
}
#foot {
	padding: 15px 0;
	background: #FFFFFF;
	margin-bottom: 0;
}
#foot .navbar-inner {
	background: #504d4d;
}
#foot .container {
	margin-bottom: 0;
}
#foot p {
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: 16PX;
	line-height: 58px;
	color: #323232;
	;
}
/*JSdonghua*/
.containerpr, .containerpr *{margin:0; padding:0;}

.containerpr{width:547px; height:410px; overflow:hidden;position:relative;}

.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:547px; height:410px;	background: #f1f1f1;
	/* border: 1px solid #ccc; */
	
	padding: 5px;
	float: right;
	border-radius: 2%;
	box-shadow: 0px 15px 10px -10px #DECDD1; display:block;}

.slider2{width:2000px;}
.slider2 li{float:left;}

.slider3{width:2000px;}
.slider3 li{float:left;}

.slider4{width:2000px;}
.slider4 li{float:left;}
.slider5{width:2000px;}
.slider5 li{float:left;}
.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #F9D475;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #F9D475;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #F9D475;
	font-weight: bold;
}
/*团队介绍*/
.team_wrap ul {
	margin: 80px 0 20px 20px;
}
.team_wrap ul li {
	line-height: 36px;
	font-size: 18px;
}
.team_introduce h1,
.team_introduce h2,
.team_introduce h3 {
	margin: 0 0 0 0;
	padding: 0;
}
.team_introduce {
	margin: 35px 0 0 0;
	padding: 0 30px 35px 30px;
	overflow: hidden;
	border-bottom: 1px dashed #CCCCCC;
	position: relative;
}
.team_title h1 {
	height: 36px;
	line-height: 36px;
	font-size: 22px;
	font-weight:bold;
	font-family:"宋体";
}
.team_title h2 {
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	font-weight:bold;
	font-family:"宋体";
}
.team_title h3 {
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	font-weight:bold;
	font-family:"宋体";
}
.team_title {
	width: 860px;
	margin: 55px auto;
	padding: 0 80px;
}
.team_photo {
	position: absolute;
	top: 0;
	right: 150px;
}

/*首页导航*/
.navbar .nav>li {
	/*letter-spacing: 10px;*/
	/*text-indent: 10px;*/
}
.navbar .nav>li>a {
	/*padding: 38px 15px 37px;*/
	padding: 38px 25px 37px;
}
.navbar .nav .user {
	line-height: 90px;
}
/*goumai导航*/
.grid-bundle {
    width: 1200px;
    margin-bottom: 50px;
    table-layout: fixed;
    text-align: center;
    border-collapse: collapse;
}
.grid-bundle td{
	    padding: 50px 0 0 0 ;
	    font-size: 20px;
}
.grid-bundle th {
    padding: 4px 0;
    color: #999;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.grid-bundle .buytitle1{
	font-size: 28px;
	color: #1b859d;
	
}
.buytitle1{
	font-size: 18px;
	color: #1b859d;
	/*position: relative;
    left: 270px;
    top: -20px;*/
   display: block;
   float: left;
   width: 40%;
   text-align: center;
   line-height: 150px;
}
.grid-bundle .buytitle2{
	font-size: 25px;
	color: #1b859d;
}
.grid-bundle .buytotal1{
	color: #ff821c;
}
.grid-bundle select{
	width: 150px;
}
.grid-bundle .buytime1{
	padding: 70px 0 0 0;
}
.grid-bundle input[type="checkbox"] {

  height: 50px;
  vertical-align: middle;
  width: 50px;
    
}
.rmb{
	font-size: 24px;
	height: 100px;
	    margin-left: 900px;
}

.tab-pane1 {
    margin: 35px 0px 0px 530px;

}
.tab-pane4 {
    margin: 35px 0px 0px 530px;

}
.tab-pane1 img{
	 border:solid 1px #ddd;
	 border-radius: 50%;
	 max-width:100px;
    margin: 50px 0;	 
}
.tab-pane3 img{

	 border:solid 1px #ddd;
	 border-radius: 50%;

}
.control-label {
    float: left;
    width: 100px;
    font-size: 16px;
}
.paypay img{
	width: 12%;
}
.paymethod{
	margin-left: 95px;
}
.js {
	position: fixed;
	left: 4%;
	top:10%;
	z-index: 99999;
	box-shadow: 5px 5px 10px rgba(50,50,50,0.2);
	border-radius: 5px;
	height: 187.5px;
}
.js img{
	width: 150px;
}