@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2013-10-19 09:47:59
 * @version $Id$
 */

img {
	display: block;
	width: 100%;
}
.header:before,
.header:after ,
.footer:before ,
.footer:after , 
.content:before ,
.content:after ,
.list-item:before ,
.list-item:after {
	display: table;
	content: " ";
}
.headerv:after ,
.footer:after ,
.content:after ,
.list-item:after {
	clear: both;
}
/*整体宽度*/
.header ,
.footer ,
.banner ,
.content {
	width:100%;
	margin:0 auto;
}

.header ,
.header-else {
	position:relative;
	height: auto;
	height: 120px;
	text-align:center;
}
.header .logo {
	margin:0 auto;
	display: block;
	width: 139px;
	height: 50px;
	padding: 10px 0 0 10px;
	color:#fff;
}
.header .cnen{ position:absolute; right:10px; top:90px; }
.header .cnen a{ width:42px; height:30px;}
.header .tmall{ position:absolute; left:91px; top:90px; }
.header .tmall a{ width:30px; height:30px;}

.header .search {
	position:absolute;
	top:0;
	right:35px;
	z-index: 1000;
	display: block;
	width:50px;
	height:50px;
	text-indent: -9999em;
	background: url(../images/icon-search.png) no-repeat center center;
	background-size: 40%;
}
.header .search:hover {
	background-color: #0067d2;
}
.header .search span {
	display: none;
}
.header .user-icon {
	position:absolute;
	top:0;
	right:70px;
	z-index: 1000;
	display: block;
	width:50px;
	height:50px;
	text-indent: -9999em;
	background: url(../images/icon-user.png) no-repeat center center;
	background-size: 40%;
}
.header .user-icon span {
	display: none;
}
.header .user-icon:hover {
	background-color: #0067d2;
}
.header .back {
	position:absolute;
	top:0;
	left:0;
	display: block;
	width:50px;
	height:50px;
	text-indent: -9999em;
	background: url(../images/icon-back.png) no-repeat center center;
	background-size: 12px 20px;
}
.header .title {
	text-align: center;	
	font-size: 1.2em;
}
.header-else {
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.header-else .back {
	position:absolute;
	top:0;
	left:0;
	display: block;
	width:50px;
	height:50px;
	text-indent: -9999em;
	background: url(../images/icon-back.png) no-repeat center center;
	background-size: 12px 20px;
}
.header-else .go-home {
	position:absolute;
	top:0;
	right:0;
	display: block;
	width:50px;
	height:50px;
	text-indent: -9999em;
	background: url(../images/icon-home.png) no-repeat center center;
	background-size: 24px 23px;
}
.header-else .title {
	font-size: 1.2em;
}
.content {
	height: auto !important;
	height:300px;
	min-height: 300px;
}
.content1{padding:0 10px; margin-bottom:0; padding-bottom:160px; background:url(../images/botbg.png) no-repeat center bottom; background-size:100%;}

.contentRa{
-moz-border-bottom-right-radius: 10px;      /* Gecko browsers */
    -webkit-border-bottom-right-radius: 10px;   /* Webkit browsers */
    border-bottom-right-radius:10px;            /* W3C syntax */
-moz-border-bottom-left-radius: 10px;      /* Gecko browsers */
    -webkit-border-left-right-radius: 10px;   /* Webkit browsers */
    border-bottom-left-radius:10px;            /* W3C syntax */
	}

.footer {
	width: 100%;
	height: 30px;
	line-height:30px;
	color: #fff;
	font-size: 18px;
	background: #bed630;
	/*position: fixed;
	left:0;
	bottom:0;*/
	/*background:#900 url(../images/footer-bg.png) repeat-x bottom left;*/
}
.footer-fixed {
	position: fixed;
	left:0;
	bottom:0;
}
.footer ul li {
	width:33%;
	float: left;
	border-right:1px solid #a5ba27;
}
.footer a {
	color: #fff;
}
.footer a.home {
	display:block;
	text-align: center;
	background:url(../images/icon-home.png) no-repeat center center;
	height:65px;
}
.footer a.phone {
	display:block;
	text-align: center;
	background:url(../images/icon-phone.png) no-repeat center center;
	height:65px;
}
.footer a.feed {
	display:block;
	text-align: center;
	background:url(../images/icon-feed.png) no-repeat center center;
	height:65px;
}

.footer .title {
	font-size: 14px;
}

.footer p{ background:#288a9a; height:30px; line-height:30px; font-size:11px; text-align:center;}


.backHome{ position:absolute; right:0; top:5px; text-align:center; height:30px; line-height:30px; width:70px; background:#9ab01a;  color:#fff; display:block;}

/*首页案例*/
.icase{ margin:0; padding:0; list-style:none;}
.icase li{ width:14.2%; float:left; }
.icase li a{ width:100%; text-align:center; color:#fff; display:block;}
.icase li img{width:100%; }

/*首页案例*/
.iabout{ margin:0; padding:0; list-style:none; border-bottom:1px solid #165e6a;}
.iabout li{ width:25%; float:left; }
.iabout li a{ width:100%; text-align:center; color:#fff; display:block; }


/* 多个上滚动 - 图片- 公用类 */
.topLoop{ overflow:hidden; position:relative; background:#186976 url(../../images/inewpro.jpg) no-repeat left top; padding-left:46px;}
.topLoop .hd{ position:absolute; left:0; bottom:10px;}

.topLoop .hd .next{cursor:pointer; position:absolute; left:18px; bottom:0; width:28px; height:26px; background:url("../../images/ibot.jpg") no-repeat left top;-webkit-transition: all 0.3s ease-in-out;}
.topLoop .hd .next:hover{background:url("../../images/ibot.jpg") no-repeat left bottom;}
.topLoop .hd .prev{ position:absolute; left:18px; bottom:26px; width:28px; height:26px; background:url("../../images/itop.jpg") no-repeat left top; cursor:pointer; -webkit-transition: all 0.3s ease-in-out;}
.topLoop .hd .prev:hover{background:url("../../images/itop.jpg") no-repeat left bottom;}



.topLoop .hd ul{ float:right; overflow:hidden; zoom:1;  }
.topLoop .hd ul li{ position:relative; _display:inline; float:left;  width:10px; height:10px; overflow:hidden; background:#ccc; margin-right:10px; text-indent:-999px; cursor:pointer;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; behavior: url(../PIE.htc);}
.topLoop .hd ul li.on{ background:#f00;  }
.topLoop .bd{   }
.topLoop .bd ul{ overflow:hidden; zoom:1; }

/* 通用图片列表_普通式 */
.picList1 li{ }
.picList1 .pic{ text-align:center; line-height:0px;  }
.picList1 .pic img{    }
.picList1 .pic a:hover img{ }
.picList1 .title{ line-height:24px;   }

/*本科招生图片切换*/
.slideBox{ width:100%;  overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd img{}

/* 推荐产品 - 公用类 */
.slideBox1{ width:100%; overflow:hidden; position:relative; background:bed630;}
.slideBox1 .icomT{ position:absolute; top:10px; left:0; z-index:999;}
.slideBox1 .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left; list-style:none; }
.slideBox1 .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox1 .hd ul li.on{ background:#f45600; color:#fff; }
.slideBox1 .bd{ position:relative; height:100%; z-index:0; list-style:none;}
.slideBox1 .bd img{ }



/*分类*/
.category{ margin:0; padding:0; list-style:none;}
.category dt{ width:100%; height:30px; line-height:30px; margin-bottom:8px;}
.category dt a{  color:#fff; background:#9aad27 url(../images/lnavover.jpg) no-repeat left center; display:block; padding-left:30px;}
.category dd{ }
.category dd a{ font-size:12px;width:32%; float:left; margin-right:1%; padding:5px 0; text-align:center; background:#238d9d; color:#fff;

-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	margin-bottom:8px;
	-webkit-box-shadow: 1px 1px 1px #333;
  -moz-box-shadow: 1px 1px 1px #333;  
  box-shadow: 1px 1px 1px #333;
  min-height:120px;
}


/*分类en*/
.ecategory{ margin:0; padding:0; list-style:none;}
.ecategory dt{ width:100%; height:30px; line-height:30px; margin-bottom:8px;}
.ecategory dt a{  color:#fff; background:#9aad27 url(../images/lnavover.jpg) no-repeat left center; display:block; padding-left:30px;}
.ecategory dd{ }
.ecategory dd a{ font-size:12px;width:32%; float:left; margin-right:1%; padding:5px 0; text-align:center; background:#238d9d; color:#fff;

-moz-border-radius: 5px;      /* Gecko browsers */
    -webkit-border-radius: 5px;   /* Webkit browsers */
    border-radius:5px;            /* W3C syntax */
	margin-bottom:8px;
	-webkit-box-shadow: 1px 1px 1px #333;
  -moz-box-shadow: 1px 1px 1px #333;  
  box-shadow: 1px 1px 1px #333;
  min-height:140px;
}


/*产品*/
.ipro{ margin:0; padding:0; list-style:none;}
.ipro li{ width:48%; float:left; text-align:center;padding:1%;}
.ipro li a{ width:100%; text-align:center; color:#fff;}
.ipro li img{}
.ipro .cname{ height:50px; font-size:12px;}

.ulwhat{ margin:0; padding:0; list-style:none;}
.ulwhat li{ width:48%; float:left; margin-left:1%; height:60px; padding-top:60px; color:#fff;

-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
	margin-bottom:8px;
	-webkit-box-shadow: 1px 1px 1px #333;
  -moz-box-shadow: 1px 1px 1px #333;  
  box-shadow: 1px 1px 1px #333;  
}
.ulwhat li.w1{ background:#388acb url(../images/w1.jpg) no-repeat center 10px;}
.ulwhat li.w2{ background:#eb5b19 url(../images/w2.jpg) no-repeat center 10px;}
.ulwhat li.w3{ background:#44b035 url(../images/w3.jpg) no-repeat center 10px;}
.ulwhat li.w4{ background:#b9106d url(../images/w4.jpg) no-repeat center 10px;}
.ulwhat li a{ display:block; text-align:center; color:#fff;}

#scrollDiv{width:100%;height:40px;line-height:40px;overflow:hidden;background:#0d4953;}

.inews{ margin:0; padding:0; list-style:none;}
.news li{}
.inews li a{ font-size:14px; color:#fff; padding-left:15px; background:url(../images/i1.jpg) no-repeat 8px center;}

.inews1{ margin:0; padding:0; list-style:none;}
.inews1 li{ height:32px; line-height:32px; overflow:hidden;}
.inews1 li a{ font-size:14px; color:#000; padding-left:30px; background:url(../images/dot.png) no-repeat 8px top;}

/*========== page */
#page {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
#page a {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height:28px;
	text-align: center;
	color: #888888;
	font-size: 15px;
	background: url(../images/page.jpg) no-repeat;
	background-position: 0px 0px;
	margin: 0px 3px 0px 3px;
}
#page a:hover {
	background-position: 0px -80px;
	color: #ffffff;
}
#page .current {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #ffffff !important;
	font-size: 15px;
	background: url(../images/page.jpg) no-repeat;
	background-position: 0px -80px !important;
	margin: 0px 3px 0px 3px;
}
#page .prve {
	background-position: 0px -120px;
	text-indent: -9999em;
}
#page .prve:hover {
	background-position: -40px -120px;
}
#page .prveNO {
	background-position: 0px -120px !important;
	text-indent: -9999em;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#page .next {
	background-position: 0px -158px;
	text-indent: -9999em;
}
#page .next:hover {
	background-position: -40px -158px;
}
#page .nextNO {
	background-position: 0px -158px !important;
	text-indent: -9999em;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/* end*/


.pagination{ margin:20px 0; padding:0; list-style:none;}
.pagination li{ float:left; width:30%; text-align:center; padding:1%;
-moz-border-radius: 20px;      /* Gecko browsers */
    -webkit-border-radius: 20px;   /* Webkit browsers */
    border-radius:30px;            /* W3C syntax */
}
.pagination li a{ display:block; background:#f60; color:#fff; height:40px; line-height:40px;}


.paginationCase{ margin:20px 0; padding:0; list-style:none;}
.paginationCase li{ float:left; width:30%; text-align:center; margin:1%;
-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
	background:#1f87af;
}
.paginationCase li a{ display:block; color:#fff; height:40px; line-height:40px;}


#solution-group{ background:#fff; padding:10px; margin-bottom:10px;}
#solution-group .title{ font-weight:bold; color:#000; padding:5px 0;}
#solution-group .explanation{ font-size:14px; margin-bottom:10px;}


.tab-cont{ padding:10px; font-size:14px; margin-bottom:10px;

-moz-border-radius: 10px;      /* Gecko browsers */
    -webkit-border-radius: 10px;   /* Webkit browsers */
    border-radius:10px;            /* W3C syntax */
	background:#fff;
	-webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;  
  box-shadow: 1px 1px 1px #ccc;  
}

/*banner*/
.box_swipe {
  overflow: hidden;
  position: relative;
}
.box_swipe ul {
  overflow: hidden;
  position: relative;
}
.box_swipe ul > li {
  float:left;
  width:100%;
  position: relative;
}
.box_swipe ul > li a{
	color:#FFF;
	text-decoration:none;
}
.box_swipe ul > li .title{
	position: absolute;
	bottom: 6px;
	display: block;
	width: 70%;
	height:20px;
	padding:0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color:#FFF;
	z-index:100;
}
.box_swipe>ol{
	height:20px;
	position: relative;
	z-index:10;
	margin-top:-25px;
	text-align:right;
	padding-right:15px;
	background-color:rgba(0,0,0,0.3);
}
.box_swipe>ol>li{
	display:inline-block;
	margin-bottom:1px;
	width:8px;
	height:8px;
	background-color:#757575;
	border-radius: 8px;
}
.box_swipe>ol>li.on{
	background-color:#ffffff;
}

.iconT{ width:50%; position:absolute; top:5px; left:0; z-index:999; max-width:110px;}

@media (min-width: 641px) {
	body {
		width:640px;
		margin:auto;
		background:#4ac9f4 url(../images/bodybg.jpg) no-repeat center top;
	}
	.people-num {
		width:3em;
		text-align: center;
	}
}