﻿@charset "utf-8";
body{
	background: #fff;
}
header{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	background: #FFFFFF;
	z-index: 999;
}
.logob{
		display: block;
}
#html5zoo-1{
	height: auto;
}
.logoa{
	display: none;
}
.slideUp {
   /* -webkit-transform: translateY(-100px);
    transform: translateY(-100px);*/
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
    /*transition: transform .5s ease-out;*/
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
  }

  .slideDown {
    /*-webkit-transform: translateY(0);
    transform: translateY(0);*/
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    /*transition: transform .5s ease-out;*/
    -webkit-transition: transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
  }
.logo{
	width: 60%;
}
.logo img{
	height:23px ;
}
.owl-theme .owl-controls .owl-page{
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	margin: 0 3px;
	border-radius: 8px;
	display: inline-block;
	background: #FFFFFF;
	transition: all 0.5s ease;
}
.owl-theme .owl-controls .owl-page.active{
	    background: #1588f2;
	    width: 16px;
	    border-color: #1588f2;
}
.navBtn{
	width: 24px;
	height: 16px;
}
.navBtn .Btn-icon{
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background: #333333;
}
.navBtn .Btn-icon:nth-child(2){
	margin: 5px 0;
}
.ind_reverse{
	display: flex;
	justify-content: end;
	align-items: center;
}
.ind_reverse .languaget img{
	display: none;
}
.nav-back{
	width: 100%;
	height: 100vh;
	position: fixed;
	transition: all .6s;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
	left: -100%;
}
.open{
	left: 0;
}
.nav{
	position: absolute;
	box-sizing: border-box;
	left: 0;
	padding: 20px 0 40px 0;
	min-height: 100vh;
	width: 63%;
	background: #333333;
	box-shadow: 1px 0px 26px rgba(0,0,0,.6);
}
.nav_down{
	display: none;
}
.nav .nav_list> a{
	font-size: 14px;
	color: rgba(255,255,255,.6);
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 10px 15px 10px 20px;
	white-space: nowrap;
}
.navhome{
	width: 37%;
	height: 100vh;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
}
.nav .nav_list::after{
	content: '';
	width: 100%;
	display: block;
	height: 1px;
	background: rgba(0,0,0,.15);
}
.men_title{
	padding-left: 25px;
	color: #FFFDEF;
}
.menu_do{
	padding-left: 32px;
	margin: 10px 0;
}
.menu_do li{
	color: #FFFDEF;
	float: left;
	margin-right: 25px;
}
.menu_do li a{
	color: #FFFFFF;
	line-height: 26px;
}
.nav_down > a{
	color: #FFFFFF;
	line-height: 26px;
	padding-left: 25px;
	display: block;
	margin-bottom: 10px;
}
.down_box{
	box-sizing:border-box;
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}
.downn{
	width: 14px;
	height: 14px;
	background: url(../images/down.png)no-repeat center center;
	background-size: 100% 100%;
	display: block;
}
.btimg .item{
	width: 100%;
	overflow: hidden;
}
.phones{
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.laug{
	color: #1688F2;
}
.lang-line{
	color: #666666;
	margin: 0 4px;
}
.languaget{
	margin-right: 16px;
}
.pc{
	display: none;
}
.nav .nav_list .active{
	color: #FFFFFF;
	background: #1688F2;
}
.nav .language-item a img{
	width: 20px;
	height: 20px;
	margin-right: 9px;
}
.about-content{
	width: auto;
	padding: 30px 20px;
	text-align: center;
	background: url(../images/index_bg01.jpg)center center/cover no-repeat;
	box-sizing: border-box;
}
.aboutc{
	display: flex;
	flex-direction: column-reverse;
}
.title_line{
	font-size: 22px;
	text-align: center;
	color: #444444;
	position: relative;
	height: 36px;
	margin-bottom: 10px;
}
.title_line::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10%;
	height: 2px;
	background-color:#1588f2;
}
.introduction p{
	font-size: 14px;
	text-indent: 2em;
	line-height: 24px;
	color: #555555;
	text-align: left;
}
.introduction a{
	width: 100px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #1688F2;
	display: block;
	border: 1px solid #1688F2;
	margin: 10px auto;
}
.Btccimg img{
	width: 100%;
}
.Btccimg{
	overflow: hidden;
	position: relative;
}
.pre_btn{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	height: 32px;
}
.pre_btn .next,.pre_btn .prev{
	font-size: 24px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	color: rgba(0,0,0,.7);
	cursor: pointer;
	transition: all .35s;
}
.pre_btn .next:hover,.pre_btn .prev:hover{
	color: rgba(255,255,255,.9);
}
.pre_btn .next{
	right: 0;
}
.pre_btn .prev{
	left: 0;
}
.product{
	width: auto;
	background: url(../images/index_bg02.jpg)no-repeat center;
	background-size: 100% 100%;
	padding:  30px 0px;
}
.wraper{
	margin-top: 30px;
}
.title_desc{
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: center;
}
.text-desc{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
}
.swiper-wrapper .items,.swiper-slide{
		width: 70%;
		height: 360px;
	}
.items{
	height: 360px;
	background: rgba(255,255,255,.1);
	margin: 0 20px;
	box-sizing: border-box;
	transition: all .5s;
	cursor: pointer;
	padding: 50px 10px 10px 10px;
}
.Tite{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 10%;
}
.prod_Btn{
	width: 140px;
	height: 36px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-radius: 36px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	line-height: 36px;
	display: block;
	margin: 20px auto;
}
.programme{
	width: 100%;
	background: url(../images/index_bg03.jpg)center center/cover no-repeat;
	box-sizing: border-box;
	padding: 30px 20px;
}
.ptitle{
	font-size: 22px;
	color: #303B7B;
	text-align: center;
	margin-bottom: 10px;
}
.desc{
	color: #666666;
}
.btn{
	margin: 10px auto;
	text-align: center;
}
.btn a{
	width: 100px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	display: block;
	margin: 10px auto;
	color: #1688F2;
	border: 1px solid #1688F2;
}
.newsbox{
	background: url(../images/index_bg04.jpg)center center/cover no-repeat;
	padding: 30px 10px;
	box-sizing: border-box;
}
.newswraper{
	text-align: center;
	margin: 0 auto;
}
#news_list{
	margin-top: 20px;
}
.news_item{
	height: auto;
	background: rgba(255,255,255,1);
	margin: 0 15px;
	box-sizing: border-box;
	transition: all .5s;
	cursor: pointer;
	padding:10px;
	border: 1px solid rgba(232, 232, 232, 0.8);
	transition: all .8s;
}
.news_item:hover{
	box-shadow: 2px 0px 24px rgba(0,0,0,.1);
}
.news_item:hover .news_tit{
	color: #1688F2;
}
.newimg{
	width: 100%;
}
.newimg img{
	width: 100%;
}
.news_tit{
	font-size: 16px;
	color: #333333;
	text-align: left;
	line-height: 36px;
	transition: all .8s;
}
.news_desc{
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.tonews{
	margin-top: 10px;
	font-size: 20px;
	color: #CCCCCC;
	text-align: left;
	width: 100%;
	display: block;
	transition: all .35s;
}
.tonews:hover{
	transform: translateX(10px);
	color: #1688F2;
}
.cooperation{
	background: url(../images/index_bg05.jpg)center center/cover no-repeat;
	box-sizing: border-box;
	padding: 30px 10px;
	text-align: center;
}
.coop_list{
	width: 100%;
	font-size: 0;
	overflow: hidden;
	position: relative;
	padding: 10px 0 30px;
}
.box_cop{
}
.coop_list .coop_item{
	width: 19%;
	float: left;
	margin-right: 1%;
	box-sizing: border-box;
}
.swiper-slide .coop_item:last-child{
	margin-right: 0;
}
.coop_item img{
	width: 100%;
	margin-bottom: 4%;
	transition-duraion: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.coop_item img:hover{
	transform: scale(1.1);
}
.coop_item img:last-child{
	margin-bottom: 0;
}
.footer{
	background: #0F0F0F;
	padding: 1rem;
}
.footbox{
	display: flex;
	flex-direction: column-reverse;
}
.logo_b{
	width: 92px;
	height: 46px;
	position: relative;
}
.logo_b img{
	width: 100%;
	height: auto;
}
.logo_b::before{
	content: '';
	width: 30px;
	height: 2px;
	background-color: #303B7B;
	position: absolute;
	bottom: 0;
	left: 0;
}
.name{
	font-size: 16px;
	font-weight: bold;
	color: #303B7B;
	line-height: 40px;
}
.copy{
	font-size: 12px;
	font-weight: 400;
	color: #747474;
	line-height: 24px;
}
.beian{
	font-size: 12px;
	color: #303B7B;
	line-height: 24px;
}
.beian a{
	color: #303B7B;
}
.beian img{
	vertical-align: middle;
	margin-right: 6px;
}
.links{
	padding-left: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 10px;
}
.links_name{
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	position: relative;
}
.links_name::after{
	content: '';
	position: absolute;
	height: 20px;
	width: 2px;
	background-color: #1688F2;
	left: -10px;
	top: 0;
}
.links_item{
	display: inline-block;
	margin-right: 6px;
}
.links_item a{
	font-size: 12px;
	color: #999999;
	line-height: 24px;
	transition: all .35s;
}
.links_item:hover a{
	color: #FFFFFF;
}

/* 关于我们 */
.aboutimg{
	width: 100%;
	height: auto;
}
.about_box{
	box-sizing: border-box;
	background: url(../images/about_banner.jpg)center center /cover no-repeat;
	position: relative;
	animation: pulse 3s linear 0s;
}
.new_box {
    box-sizing: border-box;
    background: url(../images/news_banner.jpg)center center /cover no-repeat;
    position: relative;
    animation: pulse 3s linear 0s;
}
.about_tit{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.tit_ch{
	font-size: 20px;
	color: #FFFFFF;
}
.tit_en{
	font-size: 12px;
	color: #FFFFFF;
}
.about_con{
	width: auto;
	position: relative;
	background: url(../images/about_bg_img01.jpg)center center/cover no-repeat;
	box-sizing: border-box;
	padding: 30px 20px;
	text-align: center;
}
.Btccimg1{
	width: 100%;
}
.Btccimg1 img{
	width: 100%;
}
.introductio{
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
	text-align: left;
	color: #333333;
}
.abo_overflow{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.about_links {
    display: -webkit-box;
    display: -ms-flexbox;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
/*去掉滚动条*/
.about_links::-webkit-scrollbar{
	width:0; 
	height:0; 
	display: none;
}
.ab_links_item{
	width: 220px;
	height: 146px;
	margin-right: 20px;
	position: relative;
}
.ab_links_item img{
	width: 100%;
}
.yin{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	transition: all .35s;
}
.yin:hover .yin-con{
	display: none;
}
.yin:hover .yin-show{
	opacity: 1;
}
.yin-con{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #FFFFFF;
}
.yin_t{
	font-size: 24px;
	position: relative;
	margin-bottom: 1px;
	padding-bottom: 5px;
	cursor: default;
}
.yin-con .yin_t::after{
	content: '';
	width: 30%;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.yin-des{
	text-transform: uppercase;
	text-align: center;
	cursor: default;
	font-size: 16px;
}
.yin-show{
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(22,136,242,.6);
	color: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	transition: all .35s;
}
.yin-show .yin-t{
	font-size: 20px;
	position: relative;
	padding-bottom: 5px;
}
.yin-show .yin-des{
	line-height: 32px;
	width: 80%;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.development{
	width: auto;
	background: url(../images/about_bg_img02.jpg)center center /cover no-repeat;
	padding: 30px 10px;
	text-align: center;
	box-sizing: border-box;
}
.develo{
	width: auto;
	margin: 0 auto;
	padding: 20px 10px;
	position: relative;
}
.develo::before{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 30%;
}
.decelo-item{
	width: 100%;
	text-align: left;
	position: relative;
	color: #FFFFFF;
}
.decelo-item::before{
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 16px;
	background-color: #FFFFFF;
	position: absolute;
	top: 8px;
	left: 26.85%;
}
.right_box{
	display: inline-block;
	padding-left: 7%;
	vertical-align: top;
	width: 61%;
}
.dece-time{
	font-size: 24px;
	font-family: Roboto;
	font-weight: bold;
	line-height: 32px;
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
.dece-day{
	font-size: 14px;
	line-height: 32px;
	width: 50px;
	display: inline-block;
	vertical-align: top;
}
.dece-con{
	font-size: 12px;
	display: inline-block;
	line-height: 24px;
	margin-left: 1%;
	padding-top: 3px;
	width: 72%;
	vertical-align: top;
}
.white{
	width: auto;
	padding: 30px 20px;
	background: url(../images/about_bg_img03.jpg)center center / cover no-repeat;
	box-sizing: border-box;
}
.wtimg{
	margin-bottom: 0.5%;
	position: relative;
	overflow: hidden;
}
.wtimg img{
	width: 100%;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.cont{
	position: absolute;
	right: 4%;
	top: 14%;
	width: 43%;
	color: #FFFFFF;
	font-weight: 500;
}
.cont h3{
	font-size: 18px;
	margin-bottom: 3px;
}
.cont p{
	font-size: 12px;
}
.woimg {
    margin-top: 2%;
}

.woimg1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.woimg2 {
    margin-top: 2%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.woimg1 div {
    width: 32%;
}

.woimg2 div {
    width: 49%;
}

.woimg div img {
    width: 100%;
    height: auto;
    transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
}
.socio{
	width: auto;
	background: url(../images/about_bg_img04.jpg)no-repeat center center /cover;
	box-sizing: border-box;
	padding: 30px 20px;
}
.socio-tit{
	width: 112px;
	font-size: 20px;
	color: #FCFCFC;
	background: url(../images/btn_arrow.png)no-repeat right center;
	background-size: 24px 19px;
}
.top_socio p{
	color: #FAFAFA;
	font-size: 12px;
	text-indent: 2em;
	margin-top: 6px;
}
.socio_img{
	margin-top: 10px;
}
.sleft img{
	width: 100%;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
.sright{
	display: flex;
	justify-content:space-between;
}
.sright div{
	overflow: hidden;
	width: 99%;
}
.sright img{
	margin-top: 0.9%;
	width: 100%;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
/* 解决方案 */
.solutionn {
    width: auto;
    background: url(../images/cxyf_banner.jpg)center center / cover no-repeat;
    box-sizing: border-box;
    padding: 30px 20px;
    text-align: center;
    color: #FFFFFF;
    animation: pulse 3s linear 0s;
}
.solutionn h1 {
    font-size: 20px;
    margin-bottom: 6px;
}

.solutionn p {
    font-size: 12px;
}
/* 产品 */
.productt{
	width: auto;
	background: url(../images/product_banner.jpg)center center / cover no-repeat;
	box-sizing: border-box;
	padding: 30px 20px;
	text-align: center;
	color: #FFFFFF;
	animation: pulse 3s linear 0s;
}
.swiper-slide-active{
	transform: scale(1.06) !important;
	background: #1688F2 !important;
}
.productt h1{
	font-size: 20px;
	margin-bottom: 6px;
}
.productt p{
	font-size: 12px;
}
.solution{
	background: url(../images/index_bg04.jpg)center center / cover no-repeat;
	box-sizing: border-box;
	padding: 30px 20px;
	width: auto;
	text-align: center;
}
.fangan{
	display: flex;
	flex-direction: column-reverse;
}
.energy{
	background: #FFFFFF;
	padding: 16px;
	box-sizing: border-box;
	color: #333333;
	text-align: left;
}
.enertit{
	font-size: 16px;
	margin-bottom: 16px;
}
.energy p{
	font-size: 12px;
}
.more{
	font-size: 12px;
	width: 118px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #1688F2;
	color: #1688F2;
	text-align: center;
	display: block;
	margin-top: 10px;
	transition: all .35s;
}
.more:hover{
	background-color: #1688F2;
	color: #FFFFFF;
}
.case img{
	width: 100%;
}
.ps{
	background: url(../images/index_bg04.jpg)no-repeat #F7F7F7;
	background-position: center bottom;
	box-sizing: border-box;
	padding: 30px 20px;
	width: auto;
	text-align: center;
}
.main_nav{
	margin: 10px auto;
}
.main_nav a{
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #333333;
	background: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all .35s;
}
.main_nav a:hover{
	background: #1688F2;
	color: #FFFFFF;
}
.acit{
	background: #1688F2 !important;
	color: #FFFFFF !important;
}
.pdesc{
	background: #FFFFFF;
	padding: 8px 10px;
	text-align: left;
	color: #333333;
}
.details {
    display: flex;
    justify-content: space-between;
}
.pdesc a{
	font-size: 14px;
	color: #333333;
}
.pdesc p{
	font-size: 12px;
	color: #666666;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index_l{
	/* overflow: hidden; */
	position: relative;
}
.altimg{
	overflow: hidden;
}
.altimg img{
	width: 100%;
}
.owl-prev{
	left: -14px;
	width: 14px;
	background: url(../images/prev.png)no-repeat;
	background-size: 100%;
	height: 24px;
	display: none;
	font-size: 0;
}
.owl-prev1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -14px;
	width: 14px;
	background: url(../images/prev.png)no-repeat;
	background-size: 100%;
	height: 24px;
	display: none;
	cursor: not-allowed;
	opacity: .35;
	font-size: 0;
}
.owl-next{
	right: -14px;
	width: 14px;
	background: url(../images/next.png)no-repeat;
	height: 24px;
	background-size: 100%;
	display: none;
	font-size: 0;
}
.owl-next1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	cursor: not-allowed;
	right: -14px;
	width: 14px;
	opacity: .35;
	background: url(../images/next.png)no-repeat;
	height: 24px;
	background-size: 100%;
	font-size: 0;
}
.n1,.p1,
.n2,.p2,
.n3,.p3{
	font-size: 32px;
	color: #666666;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.n1,.n2,.n3{
	right: 0;
}
.p1,.p2,.p3{
	left: 0;
}
.swiper-button-disabled{
	opacity: .4;
}
.list_f{
	overflow: hidden;
	position: relative;
}
.indx a img{
	width: 100%;
	transition-duration: .6s;
}
.indx a:hover img{
	transform: scale(1.06);
}
.indx a:hover a{
	color: rgba(22,136,242,1);
}
.advan{
	background: #FFFFFF;
	width: auto;
	position: relative;
	padding-bottom: 40px;
}
.advbg{
	background: url(../images/product_bg_img02.jpg)center center / cover no-repeat;
	box-sizing: border-box;
	height: 500px;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.t_line{
	width: 22px;
	height: 3px;
	background: #1688F2;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.advantage{
	width: auto;
	padding: 30px 20px;
	text-align: center;
}
.adv_list .adv_item{
	width: 60%;
	margin: 0 36px;
	background: #FFFFFF;
	padding: 35px 30px 50px;
	margin: 0 auto 20px;
	box-shadow: 0px 0px 18px rgba(0,0,0,.2);
	text-align: center;
	position: relative;
	transition: all .5s ease-in-out;
}
.icon{
	font-size: 32px;
	transition: all .5s;
	margin-bottom: 10px;
	display: block;
	color: #1688F2;
}
.adv_item h1{
	color: #333333;
	margin-bottom: 10px;
	transition: all .5s;
}
.adv_item p{
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	transition: all .5s;
}
.table_box{
	width: auto;
	height: 400px;
	font-size: 12px;
	padding: 12px;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
}
.str_move{
	width: auto;
	padding:0;
	box-sizing: border-box;
	position: absolute;
	left: 0;
}
.table_box table{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.table_box table tr td:nth-child(1):after{
	content: '项目名称';
	position: absolute;
	display: none;
	bottom: 100%;
	height: 60px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	left: -1px;
	background: rgba(0,0,0,.8);
	line-height: 60px;
	transition: all .35s;
	border: 1px solid #FFFFFF;
	width: 100%;
}
.table_box table tr td:nth-child(2):after{
	content: '订货日期';
	position: absolute;
	display: none;
	bottom: 100%;
	height: 60px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	left: -1px;
	background: rgba(0,0,0,.8);
	line-height: 60px;
	transition: all .35s;
	border: 1px solid #FFFFFF;
	width: 100%;
}
.table_box table tr td:nth-child(3):after{
	content: '产品分类';
	position: absolute;
	display: none;
	bottom: 100%;
	height: 60px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	left: -1px;
	background: rgba(0,0,0,.8);
	line-height: 60px;
	transition: all .35s;
	border: 1px solid #FFFFFF;
	width: 100%;
}
.table_box table tr td:nth-child(4):after{
	content: '规格型号';
	position: absolute;
	display: none;
	bottom: 100%;
	height: 60px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	left: -1px;
	background: rgba(0,0,0,.8);
	line-height: 18px;
	transition: all .35s;
	border: 1px solid #FFFFFF;
	width: 100%;
}
.table_box table tr td:nth-child(5):after{
	content: '数量（台）';
	position: absolute;
	display: none;
	bottom: 100%;
	height: 60px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	left: -1px;
	background: rgba(0,0,0,.8);
	line-height: 18px;
	transition: all .35s;
	border: 1px solid #FFFFFF;
	width: 100%;
}
.table_box table tr td:nth-child(6):after{
	content: '变压器厂家';
	position: absolute;
	display: none;
	bottom: 100%;
	height: 60px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	left: -1px;
	background: rgba(0,0,0,.8);
	line-height: 18px;
	transition: all .35s;
	border: 1px solid #FFFFFF;
	width: 100%;
}
.table_box table tr:hover td:after{
	display: block;
}
.table_box table tr:first-child:hover td:after{
	display: none;
}
.table_box table tr td{
	text-align: center;
	padding: 3px 6px;
	cursor: default;
	position: relative;
}
.table_box table tr:hover{
	background: #EEEEEE;
	color: #333333;
}
.table_box table tr:first-child{
	font-weight: bold;
}
.table_box td{
	border: 1px solid #CCCCCC;
	text-align: center;
}
/* 服务 */
.servicett{
	width: auto;
	background: url(../images/fwyhz_banner.jpg) center center / cover no-repeat;
	box-sizing: border-box;
	padding: 30px 20px;
	text-align: center;
	color: #FFFFFF;
	animation: pulse 3s linear 0s;
}
.servicett h1{
	font-size: 22px;
	margin-bottom: 6px;
}
.servicett p{
	font-size: 12px;
}
.serve_con{
	background: url(../images/fwyhz_bg_img01.jpg) center center / cover no-repeat;
	box-sizing: border-box;
	padding: 30px 20px;
	width: auto;
	text-align: center;
}
.tit_desc{
	font-size: 12px;
	color: #666666;
	text-align: center;
}
.server_btn{
	width: 100px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #1688F2;
	border: 1px solid #1688F2;
	display: block;
	margin: 10px auto;
	background: rgba(0,0,0,0);
	transition: all .5s;
}
.server_btn:hover{
	background: #1688F2;
	color: #FFFFFF;
}
.serve_list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.server_item{
	width: 49%;
	height: 224px;
	padding: 20px 15px;
	box-shadow: 0px 0px 8px rgba(0,0,0,.1);
	box-sizing: border-box;
	margin-bottom: 2%;
	transition: all .35s;
}
.server_item a{
	display: block;
}
.server_item a h1{
	width: 60%;
	text-align: center;
	color: #3B3B3B;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 10px;
	position: relative;
	margin: 8px auto;
}
.server_item a h1::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #D8D8D8;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.server_item a p{
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.server_item:hover{
	box-shadow: 0px 0px 16px rgba(0,0,0,.2);
}
.problem{
	background: url(../images/fwyhz_bg_img03.jpg) center center / cover no-repeat;
	box-sizing: border-box;
	padding: 30px 20px;
	width: auto;
	text-align: left;
}
.prob_nav{
	display: -webkit-box;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
.prob_nav::-webkit-scrollbar{
	width:0; 
	height:0; 
	display: none;
}
.prob_nav div{
	padding: 0 10px;
	background: #FFFFFF;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	margin-right: 20px;
	cursor: pointer;
}
.prob_nav div a{
	color: #3B3B3B;
}
.prob_active{
	background: #1688F2 !important;
}
.prob_active a{
	color: #FFFFFF !important;
}
.prob_nav div:hover{
	background: #1688F2 !important;
	color: #FFFFFF !important;
}
.prob_nav div:hover a{
	color: #FFFFFF !important;
}
.prob_list{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prob_item{
	margin-bottom: 10px;
	width: 49%;
	box-sizing: border-box;
}
.prob_item:hover a p{
	color: rgba(22,136,242,1);
}
.prob_item:hover a img{
	transform: scale(1.1);
}
.prob_item a img{
	width: 100%;
	transition-duration: 1s;
}
.prob_item a div{
	overflow: hidden;
}
.prob_item a p{
	transition: all .35s;
	color: #3B3B3B;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	line-height: 28px;
}
/* 新闻 */
.flexb{
	display: flex;
	justify-content: space-between;
}
.flexs{
	display: flex;
	justify-content: flex-start;
}
.flexc{
	display: flex;
	justify-content: center;
}
.header_banner{
	background: url(../images/index_bg02.jpg)no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	height: 150px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 150px;
}
.bodyer{
	padding: 12px;
}
.locate{
}
.part li{
	display: inline-block;
	padding: 4px 12px;
	cursor: pointer;
}
.part li a{
	color: #000000;
    display:block;
}
.part li:hover{
	background-color: #1688F2;
	color: #FFFFFF;
}
.part li:hover a{
	color: #FFFFFF;
}
.num a {
    display: block;
}
.current{
	background-color: #1688F2;
	color: #FFFFFF !important;
}
.current a{
	color: #FFFFFF !important;
}
.current{
	background-color: #1688F2;
	color: #FFFFFF;
}
.news{
	margin-top: 12px;
}
.news-box{
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0;
}
/* .news .news-box:last-child{
	border-bottom: none;
} */
.news-img{
	width: 31%;
	height: auto;
}
.news-img img{
	width: 100%;
	height: 100%;
}
.news-textbox{
	width: 69%;
	padding-left: 9px;
}
.news-title{
	align-items: flex-end;
}
.news-name{
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 65%;
}
.news-time{
	color: #999999;
	font-size: 10px;
	width: 33%;
	text-align: right;
}
.news-content{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333333;
	font-size: 12px;
	line-height: 24px;
	margin-top: 6px;
}
.number-pages{
	padding: 0 0 12px;
}

.num,.num-upper,.num-lower{
	height: 24px;
	text-align: center;
	line-height: 24px;
	box-sizing: border-box;
}
.num{
	width: 24px;
	margin: 0 2px;
}
.num-upper,.num-lower{
	width: 54px;
	margin: 0 2px;
}
	
.num,.num-upper{
	color: #666666;
	border: 1px solid #e5e5e5;
}
.num-ellipsis{
	color: #999999;
}
.num-change{
	height: 24px;
	text-align: center;
	line-height: 24px;
	border: 1px solid #e5e5e5;
	color: #666666;
	box-sizing: border-box;
}

/* 联系我们 */
.conta_banner{
	background: url(../images/tel_banner.jpg)no-repeat center center / cover;
	width: 100%;
	height: 150px;
	position: relative;
	animation: pulse 3s linear 0s;
}
.header-name{
	position:absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.banner-name,.banner-engname{
	color: #FFFFFF;
}
.banner-name{
	font-size: 16px;
}
.banner-engname{
	font-size: 14px;
}
.bodyer{
	box-sizing: border-box;
	padding: 12px;
}
.conta-service {
	background: url(../images/contactbg.png)no-repeat center;
	background-size: 100% 100%;
	padding: 24px 0 24px 20px;
	box-sizing: border-box;
}
.conta_box {
    margin: 12px 0 12px 12px;
    padding-left: 58px;
}
.xian {
	width: 100%;
	margin: 6px 0;
	padding-top: 13px;
	border-bottom: 1px dashed #CCCCCC;
}
.conta-name{
	font-size: 16px;
	color: #2289FF;
	font-weight: 700;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 8px;
}
.conta_box:nth-child(1) {
    background: url(../images/contact_address.png)no-repeat left center;
}
.conta_box:nth-child(2) {
    background: url(../images/contact_tel.png)no-repeat left center;
}
.conta_box:nth-child(3) {
    background: url(../images/contact_mobile.png)no-repeat left center;
}
.conta_box:nth-child(4) {
    background: url(../images/contact_email.png)no-repeat left center;
}
.conta-map {
    height: 358px;
    box-sizing: border-box;
    border: 6px solid #DBDBDB;
		margin-top: 12px;
}
.contact-tips{
	font-size: 12px;
	margin: 12px 0;
	color: #666666;
	line-height: 20px;
	text-align: center;
}
.contact-name{
	width: 50%;
	color: #666666;
}
.contact-name label,.textarea-name label{
	display: block;
	margin: 9px 0 4px; 
}
.contact-input{
	border: 1px solid #dcdfe6;
	padding: 2px 6px;
}
.contact-input input{
	width: 100%;
}
.textarea-name label{
	color: #666666;
}
.submit {
    background-color: #2289FF;
    border-radius: 30px;
    width: 60px;
    text-align: center;
    padding: 4px 0;
    margin: 12px auto;
    color: #FFFFFF;
    border: none;
}
input{
	width: 80%;
	border-radius: 4px;
}
.float{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 6%;
	right: 5%;
	z-index: 99999;
}
.servfloat{
	display: none;
}
.scroTop{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	font-size: 18px;
	color: #999999;
	line-height: 50px;
	text-align: center;
	display: none;
	background: #FFFDEF;
	box-shadow: 2px 2px 16px rgba(0,0,0,.2); 
}
/* 产品详情 */
.prod_detail{
	padding: 30px 20px;
}




/* 新闻详情 */
.new_banner{
	background: url(../images/news_banner.jpg)no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	height: 150px;
	text-align: center;
	font-size: 16px;
	line-height: 150px;
	color: #FFFFFF;
}
.bodyer{
	padding: 12px;
}
.journalism-title{
	font-size: 24px;
	margin-bottom: 24px;
}
.journalism-txt{
	text-indent: 2em;
	text-align: left;
	font-size: 13px;
	margin: 0 0 24px;
	line-height: 28px;
}
.journalism-txtp{
	margin-bottom: 24px;
	color: #555555;
}
.journalism-switch{
	border: #f3f3f3 10px solid;
	padding: 10px 7%;
	margin-bottom: 24px;
}
.journalism-upper,.journalism-lower{
	padding: 27px 0;
}
.journalism-upper{
	border-bottom: 1px #ececec solid;
}
.switch-mark{
	padding-bottom: 8px;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}
.switch-title{
	font-size: 16px;
	font-weight: bold;
	color: #5c5c5c;
}
.switch-date{
	height: 30px;
	margin-bottom: 7px;
	font-family: Arial;
	font-size: 13px;
	color: #676767;
	display: inline-flex;
	align-items: center;
}
.switch-date svg{
	width: 16px;
	height: 16px;
}
.switch-date text{
	margin-left: 6px;
	margin-right: 18px;
}
/* 产品详情 */
.product_banner{
	background: url(../images/tel_banner.jpg)no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	height: 150px;
	position: relative;
}
.solution-name{
	position:absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.product-name,.product-engname{
	color: #FFFFFF;
	text-align: center;
}
.product-name{
	font-size: 16px;
}
.product-engname{
	font-size: 14px;
	margin-top: 12px;
}
.bodyer{
	box-sizing: border-box;
	padding: 12px;
}
.fan-box{
	
}
.fan-heater{
	font-size: 16px;
	color: #444444;
	margin: 12px 0;
}
.fan-img{
	width: 100%;
}
.fan-img img{
	width: 49.5%;
}
.product-title{
	color: #1688F2;
	margin: 12px 0;
}
.product-txt{
	color: #666666;
	font-size: 12px;
}
.product-img_box{
	width: 100%;
	height: auto;
	position: relative;
}
.swiper-pagination1{
	margin-top: 10px;
	text-align: center;
	z-index: 1;
}
.product-img_box .swiper-slide{
	width: 180px;
	height: auto;
	background: #fff;
	box-shadow: 0 0px 30px rgba(0,0,0,.3);
}
.product-img_box .swiper-slide img{
		width:100%;
		height: auto;
}
.s_prev,.s_next{
	display: none;
}
.swiper-pagination1 .swiper-pagination-bullet{
	margin: 0 5px;
}
.product-img_box .swiper-wrapper .swiper-slide-active{
	transform: scale(1) !important;
}
.product_item{
	width: 100%;
	position: relative;
}
.product_item img{
	width: 100%;
	height: 584px;
}
.prodi_desc{
	width: 100%;
	height: 30px;
	line-height:30px;
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 12px;
	color: #FFFFFF;
	background: rgba(0,0,0,.5);
}
.product-img img{
	width: 100%;
}
.fan-box{
	margin-bottom: 25px;
}
.product-introduce-box{
	border-bottom: 1px solid #DCDFE6;
	border-top: 1px solid #DCDFE6;
	padding-bottom: 25px;
}
/* 咨询 */
.consult{
	background: url(../images/20191224151934469981169.jpg)center center / cover no-repeat;
	box-sizing: border-box;
	position: relative;
	height: 120px;
	text-align: center;
}
.consult h4{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 80px;
}
.setform{
	width: 90%;
	margin: 0 auto;
	}
.from_box{
	width: 100%;
	height: 580px;
	-ms-transform: translateY(-120px);
	transform: translateY(-31px);
	background: #ffffff;
	margin: 0 auto;
	box-shadow: 0 0 4px 0 #e2e2e2;
}	
.from_box .title{
	width: 80%;
	padding-top: 23px;
	margin: 0 auto;
	margin-bottom: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}
.from_item{
	width: auto;
	padding: 0 20px;
	margin-bottom: 10px;
}
.from_item .from_biao{
	line-height: 24px;
	margin-bottom: 6px;
}
.from_item .from_biao i{
	color: #f56c6c;
	margin-right: 6px;
}
.from_imput input, .from_imput textarea, .from_imput select{
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 12px;
	box-sizing: border-box;
}
.from_imput textarea{
	height: 120px;
}
.upsubmit{
	border: none;
	background: #1688F2;
	color: #FFFFFF;
	line-height: 30px;
	border-radius: 4px;
	font-size: 12px;
	padding: 0 20px;
	margin-left: 39%;
}
.from_imput input:focus,.from_imput textarea:focus,.from_imput select:focus{
	border-color: #1688F2;
}
.table_box1 {
    width: auto;
    height: 400px;
    font-size: 12px;
    padding: 12px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
}

    .table_box1 table {
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

        .table_box1 table tr td {
            text-align: center;
            padding: 3px 6px;
            cursor: default;
            position: relative;
        }

        .table_box1 table tr:first-child {
            font-weight: bold;
        }

        .table_box1 table tr:hover {
            background: #EEEEEE;
            color: #333333;
        }

        .table_box1 table tr:first-child:hover {
            background-color: #FFFFFF;
            color: #000000;
        }

    .table_box1 td {
        border: 1px solid #CCCCCC;
        text-align: center;
    }
.con_img {
    width: 100%;
    height: auto;
    position: relative;
}

    .con_img img {
        width: 100%;
    }

.left-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: auto;
}

.right_top {
    position: absolute;
    right: 5%;
    top: 0;
    width: 120px;
    height: auto;
}

.advan {
    height: auto;
}

.produ {
    width: 265px;
    height: 187px;
    background: url(../images/cpyf-line.png)no-repeat center center;
    background-size: 100%;
    margin: 40px auto 0;
    position: relative;
}

    .produ .center {
        width: 165px;
        height: auto;
        position: absolute;
        top: 23%;
        left: 50%;
        transform: translateX(-50%);
    }

.pro_img1, .pro_img2, .pro_img3, .pro_img4, .pro_img5 {
    width: 50px;
    height: 50px;
    position: absolute;
}

.pro_img1 {
    bottom: -5%;
    left: -12%;
}

.pro_img2 {
    bottom: 50%;
    left: -5%;
}

.pro_img3 {
    top: -10%;
    left: 41%;
}

.pro_img4 {
    bottom: 50%;
    right: -5%;
}

.pro_img5 {
    bottom: -5%;
    right: -12%;
}

.produ_p {
    margin: 20px 0;
    padding: 0 20px;
}

    .produ_p p {
        color: #444444;
        font-size: 14px;
        line-height: 32px;
        text-indent: 2em;
    }