.hidden-lg{display: none;}
.collapse:not(.show) {
  display: none; 
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; 
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } 
}
.circle-style li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px; }
  .circle-style li a {
    color: #4a4a4a; }
    .circle-style li a:hover {
      text-decoration: underline; }
  .circle-style li:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0e49b5; }

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.form-control {
  height: 54px;
  border-radius: 7px;
  background-color: #ccc;
  border: 2px solid transparent; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #212529; }

.position-relative {
  position: relative; }


/*导航栏*/
.site-nav {
  height: 100px;
  width: 100%; 
}
.logo{
	margin-top: 10px;
	margin-left: 10px;
}

  .site-nav .site-navigation .site-menu {
  	margin-top: 36px;
    margin-bottom: 0; 
  }
  .site-tel{
  	margin-top: 29px;
  }
  .site-tel .telimg{
  	width: 52px;
  	height: 52px;
  	background: url(../images/tel.jpg) no-repeat center center;
  	box-shadow: 0 0 10px #eee;
  	border-radius: 50%;
  	margin-right: 12px;
  }
  .site-tel .telt p{
  	font-size: 14px;
  	color: #888888;
  }
  .site-tel .telt p:last-child{
  	font-size: 24px;
  	color: #000;
  	font-weight: bold;
  }
  .site-nav .search{
  	width: 100px;
  	height: 100px;
  	background: #0059BF url(../images/search.png) no-repeat center center;
  }
    .site-nav .site-navigation .site-menu > li {
      display: inline-block; }
      .site-nav .site-navigation .site-menu > li > a {
        font-size: 16px;
        padding: 10px 15px;
        display: inline-block;
        text-decoration: none !important;
        color: rgba(0, 0, 0, 0.7); }
        .site-nav .site-navigation .site-menu > li > a:hover {
          color: #0058BE; }
      .site-nav .site-navigation .site-menu > li.cta-button a {
        padding: 6px 20px;
        border: 2px solid rgba(255, 255, 255, 0.1);
        color: #000;
        border-radius: 30px; }
        .site-nav .site-navigation .site-menu > li.cta-button a:hover {
          color: #000;
          background: #0e49b5;
          border-color: #0e49b5; }
      .site-nav .site-navigation .site-menu > li.active > a {
        color: #004DC6; }
    .site-nav .site-navigation .site-menu .has-children {
      position: relative; }
      .site-nav .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
      .site-nav .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        z-index: 999;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 20px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-nav .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-nav .site-navigation .site-menu .has-children .dropdown a:hover{
        	color: #0059BE;
        }
        .site-nav .site-navigation .site-menu .has-children .dropdown .active a {
          color: #0e49b5 !important; }
        .site-nav .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 180px; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown li a:hover, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul li a:hover {
              color: #0e49b5; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #0e49b5; }
      .site-nav .site-navigation .site-menu .has-children:hover, .site-nav .site-navigation .site-menu .has-children:focus, .site-nav .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-nav .site-navigation .site-menu .has-children:hover > .dropdown, .site-nav .site-navigation .site-menu .has-children:focus > .dropdown, .site-nav .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px; }
  .site-mobile-menu-close > span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px; }
    .site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 30px;
      background: #000; }
    .site-mobile-menu-close > span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .site-mobile-menu-close > span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
  .offcanvas-menu .site-mobile-menu {
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 9px 20px;
      font-size: 16px;
      display: block;
      position: relative;
      color: #000; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #0e49b5; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #0e49b5; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #f8f9fa; 
      background: url(../images/xia.png) no-repeat center center;
  }
      
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li i{
      	display: none;
      }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 16px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 14px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 14px;
                padding-left: 60px; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar .site-menu-toggle {
    color: #000; }
  .sticky-wrapper .site-navbar .site-logo a {
    color: #000; }
  .sticky-wrapper .site-navbar .site-menu > li > a {
    color: rgba(0, 0, 0, 0.8) !important; }
    .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
      color: #000 !important; }
  .sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
    background: #000;
    -webkit-transition: .0s all ease;
    -o-transition: .0s all ease;
    transition: .0s all ease; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #000;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000 !important; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #0e49b5 !important; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
      color: #0e49b5 !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative; 
  margin-top: 41px;
  margin-right: 20px;

}
  .burger.light:before, .burger.light span, .burger.light:after {
    background: #000; }

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1; }

.burger:before, .burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: ""; }

.burger:before {
  top: 4px; }

.burger span {
  top: 15px; }

.burger:after {
  top: 26px; }

/* Hover */
.burger:hover:before {
  top: 7px; }

.burger:hover:after {
  top: 23px; }

/* Click */
.burger.active span {
  opacity: 0; }

.burger.active:before, .burger.active:after {
  top: 40%; }

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/ }

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/ }

.burger:focus {
  outline: none; }


.d-none {
    display: none !important;
}
.d-inline-block {
    display: inline-block !important;
}
@media (min-width: 992px) {
  	.d-lg-inline-block {
    	display: inline-block !important; 
    }
  	.d-lg-none {
    	display: none !important;
  	}
}


/*banner*/
.banner{
	width: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .container{
	width: 100%;
}
.banner .swiper-container .swiper-wrapper{
	padding-bottom: 110px;
}
.swiper-container .swiper-box{
	position: absolute;
	width: 100%;
	height: 110px;
	left: 0px;
	bottom: 0px;
	background: #0058BE url(../images/bj.png) no-repeat left;
}
.swiper-container .swiper-box .leftbox{
	width: 60%;
	height: 110px;
	position: relative;
	font-family: 'Impact';
	padding-top: 45px;
	box-sizing: border-box;
}
.banner .swiper-container .swiper-box .leftbox .swiper-pagination{
	padding-left: 5%;
}
.banner .swiper-container .swiper-box .leftbox .swiper-pagination-bullet{
	background: none;
	color: #fff;
	font-size: 20px;
	padding: 0 15px;
	transition: all 0.5s ease;
	width: auto;
	font-family: 'Impact';
}
.banner .swiper-container .swiper-box .leftbox .swiper-pagination-bullet-active{
	background: none;
	font-size: 48px;
	color: #DDA772;
	transition: all 0.5s ease;
	width: auto;
}
.banner .swiper-container .swiper-button-prev::after,
.banner .swiper-container .swiper-button-next::after{
	content: '';
}
.banner .swiper-container .swiper-button-prev{
	width: 29px;
	height: 13px;
	background: url(../images/by.png) no-repeat center center;
	top: 74%;
}
.banner .swiper-container .swiper-button-next{
	width: 9px;
	height: 13px;
	background: url(../images/bz.png) no-repeat center center;
	top: 74%;
	right: 72%;
}

.banner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.banner .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

/*文字滚动*/
.swiper-container .swiper-box .rightbox{
	width: 40%;
	height: 110px;
	background: #fff;
	overflow: hidden;
	padding: 30px 20px 30px 35px;
	box-sizing: border-box;
	vertical-align:middle;
}
.swiper-container .swiper-box .rightbox .laba{
	width: 27px;
	height: 27px;
	margin-top: 13px;
}
.swiper-container .swiper-box .scroll {
	height: 50px;
	line-height:50px;
	overflow:hidden;
	width: 91%;
	background:#FFFFFF;
}
.swiper-container .swiper-box .scroll li {
	height:50px;
}
.swiper-container .swiper-box .scroll li p{
	width: 80%;
}
.swiper-container .swiper-box .scroll li a{
	color: #000;
}
.swiper-container .swiper-box .scroll li a:hover{
	color: #005DBC;
}
.swiper-container .swiper-box .scroll li img{
	width: 33px;
	height: 33px;
	margin-top: 5px;
}

/*简介*/
.aboutus{
	padding: 75px 0 90px;
	background: #F7F8FC url(../images/dt.jpg) no-repeat right;
}
.aboutus .box{
	border-bottom: 1px solid #000;
	padding-bottom: 40px;
}
.gtitile{
	width: 30%;
	position: relative;
}
.gtitile h1{
	font-size: 42px;
	position: relative;
	z-index: 1;
}
.gtitile p{
	position: relative;
	z-index: 1;
	font-size: 18px;
}
.gtitile h2{
	font-size: 75px;
	position: absolute;
	color: #EDEEF3;
	font-weight: bolder;
	left: 0px;
	top: -33px;
	z-index: 0;
}

.aboutus .inner{
	width: 70%;
}
.aboutus .inner p{
	line-height: 31px !important;
}

/*数字滚动*/
.numCount{
	padding-top: 50px;
}
.numCount .numU span{
	font-size: 48px;
	font-weight: bold;
	font-family: 'Impact';
	color: #0059BE;
	float: left;
}
.numCount .numU em{
	display: inline-block;
	margin-left: 10px;
	margin-top: 27px;
	float: left;
	font-size: 16px;
	position: relative;
	width: 50px;
	z-index: 1;
}
.numCount .numU em:after{
	content: '';
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #E3EBF8;
	position: absolute;
	top: -9px;
	right: -11px;
	z-index: -1;
}
.numCount li:nth-child(2) .numU em:after{
	right: 0px;
}


/*市场业务*/
.business{
	padding: 45px 0;
}
.business .gtitile{
	width: 100%;
	position: relative;
}
.business .gtitile .more{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #000;
}
.business .gtitile .more a p{
	font-size: 14px;
	color: #000;
}
.business .gtitile .more a p:first-child{
	color: #000;
	font-size: 44px;
	font-weight: bold;
	line-height: 50px;
}
.business .gtitile .more a:hover p:first-child{
	color: #0059BE;
}

.caseto .casecontent{
	margin-top: 25px;
}
.caseto a{
	color: #000;
}
.caseto a:hover{
	color: #0059BF;
}
.caseto .casecontent .swiper-slide{
	background: #F7F8FC;
}
.caseto .casecontent .swiper-slide .caseimg{
	width: 69%;
}
.caseto .casecontent .swiper-slide .casebox{
	width: 31%;
	background: url(../images/jz.png) no-repeat center bottom;
	padding: 5% 2%;
	box-sizing: border-box;
	position: relative;
}
.caseto .casecontent .swiper-slide .casebox h2{
	font-size: 30px;
}
.caseto .casecontent .swiper-slide .casebox .title{
	padding: 7% 0 3%;
	font-size: 16px;
	font-weight: bold;
}
.caseto .casecontent .swiper-slide .casebox .tags{
	line-height: 26px;
}
.caseto .casecontent .swiper-pagination-fraction{
	width: 8%;
	left: 70%;
	bottom:10%;
	font-size: 30px;
	font-weight: lighter;
}
.caseto .casecontent .swiper-pagination-current{
	font-size: 50px;
	color: #0059BE;
	font-family: 'Impact';
}
.caseto .casecontent .swiper-pagination:before{
	height: 0px;
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 38px;
	animation:myani 2.6s linear infinite alternate;
}
@keyframes myani{
	0%   {width: 0;border:1px solid #fff;}
	100% {width: 60px;border:1px solid #0059BE;left: -60px}
}
@-moz-keyframes myani{
	0%   {width: 0;border:1px solid #fff;}
	100% {width: 60px;border:1px solid #0059BE;left: -60px}
}
@-o-keyframes myani{
	0%   {width: 0;border:1px solid #fff;}
	100% {width: 60px;border:1px solid #0059BE;left: -60px}
}
@-webkit-keyframes myani{
	0%   {width: 0;border:1px solid #fff;}
	100% {width: 60px;border:1px solid #0059BE;left: -60px}
}

.caseto .caselist{
	margin: 20px 0;
}
.caseto .caselist .swiper-slide{
	cursor: pointer;
}
.caseto .caselist .swiper-slide .cici{
	position: relative;
	height: 145px;
}
.caseto .caselist .swiper-slide .cici .cover{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	display: grid;
	opacity: 0;
}
.caseto .caselist .swiper-slide p{
	margin: 10px 0 0 0 ;
	padding: 0 10px;
	box-sizing: border-box;
}
.caseto .caselist .swiper-slide.swiper-slide-thumb-active p{
	color: #0059BE;
}
.caseto .caselist .swiper-slide.swiper-slide-thumb-active .cici .cover{
	opacity: 1;
}
.caseto .caselist .swiper-slide.swiper-slide-thumb-active .cici .cover span{
	display: block;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	line-height: 42px;
	margin:0 auto;
	font-size: 22px;
}

/*实力展示*/
.strength{
	padding-top: 150px;
	background: #F7F8FC url(../images/str.jpg)no-repeat center top;
	position: relative;
}
.strength .leftbox{
	padding: 59px 80px 100px 0;
	background: rgba(15,99,182,.7);
	color: #fff;
	width: 56%;
	box-sizing: border-box;
}
.strength .leftbox .inner{
	max-width: 700px;
}
.strength .leftbox .gtitile{
	width: 100%;
}
.strength .leftbox .gtitile h2{
	color: #396FC3;
}
.strength .leftbox .gtitile p{
	font-size: 18px;
}
.strength .leftbox .inner .mtz{
	margin-top: 44px;
}
.strength .rightbox{
	width: 44%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
}
.strength .rightbox .box{
	width: 100%;
	height: 100%;
	position: relative;
}
.strength .rightbox .stel{
	position: absolute;
	left: 0px;
	bottom:0px;
	height: 100px;
	padding-left: 150px;
	padding-top: 26px;
	box-sizing: border-box;
}
.strength .rightbox .stel p:last-child{
	font-size: 24px;
}
.strength .rightbox .stel:before{
	width: 55px;
	height: 43px;
	position: absolute;
	left: 75px;
	top: 30px;
	content: '';
	display: block;
	background: url(../images/stel.png)no-repeat center;
}


/*实力*/
.power {
	padding: 70px 0;
}
.power ul li{
	width: 25%;
	cursor: pointer;
}
.power ul li .pimg{
	width: 66px;
	height: 66px;
	float: left;
	margin-right: 12px;
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.power ul li .pimg1{
	background-image: url(../images/s1.png);
}
.power ul li .pimg2{
	background-image: url(../images/s3.png);
}
.power ul li .pimg3{
	background-image: url(../images/s5.png);
}
.power ul li .pimg4{
	background-image: url(../images/s7.png);
}
.power ul li.l1:hover .pimg1{
	background-image: url(../images/s2.png);
}
.power ul li.l2:hover .pimg2{
	background-image: url(../images/s4.png);
}
.power ul li.l3:hover .pimg3{
	background-image: url(../images/s6.png);
}
.power ul li.l4:hover .pimg4{
	background-image: url(../images/s8.png);
}
.power ul li .p1{
	font-size: 26px;
	color: #000;
}
.power ul li .p2{
	font-size: 16px;
	color: #666666;
}
.power ul li:nth-child(3){
	padding-left: 2%;
	box-sizing: border-box;
}
.power ul li:last-child{
	padding-left: 8%;
	box-sizing: border-box;
}


/*荣誉资质*/
.honorindex{
	width: 100%;
	background: url(../images/honor.jpg) no-repeat right;
}
.honorindex .lefthonor{
	background: #F7F8FC;
	width: 34%;
	padding: 5% 3% 0;
	box-sizing: border-box;
}
.honorindex .lefthonor .gtitile{
	width: 100%;
}
.honorindex .lefthonor .gtitile p{
	color: #888888;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 16px;
}
.honorindex .lefthonor .hx{
	width: 20%;
	height: 0px;
	border:2px solid #0059BB;
	display: inline-block;
	margin-top: 10px;
}
.honorindex .lefthonor .content{
	line-height: 24px;
	margin:25px 0 35px;
}
.honorindex .lefthonor .more{
	padding: 10px 0 10px 0px;
	display: inline-block;
}
.honorindex .lefthonor .more a p{
	font-size: 14px;
	color: #000;
}
.honorindex .lefthonor .more a p:first-child{
	color: #000;
	font-size: 44px;
	font-weight: bold;
	line-height: 50px;
}
.honorindex .lefthonor .more a:hover p:first-child{
	color: #0059BE;
}
.honorindex .righthonor{
	width: 66%;
	padding: 5% 6%;
	box-sizing: border-box;
	position: relative;
}
.honorindex .righthonor .swiper-container .box{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}
.honorindex .righthonor .swiper-button-next:after{
	content: '';
}
.honorindex .righthonor .swiper-button-prev:after{
	content: '';
}
.honorindex .righthonor .swiper-button-next{
	width: 40px;
	height: 40px;
	background: url(../images/h3.jpg)no-repeat center;
	background-size: 100% 100%;
	border-radius: 5px;
}
.honorindex .righthonor .swiper-button-prev{
	width: 40px;
	height: 40px;
	background: url(../images/h1.jpg)no-repeat center;
	border-radius: 5px;
	background-size: 100% 100%;
}
.honorindex .righthonor .swiper-button-next:hover{
	background: url(../images/h4.jpg)no-repeat center;
}
.honorindex .righthonor .swiper-button-prev:hover{
	background: url(../images/h2.jpg)no-repeat center;
}

/*新闻资讯*/
.newsindex{
	padding: 60px 0;
}
.newsindex .gtitile{
	width: 100%;
	position: relative;
}
.newsindex .gtitile .more{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #000;
}
.newsindex .gtitile .more a p{
	font-size: 14px;
	color: #000;
}
.newsindex .gtitile .more a p:first-child{
	color: #000;
	font-size: 44px;
	font-weight: bold;
	line-height: 50px;
}
.newsindex .gtitile .more a:hover p:first-child{
	color: #0059BE;
}

.newsindex ul{
	margin-top: 30px;
}
.newsindex ul li{
	width: 31%;
	margin-right: 3.4%;
	position: relative;
}
.newsindex ul li:last-child{
	margin-right: 0px;
}
.newsindex ul li .cici{
	height: 0px;
	width: 100%;
	padding-top: 64%;
	box-sizing: border-box;
}
.newsindex ul li a{
	color: #000;
}
.newsindex ul li .box{
	padding: 7%;
	background: #F6F7FC;
	box-sizing: border-box;
}
.newsindex ul li .box span{
	font-size: 14px;
}
.newsindex ul li .box span i{
	margin-left: 10px;
}
.newsindex ul li .box h2{
	font-size: 24px;
	margin: 10px 0;
}
.newsindex ul li .box .inner{
	line-height: 26px;
	font-size: 15px;
	color: #666666;
	margin-bottom: 25px;
}
.newsindex ul li .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url(../images/newbg.jpg)no-repeat center;
	color: #fff;
	padding: 12% 8%;
	box-sizing: border-box;
	opacity: 0;
}
.newsindex ul li .cover h2{
	font-size: 24px;
	margin: 10px 0;
}
.newsindex ul li .cover .inner{
	line-height: 27px;
	color: #fff;
	margin:20px 0 30px;
	font-size: 15px;
	color: #CAE2F6;
}
.newsindex ul li:hover .cover{
	opacity: 1;
}

/*底部*/
.footer{
	width: 100%;
	background: #000;
	padding: 80px 0 0px;
}
.footer .fot1{
	width: 23%;
}
.footer .fot1 h2{
	font-size: 24px;
	color: #DDA772;
}
.footer .fot1 h4{
	font-size: 34px;
	color: #fff;
}
.footer .fot1 p{
	color: #AAAAAA;
	line-height: 26px;
}
.footer .fot1 .more{
	width: 150px;
	height: 44px;
	line-height: 44px;
	background: #DCA672;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	margin-top: 30px;
}
.footer .fot1 .more:hover{
  background: #004DC6;
}
.footer .fot1 p a{
	color: #AAAAAA;
}
.footer .fot1 p a:hover{
	color: #fff;
}
.footer .fot2{
	width: 60%;
	padding: 1% 0% 0 7%;
	box-sizing: border-box;
	border-left: 1px solid #474747;
	border-right: 1px solid #474747;
}
.footer .fot2 a:hover{
	color: #fff;
}
.footer .fot2 ul{
	width: 25%;
}
.footer .fot2 h3{
	font-size: 18px;
	color: #fff;
	margin-bottom: 13%;
}
.footer .fot2 li{
	margin-bottom: 4%;
}
.footer .fot2 li a{
	color: #AAAAAA
}
.footer .fot3{
	width: 15%;
	padding-top: 1%;
	color: #fff;
}
.footer .fot3 .erx{
	width: 140px;
}
.footer .fot3 .erx img{
	width: 140px;
	height: 140px;
	margin-top: 20px;
}
.footbottom{
	border-top: 1px solid #363636;
	margin-top: 50px;
	height: 70px;
	line-height: 70px;
	color: #AAAAAA;
}
.footbottom a{
	color: #AAAAAA;
}
.footbottom a:hover{
	color: #fff;
}


/*内页开始*/
.inbanner{
	width: 100%;
	height: 440px;
	position: relative;
	background-size: 100% 100%;
}
.inbanner .box{
	position: absolute;
	width: 100%;
	height: 67px;
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 67px;
	left: 0px;
	bottom: 0px;
}
.inbanner .box .container{
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
}
.inbanner .box .container:before{
	content: '';
	display: block;
	position: absolute;
	width: 19px;
	height: 19px;
	background: url(../images/home.png) no-repeat center;
	left: 0px;
	top: 23px;
}
.inbanner .box .container a{
	color: #fff;
}


/*简介开始*/
.intitle{
	width: 100%;
	position: relative;
	margin-top: 60px;
	margin-bottom: 40px;
}
.intitle h1{
	font-size: 38px;
	position: relative;
	z-index: 1;
	font-weight: bold;
}
.intitle p{
	position: relative;
	z-index: 1;
	font-size: 18px;
}
.intitle h2{
	font-size: 75px;
	position: absolute;
	color: #F5F5F5;
	font-weight: bolder;
	left: 0px;
	top: -37px;
	width: 100%;
	text-align: center;
	z-index: 0;
	text-transform: uppercase;
}

.combox{
	background: #F7F8FC;
	padding: 40px 0;
}
.combox .com1{
	width: 23%;
	padding-left: 7.5%;
	box-sizing: border-box;
	position: relative;
}
.combox .com1 p{
	color: #0058BE;
	font-family: 'Impact';
	position: relative;
	z-index: 1;
}
.combox .com1 p span{
	color: #fff;
	font-family: 'Impact';
}
.combox .com1 .p1{
	font-size: 62px;
	line-height: 62px;
}
.combox .com1 .p2{
	font-size: 46px;
	line-height: 50px;
}
.combox .com1:before{
	content: '';
	display: block;
	width: 40%;
	height: 260px;
	background: #0058BE;
	left: 23%;
	bottom: 0px;
	position: absolute;
	z-index: 0;
}

.combox .com2{
	width: 75%;
	max-height: 170px;
	overflow-y: auto;
}
.cominner .numCount{
	padding-bottom: 50px;
}


/*荣誉资质*/
.honorin .inner .swiper-slide .cici{
	border:1px solid #DCDCDC;
	padding: 7%;
	box-sizing: border-box;
}
.honorin .inner .swiper-button-next:after{
	content: '';
}
.honorin .inner .swiper-button-prev:after{
	content: '';
}
.honorin .inner .swiper-button-next{
	width: 40px;
	height: 40px;
	background: url(../images/h3.jpg)no-repeat center;
	background-size: 100% 100%;
	border-radius: 5px;
}
.honorin .inner .swiper-button-prev{
	width: 40px;
	height: 40px;
	background: url(../images/h1.jpg)no-repeat center;
	border-radius: 5px;
	background-size: 100% 100%;
}
.honorin .inner .swiper-button-next:hover{
	background: url(../images/h4.jpg)no-repeat center;
}
.honorin .inner .swiper-button-prev:hover{
	background: url(../images/h2.jpg)no-repeat center;
}

/*实力展示*/

.str .strenlist .swiper-slide{
	padding: 50px 0;
	cursor: pointer;
}
.str .strenlist .swiper-slide .pimg{
	width: 66px;
	height: 66px;
	float: left;
	margin-right: 12px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.str .strenlist .swiper-slide .pimg1{
	background-image: url(../images/s1.png);
}
.str .strenlist .swiper-slide .pimg2{
	background-image: url(../images/s3.png);
}
.str .strenlist .swiper-slide .pimg3{
	background-image: url(../images/s5.png);
}
.str .strenlist .swiper-slide .pimg4{
	background-image: url(../images/s7.png);
}
.str .strenlist .swiper-slide.s1.swiper-slide-thumb-active .pimg1{
	background-image: url(../images/s2.png);
}
.str .strenlist .swiper-slide.s2.swiper-slide-thumb-active .pimg2{
	background-image: url(../images/s4.png);
}
.str .strenlist .swiper-slide.s3.swiper-slide-thumb-active .pimg3{
	background-image: url(../images/s6.png);
}
.str .strenlist .swiper-slide.s4.swiper-slide-thumb-active .pimg4{
	background-image: url(../images/s8.png);
}

.str .strenlist .swiper-slide:nth-child(5n){
	padding-left: 5%;
	box-sizing: border-box;
}
.str .strenlist .swiper-slide .p1{
	font-size: 26px;
	color: #000;
}
.str .strenlist .swiper-slide .p2{
	font-size: 16px;
	color: #666666;
}
.str .strenlist .swiper-slide:nth-child(3){
	padding-left: 2%;
	box-sizing: border-box;
}
.str .strenlist .swiper-slide:last-child{
	padding-left: 5%;
	box-sizing: border-box;
}

.str .stren .strenimg{
	width: 50%;
}
.str .stren .strenbox{
	width: 50%;
	background: #0058BE;
	color: #fff;
	padding: 4% 3% 0 3%;
	box-sizing: border-box;
}
.str .stren .strenbox .title{
	font-size: 18px;
}
.str .stren .strenbox h2{
	font-size: 28px;
	line-height: 40px;
	padding: 15px 0;
}
.str .stren .strenbox .content{
	font-size: 14px;
	color: #3A85D0;
}
.str .stren .strenbox .address{
	padding-top: 3%;
	border-top: 1px solid #fff;
	margin-top: 3%;
	line-height: 24px;
}
.str .stren .strenbox .address p span{
	margin-right: 5%;
	color: #FFFFFF;
}
.str .stren .strenbox .address p span a{
	color: #fff;
}
.str .stren .strenbox .address p span a:hover{
	color: #DCA772;
}

.stren .strencontent .swiper-pagination-total,
.stren .strencontent .swiper-pagination{
	font-size: 30px;
	color: #fff;
}
.stren .strencontent .swiper-pagination-current{
	font-size: 60px;
	color: #DDA772;
}
.stren .strencontent .swiper-pagination-fraction{
	left: -5%;
}


/*合作单位*/
.cominner .coo li{
	width: 24%;
	margin-right: 1%;
	background: #F7F8FC;
	text-align: center;
	padding: 5% 2% 3% 2%;
	box-sizing: border-box;
	position: relative;
	margin-top: 50px;
}
.cominner .coo li:nth-child{
	margin-right: 0px;
}
.cominner .coo li h2{
	font-size: 24px;
	margin-bottom: 10px;
}
.cominner .coo li .content{
	font-size: 15px;
	line-height: 28px;
	color: #666666;
}
.cominner .coo li .img{
	position: absolute;
	width: 90px;
	height: 90px;
	border:5px solid #F7F8FC;
	border-radius: 50%;
	margin:0 auto;
	left: 50%;
	top: -50px;
	margin-left: -50px;
}
.cominner .coo li .img.img1{
	background: #fff url(../images/c1.png) no-repeat center center;
}
.cominner .coo li:nth-child(1):hover .img.img1{
	background: #0059BF url(../images/c11.png) no-repeat center center;
	border:5px solid #0059BF;
}
.cominner .coo li .img.img2{
	background: #fff url(../images/c2.png) no-repeat center center;
}
.cominner .coo li:nth-child(2):hover .img.img2{
	background: #0059BF url(../images/c22.png) no-repeat center center;
	border:5px solid #0059BF;
}
.cominner .coo li .img.img3{
	background: #fff url(../images/c3.png) no-repeat center center;
}
.cominner .coo li:nth-child(3):hover .img.img3{
	background: #0059BF url(../images/c33.png) no-repeat center center;
	border:5px solid #0059BF;
}
.cominner .coo li .img.img4{
	background: #fff url(../images/c4.png) no-repeat center center;
}
.cominner .coo li:nth-child(4):hover .img.img4{
	background: #0059BF url(../images/c44.png) no-repeat center center;
	border:5px solid #0059BF;
}

.cominner .coolist{
	text-align: center;
	margin: 50px 0;
}
.cominner .coolist li{
	width: 19%;
	margin-right: 0px;
}
.cominner .coolist li:nth-child(5n){
	margin-right: 0px;
	margin-bottom: 1%;
}


/*新闻资讯*/
.cominner .new18{
	margin-bottom: 50px;
}
.cominner .new18 li{
	width: 32.5%;
	margin-right: 1%;
	background: #F7F8FC;
	margin-bottom: 1%;
}
.cominner .new18 li:nth-child(3n){
	margin-right: 0px;
}
.cominner .new18 li .box{
	padding: 7%;
	background: #F6F7FC;
	box-sizing: border-box;
}
.cominner .new18 li .box span{
	font-size: 14px;
}
.cominner .new18 li .box span i{
	margin-left: 10px;
}
.cominner .new18 li .box h2{
	font-size: 24px;
	margin: 10px 0;
}
.cominner .new18 li .box .inner{
	line-height: 26px;
	font-size: 15px;
	color: #666666;
	margin-bottom: 25px;
}
.new18 a{
	color: #000;
}
.new18 a:hover{
	color: #0058BE;
}

.new19{
	margin-bottom: 50px;
}
.new19 li{
	width: 31%;
	margin-right: 3.4%;
	position: relative;
  margin-bottom: 2%;
}
.new19 li:nth-child(3n){
	margin-right: 0px;
}
.new19 li .cici{
	height: 0px;
	width: 100%;
	padding-top: 64%;
	box-sizing: border-box;
}
.new19 li .box{
	padding: 7%;
	background: #F6F7FC;
	box-sizing: border-box;
}
.new19 li .box span{
	font-size: 14px;
}
.new19 li .box span i{
	margin-left: 10px;
}
.new19 li .box h2{
	font-size: 24px;
	margin: 10px 0;
}
.new19 li .box .inner{
	line-height: 26px;
	font-size: 15px;
	color: #666666;
	margin-bottom: 25px;
}
.new19 li .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: url(../images/newbg.jpg)no-repeat center;
	color: #fff;
	padding: 12% 8%;
	box-sizing: border-box;
	opacity: 0;
}
.new19 li .cover h2{
	font-size: 24px;
	margin: 10px 0;
}
.new19 li a .box h2{
  color: #000;
}
.new19 li .cover .inner{
	line-height: 27px;
	color: #fff;
	margin:20px 0 30px;
	font-size: 15px;
	color: #CAE2F6;
}
.new19 li:hover .cover{
	opacity: 1;
}



/*新闻详情*/
.newsinfo{
	margin:50px auto;
}
.newsinfo .content{
	width: 72%;
}

.newsinfo .bar{
	width: 23%;
}

.newsinfo .title{
	font-size: 32px;
	font-weight: bold;
}
.newsinfo .ms{
	border:1px dashed #ccc;
	border-left:none;
	border-right:none;
	padding: 10px 0;
	margin: 20px 0 40px;
}
.newsinfo .ms .f-add{
	font-size: 20px;
	margin-right: 5px;
}
.newsinfo .ms a{
	color: #000;
}
.newsinfo .newsPage{
	margin-top: 30px;
}
.newsinfo .newsPage .page-a{
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.newsinfo .newsPage .page-a a{
	color: #000;
}

.newsinfo .bar .top1 .title{
	font-size: 28px;
	color: #fff;
	background: #0059BE;
	padding: 5% 8%;
	box-sizing: border-box;
	font-weight: normal;
	position: relative;
}
.newsinfo .bar .top1 .title:after{
	content: '';
	display: block;
	position: absolute;
	width: 37px;
	height: 37px;
	background: url(../images/top1.png)no-repeat center;
	right: 30px;
	top: 18px;
}
.newsinfo .bar .top1 ul{
	border:1px solid #DDDDDD;
	padding: 15px 12px;
	box-sizing: border-box;
}

.newsinfo .bar .top1 ul li{
	padding: 8px 20px;
	box-sizing: border-box;
	background: #F7F8FC;
	font-size: 15px;
	line-height: 40px;
	margin-bottom: 5px;
	position: relative;
}
.newsinfo .bar .top1 ul li p{
	width: 85%;
}
.newsinfo .bar .top1 ul a li p{
	color: #000;
}
.newsinfo .bar .top1 ul li:after{
	content: '';
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/xq.jpg)no-repeat center;
	right: 10px;
	top: 15px;
}
.newsinfo .bar .top1 ul li:hover{
	background: #0058BE;
	color: #fff;
}
.newsinfo .bar .top1 ul li:hover:after{
	background: url(../images/xq1.jpg)no-repeat center;
}
.newsinfo .bar .top1 ul a li:hover p{
	color: #fff;
}


.newsinfo .bar .top2 .title{
	font-size: 28px;
	color: #fff;
	background: #0059BE;
	padding: 5% 8%;
	box-sizing: border-box;
	font-weight: normal;
	position: relative;
	margin-top: 30px;
}
.newsinfo .bar .top2 .title:after{
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(../images/dq.png)no-repeat center;
	right: 30px;
	top: 18px;
}
.newsinfo .bar .top2 ul{
	border:1px solid #DDDDDD;
	padding: 15px 20px;
	box-sizing: border-box;
}

.newsinfo .bar .top2 ul li{
	padding: 8px 0px;
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
	font-size: 15px;
	line-height: 40px;
	margin-bottom: 5px;
	position: relative;
}
.newsinfo .bar .top2 ul a li p{
	color: #000;
}
.newsinfo .bar .top2 ul a li:hover p{
	color: #0059BE;
	text-indent: 10px;
}


/*业务*/
.cominner .caselist{
	margin-bottom: 5%;
}
.cominner .caselist li{
	margin-bottom: 2%;
}
.cominner .caselist li .cal{
	width: 50%;
}
.cominner .caselist li .cal .cici{
	height: 100%;
}
.cominner .caselist li .car{
	width: 50%;
	padding: 4% 3%;
	background: #F7F8FD;
	box-sizing: border-box;
}
.cominner .caselist li .car a:hover h2{
  color: #0059BE;
}
.cominner .caselist li .car h2{
	font-size: 24px;
}
.cominner .caselist li .car .content{
	line-height: 26px;
	margin:4% 0 7%;
}
.cominner .caselist li .car .more{
	padding: 1.5% 5%;
	border:1px solid #ccc;
	display: inline-block;
}
.cominner .caselist li .car a{
	color: #000;
}
.cominner .caselist li .car .more:hover{
	background: #0059BF;
	color: #fff;
	border-color:#0059BF;
}
.cominner .caselist li .cal:hover img{
	transform: scale(1.1);
}

/*详情*/
.cominner .casebox{
	margin-top: 45px;
}
.cominner .casebox .case_img{
	width: 50%;
}
.cominner .casebox .case_img .cici{
	height: 100%;
}
.cominner .casebox .case_content{
	width: 50%;
	background: #F9FAFD;
	padding: 3%;
	box-sizing: border-box;
}
.cominner .casebox .case_content h2{
	font-size: 24px;
}
.cominner .casebox .case_content .title{
	padding: 5% 0 3%;
	font-size: 16px;
	font-weight: bold;
}
.cominner .casebox .case_content .tags{
	line-height: 26px;
}
.cominner .casebox .case_content a .more{
	padding: 2% 6%;
	background: #0058BE;
	display: inline-block;
	color: #fff;
	margin-top: 5%;
}
.cominner .casebox .case_content a .more:hover{
	border-radius: 25px;
}
.cominner .casebox .case_img .swiper-pagination-bullets{
	left: 40%;
}
.cominner .casebox .case_img .swiper-pagination-bullet-active{
	background: #fff;
}
.cominner .casebox .case_img .swiper-pagination-bullet{
	background: rgba(255,255,255);
}
.cominner .des .infoms{
	background: #F9FAFD;
	margin-top: 35px;
	position: relative;
}
.cominner .des .infoms:after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 47px;
	height: 49px;
	background: url(../images/tlogo.png)no-repeat center;
	right: 2%;
	top: 12%;
}
.cominner .des .infoms span{
	display: inline-block;
	padding: 1% 9.5% 1% 1.5%;
	background: url(../images/des.jpg) no-repeat right;
	color: #fff;
	font-size: 24px;
}
.cominner .des .content{
	margin-top: 35px;
}
.cominner .des .imgmore{
	margin-top: 35px;
	margin-bottom: 1%;
}
.cominner .des .imgmore .cici{
	width: 49.5%;
	max-height: 320px;
}
.cominner .des .imgmore1 .cici{
	width: 35.7%;
	max-height: 320px;
}
.cominner .des .imgmore1 .cici:nth-child(2){
	width: 26.8%;
	position: relative;
}
.cominner .des .imgmore1 .cici:nth-child(2) .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(11,97,184,.5);
	color: #fff;
	left: 0px;
	top: 0px;
	padding-top: 20%;
	box-sizing: border-box;
}
.cominner .des .imgmore1 .cici:nth-child(2) .cover img{
	width: 47px;
	height: 49px;
	margin:0 auto;
	margin-bottom: 2%;
}
.cominner .des .imgmore1 .cici:nth-child(2) .cover h2{
	font-size: 36px;
}
.cominner .des .imgmore1 .cici:nth-child(2) .cover p{
	font-size: 24px;
}

.cominner .des.cont .content{
	padding: 0 2%;
	box-sizing: border-box;
}
.cominner .des.cont .content ul li p{
	position: relative;
	font-size: 16px;
	color: #0059BE;
	text-indent: 34px;
}
.cominner .des.cont .content ul li h3{
	font-size: 18px;
	margin-top: 4px;
}
.cominner .des.cont .content ul li p:before{
	content: '';
	width: 28px;
	height: 28px;
	display: inline-block;
	left: 0px;
	position: absolute;
	top: -3px;
}
.cominner .des.cont .content ul li.lin1 p:before{
	background: url(../images/z1_03.jpg)no-repeat center;
}
.cominner .des.cont .content ul li.lin2 p:before{
	background: url(../images/z2_03.jpg)no-repeat center;
}
.cominner .des.cont .content ul li.lin3 p:before{
	background: url(../images/z3_03.jpg)no-repeat center;
}
.cominner .des.cont .content ul li.lin4 p:before{
	background: url(../images/z4_03.jpg)no-repeat center;
}
.cominner .des.cont .content ul li a{
	color: #000;
}
.cominner .des.cont .content ul li a:hover{
	color: #0059BE;
}


.other.container{
	margin-bottom: 45px;
}
.other div.ts5{
	width: 100%;
	border: 1px solid #ccc;
	border-top:none;
	box-sizing: border-box;
	padding: 1% 5%;
	line-height: 50px;
}
.other .swiper-slide .cici{
	max-height: 243px;
}
.other .swiper-slide:hover img{
	transform: scale(1.1);
}
.other a{color: #000}
.other .swiper-slide:hover div.ts5{
	color: #fff;
	background: #0059BE;
	border-color: #0059BE;
}


/*荣誉资质*/
.cominner .honorlist{
	margin-bottom: 50px;
}
.cominner .honorlist ul li{
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 1%;
	box-sizing: border-box;
	border:1px solid #ccc;
}
.cominner .honorlist ul li .cici{
	padding: 5px;
	box-sizing: border-box;
}
.cominner .honorlist ul li:nth-child(4n){
	margin-right: 0px;
}
.cominner .honorlist ul li a p{
	line-height: 44px;
	padding: 0 10px;
	color: #000;
}
.cominner .honorlist ul li:hover p{
	background: #0059BE;
	color: #fff;
	border-color:#0059BE;
}



/*搜索*/
#header-search {
	position: relative;
	margin-left: 15px;
}

.search-box-wrap {
	background: #ffffff;
	display: none;
	position: absolute;
	right: 0;
	top: 100px;
	padding: 25px 30px 25px;
	z-index: 9991;
	box-sizing: border-box;
	box-shadow: 0 0 6px #00000036;
}

#header-search a {
	display: block;
	width: 100%;
	height: 100%;
}
form.search-form {
	position: relative;
}

input.search-field {
	width: 100%;
	border: 2px solid #f7f7f7;
	border-radius: 50px;
	padding: 12px 25px;
	box-sizing: border-box;
}

.search-submit {
	width: 100%;
	margin-top: 15px;
}

.searchform {
	width: 430px;
	margin: 0 auto;
	max-width: 100%;
}

.searchform-inner {
	position: relative;
}
input.search-submit, input.search-submit:visited {
	position: absolute;
	top: 0;
	margin: 0;
	right: 0;
	font-size: 13px;
	padding: 16px 20px;
	border-radius: 0 50px 50px 0;
}
input[type="button"],
input[type="submit"],
button {
	background: #004DC6;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	padding:10px 35px;
	border: none;
	height: auto;
	width: auto;
	cursor: pointer;
	display: inline-block;
}

.seark span{
	color: red;
}
.seark{
	margin-bottom: 10px;
}


/*联系我们*/
.conbox .lcon{
  width: 32%;
}
.conbox .lcon .c1{
  background: #F7F8FC;
  padding: 6% 4%;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 1.5%;
  color: #0058BE;
}
.conbox .lcon .c1 img{
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.conbox .lcon .c1 p:nth-child(2){
  padding-top: 5px;
}
.conbox .lcon .c1 p:last-child{
  font-size: 18px;
  color: #000;
}
.conbox .lcon .c1 p a{
  color: #000;
}
.conbox .lcon .c1 p a:hover{
  color: #0058BE;
}
.conbox .rcon{
  width: 66%;
}

#dituContent{
  width: 100%;
  height: 458px;
}


/*留言*/
.contact-liuyan .inputbox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.info_warp{
  margin-bottom: 40px;
}
.contact-liuyan input[type=text]{
    width: 48.5%;
    line-height: 45px;
    border:1px solid #eee;
    padding-left: 15px;
    outline: none;
    background: #fff;
    font-size:14px;
    color:#333;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
}
.contact-liuyan  input:focus{
    border:1px solid #225DBF;
}
.contact-liuyan  input[type=text]::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan input[name=captcha]{
    width: 40%;
    margin-right: 15px;
}
.contact-liuyan .verify{
    height: 45px;
    width: 35%;
}
.contact-liuyan .verify img{
    height: 100%;
}
.contact-liuyan textarea{
    width:100%;
    height: 155px;
    border:1px solid #eee;
    padding:15px;
    outline: none;
    resize: none;
    font-size:14px;
    color:#333;
    margin-bottom: 8px;
    font-family: "Microsoft Yahei";
}
.contact-liuyan textarea::placeholder{
    font-size:14px;
    color:#999;
}
.contact-liuyan textarea:focus{
    border:1px solid #225DBF;
}
.contact-liuyan .submit{
    display: block;
    width: 30%;
    line-height: 47px;
    text-align:center;
    color:#fff;
    height: 47px;
    font-size:20px;
    background: #225DBF;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.contact-liuyan .inputbox .submit:hover{
    background: #51c0c3;
}



/*分页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #1845C4;
  background: #1845C4;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display: none;
}
.de-page-mian .page-inner span {
  /*display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;*/
  display: none;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}













