@charset "utf-8";
@font-face {
	font-family: 'OPENSANS';
	src: url("OPENSANS-REGULAR_0.TTF");
	font-weight: normal;
	font-style: normal
}

a {
	color: #666;
}

a,
body,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
span,
table,
td,
textarea,
tr,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0
}

body,
html {
	width: 100%;
	height: 100%
}

body {
	font-family: 'OPENSANS', "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 0.75em;
	overflow-x: hidden;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input,
option,
select,
textarea {
	border: none;
	outline: none;
	font-family: 'OPENSANS'
}

img {
	border: none
}

a,
a:active,
a:hover,
a:link,
a:visited {
	text-decoration: none;
	outline: 0
}

ul li {
	margin: 0
}

li,
ul {
	list-style: none
}

.left {
	float: left
}

.right {
	float: right
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
	clear: both
}

.none {
	display: none
}

.block {
	display: block
}

.w {
	width: 1200px;
	margin: 0 auto
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical
}

::-webkit-input-placeholder {
	color: #B3B3B3
}

:-moz-placeholder {
	color: #B3B3B3
}

::-moz-placeholder {
	color: #B3B3B3
}

:-ms-input-placeholder {
	color: #B3B3B3
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none
}


/*定位*/

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.zoom {
	zoom: 1
}

.hidden {
	visibility: hidden;
}

.vam {
	vertical-align: middle;
}

p {
	word-spacing: -1.5px;
}


/*清除浮动*/

.clear {
	/*兼容 IE*/
	zoom: 1;
}


/*其他*/

.curp {
	cursor: pointer
}


/*=========================================================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}

header.fixed .wrap-header,
header.fixed .wrap-logo {
	display: none;
}

.header,
.content,
.footer,
.container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

.wrap-header {
	height: 38px;
	border-bottom: 1px solid #e1e1e1;
	background: #666;
}

.header {
	max-width: 1200px;
	height: 38px;
	margin: 0 auto;
}

.header p {
	float: left;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
}

.header .hdu1 {
	float: right;
}

.header .hdu1 li {
	float: left;
}

.header .hdu1 li a {
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	padding: 0 9px;
	border-left: 1px dotted #6b6b6b;
	color: #fff;
}

.header .hdu1 li:first-child a {
	border-left: none;
}


/* logo部分 */

.logo {
	height: 138px;
	position: relative;
}

.containe {
	position: absolute;
	left: 0;
	top: 25px;
}

.trait {
	width: 550px;
	height: 54px;
	position: absolute;
	left: 120px;
	top: 45px;
	color: #333;
}

.trait .trait01 {
	font-size: 32px;
	height: 30px;
	position: relative;
	top: -5px;
	color: #333;
	font-weight: bold;
}

.trait .trait01 span {
	color: #9b7c45;
}

.trait .trait02 {
	font-size: 23px;
	position: relative;
	top: 9px;
	color: #333;
}

.logo .tel {
	height: 50px;
	position: absolute;
	right: 0;
	top: 40px;
	padding-left: 50px;
	background: url(../img/l_tel.png) no-repeat left center;
}

.logo .tel .tel_p1 {
	font-size: 14px;
	color: #999;
	height: 18px;
	line-height: 18px;
}

.logo .tel .tel_p2 {
	font-size: 26px;
	color: #333;
	height: 30px;
	line-height: 30px;
}


/* nav部分 */

.Nav {
	position: relative;
}

.navBox {
	height: 61px;
	position: relative;
	z-index: 3;
	background: #AC9A6A;
	-moz-box-shadow: 2px 2px 12px rgba(204, 204, 204, 0.65);
	-webkit-box-shadow: 2px 2px 12px rgba(204, 204, 204, 0.65);
	box-shadow: 2px 2px 12px rgba(67, 67, 67, 0.65);
	-moz-transition: all 0.3;
	-webkit-transition: all 0.3;
	transition: all 0.3;
	width: 100%;
}

.navUl {
	margin: 0 auto;
	width: 100%;
	display: table;
	table-layout: fixed;
}

.navUl>li {
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	position: relative;
	height: 61px;
	line-height: 61px;
}

.navUl>li>a {
	display: block;
	color: #333333;
	text-align: center;
	position: relative;
	/*border-left: 1px dotted #e0d8d8;*/
	font-size: 16px;
	color: #FFF;
}

.navUl>li>a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 20%;
	height: 60%;
	border-left: 1px dotted #e0d8d8;
}

.navUl>li:first-child>a:before {
	border-left: none;
}

.navUl>li:hover,
.navUl>li.cur {
	background-image: -webkit-gradient(linear, 16% 0%, 100% 100%, from(#D8CBA8), to(#9B7C45), color-stop(0.9, #9B7C45));
}

.navUl ol {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 10px 10px 15px;
	border: 1px solid #fff;
	background: rgba(163, 135, 83, 0.8);
}

.navUl ol li {
	width: 100%;
	padding: 0;
}

.navUl ol a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	border-bottom: 1px solid #8D733C;
}

.navUl ol a:hover {
	font-weight: bold;
	background: none;
}

.Nav .hdbanner {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.Nav .hdbanner a.banner_a {
	overflow: hidden;
	width: 100%;
	height: 680px;
	display: block;
	background: url(../img/banner01.jpg) no-repeat center;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0 5px 10px #efefef;
	-webkit-box-shadow: 0 5px 10px #efefef;
	box-shadow: 0 5px 10px #efefef
}

.phone_head .logo {
	/*width: 60%;*/
	height: 100%;
	font-size: 0
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	vertical-align: middle
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0 0 0 15px
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url(../img/navbg.png) no-repeat center;
	background-size: auto 100%
}

.phone-head .mask-close {
	background: #AC9A6A none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 3%;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden
}

.maskbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

#menu a:hover {
	color: #fff
}

#menu h1 {
	font-weight: 300
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em
}

#menu p {
	margin: 20px 0
}

#menu .nav {
	height: auto;
	background: #AC9A6A
}

#menu {
	margin: 4em auto;
	width: 100%
}

#menu {
	background: #AC9A6A
}

.sliding-menu a.back {
	background: #ccc
}

.sliding-menu a:hover {
	background: #ccc
}

.banner {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.banner a {
	overflow: hidden;
	display: block;
	background: #fff;
}

.banner img {
	display: block;
	width: 100%;
}

.bannerswiper {
	width: 100%;
}

.bannerswiper .swiper-button-next,
.bannerswiper .swiper-button-prev {
	position: absolute;
	width: 58px;
	height: 58px;
	top: 50%;
	margin-top: -29px;
}

.bannerswiper .swiper-button-prev {
	background: url(../img/babot1.png) no-repeat center;
	left: 5%;
	z-index: 2;
}

.bannerswiper .swiper-button-next {
	background: url(../img/babot2.png) no-repeat center;
	right: 5%;
	z-index: 2;
}


/* footer   */

.wrap-footer {
	background: #333;
	position: relative;
}

.wrap-footer .f_bg01 {
	border-bottom: 1px solid #434343;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 89px;
}

.footer .f_nav {
	padding: 40px 0 30px 0;
	text-align: center;
}

.footer .f_nav a {
	display: inline-block;
	*display: inline;
	padding: 0 55px;
	font-size: 15px;
	color: #999;
	border-left: 1px dotted #999;
}

.footer .f_nav a:first-child {
	border-left: none;
}

.footer .f_con {
	padding: 32px 0 36px 280px;
	/*height: 190px;*/
	background: url(../img/f_logo.png) no-repeat 0px 40px;
	position: relative;
}

.footer .f_con ul {
	padding-left: 30px;
}

.footer .f_con ul li {
	height: 25px;
	line-height: 25px;
	font-size: 15px;
}

.footer .f_con .f_line {
	display: block;
	width: 1px;
	height: 65px;
	background: #616161;
	position: absolute;
	top: 60px;
}

.footer .f_con .erwm {
	display: block;
	position: absolute;
	right: 0;
	top: 35px;
}

.footer .f_con .erwm ul li {
	display: inline-block;
	width: 110px;
}

.footer .f_con .erwm ul li:nth-child(2) {
	margin-left: 5px;
}

.footer .f_con .erwm img {
	width: 100%;
}

.footer .f_con .erwm i {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	font-size: 13px;
	font-style: normal;
}

.retop ul {
	overflow: hidden;
}

.retop li {
	float: left;
	margin-left: 10px;
}

.retop li img {
	display: block;
}

.rtTop {
	width: 43px;
	height: 42px;
	z-index: 999;
	overflow: hidden;
	position: fixed;
	top: 70%;
	right: 51%;
	margin-right: -675px;
	cursor: pointer;
	display: none;
}

.rtTop h4 {
	width: 43px;
	height: 42px;
	overflow: hidden;
	position: relative;
}

.rtTop img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


/*==============================index===========================*/

.banner,
.nybanner {
	margin-top: 237px;
}

.nybanner img {
	display: block;
	width: 100%;
}

.article {
	text-align: center;
	padding: 47px 0 40px 0;
}

.article h2.h2_title {
	padding-bottom: 9px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.article h2.h2_title a {
	color: #333;
}

.article h2.h2_title a b {
	color: #9b7c45;
}

.article p.p_title {
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 24px;
	color: #333;
}

.article p.p_title i,
.article p.p_title span {
	display: inline-block;
	*display: inline;
}

.article p.p_title i {
	padding: 0 22px;
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
	font-style: normal;
}

.article p.p_title span {
	width: 38px;
	margin-top: 3px;
	height: 13px;
	background: url(../img/artbg01.png) no-repeat center;
}


/* search部分 */

.wrap-search {
	height: 74px;
	border-bottom: 1px solid #e6e6e6;
}

.search .keyword {
	height: 74px;
	line-height: 74px;
	font-size: 14px;
	color: #666;
	float: left;
}

.search .keyword a {
	color: #666;
	margin: 0 10px;
}

.search .inp {
	float: right;
	width: 340px;
	height: 37px;
	border: 1px solid #d9d9d9;
	margin-top: 20px;
}

.search .inp input {
	border: none;
	height: 35px;
	line-height: 35px;
	width: 300px;
	float: left;
	text-indent: 12px;
	color: #bbb;
	font-size: 16px;
}

.search .inp .sea {
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	background: url(../img/search.png) no-repeat center center;
}


/*  zxdz部分 */

.zxdz {
	padding: 60px 0;
	overflow: hidden;
	/*min-height: 575px;*/
	background: url(../img/bg0.png) no-repeat center;
}

.zxdz .main {
	/*margin-top: 56px;*/
	/*height: 445px;*/
	position: relative;
}

.zxdz .article {
	padding: 10px 0;
}

.zxdz .article h2.h2_title a {
	color: #fff;
}

.zxdz .article p.p_title {
	background: url(../img/artbg02.png) no-repeat center;
}

.zxdz .article p.p_title i {
	color: #fff;
}

.zxdzbg {
	width: 325px;
	height: 425px;
	background: url(../img/zxdz01.png) no-repeat left top;
	position: absolute;
	left: -80px;
	top: 15px;
	z-index: 3;
}

.zxdz .zxdz_con {
	height: 355px;
	/*width: 900px;*/
	margin: 0 auto;
	padding-left: 290px;
	position: relative;
	z-index: 1;
	background-image: -webkit-gradient(linear, 16% 0%, 100% 100%, from(#D8CBA8), to(#9B7C45), color-stop(0.9, #9B7C45));
}

.zxdz .zxdz_con .zxdz_p1 {
	padding-top: 100px;
	font-size: 30px;
	color: #333;
	width: 390px;
	padding-left: 20px;
}

.zxdz .zxdz_con .zxdz_p2 {
	width: 285px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 5px;
	margin-left: 20px;
}

.zxdz .zxdz_con .tel {
	/*width: 240px;*/
	height: 50px;
	margin-top: 35px;
	padding-left: 50px;
	background: url(../img/l_tel0.png) no-repeat left center;
}

.zxdz .zxdz_con .tel .tel_p1 {
	font-size: 14px;
	color: #fff;
	height: 18px;
	line-height: 18px;
}

.zxdz .zxdz_con .tel .tel_p2 {
	font-size: 28px;
	color: #333;
	height: 30px;
	line-height: 30px;
}

.zxdz_info {
	width: 405px;
	height: 285px;
	position: absolute;
	right: 60px;
	top: 35px;
}

.zxdz_info p {
	height: 48px;
	margin-bottom: 12px;
}

.zxdz_info p span {
	float: left;
	width: 46px;
	height: 46px;
	border: 1px solid #e8e8e8;
}

.zxdz_info p input {
	width: 359px;
	height: 46px;
	border: 1px solid #e8e8e8;
	margin-left: -1px;
	text-indent: 12px;
	font-size: 14px;
	color: #b3b2b2;
}

.zxdz_info p.info01 span {
	background: url(../img/icon01.png) no-repeat center #fff;
}

.zxdz_info p.info02 span {
	background: url(../img/icon02.png) no-repeat center #fff;
}

.zxdz_info p.info03 {
	height: 90px;
}

.zxdz_info p.info03 span {
	height: 90px;
	background: url(../img/icon03.png) no-repeat 10px 13px #fff;
}

.zxdz_info p.info03 textarea {
	height: 90px;
	width: 359px;
	resize: none;
	border: 1px solid #e8e8e8;
	margin-left: -1px;
	text-indent: 12px;
	color: #b3b2b2;
	line-height: 28px;
}

.zxdz_info .wydz {
	display: block;
	width: 405px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background: #333;
	color: #fff;
	font-size: 16px;
	position: relative;
}

.zxdz_info .wydz i {
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 140px;
	top: 8px;
	background: url(../img/icon04.png) no-repeat center;
}


/*   cgal部分   */

.cgal {
	background: #f0f0f0;
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}

.cgal .cgal_line {
	height: 174px;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 1px solid #cfcfcf;
	width: 100%;
}

.cgal .cgal_con {
	position: relative;
}

.cgal .cgal_con .cgal_type {
	position: relative;
	top: -9px;
	*top: -8px;
	text-align: center;
}

.cgal .cgal_con .cgal_type li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-top: 40px;
	height: 20px;
	line-height: 20px;
	margin-left: 40px;
	background: url(../img/ty01.png) no-repeat center top;
}

.cgal .cgal_con .cgal_type li:first-child {
	margin-left: 0;
}

.cgal .cgal_con .cgal_type li.cur {
	background: url(../img/ty02.png) no-repeat center top;
}

.cgal .cgal_con .cgal_type li a {
	font-size: 16px;
	color: #666;
}

.cgal .cgal_con .cgal_type li.cur a {
	color: #9b7c45;
	font-weight: bold;
}

.cgal .cgal_con .type_con {
	margin: 45px 0;
}

.cgal .cgal_con .type_con dl {
	/*width: 377px;*/
	width: 31.4%;
	margin-right: 2.9%;
	margin-bottom: 35px;
	float: left;
	border: 1px solid #d8cba8;
}

.cgal .cgal_con .type_con dl:nth-child(3n) {
	margin-right: 0;
}

.cgal .cgal_con .type_con dl.bdnot {
	/*margin-left: 0;*/
}

.cgal .cgal_con .type_con dl img {
	display: block;
	width: 100%;
}

.cgal .cgal_con .type_con dl dd {
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #666;
}

.cgal .cgal_con .type_con .type01 {
	display: none;
}

.cgal .cgal_con .type_con .type01.cur {
	display: block;
}


/*  fwlc    */

.fwlc {
	background: #f1f1f1;
	min-height: 430px;
}

.fwlc .fwlc_con .fwlcdl {
	width: 20%;
	float: left;
	padding: 0 40px;
	background: url(../img/fwlcjtr.png) no-repeat left 72px;
}

.fwlc .fwlc_con .fwlcdl:first-child {
	/*padding-left: 0;*/
	background: none;
}

.fwlc .fwlc_con .fwlcdl dt i {
	display: block;
	width: 92px;
	height: 74px;
	margin: 45px auto;
}

.fwlc .fwlc_con .fwlcdl dt {
	width: 165px;
	height: 165px;
	background: url(../img/fwlcty01.png) no-repeat center;
	overflow: hidden;
}

.fwlc .fwlc_con .fwlcdl dd {
	padding-top: 25px;
	text-align: center;
	font-size: 15px;
	color: #666;
}

.fwlc .fwlc_con .fwlcdl.dl01 dt i {
	background: url(../img/fwlc01.png) no-repeat center;
}

.fwlc .fwlc_con .fwlcdl.dl02 dt i {
	background: url(../img/fwlc03.png) no-repeat center;
}

.fwlc .fwlc_con .fwlcdl.dl03 dt i {
	background: url(../img/fwlc05.png) no-repeat center;
}

.fwlc .fwlc_con .fwlcdl.dl04 dt i {
	background: url(../img/fwlc07.png) no-repeat center;
}

.fwlc .fwlc_con .fwlcdl.dl05 dt i {
	background: url(../img/fwlc09.png) no-repeat center;
}

.fwlc .fwlc_con .fwlcdl:hover dt {
	background: url(../img/fwlcty02.png) no-repeat center;
}

.fwlc .fwlc_con .fwlcdl.dl01:hover dt i {
	background: url(../img/fwlc02.png) no-repeat center;
}

.fwlc .fwlc_con .fwlcdl.dl02:hover dt i {
	background: url(../img/fwlc04.png) no-repeat center;
}

.fwlc .fwlc_con .fwlcdl.dl03:hover dt i {
	background: url(../img/fwlc06.png) no-repeat center;
}

.fwlc .fwlc_con .fwlcdl.dl04:hover dt i {
	background: url(../img/fwlc08.png) no-repeat center;
}

.fwlc .fwlc_con .fwlcdl.dl05:hover dt i {
	background: url(../img/fwlc10.png) no-repeat center;
}


/*   szss */

.szss {
	position: relative;
	background: #f0f0f0;
	padding-bottom: 50px;
}

.szss .main {
	position: relative;
	z-index: 2;
}

.szss .szszbg01 {
	position: absolute;
	left: 0;
	top: 0;
	height: 375px;
	background-image: -webkit-gradient(linear, 16% 0%, 100% 100%, from(#D8CBA8), to(#9B7C45), color-stop(0.9, #9B7C45));
	width: 100%;
	z-index: 1;
}

.szss .szssbg02 {
	display: none;
	position: absolute;
	left: 0;
	top: 375px;
	height: 555px;
	background: #f0f0f0;
	width: 100%;
	z-index: -99;
}

.szss .article {
	padding-top: 30px;
}

.szss .article h2.h2_title a {
	color: #fff;
}

.szss .article p.p_title span {
	background: url(../img/artbg02.png) no-repeat left center;
}

.szss .article p.p_title i {
	color: #fff;
}

.szss .con_top {
	padding: 35px 45px;
	background: #fff;
}

.szss .con_top .top_left {
	width: 47.2%;
}

.szss .con_top .top_left img {
	display: block;
	width: 100%;
}

.szss .con_top .top_right {
	width: 48.6%;
	padding-top: 35px;
	position: relative;
	padding-bottom: 45px;
}

.szss .con_top .top_right h2 {
	font-size: 20px;
	margin-bottom: 30px;
}

.szss .con_top .top_right h2 a {
	color: #333;
}

.szss .con_top .top_right p.r_p1 {
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.szss .con_top .top_right a.adsz_more {
	display: block;
	width: 142px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	background-image: -webkit-gradient(linear, 16% 0%, 100% 100%, from(#D8CBA8), to(#9B7C45), color-stop(0.9, #9B7C45));
	/*position: absolute;
	left: 0;
	bottom: 45px;*/
}

.szss .con_top .top_right a.adsz_more i {
	display: block;
	width: 5px;
	height: 9px;
	background: url(../img/szssjtr.png) no-repeat center;
	position: absolute;
	right: 20px;
	top: 15px;
}

.szss .con_bot {
	background: #fff;
	padding: 0px 45px 45px 45px;
}

.szss .con_bot .bot_ul01 {
	padding-top: 35px;
	margin-bottom: 25px;
	border-top: 1px dashed #dfdfdf;
}

.szss .con_bot .bot_ul01 li {
	float: left;
	padding: 0 5px;
	font-size: 18px;
	color: #333;
}

.szss .con_bot .bot_ul01 li.cur a,
.szss .con_bot .bot_ul01 li:hover a {
	color: #9b7c45;
}

.szss .con_bot .ul_con ul.con01 {
	display: none;
}

.szss .con_bot .ul_con ul.con01.cur {
	display: block;
}

.szss .con_bot .ul_con ul li {
	float: left;
	position: relative;
	width: 24%;
	margin-left: 1.33%;
	overflow: hidden;
}

.szss .con_bot .ul_con ul li a {
	color: #333;
}

.szss .con_bot .ul_con ul li:nth-child(4n+1) {
	margin-left: 0;
}

.szss .con_bot .ul_con ul li img {
	display: block;
	width: 100%;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.szss .con_bot .ul_con ul li img:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.szss .con_bot .ul_con ul li p {
	height: 35px;
	width: 100%;
	background: url(../img/szssbg01.png) no-repeat center;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*     news      */

.news {
	background: #fff;
	padding-bottom: 50px;
}

.news_type {
	margin: 10px auto 52px auto;
	font-size: 16px;
	text-align: center;
}

.news_type a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 135px;
	height: 48px;
	line-height: 42px;
	margin-left: 22px;
	color: #333;
	border: 3px solid #dfdfdf;
}

.news_type a.cur,
.news_type a:hover {
	background-image: -webkit-gradient(linear, 16% 0%, 100% 100%, from(#D8CBA8), to(#9B7C45), color-stop(0.9, #9B7C45));
	color: #fff;
}

.news01 {
	position: relative;
	display: none;
	background: url(../img/newsbg01.png) no-repeat left 0px;
}

.news01.cur {
	display: block;
}

.news01 .news_left {
	width: 40%;
	/*height: 440px;*/
	position: relative;
	top: 25px;
	left: 30px;
}

.news01 .news_left img {
	display: block;
	width: 100%;
}

.news01 .news_left .newscase .left_p1 {
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news01 .news_left .newscase .left_p2 {
	font-size: 14px;
	color: #8e8a8c;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news01 .news_right {
	width: 51.66%;
}

.news01 .news_right ul li {
	position: relative;
	padding: 16px 10px 20px 70px;
	padding: 10px 10px 15px 70px \9;
	border-top: 1px solid #e4e4e4;
}

.news01 .news_right ul li:first-child {
	border-top: none;
}

.news01 .news_right ul li span.timedate {
	display: block;
	height: 60px;
	width: 89px;
	position: absolute;
	left: 0;
	top: 35px;
	top: 36px \9;
	text-align: center;
	padding-right: 13px;
	border-right: 1px dotted #333;
	color: #333;
}

.news01 .news_right ul li span.timedate b {
	font-size: 48px;
	line-height: 48px;
	height: 48px;
	display: block;
	position: relative;
	top: -10px;
	font-weight: normal;
}

.news01 .news_right ul li span.timedate em {
	display: block;
	font-size: 18px;
	font-style: normal;
}

.news01 .news_right ul li p {
	/*width: 450px;*/
}

.news01 .news_right ul li p.right_p1 {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-left: 45px;
}

.news01 .news_right ul li p.right_p1 a {
	color: #333;
}

.news01 .news_right ul li p.right_p2 {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	padding-left: 45px;
	color: #666;
}

.news01 .news_right ul li:hover span.timedate {
	color: #9b7c45;
	border-right: 1px dotted #9b7c45;
}

.news01 .news_right ul li:hover p.right_p1 a {
	color: #9b7c45;
}


/*======================fri=====================*/

.yqlj {
	padding-top: 28px;
	padding-bottom: 32px;
	background: #2c2c2c;
}

.yqlj h4 {
	float: left;
	font-size: 16px;
	font-weight: normal;
	padding-left: 32px;
	background: url(../img/icon17.png) no-repeat left center;
}

.yqlj h4 a {
	color: #9b7c45;
}

.yqlj h4 img {
	display: block;
	margin-top: 5px;
}

.yqlj .yqcont {
	padding-top: 5px;
}

.yqlj .yqcont a {
	color: #666;
	padding: 0 10px;
	font-size: 14px;
}

.yqlj .yqcont a:hover {
	color: #9b7c45;
}

.yqlj .yqcont a:first-child {
	margin-left: 30px;
}


/*==============================pro===========================*/

.ny_sec {
	padding: 25px 0 35px;
	background: #fff;
}

.ny_left {
	width: 21.66%;
}

.ny_right {
	width: 76.83%;
}

.ny_left .top {
	background: #BFAC81 url(../img/tbg.jpg) no-repeat left top;
	background-size: cover;
}

.ny_left .top h2 {
	line-height: 55px;
	height: 55px;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.ny_left .nynav {
	margin-bottom: 25px;
	-moz-box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.65);
	-webkit-box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.65);
	box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.65);
}

.ny_left .guide {
	padding: 20px 15px;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
}

.ny_left .guide dl {
	margin-top: -1px;
	border: 1px solid #E7E7E7;
}

.ny_left .guide dt a {
	display: block;
	line-height: 44px;
	padding: 0 30px;
	background: #fff url(../img/noff.png) no-repeat 95% center;
	color: #666666;
	font-size: 16px;
}

.ny_left .guide dt a:hover {
	font-weight: bold;
	color: #fff;
	background: #333;
}

.ny_left .guide dl.active dt a {
	font-weight: bold;
	color: #fff;
	background: #333;
}

.ny_left .contact {
	margin-bottom: 35px;
	background: #fff;
	-moz-box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.65);
	-webkit-box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.65);
	box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.65);
}

.ny_left .contact .main {
	margin-top: 0;
	padding: 25px 0 2px 0;
	font-size: 16px;
	color: #666;
	line-height: 37px;
	border: 1px solid #ccc;
}

.ny_left .contact .main>div {
	padding-left: 30px;
	background: url(../img/about_r1_c1.jpg) no-repeat left 9.5px;
	word-break: break-all;
}

.ny_left .contact .main .add {
	margin: 0 25px;
	background-image: url(../img/nyico1.jpg);
}

.ny_left .contact .main .mail {
	margin: 0 25px;
	background-image: url(../img/nyico2.jpg);
}

.ny_left .contact .main .tel {
	margin: 0 25px;
	background-image: url(../img/nyico3.jpg);
}

.ny_left .contact .main .ewm {
	padding: 0;
	text-align: center;
}

.ny_left .contact .main .ewm .pic {
	width: 122px;
	margin: 0 auto;
}

.ny_left .contact .main .ewm .pic img {
	display: block;
	width: 100%;
}

.ny_left .contact .main .ewm .t {
	font-size: 14px;
	color: #333;
}

.ny_left .contact .main img {
	display: block;
	margin: 0 auto;
	width: 253px!important;
	max-width: 100%;
}

.keyw {
	padding: 25px 15px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.65);
	-webkit-box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.65);
	box-shadow: 2px 2px 4px rgba(204, 204, 204, 0.65);
}

.keyw .tit {
	font-size: 22px;
	color: #333;
	margin-bottom: 15px;
}

.keyw .list {
	font-size: 0;
}

.keyw .list a {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 25px;
}

.keyw .list a:hover {
	color: #fff;
	background: #A38752;
	border-color: #A38752;
}

.ny_tit {
	padding: 15px 0;
	margin-bottom: 15px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ccc;
}

.ny_tit a {
	color: #666;
}

.casemain {
	margin-top: 30px;
	padding: 0 0 0 20px;
}

.casemain ul li {
	position: relative;
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 50px;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.casemain ul li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ccc;
	z-index: 1;
}

.casemain ul li:nth-child(3n) {
	margin-right: 0;
}

.casemain ul li:hover {
	-moz-box-shadow: 1px 1px 11px rgba(153, 153, 153, 0.65);
	-webkit-box-shadow: 1px 1px 11px rgba(153, 153, 153, 0.65);
	box-shadow: 1px 1px 11px rgba(153, 153, 153, 0.65);
}

.casemain ul li a {
	display: block;
}

.casemain ul li .pic {
	overflow: hidden;
	padding: 4px;
}

.casemain ul li .pic img {
	display: block;
	width: 100%;
}

.casemain ul li .tbox {
	position: relative;
	text-align: center;
	padding: 10px 0 35px;
	overflow: hidden;
}

.casemain ul li .tbox:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -25.5px;
	margin-left: -72.5px;
	width: 148px;
	height: 51px;
	border: 1px solid #ccc;
	border-radius: 25px;
	background: #fff;
	z-index: 2;
}

.casemain ul li .tbox .t1 {
	font-size: 15px;
	color: #333;
	height: 24px;
	line-height: 24px;
}

.casemain ul li .t2 {
	position: absolute;
	left: 50%;
	bottom: -19px;
	margin-left: -65px;
	font-size: 14px;
	color: #fff;
	width: 134px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 25px;
	background: #ccc;
	z-index: 3;
}

.casemain ul li .t2:hover {
	background: #BFAC81 url(../img/tbg.jpg) no-repeat left top;
	background-size: 100% 100%;
}

.casemain ul li .t2 i {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	margin-right: 8px;
	height: 22px;
	background: url(../img/tmore.png) no-repeat left center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


/*==============================proxq===========================*/

.protop {
	margin-bottom: 30px;
}

.protbox {
	float: left;
	width: 43%;
}

.protbox .t1 {
	text-align: center;
	font-size: 20px;
	color: #666;
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.protbox .t2 {
	font-size: 16px;
	color: #666;
	line-height: 32px;
	padding: 15px 30px;
}

.protbox .prozx {
	display: block;
	margin: 40px auto 0;
	width: 165px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #ccc;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #A38753;
}

.protbox .prozx:hover {
	opacity: 0.8;
}

.pc-slide {
	float: left;
	width: 57%;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}

.view .swiper-container {
	width: 100%;
	/*height: 500px;*/
}

.view .arrow-left {
	background: url(../images/feel3.jpg) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -74px;
	width: 45px;
	height: 148px;
	z-index: 10;
}

.view .arrow-right {
	background: url(../images/feel4.jpg) no-repeat left bottom;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -74px;
	width: 45px;
	height: 148px;
	z-index: 10;
}

.preview {
	width: 100%;
	padding: 0 50px;
	margin-top: 20px;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
}

.preview .swiper-slide {
	cursor: pointer;
}

.preview .arrow-left {
	/*display: none;*/
	background: url(../img/feel3.png) no-repeat left top;
	background-size: auto 100%;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -12.5px;
	width: 25px;
	height: 25px;
	z-index: 10;
}

.preview .arrow-right {
	/*display: none;*/
	background: url(../img/feel4.png) no-repeat left bottom;
	background-size: auto 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -12.5px;
	width: 25px;
	height: 25px;
	z-index: 10;
}

.view img {
	width: 100%;
}

.preview img {
	width: 100%;
	border: 1px solid #ccc;
}

.preview .active-nav img {
	border: 1px solid #A38753;
}

.proxqmain {
	border-top: 1px solid #ccc;
	padding: 30px 0;
}

.proxqmain .box {
	/*display: none;*/
	display: block;
}


/*.proxqmain .box:first-child {
	display: block;
}*/

.proxqmain img {
	display: block;
	max-width: 100%;
}

.tabs ul li {
	float: left;
	padding: 0 35px;
	line-height: 44px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	background: #A38752;
	cursor: pointer;
}

.tabs ul li a {
	color: #fff;
}


/*===============================news==========================*/

.newsmain {
	padding: 0 10px 0 30px;
}

.newslist ul li {
	position: relative;
	height: 61px;
	line-height: 60px;
	border-bottom: 1px dashed #C6C6C6;
	padding-left: 30px;
	overflow: hidden;
}

.newslist ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.5px;
	width: 12px;
	height: 3px;
	background: #A38752;
}

.newslist ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	position: relative;
}

.newslist ul li a .sp1 {
	width: 75%;
	overflow: hidden;
}

.newslist ul li a .sp2 {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	color: #999;
}

.newslist ul li a:hover {
	color: #A38752;
}

.page {
	padding: 40px 0;
	text-align: center;
}

.page a {
	display: inline-block;
	font-size: 16px;
	color: #666;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	background: #fff;
	cursor: pointer;
}

.page a:hover {
	color: #A38752;
}

.page a.on {
	text-align: center;
	background: #BFAC81;
	border-radius: 50%;
	color: #fff;
}


/*=============================about============================*/

.details {
	font-size: 14px;
	color: #000;
}

.details img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


/*=========================================================*/

.fixedfoot {
	display: none;
	z-index: 9999;
}

.float_qq {
	position: absolute;
	top: 150px;
	right: 0;
	width: 50px;
	height: 203px;
	z-index: 6666;
}

.float_qq li {
	width: auto;
	height: 50px;
	z-index: 20;
}

.float_qq li.float_qq1,
.float_qq li.float_qq4 {
	position: absolute;
	left: 0;
	width: 172px;
}

.float_qq li.float_qq1 {
	top: 0;
}

.float_qq li.float_qq2 {
	position: absolute;
	top: 51px;
	left: 0;
	width: 126px;
}

.float_qq li.float_qq3 {
	position: absolute;
	top: 102px;
	left: 0;
	width: 126px;
}

.float_qq li.float_qq4 {
	position: absolute;
	top: 153px;
	left: 0;
	width: 172px;
}

.float_qq4 {
	position: absolute;
	top: 153px;
	left: 0;
}

.float_qq li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	opacity: 0.8;
	border-radius: 6px;
}

.float_qq li a img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
}

.float_qq li a:hover {
	background-color: #AC9A6A;
	opacity: 1;
}

.float_shwx {
	position: absolute;
}

.float_shwx:hover {
	z-index: 22;
}

.float_shwx .wxm {
	display: none;
	position: absolute;
	right: -5px;
	top: 38px;
	width: 120px!important;
	height: 120px!important;
	z-index: 22;
}

.float_shwx:hover .wxm {
	display: block;
}


/*=========================================================*/

@media only screen and (max-width:1280px) {
	.zxdzbg {
		left: -38px;
	}
}

@media only screen and (max-width:1200px) {
	.header,
	.content,
	.footer,
	.container,
	.w {
		width: 1024px;
	}
	.ny_sec {
		padding: 20px 0;
	}
	.ny_tit {
		padding-top: 0;
	}
}

@media only screen and (max-width:1024px) {
	.header,
	.content,
	.footer,
	.container,
	.w {
		width: 960px;
	}
	.footer .f_nav a {
		padding: 0 30px;
	}
	.search .inp {
		width: auto;
	}
	.search .inp input {
		width: 200px;
	}
	.zxdzbg {
		display: none;
	}
	.zxdz .zxdz_con {
		padding-left: 30px;
	}
	.footer .f_con .erwm {
		top: 20px;
	}
	.footer .f_con .erwm ul li {
		width: 95px;
	}
	.footer .f_con .erwm ul li img{
		width: 80px;
	}

}

@media only screen and (max-width:960px) {
	.header,
	.content,
	.footer,
	.container,
	.w {
		width: 100%;
		padding: 0 3%;
	}
	header {
		display: none;
	}
	.phone_head {
		display: block;
	}
	.banner,
	.nybanner {
		margin-top: 50px;
	}
	.ny_left {
		display: none;
	}
	.ny_right {
		width: 100%;
	}
	.newsmain {
		padding: 0;
	}
	.newslist ul li {
		line-height: 40px;
		height: 41px;
	}
	.page {
		padding: 20px 0;
	}
	.casemain {
		padding: 0;
	}
	.pc-slide {
		padding: 0;
		border: none;
		width: 100%;
	}
	.protbox {
		width: 100%;
	}
	.protbox .t1 {
		font-size: 16px;
	}
	.protbox .t2 {
		padding: 15px;
	}
	.footer .f_nav {
		display: none;
	}
	.footer .f_con {
		padding-left: 0;
		padding-right: 135px;
		background: none;
	}
	.footer .f_con ul {
		padding-left: 0;
	}
	.footer .f_con .f_line {
		display: none;
	}
	.wrap-footer .f_bg01 {
		display: none;
	}
	.zxdz .zxdz_con {
		height: auto;
		padding-bottom: 20px;
	}
	.zxdz .zxdz_con .zxdz_p1 {
		padding-top: 20px;
		font-size: 22px;
		width: 100%;
		padding-left: 0px;
		text-align: center;
	}
	.zxdz .zxdz_con .zxdz_p2 {
		width: 100%;
		text-align: center;
		font-size: 16px;
		margin: 0 auto;
	}
	.zxdz .zxdz_con .tel {
		width: 100%;
		height: auto;
		margin-top: 15px;
		padding-left: 0px;
		text-align: center;
		background: none;
	}
	.zxdz_info {
		width: 90%;
		margin: 15px auto 0;
		height: auto;
		position: static;
		text-align: center;
	}
	.zxdz_info p span {
		display: none;
	}
	.zxdz_info .wydz {
		margin: 0 auto;
	}
	.zxdz .zxdz_con {
		width: 100%;
		padding: 0 0 20px;
	}
	.zxdz_info p input,
	.zxdz_info p.info03 textarea,
	.zxdz_info .wydz {
		width: 405px;
	}
	.logot {
		display: inline-block;
		vertical-align: middle;
		color: #333;
	}
	.logot .t1 {
		font-size: 16px;
		color: #333;
		line-height: 20px;
		font-weight: bold;
	}
	.logot .t1 span {
		color: #9b7c45;
	}
	.logot .t2 {
		font-size: 14px;
		color: #333;
		line-height: 16px;
		color: #333;
	}
}

@media only screen and (max-width:780px) {
	.article h2.h2_title {
		font-size: 22px;
	}
	.article p.p_title {
		font-size: 16px;
	}
	.cgal .cgal_line {
		height: 164px;
	}
	.cgal .cgal_con .type_con {
		margin: 45px 0 0;
	}
	.zxdzbg {
		display: none;
	}
	.fwlc .fwlc_con .fwlcdl {
		width: 50%;
		margin-bottom: 20px;
		background: none;
	}
	.fwlc .fwlc_con .fwlcdl dt {
		margin: 0 auto;
	}
	.szss .con_top .top_right {
		padding: 0;
	}
	.news {
		padding-bottom: 30px;
	}
	.news01 .news_left {
		width: 90%;
	}
	.news01 .news_right {
		width: 100%;
		margin-top: 30px;
	}
}

@media only screen and (max-width:560px) {
	.article {
		text-align: center;
		padding: 20px 0;
	}
	.bannerswiper .swiper-pagination {
		bottom: 10px;
	}
	.wrap-search {
		height: auto;
		padding-bottom: 10px;
	}
	.search .keyword {
		height: auto;
		line-height: 34px;
	}
	.search .inp {
		width: 100%;
	}
	.cgal {
		padding-bottom: 0;
	}
	.cgal .cgal_line {
		display: none;
	}
	.cgal .cgal_con .cgal_type {
		top: 0;
		/*font-size: 0;*/
		text-align: left;
	}
	.cgal .cgal_con .cgal_type li {
		width: 48%;
		margin-bottom: 15px;
		padding-top: 0px;
		height: 32px;
		line-height: 30px;
		margin-left: 0px;
		background: none;
		text-align: center;
		border: 1px solid #333;
		border-radius: 10px;
	}
	.cgal .cgal_con .cgal_type li.cur {
		background: #9b7c45;
	}
	.cgal .cgal_con .cgal_type li.cur a {
		color: #fff;
	}
	.cgal .cgal_con .type_con {
		margin: 5px 0 0;
	}
	.cgal .cgal_con .type_con dl {
		width: 48%;
		margin-right: 4%;
	}
	.cgal .cgal_con .type_con dl:nth-child(3n) {
		margin-right: 4%;
	}
	.cgal .cgal_con .type_con dl:nth-child(2n) {
		margin-right: 0;
	}
	.zxdz {
		padding: 20px 0 30px;
	}
	.zxdz .container {
		margin-top: 0px;
		height: auto;
	}
	.zxdz_info p input,
	.zxdz_info p.info03 textarea,
	.zxdz_info .wydz {
		width: 100%;
	}
	.zxdz_info .wydz i {
		display: none;
	}
	.fwlc .fwlc_con .fwlcdl dt {
		width: 135px;
		height: 135px;
		background-size: cover;
	}
	.fwlc .fwlc_con .fwlcdl {
		padding: 0;
	}
	.fwlc .fwlc_con .fwlcdl dt i {
		margin: 30.5px auto;
	}
	.article p.p_title i {
		padding: 0 5px;
		font-size: 14px;
	}
	.szss .con_top {
		padding: 20px;
	}
	.szss .con_top .top_left {
		width: 100%;
	}
	.szss .con_top .top_right {
		width: 100%;
		margin-top: 20px;
	}
	.szss .con_top .top_right a.adsz_more {
		margin-top: 15px;
	}
	.szss .con_bot {
		padding: 0 20px 0;
	}
	.szss .con_bot .bot_ul01 {
		padding-top: 15px;
	}
	.szss .con_bot .ul_con ul li {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 20px;
	}
	.szss .con_bot .ul_con ul li:nth-child(4n+1) {
		margin-left: 4%;
	}
	.szss .con_bot .ul_con ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	.news_type a {
		width: 110px;
		margin-left: 0;
	}
	.news_type {
		margin: 10px auto 20px auto;
	}
	.news01 {
		background-size: 60% auto;
	}
	.news01 .news_right ul li span.timedate b {
		font-size: 30px;
	}
	.yqlj {
		display: none;
	}
	.newslist ul li {
		padding-left: 20px;
	}
	.newslist ul li a {
		font-size: 14px;
	}
	.casemain ul li {
		width: 48%;
		margin-right: 4%;
	}
	.casemain ul li:nth-child(3n) {
		margin-right: 4%;
	}
	.casemain ul li:nth-child(2n) {
		margin-right: 0;
	}
	.footer .f_con .erwm {
		position: static;
		margin: 0 auto;
		text-align: center;
	}
	.footer .f_con {
		padding: 0;
	}
	.footer .f_con ul {
		padding: 10px 0;
	}
	.footer .f_con ul li {
		height: auto;
		line-height: 20px;
		font-size: 14px;
	}
	.bannerswiper .swiper-button-next,
	.bannerswiper .swiper-button-prev {
		position: absolute;
		width: 28px;
		height: 28px;
		margin-top: -14px;
		background-size: cover!important;
	}
	.szss .con_top .top_right h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.wrap-search {
		display: none;
	}
	.fixedfoot {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #A38752;
	}
	.fixedfoot ul {
		display: table;
		table-layout: fixed;
		text-align: center;
		width: 100%;
	}
	.fixedfoot ul li {
		display: table-cell;
	}
	.fixedfoot ul li a {
		display: block;
		font-size: 16px;
		color: #fff;
		line-height: 40px;
		border-left: 1px dashed #ccc;
	}
	.fixedfoot ul li:first-child a {
		border: none;
	}
	.wrap-footer {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width:480px) {}

@media only screen and (max-width:380px) {}

.details {
	color: #555555;
	font-size: 16px;
}

.details .con1 {
	line-height: 36px;
}

.details .con1 .tit {
	font-size: 22px;
	color: #222;
	margin-bottom: 15px;
	text-align: center;
}

.details .con1 .time {
	margin-bottom: 20px;
	text-align: center;
}

.details .con1 img {
	display: block;
	margin: 25px 0;
	width: 100%;
}



.fixed_footer{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:99999999;
	background:#9b7c45;
	display: none;
}
.fixed_footer li{
	float:left;
	width:25%;
	text-align:center;
	height:60px;
	border-right:1px dashed #ccc;


}

.fixed_footer li:last-child{
	border-right:none;
}
.fixed_footer li a{
	display: block;
	width:100%;
	height:100%;
	padding-top:35px;
	font-size:15px;
	color:#fff;
}

.fixed_footer li:nth-child(1){
	background:url(../img/ff1.png) no-repeat center 0px;
}
.fixed_footer li:nth-child(2){
	background:url(../img/f2.png) no-repeat center 0px;
}
.fixed_footer li:nth-child(3){
	background:url(../img/f03.png) no-repeat center 0px;
}
.fixed_footer li:nth-child(4){
	background:url(../img/f04.png) no-repeat center 0px;
}


@media only screen and (max-width:1080px) {

	.fixed_footer{
		display: block;
	}












}
