::-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: #db1614;
  color: #fff;
}
::-moz-selection {
  background-color: #db1614;
  color: #fff;
}
::-webkit-selection {
  background-color: #db1614;
  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;
}
: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.2);
}
img {
  border: none;
  background: none;
  vertical-align: middle;
}
.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;
}
.header {
  height: 222px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.header .topbar {
  color: #fff;
  background: #333;
}
.header .topbar .topbarBox {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  clear: both;
  font-size: 14x;
  height: 33px;
  line-height: 33px;
}
.header .topbar .topbarBox:after {
  content: "";
  display: block;
  clear: both;
}
.header .topbar .topbarBox a {
  color: #fff;
}
.header .topbar .left span {
  float: left;
}
.header .topbar .left img {
  margin-right: 10px;
}
.header .topbar .right .list {
  float: left;
}
.header .topbar .right .list a {
  margin-left: 10px;
}
.header .topbar img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.header .topbar .xunpan {
  margin-left: 20px;
  cursor: pointer;
  position: relative;
  float: right;
}
.header .topbar .xunpan img {
  margin-right: 10px;
}
.header .topbar .xunpan i {
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 16px;
  background: #db1614;
  vertical-align: middle;
  position: relative;
  top: -2px;
  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: #5d4432;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(250, 250, 250, 0.1);
}
.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: #5d4432;
}
.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: 1200px;
  margin: 0 auto;
  height: 112px;
  position: relative;
}
.header .top .logo {
  float: left;
  padding-top: 21px;
  line-height: 1;
  width: 500px;
  height: 91px;
}
.header .top .logo h1 a {
  display: block;
}
.header .top .logo h1 a .pic {
  width: 170px;
  height: 70px;
  float: left;
  margin-right: 30px;
}
.header .top .logo h1 a b {
  display: block;
  font-size: 22px;
  padding-top: 18px;
  font-weight: normal;
}
.header .top .logo h1 a i {
  display: block;
  font-size: 10px;
  
  margin-top: 12px;
}
.header .top .biaoyu {
  position: absolute;
  left: 50%;
  margin-left: -108px;
  width: 320px;
  text-align: center;
  font-size: 15px;
  top: 27px;
  line-height: 24px;
}
.header .top .biaoyu i {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #333333;
  border: solid 7px #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}
.header .top .biaoyu i img {
  width: 22px;
  height: 22px;
  padding: 6px 6px 8px 8px;
}
.header .top .biaoyu h4 {
  font-weight: bold;
  margin-top: 8px;
  font-size: 16px;
}
.header .top .tel {
  margin-top: 30px;
  float: right;
  background: url(../images/toptel.png) left center no-repeat;
  padding-left: 55px;
  height: 56px;
  font-size: 14px;
  line-height: 56px;
  color: #666;
  margin-left:465px;
}
.nav_bg {
  background: #fff;
  height: 76px;
  border-top: 1px #999 solid;
}
.nav_bg .menu {
  width: 1200px;
  margin: 0 auto;
  height: 76px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.nav_bg .menu .nav {
  height: 76px;
  text-align: center;
}
.nav_bg .menu .nav > li {
  text-align: center;
  float: left;
  position: relative;
  width: 142px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: 9px;
}
.nav_bg .menu .nav > li:first-child {
  margin-left: 0;
}
.nav_bg .menu .nav > li > a {
  display: block;
  height: 76px;
  line-height: 76px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.nav_bg .menu .nav > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 32px;
  background-color: #db1614;
  background-image: linear-gradient(-90deg, #330c70 17%, #ff1800 100%);
  border-radius: 16px;
  top: 23px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.nav_bg .menu .nav > li:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.nav_bg .menu .nav > li:hover > a {
  color: #fff;
}
.nav_bg .menu .nav > li.on:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.nav_bg .menu .nav > li.on > a {
  color: #fff;
}
.nav_bg .menu .nav > li:hover .sec {
  height: auto;
}
.nav_bg .menu .nav > li:hover .secs {
  height: auto;
}
.nav_bg .menu .nav .sec {
  width: 142px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 76px;
  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;
}
.nav_bg .menu .nav .sec a:hover {
  background-color: #db1614;
  background-image: linear-gradient(0, #330c70 17%, #ff1800 100%);
  color: #fff;
  padding-left: 20px;
}
.nav_bg .menu .nav .secs {
  background: #fff;
  width: 1010px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 76px;
  left: -360px;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 0 10px;
}
.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: 230px;
  padding: 10px 10px;
  background: none;
  margin: 12px 0;
}
.nav_bg .menu .nav .secs li.nlayer1 img {
  width: 230px;
  height: 135px;
}
.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;
  width: 220px;
  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;
}
.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-color: #db1614;
  background-image: linear-gradient(0, #330c70 17%, #ff1800 100%);
  color: #fff;
}
.nav_bg .menu .nav .secs .nlayer2 {
  width: 240px;
  margin-left: -10px;
}
.nav_bg .menu .nav .secs .nlayer2 a {
  margin-top: 4px;
  text-align: center;
  width: 100px;
  line-height: 30px;
  height: 30px;
  background: #f2f2f2;
  margin-left: 10px;
  float: left;
  color: #333;
  padding: 0 5px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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 {
  background-color: #db1614;
  background-image: linear-gradient(0, #330c70 17%, #ff1800 100%);
  color: #fff;
}
.footer {
  color: #fff;
  background: #333;
}
.footer a {
  color: #fff;
}
.footer .footerBox {
  color: #fff;
  padding: 40px 0 15px;
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.footer .footerBox:after {
  content: "";
  display: block;
  clear: both;
}
.footer .footerBox .footerNav {
  clear: both;
}
.footer .footerBox .footerNav:after {
  content: "";
  display: block;
  clear: both;
}
.footer .footerBox .footerNav dl {
  float: left;
  margin-right: 60px;
  width: 130px;
  line-height: 30px;
}
.footer .footerBox .footerNav dl dt {
  font-size: 14px;
  color: #ffffff;
}
.footer .footerBox .footerNav dl dd a {
  font-size: 12px;
  color: #999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .footerBox .footerNav dl dd a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.footer .footerBox .footerNav dl dd a:hover {
  color: #fff;
}
.footer .footerBox .footerNav dl dd.dl4 {
  width: 80px;
}
.footer .footerBox .footerNav dl.dl4 {
  margin-right: 0;
}
.footer .footerBox .footerText {
  margin-top: 25px;
  clear: both;
}
.footer .footerBox .footerText:after {
  content: "";
  display: block;
  clear: both;
}
.footer .footerBox .footerText .ewm {
  float: left;
  width: 132px;
  height: 104px;
  background-color: #ffffff;
}
.footer .footerBox .footerText .ewm p {
  width: 20px;
  text-align: center;
  writing-mode: vertical-rl;
  line-height: 20px;
  color: #333;
  font-size: 12px;
  float: left;
  height: 100%;
  padding-left: 8px;
}
.footer .footerBox .footerText .ewm img {
  width: 104px;
  height: 104px;
}
.footer .footerBox .footerText .text {
  float: left;
  top: -10px;
  margin-left: 22px;
  position: relative;
}
.footer .footerBox .footerText .text p {
  line-height: 30px;
  font-size: 14px;
  color: #ccc;
}
.footer .footerBox .footerText .text p a {
  color: #ccc;
  display: inline-block;
}
.footer .footerBox .footerText .text p a:hover {
  color: #fff;
}
.footer .footerBox .footerText .text .guanzhu {
  font-size: 12px;
  color: #fff;
}
.footer .footerBox .footerText .text .tel {
  font-weight: bold;
  color: #fff;
}
.footer .footerBox .footerForm {
  float: right;
  width: 440px;
}
.footer .footerBox .footerForm h3 {
  line-height: 30px;
}
.footer .footerBox .footerForm h3 span {
  font-size: 14px;
  color: #ccc;
}
.footer .footerBox .footerForm input {
  float: left;
  margin-top: 15px;
  border: 1px rgba(204, 204, 204, 0.4) solid;
  height: 28px;
  padding: 0 12px;
  font-size: 14px;
  background: none;
  color: #fff;
  width: 180px;
}
.footer .footerBox .footerForm input::-webkit-input-placeholder {
  color: #ccc;
}
.footer .footerBox .footerForm input.usertel {
  margin-left: 10px;
}
.footer .footerBox .footerForm .xqcontent {
  line-height: 20px;
  padding: 5px 14px;
  height: 60px;
  color: #fff;
  border: 1px #707070 solid;
  background: none;
  width: 392px;
  margin-top: 15px;
}
.footer .footerBox .footerForm .xqcontent::-webkit-input-placeholder {
  color: #ccc;
}
.footer .footerBox .footerForm .submitform {
  width: 422px;
  height: 30px;
  line-height: 28px;
  border: 1px #330c70 solid;
  background: #330c70;
  color: #fff;
  margin-top: 15px;
  border: 1px #707070 solid;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.footer .footerBox .footerForm .submitform:hover {
  border-color: #db1614;
  background: #db1614;
  color: #fff;
}
.footer .copyright {
  height: 40px;
  background-color: #000;
  line-height: 40px;
  color: #ccc;
  text-align: center;
}

.nymessageQrcode{
  margin-top: 17px;
  margin-left: 20px;
  cursor: pointer;
}