::-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, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}
::selection {
  background-color: #093ca1;
  color: #fff;
}
::-moz-selection {
  background-color: #093ca1;
  color: #fff;
}
::-webkit-selection {
  background-color: #093ca1;
  color: #fff;
}
* {
  padding: 0;
  margin: 0;
  font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}
body {
  font: 14px/1.5 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
  color: #333;
  margin: 0;
  min-width: 1220px;
  background: #fff;
  overflow-x: hidden;
}
:focus {
  outline: 1;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
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;
}
textarea {
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.fixedNav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
img {
  border: none;
  background: none;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.content-1 {
  width: 1200px;
  margin: 0 auto;
}
.content-all {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.dx {
  text-transform: uppercase;
}
.dh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
.header {
  height: 227px;
  width: 100%;
  background: #fff url(../images/bg.png) center top repeat;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.header .topbar {
  color: #999;
  border-bottom: 1px #e6e6e6 solid;
}
.header .topbar .topbarBox {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  clear: both;
  letter-spacing: 1px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: 5px 0;
}
.header .topbar .topbarBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.header .topbar .topbarBox a {
  color: #999;
  margin: 0 4px;
}
.header .topbar .topbarBox a:hover {
  color: #093ca1;
}
.header .topbar .xunpan {
  margin-left: 25px;
  cursor: pointer;
  position: relative;
  float: left;
  margin-right: 10px;
}
.header .topbar .xunpan i {
  margin: 0 5px;
  color: #093ca1;
  font-weight: bold;
}
.header .topbar .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 35px;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform .4s, opacity .4s;
  -moz-transition: transform .4s, opacity .4s;
  -o-transition: transform .4s, opacity .4s;
  -ms-transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s;
  background-color: #093ca1;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(9, 60, 161, 0.3);
}
.header .topbar .xunpan #xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #093ca1;
}
.header .topbar .xunpan #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.header .top {
  width: 1300px;
  margin: 0 auto;
  height: 122px;
  position: relative;
  line-height: 1;
}
.header .top .logo {
  float: left;
  height:100px;
  padding-top: 22px;
  padding-left:130px;
  background:url(../images/logo.jpg) left no-repeat;
}
.header .top .logo h1 {
  padding:10px 0px;
  margin: 0;
}
.header .top .logo h1 a b {
  display: block;
  font-size: 30px;
  height: 30px;
  color: #093ca1;
  letter-spacing: 2px;
  text-align: justify;
}
.header .top .logo h1 a b:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.header .top .logo h1 a b span {
  color: #093ca1;
}
.header .top .logo h1 a i {
  display: block;
  height: 13px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #4d4d4d;
  margin-top: 12px;
  text-transform: uppercase;
  text-align: justify;
}
.header .top .logo h1 a i:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.header .top .biaoyu {
  float: left;
  font-size: 16px;
  margin-top: 34px;
  background: url(../images/byline.png) left 4px no-repeat;
  padding-left: 28px;
  margin-left: 28px;
  line-height: 1;
}
.header .top .biaoyu .w1 {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #ef1111;
  font-weight:bold;
  letter-spacing: 1px;
}
.header .top .biaoyu .w2 {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #093ca1;
}
.header .top .tel {
  float: right;
  margin-top: 18px;
  background: url(../images/toptel.png) left center no-repeat;
  height: 50px;
  padding-left: 48px;
  line-height: 1;
}
.header .top .tel span {
  display: block;
  font-size: 17px;
  color: #093ca1;
}
.header .top .tel p {
  height: 24px;
  font-family: Arial;
  font-size: 28px;
  color: #093ca1;
  margin-top: 8px;
  letter-spacing: 1px;
}
.nav_bg {
  height: 64px;
  width: 100%;
  background: #093ca1;
}
.nav_bg .menu {
  width: 1210px;
  margin: 0 auto;
  height: 64px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu .nav {
  height: 64px;
  text-align: center;
  font-size: 0;
  margin: 0;
}
.nav_bg .menu .nav > li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 149px;
  margin-left: 1px;
}
.nav_bg .menu .nav > li:before {
  content: "";
  display: block;
  width: 1px;
  height: 64px;
  background: url(../images/navline.png) left center no-repeat;
  position: absolute;
  left: -1px;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .nav > li:first-child {
  margin-left: 0;
}
.nav_bg .menu .nav > li:first-child:before {
  display: none;
  margin-left: 0;
}
.nav_bg .menu .nav > li > a {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  position: relative;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0;
}
.nav_bg .menu .nav > li > a:hover {
  background: none;
}
.nav_bg .menu .nav > li > a:before {
  content: "";
  display: block;
  width: 0;
  height: 64px;
  overflow: hidden;
  background: #2f2f2f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav_bg .menu .nav > li:hover > a,
.nav_bg .menu .nav > li.another > a,
.nav_bg .menu .nav > li.on > a {
  color: #fff;
}
.nav_bg .menu .nav > li:hover > a:before,
.nav_bg .menu .nav > li.another > a:before,
.nav_bg .menu .nav > li.on > a:before {
  width: 100%;
}
.nav_bg .menu .nav > li:hover .sec {
  height: auto;
}
.nav_bg .menu .nav > li:hover .secs {
  height: auto;
}
.nav_bg .menu .nav .sec {
  width: 100%;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 64px;
  left: 0;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
}
.nav_bg .menu .nav .sec a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  left: 0;
  padding: 0 10px;
  border-top: 1px #eee solid;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #093ca1, #093ca1);
  background-image: linear-gradient(to right, #093ca1, #093ca1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .sec a:hover {
  background-size: 100% 100%;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg .menu .nav .secs {
  background: #fff;
  width: 1180px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 64px;
  left: -300px;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
  padding: 0 10px 20px;
  display: none;
}
.nav_bg .menu .nav .secs:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.nav_bg .menu .nav .secs li.nlayer1 {
  float: left;
  width: 275px;
  padding: 10px 10px 0;
  background: none;
  margin: 12px 0 0;
}
.nav_bg .menu .nav .secs li.nlayer1 img {
  width: 275px;
  height: 150px;
}
.nav_bg .menu .nav .secs li.nlayer1:nth-child(4) {
  border-right: none;
}
.nav_bg .menu .nav .secs li.nlayer1 > a {
  display: block;
  text-align: center;
  line-height: 34px;
  height: 34px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a {
  background: #d9d9d9;
  margin-top: 10px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #093ca1, #093ca1);
  background-image: linear-gradient(to right, #093ca1, #093ca1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs li.nlayer1 > a.a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.nav_bg .menu .nav .secs .nlayer2 a {
  margin-top: 4px;
  text-align: center;
  width: 265px;
  display: block;
  line-height: 30px;
  height: 30px;
  background: #f2f2f2;
  color: #333;
  padding: 0 5px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #093ca1, #093ca1);
  background-image: linear-gradient(to right, #093ca1, #093ca1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.nav_bg .menu .nav .secs .nlayer2 a:after {
  content: "";
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.nav_bg .menu .nav .secs .nlayer2 a:hover {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.footer {
  background: url(../images/footerbg.jpg) center -120px repeat-y;
  color: #fff;
}
.footer * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.footer a {
  color: #fff;
}
.footer .footerBox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 40px 0 40px;
}
.footer .footerBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.footer .footerBox .fontnNav {
  float: left;
}
.footer .footerBox .fontnNav dl {
  float: left;
  width: 100px;
  margin-right: 17px;
}
.footer .footerBox .fontnNav dl dt {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.footer .footerBox .fontnNav dl dd {
  margin-top: 15px;
}
.footer .footerBox .fontnNav dl dd a {
  display: block;
  color: #fff;
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footerBox .fontnNav dl dd a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .footerBox .fontnNav dl dd a:hover {
  color: #fff;
}
.footer .footerBox .footerText {
  margin-top: 10px;
  border-left: 1px #839ccb solid;
  width: 490px;
  float: left;
  padding-left: 70px;
  font-size: 16px;
}
.footer .footerBox .footerText p {
  line-height: 32px;
  color: #fff;
}
.footer .footerBox .ewm {
  float: right;
}
.footer .footerBox .ewm img {
  width: 150px;
  height: 150px;
  display: block;
}
.footer .copyright {
  height: 50px;
  line-height: 50px;
  border-top: 1px #3461b1 solid;
  text-align: center;
  color: #fff;
}
.footer .copyright .copyrightBox {
  width: 1200px;
  margin: 0 auto;
}
.footer .copyright a {
  color: #fff;
}
.footer .copyright a:hover {
  color: #fff;
}
.footer .copyright .left {
  float: left;
}
.footer .copyright img {
  vertical-align: middle;
  margin-left: 10px;
}
.dg{ padding-top:30px;}
.dinggou{ width:1200px; height:600px; margin:0px auto; margin-top:20px;}
.dinggou_l{width:400px; height:600px; float:right; }
.dinggou_r{ width:800px; height:600px; float:left; }


.ewmBox {
    background: url("../images/xfbg.png") repeat;
    bottom: 0;
    height: 65px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.ewmBoxIn {
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
    position: relative;
    width: 1420px;
}

.ewmBoxIn p {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.ewmBoxIn p b {

    color: #f00;
}

.ewmBox a {
    color: #fff;
    text-decoration: none;
}

.ewmBox .ico {
    background: url("../images/ico.png") no-repeat;
    float: left;
    height: 54px;
    width: 54px;
}

.ewmBox .font {
    color: #000;
    float: left;
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    width: 230px;
}

.ewmBox .font p {
    line-height: 30px;
    margin: 0;
}

.ewmBox .font p.num {
    text-indent: 2em;
}

.ewmBox .phoneNum {
    float: left;
    padding: 5px 0 0;
    width: 350px;
}

.ewmBox .phoneNum .ico {
    background-position: 0 0;
}

.ewmBox .QQ {
    float: left;
    padding: 5px 0 0;
    width: 350px;
}

.ewmBox .QQ .ico {
    background-position: -57px 0;
}

.ewmBox .weChat {
    float: left;
    padding: 5px 0 0;
    position: relative;
    width: 320px;
}

.ewmBox .weChat .ico {
    background-position: -113px 0;
}

.ewmBox .weChat .wx {
    bottom: 65px;
    display: none;
    left: 0;
    position: absolute;
}

.ewmBox .weChat:hover .wx {
    display: block;
}
