﻿﻿ @charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
* {
	padding: 0px;
	margin: 0px
}
body {
	font-size: 100px;
}
* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}
html {
	width: 100%;
	min-height: 100%;
}
body {
	width: 100%;
	min-height: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
    font: .24rem/1.6 'PingFangSC-Light', 'microsoft yahei', Arial, Helvetica, sans-serif, "Hiragino Sans GB";
	color: #333;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	position: relative;
}
body:before, body:after {
	content: "";
	width: 100%;
	display: block;
}
body:before {
	height: 1rem;
}
body:after {
	height: 1rem;
}
img {
	border: 0px;
}
em {
	font-style: normal;
}
s, i {
	font-style: normal;
}
ul, ol {
	list-style-type: none;
}
li {
	list-style: none outside none;
}
strong, b {
	font-weight: normal;
}
/*表单*/
input, button, select, textarea {
	outline: none;
	font-family: "Microsoft Yahei", Arial;
font-size:.24rem;
	-webkit-appearance: none !important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #999;
}
/*公用样式*/
.layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-wrapper: 101;
	background: #000;
	opacity: 1;
}
.blue {
	color: #28a5f4;
}
/*链接*/
a, a:link, a:visited, a:hover, a:active {
	color: #666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #ea7605;
	outline: none;
}
/*标题*/
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}
.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	background-size: 4rem auto;
	vertical-align: middle;
}
.icon, .iconn:before, .iconn:after, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}
.iconn {
	background: url(../images/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}
/*清除浮动*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.hide {
	display: none;
}
.hbk {
	width: 100%;
    height:.2rem;
	background: #f5f5f5;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.clear, .clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/*==========@@HTML默认 结束@@==========*/
.header {
	position: relative;
}
#top_main {
	width: 100%;
	height: 1rem;
	z-index: 300;
	position: fixed;
	top: 0px;
	left: 0px;
}
#top {
	max-width: 640px;
	min-width: 320px;
	height: 1rem;
	margin: 0px auto;
	position: relative;
	background: #fff;
}
#top .logo {
	height: 1rem;
	margin: 0;
	display: block;
	padding-top: 0;
	text-align: center;
}
#top .logo a {
	display: block;
}
#top .logo img {
	height: 1rem;
}
#top .topsearch {
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	text-align: center;
	cursor: pointer;
width:.9rem;
height:.5rem;
margin: .25rem auto;
	background: url(../images/sou.png) no-repeat center;
background-size:.4rem auto;
	z-index: 6;
}
#top .topsearch a {
	display: block;
	width: 100%;
	height: 0.4rem;
	position: relative;
}
#top #nav {
width:.6rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	z-index: 6;
}
#top .nav {
width:.5rem;
height:.36rem;
margin: .33rem auto;
background-position:-.56rem -.94rem;
}
#top .close {
	background: url(../images/close.png) no-repeat center;
background-size:.4rem auto;
width:.4rem;
height: .4rem;
	cursor: pointer;
	position: absolute;
	right: 6%;
	top: 22%;
	text-align: center;
}
#top .cur .nav {
background-position:0 -.94rem;
}
#search {
	background: #f2f2f2;
	width: 100%;
	margin: 0 auto;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 1rem;
padding-top: .2rem;
	display: none;
	z-index: 999;
}
#search input {
	display: block;
	padding: 0;
	margin: 0;
}
#search .txt {
	border: none;
	width: 80%;
	height: 0.65rem;
	line-height: 0.65rem;
	margin-left: 4%;
	color: #666;
	font-size: 0.22rem;
	background: #fff;
	text-indent: 3%;
    border-top-left-radius:.3rem;
    border-bottom-left-radius: .3rem;
}
#search .btn {
	cursor: pointer;
	border: none;
	font-size: 0.24rem;
	width: 0.8rem;
	height: 0.65rem;
	text-align: center;
	background: #ea7605 url(../images/icon.png) no-repeat 0 -4.6rem;
	background-size: 2.4rem auto;
	color: #fff;
    border-top-right-radius:.3rem;
    border-bottom-right-radius: .3rem;
	background-size: 2.0rem auto;
	vertical-align: middle;
}
.searchinfo {
	background: #fff;
	padding: 0.2rem 0;
	height: 100%;
	width: 92%;
	margin: 0 auto;
}
.searchinfo h2 {
	color: #333;
}
.searchinfo .searchlist {
	padding: 0.2rem 0;
}
.searchinfo .searchlist a {
	display: inline-block;
	margin: 0 4% 4% 0;
	color: #333;
	background: #f5f5f5;
	font-size: 0.24rem;
	text-align: center;
	height: 0.64rem;
	line-height: 0.64rem;
	padding: 0 0.2rem;
	border-radius: 3px;
}
.searchinfo .searchlist a:hover {
	background: #913d23;
	color: #fff;
}
.soupage {
	background: #fff;
}
/*subNav*/
.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	right: -100%;
	top: 1rem;
	z-index: 9999;
	max-width: 640px;
	min-width: 320px;
	background-color: rgba(0,0,0,.6);
}
.subNavCon {
	margin: 0px;
	width: 100%;
	height: 100%;
}
.subNav .closrbox {
	width: 20%;
	height: 0.5rem;
    line-height:.5rem;
	background: #fff;
	position: absolute;
	right: 2%; 
	top: -5%;
}
.subNav .close {
    width:.4rem;
    height:.4rem;
	background: url(../images/close.png) no-repeat center;
    background-size:.4rem auto;
}
.subNav .c_clos {
	width: 20%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.subNav ul {
	margin-left: 20%;
	background: #fff;
	height: 100%;
}
.subNav li {
	width: 100%;
	display: block;
	line-height: 0.8rem;
	margin: 0 auto;
	border-bottom: 1px solid #f0efef;
	position: relative;
}
.subNav .subnav2 {
	width: 100%;
	display: none;
}
.subNav .subnav2 a {
    margin-bottom:.1rem;
	background: #eeeeee;
    font-size:.24rem;
}
.subNav li a {
	display: block;
	color: #333;
	font-size: 0.26rem;
    background-size:.15rem auto;
	width: 92%;
	margin: 0 auto;
}
.subNav li a:hover {
	color: #ea7605;
}
.subNav .toptel {
	line-height: 0.5rem;
	padding-bottom: 0.2rem;
	padding-left: 3%;
}
.subNav .toptel a {
	width: 32%;
    font-size:.23rem;
	margin: 0px;
	color: #888;
	display: inline-block;
}
.subNav.show {
	right: 0 !important;
}
.subNavShow {
	-webkit-transform: translateX(-48%);
	-moz-transform: translateX(-48%);
	-ms-transform: translateX(-48%);
	transform: translateX(-48%);
	display: block;
}
/* banner */
#banner_main {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.banner {
	margin: 0 auto;
	width: 100%;
    *zoom: 1;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.banner .list {
	width: 100%;
	overflow: hidden;
}
.banner .list li {
	float: left;
	width: 100%;
	overflow: hidden;
}
.banner .list li img {
	width: 170%!important;
	height: auto;
	margin-left: -35%;
}
#banner .tip {
	width: 100%;
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	clear: both;
	z-index: 2;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 5%;
}
#banner .tip span {
	display: inline-block;
	vertical-align: middle;
	width: 0.4rem;
	height: 0.05rem;
	margin: 0 0.025rem;
	vertical-align: middle;
	background: #fff;
border-radius:.3rem;
}
#banner .tip span.cur {
	background: #ea7605;
}
/* reLink */
.reLink {
margin: .2rem 3% .3rem;
}
.reLink .prevLink, .reLink .nextLink {
	display: block;
height: .7rem;
line-height: .7rem;
font-size: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
}
/*版权信息*/
.footer_main {
	text-align: center;
	width: 100%;
	padding: 0.4rem;
	font-size: 0.24rem;
	color: #666;
}
.copyright {
	width: 94%;
	margin: 0 auto;
}
.toTop {
	width: 0.9rem;
	height: 0.9rem;
	background: url(../images/gotop.png) no-repeat center top;
	background-size: 0.9rem auto;
	position: fixed;
	bottom: 20%;
	right: 2%;
	cursor: pointer;
	z-index: 10;
}
.copyright a {
	color: #666;
}
/* 工具栏 */
#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 1rem;
	left: 0;
}
#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	display: table;
	background: #ea7605;
}
#toolbar .list li {/*float:left;*/
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.4);
	box-sizing: border-box;
	display: table-cell;
}
#toolbar .list a {
	display: block;
	height: 1.2rem;
	line-height: 0.24rem;
	font-size: 0.24rem;
	color: #fff;
	padding-top: 0.2rem;
}
#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 0.34rem;
	height: 0.36rem;
	display: block;
}
#toolbar .list a span {
	text-align: center;
	padding-top: 0.1rem;
	display: block;
}
#toolbar .list a .too-share {
	background-position: 0 0;
}
#toolbar .list a .too-qiao {
	background-position: -1.3rem 0;
width:.36rem;
}
#toolbar .list a .too-map {
background-position:-.64rem 0;
}
#toolbar .list a .too-tel {
	background-position: -1.9rem 0;
}
.xbg {
	width: 100%;
	display: block;
	position: fixed;
	height: 1.05rem;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 880;
}
#toolbar .list a s span {
	color: #fff;
    padding-top:.9rem;
	text-transform: initial;
	font-style: normal;
}
/*#toolbar .list1 li{width:33.3%;}*/
/*==========@@页面布局 开始@@==========*/

.lookup_box{
	background: #f5f5f5;
}
.lookup_box ul{
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.lookup_box ul li{
	float: left;
	width: 21%;
	background: #fff;
	margin: 20px 2%;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.lookup_box ul li div{
	width: 80px;
	height:80px;
	margin: 5px auto;
	border-radius: 100%;
}
.lookup_box ul li div img{
	width: auto;
    height: 80px;
	display: block;
	opacity: 0.8;
}
.lookup_box ul li h1{
	font-size: 14px;
	color: #555;
	line-height: 22px;
	text-align: center;
}
.all_title{
	width: 100%;
	margin: auto;
	padding: 25px 0px 15px 0px;
}
.all_title h1{
	font-size: 20px;
	color: #222;
	text-align: center;
	line-height: 30px;
}
.all_title p{
	font-size: 12px;
	color: #222;
	text-align: center;
}
.case_listitle{
	width: 100%;
	overflow: hidden;
}
.case_listitle li{
	float: left;
	width: 33%;
	margin: 4px 0px;
}
.case_listitle li a{
	width: 90%;
	margin: auto;
	color: #222;
	text-align: center;
	display: block;
	border-radius: 5px;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #aaa;
}
.case_listitle li:hover a{
	color: #fff;
	background: #ea7605;
	border: 1px solid #ea7605;
}
.case_listitle .case_allmore a{
	color: #fff;
	background: #ea7605;
	border: 1px solid #ea7605;
}
.case_center{
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-top: 10px;
}
.case_center li{
	float: left;
	width: 50%;
    height: 140px;
	background: #eee;
	overflow: hidden;
	position: relative;
}
.case_center li img{
	width: 100%;
	height: auto;
	min-height: 140px;
	transition: all 0.3s ease-out;
}
.case_center li:hover img{
	transform: scale(1.2);
}
.case_center li h1{
	position: absolute;
	bottom: 8px;
	left: 5%;
	width: 90%;
	background: rgba(0,0,0,0.4);
	line-height: 24px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team_bg{
	background: #555;
	overflow: hidden;
}
.team_bg li{
	float: left;
	width: 25%;
}
.team_bg li div{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin: 10px auto 0px auto;
	overflow: hidden;
}
.team_bg li img{
	width: 80px;
	height: auto;
	min-height: 80px;
}
.team_bg li h1{
	width: 100%;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-align: center;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team_bg li:nth-child(1){
	width: 50%;
	position: relative;
}
.team_bg li:nth-child(1) div{
	width: 100%;
	height: 230px;
	margin: 0px;
	border-radius: 0px;
}
.team_bg li:nth-child(1) img{
	width: 100%;
	height: auto;
	min-height: 230px;
}
.team_bg li:nth-child(1) h1{
	position: absolute;
	bottom: 8px;
	width: 90%;
	left: 5%;
	background: rgba(0,0,0,0.4);
	line-height: 24px;
	border-radius: 20px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.site_box{
	width: 100%;
}
.site_center{
	overflow: hidden;
}
.site_center li{
	float: left;
	width: 50%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.site_center li div{
	width:100%;
	height: 200px;
	overflow: hidden;
	position: absolute;
}
.site_center li:nth-child(1) div,.site_center li:nth-child(2) div{
	bottom: 0px;
}
.site_center li:nth-child(3) div,.site_center li:nth-child(4) div{
	top: 0px;
}
.site_center li div img{
	height: 200px;
	width: auto;
	min-width: 100%;
	transition: ease 0.4s;
}
.site_center li:hover img{
	transform: scale(1.2);
}
.site_center li p{
	position: absolute;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	color: #222;
	transition: ease 0.4s;
}
.site_center li:nth-child(1),.site_center li:nth-child(4){
	background: #eee;
}
.site_center li:nth-child(2),.site_center li:nth-child(3){
	background: #ddd;
}
.site_center li:nth-child(1) p,.site_center li:nth-child(2) p{
	top: 5px;
}
.site_center li:nth-child(3) p,.site_center li:nth-child(4) p{
	bottom: 5px;
}
.site_center li p span{
	display: block;
	font-size: 12px;
}
.news_box{
    margin-bottom: 20px;
}
.news_title{
	display: table;
	margin: auto;
	overflow: hidden;
}
.news_title li{
	display: inline-block;
	margin: 4px;
}
.news_title li a{
	padding: 0px 26px;
	margin: auto;
	color: #222;
	text-align: center;
	display: block;
	border-radius: 5px;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #aaa;
}
.news_title li:hover a{
	color: #fff;
	background: #ea7605;
	border: 1px solid #ea7605;
}
.news_center{
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-top: 30px;
}
.news_center li{
	width: 100%;
	float: left;
	margin: 8px 0px;
	overflow: hidden;
	transition: all .3s;
}
.news_center li:hover{
	box-shadow: 0 0 20px #efefef;
}
.news_center li img{
	width: 30%;
	height: 96px;
	float: left;
	display: block;
}
.news_center li div{
	float: right;
	width: 70%;
	padding: 0px 10px;
}
.news_center li div h1{
	font-size: 14px;
	line-height: 26px;
	color: #5f5f5f;
	white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: bold;
	transition: all .3s;
}
.news_center li:hover h1{
	color: #ea7605;
}
.news_center li span{
	display: block;
	color: #9d9d9d;
    font-size: 12px;
	line-height: 30px;
}
.news_center li p{
	line-height: 20px;
    color: #9d9d9d;
    font-size: 12px;
    overflow: hidden;
}
.quality_box{
	margin-top: 20px;
	background: url(../images/bg_2.jpg)no-repeat;
	background-size: cover;
}
.quality_box ul{
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.us_center{
	width: 96%;
	margin: auto;
	margin-top: 20px;
}
.us_center h1{
	font-size: 26px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.us_center h2{
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.us_center p{
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	padding-top: 18px;
}
.us_center a{
	display:inherit;
}
.quality_center{
	width:94%;
	margin: auto;
	overflow: hidden;
	padding-top: 20px;
	border-bottom: 1px solid #fff;
}
.quality_center h1{
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
.quality_center h1::before{
	content: "";
	position: absolute;
	width: 30%;
	height: 1px;
	background: #fff;
	top:15px;
	right: 0px;
}
.quality_center h1::after{
	content: "";
	position: absolute;
	width: 30%;
	height: 1px;
	background: #fff;
	top:15px;
	left: 0px;
}
.quality_center div{	
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
	padding-top: 50px;
	margin-bottom: 20px;
	color: #fff;
}
.quality_center div:nth-child(2){
	background: url(../images/serve_1.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}
.quality_center div:nth-child(3){
	background: url(../images/serve_2.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}
.quality_center div:nth-child(4){
	background: url(../images/serve_3.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}
.quality_center div:nth-child(5){
	background: url(../images/serve_4.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}
.quality_center div:nth-child(6){
	background: url(../images/serve_5.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}
.quality_center div:nth-child(7){
	background: url(../images/serve_6.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}
.quality_center div:nth-child(8){
	background: url(../images/serve_7.png) no-repeat;
	background-size: 40px 40px;
	background-position: top center;
}

