body {
  font-family: "Microsoft YaHei";
}
a {
    color: #333;
    text-decoration: none;
}
a:hover,
.nav-top a:hover,
.index-search-left a:hover {
  color: #2f3bb3;
  text-decoration: none !important;
  transition: all 300ms;
}
.index-search-btn:hover,
.i-mf .btn:hover {
  background-color: #2f3bb3;
  transition: all 300ms;
}

.imgHover{
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
}
.imgHover:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
} 
@media (min-width: 1230.78px) {
  .container-warp {
    max-width: 1400px;    
    margin: 0px auto;
  }
  .container {
    width: 1200px;
  }
}
.nav-top {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bg-gray {
  background-color: #f6f6f6;
}
.nav-top .container {
  text-align: right;
  font-size: 16px;
  color: #737373;
}
.nav-top a {
  font-size: 16px;
  color: #646464;
  padding: 0px 10px;
}
.nav-top a:last-child {
  padding-right: 0px;
}
header{
  background: #fff;
}
.header-top {
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-top img {
  height: 100%;
}
.navbar-axd .navbar-right {
  background-color: #215fd2;
  color: #fff;
  height: 100%;
  font-size: 18px;
}
.navbar-axd .navbar-right {
  line-height: 50px;
  padding-left: 14px;
  padding-right: 14px;
}
.navbar-axd {
  margin-bottom: 0px;
  border-radius: 0px;
}
@media (min-width: 1199.98px) {
  .navbar-axd .navbar-nav > li > a {
    font-size: 18px;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right:40px;
  }
  .navbar-axd .navbar-nav > .active > a,
  .navbar-axd .navbar-nav > .active > a:focus,
  .navbar-axd .navbar-nav > .active > a:hover {
    font-weight: bold;
    background-color: transparent;
  }
  .navbar-axd .navbar-nav > li > a:focus,
  .navbar-axd .navbar-nav > li > a:hover {
    font-weight: bold;
  }
  .navbar-axd .navbar-nav {
    margin-left: -15px;
  }
  .navbar-axd .navbar-right {
    line-height: 70px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* 搜索 */
.index-search {
  padding: 20px 0px;
}
.index-search-input {
  border-radius: 2px;
}
.index-search-btn {
  width: 70px;
  background-color: #2d4798;
  color: white;
  border: none;
  border-radius: 2px;
}
.index-sx {
  margin: 0px 10px;
}
.index-search-left {
  margin-top: 4px;
}
.index-search-left .span1 {
  font-size: 16px;
  color: #414141;
}
.index-search-left a {
  font-size: 16px;
  color: #414141;
}
/* 上下边距 */
.cont-top {
  margin-top: 80px;
}
.cont-top-sml {
  margin-top: 60px;
}
.cont-bottom {
  margin-bottom: 65px;
}
.cont {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cont-sml {
  padding-top: 40px;
  padding-bottom: 80px;
}
/* 标题 */
.i-title h5 {
  font-size: 35px;
  color: #2d4798;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
.i-title h5::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #61bb15;
  margin-top: 18px;
}
.i-rxcp {
  margin-top: 20px;
}
.i-rxcp .div1 {
  padding: 20px;
  border: 1px solid #efefef;
  background-color: #fff;
}
.i-rxcp .div1 img {
  width: 100%;
  margin-bottom: 20px;
}
.i-rxcp .div1 .p1 {
  font-size: 24px;
  color: #2d4798;
  display: inline-block;
}
.i-rxcp .div1 .p1::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #61bb15;
  margin-top: 10px;
}
.i-rxcp .div1 .a1 {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  background-color: #61bb15;
  padding: 6px 10px;
}
.i-rxcp .div1 .p2 {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  min-height: 90px;
}
.blue-inner {
  height: 350px;
  width: 100%;
  background-color: #2f3bb3;
  max-width: 1400px;
  margin: auto;
  margin-top: -270px;
}
.i-cpzs {
  margin-top: 38px;
  margin-bottom: 25px;
}
.i-cpzs .cpzs-btn {
  display: block;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #2d4798;
  margin-bottom: 15px;
  transition: all 300ms;
}
.i-cpzs .cpzs-btn:hover,
.cpzs-btn.active {
  background-color: #61bb15;
}
/* 产品展示-具体 */
.cpzs-detail .div1 {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}
.cpzs-detail .div1 img {
  width: 100%;
}
.cpzs-detail .div1 .p1 {
  color: #767676;
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 30px;
}
/* 流程 */
.ceshi{
  background: #2f3bb3;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
}
.i-lc .div1 {
  width: 11%;
  margin-right: 1.7%;
  float: left;
  background-color: #fff;
}
.i-lc .div1 img {
  width: 100%;
}
.i-lc .div1:last-child {
  margin-right: 0;
}
.i-lc .div1 .p1 {
  font-weight: bold;
  font-size: 30px;
  color: #2d4798;
  margin-bottom: 0px;
  margin-top: 20px;
  padding-left: 10px;
}
.i-lc .div1 .p2 {
  color: #767676;
  font-size: 18px;
  padding-bottom: 18px;
  padding-left: 10px;
}
.i-lc .div1 .p2::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #61bb15;
  margin-top: 10px;
}
.blue-inner-lc {
  height: 350px;
  margin-top: -128px;
  padding-top: 150px;
  color: #fff;
  text-align: center;
}
.blue-inner-case {
  height: 350px;
  margin-top: 0px;
  padding-top: 20px;
  color: #fff;
  text-align: center;
}

.blue-inner-lc h5,.blue-inner-case h5 {
  font-size: 38px;
  font-weight: bold;
}
.blue-inner-lc h5::after,.blue-inner-case h5::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #61bb15;
  margin: auto;
  margin-top: 18px;
}
.blue-inner-lc p,.blue-inner-case p {
  font-size: 24px;
}
.i-jjfa {
  margin-top: 30px;
}
.i-jjfa .div1 {
  padding: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
.i-jjfa .div1 img {
  width: 100%;
}
.i-jjfa .div1 .p1 {
  font-weight: bold;
}
.i-jjfa .div1 .p2 {
  min-height: 60px;
}
.i-yyly {
  margin-bottom: 0px;
}
/* logos */
.i-logos img {
  width: 100%;
  margin-bottom: 15px;
}
.i-logos .imgs img {
  width: 100%;
  border: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.i-logos {
  margin-top: 20px;
}
/* 免费样品索取 */
.i-mf,.i-mf-tel {
  background: url("../img/sq_bg.jpg") center center;
  background-size: cover;
  padding-left: 3%;
  padding-right: 3%;
}
.i-mf-tel{
  color: #fff;
}
.i-mf .i-title h5,.i-mf-tel .i-title h5 {
  color: #fff;
  font-size: 40px;
}
.i-mf-tel .i-title h5 span{
  color: #62bb15;
}
.i-mf-tel .i-title h5::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
}
.i-mf .i-title h5::after,.i-mf-tel .i-title h5::after {
  background-color: #fff;
}
.i-mf .row {
  margin-top: 14px;
}
.i-mf input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 12px;
  border: none;
  border-radius: 2px;
  margin-bottom: 10px;
}
.i-mf textarea {
  width: 100%;
  resize: none;
  height: 120px;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 12px;
}
.i-mf .btn {
  width: 265px;
  margin-top: 15px;
  background-color: #61bb15;
  border-radius: 2px;
  font-weight: bold;
}
.i-mf .span1 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
  display: block;
}
.i-mf .span1 b {
  color: #97ec4f;
  font-weight: bold;
  font-size: 24px;
  margin-top: 30px;
}
.text-right {
  text-align: left;
}
.i-about .div1 {
  font-size: 16px;
  line-height: 32px;
  color: #555555;
  margin-top: 40px;
}
.i-about .div1 .span1 {
  font-weight: bold;
  color: #2d4798;
}
.i-about .img1 {
  margin-top: 7%;
}
.i-about .img2 {
  width: 100%;
}
.i-news .div1 span {
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #2b2b2b;
  background-color: #f2f2f2;
  border-radius: 1px;
  cursor: pointer;
}
.i-news .div1 span.active {
  background-color: #2d4798;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.i-news .div1 span.active::after {
  content: "";
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  border-width: 4px;
  border-style: solid dashed dashed dashed;
  border-color: #2d4798 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 83px;
}
.i-news-detail {
  margin-top: 30px;
}
.news-ev {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  padding: 20px 0px;
  background-color: #f2f2f2;
}
.news-ev .p3 {
  color: #2d4798;
  font-size: 26px;
  font-weight: bold;
}
.news-ev .p3,
.news-ev .p4 {
  text-align: center;
  line-height: 40px;
  margin-bottom: 0px;
}
.news-ev .p4 {
  color: #61bb15;
  font-size: 18px;
}
.news-ev .div1,
.news-ev .div2 {
  line-height: 20px;
  padding-left: 20px;
  border-left: 1px dashed #d1d1d1;
}
.news-ev .div2 {
  font-size: 14px;
  color: #2b2b2b;
  height: 40px;
  overflow: hidden;
}
.news-ev .div1 {
  font-size: 18px;
  color: #2d4798;
  white-space: nowrap;
  height: 30px;
  margin:28px 0;
}
.news-ev .div1::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #61bb15;
  margin-top: 10px;
}
.news-ev:hover {
  background-color: #2d4798;
}
.news-ev:hover .p3 {
  color: #fff;
}
.news-ev:hover .div1,
.news-ev:hover .div2 {
  color: #fff;
  border-left: 1px dashed #4968c7;
}
@media (max-width: 1199.78px) {
  .blue-inner-lc {
    margin-top: -152px;
  }
}
@media (max-width: 767.78px) {
  .navbar-axd{
    background-color: #fff;
  }
  .navbar-axd .navbar-toggle .icon-bar {
    background-color: #2d4798;
}
  .i-rxcp .div1 {
    margin-bottom: 20px;
  }
  .i-lc .div1 {
    width: 49%;
    margin-right: 2%;
  }
  .i-lc .div1:nth-child(2n) {
    margin-right: 0%;
  }
  .i-news .div1 span {
    margin-top: 20px;
  }
  .news-ev .p3,
  .news-ev .p4 {
    font-size: 18px;
  }
  .news-ev .div1 {
    font-size: 14px;
  }
  .news-ev .div2 {
    font-size: 12px;
  }
}
@media (min-width: 767.78px) {
  .text-right {
    text-align: right;
  }
}
/* 底部 */
footer {
  background-color: #3a3a3a;
}
footer .span1 {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
}
footer .span1::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #215fd2;
  display: block;
  margin-top: 12px;
}
.copyright{
  border-top: 1px solid #484848;
  padding-top: 30px;
}
.copyright,.copyright a{
  color: #ececec;
}
.copyright a:hover{
  color: #fff
}
.footnav {
  border-bottom: 1px solid #2f2f2f;
  padding-bottom: 30px;
}
.footnav a,
footer .dz {  
  float: left;
  width: 50%;
  font-size: 16x;
  line-height: 34px;
  color: #ececec;
}
footer .dz a{float: none;}
footer a:hover {
  color: #61bb15;
}
footer .dz {
  width: 100%;
}
footer .div1 {
  text-align: right;
}
footer .div1 img:first-child {
  margin-right: 16px;
}
.swiper-container-thumbs{
  background: #fefefe;
}
@media (max-width: 767.78px) {
  footer .div1 {
    text-align: left;
    margin-top: 10px;
  }
}
/* 整体边距，字体 */
@media (max-width: 767.78px) {
  .navbar-axd .navbar-brand {
    padding: 4px 15px;
  }
  .navbar-axd .navbar-brand img {
    height: 100%;
  }
  .cont-top {
    margin-top: 30px;
  }
  .cont-top-sml {
    margin-top: 20px;
  }
  .cont-bottom {
    margin-bottom: 25px;
  }
  .cont {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cont-sml {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  /* 标题 */
  .i-title h3 {
    font-size: 24px;
  }
  .i-title h3::after {
    width: 30px;
    height: 3px;
    margin-top: 10px;
  }
}
