
@charset "utf-8";

/* reset */


html,body {
	width: 100%;
	height: 100%;
	font-family: 'Microsoft Yahei',Airal ;
}


html,body,p,i,ul,ol,li,h1,h2,h3,h4,h5,h6,span,form,fieldset,input,textarea,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;}
button, input, select, textarea{font: 14px/1.5 "Microsoft Yahei",tahoma,Srial,helvetica,sans-serif;}

input{
	border: none;
	outline: none;
}


h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
a {	
	font-size: 12px;
	text-decoration: none;
}

ul,li {
	list-style: none;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.fl {
	float: left;
}

.flr,.fr {
	float: right;
}

@font-face {
  font-family: 'iconfont';  /* project id 140731 */

  src: url('http://at.alicdn.com/t/font_140731_2clh5gneuktep14i.eot');
  src: url('http:http://at.alicdn.com/t/font_140731_2clh5gneuktep14i.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_140731_2clh5gneuktep14i.woff') format('woff'),
  url('http://at.alicdn.com/t/font_140731_2clh5gneuktep14i.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_140731_2clh5gneuktep14i.svg#iconfont') format('svg');
}

/*iconfont*/                      

.iconfont{font-family:"iconfont";font-size:12px;font-style:normal;}

.wrapper{
	width: 100%;
	margin: 0 auto;
}
.wrapper_980{	
	width: 980px;
	margin: 0 auto;
}
.wrapper_1000{	
	width: 1000px;
	margin: 0 auto;
}

.wrapper_1200{	
	width: 1200px;
	margin: 0 auto;
}

.pt10{
	padding-top: 10px;
}
.pt15{
	padding-top: 15px;
}
.pt20{
	padding-top: 20px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}

.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hide{
	width: 100%;
	display: block;	
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

.hover_img{
	
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	-o-opacity: 0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);
	
	cursor: pointer;
}
.hover_img80{
	
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
	cursor: pointer;
}
.hover_img70{
	
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 1;
	filter:alpha(opacity=70);
	cursor: pointer;
}



/*首页*/


.index{background: #ffffff;}

.welocme{ height: 35px; line-height: 35px; background: #fd8c2e; }
.welocme p{color: white;font-size: 13px;}

.welocme ul{color: white;}
.welocme ul li{float: left;  }
.welocme ul li a{color: white; font-size: 13px; padding: 0 10px;}
.welocme ul li a:hover{color: #dcdada; cursor: pointer;}


/*menu*/
.menu{height: 150px;border-bottom: 2px solid #ffb20b; background: url(/images/menubg.png) no-repeat top center; z-index: 9;}

/*logo*/

.logo{  height: 108px; }

.logo a{width: 100%;

    height: 100%;
    display: block;
  }


/*nav*/


.nav{height: 42px; }
.nav>ul{padding-left: 20px;}
.nav>ul>li{    position: relative; height: 42px; float: left; width: 149px;}
.nav>ul>li>a{ position: absolute; top: 0px; height: 42px; text-align: center; line-height: 42px; width: 100%; color: white;font-size: 18px; cursor: pointer; z-index: 0;}
.nav>ul>li:hover,.nav>ul>li.hover{background: #ffb20b;} 



.nav>ul>li .serNavList{width: 100%; position: absolute; top: 43px;    z-index: 90;    display: none; }

.nav>ul>li .serNavList>li{ height: 40px; background: #fd8c2e;  text-align: center; line-height: 40px;}

.nav>ul>li .serNavList>li a{font-size: 16px; color: white; width: 100%;height: 100%;display: inline-block; cursor: pointer;}
 
.nav>ul>li .serNavList>li:hover{background: #000000;  }

   
/*banner*/

.banner{ width:100%;  position:relative;  height:500px; background:url(/images/loading.gif) no-repeat center; text-align:center; _background:#000; _filter:alpha(opacity=60);  }
.banner .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.banner .bd ul{ width:100% !important;  }
.banner .bd li{ width:100% !important;  height:500px; overflow:hidden; text-align:center;  }
.banner .bd li a{ display:block; height:500px; }
.banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; }
.banner .hd ul{    position: absolute; width: 126px; height: 20px; margin-left: -63px; left: 50%; bottom: 10px;	 }
.banner .hd ul li{ float: left; width: 11px; height: 11px; line-height: 11px; color: transparent; font-size: 0px; background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifcircle.png) no-repeat;  margin: 0px 5px; cursor: pointer;  }
.banner .hd ul .on{background-image:url(/images/circle-active.png) }


/*二三级页面 banner*/

.serbanner{ height: 260px; background: url(/images/serbannerbg.jpg) no-repeat top center; overflow: hidden;}

.index_skils_banner{width: 100%; position: relative;  height: 600px; overflow: hidden;}
    
/*7m足球比分*/
.index_article_skill_banner{height: 400px;overflow: hidden;}


/*通知公告  全文搜索*/

.hotNew{ height: 48px; line-height: 48px; background: #dc0303; }

@keyframes lingdang {
 0% {
 transform:rotate(20deg);
 transform-origin: 20px top;
}
 50% {
 transform:rotate(-20deg);
 transform-origin: 20px top;
}
 100% {
 transform:rotate(20deg);
 transform-origin: 20px top;
}
}
@keyframes lingdang {
 0% {
 transform:rotate(20deg);
 transform-origin: 20px top;
}
 50% {
 transform:rotate(-20deg);
 transform-origin: 20px top;
}
 100% {
 transform:rotate(20deg);
 transform-origin: 20px top;
}
}
@-webkit-keyframes lingdang {
 0% {
 transform:rotate(20deg);
 transform-origin: 20px top;
}
 50% {
 transform:rotate(-20deg);
 transform-origin: 20px top;
}
 100% {
 transform:rotate(20deg);
 transform-origin: 20px top;
}
}

.hotNew-left{position:relative;  }
.hotNew-left .bd .tempWrap{ width:770px !important; }
.hotNew-left .bd .x-ld{display: block; position: absolute; left:-45px; animation: lingdang 1s infinite; -webkit-animation: lingdang 1s infinite; top: 0; height: 50px; width: 50px; background: url(/images/xz.png) no-repeat;}
.hotNew-left .bd h2{color: #fff000; font-size: 16px; font-weight:bold; display: inline-block;}
.hotNew-left .bd ul{ overflow:hidden; zoom:1; }
.hotNew-left .bd ul li{ margin-right:50px;  float:left; height: 48px;line-height: 48px;  text-align:left; _display:inline; width:auto !important; }
.hotNew-left .bd ul li a{color:#fffbb7; font-size: 16px; font-weight:bold; cursor: pointer;}
.hotNew-left .bd ul li a:hover{color: #fff000;}


/*全文搜索*/
/*.serch*/


.sreachBox {  width: 330px; margin-top: 10px; }

.sreachBox input {  padding-left: 30px; width: 253px; float: left; line-height: 28px; height: 28px; background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifserchbg.png) white no-repeat 6px center;  }

.sreachBox a.sreach_btn {  display: inline-block; width: 46px; height: 28px; line-height: 28px; float: left; color: #e7e7e7; font-size: 12px; text-align: center; background: #0e527d;  }




/*专题一*/

.specialItem01{height: 235px; border-bottom: 1px solid #858585; background:url(/images/aa7466de31d044849dfd3786b4dd4b2d.gif) ;}
.specialItem01 a{float: left; width: 238px;height: 235px;display: inline-block; border-right: 1px solid #b1afaf;  transition: all 0.5s ease-in-out; position: relative;cursor: pointer;text-align: center;  }
.specialItem01 a.specialItem01_son01{border-left: 1px solid #b1afaf;}
.specialItem01 a span{width: 145px;height: 145px;display: inline-block; background: url(/images/specialItem01bg.png) no-repeat;margin-top: 20px;  -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.specialItem01 a.specialItem01_son01 span{background-position: 6px 0px;}
.specialItem01 a.specialItem01_son02 span{background-position: -237px 0px;}
.specialItem01 a.specialItem01_son03 span{background-position: -470px 0px;}
.specialItem01 a.specialItem01_son04 span{background-position: -715px 0px;}
.specialItem01 a.specialItem01_son05 span{background-position: -910px 0px;}
.specialItem01 a h2{color: #333; font-size: 18px;background: }
.specialItem01 a p{color: #666; font-size: 13px;    margin-top: 5px;} 
.specialItem01 a:hover{ background: #d5d5d5; }
.specialItem01 a:hover span{ -moz-transform: rotateY(180deg); -webkit-transform: rotateY(180deg);transform: rotateY(180deg); }
 

/* 公共的标题 * */
.common-title{ text-align: center; }
.common-title h1{ font-family: Constantia; font-size: 42px; color: #c9c9c9; }
.common-title h2{ background: #b4b4b4; width: 50px; height: 4px; margin: 3px auto 8px; }
.common-title span{ color: #444;font-size: 18px; }


/* 公共的标题2 * */

.common-title2{height: 92px; overflow: hidden;}
.common-title2 h1{ font-family: Constantia; font-size: 42px; color: #c9c9c9;margin-bottom: 3px; }
.common-title2 h2{color: #444444; font-size: 18px; height: 38px; float: left; background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifallicon.png) no-repeat -554px -446px;}
.common-title2 a{ color: #444;font-size: 14px; float: right; border-bottom: 2px solid #c2c2c2;padding-bottom: 4px; cursor: pointer; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; transition: .5s; }
.common-title2 a:hover{-webkit-transform: translateX(-5px); -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -o-transform: translateX(-5px); transform: translateX(-5px); color: #868585; }

/* 二三级页面 公共的标题3 * */

.common-title3{text-align: center; height: 105px;margin-top: 28px; overflow: hidden;}
.common-title3 h1{ font-family: FrankRuehl; font-size: 24px; color: #bebfbe; text-transform: uppercase; }
.common-title3 p{ color: #696969; font-size: 30px; height: 40px; margin-bottom: 12px; background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifallicon.png) no-repeat -379px -526px;}
.common-title3 span{color: #696969; font-size: 20px; height: 38px;font-family: SimSun;}

/* 二三级页面    学彩神网大厅简介   公共的标题4 * */

.common-title4{text-align: center; height: auto;margin: 0 auto; overflow: hidden;}
.common-title4 h2{  font-size: 35px; color: #191919; }
.common-title4 p{ width: 60px; height: 3px;background: #ffb20b; margin: 5px auto 0;}
.common-title4 span{color: #696969; font-size: 20px; height: 38px;font-family: SimSun;}
.common-title4 a{font-size: 14px; color: #fff; width: 99px;height: 27px; line-height: 27px;text-align: center;  background: #ff7200; display: inline-block; cursor: pointer;  margin-top: 21px; border-radius: 5px; -o-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; }
.common-title4 a:hover{ background: #ecb439;   -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px);}

/* 二三级页面    7m足球比分   公共的标题6 * */

.common-title6{text-align: center; height: auto; margin: 0 auto; overflow: hidden; background: url(/images/common-title6bg.jpg) repeat-x center 74px;}
.common-title6 h2{font-size: 45px; color: #333; font-weight: 600;}
.common-title6 h2 i{color: #ff4200;font-weight: 600;font-style: normal;}
.common-title6 p{width: 100px; height: 3px;background: #ff4200; margin: 13px auto 0;}
.common-title6 span{color: #999; font-size: 14px; margin-top: 17px; display: inline-block;}


/*学彩神网大厅简介*/
.school-info{margin-top: 24px;}
/* .school-info-desimg{margin-top: 34px;margin-bottom: 48px; height: 171px;  background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifschool-info-desimgbg.png) no-repeat top center;} */

.school-info-content {margin-top: 48px;  height: 364px; background: url(/images/school-info-contentbg.jpg) no-repeat top center; background-size:100% ;    padding-left: 582px;}
.school-info-content h2{font-size: 22px; color: #343434;font-weight: 600;}
.school-info-content p{font-size: 18px; color: #666;line-height: 36px;    margin-top: 5px;    text-align: Justify; text-justify: inter-ideograph; text-justify: auto;}
.school-info-content p a{font-size: 18px; color: #444; cursor: pointer;}
.school-info-content p a:hover{color: #ff8400;}




/*热点话题*/

.hotTopic{margin-top: 40px;    height: 180px;}

.hotTopic-item01{margin-top: 50px;    height: 180px;}
.hotTopic-item01 a{width: 284px;height: 100%; display:inline-block; cursor: pointer; float: left;margin-right: 21px; background: url(/images/allicon.png) no-repeat 0px 0px;}
.hotTopic-item01 a.hotTopic-itemlast{margin-right: 0;}
.hotTopic-item01 a img{width: 276px;height: 163px; padding: 3px;border: 1px solid #a9a9a9;}
.hotTopic-item01 a:hover img{border-color: #cecece;-webkit-opacity: 0.9;-moz-opacity: 0.9;-o-opacity: 0.9;opacity: 0.9;filter:alpha(opacity=90);cursor: pointer;}

.hotTopic-item02{     height: 116px; background: url(/images/allicon.png) no-repeat 0 -189px; margin-top: 40px; padding-top: 28px;}
.hotTopic-item02 li{  float: left; line-height: 54px; margin-left: 53px; width: 185px;}
.hotTopic-item02 li a{color: #666; font-size: 14px;}
.hotTopic-item02 li a:hover { color: #FF0E00; cursor: pointer; }


.hotTopic-item03{margin-top: 50px;}
.hotTopic-item03 .hotline{      margin-left: 310px; margin-top: 12px; margin-right: 25px;}
.hotTopic-item03 .hotline h2{color: #333333; font-size: 18px; float: left;}
.hotTopic-item03 .hotline p{color: #333333; font-size: 22px; float: left;    line-height: 26px;}
.hotTopic-item03 a{color: #474747;font-size: 18px; border: 1px solid #a0a0a0; width: 232px; height: 43px; line-height: 43px; text-align: center; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;  cursor: pointer;}
.hotTopic-item03 a:hover{transform:translate(5px, 10px); -moz-transform:translate(5px, 10px); -webkit-transform:translate(5px, 10px);  color: #FF4400;}



/*学彩神网大厅宣传片

.advert-video{ margin-top:120px; height: 565px; background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifvideobg.jpg) no-repeat top center; }
.advert-video .advert-video-play{ width: 621px; height: 403px;  display: inline-block; margin-top: 100px; margin-left: 61px; text-align: center; line-height: 460px; cursor:pointer;}
.advert-video .advert-video-play:hover{ background: rgba(49, 49, 49, 0.30); }
*/

/* 浮窗 */

.alert_windows{ display:none; position:fixed; z-index:10; width:500px;  background:#fff; z-index: 100; padding: 20px;  border-radius:5px;  -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; }
.alert_windows .alert_windows_close{ float:right; width:30px; height:30px; text-align:center; font:15px/30px Microsoft Yahei; cursor:pointer; color:#333; background:lightblue; }
.alert_windows .alert_windows_close:hover{ color:#EEE; background:#da7171; }
.alert_windows>h2{ color: #666; font-size: 18px; padding-bottom: 12px; border-bottom: 1px solid #C1BDBD; margin-bottom: 10px; }
.alert_windows>div{ position: relative; font-size: 15px; color: #666;   line-height: 27px;  height: 288px; }
.alert_windows>div video{ background: #d4d4d4; background: #f7f7f7; height: 288px; position: absolute; }
.alert_windows>div .alert_windows_open{ position: absolute; left: 50%; margin-left: -58px; top: 50%; margin-top: -63px; z-index: 9; width: 116px; height: 116px; }

/* 遮罩层 */
.mask{ position: fixed; top: 0px; right: 0; left: 0; bottom: 0; z-index: 88; display: none; background: #000; opacity:0.5; -webkit-opacity:0.5; -moz-opacity:0.5; -o-opacity:0.5; -ms-transition:0.5; filter:alpha(opacity=50); }
.xhxw img,.tzgg img,.zcfg img,.xdzs img{ height: 16px; margin-top: 0px; position: relative; top: 4px; left: 8px; z-index: 100; }



/*选择好7m足球比分就是选择好未来，特殊的素质教育成就特殊的人才*/

.hot-major{ margin-top: 45px; }

.hot-major .hot-major-order{text-align: center;  height: 52px; width: 489px; margin: 27px auto 0;}

.hot-major .hot-major-order ul li{width: 120px;height: 50px;line-height: 50px;-webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; transition: .6s;float: left; border: 1px solid #9b9b9b;}

.hot-major .hot-major-order ul li a{font-size: 18px; color:  #333; cursor: pointer; display: block;}

.hot-major .hot-major-order>a{color: #333;cursor: pointer; font-size: 14px; -webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; transition: .6s; margin-left: 18px; margin-top: 8px; width: 106px; height: 35px;line-height: 35px; border: 1px solid #9b9b9b;}

.hot-major .hot-major-order ul li:hover,.hot-major .hot-major-order>a:hover {background: #b2b2b2; border-color:#b2b2b2 ; }

/* .hot-major .hot-major-pic{margin-top:52px;overflow:hidden; position:relative; }
.hot-major .hot-major-pic .bd ul{ overflow:hidden; zoom:1; }
.hot-major .hot-major-pic .bd ul li{margin-right: 20px;width: 283px;height: 533px; border:1px solid #2d2d2d;  float:left; _display:inline; overflow:hidden; text-align:center; cursor: pointer; position: relative;}
.hot-major .hot-major-pic .bd ul li:hover{ border-color:#999;}  .hot-major .hot-major-pic .bd ul li .pic{ text-align:center; position: absolute;top:0px; -webkit-transition: 0.8s; -moz-transition: 0.8s; -ms-transition: 0.8s; transition: 0.8s;  }
.hot-major .hot-major-pic .bd ul li .pic img{ width:100%; height:383px; display:block; }
.hot-major .hot-major-pic .bd ul li .title{    width: 91%; padding: 0 5%; height: 150px; background: #202020; overflow: hidden; text-align: center;  position: absolute;top:383px; -webkit-transition: 0.8s; -moz-transition: 0.8s; -ms-transition: 0.8s; transition: 0.8s; } 
.hot-major .hot-major-pic .bd ul li .title h2{color: #eeeeee; font-size: 18px; margin-top: 18px; background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifallicon.png) no-repeat 178px -353px; }
.hot-major .hot-major-pic .bd ul li .title p{background: #b2b2b2; width: 35px;height: 2px; margin: 0 auto; margin:10px auto;}
.hot-major .hot-major-pic .bd ul li .title span{color: #e6e6e6; font-size: 12px; line-height: 20px; }

.hot-major .hot-major-pic .bd ul li:hover .pic{top:150px;}
.hot-major .hot-major-pic .bd ul li:hover .title{top:0px; background: #676565;} */

.hot-major .popularmajor{width: 1200px;height: 910px;margin-top: 35px;  overflow: hidden;}
.hot-major .popularmajor .major{width: 1198px;height: 50px;border: 1px solid #dadada;}
.hot-major .popularmajor .major img{width:45px; height:45px; float:left; }
.hot-major .popularmajor .major h2{height: 50px;line-height: 50px;color: #333333; font-size: 22px; float:left;     margin: 0 5px;}
.hot-major .popularmajor .major p{height: 50px;line-height: 50px;color: #666666; font-size: 12px; float:left;}
.hot-major .popularmajor .major a{color: #666666; font-size: 14px; line-height:50px;float:right; margin-right:20px;}
.hot-major .popularmajor .major a:hover{color:#ff2e2e;}
.hot-major .popularmajorul{width: 1200px;height: 910px;margin-top: 20px;  overflow: hidden; margin-left:-5px;}


.hot-major .popularmajorul ul{display: flex;flex-direction: row;  flex-wrap: wrap;}
.hot-major .popularmajorul ul li{width: 292px; height: 260px; background: #fff; line-height: 40px; position: relative; margin-bottom: 12px; transition: all 0.3s; border: 1px solid #ddd; float:left;  margin-left: 6px;}
.hot-major .popularmajorul ul li b{width: 92px; background: #E70012; font-size: 18px; color: #fff; line-height: 36px;  text-align: center;  position: absolute; top: 0; left: 105px; font-style: normal;}
.hot-major .popularmajorul ul li img{width:292px; height:194px;}
.hot-major .popularmajorul ul li a h2{font-size: 18px; display: block; text-indent: 15px; color:#333;}
.hot-major .popularmajorul .goldList-detail{width: 107px;height: 30px;background: #F9760C;text-align: center; border-radius: 30px;display: block; position: absolute;bottom: 17px;right: 8px;line-height: 30px;
}
.hot-major .popularmajorul .goldList-detail a{color:#fff;}


.hot-major .popularmajorul ul li:hover {
    margin-top: -5px;
    -moz-box-shadow: 1px 2px 8px #ADADAD;
    -webkit-box-shadow: 1px 2px 8px #ADADAD;
    box-shadow: 1px 2px 8px #ADADAD;
    transition: all 0.3s;
}

/*优秀毕业生*/
.industry-advantage .row{width:75%;}
.industry-advantage .graduatea{width: 100%;height: 50px;border: 1px solid #dadada; margin-top: 35px;  overflow: hidden;}
.industry-advantage .graduatea img{width:45px; height:45px; float:left; }
.industry-advantage .graduatea h2{height: 50px;line-height: 50px;color: #333333; font-size: 22px; float:left;     margin: 0 5px;}
.industry-advantage .graduatea p{height: 50px;line-height: 50px;color: #666666; font-size: 12px; float:left;}
.industry-advantage .graduatea a{color: #666666; font-size: 14px; line-height:50px;float:right; margin-right:20px;}
.industry-advantage .graduatea a:hover{color:#ff2e2e;}

/*优秀毕业生*/
.graduateb{width: 100%;height: 100%;}
.graduateb ul{margin-top: 16px; margin-left:-12px;}
.graduateb ul li{width: 290px; height: 100%;margin-bottom: 20px; cursor: pointer; float:left; margin-left:12px; border:1px solid #dadada;}
.graduateb ul li a img{width: 289px; height: 190px; float: left;margin-right: 16px; border: 1px solid #a49f9c; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; transition: .5s; }
.graduateb ul li  h2{color: #333333; font-size: 16px;    margin-bottom: 5px; margin-left:5px; padding-top:5px;}
.graduateb ul li  p{color: #666;font-size: 14px;line-height: 25px; margin-left:5px;}
.graduateb ul li  h6{color: #fff; font-size: 16px; width: 135px; height: 40px; line-height: 40px;    margin: 8px 0px 10px 5px; text-align: center;  background: #fe6606; display: inline-block;-webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; transition: .5s; }

.graduateb ul li:hover h2{color: #666;}
.graduateb ul li:hover h6{background: #ff0000; -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px);  }
.graduateb ul li:hover img{box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 4px 8px 0 rgba(0,0,0,0.2);}

/*报名 助学金*/
.industry-advantage .card{width:24%; margin-top: 35px; background: #f9f9f9;}
.industry-advantage .card .m-row {display: flex; justify-content: space-between;
 flex-direction: row; align-items: center;}

 .industry-advantage .card .m-row .max-row{ border: 1px solid #fe6606; text-align: center; width: 46%;  flex:1;line-height: 50px;}

 .industry-advantage .card .m-row .max-row1{color: #ffffff; background: #fe6606;}
 .industry-advantage .card .m-row .max-row2{color: #fe6606; background: #ffffff;}

.industry-advantage .card .m-row .max-row a{outline: .14em dotted red !important; outline-offset: .2em;}
.industry-advantage .card .baoming{}
.industry-advantage .card .baoming ul{} 
.industry-advantage .card .baoming ul li{font-size: 14px;height: 44px; line-height: 44px;   text-align: center;border-top: 1px dotted #dbdbdb;}
.industry-advantage .card .baoming ul li p{ font-size:14px;display: inline-block;width: 70px;color: #666;



	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;	

}
.industry-advantage .card .baoming ul li a{ font-size:14px;display: inline-block;color: #ff6700;width: 120px;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;	} 
.baoming_part{display: block;text-align: center;font-size: 24px;height: 40px;line-height: 60px;color: #333; font-weight: 400; letter-spacing: 1px;}
.jiaru{width: 100%;height: 50px;position: absolute;left: 0;bottom: 0;}
.jiaru span {width: 218px;left: 0;background: #FFBA91;}
.jiaru a {width: 87px;right: 0;background: #fc5b32;}
.jiaru a, .jiaru span {text-align: center;color: #fff;height: 50px;line-height: 50px;position: absolute;top: 0;display: block;}
.baoming_lists{position:relative;     height: 304px; padding: 26px 0 5px 0;}







/* 学彩神网大厅环境 */
.x-public-ptitle {
	width: 100%;
	text-align: center
}
.x-public-ptitle h3 {
	font-size: 32px;
	font-weight: 500
}
.x-public-ptitle p {
	font-size: 18px;
	color: #666;
	padding-top: 8px;
	font-weight: 300
}
.x-picture {
    width: 100%;
	margin-top: 40px;
	
}

.x-picture .x-picture-item .x-public-ptitle {
    padding: 40px 0 56px
}

.x-picture .x-picture-item .x-picture-border {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px dotted #999
}

.x-picture .x-picture-item .x-picture-tabs {
    width: 100%
}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-menu {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    padding: 40px 0
}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-menu span {
    display: inline-block;
    margin: 0 20px;
    color: #999;
    font-size: 18px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    font-weight: 400
}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-menu span.ac {
    color: #333;
    filter: drop-shadow(0 0 12px silver);
    -webkit-filter: drop-shadow(0 0 12px silver);
    -moz-filter: drop-shadow(0 0 12px silver)
}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-list {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    cursor: pointer;
}
.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-list ul{
	display: none;
}
.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-list li {
    width: 24.8%;
    float: left;
    margin: 0 0.1% 0.1%;


}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-list li a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-list li div {
    width: 100%;
    /* padding-top: 60%; */
    height: auto;
    position: relative;
    transition: background-image .1s linear;
    -webkit-transition: background-image .1s linear;
    -moz-transition: background-image .1s linear;
    overflow: hidden;
    user-select: none;
    background-color: #f1f1f1;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;

}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-list li div img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-list li div span {
    position: absolute;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: rgba(0, 0, 0, .6);
    left: 0;
    bottom: -42px;
    text-align: center;
    color: #ccc;
    font-weight: 300;
    transition: bottom 300ms;
    -webkit-transition: bottom 300ms;
    -moz-transition: bottom 300ms;

}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-list li p {
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #333 !important;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-list li .mk {



    position: absolute;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: rgba(0, 0, 0, .6);
    bottom: -42px;
    text-align: center;
    color: #ccc;
    font-weight: 300;
    transition: bottom 300ms;
    -webkit-transition: bottom 300ms;
    -moz-transition: bottom 300ms;
}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-list li:hover span {
    bottom: 0 !important;
}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-list li:hover p {
    background: #fe6606;
    /* background-color: initial; */
    color: #fff !important;
}

.x-picture .x-picture-item .x-picture-tabs .x-picture-tabs-list li:hover .mk {
    background-color: initial;
    color: #fff !important;
}



/* 彩神网大厅企合作 */


.dy_title { width:1200px; margin:auto;text-align:center; height:36px; line-height:36px; font-size:26px; font-weight:bold; margin-top:30px; letter-spacing:1.5px;}
.dy_p { width:1200px; margin:auto;text-align:center; height:28px; line-height:28px; font-size:16px; color:#000000;letter-spacing:.5px;}
.dy_kong { width:100px; margin:auto; height:8px; background:#ff6600;}

.in_news { width:1200px; margin:auto; height:610px; margin-top:10px;}
.in_newsl { width:772px; height:610px; float:left;}
.in_newslt { width:772px; height:70px; float:left;}
.in_newslt li { width:249px; height:58px; float:left; border:solid 1px #000000; color:#000000; padding:5px 0; margin-left:5px;}
.in_newslt li span { width:100%; text-align:center; float:left; font-size:16px; line-height:32px;color: #f60;}
.in_newslt li font { width:100%; text-align:center; float:left; font-size:14px; line-height:26px;color: #f60;}
.in_newslt .dian { border:solid 1px #ff6600; color:#fff; background:#ff6600;}
.in_newslt .dian a { color:#FFFFFF;}

.in_newslt .dian span,.in_newslt .dian font{color:#FFFFFF;}

.in_newslnew {width:772px; height:540px; float:left;overflow: hidden;display: none;}
.in_newslnew .pic_list,.in_newsr .pic_list{width: 100%;height:290px;border-bottom: 1px solid #c4c4c4;margin-bottom: 10px; margin-top:10px;}
.in_newslnew .pic_list li,.in_newsr .pic_list li{float: left;width:381px;height:290px;}
.in_newslnew .pic_list li:nth-child(2){margin-left:10px;}
.in_newslnew .pic_list li a{display: block;width: 100%;height: 100%;}
.in_newslnew .pic_list li .imgbox,.in_newsr .pic_list li .imgbox{width:381px;height:254px;overflow: hidden;}
.in_newslnew .pic_list li .imgbox img,.in_newsr .pic_list li .imgbox img{width:381px;height:254px;}
.in_newslnew .pic_list li .title,.in_newsr .pic_list li .title{display: block;width: 100%;height:36px;line-height:36px;font-size: 16px;color: #636363;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.in_newslnew .pic_list li .title:hover,.in_newsr .pic_list li .title:hover{color:#fc5b32 !important;}
.in_newslnew .ul_list,.in_newsr .ul_list { width:100%; height:220px;}
.in_newslnew .ul_list li,.in_newsr .ul_list li { width:100%; border-bottom:dashed 1px #c0c0c0; font-size:16px; height:54px; line-height:54px; color:#333333;}
.in_newslnew .ul_list a,.in_newsr .ul_list a { color:#333333;    font-size: 14px;}
.in_newslnew .ul_list a:hover { color:#FF0000;}
.in_newslnew .ul_list .title { width:83%; float:left; color:#666666;}
.in_newslnew .ul_list .date { width:13%; float:right; color:#666666;}
.in_newslnew .ul_list li:last-child { border-bottom:solid 1px #c4c4c4; }
.in_newsr { width:381px; height:610px; float:left; margin-left:23px; background:#f9f9f9; padding: 0 12px;overflow:hidden;}
.in_newsrt {width:381px; float: left; height: 70px; line-height: 70px; font-size: 18px; font-weight: bold; margin-top:10px;}

.in_newsrt>a{display: inline;}
.in_newsrt img { width:38px; float: right; margin-right:20px; margin-top: 20px; }



.box_m{width:37px;height:40px;position:relative; float:right; margin-top:10px;transform:rotate(180deg);}
.box_m span{position:absolute;background:#7f7f7f;width:4px;}
.box_m span:nth-child(1){height:40px;left:0px;animation:run 0.8s linear 0s infinite alternate;}
.box_m span:nth-child(2){height:40px;left:8px;animation:run 0.9s linear 0s infinite alternate;}
.box_m span:nth-child(3){height:40px;left:16px;animation:run 1s linear 0s infinite alternate;}
.box_m span:nth-child(4){height:40px;left:24px;animation:run 0.7s linear 0s infinite alternate;}
.box_m span:nth-child(5){height:40px;left:30px;animation:run 0.8s linear 0s infinite alternate;}

@keyframes run{10%{height:20%;}20%{height:40%;}40%{height:60%;}70%{height:80%}100%{height:100%}}
.in_newsr .ul_list a:hover { color:#FF0000;}
.in_newsr .ul_list .title { width:80%; float:left; color:#666666;}
.in_newsr .ul_list .date { width:18%; float:right; font-size:14px; color:#666666;}


.tuji .show,.mingshil .show,.in_news .show,#in_zy1 .show {display: block;}
.tuji .hide,.mingshil .hide,.in_news .hide,#in_zy1 .hide {display: none;}




/* 相关链接 */

.links { width:1200px; margin:auto; height:auto;}
.zuihou{ margin:auto; width:670px; height:60px;margin-top:15px;}
.zuihou ul li{float:left;padding:10px 40px;font-size: 20px; line-height:38px;color: #666668;border: 1px solid #666668;cursor: pointer; margin-right:90px;}
.zuihou ul li:nth-child(3) {margin-right:0;}
.zuihou ul:after{content: "";display: block;clear: both;}
.zuihou ul li.on{color: #fff;border: 1px solid #ee7b1d;background: #ee7b1d;}
.box_zuihou{margin-top: 25px; height:200px;display: none;}
#zuihou_bd .show{display: block;}
#zuihou_bd .hide{display: none;}
.box_zh1 ul li{width:240px; height:146px; float:left;}
.box_zh2 ul li {width:240px; height:30px; line-height:30px;float:left;}
.box_zh2 ul li{margin-top:5px;}
.box_zh2 ul li a{margin:0 10px 0 10px;color: #666;}
.box_zh2 ul li a:hover{color: red;}




/*foot style*/
.lt {float:left;}
.rt {float:right;}
.s1 {font-size:12px;}
.s2 {font-size:14px;}
.s3 {font-size:16px;}
.s4 {font-size:20px;font-family:"Microsoft Yahei"}
.fm1 {font-family:"Microsoft Yahei"}
.cl1 {color:#fff;}
.cl2 {color:#000;}
.clear{clear:both; overflow:hidden;}
.w1200 {width:1200px; margin:auto;}

.foot_new{padding-top: 30px;}
.index_hr{overflow: hidden;}
.foot-dh{float: right;width: 250px;margin-top: 5px;}
.baoming_lt { width:18%; height:330px; margin:4% 0 0}
.baoming_center{width:56%; height:330px; margin-top:4%;padding: 0 2%;}
.baoming_center ul{width: 14.5%;margin: 0 1%;font-size: 16px; float: left;}
.baoming_center ul li:first-child{font-size: 20px;border-bottom: 1px black solid;}
.baoming_center ul li{margin: 5px 0;width: 100%;color: ;}
.baoming_center ul li a{color: #333;}
.foot_baoming{font-size: 30px;display: inline-block;border-bottom: rgba(253,121,25,0.6) 3px solid;margin-bottom: 15px;padding-right: 60px;color: #fd7919;padding-bottom:10px ;}
.baoming_rt { width:20%; height:330px;margin:70px 0 0 24px;}
.input-field {margin-bottom: 10px;}
.form-control {width: 93%;border:1px solid #ececec;padding: 6px 12px;border-radius: 0;box-shadow: none;color: #818181;font-size: 16px;height: 40px;}
.btn-effect {vertical-align: middle;box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;display: inline-block;-webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition-property: color;-moz-transition-property: color;-ms-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;transition-duration: 0.3s;-moz-osx-font-smoothing: grayscale;}
.btn-effect:before {content: "";position: absolute;z-index: -1;top: 0;left: 0;right: 0;bottom: 0;background: #fff;-webkit-transform: scaleX(0);-moz-transform: scaleX(0);-ms-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 0 50%;-moz-transform-origin: 0 50%;-ms-transform-origin: 0 50%;transform-origin: 0 50%;-webkit-transition-property: transform;-moz-transition-property: transform;-ms-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;-moz-transition-timing-function: ease-out;-ms-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.btn-effect:hover, .btn-effect:focus, .btn-effect:active {color: #009EE3;}
.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {-webkit-transform: scaleX(1);-moz-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}
#submit:hover {color: #fff;}
#submit:before {background-color: #0A85BB;}
#submit.btn-effect:after {background: #2E2E2E;}
.btn {border-radius: 0;border: 0;position: relative;text-transform: uppercase;}
.btn-blue {background-color: #fd7919;box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;padding: 5px 55px;color: #fff;font-size: 27px;border-radius: 5px;}
.btn-border {border: 2px solid #fff;	padding: 12px 35px;}
.bg-blue {background-color: #009EE3;}
.baoming_rt p {font-size:20px;line-height:32px;}
.baoming_rt p a{font-size: 18px;}
.foot_db {width: 100%;height:170px;background: #2E2E2E; text-align:center; line-height:32px; color:#FFFFFF; padding:30px 0 85px 0; font-size:16px;}

/*
.hot-major .hot-majorlist ul{height: 450px;overflow: hidden;}
.hot-major .hot-majorlist ul li{width: 50px;border-right: 1px solid #fff;float: left; cursor: pointer;}
.hot-major .hot-majorlist ul li.long{width: 613px;}

.hot-major .hot-majorlist ul li.hot-majoritem09{border-right-color: #dadada;}
.hot-major .hot-majorlist ul li.hot-majoritem01 .hot-majorlist-title{background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskilsbg.jpg) no-repeat;}
.hot-major .hot-majorlist ul li.hot-majoritem02 .hot-majorlist-title{background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskilsbg.jpg) no-repeat -50px 0px;}
.hot-major .hot-majorlist ul li.hot-majoritem03 .hot-majorlist-title{background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskilsbg.jpg) no-repeat -100px 0px;;}
.hot-major .hot-majorlist ul li.hot-majoritem04 .hot-majorlist-title{background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskilsbg.jpg) no-repeat -150px 0px;;}
.hot-major .hot-majorlist ul li.hot-majoritem05 .hot-majorlist-title{background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskilsbg.jpg) no-repeat -200px 0px;;}
.hot-major .hot-majorlist ul li.hot-majoritem06 .hot-majorlist-title{background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskilsbg.jpg) no-repeat -250px 0px;;}
.hot-major .hot-majorlist ul li.hot-majoritem07 .hot-majorlist-title{background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskilsbg.jpg) no-repeat -300px 0px;;}
.hot-major .hot-majorlist ul li.hot-majoritem08 .hot-majorlist-title{background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskilsbg.jpg) no-repeat -350px 0px;;}
.hot-major .hot-majorlist ul li.hot-majoritem09 .hot-majorlist-title{background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskilsbg.jpg) no-repeat -400px 0px;;}
.hot-major .hot-majorlist ul li.hot-majoritem10 .hot-majorlist-title{background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskilsbg.jpg) no-repeat -450px 0px;;}
.hot-major .hot-majorlist ul li.hot-majoritem11 .hot-majorlist-title{background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskilsbg.jpg) no-repeat -500px 0px;;}
.hot-major .hot-majorlist ul li.hot-majoritem12 .hot-majorlist-title{background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskilsbg.jpg) no-repeat -550px 0px;;}

.hot-major .hot-majorlist ul li .hot-majorlist-title{width: 50px;height:  450px;float: left;overflow: hidden;}
.hot-major .hot-majorlist ul li .hot-majorlist-title p{color: #fff; font-size: 22px;padding: 25px 15px; height: 100%; background: rgba(51,51,51,.8);}
.hot-major .hot-majorlist ul li .hot-majorlist-title p.show{background: transparent;}

.hot-major .hot-majorlist ul li .hot-majorlist-body{width: 520px; padding: 5px 5px 5px 10px; float: left;}
.hot-major .hot-majorlist ul li .hot-majorlist-body .hot-majorlist-pic{width: 520px;height: 180px;}
.hot-major .hot-majorlist ul li .hot-majorlist-body .hot-majorlist-pic img{width: 500px;height: 180px; margin-left:10px; margin-top:5px; border:1px solid #cccccc;}
.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content{ padding-right: 10px; padding-left: 10px; }
.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-skils h2 { color: #333; font-size: 16px; margin-top: 15px; margin-bottom: 6px; font-weight: 700; opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; -o-opacity: 0.8; }

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-skils p,
.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-skils span { color: #666; font-size: 14px; line-height: 25px; }

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-future h3 { color: #666; font-size: 16px; margin-top: 10px; margin-bottom: 6px; font-weight: 700; }

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-future h5 { color: #666; font-size: 14px; line-height: 25px; }
.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-future h5 i{ font-style: normal; color: #e67d14; }

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-detail { margin-top: 11px; }

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-detail a { width: 120px; height: 25px; line-height: 25px; cursor: pointer; color: #fff; font-size: 14px; float: left; text-align: center; display: inline-block; background: #e67d14; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; margin-right: 30px; }

.goldList li .majorlist-content .goldList-skils h2:hover,
.goldList li .majorlist-content .goldList-future h3:hover { color: #555; }

.goldList li .majorlist-content .goldList-skils p:hover,
.goldList li .majorlist-content .goldList-skils span:hover,
.goldList li .majorlist-content .goldList-future h5:hover { color: #999; }

.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-detail a:hover { background: #ea9641; -webkit-border-radius: 2rem; -moz-border-radius: 2rem; -o-border-radius: 2rem; border-radius: 2rem; }
.hot-major .hot-majorlist ul li .hot-majorlist-body .majorlist-content .goldList-detail a.goldList-knowService { width: 185px; }

*/


/*学历+技能  双重保障—签就业协议 就业无忧*/

.industry-advantage{margin-top: 40px; overflow: hidden;}

.industry-advantage .xzwxdlybd{width:100%;  position:relative;  height:600px; background:url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifbxtsbd.jpg) no-repeat center; _background:#000; _filter:alpha(opacity=60);}

.industry-advantage .industry-advantage-content{ width:1200px; margin:0 auto;   height: 467px;  margin-top: 38px; padding-top:50px;}


.industry-advantage-numlist{width: 116px; height: 100%;}


.industry-advantage .industry-advantage-content .industry-advantage-numlist a{width: 100%; height: 116px; line-height: 116px;text-align: center;  margin-bottom:1px; font-family: 'Iskoola Pota'; font-size: 70px;color: #444; background: #aaa; display: inline-block;}




.industry-advantage .industry-advantage-content .industry-advantage-newlist{margin-left: 8px; /*  width: 780px; */
 /* width: 724px;   */  width: 714px; height: 100%;  border: 1px solid #b2b2b2;}

.industry-advantage .industry-advantage-content .industry-advantage-newlist li{height: 116px; overflow: hidden; cursor: pointer; /*margin: 0px 3px; */border-bottom: 1px solid #aaa;  background: rgba(238, 238, 238, 0.8);}

.industry-advantage .industry-advantage-content .industry-advantage-newlist li h2{ color: #666; font-size: 18px; font-weight:bold; margin: 8px 12px 5px;}

.industry-advantage .industry-advantage-content .industry-advantage-newlist li p{color: #666; font-size: 14px;line-height: 25px;margin: 0px 13px;    text-align: Justify; text-justify: inter-ideograph; text-justify: auto;}

.industry-advantage .industry-advantage-content .industry-advantage-newlist li:hover{background: #eee;}

.industry-advantage .industry-advantage-content>a{    text-align: center; display: inline-block;  width: 287px; height: 100%; cursor: pointer; overflow: hidden;}

.industry-advantage .industry-advantage-content>a h2{    color: #5e1e1e;  font-size: 14px; margin-top: 392px; width: 100%;  height: 76px; background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifallicon.png) no-repeat -465px -356px;  -webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; transition: .6s;  }

.industry-advantage .industry-advantage-content>a:hover h2{  -webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);-ms-transform:translateY(-8px); -o-transform:translateY(-8px);transform:translateY(-8px) }


/*魅力彩神网大厅园，承载广大学子高兴就业梦*/

.campus-environment{margin-top: 48px;}

.newsCenterlist{ margin-top: 25px;  }
.newsCenterlist .parHd{height: 32px; position: relative; text-align: center; width: 840px; margin: 0 auto;     }
.newsCenterlist .parHd ul{     float: left; }
.newsCenterlist .parHd ul li{ width: 120px; height: 50px; line-height: 50px; -webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; transition: .6s; float: left; border: 1px solid #9b9b9b; background-color:#e67d14;  }
.newsCenterlist .parHd ul li a{    font-size: 18px; color: #333; cursor: pointer; display: block;}
.newsCenterlist .parHd>a{  color: #333; cursor: pointer; font-size: 14px; -webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; transition: .6s; margin-left: 20px; margin-top: 8px; width: 85px; height: 35px; line-height: 35px; display: inline-block; border: 1px solid #9b9b9b;}
.newsCenterlist .parHd ul li.on,.newsCenterlist .parHd>a:hover { background: #eee; border-color: #b2b2b2; }
.newsCenterlist .slideBox{ overflow:hidden; zoom:1; position:relative; margin-top: 42px;   }
.newsCenterlist .slideBox .tempWrap{    width: 1000px !important; margin-left: 100px;}
.newsCenterlist .sPrev,.newsCenterlist .sNext{     position: absolute; left: 0px; top: 115px; display: block; width: 63px; height: 65px; line-height: 59px; text-align: center; color: #fff; font-size: 45px; font-weight: 600; background: #202020;}
.newsCenterlist .sNext{left: auto; right: 0px; }
.newsCenterlist .sPrev:hover,.newsCenterlist .sNext:hover{ background: #797575;  }

.newsCenterlist .parBd ul{ overflow:hidden; zoom:1;   }
.newsCenterlist .parBd ul li{float:left ; position: relative ; cursor: pointer; width:316px; /* height: 416px;  */height: 283px; margin-right: 26px; overflow:hidden; text-align:center;  }
.newsCenterlist .parBd ul li img{ width:100%; /* height:355px; */height: 237px; display:inline-block; position: absolute; top: 0;left:0px;}
.newsCenterlist .parBd ul li h2{width: 90%; /* height: 57px; line-height: 57px; */ height: 40px; line-height: 40px;background: #202020;z-index: 1; color: #f1f1f1; font-size: 16px; padding: 0 5%;  -webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; transition: .6s;  position: absolute; /*  top: 359px; */
top:242px;  }
.newsCenterlist .parBd ul li p{line-height: 30px;color: #f1f1f1; font-size: 16px; padding: 10% 5%; -webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; transition: .6s; position: absolute; /*  top: 416px;  */ top:283px;text-align: Justify; text-justify: inter-ideograph; text-justify: auto; text-indent: 2rem; }
.newsCenterlist .parBd ul li span{width: 100%; height: 100%; display: inline-block; position: absolute;/*  top: 416px;  */ top:283px; 
left:0px;

 background: url(/images/schoolLifeContent01bg.png) repeat; -webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; transition: .6s;    }

/*.newsCenterlist .parBd ul li:hover h2{ line-height: 30px; background: transparent; margin-top: 0px; transform: translateY(-280px); z-index: 1; }*/
.newsCenterlist .parBd ul li:hover h2{background: transparent;}
.newsCenterlist .parBd ul li:hover p{ line-height: 30px; background: transparent;  transform: translateY(-270px); z-index: 1; }
.newsCenterlist .parBd ul li:hover span{top:0; }

/*给我一份信任，还你一份惊喜*/
.aptitude-honor{margin-top: 52px;}


.honor-content{}
/*荣誉资质左滚效果*/

.honor-LeftScroll {width: 940px !important; height: 235px;margin-top: 66px;  position: relative; float: left;}

.honor-LeftScroll .honor-LeftScrollWrap { width: 100%; height: 100%; overflow: hidden; position: absolute; }

.honor-LeftScroll .honor-LeftScrollWrap .tempWrap { margin-left: 93px !important; width: 744px !important; }

.honor-LeftScroll .honor-LeftScrollWrap .dlList { width: 1100px;  margin: 0 auto; display: block; margin-right: -88px !important; }

.honor-LeftScroll dl { cursor: pointer; float: left; width: 352px;height: 233px; border: 1px solid #9b9b9b; text-align: center; position: relative; margin-right: 36px;  position: relative; cursor: pointer; overflow: hidden; }
.honor-LeftScroll dl a{ display: inline-block; height: 100%; width: 100%; }
.honor-LeftScroll dl img{width: 332px;height: 217px; margin-top: 8px;}
.honor-LeftScroll dl p{color: #fff; font-size: 16px;  width: 100%; height: 40px; line-height: 40px; text-align: center; background: #000; position: absolute; bottom: -40px;  -webkit-opacity:0.5; -moz-opacity:0.5; opacity: 0.5; filter:alpha(opacity=50);   -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; transition: .5s;  }

.honor-LeftScroll .prev, .honor-LeftScroll .next { position: absolute; top: 78px; left: 10px; z-index: 100; cursor: pointer; font-size: 50px; font-weight: 600; color: #353535; } .honor-LeftScroll .next { left: auto; right: 10px; }
.honor-LeftScroll .prev:hover, .honor-LeftScroll .next:hover{color: #a09d9d;}
.honor-LeftScroll dl:hover p{bottom:0;}

/*荣誉资质上滚效果*/
.honor-TopScroll{width: 233px;height: 276px;border: 1px solid #cbcbcb; margin-top: 23px; text-align: center; overflow: hidden;}
.honor-TopScroll h2{color: #444444; font-size: 18px; font-weight: 600; opacity: .8;margin-top: 12px;margin-bottom: 20px !important;}

.honor-TopScroll .honor-TopScrollList{}
.honor-TopScroll .honor-TopScrollList li{line-height: 30px; cursor: pointer;} 
.honor-TopScroll .honor-TopScrollList li a{color: #444444;font-size: 14px;}
.honor-TopScroll .honor-TopScrollList li a:hover{color: #a09d9d;}
.honor-TopScroll>a{color: #444; font-size: 14px; border: 1px solid #cbcbcb;cursor: pointer; display: inline-block;width: 108px; height: 31px;line-height: 31px;background: #d5d5d5;    margin-top: 17px;    -webkit-transition: .6s; -moz-transition: .6s; -ms-transition: .6s; transition: .6s;}
.honor-TopScroll>a:hover{background: #eaeaea; -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); }


/*模块二*/
.specialItem02{height: 220px; margin-top: 50px; background: url(/images/specialItem02bg.jpg) no-repeat top center;}

/*.家长心声 优秀毕业生*/
.results-display{height: 800px;margin-top:39px; overflow: hidden;}

/*家长心声*/
.parents-voice{width: 740px; height: 100%; padding-right: 20px; border-right: 1px solid #cbcbcb;}
.parents-voice ul{}
.parents-voice ul li{width: 100%; height: 202px;margin-top: 30px; cursor: pointer;}
.parents-voice ul li a{width: 100%; height: 100%; display: inline-block;}
.parents-voice ul li a img{width: 310px; height: 100%; float: left;margin-right: 20px;-webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; transition: .5s; }
.parents-voice ul li a>div{width: 400px;height: 100%;float: left;}
.parents-voice ul li a>div h2{color: #333333; font-size: 18px;}
.parents-voice ul li a>div p{color: #888;font-size: 14px;line-height: 25px;    margin-top: 7px;  margin-bottom: 7px; text-align: Justify; text-justify: inter-ideograph; text-justify: auto;}
.parents-voice ul li a>div span{    color: #333; font-size: 14px; width: 108px; height: 33px; line-height: 33px; text-align: center;  background: #d5d5d5; display: inline-block;-webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; transition: .5s; }

.parents-voice ul li:hover span{background: #e4e2e2; -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px);  }
.parents-voice ul li:hover img{box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 4px 8px 0 rgba(0,0,0,0.2);}





/*新闻专区*/
.news-area{margin-top: 45px; height: 430px; margin-bottom: 48px; overflow: hidden;}

/*行业新闻   学彩神网大厅新闻*/

.graduate-news{width: 355px; margin-right: 45px;}
.graduate-news ul {}
.graduate-news ul li{height: 30px; line-height: 30px; margin-right: 10px;margin-top: 17px; border-bottom:1px dashed #cccccc; cursor: pointer;}
.graduate-news ul li span{    width: 8px; height: 8px; background: #949494; float: left; margin-top: 11px; margin-right: 5px; margin-left: 1px;}
.graduate-news ul li h2{color: #444; font-size: 14px;float: left; width:70%;}
.graduate-news ul li p{color: #999; font-size: 14px; margin-right: 5px; float: right;}

.graduate-news ul li:hover span{background: #b9b7b7;}
.graduate-news ul li:hover h2{color: #949090;}
.graduate-news ul li:hover p{color: #b9b7b7;}


/*学生问答*/

.student-answer{ width: 397px;  }
.student-answer ul{margin-top: 10px;}
.student-answer ul li{border-bottom: 1px solid #cccccc; padding-bottom: 22px; padding-top: 19px; cursor: pointer;}
.student-answer ul li .question-item{    margin-bottom: 7px;    height: 20px;}
.student-answer ul li .question-item i{ color: #bcbcbc; font-size: 17px; float: left;margin-right: 8px;}
.student-answer ul li .question-item h2{color: #333333;font-size: 14px;float: left;    width: 370px;}
.student-answer ul li .answer-item{     height: 40px; }
.student-answer ul li .answer-item i{ color: #bcbcbc; font-size: 17px;float: left;margin-right: 8px; margin-top: 2px;}
.student-answer ul li .answer-item p{    color: #888; font-size: 12px; line-height: 22px; float: left; width: 370px;}

.student-answer ul li:hover i{color: #ccc;}
.student-answer ul li:hover .question-item h2{color: #868484;}
.student-answer ul li:hover .answer-item p{color: #a7a3a3;}


/*尾部*/

.footer{height: 470px; background: url(/images/allicon.png) #202020 no-repeat center -953px; overflow: hidden; }

/*友情链接*/

.friendship-link{height: 135px; overflow: hidden;}
.friendship-link .friendship-link-title{height: 58px; border-bottom:1px solid #5c5c5c ;}
.friendship-link .friendship-link-title h2{color: #cecece; font-size: 23px; float: left;margin-top: 20px;}
.friendship-link .friendship-link-title p{color: #cecece; font-size: 14px;float: right;margin-top: 28px;}
.friendship-link ul{text-align: center; margin: 14px auto; width: 1120px;}
.friendship-link ul li{float: left;margin: 0 15px;    line-height: 28px;}
.friendship-link ul li a{color: #f6f6f6; font-size: 14px;}
.friendship-link ul li a:hover{cursor: pointer; color: #dfb17f;}

/*底部菜单*/
.footer-nav{text-align: center; margin: 57px auto 0;height: 33px;}
.footer-nav a{color: #FFFFFF;font-size: 16px;margin: 0 20px;}
.footer-nav a:hover{cursor: pointer; color: #dfb17f;}

/*foot底部信息*/

.footer-bottom{margin-top: 45px; height: 160px;}
.footer-bottom .foot-logo{width: 156px;height: 156px;display: inline-block;float: left;cursor: pointer; margin-right: 30px;}
.footer-bottom .footer-bottom-content{float: left;margin-top: 6px;    width: 451px;}
.footer-bottom .footer-bottom-content p{color: #FFFFFF;font-size: 14px; line-height: 30px;}
.erweima{position:relative;}


.erweima .erweima1,.erweima .erweima2{
	width: 106px; height: auto; position:relative; float:left;
	margin-bottom: 14px;
}
.erweima .erweima1 img,.erweima .erweima2 img{
	width:100%;height:auto;
}

.erweima .erweima1{margin-right:25px; }

.qrcode:after{
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    background-color: #20c2ff;
	width: 154px;
   
    height: 2px;
    -moz-box-shadow: 0 0 6px rgba(32,194,255,.7);
    -webkit-box-shadow: 0 0 6px rgba(32,194,255,.7);
    box-shadow: 0 0 6px rgba(32,194,255,.7);
    -webkit-animation: qrcode 3s linear 1s infinite both;
    animation: qrcode 3s linear 1s infinite both;
}
@-webkit-keyframes qrcode {
	0% {
		opacity: 1;
		filter:alpha(opacity:100);
		top: -20px;
	}
	100% {
		opacity: 1;
		filter:alpha(opacity:100);
		top: 100%;
	}

}
@-moz-keyframes qrcode {
	0% {
		opacity: 1;
		filter:alpha(opacity:100);
		top: -20px;
	}
	100% {
		opacity: 1;
		filter:alpha(opacity:100);
		top: 100%;
	}

}
@keyframes qrcode {
	0% {
		opacity: 1;
		filter:alpha(opacity:100);
		top: -20px;
	}
	100% {
		opacity: 1;
		filter:alpha(opacity:100);
		top:100%;
	}

}


/*学彩神网大厅简介 专题页*/


/*学彩神网大厅简介*/
.index_article_info{margin-top: 29px;}
.index_article_info h6{ margin-top: 17px; color: #191919; font-size: 16px; line-height: 30px; text-align:Justify;text-justify:inter-ideograph;text-justify:auto; text-indent: 2rem; }

/*学彩神网大厅7m足球比分*/

.school-skils{ height: 830px; margin-top: 38px; background: #f7f7f7; overflow: hidden; }
.school-skils .common-title4{margin-top: 40px;}

.school-skils ul{ margin-right: -31px; margin-top: 34px;}
.school-skils ul>li{ float: left;width: 374px; margin-right: 33px; background: url(/images/school-skilsbg.png) no-repeat; cursor: pointer; }
.school-skils ul>li img{width: 368px; height: 160px; padding: 3px; border: 1px solid #ababab;}
.school-skils ul>li,
.school-skils ul>li h2,
.school-skils ul>li img{ -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s;  }
.school-skils ul>li h2 {color: #666; font-size: 18px; font-weight:bold; text-align: center; margin-top: 10px; margin-bottom: 15px;}

.school-skils ul>li:hover img{  border-color:#8a8a8a ; -webkit-opacity: 0.9; -moz-opacity: 0.9; -o-opacity: 0.9; opacity: 0.9; filter:alpha(opacity=90);}
.school-skils ul>li:hover h2{   -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px);	color: #ff0000; }

/*就业学员*/
.job-student{  margin-top: 30px; height: 572px;  overflow: hidden;}
/* .job-student>div{margin-top: 5px;} */

.job-student ul li{width: 570px;float: left;margin-top: 30px; cursor: pointer;  border: 1px solid #ccc; margin-right: 27px;}
.job-student ul li img{width: 270px;height: 200px;float: left;    border: 1px solid #cfcfcf;}
.job-student ul li div{float: left;margin-left: 15px;}
.job-student ul li div h2{color: #191919; font-size: 18px; margin-top: 7px; margin-bottom: 6px;}
.job-student ul li div p{color: #191919; font-size: 14px; line-height: 30px;}
.job-student ul li div span{background: #e53030; width: 73px;height: 24px;line-height: 24px; margin-top: 8px;text-align: center;color: #fff;font-size: 14px;display: inline-block;
-webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s;}
.job-student ul li:hover div span{ background: #d65858;  -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px);}
.kongbai{ height:50px;}


/*彩神网大厅园环境*/

.school-environment{margin-top: 25px; height: 705px; overflow: hidden;}
.school-environment ul{ margin-right: -14px;margin-top: 37px;}
.school-environment ul>li{ float: left;width: 286px; margin-right: 14px; cursor: pointer; }
.school-environment ul>li img{width: 280px;height: 210px; border: 3px solid #ff7200; border-radius:5px ;}
.school-environment ul>li,
.school-environment ul>li h2,
.school-environment ul>li img{ -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s;  }
.school-environment ul>li h2 {color: #191919; font-size: 18px; text-align: center; margin-top: 17px; margin-bottom: 22px;}
.school-environment ul>li:hover h2{-webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px);	color: #ff7200; }

/*合作单位*/
.cooperation{width:1200px; margin:0 auto;}

/*预约名额 在此留言*/

.sign-up { width: 100%; /*position: relative;*/ height: 670px; overflow: hidden;  background: url(/images/bg3.jpg) no-repeat center center; }
.sign-up h2 { font-size: 40px; color: #fff; text-align: center;  line-height: 145px; height: 145px; }
.sign {width: 982px; height: 430px; overflow: hidden; border: 10px solid #fa9f55; margin: 0 auto; background: #ff4d05; position: relative; z-index: 1;  }


.sign .sign-top{    margin-top: 28px; height: 80px; overflow: hidden;}
.sign .sign-top h1{color: #fff; font-size: 16px; line-height: 25px;  width: 35px;margin-left: 77px; margin-top: 10px;}
.sign .sign-top p {font-size: 14px; line-height: 25px; color: #fff; width: 780px; margin-left: 20px;}
.sign h3 { font-size: 16px; padding: 0 16px; color: #ffde00; }
.sign form { margin-left: 104px; }
.sign form dl { width: 321px; margin-top: 24px; float: left; line-height: 40px; margin-right: 26px; margin-left: 24px; position: relative; z-index: 1; }
.sign form dl.dl1 { z-index: 3; }
.sign form dl dt { float: left; width: 90px; color: #fff; font-size: 16px; }
.sign form dl dd { float: left; width: 230px; height: 40px; }
.sign form dl dd input { width: 100%; height: 40px; line-height: 40px; text-indent: 1em; font-size: 14px; padding: 0; *margin-left: -14px; border: 1px solid #a8a8a8; }
.sign form dl dd select { width: 100%; height: 40px; line-height: 40px; text-indent: 0.3em; font-size: 14px; *margin-left: -14px; }
.sign form dl dd input.bm-an { background: #d2d2d2 none repeat scroll 0 0; border: medium none; color: #ff4d05; cursor: pointer; font: 15px/28px "Microsoft Yahei"; font-weight: 700; margin-top: 10px; margin-left: 340px; text-align: center; width: 100px; height: 28px; text-indent: 0; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s;  }
.sign form dl dd input.bm-an:hover{-webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px);	color: #bd7e4a; }
.sign form dl dd .choice { position: relative; width: 100%; height: 40px; }
.sign form dl dd .choice1 { position: relative; width: 58px; height: 40px; }
.sign form dl dd .choice .select { margin-top: 0; width: 100%; float: none; height: 40px; }
.sign form dl dd .choice .select dt { height: 40px; width: 100%; display: inline-block; background: #fff url(../images/ico17_1.png) no-repeat 96% center;  line-height: 40px; font-size: 16px; cursor: pointer; text-indent: 1em; text-align: left; color: #333333; z-index: 99; float: none; }
.sign form dl dd .choice .select dd { position: absolute; left: 0; top: 40px; background: #fff; color: #333333; float: none; margin-left: 0; border-top: 0; display: none; width: 100%; height: auto; line-height: 32px; text-indent: 1em; font-size: 16px; }
.sign form .beizhu{font-size: 12px; color: #fff; text-align: center; margin-top: 20px; }

/*  *新闻列表页 * * * */

/*.user-picture*/
.user-picture{margin-top: 25px;margin-bottom: 15px;    height: 190px;}
.user-picture ul{ margin-right: -14px; }
.user-picture li{float: left; border: 1px solid #e8e8e8; width: 292px;  height: 185px; padding: 5px 0px 0px; margin-right: 8px; text-align: center;cursor: pointer; overflow: hidden;}
.user-picture li img{width: 280px; height: 140px;}
.user-picture li h2{ color: #333333; font-size: 14px;  margin-top: 8px;    width: 90%;
    margin-left: 5%; transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s;}
.user-picture li:hover h2{-webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); color: #FF0E00;}
.user-picture li:hover{border-color:#d4d4d4;}

/*就业学员列表页*/
.job-studenta{  margin-top: 30px ; overflow: hidden;}
/* .job-student>div{margin-top: 5px;} */
.job-studenta .serList{text-align: center; margin: 35px auto 0;}

.job-studenta .serList ul{ width:560px; margin: 0 auto; height: 100%; }
.job-studenta .serList li{width: 158px; height: 53px;line-height: 53px;border: 1px solid #ffb20b; display: inline-block; text-align: center; -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px; border-radius:2px; cursor: pointer; margin: 0 10px 20px; }
.job-studenta .serList li a{color: #333333; font-size: 18px;}

.job-studenta .serList li:hover,.serList li.serListhover{background: #ffb20b;}
.job-studenta .serList li:hover a,.serList li.serListhover a{color: #FFFFFF;}
.job-studenta ul li{width: 570px;float: left;margin-top: 30px; cursor: pointer;  border: 1px solid #ccc; margin-right: 28px;}
.job-studenta ul li img{width: 270px;height: 200px;float: left;    border: 1px solid #cfcfcf;}
.job-studenta ul li div{float: left;margin-left: 15px;}
.job-studenta ul li div h2{color: #191919; font-size: 18px; margin-top: 7px; margin-bottom: 6px;}
.job-studenta ul li div p{color: #191919; font-size: 14px; line-height: 30px;}
.job-studenta ul li div span{background: #e53030; width: 73px;height: 24px;line-height: 24px; margin-top: 8px;text-align: center;color: #fff;font-size: 14px;display: inline-block;
-webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s;}
.job-student ul li:hover div span{ background: #d65858;  -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px);}

/*二级页面子栏目*/
.serList{text-align: center; /* height: 55px;  */margin: 35px auto 0;}

.serList ul{ margin: 0 auto; height: 100%; }
.serList li{width: 158px; height: 53px;line-height: 53px;border: 1px solid #ffb20b; display: inline-block; text-align: center; -webkit-border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -ms-border-radius:2px; border-radius:2px; cursor: pointer; margin: 0 10px 20px; }
.serList li a{color: #333333; font-size: 18px;}

.serList li:hover,.serList li.serListhover{background: #ffb20b;}
.serList li:hover a,.serList li.serListhover a{color: #FFFFFF;}

/*  *  * list-article1 *  *  *  * */
.list_article{  margin-top: 47px; }  
.list_article li { cursor: pointer;-webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; transition: .5s; border-bottom: 1px dashed #dedede; background: url(/images/list_articlebg.png) no-repeat right 87px; height: 155px; overflow: hidden; }
.list_article li a{ display: inline-block; margin-right: 45px;}   
.list_article li h2{color: #333;font-size: 18px; float: left; margin-top: 28px;width: 80%;-webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; transition: .5s;  }
.list_article li p{color: #666; font-size: 14px;float: right;margin-top: 28px;}
.list_article li span{color: #888; font-size: 14px; line-height: 25px;  margin-top: 26px; display: inline-block; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; transition: .5s;  text-align:Justify;text-justify:inter-ideograph;text-justify:auto;}

.list_article li:hover h2{ color:#797878; -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px);  }
.list_article li:hover span{ color: #999;  -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px);}




/*  *  * list-article2 *  *  *  * */

.list_article2 {
	height: auto;
	margin-top: 47px;
}

.list_article2 li {
	  
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    height: 140px;
    border-bottom: 1px dashed #ccc;
}

.list_article2 li img {
	width: 210px;
	height: 140px;
	float: left;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.list_article2 li div {
	width: 970px;
	margin-left: 20px;
}

.list_article2 li div>h2 {
	color: #333;
	font-size: 16px;
	transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s;
	
}

.list_article2 li div>p {
	color: #666;
	font-size: 14px;
	margin-right: 5px;
}

.list_article2 li div>span {
	color: #666;
	font-size: 14px;
	line-height: 30px;
	/* width: 888px; */
	display: inline-block;
	margin-top: 15px;
	text-align: Justify;
	text-justify: inter-ideograph;
	text-justify: auto;
}

.list_article2 li:hover div>h2 {
	
	-webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); color: #FF0E00;
}

.list_article2 li:hover div>span {
	color: #666;
}







    
/*  * 图片列表页 * * * */

.list_img{ height: 1230px;margin-right: -40px; margin-top: 33px;}

.list_img>li{ float: left; width: 375px; height:342px; margin-right: 40px; background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.giflist_imgbg.png) no-repeat; cursor: pointer; }



.list_img>li img{width: 361px;height: 270px; padding: 5px;border: 1px solid #d0d0d0;}


.list_img>li,
.list_img>li h2,
.list_img>li p,
.list_img>li img{ -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s;  }

.list_img>li h2 {color: #333; font-size: 16px; float: left;width: 75%;margin-top: 18px; margin-bottom: 17px;}

.list_img>li p {    color: #888;
    font-size: 12px;
    float: right;
    margin-right: 8px;
    margin-top: 23px;}

/*.list_img>li:hover{  
	 -webkit-transform: translateY(3px); -moz-transform: translateY(3px); -ms-transform: translateY(3px); -o-transform: translateY(3px); transform: translateY(3px);
	 }
*/
.list_img>li:hover img{
	
	border-color:#ff3131 ;
	-webkit-opacity: 0.9; -moz-opacity: 0.9; -o-opacity: 0.9; opacity: 0.9; filter:alpha(opacity=90);}

.list_img>li:hover h2{   -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); 
-o-transform: translateX(6px); transform: translateX(6px);	color: #928b8b; }


/*
 
 * 
 * 
 * 
 * 内容页代码
 * 
 * 
 * 
 * 
 * 
 * */


.content-Main {  height: auto; overflow: hidden; }

.position { height: 75px; border-bottom: 1px solid #cccccc; overflow: hidden; }

.position h2 { color: #333; font-size: 18px; border-bottom: 3px solid #ffb20b; height: 70px; line-height: 114px;  padding: 0px 10px 3px; }

.position p,
.position p a { color: #444; font-size: 16px; }

.position p {  line-height: 120px; background: url(/images/postionbg.png) no-repeat 0px 53px; padding-left: 23px; }

.position p a:hover { color: #999; }
.article{ text-align: center; margin: 15px auto 20px; }


/*内容页标题*/

.article-Title{ border-bottom: 1px dashed #ccc; }
.article-Title>h2{  color: #333333;font-size: 25px; margin-top: 40px; }
.article-Title>span{ height: 30px; line-height: 30px; display: inline-block; margin-top: 10px; }
.article-Title>span>p{float: left; font-size: 14px;color: #666; margin-right: 18px;}
.article-Title>span>p:last-child{margin-right: 0;}

/*内容页内容区域*/

.article-main,.article-img-main{ text-align: left; margin-top: 25px; margin-bottom: 20px;  color: #333333; font-size: 16px; line-height: 30px;  }

.article-img-main{}

/*图片内容页内容区域*/
.img-main{}


.share{ float: right;
    margin: 50px auto 0px;
    height: 25px;}

	

/* *  * index_article_skill  *  *  *  */

.goldList {
	height: auto;
	margin: 25px 15px;
}

.goldList li {
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	border: 1px solid #c7c7c7;
	padding: 10px 10px;
	height: 200px;
	margin-bottom: 20px;
}

.goldList li .goldListImg {
	width: 400px;
	height: 200px;
	overflow: hidden;
}

.goldList li .goldListImg img {
	width: 400px;
	height: 200px;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.goldList li .goldListImg:hover img {
	-webkit-box-shadow: 0px 1px 20px #a5a5a5;
	-moz-box-shadow: 0px 1px 20px #a5a5a5;
	-o-box-shadow: 0px 1px 20px #a5a5a5;
	box-shadow: 0px 1px 20px #a5a5a5;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.goldList li .goldList-content {
	margin-left: 20px;
	width: 727px;
}	


/*7m足球比分简介*/

.goldList li .goldList-content .goldList-skils h2 {
	color: #333;
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: 700;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-o-opacity: 0.8;
}

.goldList li .goldList-content .goldList-skils p,
.goldList li .goldList-content .goldList-skils span {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}


/*7m足球比分前景*/

.goldList li .goldList-content .goldList-future h3 {
	color: #666;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 700;
}

.goldList li .goldList-content .goldList-future h5 {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

.goldList li .goldList-content .goldList-detail {
	margin-top: 11px;
}

.goldList li .goldList-content .goldList-detail a {
	width: 120px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	float: left;
	text-align: center;
	display: inline-block;
	background: #e67d14;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-right: 30px;
}

.goldList li .goldList-content .goldList-skils h2:hover,
.goldList li .goldList-content .goldList-future h3:hover {
	color: #555;
}

.goldList li .goldList-content .goldList-skils p:hover,
.goldList li .goldList-content .goldList-skils span:hover,
.goldList li .goldList-content .goldList-future h5:hover {
	color: #999;
}

.goldList li .goldList-content .goldList-detail a:hover {
	background: #ea9641;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-o-border-radius: 2rem;
	border-radius: 2rem;
}

.goldList li .goldList-content .goldList-detail a.goldList-knowService {
	width: 185px;
}	


/*7m足球比分导航*/

.skilsNav {
	margin-top: 42px;
}

.skilsNav li {
	float: left;
	width: 143px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	margin-right: 62px;
	/*transition: all .5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease;*/
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: 2px solid #2d90f8;
}

.skilsNav li a {
	color: #2d90f8;
	font-size: 25px;
	display: block;
}

.skilsNav li:hover {
	background: #2d90f8;
}

.skilsNav li:hover a {
	color: #fff;
}


/*烹饪人才抢手  就业炙手可热*/


/*skilsitem01*/

.skilsitem01 {
	margin-top: 50px;
}

.skilsitem01 p {
	color: #333;
	font-size: 20px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
}

.skilsitem01 img {
	width: 1200px;
	height: 376px;
	overflow: hidden;
}


/*选择中餐烹饪管理的4大理由*/


/*skilsitem02*/

.skilsitem02 {
	height: 752px;
	margin-top: 20px;
	background: url(/images/skilsitem02bg.png) no-repeat top center;
	overflow: hidden;
}

.skilsitem02 .skilscommon-title {
	margin-top: 22px;
}

.skilsitem02 .skilscommon-title h2 rem {
	margin-left: 0px;
}

.skilsitem02 img {
	width: 100%;
	height: 514px;
	margin-top: 10px;
	overflow: hidden;
}


/*中餐烹饪管理招生简介*/


/*.skilsitem03*/

.skilsitem03 {
	margin-top: 45px;
}

.skilsitem03 .skilscommon-title h2 rem {
	margin-left: 0px;
}

.skilsitem03 .skilsitem03list {
	margin-top: 55px;
}

.skilsitem03 .skilsitem03list li {}

.skilsitem03 .skilsitem03list li h2 {
	color: #333;
	font-size: 22px;
	line-height: 38px;
	background: url(/images/jiantou.png) no-repeat left center;
	float: left;
	padding-left: 30px;
	width: 115px;
}

.skilsitem03 .skilsitem03list li p {
	color: #333;
	font-size: 16px;
	line-height: 38px;
	float: left;
	width: 1055px;
	margin-bottom: 10px;
}


/*将企业所需要的技能融入课程*/


/*.skilsitem04*/

.skilsitem04 {
	background: url(/images/skilsitem04bg.jpg) no-repeat top center;
	height: 670px;
	overflow: hidden;
}

.skilsitem04 .skilscommon-title {
	margin-top: 55px;
}

.skilsitem04 .skilscommon-title h2 {
	color: #fff;
	border-bottom-color: #fff;
}

.skilsitem04>div>p {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 35px;
	padding: 0 25px;
	margin-top: 20px;
	text-align: center;
}

.skilsitem04 .skilsitem04list {
	margin-top: 26px;
}

.skilsitem04 .skilsitem04list li {
	width: 286px;
	height: 216px;
	float: left;
	margin-right: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	background: #fff;
}

.skilsitem04 .skilsitem04list li img {
	width: 280px;
	height: 210px;
	padding: 3px;
}

.skilsitem04 .skilsitem04list li h2 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	margin-top: 15px;
}


/*实习活动*/


/*.skilsitem05*/

.skilsitem05 {
	margin-top: 42px;
	height: 845px;
	overflow: hidden;
}

.skilsitem05 .skilscommon-title h2 rem {
	margin-left: 0px;
}

.skilsitem05Listpic {
	margin: 38px 20px 0;
	background: #fff;
}

.skilsitem05Listpic li {
	float: left;
	margin-right: 20px;
	margin-bottom: 18px;
	width: 372px;
	height: 312px;
	overflow: hidden;
	background: url(/images/list_picbg.png) no-repeat;
	cursor: pointer;
}

.skilsitem05Listpic li img {
	width: 358px;
	height: 248px;
	padding: 6px;
	border: 1px solid transparent;
}

.skilsitem05Listpic li p {
	text-align: center;
	margin-top: 18px;
	color: #333;
	font-size: 18px;
}

.skilsitem05Listpic li:hover img {
	border-color: #aaa;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	-o-opacity: 0.9;
	opacity: 0.9;
}

/*7m足球比分页面 公共头部样式*/

.skilscommon-title {
	width: 854px;
	text-align: center;
	margin: 0 auto;
}

.skilscommon-title h2 {
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 2px solid #898989;
	color: #333333;
	font-size: 40px;
	font-weight: 600;
}

.skilscommon-title h2 rem {
	color: #2d90f8;
	margin-left: 22px;
}

.skilscommon-title a {
	color: #fff;
	font-size: 25px;
	width: 262px;
	height: 55px;
	transform: skewX(0deg);
	line-height: 55px;
	background: #2d90f8;
	margin-top: 35px;
	display: inline-block;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

.skilscommon-title a:hover {
	/*border-radius: 2rem ;	-moz-border-radius: 2rem ;	-webkit-border-radius: 2rem ;	-o-border-radius: 2rem ;*/
	color: #d9d9d9 \9;
	transform: skewX(-10deg);
}



/*报名须知：*/

.report .report_order {
	width: 500px;
	height: 372px;
	margin-top: 38px;
	position: relative;
	margin-left: 80px;
	background: url(/images/report_order.png) no-repeat;
}

.report .report_order>span {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	display: inline-block;
	text-align: left;
	margin-top: 68px;
	margin-left: 5px;
}

.report .report_order>span i {
	color: #ff6600;
	font-style: normal;
}

.report .report_order .weixin {
	width: 145px;
	height: 145px;
	position: absolute;
	left: 176px;
	top: 172px;
}

.report .report_order.weibo {
	width: 134px;
	height: 134px;
	position: absolute;
	left: 176px;
	top: 172px;
}


/*本站通用*/
.clearborderright{border-right:none !important;}
.none{display:none;}
.margintop20{margin-top:20px;}
.color1{color:White;}
.color2{color:#333333;}
.picshow img:hover{background: white;filter:alpha(opacity=80);-moz-opacity:0.8;-khtml-opacity: 0.8; opacity: 0.8;}
/*图片特效*/
.piccontext{ margin:50px auto 0px;overflow:hidden;}


.support{float:left;height:20px;overflow:hidden;}
.support img{padding:0px 5px;}
.spell{background:url("/images/aa7466de31d044849dfd3786b4dd4b2d.gifspel.jpg") 0px -1px no-repeat;padding-left:23px;}
a.spell:hover{background:url("/images/aa7466de31d044849dfd3786b4dd4b2d.gifspel_1.jpg") 1px -1px no-repeat;}
.list{background:url("/images/aa7466de31d044849dfd3786b4dd4b2d.giflist.jpg") 1px 1px no-repeat;padding-left:23px;}
a.list:hover{background:url("/images/aa7466de31d044849dfd3786b4dd4b2d.giflist_1.jpg") 0px 0px no-repeat;}
/*大图展示*/
.picshow{overflow:hidden;margin: 0 auto;}
.picshowtop{    width: 1058px; height:604px;
    margin: 0 auto;text-align:center;position:relative;z-index:1;overflow:hidden;}
#pic1{max-width:800px;height: 600px;}
#preArrow{left:0px;}
#nextArrow{right:0px;}
.contextDiv{cursor:pointer;height:100%;width:50%;position:absolute;top:0px;z-index:5;background:url("/images/aa7466de31d044849dfd3786b4dd4b2d.gif17a3c9bc1ee0493ca38c04c1469ac729.gif") repeat;}
.contextDiv span{position: absolute;
    top: 50%;
    margin-top: -10%;
    width: 45px;
    height: 100px;
    line-height: 100px;
    background: #ddd;
    color: #666;
    font-size: 40px;
    text-align: center;}
#preArrow_A{left:0px;/*display:none;*/}
#nextArrow_A{right:0px;/*display:none;*/}

.picshowtxt_left{margin: 10px;}
.picshowtxt_right{margin: 10px;}

.picshowlist{border: 1px solid #a8a8a8; width: 1198px;height: 138px;}

.picmidleft,.picmidright{float:left;/*width:24px; height:138px;*/width:70px; height:138px;overflow:hidden;}
.picmidleft a,.picmidright a{    display: block;
    width: 70px;
    height: 138px;
    line-height: 138px;
    color: #a8a8a8;
    font-size: 40px;
    text-align: center;}



.picmidmid{       float: left;
    width: 1058px;
    overflow: hidden;
    /* height: 76px; */
    margin-top: 6px;}
.picmidmid ul{    width: 100%;
    
    position: relative;
    height: 126px;
    margin-left: -8px;
    overflow: hidden;}
.picmidmid ul li{     float: left;
    margin-left: 8px;
    display: inline;
    width: 168px;
    height: 126px;
    text-align: center;
    overflow: hidden;
    position: relative;}
.picmidmid ul li img{       max-width: 168px;
    width: 158px;
    height: 116px;
    border: 5px solid transparent;}

.selectpic{    border: 5px solid #cacaca;
    /* height: 126px !important; */
    border-color: #cacaca !important;}


/*列表展示*/
.piclistshow{overflow:hidden;border-top:1px solid #e4e4e4;margin-top:10px;display:none;}
.piclistshow ul li{width:248px;height:274px;float:left;border-bottom:1px solid #e4e4e4;overflow:hidden;border-right:1px solid #e4e4e4;cursor:pointer;padding-top:40px;}
.piclistshow .picimg{width:228px;height:160px;overflow:hidden;display:table-cell;vertical-align:middle;text-align:center;padding:0px 10px;}
.picimg img{max-width:228px;max-height:160px;}
.pictxt{padding:15px 20px 0;line-height:25px;text-align:center; height:80px; overflow:hidden;}
.pictxt h3{font-size:14px;font-weight:normal;}
.gaoqing{background:url("/images/gaoqing.jpg") 1px 1px no-repeat;padding-left:26px;}
a.gaoqing:hover{background:url("/images/gaoqing_1.jpg") 1px 1px no-repeat;color:#FF702D;text-decoration:underline;}
/*弹出层*/
.bodymodal{width:100%;height:100%;overflow:hidden;background:#000;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5; opacity: 0.5;z-index:1100;position:fixed;top:0px;left:0px;display:none;}
.firsttop_left{width:300px;height:250px;margin-right:30px;overflow:hidden;float:left;}
.firsttop_right{overflow:hidden;}
.close2{      }
.close2 a{    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    font: 15px/30px Microsoft Yahei;
    cursor: pointer;
    color: #333;
    background: lightblue;}
    
.close2 a:hover {
    color: #EEE;
    background: #da7171;
}
    
.replay{    
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    overflow: hidden;}
.replay h2{float:left;


    font-size: 15px;
    color: #666;


    line-height: 27px;

}

.firsttop_right .firsttop_remind,.firsttop_right .firsttop_remind2{
	 color: #333;
    font-size: 18px;
    padding-bottom: 12px;    text-align: left;
    border-bottom: 1px solid #C1BDBD;
}
   .firsttop_right .firsttop_remind2{
   border-top: 1px solid #C1BDBD;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;

   }

.replay p{    float: left; margin-left: 15px; display: inline; line-height: 24px; padding-right: 20px; background: url(/images/replay_5.png) right no-repeat;}
.replay p a{color:#cc2121;font-size:14px;}
.replay p a:hover{color:#FF702D;text-decoration:underline;}
.replay-nav {
       text-align: left;
    /* margin-top: 10px; */
    margin: 10px auto;}
.replay-nav a{    color: #737373;
    font-size: 14px;
    margin: 0 7px;
    cursor: pointer;
    line-height: 25px;}
.replay-nav a:hover{color: #cc2121;}



.pictwo{width:270px;height:88px;overflow:hidden;margin-top:20px;}
.pictwo ul li{width:120px;height:88px;float:left;margin-right:15px;position:relative;overflow:hidden;}
.pictwo ul li img{width:120px;height:88px;}
.imgdivtext{position:absolute;bottom:0px;height:25px;width:120px;background:rgba(0, 0, 0, 0.6);line-height:25px;text-align:center;left:0px;z-index:4;*background:#000;*filter:alpha(opacity=50);}
.imgdivtext a{color:White;font-size:14px;font-weight:bold;}
.imgdivtext a:hover{color:#FF702D;text-decoration:underline;}
.returnbtn {margin-top:35px;margin-left:50px;}
.returnbtn a{width:115px;height:22px;border:1px solid #ccc;padding:5px 15px;line-height:22px;text-align:center;color:White;font-size:16px;display:block;}
.returnbtn a:hover{color:#FF702D;text-decoration:underline;border:1px solid #8d5a00;}

.firsttop,.endtop{
   	 width: 300px;
    height: 200px;
        padding: 20px;
   	background: #fff;
   	 display: none;
    position: fixed;
    top: 50%;
    left: 50% !important;
    margin-left: -170px;
    margin-top: -120px;
    z-index: 1200;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;}

/*上一、下篇代码*/

.articlePiece{width: 100%;height: 60px;    margin-top: 50px; margin-bottom: 30px;text-align: left; font-size: 14px;color: #777; }

.articlePiece a{width: 100%;height: 30px;line-height: 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 14px;color: #777; cursor: pointer;  margin-right: 15px;}

.articlePiece .article_pre{	display:block;    margin-left: 12px;    margin-bottom: 4px;}

.articlePiece .article_next{	display:block;    margin-left: 12px;}

.articlePiece a:hover {color: #FF0000;}



/*列表分页代码*/

/*----------分页----------*/
.page{text-align: center;}
.page .mypage{display: inline-block; font-size: 14px;  margin-top: 52px; margin-bottom: 45px; border-radius: 3px; clear: both;}
.page .mypage tr{ border-left: 1px solid #ddd;}
.page .mypage li,.page .mypage td { font-size: 14px;    padding: 3px 10px; list-style: none; display: inline; float: left; line-height: 1em; text-decoration: none; border: 1px solid #ddd; border-left-width: 0; height: 23px; line-height: 22px; }
.page .mypage li a,.page .mypage td a{ display: inline-block;color: #999; font-size: 14px; }
.page .mypage li a:hover,.page .mypage td a:hover{ text-decoration: none; color: #222;}
.page .mypage li.thisclass { background-color: #f9f9f9; color: #999; }
.page .mypage li:first-child { border-left-width: 1px; border-radius: 3px 0 0 3px; }
.page .mypage li:last-child { border-radius: 0 3px 3px 0; }
.page .mypage .pageinfo { color: #444; }



/*2017秋季定向委培选拔招录名额在线申请*/

.indexReportWrapper {
	margin: 0 auto 20px;
}

.indexReportWrapper .specialThree {
	margin: 0 auto;
}

.indexReportWrapper .specialThree img {
	width: 1200px;
	height: 136px;
}

.report {
	/* height: 525px; */
	margin-bottom: 100px;
	overflow: hidden;
}

.report>div {
	text-align: center;
}

.report>div>h2 {
	color: #333;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 25px;
	padding-bottom: 16px;
	border-bottom: 4px solid #e6e6e6;
}

.report>div>p {
	font-size: 17px;
	color: #ff6600;
	padding-top: 16px;
}

.report .reportForm {
	padding-left: 110px;
	padding-top: 17px;
	width: 410px;
}

.report .reportForm dl {
	width: 338px;
	margin-top: 22px;
	float: left;
	line-height: 40px;
	position: relative;
	z-index: 1;
}

.report .reportForm dl.dl1 {
	z-index: 3;
}

.report .reportForm dl dt {
	float: left;
	width: 90px;
	color: #333333;
	font-size: 16px;
}

.report .reportForm dl dd {
	float: right;
	width: 247px;
	height: 40px;
}

.report .reportForm dl dd input {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ccc;
	text-indent: .6em;
	font-size: 16px;
	color: #888;
	padding: 0;
	*margin-left: -14px;
}

.report .reportForm dl dd select {
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-indent: 0.3em;
	font-size: 16px;
	color: #888;
	*margin-left: -14px;
}

.report .bm-an {
	background: #e23919 none repeat scroll 0 0;
	border: medium none;
	color: #fff !important;
	cursor: pointer;
	font: 14px/40px "Microsoft Yahei";
	height: 40px;
	margin-top: 2px;
	text-align: center;
}

.report .reportForm dl dd .choice {
	position: relative;
	width: 100%;
	height: 40px;
}

.report .reportForm dl dd .choice1 {
	position: relative;
	width: 58px;
	height: 40px;
}

.report .reportForm dl dd .choice .select {
	margin-top: 0;
	width: 100%;
	float: none;
	height: 40px;
}

.report .reportForm dl dd .choice .select dt {
	height: 40px;
	width: 100%;
	display: inline-block;
	background: #fff url(../images/ico17_1.png) no-repeat 96% center;
	;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	text-indent: 1em;
	text-align: left;
	color: #333333;
	z-index: 99;
	float: none;
}

.report .reportForm dl dd .choice .select dd {
	position: absolute;
	left: 0;
	top: 40px;
	background: #fff;
	color: #333333;
	float: none;
	margin-left: 0;
	border-top: 0;
	display: none;
	width: 100%;
	height: auto;
	line-height: 32px;
	text-indent: 1em;
	font-size: 16px;
}


/*报名须知：*/

.report .report_order {
	width: 500px;
	height: 372px;
	margin-top: 38px;
	position: relative;
	margin-left: 80px;
	background: url(/images/report_order.png) no-repeat;
}

.report .report_order>span {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	display: inline-block;
	text-align: left;
	margin-top: 68px;
	margin-left: 5px;
}

.report .report_order>span i {
	color: #ff6600;
	font-style: normal;
}

.report .report_order .weixin { width: 145px; height: 145px; position: absolute; left: 281px; top: 175px;}
.report .report_order .weibo { width: 145px; height: 145px; position: absolute; left: 63px; top: 175px;}

/* 首页report */
.industry-advantage .industry-advantage-content
.report{
	    height: 100%;border: 1px solid #b2b2b2; border-left: none;background: url(/images/bmbd.jpg) no-repeat;
}
.industry-advantage .industry-advantage-content
.report h2{
	 
    text-align: center;
    font-weight:bold;
    color: #e23919;
    font-size: 18px;
    margin: 20px 12px 0px;
}
.industry-advantage .industry-advantage-content
.report .reportForm{     padding-left: 17px;
    padding-top: 0px;
    width: 342px;}
.industry-advantage .industry-advantage-content .report .reportForm dl{
	    margin-top: 17px;
}
.industry-advantage .industry-advantage-content .report .reportForm dl dd{
	width: 214px;
    float: left;
    margin-left: 5px;
}
.industry-advantage .industry-advantage-content .report .reportForm dl dd .bm-an{
	      text-align: center;
   
    text-indent: 0;
    margin-left: 91px;
}
/*.7m足球比分列表页*/
.skill-list{ margin-top: 40px; }
.skill-list ul{margin-right: -42px;}
.skill-list li {width: 372px; float: left; margin-right: 42px;margin-bottom: 35px;}

.skill-list li.skill-listitem02 .skill-list-img p{ background: #fad850; }
.skill-list li.skill-listitem02 .skill-list-info h2{background-position: 0px -40px;}
.skill-list li.skill-listitem02 .skill-list-order a{color: #cca417; border-color: #cca417;}

.skill-list li.skill-listitem03 .skill-list-img p{ background: #980c0b; }
.skill-list li.skill-listitem03 .skill-list-info h2{background-position: 0px -78px;}
.skill-list li.skill-listitem03 .skill-list-order a{color: #9b0e0c; border-color: #9b0e0c;;}

.skill-list li .skill-list-img{width: 100%; height: 164px; cursor: pointer;}
.skill-list li .skill-list-img img{width: 100%;height: 160px;    display: block;}
.skill-list li .skill-list-img p{ width: 0; height:4px;background:#507dfc; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; transition: 1s;}
.skill-list li .skill-list-img:hover p{width: 100%;}

.skill-list li .skill-list-info{margin-top: 24px; cursor: pointer; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.skill-list li .skill-list-info h2{color: #333; font-size: 16px; background: url(/images/aa7466de31d044849dfd3786b4dd4b2d.gifskill-list-infobg.png) no-repeat;      margin-bottom: 8px; }
.skill-list li .skill-list-info p{color: #666; font-size: 14px; line-height: 30px; text-align: Justify; text-justify: inter-ideograph; text-justify: auto;}
.skill-list li .skill-list-info:hover{-webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px);}

.skill-list li .skill-list-order{margin-top: 30px; }
.skill-list li .skill-list-order a{ color: #4f7cfb; font-size: 14px; border: 1px solid #507bfb; border-radius: 5px; display: inline-block; padding: 3px 9px; margin-right: 10px; cursor: pointer; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.skill-list li .skill-list-order a:hover{-webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px);}



/*7m足球比分介绍*/
.index_article_skill_info{margin-top: 40px;}
.index_article_skill_info_content{margin-top: 10px;}
.index_article_skill_info_content span{color: #666666; font-size: 14px;line-height: 35px;display: block;text-align: Justify; }
.index_article_skill_info_content span i{    font-style: normal; color: #333; font-size: 16px; font-weight: 600; opacity: .9;}

/*7m足球比分优势*/
.index_article_skill_good{ height: auto;background: #f7f7f7; margin-top: 40px; padding-bottom: 40px;overflow: hidden;}
.index_article_skill_good .common-title6{margin-top:35px;margin-bottom: 25px;}

/*优秀就业学员*/
.index_article_skill_job{margin-top: 35px;height: auto;}
.index_article_skill_job ul{    margin-top: 10px; height: 475px; overflow: hidden;}
.index_article_skill_job .succe-bm{ width: 1030px; height: 70px; font-size: 25px; color: #fff; margin: 80px auto 0; *margin: 60px auto 0; line-height: 70px; background: #ed6942; position: relative; }
.index_article_skill_job .succe-bm em{ display: block; background: url(/images/ico7.png) no-repeat; width: 80px; height: 30px; position: absolute; top: -30px; left: 150px; }
.index_article_skill_job .succe-bm h2{ float: left; margin-right: 20px; font-size: 25px; color: #fff; line-height: 70px; padding: 0 0 0 135px; }
.index_article_skill_job .succe-bm h2 span{ color: #fff000; }
.index_article_skill_job .succe-bm a{ display: block; float: left; width: 142px; height: 38px; text-align: center; line-height: 38px; color: #fff; font-size: 20px; background: #d85028; border-radius: 3px; margin-top: 16px; }
.index_article_skill_job .succe-bm a font{ display: inline-block; padding-left: 2px; font: 20px/16px consolas; }
.index_article_skill_job .succe-bm a:hover{ background: #e43e0d; }

/*就业环境*/
.index_article_skill_life{margin-top: 40px;}


#LRMINIWIN{
	width:300px !important;
	height:350px !important;
}

/*在线客服*/

/*main css*/
.main-im{ position:fixed; right: 10px; top:190px; z-index: 100; width: 110px; height: 272px; }
.main-im .qq-a { display: block; width: 106px; height: 116px; font-size: 14px; color: #0484cd; text-align: center; position: relative; }
.main-im .qq-a span { bottom: 5px; position: absolute; width: 90px; left: 10px; }
.main-im .qq-hover-c { width: 70px; height: 70px; border-radius: 35px; position: absolute; left: 18px; top: 10px; overflow: hidden; z-index: 9; }
.main-im .qq-container { z-index: 99; position: absolute; width: 109px; height: 118px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 1px solid #dddddd; background: url(/images/qq-icon-bg.png) no-repeat center 8px; }
.main-im .img-qq {max-width: 60px; display: block; position: absolute; left: 6px; top: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.main-im .im-qq:hover .img-qq{ max-width: 70px; left: 1px; top: 8px; position: absolute; }
.main-im .im_main {background: #F9FAFB; border: 1px solid #dddddd; border-radius: 10px; background: #F9FAFB;}
.main-im .im_main .im-tel { color: #000000; text-align: center; width: 109px; height: 155px; border-bottom: 1px solid #dddddd; }
.main-im .im_main .im-tel div{font-weight:bold;font-size: 12px;margin-top:11px;}
.main-im .im_main .im-tel .tel-num { font-family: Arial; font-weight: bold; color: #e66d15;}
.main-im .im_main .im-tel:hover { background: #fafafa; }
.main-im .im_main .weixing-container {width: 55px; height: 47px; border-right: 1px solid #dddddd; background: #f5f5f5; border-bottom-left-radius: 10px; background: url(/images/weixing-icon.png) no-repeat center center;float:left;}
.main-im .im_main .weixing-show {width: 112px; height: 172px; background: #ffffff; border-radius: 10px; border: 1px solid #dddddd; position: absolute; left: -125px; top: -126px; }
.main-im .im_main .weixing-show .weixing-sanjiao {width:0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 6px; left: 112px; top: 134px; position: absolute; z-index: 2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big { width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #dddddd; border-width: 8px; left: 112px; top: 132px; position: absolute; }
.main-im .im_main .weixing-show .weixing-ma { width: 104px; height: 103px; padding-left: 5px; padding-top: 5px; }
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto; text-align:center; font-size:12px;}
.main-im .im_main .go-top { width: 50px; height: 47px; background: #f5f5f5; border-bottom-right-radius: 10px; background: url(/images/toTop-icon.png) no-repeat center center;float:right;}
.main-im .im_main .go-top a { display: block; width: 52px; height: 47px; }
.main-im .close-im { position: absolute; right: 10px; top: -12px; z-index: 100; width: 24px; height: 24px; }
.main-im .close-im a { display: block; width: 24px; height: 24px; background: url(/images/close_im.png) no-repeat left top; }
.main-im .close-im a:hover { text-decoration: none; }
.main-im .open-im { cursor: pointer; margin-left: 68px; width: 40px; height: 133px; background: url(/images/open_im.png) no-repeat left top; display:none; }




/* 活动弹窗 */

.kstCenter {
	background: url(/images/pop.jpg) no-repeat;
	width: 706px;
	height: 338px;
	position: fixed;
	right: 50%;
	margin-right: -353px;
	bottom: 50%;
	margin-bottom: -169px;
	z-index: 2147483648;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(10, 2, 4, 0.75);
	border-radius: 8px;
}

.wrapper_img {
	position: absolute;
	width: 700px;
	height: 333px;
	top: 0;
	left: 0;
	cursor: pointer;
	z-index: 2;
}

.close_activity {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 3;
}

.KSTChatBox {
	position: absolute;
	width: 234px;
	height: 48px;
	left: 21px;
	bottom: 22px;
}

.KSTChatBox .textarea {
	width: 234px;
	height: 48px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

.KSTsendTxtBtn {
	position: absolute;
	width: 79px;
	height: 59px;
	left: 266px;
	bottom: 16px;
}

.tel {
	width: 140px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #6a7380;
	position: absolute;
	right: 96px;
	bottom: 48px;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}

#lxbcallBtn {
	width: 84px;
	height: 32px;
	position: absolute;
	right: 12px;
	bottom: 44px;
	cursor: pointer;
}

.consult {
	position: absolute;
	width: 79px;
	height: 59px;
	left: 351px;
	bottom: 16px;
}

/*女生专题页*/

.nsxsmhbanner{
	
	height: 500px;
    overflow: hidden;

}

.nsxsmhbanner .bannermore{
	width:1200px;
	height:500px;
	position:relative;
	margin:0 auto;
}

.nsxsmhbanner span{
	display: block;
	position:absolute;
	left:0px;
	bottom:70px;
	width:200px;
	height:60px;
	line-height:60px;
	text-align:center;
	background:-webkit-linear-gradient(top,#ff98b7,#ff7ba3);
}

.nsxsmhbanner span a{
	
	font-size: 30px;
	color: #ffffff;
}

.nsxsmhbanner span a:hover{
	
	color: #333;
}

.nsxsmh_introduce{
	width:1200px;
	text-align: center;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
	margin-top: 20px;
}

.nsxsmh_introduce h2{
	font-size: 60px;
    color: #354168;
    font-weight: 600;
	line-height: 140px;
}

.nsxsmh_introduce p{
	font-style: normal;
    color: #354168;
    font-size: 40px;
    font-weight: 600;
    line-height:65px;
	margin-bottom: 20px;
}

.nsxsmh_introduce span{
	color: #354168;
    font-size: 55px;
    font-weight: 600;
    line-height:150px;
}

.nsxsmh_introduce img{
	margin:0 auto;
	
}

.Before_employment{
	height: 1339px;
    overflow: hidden;
	
}

.Before_employment .jiuyecenter{
	width:1200px;
	margin:0 auto;

	
} 

.Before_employment .jiuyeqian{
	height:280px;
}

.Before_employment .jiuyeqian h2{
	text-align:center;
	font-size:60px;
	line-height:60px;
	padding-top:70px;
	font-weight:600;
}

.Before_employment .jiuyeqian span{
	font-size:45px;
	line-height:140px;
	float:right;
	font-weight:600;
}

.Before_employment .xiangqing {
	width:900px;

}

.Before_employment .xiangqing p {
	font-size:18px;
	color:#666;
	margin-left:170px;
	height:270px;
	padding-top:50px;
	line-height:35px;
	font-weight:600;
}
.professional_recommendation{
	height: 1220px;
    overflow: hidden;
}

.professional_recommendation ul{
	width: 1200px;
    height: 720px;
    margin: 370px auto 0;
    padding: 0;
	
}

.professional_recommendation ul li{
	float: left;
    list-style: none;
    width: 315px;
    margin:0 42px;
    text-align: center;
    padding-top: 140px;
    cursor: pointer;
    font-family: "Microsoft YaHei";
	height:340px;
	
}

.professional_recommendation ul li h2{
	color: #354168;
    font-size: 33px;
    margin: 0;
    font-weight: 600;
	line-height:80px;
	
}

.professional_recommendation ul li p{
	
	color: #516091;
    font-size: 16px;
    line-height: 35px;
	font-weight: 600;
}

.ouradvantage{
	width:1200px;
	margin:0 auto;
	
}

.ouradvantage h2{
	text-align:center;
	font-size:70px;
	line-height:200px;
	font-weight:600;
	
}

.ouradvantage ul{
	
}

.ouradvantage ul li{
	width:1080px;
	height:400px;
	padding:30px 60px;
	
}

.ouradvantage ul li h3{
	font-size:28px;
	line-height:130px;
	font-weight:600;
}

.ouradvantage ul li p{
	font-size:22px;
	line-height:45px;
	
}

.ouradvantage ul li span{
	float:right;
	width:120px;
	height:50px;
	line-height:50px;
	background:#dddddd;
	text-align:center;
	
}

.ouradvantage ul li a{
	font-size:20px;
	line-height:20px;
	color:#333;
	font-weight:600;
	
}

.ouradvantage ul li a:hover{
	color:#d55a00;
	
	
}

.ouradvantage .ouradvantage_a{
	
	background:-webkit-linear-gradient(top,white,#e9f6d9,#d4ebb6);
	
}

.ouradvantage .ouradvantage_b{
	background:-webkit-linear-gradient(top,white,#ffb579,#ff9845);
}

.ouradvantage .ouradvantage_c{
	background:-webkit-linear-gradient(top,white,#c1daf1,#80b3e2);
}

.Professional_recommendation{
	width:100%;
	margin-top:50px;
}

.Professional_recommendation .tuijiantop{
	width:1200px;
	height:80px;
	margin:0 auto;
	background:url(/images/nsxsmh05.png) no-repeat bottom;
}

.Professional_recommendation .tuijiantop h2{
	font-size:55px;
	color:#354167;
	font-weight:600;
	float:left;
	
}

.Professional_recommendation .tuijiantop p{
	font-size:16px;
	color:#666;
	font-weight:600;
	padding:45px 0px 0px 15px;
	float:left;
	
}

.Professional_recommendation .tuijiantop a{
	font-size:16px;
	color:#666;
	font-weight:600;
	padding:40px 20px;
	float:right;
	
}

.Professional_recommendation .tuijiantop a:hover{
	color:#ce0e0e;
	
}

.Professional_recommendation .tuijianzhuanye{
	width:1200px;
	margin:0 auto;
    height: 235px;
	margin-top:40px;
	
}

.Professional_recommendation .tuijianzhuanye ul{
	width:1200px;
	margin-right:-40px;
}

.Professional_recommendation .tuijianzhuanye li{
    display: inline-block;
    cursor: pointer;
    float: left;
	width:270px;
	margin-right:37px;
	border:1px #ccc solid;
}

.Professional_recommendation .tuijianzhuanye li img{
	width: 270px;
    height: 200px;
    display: inline-block;
    cursor: pointer;
    float: left;
	border-bottom: 1px #ccc solid;
}

.Professional_recommendation .tuijianzhuanye .lastimg{
	margin-right:0 !important;
}

.Professional_recommendation .tuijianzhuanye li h3{
	font-size:18px; 
	color:#333;
	text-align:center;
	line-height:50px;
	font-weight:600;
}

.Professional_recommendation .tuijianzhuanye .imglast{
	margin-right:0px;
}

 .School_pictures{
	width:1200px;
	height:460px;
	margin:0 auto;
	margin-top:50px;
}


.School_pictures .picturesone{
	width:460px;
	height:440px;
	float:left;
	border-radius:8px;
}

.School_pictures ul{
    width: 740px;
    float: right;
    margin-right: -35px;
}

.School_pictures ul li{
	width:335px;
	height:230px;
	float:left;
	margin-right:35px;
}
.School_pictures ul li img{
	width:335px;
	height:210px;
	border-radius:5px;
}
/*驾彩神网大厅专题*/
.driverbanner{
	height: 622px;
	overflow: hidden;
}	
.drivers_school{ 
	width:1200px; 
	height:2980px;
	margin:0 auto; 
	border:15px #ffc445 solid;
	margin-top:50px;
}
.driverone{
	height:453px;
	background:url(/images/drivertwo.png) no-repeat;
	position:relative;
}
.driverfirst{
	width:600px;
	position:absolute;
	left:60px;
	top:130px;
}
.driverone .driverfirst h2{
	font-size:28px;
	color:#ef5514;
	text-align: center;
    line-height: 70px;
	font-weight:600;
}
.driverone .driverfirst p{
	font-size: 18px;
    color: #666;
    line-height: 35px;
    font-weight: 600;
	text-indent: 2em;
}
.drivertwo{
	height:619px;
	background:url(/images/driverthree.png) no-repeat;
	position:relative;
}
.driversecond{
	width:600px;
	position:absolute;
	right:90px;
	top:150px;
}
.drivertwo .driversecond h2{
	font-size:28px;
	color:#ef5514;
	text-align: center;
    line-height: 70px;
	font-weight:600;
}
.drivertwo .driversecond p{
	 font-size: 18px;
    color: #666;
    line-height: 35px;
    font-weight: 600;
	text-indent: 2em;
}
.driverthree{
	height:805px;
	background:url(/images/driverfour.png) no-repeat;
	position:relative;
}
.driverthird{
	width:600px;
	position:absolute;
	left:90px;
	top:110px;

}
.driverthree .driverthird h2{
	font-size:28px;
	color:#ef5514;
	text-align: center;
    line-height: 70px;
	font-weight:600;
}
.driverthree .driverthird p{
	font-size: 18px;
    color: #666;
    line-height: 35px;
    font-weight: 600;
	text-indent: 2em;
}
.driverfour{
	height:600px;
	background:url(/images/driverfive.png) no-repeat;
	position:relative;
}
.driverfour p{
	width:950px;
	color:#333;
	font-size:24px;
	font-weight:600;
	line-height:45px;
	position:absolute;
	left:140px;
	top:100px;
	text-indent:2em;
}
.driverfive{
	height:480px;
	background:url(/images/driversix.png) no-repeat;
	position:relative;
}
.driverfifth{
	width:800px;
	height:250px;
	position:absolute;
	right:100px;
	top:110px;
	border:8px #ccc solid;
	text-align:center;
	line-height:250px;

}
.driversix{
	height: 745px;
	overflow: hidden;
	margin-top:-80px;
}

/*升学专题*/
.gotoschool {
	height: 480px;
	overflow: hidden;
}

.gotoschoolone {
	background: url(/images/gotoschool02.png) no-repeat;
	margin: 0 auto;
	width: 1200px;
	height: 620px;
	margin-top: 50px;
	position: relative;

}

.gotoschoolone p {
	width: 800px;
	font-size: 30px;
	line-height: 55px;
	position: absolute;
	top: 270px;
	left: 200px;
	font-weight: 600;
	color: #444;

}

.gotoschooltwo {
	height: 402px;
	margin: 0 auto;
}

.gotoschooltwo .gtsecond {
	width: 1000px;
	margin: 0 auto;
}

.gotoschooltwo .gtsecond p {
	font-size: 40px;
	color: #fff;
	line-height: 60px;
	font-weight: 600;
	padding-top: 60px;
	text-align: center;

}

.gotoschooltwo .gtsecond .gtslast {
	font-size: 28px;
}

.gotoschoolthree {
	width: 1200px;
	margin: 0 auto;
	height: 2205px;

}

.gotoschoolthree p {
	font-size: 55px;
	line-height: 80px;
	font-weight: 600;
	text-align: center;
	margin-top: 50px;

}

.gotoschoolthree img {
	margin-bottom: 70px;
}

.gotoschoolthree .gtsthird {
	background: url(/images/gotoschool05.png) no-repeat;
	position: absolute;
	height: 1870px;
}

.gotoschoolthree .gtsthird .firstli {
	width: 1200px;
	position: relative;
	top: -50px;
	left: 0px;

}

.gotoschoolthree .gtsthird .firstli h2 {
	width: 500px;
	height: 75px;
	font-size: 35px;
	background: #cc8951;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 75px;
	font-weight: 600;

}

.gotoschoolthree .gtsthird .firstli p {
	width: 750px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	padding-top: 150px;
	color: #444;
}

.gotoschoolthree .gtsthird .secondli {
	width: 1200px;
	position: relative;
	top: 135px;
	left: 0px;

}

.gotoschoolthree .gtsthird .secondli h2 {
	width: 550px;
	height: 75px;
	font-size: 40px;
	background: #447ca9;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 75px;
	font-weight: 600;

}

.gotoschoolthree .gtsthird .secondli p {
	width: 820px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	padding-top: 150px;
	color: #444;
}

.gotoschoolthree .gtsthird .thirdli {
	width: 1200px;
	position: relative;
	top: 290px;
	left: 0px;

}

.gotoschoolthree .gtsthird .thirdli h2 {
	width: 650px;
	height: 75px;
	font-size: 40px;
	background: #ca4342;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 75px;
	font-weight: 600;

}

.gotoschoolthree .gtsthird .thirdli p {
	width: 820px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	padding-top: 150px;
	color: #444;
}

.gotoschoolthree .gtsthird .fourthli {
	width: 1200px;
	position: relative;
	top:460px;
	left: 0px;

}

.gotoschoolthree .gtsthird .fourthli h2 {
	width: 650px;
	height: 75px;
	font-size: 40px;
	background: #ca4342;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 75px;
	font-weight: 600;

}

.gotoschoolthree .gtsthird .fourthli p {
	width: 750px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 600;
	line-height: 40px;
	padding-top: 150px;
	color: #444;
}

.gotoschoolsix {
	width: 1200px;
	height: 800px;
	margin: 0 auto;
	margin-top: 50px;
}

.gotoschoolsix img {
	width: 1200px;
	height: 800px;
}

.gotoschoolseven {
	width: 1200px;
	height: 640px;
	margin: 0 auto;
}

.gotoschoolseven img {
	width: 1200px;
	height: 640px;
}

.gotoschooleight {
	width: 1200px;
	height: 675px;
	margin: 0 auto;
}

.gotoschooleight img {
	width: 1200px;
	height: 675px;
}

.gotoschoolten {
	width: 1200px;
	height: 674px;
	margin: 0 auto;
}

.gotoschoolten img {
	width: 1200px;
	height: 674px;
}

.gotoschooleleven {
	width: 1200px;
	height: 674px;
	margin: 0 auto;
	margin-top:-21px;
}

.gotoschooleleven img {
	width: 1200px;
	height: 674px;
}

.gotoschoolfour {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	margin-top: 50px;
}

.gotoschoolfour img {
	width: 1200px;
	height: 150px;
}

.gotoschoolfive {
	width: 1200px;
	margin: 0 auto;

}

.gotoschoolfive h2 {
	font-size: 48px;
	text-align: center;
	font-weight: 600;
	color: #444;
}

.gotoschoolfive ul {
	margin-top: 50px;
}

.gotoschoolfive ul li {
	width: 360px;
	height: 260px;
	margin: 0px 20px;
	float: left;
	margin-bottom: 50px;

}

.gotoschoolfive ul li img {
	width: 360px;
	height: 260px;
}



/*在线客服*/

#haiiskefu {
	width: 112px;
	position: fixed;
	right: 0px;
	top: 45%;
	margin-top: -283px;
	z-index: 999;
}

#haiiskefu .kfleft {
	width: 32px;
	height: 168px;
	/* background: url(/images/kefu.png) no-repeat; */
	cursor: pointer;
	float: left;
}

#haiiskefu ul {
	width: 80px;
	height: 566px;
	background: url(/images/kefu1.png) no-repeat;
	float: left;
}

#haiiskefu ul li a {
	width: 80px;
	height: 80px;
	display: block;
	margin-bottom: 1px;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

#haiiskefu ul li a:hover {
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	background: #EEE;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
















































