﻿@charset "utf-8";
/*reset*/
/* CSS reset for c_b */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th, table td {
    padding: 5px;
}

fieldset, img {
    border: 0;
}
img{
    max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #666;
    text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
    outline: none;
}

/*for ff f6n.net*/
a:hover {
    text-decoration: underline;
    text-decoration: none;
}

/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.clearfix {
    *zoom: 1;
    clear: both;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}
p {
    word-spacing: -1.5px;
}

-moz-box-sizing:content-box

;
-webkit-box-sizing:content-box

;
box-sizing:content-box

;
/*其他*/
.curp {
    cursor: pointer
}

;
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 12px/1.231 arial, helvetica, clean, sans-serif;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

/*end reset*/

#roll_top, #fall, #ct {
    position: relative;
    cursor: pointer;
    height: 52px;
    width: 52px
}

#roll_top {
    background: url("../images/top.gif") no-repeat
}

#fall {
    background: url("../images/top.gif") no-repeat 0 -80px
}

#ct {
    background: url("../images/top.gif") no-repeat 0 -40px
}

#roll {
    display: block;
    width: 15px;
    margin-right: -558px;
    position: fixed;
    right: 46%;
    top: 80%;
    _margin-right: -558px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8));
    z-index: 100;
}

/* CSS Document */
body {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 12px;
    font-family: microsoft yahei, "宋体";
    position: relative;
}

/*网站字体颜色*/
.header, .content, .footer, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.content {
    margin-top: 15px;
}

/*页眉*/
.header {
    width: 100%;
    background: #fff;
}

.header .headerTop {
    overflow: hidden;
    width: 100%;
    height: 33px;
    border-bottom: 1px solid #e8e8e8;
}

.header .headerTop p {
    font-size: 13px;
    color: #666666;
    float: left;
    line-height: 33px;
}

.header .headerTop ul {
    overflow: hidden;
    float: right;
    margin-top: 8px;
    height: 17px;
    line-height: 17px;
}

.header .headerTop li {
    float: left;
    padding: 0 10px 0 28px;
    border-left: 1px solid #e8e8e8;
    font-size: 13px;
}

.header .headerTop li:first-child {
    border: none;
}

.header .headerTop li.last {
    padding-right: 0;
    background: url("../images/header-icon03.png") no-repeat 10px center;
}

.header .headerTop li a {
    color: #666;
}

.header .headerTop .first {
    background: url("../images/header-icon01.png") no-repeat 10px center;
}

.header .headerTop .second {
}

.header .headerCenter {
    overflow: hidden;
    height: 109px;
}

.header .headerCenter dl {
    overflow: hidden;
    float: left;
    margin-top: 10px;
}

.header .headerCenter dt {
    float: left;
    overflow: hidden;
}

.header .headerCenter dd {
    overflow: hidden;
    float: left;
    margin-top: 20px;
    margin-left: 26px;
    height: 48px;
    padding-left: 16px;
    border-left: 1px solid #e8e8e8;
}

.header .headerCenter h2 {
    font-size: 16px;
    color: #333333;
    padding-bottom: 6px;
    font-weight: normal;
}

.header .headerCenter dd p {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-top: 5px;
}

.header .headerCenter dd p span {
    color: #ff9800;
}

.header .headerCenter .phone {
    overflow: hidden;
    float: right;
    margin-top: 32px;
    background: url("../images/header-phone.png") no-repeat left top;
    padding-left: 50px;
    width: 205px;
}

.header .headerCenter .phone p {
    font-size: 14px;
    color: #333333;
}

.header .headerCenter .phone i {
    font-size: 26px;
    font-family: Myriad Pro;
    color: #0087d5;
    display: block;
    font-weight: bold;
}

.headerNav {
    width: 100%;
    height: 42px;
    background: url("../images/navbg.jpg") no-repeat center;
}

.headerNav ul {
    width: 102%;
}

.headerNav li {
    float: left;
    font-size: 16px;
    border-left: 1px solid #22a7e0;
    line-height: 42px;
    border-right: 1px solid #008eca;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
	font-weight:bold;
}
.headerNav li>a .down{
    display: inline-block;
    margin-left: 5px;
}
.headerNav li .subNav{
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    background: #22a7e0;
    z-index: 11;
    text-indent: 5px;
    display: none;
}
.headerNav li:hover .subNav{
    display: block;
}
.headerNav li .subNav .item{
    position: relative;
    text-align: left;
}
.headerNav li .subNav .item .item-box{
    height: 42px;
    overflow: hidden;
}
.headerNav li .subNav .item .item-box>a{
    display: inline-block;
    width:80%;
}
.headerNav li .subNav .item .item-box>a.width100{
    width: 100%;
}
.headerNav li .subNav .item .item-box>span{
    margin-right: 5px;
    float: right;
}
.headerNav li .subNav .item:hover{
    background:#008eca;
}
.headerNav li .subNav .nav_min{
    position: absolute;
    right: -100%;
    top:0;
    width: 0;
    background:#22a7e0;
    overflow: hidden;
    text-align: center;
}

.headerNav li .subNav>.item:hover .nav_min{
    width: 100%;
}
.headerNav li .subNav>.item .nav_min:hover{
    width:100%;
}
.headerNav li:first-child {
    border-left: none;
}

.headerNav li:last-child {
    border-right: none;
}

.headerNav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.headerNav li:hover, .headerNav li.cur {
    background: url("../images/navbg2.png") repeat-x center;
}

.footer {
    width: 100%;
    border-top: 2px solid #ddd;
    background: #dadfe7;
}

.footer_top {
    background: #0084C2;
    padding: 20px 0;
    overflow: hidden;
}

.footer_bottom {
    height: 45px;
    background: #03608B;
    color: #666;
    font: 12px/45px "微软雅黑";
    text-align: center;
}

.footer_bottom img {
    margin-top: 10px;
    margin-left: 5px;
}
.footer_top .footer-logo{
    margin-right:20px;
}
.footer_top ul {
    width: 120px;
    padding-right: 50px;
}

.footer_top ul.lxwm {
    float: left;
    width: 400px;
}

.footer_top ul.lxwm li {
    line-height: 25px;
}
.footer_top ul.lxwm .company{
    font-size: 20px;
    margin-bottom: 10px;
}
.footer_top ul.lxwm li i {
    background: url("../images/icon.png") no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0px 3px 0 10px;
    vertical-align: -2px;
}

.footer_top ul.lxwm li i.qq {
    background-position: -386px -29px;
}

.footer_top ul li.footli1 {
    margin-bottom: 3px;
}

.footer_top ul li h3 a {
    color: #fff;
    font: 14px/20px "微软雅黑";
}

.footer_top ul li a, .footer_bottom a {
    color: #fff;
    font: 12px/26px "微软雅黑";
}

.footer_top ul li a:hover {
    text-decoration: underline;
}

.footer_top ul li h3:hover a {
    text-decoration: none;
    color: #2b528b;
}

.footer_top ul li {
    color: #fff;
}

.footer_top ul li img {
    margin-top: 12px;
    display: block;
}

.footer_bottom span {
    color: #fff;
}

.footer_bottom a:hover {
    text-decoration: underline;
}

/*select框*/
.linkselect {
    width: 175px;
    height: 25px;
    background: url("../images/select_bg.png") no-repeat left top;
    color: #666;
    font: 12px/25px "微软雅黑";
    padding-left: 10px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-top: 10px;
}

.linkselect ul {
    border: 1px solid #fff;
    border-bottom: 0;
    width: 156px;
    height: 100px;
    overflow-y: auto;
    height: 0;
    position: absolute;
    z-index: 10;
    bottom: 24px;
    background: #fff;
    overflow-x: hidden;
    left: 0px;
}

.linkselect ul li {
    height: 24px;
    border-bottom: 1px solid #c1c1c1;
}

.linkselect ul li a {
    padding-left: 10px;
    width: 146px;
    display: block;
    height: 24px;
    color: #666;
    font: 12px/24px "微软雅黑";
}

.linkselect ul li a:hover {
    color: #2b528b;
}

.linkbox {
    width: 1015px;
    height: 0px;
    position: absolute;
    bottom: 25px;
    background: #fff;
    right: 0;
    margin-right: 180px;
    display: none;
}

.linkbox a {
    color: #000;
}

.retop ul {
    overflow: hidden;
}

.retop li {
    float: left;
    margin-left: 10px;
}

.retop li img {
    display: block;
}

.rtTop {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: fixed;
    top: 85%;
    right: 51%;
    margin-right: -675px;
    cursor: pointer;
    display: none;
}

.rtTop h4 {
    width: 43px;
    height: 43px;
    overflow: hidden;
    position: relative;
}

.rtTop img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1 {
    display: none;
    z-index: 1001;
    width: 398px;
    border: 1px solid #ccc;
    background: #fff;
    padding-bottom: 20px;
}

#mesbook1_c div, #mesbook1 div {
    border: 1px solid #E4E3E3;
    background: #EBECEB;
    height: 18px;
    padding: 4px .5em 0;
    margin-bottom: 10px;
}

#mesbook1_c dl.b1, #mesbook1 dl.b1 {
    width: 370px;
    margin: 0 auto;
}

#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {
    float: left;
    width: 105px;
    overflow: hidden;
}

#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
    width: 265px;
    float: right;
}

#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns {
    padding-bottom: 10px;
}

#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {
    margin-right: 20px;
}

.b15 {
    background: url("../images/skinsvibtn.png") no-repeat;
    border: 0;
    cursor: pointer;
    overflow: hidden;
}

.b15 {
    background-position: -79px -650px;
    width: 60px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

/*处理中动画占全屏*/
#oran_div_processing {
    width: 300px;
    padding: 20px;
    z-index: 9999;
    text-align: center;
    background: #fffeef;
    border: solid 1px #b8ab04;
}

/*右侧客户*/
.online_layer {
    position: fixed;
    width: 110px;
    height: 188px;
    right: 0px;
    top: 204px;
    z-index: 20000;
    color: #fff;
    background: url("../images/online_layer_4.png") no-repeat;
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
    background-position: -5px 0
}

.float_qq {
    background: url("../images/online_tab_2.png") no-repeat;
    display: block;
    position: absolute;
    width: 34px;
    height: 188px;
    background-position: -50px 0;
    left: -31px;
    top: 0
}

.online_layer .active {
    background-position: -9px 0
}

.online_layer a {
    color: #fff
}

.online_layer .floatbtn {
    margin-bottom: 9px
}

.online_layer .floatbtn a {
    width: 92px;
    height: 22px;
    display: block;
    margin: 0 auto;
}

.online_layer .contact_txt1 {
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    display: block
}

.online_layer .hotline_num {
    margin-top: 5px;
    height: 50px;
}

.online_layer .qr {
    text-align: center;
    margin: 0 auto
}

.online_layer .qr img {
    display: block;
    margin: 2px auto;
    width: 90px
}