@charset "utf-8";
/* Reset css*/
html,body,ul,li,a,p,h1,h2,h3,em,span{
	margin: 0;
	padding: 0;
  	font-family:'微软雅黑', "Microsoft YaHei",  Arial, sans-serif;
} 
html {
-webkit-text-size-adjust:none;
}

/* *,
 *:before,
 *:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }*/
a,
a:hover,
a:active,
a:visited{
	text-decoration: none;

}
ul,ol,li,dl,dt,dd{list-style:none}
img { 
	border:none;
	-ms-interpolation-mode: bicubic; 
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
*html .clearfix{height:1%}
.clearfix{display:block}
/* 渐变背景 */
.bg{
/* 	background:-webkit-linear-gradient(top,#fefefe,#fcfcfc);
    background:-moz-linear-gradient(top,#fefefe,#fcfcfc);
    background:-o-linear-gradient(top,#fefefe,#fcfcfc);
    background:-ms-linear-gradient(top,#fefefe,#fcfcfc);
    background:linear-gradient(top,#fefefe,#fcfcfc); */
    background: -moz-linear-gradient(top,  #fefefe 0%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#fafafa));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#fafafa 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#fafafa 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#fafafa 100%);
    background: linear-gradient(to bottom,  #fefefe 0%,#fafafa 100%);
/*     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f8f8f8',GradientType=0 ); */
/* border-bottom:1px solid #eee; */
}


/*banner*/

.banner{
	/*height:600px;*/
	overflow:hidden;
	/*background: #303236;*/
	/*background:url(../images/website/bannerbg.jpg) center center no-repeat;*/
	background-size:cover;
}
.wd{
	width:1018px;
	margin:0 auto;
	height:470px;
	position: relative;
}
/* 免费咨询 */
.free-wrap{
	position:absolute;
	right:0;
	bottom:30px;
	width:300px;
	border-radius:3px;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);
	-moz-box-shadow:0 0 10px rgba(0,0,0,.3);
	-ms-box-shadow:0 0 10px rgba(0,0,0,.3);
	-o-box-shadow:0 0 10px rgba(0,0,0,.3);
	box-shadow:0 0 10px rgba(0,0,0,.3);
/* 	opacity:0.8; */
background:rgba(255,255,255,0.8);
padding-bottom:10px;
}
.free-wrap .title{
	border-bottom:1px solid #ccc;
	height:40px;
	line-height:40px;
	font-size:22px;
	color:#fa4b00;
	margin: 10px 20px 0  20px;
}
.form{
	padding: 20px;
}
.form input[type="text"]{
	border:1px solid #ccc;
	border-radius:3px;
	padding:0 10px;
	height:35px;
	line-height:35px;
	margin-bottom:15px;
	width:100%;
    box-sizing: border-box;
}
.form .input{
	position:relative;
}
.form span{
	display:inline-table;
	position:absolute;
	background:#fff;
	border-radius:3px;
	height:30px;
	line-height:30px;
	padding:0 10px;
	margin-top:5px;
	margin-left:10px;
	-webkit-box-shadow:1px -1px 5px rgba(0,0,0,.2);
	-moz-box-shadow:1px -1px 5px rgba(0,0,0,.2);
	-ms-box-shadow:1px -1px 5px rgba(0,0,0,.2);
	-o-box-shadow:1px -1px 5px rgba(0,0,0,.2);
	box-shadow:1px -1px 5px rgba(0,0,0,.2);
	color:#f00;
}
.gray-border{border:1px solid #ccc;color:#666}
.red-border {
	border: 1px solid rgba(255,0,0,.6);
	color: #f00;
	-webkit-box-shadow:0 0 5px rgba(255,0,0,.3);
	-moz-box-shadow:0 0 5px rgba(255,0,0,.3);
	-ms-box-shadow:0 0 5px rgba(255,0,0,.3);
	-o-box-shadow:0 0 5px rgba(255,0,0,.3);
	box-shadow:0 0 5px rgba(255,0,0,.3);
}

.form span:before{
	position:absolute;
	left:-5px;
	top:10px;
	content:"";
	width:0;
	height:0;
	border-top:5px solid transparent;
	border-right:5px solid #fff;
	border-bottom:5px solid transparent;
}
.form .redbtn{
	color:#fff;
	background:#fa4b00 url(../images/icon-talk.png) 27% center no-repeat;
}
.form .graybtn{
	margin:10px 0 ;
	color:#333;
	width:125px;
	float:left;
	 background:#d9d9d9
	/* background:#d9d9d9 url(../images/icon-download.png) 27% center no-repeat; */
}
.form .graybtn img,
.form .orangebtn img{
	vertical-align:sub;margin-right:5px;
}
.form .orangebtn{
	margin:10px 0 ;
	color:#fff;
	width:125px;
	float:left;
	 background:#ff7f00
}
.form  a{
	display:block;
	height:40px;
	line-height:40px;
	border-radius:5px;
	text-align:center;
	font-size:16px;
}
.banner_img{
	height:470px;
	overflow:hidden;
	position: relative;
}
.banner_img ul{
	width:1920px;
	height:470px;
	overflow:hidden;
	position: absolute;
	left: 50%;
	margin-left: -960px;

}
.banner_img li{
	float:left;
	width:100%;
	height:470px;
	text-align:center;
} 
/* .banner_img img{height:470px;} */
.flicking_con{
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	text-align:center;
	z-index:999;

	height:15px;
	 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;
}
.flicking_con a{

	width:15px;
	height:15px;
	margin:0 5px;
	padding:0;
/* 	background:url(../images/flicking_con.png) 0 0 no-repeat; */
	background: #a3a3a2;
	display:inline-block;
	border-radius: 50%;
	text-indent:-10000000000px;
	cursor:pointer;
}
.flicking_con a.on{
	/* background-position:0 -20px; */
	background: #fff;
}


/* 视频 */

.video{
	position: absolute;
	left: 55%;
	top: 140px;
	z-index: 1000;
	width: 436px;
	height: 352px;
	background: url(../images/video.png) no-repeat;
}
.video span{
	width: 403px;
	height: 233px;
	background: #666;
	position: absolute;
	top:17px;
	left: 17px;
	overflow: hidden;
}



/* 免费申请使用 */

 .header-r a.shenqing{
 display:inline-block;
 padding:0 10px;
 border:1px solid #fa4b00; color:#fff;
 text-align:center;
 -webkit-border-radius: 5px;
 	-moz-border-radius: 5px;
 		 border-radius: 5px;
/*     -webkit-transition: -webkit-border-radius .3s linear; */
/*        -moz-transition: -webkit-border-radius .3s linear; */
/*        	    transition: border-radius .3s linear; */
/*     -webkit-transition: -webkit-border-color .3s linear; */
/*        -moz-transition: -webkit-border-color .3s linear; */
/*             transition: border-color .3s linear; */
/*             font-size:16px; */
            background:#fa4b00;
 }
/* .shenqing:hover{border-color:#fff;background:#fff;color:#fa4b00;} */



/* 正式开通 */

.fixed{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(0,0,0,.5);
	z-index:99999;
}

.open-ewm{
	padding:50px 30px 30px 30px;
/* 	width:360px; */
/* 	height:380px; */
	background:#fff;
	border-radius:10px;
	position:absolute;
	left:50%;
	top:50%;
	overflow:hidden;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.open-ewm p{
	color:#ff7003;
	font-size:24px;
	margin-top:20px
}
.open-ewm .open-close{
	position:absolute;
	top:0;
	right:0;
	display:inline-block;
	width:40px;
	height:40px;
	background:url(../images/open-close.png) no-repeat;
	z-index: 99;
}



/* 2018-1-18 L */
.new_pcErp{
	width:1020px;
	margin:30px auto 50px auto;
	text-align:center;
	overflow:hidden;
	clear:both;
}
.new_title{
	font-size:36px;
	line-height:70px;
}
.new_content{
	font-size:18px;
	color:#808080;
	text-align:center;
	display:none;
}
.new_content>p{
	width:70%;
	margin:0 auto;
	height:80px;
	line-height:30px;
}
.new_icon{
	padding:20px 0 40px 0;
	overflow:hidden;
}
.new_icon li{
	width:16.5%;
	float:left;
	font-size:18px;
	text-align:center;
	cursor:pointer;
}
.new_icon li:hover{
	position:relative;
	top:-5px;
}

/* .new_icon li.on{ */
/* 	color:#fa4b00 */
/* } */
/* .new_icon li a:hover{ */
/* 	color:#fa4b00 */
/* }  */

.new_icon li:nth-child(-n+6){
	margin-bottom:20px;
}
.new_icon img{
	display:block;
	margin:10px auto;
	width:80px;
}

.computer{
	width:832px;
	margin:0 auto 10px auto;
	text-align:center;
}
.computer img{
	width:80%;
}
.show {
	display: block;
}


/* 2018.5.3 */
.izl-rmenu{position:fixed;right:0;top:35%;padding-bottom:-36px;z-index:999}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative}
.izl-rmenu .btn-qq{background:url(../images/website/r_qq.png) 0 0 no-repeat;background-color:#6da9de}
.izl-rmenu .btn-qq:hover{background-color:#488bc7}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0 0 no-repeat;background-color:#6da9de;text-decoration:none;display:block}
.izl-rmenu .btn-wx{background:url(../images/website/r_wx.png) 0 0 no-repeat;background-color:#78c340}
.izl-rmenu .btn-wx:hover{background-color:#58a81c}
.izl-rmenu .btn-wx .pic{position:absolute;left:-185px;top:0;display:none;width:180px;height:180px}
.izl-rmenu .btn-phone{background:url(../images/website/r_phone.png) 0 0 no-repeat;background-color:#fbb01f}
.izl-rmenu .btn-phone:hover{background-color:#ff811b}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none}

/* 2019-3-6 */
.items {
	/*height: 700px;*/
	text-align: center;
	overflow: hidden;
}

.items h3 {
	font-size: 40px;
	margin-top: 40px;
	margin-bottom: 30px;
	font-weight: normal
}

.items h4{font-size:30px;color:#e94812;margin-bottom:30px;font-weight:normal}
.items a{display:inline-block;background:#e94812;color:#fff;width:120px;height:45px;line-height:45px;border-radius:45px;font-size:18px;}
.items img{
	display: block;
	margin:0 auto;
}
.index01 {
	/*height: 720px;*/
	/*background: url(../images/website/index_01.png) center bottom no-repeat;*/
}

.index02 {
	/*height: 850px;*/
	background: url(../images/website/index02.png) center bottom no-repeat;
	background-size: cover;
}

.index03 {
/*	height: 760px;*/
	background: url(../images/website/new_index03_bg.png) center bottom no-repeat;
	text-align: center;
}
.index03 ul{
	margin: 20px auto 60px auto;
}
.index03 ul li{
	position: relative;
	display: inline-block;
	font-size: 22px;
	margin: 20px 10px;
	perspective: 1000px;
}
.index03 li .fczs_wrap p{
	color: #fff;
}
.index03 li .fczs_wrap {
	backface-visibility: hidden;
	transition: all 1s;
}
.index03 li .fczs_wrap2{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 246px;
	height: 417px;
	padding: 0 20px;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	transition: all 1s;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index03 li .fczs_wrap2 span{
	font-weight: bold;
	font-size: 16px;
}
.index03 li .fczs_wrap2 p {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	justify-content: space-between;
}
.index03 li:hover .fczs_wrap {
	transform: rotateY(180deg);
}

.index03 li:hover .fczs_wrap2 {
	transform: rotateY(360deg);
}

.index03 li img{
	display: block;
}
.index04 {
	/*height: 780px;*/
	background: url(../images/website/index04.png) center bottom no-repeat;
	background-size: cover;
}

.index05 {
	/*height: 849px;*/
	background: url(../images/website/new_index05_bg.png) center bottom no-repeat;;
	/*color: #fff;*/
	background-size: cover;
}
.index06 {
	background: url(../images/website/index08.png) center bottom no-repeat;;
	background-size: cover;
}
.index06 h3{
	color: #fff;
}

/*.index05 h4{color:#fff;}*/
/*.index06 {*/
/*	height: 650px;*/
/*	background: url(../images/website/index06.png) center no-repeat;*/
/*}*/


