﻿/* CSS Document */
/* 全局定义 */
*{margin:0; padding:0;}
html{ min-width:1200px;}
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{
	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:#1d4e92; }
.white{color:white;}
.green{color:#429b01;}
.yellow{color:#1d4e92;}
.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%; height:150px; overflow:visible; text-align:center; border-top:11px solid #1d4e92; }
#header{width:1200px;height:150px; margin:0 auto; text-align:left; position:relative; box-shadow:0px 2px 3px 2px #ccc; z-index:9999}

.logo{ float:left; margin:30px 0 0 50px;}

.search{text-align:left; background:url(../images/search.png) right top no-repeat; height:24px; width:201px; float:right; position:relative;  clear:right;margin:8px 0px 0 40px;}
.search .key{ position:absolute; top:2px; left:3px; 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; font-size:14px; height:20px; line-height:20px; padding:0 5px; border-radius:10px; background:#fff; color:#999;margin:50px 0px 0 0 ;}
.language .en{ margin-right:10px;}
.language a{ color:#999;}
.language a:hover,.language a.current{ color:#1d4e92; }

.tel{display:none;font-size:20px; width:210px; margin-top:0px; text-align:right; font-weight:bold; float:right; clear:right;color:#1d4e92;  height:60px; line-height:90px; background:url(../images/telBg2.png) left center no-repeat; }


#menu_out{}

.menu{  position:absolute; bottom:0px; line-height:40px; text-align:center; margin:0 auto; width:1200px; overflow:visible; z-index:9999;}
.menu li{text-align:center;position:relative; float:left;}
.menu li a{display:block; float:left; text-align:center;color:#666; margin:0 0px; _margin:0 2px; font-size:15px; line-height:40px; width:135px; overflow:hidden;}
.menu li a:hover{color:#fff; background:#1d4e92;}
#nav ul li ul{position:absolute; top:40px;left:0px;display:none;z-index:9;background:#1d4e92;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:#1d4e92; border-bottom:1px so  #1d4e92; height:30px; background:#fff;  line-height:30px; font-size:16px; margin:0px auto;  padding:0;}
#nav ul li ul a:hover{ color:#fff; background:#1d4e92;}
#nav ul li.pcls>a{color:#fff; background:#1d4e92;}
#nav ul li ul li ul{top:0px;left:165px;}

.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:50px; 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:50px; font-weight:bold; border-left:1px #003B82 solid;}
.menu2 li a:hover{color:#004DA1; background:#FFF; }


/*轮播图片*/
.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 #1d4e92 solid; background:#1d4e92; padding:10px 60px; font-size:18px; color:#fff; border-radius:0px; float:left; margin:20px 20px 0 0}
a:hover.more{ border:1px #1d4e92 solid; color:#1d4e92; 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 #1d4e92 solid; background:#1d4e92; padding:8px 70px; color:#fff; border-radius:0px; float:left; margin:20px 20px 0 0}
a:hover.more3{ border:1px #fff solid; color:#1d4e92; background:#fff;}
a.more4{ border:1px #1d4e92 solid; background:#1d4e92; 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 #1d4e92 solid; color:#1d4e92; background:#fff;}
a.more5{ border:1px #1d4e92 solid; background:#1d4e92; padding:0px 20px; font-size:13px; color:#fff; border-radius:0px; box-shadow:2px 2px 3px 0px #aaa; float:right; margin:20px 20px 0 0}
a:hover.more5{ border:1px #1d4e92 solid; color:#fff; background:#1d4e92;}

.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;}

.cnt_in2{margin:0px auto;text-align:left; width:1200px; padding:0px 0px; background:#fff; }

.cnt_index2{ width:1215px; margin:20px auto; padding:20px 0;}
.boxIndex{width:390px; height:330px; float:left; border:2px solid #eee; margin:0 5px;}
.titleIndex{font:bold 16px/50px "microsoft yahei"; margin:0 15px; text-align:left;}
.titleIndex a{ float:right; font-size:14px; color:#1d4e92}
.titleIndex a:hover{ color:#f00}


.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}

.companyprofile{padding:0 15px; text-align:left;}

.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:#3465a5; line-height:60px;}
.about{width:530px; padding:30px 57px 20px 20px; font:normal 15px/25px "microsoft yahei"; float:left; 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:80px; overflow:hidden; color:#999; float:left; border-bottom:0px dashed #ccc; width:550px; margin:15px auto; text-align:left; overflow:hidden;}
a.news_list .num{ font:bold 40px/50px Arial, Helvetica, sans-serif; height:80px; width:80px; margin-right:20px; text-align:center;float:left; border-radius:0px; background:#999; color:#fff;  }
a:hover.news_list .num{ background:#1d4e92; }
a.news_list .num span{ font-size:12px; line-height:13px;  }
a.news_list .news_title{ font-weight:bold; font-size:15px; color:#111; }
a:hover.news_list,a:hover.news_list .news_title{  color:#1d4e92;}


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:#1d4e92;}
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 #1d4e92; }
a.news_list2 .news_title{ font-weight:bold; font-size:18px;}

.news_right{float:right; padding-left:0px;}
.news_content{ display:block; overflow:hidden; padding-bottom:20px; float:left; text-align:cener; 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 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:#1d4e92; }


#left { float:left; width:250px; margin:0px 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:#1d4e92; 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-top:2px #fff solid;}
.menuTree UL LI A {
	font:normal 15px/48px "microsoft yahei"; color:#333; display:block; background:#ccc;  }
.menuTree UL LI A:hover {
	 color:#fff; background:#1d4e92; 
}
.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/lineTitle.png) left 40px no-repeat; text-indent:0px; position:relative; height:66px; float:left; width:1200px;  margin-top:30px; margin-bottom:20px;}


#right { float:right; width:1200px; margin-right:0px }

#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:1200px; 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; background:#323232; color:#fff; padding:30px 0; margin-top:30px; clear:both;border-top:11px solid #1d4e92;}
#footer{width:1200px; margin:0 auto;}
#footer .footer_in{ text-align:left; color:#fff;}
#footer .footer_in a.support{  position:absolute; right:0; bottom:0;}

.menuFooter{ margin-bottom:20px; float:left;}
.menuFooter li{display:inline;}
.menuFooter li.line{ margin:0 50px; border-right:1px #000 solid; overflow:hidden; height:5px; width:0px;}
.menuFooter li a{  color:#fff; font-size:18px;}
.menuFooter li a:hover{  color:#1d4e92; text-decoration:underline;}

.footer_infor{padding:0px 0 20px; text-align:center;}
.contactFooter{float:left; font-size:16px; font-weight:bold; text-align:left; line-height:36px; width:530px; }
.ewmFooter{ float:left; font-size:15px; line-height:36px;}
.telFooter{float:right; font-size:20px; font-weight:bold; padding:50px 20px; border:2px #fff solid;}

.cntFooter{width:840px; margin:0 auto; text-align:left;}
.entFooter{width:1120px; margin:0 auto; text-align:left;}
.companyFooter img{margin:5px 0 0;}
.companyFooter{float:left; margin:0 20px; height:50px; border-right:2px solid #fff; padding-right:30px;}

#footer_out2{ height:30px; line-height:30px; background:#000; color:#ccc; font-size:14px;}
.f_l{ float:left;}
.f_r{ float:right;}
.f_r a{ padding:0 10px; color:#ccc;}
.f_r a:hover{  color:#fff;}


/* 页码 */
.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:#1d4e92;}
a:hover.more_proTitle{color:#3465a5; text-decoration:underline;}

a.img_left{ display:block; position:relative; width:360px; height:360px; overflow:visible; float:left; text-align:center; background:#fff; margin:0 0 30px 30px;}
a:hover.img_left{  }
a.img_left img {width:360px; height:260px;  padding:0px 0 0;}
a.img_left img.more {width:120px; height:30px;  padding:0px 0 0;}
a:hover.img_left img { margin:0}
a.img_left p{ padding:0px;line-height:50px; width:360px; height:50px; overflow:hidden; font-size:16px; font-weight:bold;}
a:hover.img_left p,a:hover.img_left p span{ color:#1d4e92; font-size:18px;}
a.img_left p span{ color:#1d4e92; font-size:18px; }
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:360px; height:260px; overflow:visible; float:left; text-align:center; background:#fff; border:0px solid #ccc; margin:0 30px 90px 0; }
a:hover.img_left2{ }
a.img_left2 img {width:360px; height:260px; padding:0px 0 0;}
a:hover.img_left2 img {}
a.img_left2 p{ padding:0px;line-height:45px; font-size:15px; font-weight:bold;width:360px; height:45px; overflow:hidden; overflow:hidden; color:#666;  position:absolute;}
a:hover.img_left2 p{ color:#1d4e92;}
a.img_left2 p span{ color:#1d4e92; font-size:18px; }
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:360px; height:320px; overflow:visible; float:left; text-align:center; background:#fff; margin:0 30px 90px 0;border:1px solid #ccc; }
a:hover.img_left3{ }
a.img_left3 img {width:360px; height:260px; padding:0px 0 0;}
a:hover.img_left3 img {}
a.img_left3 p{ padding:0px;line-height:45px; font-size:15px; font-weight:bold;width:360px; height:45px; overflow:hidden; overflow:hidden; color:#666;  position:absolute;}
a:hover.img_left3 p{ color:#1d4e92;}
a.img_left3 p span{ color:#1d4e92; font-size:18px; }
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;}


.bigimg{float:left; width:400px; height:400px; }
.introduce{float:right; width:420px; line-height:40px; font-size:15px;}
.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:#1d4e92 }
.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:#1d4e92; border: 1px #ccc solid; background:#fff; padding: 3px 8px 3px 8px; border-radius:0px;}
#page  a:hover {background-color: #1d4e92; color: #fff; text-decoration:none; border:1px #1d4e92 solid;}
#page  span.current u{ color:#fff; border: 1px #1d4e92 solid; background:#1d4e92; 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{ overflow:hidden; width:1200px; padding:20px 0;}
#products_tab .content{ padding:30px 0 0;}
#products_tab .title_tab2 ul{ width:1200px; margin:0 auto; height:80px; overflow:hidden; background:url(../images/lineTitle.png) left 60px no-repeat; }
#products_tab .title_tab2 li{margin:20px 0px 0 -1px; overflow:hidden; float:left; text-indent:0; padding:5px 40px; font-size:18px; cursor:pointer; color:#666; font-weight:normal; border-left:1px #999 solid;}
#products_tab .title_tab2 li.active1{background:#1d4e92; color:#fff; }
#products_tab .content2{  width:1200px; padding:20px 0; margin:0 auto 30px; clear:both;}
#products_tab .content2 div{ padding:0px 0px 0;}
#products_tab .content2 div img{ max-width:1200px; 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{}
.news ul{ width:360px; margin-left:15px; text-align:left; list-style:none;}
.news ul li{ color:#999; margin:0 auto; text-align:right; width:360px; height:32px;line-height:32px; border-bottom:1px dotted #999}
.news ul li a{float:left; line-height:32px; font-size:14px; color:#333333}
.news ul li a:hover{color:#1d4e92}

.newsIndex{width:360px; margin-left:15px; text-align:left; display:block; height:100px; font-size:16px;border-bottom:1px dotted #999}
.newsIndex img{ float:left; margin-right:15px; width:150px; height:90px;}



.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; }

.products_index{ width:360px; margin-left:15px;}
#left1{position:absolute; left:-9999px; top:150px; width:29px; height:66px; z-index:999;cursor:pointer; }        
#right1{position:absolute; right:9999px; top:150px; width:29px; height:66px; z-index:999;cursor:pointer; }  
#probox1{width:360px;overflow:hidden;padding:0px 0px 0px;position:relative;}
#prolist1{width:24000px;}
#prolist1 li{float:left; overflow:hidden; width:360px;  text-align:center; padding:0px; border:none;  }


a.download{ display:block; position:relative; width:550px; margin:20px 20px 0 20px; overflow:hidden; float:left; text-align:left;  			
	font-size:15px;
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%); }
a:hover.download{   filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	}
a.download img { width:100%;}
a:hover.download img {}
a.download p{ margin-top:10px;  color:#1d4e92;}
a:hover.download p{ color:#000;}
a.download p .title{ font-size:16px; color:#1d4e92;}
a.download p img{ width:auto; background:#1d4e92; border-radius:3px; padding:5px; margin-top:10px; float:right;}
a:hover.download p img{ width:auto; background:#000}
