﻿/* CSS Document */
/* 全局定义 */
*{margin:0; padding:0;}
html{ min-width:1400px;}
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,p{
	transition: all 0.5s ease;
}
a:hover{color:#d10101; }
.white{color:white;}
.green{color:#429b01;}
.yellow{color:#d10101;}
.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:90px; background-color:#fff; position:relative;}
.header_line{width:100%; margin:0 auto; height:18px; background-color:#434343;}
#header{ height:100px; width:1400px; overflow:visible; position:relative;  margin: 0 auto; text-align:left;}
#header .logo{ position:absolute; left:0px; top:0px; font:normal 24px/82px "microsoft yahei"; color:#666;}
#header .cxt{ text-align:left;  position:absolute; right:270px; top:40px;  }
#header .tel{ position:absolute; right:0px; top:30px; font:bolder 20px/26px "microsoft yahei"; color:#333; width:300px;}
#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{ display:none;position:absolute; right:15px; top:20px; height:12px; text-align:right; font:normal 15px/15px "microsoft yahei";color:#bbb; }
#header .language a{ color:#ccc; margin-left:0px; }
#header .language a:hover{ color:#cc0000; }
#header .language a.current{ text-decoration:underline; color:#cc0000;}



.search{ display:none; text-align:left; height:20px; width:183px; border:1px solid #aaa; position:absolute; right:0px; top:55px;  }
.search .key{ position:absolute; top:0px; left:6px; border:none; line-height:20px; background:none; color:#999; width:135px;}
.search .search_submit{ position:absolute; top:0px;right:0px; cursor:pointer; border:none; border-left:1px solid #aaa; background:url(../images/searchImg.png) 3px 0px no-repeat; width:30px; height:20px;}
.search_en{background:url(../images/search_en.jpg) left top no-repeat;}


/* 菜单 */
#menu_out{ height:90px; width:860px; position:absolute; top:0; left:300px; z-index:999; text-align:center; }
#nav{height:90px; z-index:9; margin: 0px auto; font:normal 16px/90px "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:#000; display:block; margin:0; width:110px; height:90px; line-height:90px; float:left; font-size:16px;}
#nav li a:hover{ background:#d10101; color:#fff;}
#nav ul li ul{position:absolute; top:90px;left:0px;display:none;z-index:9;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:#d10101;}
#nav ul li.pcls>a{color:#fff; background:#d10101;}
#nav ul li ul li ul{top:0px;left:200px;}




/*轮播图片*/
.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:#d10101; 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 #d10101 solid; background:#d10101; padding:10px 60px; font-size:18px; color:#fff; border-radius:0px; float:left; margin:20px 20px 0 0}
a:hover.more{ border:1px #d10101 solid; color:#d10101; background:#fff;}
a.more2{ border:1px #d10101 solid; background:#d10101;width:150px; height:36px; line-height:36px; font-size:18px; margin:20px auto; color:#fff; border-radius:5px; display:block; }
a:hover.more2{ border:1px #fff solid; background:#fff; color:#d10101; }
a.more3{ border:1px #d10101 solid; background:#d10101; padding:8px 70px; color:#fff; border-radius:0px; float:left; margin:20px 20px 0 0}
a:hover.more3{ border:1px #fff solid; color:#d10101; background:#fff;}
a.more4{ border:1px #d10101 solid; background:#d10101; padding:10px 0; width:200px; font-size:18px; color:#fff; border-radius:0px;margin:30px auto; clear:both; display:block;}
a:hover.more4{ border:1px #d10101 solid; color:#d10101; background:#fff;}
a.more5{ border:1px #d10101 solid; background:#d10101; padding:5px 20px; font-size:15px; color:#fff; border-radius:8px; float:right; margin:-50px 20px 0 0}
a:hover.more5{ border:1px #d10101 solid; color:#fff; background:#d10101;}
a.more6{ border:1px #d10101 solid; background:#d10101; padding:0px 10px; font-size:15px; color:#fff; float:right; margin:0px 20px 0 0}
a:hover.more6{ border:1px #d10101 solid; color:#fff; background:#d10101;}
a.more7{ border:1px #d10101 solid; background:#d10101; padding:0px 20px; color:#fff; border-radius:10px; float:left; margin:20px 20px 0 0}
a:hover.more7{ border:1px #fff solid; color:#d10101; background:#fff;}


.about_move{position:relative; float:right; width:900px; height:320px; margin:0px auto;}
#a1{position:absolute; left:0; top:130px; width:30px; height:60px;}
#a2{position:absolute; right:0; top:130px;}
#div1 {
	overflow: hidden;
	width: 900px;
	height: 322px;
	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{margin:-40px 0 0 0; text-align:center;}
.about_move2{position:relative; float:right; width:1200px; height:320px; margin:0px auto;}
.about_move2 #div1 {
	overflow: hidden;
	width: 1100px;
	height: 322px;
	margin: 0px auto;
	position: relative;
}


/* 主要内容 */
.cnt{ clear:both; width:1200px; 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}


.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}

.aboutTItle{ font-size:20px; font-weight:bold; color:#333; line-height:60px;}
.aboutTItle2{ font-size:30px; font-weight:normal; color:#333; line-height:40px; text-align:left; background:none;}
.aboutTItle3{ font-size:16px; font-weight:bold; color:#333; line-height:60px;}

.about{width:540px; padding:200px 30px 0px 0px; font:normal 14px/22px "microsoft yahei"; float:right; color:#333; text-align:left;}
.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:100px; overflow:hidden; color:#999; float:right; border-bottom:1px dashed #ccc; width:550px; margin:0px 0 10PX 0; 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:#d10101; color:#fff;  }
a:hover.news_list .num{background:#efefef; color:#d10101; }
a.news_list .num span{ font-size:12px; line-height:13px;  }
a.news_list .news_title{ font-weight:bold; font-size:16px; color:#111; padding:6px 0}
a:hover.news_list,a:hover.news_list .news_title{  color:#d10101;}


a.news_list2{ height:80px; overflow:hidden; color:#666; float:left; width:600px; margin:10px auto; text-align:left; overflow:hidden;}
a:hover.news_list2{  color:#d10101;}
a.news_list2 .num{ font:bold 48px/50px Arial, Helvetica, sans-serif; height:70px; width:90px; margin-right:20px; text-align:center;float:left; border-radius:0px; background:#fff; color:#999; border-right:1px solid #eee; }
a.news_list2 .num span{ font-size:12px; line-height:13px;  }
a:hover.news_list2 .num{ border-right:1px solid #eee;color:#d10101 }
a.news_list2 .news_title{ font-weight:bold; font-size:18px;}

.news_right{float:right; width:900px;  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; background:#000000; color:#fff; font-size:16px; text-align:center; width:180px; 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;}

/* 左边 */
#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:#d10101; }


#left { float:left; width:250px; margin:40px 0 40px; }


.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/70px  "microsoft yahei"; color:#fff; text-align:center;height:70px; background:#d10101 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:normal 16px/47px "microsoft yahei"; margin:0px auto; color:#666; display:block; width:250px; background:#e8e8e8 url(../images/title_bg2.png) -0px top repeat; border-radius:0px;  }
.menuTree UL LI A:hover {
	 color:#fff; background:#d10101; 
}
.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_bg3.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:0px;margin-bottom:30px;}


#right { float:right; width:900px; margin:0 0 30px 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}

#right2 { margin:0 auto; padding-top:40px; width:1200px; }


/* 脚部 */
#footer_out{width:100%; background:#222; padding-top:20px; font-size:13px; margin-top:0px;}
#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 a{color:#fff; font-size:12px; color:#888888; }
#footer 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; color:#ccc}
#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 .tel{ position:absolute; right:3px; top:0px; font:bolder 16px/26px "microsoft yahei"; color:#ccc; width:300px;}
#footer .tel img{ float:left;}
#footer .tel span{  font:bolder 20px/24px "microsoft yahei"; color:#c00725; font-style:italic;}


#footer .logo{ position:absolute; top:30px; left:0px;}
#footer .links{ float:left;}
#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_contact{text-align:right;  float:right; margin-top:20px; color:#565555; font-weight:normal;}
.footer_contact span{font-size:27px; height:80px; margin:10px 0; }
.footer_contact a{margin-top:0px; display:block; float:right; margin-left:5px; }
.footer_contact a:hover{margin-top:-5px;}
#footer_out2{width:100%; background:#333;  font-size:13px; margin-top:0px; height:36px; line-height:36px;}
#footer_out2 img{ padding:12px;}

 .class1{float:left; text-align:center; padding:0px 40px 0 40px; line-height:22px; margin-top:0px; }
 .friend_link{clear:both; text-align:right; margin:30px 0px 20px 0px; padding-top:10px; border-top:1px #ccc solid;}

/* 页码 */
#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:#d10101;}
a:hover.more_proTitle{color:#3465a5; text-decoration:underline;}

a.img_left{ display:block; position:relative; width:280px; height:280px; margin:15px 0 0 15px; overflow:visible; float:left; text-align:center; background:#fff;border:1px solid #ccc;  }
a:hover.img_left{ border:1px solid #d10101; }
a.img_left img {width:200px; height:200px; padding:20px 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:#fff ; color:#666;  position:absolute; bottom:0px; left:0}
a:hover.img_left p{ color:#fff;background-color:#d10101;}
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:361px; height:340px; margin:10px 0 0 30px; overflow:visible; float:left; text-align:center; background:#fff; border:1px solid #ccc; }
a:hover.img_left2{ border:1px solid #d10101; }
a.img_left2 img {width:361px; height:397; 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:#d10101;}
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;}


.products_tab{}
.products_tab .content{ padding-bottom:30px;}
.bigimg{ width:790px; text-align:center; margin:30px auto; }
.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:#d10101 }
.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:#d10101; border: 1px #ccc solid; background:#fff; padding: 3px 8px 3px 8px; border-radius:0px;}
#page  a:hover {background-color: #d10101; color: #fff; text-decoration:none; border:1px #d10101 solid;}
#page  span.current u{ color:#fff; border: 1px #d10101 solid; background:#d10101; 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{text-align:center;}
#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:#d10101; 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 img{ max-width:790px; 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:0px; float:right; margin-top:55px; }
.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:#d10101}


.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; }
/*******************************************************************************************************************************************
			<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>
			
			
********************************************************************************************************************************************/	


.pikachoose {width: 520px; margin: 0 auto;}

/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 75px; }
.pika-thumbs li{ width: 144px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
    float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 500px;}
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px; text-align:center; height:250px;}
.pika-stage img{height:100%;}
.pika-stage .caption {position: absolute; background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 11px; 
    color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pika-imgnav a.previous {background: url(prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
.pika-imgnav a.next {background: url(next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
.pika-imgnav a.play {background: url(play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
.pika-imgnav a.pause {background: url(pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
.pika-textnav a.previous {float: left; width: auto; display: block;}
.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
    text-align:right; position:absolute; top:15px; right:15px; }

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 90px; height:55px;}
.pikachoose{width:680px; position:relative;}
#pikame{width: 150px;}
.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
.pika-thumbs li { margin: 5px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:35px;right:20px;}
.jcarousel-skin-pika .jcarousel-container-vertical { width: 125px;height: 230px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 230px;}
.jcarousel-skin-pika .jcarousel-item-vertical { margin-top: 10px;}
