﻿body{
	background: #f0f9ff;
}
/*#dowebok{
  margin-top: 90px;
}*/







/*--------------------------------------------------*/
.container{
  height: 100%;
 /*	background: #fff;*/
}

.page1{
	width: 100%;
  height: 580px;
  background: url(resources/bg1.png) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.page1 .page1-left{
  padding: 190px 0 0 0;
  width:560px;
  /*height: 400px;*/
  box-sizing: border-box;
}
.page1 .page1-left h3{
  font-size: 24px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.page1 .page1-left p{
  font-size: 36px;
  color: #fff;
 /* height: 70px;*/
}
.page1 .page1-left p.text2{
  font-size: 20px;
  line-height: 30px;
}
.page1-right{
  right:0;
  width: 622px;
  position: absolute;
  top: 50%;
  margin-top: -185px;
}


.page1-zc{
	width: 100%;
  height: 580px;
  background: url(resources/bg-zc.png) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.page1-zc .page1-zc-left{
  padding: 190px 0 0 0;
  width:560px;
  /*height: 400px;*/
  box-sizing: border-box;
}
.page1-zc .page1-zc-left h3{
  font-size: 24px;
  color: #fff;
  position: relative;
  display: inline-block;
}

.page1-zc .page1-zc-left p{
  font-size: 36px;
  color: #fff;
 /* height: 70px;*/
}
.page1-zc .page1-zc-left p.text2{
  font-size: 20px;
  line-height: 30px;
}
.page1-zc-right{
  right:0;
  width: 622px;
  position: absolute;
  top: 50%;
  margin-top: -185px;
}

#time{
	text-align: left;
	margin: 20px 0;
}
.count-btn{
	height: 56px;
	line-height: 50px;
    width: 336px;
    display: inline-block;
    margin: 30px 0;
    background: #f7d55d;
    transition: all 0.3s;
    color: #fff;
    text-align: center;
    font-size: 24px;
    border-radius: 30px;
    border-bottom: 5px solid #eaaf28; 
}
.count-btn:hover{
	background: #efc841;
	 border-bottom: 5px solid #dea31e;
}
#time .time-cion{
	width: 53px;
	height: 50px;
	line-height: 50px;
	    background: url(resources/time-icon3.png) no-repeat;
}
/*第二屏*/
.page2{
/*	min-height: 780px;*/
	background: #fff;
	overflow: hidden;
}
.page2 .page2-tit h2,
.page3 .page3-top h2,
.page4 .page4-top h2,
.pro-table .page3-top h2
{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 40px;
	font-size: 36px;
	color: #2d2d2d;
	position: relative;
	
}
.page2 .page2-tit h2:before,
.page3 .page3-top h2:before,
.pro-table .page3-top h2:before
{
	content: "";
	width: 280px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -140px;
	background: url(resources/tit.png) no-repeat;
}
.page3 .page3-top h2:before,.pro-table .page3-top h2:before{
	width: 98px;
	height: 12px;
	margin-left: -49px;
		background: url(resources/tit2.png) no-repeat;
}
.page2-con{
	padding: 60px 0 20px 0;
	line-height: 30px;
}
.page2-con .show-pic{
	width: 580px;
	margin-right: 25px;
}
.page2-con .show-text{
	width:580px;
	font-size: 20px;
	padding-right: 20px;
}
.page2-con .show-text .show-text-top{
	padding: 30px 0;
}
.page2-con .show-text .btns{
	padding: 50px 0 0 0;
}
.page2-con .show-text .btns a{
	display: inline-block;
	line-height: 36px;
	font-size: 14px;
	border: 1px solid #2195e5;
	border-radius: 20px;
	padding: 0 20px;
	color: #2195e5;
	margin-right: 30px;
	
}

.page2-con .show-text .btns a:hover,.page2-con .show-text .btns a.active{
	background: #4892fb;
	color: #fff;
	box-shadow: 0 0 20px #4892fb;
}
.page2 .page2-bot{
	text-align: center;
	font-size: 24px;
	color: #2d2d2d;
	padding:20px 0 40px 0;
}
/*第三屏*/
.page3{
	background: #f8f8f8;
	position: relative;
}
/*模态*/
.motal-wrap{
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	display: none;
	z-index: 99;
}
.motal-wrap .motal{
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 99999;
}

/*.motal-wrap .motal {
	width: ;
}*/
.motal-wrap .motal .close-motal{
		cursor: pointer;
		width: 38px;
		height: 38px;
		position: absolute;
		right: -19px;
		top: -19px;
		background: url(resources/close-icon.png) no-repeat;
}
/*-------------------*/
.fn-list{
	padding: 80px 16px;
	
}
.fn-list li{
	    perspective: 1200px;
	float: left;
	text-align: left;
	font-size: 15px;
	color: #2d2d2d;
	width: 272px;
	height: 320px;
	box-sizing: border-box;
	line-height: 26px;
	margin: 10px 10px 10px 10px;
 	position: relative;

 transition: 1s transform;
perspective: 1200px;
}
.fn-list li h3{
	padding: 25px;
	font-size: 20px;
	color: #2d2d2d;
	text-align: center;
}
.fn-list li .main-icon{
	width: 150px;
	height: 100px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -75px;
	background: url(resources/page3-icon.png) 0 0 no-repeat;
}
.fn-list li.cj .main-icon{
	background-position: 0 -110px;
}
.fn-list li.dlj .main-icon{
	background-position: 0 -220px;
}
.fn-list li.gzh .main-icon{
	background-position: 0 -330px;
}
.fn-list li.ff .main-icon{
	background-position: 0 -440px;
}
.fn-list li.dj .main-icon{
	background-position: 0 -550px;
}
.fn-list li.jf .main-icon{
	background-position: 0 -660px;
}
.fn-list li.zf .main-icon{
	background-position: 0 -770px;
}
.fn-list li .band{
	transition: 1s transform;
	background: #fff;
	transform-style: preserve-3d;
	position: relative;
	height: 320px;
}

.fn-list li .band .back{
		left: 0;
	  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transform: rotateY(.5turn) translateZ(1px);
    background: #4892fb;
    text-align: center;
	  transition: 1s .5s opacity;
	  
}
.fn-list li .animate-box{
	padding: 140px 23px 50px;
	height: 100%;
	
}
.fn-list li:hover .band{
		transform: rotateY(.5turn);
		transition: all 0.5s;
		
}

.fn-list li .default{
	background: #fff;
	height: 100%;
}
.fn-list li .back a{
	width: 50%;
	height: 90px;
	padding-top: 60px;
	float: left;
	color: #01487c;
	position: relative;
	top: 50%;
	margin-top: -80px;
}
.fn-list li .back a:hover{
	color: #fff;
}
.fn-list li .back a i{
	left: 50%;
	top: 0;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	position: absolute;
	z-index: 99;
	background: url(resources/hover-icon.png) 0 0 no-repeat;
}
.fn-list li .back a i.shili{
	background-position: 0 -60px;
}

/*page4*/
.page4{
	overflow: hidden;
}
.page4-top{
	text-align: center;
	font-size: 22px;
	color: #2d2d2d;
	line-height: 30px;

}
.page4 .page4-top h2{
	padding-bottom: 15px;
}
.page4-list{
	padding: 90px 0 0;
}
.page4-list li{
	font-size: 20px;
	color: #2d2d2d;
	text-align: center;
	float: left;
	line-height: 30px;
	width: 33.33%;
}
.page4-list li .page4-list-con{
	padding: 0px 0px 0;
	position: relative;
}
.page4-list li .page4-list-con .page4-icon{
	top: 0;
	left: 50%;
	width: 191px;
	height: 192px;
	margin-left: -95px;
	position: absolute;
	background: url(resources/page4-icon.png) 0 0 no-repeat;
}
.page4-list li .page4-list-con .page4-icon{
	top: 0;
	left: 50%;
	width: 191px;
	height: 192px;
	margin-left: -95px;
	position: absolute;
	background: url(resources/page4-icon.png) 0 0 no-repeat;
}
.page4-list li .page4-list-con .page4-1icon{

}
.page4-list li .page4-list-con .page4-2icon{

}
.page4-list li .page4-list-con .page4-3icon{

}
.page4-list li.ds .page4-list-con .page4-icon{
	background-position: 0 -201px;
}
.page4-list li.tg .page4-list-con .page4-icon{
	background-position: 0 -402px;
}
/*-------报价---------*/
.pro-bj{
	height: 398px;
	
}
.pro-bj .page1-left{
	padding: 100px 0;
}

.pro-table{
	padding-top: 40px;
	
}
.pro-table .pro-table-top{
	position: relative;
	font-size: 20px;
	color: #666;
	padding-bottom: 20px;
	
	text-align: center;
}
.pro-table .pro-table-top h2{
	height: 50px;
	width: 100%;
	background: url(resources/bj-tit.png) center center no-repeat;
	background-size: cover;
}
.pro-table .pro-table-top p{
	padding: 20px 0;
}
.pro-tab-list{
	padding: 60px 0 0 0;
}
/*.pro-tab-list table{
	width: 100%;
	text-align: center;
	border: 1px solid #a0a0a0;
}
.pro-tab-list table th{
	line-height: 80px;
	background: #0fa5c0;
	text-align: center;
	border-right: 1px solid #a0a0a0;
	font-size: 24px;
	color: #fff;
}
.pro-tab-list table td{
	border-right: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	line-height: 50px;
	font-size: 16px;
	position: relative;
}
.pro-tab-list table td i{
	left: 50%;
	top: 50%;
	position: absolute;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	background: url(resources/table-icon.png) 0 0 no-repeat;
}
.pro-tab-list table td i.err{
	background-position: 0 -40px;
}*/

.pro-tab-list ul{
	width: 301px;
	border: 1px solid #a6a6a6;
	margin-left: -1px;
	position: relative;
	background: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}

/*.pro-tab-list ul.scale_box:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform:scale(1.1);
	z-index: 99;
	box-shadow:0 0 30px rgba(0,0,0,.2);
}*/
.pro-tab-list ul:hover .zx-btn{
	background: #eec81a;
}
.pro-tab-list ul li{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #2d2d2d;
	position: relative;
}
.pro-tab-list ul li.bg{
	background: #eeeeee;
}
.pro-tab-list ul li .zx-btn{
	left: 50%;
	top: 50%;
	position: absolute;
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #357fe8;
	font-size: 18px;
	margin-left: -70px;
	margin-top: -20px;
}
.pro-tab-list ul li .zx-btn:hover{
	background: #eec81a;
}
.pro-tab-list ul .pro-tab-list-title{
	line-height: 80px;
	height: 80px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	background: #357fe8;
}

.pro-tab-list ul .pro-tab-list-zx{
	height: 68px;
	
}
.pro-tab-list ul .pro-tab-list-zx2{
	height: 102px;
	border-top: 1px solid #a6a6a6;
}

.banben-list li .icon{
	left: 50%;
	top: 50%;
	position: absolute;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	background: url(resources/table-icon.png) 0 0 no-repeat;
}

.banben-list li .icon.err{
	background-position: 0 -40px;
}


/*演示地址*/
.contain {
    margin: 0 auto;
    position: relative;
    width: 84.4%;
}
.ournews p.himg {
    text-align: center;
    margin-bottom: 30px;
}
.ournews p.himg  img{
   width:165px;
   display:inline;
}
.slideTxtBox {
   width: 100%;
    margin: 0px auto;
    padding-bottom: 25px;
}
.slideTxtBox .hd {

}
.slideTxtBox  ul.tab_menu {
    height: 32px;
	display:block;
    line-height: 30px;
    padding: 0 10px 0 10px;
    width: 680px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.slideTxtBox  ul.tab_menu li {
    float: left;
    display: block;
    width: 150px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background: #fff;
    border-radius: 12px;
    margin: 0 15px 0 0;
	text-indent:0;
}
.slideTxtBox ul.tab_menu li.current {
    background: #eb3900;
    color: #333;
    border-radius: 12px;
    transition: all ease 0.4s;
}
.slideTxtBox ul.tab_menu li.current a{

    color: #fff;

}





.slideTxtBox2 {
   width: 100%;
    margin: 0px auto;
    padding-bottom: 25px;
}
.slideTxtBox2 .hd {

}
.slideTxtBox2  ul.tab_menu {
    height: 32px;
	display:block;
    line-height: 30px;
    padding: 0 10px 0 10px;
    width: 850px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.slideTxtBox2  ul.tab_menu li {
    float: left;
    display: block;
    width: 150px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background: #fff;
    border-radius: 12px;
    margin: 0 15px 0 0;
	text-indent:0;
}
.slideTxtBox2 ul.tab_menu li.current {
    background: #eb3900;
    color: #333;
    border-radius: 12px;
    transition: all ease 0.4s;
}
.slideTxtBox2 ul.tab_menu li.current a{

    color: #fff;

}




.ournews{position:relative;padding:50px 0 0;background:#f3efe9;}
.ournews p.himg{text-align:center;margin-bottom:30px; }
.ournews .bd {
    height: 386px;
    position: relative;
    width: 100%;
}

.slideTxtBox  ul.tab_menu li.on a {
    background: #eb3900;
    color: #fff;
    border-radius: 12px;
    transition: all ease 0.4s;
}

.slideTxtBox2  ul.tab_menu li.on a {
    background: #eb3900;
    color: #fff;
    border-radius: 12px;
    transition: all ease 0.4s;
}



.l_news{width:300px;float:left;background:#fff;height:352px;}
.l_news .ln_img{width:300px;height:180px;position:relative;overflow:hidden;}
.l_news .ln_img img{ transition: .9s;-moz-transition: .9s;-webkit-transition: .9s;-o-transition: .9s;}
.l_news .ln_img a:hover img{transform:scale(1.1);-webkit-transform: scale(1.1);-o-transition: scale(1.1); }

.l_news .ln_img span{position:absolute;top:14px;left:16px;width:58px;height:36px;line-height:36px;text-align:center;display:block;color:#fff;background:#ec1419;}
.l_news .ln_img span.ra{font-size:28px;}
.l_news .ln_img span.rb{top:50px;color:#f8ebeb;background:#c01317;}
.l_news p.ln_til{font-size:16px;color:#000;font-weight:600;padding:15px 20px;}
.l_news p.ln_til a{color:#000;}.l_news p.ln_til a:hover{color:#21A7F1;}
.l_news p.ln_des{font-size:12px;color:#666;line-height:2em;padding:0 20px 10px 20px;}
.l_news p.ln_data { padding:0 20px;}
.c_news{width:890px;float:left;margin:0 0 0 8px; overflow:hidden}
.cn_item{ float:left; margin-right:10px; background:#fff;width:431px;height:85px;overflow:hidden;margin-bottom:4px; border:2px solid #fff;}
.cn_item:hover{ border-color:#21A7F1}
.cn_item:hover p.cn_til a{color:#21A7F1; font-weight:700}
.cn_item:hover p.cn_des{color:#999;}
.cn_item span{width:56px;height:60px;text-align:center;background:#17AEF5;display:block;float:left;margin:12px;color:#fff; font-size:30px; line-height:54px; border-radius:50%;}
.cn_item .deannewdate { margin:15px 10px 0; background:#21A7F1  no-repeat scroll right top; border-radius: 3px 0 0 3px; color: #fff;float: left;font-size: 16px; height: 51px; line-height: 51px; text-indent:8px; width:110px;}

.cn_item span b{font-size:20px;line-height:1.8em;}
.cn_item p.cn_til{margin-top:10px;color:#000;}
.cn_item p.cn_til a{color:#000;font-size:14px;}
.cn_item p.cn_des{color:#666;margin:5px 0 0 0;line-height:16px; padding-right:10px;}

/**/
.float-right{position:fixed;bottom:60px;right:20px;z-index:1030;text-align:center;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);transition:.3s}.imgbox-show .float-right,.modal-open .float-right,.scroll-ing .scrolling-hide.float-right{transform:translateX(200%)}.scroll-ing .scrolling-hide.float-right.position-center{transform:translate(200%,-50%)}.tabbar-item.active{color:var(--focus-color)}.float-right.position-center{bottom:auto;top:50%;transform:translateY(-50%)}.float-right .float-btn{width:40px;line-height:40px;display:block;font-size:1.4em;--this-color:var(--muted-2-color);--this-bg:var(--float-btn-bg);background:var(--this-bg);position:relative;color:var(--this-color)!important}.filter .float-btn{-webkit-backdrop-filter:saturate(2) blur(10px);backdrop-filter:saturate(2) blur(10px)}.float-right.square .float-btn+.float-btn{border-top:1px solid var(--main-shadow)}.float-right.round .float-btn{margin-top:6px;border-radius:8px}

