/*****1、公共样式*****/
body{
    font:14px "microsoft yahei",Arial,Helvetica,sans-serif;
    color:#666;
    margin:0;
    padding:0;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd{
    margin:0;
    padding:0;
    list-style:none;
}
a{
    color:#666;
    text-decoration:none;
}
img{
    vertical-align:bottom;
}
.top
{
    height:35px; 
	width:100%;
	border-bottom:1px solid #e5e5e5;
	font-size:14px; 
}
.site
{
	max-width:1200px;
	margin:0 auto;
    background:#fff;
	line-height:30px;
	color:#000; 
}
.lf{float:left;}
.rt{float:right;}
.clear{clear:both;}
/***导航条***/
#menu{
    width:100%;
    margin:0 auto;
    /*position:fixed;*/
    z-index:99;
    top:0;
    height:80px;
    background:#fff;
}
.menu{
    width:1200px;
    height:80px;
    margin:0 auto;
}
div.top_left{
    width:25%;
    height:80px;
    float:left;
}
div.top_left>div{
    float:left;
}
.top_left_l{
    width:55%;
    height:80px;
    line-height:70px;
}
.top_left_l img{
    width:197px;
    vertical-align:middle;
    height:65px;
}



/*导航菜单*/
.nav{ }
.nav-w ul{float:left}
.nav-w ul li{float:left;width:149px; text-align:center;font-size:16px;}
.nav-w ul li a{  display:block;}
.menu {font-family: arial, sans-serif; }
.nav-w ul {padding:0; margin:0;list-style-type: none;}
.nav-w ul li {float:left; position:relative;z-index:999999999;}
.nav-w ul li a,{display:block; text-align:center; text-decoration:none; width:129px;  color:#000; border-right:1px solid #fff;line-height:80px; height:80px;  }
.nav-w ul li ul {display: none;}
.local{color:#fff; background:#127fef;}
.menu ul li:hover a {color:#666;  }
.menu ul li:hover ul {display:block; position:absolute; top:80px; left:0; width:105px;}
.menu ul li:hover ul li a {display:block; background:#3c5ead; color:#ffffff;}
.menu ul li:hover ul li a:hover {background:#97c1ed;  }

 
A.menu {
	TEXT-ALIGN: center; LINE-HEIGHT: 30px; WIDTH: 123px; DISPLAY: block; HEIGHT: 30px; COLOR: #fff; FONT-SIZE: 13px;   TEXT-DECORATION: none
}
  


 
.nav{
    width:75%;
    height:80px;
    display:block;
    float:left;
}
.nav li{
    float:left;
    width:16%;
    height:80px;
    text-align: center;
}
.nav li>a{
    color:#666;
    line-height:80px;
    display:block;
    width:100%;
    text-align: center;
    font-size:16px;
    float:left;
}
.nav li.active{  
	color:#666;
}
.nav li.active>a{
    color:#666;
	font-weight:bold
}
.nav li a:hover{
	border-bottom:2px solid #2e4f9c;
    background:#b8d9fc; 
    color:#666;
}
/*banner轮播图*/
#header{
    overflow: auto;
    position:relative;
    top:0;
    left:0;
}
div.banner{
    width:100%;
    float:left;
}
div.banner img{
    width:100%;
    height:100%;
    display:none;
}
div.banner img.show{
    display:block;
}
/*轮播数字*/
.number{
    position:absolute;
    top:90%;
    left:45%;
}
.number>p{
    float:left;
    width:16px;
    height:16px;
    border-radius:50%;
    background-color:#e8e8e8;
    margin-left:15px;
    color:transparent;
    line-height:20px;
    text-align: center;
    cursor: pointer;
}
.wrap div .on{
    background:#0590fb;
}
/*我们的服务*/
.server{
    width:1200px;
    margin-top:80px;
    margin-bottom:80px; 
    text-align: center;
    margin:0 auto;
}

#server{
    margin-bottom:30px; 
	
}
.title{
    margin:20px auto;
    text-align: center; 
	padding-top:10px;
}
.servers-items .title
{
    margin:20px auto;
    text-align: center; 
	padding-top:0px;
}
.title>h2{
    font-size:30px;
    color: #62636d;
    font-weight: normal;
	margin-top:20px;
}
.title>div{
    padding-top:15px;
    font-size:16px;
}
.ser-content ul{
    float:left;
    width:33%;
    margin-top:50px;
}
.ser-content ul>li{
    text-align: center; 
}
.ser-content ul .circle{
    margin:0 auto 20px auto;
    font-size: 50px;
    width: 180px;
    height: 180px;
    color: #2574A9;
    border: solid 1px #bdc3c7;
    text-align: center;
    line-height: 165px;
    border-radius: 100%;
}
.ser-content ul .circle>img{
    vertical-align: baseline;
    width: 150px;
	padding-top:15px;
}
.ser-content ul .circle:hover{
    background: #61B1F5;
    transition:background 0.5s linear;
}

.ser-content ul .cptitle
{
	font-weight:bold;
	height:40px;
}
.ser-content ul .cpinfo
{
	width:80%;
    margin:0 auto 16px auto;  
    text-align: left;
    line-height: 30px;;
	
}
.tab_itemlist
{
    font-size:16px;
}
/*.ser-content ul .circle:hover img{*/
    /*background:url(../images/ser_1.1.png);*/
/*}*/
/*成功案例*/
#case
{
    background:#f7f7f8;
    margin-top:30px;
    margin-bottom:30px;
}
.case{
    margin-top:100px;
}
#marquee_demo{
    width:1200px;
    margin:0 auto;
    padding:30px 0 10px 0;
    overflow:hidden;
    text-align:center;
} 
#marquee_demo td img{
    width:260px;
    height:260px;
	margin:15px;
}
#marquee_demo td div{
    font-size:16px;
    padding-top:20px;
}
/*关于我们*/
#about{
    width:100%;
    margin:30px auto;
    background:#f7f7f8;
}
.father{
    margin:0 auto;
    width:1200px;
    overflow: auto;
    padding-top:20px;
    padding-bottom:20px;
}
.father>div{
    float:left;
}
.father_l{
    width:38%; 
	margin:auto 0px;
	text-align:center;
}
.father_l img{
    width:350px;
}
.father .test-introduction{
    width:57%;
    padding-bottom:20px;
}
.test-introduction h3 {
    font-size: 20px;
    color: #666;
    padding-bottom: 20px;
    font-weight: normal;
}
div.line {
    width: 100px;
    height: 10px;
    border-top: 1px solid #666;
}
div.test-introduction>span {
    color: #666;
    line-height: 35px;
    font-size: 16px;
}
div.contact {
    text-align: right;
    color: #666;
    padding-top: 10px;
}
div.contact>h1 {
    font-size: 22px;
    font-weight: normal;
}
div.contact>p {
    font-size: 16px;
    line-height: 30px;
}
div.contact>span {
    font-size: 16px;
}
/*客户说*/
#custom{
	background:url(../images/m-8j-bj.jpg) no-repeat center
    width:1200px;
    margin:30px auto 0 auto;
}
.custom{
    text-align: center;
}
.custom>div{
    float:left;
}
.custom>.item{
    margin:30px 10px 50px 35px;
}
.custom .item>.pic{
    border: 9px solid #61b1f5;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: -82.5px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.custom .item img{
    width:220px;
    height:265px;
}
.custom .item>.descript{
    text-align: center;
    padding: 0 20px;
    background: #f3f3f4;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    border: 1px solid #e2e2e2;
    transition:background 1s linear;
}
.custom .item>.descript:hover{
    background: #1E8BC3;
    color:#fff;
}
.custom .item>.descript h4{
    /*color:#fff;*/
    font-size: 16px;
    margin-top: 24px;
}
.custom .item>.descript p{
    font-size: 14px;
    width:210px; 
}
/*新闻动态background:#f7f7f8;*/
#news{ 
    margin:0 auto;
    
} 
.news{
    margin:0 auto;
    width:1200px;   
}
.news-content{
    margin:0 auto;
    width:1200px;   
}
.news-content>div{
    float:left;
    margin-left:25px;
    margin-right:25px;
}
.news-list3{ 
}
.news-content img{
    width:330px; 
    text-align: center;
}
.news-list1 img
{
	border:1px solid #dbdbdb;
}
.news-list1 a:hover
{
	color:#ff0000
}
.news-content h3{
    color: #044A67;
    font-size:16px;
    font-weight:normal;
    padding:15px 0px;
	width:330px;
}
.news-content ul li{
    line-height:30px; 
	width:350px;
	word-wrap:break-word;
}
.news-content ul li a{
    color: #37474f;
    font-size:15px;
}
.news-content p{
    margin: 0 0 11px;
	text-align:right;
}
.news-content p a{
    display: inline-block;
    padding: 6px 12px;
    margin: 15px 7px 7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.45; 
    border: 1px solid transparent;
    border-radius: 4px;
    min-width: 90px;
    text-align: center;
    letter-spacing: .03em; 
}
/*底部上*/
#footer{
    width:100%;
    margin:auto 0 auto;
}
.footer-top{
    background: #1976c4;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-top .sp1{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    line-height: 30px;
    padding-right: 50px;
    position: relative;
    top: 5px;
}
.footer-top .sp2{
    display: inline-block;
    background: #0882ea;
    line-height: 40px;
    padding-left: 27px;
    border-radius: 3px;
    margin: 10px 0;
    font-size: 15px;
}
.footer-top .sp2:hover{
    background:#61b1f5;
}
.footer-top .sp2 a{
    color: #fff;
    padding-right: 9px;
}
.footer-top .sp2 a img {
    vertical-align: middle;
    border-left:1px solid #fff;
    padding-left:10px;
    margin-left:10px;
}
.text-center {
    text-align: center;
}


.footer-bottom{
    background: #1976c4;
	width:100%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-bottom .sp1{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
    line-height: 30px;
    top: 5px;
} 
.footer-bottom .sp1 a{
	color:#fff
}
.footer-bottom .sp1 a:hover{
	color:#ff0000
}
.bottomcenter
{
	margin:0 auto;
    width:1000px;
	text-align:left;
}


/*底部中*/
.footer-middle{
    padding-top: 20px;
    padding-bottom: 50px;
    background: #1976c4;
}
.mob-masonry{
    width:1000px;
    height:120px;
    margin:0 auto;
    position:relative;
}
.masonry-item{
    text-align: left;
    width:20%;
    position: absolute;
    left:0;
    top:0;
}
.masonry-item h4{
    color: #dadada;
    font-size: 16px;
    padding-bottom:10px;
    font-weight:normal;
}
.masonry-item ul li{
    line-height:23px;
}
.masonry-item ul li a{
    color:#fff;
}
.masonry-item ul li a:hover{
	color:#ff0000
}
.masonry-item em a{
    color:#fff;
    font-size:26px;
}
.masonry-item p{
    color: #dadada;
}
.masonry-item a img{
    margin:10px 20px;
}
/*底部下*/
footer{
    border-top: 1px solid #f0f2f5;
    padding: 25px 0;
    color: #fff;
    height: auto;
    line-height: 1.8;
    background: #0266b9;
    border-top: solid 5px #0266b9;
}
.met-links {
    color: #0266b9;
    padding: 0 0 10px;
}
.container p a
{
    color: #fff;
	}

/****内页*****/
/*关于我们*/
#services{
    width:1200px;
    margin:60px auto;
}
#services .title>h2{
    font-size: 36px;
    color: #62636d;
    font-weight: normal;
    margin:50px auto 0 auto;
}
.met_section{
    margin:0px auto;
}
.met_section aside {
    position: relative;
    float: left;
    width: 230px;
}
.met_section aside section {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 20px;
}
.met_section aside section h2 {
    padding: 0 20px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    position: relative;
}
.met_section aside .met_aside_list {
    background: #fff;
    border-top: 1px solid #ddd;
}
.met_section .met_aside dl dt {
    height: 45px;
    line-height: 45px;
    font-weight: normal;
    padding: 0 20px;
    color: #333;
}
.met_section article {
    float: left; 
    width: 100%;
}
.met_section article .met_article {
   margin:10px;
   }
.met_article_head {
    position: relative;
    padding: 0 10px;
    height: 60px;
   width:1180px;
   margin:0 auto;
    line-height: 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.met_article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}
.met_article_head .met_position {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
}
.met_article_head .met_position a {
    color: #999;

}
.met_editor {
    width:1200px;
   	margin:0 auto;
    line-height: 3;
    word-wrap: break-word;
    font-size:16px;
}
.mainifo
{
    width:95%;
   	margin:0 auto;
}
/*服务中心*/
.servers-items dl{
    width:46%;
    height:360px;
    overflow:hidden;
    padding:20px 20px 0 20px;
    margin-top:30px;
    float:left;
    border:1px solid #eee;
    border-right:none
}
.servers-items dd{
    font-size:16px;
}
.servers-items dt{
    font-size:20px; 
    padding:10px 0;
	line-height:35px;
	vertical-align:central;
	font-weight:100;
	text-align:center;
}
.app-sf4{
    border-right:1px solid #eee;
}
.servers-items dl.app-sfl{
    background-color:#fdfcf7;
     
}
.servers-items .app-sfl:hover{ 
    background-color:#fffef9; 
} 
 
.servers-items dl.app-sf4{ 
}
.servers-items dl.app-sf4:hover{ 
    background-color:#fffef9; 
}
.servers-items .app-sf4>dt:hover{ 
}
/*2、服务流程*/
.servers-list dl{
    width:29%;
    height:380px;
    overflow:hidden;
    padding:20px 10px 0 30px;
    margin-top:15px;
    float:left;
    border:1px solid #eee;
    border-right:none
}
.servers-list dd{
    font-size:14px;
    padding-left:10px;
}
.servers-list dt{
    font-size:14px;
    color:#a4a4a4;
    padding:10px 0;
    padding-left:10px;
}
.servers-list dl img{
    width:90%;
    
}
.serifo
{
	font-size:16px;
	line-height:30px;
}
.servers-list .path-sfl:hover{
  
    background-color:f3f3f3; 
} 
.servers-list >div{
	font-size:14px; 
}
.servers-list dl.path-sf2:hover{ 
    background-color:#f3f3f3; 
}
.servers-list .path-sf2>dt:hover{
    color:#fff;
}
.servers-list dl.path-sf3{ 
}
.servers-list dl.path-sf3:hover{ 
    background-color:#f3f3f3; 
}
.servers-list .path-sf3>dt:hover{
    color:#fff;
}
 
 
/*3、功能开发*/
.ul_functional li{
    width:22%;
    height:250px;
    padding:10px 10px;
    text-align: center;
    margin-right:10px;
    margin-top:20px;
    background-color:#f7f7f7;
    float:left;
}
.ul_functional li >div img 
{
	width:230px;
}
.ul_functional li:hover div.functional_top p{
    color:#42a7f4;
}
.ul_functional li:hover div.functional_bottom span{
    color:#42a7f4;
}
.ul_functional li a{
    display:block;
}
.functional_top{
    padding:20px 0;
}
.functional_top .p_1{
    font-size:16px;
    color:#555;
}
.functional_bottom{
    padding-top:20px;
}
.functional_bottom span{
    width:115px;
    display:block;
    float:left;
    color:#9c9c9c;
    line-height:2em;
}
/*4、服务承诺*/
#promise ul{
    float:left;
    margin-top:20px;
}
#promise ul li{
    width:278px;
    height:308px;
    float:left;
    margin-right:20px;
    border:1px solid #42a7f4;
}
#promise ul li:hover{
    background-color:#42a7f4;
}
.promise_server{
    padding-top:30px;
    width:200px;
    margin:50px auto 20px;
    text-align: center;
}
.p_promise{
    font-size:16px;
    color:#000;
    padding-top:15px;
}
/*成功案例*/
.met_editor .cases ul{
    margin:20px auto;
}
.met_editor .cases ul>li{ 
    margin-right:20px;
    margin-bottom:20px;
}
.met_editor .cases ul>li .no-margin{
    margin-right:0;
}
.met_editor .cases ul>li a img{
    width:100%;
    height:300px;
}
/*新闻动态*/
.article{
    padding:15px 15px 5px 25px;
}
.article>ul>li{
    margin:0;
    padding: 8px 10px 8px 10px;
    border-bottom: 1px solid #eee;
    background: url(../images/news.png) no-repeat 0 50%;
}
.article>ul>li>span{
    float: right;
    font-size: 12px;
    color: #999;
}
.article>ul>li>a{
    text-decoration: none;
    color: #5F5F5F;
    transition: color 0.2s linear 0s;
    padding-left:5px;
}
.met_editor .news .ul3>li{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}
.met_editor .news .ul3>li .no-margin{
    margin-right:0;
}
.met_editor .news .ul3>li a img{
    width:306px;
    height:250px;
}
/*联系我们*/
.cont{
    width:1100px;
    margin:70px auto 0 auto;
}
.cont .map img{
    width:1200px;
    /*height:400px;*/
}
.cont div.cont_list{
    margin:60px auto 0 auto;
}
.cont div.cont_list>div{
    float:left;
}
.cont div.cont_list .cont_item{
    text-align: center;
    width:33.33%;
}


.right_body {   overflow:hidden; zoom:1; border:1px solid #D7D7D7;   font-size:12px; padding:10px}
/*人才招聘*/
.recruitment { border-collapse:collapse; width:98%; margin-top:10px; }
.recruitment th { padding:5px; border:1px solid #CCC; text-align:center; }
.recruitment td { padding:5px; border:1px solid #CCC; }




.yy-content{
    padding-top:20px;
	font-size:14px;
	line-height:30px;
	text-align:left;
}


/*nnews_lb*/
/*nnews_lb*/
.nnews_lb{width:1200px;margin: 0 auto 64px;position: relative; height:auto;}
.nnews_lb_m{width:100%; height:248px; position:relative;overflow: hidden; margin-bottom: 10px; background:#EEE;}
.nnews_lb_m:hover .nnews_lb_title a{color:#ff0000;}
.nnews_lb_m:hover .nnews_lb_xq a{color:#fff;}
.nnews_lb_m:hover .nnews_lb_cnt{color:#282828;}
.nnews_lb_m:hover .nnews_lb_xq a{background:#ff0000;}
.nnews_lb_img{float: left;width: 30%;height: 260px;overflow: hidden;  text-align:center; }
.nnews_lb_img img{width:230px; height:230px; border:0px;padding-top: 10px;}
.nnews_lb_title{margin-top: 12px;float: left; width:65%; height:28px;font-weight:bold; }
.nnews_lb_title a{color:#525252;display: block;width:65%; height:28px;line-height: 28px;white-space: nowrap; font-size:16px; 
  text-overflow:ellipsis; /*溢出省略号，支持ie、safari（webkit）*/
  -o-text-overflow:ellipsis; /*溢出省略号，支持opera*/
  overflow:hidden;/*溢出隐藏*/
  -moz-binding:url('ellipsis.xml#ellipsis');/*溢出省略号，支持firefox*/ }
.nnews_lb_title a:hover
{
  color:#ff0000;
  font-size:16px; 
}
.nnews_lb_cnt{float: left; width:65%; height:66px;margin-bottom: 28px;padding-top: 12px; overflow:hidden; font-size:12px; line-height:22px; color:#666;} 
.nnews_lb_date{float: left; font-size:12px; color:#949494;padding-left: 16px;background: url(../images/clock_07.png) left center no-repeat;margin-right: 16px;height: 22px;line-height: 22px;}
.nnews_lb_bq{float:left; }
.nnews_lb_date1,.nnews_lb_date2,.nnews_lb_date3,.nnews_lb_date4,.nnews_lb_date5{ float:left;}
.nnews_lb_bq1{float:left; color:#666; margin-right:5px;}
.nnews_lb_click{float: left; font-size:12px; color:#949494;height: 22px;line-height: 22px;}
.nnews_lb_xq{position:absolute; top:171px; left:353px;border: 1px solid #525252;font-size: 14px;}
.nnews_lb_xq a{color:#525252; text-decoration:none;width: 106px;height: 27px;display: block;line-height: 27px;text-align: center;}
/*end_nnews_lb*/


 
.news_title { text-align:center; font-size:16px; padding:10px; }
.news_content { padding:10px; }
.news_info { text-align:center; border:1px dashed #666; padding:10px; }
.news_next { padding:5px; border:1px dashed #333; }
.products img { padding:4px; border:1px solid #f3f3f3; }
.products a:hover img { border:1px solid #BF006A; }
.products a { line-height:22px; }
.products_title { text-align:center; font-size:16px; padding:10px; }
.products_info { text-align:center; border:1px dashed #666; padding:10px; }
.products_img { text-align:center; padding:10px; }
.products_img img { max-width:600px; }
.products_next { padding:5px; border:1px dashed #333; }


.main-08{background:url(../images/m-8j-bj.jpg) no-repeat center;/* background-attachment: fixed; */background-size:cover;}
.main-box{width: 100%;max-width: 1140px;margin: 0 auto;position: relative;}
/*main-8j*/
.main-8j{padding: 60px 0;text-align: center;}
.m-t-con-02{font-size: 40px;line-height: 40px;color: #222;font-family: "SST-M";}
.main-8j p{font-size:20px;line-height: 30px;font-family: "SST-M";margin: 30px 0 0 0}
.main-8j span a{font-size: 16px;line-height: 50px;background:#fff url(../images/m-8j-i.png) no-repeat 30px center;padding:0 30px 0 64px;display: inline-block;margin: 40px 0 0 0}
.main-8j span a:hover{background:#183883 url(../images/m-8j-i-01.png) no-repeat 30px center;color: #fff;transition:all 0.3s ease 0s;}

@media(max-width:1200px){}
@media(max-width:992px){
  .main-8j{padding: 40px 0;}
}
@media(max-width:768px){
  .main-8j{padding: 30px 0;}
  .main-8j span{font-size: 30px;line-height: 30px;}
  .main-8j p{font-size: 16px;line-height: 26px;margin: 20px 0 0 0}
  .main-8j a{margin: 20px 0 0 0}
}
@media(max-width:480px){
  .main-8j a{padding:0 25px 0 59px}
}





.red{
	color:#ff0000
}
.text{ margin-bottom:20px; line-height:2.18em; color:#6b6b6b;height:200px;} 
.left .text{ width:55.56%; background:#fff; padding:20px 30px; position:absolute; bottom:10%; left:5%; }
.list_box li{ height:140px; display:table; table-layout:fixed; background:#f6f6f6; border-bottom:1px solid #dbdbdb; width:100%; }
.list_box li .title{ color:#c14c37; font-weight:600; margin-bottom:6px; }
.list_box li .des{ line-height:1.25em; padding-left:20px;padding-right:20px; }
 



/*人才招聘*/
.recruitment { border-collapse:collapse; width:98%; margin-top:10px; }
.recruitment th { padding:5px; border:1px solid #CCC; text-align:center; }
.recruitment td { padding:5px; border:1px solid #CCC; }
/*分页*/
.page { clear:both; padding:3px; text-align:center; }
/* 客服 */
#customer_support { width:134px; position:absolute; }
#customer_support_title { background:url(../images/customer_support_title_bg.jpg) no-repeat; height:35px; line-height:35px; text-align:right; padding:0 10px; }
#customer_support_title a { color:#fff; }
#customer_support_body { border:1px solid #EB8381; background:#FFF;height:80px; }
#customer_support_body p { padding:3px 0; text-align:center; line-height:35px;}
#customer_support_bottom { }
 
 
.fnt_1
 {
	background: #085ec4;
	width:30%;
 }
 
 
.contC_label {
	position: relative; 
}
.contC_label li {
	float: left;
}
.contC_label li a {
	display: block;
	line-height: 53px;
	text-align: center;
	color: #878787;
	height: 53px;
	width: 134px;
}
.contC_label li a:hover {
	position: relative;
	z-index: 9;
	color: #fff;
	background: url(../images/contC_label_hoverbg.png) no-repeat;
	height: 64px;
}
.contC_label li.current a {
	position: relative;
	z-index: 9;
	color: #fff;
	background: url(../images/contC_label_hoverbg.png) no-repeat;
	height: 64px
} 
.fl{float:left;display:inline;}



/*产品相关*/
.products li { float:left; text-align:center; padding-right:15px; padding-top:2px; padding-bottom:2px; padding-left:15px }
.products img { padding:4px; border:1px solid #f3f3f3; }
.products a:hover img { border:1px solid #BF006A; }
.products a { line-height:22px; }
.products_title { text-align:center; font-size:16px; padding:10px; }
.products_info { text-align:center; border:1px dashed #666; padding:10px; }
.products_img { text-align:center; padding:10px; }
.products_img img { max-width:600px; }
.products_next { padding:5px; border:1px dashed #333; }