body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1210 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1210px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}

/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #00388e;
}

.color {
    color: #00388e;
}



/*header*/
header {background: url(../images/header-bg.gif) repeat-x;}
header .wrap {position: relative;height: 84px;}
.logo { position: absolute; padding: 3px 0 0 11px }
.header_tel{font-size: 18px;color: #00388e;font-weight: bold;position: absolute;left: 600px;top: 20px;padding-left: 40px;background: url(../images/tel.png) no-repeat left top}
.header_tel span{font-weight: normal;}
.globalsearch { position: absolute; right: 0; top: 32px }
.globalsearch input { float: left; border: 0 none }
.globalsearch #q { width: 144px; height: 22px; padding: 0 12px; line-height: 22px; border: 1px solid #ddd }
.globalsearch .search-btn { width: 49px; margin-left: 3px; height: 24px; cursor: pointer; background: url(../images/search-btn.gif) no-repeat }

.navbar { position: relative; z-index: 1000; background: url(../images/nav-bg.gif) repeat-x; margin-bottom: 2px }
.globalnav { width: 1200px;margin: 0 auto;}
.globalnav li { float: left;line-height: 45px;}
.globalnav li a { display: block; padding: 0 44px; font-size: 16px; color: #fff}
.globalnav li .dropdown { display: none; position: absolute; z-index: 1000; background: #01388b url(../images/dd-bg.gif) repeat-x }
.globalnav li .dropdown a { line-height: 45px; background: url(../images/dd-li-bg.gif) repeat-x 0 100% }
.globalnav li .dropdown a:hover { background: #013b8d; color: #fff }
.globalnav .nav-sep {width: 2px;height: 45px;background: url(../images/nav-sep.gif) no-repeat;}
.globalnav .active,
.globalnav .active a { background: url(../images/nav-hover-bg.gif) repeat-x }

/*banner*/
.banner {width: 100%;position: relative;z-index: 0;}
.banner .flexslider {width: 100%;height: 100%;overflow: hidden;min-width: 1200px;}
.banner .slides {position: relative;z-index: 1;}
.banner .slides li {height: 100%;}
.banner .slides li img {width: 100%;margin: 0 auto;display: block;}
.banner .flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.banner .flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.banner .flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background-image: url(../images/banner-dot.png);background-position: 0 0;cursor:pointer;}
.banner .flex-control-nav .flex-active{background-position: 0 -20px;} 
.banner .flex-direction-nav {display: none;}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*footer*/
.footer { min-height: 280px; _height: 280px; background: #494848 url(../images/footer-bg.jpg) repeat-x }
.footer .wrapper { overflow: hidden; position: relative }
.footer-logo {  float: left; width: 204px; text-align: center; padding-top: 40px;   }
.footer-logo a { color: #fff; display: block; padding-top: 10px }
.footer-logo a:hover { text-decoration: underline }
.qr { padding: 20px 0 5px 15px;}
.qr img{width: 120px;}
.footer-nav { float: right; padding-top: 35px; margin-right: -45px }
.fn-col { float: left; padding: 0 20px;min-width: 120px; min-height: 180px; _height: 180px; background: url(../images/fn-sep.png) no-repeat 100% 10px }
.fn-col h3 { padding-bottom: 5px }
.fn-col h3 a { color: #fff; font: 300 17px microsoft yahei; text-shadow: 1px 1px #000 }
.fn-col ul li { background: url(../images/bullets.gif) no-repeat -2px 6px; color: #666; padding: 0 0 0 10px; line-height: 2 }
.fn-col ul li a { color: #fff; display: block; text-shadow: 0.5px 0.5px rgba(0,0,0,0.6) }
.fn-col ul li a:hover { color: #FFF }
.fn-col ul li:hover { background-position: -2px -94px; color: #FFCF01 }

.foot {height:48px; font-size: 14px;text-align: center;background: #fff;}
.ddb span {line-height: 48px;color: #555;}
.ddb span a{ color: #555}

.float_left {position:fixed; top:340px; right:10px;}
.float_left img{width: 120px;}