.cursor {
  cursor: pointer;
}
.transition {
  transition: all 0.2s linear 0s;
}
.box-shadow {
  background-color: #fff;
  display: block;
  box-shadow: 0px 0px 10px #ccc;
  transition: all 0.2s linear 0s;
}
.swiper-container {
  width: 100%;
  height: 560px;
}
.banner01 {
  background: #144172 url(../images/banner01.jpg) no-repeat center top;
  background-size: 100% auto;
}
.banner02 {
  background: #1461b1 url(../images/banner02.jpg) no-repeat center top;
  background-size: 100% auto;
}
.banner03 {
  background: #4a5ebf url(../images/banner03.jpg) no-repeat center top;
  background-size: 100% auto;
}
.banner04 {
  background: #060c3b url(../images/banner04.jpg) no-repeat center top;
  background-size: 100% auto;
}
.pro-zd-bg {
  padding-left: 350px;
  background: url(../images/icon_01.jpg) no-repeat 0px center;
}
.bg-white {
  background-color: #fff;
}
.bg-blue2 {
  background: #404f6d url(../images/plan_bj.jpg) no-repeat center top;
  background-size: 100% auto;
  color: #fff;
}
.bg-gray {
  background-color: #f7f8fa;
}
.bg-black {
  background-color: #1e1e1e;
}
.bg-black2 {
  background-color: #343434;
  color: #fff;
}
.header {
  height: 60px;
  line-height: 60px;
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.header a {
  color: #fff;
}
.header .header-rmenu a {
  margin-left: 20px;
}
.header .header-rmenu a:hover {
  color: #1978c8;
}
.header .logo {
  height: 60px;
  display: inline-block;
  width: 120px;
  margin-right: 50px;
  background: url(../images/logo.png) no-repeat left center;
  background-size: auto 60px;
}
.header-normal {
  position: relative;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #efefef;
}
.header-normal a {
  color: #1e1e1e;
}
.header-normal .btn {
  color: #fff;
}
.header-normal .logo-box .logo {
  background: url(../images/logo-n.png) no-repeat left center;
  float: left;
  margin-right: 20px;
}
.header-normal .logo-box span {
  border-left: 1px solid #efefef;
  padding-left: 20px;
  font-size: 24px;
  color: #7f7f7f;
}
.pro-box {
  border: 0px;
  background-color: transparent;
  padding: 10px 20px;
}
.pro-box .panel-heading {
  background-color: transparent;
  font-size: 18px;
  padding: 20px 0 10px 0;
  border: 0px;
  height: auto;
}
.pro-box .panel-body {
  padding: 0px;
  border: 0px;
  height: 58px;
  max-height: 58px;
  color: #7f7f7f;
}
.pro-box .panel-footer {
  padding: 0px;
  border: 0px;
  margin-top: 10px;
}
.panel:hover,
.media-border:hover {
  background-color: #fff;
  display: block;
  box-shadow: 0px 0px 10px #ccc;
  transition: all 0.2s linear 0s;
}
.panel:hover .panel-heading a,
.media-border:hover .panel-heading a {
  color: #076baf;
}
.media-border {
  border: 1px solid #efefef;
  background-color: #fff;
  padding: 20px;
}
.media-border .media-object {
  width: 64px;
  height: 64px;
}
.pro-index-list .menutab ul {
  margin-bottom: 20px;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  flex-direction: row;
  margin-right: -5px;
  border-bottom: 1px solid #efefef;
}
.pro-index-list .menutab ul li {
  cursor: pointer;
  width: 25%;
  margin-right: 5px;
  font-size: 18px;
  height: 48px;
  display: block;
  text-align: center;
}
.pro-index-list .menutab li.on,
.pro-index-list .menutab li:hover {
  border-bottom: 3px solid #1978c8;
  color: #1978c8;
}
.pro-index-list .menutab2 ul {
  display: block;
  border: 0px;
  text-align: center;
}
.pro-index-list .menutab2 ul li {
  display: inline;
  border: 0px;
  height: 24px;
  padding: 5px 30px;
  line-height: 24px;
  font-size: 14px;
  background-color: #f7f8fa;
}
.pro-index-list .menutab2 ul li.on {
  background-color: #1978c8;
  color: #fff;
}
.pro-index-list .menutab2 ul li.on,
.pro-index-list .menutab2 ul li:hover {
  border: 0px;
}
.pro-js-list .js-menu li {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 130px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 5px;
}
.pro-js-list .js-menu li div {
  border-left: 3px solid #1978c8;
  padding-left: 20px;
  margin-top: 15px;
}
.pro-js-list .js-menu li div .title {
  font-size: 18px;
  margin-bottom: 5px;
}
.pro-js-list .js-menu li div .stitle {
  color: #7f7f7f;
}
.pro-js-list .js-menu li i {
  top: 50%;
  margin-top: -6px;
  position: absolute;
  right: 0px;
  height: 0px;
  width: 0px;
  z-index: 5;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-width: 12px;
  border-style: dashed  solid dashed  dashed ;
  /*IE6下, 设置余下三条边的border-style为dashed,即可达到透明的效果*/
  border-color: transparent #f7f8fa transparent transparent;
  display: none;
}
.pro-js-list .js-menu li:hover,
.pro-js-list .js-menu li.on {
  background-color: #1978c8;
  color: #fff;
}
.pro-js-list .js-menu li:hover div,
.pro-js-list .js-menu li.on div {
  border-left: 3px solid #fff;
}
.pro-js-list .js-menu li:hover .stitle,
.pro-js-list .js-menu li.on .stitle {
  color: #fff;
}
.pro-js-list .js-menu li:hover i,
.pro-js-list .js-menu li.on i {
  display: block;
}
.data-search .search-input {
  border: 1px solid #efefef;
  background-color: rgba(255, 255, 255, 0.2);
  height: 35px;
  line-height: 35px;
  width: 180px;
  text-indent: 20px;
  float: left;
}
.data-search .search-input:hover {
  background-color: #ffffff;
  color: #333;
}
.data-search .search-btn {
  border: 0px;
  background-color: #1978c8;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 50px;
  font-size: 12px;
  outline: medium;
}
.pro-more-list ul {
  padding: 0 10px;
}
.pro-more-list li {
  border-top: 1px solid #efefef;
}
.pro-more-list li h3 {
  display: block;
  padding: 18px 10px;
  font-size: 14px;
  font-weight: normal;
}
.pro-more-list li h3:hover {
  background-color: #fff;
  display: block;
  box-shadow: 0px 0px 10px #ccc;
  transition: all 0.2s linear 0s;
}
.pay-radiolist li {
  position: relative;
  float: left;
  height: 50px;
  width: 240px;
  margin: 10px 15px;
}
.pay-radiolist li .radio {
  display: inline-block;
  height: 50px;
  width: 240px;
}
.pay-radiolist li .radio span {
  display: block;
  border: 2px solid #efefef;
  height: 50px;
  width: 100%;
  text-align: center;
}
.pay-radiolist li .radio span img {
  height: 46px;
  max-width: 100%;
  width: auto;
}
.pay-radiolist li .radio input {
  opacity: 0;
}
.pay-radiolist li .radio input[type=radio]:checked + span {
  border: 2px solid #d50a00;
  height: 50px;
  width: 240px;
}
.pay-radiolist li .radio input[type=radio]:checked + span:before {
  display: block;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  z-index: 2;
  right: 0px;
  width: 24px;
  height: 24px;
  background: url(../images/radio_on.png) no-repeat left bottom;
}
.pinfo {
  padding-bottom: 40px;
}
.pinfo h4 {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  background-color: #f7f7f7;
  height: 40px;
  text-indent: 10px;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}
.pinfo h4 em {
  cursor: pointer;
  float: left;
  display: block;
  font-style: normal;
  width: 40px;
  height: 39px;
  border-right: 1px solid #fff;
}
.pinfo h4 em:before {
  content: "\e62d";
  font-family: "iconfont";
}
.pinfo h4.on {
  color: #1978c8;
  font-weight: bold;
}
.pinfo h4.on em:before {
  content: "\e62c";
  font-family: "iconfont";
}
.pinfo .pinfo-body {
  padding: 20px;
}
.plan-box {
  position: relative;
  padding-left: 150px;
}
.plan-box .title {
  font-size: 30px;
  font-weight: normal;
  padding: 20px 0;
}
.plan-box h4 {
  font-weight: normal;
  border-bottom: 1px solid #636f86;
  padding: 10px 0;
}
.plan-box p {
  padding: 20px 0;
  opacity: 0.8;
}
.plan-box .img-ico {
  position: absolute;
  left: 0px;
  top: 0px;
}
.plan-menu {
  background-color: rgba(0, 0, 0, 0.2);
  width: 80%;
  float: right;
  display: block;
  padding: 20px 0;
  border-radius: 4px;
}
.plan-menu li {
  padding: 20px 0px 20px 60px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.plan-menu li:hover,
.plan-menu li.on {
  background: url(../images/plan-menu_bj.png) no-repeat left center;
  border-radius: 4px;
  margin-left: -20px;
  margin-right: 20px;
}
.case-box {
  position: relative;
  overflow: hidden;
}
.case-box .title {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 20px 5px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.case-box :hover .title {
  vertical-align: middle;
  top: 0px;
  background-color: rgba(7, 107, 175, 0.9);
  padding: 120px 50px 0 50px;
  font-size: 18px;
}
.index-case-more {
  margin-top: 20px;
}
.footer-menu dl {
  float: left;
  width: 33%;
}
.footer-menu dl dt {
  font-size: 18px;
  margin: 10px 0;
  color: #fff;
}
.footer-menu dl dd a {
  font-size: 14px;
  padding: 5px 0;
  display: block;
  color: #7f7f7f;
}
.footer-service {
  padding: 0px 0 30px 0;
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #424040;
  margin-bottom: 30px;
  overflow: hidden;
}
.footer-service img {
  margin-right: 15px;
}
.media-border-list .media-border {
  margin-bottom: 20px;
}
.media-border-list .media-body p {
  /*height: 58px;
  min-height: 58px;*/
  height: 68px;
    min-height: 68px;
    line-height: 24px;
    letter-spacing: 1px;
}
.center-media-list {
  text-align: center;
}
.center-media-list .media-body,
.center-media-list .media-left,
.center-media-list .media-right {
  display: block;
  padding-right: 0px;
}
.center-media-list .media-object {
  margin-bottom: 30px;
  width: auto;
  height: auto;
}
.center-media-list .media-body p {
  opacity: 0.8;
  height: 40px;
  min-height: 40px;
  overflow: hidden;
}
.plan-media-list .media {
  margin-bottom: 15px;
  padding-top: 40px ;
}
.plan-media-list .media-heading {
  border-left: 3px solid #1978c8;
  padding-left: 10px;
}
.plan-media-list .media p {
  margin-bottom: 20px;
}
.plan-media-list .media-left {
  padding-right: 30px;
  margin-right: 20px;
  width: 300px;
  text-align: center;
}
.plan-media-list .media-left .media-object {
  width: 160px;
  height: 160px;
}
.plan-media-list .media-left .title {
  font-size: 20px;
}
.plan-media-list .media-body {
  border-left: 1px solid #efefef;
  padding: 0 50px;
}
.plan-media-list .media:hover {
  background-color: #f7f8fa;
}
.plan-media-list .media:hover .title,
.plan-media-list .media:hover .media-heading {
  color: #1978c8;
}
.main-body {
  padding: 60px 0;
}
.top-banner {
  min-height: 380px;
  background-color: #2569ac;
  padding: 130px 0 30px;
  color: #fff;
  font-size: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-position: center bottom;
}
.top-banner .top-banner-title {
  margin-bottom: 20px ;
  max-width: 600px;
}
.top-banner .top-banner-title h1 {
  font-weight: normal;
  margin-bottom: 10px;
}
.top-banner-pro {
  background-color: #001345;
  min-height: 480px;
  padding-top: 150px;
}
.plan-row-title {
  text-align: left;
  border-bottom: 1px solid #efefef;
  padding: 0px;
  margin-bottom: 20px;
}
.plan-row-title h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #1978c8;
}
.panel table td,
.panel table th {
  border: none;
  border-top: 1px solid #efefef;
}
.plan-point-list .panel .panel-body {
  min-height: 150px;
}
.media-news-list .media {
  padding: 30px;
  border-bottom: 1px solid #efefef;
}
.media-news-list .media-left img {
  width: 220px;
  max-height: 168px;
}
.media-news-list .media:hover {
  background-color: #f7f8fa;
  background-color: #fff;
  display: block;
  box-shadow: 0px 0px 10px #ccc;
  transition: all 0.2s linear 0s;
}
.media-news-list .media:hover a {
  color: #1978c8;
}
.article-body {
  padding: 80px 0;
}
.article-body .article-date {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
.article-body .article .article-title {
  font-weight: normal;
}
.article-body .article .article-date {
  color: #7f7f7f;
}
.article-body .article .article-content {
  padding-top: 50px;
  font-size: 16px;
  line-height: 180%;
}
.buy-fix {
  position: fixed;
  bottom: 0px;
  background-color: #fff;
  left: 0px;
  right: 0px;
  padding: 20px 0;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px #000;
}
.user-reg {
  width: 800px;
  margin: auto;
  padding: 40px 80px;
}
.user-reg .row-title {
  padding-top: 0px;
}
.about-rowtitle h2 {
  font-size: 42px;
  font-weight: normal;
  color: #fff;
}
.about-text {
  font-size: 18px;
  line-height: 150%;
  padding: 20px 0;
  color: #fff;
}
.contact-media-list .media {
  margin-bottom: 10px;
  width: 100%;
  display: table;
}
.contact-media-list .media-left {
  width: 100px;
}
.contact-media-list .media-right {
  width: 100px;
  text-align: center;
}
.iconfont.f64 {
  font-size: 64px;
}
.iconfont.f72 {
  font-size: 72px;
}
.iconf60 {
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.iconf36 {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -20px;
  margin-top: -15px;
  margin-bottom: -10px;
}
.iconf24 {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.iconf100 {
  font-size: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.siderbox li .pro-box {
  display: none;
}
.siderbox li.on h3 {
  display: none;
}
.siderbox li.on .pro-box {
  display: block;
}
