﻿/* CSS Document */
/* 全局定义 */
*{margin:0; padding:0;}
html{ min-width:1600px;}
body{text-align:center; font:normal 14px/24px "microsoft yahei"; color:#666;-webkit-text-size-adjust:none;}
img{ vertical-align:middle; _behavior: url("../js/png.htc"); border:none;}
.clear{clear:both; height:0; overflow:hidden;}
.blank10{height:10px; overflow:hidden;}
.blank20{height:20px; overflow:hidden;}
ul{list-style:none;}
a{color:#666; text-decoration:none;}
a,
img,
li,
div,
*{
	
}
a:hover{color:#0153ba; }
.white{color:white;}
.green{color:#429b01;}
.yellow{color:#0153ba;}
.blue{color:#004ea0;}
.text{margin:0px 0px; padding: 0 30px; text-align:left; line-height:32px;}
.text2{margin:10px 0px; color:#666666}
td{padding:0 5px;}



/* 头部 */
.header_out{width:100%; margin: 0 auto; height:144px; background-color:#fff; position:relative;}
.header_line{width:100%; margin:0 auto; height:18px; background-color:#434343;}
#header{ height:100px; width:1200px; overflow:visible; position:relative;  margin: 0 auto; text-align:left;}
#header .logo{ float:left;font:normal 24px/78px "microsoft yahei"; color:#666; margin:0px 0 0 -40px;}
#header .cxt{ text-align:left;  position:absolute; right:270px; top:40px;  }
#header .tel{ position:absolute; right:330px; top:50px; font:bolder 20px/26px "microsoft yahei"; color:#0153ba; text-align:right; padding-left:30px; background:url(../images/telBg.png) left center no-repeat;}
#header .tel img{ float:left;}
#header .tel span{  font:bolder 24px/24px "microsoft yahei"; color:#c00725; font-style:italic;}
#header .ewm_top{ position:absolute; left:900px; top:30px; font:bolder 36px/36px "microsoft yahei"; color:#666;}
#header .language{position:absolute; right:0px; top:40px; height:12px; text-align:right; font:normal 15px/15px "microsoft yahei";color:#bbb; }
#header .language img{ }
#header .language a{ color:#333; margin-left:10px; }
#header .language a:hover{ color:#cc0000; }
#header .language a.current{ text-decoration:underline; color:#000;}



.search{ text-align:left; height:30px; width:300px; border:0px solid #aaa; background:#ededed; position:absolute; right:0px; top:50px;  border-radius:0px; }
.search span{ position:absolute; top:0px; left:10px; border:none; line-height:30px; padding-right:30px; background:none; color:#999; background:url(../images/icon3.png) right top no-repeat;}
.search .key{ position:absolute; top:0px; left:10px; border:none; line-height:30px; background:none; color:#999; width:220px;}
input[type=text]:focus { 
    outline: none;
 }
input[type=text]::selection{
    background:transparent;
}
input[type=text]::-moz-selection{
    background:transparent;
}
.search .search_submit{ position:absolute; top:0px;right:0px;cursor:pointer; border:none; border-left:0px solid #aaa; background:#444; width:60px; color:#fff ;height:30px;}

.w1440{width:1200px; margin: 0 auto; text-align:left;}
/* 菜单 */
#menu_out{ height:44px;text-align:center; width:100%; background-color:#0153ba; z-index:999; }
#nav{height:44px; width:1400px; z-index:9; margin: 0px auto; font:normal 16px/44px "microsoft yahei";}
#nav ul li {text-align:center;position:relative; float:left;}
#nav ul li.line{height:0px; width:1px; overflow:hidden; }
#nav ul li.line img{height:0px; width:1px; }
#nav li a{color:#fff; display:block; margin:0; width:170px; height:44px; line-height:44px; float:left; font-size:18px; text-transform:uppercase;}
#nav li a:hover{ background:#003475; color:#fff;}
#nav ul li ul{position:absolute; top:44px;left:0px;display:none;z-index:999;background:#fff;border-top:none;border-radius:0 0 4px 4px;box-shadow:0px 0px 0px 0px #aaa; padding-bottom:4px; }
#nav ul li ul li{ margin:0; display:block; padding:0; text-align:center;}
#nav ul li ul a{ color:#666; padding:0; height:30px; background-color:#fff; line-height:30px; font-size:13px; display:inline; margin:0px auto; }
#nav ul li ul a:hover{ color:#fff; background:#0153ba;}
#nav ul li.pcls>a{ background:#003475; color:#fff;}
#nav ul li ul li ul{top:0px;left:200px;}


.proImg{width:25%; text-align:center; display:block; float:left; margin-top:260px;}
a.proImg{color:#fff; font-size:28px; text-shadow:1px 1px 1px #000;}
a:hover.proImg{color:#0153ba;}

/*轮播图片*/
.teachers_banner{
    width:100%;
    height:600px;
    background: url(../images/teachers_banner.jpg) no-repeat center top;
    background-size: cover;
     position: relative;
    overflow: hidden;
	z-index:99;
}
.teachers_b{
  position:relative;
  margin-top:160px;
  margin-left:400px;
  z-index:0;
}
#slide2 {
    margin: 0 auto;
    width: 400px;
    height: 330px;
    position: relative;
  }

#slide2 li {
    position: absolute;
    width:400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    overflow:hidden;
}

#slide2 li img {
    width: 100%;
    height: 100%;
}
.slide_left{
 width:240px;
}
.slide_right{
 width:440px;
  padding: 40px;
  -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.slide_right h3{
font: 400 30px/18px "Microsoft Yahei";
color:#222222;
}
.slide_right h3 span{
  display:inline-block;
  margin-left:10px;
  font: 400 14px/36px "Microsoft Yahei";
color:#555555;
}
.slide_right p{
  padding:20px 0 30px;
  color:#555555;
    font: 400 14px/24px "Microsoft Yahei";
    border-bottom: 1px solid #dbdbdb;
}
.slide_right dl{
  padding-top:30px;
}
.slide_right dd{
  float: left;
  width:33.3%;
   color:#777;
    font: 400 14px/24px "Microsoft Yahei";

}
.slide_right dd h3{
color:#ff9000;
margin-bottom:20px;
}
.arrow2 {
   display: none;
}

.arrow2 .prev2,
.arrow2 .next2 {
    position: absolute;
    width: 64px;
    top: 38%;
    z-index: 9;
    font: 700 96px 'simsun';
    opacity: 0.3;
    color: #fff;
    cursor: pointer;
}

.arrow2 .prev2 {
    left: -250px;
}

.arrow2 .next2 {
    right: -250px;
}

.arrow2 .prev2:hover,
.arrow2 .next2:hover {
    color: #00a0e9;
    opacity: .7;
}

.text_banner{ position:absolute; top:290px; left:400px; z-index:999; }
.text_banner .text_banner1{ color:#fff; font:400 48px/60px "microsoft yahei";}
.text_banner .text_banner2{ color:red; font:400 32px/60px "microsoft yahei";}
.text_banner .text_banner3{ font:400 18px/30px "microsoft yahei"; position:absolute; top:300px; left:0px;}
a.more{ border:1px #0153ba solid; background:#0153ba; padding:10px 0px; font-size:18px; color:#fff; border-radius:30px; clear:both; margin:50px auto; display:block; width:180px;}
a:hover.more{ border:1px #0153ba solid; color:#0153ba; background:#fff;}
a.more2{ border:1px red solid; width:80px; height:24px; margin:0 auto; color:red; border-radius:5px; display:block; margin-top:50px;}
a:hover.more2{ border:1px red solid;  color:#fff; background:red;}
a.more3{ border:1px #0153ba solid; background:#0153ba; padding:8px 70px; color:#fff; border-radius:0px; float:left; margin:20px 20px 0 0}
a:hover.more3{ border:1px #0153ba solid; color:#0153ba; background:#fff;}
a.more4{ border:1px #333 solid; padding:5px 0; color:#333; background:#fff; width:120px; font-size:18px; border-radius:0px;margin:30px auto; clear:both; display:block;}
a:hover.more4{ border:1px #0153ba solid; background:#0153ba;; color:#fff;}
a.more5{ border:1px #0153ba solid; background:#0153ba; padding:5px 20px; font-size:15px; color:#fff; border-radius:8px; float:right; margin:-50px 20px 0 0}
a:hover.more5{ border:1px #0153ba solid; color:#fff; background:#0153ba;}
a.more6{ border:1px #0153ba solid; background:#0153ba; padding:0px 10px; font-size:15px; color:#fff; float:left; margin:60px 20px 0 0}
a:hover.more6{ border:1px #0153ba solid; color:#fff; background:#0153ba;}

.pre,.next{font-size:16px; line-height:16px;}

.about_move{position:relative; float:right; width:900px; height:330px; margin:0px auto;}
#a1{position:absolute; left:0; top:30px; }
#a2{position:absolute; right:0; top:30px;}
#div1 {
	overflow: hidden;
	width: 900px;
	height: 330px;
	margin: 0px auto;
	position: relative;
}
#div1 ul {
	position: absolute;
	left: 0;
	top: 0;
}
#div1 ul li {
	float: left;
	list-style: none;
}
#div1 ul li img { }
#div1 ul li p{}
.about_move2{position:relative; float:right; width:1200px; height:90px; margin:0px auto;}
.about_move2 #div1 {
	overflow: hidden;
	width: 1100px;
	height: 90px;
	margin: 0px auto;
	position: relative;
}
.about_move2 #div1 li{margin:10px 70px;}

.newsList{text-align:left;  padding:10px;}
.newsList .news_title{ font-size:15px;  background:url(../images/icon6.png) left 8px no-repeat; text-indent:18px;}
.newsList .newsContent{ width:560px;}
.newsList .num{ color:#aaa; float:right;}

.newsList2{text-align:left;  padding:0px; float:left; margin:0 10px 20px 10px; width:380px;}
.newsList2 img{width:380px;}
.newsList2 .news_title{ font-size:18px; line-height:36px}
.newsList2 .newsContent{}
.newsList2 div{ padding:15px; border:1px solid #ddd; margin-top:15px;}


/* 主要内容 */
.cnt{ clear:both; width:1000px; margin:0px auto;}

.cnt_in2{margin:0px auto;text-align:left; width:1200px; padding:0px 0px; background:#fff; }

.index_box{float:left; width:250px; height:400px; margin-top:-30px; text-align:left; position:relative;}
.index_box div{position:absolute; left:30px; top:245px; width:190px; height:100px; overflow:hidden; }
.index_box a{ display:block; width:120px; height:50px; position:absolute; left:15px; bottom:10px; background:url(../images/more01.jpg) left top no-repeat;}
.index_box a:hover{background:url(../images/more02.jpg) left top no-repeat;}
.index_box1{background:url(../images/index_box1.png) no-repeat}
.index_box2{background:url(../images/index_box2.png) no-repeat}
.index_box3{background:url(../images/index_box3.png) no-repeat}
.index_box4{background:url(../images/index_box4.png) no-repeat}

.titleB{font-size:28px; font-weight:bold; color:#0153ba; text-transform:uppercase;}
.titleLine{ background:#0153ba; height:2px; width:60px; margin:12px auto 5px;}
.titleS{font-size:15px; font-weight:normal; color:#999; text-transform:uppercase;}


.pro .pro_list{height:65px; overflow:hidden; border-bottom:1px dotted #ccc; margin-bottom:8px;}
.pro .pro_list img{ float:left; margin-right:10px; display:inline;}
.pro .pro_list a{font-weight:bold;}
.pro .pro_list div{ height:48px; width:250px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.pro .pro_list domain() {
	div { text-overflow:clip; position:relative; white-space:normal; padding-right:1.2em; max-height:3em; word-wrap:break-word; width:15em; -moz-box-sizing:border-box; text-align:justify;}
	div:after { content:"..."; position:absolute; right:0; bottom:1.5em;}
}

.mainTitle{height:140px;}
.mainTitle h3{color:#000; font:normal 32px/60px "microsoft yahei";}

.title{font:bold 14px/28px "microsoft yahei"; color:#555; text-indent:15px; background:url(../images/baohe_06.jpg) left bottom no-repeat; position:relative; height:28px; margin-bottom:10px;}
.title span{ position:absolute; right:0; top:0; font:normal 14px/28px "microsoft yahei"; }
.title span a{ color:#384f8b;}

.contact{float:right; width:480px; height:400px; background:#f97c0f; color:#fff;}
.contact p{ padding:30px; font-size:20px;line-height:36px;}
.contact p span{ font-size:24px; line-height:64px; display:block}

.contactEn{float:right; width:480px; height:400px; background:#f97c0f; color:#fff;}
.contactEn p{ padding:30px 20px 20px; font-size:15px;line-height:36px;}
.contactEn p span{ font-size:15px; line-height:64px; display:block}

.contacts{float:right; width:206px}

.aboutTItle{ font-size:20px; font-weight:bold; color:#3465a5; line-height:60px;}
div.about{width:580px;font:normal 15px/25px "microsoft yahei"; position:absolute; top:50px; right:0px; color:#333; text-align:left; color:#fff; transition: 0.5s;}
.about a{ float:left; text-align:center;}
.aboutImg{width:1200px; padding:30px 0 0 0; font:normal 14px/25px "microsoft yahei"; color:#666; text-align:left;}

div:hover.about{ color:red; cursor:pointer; top:52px;right:-2px;} 

a.news_list{ height:120px; overflow:hidden; color:#999; float:left; border-bottom:1px dashed #ccc; width:550px; margin:15px auto; text-align:left; overflow:hidden;}
a.news_list .num{ font:bold 48px/70px Arial, Helvetica, sans-serif; height:90px; width:90px; margin-right:20px; text-align:center;float:left; border-radius:0px; background:#0153ba; color:#fff;  }
a:hover.news_list .num{ background:#0153ba; }
a.news_list .num span{ font-size:12px; line-height:13px;  }
a.news_list .news_title{ font-weight:bold; font-size:16px; color:#111;}
a:hover.news_list,a:hover.news_list .news_title{  color:#0153ba;}


a.news_list2{ height:80px; overflow:hidden; color:#666; float:left; border-bottom:1px solid #ccc; width:900px; margin:10px auto; text-align:left; overflow:hidden;}
a:hover.news_list2{  color:#0153ba;}
a.news_list2 .num{ font: normal 48px/60px Impact; height:60px; width:60px; margin-right:20px; text-align:center;float:left; border-radius:50px; border:1px solid #ccc; }
a:hover.news_list2 .num{ border:1px solid #0153ba; }
a.news_list2 .news_title{ font-weight:bold; font-size:18px;}

.news_right{ width:100%; text-align:center;  padding-left:0px;}
.news_content{ display:block; overflow:hidden; padding-bottom:20px; text-align:left; margin:20px 40px 0; }
.news_content .time{ display:block; background:#999; color:#fff; font-size:16px; text-align:center; width:180px; border-radius:10px; line-height:24px; margin:20px auto}
.news_content .time span{font-weight:bold; font-size:18px;}
.news_content span.news_title{ display:block; font-weight:bold; margin-bottom:5px; font-size:20px; color:#333; text-align:center;}

/* 左边 */
#left2 { float:left; width:280px; margin:40px 0 0; }
#left2 a{ float:left; width:280px; line-height:35px; display:block; background:#ccc; color:#fff; border-bottom:1px solid #aaa; }
#left2 a:hover{ float:left; width:280px; display:block; background:#0153ba; }


#left { float:left; width:100%; margin:0px 0 30px; }


.menuTree{border-top:none;border-radius:0px;box-shadow:0px 3px 6px 1px #fff; padding:0px 0 0px;border-bottom:0px solid #f0613c;}
.menuTree .title_list{ display:none; font:bold 28px/70px  "microsoft yahei"; color:#fff; text-align:center;height:70px; background:#0153ba url(../images/title_bg2.png) -0px top repeat; border-radius:0px; margin-bottom:0px;/* border-top:1px #384f8b solid;*/}
.menuTree .title_list span{font:normal 20px/20px  "microsoft yahei"; color:#fff; text-transform:uppercase; text-align:center;height:70px; background:#0153ba url(../images/title_bg2.png) -0px top repeat; border-radius:0px; margin-bottom:0px;/* border-top:1px #384f8b solid;*/}
.menuTree UL LI UL {	DISPLAY:block;  /* display:none*/}
.menuTree .left_box {  line-height:18px;}


.menuTree LI { overflow:hidden; text-align:center;  display:inline-block; margin:0 20px 0 0;}
.menuTree UL LI A {
	font:bold 16px/40px "microsoft yahei"; color:#666; display:block; width:150px;  border-radius:0px;  border:1px #ccc solid; display:inline-block; }
.menuTree UL LI A:hover {
	 color:#fff; background:#0153ba; border:1px #0153ba solid;
}
.menuTree UL LI UL { margin:0 auto;}
.menuTree UL LI UL LI {}
.menuTree UL LI UL LI A {
	  display:block; font-weight:normal; font-size:16px; color:#666; height:30px; line-height:30px; border:none; text-indent:30px;
}
.menuTree UL LI UL LI A:hover { 
}
.menuTree UL LI UL LI UL {
}
.menuTree UL LI UL LI UL LI a{
	color:#999; font-size:15px; text-indent:40px;
}
.menuTree UL LI UL LI UL LI a:hover{
	
}
.menuTree UL LI UL LI UL LI UL LI a{
	color:#666; background:none;
}
.menuTree UL LI UL LI UL LI UL LI a:hover{
	color:#666; background:none; text-decoration:underline;
}
.menuTree UL LI UL LI UL LI UL LI UL LI a{
	color:#999; background:none;
}
.menuTree UL LI UL LI UL LI UL LI UL LI a:hover{
	color:#999; background:none; text-decoration:underline;
}
.menuTree a { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; text-decoration:none; line-height:1.5;}
.menuTree @-moz-document domain() {
	li { overflow:hidden; height:1.5em;}
	a { text-overflow:clip; position:relative; white-space:normal;  display:block; max-height:3em; word-wrap:break-word; width:15em; -moz-box-sizing:border-box; text-align:justify;}
	a:after { content:"..."; position:absolute; right:0; bottom:1.5em;}
}



#right { float:right; width:100%; }

.title_right{font:bold 14px/44px "microsoft yahei"; color:#333; background:url(../images/icon10.png) 0px 13px no-repeat; text-indent:20px; position:relative; height:44px; width:100%; float:right; border:1px solid #999; border-left:none; border-right:none; margin-top:40px;margin-bottom:30px;}
.title_right span{ top:0px; font-weight:normal; font-size:14px; color:#999 }
#right ul{ text-align:center; list-style:none;}
#right .right_text{margin:10px; line-height:24px; color:#333}
#right ul{ text-align:center; list-style:none;}
#right .right_text{margin:10px; line-height:24px; color:#333}

#right2 { margin:0 auto; padding-top:40px; width:1200px; }


/* 脚部 */
/* 脚部 */
#footer_out{width:100%; background:#0153ba; color:#fff; padding-top:20px; font-size:13px; margin-top:50px; }
#footer{ position:relative; width:1200px; line-height:20px; position:relative; text-align:center; color:#bbbbbb; margin:15px auto 0; padding:0px 0px 15px; overflow:hidden; font-size:14px;}
#footer_out a{color:#fff; font-size:12px; }
#footer_out a:hover{color:#ca1a25;}
#footer .name{font-size:20px; font-weight:bold; line-height:40px; border-bottom:1px #666 solid; width:330px; }
#footer .name2{font-size:16px; line-height:45px; font-weight:normal; height:50px; display:block; }
#footer .name3{font-size:9px; line-height:20px; font-weight:normal;}
#footer .contacts_footer{font-size:13px; line-height:24px; text-align:left; padding-top:5px; padding-left:40px;}
#footer .ewm{ position:absolute; right:50px; top:30px;}

.footer_text{float:right; width:930px; border-left:1px solid #dab96b; height:95px; padding:0 10px; overflow:hidden;}
.footer_text h3{ color:#dab96b; font:normal 18px/46px "微软雅黑";}
.footer_text .line{ background:#dab96b; height:1px; width:930px; overflow:hidden;}
.footer_text .footer_text2{float:left; border-left:1px solid #dab96b; height:32px; color:#dab96b; font:normal 18px/32px "微软雅黑"; padding:0 40px 0 20px; margin-left:-20px; margin-top:8px;}

#footer .contactfooter{ position:absolute; right:0px; top:80px; font:normal 15px/26px Arial, Helvetica, sans-serif; text-align:left; color:#fff;}

#footer .logo{ position:absolute; top:30px; left:0px;}
#footer .links{ float:left; margin:120px 0 0 0px;}
#footer .f_links{ line-height:20px; margin:40px 0 5px 10px; }
#footer .f_links span{color:#000000; font-weight:bold; font-family:Tahoma;}
#footer .f_links a{ padding:0 5px;}
#footer .copyright{ position:absolute; top:20px; right:0px;}
#footer .footer_left{ width:480px; position:absolute; top:40px; left:150px;}
#footer .footer_right{width:210px; position:absolute; top:30px; right:150px;}
#footer a.message{ padding: 6px 30px 6px 50px; border-radius:3px; margin-top:50px;transition: 0.5s;color:#fff; background:#626262 url(../images/icon5.png) 15px center no-repeat; }
#footer a:hover.message{ color:#fff;   background:#0153ba url(../images/icon5.png) 20px center no-repeat;  text-decoration:none;}

#footer_out2{width:100%; background:#003475; text-align:center;  margin-top:0px; height:48px; line-height:48px;}

 .class1{float:left; text-align:left; padding:0px 60px 60px 0px; line-height:22px; margin-top:0px; }
 .linksEn .class1{float:left; text-align:center; padding:0px 40px 0 40px; line-height:22px; margin-top:0px;}
 .friend_link{clear:both; text-align:right; padding-top:0px; margin:0 auto; width:1200px;}


/* 页码 */
#page{width:100%; text-align:center; clear:both; padding-top:50px;  padding-bottom:15px;}
#page div.pages span.pagecount a { color:#fff; border: 1px #ccc solid; background:#ccc; padding: 3px 8px 3px 8px; border-radius:3px;}
#page div.pages span.pagecount a:hover {background-color: #ca1a25; color: #fff; text-decoration:none; border:1px #ca1a25 solid;}
#page div.pages span.pagecount span.current u{ color:#666; border: 1px #ccc solid; background:#fff; padding: 3px 8px 3px 8px; border-radius:3px; text-decoration:none;}




/* show */
#case_show{float:left;clear:both;width:734px;height:144px; background:url(../images/pro-show-bg.jpg) no-repeat;}
#show{height:1%;}
#demo {margin:18px 0 0 62px;overflow:hidden;width:610px;}
#indemo {float: left;width:80000%;}
#demo1 {float: left;}
#demo2 {float: left;}
/* pro */
a.more_proTitle{ float:right; margin-right:19px; font-weight:bold; line-height:16px; margin-top:30px; color:#0153ba;}
a:hover.more_proTitle{color:#3465a5; text-decoration:underline;}

a.img_left{ display:block; position:relative; width:280px; height:280px; margin:30px 0 0 15px; overflow:visible; float:left; text-align:center; background:#fff;border:1px solid #333;  }
a:hover.img_left{ border:1px solid #0153ba; }
a.img_left img {width:280px; height:280px; padding:0px 0 0;}
a:hover.img_left img { margin:0}
a.img_left p{ padding:0px;line-height:40px; width:280px; height:40px; overflow:hidden; overflow:hidden; background-color:#999 ; color:#fff;  position:absolute; bottom:0px; left:0}
a:hover.img_left p{ color:#fff;background-color:#0153ba;}
a.img_left .pro_tip{ position:absolute; top:0; left:30px; width:51px; height:94px; border:none;}
a:hover.img_left .pro_tip{ position:absolute; top:0; left:30px; width:51px; height:94px; border:none;}

a.img_left2{ display:block; position:relative; width:280px; height:230px; margin:40px 0 0 30px; overflow:visible; float:left; text-align:center; background:#fff; border:1px solid #ccc; }
a:hover.img_left2{ border:1px solid #0153ba; }
a.img_left2 img {width:280px; height:230px; padding:0px 0 0;}
a:hover.img_left2 img {}
a.img_left2 p{ padding:0px;line-height:40px; width:361px; height:43px; overflow:hidden; overflow:hidden; background-color:#999 ; color:#fff;  position:absolute; bottom:0px; left:0}
a:hover.img_left2 p{ color:#fff; background-color:#0153ba;}
a.img_left2 .pro_tip{ position:absolute; top:0; left:30px; width:51px; height:94px; border:none;}
a:hover.img_left2 .pro_tip{ position:absolute; top:0; left:30px; width:51px; height:94px; border:none;}

a.img_left3{ display:block; position:relative; width:230px; height:190px; margin:0px 5px 10px 5px; overflow:visible; float:left; text-align:center; background:#fff; border:0px solid #ccc; }
a:hover.img_left3{ border:0px solid #0153ba; }
a.img_left3 img {width:230px; height:150px; padding:0px 0 0;}
a:hover.img_left3 img {}
a.img_left3 p{ padding:0px;line-height:40px; width:230px; height:40px; overflow:hidden; overflow:hidden; background-color:#0153ba ; color:#fff;  position:absolute; bottom:0px; left:0}
a:hover.img_left3 p{ color:#fff; background-color:#0153ba;}
a.img_left3 .pro_tip{ position:absolute; top:0; left:30px; width:51px; height:94px; border:none;}
a:hover.img_left3 .pro_tip{ position:absolute; top:0; left:30px; width:51px; height:94px; border:none;}

a.img_left4{ display:block; position:relative; width:230px; height:290px; margin:0px 5px 10px 5px; overflow:visible; float:left; text-align:center; border:0px solid #ccc; }
a:hover.img_left4{ border:0px solid #0153ba; }
a.img_left4 img {width:230px; height:230px; padding:0px 0 20px;}
a:hover.img_left4 img {}
a.img_left4 p{ padding:0px;line-height:20px; width:230px; height:20px; color:#333; text-align:left;}
a:hover.img_left4 p{ color:#0153ba;}
a.img_left4 .pro_tip{ position:absolute; top:0; left:30px; width:51px; height:94px; border:none;}
a:hover.img_left4 .pro_tip{ position:absolute; top:0; left:30px; width:51px; height:94px; border:none;}
a.img_left4 p.p2{color:#999;}
a:hover.img_left4 p.p2{ color:#0153ba;}

a.img_left5{ display:block; position:relative; width:230px; height:320px; margin:0px 24px 48px 24px; overflow:visible; float:left; text-align:center; border:1px solid #ccc; padding:10px;}
a:hover.img_left5{ border:1px solid #0153ba; }
a.img_left5 img {width:230px; height:230px; padding:0px 0 20px;}
a:hover.img_left5 img {}
a.img_left5 p{ padding:0px;line-height:24px; width:230px; height:24px; color:#333; text-align:left;}
a:hover.img_left5 p{ color:#0153ba;}
a.img_left5 .pro_tip{ position:absolute; top:0; left:30px; width:51px; height:94px; border:none;}
a:hover.img_left5 .pro_tip{ position:absolute; top:0; left:30px; width:51px; height:94px; border:none;}
a.img_left5 p.p2{color:#999;}

a.img_left6{display:block;position:relative; width:280px; height:280px; margin:0px 8px 16px 8px; overflow:visible; float:left; text-align:center; border:1px solid #ccc;}
a:hover.img_left6{ border:1px solid #0153ba; }
a.img_left6 img {width:280px; height:280px;}
a.img_left6 p{ text-align:left; display:none;}
a.img_left6 p .p1{position:absolute; left:10px; bottom:30px;}
a.img_left6 p .p2{position:absolute; left:10px; bottom:10px;}
a:hover.img_left6 p{ display:block; text-align:center; width:100%; position:absolute; bottom:0px; height:30px; line-height:30px; background:#0153ba}
a:hover.img_left6 p .p1,a:hover.img_left6 p .p2{ position:relative; color:#fff;left:auto; bottom:auto;}

a.img_left7{display:block;position:relative; width:280px; margin:0px 8px 16px 8px; overflow:visible; float:left; text-align:center; }
a.img_left7 img {width:280px;}
a.img_left7 p{ padding:0px;line-height:30px; padding:0 0px; height:30px; color:#333; text-align:center; position:absolute; bottom:30px;}

a.img_left8{margin: 0px 0px; width:240px; text-align:center; padding:0 0px;}
a.img_left8 .title{ color:#0153ba; font-size:26px; margin-bottom:20px;}

a.img_left9{padding: 0px 40px 60px; display:block; float:left;}

a.img_left10{margin: 20px 35px; float:left;}
a.img_left10 img{ width:328px; height:123px;}

.products_tab{}
#products_tab .content{ float:right;width:450px; margin:0; padding:0; margin-top:-30px;}
.bigimg{float:left; width:400px; margin:0 30px 0 0; }
.proDetail{float:right; width:450px; font:bold 18px/36px "microsoft yahei"; }
.title_pro2{font:normal 28px/56px "microsoft yahei"; margin:20px 0 20px 0; color:#111; border-bottom:1px solid #ccc;}
.title_pro3{font:bold 16px/30px "microsoft yahei"; margin:10px 0 10px 0; color:#333 }
/* 页码 */
/* 页码 */
#page{width:100%; text-align:center; clear:both; padding-top:50px;  padding-bottom:15px;}
#page  a { color:#0153ba; border: 1px #ccc solid; background:#fff; padding: 3px 8px 3px 8px; border-radius:0px;}
#page  a:hover {background-color: #0153ba; color: #fff; text-decoration:none; border:1px #0153ba solid;}
#page  span.current u{ color:#fff; border: 1px #0153ba solid; background:#0153ba; padding: 3px 8px 3px 8px; border-radius:0px; text-decoration:none;}

.product{text-align:center; margin:0 50px;}
.product img{margin:30px auto; max-width:600px; border:1px #ddd solid; padding:5px;}
.product .discribtion{text-align:left; padding:10px;}
.product .discribtion .title2{font:normal 14px/30px "microsoft yahei"; background:none; border-bottom:1px dashed #999999; text-align:left; margin:0 0 10px 0; padding:0; color:#666666; }

#products_tab .title_tab2 ul{ width:900; margin:0 auto; height:56px; }
#products_tab .title_tab2 li{margin:20px 10px 0 0px; overflow:hidden; float:left; text-indent:0; padding:5px 0px 20px; font-size:28px; background:#fff; cursor:pointer; color:#333; font-weight:normal; border-left:0px solid #ccc;border-bottom:0px solid #999; }
#products_tab .title_tab2 li.active1{background:#fff; color:#111; border-bottom:0px solid #0153ba; font-weight:normal; }
#products_tab .content2{  width:900px; padding:20px 0; margin:0 auto 30px; background:#fff; clear:both; border-top:1px solid #ccc;}
#products_tab .content2 div{ padding:0px 0px 0;}
#products_tab .content2 div img{ max-width:860px; height:auto; padding:0}
#products_tab .title_tab2 #btn_21{border-left:none;}

/*******************************************************************************************************************************************


		 
			 
			 
			 
			 
			 
			 
			 
			 
			 
			 
			 
products:
	<!-- 右边内容 -->
	<div id="right">
		<div class="title">产品中心<span>您现在所在的位置： <a href="index.html">首页</a> >> 产品中心</span></div>
		<div class="products">
				<div class="img_left"><a href="productDetail.html" title=""><img src="../images/index_37.jpg" /></a><p><a href="productDetail.html" title="">产品名称</a></p></div>
				<div class="img_left"><a href="productDetail.html" title=""><img src="../images/index_37.jpg" /></a><p><a href="productDetail.html" title="">产品名称</a></p></div>
				<div class="img_left"><a href="productDetail.html" title=""><img src="../images/index_37.jpg" /></a><p><a href="productDetail.html" title="">产品名称</a></p></div>
				<div class="img_left"><a href="productDetail.html" title=""><img src="../images/index_37.jpg" /></a><p><a href="productDetail.html" title="">产品名称</a></p></div>
				<div class="img_left"><a href="productDetail.html" title=""><img src="../images/index_37.jpg" /></a><p><a href="productDetail.html" title="">产品名称</a></p></div>
				<div class="img_left"><a href="productDetail.html" title=""><img src="../images/index_37.jpg" /></a><p><a href="productDetail.html" title="">产品名称</a></p></div>
				<div class="img_left"><a href="productDetail.html" title=""><img src="../images/index_37.jpg" /></a><p><a href="productDetail.html" title="">产品名称</a></p></div>
				<div class="img_left"><a href="productDetail.html" title=""><img src="../images/index_37.jpg" /></a><p><a href="productDetail.html" title="">产品名称</a></p></div>
				<div class="img_left"><a href="productDetail.html" title=""><img src="../images/index_37.jpg" /></a><p><a href="productDetail.html" title="">产品名称</a></p></div>
				
			</div>
			
			<!-- 页码 -->						
			<div class='ks-pagination-links'>
				<ul>
					<li class='current'><a>共 <b>10</b> 记录</a></li>
					<li class='current'><a>1</a></li>
					<li><a href="#">2</a></li>
					<li><a href="#">3</a></li>
					<li><a href="#">4</a></li>
					<li><a href="#">5</a></li>
					<li class='current'><a>共 1/5 页</a></li>
				</ul>
			</div><!-- 页码 end -->
	</div><!-- 右边内容 end -->
			
			
			<div class="product">
				<img src="../images/pro.jpg" width="500" />
				<div class="proName">产品展示</div>
				<div class="discribtion">
					<div class="title2">详细描述：</div>
						详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：详细描述：
				</div>	
			</div>
			<div class="back">[<strong><a href="javascript:history.go(-1)">返回</a></strong>]</div>
*******************************************************************************************************************************************/
/* news */
.newsShow{width:601px; float:left; margin:60px 0px 0 0px;}
.news{ width:550px;  padding-top:20px; float:right; margin-top:20px; }
.news ul{ text-align:center; list-style:none;}
.news ul li{ color:#999; margin:0 auto; text-align:right; width:270px; padding-right:5px; height:32px;line-height:32px; border-bottom:1px solid #999}
.news ul li a{float:left; line-height:32px; font-size:14px; color:#333333}
.news ul li a:hover{color:#0153ba}


.news3{float:right;}

.title3{font:bold 20px/30px "宋体"; text-align:center; background:none; border:none; padding-top:30px; margin:0; color:#333;}
.news2 .time{ text-align:center; color:#666666; border-top:1px #ccc solid;border-bottom:1px #ccc solid; line-height:28px; margin:10px 40px 30px;}
.news2 .back{text-align:right; margin:20px 50px 30px 0;}
.news2 .back a{ color:#000000}
.news2 ul{ text-align:center; margin-top:-10px; list-style:none;}
.news2 ul li{ color:#999; margin:0 auto; text-align:right; width:800px; padding-right:5px; height:30px;line-height:30px; border-bottom:1px dashed #999999}
.news2 ul li.hr{height:30px;  overflow:hidden;}
.news2 ul li a{float:left; padding-left:15px; background:url(../images/icon2.gif) left center no-repeat; line-height:30px;}
.news2 .content{text-align:left; line-height:24px}
.news2 .content p{text-indent:2em; padding:0 40px; }

.newsIndexList{float:right;}
.newsIndexList li{display:inline;}
.newsIndexList li a{ background:#ccc; color:#000; padding:10px;}
.newsIndexList li a:hover,.newsIndexList li a.current{ background:#0153ba; color:#fff;}

a.news_list3{ height:120px; overflow:hidden; color:#999; float:left; width:550px; margin:25px 25px; text-align:left; overflow:hidden;}
a.news_list3 .newsImg{float:left; margin-right:15px;}
a.news_list3 .num{ font:bold 13px/18px Arial, Helvetica, sans-serif; height:30px; text-align:left; text-indent:30px; background:url(../images/iconTime.png) top left no-repeat; border-radius:0px; color:#999; width:342px; float:right;}
a.news_list3 .news_title{ font-weight:normal; font-size:16px; line-height:40px;color:#111; }
a:hover.news_list3,a:hover.news_list3 .news_title,a:hover.news_list3 .num{  color:#0153ba;}

.news_list4{ height:50px; line-height:50px; overflow:hidden; color:#333; float:left; width:550px; margin:25px 25px; text-align:left; overflow:hidden; border-radius:15px; text-indent:90px; background:#eee url(../images/icon.png) 65px center no-repeat;}
.proTitle{ font-size:18px; color:#000;}
.pro_cs{float:right; width:600px;  margin:20px 0px 0 0; overflow:hidden; font-size:18px; line-height:60px;}
.title1{ color:#999;}
.title2{font-size:30px;  display:block; height:60px; line-height:36px; margin-bottom:10px; background:url(../images/line.png) left bottom no-repeat; color:#333;}
.hr{border-bottom:1px solid #ddd; clear:both; margin:10px 0;}
.bdsharebuttonbox{float:left;}


/*******************************************************************************************************************************************
			<div class="news2">
				<ul>
					<li class="hr"></li>
					<li><a href="newsDetail.html">主要从事企业VI设计，企业庆典策划</a>2011/05/21</li>
					<li><a href="newsDetail.html">主要从事企业VI设计，企业庆典策划</a>2011/05/21</li>
					<li><a href="newsDetail.html">主要从事企业VI设计，企业庆典策划</a>2011/05/21</li>
					<li><a href="newsDetail.html">主要从事企业VI设计，企业庆典策划</a>2011/05/21</li>
					<li><a href="newsDetail.html">主要从事企业VI设计，企业庆典策划</a>2011/05/21</li>
					<li class="hr"></li>
					<li><a href="newsDetail.html">主要从事企业VI设计，企业庆典策划</a>2011/05/21</li>
					<li><a href="newsDetail.html">主要从事企业VI设计，企业庆典策划</a>2011/05/21</li>
					<li><a href="newsDetail.html">主要从事企业VI设计，企业庆典策划</a>2011/05/21</li>
					<li><a href="newsDetail.html">主要从事企业VI设计，企业庆典策划</a>2011/05/21</li>
					<li><a href="newsDetail.html">主要从事企业VI设计，企业庆典策划</a>2011/05/21</li>
				</ul>
			</div>
			
			<!-- 页码 -->						
			<div class='ks-pagination-links'>
				<ul>
					<li class='current'><a>共 <b>10</b> 记录</a></li>
					<li class='current'><a>1</a></li>
					<li><a href="#">2</a></li>
					<li><a href="#">3</a></li>
					<li><a href="#">4</a></li>
					<li><a href="#">5</a></li>
					<li class='current'><a>共 1/5 页</a></li>
				</ul>
			</div><!-- 页码 end -->
			
			
			
			<div class="news2">
				<div class="title3">如何设计产品使用指南</div>
				<div class="time">发布时间：2011-05-09</div>
				<div class="content">
					<p>为什么一张图片比三张图片更有力量？如何设计产品使用指南？如何在设计中通过各种对比产生层次感？如何使设计内外统一协调？如何设计一个独一无二的签名式 LOGO ？本文继续发扬实用主义，对这些问题给出了解决办法。五个设计技巧，开拓你的设计视野。</p>
					<p>当你在设计时手头上有三张照片，你会如何处理？你会将这三张照片都用上，对吧？其实没必要！一张照片就已经能够使设计信息有效传达。在这个例子中，校区里的塔楼就已经能够传达出这所学校的本质，比用上三张效果更好！标题单独一行，文字中的背景颜色区域静静地传达出有关信息。</p>
					<div class="back">[ <strong><a href="javascript:history.go(-1)">返回</a></strong> ]</div>
				</div>
			</div>