html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
}
em,
i {
  font-style: normal;
}
img {
  display: block;
  width: 100%;
}
ul,
li,
ol {
  list-style: none;
}
.shell,
.wrap {
  width: 1210px;
  margin: 0px auto;
}
a,
button {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrap {
  width: 1280px;
  margin: auto;
}
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.mar {
  margin: 30px auto;
}
.lead {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background: #fff2df;
}
.lead img {
  display: inline-block;
  width: 627px;
}
.lead strong {
  font-size: 36px;
}
.lead span {
  color: #0c97ee;
}
.lead p {
  width: 560px;
  font-size: 20px;
  line-height: 1.7em;
}
.title_main {
  text-align: center;
}
.title_main strong {
  font-size: 36px;
}
.title_main p {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
  font-weight: normal;
}
.title_main span {
  color: #f97e16;
}
.qjbox {
  background: url("/images_2016/dianshang/qj.jpg") -26px 59px / 23% no-repeat;
  padding-bottom: 25px;
}
.qj {
  padding-left: 268px;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  padding-top: 31px;
}
.qj li {
  width: 330px;
  padding-left: 50px;
}
.qj li hr {
  width: 50px;
  border: 1px solid #f97e16;
  margin-bottom: 15px;
}
.qj li strong {
  font-size: 20px;
}
.qj li p {
  color: #939393;
  font-size: 18px;
  margin: 15px 0px;
}
.qj li button {
  width: 270px;
  height: 40px;
  border-radius: 50px;
  background: #0c97ee;
  color: #ffffff;
}
.bggrey {
  background: #e4e4e4;
  overflow: hidden;
  padding-bottom: 42px;
}
.qj2 {
  height: 110px;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.qj2 li {
  width: 130px;
  height: 48px;
  line-height: 48px;
  border-radius: 3px;
  background: #ffffff;
  color: #828282;
  text-align: center;
}
.kcts {
  padding: 30px 0px;
  background: #fff2df;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kcts li:nth-child(2n+1) {
  width: 100px;
  height: 60px;
  padding: 10px 0px;
  border-radius: 10px;
  background: #ffffff;
  color: #ababab;
  font-size: 24px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.kcts li:first-child {
  background: #0c97ee;
  color: #ffffff;
}
.kcts li:nth-child(2n) {
  width: 45px;
  text-align: center;
  color: #0c97ee;
  font-size: 40px;
  font-weight: bold;
}
.kc {
  height: 300px;
  position: relative;
}
.kclist {
  width: 940px;
  height: 260px;
  padding: 20px 0px;
  background: #e4e4e4;
  border-radius: 10px;
  position: absolute;
  right: 0px;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.kclist .swiper-slide {
  width: 940px;
  height: 260px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kclist .swiper-slide img {
  display: inline-block;
  width: 380px;
}
.kclist p {
  width: 360px;
  line-height: 1.8em;
}
.kclist-pagination {
  left: 0px;
  top: 0px;
}
.kclist-pagination .swiper-pagination-bullet {
  display: block;
  width: 236px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: #e4e4e4;
  opacity: 1;
  margin-bottom: 10px;
}
.kclist-pagination .swiper-pagination-bullet-active {
  position: relative;
  background: #0c97ee;
  color: #ffffff;
}
.kclist-pagination .swiper-pagination-bullet-active::after {
  width: 20px;
  height: 20px;
  content: "";
  background: #e4e4e4;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 330px;
  top: 16px;
  z-index: -1;
}
.hj {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: -24px;
}
.hj li {
  width: 374px;
  text-align: center;
}
.hj li p {
  line-height: 60px;
}
.xl li {
  width: 390px;
  border-radius: 8px;
  -webkit-box-shadow: #999999 0px 0px 5px;
  box-shadow: #999999 0px 0px 5px;
  overflow: hidden;
  background-color: #ffffff;
}
.xl li:hover {
  background: #f6f6f6;
}
.xl li p {
  height: 144px;
  margin: 20px;
  font-size: 20px;
  line-height: 1.5em;
}
.xl li p strong,
.xl li p span {
  display: block;
}
.xl li p strong {
  font-size: 26px;
}
.xl li p span {
  margin-top: 15px;
}
.xl li button {
  display: block;
  width: 280px;
  height: 50px;
  border-radius: 50px;
  background: #0c97ee;
  color: #ffffff;
  font-size: 18px;
}
.wt {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.wt li {
  width: 450px;
  padding: 5px 0px;
  border-bottom: 1px solid #cccccc;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wt li b {
  font-size: 20px;
}
.wt li span {
  font-size: 14px;
  color: #b7b7b7;
}
.wt li button {
  width: 170px;
  height: 35px;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  color: #f97e16;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
  display: block;
}
.wt li button img {
  position: relative;
  width: 24px;
  height: 20px;
  margin-right: 20px;
  display: inline-block;
  top: 3px;
}
.zxbtn {
  display: block;
  width: 380px;
  height: 50px;
  border-radius: 50px;
  background: #0050a2;
  color: #ffffff;
  font-size: 18px;
  margin: 40px auto 0;
}
.ds-sec {
  padding-bottom: 42px;
}
.ds-sec.nobt {
  padding-bottom: 0;
}
.ds-sec.gray {
  background: #e4e4e4;
  padding: 20px 0 40px;
}
