﻿@charset "utf-8";

/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。
------------------------------------------------------------------------------------------------------ */

/* 全局样式
-------------------------------------------------------------- */
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:13px; font-family:"微软雅黑","Arial"; color:#666;}
p{line-height:25px;}
img{ border:none; vertical-align:middle;}
td{ vertical-align:center; font-size:13px;}
body{ background:#fff; min-width:1200px;}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }

h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}
h2 { font-size: 2em;  margin:0; padding:0;}
h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}
h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}
h5 { font-size: 1em;  margin:0; padding:0;}
h6 { font-size: 1em; }

/* 页面基本元素
-------------------------------------------------------------- */

/* 链接样式 */
a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}

/* 常用元素 */
.clear { clear:both; font-size:1px; line-height:0px; height:0px; }

/* 层浮动 */
.left { float: left; }
.right{ float: right; }
.center { margin: 0 auto; }

/* 文字对齐 */
.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter {text-align:center; }

* html,* html body /* 修正IE6振动bug */{background-image:url(../images/939744b433194bcdbaccaa059c4a731b.gif);background-attachment:fixed;}


/* 头部
-------------------------------------------------------------- */

.header { margin: 0 auto;width:100%;  }
.shead { width:100%; margin:0 auto; border-bottom:1px solid #E8E8E8; height:29px; line-height:29px;}
.w1200 { width:1200px; margin:0 auto;}
.nhead { padding-top:16px; padding-bottom:25px;}
.logo { float:left; padding-top:10px;}
.yhead { float:right;}
.zuo { float:left;}
.you { float:right;}
.bg1 { background:url(../images/dh.png) no-repeat; padding-left:35px;}
.bg2 { background:url(../images/dq.png) no-repeat; padding-left:27px;}
.logoz { float:left; color:#919191; font-size:18px; margin-left:22px; padding-top:14px;}
.logoz span { color:#fff; display:block; font-size:24px; width:216px; height:36px; line-height:36px; text-align:center; background:#01458E; display:block;}
.logoz em { font-style:normal; display:block; border:1px solid #EEEEEE; font-size:14px; letter-spacing:3px; width:214px; height:34px; text-align:center; line-height:34px;}
.tel { float:right; padding-top:24px;}


.table_form tbody td, .table_form tbody th {
border-bottom: 0px solid #eee;
display: block;
float: left;
height: 41px;
line-height: 32px;
}
.input-text, .measure-input, textarea, input.date, input.endDate, .input-focus {
border: 1px solid #A7A6AA;
border: 1px solid #d0d0d0;
font-family: "微软雅黑";
width: 200px;
float: left;
height: 30px;
line-height: 30px;
cursor:pointer;
}
.table_form { margin-top: 20px;}
#dosubmit{
cursor: pointer;
-webkit-appearance: button;
width: 207px;
background: #0496EA;
color: #fff;
height: 40px;
border:none; outline:0;
font-family:"微软雅黑";
}
/* input */
.ipt {
	border: solid 1px #d2d2d2;
	border-left-color: #ccc;
	border-top-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 #f8f8f8;
	background-color: #fff;
	padding: 4px 6px;
	height: 21px;
	line-height: 21px;
	color: #555;
	width: 180px;
	vertical-align: baseline;
}
.ipt-mini {
	width: 140px;
	padding: 1px 3px;
}
.ipt:focus {
	border-color: #95C8F1;
	box-shadow: 0 0 4px #95C8F1;
}
/* btn */
.btn {
	position: relative;
	cursor: pointer;
}
input.btn {
	height: 29px;
}
.btn:focus {
	outline:none
}
.btn-primary:active, .btn-primary.btn-active {
	box-shadow:#2176D3 0 1px 2px 0 inset;
	border-color: #3079ED;
}
.btn-primary:focus {
	border-color:#4d90fe;
	outline:none
}
/* 代码整理：懒人之家 www.lanrenzhijia.com */
.theme-buy {
	margin-top:10%;
	text-align: center;
}
.theme-gobuy, .theme-signin {
	font-size: 15px;
}
.theme-price {
	position: relative;
	bottom: -6px;
	font-family: microsoft yahei, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	font-weight: bold;
	color: #f60;
	line-height: 32px;
	font-size: 24px;
	display: inline-block;
}
.theme-price dfn {
	font-style: normal;
	font-size: 18px;
	margin-right: 2px;
}
.theme-desc {
	padding: 30px;
}
.theme-version {
	padding: 30px;
}
.theme-popover-mask {
	z-index: 9998;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/hui.png) repeat;
	display:none
}
.theme-popover {
	z-index:999999;
	position:fixed;
	top:20%;
	left:30%;
	width:510px;
	height:360px;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#fff;
	display:none;
	box-shadow: 0 0 10px #666;
}
.theme-poptit {
	border-bottom:1px solid #ddd;
	padding:12px;
	position: relative;
}
.theme-popbod {
	padding:60px 15px;
	color:#444;
}
.theme-popbom {
	padding:15px;
	background-color:#f6f6f6;
	border-top:1px solid #ddd;
	border-radius:0 0 5px 5px;
	color:#666
}
.theme-popbom a {
	margin-left:8px
}
.theme-poptit .close02 {
	float:right;
	color:#999;
	padding:5px;
	margin:-2px -5px -5px;
	font:bold 14px/14px simsun;
	text-shadow:0 1px 0 #ddd
}
.theme-poptit .close02:hover {
	color:#444;
}
.btn.theme-reg {
	position: absolute;
	top: 8px;
	left: 43%;
	display: none
}
.inp-gray, .feed-mail-inp {
	border:1px solid #ccc;
	background-color:#fdfdfd;
	width:220px;
	height:16px;
	padding:4px;
	color:#444;
	margin-right:6px
}
.dform {
	padding:21px 60px 40px;
	text-align: center;
}
.dform .ipt_error {
	background-color:#FFFFCC;
	border-color:#FFCC66
}
.dform-tip {
	display:none;
	background-color:#080;
	color:#fff;
	line-height:42px;
	margin-top:10px;
display:;
	font-size: 14px;
}
.dform-tip-errer {
	background-color: #CF301A;
}
.dform-tip a {
	display: inline-block;
	padding: 0 20px;
	margin-left:10px;
	background-color: #FFE924;
	color: #CF301A;
}
.dform-login {
	padding:0;
	height: 270px;
	overflow: hidden;
}
.dform-login iframe {
	height: 470px;
	margin-top: -180px;
}
.theme-signin {
	margin: -50px -20px -50px 90px;
	text-align:left;
	font-size: 14px;
}
.theme-signin h4 {
	color:#999;
	font-weight:100;
	margin-bottom: 20px;
	font-size: 12px;
}
.theme-signin li {
	padding-left: 80px;
	margin-bottom: 15px;
}
.theme-signin li strong {
	float: left;
	margin-left: -80px;
	width: 80px;
	text-align: right;
	line-height: 32px;
}
.theme-signin .btn {
	margin-bottom: 10px;
	width:200px; text-align:center; height:40px; line-height:40px; background:#1567B9; color:#fff;
}
.theme-desc, .theme-version {
	padding-top: 0
}



/* 尾部
-------------------------------------------------------------- */
.footer { margin:0 auto; width:100%; background:#007DD4; margin-bottom:48px;color:#fff;}
.footfix { background-color:#000000; width:100%; margin:0 auto; position:fixed; bottom:0; line-height:30px; padding-top:9px; padding-bottom:9px; z-index:99;}
.footfix ul { float:right; width:1104px;}
.footfix ul li { float:left; text-align:center; line-height:30px; height:30px; padding-left:32px;}
.footfix ul li a { font-size:14px; color:#FFF; line-height:30px; overflow:hidden; height:30px; display:block; background:#00A6DB; width:152px;}
.xihuan { font-size:16px; color:#FFF; background:url(../images/xin.png) no-repeat left center; padding-left:26px;line-height:30px; float:left; }
.footx { border-top:1px solid #1A8AD8; height:57px; line-height:57px; color:#8FB9E6;}
.footx a {color:#8FB9E6;}
.footx .right { }
.foots { padding-top:38px; padding-bottom:30px;}
.footsz { width:606px; float:left; border-right:1px solid #3397DD; padding-right:33px;min-height:215px;}
.footsz h3 { font-size:16px; color:#FFF; font-weight:500;}
.footsz p { font-size:14px; color:#A3C5EA; line-height:30px; padding-top:15px; padding-bottom:20px;}
.footsy { float:right; width:270px;}
.footlogo { padding-top:25px; line-height:26px; color:#fff;}
.footlogo table tr td { color:#fff; padding-top:10px;}
.footsj {float:left;width: 200px;min-height:197px;padding-left: 30px;}
.footsj span { display:block; background:url(../images/fdh.png) no-repeat left; font-size:14px; color:#FFF; height:34px; line-height:34px; padding-left:48px; margin-top:12px;}
.footsj h3 {font-size: 20px;color:#FFF;font-weight:500;padding-top: 12px;}
.footsj p { font-size:13px; color:#80BEEA; line-height:22px; padding-top:6px;}

/* 主体内容开始
-------------------------------------------------------------- */

.page { margin: 0 auto; width:100%; height: auto; }
.content{ width:100%; overflow:hidden;}
.content a:hover{color:#00A6DB;}


#pages{padding-top:5px; margin:0 auto; padding:25px 0; padding-bottom:50px; }
#pages a{border: 1px solid #DDD;color: #333;margin: 2px;padding: 2px 5px;text-decoration: none;font-size:13px;}
#pages a:hover{border: 1px solid #DDD;color: #333;margin: 2px;padding: 2px 5px;text-decoration: none;background: #007DD4;color:#FFF;font-size:13px;}
#pages span {background: #007DD4;border: 1px solid gainsboro;color: white;font-weight: bold;margin: 2px;padding: 2px 5px;font-size:12px;}

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

/* 主页
-------------------------------------------------------------- */

/* 小导航
-------------------------------------------------------------- */
.fl {
    float:left;
}
.fr {
    float:right;
}

.wrap{
    min-width:1200px;
}
.box{
    width: 1200px;
    margin: 0 auto;
}


.u-nav-wrap{
    width: 100%;background-color:#0496EA;
}
.u-nav{
	position: relative;
    height: 52px;
}
.u-nav .nav1{
    float: left;
    height: 52px;
}
.u-nav .nav1 .nav1-li{
    float: left;
    position: relative;
    height: 52px;
	width:171px;
	text-align:center;
	z-index:99999;
}
.u-nav .nav1 .nav1-li>a{
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 52px;
    height:52px;
    color: #fff;
	background:url(../images/dhxian.jpg) no-repeat right;
}
.link {	z-index:99; position:relative;}
.u-nav .nav1 .nav1-li>a:hover{ color:#fff;}
.u-nav .nav1 .nav1-li .line{
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 52px;
    width: 0;
background:url(../images/dhbg.jpg) no-repeat center;
transition: all 0.3s;
z-index:88;
}
.u-nav .nav1 li.on a .line{
    position: absolute;
    bottom: 0;
    left:0;
    height: 52px;
    width: 171px;
background:url(../images/dhbg.jpg) no-repeat center;
transition: all 0.3s;
z-index:88;
}

.u-nav .nav1 .nav1-li:hover .line{
    width: 100%;
    left: 0;
}
.u-nav .nav1 .nav1-li:hover .nav2{
    display: block;
}
.ewm{
	position: fixed;
	right: 0;
	top: 300px;
	z-index: 5;
	width: 112px;
	padding: 5px;
	background: #fff;
	text-align: center;
}
.ewm img{
	display: block;
	margin: 0 auto;
}
.nav2{
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -85px;
    padding: 8px 0;
    top: 100%;
    width: 171px;
    background: #FFF;
    border-top: 1px solid #dcdce0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.nav2 li{
    float: none;
}
.nav2 li a{
    display: block;
    font-size: 14px;
    line-height: 40px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    color: #666;
}
.nav2 li a:hover{
    color: #357fe3;
}
.nav2 li:first-child a{
    border: 0;
}

.body-shadow{
    display: none;
    position: fixed;
    z-index: 100;
    top: 0px;
    width: 100%;
    height:100%;
    background: #000;
    opacity: 0.45;
    filter: alpha(opacity=45);
    z-index: 9;
}




#con {	FONT-SIZE: 12px; MARGIN: 0px auto; WIDTH:100%}
#tags {margin: 0;padding: 0;}
#tags LI { float: left;list-style: none;border-bottom: none;height:59px;line-height: 59px;width:120px; border-right:1px solid #EEEEEE;text-align: center;display: block;}
#tags LI A {color: #999999; font-size:15px;text-decoration: none;height: 59px;line-height: 59px;}
#tags LI.emptyTag {	BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px}
#tags LI.selectTag {color: #333333;display: block;}
#tags LI.selectTag A {color: #333333;}
#tagContent {width:100%;height: auto; overflow: hidden;}
.tagContent {DISPLAY: none;}
#tagContent DIV.selectTag {DISPLAY: block}

.banner { width:100%; height:355px; margin:0 auto; position:relative;}
#full-screen-slider { width:100%; height:483px; margin:0 auto;position:relative}
#slides { display:block; width:100%; height:483px; list-style:none; padding:0; margin:0; position:relative}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:54%; bottom:20px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#04459f}

/* 首页第一部分 四大教学特色
-------------------------------------------------------------- */
.syyi { padding-top:70px;}
.biaot { color:#ff9600; font-weight:bold; font-size:33px; text-align:center;}
.lan { color:#01458e;font-size:33px;}
.miaos { font-size:16px; color:#666; text-align:center; padding-top:10px; padding-bottom:2px;}
.ying { font-size:16px; color:#666; text-transform:uppercase; text-align:center; background:url(../images/xian4.png) no-repeat center; line-height:30px; height:30px;}
.jxts { padding-top:54px;}
.jxts .left { float:left; width:675px;}
.jxts .left ul li { float:left; overflow:hidden; height:99px; padding-bottom:14px; background:url(../images/sybg1.png) no-repeat bottom; width:303px; position:relative; margin-right:38px; margin-bottom:55px; margin-top:10px;}

.jxts .left ul li .ddtex2 { position:absolute; overflow:hidden; top:-76px; left:0; width:76px; height:76px;}
.jxts .left ul li .tsbg1 { background:url(../images/syts1.png) no-repeat left; width:76px; float:left; height:76px;}
.jxts .left ul li .tsbgh1{ background:url(../images/sytsh1.png) no-repeat left;}
.tsyc { float:left; width:211px;padding-left:9px; font-size:14px; padding-top:7px;}
.tsyc h3 { color:#333333; font-size:18px; padding-bottom:8px; }
.jxts .left ul li .tsbg2 { background:url(../images/syts2.png) no-repeat left; width:76px; float:left; height:76px;}
.jxts .left ul li .tsbgh2{ background:url(../images/sytsh2.png) no-repeat left;}
.jxts .left ul li .tsbg3 { background:url(../images/syts3.png) no-repeat left; width:76px; float:left; height:76px;}
.jxts .left ul li .tsbgh3{ background:url(../images/sytsh3.png) no-repeat left;}
.jxts .left ul li .tsbg4 { background:url(../images/syts4.png) no-repeat left; width:76px; float:left; height:76px;}
.jxts .left ul li .tsbgh4{ background:url(../images/sytsh4.png) no-repeat left;}
.sygg { width:100%; margin:0 auto; height:200px; margin-top:52px;}

.jxts .left ul li:hover .tsbg1 { background:none;}
.jxts .left ul li:hover .tsbg2 { background:none;}
.jxts .left ul li:hover .tsbg3 { background:none;}
.jxts .left ul li:hover .tsbg4 { background:none;}


.jxts .right { float:right;}
.ui-rel { position: relative; }
.ui-ab { position: absolute; }
.ui-fixed { position: fixed; }

/*-- 浮动 --*/
.ui-clear:after {  display: block;clear: both;content: "";visibility: hidden;height: 0;}
/*-- Box-sizing --*/
.ui-box-size { -moz-box-sizing : border-box; -ms-box-sizing : border-box; box-sizing : border-box; }
/*-- The image responsive --*/
.ui-responsive img { max-width: 100%; }

/*-- CSS 3 transition --*/
.ui-transition { -webkit-transition: all .3s ease-out; }
/*-- The opacity background color --*/
[class ^= "ui-opacity"] { position: absolute; top:0; right: 0; bottom: 0; left: 0; z-index: 0; }
[class ^= "ui-opacity-white"] { background: #fff; }
[class ^= "ui-opacity-black"] { background: #000;}
[class ^= "ui-opacity-gray"] { background: #f2f2f2; }
.ui-opacity-white90,
.ui-opacity-gray90,
.ui-opacity-black90 { filter: alpha(opacity=70); opacity: .7; }
#sidebar { width:509px; float:left; }
.sidebar-news-title h1 { font-size: 14px; color: #000; }
.sidebar-news-title h1 em { margin-left: 10px; }
.sidebar-news-title a { top: -10px; right: 32px; }
.sidebar-news-title a span { background-position: -320px -80px; }
.sidebar-news-photo { width: 322px; height: 210px; }
.sidebar-news-list li { height: 35px; line-height: 35px; border-bottom: 1px dotted #ababab; }
.sidebar-news-list li time { top: -25px; font-size: 22px; color: #999;}
.sidebar-solution { height: 210px; margin-top: 60px; }
.sidebar-video { height:300px; }
.wjfdbg { background:url(../images/wjtbg.png) no-repeat top; width:168px; height:195px; position:absolute; left:0; top:0;}
.sidebar-video span { top: 50%; left: 50%; width: 80px; height: 80px; margin: -40px 0 0 -40px; background-position: -320px 0; -webkit-transition: all .5s ease-out; }
.sidebar-video:hover span { -webkit-transform: scale(.5); opacity: .5; }
.video-pop { display: none; top: 0; right: 0; bottom: 0; left: 0; z-index: 99999; }
.video-container { top: 50%; left: 50%; width:640px; height:350px; padding:10px; margin: -250px -390px; background: #fff; border-radius: 5px; }
.video-close { display: block; top: -5px; right: -20px; width: 30px; height:30px; cursor: pointer; opacity: 0; }
.video-container:hover .video-close { opacity: 1; }
.video-content { width: 100%; height: 500px; }



/* 首页，师资   效果CSS开始 */
.mod18{width:1200px;position:relative;margin:0 auto; margin-top:48px; overflow:hidden;}
.mod18 .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev{left:10px;background:url(../images/prevbtn.png) no-repeat;}
.mod18 #prevTop,.mod18 #nextTop{top:250px;width:32px;height:48px;}
.mod18 #prev,.mod18 #next{top:55px;width:13px;height:37px;}
.mod18 #prevTop{background:url(../images/prevbtntop.png) 0 0 no-repeat;}
.mod18 #nextTop{background:url(../images/nextbtntop.png) 0 0 no-repeat;}
.mod18 .next{right:0px;background:url(../images/nextbtn.png) no-repeat;}
.mod18 li{float:left;}
.mod18 .cf li{position:relative;}
.mod18 .picBox{display:none;}
.mod18 .picBox ul{height:0px;position:absolute; left:0; display:none;}
.mod18 .picBox li{padding-left:75px; padding-right:1px; width:526px;height:377px;}
.mod18 .listBox{width:1130px;height:200px;margin:0 auto;position:relative;overflow:hidden;}
.mod18 .listBox ul{height:200px;position:absolute; padding-left:12px;}
.mod18 .listBox li{width:147px;height:200px; text-align:center;cursor:pointer;position:relative; padding:0px 20px 0 20px;}
.mod18 .listBox li h3 { padding-bottom:3px; font-size:16px; padding-top:9px; color:#333333; font-weight:500;}

.mod18 .listBox li i{display:none;}
.mod18 .listBox li a{display:block;width:147px; text-align:center;}
.mod18 .listBox img{ width:140px; height:140px;}
.mod18 .listBox .on a{ color:#0496EA;}
.mod18 .listBox .on a h3{ color:#0496EA;}
.mod18 .listBox .on i{display:block;}
.mod18 .listBox .arr2 { display:block; background:url(../images/sybg2.png) no-repeat; width:147px; height:140px; position:absolute; top:0; left:20px;}
.mod18 .listBox li a:hover h3 {color:#0496EA;}

/* 首页， 图片滚动下面新闻*/
.synew { border-top:1px solid #E1E1E1; margin-top:27px; padding-top:52px;}
.synewz { width:604px; float:left;}
.synewz ul li { height:129px;}
.synewz ul li:first-child { padding-bottom:48px;}
.synewz .siji { float:left; width:76px; text-align:center; color:#333333;}
.synewz .siji span { color:#047bea; font-size:46px; display:block; line-height:62px;}
.synewz .siji img { display:block; padding-top:12px;margin:0 auto;}
.synewz  .img { overflow:hidden; position:relative;margin-top:12px; width:129px; height:129px; margin:0 auto;}

.img img{
	width:129px; height:129px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
.synewz a:hover .img img {
	transform: scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
}

.img { padding-left:9px; float:left;}
.neir { width:362px; float:right;}
.neir .guanj { color:#333333; border-bottom:1px solid #E7E7E6; padding-bottom:10px;}
.neir h3 { font-size:14px; line-height:24px; color:#047bea; font-weight:500; padding-top:6px; padding-bottom:4px;}
.neir p { line-height:24px;}
.synewy { float:right; background:url(../images/rybg.jpg) no-repeat bottom; width:563px; height:313px; text-align:center;}
.synewy p { text-align:center; padding-top:8px; font-size:18px; color:#FFF;}
.imgfd {  width:530px; height:215px; padding-top:20px; margin:0 auto; margin-top:28px;position:relative; overflow:hidden;}
.imgfd img{
	width:449px; height:215px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
.synewy a:hover .imgfd img {
	transform: scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
}
/* 首页， 在线预定*/
.syyuding { background: url(../images/ydbg.jpg) no-repeat center; height:751px; margin:0 auto; margin-top:65px;}
.syyi2 { padding-top:45px;}
.biaot2 { color:#fff; font-weight:bold; font-size:32px; text-align:center;}
.lan2 { color:#01458e;font-size:32px;}
.miaos2 { font-size:16px; color:#fff; text-align:center; padding-top:9px; padding-bottom:2px;}
.ying2 { font-size:12px; color:#fff; text-transform:uppercase; text-align:center; line-height:30px; height:30px;}

.syydnr { width:100%; margin:0 auto; padding-top:46px;}
.syydnr ul li { float:left; width:345px; padding-right:82px;}
.syydnr ul li img { display:block;}
.syydnr ul li .xbga { background:url(../images/hui.png) no-repeat top; width:345px; min-height:313px;}
.syydnr ul li .xbga h3 { width:173px; margin:0 auto; border-bottom:1px solid #FFFFFF; text-align:center; font-size:24px; color:#FFF; font-weight:500; padding-bottom:25px; padding-top:26px;}
.syydnr ul li .xbga p { font-size:14px; margin:0 auto; text-align:center; color:#FFF; line-height:32px; padding-top:11px; height:194px;}
.syydnr ul li .xbga p span{ font-size:16px; color:#FFF; }
.syydnr ul li .xbga a.yangshi { width:180px; height:40px; text-align:center; margin:0 auto; display:block; background:#017BEF; color:#FFF; line-height:40px; font-size:16px;}

/*-------首页 视频列表-------*/
.splie { width:100%; margin:0 auto; padding-top:62px;}
.splie ul li { width:264px; float:left; padding-left:48px; padding-bottom:33px;}
.splie ul li:first-child { padding-left:0;}
.sptu { position: relative; width:264px; height:225px;}
.sptu span { display:block; background:url(../images/span.png) no-repeat; width:53px; height:53px; position:absolute; top:88px; left:107px;}
.spbtbg { color:#FFF; font-size:13px; background-color:#4D4D4D; width:100%; height:21px; line-height:21px; text-align:center;}
.spbtbg a{ color:#FFF;}
.spbtbg a:hover{ color:#FFF;}
.spzxd { width:100%; padding-top:9px;}
.spzxd a { display:block; width:128px;border:1px solid #B5B5B5; font-size:13px; color:#333333; height:25px; line-height:25px; text-align:center;}
.spzxd a:hover { background-color:#047BEA; color:#FFF;-webkit-transition:all 0.8s ease-out;
	-o-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;}

/*---首页 对比--*/
.syduib { background-color:#F0F0F0; width:100%; text-align:center; font-size:18px; color:#8d8d8d; line-height:49px; margin-top:40px;}
.sydbx { width:100%; margin:0 auto; margin-top:57px; position:relative;}
.border { border:1px solid #AEAEAE; width:571px; height:410px;}
.sydbx .sydbwz { text-align:center; width:100%; font-size:24px; font-weight:bold; padding-top:50px; color:#333333;}
.sydbx .sydbwz span { font-size:24px; font-weight:bold; color:#047bea;}
.vsdw { position:absolute; left:526px; top:136px; z-index:999;}

/*----首页 招商---*/
.zsxnr { width:100%; margin:0 auto; padding-top:50px; padding-bottom:25px;}
.zsxnrz { width:475px; float:left;}
.zsxnry { width:653px; float:right;}
.zsxnry ul li { border-bottom:1px solid #E7E7E7; overflow:hidden; padding-bottom:16px; padding-top:16px;}
.zsxnry ul li:first-child { padding-top:0;}

.zsxnry ul li .yhao { float:right; width:551px;}
.zsxnry ul li .xhao { float:left; width:90px;}
.zsxnry ul li .yhao em { color:#C2C2C2; font-style:normal; font-size:20px; text-transform:uppercase;}
.zsxnry ul li .yhao h3 { color:#666666; font-size:24px; padding-top:8px; }
.zsxnry ul li .yhao p { color:#a5a5a5; font-size:16px; padding-top:19px; line-height:30px;}
.zsxnry ul li .yhao p span{ color:#017bef; font-size:16px;}

.zsxbt { border-left:4px solid #017BEF; padding-left:37px; padding-top:4px; padding-bottom:4px;}
.zsxbt h3 { font-size:46px; color:#333333; height:46px; line-height:46px; background:url(../images/ljian.png) no-repeat right;}
.zsxbt h3 strong { color:#017bef;}
.zsxbt p { font-size:21px; color:#333333; font-weight:bold; padding-top:12px;}
.zsxbt p strong { color:#017bef;}
.zsxbt em { font-style:normal; color:#CFCFD7; text-transform:uppercase; padding-top:30px; display:block; font-size:12px;}
.zsmap { width:100%; padding-top:101px;}
.zsmapbt { width:100%; float:left;}
.zsmapbt a { display:block; float:left; width:133px; height:31px; text-align:center; line-height:31px; background-color:#A0A0A0; color:#FFF; font-size:16px;}
.zsmapbt a:hover { background-color:#017BEF; color:#FFF;}
.zsmapbt a.dq { background-color:#017BEF; color:#FFF;}
.zsborder { border:1px solid #017BEF; float:left;}

/*----首页 分校加盟动态---*/
.fxjm { width:260px; height:182px; float:left; border:1px solid #F4F4F4; margin-right:36px; padding-top:16px; padding-left:11px;}
.fxjm h3 { font-size:16px; color:#333333; font-weight:500;}
.maquee { margin-top:28px;}
.maquee ul li { background:url(../images/fxbg.jpg) no-repeat left; height:36px; padding-left:45px; margin-bottom:25px;}
.maquee,.aa{ width:100%; height:107px; overflow:hidden;}
.aa {word-wrap:break-word;line-height:50px;  color:#1B96EE;}
.appbt { text-align:right; width:202px; float:left; font-size:12px; color:#9f9f9f;}
.appbt a { color:#454545;display:block; float:left; text-align:left; width:124px;}
.miao { float:left;width:202px;}
.miao a { font-size:13px;color:#454545;}

/*----走进锋格------*/
.menubg { background:url(../images/menubg.png) repeat-x; position:absolute; bottom:0; height:49px; width:100%; margin:0 auto;}
.menu { text-align:center; color:#FFF; font-size:16px; line-height:49px;}
.menu a { color:#FFF; font-size:16px; line-height:49px; padding-left:30px; padding-right:30px;}
.fgbt { margin-top:60px; background: url(../images/gsjjbg.png) no-repeat 0 49px; height:124px; text-align:center;}
.fgbt h3 { font-size:30px; color:#0496ea;}
.fgbt p { font-size:12px; text-transform:uppercase; padding-top:5px; color:#C2C2C2;}
.gsjjnr { width:1200px; margin:0 auto; padding-top:50px;}
.zgsjj { float:left; width:608px;}
.zgsjj h3 { background:url(../images/gsbt2.png) no-repeat left top; color:#333333; font-size:26px; padding-left:99px; font-weight:500; padding-top:66px; height:38px; margin-bottom:35px; }
.ygsjj { float:right; width:563px; height:334px; background:url(../images/gsbg.png) no-repeat right top;}

.width-6{width:6px;}
.scroll-main{ position:relative; overflow:hidden;}
.rclngd {  height:190px; width:607px; float:left;}
.scroll-cont{
	position: absolute;
	line-height: 22px;
	left: 2px;
	height: auto;
}
.scroll-box{
	position: absolute;
	width: 3px;
	height: 100%;
	background: url(../images/xl2.jpg) repeat-y center;
	right: 0px;
	top: 0px;
}
.scroll-block{
	position: absolute;
	top: 0;
	width: 3px;
	height:50px;
	background:#DBDCDE;
	cursor:pointer;
	left: 0px;
}

.scroll-cont p { padding-bottom:15px;}
.whbg { background:url(../images/whbg.jpg) no-repeat; height:585px; margin:0 auto; width:100%; margin-top:57px;}
.pt58 { padding-top:58px;}
.whyou { float:right; width:838px;}
.whyou span { display:block; background:url(../images/hxian.jpg) no-repeat bottom left; font-size:26px; color:#333333; padding-bottom:18px; float:left;}
.whyou p { float:left;font-size:20px; color:#333333; line-height:36px; padding-top:16px;}
.whlie { float:left; padding-top:55px;}
.whlie ul li { float:left; width:163px;text-align:center; margin-right:60px;}
.whlie ul li h3 { font-size:47px; color:#333333; padding-top:18px; }
.whlie ul li strong { font-size:16px; color:#333333; padding-top:18px; }

/*企业荣誉开始*/
.qyry{ width:100%; padding-bottom:78px;}
.qyry .ry{ width:1200px; margin:0 auto;}

.qyry .ry .dd{ text-align:center; width:1200px; margin:0 auto; padding-top:64px;}
.qyry .ry .dd h2{ font-size:26px; color:#333333; font-weight: normal; background:url(../images/ryxian.png) no-repeat center; padding-bottom:10px;}

.inner { width: 1200px; margin: 0px auto; background:url(../images/rybg.png) no-repeat 14px 0px; }
.honorBox .inner { overflow: hidden; }
.pbanner .pbmenuBox { position: absolute; width: 100%; top: 35%; padding: 0px; }
.pbanner .pbmenuBox .menu { border-bottom: 0px none; }
.pbanner .pbmenuBox .menuBox { background: transparent none; }
.pbanner .pbmenuBox .zh { color: #fff; }
.pbanner .menu a { background-color: #0065b7; }
.pbanner .menu a:hover, .pbanner .menu a.act { background-color: #003b97; color: #fff; }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.proBox .bx-viewport { overflow: hidden; }
.bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -15px; outline: 0; width: 31px; height: 31px; text-indent: -9999px; z-index: 9; }

.proDemo .bx-controls-direction { padding-top: 90px; }
.honorBox { padding-top: 40px;}
.honorBox .inner { overflow: hidden; }
.honorBox .bx-controls-direction { padding-top:32px;clear: both; }
.honorBox .bx-wrapper .bx-controls-direction a { position: relative; width: 175px; float: left; display: block; margin: 0px; height: 48px;background-repeat: no-repeat; }
.honorBox .bx-wrapper .bx-controls-direction a.bx-prev { background-image: url(../images/zuo.jpg); width:213px;margin-left:390px;}
.honorBox .bx-wrapper .bx-controls-direction a.bx-next { background-image: url(../images/you.jpg); float: right; width:213px;margin-right: 380px;}
.honorDemo li { width: 226px; padding: 0px 16px; display: block; }
.honorDemo li img { width: 100%; height:100%; display: block; }
.content .mami{ width:1140px; background:url(../images/guan_bg.jpg) no-repeat top center; margin:0 auto;}

/*----锋格练字---*/
.fglz { font-size:15px; line-height:25px;}
.fglz span { display:block; color:#333333; padding-bottom:15px; font-size:18px;}
.fglzbg { background:url(../images/fglzbg.jpg) no-repeat; height:688px; margin:0 auto; margin-top:65px;}
.fgsan { padding-top:57px; text-align:center;}
.fgsan h3 { color:#333333; font-size:26px; font-weight:500; background:url(../images/fglzxian.png) no-repeat center; height:30px;}


.fglzlie { width:100%; margin:0 auto; padding-top:55px;}
.fglzlie ul li { float:left; width:340px; padding-right:90px;}
.fglzlie ul li img { display:block;}
.fglzlie ul li .xbga { background:#FFF; width:340px;height:345px;}
.fglzlie ul li .xbga h3 { background:none;  text-align:center; font-size:26px; color:#333333; font-weight:500; padding-bottom:20px; padding-top:30px;}
.fglzlie ul li .xbga span { text-align:center; font-size:24px; color:#333333;}

.fglzlie ul li .xbga p { width:276px; font-size:15px; margin:0 auto; text-align:center; color:#333333; line-height:26px; padding-top:27px; height:205px; overflow:hidden;}

/*----新闻咨询---*/
.newz { width:909px;float:left;}
.newz ul{border-right:1px solid #EEEEEE; overflow:hidden;}
.newz ul li { float:left; border-right:1px solid #EEEEEE; width:439px; border-bottom:1px solid #EEEEEE; height:121px; padding-top:25px;}
.newz ul li.bdyn { border-right:none;}
.newz ul li.pd0 { padding-top:0;}
.newz ul li .newsj { float:left; background:url(../images/kuang.jpg) no-repeat; width:90px; height:90px;}
.newz ul li a .newsj { text-align:center;}
.newz ul li a .newsj h3 { font-weight:500; font-size:48px; color:#5e5e5e; margin:0; padding:0; padding-top:13px;}
.newz ul li a .newsj span{ font-size:13px; color:#5e5e5e;}
.newz ul li a:hover .newsj h3 { color:#000000; }
.newz ul li .newnr { width:289px; float:left; padding-left:17px;}
.newz ul li a .newnr h3 { font-weight:500; font-size:18px; color:#5e5e5e; padding-bottom:9px; padding-top:2px;}
.newz ul li a .newnr p {font-size:13px; color:#5e5e5e; line-height:24px;}
.pl39 { padding-left:39px;}
.newy { width:260px; float:right; padding-bottom:50px;}
.newybt { width:245px; float:left; height:54px; padding:15px 0 0 15px; background-color:#F8F9F4;}
.newybt h3 { font-size:24px; color:#333333; font-weight:500; padding-bottom:2px;}
.newybt h3 span{ font-size:24px; color:#0496ea; }
.newybt a { font-size:13px; color:#000000; text-transform:uppercase;}

.ym { width:100%; text-align:center; float:left;}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

#owl-demo{position:relative;width:260px;height:227px; float:left; margin-top:11px;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:260px;height:195px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;}
.owl-pagination{position:absolute;left:0;bottom:-15px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:10px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}

/*------新闻详情----*/
.newxqz { padding-top:86px; padding-bottom:50px;}
.newxq { width:816px; float:left;}

.contzk {padding-top:15px; width:1100px; margin:0 auto;}
.biaoti {width:100%;padding-bottom:7px; float:left; color:#333333;font-size:24px;}
.shijian {width:300px; float:left; font-size:12px; color:#C1C1C1;}
.newxqbt { border-bottom:1px solid #EAEAEA; width:786px; padding-left:30px;margin:0 auto; background:url(../images/lan.jpg) no-repeat left 5px; padding-bottom:16px;}
.naa {width:100%;margin:0 auto;line-height:25px; text-align:left; padding-top:20px;}
.bb {width:70%; float:left;}
.bb p,.bb span,.bb a {color:#666;}
.bb a:hover {color:#00A6DB;}
.fanyez {width:100%; margin:0 auto; overflow:hidden; padding-bottom:15px;}
.fanyez .right p a {font-size:14px;color:#666;}
.fanyez .right p a:hover { color:#007DD4;}
.newxqy { width:356px; float:right;}
.newkj { background-color:#F3F2F2; width:340px; padding-top:17px; padding-left:16px; overflow:hidden; padding-bottom:3px;}
.newkj ul li { float:left; width:157px; height:97px; padding-right:10px; padding-bottom:7px;}
.newkj ul li a { display:block; color:#7e7e7e; font-size:16px; text-align:center; padding-top:71px; width:157px; height:26px;}
.newkj ul li a:hover { color:#FFF;}
.newkj ul li a.kjbg1 { background:url(../images/kjt1.jpg) no-repeat;}
.newkj ul li a:hover.kjbg1 { background:url(../images/kjth1.jpg) no-repeat;}

.newkj ul li a.kjbg2 { background:url(../images/kjt2.jpg) no-repeat;}
.newkj ul li a:hover.kjbg2 { background:url(../images/kjth2.jpg) no-repeat;}

.newkj ul li a.kjbg3 { background:url(../images/kjt3.jpg) no-repeat;}
.newkj ul li a:hover.kjbg3 { background:url(../images/kjth3.jpg) no-repeat;}

.newkj ul li a.kjbg4 { background:url(../images/kjt4.jpg) no-repeat;}
.newkj ul li a:hover.kjbg4 { background:url(../images/kjth4.jpg) no-repeat;}

.newkj ul li a.kjbg5 { background:url(../images/kjt5.jpg) no-repeat;}
.newkj ul li a:hover.kjbg5 { background:url(../images/kjth5.jpg) no-repeat;}

.newkj ul li a.kjbg6 { background:url(../images/kjt6.jpg) no-repeat;}
.newkj ul li a:hover.kjbg6 { background:url(../images/kjth6.jpg) no-repeat;}

.newtj { background-color:#F3F2F2; width:340px; padding-top:14px; padding-left:16px; overflow:hidden; padding-bottom:3px; margin-top:11px;}
.newtj h3 { background: url(../images/newbg2.png) no-repeat left; height:29px; width:106px; text-align:center; font-size:16px; color:#FFF; font-weight:500; padding-top:6px;}
.newtj ul { overflow:hidden; padding-top:18px;}
.newtj ul li { float:left; width:328px; line-height:32px; text-align:right; font-size:14px; color:#aaaaaa;}
.newtj ul li a { float:left; text-align:left;}

/*--------校园生活-------*/
.xylie { padding-top:31px; width:1200px; margin:0 auto;}
.xylie ul { margin:0 auto; overflow:hidden;}
.xylie ul li { float:left; width:369px; height:283px; margin-bottom:25px; overflow:hidden; margin-right:44px;}
.xylie ul li.pr0 { margin-right:0;}
.xybt { color:#000000; font-size:14px; text-align:center; padding-top:27px;}
.xylie ul li.dwei { position: relative; z-index:99;}
.xylie ul li .ddtext2 { background:url(../images/xyh.png) no-repeat;top:-208px; color:#FFF; left:0px; position:absolute;width: 369px;height:186px;overflow: hidden;cursor: pointer; padding-top:122px; text-align:center; z-index:9;}
.xylie ul li .xyimg { width:369px; height:238px;position:relative; z-index:9;}
.xylie ul li .xyimg span { position:absolute; background:url(../images/xykuang.png) no-repeat; width:396px; height:238px; left:0; top:0; display:block;}

/*----研发背景-----*/
.yfbjlie { width:1200px; margin:0 auto; padding-top:14px;}
.yfbjlie ul li { border-bottom:1px solid #E7E7E7; padding-bottom:25px; padding-top:29px;}
.yfms { width:100%; font-size:15px; line-height:26px;}
.yfsbt { width:100%; overflow:hidden;}
.yfsbt em { display:block; width:54px; height:38px; background:url(../images/yfbg.png) no-repeat right; float:left; font-size:32px;color:#0496ea; font-weight:600; font-family:"黑体";}
.yfsbt p { width:1140px; height:38px;float:left; font-size:18px;color:#0496ea; padding-top:15px;}
.yfhzuo { margin:0 auto; min-height:275px; margin-top:64px; width:100%; background-color:#F7F7F7;}
.yfhzbt { padding-top:60px;}
.yfhzbt h3 { font-size:26px; color:#333333; font-weight:500; background:url(../images/yfxian.jpg) no-repeat top left; padding-top:17px;}
.yfhzbt ul { overflow:hidden; padding-top:30px; width:100%;}
.yfhzbt ul li { float:left; font-size:16px; padding-bottom:30px;}
.yfhzbt ul li span { background:url(../images/quan.png) no-repeat; width:20px; height:20px; text-align:center; line-height:20px; font-size:15px; display:block; color:#FFF; margin-right:7px; float:left;}


/*----课程特色-----*/
.kctslie { width:1200px; margin:0 auto; padding-top:44px; padding-bottom:50px;}
.kctslie ul li { width:1200px;}
.kctslie ul li.kcbg1 { background:url(../images/kcbg1.png) no-repeat; height:152px;}
.kctslie ul li.kcbg1 .kcimg { padding-top:13px; padding-left:14px; width:588px; padding-bottom:13px;}
.kctslie ul li.kcbg1 .kcwen { width:553px; line-height:25px; padding-left:45px; height:151px;}
.kctslie ul li.kcbg1 .kcwen h3 { font-size:18px; color:#333333; margin-bottom:10px; font-weight:500; background:url(../images/ling.png) no-repeat left; padding-left:21px;}
.mt25 { margin-top:25px;}
.mt14 { margin-top:14px;}
.mt43 { margin-top:43px;}
.borderm { border-bottom:1px solid #DFDFDF;}
.bordert { border-top:1px solid #DFDFDF;}

.kctslie ul li.kcbg2 { background:url(../images/kcbg2.png) no-repeat 1px; height:152px;border-right:1px solid #DFDFDF;}
.kctslie ul li.kcbg2 .kcimg { padding-top:13px; padding-left:14px; width:584px; padding-bottom:13px;}
.kctslie ul li.kcbg2 .kcwen { width:553px; line-height:25px; text-align:right; padding-right:45px; height:151px;}
.kctslie ul li.kcbg2 .kcwen h3 { font-size:18px; color:#333333; margin-bottom:10px; font-weight:500; background:url(../images/ling.png) no-repeat right; padding-right:21px;}

/*--------教材体系-----*/
.jctxwz { text-align:center; padding-top:35px; line-height:25px;}
.jctxbg { background-color:#F7F7F7; width:100%; margin:0 auto; padding-top:58px; padding-bottom:100px;}
.jctxbg h3 { background:url(../images/jctxbg.png) no-repeat center; text-align:center; font-size:26px; color:#333333; font-weight:500; height:28px;}

.home_product{ width:1200px; overflow:hidden;zoom:1; margin:0 auto; padding-top:50px;}
.home_product ul{width:1200px; height:241px; overflow:hidden;}
.home_product ul li{width:175px; height:241px; overflow:hidden; float:left; margin-right:72px;}
.home_product ul li p{width:175px; height:175px; float:left;}
.home_product ul #prdoctlist7{ margin-right:0;}
.jxzzwz { float:left; font-size:21px; font-weight:bold; color:#666666; padding-top:40px; text-align:center; width:100%;}

/*--------教学效果-----*/

.jxxzbg { background:#F7F7F7; height:688px; margin:0 auto; margin-top:65px;}

.jxxgnr { width:100%; margin:0 auto; padding-top:46px;}
.jxxgnr ul li { float:left; width:345px; padding-right:82px;}
.jxxgnr ul li img { display:block;}
.jxxgnr ul li .xbga { background:#EAEAEA; width:345px; height:303px;}
.jxxgnr ul li .xbga h3 { width:173px; margin:0 auto; border-bottom:1px solid #C4C4C4; text-align:center; font-size:24px; color:#017bef; font-weight:500; padding-bottom:25px; padding-top:26px;}
.jxxgnr ul li .xbga p { font-size:14px; margin:0 auto; text-align:center; color:#333333; line-height:32px; padding-top:11px; height:190px;}
.jxxgnr ul li .xbga p span{ font-size:16px; color:#FFF; }
.jxxgnr ul li .xbga a.yangshi { width:180px; height:40px; text-align:center; margin:0 auto; display:block; background:#656565; color:#FFF; line-height:40px; font-size:16px;}
.jxxgnr ul li .xbga a:hover.yangshi { background:#017BEF;}
.jxsan { padding-top:57px; text-align:center;}
.jxsan h3 { color:#666; font-size:26px; font-weight:500; background:url(../images/jxxian.png) no-repeat center; height:30px; margin:0 auto;}
.ljgeng { width:125px; margin:0 auto; padding-top:33px; height:36px;}
.ljgeng a { background:url(../images/gd.png) no-repeat; display:block; height:36px; line-height:36px; font-size:14px; color:#c2c2c2; padding-left:26px; width:99px; text-align:left;}
.ljgeng a:hover { background:url(../images/gda.png) no-repeat;  color:#fff;}
.jxdui { padding-bottom:50px;}
.xxdblie { width:1200px; margin:0 auto; padding-top:60px;}
.xxdblie ul li{ float:left; text-align:left; width:583px; position:relative; margin-bottom:42px;}
.xxdblie ul li.mr32 { margin-right:32px;}
.xxdblie ul li a .vsdb { background:url(../images/bvd.png) no-repeat; width:67px; height:67px; position:absolute; top:67px; left:256px;}
.xxdbbt { float:left; width:100%; padding-top:24px; }
.xxdbbt span { color:#047bea; font-weight:bold;font-size:14px;}
.xxdbbt .left { width:279px; text-align:center; float:left;font-size:14px; color:#333333; font-weight:bold;}
.xxdbbt .right { width:279px; text-align:center; float:right;font-size:14px; color:#333333; font-weight:bold;}
.video-containerd {width:1180px; margin:0 auto; height:568px; padding:10px; background: #fff; border-radius: 5px; position:relative; top:30px; }
.video-containerd:hover .video-close { opacity: 1; }
.xxdbt { position:relative; display:block; width:1180px; height:490px; margin-top:59px;}

.fontbt { font-size:24px; color:#333333; font-weight:bold; padding-top:51px;}
.fontbt font { color:#047bea;font-size:24px;}
.fontbt .left { width:50%; text-align:center; float:left;}
.fontbt .right { width:50%; text-align:center; float:right;}
.xxdbt .vsdbt { background:url(../images/vs_1.png) no-repeat; width:137px; height:137px; position:absolute; top:130px; left:520px;}

.ljgeng2 { width:125px; margin:0 auto; padding-top:20px; height:36px;}
.ljgeng2 a { background:url(../images/gd.png) no-repeat; display:block; height:36px; line-height:36px; font-size:14px; color:#c2c2c2; padding-left:26px; width:99px; text-align:left;}
.ljgeng2 a:hover { background:url(../images/gda.png) no-repeat;  color:#fff;}



/*--------师资力量-----*/
.modszBoxa {margin: 0px auto; width: 1200px; height:510px; overflow:hidden; padding-bottom:80px; padding-top:47px;}
.modsz{ width: 1200px; height:510px; margin: 0px auto; position: relative; }
.modsz .btn{position:absolute;width:42px;height:42px;bottom:90px;cursor:pointer;z-index:99;}
.modsz .prev{left:510px;background:url(../images/szzuo.png) no-repeat;}
.modsz .next{right:0;background:url(../images/szyou.png) no-repeat;}
.modsz li{float:left;}
.modsz .cf li{position:relative;}
.modsz .cf li .leftimg { width:510px; float:left;}
.modsz .cf li .rights { width:653px; float:right;}
.szllbt { border-bottom:3px solid #0496EA; height:55px;}
.szllbt .szleft { color:#333333; font-size:23px; float:left; width:415px;}
.szllbt .szleft span{ color:#333333; font-size:14px; display:block;}
.szxq { float:right; width:40px; height:40px; display:block;}
.sznr { width:100%; padding-top:20px;}
.sznr p { color:#333333;}
.modsz .picBoxa{height:510px;position:relative;overflow:hidden;}
.modsz .picBoxa ul{height:510px;position:absolute;}
.modsz .picBoxa li{width:1200px;height:510px;}
.modsz .listBox{ width: 690px; height: 230px; float:right;position: relative;overflow: hidden; top:-230px; }
.modsz .listBox ul{height:230px;position:absolute;}
.modsz .listBox li{width:230px;height:230px;cursor:pointer;position:relative;}
.modsz .listBox li i{display:none;}
.modsz .listBox li a{display:block;width:230px;height:230px;}
.modsz .listBox li img{ width:230px;height:230px;}
.modsz .listBox .on img{ width:230px;height:230px;}
.modsz .listBox .on i{display:block;}
.modsz .listBox .arr2 {display: none;}
.modsz .listBox .on .arr2 {display: block;background: url(../images/szbg.png) repeat;width:230px;height:230px;position: absolute;top:0;left:0px;}
.modsz .listBox .on .arr2 h3 { color:#FFF; padding-bottom:2px; font-size:22px; font-weight:500;}
.szbg1 { background:url(../images/szbg2.png) no-repeat; height:50px; margin-top:170px; width:213px; padding-top:10px;  overflow:hidden; padding-left:17px;color:#FFF;}

/*--------项目背景及趋势-------*/

.xmbjlie { width:1200px; margin:0 auto; padding-top:14px;}
.xmbjlie ul li { background:url(../images/quan2.png) no-repeat left 0px; padding-left:56px;padding-bottom:37px;}
.xmbjlie .yfms { width:100%; font-size:15px; padding-top:8px; line-height:26px;}
.xmbjlie .yfsbt { width:100%; overflow:hidden; color:#0496ea; font-size:22px;}

/*--------服务支持-------*/

.fwzclie { width:1200px; margin:0 auto; padding-top:34px;}
.fwzclie ul li {padding-bottom:32px; padding-top:33px; border-bottom:1px solid #E0E0E0;}
.fwzclie .yfms { width:100%; font-size:15px; padding-top:8px; line-height:26px;}
.fwzclie .yfms p { font-size:15px; padding-bottom:13px;}
.fwzclie .yfsbt { height:31px; line-height:31px; width:1163px; background:url(../images/fwzc.png) no-repeat left; padding-left:37px; overflow:hidden; color:#0496ea; font-size:18px;}



/*联系我们开始*/
.lxwm{ padding-top:54px;}

.lxwm .ke{ width:1200px;margin:0 auto; padding-bottom:45px; padding-top:54px; overflow:hidden;}
.lxwm .ke li{ float:left;}
.lxwm .ke .li01{ width:240px; height:112px; background:url(../images/lxbg.png) no-repeat;  text-align:center; padding-top:23px; margin-right:80px;}
.lxwm .ke .li01 h2{ font-size:23px; color:#333; font-weight: normal; padding-bottom:15px; }
.lxwm .ke .li01 span img{ padding-right:8px; margin-top:-10px;}
.lxwm .ke .li02{ width:240px; height:112px; background:url(../images/lxbg.png) no-repeat;text-align:center;padding-top:23px;margin-right:80px;}
.lxwm .ke .li02 h2{  font-size:23px; color:#333; font-weight: normal; padding-bottom:15px;}
.lxwm .ke .li02 span img{ padding-right:8px; margin-top:-10px;}
.lxwm .ke .li02 p{ font-size:18px; color:#666;}
.lxwm .ke .li03{ width:240px; height:112px; background:url(../images/lxbg.png) no-repeat;text-align:center;padding-top:23px;margin-right:80px;}
.lxwm .ke .li03 h2{  font-size:23px; color:#333; font-weight: normal; padding-bottom:15px;}
.lxwm .ke .li03 span img{ padding-right:8px; margin-top:-10px;}
.lxwm .ke .li04{ width:240px; height:112px; background:url(../images/lxbg.png) no-repeat;text-align:center;padding-top:23px;}
.lxwm .ke .li04 h2{  font-size:23px; color:#333; font-weight: normal; padding-bottom:15px;}
.lxwm .ke .li04 span img{ padding-right:8px; margin-top:-10px;}

.zxly{ width:1206px; margin:0 auto; padding-bottom:50px;}
.zxly h2{ text-align:center; font-size:18px; color:#333; font-weight:normal; background:url(../images/zaixian.png) no-repeat bottom center; padding-bottom:30px;}
.zxly p{ text-align:center; padding-top:30px; padding-bottom:50px; font-size:14px;}


.zxly .xn{ width:211px; height:31px; padding-top:5px; padding-bottom:5px; background:url(../images/wode.png) no-repeat; border:0; outline:none; line-height:31px; padding-left:10px; float:left; margin-right:14px; color:#666;cursor:pointer;}
.zxly .xn03{ width:211px; height:31px; padding-top:5px; padding-bottom:5px; background:url(../images/wode011.png) no-repeat; border:0; outline:none; line-height:31px; padding-left:10px; float:left; margin-right:28px; color:#666;cursor:pointer;}

.zxly .xn01{ width:707px; height:31px; padding-top:5px; padding-bottom:5px; background:url(../images/nide.png) no-repeat; border:0; outline:none; line-height:31px; padding-left:10px; float:left; margin-right:-12px;color:#666;cursor:pointer;}
.zxly .xsub{ width:122px; height:39px; background:url(../images/jk.jpg) no-repeat; border:0; outline:none;}
.zxly .xn02{ width:1196px;height:143px; background:url(../images/tade.png) no-repeat; border:0; margin-top:19px;outline:none; margin-bottom:22px; padding-left:10px; padding-top:15px;color:#666;}
.zxly .ccna{width:172px; height:39px; background:url(../images/button.jpg) no-repeat; float:left; border:0; outline:none;margin-left: 10px; cursor:pointer;}


.zsjm{ padding-top:54px;}
.zsjm .zs_top{ width:1200px; height:auto;}
.zsjm .zs_top .zs_left{ width:647px; float:left;}
.zsjm .zs_top .zs_left ul{ height:auto;}
.zsjm .zs_top .zs_left ul li{ height:auto; padding-bottom:40px;}
.zsjm .zs_top .zs_left ul li .right{width:560px;}
.zsjm .zs_top .zs_left ul li .right h2{ font-size:20px; font-weight:normal;color:#0496ea; border-bottom:1px solid #BFBFBF; padding-bottom:10px; margin-bottom:10px; padding-top:14px; width:141px;}
.zsjm .zs_top .zs_left ul li .right h2 b{ font-size:20px; font-weight:normal; color:#000;}
.zsjm .zs_top .zs_left ul li .right p span img{ padding-right:10px;margin-top: -3px;}
.zsjm .zs_top .zs_left ul li .right p{ padding-bottom:8px;}
.zsjm .zs_top .zs_right{ width:478px; height:334px;float:right; padding:19px; border:1px solid #D3D3D3; margin-top:40px; overflow:hidden;}


.zsjm .zs_top .zs_right img{
	width:478px; height:334px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
	z-index:1;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
.zsjm .zs_top .zs_right:hover img {
	transform: scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2); 	/* IE 9 */
	-moz-transform:scale(1.2, 1.2); 	/* Firefox */
	-webkit-transform:scale(1.2, 1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2, 1.2); 	/* Opera */
}


.zsjm .zs_top01{ width:1200px; height:auto;}
.zsjm .zs_top01 .zs_right{ width:647px; float:right;}
.zsjm .zs_top01 .zs_right ul{ height:auto;}
.zsjm .zs_top01 .zs_right ul li{ height:auto; padding-bottom:40px;}
.zsjm .zs_top01 .zs_right ul li .right{width:560px;}
.zsjm .zs_top01 .zs_right ul li .right h2{ font-size:20px; font-weight:normal;color:#0496ea; border-bottom:1px solid #BFBFBF; padding-bottom:10px; margin-bottom:10px; padding-top:14px; width:141px;}
.zsjm .zs_top01 .zs_right ul li .right h2 b{ font-size:20px; font-weight:normal; color:#000;}
.zsjm .zs_top01 .zs_right ul li .right p span img{ padding-right:10px;margin-top: -3px;}
.zsjm .zs_top01 .zs_right ul li .right p{ padding-bottom:8px;}
.zsjm .zs_top01 .zs_left{ width:515px; height:447px;float:left; margin-top:40px; overflow:hidden;}

.zsnana{ width:1200px; height:auto;}


.zsnana ul{ height:auto;}
.zsnana ul li{ height:auto; padding-bottom:40px;}
.zsnana ul li .right{width:1117px;}
.zsnana ul li .right h2{ font-size:20px; font-weight:normal;color:#0496ea; border-bottom:1px solid #BFBFBF; padding-bottom:10px; margin-bottom:10px; padding-top:14px; width:141px;}
.zsnana ul li .right h2 b{ font-size:20px; font-weight:normal; color:#000;}
.zsnana ul li .right p span img{ padding-right:10px;margin-top: -3px;}
.zsnana ul li .right p{ padding-bottom:8px;}



.zs_hz{ width:100%; height:auto; background:#F7F7F7;}

.zs_hz .hzhb{ width:1200px; margin:0 auto; padding-top:58px; padding-bottom:38px; overflow:hidden;}
.zs_hz .hzhb h2{ font-size:26px; color:#333; font-weight:normal; background:url(../images/ai.jpg) no-repeat top left; padding-top:10px; padding-bottom:25px;}
.zs_hz .hzhb ul li{ float:left; font-size:16px; padding-bottom:29px; padding-right:118px;}
.zs_hz .hzhb ul li span{ width:20px; height:20px; background:url(../images/zsdd.jpg) no-repeat; display:inline-block; text-align:center; line-height:20px; color:#fff; font-size:15px; margin-right:5px;}


/*6.26 home*/
.msyonebg { background:#F5F5F5; width:100%; padding-bottom:0px;}
.msylie { padding-top:40px;}
.msylie ul li { width:289px; float:left; margin-right:14px;}
.msylie ul li p { padding-top:12px; color:#333333; text-align:center;}
.msylie ul li a:hover p { color:#0496EA;}
.msypic { overflow:hidden;}
.msypic img {  transition: all .5s ease;-webkit-transition:all .5s ease;}
.msylie  a:hover .msypic img{ transform:scale(1.1,1.1)}


.msytwo { padding-top:45px;}
.msytwo {}
.msytwolie {}
.msytwolie ul li { width:264px; height:308px; overflow:hidden;background:#F5F5F5; float:left; margin-right:46px; position:relative;}
.msyhui { padding-top:58px; padding-left:15px; padding-right:15px;height:250px; }
.msyhui strong { font-size:20px; color:#333333; display:block; text-align:center; padding-bottom:40px;}
.msyhui span { height:60px; display:block;}
.msyhui p { font-size:16px; text-align:center; padding-top:25px;}
.msyico1 { background:url(../images/msytwoico1.png) no-repeat center;}
.msyico2 { background:url(../images/msytwoico2.png) no-repeat center;}
.msyico3 { background:url(../images/msytwoico3.png) no-repeat center;}
.msyico4 { background:url(../images/msytwoico4.png) no-repeat center;}

.mshlan { background:#FF9600; position:absolute; bottom:0;width:234px; height:250px; left:-100%;}

.msytwolie ul li:hover .msyhui strong { color:#fff;}
.msytwolie ul li:hover .msyhui p { color:#fff;}
.msytwolie ul li:hover .msyico1 { background:url(../images/msytwoicoh1.png) no-repeat center;}
.msytwolie ul li:hover .msyico2 { background:url(../images/msytwoicoh2.png) no-repeat center;}
.msytwolie ul li:hover .msyico3 { background:url(../images/msytwoicoh3.png) no-repeat center;}
.msytwolie ul li:hover .msyico4 { background:url(../images/msytwoicoh4.png) no-repeat center;}

.msytwodown { padding-top:26px;}
.msytwodown ul li { width:264px; float:left; margin-right:46px;}
.msytwodown ul li p { padding-top:10px; color:#333333; text-align:center;}
.msytwodown ul li a:hover p { color:#0496EA;}
.msytwodown  a:hover .msypic img{ transform:scale(1.1,1.1)}



.synewkk { padding:50px 0;}
.mdbbg {background: url(../images/wsj_02.jpg) no-repeat center;width:100%;height:800px;}
.mdbbg .syyi { padding-top:110px;}

.mlzlie ul li { width:594px; float:left; margin-right:12px;}
.mlzmeng { position:relative;}
.mlzmeng span { position:absolute; background:url(../images/mlzbg.png) repeat; width:100%; height:255px; text-align:center; padding-top:138px;}
.mlzlie ul li:hover .mlzmeng span { background:none;}

.mtswbg { background:#FBFBFD; margin-top:54px;}


/* 教材切换 */

.slideGroup {	margin:0 auto;width: 100%;height: 377px; position:relative; margin-top:55px;}
.slideGroup .parHd { width:628px; position:absolute;height: 35px;line-height: 35px; right:0; top:34px;}
.slideGroup .parHd ul { float:left;	display:table; border-bottom:1px solid #E9E9E9; padding-bottom:12px;}
.slideGroup .parHd ul li {
	float: left;
	padding: 0 15px;
	font-size:24px;
	color:#333333;
	cursor: pointer;
}
.slideGroup .parHd ul li.on {	font-weight:bold;color:#01458e;}
.slideGroup .slideBox {float:left;}
.slideGroup .mjcnei { border:1px solid #EFEFEF;width:498px; height:372px;overflow: hidden;zoom: 1;position: relative; float:left;}
.mjcdes { float:right; padding-top:98px; width:628px;}
.mjcdes p { font-size:16px; line-height:26px;}
.parBd { width:100%;}
.slideBox { width:100%;}
.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	left: 22px;
	top: 169px;
	display: block;
	width: 20px;
	height: 34px;
	background: url(../images/jcleft.png) center center no-repeat;
	z-index:99;
}
.slideGroup .sNext {
	left: auto;
	right:22px;
	background: url(../images/jcright.png) center center no-repeat;
}
.slideGroup .parBd ul {	overflow: hidden;zoom: 1;}
.slideGroup .parBd ul li {	float: left;width: 498px;position: relative;}

/*首页八大帮扶*/
.mbfdbg { background:url(../images/mppbg01.jpg) no-repeat center;height:786px;width:100%;margin-top:50px;}
.ying3 { font-size:14px; color:#BFC0C3; text-transform:uppercase; text-align:center; line-height:30px; height:30px; background:url(../images/mppxian.png) no-repeat center;}

.tab {  width:100%; padding-top:62px;}
.tab-title { width:530px; float:left;}
.tab-title .item {
  background:#FFFFFF;
  border: 1px solid #F5F5F5;
  margin-right:13px;
  margin-bottom:13px;
  float:left;
  display: block;
  width: 247px;
  height: 108px;
  line-height: 108px;
  text-align: center;
  color: #333333;
  font-size: 18px;
}
.tab-title .item i { font-style:normal;color: #333333;  font-size: 18px; padding-left:55px; display:inline-block; height:108px;}
.tab-title .item-cur {  color: #fff;  background-color: #054C8E;border:1px solid #054C8E;}
.tab-title .item-cur i { color:#fff;}
.tab-title a:hover.item{ color:#054C8E;}
.tab-cont { float:left; width:670px; height:478px; position: relative;  overflow: hidden;}
.tab-cont__wrap {  position: absolute;}
.tab-cont .item {
  width: 668px;
  height: 476px;
   overflow:hidden;
  text-align: center;
}
.mppico1 { background:url(../images/mppico1.png) no-repeat left center;}
.mppico2 { background:url(../images/mppico2.png) no-repeat left center;}
.mppico3 { background:url(../images/mppico3.png) no-repeat left center;}
.mppico4 { background:url(../images/mppico4.png) no-repeat left center;}
.mppico5 { background:url(../images/mppico5.png) no-repeat left center;}
.mppico6 { background:url(../images/mppico6.png) no-repeat left center;}
.mppico7 { background:url(../images/mppico7.png) no-repeat left center;}
.mppico8 { background:url(../images/mppico8.png) no-repeat left center;}
.tab-title .item-cur i.mppico1 { background:url(../images/mppicoh1.png) no-repeat left center;}
.tab-title .item-cur i.mppico2 { background:url(../images/mppicoh2.png) no-repeat left center;}
.tab-title .item-cur i.mppico3 { background:url(../images/mppicoh3.png) no-repeat left center;}
.tab-title .item-cur i.mppico4 { background:url(../images/mppicoh4.png) no-repeat left center;}
.tab-title .item-cur i.mppico5 { background:url(../images/mppicoh5.png) no-repeat left center;}
.tab-title .item-cur i.mppico6 { background:url(../images/mppicoh6.png) no-repeat left center;}
.tab-title .item-cur i.mppico7 { background:url(../images/mppicoh7.png) no-repeat left center;}
.tab-title .item-cur i.mppico8 { background:url(../images/mppicoh8.png) no-repeat left center;}


.mfcdw {  width:666px; height:474px;position:relative; border:1px solid #D4D4D4; overflow:hidden; }
.mfclan { background: url(../images/mpplan.png) repeat; width:671px; height:170px; position:absolute; left:-1px; top:160px;}
.mfcsub { font-size:30px; color:#fff;}
.mfcsub span {display: block;
    font-size: 30px;
    color: #fff;
    padding: 0 30px;
    line-height: 37px;
    padding-top: 59px;}
.mfcsub i { display:inline-block; width:13px; height:130px;}
.mfcup { background:url(../images/sdou.png) no-repeat center;}
.mfcdown { background:url(../images/xdou.png) no-repeat bottom;}



.Box {position: relative;}
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative; margin-left:15px;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 170px;cursor: pointer;}
.Box .Box_con .btnl {background: url(../images/jtl02.png) no-repeat center;left: -72px;}
.Box .Box_con .btnr {background: url(../images/jtr02.png) no-repeat center;right: -60px;}
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 570px; margin-left: 30px;overflow: hidden;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;transition: all 0.5s; width:100%;}
.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}

.Box .Box_con .conbox ul li .fontbt { font-size:18px; padding-top:10px; text-align:center;}
.mlzmeng { overflow:hidden;}

.Box .BoxSwitch { display:none;}
