@charset "utf-8";
  ::selection {
  background-color: #0172C2;
  color: #fff;
}
::-moz-selection {
  background-color: #0172C2;
  color: #fff;
}
::-webkit-selection {
  background-color: #0172C2;
  color: #fff;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #0a0a0a;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
a:hover {
  color: #ed744e;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
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;
}
i {
  font-style: normal;
}
/* 设置默认字体*/
body,button, input, select, textarea {
  font-family:"Microsoft Yahei" ;
  color: #0a0a0a;
}
* h1,* h2,* h3,* h4,* h5,* h6 {
  margin: 0px;
}
/* 重置列表元素*/
ul, ol ,li {
  list-style: none;
}
/* 重置文本格式元素*/
a {
  text-decoration: none;
  color: #666;
  word-wrap:break-word;
}
/*英文换行*/
a:hover {
  text-decoration: none;
  color:#666;
}
/* 重置表单元素*/
legend {
  color: #000;
}
/* for ie6*/
fieldset, img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框*/
button, input, select, textarea {
  font-size: 100%;
  /* 使表单元素在 ie 下能继承字体大小*/
  
}
/* 重置表格元素*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
html {
  overflow-y: scroll;
}
/*设置浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.f_pr {
  position: relative;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb3 {
  margin-bottom: 30px;
}
/*清除浮动*/
.clear {
  clear: both;
  height: 0;
}
.blk-main .clearlist {
  clear:both;
  height:0;
  padding:0;
  margin:0;
  border:0;
  width:100% ;
  float:none;
}
.b-main .clearlist {
  clear:both;
  height:0;
  padding:0;
  margin:0;
  border:0;
  width:100% ;
  float:none;
}
.clearafter:after {
  content:".";
  display:block;
  height:0;
  visibility:hidden;
  clear:both;
}
/* -- 页面整体布局 --*/
.content {
  width:1200px;
  margin:0 auto;
  overflow: hidden;
}
.pt {
  padding-top: 60px;
}
.pt40 {
  padding-top: 40px;
}
/* function*/
h2 a:hover {
  text-decoration: none;
}
input,textarea {
  outline:none;
}
textarea {
  resize:none;
}
em {
  font-style: normal;
}
.f_cb:after,.f_cbli li:after {
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
  overflow:hidden;
  content:".";
}
.f_cb,.f_cbli li {
  zoom:1;
}
.f_ib {
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.f_dn {
  display:none;
}
.f_db {
  display:block;
}
.f_pr {
  position:relative;
}
.f_pa {
  position:absolute;
}
.f_fl {
  float:left;
}
.f_fr {
  float:right;
}
.f_prz {
  position:relative;
  zoom:1;
}
.f_oh {
  overflow:hidden;
}
.f_fa {
  font-family:Arial, Helvetica, sans-serif;
}
.f_fw {
  font-family:"Microsoft Yahei"
}
em {
  font-style:normal;
}
/*header*/
.header {
  width: 100%;
  height: 100px;
  border-top: 3px #1454C0 solid;
  background: rgba(255,255,255,.5);
  position: absolute;
  z-index: 99;
}
.logo {
  width: 170px;
  float: left;
  overflow: hidden;
}
.logo a {
  width: 170px;
  height:100px;
  float: left;
}
.logo img {
  height: 100px;
  width: 170px;
}
.tel {
  float: left;
  width: 280px;
  font-size: 36px;
  color: #000;
  font-weight: bold;
  line-height: 100px;
  margin-left: 10px;
  margin-top: 0px;
}
/*nav*/
.nav_box {
  width: 730px;
  float: right;
  margin-top: -100px;
}
.Nav {
  height: 100px;
  width: 730px;
  line-height: 100px;
  position: absolute;
}
.Nav ul li {
  float: left;
  font-size: 16px;
  position: relative;
  text-align: center;
  border-left: 1px solid #1454C0;
}
.Nav ul li:first-child {
  border: 0;
}
.Nav ul li > a {
  color: #000;
  display: block;
  padding: 0 20px 0 19px;
}
.Nav ul li:hover {
  color: #fff;
  display: block;
  background:#1454C0;
}
.Nav ul li.cur>a {
  background:#1454C0;
  color: #fff;
  display: block;
}
.Nav li:hover {
  background: #1454C0;
  color: #fff;
}
.Nav li:hover a {
  color: #fff;
}
.Nav.cur {
  position: relative;
  top: 0;
  left: 0;
  background-color: #1454C0;
  width: 100%;
  height: 49px;
  z-index: 99;
}
.Nav.cur ul li {
  height: 49px;
  line-height: 49px;
}
.Nav.cur ul li .download-list {
  top: 100px;
}
.download-list {
  width: 144px;
  background-color: #1454C0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top:100px;
  z-index: 999999;
}
.download-list a {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 50px;
  padding-left: 35px;
  line-height: 50px;
  padding-right: 10px;
}
.download-list a:before {
  content:'';
  display: block;
  width: 11px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 15px;
  top: 25px;
}
.download-list a:hover {
  background-color: #1454C0;
  color:#fff }
.download-list a:hover:before {
  background-color: #fff
}
/*banner*/
.banner {
  clear:both;
  position:relative;
  width:100%;
  height:680px;
  overflow:hidden;
}
.banner .hd {
  position:absolute;
  left:0;
  bottom:30px;
  width:100%;
  height:2px;
  text-align:center;
  display: none;
}
.banner .hd li {
  display:inline-block;
  *display:line;
  *zoom:1;
  margin:0 10px;
  width:10px;
  height:10px;
  text-indent:-9999px;
  cursor:pointer;
  background:#1373BF;
  border-radius:50%;
}
.banner .hd li.cur {
  background:#1373BF;
}
.banner .bd,.banner .bd ul {
  height:680px;
}
.banner .bd li {
  position:relative;
  width:100%;
  height:680px;
}
.banner .bd li a {
  display:block;
  position:absolute;
  left:50%;
  top:0;
  margin-left:-960px;
  width:1920px;
  height:680px;
}
.banner .prev,.banner .next {
  position:absolute;
  z-index:999;
  top:50%;
  /*margin-top:-30px;*/
  width:35px;
  height:78px;
  cursor:pointer;
  opacity:0;
  transition: all 1s;
}
.banner .prev {
  left:8%;
  background:url(../images/banner_prev.png) no-repeat;
}
.banner .next {
  right:8%;
  background:url(../images/banner_next.png) no-repeat;
}
.banner:hover .prev,.banner:hover .next {
  opacity:1;
}
/* 搜索*/
.sousuo {
  width: 100%;
  height: 87px;
  line-height: 87px;
  border-bottom: 1px solid #e6e6e6;
}
.sousuo p {
  font-size: 16px;
  color: #999;
  width: 725px;
  overflow: hidden;
  height: 87px;
  line-height: 87px;
  float: left;
}
.sousuo p a {
  font-size: 16px;
  color: #999;
  margin-left: 22px;
}
.sousuo p a:hover {
  color: #1454C0;
}
.sousuo p.p01 {
  width: 405px;
  float: right;
  margin-top: 20px;
  background: #1454C0;
  height: 48px;
}
.sousuo p input {
  width: 303px;
  float: left;
  height: 46px;
  line-height: 48px;
  text-indent: 10px;
  outline: none;
  border: 1px solid #1454C0;
}
.sousuo p.p01 >button {
  display: block;
  width: 98px;
  height: 48px;
  line-height: 48px;
  text-indent: 30px;
  float: right;
  margin-left: 0;
  font-size: 16px;
  color: #fff;
  background: url(../images/sousuo.png) no-repeat 20px;
  border: navajowhite;
}
/*foot*/
.footWrap {
  background:#323230;
  min-height:343px;
  padding-top: 65px;
  font-family:"Microsoft Yahei";
  box-sizing: border-box;
}
.footWrap em {
  padding:0 5px;
}
.ft_left {
  width:263px;
  float: left;
  height: 235px;
  position: relative;
}
.ft_left:before {
  content: "";
  width: 1px ;
  height: 203px;
  background: #6e6e6e;
  position: absolute;
  right: 0;
  top:5px;
}
.ft_left .flogo img {
  width: 120px;
  height: 119px;
  display: block;
}
.ft_left p {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  padding-top: 20px;
}
.ft_left p a {
  color: #fff;
}
.fcontact {
  width:424px;
  float: left;
  padding-left:50px;
  box-sizing: border-box;
  height: 265px;
  position: relative;
}
.fcontact:before {
  content: "";
  width: 1px ;
  height: 203px;
  background: #6e6e6e;
  position: absolute;
  right: 0;
  top:5px;
}
.fcontact h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.fcontact li {
  font-size: 14px;
  color: #e1e1e1;
  height: 50px;
  margin-bottom: 12px;
  font-weight: normal;
  padding-left: 50px;
  background: url(../images/fico3.png) no-repeat left center;
  line-height: 21px;
}
.fcontact li span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.fcontact li:nth-child(1) {
  background: url(../images/fico1.png) no-repeat left center;
  font-size: 18px;
  font-weight: bold;
  font-family: "Arial";
}
.fcontact li:nth-child(2) {
  background: url(../images/fico2.png) no-repeat left center;
  font-size: 18px;
  font-weight: normal;
  font-family: "Arial";
}
.ft_nav {
  width: 347px;
  float: left;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
}
.ft_nav:before {
  content: "";
  width: 1px ;
  height: 203px;
  background: #6e6e6e;
  position: absolute;
  right: 0;
  top:5px;
}
.ft_nav h3 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.ft_nav .fnav a {
  display: block;
  font-size:16px;
  color:#ffffff;
  width:147px;
  float: left;
  height: 45px;
  line-height: 45px;
}
.ft_code {
  width: 114px;
  float: right;
}
.ft_code h3 i {
  display: block;
  font-size: 16px;
  margin-top: 16px;
  height: 40px;
  line-height: 40px;
  border-bottom:1px solid #979898;
  border-top:1px solid #979898;
}
.ft_code h3 {
  display: block;
  font-size: 19px;
  color: #fff;
  font-family: "Times New Roman";
  font-weight: normal;
}
.code {
  width: 114px;
  height: 114px;
  float: left;
  margin-top: 20px;
  margin-right: 39px;
}
.code img {
  width: 114px;
  height: 114px;
}
/*foot end*/
/* 浮动客服*/
.kf {
  position:fixed;
  z-index:888;
  right:0;
  width:70px;
  height:198px;
  margin-top:-99px;
  top:75%;
}
.kf ul li {
  /*border-bottom:1px #ececec solid;*/
  float:left;
  position:relative;
  width:100%;
  height:65px;
}
.kf ul li:nth-child(1) {
  border-bottom:1px #fbfdfd solid;
}
.kf ul li:nth-child(2) {
  border-bottom:1px #fbfdfd solid;
}
.kf ul li:nth-child(3) {
  border-bottom:1px #fbfdfd solid;
}
/*.kf ul li:hover {
  border-bottom:1px #ececec solid;
}*/
  .kf ul li:nth-child(3) img,.kf ul li:nth-child(1) img {
  display:none;
  position:absolute;
  top:0;
  right:70px;
  max-width:none;
}
.kf ul li a {
  background-color:#1454C0;
  -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;
}
.kf ul li:hover a {
  background-color:#216BCE;
}
.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;
}
.kf ul li:nth-child(3):hover img,.kf ul li:nth-child(1):hover img {
  display:block;
}
.kf ul li:nth-child(1) a {
  background-image:url(../images/qico2.png);
}
.kf ul li:nth-child(1):hover a {
  background-image:url(../images/qico2.png);
}
.kf ul li:nth-child(2) a {
  background-image:url(../images/pico2.png);
}
.kf ul li:nth-child(2):hover a {
  background-image:url(../images/pico2.png);
}
.kf ul li:nth-child(3) a {
  background-image:url(../images/sico2.png);
}
.kf ul li:nth-child(3):hover a {
  background-image:url(../images/sico2.png);
}
.kf ul li:nth-child(4) a {
  background-image:url(../images/tico2.png);
}
.kf ul li:nth-child(4):hover a {
  background-image:url(../images/tico2.png);
}
.kf ul li:nth-child(5) a {
  background-image:url(../images/tico2.png);
}
.kf ul li:nth-child(5):hover a {
  background-image:url(../images/tico2.png);
}
.kf ul li .qqchat dl {
  float:left;
  width:190px;
  background: #fff;
}
.kf ul li .qqchat dl dd {
  float:left;
  width:100%;
}
.kf ul li .qqchat dl dd a {
  display:block;
  width:100%;
  height:65px;
  line-height:65px;
  background:url(../images/ptel.png) #216BCE;
  text-indent:45px;
  font-size: 18px;
  color: #fff;
  background-position:9px center;
  background-repeat:no-repeat;
}
.kf ul li .qqchat dl dd:hover {
  color: #000;
}
.kf ul li:hover .qqchat dl dd a {
  background-color:#216BCE;
  background-image:url(../images/ptel.png);
}
.kf ul li:hover .qqchat {
  display:block;
}