@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial,Microsoft YaHei,sans-serif,Noto Sans,Helvetica Neue,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form,fieldset, 
legend, input, button,textarea, p, blockquote, th, td { margin: 0; padding: 0;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
body{ color:#000;	margin:0px auto; font-family: Arial,Microsoft YaHei,sans-serif,Noto Sans,Helvetica Neue,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; font-size:18px; background:#fff; }
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px;}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0; /* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}
button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}
.red{ color:red;  } 
.clearfix:before{ display: table; content: " ";}
.clearfix:after{ display: table; content: " "; clear: both; }
.float_left{ float:left; }
.float_right { float: right; }
.container{ width:1170px; margin:0 auto; }
.mainLine{ position: relative; width: 100%; color: #1f87e8!important; text-align: center; }
.step_icon {
    position: relative;
    z-index: 1;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
    transition: .15s ease-out;
}
.step_icon.is-text {
    border-radius: 50%;
    border: 2px solid;
    border-color: inherit;
}
.step_icon-inner {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}
.step_line{
    position: absolute;
    border-color: inherit;
    background-color: #1f87e8;
    height: 2px;
    top: 11px;
    left: 50%;
    right: -50%;
}
.step_line_inner {
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #c0c4cc;
    transition: .15s ease-out;
    box-sizing: border-box;
    width: 0;
    height: 0;
}
.stepsUl li:last-of-type .step_line{
    display: none;
}
.tran3s { transition: all 0.3s ease-in-out; }
.top-bar{ height:50px; line-height:50px; background:#10252e; }
.top-bar .top-bar-info {   display: inline-block; }
.top-bar .top-bar-info li {
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    height: 36px;
    float: left;
}
.header{ height:80px; }
.header.fixed{ position:fixed; width: 100%; top:0; background: #fff; z-index: 999; box-shadow: 0 0 10px rgba(0,0,0,0.3);  }  
.logoMain{ width:400px; }
.logoMain .logo{ margin-top:7px; }
.navMain{ width:760px; }
.navbar .navbar-nav{ position:relative}
.navbar .navbar-nav li{ float: left; position: relative; display: block; } 
.navbar .navbar-nav li a{ 
    padding: 30px 10px 28px 10px;
    margin: 0 10px;
    text-transform: uppercase;
    /* border-bottom: 5px solid transparent; */
    color: #222;
    font-size: 18px;
    transition: .5s ease;
}
.navbar .navbar-nav li.current a{ color:#1f87e8; }
.navbar .navbar-nav li a:hover{ color: #235eb6!important; }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    right: auto !important;
    left:auto !important;
}
.navbar-nav>li>.dropdown-menu li{ height:50px; line-height:50px; }
.navbar-nav>li>.dropdown-menu a{ margin:0; font-size:16px; padding:0 20px; width: 100%; display: inline-block; color:#222 !important; }
.navbar-nav>li:Hover .dropdown-menu { display:block;  }
.navbar-nav>li>.dropdown-menu li:hover{ background: #f3f5f6!important; }
.navbar-nav>li>.dropdown-menu li:hover a{  color: #235eb6!important; }
.nav_side_content {
    margin-top: 28px;
    position: relative;
    right: 0;
}
.nav_side_content .search_option {
    display: inline-block;
    vertical-align: middle;
}
.nav_side_content .search_option>button {
    height: 26px;
    font-size: 15px;
    color: #222;
    border-left: 1px solid #828d92;
    padding-left: 35px;
}
.right-column{ position: absolute; right: -52px; }
.nav_side_content {
     margin-top: 28px;
  position: relative;
  right: 0;
}
.nav_side_content .cart_select>button {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-right: 23px;
  color:#272727;
}
.nav_side_content .cart_select>button span {
  font-weight: normal;
  padding: 0 0px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -20px;
  color: #51CAA2;
}
.nav_side_content .cart_select>button i {
  font-size: 18px;
  margin-left:5px;
}
.nav_side_content .cart_select,
.nav_side_content .search_option {
  display: inline-block;
  vertical-align: middle;
}
.nav_side_content .search_option>button {
  height: 26px;
  font-size: 15px;
  color: #222;
  border-left: 1px solid #828d92;
  padding-left: 35px;
    cursor: pointer;
    
}

.nav_side_content .search_option form {
    height: 50px;
    width: 280px;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    left: auto;
    right: -280;
    top: -10px;
    border: none;
    box-shadow: none;
}
.nav_side_content .search_option form input {
    font-weight: normal;
    width: 92%;
    height: 100%;
    background: transparent;
    color: #9e9e9e;
    border: 1px solid rgba(51, 51, 51, 0.16);
    padding: 0 47px 0 10px;
    font-size: 15px;
    border-radius: 3px;
}
.nav_side_content .search_option form button {
  display: block;
  width:40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top:5px;
 right: 22px;
  color:#51CAA2;
}
.nav_side_content .cart_select {
  border-left: 1px solid #ececec;
  padding-left: 5px;
}
.show>.dropdown-menu {
    display: block;
}
.nav_side_content .search_option form button {
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 22px;
    height: 40px;
    color: #51CAA2;
}
.banner {
	overflow:hidden;
	text-align:center;
	position:relative
}
.banner a {
	display:block
}
.banner img {
	max-width:100%
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
	background:#fff;
	opacity:.7;
	*filter:alpha(opacity=70);
	filter:alpha(opacity=70)
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#f60;
	opacity:1;
	*filter:alpha(opacity=100);
	filter:alpha(opacity=100)
}
.banner .bx-wrapper .bx-prev,.banner .bx-wrapper .bx-next {
	width:32px;
	height:32px;
	top:50%;
	margin-top:-30px;
	background:url(../images/controls.png) no-repeat;
	visibility:hidden
}
.banner:hover .bx-wrapper .bx-prev,.banner:hover .bx-wrapper .bx-next {
	visibility:visible
}
.banner .bx-wrapper .bx-prev {
	left:50px;
	background-position:0 0
}
.banner .bx-wrapper .bx-next {
	right:50px;
	background-position:-43px 0
}
.bannerPc { width: 100%; text-align:center }
.bannerPc ul,.bannerPc li {
	margin:0;
	padding:0;
	list-style:none
}
.bannerPc li{ height: 950px; background-size: 100% 100% !important; }
.bannerPc a {
	display:block
}
.bannerPc img {
	max-width:100%;
	vertical-align:middle
}
.banner-swiper1 {
	background:#212121
}
.banner-swiper1 .swiper-slide.swiper-slide-prev,.banner-swiper1 .swiper-slide.swiper-slide-next {
	opacity:.5
}
.banner-swiper .swiper-pagination-bullets {
	bottom:20px!important
}
.banner-swiper .swiper-pagination-bullet {
	width:1em;
	height:2px;
	background:#fff;
	opacity:.5;
	box-sizing:border-box;
	border-radius:0;
	-webkit-border-radius:0;
	vertical-align:middle
}
.banner-swiper .swiper-pagination-bullet-active {
	width:1em;
	height:1em;
	border:2px solid #fff;
	background:0 0;
	opacity:1;
	border-radius:50%;
	-webkit-border-radius:50%
}
.swiper-container-cube .swiper-cube-shadow {
	display:none
}
.banner-swiper .swiper-button-prev,.banner-swiper .swiper-button-next {
	width:40px;
	height:60px;
	top:50%;
	margin-top:-30px;
	background:url(../images/slide_bPc.png) no-repeat;
	visibility:hidden
}
.banner-swiper:hover .swiper-button-prev,.banner-swiper:hover .swiper-button-next {
	visibility:visible
}
.banner-swiper .swiper-button-prev {
	left:50px;
	background-position:0 0
}
.banner-swiper .swiper-button-next {
	right:50px;
	background-position:-40px 0
}
.banner-swiper2 .swiper-slide {
	width:65%;
	box-shadow:0 8px 30px rgba(255,255,255,.2)
}
.banner-swiper3 .preview {
	background:#212121
}
.banner-swiper3 .preview li {
	cursor:pointer;
	opacity:.4
}
.banner-swiper3 .preview li img {
	width:100%;
	height:100%;
	max-height:120px
}
.banner-swiper3 .preview li.active-nav {
	opacity:1
}
.banner-osSlider {
	margin:0 auto
}
.banner-osSlider .slider-btn-prev,.banner-osSlider .slider-btn-next {
	position:absolute;
	z-index:99;
	cursor:pointer;
	width:40px;
	height:60px;
	top:50%;
	margin-top:-30px;
	background:url(../images/slide_bPc.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	visibility:hidden
}
.banner-osSlider:hover .slider-btn-prev,.banner-osSlider:hover .slider-btn-next {
	visibility:visible
}
.banner-osSlider .slider-btn-prev {
	left:50px;
	background-position:0 0
}
.banner-osSlider .slider-btn-next {
	right:50px;
	background-position:-40px 0
}
.banner-osSlider .slider-nav {
	position:absolute;
	z-index:99;
	left:0;
	right:0;
	bottom:20px;
	text-align:center
}
.banner-osSlider .slider-nav li {
	display:inline-block;
	width:1em;
	height:2px;
	cursor:pointer;
	background:#fff;
	opacity:.5;
	box-sizing:border-box;
	border-radius:0;
	-webkit-border-radius:0;
	vertical-align:middle;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 5px
}
.banner-osSlider .slider-nav li.active {
	width:1em;
	height:1em;
	border:2px solid #fff;
	background:0 0;
	opacity:1;
	border-radius:50%;
	-webkit-border-radius:50%
}
.banner-osSlider .cvNode img {
	max-width:none
}
.banner-ccslide .control-links {
	position:absolute;
	z-index:99;
	left:0;
	right:0;
	top:auto;
	bottom:20px;
	text-align:center
}
.banner-ccslide .control-links li {
	display:inline-block;
	width:1em;
	height:2px;
	cursor:pointer;
	background:#fff;
	opacity:.5;
	box-sizing:border-box;
	border-radius:0;
	-webkit-border-radius:0;
	vertical-align:middle;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 5px
}
.banner-ccslide .control-links li.active {
	width:1em;
	height:1em;
	border:2px solid #fff;
	background:0 0;
	opacity:1;
	border-radius:50%;
	-webkit-border-radius:50%
}
.banner-ccslide .slider-nav.prev,.banner-ccslide .slider-nav.next {
	position:absolute;
	width:40px;
	height:60px;
	top:50%;
	margin-top:-30px;
	background:url(../images/slide_bPc.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	visibility:hidden
}
.banner-ccslide:hover .slider-nav.prev,.banner-ccslide:hover .slider-nav.next {
	visibility:visible
}
.banner-ccslide .slider-nav.prev {
	left:50px;
	background-position:0 0
}
.banner-ccslide .slider-nav.next {
	right:50px;
	background-position:-40px 0
}
.banner-ccslide .shadow {
	display:none
}
.banner-ccslide .slider-link {
	width:100%;
	height:100%
}
.banner-html5zoo {
	}.banner-html5zoo .html5zoo-arrow-left-0,.banner-html5zoo .html5zoo-arrow-right-0 {
	width:40px!important;
	height:60px!important;
	top:50%!important;
	margin-top:-30px!important;
	background:url(../images/slide_bPc.png) no-repeat!important;
	display:block!important;
	visibility:hidden
}
.banner-html5zoo:hover .html5zoo-arrow-left-0,.banner-html5zoo:hover .html5zoo-arrow-right-0 {
	visibility:visible
}
.banner-html5zoo .html5zoo-arrow-left-0 {
	left:50px!important;
	background-position:0 0!important
}
.banner-html5zoo .html5zoo-arrow-right-0 {
	right:50px!important;
	background-position:-40px 0!important
}
.banner-html5zoo .html5zoo-arrow-left-1,.banner-html5zoo .html5zoo-arrow-right-1 {
	width:32px!important;
	height:32px!important;
	top:50%!important;
	margin-top:-30px!important;
	background:url(../images/controls.png) no-repeat!important;
	display:block!important;
	visibility:hidden
}
.banner-html5zoo:hover .html5zoo-arrow-left-1,.banner-html5zoo:hover .html5zoo-arrow-right-1 {
	visibility:visible
}
.banner-html5zoo .html5zoo-arrow-left-1 {
	left:50px!important;
	background-position:0 0!important
}
.banner-html5zoo .html5zoo-arrow-right-1 {
	right:50px!important;
	background-position:-40px 0!important
}
.banner-html5zoo .html5zoo-nav {
	text-align:center
}
.banner-html5zoo .html5zoo-bullet-span {
	width:1em!important;
	height:2px!important;
	float:none!important;
	display:inline-block;
	background:#fff!important;
	opacity:.5;
	box-sizing:border-box;
	border-radius:0;
	-webkit-border-radius:0;
	margin:0 5px!important;
	vertical-align:middle
}
.banner-html5zoo .html5zoo-bullet-span.active {
	width:1em!important;
	height:1em!important;
	border:2px solid #fff;
	background:0 0!important;
	opacity:1;
	border-radius:50%;
	-webkit-border-radius:50%
}
.bg-grey {  width: 100%; background: #f8f8f8; }
.pitemrow3-image-left { text-align: center;  padding-bottom: 2rem; }
.titlebar { padding: 3rem 0 2.5rem; text-align: center; }
.titlebar .title { font-size: 30px; font-weight: 400; margin-bottom:40px; }
.titlebar .subtitle {  font-size: 18px; opacity: .6; }
.titlebar .title span {  position: relative; }
.titlebar .title span:after {
    opacity: .4;
    content: "";
    display: block;
    width: 100%;
    height: .1rem;
    background: #1f87e8;
    position: absolute;
    left: 0;
    right: 0;
    top:34px;
    bottom: 0;
    margin: 20px auto;
}
.serviceitems li{ width:20%; float:left; height:280px; position:relative;  }
.serviceitems li .w-container{ width:100%;  height:280px; position:absolute; cursor:pointer; }
.serviceitems li .w-container .imgicon{ position: absolute; height: 80px;  width: 120px; left: 50%; margin-left:-60px; top: 50px; z-index: 7; }
.serviceitems li .w-container .imgicon img{ width:60px; }
.serviceitems li .w-container .text{ color:#888; position: absolute; height: 82px; line-height:36px; font-size:18px; width: 180px; left: 50%; margin-left:-90px; top: 150px; z-index: 3; }

.serviceitems li.items_0 .w-container {
    border-radius: 0px;  border-right: 1px solid #999999; border-top: 1px solid #999999;  border-bottom: 1px solid #999999;
    border-left: 1px solid #999999; border-radius: 0px; background-color: transparent; background-image: none;
    background-repeat: repeat;  background-position: 0 0; background: linear-gradient(top, none, none);
    background-size: auto; box-shadow: 0 0 0 transparent; transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}
.serviceitems li.items_1 .w-container {
    border-radius: 0px;  border-right: 1px solid #999999; border-top: 1px solid #999999; border-bottom: 1px solid #999999;
    border-left: 0px none #999999; border-radius: 0px; background-color: transparent; background-image: none;
    background-repeat: repeat;  background-position: 0 0; background: linear-gradient(top, none, none);
    background-size: auto; box-shadow: 0 0 0 transparent; transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}
.serviceitems li.items_2 .w-container {
    border-radius: 0px;  border-right: 1px solid #999999; border-top: 1px solid #999999; border-bottom: 1px solid #999999;
    border-left: 0px none #999999; border-radius: 0px; background-color: transparent; background-image: none;
    background-repeat: repeat;  background-position: 0 0; background: linear-gradient(top, none, none);
    background-size: auto; box-shadow: 0 0 0 transparent; transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}
.serviceitems li.items_3 .w-container {
    border-radius: 0px;  border-right: 1px solid #999999; border-top: 1px solid #999999; border-bottom: 1px solid #999999;
    border-left: 0px none #999999; border-radius: 0px; background-color: transparent; background-image: none;
    background-repeat: repeat;  background-position: 0 0; background: linear-gradient(top, none, none);
    background-size: auto; box-shadow: 0 0 0 transparent; transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}
.serviceitems li.items_4 .w-container {
    border-radius: 0px;  border-right: 1px solid #999999; border-top: 1px solid #999999; border-bottom: 1px solid #999999;
    border-left: 0px none #999999; border-radius: 0px; background-color: transparent; background-image: none;
    background-repeat: repeat;  background-position: 0 0; background: linear-gradient(top, none, none);
    background-size: auto; box-shadow: 0 0 0 transparent; transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}
.serviceitems li .w-container:hover{ 
    cursor: pointer;
    transform: translateY(-3px);
    background-color: rgb(7, 55, 99);
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 0px none #eee;
    -webkit-box-shadow: 0 2px 0 rgba(102,102,102,.1);
    -moz-box-shadow: 0 2px 0 rgba(102,102,102,.1);
    -ms-box-shadow: 0 2px 0 rgba(102,102,102,.1);
    box-shadow: 0 2px 0 rgba(102,102,102,.1);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;    
}
.pitemrow1 {
    text-align: center;
    padding-bottom: 2rem;
}
.pitemrow3-image-left .items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    margin-bottom: .5rem;
}
.pitemrow3-image-left .items li {
    -webkit-flex: 0 0 48%;
    flex: 0 0 48%;
    text-align: left;
    margin-bottom: 2rem;
    border-radius: .5rem;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
}
.pitemrow3-image-left .items li .img {
    margin-right: 1rem;
}
.pitemrow3-image-left .items li .img img {
    width: 84px;
}
.pitemrow3-image-left .items li .text {
    -webkit-flex: 1;
    flex: 1;
    font-size: 16px;
}
.pitemrow3-image-left .items li .text .title {
    font-weight: 400;
    margin-bottom: .5rem;
    font-size: 20px;
}
.pitemrow3-image-left .items li .text .description {
    opacity: .6;
}
.pitemrow3-image-left .text2 {
    color: #222;
    font-size: 18px;
    line-height: 2;
}
.pitemrow3-image-left .text2 span {
    font-weight: 700;
}
.stepsUl li{ width:12.5%; float:left; }
.stepsUl li .mainText{ margin-top:10px; font-size:15px; color: #1f87e8!important; }
.hservice {
    text-align: center;
    padding-bottom: 2rem;
}
.hservice .items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}
.hservice .items li {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: left;
    margin-bottom: 2rem;
    margin-top: .75rem;
    border-radius: .5rem;
    box-sizing: border-box;
    text-align: center;
}
.hservice .items li img {
    width:150px;
}
.hservice .items li .text {
    font-size:16px
}
.hservice .items li .text .title {
    font-weight: 400;
    text-transform: uppercase;
    margin: .5rem 0;
}
.hservice .items li .text .description {
    opacity: .6;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    text-align: center;
}
.hservice .text2 {
    color: #222;
    font-size: 18px;
    line-height: 2;
}
.myService ul {
    padding-top: 60px;
}
.myService ul li {
    float: left;
    width: 25%;
    text-align: left;
    padding-left: 50px;
    border-right: 1px solid #cccccc;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.myService ul li:last-of-type {
    border-right: unset;
}
.myService ul li span {
    font-size: 60px;
    height: 68px; line-height: 68px; color: #3c3c49; display: block;
}
.myService ul li h2 {
    font-size: 24px;
    color: #3c3c49;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
}
.myService ul li p {
    font-size: 16px;
    color: #3c3c49;
    font-weight: bold;
}
.myService ul li h3 {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 30px;
}
.myService ul li:hover {
    transform: scale(1.05);
}
.myService ul li:hover h2 {
    color: #cf281f;
}
.HCases {
    text-align: center;
    padding-bottom: 2rem;
}
.HCases .items {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.HCases .items, .HCases .two-items {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.HCases .items li{ padding:10px; border:1px solid #ddd; background:#fff; margin-bottom:15px; }
.HCases .items li:hover{ box-shadow:0 0 5px #ddd; }
.HCases .clients img{ width:100%; }
.h-news {
    padding: 1rem;
    margin-top: 2rem;
    background: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
}
.h-news .news_header {
    text-align: left;
    font-size: .75rem;
    padding: .5rem;
}
.h-news .news_header .title {
    font-size: 18px;
}
.h-news .news_header a {
    float: right;
    opacity: .8;
    font-size: 14px;
    color: #1f87e8;
    cursor: pointer;
}
.h-news .news-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 16px;
    margin-top: .5rem;
}
.h-news .news-box li {
    width: 48%;
    padding: .5rem;
    line-height: 2;
    text-align: left;
    border-bottom: 1px dotted #dedede;
}
.h-news .news-box li a {
    display: inline-block;
    width: 100%;
}
.h-news .news-box li a:Hover{ color: #1f87e8; }
.h-news .news-box li .news-date, .h-news .news-box li .news-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.h-news .news-box li .news-title {
    display: inline-block;
    width: 80%;
}
.h-news .news-box li span:last-child {
    float: right;
    opacity: .8;
}
.h-news .news-box li .news-date {
    width: 20%;
    text-align: right;
}
.footer {
    padding: 0 1rem;  background: #1a202c; width: 100%;
}
.footer .container {
    color: #fff;
    padding: 2rem 0;
}
.footer .container .right ul {
    border-bottom: 1px solid #6b6c72;
}
.footer .container .link {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    line-height: 2rem;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .container .right ul li {
    line-height: 40px;
    display: inline-block;
}
.footer .container .right ul li+li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0 .5rem;
}
.footer .container .linkCh ul li a {
    padding-left: 10px;
}
.footer .container .link a {
    color: #fff;
}
.footer .container .link .call {
    margin-right: 3rem;
    font-size: .9rem;
    text-align: center;
}
.footer .container .right .copyright {
    margin-top: 1rem;
}
.footer .container .right .copyright p {
    line-height: 2;
    color:#fff; font-size:14px;
}
.footer .container .right .copyright p .href {
    margin-right: 1rem;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}
.footer .container .link .call .logo {
    margin-top: 1rem;
}
.inner-banner02 {
    border: 1px #E6E6E6 solid;
    width: 100%;
}
.breadcumb-wrapper2 ul{ text-align: center; }
.breadcumb-wrapper2 li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align:center;
    width:16.666%;
    height: 54px;
    line-height: 56px;
}
.listMain{ background:#fff; overflow: hidden; }
.mainContent{ padding: 0 0 2.5rem;     font-size: 15px; line-height: 28px; }
.news-list {   padding-bottom: 2rem; }
.news-list .title {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 1.5rem auto;
}
.news-list .news-box {
    border: 1px solid #dedede;
    padding: 1.5rem;
    margin: 0 auto;
}
.news-list .news-box .news-ul li {
    padding-left: 1rem;
    line-height: 36px;
    position: relative;
}
.news-list .news-box .news-ul li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #444;
    top: 16px;
    left: 4px;
}
.news-list .news-box .news-ul li h4 {
    width: 80%;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}
.news-list .news-box .news-ul li .date {
    display: inline-block;
    width: 15%;
    font-size: 14px;
    opacity: .6;
}
.pagination-desktop{ margin-top:20px; text-align:center; }
.pagination-desktop span,.pagination-desktop a{ min-width: 30px; height: 30px; line-height: 30px; display:inline-block; margin:0 5px;     background-color: #f4f4f5;     padding: 0 8px; font-size: 13px; }
.pagination-desktop span{ color: #888; }
.pagination-desktop span.current{ background-color: #235eb6;  color: #fff;}
.newsdetail-content {
    padding: 2rem 0;
}
.newsdetail-content .title {
    text-align: center;
    padding: 2rem 0;
}
.newsdetail-content .content {
    padding-bottom: 2rem;
    line-height: 2.4;
    color: #444;
    font-size: .7rem;
}
.newsdetail-content .article-bottom {
    padding-top: 1rem;
    border-top: 1px solid #dedede;
}
.newsdetail-content .article-bottom .more {
    width: 20%;
    float: right;
    text-align: right;
}

.newsdetail-content .article-bottom .page {
    color: #666;
    font-size: 14px;
    margin-bottom: 1rem;
}
.newsdetail-content .article-bottom .article-left {
    width: 80%;
    float: left;
}
.newsdetail-content .article-bottom .page {
    color: #666;
    font-size: 14px;
    margin-bottom: 1rem;
}
.DB_imgWin img{ padding:10px; border:1px solid #ddd; background:#fff; }
.right_title{ text-align:left; border-bottom:1px solid #1f87e8; line-height:42px; margin-top:30px;  }
.right_title h2 { display:inline-block; line-height:42px; font-size:18px; font-weight:normal; text-align:center; color:#333;   }
.more{ float: right; padding-right:5px; font-size:16px; font-weight:normal; } /*more链接*/
.more:hover{ color:#1f87e8; }
ul.gridlist li{ width:33.333%; margin-top:30px; float:Left; }
ul.gridlist li a{ display:block; width:94%; margin:0 auto; position:relative; }
ul.gridlist li a img{ width:100%; display:block; height:230px; }
ul.gridlist li a .InfoTitle{ position:absolute; width:100%; text-align:center; bottom:0; line-height:42px; background:rgba(0,0,0,0.6); color:#fff; }

.pf-recommend2 { padding: 0 1rem; background:#fff; }
.pf-recommend {
    padding: 2rem 0;
    display: flex;
    align-items: center;
}
.pf-recommend .text {
    margin-right: 3rem;
}
.pf-recommend .text h1 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.pf-recommend .text .title {
    font-weight: 400;
    font-size: 1rem;
    position: relative;
    margin-bottom: 2rem;
    opacity: .6;
}
.pf-recommend .text .title:after, .pf-recommend .text .title:before {
    content: "";
    display: block;
    background: #1f87e8;
    border-radius: .4rem;
    height: .2rem;
    bottom: -1rem;
    position: absolute;
}
.pf-recommend .text .title:before {
    width: 6rem;
}
.pf-recommend .text .title:after {
    width: .2rem;
    left: .65rem;
}
.pf-recommend .text p {
    line-height: 1.7;
    opacity: .7;
    padding-top: 1rem;
}
.bg-grey {
    width: 100%;
    background: #f8f8f8;
}
.titlebar-only-text {
    width: 100%;
    text-align: center;
    padding: 2rem 0 3rem 0;
}
.titlebar-only-text h1 {
    font-weight: 400;
    font-size: 32px;
    margin: 20px auto;
}

.pf-core ul {
    display: flex;
    flex-wrap: wrap;
}
.pf-core ul li {
    width: 48%;
    padding: 1rem 1.5rem;
    margin: 1%;
    box-sizing: border-box;
    background: #fff;
    border-radius: .5rem;
}
.pf-core ul li .title {
    display: flex;
    justify-content: center;
    height: 50px; line-height: 50px;
}
.pf-core ul li .title img {
    width: 50px;
}
.pf-core ul li .title h3 {
    font-weight: 400;
    line-height: 50px;
}
.pf-core ul li .desciption {
    opacity: .6;
    text-align: justify;
    line-height: 1.6;
    font-size: 15px;
}
.pf-core {
    padding: 30px 0;
}
.pf-efficiency {
    padding: 1rem 0;
    background: #fff;
}
.titlebar-only-text {
    width: 100%;
    text-align: center;
    padding: 2rem 0 3rem 0;
}

.titlebar-only-text p {
    font-size: 15px;
    opacity: .6;
    width: 90%;
    margin: 20px auto;
    line-height: 1.6;
}
.pf-efficiency .items {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 1rem 0;
}
.pf-efficiency .items li {
    padding: .5rem 0;
    flex: 0 1 50%;
    text-align: left;
    margin-bottom: 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}
.pf-efficiency .items li img {
    margin-right: 1rem;
}
.pf-efficiency .items li .text {
    width: 60%;
    font-size: .75rem;
}
.pf-efficiency .items li .text .title {
    font-size:18px;
    font-weight: 400;
    margin-bottom: .5rem;
}
.pf-efficiency .items li .text p {
    opacity: .6;
    line-height: 1.6;
    font-size: 15px;
}
.pf-tools {
    padding: 2rem 0;
}
.titlebar-only-text {
    width: 100%;
    text-align: center;
    padding: 2rem 0 3rem 0;
}

.pf-tools .items {
    display: flex;
    justify-content: space-between;
    padding: 0 0 2rem 0;
}
.pf-tools .items li {
    background: #fff;
    width: 270px;
    border-radius: .3rem;
    padding: 1rem .65rem;
    box-sizing: border-box;
}
.pf-tools .items li .title {
    width: 100%;
    padding-bottom: .5rem;
    border-bottom: 1px solid #dedede;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.pf-tools .items li p {
    padding-top: 1rem;
    opacity: .6;
    font-size: 14px;
    line-height: 1.6;
    padding: .75rem .5rem 0 .5rem;
}
.pf-tools .items li .title img {
    margin-right: 10px;
    width: 32px;
}