.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

body { color: #333; font-family: "微软雅黑"; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

img { border: none; }

ul li { list-style-type: none; }

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: #333; outline: none; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; }

h1 { margin: 0; padding: 0; font-weight: normal; }

input, textarea { font-family: "微软雅黑"; font-size: 14px; font-size: 1.4rem; border: none; outline: none; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

::-webkit-input-placeholder { color: #666; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

.nlazy { min-width: 20%; }

/**/
[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

[class*="-item"] .item-pic:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

[class*="-item"] .item-title { overflow: hidden; }

[class*="-item"] .item-title a:hover { color: #C29E64 !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a:hover { color: #C29E64 !important; }

[class*="-item"] .item-desc { overflow: hidden; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #C29E64 !important; }

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
.wp { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .wp { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

@media screen and (min-width: 1220px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.table table tr td { padding: 3px; border: 1px solid #ccc; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table table { width: 885px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }

@media screen and (max-width: 767px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; }

.page a { width: 26px; height: 26px; line-height: 24px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0 4px 10px; border: solid 1px #C29E64; background-color: #C29E64; color: #fff; font-size: 12px; font-size: 1.2rem; }

.page .prev, .page .next { width: 62px; margin: 0 8px 10px; }

.page a:hover, .page .page-active ,.page .active { border: solid 1px #C29E64; background-color: #fff; color: #C29E64; }

.fl { float: none; display: inline-block; }

.add-form { float: none; background: url(../images/af-bg.png) no-repeat right center; padding-right: 33px; display: inline-block; margin-left: 126px; }

.add-btn { width: 133px; height: 26px; line-height: 26px; text-align: center; border: solid 1px #C29E64; background-color: #C29E64; color: #FFFFFF; cursor: pointer; font-size: 12px; font-size: 1.2rem; }

.add-btn:hover { background-color: #fff; color: #C29E64; }

@media only screen and (max-width: 767px) { .add-form { margin-left: 0; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 69px; }

.contact-pc li { position: relative; width: 100%; height: 69px; border-radius: 0; margin-bottom: 0; border-radius: 5px; margin-bottom: 2px; }

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 69px; cursor: pointer; }

.contact-pc li .ewm { position: absolute; bottom: 0; left: 125px; max-width: 120px; width: 120px; height: 120px; }

.contact-pc li.ewm-box:hover .ewm { left: -125px; }

.c1 { background: #F6F6F6; }

.c1 .iconfont { color: #09A8FA; font-size: 28px; font-size: 2.8rem; }

.c2 { background: #F6F6F6; }

.c2 .iconfont { color: #09A8FA; font-size: 28px; font-size: 2.8rem; }

.c3 { background: #F6F6F6; }
.c4 { background: #F6F6F6; }
.c3 .iconfont { color: #83c14b; font-size: 28px; font-size: 2.8rem; }

.contact-phone { position: fixed; bottom: 0; height: 50px; left: 0; right: 0; display: none; z-index: 999; }

.contact-phone li { width: 33.3%; height: 100%; float: left; position: relative; }

.contact-phone li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 50px; cursor: pointer; }

.contact-phone li .ewm { position: absolute; bottom: 50px; right: 0; display: none; max-width: 120px; width: 120px; height: 120px; }
.c4 img{ width:100%; max-width:35px;  display:block; margin:0 auto; margin-top:10px;}
@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; }
  body { padding-bottom: 50px; } }

.m-kf2 { position: fixed; right: 0; top: 50%; margin-top: -167px; z-index: 999; width: 150px; height: 334px; background: url("../images/kfbg.jpg") no-repeat center top; }

.m-kf2 .kf-text { position: absolute; top: 117px; width: 100%; padding-left: 18px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.m-kf2 .kf-item { margin-bottom: 15px; padding-left: 20px; height: 20px; line-height: 20px; font-size: 14px; font-size: 1.4rem; color: #333; background: url("../images/qq.png") no-repeat left center; }

.m-kf2 .kf-item a { color: #333; }

.m-kf2 .kf-item a:hover { color: #C29E64; }

.m-kf2 .kf-wx { position: absolute; left: 18px; bottom: 85px; font-size: 0; }

@media screen and (max-width: 767px) { .m-kf2 { display: none; } }

/*back-top*/
.back-top { position: fixed; right: 5px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; }

.back-top .iconfont { font-size: 60px; font-size: 6rem; color: #6A6A6A; }

.back-top .iconfont:hover { color: #C29E64; }

@media screen and (max-width: 767px) { .back-top .iconfont { font-size: 40px; font-size: 4rem; } }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { height: 26px; font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #C29E64; }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { margin: 40px 0 0; padding: 12px 0 0; border-top: solid 1px #ccc; }

.m-oths .oths-item { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.m-oths .oths-item a:hover { color: #C29E64; }

.m-oths .oths-item-1 { margin-bottom: 0; }

@media only screen and (max-width: 767px) { .m-oths { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin: 25px 0 0; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 21px 0 5px; overflow: hidden; }

.bread .iconfont { font-size: 18px; font-size: 1.8rem; color: #C29E64; margin-right: 10px; }

.bread, .bread a { color: #333; }

.bread a:hover, .bread .bread-active { color: #C29E64; }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #999; opacity: 1; }

/* Internet Explorer 10+ */
.search { position: relative; }

.search .search-box { overflow: hidden; position: relative; z-index: 9; width: 300px; height: 35px; border-radius: 0; border: solid 1px #fff; background-color: transparent; cursor: pointer; }

.search .search-box .iconfont { font-size: 16px; font-size: 1.6rem; color: #fff; position: absolute; width: 38px; height: 16px; line-height: 16px; text-align: center; right: 0; top: 50%; margin-top: -8px; z-index: -1; }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 35px; padding: 0 38px 0 8px; color: #999; }

.search .search-submit { position: absolute; width: 38px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

@media screen and (max-width: 767px) { .search .search-box { height: 30px; }
  .search .search-input { line-height: 28px; } }

/*-------------header start----------------------------------------------------------------*/
.header { background-color: #000; }

.header .h-top { padding: 16px 0 0; }

.header .h-top .item-key { float: right; max-width: 730px; text-align: right; line-height: 35px; padding-right: 1.58333%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.header .h-top .item-key, .header .h-top .item-key a { color: #999; }

.header .h-top .item-key a:hover { color: #C29E64; }

@media screen and (max-width: 999px) { .header .h-top .item-key { width: 100%; max-width: 600px; line-height: 30px; margin-top: 5px; } }

@media screen and (max-width: 767px) { .header .h-top { padding: 5px 35px 5px 0; }
  .header .h-top .item-contact, .header .h-top .item-key { display: none; }
  .header .h-top .search .search-box { width: 260px; } }

.header .logo { display: block; position: absolute; top: 11px; left: 0; }

@media screen and (max-width: 999px) { .header .logo { height: 100px; top: 20px; } }

@media screen and (max-width: 767px) { .header .logo { position: relative; left: auto; top: auto; float: none; height: 70px; margin: 10px auto 15px; } }

.header .navlist { float: right; margin-top: 22px; margin-bottom: -3px; }

.header .navlist > li { position: relative; float: left; margin-left: 68px; padding-bottom: 8px; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-size: 18px; font-size: 1.8rem; display: block; position: relative; line-height: 30px; padding: 0 3px 20px; border-bottom: solid 2px transparent; color: #fff; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #C29E64; border-color: #C29E64; }

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 40px; } }

@media screen and (max-width: 999px) { .header .navlist { margin-top: 5px; }
  .header .navlist > li { margin-left: 25px; }
  .header .navlist > li > a { padding-bottom: 10px; } }

@media screen and (max-width: 980px) { .header .navlist { margin-bottom: 0; } }

@media screen and (max-width: 850px) { .header .navlist > li { margin-left: 18px; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { top: 100%; }

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 204px; left: 0; background-color: #fff; -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); padding-bottom: 17px; }

.header .yiji li { position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 24px; padding: 8px 15px 8px 33px; font-size: 16px; font-size: 1.6rem; }

.header .yiji li:hover > a { background-color: #C29E64; color: #fff; }

.header .yiji li:hover .erji { left: 100%; }

@media screen and (max-width: 1219px) { .header .yiji li > a { font-size: 16px; font-size: 1.6rem; padding: 8px 15px; } }

@media screen and (max-width: 980px) { .header .yiji { display: none; } }

.header .erji li:hover .sanji { left: 100%; }

.header .erji, .header .sanji { position: absolute; left: -9999px; top: 0px; width: 204px; background-color: #fff; -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); padding-bottom: 17px; }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; }

.navlist1 > li { float: left; width: 25%; text-align: center; padding-bottom: 5px; }

.navlist1 > li > a { color: #fff; display: inline-block; position: relative; line-height: 30px; padding: 0 3px 5px; border-bottom: solid 2px transparent; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { color: #C29E64; border-color: #C29E64; }

@media screen and (max-width: 767px) { .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
.footer :-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder { color: #999; opacity: 1; }

/* Internet Explorer 10+ */
.footer { background: url(../images/bg4.jpg) no-repeat top center; -webkit-background-size: cover; background-size: cover; }

.footer, .footer a { color: #c2c2c2; }

.footer a:hover { color: #C29E64; }

.footer .f-top { padding: 42px 0 53px; line-height: 30px; }

.footer .f-top .footer-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; margin: 0 0 10px; }

.footer .f-top .flist1 { width: 307px; padding-right: 15px; }

.footer .f-top .flist2 { width: 315px; padding-right: 15px; }

.footer .f-top .flist3 { width: 365px; padding-right: 15px; }

.footer .f-top .flist4 { width: 213px; }

.footer .f-top .flist4 .simg img { display: block; margin-top: 22px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 255px; padding-right: 15px; }
  .footer .f-top .flist2 { width: 255px; padding-right: 15px; }
  .footer .f-top .flist3 { width: 255px; padding-right: 15px; } }

@media screen and (max-width: 999px) { .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .flist3, .footer .f-top .flist4 { width: 25%; } }

@media screen and (max-width: 767px) { .footer .f-top { padding: 20px 0 15px; }
  .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .flist3, .footer .f-top .footer-title { display: none; }
  .footer .f-top .flist4 { width: 100%; }
  .footer .f-top .flist4 .simg img { margin-top: 0; } }

.footer .f-bot { border-top: solid 1px #fff; border-top: solid 1px rgba(255, 255, 255, 0.2); background-color: #000; background-color: rgba(0, 0, 0, 0.25); text-align: center; line-height: 24px; padding: 13px 0 2px; }

@media screen and (max-width: 767px) { .footer .f-bot { padding: 10px 0; } }

.footer .links { margin-top: 4px; }

.footer .links a { display: inline-block; margin-right: 30px; }

@media screen and (max-width: 767px) { .footer .links { display: none; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-title start */
.index-title { font-size: 36px; font-size: 3.6rem; font-weight: bold; }

@media screen and (max-width: 999px) { .index-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .index-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 640px) { .index-title { font-size: 20px; font-size: 2rem; } }

/* index-title end */
/* index-about start */
.index-about { padding: 60px 0 86px; }

@media screen and (max-width: 1219px) { .index-about { padding: 60px 0 70px; } }

@media screen and (max-width: 999px) { .index-about { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-about { padding: 30px 0; } }

.index-about .item-pic { width: 44.33333%; margin-right: 2.5%; }

.index-about .item-pic img { display: block; max-width: 532px; margin: 0 auto; width: 100%; }

@media screen and (max-width: 640px) { .index-about .item-pic { width: 100%; max-width: 532px; margin: 0 auto 20px; float: none; } }

.index-about .box-body .index-title { margin-top: 10px; line-height: 44px; }

.index-about .box-body .index-title a { padding-left: 16px; position: relative; }

.index-about .box-body .index-title a:after { position: absolute; content: ''; top: 0; height: 100%; left: 0; width: 5px; background-color: #C29E64; }

.index-about .box-body .index-title a:hover { color: #C29E64; }

.index-about .box-body > .item-desc { margin-top: 18px; font-size: 16px; font-size: 1.6rem; line-height: 30px; text-indent: 2em; }

@media screen and (max-width: 1219px) { .index-about .box-body > .item-desc { line-height: 22px; margin-top: 15px; } }

@media screen and (max-width: 999px) { .index-about .box-body .index-title { margin-top: 0; } }

@media screen and (max-width: 767px) { .index-about .box-body > .item-desc { margin-top: 10px; font-size: 14px; font-size: 1.4rem; } }

.index-about .item-btn { width: 162px; height: 40px; display: inline-block; border: solid 1px #7D7D7D; text-align: center; line-height: 38px; font-size: 16px; font-size: 1.6rem; color: #555; margin-top: 65px; }

.index-about .item-btn:hover { border-color: #C29E64; color: #C29E64; }

@media screen and (max-width: 1219px) { .index-about .item-btn { margin-top: 25px; } }

@media screen and (max-width: 767px) { .index-about .item-btn { font-size: 14px; font-size: 1.4rem; line-height: 34px; height: 36px; width: 140px; } }

@media screen and (max-width: 640px) { .index-about .item-btn { margin: 30px auto 0; display: block; } }

.index-about .box-list { margin-top: 30px; overflow: hidden; }

.index-about .box-list .list-item { float: left; width: 42.00627%; margin-top: 24px; padding-right: 10px; }

.index-about .box-list .item-pics { float: left; width: 40px; margin-right: 2.97806%; margin-top: 6px; }

.index-about .box-list .item-pics img { display: block; max-width: 40px; max-height: 40px; width: 100%; }

.index-about .box-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 28px; }

.index-about .box-list .item-desc { line-height: 24px; }

.index-about .box-list .item-desc a { display: inline; }

@media screen and (max-width: 1219px) { .index-about .box-list { margin-top: 0; }
  .index-about .box-list .list-item { margin-top: 15px; } }

@media screen and (max-width: 999px) { .index-about .box-list { overflow: visible; }
  .index-about .box-list .list-item { width: 50%; } }

@media screen and (max-width: 640px) { .index-about .box-list { margin-top: 10px; }
  .index-about .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 420px) { .index-about .box-list .list-item { width: 100%; padding-right: 0; } }

/* index-about end */
/* index-hotpro start */
.index-hotpro { padding: 154px 0 140px; background: url(../images/bg1.jpg) no-repeat top center; -webkit-background-size: cover; background-size: cover; }

.index-hotpro .index-title { text-align: center; }

.index-hotpro .index-title, .index-hotpro .index-title a { color: #fff; }

.index-hotpro .index-title a:hover { color: #333; }

.index-hotpro .box-desc { max-width: 1040px; margin-left: auto; margin-right: auto; margin-top: 28px; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 9px; }

.index-hotpro .box-desc, .index-hotpro .box-desc a { color: #fff; }

.index-hotpro .box-desc a { display: block; }

.index-hotpro .box-desc a:hover { color: #333; }

@media screen and (max-width: 999px) { .index-hotpro { padding: 80px 0 100px; background-position-x: top center; -webkit-background-size: cover; background-size: cover; } }

@media screen and (max-width: 767px) { .index-hotpro { padding: 80px 0 90px; }
  .index-hotpro .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 20px; } }

.index-hotpro .box-list .list-item { float: left; width: 23.33333%; margin-left: 2.22222%; margin-bottom: 37px; }

.index-hotpro .box-list .item-pic { width: 100%; }

.index-hotpro .box-list .item-pic img { display: block; max-width: 366px; margin: 0 auto; width: 100%; }

.index-hotpro .box-list .item-pic:hover .item-backdrop { top: 0; }

.index-hotpro .box-list .item-backdrop { position: absolute; top: 999px; left: 0; width: 100%; bottom: 0; background: #fff; background: rgba(255, 255, 255, 0.5); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

@media screen and (max-width: 999px) { .index-hotpro .box-list .item-backdrop { display: none; } }

.index-hotpro .box-list .item-backdrop .item-btn1 { width: 152px; height: 47px; line-height: 47px; text-align: center; background: #C29E64; display: block; position: absolute; left: 50%; margin-left: -76px; top: 50%; margin-top: -24px; color: #fff; font-size: 18px; font-size: 1.8rem; }

.index-hotpro .box-list .item-backdrop .item-btn1:hover { background-color: #333; }

.index-hotpro .box-list .item-title { margin-top: 10px; text-align: center; font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; }

.index-hotpro .box-list .item-title, .index-hotpro .box-list .item-title a { color: #fff; }

.index-hotpro .box-list .item-title a:hover { color: #333 !important; }

@media screen and (max-width: 999px) { .index-hotpro .box-list .list-item { width: 23%; margin: 0 1% 30px; }
  .index-hotpro .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .index-hotpro .box-list .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 640px) { .index-hotpro .box-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 400px) { .index-hotpro .box-list .list-item { width: 48%; margin: 0 1% 20px; } }

/* index-hotpro end */
/* index-case start*/
.index-case { padding: 70px 0 82px; }

@media screen and (max-width: 1219px) { .index-case { padding: 70px 0; } }

@media screen and (max-width: 999px) { .index-case { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-case { padding: 20px 0 30px; } }

.index-case .box1 { position: relative; }

.index-case .index-title, .index-case .index-title a { color: #C29E64; }

.index-case .index-title a:hover { color: #333; }

.index-case .box-desc { text-indent: 2em; margin-top: 14px; font-size: 16px; font-size: 1.6rem; line-height: 30px; max-width: 605px; }

.index-case .box-desc a { display: block; }

.index-case .box-desc a:hover { color: #C29E64; }

@media screen and (max-width: 767px) { .index-case .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; max-width: 100%; } }

.index-case .box-btn { width: 104px; height: 42px; line-height: 42px; background-color: #C29E64; text-align: center; display: block; position: absolute; right: 0; top: 9px; color: #fff; font-size: 16px; font-size: 1.6rem; }

.index-case .box-btn:hover { background-color: #333; }

@media screen and (max-width: 767px) { .index-case .box-btn { position: relative; top: auto; right: auto; height: 36px; line-height: 36px; margin: 15px 0 0; font-size: 14px; font-size: 1.4rem; } }

.index-case .box-list .list-item { float: left; width: 31.91667%; margin-left: 2.125%; margin-top: 34px; }

.index-case .box-list .item1 { margin-top: 98px; }

.index-case .box-list .item-pic img { display: block !important; margin: 0 auto; }

.index-case .box-list .item-title { font-weight: bold; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 21px; }

.index-case .box-list .item-desc { margin-top: 8px; line-height: 24px; height: 48px; text-indent: 2em; }

@media screen and (max-width: 999px) { .index-case .box-list .list-item { width: 31.33%; margin-left: 1%; margin-right: 1%; }
  .index-case .box-list .item1 { margin-top: 80px; } }

@media screen and (max-width: 767px) { .index-case .box-list .item-title { margin-top: 10px; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .index-case .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-top: 5px; } }

@media screen and (max-width: 640px) { .index-case .box-list .list-item { width: 48%; margin: 30px 1% 0 !important; } }

/* index-case end */
/* index-news start */
.index-news { background: url(../images/bg2.jpg) repeat; padding: 61px 0 143px; }

@media screen and (max-width: 1219px) { .index-news { padding: 60px 0 70px; } }

@media screen and (max-width: 999px) { .index-news { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-news { padding: 30px 0; } }

.index-news .index-title { padding-top: 16px; }

.index-news .index-title, .index-news .index-title a { color: #C29E64; }

.index-news .index-title a:hover { color: #333; }

@media screen and (max-width: 767px) { .index-news .index-title { padding-top: 10px; } }

.index-news .box-btn { width: 104px; height: 42px; line-height: 42px; background-color: #C29E64; text-align: center; display: block; position: absolute; right: 0; top: 0; color: #fff; font-size: 16px; font-size: 1.6rem; }

.index-news .box-btn:hover { background-color: #333; }

@media screen and (max-width: 767px) { .index-news .box-btn { height: 32px; line-height: 32px; width: 80px; font-size: 14px; font-size: 1.4rem; } }

.index-news .img-item { margin-top: 28px; float: right; position: relative; width: 550px; margin-left: 3.08333%; }

.index-news .img-item .item-pic img { display: block; max-width: 550px; width: 100%; margin: 0 auto; }

.index-news .img-item .item-subt { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.5); line-height: 42px; padding: 0 20px; font-size: 16px; font-size: 1.6rem; }

.index-news .img-item .item-subt, .index-news .img-item .item-subt a { color: #fff; }

@media screen and (max-width: 999px) { .index-news .img-item { float: none; max-width: 550px; margin: 20px auto 0; width: 100%; } }

@media screen and (max-width: 767px) { .index-news .img-item .item-subt { padding: 0 10px; line-height: 32px; font-size: 14px; font-size: 1.4rem; } }

.index-news .box-list { overflow: hidden; padding: 28px 0 0; }

.index-news .box-list .list-item { padding-left: 52px; }

.index-news .box-list .list-item:first-child .item-title { background: url(../images/web5.png) repeat-x top; }

.index-news .box-list .item1 { background: url(../images/web6.png) no-repeat left center; }

.index-news .box-list .item2 { background: url(../images/web7.png) no-repeat left center; }

.index-news .box-list .item3 { background: url(../images/web8.png) no-repeat left center; }

.index-news .box-list .item-title { padding-top: 7px; font-size: 18px; font-size: 1.8rem; line-height: 24px; font-weight: bold; }

.index-news .box-list .item-title, .index-news .box-list .item-title a { color: #666; }

.index-news .box-list .item-desc { margin-top: 2px; line-height: 24px; height: 48px; text-indent: 2em; }

.index-news .box-list .item-desc, .index-news .box-list .item-desc a { color: #999; }

.index-news .box-list .item-date { color: #999; text-align: right; background: url(../images/web5.png) repeat-x bottom; padding-right: 19px; padding-bottom: 5px; }

@media screen and (max-width: 999px) { .index-news .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-title { font-size: 14px; font-size: 1.4rem; }
  .index-news .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; }
  .index-news .box-list .item-date { padding-right: 0; font-size: 12px; font-size: 1.2rem; } }

/* index-news end */
/* Get in Touch start */
.touch-box { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ background: url(../images/bg3.jpg) no-repeat bottom center; -webkit-background-size: cover; background-size: cover; padding: 122px 0 0; }

.touch-box ::-webkit-input-placeholder { color: #333; opacity: 1; }

.touch-box :-o-placeholder { color: #333; opacity: 1; }

.touch-box ::-moz-placeholder { color: #333; opacity: 1; }

.touch-box :-ms-input-placeholder { color: #333; opacity: 1; }

@media screen and (max-width: 999px) { .touch-box { padding: 50px 0; background-color: #C29E64; background-image: none; } }

@media screen and (max-width: 767px) { .touch-box { padding: 30px 0; } }

.touch-box .item-form { float: right; width: 595px; background: #fff; -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15); box-shadow: 0 0 40px rgba(0, 0, 0, 0.15); padding: 51px 0 59px; }

.touch-box .item-form .item-row { padding: 0 6.72269%; }

.touch-box .item-form .item-row p { line-height: 30px; }

.touch-box .item-form .important { position: relative; }

.touch-box .item-form .important:after { position: absolute; content: ''; width: 12px; left: -12px; top: 0; height: 100%; background: url(../images/star.png) no-repeat left center; }

.touch-box .item-form .item-row50 { width: 47.18447%; margin-bottom: 11px; }

.touch-box .item-form input, .touch-box .item-form textarea { border-radius: 3px; border: solid 1px #e3dfd9; width: 100%; display: block; font-size: 14px; font-size: 1.4rem; color: #333; padding: 0 14px; font-family: "微软雅黑"; color: #333; }

.touch-box .item-form input, .touch-box .item-form .codeimg { height: 45px; line-height: 42px; }

.touch-box .item-form textarea { height: 85px; line-height: 20px; margin-bottom: 20px; padding-top: 5px; padding-bottom: 5px; }

.touch-box .item-form .codeinput { width: 34.56311%; margin-right: 4.27184%; }

.touch-box .item-form .codeimg { width: 135px; border: solid 1px #e3dfd9; border-radius: 3px; overflow: hidden; cursor: pointer; text-align: center; }

.touch-box .item-form .codeimg img { display: block; }

.touch-box .item-form .codebtn { width: 30.67961%; border-radius: 20px; background-color: #C29E64; color: #fff; border-color: #C29E64; font-weight: bold; }

.touch-box .item-form .codebtn:hover { background-color: #333; border-color: #333; }

@media screen and (max-width: 999px) { .touch-box .item-form { width: 100%; float: none; margin-left: auto; margin-right: auto; } }

@media screen and (max-width: 647px) { .touch-box .item-form { background: #fff; padding: 50px 20px; }
  .touch-box .item-form .item-row { padding: 0 2%; } }

@media screen and (max-width: 550px) { .touch-box .item-form { padding: 20px 20px 30px; }
  .touch-box .item-form .code-row.important:after { background-position-y: 15px; }
  .touch-box .item-form .item-row50 { width: 100%; }
  .touch-box .item-form .codeinput { width: 100%; margin: 0 0 15px; }
  .touch-box .item-form .codeimg { width: 133px; margin: 0 0 15px; }
  .touch-box .item-form .codebtn { width: 100%; }
  .touch-box .item-form input { height: 36px; line-height: 34px; } }

.touch-box .item-body { overflow: hidden; float: left; width: 465px; }

.touch-box .item-body .index-title { margin-top: 39px; font-size: 50px; font-size: 5rem; font-weight: bold; }

.touch-box .item-body .index-title, .touch-box .item-body .index-title a { color: #fff; }

.touch-box .item-body .index-title a:hover { color: #333; }

.touch-box .item-body .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 20px; }

.touch-box .item-body .item-desc, .touch-box .item-body .item-desc a { color: #fff; display: block; }

.touch-box .item-body .item-desc a:hover { color: #333; }

.touch-box .item-body .item-btn { display: block; width: 161px; height: 44px; border-radius: 22px; border: solid 1px #ffffff; color: #fff; font-size: 16px; font-size: 1.6rem; line-height: 42px; padding: 0 28px; position: relative; margin-top: 78px; }

.touch-box .item-body .item-btn:after { position: absolute; content: ''; width: 25px; height: 8px; background: url(../images/web9.png) no-repeat center; top: 50%; margin-top: -4px; right: 18px; }

.touch-box .item-body .item-btn:hover { border-color: #333; background-color: #333; }

@media screen and (max-width: 1219px) { .touch-box .item-body { width: 355px; }
  .touch-box .item-body .index-title { margin-top: 20px; font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 999px) { .touch-box .item-body { width: 100%; float: none; }
  .touch-box .item-body .index-title { font-size: 30px; font-size: 3rem; margin-top: 0; }
  .touch-box .item-body .item-btn { margin-top: 20px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .touch-box .item-body .index-title { font-size: 24px; font-size: 2.4rem; }
  .touch-box .item-body .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 10px; }
  .touch-box .item-body .item-btn { height: 36px; border-radius: 18px; font-size: 14px; font-size: 1.4rem; line-height: 34px; width: 130px; } }

/* Get in Touch end */
/*-------------index end-------------------------------------------------------------------*/
/*-------------1-1-about start-------------------------------------------------------------*/
.bar-list { text-align: center; background: url(../images/bar.png) repeat-x center 42px; }

@media screen and (max-width: 500px) { .bar-list { background-image: none; } }

.bar-list > a { cursor: pointer; padding-top: 91px; font-size: 18px; font-size: 1.8rem; line-height: 24px; display: inline-block; width: 184px; text-align: center; text-transform: capitalize; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.bar-list > a:hover, .bar-list > a.active { color: #C29E64; }

@media screen and (max-width: 767px) { .bar-list > a { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 640px) { .bar-list > a { width: 150px; } }

@media screen and (max-width: 500px) { .bar-list > a { width: 33.33%; -webkit-background-size: 80px 80px !important; background-size: 80px !important; float: left; } }

.bar-list .bar1 { background: url(../images/bar1.png) no-repeat top center; }

.bar-list .bar1:hover, .bar-list .bar1.active { background: url(../images/bar1_1.png) no-repeat top center; }

.bar-list .bar2 { background: url(../images/bar2.png) no-repeat top center; }

.bar-list .bar2:hover, .bar-list .bar2.active { background: url(../images/bar2_1.png) no-repeat top center; }

.bar-list .bar3 { background: url(../images/bar3.png) no-repeat top center; }

.bar-list .bar3:hover, .bar-list .bar3.active { background: url(../images/bar3_1.png) no-repeat top center; }
.bar-list .bar4 { background: url(../images/bar4.png) no-repeat top center; }

.bar-list .bar4:hover, .bar-list .bar4.active { background: url(../images/bar4_1.png) no-repeat top center; }

/* about-top start */
.about1-top { padding: 67px 0 0; }

.about1-top .item-pic { float: left; width: 46%; margin-right: 4.41667%; padding: 0 0 1.66667% 1.66667%; position: relative; }

.about1-top .item-pic:after { position: absolute; content: ''; left: 0; top: 20px; bottom: 0; right: 21px; border: solid 2px #C29E64; z-index: 0; }

.about1-top .item-pic img { display: block; width: 100%; margin: 0 auto; max-width: 532px; position: relative; z-index: 1; }

.about1-top .item-title { margin-top: -15px; font-size: 36px; font-size: 3.6rem; position: relative; }

.about1-top .item-title strong { position: relative; padding-bottom: 14px; color: #C29E64; }

.about1-top .item-title strong:after { position: absolute; content: ''; width: 63px; height: 2px; background-color: #C29E64; left: 0; bottom: 0; }

.about1-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 40px; text-indent: 2em; }

.about1-top .item-desc strong { font-weight: normal; color: #FF0000; }

@media screen and (max-width: 999px) { .about1-top { padding: 50px 0 0; }
  .about1-top .item-pic { width: 400px; margin-right: 2.5%; }
  .about1-top .item-title { font-size: 24px; font-size: 2.4rem; margin-top: 0; } }

@media screen and (max-width: 767px) { .about1-top { padding: 30px 0 0; }
  .about1-top .item-pic { width: 100%; float: none; max-width: 552px; margin: 0 auto 20px; }
  .about1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 30px; } }

/*-------------1-1-about end---------------------------------------------------------------*/
/*-------------1-2-about start-------------------------------------------------------------*/
.about2_wrap { background: url(../images/bg5.jpg) no-repeat bottom center; }

.about2-main { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; max-width: 1010px; margin: 0 auto; padding: 77px 0 0; }

.about2-main .item-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 2px; margin-top: -2px; }

@media screen and (max-width: 1219px) { .about2-main { padding: 70px 0 0; } }

@media screen and (max-width: 999px) { .about2-main { padding: 50px 0 0; }
  .about2-main .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .about2-main { padding: 30px 0 0; font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about2-main .item-title { font-size: 18px; font-size: 1.8rem; } }

/*-------------1-2-about end---------------------------------------------------------------*/
/*-------------1-3-about start-------------------------------------------------------------*/
.cer-list { padding: 47px 0 45px; }

@media screen and (max-width: 999px) { .cer-list { padding: 40px 0 30px; } }

@media screen and (max-width: 767px) { .cer-list { padding: 30px 0 10px; } }

.cer-list .list-item { float: left; width: 20.41667%; margin-left: 6.11111%; margin-bottom: 23px; }

@media screen and (max-width: 999px) { .cer-list .list-item { width: 23%; margin: 0 1% 20px; } }

@media screen and (max-width: 640px) { .cer-list .list-item { width: 31.33%; } }

@media screen and (max-width: 400px) { .cer-list .list-item { width: 48%; } }

.cer-list .item-pics { display: block; position: relative; }

.cer-list .item-pics img { display: block; width: 100%; max-width: 245px; margin: 0 auto; }

.cer-list .item-pics:hover .item-backdrop { top: 17px; }

.cer-list .item-backdrop { position: absolute; top: 999px; left: 12px; right: 12px; bottom: 12px; background: #000; background: rgba(0, 0, 0, 0.5); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.cer-list .item-backdrop .iconfont { display: block; position: absolute; top: 50%; left: 50%; margin-left: -19px; margin-top: -19px; text-align: center; color: #fff; font-size: 38px; font-size: 3.8rem; }

@media screen and (max-width: 999px) { .cer-list .item-backdrop { display: none; } }

.cer-list .list-item .item-title { text-align: center; line-height: 30px; margin-top: 10px; }

@media screen and (max-width: 767px) { .cer-list .list-item .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 5px; } }

.about4-scroll { margin-top: 50px; position: relative; overflow: hidden; }

@media screen and (max-width: 767px) { .about4-scroll { margin-top: 30px; } }

.about4-scroll .scroll-btns { margin-bottom: 26px; }

.about4-scroll .scroll-btns .scroll-btn { cursor: pointer; width: 31px; height: 31px; border: solid 2px #afafaf; display: block; border-radius: 50%; text-align: center; line-height: 27px; }

.about4-scroll .scroll-btns .scroll-btn .iconfont { font-size: 17px; font-size: 1.7rem; color: #afafaf; }

.about4-scroll .scroll-btns .scroll-btn:hover { border-color: #C29E64; }

.about4-scroll .scroll-btns .scroll-btn:hover .iconfont { color: #C29E64; }

.about4-scroll .scroll-btns .scroll-btn.prev { margin-right: 10px; }

@media screen and (max-width: 767px) { .about4-scroll .scroll-btns { margin-bottom: 20px; }
  .about4-scroll .scroll-btns .scroll-btn { width: 28px; height: 28px; line-height: 24px; } }

.about4-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.about4-scroll .scroll-list { width: 1000%; }

.about4-scroll .scroll-list li { float: left; position: relative; width: 2.98333%; margin-right: 0.525%; }

.about4-scroll .scroll-list li:hover .item-backdrop { top: 13px; }

@media only screen and (max-width: 999px) { .about4-scroll .scroll-list li { width: 3.2%; margin-right: 0.2%; } }

@media only screen and (max-width: 640px) { .about4-scroll .scroll-list li { width: 4.9%; margin-right: 0.2%; } }

@media only screen and (max-width: 380px) { .about4-scroll .scroll-list li { width: 10%; margin-right: 0; } }

.about4-scroll .scroll-list .item-pics { position: relative; width: 100%; overflow: hidden; }

.about4-scroll .scroll-list .item-pics img { width: 100%; display: block; max-width: 358px; margin: 0 auto; }

.about4-scroll .scroll-list .item-backdrop { position: absolute; top: 999px; bottom: 9px; left: 13px; right: 13px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; background: #515151; background: rgba(81, 81, 81, 0.45); }

.about4-scroll .scroll-list .item-backdrop .iconfont { color: #fff; font-size: 38px; font-size: 3.8rem; position: absolute; top: 50%; margin-top: -19px; left: 50%; margin-left: -19px; }

@media only screen and (max-width: 999px) { .about4-scroll .scroll-list .item-backdrop { display: none; } }

.about4-scroll .scroll-list .item-title { text-align: center; line-height: 30px; margin-top: 8px; }

/*-------------1-3-about end---------------------------------------------------------------*/
/*-------------2-1-products start----------------------------------------------------------*/
.main .box-main { width: 860px; }

.main .box-left { width: 276px; }

@media screen and (max-width: 1219px) { .main .box-main { width: 670px; } }

@media screen and (max-width: 999px) { .main .box-main { width: 100%; }
  .main .box-left { width: 100%; margin: 30px auto 0; } }

/*proslide start*/
.proslide { width: 100%; }

.proslide-title { position: relative; font-size: 24px; font-size: 2.4rem; font-weight: bold; background-color: #C29E64; line-height: 45px; margin-bottom: 20px; letter-spacing: 20px; }

.proslide-title:hover { background-color: #333; }

.proslide-title a { display: block; color: #FFFFFF; text-align: center; padding: 0; }

@media screen and (max-width: 767px) { .proslide-title { font-size: 20px; font-size: 2rem; line-height: 40px; } }

.pro-slidenav { margin-bottom: 77px; }

@media screen and (max-width: 1219px) { .pro-slidenav { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .pro-slidenav { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .pro-slidenav { margin-bottom: 30px; } }

.pro-slidenav > li { background-color: #eee; margin-bottom: 10px; }

.pro-slidenav > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 8px 40px 8px 20px; position: relative; border: solid 1px #D2D2D2; }

.pro-slidenav > li .iconfont { color: #666; position: absolute; right: 19px; top: 11px; }

.pro-slidenav > li:hover > a, .pro-slidenav > li.slide-active > a { color: #FFFFFF; background-color: #C29E64; border-color: #C29E64; }

.pro-slidenav > li:hover .iconfont, .pro-slidenav > li.slide-active .iconfont { color: #fff; }

.pro-slidenav > li:hover .iconfont:before, .pro-slidenav > li.slide-active .iconfont:before { content: "\e723"; }

.proslide-yiji { padding: 13px 0 16px; }

.proslide-yiji > li { line-height: 24px; padding: 2px 25px 3px 35px; }

.proslide-yiji > li > a { color: #333; font-size: 16px; font-size: 1.6rem; }

.proslide-yiji > li.slide-active2 > a, .proslide-yiji > li:hover > a { color: #C29E64; }

@media screen and (max-width: 767px) { .proslide-yiji > li { padding-top: 4px; padding-bottom: 4px; }
  .proslide-yiji > li > a { font-size: 14px; font-size: 1.4rem; } }

/*.pronews-list*/
.pronews-list { background-color: #EEEEEE; border: solid 1px #CCCCCC; padding: 1px 0 15px; margin-top: 20px; }

.pronews-list li { width: 100%; border-top: solid 1px #CCCCCC; padding: 18px 20px 9px; }

.pronews-list li:first-child { border: 0; }

.pronews-list .item-title { line-height: 30px; font-size: 18px; font-size: 1.8rem; }

.pronews-list .item-desc { text-indent: 2em; margin-top: 5px; line-height: 30px; max-height: 60px; }

.pronews-list .item-desc, .pronews-list .item-desc a { color: #333; }

@media screen and (max-width: 767px) { .pronews-list .item-title { font-size: 16px; font-size: 1.6rem; }
  .pronews-list .item-desc { line-height: 24px; max-height: 48px; } }

/*proslide end*/
/* .pro1-list start */
.pro1-list { padding-bottom: 43px; }

@media screen and (max-width: 767px) { .pro1-list { padding-bottom: 20px; } }

.pro1-list .list-item { float: left; width: 29.06977%; margin-left: 6.20767%; margin-bottom: 33px; }

@media screen and (max-width: 999px) { .pro1-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 500px) { .pro1-list .list-item { width: 48%; margin: 0 1% 20px; } }

.pro1-list .item-pic { width: 100%; }

.pro1-list .item-pic img { display: block; max-width: 365px; margin: 0 auto; width: 100%; }

.pro1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 4px; text-align: center; }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.pro1-list .item-btnbox { margin-top: 16px; text-align: center; }

.pro1-list .item-btnbox input { margin-right: 23px; vertical-align: middle; }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox { margin-top: 5px; }
  .pro1-list .item-btnbox input { margin-right: 5px; } }

.pro1-list .item-btn { display: inline-block; width: 121px; height: 28px; line-height: 26px; border: solid 1px #C29E64; text-align: center; color: #C29E64; }

.pro1-list .item-btn:hover { background-color: #C29E64; color: #fff; }

@media screen and (max-width: 767px) { .pro1-list .item-btn { width: 110px; } }

/* .pro1-list end */
/*-------------2-1-products end------------------------------------------------------------*/
.page_wrap { padding: 29px 0 90px; }

@media screen and (max-width: 1219px) { .page_wrap { padding: 30px 0 70px; } }

@media screen and (max-width: 999px) { .page_wrap { padding: 30px 0 50px; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0; } }

/*-------------2-2-products start----------------------------------------------------------*/
.pro2-box .m-propic { margin: 0 auto; width: 487px; float: left; }

.pro2-box .m-propic .pic-big { position: relative; float: right; width: 366px; margin-left: 18px; }

.pro2-box .m-propic .big-img { display: block; line-height: 0; font-size: 0; border-radius: 0; border: 0 solid #ccc; }

.pro2-box .m-propic .big-img .zoomPad { float: none; z-index: 8; }

.pro2-box .m-propic .big-img .zoomPad img { border-radius: 0; }

.pro2-box .m-propic .zoomWrapperImage img { max-width: 1200px; }

.pro2-box .m-propic .pic-small { position: relative; float: left; width: 103px; padding: 27px 0; overflow: hidden; }

.pro2-box .m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width: 100%; cursor: pointer; text-align: center; }

.pro2-box .m-propic .pic-btn .iconfont { font-size: 19px; font-size: 1.9rem; color: #666; }

.pro2-box .m-propic .pic-btn .iconfont:hover { color: #C29E64; }

.pro2-box .m-propic .pic-btn.prev { top: -5px; }

.pro2-box .m-propic .pic-btn.next { bottom: -5px; }

.pro2-box .m-propic .pic-list { height: 418px; overflow: hidden; }

.pro2-box .m-propic .pic-list ul { height: 2000px; }

.pro2-box .m-propic .pic-list .list-item { margin-bottom: 11px; overflow: visible; padding-left: 0; }

.pro2-box .m-propic .pic-list .item-pics { display: block; border-radius: 0; border: 1px solid transparent; position: relative; overflow: hidden; }

.pro2-box .m-propic .pic-list .item-pics img { width: 100%; display: block; }

.pro2-box .m-propic .item-pics:hover, .pro2-box .m-propic .item-pics.zoomThumbActive { border-color: #C29E64; }

.pro2-box .m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .pro2-box { /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */ }
  .pro2-box .zoomPad { cursor: default !important; }
  .pro2-box .zoomPup { display: none !important; }
  .pro2-box .zoomWindow { display: none !important; }
  .pro2-box .zoomPreload { display: none !important; }
  .pro2-box .m-propic { max-width: 100%; float: none; margin: 0 auto; }
  .pro2-box .m-propic .pic-big { height: auto; } }

@media screen and (max-width: 767px) { .pro2-box .m-propic1 { display: none; }
  .pro2-box .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .pro2-box .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 24px; height: 24px; }
  .pro2-box .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #666; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #C29E64; }
  .pro2-box .m-propic2 .box-btn.prev { left: 0; }
  .pro2-box .m-propic2 .box-btn.next { right: 0; }
  .pro2-box .m-propic2 .box-list { overflow: hidden; }
  .pro2-box .m-propic2 .box-list ul { width: 1000%; }
  .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; border-radius: 0; border: 0 solid #ccc; overflow: hidden; }
  .pro2-box .m-propic2 .list-item img { display: block; } }

@media only screen and (max-width: 640px) { .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 4.8%; } }

@media only screen and (max-width: 480px) { .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 9.8%; } }

.pro2-info { float: right; width: 324px; }

.pro2-info .item-title { margin-top: 4px; line-height: 30px; font-size: 24px; font-size: 2.4rem; font-weight: bold; padding-bottom: 10px; border-bottom: solid 1px #ccc; }

.pro2-info .pro-share { margin-top: 13px; }

.pro2-info .item-desc { padding: 25px 0 20px; font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 314px; text-indent: 2em; }

.pro2-info .item-btn { float: left; width: 121px; height: 28px; line-height: 28px; text-align: center; background-color: #C29E64; color: #fff; }

.pro2-info .item-btn:hover { background-color: #333; color: #fff; }

.pro2-info .item-btn:first-child { margin-right: 30px; }

@media only screen and (max-width: 1219px) { .pro2-info { float: none; width: 100%; margin-top: 30px; }
  .pro2-info .item-desc { min-height: auto; } }

@media only screen and (max-width: 767px) { .pro2-info .item-title { margin-top: 0; font-size: 20px; font-size: 2rem; }
  .pro2-info .item-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; padding: 20px 0; }
  .pro2-info .item-btn { font-size: 14px; font-size: 1.4rem; }
  .pro2-info .item-btn:first-child { margin-right: 20px; } }

@media only screen and (max-width: 500px) { .pro2-info .item-btn { width: 45%; margin: 0 2.5% !important; } }

.pro2-detail { margin-top: 60px; }

@media screen and (max-width: 999px) { .pro2-detail { margin-top: 50px; } }

@media screen and (max-width: 767px) { .pro2-detail { margin-top: 30px; } }

.pro2-detail .item-desc { padding: 28px 0 60px; font-size: 16px; font-size: 1.6rem; line-height: 30px; text-indent: 2em; }

.pro2-detail .item-desc img, .pro2-detail .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 767px) { .pro2-detail .item-desc { padding: 20px 0; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

.pro2-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; border-bottom: solid 1px #ccc; line-height: 30px; padding-bottom: 4px; }

.pro2-title, .pro2-title a { color: #C29E64; }

.pro2-title a:hover { color: #333; }

@media screen and (max-width: 767px) { .pro2-title { font-size: 20px; font-size: 2rem; } }

.Related-scrollbox { position: relative; }

.Related-scrollbox .scroll-btns { display: none; }

.Related-scrollbox .scroll-btns .scroll-btn { display: inline-block; cursor: pointer; position: absolute; top: 13px; }

.Related-scrollbox .scroll-btns .scroll-btn .iconfont { color: #666; font-size: 18px; font-size: 1.8rem; }

.Related-scrollbox .scroll-btns .scroll-btn .iconfont:hover { color: #C29E64; }

.Related-scrollbox .scroll-btns .scroll-btn.prev { right: 33px; }

.Related-scrollbox .scroll-btns .scroll-btn.next { right: 6px; }

@media screen and (max-width: 767px) { .Related-scrollbox .scroll-btns { display: block; }
  .Related-scrollbox .scroll-btns .scroll-btn { top: 10px; } }

.Related-scrollbox .scroll-list-box { width: 100%; overflow: hidden; }

.Related-scrollbox .scroll-list { width: 1000%; }

.Related-scrollbox .scroll-list .list-item { float: left; width: 2.90698%; margin-right: 0.62077%; margin-top: 38px; }

@media screen and (max-width: 999px) { .Related-scrollbox .scroll-list .list-item { width: 3.2%; margin-right: 0.2%; margin-top: 30px; } }

@media screen and (max-width: 500px) { .Related-scrollbox .scroll-list .list-item { width: 4.9%; } }

.Related-scrollbox .scroll-list .item-pic { width: 100%; }

.Related-scrollbox .scroll-list .item-pic img { display: block; max-width: 365px; margin: 0 auto; width: 100%; }

.Related-scrollbox .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 4px; text-align: center; }

@media screen and (max-width: 767px) { .Related-scrollbox .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-fac start-----------------------------------------------------------------*/
.fac-list { padding: 0 0 22px; }

@media screen and (max-width: 999px) { .fac-list { padding: 0 0 20px; } }

@media screen and (max-width: 767px) { .fac-list { padding: 0 0 10px; } }

.fac-list .list-item { float: left; width: 23.75%; margin-left: 1.66667%; margin-bottom: 47px; }

@media screen and (max-width: 999px) { .fac-list .list-item { width: 23%; margin: 0 1% 30px; } }

@media screen and (max-width: 640px) { .fac-list .list-item { width: 31.33%; margin-bottom: 20px; } }

@media screen and (max-width: 500px) { .fac-list .list-item { width: 48%; } }

.fac-list .item-pics { display: block; position: relative; }

.fac-list .item-pics img { display: block; width: 100%; max-width: 285px; margin: 0 auto; }

.fac-list .item-pics:hover .item-backdrop { top: 0; }

.fac-list .item-backdrop { position: absolute; top: 999px; left: 0; right: 0; bottom: 0; background: #C29E64; background: rgba(194, 158, 100, 0.7); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.fac-list .item-backdrop .iconfont { display: block; position: absolute; top: 50%; left: 50%; margin-left: -16px; margin-top: -16px; text-align: center; color: #fff; font-size: 33px; font-size: 3.3rem; }

@media screen and (max-width: 999px) { .fac-list .item-backdrop { display: none; } }

.fac-list .list-item .item-title { text-align: center; line-height: 30px; margin-top: 9px; font-size: 16px; font-size: 1.6rem; }

@media screen and (max-width: 767px) { .fac-list .list-item .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 5px; } }

/*-------------3-fac end-------------------------------------------------------------------*/
/*-------------4-1-case start--------------------------------------------------------------*/
.case1-list { padding-bottom: 25px; }

.case1-list .list-item { float: left; width: 31.91667%; margin-left: 2.125%; margin-bottom: 35px; }

.case1-list .item-pic img { display: block; max-width: 383px; margin: 0 auto; width: 100%; }

.case1-list .item-body { background-color: #F5F5F5; padding: 27px 10px 29px; }

.case1-list .item-body:hover { background-color: #C29E64; }

.case1-list .item-body:hover a { color: #fff !important; }

.case1-list .item-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; line-height: 20px; }

.case1-list .item-desc { margin-top: 13px; line-height: 24px; height: 48px; text-indent: 2em; }

@media screen and (max-width: 999px) { .case1-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 767px) { .case1-list { padding-bottom: 10px; }
  .case1-list .item-body { padding: 15px 10px; }
  .case1-list .item-title { font-size: 14px; font-size: 1.4rem; }
  .case1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 40px; margin-top: 8px; } }

@media screen and (max-width: 640px) { .case1-list .list-item { width: 48%; } }

/*-------------4-1-case end----------------------------------------------------------------*/
/*-------------4-2-case start--------------------------------------------------------------*/
/*-------------4-2-case end----------------------------------------------------------------*/
/*-------------5-1-news start--------------------------------------------------------------*/
.news1-list { padding: 0 0 43px; }

.news1-list li { padding-bottom: 40px; margin-bottom: 44px; border-bottom: solid 1px #D2D2D2; }

.news1-list .item-pic { float: left; width: 417; margin-right: 3.66667%; }

.news1-list .item-pic img { display: block; width: 100%; max-width: 417px; margin: 0 auto; }

.news1-list .item-body { overflow: hidden; }

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; line-height: 24px; margin-top: 7px; }

.news1-list .item-desc { text-indent: 2em; line-height: 30px; height: 90px; margin-top: 14px; }

.news1-list .item-btnbox { margin-top: 43px; }

.news1-list .item-btn { color: #C29E64; display: inline-block; width: 118px; height: 42px; line-height: 40px; font-size: 16px; font-size: 1.6rem; text-align: center; border: 1px solid #C29E64; }

.news1-list .item-btn:hover { background-color: #C29E64; color: #fff; }

.news1-list .item-date { line-height: 42px; float: right; color: #999; }

@media screen and (max-width: 999px) { .news1-list { padding: 0 0 20px; }
  .news1-list li { margin-bottom: 30px; padding-bottom: 30px; }
  .news1-list .item-pic { width: 380px; }
  .news1-list .item-title { margin-top: 0; } }

@media screen and (max-width: 767px) { .news1-list { padding: 0 0 10px; }
  .news1-list .item-pic { width: 300px; }
  .news1-list .item-title { font-size: 16px; font-size: 1.6rem; }
  .news1-list .item-desc { line-height: 24px; height: 72px; }
  .news1-list .item-btnbox { margin-top: 25px; }
  .news1-list .item-btn { height: 32px; line-height: 30px; font-size: 14px; font-size: 1.4rem; }
  .news1-list .item-date { line-height: 32px; } }

@media screen and (max-width: 560px) { .news1-list .item-pic { width: 100%; float: none; max-width: 472px; margin: 0 auto 20px; }
  .news1-list .item-desc { height: auto; max-height: 72px; margin-top: 10px; }
  .news1-list .item-btnbox { margin-top: 15px; } }

/*-------------5-1-news end----------------------------------------------------------------*/
/*-------------5-2-news start--------------------------------------------------------------*/
.news2-main .box-title { font-size: 30px; font-size: 3rem; color: #C29E64; text-align: center; }

.news2-main .item-date { color: #ccc; text-align: center; margin-top: 10px; }

.news2-main .item-desc { padding: 8px 0 42px; font-size: 16px; font-size: 1.6rem; line-height: 30px; text-indent: 2em; }

.news2-main .item-desc img, .news2-main .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 999px) { .news2-main .box-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 767px) { .news2-main .box-title { font-size: 22px; font-size: 2.2rem; }
  .news2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 8px 0 25px; } }

/*-------------5-2-news end----------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-main { /* .box-left start */ /* .box-left start */ }

.contact-main .box-left { overflow: hidden; width:560px; float:left;}

.contact-main .box-left .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; color: #C29E64; }

.contact-main .box-left .box-list { margin-bottom: 58px; margin-top: 6px; line-height: 30px; }

.contact-main .box-left .box-list a:hover { color: #C29E64; }

@media screen and (max-width: 767px) { .contact-main .box-left .item-title { font-size: 16px; font-size: 1.6rem; }
  .contact-main .box-left .box-list { margin-bottom: 30px; } }

.contact-main .box-form { width: 560px; /*margin-left: 6.83333%;*/ }

.contact-main .box-form .box-title { color: #C29E64; font-size: 18px; font-size: 1.8rem; font-weight: bold; margin-bottom: 15px; padding-left: 14px; }

.contact-main .box-form .star { background: url(../images/star1.png) no-repeat left 14px; }

.contact-main .box-form .item-row { margin-bottom: 30px; padding-left: 14px; }

.contact-main .box-form .item-row input, .contact-main .box-form .item-row textarea { width: 100%; display: block; height: 37px; line-height: 35px; padding: 0 14px; border: solid 1px #ccc; font-size: 12px; font-size: 1.2rem; }

.contact-main .box-form .item-row textarea { height: 214px; line-height: 24px; padding-top: 3px; padding-bottom: 3px; }

.contact-main .box-form .item-row .code-input { width: 154px; float: left; margin-right: 22px; }

.contact-main .box-form .item-row .code-img { float: left; width: 118px; margin-right: 10px; cursor: pointer; }

.contact-main .box-form .item-row .code-img img { display: block; }

.contact-main .box-form .item-row .code-btn { float: right; width: 181px; border-color: #C29E64; background-color: #C29E64; text-align: center; font-size: 14px; font-size: 1.4rem; color: #fff; }

.contact-main .box-form .item-row .code-btn:hover { background-color: #333; }

@media screen and (max-width: 1219px) { .contact-main .box-form { /*margin-left: 2.5%;*/     width: 400px; } }

@media screen and (max-width: 999px) {
	.contact-main .box-left{  width: 100%; margin: 0 auto 50px; float: none; }
	 .contact-main .box-form { width: 100%; margin: 0 auto 50px; float: none; }
  .contact-main .box-form .item-row .code-btn { float: left; } }

@media screen and (max-width: 767px) { .contact-main .box-form { margin-bottom: 30px; }
  .contact-main .box-form .box-title { font-size: 16px; font-size: 1.6rem; }
  .contact-main .box-form .item-row { margin-bottom: 15px; }
  .contact-main .box-form .item-row textarea { height: 150px; }
  .contact-main .box-form .item-row .code-btn { width: 100%; margin-top: 15px; }
  .contact-main .box-form .item-row .code-img { margin-right: 0; }
  .contact-main .box-form .item-row .code-input { margin-right: 15px; } }

/*-------------6-contact end---------------------------------------------------------------*/

/*# sourceMappingURL=3style.css.map */

@charset "UTF-8";
/*.phone_nav*/
.phone_nav { width: 5px; height: 100%; position: absolute; right: 0; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999999999; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

.phone_nav .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.phone_nav .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; position: relative; }

.phone_nav .nav form .iptc { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.phone_nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; z-index: 1; position: relative; }

.phone_nav .nav form .iconfont { position: absolute; top: 0; right: 0; width: 20%; height: 26px; text-align: center; line-height: 26px; color: #C29E64; z-index: 0; background-color: #fff; }

.phone_nav .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.phone_nav .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; text-indent: 20px; position: relative; font-family: "微软雅黑"; }

.phone_nav .nav > ul > li .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../fonts/shizi.png") no-repeat center center; }

.phone_nav .nav > ul > li .addition.fa:before { margin-right: 5px; color: #fff; text-indent: 0; }

.phone_nav .nav > ul > li > a { color: #fff; font-size: 12px; font-size: 1.2rem; display: block; margin-right: 40px; }

.phone_nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; font-family: "微软雅黑"; }

.phone_nav .nav > ul > li .c-show { display: none; width: 100%; }

.phone_nav .nav > ul > li .c-show1 .c-s1 { position: relative; padding-left: 15px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > a { position: relative; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; margin-right: 40px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; font-family: "微软雅黑"; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 { position: relative; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 { position: relative; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a { text-indent: 35px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; margin-right: 40px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 > .c-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; font-family: "微软雅黑"; }

.phone_nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 { position: relative; }

.phone_nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a { text-indent: 50px; font-size: 12px; font-size: 1.2rem; color: #fff; display: block; padding-top: 5px; padding-bottom: 5px; line-height: 30px; }

.phone_nav .nav > ul > li .c-show1 .c-s1 .c-s2 .c-show3 .c-s3 a span { font-size: 12px; font-size: 1.2rem; color: #fff; font-family: "微软雅黑"; }

.phone_nav .nav > ul > dl { padding: 20px; }

.phone_nav .nav > ul > dl dd { float: left; margin: 0 2px; }

.phone_nav .nav > ul > dl dd img { width: 23px; }

.phone_nav .menubtn { width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.phone_nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #C29E64; }

@media screen and (min-width: 768px) { .phone_nav, .nav { display: none !important; } }

/*# sourceMappingURL=4nav.css.map */

.ws_cover, .ws-title-wrapper, .ws_effect { display: none; }

* { margin: 0; padding: 0; }

li { list-style: none; }

.ban_dan { display: block; max-width: 1920px; width: 100%; margin: 0 auto; overflow: hidden; }

.ws_cover a { display: block !important; }

#wowslider-container1 { display: table; zoom: 1; position: relative; width: 100%; max-width: 1920px; margin: 0px auto 0px; z-index: 90; text-align: left; font-size: 10px; text-shadow: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

* html #wowslider-container1 { width: 1920px; }

#wowslider-container1 .ws_images ul { position: relative; width: 10000%; height: 100%; left: 0; list-style: none; margin: 0; padding: 0; border-spacing: 0; overflow: visible; }

#wowslider-container1 .ws_images ul li { position: relative; width: 1%; height: 100%; line-height: 0; overflow: hidden; float: left; padding: 0 0 0 0 !important; margin: 0 0 0 0 !important; }

#wowslider-container1 .ws_images { position: relative; left: 0; top: 0; height: 100%; max-width: 1920px; vertical-align: top; border: none; overflow: hidden; }

#wowslider-container1 .ws_images ul a { width: 100%; height: 100%; display: block; color: transparent; }

#wowslider-container1 img { max-width: none !important; }

#wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img { width: 100%; border: none 0; max-width: none; padding: 0; margin: 0; }

#wowslider-container1 .ws_images iframe { position: absolute; z-index: -1; }

#wowslider-container1 .ws-title > div { display: inline-block !important; }

#wowslider-container1 a { text-decoration: none; outline: none; border: none; }

#wowslider-container1 .ws_bullets { float: left; position: absolute; z-index: 70; }

/* compatibility with Joomla styles */
#wowslider-container1 .ws_script { display: none; }

#wowslider-container1 sound, #wowslider-container1 object { position: absolute; }

#wowslider-container1 .ws_effect { position: static; width: 100%; height: 100%; }

#wowslider-container1 .ws_photoItem { border: 2em solid #fff; margin-left: -2em; margin-top: -2em; }

#wowslider-container1 .ws_cube_side { background: #A6A5A9; }

#wowslider-container1.ws_gestures { cursor: -webkit-grab; cursor: -moz-grab; }

#wowslider-container1.ws_gestures.ws_grabbing { cursor: -webkit-grabbing; cursor: -moz-grabbing; }

#wowslider-container1.ws_video_playing .ws_bullets, #wowslider-container1.ws_video_playing .ws_fullscreen, #wowslider-container1.ws_video_playing .ws_next, #wowslider-container1.ws_video_playing .ws_prev { display: none; }

#wowslider-container1 .ws_video_btn { position: absolute; display: none; cursor: pointer; top: 0; left: 0; width: 100%; height: 100%; z-index: 55; }

#wowslider-container1 .ws_video_btn.ws_youtube, #wowslider-container1 .ws_video_btn.ws_vimeo { display: block; }

#wowslider-container1 .ws_video_btn div { position: absolute; -webkit-background-size: 200% 200%; background-size: 200%; top: 50%; left: 50%; width: 7em; height: 5em; margin-left: -3.5em; margin-top: -2.5em; }

#wowslider-container1 .ws_video_btn.ws_youtube div { background-position: 0 0; }

#wowslider-container1 .ws_video_btn.ws_youtube:hover div { background-position: 100% 0; }

#wowslider-container1 .ws_video_btn.ws_vimeo div { background-position: 0 100%; }

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div { background-position: 100% 100%; }

#wowslider-container1 .ws_playpause.ws_hide { display: none !important; }

#wowslider-container1 .ws_images { -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); -webkit-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -moz-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

#wowslider-container1 .ws_images:hover { -webkit-box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19); box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19); }

#wowslider-container1 .ws_playpause { display: none !important; }

/* IE10+ hacks */
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 .ws_playpause:after { line-height: 2.8em; }

/* bottom center */
#wowslider-container1 .ws_bullets { bottom: 10px; left: 50%; }

#wowslider-container1 .ws_bullets div { left: -50%; }

#wowslider-container1 .ws-title { position: absolute; margin-right: 10em; z-index: 50; left: 0.3em; padding: 1em; bottom: 30px; top: auto; opacity: 1; }

#wowslider-container1 .ws-title div, #wowslider-container1 .ws-title span { display: inline-block; padding: 0.5em; }

#wowslider-container1 .ws-title div { display: block; margin-top: 0.5em; font-size: 1.1em; padding: 1em; line-height: 1.15em; color: #000000; border: 3px solid; border-color: #ffffff; border-radius: 7px; background-color: white; }

#wowslider-container1 .ws-title span { font-size: 1.8em; border: 3px solid; border-color: #ffffff; border-radius: 7px; background-color: rgba(0, 0, 0, 0.2); }

#wowslider-container1 .ws_logo { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 9; }

#wowslider-container1 img.loading { width: 96px; height: 48px; }

#wowslider-container1 .ws_bullets a img { text-indent: 0; display: block; bottom: 7px; left: -48px; visibility: hidden; position: absolute; max-width: none; }

#wowslider-container1 .ws_bullets a:hover img { visibility: visible; }

#wowslider-container1 .ws_bulframe div div { height: 48px; overflow: visible; position: relative; }

#wowslider-container1 .ws_bulframe div { left: 0; overflow: hidden; position: relative; width: 96px; background-color: #FFFFFF; }

#wowslider-container1 .ws_bullets .ws_bulframe { display: none; bottom: 25px; margin-left: 5px; overflow: visible; position: absolute; cursor: pointer; border: 3px solid; border-color: #ffffff; border-radius: 5px; }

#wowslider-container1 .ws_bulframe div div { height: auto; }

@media all and (max-width: 760px) { #wowslider-container1 .ws_fullscreen { display: block; } }

@media all and (max-width: 768px) { #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { display: none; } }

#wowslider-container1 .ws_bullets { bottom: 10.91%; left: 0; width: 100%; text-align: center; line-height: 0; }

#wowslider-container1 .ws_bullets a { position: relative; text-shadow: none; color: transparent; display: inline-block; width: 38px; height: 8px; margin: 0 6px; background-color: #fff; border-radius: 4px; }

#wowslider-container1 .ws_bullets a span { font-size: 0px; }

#wowslider-container1 .ws_bullets a.ws_selbull { background-color: #C29E64; }

@media screen and (max-width: 999px) { #wowslider-container1 .ws_bullets { display: block; }
  #wowslider-container1 .ws_bullets a { width: 28px; margin: 0 5px; } }

@media screen and (max-width: 767px) { #wowslider-container1 .ws_bullets a { width: 20px; height: 5px; margin: 0 2px; } }

#wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next { position: absolute; top: 38.94%; z-index: 60; overflow: hidden; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; text-align: center; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); cursor: pointer; font-size: 26px; font-size: 2.6rem; color: #666; }

#wowslider-container1 a.ws_prev:hover, #wowslider-container1 a.ws_next:hover { background-color: #C29E64; background-color: rgba(194, 158, 100, 0.8); color: #fff; }

@media screen and (max-width: 999px) { #wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next { display: none; } }

#wowslider-container1 a.ws_next { right: 164px; }

#wowslider-container1 a.ws_prev { left: 164px; }

/*# sourceMappingURL=5slide4.css.map */

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:999px) {	}
@media screen and (max-width:767px) {	}


@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1562741463393'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1562741463393#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAnYAAsAAAAAEkwAAAmJAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFWAqTTI9UATYCJANYCy4ABCAFhG0HgVobXA8R1azYyL4osBuOHQIRvNN2m1q4Tw11jDukEiHCrw45Hr7f73/ryHNJXxBPJtEqCc8kSnhDKFSGEP9QKiRCIZS3EQvtHk+b9vN2iS0xkgB1iDlxr2gKS8WSsGyI4a2n0Dq0jsSUa0lNBLm7b1Kx9EzjvAf+RQnmgED7z8+16hbKhuhrF8t1Qtk/3Z+ciCI2xDxTIiGJSRKNhIxHSqL0wmKdTW5CoTM66LWeTkLfgSvSg8rpQvBWUSZBi7cyuga8U3q1JjPpqtolu1Y/tAdaunk79gjvzfunX64mb5C1CtBNn7ypkEDxvmqUS/fnzmtlhHfjWbFZioIrqBv+a6nmCwCbTtlFv331Edia4lW6+8evIhOnvNp+8urDV49ffR7lFkQ8LKEy5uPg1JpsmfiBI+f+gXcFWVG1tHV09fQNDI2MTUzNzC0srSRSG6DREJKqwMpbkAkgE2FAIcKBSkQALSISaBMJQIdIBLpEJdAjqoA+MRkYEFOAIbEdGBEngTFxFZgQD4Ep8RiYER+BOfEJWBCjwJL4DKz4z5V/vewa176Cy+TPlO8k9hObv+9BWGSp7ck6OcGpMM4EX0+qi45WRx/n68ti+YXwfXwC/LhEUA7i+BAsJhOx4GnWYG0HIgiDBSG9hSAMJrAzEYTNPg7Xc2mrkU2ZxSRevNbTE0OMxNTGnmMe3t7IF9y51o41bJG56xSHfOYgXHvS/Urs/J/I4ZAi/YjxIBhIQneAIIAw2BEiLqUfYS50OIROp8jtFrtcjdRsqaS6TjqXoucs5LQkGbEmgq6/0KQLMbF1zMs0s9nTCIwjeo6UpQh7VCBt3cQQIjGFhJjWWPVcK0ePFsLCoe2kFsMBHZsKROJgJEtiwkYnt+JyrWoJSVNCmhZJpGIbIY1QCygJqSYxxzDaWXGhaa3liu9JKzIvFNfcR6bjv0Kr+9XqC3IVOUzB66mbj8FV7doofuk2Ouc4NwifOZYYHPkOneiy0+gucuvJK65VhjipXX/VGEsd1F1qNqSfIRyOMe1OsbHqdoXTPb7DtdBFdiK9rO9wwG6sQ6gDbPPLtGdx3ePPuVZXw9Ah5+WzR11HmIZLjsOnr7qPzHcYyEOOUF19BzToIg2OEHOcwLXcTo0e3XMYXFOPCZwiOJ1hjEbDTKf4hNTUpmtnWzv1HSJLxNBTamu2Mq1cK1tvlujZbxppvprsnDN0CbqdIqObx9QJTLdHfyVqZLXN4cvcL1zkCVdUb1LnOJeLqwnbxh6aCEMOwRpmGjmxtFB82pnB7OhBbjc5/H4Fhgv6i8tskolOcavaoDvaxng3WkQ+ddda7BzrCPNsFtkiYQRNHTRe1T8s9FkJDuguG+PVaL2kiy0i4ukR/RWO1qiGi23HqXcIuThcsgAF8HC74DXxN+Kfgt9jFn0tsOM85pYVGZJAiRRssTXbtrOLsCLYeu+JfadLT//cpw2iE8WhWtfGairQakNThw2CdFgxHRj4m1X2YWj4u7as6tsMLy8GVNzx8rzNONGe4eLw/H732bHbAtImpQVs0xnhk8LZrSlua0Eb+9JB/KuvGYPM+9VXg3is/QrXVK4NNFv6+rf6gvAA/LkyEvy0/us/4/rWhXEgUOr+vHwsGBYaG4OxGBgGweSSJX+LeRT13p8Zxu6IbS8O8/P9e9Rfoh4vWRQWEYxBUY2s5U8ZO+eLu4c/fPr1585u+EV5/OnnTeL5w92fPvz8a3cn+OlI++Gdra0NLBELBN0QtbnIW8G7eO36Q7nJ9esjPJo/FTHcPJ7bg1FKy3DH0ZMWmZSr+JJx5ptvz+BIoZZxBvE3kmbgIvBBVL0nr127poQ3btuTP7g3f1uw6Pa9ebO7MpdFi2bMcQItsmMbccVJgy3jy1JT0zO3ZaXpGwV6m3/yZP48tC55rEeLB4mKHo1cI1GLp0fM2uRbBTwyUshg2/r/2o334Ksbt4VgUSRPzF/ks+XcBu4L1qrBDgsyocH2oFU32BvO+Wz5NVv5AR4MR0flv5nG+BLd76PyEEsoaeBTSYAroClgxfqe1dgqDA63IiCg+e1zUcuYiUWtyaWoBLUKCiek7koIRWoENwc5VwY4N9tks8fO9d2/ZcPEm8ZR/gV0Mqu+U3D8+Zjnx/GV2lnv06r/ERFCalHX52s2UJ3KgPpbY8s9ZTPcujmsqWfeV3A9F6aWQ6E4ri+4j4wrKocFVzncivcPoks2lehezfCSjS0vF1TMm04Hb/AwWE5vwjZi+MKeBhUe6uE3JaWiDNKqBXET9e8HBrAT2Me7eKdo3u5Z6XGt+yvNFf6CeNEqNrb3zqVydd/X8V9nxsXHBdf3Ed3q2cnNMp5Px5df6d2K7cVO92LL2fUu9O7AeB1v6rPG18qmy88rRrcwAzYEzrZxbbfA5RCs4jPcM8Xwx+j6lcJce07FCbt+T8lxuyjnQq4QYFxC7mpdub7CIrSfAEul/TiUcSS3AhS78vXNbxr6O9emx4sBmn2+owOgArbN+Bod7zIlkD+VXwSv9MHvvAEoP/qjFcp3PcaKHWbgK5DcZTq+itzoD614U1u8FuytToxB7nIeX5d7dN34/Oxf62Z+B9QncyK+Bm8Gfp1fvBqc/Pa5dWlA/vdd5v9z6Nu0ETei+8Ct40Tq7F3AqnA6S31ea7X9iWZG91lB8fpiVXXlsv+hURCT2FA6S+4azOBTkQH02RzgB7vn8HdX1CuvxZHA26eV9nB6wcQYl7LYCFwhNiG/BUxIx22ILcrvQzxU7T2AYFDBATF8AFyCzZCPIBCO5mPgD1cxDrGPMQNi/5bvARz4QHtCKsLzCSBT8CGZEIVkRJmKqtFQEn7tKr6sTt4i5SYNYVtWU7S2qUaFitV6JKVSy+Qt/JQkwbW2imqhVGNsoV5Op2o0Ur5UJW/mV5JNqKYmOV+hkjdQdZqkeqhR5CYnS3dbJtXJm4GAMiqUGhpVXIIPtVaJytSRayGdX4PIvX01Ck2rSQ1VzYAnURJFRU22cD6kQBIIWkRWsS2tBnSlvdpytFTQoFWKL7qryDXjQyVaKU2sSo4PivKVGlDqaCRBfY8KhVxIxomkbdmk+fnmX4H18Q1KX3qNMIQjBvJAnsgLeSMfRCAm8kV+yB8FoEDEQkEoGIUgNuIgLjDq5c2UV62MpilVCq5VZMWnkGs08uYsjyZKqsnyVMnoes06JqdpDkOrSMn0bkJZxvNIadbrSBlUQacmFlNTNaq6+gxMqcS5J8VzBQU9ajQeGrkiRdApRhArsAkAAAAA') format('woff2'),
  url('../fonts/iconfont.woff?t=1562741463393') format('woff'),
  url('../fonts/iconfont.ttf?t=1562741463393') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1562741463393#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\f017";
}

.icon-bigger1:before {
  content: "\e647";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-up26:before {
  content: "\e789";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-qq:before {
  content: "\e7bf";
}

.icon-qq1:before {
  content: "\e7cb";
}

.icon-wechat:before {
  content: "\e7cd";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}
.icon-tel1:before {
    content: "\e7cc";
}
.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px; width:200px; line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #C29E64;cursor: pointer;  border:1px solid #C29E64; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#C29E64 solid 1px; background:#C29E64; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px }
.listcart{ width:100%;
}
}
@media screen and (max-width:420px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.ppp{line-height: 30px;margin-bottom: 20px;margin-top: 20px;}


.page a.no:hover{

background-color: #C29E64;

color: #fff;}


.news2-main .item-desc p img{text-indent: 2em;display: block;}



table tr:first-child td
{ 
background-color:#C29E64;
}

.kefupy{ position: fixed;
    right: 0;
    top: 50%;
    margin-top: -167px;
    z-index: 999;
    width: 150px;
    height: 334px;
}
.kefupy img{ display:block; margin:0 auto; max-width:100%; }

@media screen and (max-width:640px){
	.kefupy{ display:none;}
	}
	
	
	
.companyperson li{     float: left;
    width: 19%;
    margin-left: 1%;
    margin-bottom: 33px;
}
.companyperson li .item-pic {
    width: 100%;
}
.companyperson .item-pic img {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}


.companyperson .companypersonmz {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 4px;
    text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.companypersonms{text-indent: 2em;
    line-height: 30px;
    height: 90px;
    margin-top: 14px;}
	
	@media screen and (max-width:999px){
		.companyperson li{       width: 32%;    margin-left: 1.333333%;}
		}
			@media screen and (max-width:640px){
		.companyperson li{       width: 48%;    margin-left: 1%;}
		}
			@media screen and (max-width:420px){
		.companyperson li{       width: 98%;    margin-left: 1%;}
		}