* {
	margin: 0;
	padding: 0;
}
a:hover{
	text-decoration: none;
}
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
p {
	margin-bottom: 0;
}

/*清除浮动代码*/
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.clearfloat{
	zoom:1;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cor3{
	color: #333333;
}
.cor6{
	color: #666666;
}
.cor9{
	color: #999999;
}
.corf{
	color: #ffffff;
}
.mart40{
	margin-top: 40px;
}
.tc {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	position: fixed;
}

body {
	font-family: "微软雅黑";
	overflow-x: hidden;
}

img {
	border: none;
}
.main {
	max-width: 1920px;
    margin: 0 auto;
}

.fle {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.fle_b {
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
}

.fle_c {
	justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--box-pack: center;
	box-pack: center;
}

.fle_a_c {
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
}

.fle_e {
	-ms-flex-pack: end;
	-webkit-box-pack: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.fle_s {
	-ms-flex-pack: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.fle_w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

}

.w_s {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;    /* Opera */ 
	-webkit-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
 	-o-text-overflow: ellipsis;    /* Opera */ 
    text-overflow:    ellipsis;    /* IE, Safari (WebKit) */ 
    -moz-binding: url('ellipsis.xml#ellipsis');    /* Firefox */ 
}

.w_s_2{
	display: -webkit-box;
    overflow: hidden;

    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.w_s_3{
	display: -webkit-box;
    overflow: hidden;

    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*模态框*/

.bg_rgba {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	display: none;
}

/*弹窗定位*/

.tc {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	position: fixed;
}


/*顶部*/
.topleft{
	font-size: 12px;
	color: #999999;
}
.top{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.5);
	line-height: 40px;
	position: absolute;
	top: 0;
}
.topcen{
	width: 1200px;
	margin: 0 auto;
}
.topwx{
	position: relative;
	cursor: pointer;
}
.topwx img{
	width: 22px;
	height: 18px;
}
.topwx span{
	font-size: 14px;
	color: #999999;
	margin-left: 10px;
}
.toptel{
	margin-left: 59px;
}
.toptel img{
	width: 20px;
	height: 20px;
}
.toptel span{
	font-size: 14px;
}
.toptel span.sp1{
	color: #999999;
	margin-left: 10px;
}
.toptel span.sp2{
	color: #FF7E00;
}
.wxfloat{
	width: 94px;
	height: 100px;
	position: absolute;
	top: 40px;
	left: 10px;
	z-index: 63;
	display: none;
}
.wxfloat img{
	width: 100px;
	height: 100px;
}
.topwx:hover .wxfloat{
	display: block;
}

.topwx:hover span{
	color: #FF7E00;
}

/*导航和logo*/
.nav{
	width: 1200px;
	margin: 0 auto;
}
.navmain{
	width: 100%;
	position: absolute;
	top: 40px;
	padding-top: 20px;
}
.logo img{
	width: 140px;
	height: 42px;
	margin-top: 5px;
}
.navcen ul{
	padding-right: 20px;
	height: 42px;
	line-height: 42px;
}
.navcen ul li{
	float: left;
	font-size: 18px;
	color: #999999;
	margin-left: 50px;
	line-height: 42px;
	position: relative;
}
.navcen ul li.active a{
	padding-bottom: 15px;
	border-bottom: 4px solid #FF6000;
	font-weight: bold;
	color: #FF6000;
}
.navcen ul li span{
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	background: #F43D27;
	border-radius: 23px;
	position: absolute;
	right: -25px;
	top: -5px;
}
.navcen ul li a{
	color: #999999;
}
.navcen ul li a:hover{
	padding-bottom: 15px;
	border-bottom: 4px solid #FF6000;
	color: #FF6000;
	text-decoration: none;
}
.dzbtn{
	width: 170px;
	height: 54px;
	line-height: 54px;
	margin-left: 30px;
	cursor: pointer;
	padding: 20px;
    margin-top: -25px;
	position: relative;
	z-index: 1;
}
	

/*底部*/
.footer{
	width: 100%;
	height: 658px;
	background: url(../img/footer.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 70px;
}
.foot1{
	text-align: center;
	height: 100px;
	padding: 33px 0;
}
.foot1 h4{
	font-size: 26px;
  color: #ffffff;
  margin-top: 15px;
}
.foot1 h4 a,.footcen1 a{
	color: #ffffff;
}
.foot1 h4 a:hover,.footcen1 a:hover{
	color: #ffffff;
}
.footcen1{
	font-size: 14px;
	color: #ffffff;
	margin-top: 22px;
}
.footcen1 span{
	font-weight: bold;
	margin: 0 5px;
}
.foot2{
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}
.footlf{
	width:430px;
}
.xiantiao{
	width: 2px;
	height: 240px;
	background: url(../img/foot1.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.xiantiaodi{
	width: 1200px;
	height: 2px;
	background: url(../img/foot2.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}
.footlf ul{
	margin-right: 70px;
	float: left;
}
.footlf .foot_case{
  width: 225px;
}
.footlf .foot_case .foot_case_list{
 float: left;
 width: 50%;
}
.footlf ul li{
	font-size: 16px;
	color: #BBBBBB;
	line-height: 34px;
}
.footlf ul li a{
	font-size: 16px;
	color: #BBBBBB;
	line-height: 34px;
}
.footlf ul li a:hover{
	color: #ffffff;
}
.footlf ul li:nth-child(1){
	font-size: 18px;
	color: #FDF9F9;
	margin-bottom: 25px;
}
.footmid{
	width: 465px;
	padding-left: 50px;
}
.mifcen{
	color: #CCCCCC;
	font-size: 14px;
	margin-left: 17px;
}
.footmid .seo,.footmid .seo a{
  color: #ccc;
}
.mifcen div{
	margin-bottom: 10px;
}
.mifcen div span{
	color: #F2530F;
	font-size: 30px;
}
.midlist{
	margin-bottom: 15px;
}
.midicon .ttee{
	position: relative;
	top: 15px;
}
.footrg{
	width: 250px;
	text-align: center;
}
.footrg img{
	width: 90px;
	height: 90px;
}
.guanzhu{
	font-size: 12px;
	color: #FFFFFF;
	margin: 20px 0 36px 0;
}
.zixun{
	width:214px;
	height:40px;
	line-height: 40px;
	text-align: center;
	border:1px solid rgba(255,255,255,1);
	border-radius:20px;
	color: #ffffff;
	font-size: 14px;
	margin: 0 auto; 
	cursor: pointer;
}
.zixun:hover{
	background:rgba(242,83,15,1);
	color:#ffffff;
	border:1px solid rgba(242,83,15,1);
}
.zixun img{
	width: 24px;
	height: 24px;
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.foot2{
	margin-bottom: 20px;
}
.foot3{
	width: 1200px;
	margin: 0 auto;
}
.foot3 ul{
  padding: 14px 0;
}
.foot3 ul span{
  width: 95px;
  float: left;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.foot3 ul li a{
  /* width: 140px; */
  padding: 0 4px;
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
.foot4{
	font-size: 14px;
	color: #999999;
	text-align: center;
	padding-top: 10px;
	line-height: 20px;
}
.foot4 a{
	color: #999999;
}


/*视频广告*/
.key-consulting {
	width: 494px;
	height: 229px;
	margin: 0 auto;
	cursor: pointer;
	position: fixed;
	display: none;
	left: 50%;
	margin-left: -247px;
	top: 50%;
	margin-top: -114px;
}
.key-consulting span {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 15px;
	height: 15px;
	text-align: center;
	cursor: pointer;
}


/*弹窗*/
.fixd-tc{
	width: 860px;
	height: 500px;
	background: url(../img/tcbg_1.png) no-repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left:-500px;
	padding: 0 70px;
	z-index: 965;
	display: none;
}

.tctit{
	padding: 40px 0;
	text-align: center;
}
.tcright{
	width: 470px;
}
.tcright .leixing_tit{
  width: 100%;
  height: 100%;
  border: none;
  background: #EDEDED;
  padding-left: 15px;
  color: #333;
  background: url(../img/bot.png) no-repeat 90% center;
  appearance: none;
  -moz-appearance:button;
  -webkit-appearance: none;
}
.tcright .leixing_tit .xiala{
  width: 200px;
}
.tclist1{
	width: 200px;
	margin-right: 20px;
}
.tclist{
	cursor: pointer;
}
.tclist2{
	width: 250px;
}
.biaoti{
	margin-bottom: 10px;
}
.biaoti img{
	height:20px;
}
.biaoti span{
	font-size: 16px;
	color: #333333;
	margin-left: 17px;
}
.leixing{
	height: 46px;
	line-height: 46px;
	background: #EDEDED;
	position: relative;
	margin-bottom: 24px;
	border-radius: 4px;
}
.typelf {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-left: 14px;
}
.typelf span{
	color: #F2530F;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	top: 5px;
}
.typerg{
	margin-right: 14px;
}
.typerg img{
	width: 12px;
	height: 6px;
	position: relative;
	top: -4px;
}
.xztcen{
	width: 100%;
	position: absolute;
	top: 46px;
	display: none;
	z-index: 63;
}
.xztcen div{
	height: 40px;
	line-height: 40px;
	color: #333333;
	background: #EDEDED;
	text-align: center;
	font-size: 14px;
}
.xztcen div.active{
	background: #F2530F;
	color: #ffffff;
}
.xztcen div:hover{
	background: #F2530F;
	color: #ffffff;
}

.xztype input{
	width: 200px;
	height: 46px;
	border: none;
	background: none;
	outline: none;
}
.xztype span.xing{
	font-size: 24px;
	color: #F2530F;
}
.xztypeint{
	padding-left: 14px;
}
.buton{
	width: 470px;
	height: 50px;
	line-height: 50px;
	background: #F2530F;
	border-radius: 6px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	margin-top: 25px;
	cursor: pointer;
}
.zhuyi{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
.zhuyi span{
	color: #FF0000;
}

.close{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.close img{
	width: 26px;
	height: 26px;
}


/*悬浮*/
.xuanfu{
	width: 100%;
	height: 120px;
	background:rgba(243,112,33,1);
	border-radius:30px 30px 0px 0px;
	margin-top: 50px;
	position: relative;
	right: 0;
}

.zhankai{
	width:80px;
	height:55px;
	line-height: 55px;
	background:rgba(243,112,33,1);
	border-radius:28px 0px 0px 28px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	display: none;
	float: right;
	cursor: pointer;
}
.zhankai{
	position:fixed;
	bottom:0;
	right:0;
	z-index:9999;
}
.xuanfu{
	position:fixed;
	bottom:0;
	right:0;
	z-index:9999;
	display: none;
}

.xfcen{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	position: relative;
	display: none;
}
.xfperson{
	width:138px;
	height: 120px;
	position: relative;
}
.xfperson img{
	width:138px;
	height: 138px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.kaifa{
	width: 380px;
	padding-top: 20px;
	text-align: center;
}
.kftop span:nth-child(1){
	font-size: 20px;
	color: #ffffff;
}
.kftop span:nth-child(2){
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #ffffff;
	background: #FFFFFF;
	color: #F2530F;
	border-radius: 4px;
	display: inline-block;
}
.kfbot{
	font-size: 18px;
	color: #ffffff;
	margin-top: 15px;
}
.kfbot span{
	font-size: 24px;
	font-weight: bold;
}
.baoming{
	width: 440px;
	height: 120px;
	margin-left: 50px;
	position: relative;
}
.bminput{
	width: 180px;
	height: 46px;
	line-height: 46px;
	background: #ffffff;
	margin-right: 20px;
	margin-top: 30px;
	padding-left: 20px;
	border-radius: 4px;
}
.bminput img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.bminput input{
	width: 120px;
	border: none;
	height: 40px;
	outline:none;
}
.lianxi{
	position: absolute;
	left: 0;
	bottom: 10px;
	font-size: 14px;
	color: #EED6C7;
}
.lianxi span{
	font-weight: bold;
	color: #FFFFFF;
}

.dianji{
	width:158px;
	height:46px;
	line-height: 44px;
	background:rgba(38,160,237,1);
	box-shadow:0px 4px 8px 0px rgba(200,79,26,1);
	border-radius:23px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 25px;
	position: relative;
	cursor: pointer;
}
.dianji img{
	position: absolute;
	top: 10px;
}

.show{
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	right: 15px;
	bottom: 10px;
	cursor: pointer;
}


/*右侧悬浮*/


.guanCon{
 position: fixed;
 top: 50%;
 right: 0;
 margin-top: -57px;
 display: flex;
 z-index: 969;
 justify-content: space-between;
}
.share{
 background-color: #FF5B33;
 width:64px;
 height:256px;
 border-radius:20px;
 
}
.share .wechatSign{
 width:28px;
 height: 28px;
    cursor:pointer;
}
.share .sms{
 margin-top: 20px;
}
.wechat{
 position: relative;
}
.erweima1{
 width:160px;
    height:194px;
    margin: 78px auto;
    border-radius:10px;
    background-color: #FF5B33;
    vertical-align: middle;
    margin-right:10px ;
    display: none;
    text-align: center;
    position: absolute;
    top: -89px;
    left: -160px;
}
.erweima1 img{
 width:140px;
    height:140px;
    margin: 10px auto;
}
.erweima1 .title{
 font-size:16px;
 font-family:MicrosoftYaHei;
 color:#fff;
 line-height:16px;
 text-align: center;
 padding: 0;
}
.share .wechat:hover .erweima1{
 display: block;
 box-shadow:0px 20px 60px 0px rgba(255,91,51,0.5);
}
.phone{
    width:160px;
    /* height:216px; */
    margin: 140px auto;
    border-radius:10px;
    background-color: #F2530F;
    vertical-align: middle;
    margin-right:10px ;
    color: #fff;
    display: none;
    background-color: #FF5B33;
    position: absolute;
    top: -10px;
    left: -160px;
}
.phone .hotPhone{
 padding: 10px 15px;
 text-align: left;
 font-size: 14px;
}
.phone ul{
 padding: 0 15px;
}
.phone ul li{
 padding: 5px 0;
}
.hotimg{
 width:14px;
 height: 14px;
 margin-right: 10px;
 text-align: right;
}
.fontweight{
 font-weight: bold;
 margin-top:2px;
}
.hotimg img{
 width:14px;
 height: 14px;
}
.phone ul li>div:nth-child(2){
 width: 100px;
}
/*.wechatSign:hover{
 background-color: #F2530F;
}*/
.share .duanxin{
 /*margin-top: 12px;*/
 position: relative;
}
.duanxin,.wechat,.dianhua,.shouqi{
 padding: 10px 17px;
    padding-bottom: 21px;
	cursor:pointer;
}
.share .duanxin:hover{
  background-color: #F2530F;
  border-top-left-radius: 20px;
   border-top-right-radius: 20px;
}
.share .wechat:hover{
  background-color: #F2530F;
}
.share .dianhua:hover{
	 background-color: #F2530F;
}
.share .shouqi:hover{
	 background-color: #F2530F;
	 border-bottom-left-radius: 20px;
	 border-bottom-right-radius: 20px;
}

.duanxin .zixunn{
	display: none;
	position: absolute;
	top: 0px;
    left: -160px;
	color: #fff;
	width:160px;
	text-align: center;
	padding: 15px 0;
	border-radius: 15px;
	cursor:pointer;
}
.duanxin:hover .zixunn{
	display: block;
	background-color: #FF5B33;
	box-shadow:0px 20px 60px 0px rgba(255,91,51,0.5);
}
/*.dianhua{
	position: relative;
}*/
.dianhua:hover .phone{
	display: block;
	box-shadow:0px 20px 60px 0px rgba(255,91,51,0.5);
}

.pages .pagination {text-align: center;height: auto;}
.pages .pagination a {padding: 0 13px;line-height: 28px;height: 28px;float: none;display: inline-block;}
.pages .pagination p {padding: 0 13px;line-height: 28px;height: 28px;float: none;display: inline-block;}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           