@charset "utf-8";
/* CSS Document */
/*界面设计：个性鼠；    程序开发：一毛*/

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {background:#fff; font-size:13px; line-height:18px; font-family:'Roboto', Arial, sans-serif; color:#565a5c;-webkit-font-smoothing: antialiased;
	margin: 0}
ul,li,dl,dt,dd,p{list-style:none; padding:0; margin:0;}
h1, .h1, h2, .h2, h3, .h3 {
margin: 0;
}
h1, h2, h3, h4, h5, h6{-webkit-font-smoothing:antialiased; color:#333;}
h3{ font-size:22px;}
h4 {
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27px;
	margin: 0 0 14px 0;
}

/*General links color*/
a {color: #333;text-decoration: none;-webkit-transition: all 0.2s ease;transition: all 0.2s ease; outline:none;}
a:hover,a:focus {color: #717171;text-decoration: none; outline:none;}

a.link_normal{
	position:relative;
	font-weight:500;
}
a.link_normal:after{
	font-style: normal;
 	font-weight: normal;
 	font-family: 'ElegantIcons';
	content: "\24";
	top:3px;
	position:relative;
	margin-left:3px;
}
p {margin: 0 0 25px 0;}
.main_title {
	background-color:rgba(0, 0, 0, 0.3); 
	display:inline-block; 
	padding:15px 15px 0 15px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  /*border-top: 1px dotted #ddd;*/
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both
}

/*头部导航 CSS*/
/* Header */
#tag_line{
	font-size:13px;
	color:#999;
}
#logo{margin-top:7px;}
header{
	width:100%;
	padding:10px 0 10px 0;
	background-color:#fff;
	z-index:99999;
	position:relative;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1170px
}
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.header_left {
	width: 25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding: 0px;
}
.header_right {
	width: 75%;
	float: left;
	position: relative;
	min-height: 1px;
	padding: 0px;
}

header.sticky #top_line{
	height: 0;
	overflow:hidden; 
	padding:0; 
	opacity:0; 
	visibility:visible;
}
header.sticky{ 
	-webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	-moz-box-shadow:0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	box-shadow:0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	background-color:#fff; 
	padding-bottom:0;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}
nav{ margin-top:35px}
.sticky nav{ margin-top:30px}
.sticky #logo{ margin-top:0; margin-bottom:10px;}
#top_line{
	height:28px;
	font-size:12px;
	border-bottom:1px solid rgba(0,0,0,0.1);
	 transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -webkit-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 visibility:visible;
	 opacity:1;
	 margin-bottom:5px;
}
ul#top_links{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	font-weight:600;
}
ul#top_links li{
	display:inline-block;
	border-left: 1px solid rgba(0,0,0,0.1);
	margin-right:5px;
	padding-left:8px;
}
ul#top_links li:first-child{
	border-left: none;
	padding-left:0;
}
ul#top_links li #phone_header{
	color:#636;
}
#sub_header{
    height: 150px;
    background: #82ca9c url(../image/sub_header.jpg) no-repeat center center;
	color:#fff;
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
  -o-background-size: cover;
  padding-top:76px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#sub_header h1{
	color:#fff;
	margin:0;
	font-size:24px;
	font-weight:700;
}
#sub_header h1:before{
	content:'//';
	margin-right:5px;
}
#sub_header .main_title p{
	margin-bottom:15px;
	font-size:14px;
}

/*首页Banner*/
.banner{
    width: 100%;
	height:600px;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
	}
.banner_div {
	padding:0px;
	height:600px;
	margin:0px auto;
	overflow:hidden;
}
#flash {
	width:100%;
	height:600px;
	overflow:hidden;
	margin:0 auto;
	clear:both;
    position:absolute;
	padding:0px;
	z-index:1;
}
#flash a {
	width:100%;
	height:600px;
	display:none;
}
#flash img {
	width:100%;
	height:600px;
	display:none;
}
.flash_bar {
	width:120px;
	height:30px;
	overflow:hidden;
	padding-top:13px!important;
	padding-top:12px;
	text-align:center;
	margin:0px auto;
	z-index:999;
	position:absolute;
	top:550px;
	left:50%;
}
.flash_bar .dq {
	display:inline-block;
	float:left;
	width:13px;
	height:30px;
	margin:5px 5px; /* background: url(tg_flash_p.png) no-repeat 0px 0px;*/
	cursor:pointer;
	background:url(../Images/tg_flash_p.png) no-repeat 0px 0px;
	_background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Images/tg_flash_p.png", sizingMethod="crop");
}
.flash_bar .no {
	display:inline-block;
	float:left;
	width:13px;
	height:30px;
	margin:5px 5px; /* background: url(tg_flash_p.png) no-repeat 0px 0px;*/
	cursor:pointer;
	background:url(../Images/tg_flash_p2.png) no-repeat 0px 0px;
	_background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../Images/tg_flash_p2.png", sizingMethod="crop");
}
#flashBg {
	height:600px;
	overflow:hidden;
	width:100%;
	clear:both;
	margin:0;
	padding:0;
}
#flashLine {
	height:600px;
	width:100%;
	clear:both;
}

/*底部联系信息*/
.warp{ width:100%;height:auto;overflow:hidden;left:0; top:0; margin:0 auto;text-align:center;min-width:1100px;_width: expression(((document.compatMode && document.compatMode=='CSS1Compat')? document.documentElement.clientWidth : document.body.clientWidth) < 1100? '1100px' : 'auto');}
.content-footer{width:100%; height:215px; background:#545252;}
.content-footer a:hover{color:#99CC00;}
.content-footer-t{width:100%; height:170px; overflow:hidden; text-align:center; margin:0 auto}
.content-footer-t-w{width:1000px; height:170px; overflow:hidden; text-align:center; margin:0 auto}
.content-footer-t-w-l{float:left; width:430px; height:170px; overflow:hidden}
.content-footer-t-w-l li{float:left; /*width:120px;*/ padding-right:40px}
.content-footer-t-w-l li dd{color:#959494; font-size:12px; line-height:20px;}
.content-footer-t-w-l li dd a{color:#959494}
.content-footer-t-w-l li .about dt{background:url(../Images/footer-ico-3.jpg) center 25px no-repeat; width:100%; height:80px; color:#dbdbdb; font-size:14px; line-height:20px; padding-top:55px;}
.content-footer-t-w-l li .jiejue dt{background:url(../Images/footer-ico-1.jpg) center 25px no-repeat; width:100%; height:80px; color:#dbdbdb; font-size:14px; line-height:20px; padding-top:55px;}
.content-footer-t-w-l li .help dt{background:url(../Images/footer-ico-2.jpg) center 25px no-repeat; width:100%; height:80px; color:#dbdbdb; font-size:14px; line-height:20px; padding-top:55px;}
.content-footer-t-w-l li .more dt{background:url(../Images/footer-ico-4.jpg) center 25px no-repeat; width:100%; height:80px; color:#dbdbdb; font-size:14px; line-height:20px; padding-top:55px;}
.content-footer-t-w-c{float:left;width:130px; height:170px; overflow:hidden}
.content-footer-t-w-c ul{padding-top:30px}
.footer-wx{width:160px; height:40px; line-height:40px; color:#959494; background:url(../Images/footer-ico-wx.jpg) left center no-repeat; text-indent:30px; text-align:left}
.footer-wb{width:160px; height:40px; line-height:40px; color:#959494; background:url(../Images/footer-ico-wb.jpg) left center no-repeat; text-indent:30px; text-align:left}
.footer-tx{width:160px; height:40px; line-height:40px; color:#959494; background:url(../Images/footer-ico-tx.jpg) left center no-repeat; text-indent:30px; text-align:left}
.content-footer-t-w-m{float:left;width:350px; height:170px; overflow:hidden; text-align:left}
.content-footer-t-w-m dl{padding-top:30px}
.content-footer-t-w-c a{color:#959494}
.footer-wz{line-height:30px; background:url(../Images/footer-ico-wz.jpg) left center no-repeat; color:#959494;text-indent:30px; font-size:12px}
.footer-yx{line-height:30px; background:url(../Images/footer-ico-yx.jpg) left 4px no-repeat; color:#959494;text-indent:30px; font-size:12px}
.footer-yx a{color:#999}
.footer-tel{width:350px; height:35px; background:url(../Images/tel.jpg) left center no-repeat; padding:25px 0}
.content-footer-t-w-r{float:left;width:90px; height:170px; overflow:hidden; background:url(../Images/wx2wm.jpg) center center no-repeat}
.content-footer-b{background:#3e3e3e; width:100%; height:45px; line-height:45px; text-align:center; margin:0 auto; color:#fff; font-size:12px}

/*内页CSS部分开始*/
/*抬头文字*/
.page-header {
	background-color: #171717;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	margin: 0 0 35px 0;
	min-height: 50px;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

.page-header .breadcrumb {
	background: none;
	margin: -3px 0 0;
	padding: 0;
}
.breadcrumb a { color:#CCC;}

.page-header .breadcrumb > li {
	text-shadow: none;
}

.page-header .breadcrumb.breadcrumb-valign-mid {
	position: absolute;
	top: 40%;
	right: 20px;
}

.page-header h1 {
	border-bottom: 5px solid #CCC;
	color: #FFF;
	display: inline-block;
	font-weight: 200;
	margin: 0 0 -25px;
	min-height: 37px;
	font-size: 2.6em;
	line-height: 46px;
	padding: 0 0 17px;
	position: relative;
}

.page-header h1 span {
	color: #999da3;
	display: block;
	font-size: 0.6em;
	font-weight: 300;
	margin: -10px 0 0;
}
section.page-header h1 {
border-bottom-color: #0088cc;
color: #FFF;
display: inline-block;
font-weight: 200;
margin: 0 0 -25px;
min-height: 37px;
font-size: 2.6em;
line-height: 46px;
padding: 10px 0 17px;
position: relative;
}

/*个人展示*/
.col-xs-121 {
  float: left;
  width:33%;
  min-height: 1px;
padding-right: 5px;
padding-left: 15px;
}
.mt-sm {
margin-top: 10px !important;
}
h2 {
font-size: 32px;
font-weight: 300;
line-height: 30px;
margin: 15px 0;
}
.col-md-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.btn-lg, .btn-group-lg > .btn {
padding: 10px 16px;
font-size: 24px;
line-height: 1.3333333;
border-radius: 6px;
}
.mb-xlg {
margin-bottom: 30px !important;
}
.mb-xlg p {
	line-height:24px;
	/*text-indent:2em;*/
}
.form-group {
margin-bottom: 15px;
overflow:hidden;
}
.mt-lg {
margin-top: 20px !important;
color: #0088cc !important;
}
h4 {
font-size: 18px;
font-weight: 400;
letter-spacing: normal;
line-height: 27px;
margin: 0 0 14px 0;
}
.pager a {color:#036;}
.post-content h2 {font-size:24px;}

/*管理团队CSS*/
.item {
	margin-top: 30px;
	border-bottom:1px dotted #CCCCCC;
	padding:0px 0px 30px;
	overflow:hidden;
}
.item .avatar {
	width: 234px
}
.item .desc {
	width: 558px;
	display: table-cell;
	vertical-align: middle
}
.item .desc h2 {
	font-size: 28px;
	color: #333;
	font-family: sans-serif
}
.item .desc .line {
	width: 56px;
	height: 2px;
	background: #333
}
.item .desc h3 {
	padding-top: 10px;
	color: #424242;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px
}
.item .desc p {
	color: #757575
}
.item.left .avatar {
	float: left
}
.item.left .desc {
	float: right
}
.item.right .avatar {
	float: right
}
.item.right .desc {
	float: left
}

/*课程展示*/

.sort-destination.full-width-spaced {
	margin-left: 20px;
	margin-right: 20px;
}

.sort-destination.full-width-spaced .portfolio-item {
	margin-left: 20px;
	margin-right: 20px;
}

.sort-source-wrapper + .sort-destination.full-width {
	margin: 0 0 -81px;
	top: -51px;
}
/* Sort Destination */
.sort-destination {
	overflow: hidden;
}

.sort-destination.full-width {
	position: relative;
}

.sort-destination.full-width .isotope-item {
	width: 20%;
	float: left;
}

.sort-destination.full-width .isotope-item.w2 {
	width: 40%;
}

.sort-destination.full-width .isotope-item .img-thumbnail, .sort-destination.full-width .isotope-item a, .sort-destination.full-width .isotope-item .thumb-info img {
	border-radius: 0;
}
/* Thumb Info */
.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 4px;
	margin: 4px;
	overflow: hidden;
	display: block;
	position: relative;
}

.thumb-info .thumb-info-wrapper:after {
	content: "";
	background: rgba(36, 27, 28, 0.9);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	bottom: -4px;
	color: #FFF;
	left: -4px;
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 1;
}

.thumb-info .thumb-info-type {
	background-color: #CCC;
	border-radius: 2px;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	text-transform: none;
	z-index: 2;
}

.thumb-info img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 3px;
	position: relative;
	width: 100%;
}

.thumb-info:hover .thumb-info-wrapper:after {
	filter: alpha(opacity=100);
	opacity: 1;
}

.thumb-info:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
	filter: alpha(opacity=10);
	opacity: 0.1;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper {
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
	border-radius: 0;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
	display: none;
}

.thumb-info.thumb-info-preview .thumb-info-image {
	min-height: 232px;
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	transition: all 0.8s linear 0s;
}

.thumb-info.thumb-info-preview:hover .thumb-info-image {
	transition: all 2.5s linear 0s;
	background-position: center bottom;
}
h5 {
font-size: 1em;
font-weight: 600;
letter-spacing: normal;
line-height: 18px;
margin: 0 0 14px 0;
text-transform: uppercase;
}
.mb-xs {
margin-bottom: 5px !important;
text-align:center;
line-height:25px;
font-size:14px;
}

/*信息查询CSS*/
.whois-index-main {
width: 940px;
margin: 0 auto;
}
.whois-index-search {
width: 800px;
margin: 0 auto;
padding-left: 140px;
}
.whois-index-search .index-title {
padding-top: 80px;
line-height: 35px;
font-size: 18px;
color: #000;
}
.whois-index-search .index-title .index-title-main {
font-size: 26px;
color: #000;
}
.whois-index-search .index-title .index-title-desc {
font-size: 14px;
color: #000;
padding-left: 10px;
}
.whois-index-search .search-main {
width: 614px;
padding-bottom: 150px;
}
.search-main .whois-search-input {
width: 432px;
height: 56px;
line-height: 30px;
padding: 0 16px;
font-size: 17px;
overflow: hidden;
}
.search-main .whois-search-btn {
width: 150px;
height: 56px;
line-height:45px;
background: #f60;
border: none;
cursor: pointer;
outline: none;
color: #fff;
font-size: 20px;
font-weight: 700;
}
.an-zs {
padding: 12px 30px;
font-size: 14px;
color: #ebffe2;
background-color: #3fce01;
display: inline-block;
vertical-align: middle;
cursor: pointer;
text-align: center;
margin-bottom: 0;
line-height: 20px;
border: none;
-webkit-transition: all 0.2s ease-in 0s;
-moz-transition: all 0.1s ease-in 0s;
-o-transition: all 0.1s ease-in 0s;
transition: all 0.1s ease-in 0s;
border-radius: 2px;
}
.an-zs1 {
padding: 12px 30px;
font-size: 14px;
color: #ebffe2;
background-color: #999;
display: inline-block;
vertical-align: middle;
cursor: pointer;
text-align: center;
margin-bottom: 0;
line-height: 20px;
border: none;
-webkit-transition: all 0.2s ease-in 0s;
-moz-transition: all 0.1s ease-in 0s;
-o-transition: all 0.1s ease-in 0s;
transition: all 0.1s ease-in 0s;
border-radius: 2px;
}


.paginate{color: #666; text-align: center; clear:both; margin-bottom: 1em;}
.paginate a{display: inline-block; *display: inline; *zoom: 1; margin-left: -1px; padding: 0 12px; height: 32px; line-height: 32px; color: #428bca; border: 1px solid #ddd; background: #fff; text-decoration: none;}
.paginate .prev::before{display: inline-block; content: " "; width: 10px; height: 10px; margin-right: 5px;margin-top: 9px; vertical-align: -1px; background: url('/Public/images/doubleArrow.png') no-repeat}
.paginate .next::after{display: inline-block; content: " "; width: 10px; height: 10px; margin-left: 5px;margin-top: 9px;vertical-align: -1px; background: url('/Public/images/doubleArrow.png') no-repeat; background-position: 0 0}
.paginate .next.disabled::after{background-position: 0 -10px}
.paginate .prev::before{background-position: 0 -20px}
.paginate .prev.disabled::before{background-position: 0 -30px}
.paginate a:not(.goto):hover{background-color: #eee; color: #2a6496}
.paginate a.cur,
.paginate a.cur:hover{background-color: #428bca; color: #fff; border-color: #428bca; margin-right: 1px}
.paginate a.disabled{background-color: #e6e6e6!important; color: #bbb!important; cursor: no-drop}
.paginate a,
.paginate button,
.paginate span{vertical-align: middle}
.paginate .dotted{display: inline-block; width: 14px; text-align: center}
.paginate .total{margin: 0 10px 0 8px}
.paginate input{padding: 6px 0; line-height: 16px; width: 40px; background: #fff; border: 1px solid #ddd; text-align: center; vertical-align: middle}
.paginate input.focus{border: 1px solid #428bca}
.paginate .goto{width: 0; height: 31px; margin-right: 5px; background-color: #428bca; padding: 0; border: 0; color: #fff; text-align: center; vertical-align: middle; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear; visibility: hidden}
.paginate .goto.focus{width: 60px; visibility: visible}
.paginate .prev{border-radius: 5px 0 0 5px;}
.paginate .next{border-radius: 0 5px 5px 0; }

/*内容相关CSS*/
.l {float:left;}
.r {float:right;}

.left-100 {width: 100%;}
.left-75 {width: 75%;}
.left-50 {width: 50%;}
.left-25 {width: 25%;}
.left-65 {width: 65%;}
.left-33 {width: 33.3%;}

.font12 {font-size:12px;}
.font14 {font-size:14px;}
.font16 {font-size:16px;}
.font18 {font-size:18px;}
.font20 {font-size:20px;}

.lineheight25 {line-height:25px;}
.lineheight30 {line-height:30px;}
.lineheight35 {line-height:35px;}
.lineheight40 {line-height:40px;}
.lineheight50 {line-height:50px;}

.color-h {color:#900;}
.color-l {color:#039;}
.color-y {color:#F90;}

.otherall {
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.x {border-bottom:1px dotted #999999;}
.pbottom20 { padding-bottom:20px; }
.mbottom20 {margin-bottom:20px;}