body {font-size:15px; background-color:#fff; font-family: Microsoft YaHei, "宋体" ; padding: 0;}
html,body{ height: 100%;}
.page-container{ width:1180px; margin:0px auto; font-size:15px; position: relative;}
.head{ width:100%; min-width: 1180px; background: url(image/top.png) 50% 0; height: 428px; }
.head h1{ display: none;}
.hfits-part{ margin-top: 25px;}
.hfits-ztAitem{ display: block; background: #fff; border-radius: 10px; box-shadow: 0 0 5px rgba(0,0,0,0.15); margin:0 20px; padding: 30px; font-size: 18px; text-align: center; text-decoration: none;}
.hfits-ztAitem .hfits-ztAitem-icon{ display: block; margin: 0 auto; width: 110px; height: 110px;}
.hfits-ztAitem-title{ font-size: 24px; color: #1b50a0; font-weight: 600; margin: 15px auto;}
.hfits-ztAitem-desc{ font-size: 18px; color: #555;}
.ztAicon-1{ background: url(image/icon1.png);}
.ztAicon-2{ background: url(image/icon2.png);}
.ztAicon-3{ background: url(image/icon3.png);}

.hfits-part-title-txt{padding: 5px 25px 5px 10px;background: #1b50a0;display: flex;justify-content: center;align-items: center;color:#ffffff;text-align: center;letter-spacing: 1.5px;font-size: 22px;}
.hfits-part-title-arr{width:0; height:0; border-width:15px 15px 15px 0;;border-style:solid; border-color:transparent #ffffff transparent transparent;margin-left: -15px;}
.hfits-part-content{margin: 0 20px;border-left: 2px dashed #1b50a0;}

.hfits-stitle{margin:0;background:#8cb0e6;display: flex;justify-content: center;align-items: center;padding-left: 5px;}
.hfits-stitle-arr{margin: 0;width:0;height:0;border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 30px solid #8cb0e6;}
.hfits-scontent{margin:0;padding-left: 20px;margin-top: 15px; padding-bottom: 30px;}

.copywz{ font-size:13px; line-height:28px; text-align:center; padding-top:20px; width: 1180px; margin: 0 auto;}
.copywz p{ margin: 0;}
.copic1{ width:780px;}
.copic1 img,.copic2 img{ vertical-align:middle; padding-top:20px; padding-left:10px;}
.copic2{ width:150px;}

.colinkl{ width:750px; float:left;}
.colinkr{ float:right;}

.auxiliary{margin-left:50px;}
.auxiliary li{position:relative;float:left;font-size:14px;font-weight:bold;border-right:1px solid #999;padding:0 20px;margin:10px 0;height:15px;line-height:15px; list-style: none;}
.popover {
  position: absolute;
  top:0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 350px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height:30px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.in{
	display: block;
} 
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 10px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 5px 5px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
/* card add*/
.card .popover {
	top: -115px;
	left: -125px;
}

.card .popover .popover-content{
	padding: 5px 0;
}

.card .popover .popover-content ul{
padding:0px
}

.card .popover .popover-content li{margin: 0px;font-size:14px;font-weight:normal;line-height:30px;height:100px;border:none}
