﻿@charset "utf-8";
/* CSS Document */


/*=======================================================
	统一标签样式
=========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin:0px; padding:0px; border:none; }

html{ zoom:expression(function(ele){ele.style.zoom = '1';document.execCommand('BackgroundImageCache',false,true);}(this))}
img { border:0px; }
/* 统一老式浏览器HTML5显示 */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block;}
body{ font:12px/22px Arial, Helvetica, sans-serif; background-color:#ead9d1  }
table {	border-collapse: collapse;	border-spacing: 0;}


/* 选择文字时 */
::-moz-selection { background: #59a9ff; color: #fff; text-shadow: none; }
::selection { background: #59a9ff; color: #fff; text-shadow: none; }


/* 链接 */
a, a.default { color:#333; text-decoration:none; outline:none;}

input,textarea,a,option{ outline:none;}

/*****顶部通用*****/

.header{ width: 100%;height: 110px;background-color: #f7f7f7;}
.header1{ width: 100%;height: 30px;background-color: #151515;}
.header2{ width: 100%;height: 80px;}
.header11{ width: 1200px;margin: auto;height: 30px;}
.header22{ width: 1200px;margin: auto;height: 80px;}
.header1-1{ width: 700px;height: 30px;float: right;}
.header1-1-1{ line-height: 30px;color: #fae7bc;width: 200px;float: left;}
.header1-1-2{ text-indent: 20pt;line-height: 30px;width: 300px;float: left;background-image: url("../images/dianhua.jpg");background-repeat: no-repeat;background-position: 0 0;}
.header1-1-2 .span1{ color: #acaba7;}
.header1-1-2 .span2{ color: #fbe8c0;font-family: Georgia;}
.header1-1-3{ text-indent: 20pt;color: #acaba7;line-height: 30px;width: 200px;float: left;background-image: url("../images/youxiang.jpg");background-repeat: no-repeat;background-position: 0 0;}
.header22 .logo{ width: 220px;height: 70px;float: left;padding-top: 10px;margin-left: 45px;}
.header22 .nva{ width: 780px;height: 80px;float: left;}
.header22 .nva a{ width: 120px;height: 80px;float: left;font-weight: bold;line-height: 80px;display: block;font-family: 幼圆;font-size: 16px;text-align: center;
                  background-image: url("../images/nvafen.jpg");background-repeat: no-repeat;background-position: center right;}
.header22 .nva a:hover{background-image: url("../images/nvabg.jpg");background-position: 0 3px;}

.main{ width: 1200px;margin: auto;height: 800px;}

/***底部通用***/
.footer{ width: 100%;height: 330px;float: left}
.footer1{ width: 100%;height: 280px;background-color: #2c2c2c;}
.footer2{ width: 100%;height: 50px;background-color: #151515;}
.footer11{ width: 1100px;margin: auto;height: 280px;padding-left: 100px;background-image: url("../images/dilogo.jpg");background-repeat: no-repeat;background-position: 0 center;}
.footer22{ width: 1200px;margin: auto;height: 50px;line-height: 50px;text-align: center;color: #8f8f91;font-size: 14px;font-family: 微软雅黑;}
.footer1-1,.footer1-2,.footer1-3{ width: 300px;height: 205px;float: left;}
.footer1-1{ margin-left: 100px;padding-top: 75px;}
.footer1-1 p{font-size: 16px;color: white;font-family: 微软雅黑 }
.footer1-2{ margin-left: 100px;padding-top: 75px;}
.footer1-2 p{font-size: 16px;color: white;font-family: 微软雅黑 }
.footer1-2 p a{ color: #909092;font-size: 14px;}
.footer1-3{ line-height: 280px;height: 280px;color: white;font-size: 16px;color: white;font-family: 微软雅黑;text-align: center}

.banner {
    width: 100%;
    height: 503px;
    position: relative;
    overflow:hidden;
}

.bannerPic,.bannerPic a {
    width: 100%;
    height: 503px;
    display: block;
}
.bannerBtn { width: 230px;height: 20px;position: absolute;bottom: 10px;left: 50%}
.bannerBtn a { display: block;width: 20px;height: 5px;background-color: #666666;float: left;margin-left: 10px; filter:alpha(opacity:10); opacity:0.3;}
.bannerBtn a:hover { background-color: #ccc;}
.bannerBtn a.active { background-color: #ccc;}
