@charset "utf-8";
  /* 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;
}
address , caption , cite , code , dfn , em ,i , 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: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;
}
p {
  word-spacing:-1.5px;
}
li {
  list-style:none;
}
-moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  /*其他*/
  .cur {
  cursor:pointer
}
/*原reset*/
  sup {
  vertical-align:baseline;
}
sub {
  vertical-align:baseline;
}
input,button,textarea,select,optgroup,option {
  font-family:inherit;
  font-size:inherit;
  outline: none;
  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:16px;
  width: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;
}
/*清除浮动*/
  .clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  /*兼容 IE*/
  zoom: 1;
}
/*end reset*/
  /* CSS Document*/
  body {
  background-color:#fff;
  overflow-x:hidden;
  color:#666;
  font-size:16px;
  font-family: "微软雅黑";
  position:relative;
  min-width:1200px;
  width:100%;
}
/*网站字体颜色*/
  .content,.container {
  margin-left:auto;
  margin-right:auto;
  width:1200px;
}
.wrap-header {
  height: 99px;
  position: relative;
  z-index: 3;
}
.wrap-header .conleft {
  position: relative;
  padding-top: 25px;
}
.wrap-header .logoImg {
  margin-left: 40px;
}
.wrap-header .logoImg img {
  display: block;
  width: 96px;
  height: 46px;
}
.wrap-header .lTit {
  margin-left: 12px;
  color: #333;
}
.wrap-header .p1 {
  font-size: 16px;
  margin-bottom: 3px;
  padding-top: 3px;
}
.wrap-header .conright {
  position: relative;
  padding-right: 198px;
  width: 48%;
}
.wrap-header .nav ul {
  padding-top: 38px;
  width: 102%;
}
.wrap-header .nav ul li {
  float: left;
  font-size: 15px;
}
.wrap-header .nav ul li.cur a ,.wrap-header .nav ul li:hover a {
  color: #004ea1;
}
.wrap-header .menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 99px;
  height: 99px;
  background: #004ea1;
  cursor: pointer;
}
.wrap-header .menu span {
  display: block;
  height: 99px;
  background: url(menu.png) no-repeat center;
}
.wrap-header .search {
  position: absolute;
  right:99px;
  top: 0;
  width: 99px;
  height: 99px;
  background: #f7f7f7;
  cursor: pointer;
}
.wrap-header .search span {
  display: block;
  height: 99px;
  background: url(search.png) no-repeat center;
}
.DHnav {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(bg01.png);
  z-index: 999;
}
.DHnav .NavCon {
  position: fixed;
  right: -400px;
  top: 0;
  height: 100%;
  background: #fff;
  width: 300px;
  opacity: 0;
  z-index: 3;
}
.DHnav .NavCon .navUl {
  position: absolute;
  left: 0;
  top: 15%;
  width: 100%;
  font-size: 16px;
}
.DHnav .NavCon .navUl .navli {
  height: 65px;
  position: relative;
}
.DHnav .NavCon .navUl .navli .lia {
  display: block;
  height: 65px;
  text-indent: 120px;
  line-height: 65px;
}
.DHnav .NavCon .navUl .navli:hover {
  background: #004ea1;
}
.DHnav .NavCon .navUl .navli:hover .lia {
  color: #fff;
}
.DHnav .NavCon .navClose {
  width: 99px;
  height: 99px;
  background: url(navClose.png) no-repeat center;
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
  transition: all 0.5s;
}
.DHnav .NavCon .navClose:hover {
  transform: rotate(360deg);
}
.DHnav .NavCon .navUl .li1 .lia {
  background: url(navicon01.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li2 .lia {
  background: url(navicon03.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li3 .lia {
  background: url(navicon05.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li4 .lia {
  background: url(navicon07.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li5 .lia {
  background: url(navicon09.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li6 .lia {
  background: url(navicon11.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li7 .lia {
  background: url(navicon13.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li8 .lia {
  background: url(navicon15.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li9 .lia {
  background: url(navicon17.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li1:hover .lia {
  background: url(navicon02.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li2:hover .lia {
  background: url(navicon04.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li3:hover .lia {
  background: url(navicon06.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li4:hover .lia {
  background: url(navicon08.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li5:hover .lia {
  background: url(navicon10.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li6:hover .lia {
  background: url(navicon12.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li7:hover .lia {
  background: url(navicon14.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li8:hover .lia {
  background: url(navicon16.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .li9:hover .lia {
  background: url(navicon18.png) no-repeat 74px;
}
.DHnav .NavCon .navUl .libox {
  display: none;
  width: 220px;
  position: absolute;
  left: -220px;
  top: 0;
  background: url(bg02.png);
  text-align: center;
}
.DHnav .NavCon .navUl .libox p {
  height: 35px;
  line-height: 35px;
}
.DHnav .NavCon .navUl .libox p a {
  display: block;
  height: 35px;
  line-height: 35px;
  color: #fff;
}
.DHnav .NavCon .navUl .libox p:hover {
  background: #b88458;
}
.searchBox {
  display: none;
  position: absolute;
  left: 0;
  top: 99px;
  height: 250px;
  background: url(seachbg.jpg) no-repeat center;
  width: 100%;
}
.searchBox h3 {
  margin-bottom: 18px;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: normal;
}
.searchBox h3 em {
  display: block;
  width: 1px;
  height: 55px;
  background: #fff;
  margin: 0 auto;
}
.searchBox .searInp {
  height: 60px;
  background: #fff;
  margin-bottom: 25px;
}
.searchBox .searInp input {
  float: left;
  width: 1135px;
  height: 60px;
  border: none;
  line-height: 60px;
  font-size: 16px;
  color: #999;
  text-indent: 15px;
}
.searchBox .searInp span {
  float: right;
  display: block;
  width: 60px;
  height: 60px;
  background: url(search02.png) no-repeat center;
  cursor: pointer;
}
.searchBox .keyword {
  text-align: center;
}
.searchBox .keyword li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 5px;
  color: #fff;
}
.searchBox .keyword li a {
  color: #fff;
}
.wrap-footer {
  padding: 40px 0 65px 0;
  background: url(fbg.jpg);
  border-top: 1px solid #e6dfdf;
}
.wrap-footer ul {
  float: left;
  margin-left: 110px;
}
.wrap-footer ul:first-child {
  margin-left: 0;
}
.wrap-footer ul li {
  margin-bottom: 10px;
}
.wrap-footer ul li:hover a {
  color: #004ea1;
}
.wrap-footer ul li:first-child {
  margin-bottom: 24px;
}
.wrap-footer ul li:first-child a {
  color: #333;
}
.wrap-footer dl {
  float: right;
  text-align: right;
}
.wrap-footer dl dt {
  margin-bottom: 5px;
}
.wrap-footer dl dt img {
  display: block;
  width:98px;
  height:98px;
}
.wrap-footer dl dd {
  margin-right: 5px;
}
.ficp {
  height: 90px;
  background: #f8f8f8;
}
.ficp .container {
  position: relative;
  height: 90px;
}
.ficp p {
  height: 90px;
  line-height: 90px;
}
.ficp .ficpbg {
  height: 90px;
  width: 640px;
  background: #004ea1;
  position: absolute;
  right: -360px;
  top: 0;
}
.ficp p.fr {
  color: #fff;
  padding-left: 30px;
  background: url(ftel.png) no-repeat left center;
  position: relative;
  z-index: 2;
}
.zxkf {
  position: fixed;
  right: 0;
  top:40%;
  z-index: 99;
  width:56px;
}
.zxkf ul li {
  height: 54px;
  width: 210px;
  background: #004ea1;
  margin-bottom: 3px;
  border-radius: 15px 0 0 15px;
  position: relative;
  left: 0px;
  overflow: hidden;
  transition: all 0.5s;
}
.zxkf ul li a {
  display: block;
  height: 56px;
}
.zxkf ul li img {
  float:left;
  width: 30px;
  height: 30px;
  position: relative;
  left: 15px;
  top: 12px;
}
.zxkf ul li.li2 img {
  width: 31px;
  height: 15px;
  top: 19px;
}
.zxkf ul li.li6 img {
  top:14px;
}
.zxkf ul li.li7 {
  overflow: initial;
}
.zxkf ul li p {
  float: right;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  width: 150px;
  font-size: 16px;
  color: #fff;
}
.zxkf ul li:hover {
  left: -150px;
}
.zxkf ul li.li1:hover {
  left:0;
  background: #004ea1;
}
.zxkf ul li.li2:hover {
  left:0;
  background: #004ea1;
}
.zxkf ul li.li7:hover {
  left:0;
}
.zxkf ul li.li7 p {
  position: absolute;
  right: -56px;
  bottom:0;
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #2f2f2f;
}
.zxkf ul li.li7:hover p {
  right: 211px;
  bottom:0;
  width: 100px;
  height: 100px;
  padding: 5px;
  background: #2f2f2f;
}
.zxkf ul li.li7:hover p img {
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}
/*返回顶部*/
  .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:80%;
  right:46%;
  margin-right:-550px;
  cursor:pointer;
  display:none;
}
.rtTop h4 {
  width:43px;
  height:43px;
  overflow:hidden;
  position:relative;
}
.rtTop img {
  display:block;
  position:absolute;
  top:0;
  left:0;
}
/* -- 弹出窗口 --*/
  #oran_full_bg {
  display:none !important;
}
/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(tanchuangBg.png);
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #004ea1;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #004ea1;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}
/* 错误提示*/
  .errorMainCon {
  width: 100%;
  background: url(errorBg.jpg) no-repeat center #f6f6f6;
  ;height: 330px;
  padding-top: 300px;
}
.errorMainCon h3 {
  width: 525px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  color: #1e1e1e;
  font-weight: normal;
  margin: 0 auto;
}
.errorMainCon h3 em {
  color: #004ea1;
  font-weight: bold;
}
.errorMainCon p {
  font-size: 20px;
  color: #000000;
  text-align: center;
  margin-top: 30px;
}
.errorMainCon p em {
  color: #004ea1;
}
.errorMainCon a.error-url {
  font-size: 15px;
  color: #999999;
  font-family: arial;
  display: block;
  text-align: center;
  margin-top: 4px;
}
.errorMainCon .btn {
  text-align: center;
  height: 52px;
  width: 228px;
  margin: 30px auto 0;
  overflow: hidden;
}
.errorMainCon .btn .a1 {
  display: block;
  width: 104px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #818181;
  background: #e3e3e3;
  border-radius: 4px;
  float: left;
  text-decoration: none;
  border:none;
}
.errorMainCon .btn .a1:first-child {
  background: #004ea1;
  color: #fff;
  margin-right: 20px;
}

/*在线客服 longjh 2018年10月26日*/
.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:fixed; z-index:999; top:15%;right:0}
.side_content{width:0px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.side_center .custom_service p a{ text-decoration:none;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;margin-top: 14px;}
.msgserver a { background:url(sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}


@font-face {
    font-family: "AgencyFB-Bold";
    src:url("AgencyFB-Bold.eot");
    src:url("AgencyFB-Bold.eot") format("embedded-opentype"),
        url("AgencyFB-Bold.woff2") format("woff2"),
        url("AgencyFB-Bold.woff") format("woff"),
        url("AgencyFB-Bold.ttf") format("truetype"),
        url("AgencyFB-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* --Pengjin 2018-11-28 --*/
.wrapper{margin:0 auto;width:1200px;}
.top-wrap{height:45px;line-height:45px;background:#f1f1f1;}
.top-inner{position:relative;height:45px;}
.top-menu{float:right;}
.top-menu a{display:inline-block;font-size:13px;color:#999;}
.top-menu a:before{content:"";float:right;display:block;margin:0 16px;width:1px;height:45px;background:url(top_line.png) no-repeat center;}
.top-menu a:last-child:before{display:none;}
.top-menu a:hover{color:#004ea1;}
.welcome{font-size:13px;color:#999;}
.wxQRcode{display:none;position:absolute;z-index:333;top:55px;right:30px;padding:10px;width:140px;height:140px;background:#fff;border-radius:5px;box-shadow:0 0 10px #ccc;}
.wxQRcode img{display:block;width:140px;}
.wxQRcode:after,.wxQRcode:before{position: absolute;content:"";width:0;height:0;border:solid transparent;right:45%;bottom: 100%;}
.wxQRcode:before{border-width:10px;border-bottom-color:#ddd;margin-left:-10px;}
.wxQRcode:after{border-width:9px;border-bottom-color:#fff;margin-left:-9px;}
.header-wrap{clear:both;overflow:hidden;background:#fff;}
.header-inner{padding:18px 0;height:100px;overflow:hidden;}
.header-inner .logo{float:left;margin-right:20px;width:148px;height:100px;}
.header-inner .logo img{display:block;width:148px;height:100px;}
.header-inner .slogan{float:left;margin-top:18px;text-indent:20px;width:500px;height:68px;border-left:#d8d8d8 solid 1px;}
.header-inner .slogan h2{padding:8px 0;font-size:22px;color:#3181ba;}
.header-inner .slogan h2 span{color:#bc373a;}
.header-inner .slogan p{font-size:18px;color:#666;}
.header-inner .tel{float:right;margin-top:20px;padding-left:56px;height:47px;text-align:right;background:url(tel.png) no-repeat 0 center;}
.header-inner .tel dt{font-size:14px;color:#7d7d7d;line-height:22px;}
.header-inner .tel dd{font:24px/24px bold Arial;color:#bc373a;}
.nav{position:relative;width:100%;height:59px;background:#004ea1;}
.nav.fixed{position:fixed;top:0;left:0;z-index:9999;}
.nav-list li{float:left;padding:11px 11px;height:37px;line-height:37px;position:relative;}
.nav-list li>a{display:block;padding:0 20px;color:#fff;font-size:16px;color:#fff;}
.nav-list li:before{content:"";position:absolute;right:0;top:0;display:block;width:1px;height:59px;background:url(nav_line.png) no-repeat 0 center;}
.nav-list li:last-child:before{display:none;}
.nav-list li:hover>a,.nav-list li.cur>a{background:#bc373a;border-radius:22px;}
.nav-list li dl{display:none;position:absolute;z-index:9999;top:59px;left:-10%;padding:12px 0;width:120%;background:#fff;text-align:center;background:#fff;border-radius:5px;}
.nav-list li dl dd{margin:0 15px;height:40px;line-height:40px;font-size:14px;border-bottom:#ddd dashed 1px;}
.nav-list li dl dd:last-child{border-bottom:none;}
.nav-list li dl dd a{color:#333;}
.nav-list li dl dd a:hover{color:#bc373a;}

/* 友情链接 */
.yqlj {
    padding: 30px 0;
    background: #eee;
}
.yqlj .yqlj_con {
  padding: 5px 0;
}
.yqlj .yqlj_con .yqlj_p1 {
  width: 148px;
    font-size: 14px;
    color: #333;
    height: 34px;
    line-height: 34px;
    background: url(index_12.png) no-repeat left center;
}
.yqlj .yqlj_con .yqlj_p1 span{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    font-family: arial;
    text-transform: uppercase;
    display: block;
    float: left;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 20px;
}
.yqlj .yqlj_con .yqlj_p1 a {
  color: #d01817;
}
.yqlj .yqlj_con .yqlj_p2 {
  width: 1020px;
  padding-top: 10px;
}
.yqlj .yqlj_con .yqlj_p2 a {
  padding: 0 15px;
    float: left;
    line-height: 14px;
    font-size: 14px;
    color: #999;
    border-left: 1px dotted #ccc;
    margin-bottom: 15px;
}
.yqlj .yqlj_con .yqlj_p2 a:first-child {
  border-left:none;
  padding-left: 0;
}
.yqlj .yqlj_con .yqlj_p2 a:hover {
  color: #666;
}
/* 底部 */
 .footer {
  width: 100%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
.footerTop {
  width: 100%;
    background: #1a1a1a;
    padding-top: 80px;
    padding-bottom: 60px;
}
.footerTop .footerMenu {
  width: 100%;
  padding-bottom: 34px;
  border-bottom: 1px solid #1c2632;
}
.footerTop .footerMenu li {
  float: left;
  font-size: 16px;
  color: #fff;
  padding:0 19px;
  border-left: 1px solid #373e46;
  border-right: 1px solid #666666;
}
.footerTop .footerMenu li:first-child {
  border-left: none;
  padding-left: 0;
}
.footerTop .footerMenu li.last {
  padding-right: 0;
  border-right: none;
}
.footerTop .footerMenu li a {
  color: #999999;
}
.footerTop .conBox {
  width: 100%;
}
.footerTop .conBox .conL {
  float: left;
}
.footerTop .conBox .conL dl {
  float: left;
  background: url(footer_xian.png) no-repeat left top;
  height: 192px;
  padding-left: 40px;
}
.footerTop .conBox .conL dt {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.footerTop .conBox .conL dd a {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 8px;
}
.footerTop .conBox .conL dd a:hover {
  color:#fff;
}
.footerTop .conBox .conL dd p {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 8px;
}
.footerTop .conBox .conL dd p span {
  color: #fff;
  font-weight: bold;
}
.footerTop .conBox .conL dl.dl1 {
    width: 200px;
    background: none;
    padding-right: 70px;
}
.footerTop .conBox .conL dl.dl1 img{
    background: none;
    display: block;
    margin: 0 auto;
}
.footerTop .conBox .conL dl.dl1 dd{
  color: #019ee1;
    font-size: 30px;
    text-align: center;
}
.footerTop .conBox .conL dl.dl1 dd span{
  color: #fff;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    /* letter-spacing: 1.6px; */
}
.footerTop .conBox .conL dl.dl2 {
  width: 120px;
}
.footerTop .conBox .conL dl.dl3 {
  width:360px;
}
.footerTop .conBox .conL dl.dl4 {
  width: 275px;
}
.footerTop .conBox .conR {
  float: right;
  width: 275px;
}
.footerTop .conBox .conR p {
  float: left;
  text-align: center;
}
.footerTop .conBox .conR p span {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    line-height: 20px;
}
.footerTop .conBox .conR p:first-child {
  margin-right: 20px;
}
.footerBottom {
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: #333;
}
.footerBottom .banquan {
  width:1200px;
  margin:0 auto;
}
.footerBottom p {
  font-size: 16px;
  color: #fff;
  text-align:center;
}
.footerBottom a {
  color: #fff;
}
.footerBottom p a#banq {
  color: #fff;
}
.footerBottom .banquan span {
  float:right;
  display:block;
  font-size: 12px;
}
.footerBottom a:hover {
  color:#fff;
}

/*-- online --*/
.online{position:fixed;z-index:9999;right:10px;top:150px;width:109px;border:#eee solid 1px;border-radius:8px;background:#fff;}
.online-close{position:absolute;z-index:999;top:-15px;left:40px;width:30px;height:30px;background:url(online_close.png) no-repeat;cursor:pointer;transition:all 0.5s;}
.online-close:hover{transform:rotate(360deg);}
.online-QQ{text-align:center;overflow:hidden;background:#f8f8f8;border-bottom:#eee solid 1px;border-radius:8px 8px 0 0;}
.online-QQ a{display:block;padding:20px 0;font-size:15px;color:#666;}
.online-QQ a:hover{background:#004ea1;color:#fff;}
.online-tel dl{padding:10px 0;text-align:center;line-height:1.5;border-bottom:#eee solid 1px;}
.online-tel dt{font-size:13px;color:#999;}
.online-tel dd{font-size:15px;color:#bc373a;font-family:Arial;}
.online-btn{height:54px;overflow:hidden;border-radius:0 0 8px 8px;}
.online-btn a{display:block;float:left;width:54px;height:54px;}
.online-btn a:hover{background-color:#eee;}
.online-wx{background:#fff url(online-wx.png) no-repeat;border-right:#eee solid 1px;}
.gotop{background:#fff url(gotop.png) no-repeat;}
.online-QRcode{display:none;position:absolute;left:-190px;bottom:10px;width:176px;height:186px;background:#fff;border:#ebebeb solid 1px;border-top:#004ea1 solid 3px;box-shadow:0 0 10px #ccc;}
.online-QRcode img{display:block;margin:22px auto 0;width:120px;height:120px;}
.online-QRcode p{height:20px;line-height:20px;text-align:center;font-size:13px;color:#999;overflow:hidden;}
.online-QRcode:after,.online-QRcode:before {position: absolute;content: "";width: 0;height: 0;border: solid transparent;left: 100%;bottom: 10px;}
.online-QRcode:before {border-width: 10px;border-left-color: #ddd;margin-top: -10px;}
.online-QRcode:after {border-width: 9px;border-left-color: #fff;margin-top: -9px;}
.online-mini{display:none;position:fixed;z-index:9999;right:0;top:150px;width:40px;height:110px;background:#004ea1;border-radius:5px;}
.online-open{position:absolute;top:-12px;left:7px;width:25px;height:25px;cursor:pointer;background:url(online_open.png) no-repeat;}
.online-mini span{display:block;padding:20px 10px;color:#fff;text-align:center;}

.header-inner .cxt{ float: right;margin-top: 20px; }
.header-inner  .phone{ float: right; margin-top: 15px; overflow: hidden}
.header-inner  .phone-item{ text-align: left; padding-left: 60px; float: left; margin-left: 50px}
.header-inner  .phone-item em{ display: block; font-size: 14px; color: #666;}
.header-inner  .phone-item p{ font-size: 25px; color: #3181ba; font-family: Arial;}
.header-inner  .phone1{ background: url("phone.png") no-repeat left center}
.header-inner  .phone2{ background: url("phone-2.png") no-repeat left center}

