* {
  margin: 0;
  padding: 0
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form,
input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

html {
  /* min-width: 1200px; */
}

a {
  text-decoration: none;
  color: #333;
  outline: none !important;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

input {
  border: 0;
}

input:focus {
  outline: none;
  border: 0;
}

ul li {
  list-style: none;
}

address {
  font-style: normal;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  background: #f2f2f2;
  /*-webkit-background-size:1920px 100%;
	background-size:1920px 100%;
	*/
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.clear {
  clear: both;
}

.clearfix {
  clear: both;
}


.main {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}

.con_bg {
  padding: 20px 30px 20px 30px;
  background-color: #ffffff;
}

.con {
  line-height: 30px;
  border-bottom: 1px solid #eeeeee;
}

.tit {
  text-align: center;
  font-size: 0px;
  padding: 20px 0px;
  border: none;
  margin-left: 0px;
  background: url(tit-bj.png) center no-repeat;
}

.tit h4 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
  color: #cc3333;
  text-align: center;
}

.tit h4 a {
  color: #cc3333;
  text-decoration: none;
}

.tit em {
  width: 60px;
  height: 6px;
  background-color: #cc3333;
  display: inline-block;
  text-align: center;
  margin-top: 25px;
  border-radius: 5px;
}

.list ul {
  display: block;
  width: 100%;
}

.list ul li {
  padding-left: 20px;
  position: relative;
  border-bottom: #f1f1f1 1px solid;
}

.list li a {
  line-height: 36px;
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list li:before {
  display: inline-block;
  content: "";
  height: 5px;
  width: 5px;
  background: #0A76EF;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 6px;
  margin-top: 15px;
}

.list li span {
  color: #999999;
  float: right;
  font-size: 14px;
  line-height: 36px
}

.list li a {
  transition: all 0.3s;
}

.list li:hover a {
  padding-left: 8px;
}

.mainbox {
  overflow: hidden;
}

.menu {
  width: 25%;
  float: left;
  padding: 15px 0px 0px 0px;
}

.menu li a {
  display: block;
  background: #f6f6f6;
  padding: 18px 15% 18px 7%;
  position: relative;
  line-height: 24px;
  font-size: 18px;
}

.menu li a:after {
  display: block;
  content: " ";
  position: absolute;
  right: 7%;
  top: 50%;
  width: 6px;
  height: 11px;
  margin-top: -5px;
  background: url(menu_icon.png) no-repeat;
}

.menu li .on {
  background: #ccdcf0;
  color: #333;
}

.con_list {
  width: 100%;
  padding: 15px 0px 0px 0px;
  line-height: 2em;
}

.mainbox .con_list {
  width: 72%;
  float: right;
}

.con_list .con_title {
  height: 50px;
  line-height: 50px;
  border-bottom: #0A76EF 1px solid;
  margin-bottom: 20px;
}

.con_list .con_title_bottom0 {
  margin-bottom: 0px;
}

.con_list .con_title h2 {
  display: block;
  padding: 0 15px;
  float: left;
  color: #0A76EF;
  border-bottom: #0A76EF 2px solid;
  font-size: 20px;
}

.m_list {
  overflow: hidden;
  padding-top: 15px;
}

.m_list ul li {
  width: 25%;
  height: 80px;
  line-height: 80px;
  float: left;
  margin-bottom: 25px;
  font-size: 20px;
  text-align: center;
}

.m_list ul li a {
  display: block;
  height: 80px;
  color: #333;
  margin-right: 30px;
  border: 1px solid #c7cee1;
  border-radius: 10px;
  background: #f5faff;
}
.mainbox li a:hover {
  color: #0A76EF;
}
.m_list li a:hover {
  margin-top: -5px;
  transition: .3s;
  color: #0A76EF;
  font-weight: bold;
}

.m_list ul li img {
  float: left;
  margin: 15px 8px 0 20px;
}

.m_list ul li span {
  display: block;
  float: left;
  line-height: 80px;
  cursor: pointer;
}

.m_BtnCard_list {
  overflow: hidden;
  padding-top: 15px;
}

.m_BtnCard_list li {
  width: 172px;
  height: 222px;
  border-radius: 7px;
  box-shadow: 0 0 8px -1px #d2c1c1;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.86);
  position: relative;
  overflow: hidden;
  float: left;
}

.m_BtnCard_list .IcoHead {
  height: 100%;
}

.m_BtnCard_list .IcoHead::before {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  top: 52px;
  border-radius: 50%;
  background-color: #0768ba;
  opacity: 0;
  transition: all 0.5s;
}

.m_BtnCard_list .IcoHead img {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  overflow: hidden;
  border-radius: 50%;
  background-color: #0768ba;
  top: 52px;
  left: 59px;
  left: calc(50% - 26px);
  box-shadow: 0 0 5px 0px #154f80;
  transition: all 0.5s;
}

.m_BtnCard_list .IcoHead span {
  display: block;
  position: absolute;
  top: 125px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #306eb0;
  line-height: 46px;
  transition: all 0.5s;
}

.m_BtnCard_list li:hover .IcoHead::before {
  transform: scale(5);
  opacity: 1;
}

.m_BtnCard_list li:hover .IcoHead img {
  box-shadow: none;
}

.m_BtnCard_list li:hover .IcoHead span {
  top: 115px;
  color: #FFF;
  font-size: 17px;
}

.m_BtnCard_list li+li {
  margin-left: 19px;
}

.m_up_list {
  overflow: hidden;
  padding-bottom: 10px;
}

.m_up_list ul {
  width: 105%;
  padding-top: 7px;
  padding-left: 15px;
}

.m_up_list ul li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 124px;
  height: 170px;
  margin-top: 30px;
  margin-left: 5px;
}

.m_up_list ul li a {}

.m_up_list ul li img {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

.m_up_list ul li span {
  display: block;
  width: 104px;
  height: 104px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  text-align: center;
  line-height: 104px;
  background-color: #f9a1a1;
  margin: 0 auto;
}

.m_up_list li p {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  padding-top: 20px;
  text-align: center;
}

.m_up_list li:hover span img {
  animation-name: bounce;
  transform-origin: center bottom;
}

.m_up_list li:hover p {
  color: #c00;
}

.m_up_list2 ul li {
  width: 560px;
  margin-left: 0px;
}

.m_up_list2 ul li span {
  width: 270px;
}

.m_up_list3 ul li {
  width: 370px;
  margin-left: 0px;
}

.m_up_list3 ul li span {
  width: 250px;
}

.m_up_list4 ul li {
  width: 275px;
  margin-left: 0px;
}

.m_up_list4 ul li span {
  width: 200px;
}

.m_up_list5 ul li {
  width: 220px;
  margin-left: 0px;
}

.m_up_list5 ul li span {
  width: 160px;
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }

  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06)
  }

  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

.com_title {
  font-size: 18px;
  font-weight: bold;
  color: #cc3333;
  height: 40px;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 15px;
}

.com_title span {
  display: inline-block;
  box-sizing: border-box;
  height: 100%;
  border-bottom: 3px solid #cc3333;
  padding: 0px 5px;
}

.zdqd_list .con_list {
  overflow: hidden;
}

.zdqd_list .list ul li {
  width: 33.3%;
  float: left;
}

.zdqd_list .list li:hover a {
  padding-left: 0px;
}


.zdly-title {
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  overflow: hidden;
  margin: 20px 0;
}

.zdly-title span {
  position: relative;
  height: 40px;
}

.zdly-title img {
  position: absolute;
  height: 40px;
  top: 0;
}

.title-icon-left {
  flex: 11 0 auto;
}

.title-icon-left img {
  right: 0;
}

.title-icon-right {
  flex: 11 0 auto;
}

.title-icon-right img {
  left: 0;
}

.title-text {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #333;
  flex: 2 0 auto;
}

.old_type .zdly-title {
  height: 80px;
}

.old_type .zdly-title span {
  height: 80px;
}

.old_type .zdly-title img {
  height: 80px;
}

.old_type .title-text {
  font-size: 34px;
  line-height: 80px;
}

.mobile_type .zdly-title {
  height: auto;
}

.mobile_type .zdly-title span {
  height: 10vw;
}

.mobile_type .zdly-title img {
  height: 10vw;
}

.mobile_type .title-text {
  font-size: 6vw;
  line-height: 10vw;
}