﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1440px;
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fafafa;
	text-align:justify;	
	color:#333;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#f60;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ccc;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1440px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/
.swiper-wrapper img{ text-align: center;}
.header{
	background:#fff;
	height: 86px;
	width: 100%;
	position: fixed;
	z-index: 100;
	box-shadow:0 0 15px rgba(0,0,0,0.1);
}
.header_zw{
	height: 86px;
	clear: both;
}
.header .logo{
	float: left;
	display: block;
	height: 86px;
	margin-left:0;
}
.header .logo img{
	display: block;
	height: 86px;
}
.header .navs{
	float: right;
	line-height: 86px;
	font-size:18px;
}
.header a{
	float: left;
	margin-left:100px;
}
.header .hover{
	color:#f60;
}

.footer{
	background:#fff;
	padding:60px 0 50px 0;
}
.ft_left{
	float: left;
	width: 320px;
	font-size:18px;
	line-height: 38px;
}
.ft_left .logo{
	margin:0 0 5px 10px;
	display: block;
}
.ft_code{
	float: left;
	width: 150px;
	margin-right:18px;
	text-align: center;
	line-height: 1.6;
}
.ft_code .code{
	width: 128px;
	height: 128px;
	border:1px solid #f0f0f0;
	border-radius:12px;
	padding:10px;
	margin-bottom:20px;

}
.ft_code .code img{
	display: block;
	width: 128px;
	height: 128px;
}
.ft_right{
	float: right;
}
.ft_right dl{
	float: left;
	width: 150px;
	overflow: hidden;
}
.ft_right dt{
	height: 50px;
	line-height: 50px;
	border-bottom:2px solid #7d7d7d;
	font-size:18px;
	position: relative;
	margin-bottom:20px;

}
.ft_right dd{
	font-size:16px;
	line-height: 36px;
}
.ft_right i{
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top:-2.5px;
	background:#ffc300;
}
.ft_right dl:last-child{
	width: 80px;
}

/*公用CSS 结束*/

/*首页*/


.banner{
	width:100%;
	height: 680px;
}
.banner .swiper-slide{
	width:100%;
	height: 680px;
}
.banner .swiper-slide a{
	display: block;
	width:100%;
	height:680px;
}
.banner .swiper-pagination-bullet{
	opacity:1;
	background:#ccc;
}
.banner .swiper-pagination-bullet-active{
	background:#d43e35;
}

.h_about{

}
.h_about .bt{
	height: 215px;
	background:url(../images/hab_bt.png) no-repeat center center;
	position: relative;
	color:#fff;
}
.h_about .bt a{
	color:#fff;
}
.h_about .bt .t1{
	font-size:42px;
	left: 352px;
	position: absolute;
	top: 85px;
	line-height: 72px;
	letter-spacing:3px;
}
.h_about .links{
	position: absolute;
	left: 352px;
	top: 152px;
	line-height: 36px;
	font-size:16px;
}
.h_about .links a,.h_about .links em{
	float: left;
	margin-right:20px;
}
.h_about .more{
	position: absolute;
	right: 55px;
	top: 95px;
	line-height: 20px;
	padding-right:20px;
	background:url(../images/hab_more.png) no-repeat right center;
}
.h_about .photo{
	float: right;
	margin:90px 0 80px 0;
}
.h_about .cleft{
	float: left;
	width: 960px;
	padding-left:50px;
	font-size:24px;
	line-height: 46px;
}
.h_about .cleft dl{
	padding:60px 0 40px 0;
}
.h_about .cleft dt{
	font-size:46px;
	line-height: 60px;
}
.h_about .cleft dd{
	color:#696969;
}
.h_about .cleft p{
	color:#333;
}

.h_head{
	text-align: center;
	padding:60px 0 15px 0;
}
.h_head .s1 span{
	font-size:46px;
	line-height: 76px;
	border-bottom:1px solid #e5e5e5;
	display: inline-block;
}
.h_head .s2{
	line-height: 80px;
	font-size:36px;
	color:#333;
}
.h_ai .item{
	width: 710px;
	height: 486px;
	position: relative;
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
}
.h_ai .item img{
	display: block;
	width: 710px;
	height: 486px;
}
.h_ai dl{
	position: absolute;
	left: 40px;
	top: 40px;
	width: 430px;
	font-size:24px;
	line-height: 38px;
	z-index: 10;
}
.h_ai dt{
	line-height: 83px;
	font-size:32px;
}
.h_ai .more{
	position: absolute;
	left: 40px;
	bottom: 35px;
	z-index: 10;
	font-size:18px;
	color:#999;
	display: inline-block;
	padding-right:22px;
	background:url(../images/hai_more.png) no-repeat right center;
}
.h_sol .more{
	position: absolute;
	left: 40px;
	bottom: 35px;
	z-index: 10;
	font-size:18px;
	color:#999;
	display: inline-block;
	padding-right:22px;
	background:url(../images/hai_more.png) no-repeat right center;
}
.h_sol .cleft{
	width: 880px;
	height: 517px;
	float: left;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	position: relative;
	padding:40px;
	box-sizing:border-box;
	border-radius:20px;
}
.h_sol .cleft dt{
	font-size:32px;
	line-height: 76px;
}
.h_sol .cleft dd{
	font-size:24px;
	line-height: 38px;
	width: 430px;
}
.h_sol .cleft .photo{
	position: absolute;
	right: 40px;
	top: 60px;
}

.h_sol .cright{
	width: 540px;
	height: 517px;
	float: right;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	position: relative;
	padding:40px;
	box-sizing:border-box;
	border-radius:20px;
}
.h_sol .cright dt{
	font-size:32px;
	line-height: 76px;
}
.h_sol .cright dd{
	font-size:24px;
	line-height: 38px;
	width: 430px;
}
.h_sol .cright .photo{
	position: absolute;
	right: 40px;
	bottom: 60px;
}
.hy_tabs{
	background:#fff;
	border-radius:20px;
	padding:30px 20px;
}
.hy_tabs .handle{
	padding-bottom:30px;
}
.hy_tabs .btn{
	width: 220px;
	height: 68px;
	line-height: 68px;
	border-radius:10px;
	border:1px solid #bababa;
	font-size:24px;
	color:#444;
	float: left;
	text-align: center;
	margin-right:28px;
}
.hy_tabs .hover{
	color:#fff;
	border:0;
	padding:1px;
	background: linear-gradient(135deg, rgba(184, 7, 104, 1) 0%, rgba(255, 141, 26, 1) 100%);
}
.hy_tabs .con{
	display: none;
	height: 510px;
	background:url(../images/hyj.png) no-repeat top center;
	box-sizing:border-box;
	padding-top:70px;
}
.hy_tabs .show{
	display: block;
}
.hy_tabs .item{
	width: 290px;
	float: left;
	margin:0 30px;
}
.hy_tabs dt{
	font-size:28px;
	line-height: 72px;
}
.hy_tabs dd{
	font-size:18px;
	line-height: 36px;
	height: 155px;
}
.hy_tabs .item img{
	display: block;
	width: 100%;
	height:auto;
	border-radius:10px;
}
.h_news .item{
	display: block;
	color:#333;
	background:#fff;
	height: 550px;
	width: 466px;
	box-sizing:border-box;
	padding:50px 30px 0 30px;
	float: left;
	margin-right:20px;
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	font-size:28px;
	line-height: 38px;
}
.h_news .item dd{
	line-height: 60px;
}
.h_news .item:last-child{
	margin-right:0;
}
.h_news .photo{
	position: relative;
	height: 305px;
	border-radius:10px;
	position: relative;
	overflow: hidden;
}
.h_news .photo img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.h_news .name{
	position: absolute;
	padding:20px;
	box-sizing:border-box;
	z-index: 10;
	left: 0;
	bottom: 0;
	color:#fff;
	font-size:24px;
}

.h_js .ab{
	height: 550px;
	background:url(../images/hjs.jpg) no-repeat top center;
	color:#fff;
}
.h_js .ab .wrapin{
	height: 550px;
	position: relative;
	color:#fff;
}
.h_js .t1{
	font-size:50px;
	line-height: 100px;
	position: absolute;
	left: 35px;
	top: 70px;
}
.h_js .intro{
	font-size:18px;
	line-height: 32px;
	width: 595px;
	left: 65px;
	top: 200px;
	position: absolute;
}
.h_js .t2{
	font-size:22px;
}

/*首页*/

/*联系我们*/

.cm_banner{
	height: 685px;
	background-repeat:no-repeat;
	background-position:top center;
	background-size: cover ;
}
 
.cn_top{
	padding:40px 0 80px 0;
}
.cn_top .head{
	text-align: center;
	font-size:46px;
	line-height: 130px;
	color:#000;
}
.cn_top .map{
	position: relative;
	border-radius:20px;
}
.cn_top .tmp{
	display: block;
	width: 100%;
	height:615px;
}
.cn_top .intro{
	width: 354px;
	height: 184px;
	border:1px solid #fff;
	position: absolute;
	top: 30px;
	left: 140px;
	background: linear-gradient(126.85deg, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.49) 100%);
	padding:15px 30px;
}
.cn_top .name{
	font-size:24px;
	line-height: 60px
}
.cn_top .li{
	height: 32px;
	line-height: 32px;
	padding-left:24px;
}
.cn_top .li1{
	background:url(../images/cnt_li1.png) no-repeat left center;
}
.cn_top .li2{
	background:url(../images/cnt_li2.png) no-repeat left center;
}
.cn_top .li3{
	background:url(../images/cnt_li3.png) no-repeat left center;
}

.cn_bottom{
	height: 285px;
	margin-bottom:50px;
	background:url(../images/cnt_bt.png) no-repeat center center;
	padding:40px 40px;
	box-sizing:border-box;
	display:flex;
	justify-content: space-between;
}
.cn_bottom .item{
	width: 325px;
	height: 170px;
	background:#fff;
	border-radius:20px;
	padding-top:30px;
	text-align: center;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
}
.cn_bottom .ico{
	display: block;
	width: 150px;
	height: 60px;
	margin:0 auto;
}
.cn_bottom .t1{
	font-size:24px;
	line-height: 50px;
}
.cn_bottom .sm{
	margin:0 auto;
	width: 140px;
}
.cn_bottom .gz{
	width: 98px;
	height: 22px;
	line-height: 22px;
	border:1px solid #797979;
	border-radius:3px;
	float: left;
}
.cn_bottom .co{
	float: right;
	display: block;
	width: 24px;
	height: 24px;
}
.cn_bottom p{
	font-size:12px;
}

/*联系我们*/

/*新闻*/

.now_pos{
	height: 80px;
	line-height: 80px;
	font-size:20px;
}
.nd_left{
	float: left;
	margin-bottom:30px;
	width: 1060px;
	box-sizing:border-box;
	background:#fff;
	padding:40px;
	border-radius:20px;
}
.nd_head .t1{
	font-size:36px;
	line-height: 50px;
}
.nd_head .date{
	line-height: 40px;
	color:rgba(128, 128, 128, 1)
}
.nd_article{
	padding:20px 0;
	font-size:18px;
	line-height: 36px;
}
.nd_ots li{
	height: 30px;
	line-height: 30px;
}
.nd_right{
	float: right;
	width: 324px;
}
.nd_right .title{
	line-height: 65px;
	padding:0 10px;
	font-size:24px;
}
.nd_right .item{
	position: relative;
	border-radius:10px;
	height: 190px;
	display: block;
	margin-bottom:20px;
}
.nd_right .item img{
	display: block;
	height: 190px;
}
.nd_right .name{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	text-align: center;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size:16px;
	color:#fff;
}
.nd_right .name span{
	display:inline-block;
	max-width:95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

/*新闻*/

/*下单*/

.or_top{
	background:#fff;
	padding:20px 40px;
	border-radius:20px;
}
.or_top .cleft{
	width: 680px;
	float: left;
}
.or_slider .photo{
	height: 460px;
	border-radius:15px;
	overflow: hidden;
	margin-top:60px;
}
.or_slider .photo img{
	display: block;
	width: 100%;
	height: 460px;
}
.or_slider .swiper-pagination{
	position: absolute;
	right: 0;
	top: 30px;
	width: 100px;
	text-align: center;
	left:auto;
}
.or_slider .swiper-pagination-bullet-active{
	background:#b80768;
}
.or_slider .cbtn{
	width: 41px;
	height: 16px;
	position: absolute;
	top: 30px;
	cursor: pointer;
	outline:none;
	z-index: 50;
}
.or_slider .my-prev{
	left: 0;
	background:url(../images/or_prev.png) no-repeat center center;
}
.or_slider .my-next{
	left: 60px;
	background:url(../images/or_next.png) no-repeat center center;
}
.or_top .tags{
	display:flex;
	justify-content: space-between;
	height: 56px;
	line-height: 56px;
	font-size:18px;
	color:#808080;
}
.or_top .tag{
	display: inline-block;
	padding-left:26px;
}
.or_top .tag1{
	background:url(../images/or_tag1.png) no-repeat left center;
}
.or_top .tag2{
	background:url(../images/or_tag2.png) no-repeat left center;
}
.or_top .tag3{
	background:url(../images/or_tag3.png) no-repeat left center;
}
.or_intro{
	padding:30px 0 0 0;
}
.or_intro .ileft{
	float: left;
}
.or_intro .name{
	font-size:36px;
	line-height: 48px;
	color:#000;
}
.or_intro .price{
	font-size:30px;
	color:#000;
	line-height: 50px;
}
.or_intro .price em{
	font-size:16px;
	padding-left:5px;
}
.or_intro .yx{
	color:#808080;
}
.or_intro .iright{
	float: right;
	width: 270px;
}
.or_intro .item{
	float: left;
	width: 80px;
	margin-left:10px;
}
.or_intro .photo{
	display: block;
	width: 80px;
	height: 80px;
	border-radius:10px;
	overflow: hidden;
}
.or_intro .photo img{
	display: block;
	width: 80px;
	height: 80px;
}
.or_intro .ck{
	display: block;
	width: 10px;
	height: 10px;
	border-radius:100%;
	float: left;
	margin:15px 0 0 0;
}
.or_intro .ck1{
	background:#ff8d1a;
}
.or_intro .ck2{
	background:#b80768;
}
.or_intro .ck3{
	background:#b0d5ff;
}
.or_top .cright{
	float: right;
	width: 624px;
}
.oc_head .name{
	font-size:36px;
	color:#000;
	line-height: 64px;
}
.oc_head .tip{
	font-size:18px;
	line-height: 32px;
}
.oc_tags .title{
	height: 60px;
	font-size:20px;
	line-height: 60px;
	padding-top:40px;
	color:#000;
}
.oc_tags .sel{
	height: 46px;
	border:1px solid #f2f2f2;
	border-radius:10px;
	line-height: 46px;
	font-size:18px;
	padding:0 20px;
	color:#808080;
}
.oc_tags .cbtn{
	float: left;
	width: 54px;
	height: 46px;
	border:1px solid #f2f2f2;
	border-radius:23px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	font-size:20px;
}
.oc_tags .num{
	float: left;
	width: 50px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size:20px;
	border:0;
	background:none;
}
.oc_ends{
	text-align:right;
	padding:40px 0 0 0;
}
.oc_ends .btn{
	display: inline-block;
	width: 150px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	font-size:20px;
	border:1px solid #c2c2c2;
	border-radius:15px;
	margin-left:20px;
}
.oc_ends .btn1{
	border:0;
	padding:0;
	color:#fff;
	background: linear-gradient(135deg, rgba(184, 7, 104, 1) 0%, rgba(255, 141, 26, 1) 100%);
}

.or_bottom{
	background:#fff;
	padding:20px 40px;
	border-radius:20px;
	margin:40px 0;
	box-sizing:border-box;
}
.or_handle{
	height: 120px;
	line-height: 120px;
}
.or_handle .btn{
	float: left;
	margin-right:80px;
	font-size:24px;
	color:#808080;
	cursor: pointer;
	position: relative;
}
.or_handle .hover{
	color:#333;
}
.or_handle .hover i{
	display: block;
	height: 3px;
	width: 100%;
	border-radius:2px;
	position: absolute;
	bottom: 35px;
	left: 0;
	background: linear-gradient(135deg, rgba(184, 7, 104, 1) 0%, rgba(255, 141, 26, 1) 100%);
}

.or_con{
	display: none;
}
.show{
	display: block;
}
.or_con .photo{
	display: block;
	width: 100%;
}
.or_con .intro{
	padding:0 20px;
	font-size:18px;
	line-height: 38px;
}
.or_con dl{
	padding-top:20px;
}

/*下单*/

/*企业介绍*/

.ab_top{
	background:url(../images/ab_top.jpg) no-repeat center 350px;
}

.ab_head{
	text-align: center;
	font-size:46px;
	padding:45px 0 0 0;
	line-height: 120px;
	color:#000;
}
.ab_intro{
	border-radius:20px;
	padding:30px;
	background:#fff;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
}
.ab_intro .cleft{
	float: left;
	width: 740px;
	line-height: 32px;
	font-size:18px;
}
.ab_intro p{
	text-indent:2em;
}
.ab_intro .photo{
	float: right;
	width: 600px;
}
.ab_sm{
	position: relative;
	height: 317px;
	background:url(../images/ab_sm.png) no-repeat center center;
}
.ab_sm .intro{
	text-align: center;
	color:#fff;
	font-size:30px;
	line-height: 60px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-60px;
}
.ab_jz .lis{
	display:flex;
	justify-content: space-between;
}
.ab_jz .item{
	width: 400px;
	height: 510px;
	background:#fff;
	border-radius:20px;
	border:2px solid #fff;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	padding:15px 30px;
	position: relative;
}
.ab_jz .item1{
	background:#fff url(../images/jz_bj1.png) no-repeat right bottom;
}
.ab_jz .item2{
	background:#fff url(../images/jz_bj2.png) no-repeat left top;
}
.ab_jz .item3{
	background:#fff url(../images/jz_bj3.png) no-repeat right top;
}
.ab_jz .title{
	line-height: 83px;
	font-size:30px;
}
.ab_jz .intro{
	font-size:18px;
	line-height: 30px;
}
.ab_jz .photo{
	display: block;
	width: 400px;
	position: absolute;
	left: 30px;
	bottom: 20px;
}

.ab_honor .fm{
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	padding:30px 0 60px 0;
	background:#fff;
}
.ho_slider{
	margin:0 auto;
	width: 1400px;
}
.ho_slider li{
	width: 260px;
	float: left;
	margin:0 10px;
	text-align: center;
	line-height: 70px;
	font-size:18px;
}
.ho_slider .photo{
	display: block;
	width: 260px;
	height: 206px;
}
.ab_fz{
	padding-bottom:80px;
}
.ab_fz .fm{
	padding:30px;
	border-radius:20px;
	background:#fff;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.ab_fz .tps{
	color:#fff;
	padding:20px 30px;
	border-radius:10px;
	font-size:18px;
	line-height: 32px;
	background: linear-gradient(135deg, rgba(184, 7, 104, 1) 0%, rgba(255, 141, 26, 1) 100%);
	margin-bottom:30px;
}
.ab_fz .item{
	width: 390px;
	height: 240px;
}
.ab_fz .zw{
	width: 390px;
	height: 0;
}
.ab_fz .head{
	height: 46px;
	line-height: 46px;
	border-bottom:2px solid #808080;
	position: relative;
	font-size:18px;
	margin-bottom:10px;
}
.ab_fz .date{
	position: absolute;
	right: 0;
	top: 0;
}
.ab_fz .intro{
	color:#444;
	line-height: 1.6;
}

.ab_wl{
	height: 440px;
	background:url(../images/ab_wl.jpg) no-repeat top center;
}
.ab_wl .intro{
	color:#fff;
	width: 980px;
	margin:0 auto;
	font-size:18px;
	color:#445F69;
	line-height: 36px;
	padding-top:185px;
}

/*企业介绍*/

/*服务支持*/

.se_js{
	margin:0 auto;
	padding:60px 0;
}
.se_js .item{
	width: 710px;
	height: 334px;
	border-radius:12px;
	position: relative;
	overflow: hidden;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
}
.se_js .item1{
	float: left;
	background:url(../images/se_js1.png) no-repeat center center;
}
.se_js .item2{
	float: right;
	background:url(../images/se_js2.png) no-repeat center center;
}
.se_js dl{
	position: absolute;	
	left: 40px;	
	top: 15px;	
	color:#333;
}
.se_js dt{
	line-height: 85px;
	font-size:32px;
}
.se_js dd{
	font-size:24px;
	line-height: 40px;
}
.se_js .more{
	position: absolute;
	left: 40px;
	bottom: 30px;
	line-height: 32px;
	font-size:18px;
	color:#808080;
	padding-right:20px;
	display: inline-block;
	background:url(../images/hai_more.png) no-repeat right center;
}
.se_sr{
	background:url(../images/se_sr.jpg) no-repeat top center;
	height: 1520px;
}
.sr_app{
	height: 650px;
	width: 1440px;
	margin:0 auto;
}
.sr_app .app{
	float: right;
	width: 665px;
	padding-top:165px;
}
.sr_app .title{
	height: 55px;
	line-height: 55px;
	font-size:32px;
	color:#383838;
	padding-left:45px;
	background:url(../images/sr_title.png) no-repeat left center;
}
.sr_app .item{
	padding-top:40px;
	position: relative;
}
.sr_app .down{
	display: block;
	position: absolute;
	right: 50px;
	bottom: 0;
	width: 222px;
	height: 64px;
	border-radius:5px;
	text-align: center;
	line-height: 64px;
	color:#fff;
	font-size:24px;
	background: linear-gradient(135deg, rgba(184, 7, 104, 1) 0%, rgba(255, 141, 26, 1) 100%);
}
.sr_app .item dt{
	height: 42px;
}
.sr_app .item dt span{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	border-bottom:4px solid #ffc300;
	font-size:20px;
}
.sr_app .item dd{
	line-height: 45px;
	font-size:18px;
}
.sr_ld .head{
	text-align: center;
	line-height: 1.8;
}
.sr_ld .head dt{
	font-size:46px;
	color:#000;
}
.sr_ld .head dd{
	font-size:36px;
	color:#333;
}
.sr_ld .ma{
	height: 690px;
	width: 1440px;
	margin:20px auto;
	border-radius:20px;
	position: relative;
	overflow: hidden;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
}
.sr_ld .ma img{
	display: block;
	width: 100%;
	height:auto;
}

.se_dw .title{
	text-align: center;
	font-size:46px;
	color:#000;
	line-height: 130px;
	padding-top:30px;
}
.se_dw .fw{
	background:#fff;
	padding:30px;
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.se_dw .item1{
	width: 100%;
	text-align: center;
	height: 68px;
	line-height: 68px;
	border-radius:10px;
	background: linear-gradient(135deg, rgba(184, 7, 104, 1) 0%, rgba(255, 141, 26, 1) 100%);
	font-size:36px;
	color:#fff;
}
.se_dw .item2{
	width: 260px;
	height: 206px;
	background:#f7f5f1;
	border-radius:10px;
	margin-top:56px;
	position: relative;
	padding:55px 15px 0 15px;
	box-sizing:border-box;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.se_dw .ts{
	width: 172px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: linear-gradient(162.58deg, #F0A000 0%, #E37F49 100%);
	font-size:24px;
	color:#fff;
	border-radius:10px;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left:-86px;
}
.se_dw .b{
	width: 105px;
	height: 36px;
	line-height: 36px;
	background:#cf9a51;
	text-align: center;
	border-radius:5px;
	color:#fff;
	font-size:14px;	
}
.se_dw .b2{
	width: 100%;
	display: block;
}
.se_dw .b3{
	height: 60px;
	position: relative;
	width: 100%;
	display: block;
}
.se_dw .b3 span{
	line-height: 1.6;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.se_dw .item3{
	background:#f8f7f3;
	width: 100%;
	height: 66px;
	line-height: 66px;
	border-radius:10px;
	text-align: center;
	margin-top:15px;
	font-size:24px;
	color:#B8843B;
}

.se_fw .title{
	text-align: center;
	font-size:46px;
	color:#000;
	line-height: 130px;
	padding-top:30px;
}
.se_fw .fw{
	padding:45px 55px 50px 55px;
	background:#fff;
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	display:flex;
	justify-content: space-between;
}
.se_fw .item{
	width: 288px;
}
.se_fw dt{
	height: 75px;
	line-height: 75px;
	font-size:28px;
}
.se_fw dd{
	font-size:18px;
	line-height: 32px;
	height: 150px;
}
.se_fw .photo{
	display: block;
	width: 100%;
	height:180px;
	border-radius:10px;
}
.se_fw .send{
	display: block;
	width: 220px;
	height: 70px;
	line-height: 70px;
	border-radius:10px;
	margin:50px auto;
	background: linear-gradient(135deg, #B80768 0%, #FF8D1A 100%);
	text-align: center;
	font-size:24px;
	color:#fff;
}

/*服务支持*/

/*解决方案*/

.ca_hx .item{
	width: 466px;
	height: 546px;
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	padding:25px 30px;
	box-sizing:border-box;
	background:#fff;
	float: left;
	margin-right:21px;
}
.ca_hx .item:last-child{
	margin-right:0;
}
.ca_hx .item dt{
	height: 55px;
	line-height: 55px;
	font-size:30px;
}
.ca_hx .item dd{
	font-size:22px;
	height: 124px;
	line-height: 36px;
}
.ca_hx .photo{
	display: block;
	width: 100%;
	height:auto;
}

.ca_jn .item{
	width: 466px;
	height: 546px;
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	padding:25px 30px;
	box-sizing:border-box;
	background:#fff;
	float: left;
	margin-right:21px;
}
.ca_jn .item:last-child{
	margin-right:0;
}
.ca_jn .item dt{	
	line-height: 42px;
	height: 84px;
	font-size:30px;
	margin-bottom:20px;
}
.ca_jn .item dd{
	font-size:22px;
	height: 170px;
	line-height: 36px;
}
.ca_jn .photo{
	display: block;
	width: 100%;
	height:auto;
}

.ca_ai{
	padding-bottom:50px;
}
.ca_ai .lis{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.ca_ai .item{
	width: 466px;
	height: 400px;
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	background:#fff;
	box-sizing:border-box;
	padding:30px;
	margin-bottom:21px;
}
.ca_ai .zw{
	width: 466px;
	height: 0;
}
.ca_ai .photo{
	float: left;
	display: block;
	width: 150px;
	height: 150px;
	border-radius:10px;
	background: linear-gradient(137.53deg, #FFE89C 0%, #FFF8E3 100%);
	position: relative;
}
.ca_ai .photo img{
	display: block;
	width: 182px;
	height: 182px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-91px 0 0 -91px;
}
.ca_ai .name{
	float: left;
	line-height: 150px;
	font-size:28px;
	padding-left:20px;
}
.ca_ai .tip{
	font-size:18px;
	line-height: 36px;
	padding-top:26px;
}
.ca_zn .head{
	text-align: center;
	padding:60px 0 20px 0;
}
.ca_zn .head dt{
	font-size:46px;
	line-height: 84px;
}
.ca_zn .head dd{
	line-height: 56px;
	font-size:36px;
}
.ca_zn .bg{
	height: 568px;
	background:url(../images/ca_zn.png) no-repeat top center;
}
.ca_zn .wrapin{
	height: 568px;
	position: relative;
	
}
.ca_zn .handle{
	float: left;
	color:#fff;
}
.ca_zn .handle dl{
	padding:58px 0 28px 0;
}
.ca_zn .handle dt{
	font-size:24px;
	line-height: 2;
}
.ca_zn .handle dd{
	font-size:12px;
}
.ca_zn .btns{
	border-left:1px solid rgba(255,255,255,0.5);
}
.ca_zn .btn{
	height: 58px;
	line-height: 58px;
	font-size:24px;
	width: 236px;
	padding-left:30px;
	margin-bottom:5px;
	cursor: pointer;
}
.ca_zn .hover{
	border:1px solid rgba(255,255,255,0.5);
	border-radius:0 5px 5px 0;
	border-left:5px solid #fff;
	background:rgba(255,255,255,0.2);
}
.ca_zn .con{
	display: none;
	width: 1060px;
	height: 445px;
	border-radius:20px;
	float: right;
	background:#fff url(../images/dbg.png) no-repeat bottom right;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	margin-top:60px;
	position: relative;
}
.ca_zn .show{
	display: block;
}
.ca_zn .con dl{
	width: 550px;
	padding:60px 0 0 50px;
}
.ca_zn .con dt{
	font-size:28px;
	line-height: 100px;
}
.ca_zn .con dd{
	font-size:20px;
	line-height: 38px;
	margin-bottom:20px;
}
.ca_zn .d{
	display: block;
	width: 320px;
	height: 385px;
	position: absolute;
	top: 30px;
	right: 165px;
}

/*解决方案*/

/*新闻*/

.ne_navs{
	font-size:36px;
	height: 170px;
	line-height: 170px;
	display:flex;
	justify-content: space-between;
}
.ne_navs a{
	display: inline-block;
	padding:0 70px;
	color:#606060;
}
.ne_navs .hover{
	color:#000;
}
.ne_area1{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.ne_area1 .cleft{	
	width: 856px;
	height: 772px;
	border-radius:20px;
	position: relative;
	overflow: hidden;
	background:#fff;
}
.ne_area1 .cleft img{
	display: block;
	width: 100%;
	height:auto;
}
.ne_area1 .wp{
	padding:20px 30px;
}
.ne_area1 .date{
	color:#999;
	line-height: 52px;
	font-size:18px;
}
.ne_area1 .name{
	color:#fff;
	font-size:28px;
	line-height: 50px;
}
.ne_area1 .tip{
	font-size:18px;
	line-height: 36px;
	color:#444;
	padding:10px 0;
}
.ne_area1 .cright{
	width: 564px;
	height: 772px;
	border-radius:20px;
	position: relative;
	overflow: hidden;	
}
.ne_area1 .cright .photo{
	display: block;
	width: 100%;
	height:auto;
}
.ne_area1 .cright .wp{
	background: linear-gradient(135.99deg, #AB1567 0%, #B01761 0%, #FFB300 100%);
	height: 500px;
	color:#fff;
}
.ne_area1 .cright .date{
	color:#fff;
}
.ne_area1 .cright .tip{
	color:#fff;
}
.ne_area1 .item{
	width: 466px;
	border-radius:20px;
	position: relative;
	overflow: hidden;
	height: 500px;
	margin-top:20px;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.05);
}
.ne_area1 .item .wp{
	padding-top:10px;
}

.ne_area2{
	float: left;
	width: 856px;
}
.ne_title{
	line-height: 110px;
	padding-top:50px;
	font-size:36px;
	color:#000;
}
.ne_area2 .wp{
	height: 550px;
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	padding:30px;
	box-sizing:border-box;
	background:#fff;
	display:flex;
	justify-content: space-between;
}
.ne_area2 .item{
	width: 360px;
}
.ne_area2 .photo{
	display: block;
	width: 360px;
	height: 250px;
	border-radius:10px;
}
.ne_area2 .date{
	line-height: 40px;
	padding-top:20px;
	color:#999;
	font-size:18px;	
}
.ne_area2 .name{
	font-size:28px;
	line-height: 50px;
}
.ne_area2 .tip{
	font-size:18px;
	line-height: 36px;
}
.ne_area3{
	float: right;
	width: 564px;
}
.ne_area3 .photo{
	display: block;
	width: 564px;
	border-radius:20px;
	position: relative;
	overflow: hidden;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
}
.ne_area3 .photo img{
	display: block;
	width: 100%;
	height:auto;
}
.ne_area3 .intro{
	position: absolute;
	width: 100%;
	box-sizing:border-box;
	left: 0;
	bottom: 0;
	z-index: 10;
	padding:30px 40px;
	color:#fff;
}
.ne_area3 .date{
	font-size:18px;
	line-height: 50px;
}
.ne_area3 .name{
	line-height: 50px;
	font-size:28px;
}
.ne_area3 .tip{
	font-size:18px;
	line-height: 36px;
}

.ne_all .fm{
	background:#fff;
	border-radius:20px;
	padding-bottom:40px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
}
.ne_all .item{
	padding-top:30px;
}
.ne_all .date{
	float: left;
	width: 112px;
	text-align: right;
}
.ne_all .date dt{
	font-size:36px;
	font-weight: bold;
}
.ne_all .date dd{
	font-size:14px;
}
.ne_all .intro{
	float: right;
	width: 1280px;
}
.ne_all .intro dt{
	font-size:28px;
	line-height: 45px;
}
.ne_all .loadmore{
	line-height: 80px;
	text-align: center;
	font-size:18px;
	color:#666;
	display: block;
	text-align: center;
}

/*新闻*/

/*产品中心*/

.pr_head{
	text-align: center;
	padding:70px 0 40px 0;
	width: 100%;
}
.pr_head dt{
	font-size:46px;
	line-height: 76px;
	color:#000;
}
.pr_head dd{
	font-size:36px;
	line-height: 60px;
}
.pr_head .ts{
	padding-top:35px;
	box-sizing:border-box;
	height: 151px;
	background-repeat:no-repeat;
	background-position:top center;
	font-size:24px;
	line-height: 48px;
}

.pr_area1{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.pr_area1 .item1{
	display: block;
	width: 710px;
	height: 555px;
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	overflow: hidden;
}
.pr_area1 .item1 img{
	display: block;
	width: 710px;
	height: 555px;
}
.pr_area1 .item2{
	margin-top:40px;
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	height: 550px;
	width: 430px;
	box-sizing:border-box;
	padding:0 20px;
}
.pr_area1 .item2b{
	width: 550px;
}
.pr_area1 .item2 dl{
	padding:20px 10px;
}
.pr_area1 .item2 dt{
	line-height: 80px;
	font-size:28px;
}
.pr_area1 .item2 dd{
	font-size:18px;
	line-height: 2;
	height: 170px;
}
.pr_area1 .it{
	padding:10px 15px;
	background: linear-gradient(138.66deg, #FFE89C 0%, #FFF8E3 100%);
	border-radius:10px;
	margin-bottom:15px;
	font-size:18px;
	line-height: 30px;
	color:#444;
}
.pr_area2 .items{
	display:flex;
	justify-content: space-between;
}
.pr_area2 .item{
	width: 222px;
	height: 468px;
	position: relative;
	overflow: hidden;
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
}
.pr_area2 .item img{
	display: block;
	width: 263px;
	height: 508px;
	position: absolute;
	left: -20px;
	top: -10px;
}
.pr_area2 .item dl{
	position: absolute;
	width: 100%;
	box-sizing:border-box;
	padding:20px 16px;
	z-index: 10;
}
.pr_area2 .item dt{
	line-height: 64px;
	font-size:20px;
}
.pr_area2 .item dd{
	line-height: 32px;	
	font-size:16px;
	color:#444;
}
.pr_area3{
	height: 186px;
	background:url(../images/pr_bg3.jpg) no-repeat top center;
	margin-top:20px;
	color:#fff;
}
.pr_area3 .wrapin{
	height: 186px;
	position: relative;
}
.pr_area3 dl{
	position: absolute;
	left: 470px;
	top: 20px;
}
.pr_area3 dt{
	line-height: 44px;
	font-size:30px;
}
.pr_area3 dd{
	line-height: 40px;
	font-size:24px;
}
.pr_area3 .buy{
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	border:1px solid #fff;
	border-radius:10px;
	color:#fff;
	text-align: center;
	font-size:18px;
	position: absolute;
	left: 470px;
	top: 110px;
}
.pr_area3 .code{
	display: block;
	width: 126px;
	height: 126px;
	position: absolute;
	right: 250px;
	top: 50%;
	margin-top:-63px;
}

.pr4_top{
	width: 1440px;
	height: 470px;
	margin:0 auto;
	border-radius:20px;
	background:url(../images/pr_bg4a.jpg) no-repeat top center;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	box-sizing:border-box;
	padding:70px 0 0 210px;
}
.pr4_top .vdo{
	float: left;
	width: 560px;
	height: 316px;
	border-radius:20px;
	position: relative;
	overflow: hidden;
}
.pr4_top video{
	width: 560px;
	height: 316px;
	display: block;
	object-fit:cover;
	background:#000;
}
.pr4_top .intro{
	float: right;
	width: 650px;
}
.pr4_top .intro dt{
	height: 72px;
	line-height: 72px;
	font-size:36px;
	background: linear-gradient(to right, #BB0D64, #FF8D1A);
	-webkit-background-clip: text;
	color: transparent;
}
.pr4_top .intro dd{
	font-size:24px;
	line-height: 40px;
	padding-left:52px;
	background:url(../images/pr4_dd.png) no-repeat left center;
}
.pr4_top ul{
	padding:20px 0 0 0;
}
.pr4_top li{
	float: left;
	width: 40%;
	line-height: 40px;
	font-size:18px;
}
.pr4_top .buy{
	display: block;
	width: 200px;
	height: 70px;
	line-height: 70px;
	border-radius:10px;
	margin:30px 0 0 0;
	text-align: center;
	background: linear-gradient(135deg, #B80768 0%, #FF8D1A 100%);
	font-size:28px;
	color:#fff;
}
.pr4_top .buy span{
	display: inline-block;
	padding-right:25px;
	background:url(../images/pr4_buy.png) no-repeat right center;
}
.pr4_sales{
	display:flex;
	justify-content: space-between;
}
.pr4_sales .item{
	display: block;
	width: 466px;
	height: 526px;
	position: relative;
	overflow: hidden;
	border-radius:20px;
}
.pr4_sales .photo{
	display: block;
	width: 466px;
	height: 526px;
}
.pr4_sales .ico{
	display: block;
	width: 75px;
	height: 61px;
	position: absolute;
	left: 25px;
	top: 210px;
}
.pr4_sales dl{
	position: absolute;
	box-sizing:border-box;
	left: 30px;
	width: 380px;
	color:#fff;
	top: 275px;
}
.pr4_sales dt{
	font-size:28px;
	line-height: 60px;
	white-space:nowrap;
}
.pr4_sales dd{
	font-size:16px;
	line-height: 30px;
}
.pr_area5 .items{
	display:flex;
	justify-content: space-between;
	padding:64px 0 44px 0;
}
.pr_area5 .item{
	width: 222px;
	height: 468px;
	border-radius:20px;
	box-shadow:0 0 15px rgba(0,0,0,0.05);
	position: relative;
}
.pr_area5 .item dl{
	position: absolute;
	left: 15px;
	top: 25px;
	color:#444;
}
.pr_area5 .item dt{
	line-height: 62px;
	font-size:20px;
}
.pr_area5 .item dd{
	font-size:16px;
	line-height: 30px;
}
.pr_area5 .photo{
	display: block;
	width: 184px;
	height: 184px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left:-92px;
}
.pr_area6{
	height: 186px;
	background:url(../images/pr_6.png) no-repeat top center;
	color:#fff;
}
.pr_area6 .wrapin{
	height: 186px;
	position: relative;
}
.pr_area6 .tip{
	left: 306px;
	position: absolute;
	line-height: 100px;
	font-size:24px;
}
.pr_area6 .buy{
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	border:1px solid #fff;
	border-radius:10px;
	color:#fff;
	text-align: center;
	font-size:18px;
	position: absolute;
	left: 306px;
	top: 100px;
}
.pr_area6 .more{
	position: absolute;
	right: 55px;
	top: 95px;
	line-height: 20px;
	padding-right:20px;
	font-size:20px;
	color:#fff;
	position: absolute;
	right: 400px;
	top: 110px;
	background:url(../images/hab_more.png) no-repeat right center;
}
.pr_area6 .code{
	display: block;
	width: 126px;
	height: 126px;
	position: absolute;
	right: 150px;
	top: 50%;
	margin-top:-63px;
}

/*产品中心*/