@charset "utf-8";
body, div, p, span, a, img, input, h1, h2, h3, h4, ul, li, dl, dt, dd, ol, textarea{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
body{
	line-height:26px;
	font-size:12px;
	font-family:"Microsoft YaHei", Verdana, Geneva, sans-serif;
	color:#666;
	background:#fff;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#459b3a;
	text-decoration:none;
}
img{
	border:0;
	max-width:100%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearfix {
    *zoom: 1;
}
#wrapper{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	position: relative;
}
.gotop-wrapper {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 1001;
    background-color: rgba(0,0,0,0.3);
    background-color: #969696\9;
	display:none;
}
.gotop-wrapper a {
    display: none;
    _display: none !important;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background: url(../images/icon-gotop-fixed.gif) no-repeat center;
}
/*顶部*/
.header{
	text-align:right;
	padding-top:8px;
	padding-bottom:8px;
}
.header a{
	margin-left:15px;
	color:#fff;
}
.top{
	padding:15px 0;
}
.top .top-logo{
	float:left;
}
.top .top-middle{
	float:left;
	margin-left:80px;
	margin-bottom:0px;
}
.top .top-right{
	float:right;
	height:43px;
}
.top .top-right .tel{
	font-size:14px;
	line-height:21px;
	display:inherit;
}
.top .top-right .tel span{
	margin-left:10px;
}
/*导航*/
.nav{
	height:46px;
	background:#459b3a;
	text-align: center;
}
.nav > li{
    background: url(../images/sline.jpg) no-repeat right center;
}
.nav > li:last-child{
    background:none;
}
.nav > li:hover, .nav > li:focus {
    text-decoration: none;
    background-color:#108002;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color:#108002;
}
.nav > li.current{
    text-decoration: none;
    background-color:#108002;
}
.nav > li.current > a{
    text-decoration: none;
    background-color:#108002;
}
.nav > li > a {
    color: #fff;
    position: relative;
    display: block;
    padding: 13px 30px;
    font-size: 15px;
}
.navbar .nav > li:hover .dropdown-menu {
	display: block;
	margin-top:0px;
	border:0px;
	border-top-right-radius:0px;
	box-shadow:none;
}
.navbar .dropdown-menu{
	background-color:#108002;
	border-radius:0 !important;
}
.navbar .dropdown-menu > li > a{
	color:#fff;
	font-size:14px;
	display: block;
    padding: 12px 16px;
    clear: both;
    line-height: 1.428571429;
    white-space: nowrap;
	text-align:left;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #108002;
    text-decoration: none;
    background-color:#fff;
}
.navbar-collapse {
    max-height:1200px;
}
/*轮播图*/
.banner .carousel-inner > .item {
    text-align: center;
}
.banner .carousel-inner > .item > img, .banner .carousel-inner > .item > a > img {
    display:inline-block;
    height: auto;
    max-width: 100%;
    line-height: 1;
}
/*学员战绩*/
.xyrecord {
	width:100%;
    background: #fff;
    border-bottom: 1px solid #e6e7e8;
	padding:20px 0;
}
.xyrecord h1{
	float: left;
	font-size: 18px;
	color: #fe5b56;
	margin-right: 25px;
	line-height: 22px;
	margin-left:15px;
}
.xyrecord .list{
	height:22px;
	line-height:22px;
	overflow:hidden;
}
.xyrecord .list a{
	font-size:16px;
	color:#000;
	display:block;
}
.equip{
    padding:60px 0 60px;
    text-align:center;
    margin-top:20px;
}
.equip .desc{
    width:100%;
    background:#fff;
    opacity:0.8;
    filter:alpha(opacity=80);
    padding:60px 15px;
}
.equip .desc h2{
    font-size:24px;
    color:#000;
    font-weight:normal;
}
.equip .desc p{
    font-size:14px;
    color:#000;
    text-align:left;
    margin-top:10px;
}
.equip .desc a{
    background:#30ac6d;
    padding:8px 20px;
    margin-top:5px;
    font-size:14px;
    color:#fff;
}
/*业务介绍*/
.business{
	background-color: #f6f5f5;
	padding:40px 0 40px;
	text-align:center;
	margin-bottom:10px;
}
.business .mule{
	margin-bottom:10px;
}
.business .list a{
	display: inline-block;
	overflow: hidden;
	background-color:#c9c8c5;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.business .list a.link-img img {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.business .list a span {
    display: block;
    font-size: 16px;
    height:30px;
    overflow: hidden;
}
.business .list a:hover {
    background-color: #459b3a;
    color: #fff;
    z-index: 2;
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
}
.business .list a:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.mule{
	margin-bottom:30px;
}
.mule h2{
	margin-bottom: 20px;
	line-height: normal;
	font-weight: normal;
	font-size: 28px;
	color: #4d4d4d;
}
.mule .mule-botm{
	margin: -10px 0 15px;
}
.mule h3{
	display: inline-block;
	margin: 0 15px;
	line-height: normal;
	font-weight: normal;
	font-size: 16px;
	color: #999;
}
.mule .mark-left{
    display: inline-block;
    position: relative;
    top: -5px;
    width: 65px;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
}
.mule .mark-right{
    display: inline-block;
	position: relative;
	top: -5px;
	width: 65px;
	height: 1px;
	overflow: hidden;
	background-color: #ccc;
}
.page-nav {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 28px;
    font-size:14px;
    height: 75px;
}
.sitenav {
    float: left;
    margin-bottom: -1px;
}
.sitenav li {
    margin-right: 5px;
    border-bottom: 3px solid transparent;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
}
.sitenav li.active {
    border-bottom: 3px solid #459b3a;
}
.sitenav li a:hover, .sitenav li.active a, .sitenav li.active span {
    background-color: #459b3a;
    color: #fff;
}
.sitenav li a {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.sitenav li a, .sitenav li span {
    color: #222;
    padding: 5px 18px;
    display: block;
}
.breadcrumb {
    padding: 8px 15px;
    float: right;
    background:none;
}
.breadcrumb a, .breadcrumb span {
    font-size: 12px;
    color: #6f6f6f;
}
.breadcrumb a:hover{
    color: #108002;
}
.breadcrumb > a + a::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.clearfix::after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
/*学员入口*/
.log-before li .hint-error, .log-before li .hint-right, .log-before li label {
    background: url(../images/logIco.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
}
.log-before li.passwd, .log-before li.v-code {
    border-top: 0 none;
}
.log-before li.passwd {
    border-bottom: none;
}
.log-before li.passwd label {
    background-position: 0 -36px;
}
.log-before button, .log-before input, .log-before select, .log-before textarea {
    font-size: 100%;
    vertical-align: baseline;
    outline: 0;
}
#loginSubmit {
    display: block;
    height: 46px;
    line-height: 46px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    background: #f88615;
    margin: 15px auto 10px;
}
.relaBtn {
    margin: 0 auto;
}
.relaBtn a {
    color: #666;
    font-size: 12px;
}
.log-before .logCon .fl {
    float: left;
    display: inline-block;
}
.log-before .logCon .fr {
    float: right;
    display: inline-block;
}
.logRelated{
	margin-bottom:12px;
}

.keBox h1{
	width:100%;
    display: inline-block;
    font-size: 16px;
    padding-left: 12px;
	padding-right:15px;
    line-height: 22px;
    border-left: 3px solid #0070c3;
}
.keBox h1 a{
	float:right;
	font-size:14px;
}
.kecon{
	margin-top:10px;
}
.kecon .col-md-4{
	padding-left:0;
}
.kecon .item {
    position: relative;
    display: block;
}
.kecon .item .card-img {
    overflow: hidden;
}
.kecon .item img {
    display: block;
}
.hovable img {
    -o-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -xhtml-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
}
.hovable:hover img {
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -xhtml-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.kecon .item .card-title {
    font: 16px/32px "microsoft yahei";
    color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kecon .item .card-intro {
    font: 12px/22px "microsoft yahei";
    color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kecon .item .card-intro ins {
    float: left;
    font: 12px/22px "microsoft yahei";
    color: #999;
    margin: 0 25px 0 0;
    max-width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration:none;
}
/*广告*/
.ad{
	width:100%;
	padding:20px 0;
}
/*新闻资讯*/
.indexnews{
	width:100%;
}
.indexnews .md-title {
    position: relative;
    margin:20px 0 0;
    font: 24px/28px "microsoft yahei";
    color: #333;
}
.indexnews .md-title .md-tabs {
    vertical-align: middle;
    margin: 0 0 0 28px;
	display: inline-block;
}
.indexnews .md-tabs li.active, .md-tabs li:hover {
    background: #035acd;
    color: #fff;
}
.indexnews .md-tabs li {
    float: left;
    position: relative;
    margin: 0 8px 0 0;
    padding: 0 10px;
    font: 14px/24px "microsoft yahei";
    color: #666;
    cursor: pointer;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -xhtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.indexnews .md-tabs.carety li.active::after, .indexnews .md-tabs.carety li:hover::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin: 0 0 0 -4px;
    border-width: 4px 4px;
    border-style: solid;
    border-color: #035acd transparent transparent transparent;
}
.indexnews .md-title{
    padding-left:15px;
}
.indexnews .md-title .md-more {
    position: absolute;
    right:30px;
    bottom:0px;
}
.indexnews .md-more {
    font: 14px/28px "microsoft yahei";
    color: #333;
}
.indexnews .md-more i {
    font-family: "瀹嬩綋";
    padding: 0 0 0 4px;
    font-style: normal;
}
.indexnews .md-tabs li:hover {
    background: #035acd;
    color: #fff;
}
.indexnews .md-content .news-img {
    position: relative;
    float: left;
    margin: 15px 40px 0 0;
	max-height:300px;
    overflow: hidden;
}
.indexnews .news-img img {
    display: block;
}
:root .news-img .cover {
    background: RGBA(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}
.indexnews .news-img .cover {
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    font: 16px/50px "microsoft yahei";
    color: #fff;
    padding: 0 5%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}
.indexnews .news-img .cover{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexnews .news-list{
    padding-right:15px;
}
.indexnews .news-list li {
    border-bottom: 1px dotted #d7c6c7;
    overflow: hidden;
}
.indexnews .news-list ins {
    float: right;
    width: 120px;
    text-align: right;
    font: 14px/38px "microsoft yahei";
    color: #999;
}
.indexnews ins {
    text-decoration: none;
}
.indexnews .news-list .news-intro {
    overflow: hidden;
}
.indexnews .news-list .news-intro{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexnews .news-list a {
    font: 16px/38px "microsoft yahei";
    color: #333;
}
.indexnews .news-list a:hover{
    color: #459b3a;
}
/*师资力量*/
.teacher{
	width:100%;
	padding:20px 0;
}
.teacher .modTit {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e3e2e2;
}
.teacher .modTit span.tit2 {
    height: 50px;
	font: 24px/28px "microsoft yahei";
	line-height:50px;
    /*color: #0070c3;
    font-size: 28px;
    padding-left:45px;
    background-position:-147px 10px;*/
}
.teacher .modTit span.tit2 a{
	font: 24px/28px "microsoft yahei";
	color:#333;
}
.teacher .an {
   /* background: url(../images/icon.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;*/
}
.teacher .fl {
    float: left;
    display: inline-block;
}
.teacher .modTit .lin {
    height: 50px;
    line-height: 65px;
}
.teacher .fr {
    float: right;
    display: inline-block;
}
.teacher .modTit .lin a {
    float: left;
    display: inline-block;
    font: 14px/28px "microsoft yahei";
	color: #333;
    margin-left: 15px;
    height: 50px;
	line-height:50px;
}
.modTit span.tit1 a, .modTit span.tit2 a, .modTit span.tit3 a {
    height: 50px;
    color: #0070c3;
    font-size: 28px;
}
.teacher-item {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #e4ecf3;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.teacher-item:hover {
	-webkit-transform: scale(1.10);
    transform: scale(1.10);
}
.teacher-item:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.teacher-item .teacher-top {
    position: relative;
    z-index: 1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #f5f8fa;
    padding: 20px 10px;
}
.avatar-lg {
	border: 4px solid #fff;
    border-radius: 50%;
    width: 120px !important;
    height: 120px !important;
	-webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.teacher-item .title {
    height: 22px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
	font-size:18px;
}
.link-dark {
    cursor: pointer;
    color: #616161 !important;
}
.link-dark, .link-darker, .link-darker:hover {
    transition: all .3s ease;
	-webkit-transform: scale(1.10);
    transform: scale(1.10);
}
.teacher-item .position {
    color: #c1c1c1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.teacher-item .teacher-bottom {
    position: relative;
    height: 90px;
}
.teacher-item .about {
    top: 20px;
    line-height: 25px;
    overflow: hidden;
    color: #919191;
    opacity: 1;
    filter: alpha(opacity=100);
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	transition: all .3s ease;
}
.teacher .tc{
	padding:20px 0;
}
/*友情链接*/
.links{
	width:100%;
}
.links .tit{
    height: 35px;
    border-bottom: 1px solid #cfd7e5;
    line-height: 35px;
}
.links .tit span {
    color: #252525;
    font-size: 16px;
    border-bottom: 2px solid #ff8b19;
    line-height: 34px;
    padding-right: 15px;
    display: inline-block;
}
.links .mb {
    line-height: 30px;
    width: 100%;
    margin: 10px auto;
}
.links .mb a {
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #323232;
    margin-right: 25px;
}
.links .mb a:hover {
    text-decoration:underline;
}
/*底部*/
.footer{
	width:100%;
	padding:10px 0 20px;
}
.footer p{
	text-align:center;
}
/*面包屑导航*/
.mbnav{
	width:100%;
	height: 28px;
	line-height: 28px;
	color: #999;
	margin:15px 0 10px;
	clear: both;
	text-align: left;
}
.mbnav a{
    color: #999;
}
.article-content{
	width:100%;
	margin-bottom:20px;
}
.article-content h1 {
    overflow: hidden;
    display: block;
    line-height: 46px;
    height: 46px;
    font-size: 24px;
	color: #333;
	font-weight:bold;
}
.article-content .tit {
    height: 50px;
    line-height: 50px;
    color: #999;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
}
.article-content .tin {
    font-size:14px;
}
.article-content h3 {
    margin:15px 0 20px;
    font: 16px/30px "microsoft yahei";
    color: #333;
    height: 0;
    border-bottom: 1px solid #ddd;
}
.article-content h3 b {
    float: left;
    padding: 0 10px 0 0;
    margin: -15px 0 0;
    background: #fff;
}
.article-content .hot-list {
    margin: 14px 0 0;
    clear: both;
}
.article-content .hot-list li {
    margin: 18px 0 0;
}
.article-content .hot-list p {
    font: 16px/24px "microsoft yahei";
    color: #666;
}
.article-content .hot-list a {
    font: 16px/24px "microsoft yahei";
    color: #666;
}
.article-content .hot-list a:hover{
	text-decoration:underline;
	color:#459b3a;
	text-decoration:none;
}
.article-content .hot-list span {
    font: 12px/20px "microsoft yahei";
    color: #999;
}
.article-content .art-list .art-item {
    border-bottom: 1px solid #d9d9d9;
    padding: 26px 0 22px;
}
.article-content .art-list .art-img {
    float: left;
    margin: 4px 22px 0 0;
}
.article-content .art-list .art-bd {
    overflow: hidden;
}
.article-content .art-list .art-title {
    max-height: 56px;
    font: 18px/28px "microsoft yahei";
    color: #333;
}
.article-content .art-list p {
    margin: 4px 0;
    font: 14px/20px "microsoft yahei";
    color: #999;
}
.article-content .art-list a:hover{
	text-decoration:underline;
	color:#459b3a;
	text-decoration:none;
}
.article-content .art-list ins {
    margin: 0 30px 0 0;
	text-decoration: none;
}
.article-content .art-sum {
    min-height: 40px;
}


/*视频列表*/
.video-list{
	width:100%;
	margin-bottom:20px;
}
.video-list .list a{
    position: relative;
    display: block;
}
.video-list .list a:hover .card-title{
	text-decoration:underline;
	color:#459b3a;
	text-decoration:none;
}
.video-list .list .card-img {
    overflow: hidden;
}
.video-list .list .card-img img{
    display: block;
}
.video-list .list .card-title {
    font: 16px/36px "microsoft yahei";
    color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.video-list .list .card-intro {
    font: 12px/22px "microsoft yahei";
    color: #999;
}
.video-list .list .card-intro ins {
    float: left;
    font: 12px/22px "microsoft yahei";
    color: #999;
    margin: 0 25px 0 0;
    max-width: 130px;
	text-decoration:none;
}
.hovable:hover img {
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -xhtml-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.hovable img {
    -o-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -moz-transition: transform 0.2s linear;
    -xhtml-transition: transform 0.2s linear;
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
}
/*视频列表*/
.zd-login{
	width:100%;
	margin-bottom:20px;
	text-align:center;
	margin-top:30px;
}
.zd-login .login-bt{
	width:450px;
	display:inline-block;
	margin-top:20px;
}
.zd-login .chaaTcLR_dl_tit {
    height: 40px;
    text-align:center;
    color: #ff9d3d;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    font-weight: bold;
}
.zd-login .chaaTcLRD_d {
    height: 40px;
    margin: 0 40px 20px;
    border: 1px solid #dedede;
    border-radius: 1px;
}
.pr {
    position: relative;
}
.zd-login .chaaTcLRD_d p {
    height: 36px;
    width: 38px;
    margin: 2px 0 0 0;
    background: url(../images/icon.jpg) no-repeat 10px 1px;
	background-position-x: 10px;
	background-position-y: 1px;
}
.zd-login .chaaTcLRD_d01 p {
    background-position: 11px -449px;
}
.fl {
    float: left;
    _display: inline;
}
.zd-login .chaaTcLRD_d .input_d {
    height: 30px;
    margin: 5px 0 0 0;
}
.zd-login .chaaTcLRD_d .input_d label {
    height: 30px;
    line-height: 30px;
    width: 280px;
    border: 0;
    font-size: 14px;
    font-family: microsoft yahei;
    color: #bcbbbb;
    top: 0;
    left: 0;
    display: none;
}
.abs {
    position: absolute;
}
.zd-login .chaaTcLRD_d .input_d input {
    height: 30px;
    line-height: 30px;
    width: 298px;
    border: 0;
    font-size: 14px;
    font-family: microsoft yahei;
    color: #333;
    outline: none;
}
.zd-login .chaaTcLRD_d02 p {
    background-position: 10px -55px;
}
.zd-login .chaaTcLRD_dTip {
    height: 24px;
    line-height: 24px;
    margin: 0 40px 20px;
    font-size: 14px;
    position: relative;
}
.zd-login .chaaTcLRD_dTip a {
    display: block;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #2d78e7;
}
.zd-login .chaaTcLRD_dBtn {
    margin: 0 40px 26px;
}
.zd-login .chaaTcLRD_dBtn span.tip {
    display: block;
    position: absolute;
    color: #f52828;
    line-height: 24px;
    width: 100%;
    text-align: center;
    top: -25px;
    left: 0;
}
.zd-login .chaaTcLRD_dBtn a {
    display: block;
    background: #ff9d3d;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 3px;
}











/*底部浮动*/
.flex-box{-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;justify-content:center;-moz-justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;-moz-flex-wrap:wrap;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.flex-box a{-webkit-flex:1;-moz-flex:1;flex:1;box-flex:1;-ms-flex:1}
.more-setbox{position:fixed;bottom:0;width:100%;max-width:640px;height:44px;background:#4D4D4D;border-top:solid #262626 1px;padding-top:1px;z-index:250;opacity:.92;filter:alpha(opacity=92); display:none;}
.m-nav-list{height:44px;font-size:0;background:#262626}
.form-fixed-box{position:fixed;top:0;bottom:0;width:100%;overflow-y:scroll}
.m-nav-list a{position:relative;display:block;font-size:14px;width:33%;text-indent:20px;line-height:44px;text-align:center;color:#ffffff;text-shadow:0 0 1px #0A0A0A;background: #c5234d;}
.m-nav-list a:before{content:'';position:absolute;top:6px;left:43%;margin-left:-35px;width:27px;height:44px;background:url(../images/more-set.png) no-repeat;background-size:27px 110px;-webkit-background-size:27px 110px}
.m-nav-list a:nth-child(2)::before{top:8px;margin-left:-35px;background-position:0 -47px}
.m-nav-list a:nth-child(3)::before{width:33.3%;margin-left:-21px;top:11px;background-position:0 -89px}
.m-nav-list .m-ten{text-indent:26px;background: #e28600;}
.m-nav-list .m-ten2{width:34%;text-indent:40px;background:#4b204d;}
.xiz-info{position:fixed;bottom:59px;right:5%;width:245px;background:#2B2B2B;border-radius:5px;z-index:999;-moz-opacity:.95;opacity:.95;display:none}
.arrow-outer{position:absolute;height:24px;width:60px;overflow:hidden;bottom:-15px;right:25px}
.arrow-shadow{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);background:#2B2B2B;height:40px;left:15px;position:absolute;top:-31px;width:40px}
.flex-box{-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;justify-content:center;-moz-justify-content:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;-moz-flex-wrap:wrap;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.flex-box a{-webkit-flex:1;-moz-flex:1;flex:1;box-flex:1;-ms-flex:1}	
.bot-flobox{padding:11px 3px;}
.shez-del-btn{margin-right:20px;width:17%;height:30px;font:34px/22px tomas;color:#4F4F4F;border:solid #aeaeae 1px;border-radius:4px;background:#7D7D7D}
.fr{float: right;display:inline;}
input[type=button],input[type=text],input[type=password]{-webkit-appearance:none;outline:none}
#shortcuts_self_list li{float:left;width:33%;line-height:43px;color:#232323;text-decoration:none;/*display: inline-block;*/ text-align:center}
#shortcuts_self_list li p{margin: 0;padding: 0;line-height: 32px; color:#ffffff;font-family: microsoft yahei}
@media (min-width: 1200px) {
.container {
	width:1200px;
}
}
@media (min-width: 1024px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
.top .top-right,.top .top-middle {
    display:none;
}
.nav{
	height:auto;
}
.nav > li{
	text-align:left;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -52px;
    margin-right: 15px;
    margin-bottom: 8px;
    /*background-color: #000;*/
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    top: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #000;
}
}
@media (max-width: 480px) {
 
}
@media (min-width: 992px) and (max-width: 1199px) {
 .nav > li > a {
 padding: 10px 22px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
 .nav > li > a {
 padding: 10px 10px;
}
}