﻿@charset "utf-8";
html {
    font: normal 14px "微软雅黑", Arial;
}
body {
    padding: 0px;
    margin: 0px auto;
    color: #666;
    width: 100%;
    /*min-width: 1200px;*/
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
li{
	list-style:none;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
	display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}
/*.container{
	width:1200px;
	margin:auto;
}*/






/*****************************返回顶部******************************/
.toTop{
    position: fixed;
    width: 88px;
    height: 88px;
    right: 3%;
    bottom: 5%;
    z-index: 99;
}
.toTop>a{
    display: block;
    text-indent: -9999px;
    width: 88px;
    height: 88px;
    /*background: url(../images/back_top.png) no-repeat;*/
}
/****************************返回顶部****************************/
/*****************************面包屑导航*****************************/
.bread{
	background-color: #fff;
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #eeeeee;
}
.breadcrumbs{
    font-size: 14px;
    max-width:1200px;
    height: 100%;
    margin: 0 auto;
}
.wraps {
	padding: 16px 0;
}
.breadcrumbs a {
    color: #909090;
}
.breadcrumbs span{
    color: #e0993d;
}
.breadcrumbs .wraps a + *:before {
    content: '>';
    margin: 0 8px;
    color: #909090;
}
.wraps a:first-child:before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/mbx.png);
	margin: -4px 4px 0 0;
	vertical-align: middle;
}
/******************************面包屑导航*********************************/
/*******************************分页*****************************************/
.pages{ width: 390px;margin: 0 auto;height: 32px; text-align: right;overflow: hidden;margin-top: 55px;}
.pages a{ width: 28px; height: 28px; text-align: center; line-height: 28px;background: #ececec;display: inline-block;margin: 0 3px;}
.pages .fir,.pages .end{
width: 60px;
height: 32px;
background: #f4f4f4;
color: #626262;	
font-size: 14px;
line-height: 32px;
text-align: center;
margin-right: 10px;
}
.pages .end{
	margin-right: 0;
}
.pages a.fff{
	background: #fff;
}
.pages .prevs,.pages .nexts{width: 80px; height: 32px;border: 1px solid #e1e1e1;  color: #333; text-align: center; line-height: 32px;  font-size: 14px;}
.pages .on{ color: #fff;background: #ee741c;}
.pages .number a{ width: 28px; height: 28px; text-align: center; line-height: 28px;color: #818181; font-size: 16px;background: #ececec;}
.pages .number a.on{ color: #fff;background: #e0993d;border: none;}
.pages .text{ display: inline-block; width: 32px; height: 32px; text-align: center; line-height: 32px;  background: #FFFFFF; color: #08c357; font-size: 14px;}
.pages .Btn_go{ display: inline-block; width: 57px; height: 36px; border: 1px solid #dfdfdf; color: #666666; font-size: 14px; text-align: center; background: #f3f3f3;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;}
/*******************************分页*****************************************/
/*加载更多*/
.dropload-down{
    background-color:#F2F2F2;
}
.dropload-down .dropload-load{
    padding: 3% 0 3% 47%;
    background: url(../images/loading.gif) no-repeat 40% center /5.2%;
    color: #999999;
    font-size: 1rem;
    display: block;
}
.dropload-refresh
{
     color: #999999;
    
    display: block;
    text-align: center;
    padding:3% 0  ;
}
.dropload-down .dropload-noData{
    color: #999999;
    font-size: 1rem;
    display: block;
    text-align: center;
    padding:3% 0  ;
}
/*加载更多*/

/*头部*/
.after:after{
	content:'';
	display: block;
	clear: both;
}
.header{
	height: 100px;
	line-height: 100px;
	background: #fff;
}
.head{
	max-width: 1200px;
	margin: 0 auto;
}
.logo{float: left;display: inline-block;}
.nav_tab{
	float: left;
	margin-left: 35px;
}
.nav_tab li{
	float: left;
	font-size: 16px;
	padding: 0 25px;
	box-sizing: border-box;
}
.nav_tab li.on{
	font-weight: bold;
}
.nav_tab li a{
	color: #5a322b;
}
.nav_tab li.on a{
	color: #e0993d;
	border-top: 3px solid #e0993d;
	padding-top: 38px;
	box-sizing: border-box;
}
.vipCenter{
	float: right;
	font-size: 16px;
	color: #5a322b;
	width: 94px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #5a322b;
	border-radius: 20px;
	margin-top: 40px;
}
/*移动端头部*/
.phone_header{
	position: fixed;
	top: 0;
	z-index: 9999;
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	background: #fff;
	border-bottom: 1px solid #f1f1f1;
}
.phone_header .logo_p{
	float: left;
	width:100px;
}
.phone_header .logo_p img{
	width: 100px;
}
.phone_header .open_p{
	float: right;
	width: 100px;
	height: 100%;
	background: url(../images/in_top2.png) right center no-repeat;
	background-size: 20px;
}
.phone_header .open_p.on{
	background: url(../images/in_top_12.png) right center no-repeat;
	background-size: 20px;
}
.nav_phone1{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 50px;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
}
.nav_phone{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: #fff;
}
.nav_phone ul{
	padding-bottom: 100px;
}
.nav_phone ul li{	
	border-bottom:1px solid #ececec ;
	line-height:35px;
	font-size: 14px;	
}
.nav_phone ul li>a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	color: #282828;
}
.nav_phone ul li.on>a{
	color:#e0993d;
	font-weight: bold;
}


/*底部*/
.foot1{
	background: url(../images/foot_bk.jpg) no-repeat center;
	height: 200px;
}
.foot1_1{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 55px;
	box-sizing: border-box;
}
.foot_logo{
	float: left;
}
.foot_nav{
	float: left;
	margin-left: 100px;
}
.foot_nav ul li{
	float: left;
	font-size: 16px;
	margin-right: 50px;
}
.foot_nav ul li a{
	color: #e0993d;
}
.footAddress{
	padding-top: 30px;
	font-size: 14px;
	color: #999999;
	line-height: 28px;
}
.footCon{
	float: right;
}
.footCon p{
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	text-align: center;
}
.footCon ul{
	margin-top: 30px;
}
.footCon ul li{
	float: left;
	margin-left: 20px;
	position: relative;
}
.weixin{
	display: none;
	position: absolute;
	top: -125px;
	width: 110px;
	height:122px;
	left: 50%;
	margin-left: -55px;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}
    .weixin img {
        padding:0 5px;
    }
.weixin p{
	text-align: center;
	color: #666;
	font-size: 14px;
    padding-top:4px;
    box-sizing:border-box;
}
.qqCode{
	display: none;
	position: absolute;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
	color: #666;
	font-size: 16px;
	top: -34px;
	left: -100%;
}
.qqCode2{
	left: -200%;
}
.footCon_li1:hover .weixin{
    display:block
}
.footCon_li2:hover .qqCode1{
    display:block
}
.footCon_li3:hover .qqCode2{
    display:block
}
.foot2{
	background: #222222;
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.foot2 a{color: #fff;}
@media (min-width: 200px) {
   .foot1{padding: 0 10px;box-sizing: border-box;}
   .foot_nav{margin-left:0px;}
   .foot1_1{padding-top: 10px;}
   .footAddress{padding-top: 0px;}
   .foot1{height: auto;}
   .banner{padding-top: 50px;}
   .foot2{padding: 10px;}
   .about_banner{padding-top: 50px;}
}
@media (min-width: 768px) {
	.head,.foot1{padding: 0 10px;box-sizing: border-box;}
 	.foot_nav{margin-left:50px;}
 	.foot_nav ul li {margin-right: 10px;}
 	.foot1_1 {padding-top: 20px;}
	.footAddress{padding-top: 30px;}
	.foot1{height: 200px;}
	.foot2{padding: 15px 0;}
     .qqCode2 {left: -430%;}
	
}
@media (min-width: 992px) {
 	.head,.foot1{padding: 0 10px;box-sizing: border-box;}
 	.foot_nav{margin-left:50px;}
 	.foot_nav ul li {margin-right: 30px;}
 	.nav_tab li {padding: 0 20px;}
 	.nav_tab {margin-left: 35px;}
 	.foot1_1 {padding-top: 55px;}
 	.banner{padding-top:0px;}
 	.about_banner{padding-top:0px;}
       .qqCode2 {left: -430%;}
}
@media (min-width: 1200px) {
  .head,.foot1{padding: 0;}
  .foot_nav{margin-left: 100px;}
  .foot_nav ul li {margin-right: 50px;}
  .nav_tab li {padding: 0 25px;}
   .qqCode2 {left: -450%;}
}
@media (min-width: 1280px) {
    .qqCode2 {left: -380%;}
}

@media (min-width: 1380px) {
    .qqCode2 {left: -200%;}
}
/*  2019/4/11  新增弹框   */
.pub_popu{
 position: fixed;
 top: 0;
 left: 0;
 background: rgba(0,0,0,0.5);
 width: 100%;
 height: 100%;
 z-index: 9999999;
 box-sizing: border-box;
}
.pub_popu1{
 width: 100%;
 box-sizing: border-box;
 background: #fff;
 border-radius: 5px;
}
.pub_popu_p{
 position: relative;
 text-align: center;
 font-size: 22px;
 color:#59342b;
 border-bottom: 1px solid #e0e0e0;
}
.pub_popu_p b{
 display: inline-block;
 font-weight: normal;
 margin: 0 auto;
}
.pub_popu_p span{
 position: absolute;
 right: 0;
 top: 5px;
 font-size: 16px;
 color: #333;
}
.pub_popu_p i{
 font-size: 16px;
 color: #333;
 font-style: normal;
}
.pub_popu1 .text{
 margin-top: 10px;
 color: #333;
 line-height: 21px;
  font-weight:bold;
}
.pub_popu1  a{
 margin-top: 15px;
 padding: 10px 20px;
 line-height: 20px;
 border-radius: 5px;
 font-size: 14px;
 box-sizing: border-box;
 padding-left: 50px;
 color: #fff;
}
.pub_popu1  a.sure{
 background: #e0993d url(../images/ico_hint_true.png) 10px center no-repeat;
}
.pub_popu1  a.cancel{
 background: #aaa6a7 url(../images/ico_hint_close.png) 10px center no-repeat;
}
@media (min-width: 200px) {
.pub_popu{padding-top:10px;}
.pub_popu1 .text{font-size: 14px;}
.pub_popu1{padding: 10px;}
.pub_popu_p{padding-bottom: 10px;}
}
@media (min-width: 768px) {
.pub_popu{padding-top:120px;} 
.pub_popu1 .text{font-size: 16px;}
.pub_popu1{padding: 20px;}
.pub_popu_p{padding-bottom: 20px;}
}