@charset "gb2312";
/* CSS Document */
* {margin: 0;padding: 0;}
body {color:#555; font-family:"微软雅黑","黑体","宋体",Arial,Helvetica,sans-serif,Impact; font-size:12px;width:100%;}
ul, li {list-style-type:none;}
a {color:#555;text-decoration:none;}
a:hover {color:#049f9d;}
em {float:right;font-style:normal;font-weight:normal;}
img {border:none;}

/* top */
#header {width:100%;height:100px;margin:0 auto;border-bottom:1px solid #049f9d;background:#fff;}
#top {width:1200px;margin:0px auto;height:100px;}
#logo {width:100px;height:100px;float:left;}
#logo h1 {float:left;width:100px;height:100px;background:url(../images/logo.png) no-repeat center center;background-size:contain;}
#logo h1 a {float:left;width:100px;height:100px;text-indent:-9999px;}

/* 导航 */
#jsddm {width:840px;height:100px;float:right;}
#jsddm li {float:left;line-height:100px;width:140px;font-size:20px;text-align:center;}
#jsddm li a {color:#555;padding:4px 22px;}
#jsddm li a:hover {border:1px solid #049f9d;border-radius:20px;color:#049f9d;}

/*幻灯Banner*/
.banner{width:100%;margin:100px auto 0 auto;}
#slideplay{width:100%;height:400px;position:relative;overflow:hidden;}
#slideplay ul{position:absolute;}
#slideplay ul li{height:400px;position:relative;float:left;overflow:hidden;}
#slideplay ul li div{position:absolute;}
#slideplay ul li img{width:100%;height:400px;}
#slideplay .btnBg {width:100%;height:70px;position:absolute;left:0;bottom:0;}
#slideplay .btn {height:10px;padding:5px 10px;position:absolute;width:800px;left:35%;margin-left:-527px;bottom:0;text-align:right;background:none;border-radius: 0;}
#slideplay .btn span {width:50px;height:10px;margin-left:5px;background:#049f9d;display:inline-block;cursor:pointer;_display:inline;_zoom:1;_font-size:0;border-radius: 0;}
#slideplay .btn span.on {background:#fff;}

.clear {clear:both;}

/* 产品、下载与服务 */
#product {width:1200px;margin:20px auto;height:160px;}
.pfl {float:left;width:338px;height:120px;background:#f2f2f2;margin:0 0 0 15px;padding:20px;border:1px solid #e5e5e5;border-radius:5px;box-shadow:3px 2px 3px #ccc;}
.pfl h2 {font-size:24px;line-height:50px;font-weight:normal;color:#049f9d;}
.pfl p {font-size:14px;line-height:30px;}
.pfl p a {margin:0 20px 0 0;}

/* 底部 */
.footer {width:100%;}
.footer h6 {text-align:center;font-size:16px;font-weight:normal;line-height:90px;background:#000;height:90px;color:#fff;}
.footer h6 img {padding:0 15px 0 0;vertical-align:middle;}
.footer p {line-height:26px;color:#ccc;font-size:12px;text-align:center;padding:10px 0;}
.footer p a {margin:0 8px;color:#999;}
.footer p a:hover {color:#666;}
