﻿@charset "utf-8";
/* CSS Document 
   Design by www.east.net
   Author Mawei
   Date 2013-9-20
   
   注意事项:
   css样式以类别选择器为主
   层次结构要清晰,级别深度控制在三层以内
   样式命名规则为小写,可结合"_"使用
   浏览器兼容规则  火狐(默认)ie7(以*开头)ie6(以_开头)
*/

html,body { margin:0px; padding:0px; font-size:12px; font-family:"宋体"; }
form{ margin:0; padding:0;}
img{ border:none;}
a{ text-decoration:none;}

/* Banner */
.banner { position:relative; z-index:0; left:0; top:0; width:1000px; height:347px; margin:0 auto;}
.banner ul li { position:absolute; left:0; top:0; float:left; z-index:1; }
.banner ul li img {width:1000px; height:347px; }
.banner ol { position:absolute; right:10px; bottom:13px; z-index:1; }
.banner ol li { float:left; margin:0; list-style-type:none; cursor:pointer; background:url(../images/ol_bg.png) no-repeat; width:13px; height:14px; margin:0 5px; bottom:13px; text-align:center; text-indent:-9999px; }
.banner ol li.active { background-position:left bottom; width:13px; height:14px }
.banner .flash { position:absolute; z-index:5; left:0; top:0; width:1000px; height:40px; }


/* main style */
.main { margin:0 auto; width:1000px; height:auto; clear:both; overflow:hidden }

/* 首页新闻 style */
.index_news {  width:380px; height:147px; float:left; margin:0; overflow:hidden;  }
.index_news h3.news_title { background:url(../images/index_news_title.jpg) no-repeat; width:379px; height:32px; margin:0 0 17px 0 }
.index_news h3.news_title span { text-indent:-9999px; display:block; float:left }
.index_news h3.news_title a { display:block; float:right; background:url(../images/more.jpg) no-repeat; width:39px; height:7px; margin:19px 10px 0 0; text-indent:-9999px; }

.index_news ul.news_list {width:379px; margin:0 auto; padding:0; font-family:"宋体"; font-size:12px; }
.index_news ul.news_list li { line-height:25px; width:379px; clear:both; overflow:hidden }
.index_news ul.news_list li a { color:#666666; margin:0 0 0 8px; float:left; display:block; width:300px; clear:both; overflow:hidden }
.index_news ul.news_list li a:hover { color:#00a3db; }
.index_news ul.news_list li span { display:block; float:right; border:0; color:#999999 }

/* 首页简介 style */
.index_jianjie { width:335px; height:147px; margin:0 17px 0 20px; float:left; }
.index_jianjie h3.index_jianjie_title { background:url(../images/index_jianjie_title.jpg) no-repeat; width:335px; height:32px;  }
.index_jianjie h3.index_jianjie_title span { text-indent:-9999px; display:block; float:left }
.index_jianjie h3.index_jianjie_title a { display:block; float:right; background:url(../images/more.jpg) no-repeat; width:39px; height:7px; margin:19px 10px 0 0; text-indent:-9999px; }
.index_jianjie a.jianjie_content { padding:0 5px 0 5px; display:block  }
.index_jianjie a.jianjie_content img { float:left; margin:11px 10px 0 0 }
.index_jianjie a.jianjie_content p {  color:#666666; font-family:"宋体"; font-size:12px; line-height:27px; padding:11px 0 0 0 }

/* 首页应用领域 style */
.index_lingyu { width:248px; height:147px; float:left; }
.index_lingyu h3.index_lingyu_title { background:url(../images/index_lingyu.jpg) no-repeat; width:248px; height:32px;  }
.index_lingyu h3.index_lingyu_title span { text-indent:-9999px; display:block; float:left }
.index_lingyu h3.index_lingyu_title a { display:block; float:right; background:url(../images/more.jpg) no-repeat; width:39px; height:7px; margin:19px 10px 0 0; text-indent:-9999px; }
.index_lingyu p { color:#666666; line-height:27px; padding:12px 5px 0 5px; }

/* 首页产品滚动 */
/*.index_pro { width:735px; height:125px; overflow:hidden; background:url(../images/index_pro_bg.jpg) repeat-x; float:left }
.index_pro_left { float:left; background:url(../images/left.jpg) no-repeat; }
.index_pro_right { float:left; background:url(../images/right.jpg) no-repeat; }
.index_pro ul.pro_list { margin:0; }
.index_pro ul.pro_list li { width:120px; height:110px; text-align:center; float:left; margin:0 5px; }
.index_pro ul.pro_list li a {  color:#4f4f4f }
.index_pro ul.pro_list li a:hover { color:#009944 }
.index_pro ul.pro_list li img { width:118px; height:78px; margin:0 auto 15px auto; }*/

div.gz_qualify_domain { position:relative; float:left; width:735px; height:125px; background:url(../images/index_pro_bg.jpg) repeat-x; }
div.gz_qualify_domain .over { float:left; margin-left:58px; display:inline; width:643px; height:100%; overflow:hidden; }
div.gz_qualify_domain ul {   }
div.gz_qualify_domain li { float:left; width:161px; height:110px; overflow:hidden; margin:12px 0 0 0 }
div.gz_qualify_domain span { position:absolute; width:15px; height:28px; *margin-top:-178px; cursor:pointer; }
div.gz_qualify_domain span.gz_slideLeft_btn { left:15px; bottom:50px; background:url(../images/left.jpg) no-repeat;  }
div.gz_qualify_domain span.gz_slideRight_btn { right:15px; bottom:50px; background:url(../images/right.jpg) no-repeat;  }

/* index_caontact style */
.index_caontact { width:248px; height:127px; float:right; margin:0 }
.index_caontact p { line-height:27px; color:#666666; background:url(../images/index_contact_bg.jpg) no-repeat; width:218px; height:117px; padding:10px 0 0 30px; }
