html,body{
	font-family: "microsoft yahei";
}
.back_top{
	display: none;
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 9;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #ff644b;
	cursor: pointer;
}

.header{
	position: relative;
	z-index: 4;
}
.ind_wrapper{
	padding-left: 8%;
	padding-right: 8%;
}
.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}
.head_b{
	height:125px;
	background: #fff;
	position: relative;
}
.logo{
	height:100%;
	display:flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items:center;
    -webkit-align-items: center;
}
.logo_l img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.logo_text{
	display: none;
	height: 60px;
	border-left: 1px solid #c9c9c9;
	padding-left: 15px;
    margin-left: 15px;
}

.logo img{
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
}
.head_menu_top{
	height: 40px;
	margin: 6px 0 0px;
}
.head_top_tel{
	color: #e6482f;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
}
.head_top_tel .icon{
	float: left;
	font-size: 18px;
	margin: 0 10px 0 0;
}
.head_top_tel a{
	color: #e6482f;
}
.head_top_tel a:hover{
	text-decoration: underline;
}


.menu{
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	flex-direction: column;
    -webkit-flex-direction: column;
	position: relative;
	z-index: 3;
	background: #fff;
}
.menu_dl{
	width: 100%;
	height:54px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	background: none;
}
.menu_dl dd{
	position: relative;
}
.menu_tt{
	display: block;
	text-align: center;
	position: relative;
}
.menu_tt .text{
	display: block;
	color: #444;
	line-height: 54px;
	padding: 0 22px;
	font-size: 16px;
}
.menu_tt_ico{
	display: none;
	float: right;
	width:40px;
	height: 40px;
	line-height: 30px;
	background: url(../images/menu_ico.png) no-repeat center center;
}
.menu_tt_ico.hover{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.menu_dl dd.hover .menu_tt .text{
	color: #fff;
	background: #e6482f;
}
.menu_down{
	display: none;
	position: absolute;
	left:0;
	top:54px;
	z-index: 3;
	width: 160px;
	text-align: center;
	background: #fff;
}
.menu_two{
	position: relative;
}
.menu_two_tt{
	display: block;
	color: #242424;
	line-height:36px;
	font-size: 16px;
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}
.menu_two_tt:hover{
	color: #242424;
	background: #f1f1f1;
}
.menu_three{
	display: none;
	position: absolute;
	left: 192px;
	top: 0;
	width: 192px;
	z-index: 4;
	background: #fff;
	border-radius: 5px;
}
.menu_three a{
	display: block;
	line-height: 40px;
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
}

.menu_three a:hover{
	color: #242424;
	background: #f1f1f1;
}
.head_search{
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #e46417;
	cursor: pointer;
	margin-left: 30px;
}
.ind_sea_hide{
	display: none;
	position: absolute;
	right:8%;
	top:125px;
	z-index: 3;
	width:300px;
	padding: 10px;
	background: #f1f1f1;
}
.ind_sea_inp{
	float: left;
	width:calc(100% - 80px);
	height: 40px;
	color:#333;
	font-size: 16px;
	font-family: "microsoft yahei";
	padding-left:15px;
	background: #fff;
	border: none;
}
.ind_sea_box_btn{
	float: left;
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.ind_sea_box_btn .btn{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width:100%;
	height:100%;
	text-align: center;
	border: none;
	background: none;
	cursor: pointer;
}
.ind_sea_box_btn .text{
	display: block;
	width:100%;
	height: 100%;
	text-align:center;
	color: #333;
	font-size:20px;
	overflow: hidden;
}
.ind_sea_box_close{
	float: left;
	width:40px;
	height: 40px;
	cursor: pointer;
	background: url(../images/ind_search_close.png) no-repeat center center / 28px 28px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_sea_box_close:hover{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_search{
	display: none;
	position: absolute;
	right: 70px;
	top: 2px;
	color: #333;
	width: 50px;
	height: 56px;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	line-height: 56px;
	cursor: pointer;
}
.menu_btn{
	display: none;
	float: right;
	position: absolute;
	right: 0;
	top:8px;
	padding: 9px 17px;
	cursor: pointer;
}
.menu_btn span{
	display: block;
	height: 4px;
	width: 34px;
	background: #e6482f;
	border-radius: 4px;
	margin-bottom: 7px;
}

html,body{
  font-family: "microsoft yahei";
}
.header{
  position: relative;
  z-index: 4;
}
.ind_wrapper{
  padding-left: 8%;
  padding-right: 8%;
}
.mask{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
}
.head_b{
  height:125px;
  background: #fff;
  position: relative;
}
.logo{
  height:100%;
  display:flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items:center;
    -webkit-align-items: center;
}
.logo_l img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.logo_text{
  display: none;
  height: 60px;
  border-left: 1px solid #c9c9c9;
  padding-left: 15px;
    margin-left: 15px;
}

.logo img{
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}
.head_menu_top{
  height: 40px;
  margin: 6px 0 0px;
}
.head_top_tel{
  color: #e6482f;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
}
.head_top_tel .icon{
  float: left;
  font-size: 18px;
  margin: 0 10px 0 0;
}
.head_top_tel a{
  color: #e6482f;
}
.head_top_tel a:hover{
  text-decoration: underline;
}


.menu{
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  flex-direction: column;
    -webkit-flex-direction: column;
  position: relative;
  z-index: 3;
  background: #fff;
}
.menu_dl{
  width: 100%;
  height:54px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
  background: none;
}
.menu_dl dd{
  position: relative;
}
.menu_tt{
  display: block;
  text-align: center;
  position: relative;
}
.menu_tt .text{
  display: block;
  color: #444;
  line-height: 54px;
  padding: 0 22px;
  font-size: 16px;
}
.menu_tt_ico{
  display: none;
  float: right;
  width:40px;
  height: 40px;
  line-height: 30px;
  background: url(../images/menu_ico.png) no-repeat center center;
}
.menu_tt_ico.hover{
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}
.menu_dl dd.hover .menu_tt .text{
  color: #fff;
  background: #e6482f;
}
.menu_down{
  display: none;
  position: absolute;
  left:0;
  top:54px;
  z-index: 3;
  width: 160px;
  text-align: center;
  background: #fff;
}
.menu_two{
  position: relative;
}
.menu_two_tt{
  display: block;
  color: #242424;
  line-height:36px;
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
}
.menu_two_tt:hover{
  color: #242424;
  background: #f1f1f1;
}
.menu_three{
  display: none;
  position: absolute;
  left: 192px;
  top: 0;
  width: 192px;
  z-index: 4;
  background: #fff;
  border-radius: 5px;
}
.menu_three a{
  display: block;
  line-height: 40px;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}

.menu_three a:hover{
  color: #242424;
  background: #f1f1f1;
}
.head_search{
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #e46417;
  cursor: pointer;
  margin-left: 20px;
}
.ind_sea_hide{
  display: none;
  position: absolute;
  right:8%;
  top:125px;
  z-index: 3;
  width:300px;
  padding: 10px;
  background: #f1f1f1;
}
.ind_sea_inp{
  float: left;
  width:calc(100% - 80px);
  height: 40px;
  color:#333;
  font-size: 16px;
  font-family: "microsoft yahei";
  padding-left:15px;
  background: #fff;
  border: none;
}
.ind_sea_box_btn{
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ind_sea_box_btn .btn{
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width:100%;
  height:100%;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
}
.ind_sea_box_btn .text{
  display: block;
  width:100%;
  height: 100%;
  text-align:center;
  color: #333;
  font-size:20px;
  overflow: hidden;
}
.ind_sea_box_close{
  float: left;
  width:40px;
  height: 40px;
  cursor: pointer;
  background: url(../images/ind_search_close.png) no-repeat center center / 28px 28px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.ind_sea_box_close:hover{
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ind_search{
  display: none;
  position: absolute;
  right: 70px;
  top: 2px;
  color: #333;
  width: 50px;
  height: 56px;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  line-height: 56px;
  cursor: pointer;
}

.head_lag{
  width:40px;
  height:40px;
  position:relative;
  margin-left: 20px;
}
.head_lag_icon{
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #e46417;
  cursor: pointer;
}
.head_lag_down{
  display:none;
  position:absolute;
  left:50%;
  margin-left:-65px;
  top:40px;
  z-index:3;
  width:140px;
  padding:10px 0;
  background:#fff;
}
.head_lag_down a{
  display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
  height: 30px;
    line-height: 30px;
    color: #444;
    font-size: 16px;
  padding:6px 15px;
    margin-bottom: 4px;
    overflow: hidden;
  background:#fff;
}
.head_lag_down a img{
  display: block;
  margin-right: 5px;
}
.head_lag_down a:hover{
  color: #e6482f;
  background:#f1f1f1;
}






.banner{
	transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.banner img{
  display:block;
  max-width:100%;
}
.zt_ind_box1{
	padding: 25px 0;
}
.zt_ind_box1_con{
	background: #f0efef;
	display:flex;
    display: -webkit-flex;
    justify-content:;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.zt_ind_box1_l{
	width: 196px;
	height: 188px;
	color: #dd3b21;
	background:url(../images/bg1.jpg) no-repeat center center;
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.zt_ind_box1_l .tt1{
	font-size: 34px;
	font-weight: bold;
}
.zt_ind_box1_l .tt2{
	font-size: 24px;
	font-family: arial;
}
.zt_ind_box1_r{
	width: calc(100% - 196px);
	padding: 0 3%;
	font-size: 14px;
	line-height: 26px;
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}


.zt_ind_box2{
	padding:4% 0;
}
.zt1_title1{
	font-size: 36px;
	margin-bottom: 30px;
}
.zt_title2{
	position: relative;
	height: 39px;
}
.zt_title2:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #d6d6d6;
}
.zt_title2_tt{
	display: block;
	position: relative;
	z-index: 2;
	width: 181px;
	height: 39px;
	line-height: 39px;
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: url(../images/bg2.png) no-repeat center center;
	margin: 0 auto;
}


.zt_ind_box2_con{
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    padding: 4% 0;
}
.zt_ind_box2_pic{
	width: 380px;
	overflow: hidden;
}
.zt_ind_box2_pic img{
	display: block;
	width: 100%;
}


.zt_ind_box2_list_con{
	width: calc(100% - 390px);
	padding:0 5%;
}
.zt_ind_box2_list dd{
	float: left;
	width: 50%;
	margin-bottom: 6%;
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    padding-right: 2%;
}
.zt_ind_box2_list dd:nth-child(2n+1){
	clear: both;
}
.zt_ind_box2_list dd .num{
	width: 45px;
	height: 45px;
	font-size: 30px;
	line-height: 37px;
	font-weight: bold;
	color: #444;
	text-align: center;
	border-radius: 45px;
	border:4px solid #ff644b;
}
.zt_ind_box2_list dd .text{
	width: calc(100% - 45px);
	padding-left: 15px;
	color: #666;
	font-size: 16px;
	line-height: 24px;
}

.zt_ind_box2_list dd:hover .num{
	transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}

.zt_ind_box3{
	padding: 4% 0;
	background: #f8f7fc;
}
.zt_ind_box3_con{
	padding: 4% 0 0 0;
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}

.zt_ind_box3_l,.zt_ind_box3_r{
	width: 50%;
}
.zt_ind_box3_l{
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.zt_ind_box3_l img{
	display: block;
	max-width: 100%;
}

.zt_ind_box3_r{
	padding: 0 6%;
}
.zt_ind_box3_r_title{
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 4%;
}
.zt_ind_box3_r_con{
	line-height: 24px;
	font-size: 16px;
}
.zt_ind_box3_r_con .text{
	margin-bottom: 3%;
}
.zt_ind_box3_r_con img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


.zt_ind_box4{
	padding: 4% 0;
	background: #fff;
}

.zt_ind_box4_list{
	padding: 4% 0 0 0;
}
.zt_ind_box4_list dd{
	float: left;
	width: 25%;
	padding: 0 1.5%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zt_ind_box4_list dd .pic{
	overflow: hidden;
}
.zt_ind_box4_list dd .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.zt_ind_box4_list dd .con{
	padding: 10% 0 0 0;
}

.zt_ind_box4_list dd .con .tt{
	font-size: 18px;
	margin-bottom: 5%;
}
.zt_ind_box4_list dd .con .text{
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.zt_ind_box4_list dd:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.zt_ind_box5{
	padding: 3% 0 2%;
	background: #454648;
}
.zt_ind_box5_con{
	padding: 2% 0 0 0;
}
.zt_ind_box5_con_tt{
	color: #fff;
	font-size: 16px;
	margin-bottom: 3%;
}
.zt_ind_box5_list dd{
	float: left;
	width: 25%;
	padding: 0 11px;
	margin-bottom: 35px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zt_ind_box5_list dd .pic{
	overflow: hidden;
	border: 2px solid #fff;
	border-top-left-radius: 75px;
	border-bottom-right-radius: 75px;
}
.zt_ind_box5_list dd .pic img{
	display: block;
	width: 100%;
}
.zt_ind_box5_list dd .tt{
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}
.zt_ind_box5_list dd:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.zt_ind_box6{
	padding: 4% 0;
	background: url(../images/bg3.jpg) no-repeat center center / cover;
}
.zt_ind_box6_scroll{
	padding: 3% 0 0 0;
}
.zt_ind_box6_item{
	width: 100%;
}

.zt_ind_box6_item_l{
	width: 430px;
}
.zt_ind_box6_item_l .pic{
	overflow: hidden;
	margin-bottom: 20px;
}
.zt_ind_box6_item_l .pic img{
	display: block;
}
.zt_ind_box6_item_l .tt{
	font-size: 24px;
	text-align: center;
}

.zt_ind_box6_item_con{
	float: right;
	width: calc(100% - 430px);
	padding-left: 12%;
}
.zt_ind_box6_item_list dd{
	clear: both;
	overflow: hidden;
	margin-bottom: 30px;
}
.zt_ind_box6_item_list dd .icon{
	float:left;
	width: 48px;
	height: 48px;
	font-size: 48px;
	color: #f53718;
	line-height: 48px;
	text-align: center;
}
.zt_ind_box6_item_list dd .con{
	float: left;
	width: calc(100% - 48px);
	padding-left: 4%;
}
.zt_ind_box6_item_list dd .con .tt{
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}
.zt_ind_box6_item_list dd .con .text{
	font-size: 14px;
	line-height: 30px;
}

.banner_box .owl-theme .owl-dots{
	position: absolute;
	left:0;
	width: 100%;
	bottom: 28px;
}


.zt_ind_box6_scroll.owl-theme .owl-dots .owl-dot{
	width:10px;
	height:10px;
	margin:0 6px;
}
.zt_ind_box6_scroll.owl-theme .owl-dots .owl-dot span{
	width: 10px;
	height:10px;
	border-radius: 0;
	background: #000000;
	border-radius: 10px;
}
.zt_ind_box6_scroll.owl-theme .owl-dots .owl-dot.active, 
.zt_ind_box6_scroll.owl-theme .owl-dots .owl-dot:hover{
	border-color: #e6482f;
}
.zt_ind_box6_scroll.owl-theme .owl-dots .owl-dot.active span, 
.zt_ind_box6_scroll.owl-theme .owl-dots .owl-dot:hover span{
	background: #e6482f;
}

.zt_ind_box7{
	padding: 4% 0;
	background: #fff;
}
.zt_ind_box7_title{
	font-size: 24px;
	font-weight: bold;
}
.zt_ind_box7_bars{
	text-align: center;
	padding: 5% 0;
}
.zt_ind_box7_bars>div{
	display: inline-block;
	background:#f53718;
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	padding: 0 3%;
}
.zt_ind_box7_bars>div.hover{
	background: #000;
}

.zt_ind_box7_tabs{
	padding: 2% 0 0 0;
}
.zt_ind_box7_item{
	position: relative;
}
.zt_ind_box7_icon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 319px;
	height: 388px;
	margin: -205px 0 0 -160px;
}
.zt_ind_box7_icon img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.zt_ind_box7_list dd{
	float: left;
	width: 444px;
	margin-bottom: 50px;
	border: 2px solid #f53718;
	border-radius: 8px;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.zt_ind_box7_list dd .tt{
	position: absolute;
	left: 5%;
	top: -14px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 0 5%;
	font-weight: bold;
	background: #F53718;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zt_ind_box7_list dd .text{
	line-height: 24px;
	padding: 22px 12px 18px;
}
.zt_ind_box7_list dd:nth-child(2n){
	float: right;
}
.zt_ind_box7_list dd:nth-child(2n+1){
	clear: both;
}
.zt_ind_box7_list dd:hover{
	border-color: #000;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zt_ind_box7_list dd:hover .tt{
	background: #000;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.footer_t{
	background: #454648;
	padding: 3% 0;
}
.footer_t .wrapper{
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.foopter_l{
	width: 50%;
}
.foopter_l_title{
	color: #fff;
	margin-bottom: 4%;
}
.foopter_l_title .tt{
	font-size: 24px;
	line-height: 38px;
}
.foopter_l_title .text{
	color: #c2c2c2;
	line-height: 24px;
}

.foopter_l_form dd{
	clear: both;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.foopter_l_form dd:nth-child(1),.foopter_l_form dd:nth-child(2){
	clear: none;
	float: left;
	width: 48%;
}
.foopter_l_form dd:nth-child(2){
	float: right;
}
.foopter_l_form_tt{
	float: left;
	width: 65px;
	text-align: right;
	color: #c2c2c2;
	line-height: 32px;
	padding-right: 5px;
}
.foopter_l_form_inp,.foopter_l_form_area{
	float: left;
	width: calc(100% - 65px);
	height: 32px;
	line-height: 32px;
	background: #fff;
	padding-left: 12px;
	border: 0;
}
.foopter_l_form_area{
	height: 140px;
	padding: 6px 0 0 12px;
}
.foopter_l_form_btn{
	width: 156px;
	height: 36px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #F53718;
	border: 0;
	cursor: pointer;
	margin:20px 0 0 65px;
}

.foopter_r{
	width: 50%;
	padding: 0 0 0 10%;
	color: #c2c2c2;
	justify-content: center;
	-webkit-justify-content: center;
	display:flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.foopter_r_cord{
	width: 104px;
}
.foopter_r_cord .pic{
	overflow: hidden;
	margin-bottom: 15px;
}
.foopter_r_cord .pic img{
	display: block;
	max-width: 100%;
}
.foopter_r_cord dd .tt{
	font-size: 14px;
}

.foopter_r_con{
	padding: 5% 0 0 0;
}
.foopter_r_con .tt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4%;
}
.foopter_r_con .text{
	font-size: 14px;
	line-height: 24px;
}


.footer_b{
	padding: 15px 0;
	background: #303741;
}
.footer_b .wrapper{
	color: #fff;
	font-size: 14px;
	line-height:28px;
}






.mobile_footer_btn{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9;
	width:100%;
  text-align:center;
  background: #fafafa;
  box-shadow: 0 0 10px rgba(115,115,115,.3);
}
.mobile_footer_btn a{
	float: left;
	width: 20%;
	height: 50px;
	color: #222;
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
}
.mobile_footer_btn a:nth-child(3){
    color: #fff;
    background: #e6482f;
}

.mobile_footer_btn a .icon{
	display: block;
	font-size: 20px;
}
.mobile_footer_btn a .tt{
	font-size: 14px;
}



.mobile_lag_icon{
  display:none;
  position: absolute;
  right: 73px;
  top: 6px;
  width: 48px;
  height: 48px;
  line-height:48px;
  text-align:center;
  font-size: 28px;
  color: #e6482f;
}
.mobile_lag_down{
  display: none;
  position: absolute;
  left: 0;
  top: 58px;
  width: 100%;
  padding: 15px 20px;
  background:#fff;
}
.mobile_lag_down_con{
  width: 100%;
  display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.mobile_lag_down a{
  display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
  padding: 0 15px;
  color: #333;
  font-size: 16px;
  margin: 0 5px;
}
.mobile_lag_down a img{
  margin-right:6px;
}

