*{
	margin: 0px;
	padding: 0px;
}



h1, h2, h3, h4, h5, h6, h7 {
  color: black;
  font-family: "微软雅黑", "黑体";
}

a:link {
  text-decoration: none;
}

td {
  vertical-align: text-top;
}

li {
  list-style: none;
}

ul.decimal {
  padding-left: 20px;
}
ul.decimal li {
  list-style: decimal;
}

footer {
  width: 100%;
  border-bottom: solid 3px red;
  margin: 0;
  padding: 0;
}

/* utils Style */
.none-padding {
  padding: 0;
}
.none-margin {
  margin: 0;
}

.margin-lr-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.margin-lr-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-lr-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.margin-tb-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.margin-tb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-20 {
  margin-left: 20px;
}
.margin-left-30 {
  margin-top: 30px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}

.padding-left-5 {
  padding-left: 5px;
}
.padding-right-5 {
  padding-right: 5px;
}
.padding-lr-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-lr-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-tb-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-tb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.none-border {
  border: none;
}

.width-20p {
  width: 20%;
}
/* 
.height-100 {
  height: 100px;
} 
.height-150 {
  height: 150px;
} */
.height-300 {
  height: 300px;
}
.height-500 {
  height: 500px;
}

.height-600 {
  height: 600px;
}

.border-bottom-2 {
  border-bottom: 2px solid #e0e0e0;
}

.border-orangered {
  border: 1px solid orangered;
}
.border-mHotPink {
  border: 1px solid #FF69B4;
}
.border-mPeachPuff {
  border: 1px solid #FFDAB9;
}
.border-mRoyalBlue {
  border: 1px solid #4169E1;
}
.border-mLightSteelBlue {
  border: 1px solid #B0C4DE;
}

.bg-mHotPink {
  background-color: #FF69B4;
}
.bg-mPeachPuff {
  background-color: #f0a122;
}
.bg-mRoyalBlue {
  background-color: #314491;
}
.bg-mLightSteelBlue {
  background-color: #4a97cf;
}
.bg-mDarkRed {
  background-color: #E4494D;
}
.bg-mGray {
  background-color: #fdfdfd;
}
.bg-mDarkGray {
  background-color: #eee;
}
.bg-mLightBlack {
  background-color: #000;
}

.orangered {
  color: orangered;
}

.black {
  color: black;
}
.white {
  color: white;
}

.darkRed {
  color: #c7254e;
}

/* MainStyle */
.panel-mStyle {
  border: none;
}
.panel-mStyle img{
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;height: 175px;
}
.mPanelFooter {
  height: 18px;
}

.btn-mStyle {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-mStyle:focus,
.btn-mStyle.focus {
  color: #c7254e;

}

.text10 {
  padding: 0;
  margin: 0;
  text-indent: 2em;
  font-family: "微软雅黑", "黑体";
  font-size: 10px;
}
.text16 {
  padding: 0;
  margin: 0;
  text-indent: 2em;
  font-family: "微软雅黑", "黑体";
  font-size: 16px;
}
.text18 {
  padding: 0;
  margin: 0;
  text-indent: 2em;
  font-family: "微软雅黑", "黑体";
  font-size: 18px;
}

.title14 {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑", "黑体";
  font-weight: bold;
  font-size: 14px;
}
.title16 {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑", "黑体";
  font-weight: bold;
  font-size: 16px;
}
.title18 {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑", "黑体";
  font-weight: bold;
  font-size: 18px;
}
.title20 {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑", "黑体";
  font-weight: bold;
  font-size: 20px;
}
.title24 {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑", "黑体";
  font-weight: bold;
  font-size: 24px;
}

.container {
  width: 1200px;
  padding: 0;
}

.mHead{
  position: relative;
  height: 112px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.mHead .HeadL {
  position: absolute;
  bottom: 1px;
  left: 1px;
}


.mHead .HeadR {
  position: absolute;
  bottom: 1px;
  right: 1px;
  margin-bottom: 4px;
}

.mHead .HeadR ul {
  padding: 0;
}

.mHead .HeadR ul.tel li {
  float: left;
  margin-left: 5px;
}

.serial .item {
  width: 230px;
  height: 250px;
  margin: 0px 4px;
  float: left;
}


.mBanner {
  background-repeat: no-repeat;
  background-position: center;
  width: 2000px;
  height: 420px;
}

.mBanner a {
  width: 100%;
  height: 100%;;
  display: block;
}

.mTraining .price .up {
  padding: 0;
  margin: 0;
  color: black;
  font-weight: bold;
  font-family: "微软雅黑", "黑体";
  font-size: 18px;
}
.mTraining .price .down {
  color: orangered;
  padding-left: 15px;
  margin: 0;
  font-family: "微软雅黑", "黑体";
  font-size: 18px;
}
.mTraining ul {
  margin-top: 5px;
  height: 20px;
}
.mTraining a.up:link {
  color: white;
}

.mNav {
  width: 100%;
  z-index: 3;
  top: 0px;
}

/*网站导航/LOGO样式*/
.duoweizi_nav ul,.duoweizi_nav li{list-style:none;padding:0;margin:0;}
.duoweizi_nav a{color:#333;text-decoration:none;}
.duoweizi_nav a:hover{text-decoration:none;color: white;background: #b70f13;}
.duoweizi_nav a:focus{outline:0}
.duoweizi_nav{width:100%;height:40px;background:#e4494d;}
.duoweizi_nav_list{width:1200px;margin:0 auto;}
.duoweizi_nav_list li:hover{background:#e4494d;}
.duoweizi_nav_list li a{display:block;color:#fff;font-size:16px;padding:0px 24px;}
.duoweizi_nav_list li a.dwz-nav{background:#e4494d;}
.nav_menu li{float:left;line-height:40px;position:relative;}
.nav_menu li.focus{background:#e4494d;}
.nav_menu li ul{position:absolute;display:none;}
.nav_menu li .one{top:40px;left:0px;overflow:hidden;}
.nav_menu li .one li{overflow:hidden;background:#e4494d;}
.nav_menu li .one a{width:113px;padding:0px;font-size:14px;text-align:center;}
.nav_menu li .one a:hover{color: white;}
.duoweizi_nav{width:100%;height:40px;background:#e4494d;}
.duoweizi_nav_list{width:1200px;margin:0 auto;}
.duoweizi_nav_list li:hover{background:#e4494d;}
.duoweizi_nav_list li a{display:block;color:#fff;font-size:16px;padding:0px 24px;}
.duoweizi_nav_list li a.dwz-nav{background:#e4494d;}
.nav_menu li{float:left;line-height:40px;position:relative;z-index:3;}
.nav_menu li.focus{background:#e4494d;}
.nav_menu li ul{position:absolute;display:none;}
.nav_menu li .one{top:40px;left:0px;overflow:hidden;}
.nav_menu li .one li{overflow:hidden;background:#e4494d;}
.nav_menu li .one a{width:113px;padding:0px;font-size:14px;text-align:center;}
.nav_menu li .one a:hover{background:#b70f13;color: white;}
.nav_menu > li + li {margin-left: 24px;}


.mMenus .row a + a {
  margin-left: 5px;
}


.mWorks {
margin-top: 20px;
}

.mModules a {
  color: #000;
}


.mModules .tab-pane ul li{
  font-size: 16px;
  padding: 10px 0 0;
  line-height: 26px;
}
.mModules .tab-pane ul li a:before {
  border: 2px solid #ccc;
  border-radius: 50%;
  content: "";
  display: inline-block;
  float: left;
  height: 8px;
  margin: 10px 8px 0 15px;
  vertical-align: middle;
  width: 8px;
}

.mModules .top {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mModules .down {
  padding-top: 10px;
  padding-bottom: 10px;
}
.down ul{
	padding-left: 15px;
}

.tabs .content a{
  margin: 5px;
}

.galleryInfo a.roll {
  color: #fff;
  background: url("../images/btn-roll.gif") no-repeat;
  width: 182px;
  height: 53px;
}
.galleryInfo a.roll:active {
  background: url("../images/btn-roll.png") no-repeat;
}
.galleryInfo img.ask {
  position: relative;
  top: -10px;
}

.mButton {
  width: 300px;
  margin: 0px auto;
  top: 25px;
  /*text-align: center;*/
}
.mButton .up {
  position: relative;
  z-index: 0px;
  top: 25px;
  width: 200px;
  height: 30px;
  border-radius: 50px;
  border: 1px red solid;
  background-image:-webkit-linear-gradient(to top,#f22122,#d01d20);
  background-image:linear-gradient(to top,#f22122,#d01d20);
  margin: 0 auto;
}
.mButton .up span {
  float: left;
  letter-spacing: 4px;
  display: block;
  margin: 3px 0px 0px 22px;
  color: white;
  font-family: "微软雅黑", "黑体";
  font-weight: bold;
  font-size: 18px;
}
.mButton .up img {
  float: left;
  margin: 4px 0px 0px 0px;
  height: 80%;
}
.mButton .down {
  width: 200px;
  height: 30px;
  border-radius: 50px;
  background-color: #831819;
  margin: 0 auto;
}


.eShow {
  display: block;
}

.eHide {
  display: none;
}

.panel-footer a {
  color: #000;
}

.successMod {
  background-color: #fafafa;
}

.contentRight {
  z-index: 1;    top: 0px;
}

.contentRight p {
  background-color: orangered;
  font-family: "微软雅黑", "黑体";
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-align: center;
}

.cntB {
  font-family: "微软雅黑", "黑体";
  font-size: 16px;
}

.cntB ul {
  font-family: "微软雅黑", "黑体";
  font-size: 16px;
  line-height: 30px;
}

.cntH {
  background-color: #f6f4f5;
  border-right: 4px solid orangered;
  height: 35px;
  padding-right: 5px;
  margin-bottom: 30px;
}

.cntH p:first-child {
  background: url('../images/slogo.png') no-repeat;
  padding-left: 40px;
  line-height: 34px;
  color: orangered;
}

.cntH p:last-child {
  position: relative;
  top: 2px;
}

.recommend {
  overflow: hidden;
  height: 100px;
}

.recommend .item {
  height: 26px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  bottom: 0px;
}

.recommend ul {
  padding-left: 0px;
}

.recommend ul li {
  padding: 2px;
  font-family: "微软雅黑", "黑体";
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.mList img {
  border: 1px solid #e0e0e0;
  height: 115px;
  padding: 2px;
}

.mList img:hover {
  border: 1px solid orangered;
}

.mList p {
  margin-bottom: 15px;
}

#gTop div div {
  border: solid 1px #e0e0e0;
  /*background-color: #818181;*/
  background-position: center;
  background-repeat: no-repeat;
}

#gDown {
  border: solid 1px #e0e0e0;
}

#gDown ul {
  padding: 0;
  margin: 0;
}

.gDwonLi {
  border: solid 1px #e0e0e0;
  list-style: none;
  width: 50px;
 height: 100px !important;
  margin-right: 5px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mFoot .buttons {
  padding-left: 0px;
}

/*培训详情CSS****开始**/

.pxxq{}

.sub_title {
	background-color: #F6F4F5;
	height: 40px;
	background-image: url(/skin/v2/images/slogo.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border-right-width: 6px;
	border-right-style: solid;
	border-right-color: #D3080B;
	margin-top:30px;
  margin-bottom: 30px;
}

.sub_title dt{
	font-family: "微软雅黑";
	color: #FF4500;
	font-size: 18px;
	margin-left: 45px;
	display: block;
	padding-top: 6px;
}
.price{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FF0000;
	text-decoration: none;
}

.pxxq p{
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
  margin: 0px;

}
.pxxq ul{
  margin-left: 18px;
}
.pxxq li{
  font-family: "微软雅黑";
  font-size: 16px;
  line-height: 30px;
  list-style: decimal;
}

.pxxq p img{
	height: auto;
	width: 100%;
}

.pxxq .contentMargin{
  margin-left: 40px;
}

p.cl_blue{
  margin-top: 15px; 
	color: #0000FF;
  text-indent: 0;

}
.cl_red{
	color: #FF0000;
}


.h500{
height:500px;
}


.Clear{
	clear: both;
}


.crumbs{
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	margin-bottom: 10px;
	padding-left: 12px;
}
.crumbs a{
	color: #333333;
}

.cont{
	font-size: 16px;
	text-decoration: none;
	font-family: "微软雅黑", System;
}
.cont .about_c{}
.cont .about_c .about_t{font-size: 22px;
    text-align: center;
      background: rgba(179, 0, 0, 0.59);
    display: table;
    color: #fff;
    border-radius: 4px;
    margin: 14px auto;
    padding: 2px 16px;}
.cont .about_c p{font-size: 15px}
.cont .about_c img{    margin: 0 auto;
    display: block;}
.cont p{
	margin-bottom: 15px;
}

.updown{
	font-size: 16px;
	line-height: 35px;
	text-decoration: none;
}


.icon {
  position: relative;
  display: block;
  float: left;
  margin: 0 5px;
}
.icon-bus {
  background: url("../images/bus.png") no-repeat;
  bottom: 6px;
  width: 33px;
  height: 41px;

}

.icon-metro {
  background: url("../images/metro.png") no-repeat;
  bottom: 6px;
  width: 33px;
  height: 41px;

}

.enroll {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0;
}

.fenye{
	font-size: 1.2em;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.fenye a{
	padding: 3px;
	border: 1px solid #FFDFDF;
	color: #CC3300;
	background-color: #FFDDDD;
}

.indent {
	text-indent: 2em;
}

/*培训详情CSS****结束**/

.hw{
	height: 40px;
	overflow: hidden;
	width: auto;
}
.hw a{
	margin-bottom: 10px;
}

.img80 {text-align:center;
}
.img80 img{
	width: 88% !important;
	height:auto;
}


.row.productPic{
  margin: 30px 0;
}
.row.productPic img{border-radius: 12px;}
.friendlyLink .a{
  color: #555;
}

.friendlyLink a + a {
     margin-left: 18px;
}

.friendlyLink .left {
  border-right: 1px solid #ccc
}

.roll-label{
  position: absolute;
  top:  7px;
  left: 24px;
  font-size: 16px;
  font-family: "微软雅黑", "黑体";
  margin-bottom: 0;
}

.roll-input{
  padding-left: 52px;
}