/************
 * 页面样式
 ************/
/*=============
 * 基础默认样式
 =============*/
html, body {
    position: relative;
    height: 100%;
}
 html{
	color: #333;
	min-width: 320px;
	font-size: 100%;
}
selection{
	background: #b3d4fc;
	text-shadow: none;
}

ul,h1,h2,h3,p,div,dl,dt,dd,figure,figcaption{
	margin: 0;
	padding: 0;
}
li{list-style: none;}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{ max-width: 100%; height: auto; transition: all .5s;}
/*=============
 * 工具样式
 =============*/
.center-block{
	display: block;
	margin-right: 0;
	margin-left: 0;
}
.float_r{
	float: right !important;
}
.float_l{
	float: left !important;
}
.text-right{
	text-align: right !important;
}
.text-left{
	text-align: left !important;
}
.text-center{
	text-align: center !important;
}
.hide{
	display: none !important;
}
/*.show{
	display: block !important;
}*/
.invisible{
	visibility: hidden;
}
.text-hide{
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.clearfix:after,.clearfix:before{
	content: '';
	display: table;
}
.clearfix:after{
	clear: both;
}
*{box-sizing: border-box;}

/*=============
 * 浏览器更新提示
 =============*/
.browerupgrade{
	margin: 0;
	padding: 1rem;
	background: #ccc;
}

/*=============
 * 自定义页面样式
 =============*/
body{
	line-height: 1.8;
	background: #fff;
	font-family: SourceHanSansCN,Microsoft YaHei;
}
a{
	color: #666;
	text-decoration: none;
	transition: all .4s;
}
a:active,a:hover{
	text-decoration: none;
}


/*首页头部导航*/
.navbar{
	background: #fff;
	height:6.25rem;
	width: 100%;
}
.logo{
    padding:1.6875rem 0;
}
.logo a{
    display: block;
}
.logo img{
	width: auto;
}
/*pc端导航*/
.header {
    position: relative;
    z-index: 100;
    width: 75rem;
    margin: auto;
}
.header .headerHide {
  display: none;
}
.header * {
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
}
.header .opacity0 {
  opacity: 0;
  margin: 0;
  height: 0;
  padding: 0;
}
.navwrap{
  height:6.25rem;
}
.header .navPublic {
  float: left;
  height: 6.25rem;
  background: none!important;
  margin-left: 2rem;
}
.navP_UL {
  overflow: hidden;
  border: 1px salmon;
}
.navP_UL li {
  float: none;
  display: inline-block;
  width: auto;
  height: 6.25rem;;
  vertical-align: top;
  line-height: 6.25rem;
}
.header .container .nav_second.opacity0 {
  opacity: 0;
  margin: 0;
  height: 0;
  padding: 0;
}
.header .navP_UL a {
  display: inline-block;
  height: 100%;
  color: #000;
  font-size: 1em;
  cursor: pointer;
  padding:0 .5rem;
}
.header .navP_UL a:hover {
  background: #f6f7f9;
  border-bottom: #00617e solid 2px;
  color: #333;
}
.header .navP_UL .active{
  background: #f6f7f9;
  border-bottom: #00617e solid 2px;
}
.header .navP_UL li:hover{
  background: #f6f7f9;
  border-bottom: #00617e solid 2px;
}
.header .active a {
  color: #008dd5;
}
.header .nav-list-wrapper {
  position: absolute;
  left: 0;
  display: block;
  top: 5.8rem;
}
.header .nav-list-wrapper>div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 0 0 0;
  text-align: left;
}
.header .container {
  width: 1000px;
}
.header .container .img {
  overflow: hidden;
  background: rgba(246,247,249,.86);
  display: block;
}
.header .container .nav_first_ul {
  background: #f2f5f8;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
}
.header .container .nav_first_ul .nav_first_li {
  display: inline-block;
  height: 100%;
  width: 24%;
  float: left;
  text-align: center;
  border-right: 1px solid #000;
}
.header .container .nav_first_ul .nav_first_li:last-child {
  border: none;
}

.header .container .nav_first_ul .nav_first_li a {
  font-size: 1em;
}
.header .container .nav_second {
  padding: 2rem 0;
  /*background: rgba(255,255,255,.85);*/
  overflow: hidden;
  -webkit-animation: my-fadeInDown cubic-bezier(.215,.61,.355,1) .5s forwards;
  animation: my-fadeInDown cubic-bezier(.215,.61,.355,1) .5s forwards;
}
.header .container .nav_second .nav_s_Left {
  width: 16.875rem;
  margin: 0 4.0625rem;
  float: left;
}
.header .container .nav_second .nav_s_Left a {
  cursor: pointer;
}
.header .container .nav_second .nav_s_Left img {
  width: 16.9375rem;
  height:4.8125rem;
  overflow: hidden;
  margin-bottom: 0px;
}
.nav_s_More h5{
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 1rem;
  font-weight: bold;
  margin-right: .5rem;
}
.nav_s_Left a:hover h5{
  text-decoration: underline;
}
.header .container .nav_second .nav_s_More img {
  width: 18px;
  height: 18px;
  padding-top: 2rem;
}
.header .container .nav_second .nav_s_Right {
  float: left;
  width: 58%;
}

.header .container .nav_second .nav_s_Right ul {
  float: left;
  margin: 0 3.125rem;
  width: 90%;
}
.header .container .nav_second .nav_s_Right ul li {
  margin: 10px auto;
  background: url('../images/move01.png')no-repeat center left/7px 11px;
  float: left;
  width: 45%;
  padding-left: 10px;
}

.header .container .nav_second .nav_s_Right ul li a {
  font-size: 1em;
  color: #000;
}
.header .container .nav_second .nav_s_Right ul li a:hover {
  color: #008dd5;
}     
/* 服务与支持 */
.header .container .nav_fwzc {
  padding: 35px 28px;
  background: rgba(255,255,255,.85);
  overflow: hidden;
}
.header .container .nav_fwzc a {
  width: 180px;
  margin-right: 10px;
  background: url('../images/move01.png')no-repeat center left/7px 11px;
}
.header .container .nav_fwzc a {
  margin-right: 3rem;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 1rem 2rem;
}
.header .container .nav_fwzc a:last-child {
  margin-right: 0;
}
.header .container .nav_fwzc a:hover {
  background: #e9f3fb;
}       
.header .container .nav_design .nav_design_img a {
  width: 49%;
  text-align: center;
  position: relative;
}
.header .container .nav_design .nav_design_img img {
  width: 270px;
  height: 135px;
}
.header .container .nav_design .hover-border {
  background: rgba(0,0,0,.5);
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 90%;
  height: 56%;
  padding: 5% 5%;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
}
.header .container .nav_design .hover-border P {
  font-size: 1.4em;
  color: #fff;
  text-align: left;
  margin: 0;
}
.header .container .nav_design a.image-box:hover .hover-border {
  visibility: visible;
  opacity: 1;
}     
/* 服务热线 */
.header .tel-bar {
  right: 10px;
  position: absolute;
}
.menu{
    width: 1.5rem;
    float: right;
    margin-top: 1.5rem;
    display: none;
}
.mm-menu .mm-navbar .mm-title{
    padding: 0;
    font-size: 1.25rem;
    color: #fff;
}
.mm-navbar{
    height: 5rem;
    line-height: 5rem;
}
.mm-menu{
    background: rgba(16,16,16,1);
}
.mm-listview>li>a, .mm-listview>li>span{
    font-size: 1rem;
    color:#fff;
    padding: 1.25rem 0.625rem 1.25rem 1.25rem;
}
.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2{
    top:5rem
}
.mm-listview>li .mm-next:before{
    content: none;
}
.mm-navbar-bottom{
    border:none
}
.mm-btn{
    width: 60px;
    height: 60px;
}
.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before,
.mm-arrow:after, .mm-prev:before{
    width: 10px;
    height: 10px;
    top:15px;
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before,
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after{
    border-color: #ddd;
}
.mm-clear:before, .mm-close:before{
    right: 18px;
}
.mm-clear:after, .mm-close:after{
    right: 32px;
}
.mm-next:after{
    width: 10px;
    height: 10px;
    top:4px;
}
.toptel{
  background: url(../images/line.png) no-repeat left;
  padding-left: 2rem;
  margin-top: 1.5rem;
}
.toptel_con{
  background: url(../images/toptel.png) no-repeat left;
  padding-left: 3rem;
  display: inline-block;
}
.toptel_con h6{
  text-align: left;
  color: #000;
  font-size: .875rem;
  padding: 0;
  margin: 0;
}
.toptel_con h3{
  font-size: 1.5rem;
  color: #ff8a0e;
  line-height: 1.875rem;
  text-align: left;
}
/*banner*/
.banner{
	text-align: center;
}
.swiper-container {
    width: 100%;
    /*height: 100%;*/
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-prev:focus, .swiper-container-rtl .swiper-button-next:focus,
.swiper-button-next:focus, .swiper-container-rtl .swiper-button-prev:focus{
    outline: none;
}
.swiper-slide img{
  width: 100%;
}
/*首页-我们的服务*/
.business .container {
/*  width: 1200px;
  margin: 0 auto;*/
  position: relative;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.business  ul.items {
  margin: 0 auto;
}
.business  ul.items li {
  width: 16%;
  height: 250px;
  background: url(../images/bg_green.png) no-repeat 0px 400px;
  overflow: hidden;
  display: inline-block;
}
.business  ul.items li i {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 43px;
  height: 60px;
}
.business  ul.items li.pc i {
  width: 43px;
  background: url(../images/words.png) no-repeat -245px -357px;
}
.business  ul.items li.mobi i {
  width: 64px;
  background: url(../images/words.png) no-repeat -416px -291px;
}
.business  ul.items li.sys i {
  width: 50px;
  background: url(../images/words.png) no-repeat -415px -362px;
}
.business  ul.items li.app i {
  width: 52px;
  background: url(../images/words.png) no-repeat -244px -439px;
}
.business  ul.items li.host i {
  width: 54px;
  background: url(../images/words.png) no-repeat -420px -439px;
}
.business  ul.items li.wbfw i {
  width: 58px;
  background: url(../images/words.png) no-repeat -246px -294px;
}
.business  ul.items li u {
  display: block;
  position: absolute;
  width: 156px;
  height: 156px;
  margin-left: 1rem;
  background: url(../images/words.png) no-repeat 0px -363px;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.business  ul.items li u.cl {
  clip: rect(0px,156px,-10px,78px);
}
.business.active  ul.items li u.cl {
  clip: rect(0px,156px,156px,78px);
}
.business  ul.items li u.cr {
  clip: rect(156px,78px,156px,0px);
}
.business.active  ul.items li u.cr {
  clip: rect(0px,78px,156px,0px);
}
.business  ul.items li strong {
  display: block;
  margin-top: 70px;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}
.business  ul.items li:hover {
  background-position: 0px 0px;
  -webkit-transition: all .5s ease-in-out .3s;
  -moz-transition: all .5s ease-in-out .3s;
  -ms-transition: all .5s ease-in-out .3s;
  -o-transition: all .5s ease-in-out .3s;
  transition: all .5s ease-in-out .3s;
}
.business  ul.items li:hover i {
  -webkit-transition: all .5s ease-in-out .4s;
  -moz-transition: all .5s ease-in-out .4s;
  -ms-transition: all .5s ease-in-out .4s;
  -o-transition: all .5s ease-in-out .4s;
  transition: all .5s ease-in-out .4s;
}
.business  ul.items li.pc:hover i {
  background: url(../images/words.png) no-repeat -168px -357px;
}
.business  ul.items li.mobi:hover i {
  background: url(../images/words.png) no-repeat -337px -291px;
}
.business  ul.items li.sys:hover i {
  background: url(../images/words.png) no-repeat -327px -362px;
}
.business  ul.items li.app:hover i {
  background: url(../images/words.png) no-repeat -164px -439px;
}
.business  ul.items li.host:hover i {
  background: url(../images/words.png) no-repeat -335px -439px;
}
.business  ul.items li.wbfw:hover i {
  background: url(../images/words.png) no-repeat -168px -294px;
}
.business  ul.items li:hover u.cl {
  clip: rect(0px,156px,-10px,78px);
}
.business  ul.items li:hover u.cr {
  clip: rect(156px,78px,156px,0px);
}
.business  ul.items li:hover strong {
  color: White;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -ms-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}
.business  ul.items li:hover p {
  top: 20px;
  -webkit-transition: all .3s ease-in-out .5s;
  -moz-transition: all .3s ease-in-out .5s;
  -ms-transition: all .3s ease-in-out .5s;
  -o-transition: all .3s ease-in-out .5s;
  transition: all .3s ease-in-out .5s;
}
.business  label {
  display: block;
  margin: 0 auto;
  margin-top: -40px;
  width: 297px;
  height: 21px;
  background: url(../images/words.png) no-repeat 0px -333px;
}
/*首页-关于我们*/
.h_about{
  background: url(../images/about_bg.jpg) top center;
  padding:3.75rem 0;
}
.h_aboutcon1{
  background: url(../images/about_bg2.png) top center;
}
.h_about .title {
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    text-align: left;
}
.h_about .title h1 {
    font-size: 4.875rem;
    padding-bottom: .5rem;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 4.2rem;
}
.h_about .title h2 {
    font-size: 2rem;
    padding-bottom: .5rem;
    color: #000;
    position: absolute;
    top: 1.3rem;
    left: 0;
}
.h_about .title p {
    font-size: 1rem;
    color:#808080
}
.h_aboutcon1_box{
  padding-top: 1rem;
  padding-left: 2rem;
  padding-bottom: 1rem;
}
.h_aboutcon1_box01{
  width: 59%;
}
.h_aboutcon1_box01 h4{
  font-size: 1.5rem;
  color: #fff;
  margin:0 0 1rem 0;
}
.h_aboutcon1_p{
  height: 14rem;
  overflow: hidden;
}
.h_aboutcon1_p p{
  font-size: .9375rem;
  color: #fff;
  line-height: 1.7rem;
}
.h_more{
  border:#fff solid 1px;
  border-radius: 26px;
  padding:.5rem 2rem;
  text-align: center;
  color: #fff;
  font-size: .875rem;
}
.h_aboutitem{
  width: 32%;
  margin-right: 2%;
  float: left;
  display: inline-block;
}
.h_aboutitem a{
  background: #fff;
  display: block;
  padding:1.5rem 5rem;
  text-align: center;
  margin-top: 1.4375rem;
  height: 5.2625rem;
  line-height: 2.2525rem;
}
.h_aboutitem:last-child{
  margin-right: 0;
}
.h_aboutitem a i{
  display: inline-block;
  height: 41px;
  margin-right: 1.5rem;
  margin-left: 3rem;
}
.h_aboutitem a i.hor_icon{
  width: 41px;
  background: url(../images/words.png) no-repeat 0 0;
}
.h_aboutitem a i.fw_icon{
  width: 47px;
  background: url(../images/words.png) no-repeat -52px 0;
}
.h_aboutitem a i.wh_icon{
  width: 47px;
  background: url(../images/words.png) no-repeat -115px 0;
}
.h_aboutitem a:hover{
  background: #0086ac;
  display: block;
}
.h_aboutitem a:hover i.hor_icon{
  width: 41px;
  background: url(../images/words.png) no-repeat 0 -48px;
}
.h_aboutitem a:hover i.fw_icon{
  width: 47px;
  background: url(../images/words.png) no-repeat -52px -48px;
}
.h_aboutitem a:hover i.wh_icon{
  width: 47px;
  background: url(../images/words.png) no-repeat -115px -48px;
}
.h_aboutitem a:hover span{
  color: #fff;
}
/*首页-产品分类*/
.mr20{margin-right:20px}
.zq-icon {
  display: inline-block;
  background: url(../images/icon.png) no-repeat;
}
.icon40x40 {
  width: 40px;
  height: 40px
}
.crad-area-icon1 {
  background-position: 0 0
}
.crad-area-icon2 {
  background-position: -40px 0
}
.crad-area-icon3 {
  background-position: -80px 0
}
.crad-area-icon4 {
  background-position: -120px 0
}
.card-area {
  margin: 1rem auto 0;
  height: 327px;
  width: 75rem;
  position: relative;
}
.card-area .bg-e8e8e8 {
  background: #e8e8e8
}
.card-area .bg-e1e1e1 {
  background: #e1e1e1
}
.card-area .card-item {
  z-index: 4;
  transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
  position: relative;
  float: left;
  width: 17%;
  height: 327px;
  background-color: transparent
}
.card-area .card-item+.card-item {
  margin-left: -1px
}
.card-area .card-item .card {
  transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff
}
.card-area .card-item .card .card-content {
  width: 100%;
  line-height: 2
}
.card-area .card-item .card .card-content.content-first {
  transition: all .12s cubic-bezier(.4,0,.2,1) .18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.card-area .card-item .card .card-content.content-second {
  transition: all .12s cubic-bezier(.4,0,.2,1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  line-height: 2
}
.card-area .card-item .card .card-content.content-second li {
  float: left;
  width: 50%
}
.card-area .card-item .card .card-content,.card-area .card-item .card .card-title {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1
}
.card-area .card-item .card .card-title {
  padding-top: 1px;
  transition: all .3s cubic-bezier(.4,0,.2,1),z-index 0s .12s;
  height: 145px;
  line-height: 26px;
  font-size: 14px;
  top: 0;
  background: #0187ad;
  border-left: 1px solid #1197bd
}
.card-area .card-item .card .card-title .content {
  position: absolute;
  bottom: 39px;
  width: 100%
}
.card-area .card-item .card .card-title h1 {
  font-size: 1.4375rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0
}
.card-area .card-item .card .card-title h1 a{
  color: #fff;
}
.card-area .card-item .card .card-title .short-info {
  color: #8dbbdc;
  font-size: .875rem;
  margin-top: 0;
  margin-bottom: 20px
}
.card-area .card-item .card .card-title .zq-product-img {
  width: 40px;
  height: 40px;
  margin: 20px auto;
  position: relative
}
.card-area .card-item .card .card-title .zq-product-img img {
  position: absolute;
  left: 0;
  width: 100%
}
.card-area .card-item .card .card-title .zq-product-img .un-hover {
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}

.card-area .card-item .card .card-title .zq-product-img .with-hover {
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.card-area .card-item .card .card-title .short-info,.card-area .card-item .card .card-title .zq-product-img img,.card-area .card-item .card .card-title h1 {
  transition: all .15s cubic-bezier(.4,0,.2,1) 0s
}
.card-area .card-item .card .card-content {
  height: 181px;
  position: absolute;
  top: 145px
}
.card-area .card-item .card .card-content.content-first .content-first-list {
  width: 100%;
  max-width: 250px;
  font-size: 16px;
  color: #373d41;
  margin-top: 47px;
  margin-bottom: 47px
}
.card-area .card-item .card .card-content.content-first .content-first-list li {
  margin-bottom: 30px
}
.card-area .card-item .card .card-content.content-second {
  width: 100%;
  left: 0;
}
.card-area .card-item .card .card-content.content-second .main-head {
  color: #3db1ea;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px
}
.card-area .card-item .card .card-content.content-second p {
  margin: 5px 0
}
.card-area .card-item .card .card-content.content-second .main-tip {
  color: #232933
}
.card-area .card-item .card .card-content.content-second .main-desc {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 22px
}
.card-area .card-item .card .card-content.content-second .main-btn {
  cursor: pointer;
  width: 160px;
  height: 38px;
  font-size: 16px!important;
  color: #fff;
  margin-top: 22px;
  margin-bottom: 33px;
  border-radius: 19px;
  background: #3db1ea;
  border: none;
  transition: color .3s ease-in-out,background .3s ease-in-out
}
.card-area .card-item .card .card-content.content-second .main-btn:hover {
  color: #fff;
  background: #1b77b9
}
.card-area .card-item .card .card-content.content-second .main-white-btn {
  cursor: pointer;
  width: 160px;
  height: 36px;
  border: 1px solid #3db1ea;
  font-size: 16px!important;
  color: #3db1ea;
  margin-top: 22px;
  margin-bottom: 33px;
  border-radius: 19px;
  background: #fff;
  transition: color .3s ease-in-out,background .3s ease-in-out
}
.card-area .card-item .card .card-content.content-second .main-white-btn:hover {
  color: #fff;
  background: #3db1ea
}
.card-area .card-item .card .card-content .other-info {
  width: 105%;
  height: 70px;
  overflow: hidden;
  line-height: 22px;
  padding-top: 20px;
  font-size: 12px
}
.card-area .card-item .card .card-content .other-info .other-info-list {
  width: 27%;
  height: 70px;
  background: #f2f2f2;
  margin-right: 25px;
  padding: 0 0 0 10px;
  position: relative
}
.card-area .card-item .card .card-content .other-info .other-info-list .c-a-arrow {
  position: absolute;
  right: 10px;
  top: 15px;
  background-position: -200px 0
}
.card-area .card-item .card .card-content .other-info .other-info-list:hover {
  background: #3db1ea
}

.card-area .card-item .card .card-content .other-info .other-info-list:hover .c-a-arrow {
  background-position: -200px -17px
}

.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-desc,.card-area .card-item .card .card-content .other-info .other-info-list:hover .other-head {
  color: #fff
}
.card-area .card-item .card .card-content .other-info .other-info-list .list-context {
  color: #00c1de
}
.card-area .card-item .card .card-content .other-info .other-head {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 13px 0 0 0;
}
.card-area .card-item .card .card-content .other-info .other-desc {
  margin-top: 2px;
  font-size: 12px;
  color: #999
}
.card-area .card-item.active {
  z-index: 6;
  box-shadow: 0 0 30px rgba(0,0,0,.2);
  width: 49%;
  height: 325px;
}
.card-area .card-item.active .card .card-title {
  background-color: #4aaab8;
  height: 159px;
  top: -15px;
  border: none
}
.card-area .card-item.active .card .card-title .short-info {
  color: #9ed8f5
}
.card-area .card-item.active .card .card-title h1 {
  color: #fff
}
.card-area .card-item.active .card .card-content.content-first {
  transition: all .12s cubic-bezier(.4,0,.2,1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0))
}
.card-area .card-item.active .card .card-content.content-second {
  transition: all .12s cubic-bezier(.4,0,.2,1) .18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100))
}
.m_profl{
  display: none;
}
/*首页-工程案例*/
.h_case{
  background:#f6f7f9 url(../images/case_bg.jpg) center top;
  background-size: cover;
  padding:3.75rem 0;
}
.templateView-favorite .templateView-swiperItem{
    /*margin: 0 5rem;*/
}
/* .templateView-favorite .swiper-slide{width: 33.33333%;} */
.templateView-favorite {
  position: relative;
}
.templateView-swiperItem .swiper-slide{
  background: none;
}
.templateView-favorite .swiper-button-next,.templateView-favorite .swiper-button-prev {
  width: 3.375rem;
  height: 6.8125rem;
  position: absolute;
  top: 40%;
  outline: none;
}
.templateView-favorite .swiper-button-prev {
  background: url("../images/arrow1.png") center no-repeat !important;
  left: -4.125rem;
}
.templateView-favorite .swiper-button-next {
  background: url("../images/arrow2.png") center no-repeat;
  right: -4.125rem;
}
.templateView-favorite .templateView-swiperItem .template-item {
  width: 100%;
  position: relative;
  margin-bottom: 2.8125rem;
  overflow: hidden;
}
.templateView-favorite .templateView-swiperItem.template-item:nth-of-type(3n) {
  margin-right: 0;
}
.templateView-favorite .templateView-swiperItem .template-item-img {
  position: relative;
  z-index: 1;
}
.img-txt{
  position: absolute;
  z-index: 2;
  background: rgba(0,0,0,.39);
  height: 3.125rem;
  line-height: 3.125rem;
  bottom: 9px;
  width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 1rem;
  padding-left: .5rem;
}
.templateView-favorite .templateView-swiperItem .template-item-img img {
  width: 100%;
    height: 300px;
}
.templateView-favorite .templateView-swiperItem .template-item-content {
  display: block;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  background: #fff;
  margin-top: 1rem;
}
.templateView-favorite .templateView-swiperItem .template-item-content-title {
  text-decoration: none;
  display: block;
  line-height: 2rem;
  height: 2rem;
  color: #000;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.templateView-favorite .templateView-swiperItem .template-item-content-about {
  line-height: 2rem;
  color: #777777;
  font-size: 0.875rem;
  text-align: left;
	height: 70px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.templateView-favorite .templateView-swiperItem .template-item-content-number {
  text-decoration: none;
  display: block;
  line-height: 2rem;
  height: 2rem;
  color: #777;
  font-size: 0.875rem;
  position: relative;
  text-align: left;
}
.templateView-favorite .templateView-swiperItem .template-item-content-number img {
  width: 1.5rem;
  height: 8px;
  position: absolute;
  right: 0;
  top: 1.1875rem;
}
.templateView-favorite .templateView-swiperItem .template-item-mask {
  position: absolute;
  left: 0rem;
  right: 0rem;
  bottom: 8.1rem;
  top: 0rem;
  background: rgba(0,0,0,0.6);
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  opacity: 0;
}
.templateView-favorite .templateView-swiperItem .template-item:hover .template-item-mask {
  opacity: 1;
}
.templateView-favorite .templateView-swiperItem .template-item:hover {
  box-shadow: 0 2px 14px rgba(146,146,146,0.5);
}
.templateView-favorite .templateView-swiperItem .template-item-mask-btn-wrap {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 53.33333%;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  font-size: 0;
  opacity: 0;
}
.templateView-favorite .templateView-swiperItem .template-item-mask-btn-wrap a {
  display: inline-block;
  width: 7.875rem;
  height: 2.625rem;
  line-height: 2.625rem;
  margin-left: 0.9025rem;
  margin-right: 0.9025rem;
  background: #fe9100;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 2px 16px rgba(60,167,251,0.49);
  margin-bottom: 1rem;
}
.templateView-favorite .templateView-swiperItem .template-item:hover .template-item-mask-btn-wrap {
  opacity: 1;
}
.template-item-content a:hover{
  color: #1197bd;
}
.h_more2{
  width: 15%;
  margin:0 auto;
}
.h_more2 a{
  color: #fff;
  display: block;
  background: #0184ad;
  border-radius: 26px;
  padding:.5rem 2rem;
  text-align: center;
  color: #fff;
  font-size: .875rem;
}
.h_more2 a:hover{
  color: #fff;
  background: #333;
  display: block;
}
/*首页-合作伙伴*/
.h_coopitem li{
  float: left;
  margin:1% .8%;
}
/*首页-4大理由*/
.reason_bg{
  background: #0184ad url(../images/reason_bg1.jpg) no-repeat top center;
  height: 3.4375rem;
}
.reason_bg2{
  background: #1489ae url(../images/reason_bg2.jpg) no-repeat top center;
  height: 3.125rem;
}
.reason_wrap{
  background: url(../images/bg.jpg) repeat-y top;
  padding:3.75rem 0;
}
.reason_wrap .title{
  text-align: left;
  margin-left: 6.75rem;
  width: 40%;
}
.reason_wrap .title h1{
  color: #3190b4;
}
.reason_wrap .title  h2{
  left: 3.25rem;
  color: #fff;
  font-size: 3rem;
  top: 0;
}
.reason_wrap .title  h2 font{
  color: #ff8a0e;
}
.reason_wrap .title p{
  text-align: right;
  color: #fff;
}
.reason_item{
  position: relative;
  /*margin-top: 3rem;*/
  width: 46%;
}
.reason_item:nth-child(1){
  margin-top: 3rem;
}
.reason_img{
  /*position: relative;*/
  z-index: 1;
}
.reason_img img{
  width: 100%;
  overflow: hidden;
}
.reason_txt{
  position: relative;
  z-index: 1;
  background: #fff;
  padding:2% 3% 5%;
  margin-top: -8px;
}
.reason_txt h3{
  text-align: center;
  font-size: 1.75rem;
  color: #fff;
  line-height: 4rem;
  background: url(../images/line.jpg) no-repeat bottom;
  color: #000;
  margin-left: 7%;
}
.reason_txt h3 font{
  color: #ff8a0e;
  font-weight: bold;
}
.reason_txt p{
  color: #777777;
  font-size: .75rem;
  line-height: 1.5rem;
  margin-left: 15%;
  width: 80%;
  text-align: left;
  margin-top: .5rem;
}
.reason_num{
  position: absolute;
  z-index: 2;
  top: 49%;
  background: url(../images/num_bg.png) no-repeat;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  width: 4.125rem;
  height: 3.6875rem;
  left: 10%;
}
/*首页-新闻资讯*/
.h_news{
  background: #f6f7f9;
  padding:3.75rem 0;
}
.news-item2{
  width: 100%;
  padding-bottom: 20px;
}
.news-item2 li{
  height: 35px;
  line-height: 35px;
  color: #333;
  overflow: hidden;
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
}
.news-item2 li:first-child{
	font-weight: bold;
	color: #333;
}
.news-item2 li:nth-child(odd){
	background: #fff;
}
.news-item2 li:nth-child(even){
	background: #f5f5f5;
}
.news-item2 li span{
  color: #666;
	display: block;
	float: left;
}
.news-item2 li span:first-child{
	width: 12%;
}
.news-item2 li span:nth-child(2){
	width: 14%;
}
.news-item2 li span:nth-child(3){
	width: 35%;
}
.news-item2 li span:nth-child(4){
	width: 18%;
}
.news-item2 li span:nth-child(5){
	width: 15%;
}

.news-item {
  width: 32%;
  position: relative;
  margin-bottom: 2.8125rem;
  overflow: hidden;
  margin-right: 1.3%;
  float: left;
}
.news-item:last-child{
  margin-right: 0;
}
.news-item-img {
  position: relative;
  z-index: 1;
}
.news-item-img img {
  width: 100%;
}
.news-item-content {
  display: block;
  padding: 1rem;
  background: #fff;
  margin-top: 1rem;
  border:#e9e9e9 solid 1px;
}
.member-news-item-content {
    display: block;
    padding: 1rem;

}
.news-item-content-title {
  text-decoration: none;
  display: block;
  line-height: 2rem;
  height: 2rem;
  color: #000;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.news-item-content-about {
  line-height: 2rem;
  color: #777777;
  font-size: 0.875rem;
  text-align: left;
}
.news-item-content-number {
  text-decoration: none;
  display: block;
  line-height: 2rem;
  height: 2rem;
  color: #777;
  font-size: 0.875rem;
  position: relative;
  text-align: left;
}
.news-item-content-number img {
  width: 1.5rem;
  height: 8px;
  position: absolute;
  right: 0;
  top: 1.1875rem;
}
.news-item-content-title {
  text-decoration: none;
  display: block;
  line-height: 2rem;
  height: 2rem;
  color: #000;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.news-item:hover {
  box-shadow: 0 2px 14px rgba(146,146,146,0.5);
}
.news-item-content a:hover{
  color: #1197bd;
}
/*首页-合作品牌*/
.h_brand .title h2{
  left:47%;
}
.h_branditem li{
  float: left;
  margin-right: .5%;
  width: 16%;
  border:#eaeaea solid 1px;
  margin-bottom: 1%;
}
.h_branditem li:nth-child(6n){
  margin-right: 0;
}
/*footer*/
.footer{
    width:100%;
    height:auto !important;
    background:#1b1b1b;
    padding:2.3125rem 0;
}
.footnav{
  width: 75%;
}
.footnav dl{
  width: 14%;
}
.footnav dl:nth-child(3){
  width: 25%;
}
.footnav dl:nth-child(3) dd{
  float: left;
  margin-right: .5rem;
}
.footnav dl:nth-child(5){
  width: 32%;
}
.footnav dl dt{
  font-size: 1rem;
  color: #d1d5e0;
  line-height: 2rem;
  text-align: left;
}
.footnav dl dd{
  font-size: .875rem;
  color: #9e9e9e;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: left;
}
.footnav dl dd a:hover{
  color: #fff;
}
.foot_r{
  width: 20%;
}
.foot_r p{
  font-size: .875rem;
  color: #9e9e9e;
}
.footewm{
  margin-right: 1rem;
}
.footcopy{
  border-top: #616466 solid 1px;
  margin-top: 1rem;
  padding-top: 1rem;
  /*padding-bottom: 1.5rem;*/
}
.footcopy p{
  text-align: center;
  line-height: 1.875rem; 
  font-size: .875rem;
  color: #9e9e9e;
}
.footcopy p a{
  color: #9e9e9e;
}
.footcopy p a:hover{
  color: #fff;
}
/*右侧悬浮*/
.page-aside {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9;
  margin-top: -166px;
  width: 70px;
  transform: translateX(100%);
  opacity: 0;
  transition: opacity .3s,transform .3s
}

.page-aside.show {
  opacity: 1;
  transform: translateX(0)
}

.page-aside .item {
  background: #ff8a0e;
  display: block;
  font-size: .875rem;
  color: #fff;
  margin-bottom: 1px;
  text-align: center;
  line-height: 1;
  transition: transform .4s;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

.page-aside .item.tel {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.page-aside .item.tel .main {
  width: 70px;
  border-right: 1px solid rgba(0,0,0,.2);
  padding: 10px 0
}
.page-aside .zxr{
  background: url(../images/zx.png) no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.page-aside .qcore{
  background: url(../images/qcore.png) no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.page-aside .telr{
  background: url(../images/telr.png) no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto;
}
.page-aside .qq{
  background: url(../images/qq.png) no-repeat;
  width: 28px;
  height: 28px;
  display: block;
  margin: 0 auto;
}
.page-aside .item.gotop {
  background: #ddd;
  color: grey
}

.page-aside .item.gotop .main {
  background: #ddd;
  padding: 16px 10px 16px 0
}

.page-aside .main {
  width: 80px;
  background: #ff8a0e;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 10px 10px 0
}

.page-aside .icon {
  width: 28px;
  height: 28px;
  margin: 0 auto 6px
}

.page-aside .content {
  width: calc(100% - 70px);
  font-size: 20px;
  text-align: center;
  font-family: bebas
}

.page-aside-zw {
  width: 100%;
  height: 40px;
  display: none
}
.page-aside .title{
  margin-top: .5rem;
  margin-bottom: 0;
}
.page-aside-phone {
  background-color: #ed263b;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  display: none
}

.page-aside-phone .item {
  width: 33.33%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  line-height: 40px;
  justify-content: center;
  border-right: 1px solid #b00
}

.page-aside-phone .icon {
  width: 20px;
  height: 20px;
  margin-right: 6px
}

@media only screen and (min-width:961px) {
  .page-aside .item.tel:hover {
    transform: translateX(-150px)
  }

  .page-aside .item:not(.tel):hover {
    transform: translateX(-10px)
  }
}

@media only screen and (max-width:960px) {
  .page-aside {
    width: 44px;
    top: auto;
    margin-top: 0;
    bottom: 60px
  }

  .page-aside .item,.page-aside .item.tel {
    display: none
  }

  .page-aside .item.gotop {
    display: block
  }

  .page-aside .item.gotop .main {
    padding: 12px
  }

  .page-aside .main {
    width: 44px
  }

  .page-aside .icon {
    width: 20px;
    height: 20px;
    margin-bottom: 0
  }

  .page-aside-zw {
    display: block
  }

  .page-aside-phone {
    display: flex
  }
}
.c-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,visibility .3s
}

.c-modal.show {
  opacity: 1;
  visibility: visible
}

.c-modal.show .c-modal-container {
  transform: scale(1)
}

.c-modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  cursor: pointer
}

.c-modal-container {
  max-width: 92%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1;
  /* margin: 0 auto; */
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.2);
  transform: scale(.88);
  transition: transform .3s
}

.c-modal-close {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 1;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  opacity: .6;
  transition: opacity .3s,transform .3s;
  color: #ddd
}

.c-modal-close:hover {
  opacity: 1;
  transform: rotate(180deg)
}

.c-modal-main {
  position: relative;
  z-index: 0;
  display: none
}

.c-modal-main.active {
  display: block
}

.c-modal-main.videobox {
  width: 800px;
  padding-bottom: 56.25%;
  max-width: 100%
}

.c-modal-main.videobox .video-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.c-modal-main.contactbox {
  width: 35rem;
  max-width: 100%;
  background: url(../images/modal-bg01.jpg) no-repeat 50%/cover
}

.c-modal-main.contactbox .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  padding: 14px;
  background: none
}

.c-modal-main.contactbox .bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid hsla(0,0%,100%,.3)
}

.c-modal-main.contactbox .main {
  color: #faf3e7;
  padding: 44px 60px 40px;
  position: relative;
  z-index: 1
}

.c-modal-main.contactbox .tit {
  font-size: 28px
}

.c-modal-main.contactbox .text {
  font-size: 36px;
  margin-bottom: 10px
}

.c-modal-main.contactbox .form {
  border: 2px solid #fff;
  background-color: #fff
}

.c-modal-main.contactbox .iconfont {
  color: #bcbcbc;
  line-height: 44px;
  width: 46px;
  text-align: center;
  font-size: 30px
}

.c-modal-main.contactbox .submit {
  border: none;
  outline: none;
  background: #e60012;
  padding: 0;
  width: 74px;
  height: 44px;
  background-size: 20px;
  color: #fff;
  font-size: 18px;
  cursor: pointer
}

.c-modal-main.contactbox .input {
  width: calc(100% - 80px);
  height: 44px;
  line-height: 1.5;
  border: none;
  padding: 0 8px;
  outline: none;
  color: #000;
  font-size: 16px;
  background: none
}

.c-modal-main.contactbox ::-moz-placeholder {
  color: #aaa
}

.c-modal-main.contactbox ::-webkit-input-placeholder {
  color: #aaa
}

.c-modal-main.contactbox :-ms-input-placeholder {
  color: #aaa
}

.c-modal-main.contactbox .info {
  font-size: 14px;
  margin-top: 8px;
  padding-right: 25%;
  position: relative
}

.c-modal-main.contactbox .tel {
  color: #faf3e7;
  margin-top: 8px;
  font-size: 34px;
  line-height: 1.3
}

.c-modal-main.contactbox .ewm {
  width: 80px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -40px
}

@media only screen and (max-width:640px) {
  .c-modal-main.contactbox .main {
    padding: 36px
  }

  .c-modal-main.contactbox .bg {
    padding: 10px
  }

  .c-modal-main.contactbox .tit {
    font-size: 17px
  }

  .c-modal-main.contactbox .text {
    font-size: 24px;
    margin-bottom: 16px
  }

  .c-modal-main.contactbox .form {
    border: 3px solid #fff
  }

  .c-modal-main.contactbox .iconfont {
    line-height: 36px;
    width: 30px;
    font-size: 20px
  }

  .c-modal-main.contactbox .submit {
    width: 60px;
    height: 36px;
    font-size: 13px
  }

  .c-modal-main.contactbox .input {
    width: calc(100% - 90px);
    height: 36px;
    padding: 0 8px 0 0;
    font-size: 14px
  }

  .c-modal-main.contactbox .info {
    font-size: 12px;
    margin-top: 8px;
    padding: 0
  }

  .c-modal-main.contactbox .tel {
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.3
  }

  .c-modal-main.contactbox .ewm {
    display: none
  }
}
/*.floating_ck {
  position: fixed;
  right: 20px;
  top: 30%;
  z-index: 9999;
}
.floating_ck dl dd {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #969696;
  border: solid 1px #ff8a0e;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 20%;
  cursor: pointer;
  margin-bottom: .5rem
}
.floating_ck dl dd:hover {
  background-color: #ff8a0e;
}
.floating_ck dl dd:hover .floating_left {
  display: block;
}
.consult{
  background-image: url(../images/qq.png);
}
.words {
  background-image: url(../images/tel.png);
}
.qrcord {
  background-image: url(../images/qcore.png);
}
.return {
  background-image: url(../images/top.png);
}
.floating_ck dd span {
  color: #fff;
  display: block;
  padding-top: 44px;
  font-size: .875rem;
}
.floating_left {
  position: absolute;
  left: -160px;
  top: 0px;
  width: 160px;
  height: 80px;
  background-color: #ff8a0e;
  border-bottom: solid 1px #8c663c;
  display: none;
}
.floating_left a {
  color: #fff;
  line-height: 80px;
  font-size: 1rem;
  font-weight: bold;
}
.floating_ewm {
  height: 260px;
  top: -180px;
}
.floating_ewm i {
  background-image: url(../img/ewm.png);
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  margin-top: 7px;
}
.floating_ewm p {
  color: #fff;
  margin-top: 5px;
}
.floating_ewm .qrcord_p01 {
  font-size: 12px;
  line-height: 20px;
}
.floating_ewm .qrcord_p02 {
  font-size: 18px;
}*/
/*子页面公共*/
.psearch{
  background: #f2f3f4;
  padding:.8rem 0;
}
.psearch p {
  color: #252525;
  line-height: 2.5rem;
}
.psearch p a{
  font-size: .75rem;
  color: #626262;
  display: inline-block;
  margin-right: .5rem;
}
.psearch p a:hover{
  color: #0184ad;
}
.searchbox{
  width: 25%;
  background: #fff;
  border-radius: 30px;
  padding:.5rem 1rem;
}
.searchbox input{
  float: left;
  line-height: 1.2rem;
  color: #cbcbcb;
  transition: background .5s;
  text-indent: 10px;
  width: 86%;
  display: block;
  height: 1.2rem;
  margin: 5px 0 0;
  padding: 0;
  border: 0;
  background: #fff;
  font-size: .75rem;
}
.searchbox a{
  background: url(../images/search.png) no-repeat;
  display: inline-block;
  width: 1.25rem;
  height: 1.3125rem;
  line-height: 1.1rem;
}
.mainbody{
  margin-top: 2.1875rem;
}
/*子页面左侧*/
.aside{
  width: 25%;
  overflow: hidden;
}
.aside_tit{
  background: url(../images/bg2.png) no-repeat;
  height: 2.75rem;
  line-height: 2.75rem;
  color: #f2f3f4;
  font-size: 1rem;
  padding-left: 3rem;
}
.aside dl{
  width: 100%;
  overflow: hidden;
}
.aside dl dt{
  padding:1.625rem 0 1.625rem 2.5rem;
  height: 4.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  font-size: 1rem;
  color: #0085ad;
  background: #e7e8ea;
}
.aside dl dd{
  line-height: 1.5rem;
}
.aside dl dd h5{
  padding:1.625rem 0 1.625rem 0;
  font-weight: normal;
  font-size: .875rem;
  color: #0085ad;
  margin:0;
  padding-left: 2.5rem;
  display: block;
  background: #f2f3f4;
  border-bottom: #e1e2e3 solid 1px;
}
.aside dl dd ul{
  margin-left: 0 !important;
}
.aside dl dd ul li{
  padding:1.625rem 0 1.625rem 3.5rem;
  line-height: 1.5rem;
  background: #fff;
  border-bottom: #e1e2e3 solid 1px;
}
.aside dl dd ul li a{
  display: block;
  font-size: .875rem;
  color:#7d7d7d;
}
.aside dl dd ul li a:hover{
  color: #0085ad;
}

/*子页面右侧*/
.pagebody{
  width: 73%;
}
.content_tit{
  background: #f2f3f4;
  height: 2.875rem;
  line-height: 2.875rem;
  margin-bottom: 1.5rem;
}
.content_tit h6{
  border-left: #0085ad solid 2px;
  padding-left: 1rem;
  color: #6c6c6c;
  font-size: .875rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-left: 1rem;
  margin-top: .8rem;
  margin-bottom: 0;
}
.content_tit ul li{
  float: left;
  color: #6c6c6c;
  font-size: .875rem;
}
.content_tit ul li a{
  color: #6c6c6c;
  font-size: .875rem;
}
.content{
  padding:0 1rem;
}
.content p{
  font-size: .9375rem;
  color: #73777c;
  line-height: 1.9375rem;
}
/*
*
**   工程案例
*
*/
.pagecase .content{
  padding:0 0;
}
.pagecase .aside dl dt{
  border-bottom: #e1e2e3 solid 1px;
}
.case_item li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2rem;
  border-bottom: #e9e9e9 solid 1px;
  border-left: #e9e9e9 solid 1px;
  border-right: #e9e9e9 solid 1px;
  border-top: #0184ad solid 5px;
  overflow: hidden;
}
.case_item li:nth-child(3n){
  margin-right:   0;
}
.caseimg{
  width: 100%;
  height:174px;
  overflow: hidden;
}
.case_item li a p{
  height: 3rem;
  line-height: 3rem;
  color: #73777c;
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.case_item li a:hover p{
  color: #0184ad;
}
.caseimg img{width:100%;height:174px;position:relative; transition:all 2s;}
.caseimg:hover img{-webkit-transform:scale(1.5,1.5);}

.product_detail .product_detail_item span{
	line-height: 2rem;
	height: 2rem;
	color: #000;
	font-size: 1rem;
	display: inline-block;
	width: 33%;
}
.show_download_detail{
	padding: 10px 20px;
}
.case_pics{
	position: relative;
}
.case_pics .swiper-container{
	/* width: 80%; */
	margin: 0 auto;
}
.case_pics .swiper-button-next,.data_pics .swiper-container-rtl .swiper-button-prev{
	right: 5%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.case_pics .swiper-button-prev,.data_pics .swiper-container-rtl .swiper-button-next{
	left: 5%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.data_pics{
	position: relative;
}
.data_pics .swiper-container{
	/* width: 80%; */
	margin: 0 auto;
}
.data_pics .swiper-button-next,.data_pics .swiper-container-rtl .swiper-button-prev{
	right: 5%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.data_pics .swiper-button-prev,.data_pics .swiper-container-rtl .swiper-button-next{
	left: 5%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.show_download_detail_change{
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
/*
*
**   新闻资讯
*
*/
.news_item{
  width: 100%;
  margin-bottom: 4rem;
}
.newsimg{
  width: 100%;
  height:14.0625rem;
  overflow: hidden;
}
.newsimg img{width:100%;height:14.0625rem;position:relative; transition:all 2s;}
.newsimg:hover img{-webkit-transform:scale(1.5,1.5);}
.news_item dt{
  width: 40%;
}
.news_item  dd{
  width: 55%;
}
.news_item  .pnews_txt h4{
  font-size: 1.5rem;
  color: #0184ad;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  text-align: left;
  line-height: 2rem;
} 
.news_item  .pnews_txt p{
  font-size: .9375rem;
  color: #73777c;
  line-height: 1.5rem;
  height: 4.5rem;
  overflow: hidden;
}
.news_item .h_more2{ width: 30%; float: left; margin-top: 1rem; }
/*
*
**   产品中心
*
*/
.pro_item li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2rem;
  border: #e9e9e9 solid 1px;
  overflow: hidden;
}
.pro_item li:nth-child(3n){
  margin-right:   0;
}
.pro_item li a img{
  width: 100%;
}
.pro_item li a .protit_bg{
  /*background:#0086ac url(../images/pro_bg.jpg) no-repeat;*/
  height: 4.1875rem;
  line-height: 4.1875rem;
  border-top: #e9e9e9 solid 1px;
}
.pro_item li a .proimgbg{
  height: 4.1875rem;
  background: #fff;
  overflow: hidden;
  width: 33%;
    float: left;
}
.pro_item li a .protit_txt{
  background:#0086ac url(../images/pro_bg.jpg) no-repeat;
  height: 4.1875rem;
  line-height: 4.1875rem;
      float: left;
    width: 67%;
}
.pro_item li a .fl{
    width: 300px ;
    height:200px
}
.pro_item li a p{
  color: #fff;
  font-size: 1rem;
  padding-right: .5rem;
  text-align: right;
  width: 78%;
  float: right;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  height: 4.1875rem;
  line-height: 4.1875rem;
}
/*
*
**   服务支持
*
*/
.fwwrap01 .fwtxt{
  width: 47%;
}   
.fwwrap01 .title{
  margin-bottom: 1rem;
}
.fwwrap01 .title h1{
  text-align: left;
}
.fwwrap01 .title h2{
  left:2%;
  bottom: -10px;
  top: 20px;
}
.fwwrap01 p{
  font-size: 1rem;
  color: #000000;
  line-height:1.75rem ;
}
.fwwrap01 .h_more2{
  width: 30%;
  float: left;
  margin-top: 1.5rem;
}
.fwwrap01 .h_more2 a{
  font-size: 1rem;
}
.fwwrap01 .fwimg{
  width: 48%;
  overflow: hidden;
  margin-top: 3rem;
}
.fwwrap02{
  background: #f6f7f9;
  padding:2.8125rem 0;
}
.fwwraptxt_01{
  width: 33%;
}
.fwwraptxt_01 dl{
  margin-bottom: 2rem;
}
.fwwraptxt_01 dl dt{
  font-size: 1.75rem;
  color: #0187ad;
}
.fwwraptxt_01 dl dd{
  font-size: 1rem;
  color: #73777c;
  line-height: 1.875rem;
  height: 7.375rem;
  overflow: hidden;
}
.fwwraptxt_02 {
  width: 33%;
}
.fwwraptxt_01 .line,.fwwraptxt_03 .line{
  border-top: #9ecfff dashed 1px;
  height: 2px;
  margin-bottom: 2rem;
}
.fwwraptxt_03{
  width: 33%;
}
.fwwraptxt_03 dl{
  margin-bottom: 2rem;
}
.fwwraptxt_03 dl dt{
  font-size: 1.75rem;
  color: #0187ad;
  text-align: right;
}
.fwwraptxt_03 dl dd{
  font-size: 1rem;
  color: #73777c;
  line-height: 1.875rem;
  height: 7.375rem;
  overflow: hidden;
}
.fwwrap04 .title h2{
  left: 47%;
}
.container_image {
  width: 1200px;
  height: 456px;
  margin: 0 auto;
  position: relative;
}

.add {
  background: url(../images/a_more.png) no-repeat 0 0;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 30px;
  z-index: 4;
  cursor: pointer;
  display: none;
}

.container_image .i_btn {
  display: block;
  width: 34px;
  height: 80px;
  position: absolute;
  top: 225px;
  z-index: 3;
  /*background-image: url(../images/a_l.png);*/
}

.container_image .prev_L {
  left: 136px;
  background-position: 0 0;
}

.container_image .next_R {
  right: 136px;
  background-position: -34px 0;
}

.slide_img {
  width: 930px;
  height: 326px;
  position: relative;
  z-index: 1;
}

.slide_img li {
  width: 180px;
  height: 456px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  /*background: #ffffff;*/
}

.slide_img li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  height: 426px;
}
.slide_img li a .imgbg{
  position: relative;
  z-index: 3;
  background: rgba(0,0,0,.54);
  border-radius: 5px;
  border-radius: 5px;
  height: 100%;
}
.slide_img li a img {
  position: absolute;
  height: 100%;
  z-index: 2;
  top: 0
}

.slide_img li.on a {
  height: 456px;
}

.slide_img li.on {
  width: 850px;
  left: 190px;
  left: 190px;
  top: 0;
  /*box-shadow: 0 0 15px rgba(0,0,0,0.6);*/
  overflow: hidden;
}

.slide_img li.on img {
  width: 100%;
}

.slide_img li.left {
  left: 0;
}

.slide_img li.right {
  left: 1000px;
}

.slide_img li.mid {
  left: 190px;
}

.slide_img li .info {
  height: 134px;
  padding-top: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 94%;
  padding: 0 3%;
  color: #ffffff;
  display: none;
  z-index: 3;
}

.slide_img li .icon {

  position: absolute;
  left: 370px;
  top: 130px;
  z-index: 4;
}

.slide_img li.on .icon {
  display: block;
}
.slide_img li.on .icon h3{
  text-align: center;
  font-size:1.5rem ;
  color: #fff;
}
.slide_img li .icon .h_more3{
      width: 194%;
    margin-top: 2rem;
    background: url(../images/fwbg2.png) no-repeat;
    margin-left: -38px;
}
.slide_img li .icon .h_more2 a{
  background: none;
}
.slide_img li .icon .h_more2 a:hover{
  background: none;
}
.slide_img li .bg {
  width: 100%;
  height: 142px;
  background: #000000;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  display: none;
}

.slide_img li .info span {
  font-size: 18px;
  display: block;
  padding: 7px 0;
  height: 36px;
  overflow: hidden;
  padding-left: 12px;
  background: url(../images/tibg3.png) no-repeat 0 center;
  line-height: 36px;
}

.slide_img li .info p {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.slide_img li .info i {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/a_more.png) no-repeat 0 -60px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -30px;
}
.m_fwzc{
  display: none;
}
.fwbzcon{
  background: url(../images/bzbg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 591px;
}
.fwbztxt01{
  position: absolute;
  top: 10px;
  left: 4rem;
}
.fwbztxt01 h4{
  font-size: 1.4375rem;
  color: #171717;
  text-align: left;
  margin:0;
}
.fwbztxt01 p{
  font-size: .9375rem;
  color: #73777c;
  width: 61%;
  line-height: 1.5rem;
  margin-top: 1rem;
}
.fwbztxt02{
  position: absolute;
  top: 280px;
  left: 4rem;
}
.fwbztxt02 h4{
  font-size: 1.4375rem;
  color: #171717;
  text-align: left;
  margin:0;
  width: 50%;
  line-height: 1.9rem;
}
.fwbztxt02 p{
  font-size: .9375rem;
  color: #73777c;
  width: 61%;
  line-height: 1.5rem;
  margin-top: 1.5rem;
}
.fwbztxt03{
  position: absolute;
  top: 474px;
  left: 34rem;
}
.fwbztxt03 h4{
  font-size: 1.4375rem;
  color: #171717;
  text-align: left;
  margin:0;
  width: 50%;
  line-height: 1.9rem;
}
.fwbztxt03 p{
  font-size: .9375rem;
  color: #73777c;
  width: 61%;
  line-height: 1.5rem;
  margin-top: .5rem;
}
.fwbztxt04{
  position: absolute;
  top: 10px;
  right: 4rem;
}
.fwbztxt04 h4{
  font-size: 1.4375rem;
  color: #171717;
  text-align: right;
  margin:0;
  line-height: 1.9rem;
}
.fwbztxt04 p{
  font-size: .9375rem;
  color: #73777c;
  width: 51%;
  line-height: 1.5rem;
  margin-top: 2rem;
  float: right;
}
.fwbztxt05{
  position: absolute;
  top: 296px;
  right: 4rem;
}
.fwbztxt05 h4{
  font-size: 1.4375rem;
  color: #171717;
  text-align: right;
  margin:0;
}
.fwbztxt05 p{
  font-size: .9375rem;
  color: #73777c;
  line-height: 1.5rem;
  margin-top: 1rem;
  float: right;
}
.fwwrap06{
  background:#f6f7f9 url(../images/line2.jpg) repeat-x top;
  padding-bottom: 3.125rem;
}

/*
*
**   详细信息
*
*/
.detail_img{
  border:#e1e1e1 solid 1px;
  width: 50%;
}
.detail_img img{
  width: 100%;
}
.detailtxt01{
  width: 45%;
}
.detailtxt01 h3{
  color: #393a3a;
  font-size: 1.75rem;
  text-align: left;
}
.detailtxt01_con{
  margin-top: 2rem;
}
.detailtxt01_con p{
  line-height: 1.5rem;
  font-size: .875rem;
  color: #73777c;
}
.detailtxt01_con p span{
  color:#000;
  font-size: .875rem;
  font-weight: bold;
}
.detailtxt02{
  margin-top: 2rem;
}
.detailtxt02 h3{
  color: #393a3a;
  font-size: 1.5rem;
  text-align: left;
  height: 3rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
  border-bottom: #dfdfdf solid 1px;
}
.detailtxt02 span{
  color: #73777c;
  font-size: .875rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5rem;
}
.detailtxt02 p{
  line-height: 1.5rem;
}
/*
*
**   登录页面
*
*/
.login{
  background: url(../images/login_bg.jpg) no-repeat top center;
  min-height: 784px;
  position: relative;
  background-size: cover;
}
.login-form{
  background: #fff;
  box-shadow: 1px 1px 10px 1px #bcc3ca;
  padding:1.75rem;
  width: 30%;
  position: relative;
  float: right;
  margin-top: 7rem;
}
.login-form .formtit{
  font-size: 1.125rem;
  font-weight: normal;
  text-align: center;
  color: #262626;
}
.login-form .formitem{
  width: 100%;
}
.login-form .formitem .formlist{
  height:2.5rem;
  line-height:2.5rem;
  background: #fff;
  border-bottom:#dfe1e6 solid 1px;
  width:100%;
  margin-top: 20px;
  position: relative;
}
.login-form .jzmm .formlist{
  border-bottom: none;
}
.login-form .formitem .loginform-txt{
  height:45px;
  border:0;
  width:72%;
  font-size: .875rem;
  text-align: left;
  color: #757575;
  padding-left: 2%;
  background: none;
}
.login-form .jzmm {
  font-size: .875rem;
  color: #333;
  text-align: right;
}
.form .button{
  color:#fff;
  background:#ff8a0e;
  border:none;
  border-radius: 20px;
  padding: .5rem 2rem;
  width: 100%;
  font-size: 1rem;
}
.form .button:hover{
  background:#333;
  color:#fff;
  cursor: pointer;
}
input{outline: none; }
.login-form .formbot{
  text-align: right;
  line-height: 30px;
  width: 100%;
}
.login-form .formbot .link {
    color: #3169d4;
}
.login-form .formbot .dotted {
    color: #3169d4;
    margin: 0 5px;
}


/*分页*/
#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #0086ac;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #0086ac;
}

#pages li:hover a {
    color: #fff;
}
.mend-item p{
  line-height: 23px;
  color: #333;
  font-size: 14px;
}
.mendtit{
   border-bottom: #e4e4e4 solid 1px;
  height: 40px;
  line-height: 40px;
}
.mendtit h4{
  font-size: 16px;
  font-weight: bold;
 
  margin-bottom: 15px;
  color: #009688;
  float: left;
}
.mendtit span{
  float: right;
  color: #666;
  line-height: 40px;
}
.mend-item ul{
  margin-top: 15px;
  padding-bottom: 20px;
}
.mend-item ul li{
  float: left;
  width: 24%;
  margin-right: 1%;
  border:#ccc solid 1px;
  /*height: 150px;*/
}
.mend-item ul li:last-child{
  margin-right: 0;
}
.mend-item ul li img{
  width: 100%;
  height: 130px;
}
.mend-list{
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: #ccc solid 3px;
}