﻿/* CSS Document */
/* 全局定义 */
*{margin:0; padding:0;}
html{ min-width:1200px;}
body{text-align:center; font:normal 14px/24px "Arial"; 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,
*{
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
a:hover{color:#42b01d; }
.white{color:white;}
.green{color:#429b01;}
.yellow{color:#42b01d;}
.blue{color:#004ea0;}
.text{margin:0px 0px; padding: 0 30px; text-align:left; line-height:32px;}
.text2{margin:10px 20px; color:#666666; width:600px; float:right;}
td{padding:0 5px;}

.con_big{float:left; width:500px;}

/* 头部 */

.header_out{ width:100%; border-top:0px solid #000; text-align:center;}
#header{width:1200px; margin:0 auto; text-align:left;}
.search{ text-align:left; background:url(../images/search.png) right top no-repeat; height:50px; width:225px; float:right; position:relative;  clear:right;margin-top:10px;}
.search .key{ position:absolute; top:8px; left:53px; border:none; line-height:22px; background:none; color:#aaa; width:170px;}
.search .search_submit{ position:absolute; top:0px; right:0px; cursor:pointer; border:none; background:none; width:60px; height:30px;}
.language{float:right;margin-top:20px;}
.language .en{ margin-right:10px;}
.language img{ margin-right:3px;}
.tel{font-size:24px; width:270px; margin-top:5px; text-align:right; font-weight:bold; float:right; clear:right;color:#125aae;  height:60px; line-height:90px; background:url(../images/telBg2.png) left center no-repeat; }

.menu_out2{width:100%;  position:absolute; top:0px; text-align:center; background:#125aae; }
#menu_out{ width:100%; margin:0px auto; clear:both; z-index:2;  }

.logo{ float:left;}
.logo img{margin:20px 70px;}
.logo_left{float:left; width:100px; width:135px;}
.logo_right{float:right; width:330px; margin:0 30px 0 0;}

.menu{width:1200px; height:54px; margin:0px auto; padding-left:10px;  overflow:visible; z-index:9999;}

.menu li{text-align:center;position:relative; float:left; height:54px; line-height:54px;}
.menu li a{display:block; float:left; text-align:center;color:#000;text-transform: uppercase; margin:0 0px; _margin:0 2px;  font-size:24px; height:54px; line-height:54px; width:200px;overflow:hidden; }
.menu li a:hover{color:#fff	; border-bottom:1px solid #ccc; height:54px; line-height:54px;  background:#1b6c88;}
#nav ul li ul{position:absolute; top:54px;left:0px;display:none;z-index:9;background:#272727;border-top:none;border-radius:0 0 4px 4px;box-shadow:0px 0px 0px 0px #red; padding-bottom:4px;  }
#nav ul li ul li{ margin:0; display:block; padding:0; text-align:center; display:block; float:none; line-height:30px; height:31px; }
#nav ul li ul a{ color:#1b6c88; border:0px solid  #42b01d; text-transform: capitalize; height:30px; background:#fff;  line-height:30px; font-size:16px; margin:0px auto;  padding:0;}
#nav ul li ul a:hover{ color:#fff; background:#1b6c88;}
#nav ul li.pcls>a{color:#fff; background:#1b6c88;}
#nav ul li ul li ul{top:0px;left:199px;}

.menu li a.en{color:#fff; background:#999; line-height:20px; font-size:14px; margin-top:34px;}
.menu li a.en:hover{color:#fff; background:#999; border-bottom:1px #000 solid }

.menu2{width:100%; text-align:center; height:58px; background:#004DA1; overflow:hidden; border-top:1px solid #8398cd;  border-bottom:1px solid #407aba;}
.menu2 .menu2_in{ width:1000px; margin:0 auto; overflow:hidden; }
.menu2 li{ float:left; margin-left:-1px;}
.menu2 li a{display:block; float:left; padding:1px 42px; color:#FFF; font-size:15px; line-height:58px; font-weight:bold; border-left:1px #003B82 solid;}
.menu2 li a:hover{color:#004DA1; background:#FFF; }


/*form*/
.form{ width:550px; height:450px; overflow:hidden; margin:20px auto;}
.form .form_text{ font-size:16px; font-weight:bold; margin-bottom:15px;}
.form input,.form textarea{ width:500px; padding:3px 8px; line-height:24px; border-radius:30px; border:1px #ccc solid; outline:none; resize:none; margin-bottom:4px; }
.form textarea{ height:60px; }
.form div.submit_out{text-align:center;}
.form .submit_bt{ font-size:16px; font-weight:bold; height:40px; line-height:40px; text-transform:uppercase; width:120px; clear:both; display:block; margin:11px auto 0; padding:0; cursor:pointer;  color:#b28564; font-family:"微软雅黑"; border-color:#b28564; background:#fff;}
.form input:hover.submit_bt{  border-color:#000; color:#000;}


/*轮播图片*/
.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 #b28564 solid; background:#fff; padding:10px 60px; font-size:18px; color:#b28564; border-radius:0px;  margin:20px 20px 20px 0; border-radius:30px;}
a:hover.more{ border:1px #000 solid; color:#000; 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 #42b01d solid; background:#42b01d; padding:8px 70px; color:#fff; border-radius:0px; float:left; margin:20px 20px 0 0}
a:hover.more3{ border:1px #fff solid; color:#42b01d; background:#fff;}
a:hover.more4{ border:1px #42b01d solid; color:#42b01d; background:#fff;}
a.more4{ border:1px #42b01d solid; background:#42b01d; padding:10px 0; width:200px; font-size:18px; color:#fff; border-radius:0px;margin:30px auto; clear:both; display:block;}
a.more6{border:1px #b28564 solid; background:#fff; padding:10px 60px; font-size:18px; color:#b28564; border-radius:0px;  margin:20px 20px 20px 0; border-radius:30px; float:right;}
a:hover.more6{ border:1px #000 solid; color:#000; background:#fff;}


a.more5{ border:1px #125aae solid; background:#125aae; padding:5px 20px; font-size:15px; color:#fff; border-radius:8px; float:right; margin:-50px 20px 0 0}
a:hover.more5{ border:1px #42b01d solid; color:#fff; background:#42b01d;}

.about_move2{position:relative; width:900px; 	height: 180px; margin:20px auto;}
#a12{position:absolute; left:0; top:50px; display:none}
#a22{position:absolute; right:0; top:50px; display:none}
#div12 {
	overflow: hidden;
	width: 900px;
	height: 180px;
	margin: 0px auto;
	position: relative;
}
#div12 ul {
	position: absolute;
	left: 0;
	top: 0;
}
#div12 ul li {
	float: left;
	width: 300px;
	height: 180px;
	list-style: none;
	margin-right:20px;
}
#div12 ul li img {
	width: 300px;
	height: 180px;
}
.about_move{position:relative; width:1200px; height:170px; margin:20px auto;}
#a1{position:absolute; left:0; top:50px; display:none}
#a2{position:absolute; right:0; top:50px; display:none}
#div1 {
	overflow: hidden;
	width: 1100px;
	height: 170px;
	margin: 0px auto;
	position: relative;
}
#div1 ul {
	position: absolute;
	left: 0;
	top: 0;
}
#div1 ul li {
	float: left;
	width: 260px;
	height: 170px;
	list-style: none;
	margin-right:20px;
}
#div1 ul li img { }

/* 主要内容 */
.cnt{ clear:both; width:1000px; margin:0px auto;}

.cnt1 a img{ padding:80px; }
.cnt1 a:hover img{ margin-top:-10px;}
.cnt_in2{margin:0px auto;text-align:left; width:1200px; padding:10px 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}


.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;}

.contacts{float:right; width:206px}

.aboutTItle2{ font-size:20px; font-weight:bold; color:#3465a5; line-height:40px; text-align:left;}
.about{width:1200px; padding:10px 57px 20px 20px; font:normal 15px/25px "microsoft yahei"; float:left; color:#333; text-align:center;}
.aboutImg{width:527px; padding:30px 0 0 0; font:normal 14px/25px "microsoft yahei"; float:right; color:#666; text-align:left;}

a.news_list{ height:90px; overflow:hidden; color:#999; float:left; padding-bottom:15px; border-bottom:1px dashed #ccc; width:550px; margin:15px auto 5px; text-align:left; overflow:hidden;}
a.news_list .num{ font:bold 48px/60px Arial, Helvetica, sans-serif; height:90px; width:90px; margin-right:20px; text-align:center;float:left; border-radius:0px; background:#1b6c88; color:#fff;  }
a:hover.news_list .num{ background:#b99174; }
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:#000;}


a.news_list2{ height:80px; overflow:hidden; color:#666; float:left; border-bottom:1px solid #ccc; width:1200px; margin:10px auto; text-align:left; overflow:hidden;}
a:hover.news_list2{  color:#42b01d;}
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 #42b01d; }
a.news_list2 .news_title{ font-weight:bold; font-size:18px;}

.news_right{float:right; width:1200px;  padding-left:0px;}
.news_content{ display:block; overflow:hidden; padding-bottom:20px; float:left; text-align:left; margin:20px 40px 0; }
.news_content .time{ display:block; margin: 0 auto; text-align:center; color:#999; font-size:16px; width:100%; border-radius:10px; line-height:24px; margin:20px 0}
.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:#42b01d; }


#left { float:left; width:250px; margin:40px 0; }


.menuTree{background:#e8e8e8;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{font:bold 32px/100px  "microsoft yahei"; color:#fff; text-align:center;height:100px; background:#125aae 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 UL.left_box {}


.menuTree LI { overflow:hidden; text-align:center;border-bottom:1px #ccc solid;}
.menuTree UL LI A {
	font:bold 18px/47px "microsoft yahei"; margin:10px auto; color:#666; display:block; width:205px; background:#ccc url(../images/title_bg2.png) -0px top repeat; border-radius:8px;  }
.menuTree UL LI A:hover {
	 color:#fff; background:#42b01d; 
}
.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;}
}

.title_right{font:normal 15px/36px "microsoft yahei"; color:#666; background:url(../images/title_bg.png) 0px 5px no-repeat; text-indent:0px; position:relative; height:36px; float:left; width:1200px; float:right; border-bottom:1px solid #999; margin-top:40px; text-indent:35px;margin-bottom:30px;}


#right { float:right; width:1200px; margin:20px 0; }

#right .title_right{font:normal 15px/36px "microsoft yahei"; color:#666; background:url(../images/title_bg.png) 0px 5px no-repeat; text-indent:0px; position:relative; height:36px; float:left; width:900px; float:right; border-bottom:1px solid #999; margin-top:40px; text-indent:35px; margin-bottom:30px;}
#right .title_right span.more{ position:absolute; right:0px; top:0px; color:#fff  }
#right ul{ text-align:center; list-style:none;}
#right .right_text{margin:10px; line-height:24px; color:#333}



/* 脚部 */
#footer_out{  width:100%; overflow:hidden; text-align:center; clear:both; background:#1b6c88; color:#fff; padding:30px 0 0 0;}
#footer{ width:1200px; overflow:hidden; text-align:center; clear:both; background:#1b6c88; color:#fff; margin:0 auto;}
#footer img{float:left;}
.foot_right ul li{float:right;width:400px; padding:0 0 0 50px; height:55px;   }
.foot_right{float:right; width:420px; text-align:left;}
.add{background:url(../images/add.png) 0px 0px no-repeat; height:28px;  height:55px; }
.tell{background:url(../images/tell.png) 0px 0px no-repeat; height:28px; height:55px;  }
.email{background:url(../images/email.png) 0px 0px no-repeat; height:28px; height:55px; }
.foot_right ul{float:right; }
.box{width:1200px; border:1px solid #ccc; margin:20px auto; padding:20px;}
.box img{ padding:0 10px;}
#footer .footer_in{ text-align:center; background:#434343; color:#fff;}
#footer .footer_in a.support{  position:absolute; right:0; bottom:0;}

.menuFooter{ margin-bottom:20px;}
.menuFooter li{display:inline;}
.menuFooter li.line{ margin:0 20px; border-right:1px #fff solid; overflow:hidden; height:5px; width:0px;}
.menuFooter li a{  color:#fff; font-size:18px;}
.menuFooter li a:hover{  color:#42b01d; text-decoration:underline;}





/* 页码 */
.ks-pagination-links {width:100%; text-align:center; clear:both; padding-top:20px;  padding-bottom:15px;}
.ks-pagination-links ul { margin:0 auto;}
.ks-pagination-links li {display:inline; list-style:none; text-align:center; margin:2px;}
.ks-pagination-links li a { color:#4C4C4C; border: 1px #ccc solid; padding: 3px 6px 3px 6px;}
.ks-pagination-links li a:hover {background-color: #384f8b; color: #fff; text-decoration:none; border:1px #384f8b solid;}
.ks-pagination-links .current { cursor:text;}

/* 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:#42b01d;}
a:hover.more_proTitle{color:#3465a5; text-decoration:underline;}

a.img_left{ display:block; position:relative; width:280px; height:270px; margin:30px 0 0 15px; overflow:visible; float:left; text-align:center; background:#fff;border:1px solid #ccc;  }
a:hover.img_left{ border:1px solid #125aae; }
a.img_left img {width:280px; height:230px; 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:#125aae;}
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:280px; overflow:visible; float:left; text-align:center; background:#fff; }
a:hover.img_left2{background:#fff; }
a.img_left2 img {width:280px; height:397; padding:0px 0 0;}
a:hover.img_left2 img { }
a.img_left2 p{ padding:0px;line-height:40px; width:280px; 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:#272727;}
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;}


.cnt_index{margin:0 auto; width:1200px;}
.cnt_index2{height:680px;}
.cnt_index88 a{ position:absolute; top:500px; margin-left:120px;  }
.cnt_index88{ width:100%; background:url(../images/banner02.png) center top no-repeat; position:relative; height:666px;}
.cnt_index_a{width:1200px; margin:0 auto; height:59px;}
.three{width:1200px; margin:30px auto; float:left;}
.one{float:left; width:381px; margin:0 0 0 15px; }
.one p{text-align:center; width:381px; font-family: Arial; font-size:24px; color:#000;}
.one img{margin:10px 0 10px 0;}
.one span{text-align:center; width:381px; font-family:Arial; font-size:22px; color:#666; padding:20px 0;}
.text3 span{text-align:center;font-family: Arial; font-size:24px; line-height:48px;}
.text3{height:230px;}
.aboutTItle{ font-size:36px; color:#272360; text-align:center; height:60px;}

.text4 span{text-align:left; width:381px; font-family: Arial; font-size:14px; float:left; margin:0 0 0 0px;}
.text4{ width:430px; float:left; margin:0 0 0 40px;}
.text4 p{color:#fff;}
.footer_a{background:#000; height:55px; padding:10px 0 0 0;}
.footer_a img {margin:0px 0 0 10px;}


.products_tab{}
.content{ padding:30px 0; float:right; width:900px;}
.content table{border-collapse: collapse;width:900px; margin:0 auto;}
.content td{ padding:10px; border:1px #ddd solid;}
.bigimg{float:left; width:280px; }
.proDetail{float:right; width:450px; font:bold 18px/36px "microsoft yahei"; }
.title_pro2{font:bold 24px/56px "microsoft yahei"; margin:20px 0 20px 0; color:#125aae; float:right; width:900px; }
.title_pro3{font:bold 16px/30px "microsoft yahei"; margin:10px 0 10px 0; color:#333; background:#eee; text-indent:10px;float:right; width:900px;}
/* 页码 */
/* 页码 */
#page{width:100%; text-align:center; clear:both; padding-top:50px;  padding-bottom:15px;}
#page  a { color:#42b01d; border: 1px #ccc solid; background:#fff; padding: 3px 8px 3px 8px; border-radius:0px;}
#page  a:hover {background-color: #42b01d; color: #fff; text-decoration:none; border:1px #42b01d solid;}
#page  span.current u{ color:#fff; border: 1px #42b01d solid; background:#42b01d; 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; }
#products_tab .title_tab2 li{margin:20px 20px 0 0px; overflow:hidden; float:left; text-indent:0; padding:10px 30px; font-size:15px; background:#a9a9a9; cursor:pointer; color:#000; font-weight:normal; }
#products_tab .title_tab2 li.active1{background:#125aae; color:#fff; }
#products_tab .content2{  width:860px; padding:20px; margin:0 auto 30px; background:#f4f4f4; clear:both;}
#products_tab .content2 div{ padding:0px 0px 0;}
#products_tab .content2 div img{ max-width:860px; height:auto; padding:0}


/*******************************************************************************************************************************************


		 
			 
			 
			 
			 
			 
			 
			 
			 
			 
			 
			 
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:#42b01d}


.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; }


 ul{
            list-style: none;
			
			
        }
		.drop-down-a{ background:#1b6c88; display:block; color:#fff; width:100px; text-align:left; text-indent:10px;  border-radius:30px;}
         .nav>li{
             float: left;
			 margin-top:20px;
			
         }
         .nav ul a{
             display: block;
           text-decoration: none;
            width: 100px;
            height: 20px;
           text-align:left; text-indent:10px;
           line-height: 20px;
            color: white;
            background-color: #1b6c88;
			 border-radius:30px;
        }
        .nav>li:first-child a{
         }
        .nav>li:last-child a{
         }
        .drop-down{
            position: relative;
			top:20px;
			
        }
       .drop-down-content{
            padding: 0;
            display: none;
           /*position: absolute;*/
        }
         
        h3{
           font-size: 30px;
            clear: both;
         }
         .drop-down-content li:hover a{
            background-color:red;
         }
         .nav .drop-down:hover .drop-down-content{
             display: block;
         }
		 .arrow{
width:0;
height:0;
border: 5px solid transparent;
border-top-color: #fff;
position:absolute;
margin:10px 0 0 5px;
}
 .drop-down-content li {height:20px;  border-radius:20px;}
/*******************************************************************************************************************************************
			<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>