@charset "utf-8";
/* 清除内外边距*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
/* structural elements 结构元素*/
dl, dt, dd, ul, ol, li, 
/* list elements 列表元素*/
pre, 
/* text formatting elements 文本格式元素*/
fieldset, lengend, button, input, textarea, 
/* form elements 表单元素*/
th, td {
    /* table elements 表格元素*/
    margin: 0;
    padding: 0;
}
input,textarea {
    border: 2 none;
    box-shadow: none;
    outline: none;
}
/* 设置默认字体*/
body {
    width: 100%;
    min-width: 1284px;
    margin:0 auto;
    overflow-x:hidden;
}
body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";
    color: #787878;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4, h5, h6 {
    font-size: 100%;
}
* h1,* h2,* h3,* h4,* h5,* h6 {
    margin: 0px;
}
/*覆盖bootstrape对标题加的默认外边距*/
address, cite, dfn, em, i, var {
    font-style: normal;
}
/* 斜体扶正*/
/* 重置列表元素*/
ul, ol ,li {
    list-style: none;
}
/* 重置文本格式元素*/
    
a {
    text-decoration: none;
    color: #787878;
    word-wrap:break-word;
}
/*英文换行*/
a:hover {
    text-decoration: none;
    color:#910800;
}
/* 重置表单元素*/
legend {
    color: #000;
}
/* for ie6*/
fieldset, img {
    border: none;
}
/* img 搭车：让链接里的 img 无边框*/
/* 注：optgroup 无法扶正*/
button, input, select, textarea {
    font-size: 100%;
    /* 使表单元素在 ie 下能继承字体大小*/
    
}
/* 重置表格元素*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
html {
    overflow-y: scroll;
    overflow-x:hidden;
}
/*设置浮动*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.pr {
    position: relative;
}
.pa {
    position: absolute;
}
/*字体大小*/
.fz12 {
    font-size: 12px;
}
.fz14 {
    font-size: 14px;
}
.fz16 {
    font-size: 16px;
}
.fz18 {
    font-size: 18px;
}
.fz20 {
    font-size: 20px;
}
.fz22 {
    font-size: 22px;
}
.clear {
    clear: both;
    height: 0;
}
.blk-main .clearlist {
    clear:both;
    height:0;
    padding:0;
    margin:0;
    border:0;
    width:100% ;
    float:none;
}
.header ,.content , .footer {
    width:1200px;
    margin:0 auto;
    font-family:"Microsoft Yahei";
}
/*top*/
.h_top {
    height:248px;
    background:url(../images/topbg.jpg) repeat-x center 0;
    position: relative;
    z-index: 2;
    font-family:"Microsoft Yahei";
}
.t_top {
    height:31px;
    line-height:31px;
    color: #555;
}
.t_top span {
    float: right;
}
.t_top a {
    color: #555;
    display: inline-block;
    padding:0 0 0 26px;
}
.t_con {
    height:136px;
    padding:15px 0 0;
    overflow: hidden;
}
.t_logo,.t_logo img {
    width:110px;
    display: block;
    height:110px;
}
.t_logo b {
    display:block;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    color:#0183FF;
    letter-spacing:10px;
}
.t_text {
    font-size:22px;
    color: #333;
    line-height:40px;
    overflow: hidden;
    width:570px;
    padding:14px 0 0 29px;
    height:66px;
    margin:11px 0 0 23px;
    border-left: solid 1px #ccc;
    font-weight: normal;
}
.t_text b {
    font-size:34px;
    line-height:34px;
    display:block;
    color:#0183FF;
    font-weight:bold;
}
.t_text span {
    letter-spacing: 4px;
}
.t_text em {
    font-style:normal;
    color:#0183FF;
}
.t_pho {
    color: #676767;
    padding:9px 0 0 70px;
    background:url(../images/lx.png) no-repeat 0 24px;
    white-space: nowrap;
    line-height:20px;
    font-size:16px;
    font-weight: bold;
    margin-top: 10px;
}
.t_pho span {
    display: block;
    /*font-family: Impact;*/
    font-size: 28px;
    line-height: 34px;
    color: #59CF5B;
    margin-top: 5px;
}
.menu {
    white-space:nowrap;
    width: 1200px;
    height:66px;
    line-height:66px;
    font-size: 16px;
}
.menu li {
    float: left;
    position: relative;
}
.menu li a {
    color:#fff;
    display: inline-block;
    padding: 0 25px;
}
.menu li.cur a,.menu li a:hover {
    text-decoration:none;
    z-index:2;
    background:#59CF5B;
}
.menu li a:-webkit-any-link {
    display:block;
}
.menu ul li ul.erj {
    background: #0183FF none repeat scroll 0 0;
    position: absolute;
    z-index: 999;
    display: none;
    padding: 0 8px;

}
.menu ul li.cur ul.erj {
    background: #0183FF
}
.menu ul li ul.erj li {
    background:none;
    margin-left:0;
    width:100%;
    line-height: 46px;
    height: 46px;
}
.menu ul li ul.erj li a {
    color: white;
    width:100%;
    padding:0px;
    display: block;
    text-align:center;
}
.menu ul li ul.erj li:hover {
    background: #59CF5B;
}
/*搜索*/
.seabox {
    height:0;
    z-index: 11;
}
.sea_ico {
    right: 0;
    top: -66px;
    background:url(../images/sea_ico.gif) no-repeat right 21px;
    width:40px;
    height: 130px;
}
.sea_inp {
    width:324px;
    overflow: hidden;
    position: absolute;
    top: 66px;
    right:-20px;
    display: none;
}
.sea_inp .serach {
    width:248px;
    height:40px;
    line-height:40px;
    color:#a7aaa3;
    float:left;
    outline: none;
    display: block;
    position: relative;
    background:#fff;
    padding:0 0 0 19px;
    border: 0;
    font-size: 14px;
}
.sea_inp .sub {
    width:56px;
    height:40px;
    border:0;
    float:left;
    cursor: pointer;
    display: block;
    background:url(../images/sea_ico.gif) no-repeat 16px 6px #0183FF;
}
.sea_ico:hover .sea_inp {
    display: block;
}

/*foot*/
.foot_wrap0{background:#0e0e0e;height: 360px;padding-top: 40px;}
.footer0 ul{width:260px;padding-left:30px;background:url(../images/foot_yuan.png) no-repeat left 24px;}
.footer0 li{line-height:38px;color:#898989;font-size:13px;}
.footer0 .li_crt0{line-height:60px;color:#fff;font-size:20px;font-weight:bold;}
.footer0 li a{color:#898989;font-size:13px;}
.bottom_logo0{color:#898989;line-height:36px;text-align: center;margin-right: 80px;margin-top: 80px;}
.copyright0{line-height:80px;font-size:13px;color:#898989;text-align:center;background:#0e0e0e;}
.copyright0 a{color:#898989;}
/*kefu*/
  .gtr {
  position:fixed;
  z-index:888;
  right:0;
  width:70px;
  height:198px;
  margin-top:-99px;
  top:75%;
}
.gtr ul li {
  border-bottom:1px #ececec solid;
  float:left;
  position:relative;
  width:100%;
  height:65px;
}
.gtr ul li:hover {
  border-bottom:1px #ececec solid;
}
.gtr ul li:nth-child(3) img,.gtr ul li:nth-child(1) img {
  display:none;
  position:absolute;
  top:0;
  right:70px;
  max-width:none;
}
.gtr ul li a {
  background-color:#fff;
  -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);
  box-shadow:0 15px 30px rgba(0,0,0,0.1);
  display:block;
  width:100%;
  height:65px;
  background-position:center;
  background-repeat:no-repeat;
}
.gtr ul li:hover a {
  background-color:#2A6AD7;
}
.qqchat {
  display:none;
  position:absolute;
  right:75px;
  width:190x;
  height:144px;
  top:0px;
  background-image:url(../images/qqchat.png);
  background-position:center;
  background-repeat:no-repeat;
}
.gtr ul li:nth-child(3):hover img,.gtr ul li:nth-child(1):hover img {
  display:block;
}
.gtr ul li:nth-child(1) a {
  background-image:url(../images/qico.png);
}
.gtr ul li:nth-child(1):hover a {
  background-image:url(../images/qico2.png);
}
.gtr ul li:nth-child(2) a {
  background-image:url(../images/pico.png);
}
.gtr ul li:nth-child(2):hover a {
  background-image:url(../images/pico2.png);
}
.gtr ul li:nth-child(3) a {
  background-image:url(../images/sico.png);
}
.gtr ul li:nth-child(3):hover a {
  background-image:url(../images/sico2.png);
}
.gtr ul li:nth-child(4) a {
  background-image:url(../images/tico.png);
}
.gtr ul li:nth-child(4):hover a {
  background-image:url(../images/tico2.png);
}
.gtr ul li:nth-child(5) a {
  background-image:url(../images/tico.png);
}
.gtr ul li:nth-child(5):hover a {
  background-image:url(../images/tico2.png);
}
.gtr ul li .qqchat dl {
  float:left;
  width:190px;
  background: #fff;
}
.gtr ul li .qqchat dl dd {
  float:left;
  width:100%;
}
.gtr ul li .qqchat dl dd a {
  display:block;
  width:100%;
  height:65px;
  line-height:65px;
  background-image:url(../images/ptel.png);
  text-indent:45px;
  font-size: 18px;
  background-position:9px center;
  background-repeat:no-repeat;
}
.gtr ul li .qqchat dl dd:hover {
  background-color:#ebf3fa;
}
.gtr ul li:hover .qqchat dl dd a {
  background-color:transparent;
  background-image:url(../images/ptel.png);
}
.gtr ul li:hover .qqchat {
  display:block;
}