body, div, p { 
	font-family:"微软雅黑","Microsoft YaHei";
	font-size: 14px; line-height: 24px;
	color:#666;
}
 
.container{ 
	min-width: 1260px !important;
	width: 1260px !important;
}
.s1 {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -250px;
  width: 500px;
  height: 300px;
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.s1 p {
  margin: 0;
  padding: 50px 0 20px 0;
  font-family: Arial;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.s1 span {
  display: block;
  font-family: Arial;
  font-size: 25px;
  color: #666;
  text-align: center;
}

.s1 a {
  margin: 20px auto 0 auto;
  display: block;
  width: 220px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  font-size: 25px;
  background: #f88371;
}

.s1 a:hover { background: #ed6f5c; }


.news_con_box
{
	height:auto;
	overflow:hidden;
	}

.header{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#logo{
	float: left;
	margin-top: 35px;
}

.header_right{
	float: right;	
	margin-top: 30px;
}

.top_tel{
	float: left;
	background: url(../images/top_icon01.png) no-repeat 0 50%;
	font-size: 24px; color:#fff;
	font-family: 'impact';
	padding-left: 50px;
	line-height: 23px;
	margin-top: 18px;
	margin-right: 30px;
}

.top_tel span{
	display:block;
	font-size: 16px;
	letter-spacing: 4.6px;
	font-family:"微软雅黑","Microsoft YaHei" !important;
	font-weight: 600;
}

.top_rwm{
	float: left;
}

.pagination{
	display: none;
}

.slides li{
	background-size: cover !important;
	width: 100%;
	max-width: 1920px;
	min-width: 1260px;
}
 


.banner_box{
	height: 100%; 
	position: relative;	
	width: 100%;
	max-width: 1920px;
	min-width: 1260px;
	margin: 0 auto;
}

.menu_box{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	min-width: 1240px;
	overflow: hidden;
}

.menu_box_con{
	height: 100%;
	width: 1240px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: stretch;
}

.nav{
	float: left;
	position: relative;
	width: 16.66666666666667%;
	height: 125px;
	background:no-repeat center center;
	background-size: cover;
	bottom: 0;	
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.nav:before{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:all 0.8s ease;
	transition:all 0.8s ease;
	background-color:rgba(0,0,0,0);
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),#000);
	background:-ms-linear-gradient(top,rgba(0,0,0,0),#000);
	opacity:0.7;
	content:" ";
	z-index:30;
	border-right: 1px solid;
	border-image: -webkit-linear-gradient( top,rgba(0,0,0,0),#fff) 30 30;
	border-image: -moz-linear-gradient( top,rgba(0,0,0,0),#fff) 30 30;
	border-image: linear-gradient( top,rgba(0,0,0,0),#fff) 30 30;
	border-top: 0 none !important;
	border-bottom: 0 none !important;
	border-left: 0 none;
}

.nav:hover:before{
	border-left: 1px solid;	
	-webkit-transition:all 0.1s ease;
	transition:all 0.1s ease;
}
.menu_box_con div:first-child:before{
	border-left: 1px solid;
}


.nav:hover{ 
	height: 100%; 	
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.nav_box{
	bottom: 0;
	position: absolute;
	z-index: 9999;	
	width: 100%;	
	padding:0 25px; 
	height: 117px;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;	 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.nav > .nav_box > a{	
	display: block;
	width: 100%;
	color:#fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 20px;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.nav > .nav_box > a > span{
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
}

.nav > .nav_box > a:hover{
	color:#f1970b;	
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.nav:hover .nav_box{
	height: 70%;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.main_menu .nav:hover .nav_box{
	height: 50%; 
}

.nav:hover > .nav_box > a{
	background: url(../images/menu_border01.png) no-repeat 0 100%;
	padding-bottom: 32px;
	text-align: left;
	position: relative;
	padding-left: 45px; 	
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}

.nav:hover > .nav_box > a:before{
	content:" ";
	position: absolute;
	width: 37px; height: 37px;
	left: 0;
	top: 0;
}

.nav:hover > .nav_icon01 > a:before{
	background: url(../images/nav_icon01.png) no-repeat 50% 50%;	
}

.nav:hover > .nav_icon02 > a:before{
	background: url(../images/nav_icon02.png) no-repeat 50% 50%;	
}

.nav:hover > .nav_icon03 > a:before{
	background: url(../images/nav_icon03.png) no-repeat 50% 50%;	
}

.nav:hover > .nav_icon04 > a:before{
	background: url(../images/nav_icon04.png) no-repeat 50% 50%;	
}

.nav:hover > .nav_icon05 > a:before{
	background: url(../images/nav_icon05.png) no-repeat 50% 50%;	
}

.nav:hover > .nav_icon06 > a:before{
	background: url(../images/nav_icon06.png) no-repeat 50% 50%;	
}

.nav:hover > .nav_box > a > span{
	line-height: 1.5;
}

.nav_sm{ 
	margin-bottom: 50px;
	display: none; 
}
.nav:hover .nav_sm{
	display: block;
}
.nav_sm li{
	border-bottom: 1px solid rgba(255,255,255,.2);
	height: 35px;
	line-height: 35px; 
}

.nav_sm li a{
	color:#fff;
	display: block;
	width: 100%;
}

.nav_sm li a span{
	float: right; 
}

.nav_sm li:hover{
	border-bottom: 1px solid #fff;	
	-webkit-transition:all 0.8s ease;
	transition:all 0.8s ease;
}

.nav_sm li:hover a{
	color:#f1970b;	
	-webkit-transition:all 0.8s ease;
	transition:all 0.8s ease;
}


.main_about{
	background: url(../images/grid_noise.png);
	padding: 70px 0;
	width: 100%;
	max-width: 1920px;
	min-width: 1260px;
	margin: 0 auto;
}

.main_about .col-md-6{
	width: 620px !important;
	float: left;
}

.sub_box{ 
	padding: 70px 0;
}

.sub_box .col-md-6{
	width: 620px !important;
	float: left;
}

.bux_con_box{
	clear: both;
}

.bux_con_box h1, .bux_con_box h2, .bux_con_box h3, .bux_con_box h4, .bux_con_box h5, .bux_con_box h6{
	font-weight: 600;
	color:#333;
}

.title_h3{
	font-size: 28px;
	color:#333;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0;
}

.title_h3 p{
	font-size: 15px;
	color:#999;
	position: relative;
	margin-top: 20px;	
	padding-top: 25px;
	margin-bottom: 0;
}

.title_h3 p:before{
	content:" ";
	width: 50px; height: 4px;
	background:#dc8a0c;
	position: absolute;
	left: 50%; margin-left: -25px;
	top: 0;
}

.title_h3_02{
	font-size: 28px;
	color:#fff;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0;
}

.title_h3_02 p{
	font-size: 15px;
	color:#fff;
	position: relative;
	margin-top: 20px;	
	padding-top: 25px;
	margin-bottom: 0;
}

.title_h3_02 p:before{
	content:" ";
	width: 50px; height: 4px;
	background:#dc8a0c;
	position: absolute;
	left: 50%; margin-left: -25px;
	top: 0;
}

.main_about_box ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: baseline;
	align-content: stretch;
	margin-top: 10px;
}

.main_about_box li{
	float: left;
}

.main_about_box li a > img{
	display: block;
	margin: 0 auto;
}
.main_about_box li a{
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: block;
	color:#333;
}

.main_about_box li a:hover{
	color:#dc8a0c;
}

.main_about_box li a span{
	font-size: 8px !important;
	font-family: 'arial';
	color:#999;
	display: block; 
	text-transform: uppercase;
}


.main_qx{
	background:url(../images/main_bg01.jpg) center top;
	padding: 70px 0;
	width: 100%;
	max-width: 1920px;
	min-width: 1260px;
	margin: 0 auto;
}
 
.main_qx_box{
	width: 300px;
	margin:45px auto 0 auto;
	color:#fff;
	text-align: center;
	display: none;
}
.main_qx_box a{
	display: block;
	width: 300px;
	height: 40px; line-height: 40px;
	color:#fff; font-size: 16px;
	background:#dc8a0c;
	text-align: center;
	border-radius: 3px;
	margin: 0 auto;
}
.main_qx_box p{
	color:#fff;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 0;
}

.slick-center .main_qx_box{
	display: block;
}
.slick-prev, .slick-next{
	width: 28px; height: 46px;
}
.slick-prev:hover, .slick-next:hover{
	opacity: 0.5;
}
.slick-prev{
	background: url(../images/qx_left.png) no-repeat; 
}

.slick-next{
	background: url(../images/qx_right.png) no-repeat;
}
.slick-prev:before{
	content: " " !important;
	
}

.slick-next:before{
	content: " " !important;
	 
}


.main_news{
	padding: 70px 0;
	width: 100%;
	max-width: 1920px;
	min-width: 1260px;
	margin: 0 auto;
}


.main_news_box{
	border-top: 2px solid #6e6e6e;
}

.news_box01{
	border-bottom: 1px solid #dedede;
	padding: 53px 0;
	height: auto;
	overflow: hidden;
}

.news_box01:hover{
	background:#f9f9f9;
}

.news_box_left{
	float: left;
	width: 155px;
	border-right: 1px solid #dedede;
	min-height: 70px;
	text-align: center;
	color:#959595;
	font-family: 'arial';
	font-size: 15px;
	font-weight: 700; 
	letter-spacing: -0.7px;
}

.news_box_left strong{
	font-size: 54px;
	display: block;
	color:#444;
	font-weight: 600;	
	letter-spacing: -1px;
	height: auto;
	overflow: hidden;
	line-height: 42px;
}

.news_box_right{
	float: left;
	width: 1085px;
	padding: 0 47px;
	box-sizing: border-box;
}

.main_news_con{
	width: 700px;
	float: left;
}

.main_news_con h3{
	margin: 0 0 10px 0;
	font-size: 16px;
	
}

.main_news_con h3 a{
	color:#333;
	font-weight: 600;
	font-size: 16px;
}

.main_news_con h3 a:hover{
	color:#dc8a0c;
}

.main_news_con > div{
	color:#888;
	line-height: 24px;
}

.news_box_right > a{
	display: block;
	box-sizing: border-box;
	width: 110px;
	height: 40px;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	float: right;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	color:#888;
}

.news_box_right > a:hover{	
	border: 1px solid #dc8a0c;
	color:#dc8a0c;
}

.news_box01:hover .news_box_right > a{
	border: 1px solid #dc8a0c;
	color:#dc8a0c;
}

.news_box01:hover .news_box_right > a:hover{
	background:#dc8a0c;
	color:#fff;
}

.btn_more{ 
	width: 128px;
	height: 40px;
	background-color: #ececec;
	border-radius: 3px;
	margin: 0 auto;
	display: block;
	color:#666;
	text-align: center;
	line-height: 40px;
	margin-top: 40px;
}

.btn_more:hover{
	background:#dc8a0c;
	color:#fff;
}


.main_service{	
	background: url(../images/tiny_grid.png);
	padding: 70px 0;
	width: 100%;
	max-width: 1920px;
	min-width: 1260px;
	margin: 0 auto;
}

.main_service .col-md-3{
	float: left;
	overflow: hidden;
}
.main_service .col-md-3 img{
	-webkit-transition:all 0.4s ease;	transition:all 0.4s ease;
	transform: scale(1);
}
.main_service .col-md-3:hover img{
	-webkit-transition:all 0.4s ease;	transition:all 0.4s ease;
	transform: scale(1.1);
}

.footer{	
	background: url(../images/stardust.png);
	padding: 30px 0;
	height: auto;
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	min-width: 1260px;
	margin: 0 auto;
}

.footer > div > div{
	float: left;
}

.footer_left{
	width: 306px; border-right: 1px solid #7c7c80;
	margin-top: 23px;
}

.footer_con{
	margin-top: 10px;
	font-size: 12px;
	line-height: 21px;
	color:#fff;
	padding: 6px 0 0 40px;
}

.footer_con a{
	color:#fff;
}
.footer_con a:hover{
	color:#dc8a0c;
}

.footer_right{
	float: right !important;
	margin-top: 5px;
} 

.sub_banner_box{
	position: relative;
}

.sub_banner{
	min-height: 350px;
	text-align: center;
	color:#fff;
	padding-top: 160px;
	box-sizing:border-box; 
}

.sub_banner h3{
	margin:0;
	font-size: 42px;
	-webkit-text-shadow: 1.5px 2.6px 0 rgba(0, 0, 0, 0.3);
	   -moz-text-shadow: 1.5px 2.6px 0 rgba(0, 0, 0, 0.3);
		 -o-text-shadow: 1.5px 2.6px 0 rgba(0, 0, 0, 0.3);
			text-shadow: 1.5px 2.6px 0 rgba(0, 0, 0, 0.3);
}

.sub_banner h3 span{
	display: block;
	text-transform: uppercase;
	font-size: 12px; font-family: 'arial'; 
	margin-top: 15px;
}

.sub_banner p{
	color:#fff;
	position: relative;	
	margin-top: 20px;
	padding-top: 23px;
	margin-bottom: 0;
	-webkit-text-shadow: 1.5px 2.6px 0 rgba(0, 0, 0, 0.3);
	   -moz-text-shadow: 1.5px 2.6px 0 rgba(0, 0, 0, 0.3);
		 -o-text-shadow: 1.5px 2.6px 0 rgba(0, 0, 0, 0.3);
			text-shadow: 1.5px 2.6px 0 rgba(0, 0, 0, 0.3);
	font-size: 15px;
}

.sub_banner p:before{
	content: " ";
	position: absolute;
	width: 50px; height: 4px;
	background:#fff;
	top:0; left: 50%; margin-left: -25px;	
}

.bux_con_box{
	margin-top: 20px;
}

.honor_box {
	margin-bottom: 20px;
}
.honor_box a{
	display: block;
	text-align: center;
	color:#333;
}

.honor_box a:hover{
	color:#dc8a0c;
}
.pagination.pagination-sm{
	display: inline-block;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background: #dc8a0c;
	color:#fff;
	border: 1px solid #dc8a0c;
}

.pagination > li > a, .pagination > li > span{
	color:#999;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
	color:#dc8a0c;
}


.news_con_box h3{
	border-bottom: 1px solid #d7d7d7;
	font-size: 24px; color:#333;
	padding-bottom: 15px;
	text-align: center;
}
.news_con_box span.infomation{
	font-size: 14px;
	font-weight: 300; 
	text-align: center;
	display: block;
	margin-bottom: 25px;
}


.page_menu {
	border-top:1px solid #eee;
	margin:20px 0;
	padding-top:10px;
	text-align:right;
}
.page_menu a:first-child {
	float:left;
}
.page_menu a {
	color:#666;
	display: inline-block;
	background:#eee;
	padding: 5px 20px;
	border:1px solid #ddd;
	box-sizing: border-box;
}
.page_menu a:hover {
	color:#fff;
	background: #dc8a0c;
	border:1px solid #dc8a0c;
} 



.zxns_zpgw {
	background:#fafafa;
	border:1px solid #ededed;
	padding:30px;
	margin-bottom:26px;
}
.zpgw_top {
	margin-top:26px;
}
.zxns_zpgw li {
	font-size:14px;
	color:#666666;
	line-height:30px;
}
.zxns_zpgw li span {
	color:#111111;
}
.zxns_zpgw .e-mail,.zxns_zpgw .e-mail a {
	font-size:16px;
	font-weight:bold;
	color:#076c71;
}

.zxns_zpgw a{
	display: block;
	width: 140px; line-height: 40px; height: 40px;
	background:#dc8a0c;
	text-align: center;
	margin-top: 20px;
	color: #fff;
}

.zxns_zpgw a:hover{
	opacity: 0.8;
}



.form-control {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

.recruit_box .col-md-6{
	width: 50%;
	float: left;
}

.form-group label{
	color:#333;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.input_box02{
	height: 97px;
}

.input_box02 h4{
	color:#333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0;
}


.input_box03{
	height: 110px;
}

.input_box03 h4{
	color:#333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0;
}


.input_box02 label{
	font-weight: 300;
}

.input_box02 input{
	line-height: 40px;
	vertical-align: -2px;
}

.online_btn_box{
	text-align: center;
	clear: both;
}

.online_btn_box a{
	background:#ddd;
	display: inline-block;
	width: 120px;
	line-height: 40px;
	text-align: center;
	color:#444;
}

.online_btn_box a:hover{
	background:#dc8a0c;
	color:#fff;

} 

.form-group label{font-size: 18px; color:#333;}
.form-group input{ background: #fafafa; line-height: 42px !important; height: 42px;}
.form-group textarea{ min-height: 260px;background: #fafafa; } 

.job-c h2, .job-c img, .job-c input{
	float: left;
}
.job-c h2{
	font-size: 18px;
	line-height: 42px;
	font-weight: 600;
	color:#333;
	margin-top: 0;
}
.job-c input{
	width: 120px;
	height: 40px;
	display: block;
	margin: 0;
	padding: 0 10px;
	border: 1px solid #bdbdbd;
	line-height: 40px;
	border-radius: 5px;
	color: #666666;
	margin-right: 10px;
}
.job-c input:hover{
	border: 1px solid #65BB8A;
	}


.map_list{
	min-height: 500px;
	background:#f7f5f8;
	padding: 40px;
}


.fa-map-marker{	
    width: 40px;
    height: 40px;
    background: #c7c6f2;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    font-size: 24px;
    color:#333;
}

.map_add{
	font-size: 18px;
	color:#333;
	margin-top: 20px;
}

.map_con{
	font-size: 14px;
	color:#666;
	line-height: 30px;
	margin-top: 50px;
	border-bottom: 1px solid #dedcdf;
	padding-bottom: 40px;
}

.map_con i{
	width: 25px;
	text-align: center;
	margin-right: 5px;
}

.lflx{
	width: 120px; line-height: 36px; height: 36px;
	background: #dc8a0c;
	color:#fff; font-size: 14px; font-weight: 600;
	text-align: center;
	border-radius: 3px;
	margin: 30px 0 20px 0;
}

.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: 0 -168px;
    display: block; 
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -80px;
    top: 65px;
    width: 80px;
    height: 80px;
    background:url(../images/top_rwm.jpg);
}

.izl-rmenu .go_home {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: 0 -240px;
    display: block; 
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}

#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}

.float{position: fixed;top:70%;margin-top:-120px;right:0;z-index: 9997;}
.float_box{width:50px;height:50px;background-color:rgba(0,0,0,0.5);margin:1px auto;cursor: pointer;position: relative;}
.float_img{}
.float_box:hover{width:50px;height:50px;background-color:#dc8a0c;margin:1px auto;transition: 1.2s;}
.float_content{display: none; position:absolute;right:100%;bottom:0;background-color:#dc8a0c;height:100%;width:auto;}
.float_content a{color:#fff;}
.float_tel{width:150px;font-size:16px;line-height:50px;font-family: "微软雅黑";font-weight:bold;color:#fff;margin-top:2px;text-align: center;}
.float_ewm_text{font-size:14px;line-height:18px;font-family: 'SYHTn'"微软雅黑";font-weight:normal;color:#fff;margin-top:5px;text-align: center;}


.header_right{
	display: none;
}

.main .header_right{
	display: block;
}

.main .sub_menu{
	display: none;
}

.sub_menu{
	display: block;
	float: right;
	margin-top: 60px;
}

.sub_menu li{
	float: left;
	margin-left: 30px;
}

.sub_menu li a{
	font-size:18px;
	font-weight: 600;
	color:#fff;
}

.sub_menu li a:hover{
	color:#dc8a0c;
}

.sub_menu02{
	background: #f1f3f7;
	height: 50px; line-height: 50px;
}

.sub_menu02 li{
	float: left;
}
.sub_menu02 li a{
	display: block;
	padding: 0 30px;
	height: 50px; line-height: 50px;
	font-size: 16px;
	color:#333;
}

.sub_menu02 li.active a{
	background:#f1970b;
	color:#fff;
	font-weight: 600;
}

.sub_menu02 li a:hover{	
	background:#f1970b;
	color:#fff;
}

 @media (max-width:480px) {

.s1 {
  margin: -127px 0 0 0;
  width: 80%;
  height: 255px;
  left: 10%;
}

.s1 p { font-size: 36px; }

.s1 span { font-size: 18px; }
}


.new_pagenav a{
	display:inline-block; 
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;	
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	text-decoration:none;
	color:#666;
	}
	
	
.new_pagenav a.active{
	color:#fff;
	background:#dc8a0c;
	border:1px solid #dc8a0c;
	}
.zhong
{
	padding:5px 10px;
	font-size:12px;
	color:#fff;
	background:#dc8a0c;
	border:1px solid #dc8a0c;
	}
.new_pagenav a:hover{
	color:#dc8a0c;
	background:#f4f4f4;
	}
	
.new_pagenav a.last_a{
	border-right:1px solid #ddd;
} 