.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: #2B952B !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a:hover { color: #2B952B !important; }

[class*="-item"] .item-desc { overflow: hidden; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #2B952B !important; }

.wp { width: 1400px; margin: auto; }

@media screen and (min-width: 1441px) { .wp { width: 1400px; margin: auto; } }

@media screen and (min-width: 1220px) and (max-width: 1440px) { .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; } }

.wp1 { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .wp1 { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp1 { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp1 { 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 #2B952B; background-color: #2B952B; color: #fff; font-size: 12px; font-size: 1.2rem; }

.page .prev, .page .next { width: 62px; margin: 0 7px 10px; }
.page .big, .page .next { width: 62px; margin: 0 7px 10px; }
.page .no,.page .no:hover{  border: solid 1px #2B952B; background-color: #2B952B; color: #fff;}
.page a:hover, .page .page-active { background-color: #fff; color: #2B952B; }

@media only screen and (max-width: 767px) { .page a { margin: 0 2px 10px; }
  .page .prev, .page .next { margin: 0 3px 10px; } }

.fl { float: none; display: inline-block; }

.add-form { display: inline-block; background: url(../images/af-bg.png) no-repeat right center; padding-right: 33px; margin-left: 125px; }

.add-form .add-btn { width: 133px; height: 26px; line-height: 24px; text-align: center; border: solid 1px #2B952B; background-color: #2B952B; color: #FFFFFF; cursor: pointer; font-size: 12px; font-size: 1.2rem; }

.add-form .add-btn:hover { background-color: #fff; color: #2B952B; }

@media only screen and (max-width: 999px) { .add-form { margin-left: 5px; } }

/*-------------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: 30px; font-size: 3rem; }

.c2 { background: #F6F6F6; }

.c2 .iconfont { color: #3AC34C; font-size: 27px; font-size: 2.7rem; }

.c3 { background: #F6F6F6; }

.c3 .iconfont { color: #83c14b; font-size: 27px; font-size: 2.7rem; }

.c4 { background: #F6F6F6; }

.c4 .iconfont { color: #007CBC; font-size: 25px; font-size: 2.5rem; }

.contact-phone { position: fixed; bottom: 0; height: 50px; left: 0; right: 0; display: none; z-index: 999; }

.contact-phone li { width: 25%; 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: 47px; right: 0; display: none; max-width: 120px; width: 120px; height: 120px; }

@media only screen and (max-width: 767px) { .contact-pc { display: none; }
  .contact-phone { display: block; } }

/*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:after { position: absolute; content: ''; background-color: #153371; width: 30px; height: 30px; top: 50%; left: 50%; margin: -15px 0 0 -15px; z-index: 997; }

.back-top .iconfont { font-size: 44px; font-size: 4.4rem; border-radius: 50%; color: #e1e1e1; -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 26, 41, 0.41); box-shadow: 0px 5px 15px 0px rgba(0, 26, 41, 0.41); position: relative; z-index: 998; }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { height: 40px; letter-spacing: 0; }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 40px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { padding: 20px 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: #2B952B; }

.m-oths .oths-item-1 { margin-bottom: 0; }

@media only screen and (max-width: 767px) { .m-oths .oths-item { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread-box { background-color: #f6f6f6; padding: 35px 0 38px; }

@media screen and (max-width: 767px) { .bread-box { padding: 15px 0; } }

.bread-box1 { padding: 24px 0 24px; }

@media screen and (max-width: 767px) { .bread-box1 { padding: 15px 0; } }

.bread { line-height: 20px; }

.bread .iconfont { margin-right: 5px; }

.bread, .bread a { color: #666; }

.bread a:hover, .bread .active { color: #2B952B; }

.bread-bar { margin-bottom: 20px; }

.bread-bar > a { float: left; width: 187px; height: 46px; line-height: 44px; background-color: #ffffff; border: solid 1px #cccccc; margin-right: 16px; text-align: center; font-size: 16px; font-size: 1.6rem; margin-bottom: 10px; }

.bread-bar > a:hover, .bread-bar > a.active { background-color: #2B952B; color: #fff; font-weight: bold; }

@media screen and (max-width: 999px) { .bread-bar > a { width: 150px; height: 40px; line-height: 38px; } }

@media screen and (max-width: 767px) { .bread-bar { margin-bottom: 15px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }
  .bread-bar > a { height: 36px; line-height: 34px; font-size: 14px; font-size: 1.4rem; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1; margin: 0 2px; } }

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder { color: #666; opacity: 1; }

/* WebKit browsers */
.search-box :-o-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder { color: #666; opacity: 1; }

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder { color: #666; opacity: 1; }

/* Internet Explorer 10+ */
.search { position: relative; margin-left: 40px; margin-top: 39px; }

@media screen and (max-width: 1219px) { .search { margin-left: 10px; } }

@media screen and (max-width: 999px) { .search { margin-top: 25px; } }

@media screen and (max-width: 767px) { .search { margin: 0; position: absolute; top: 3px; right: 35px; } }

.search .search-icon { cursor: pointer; display: block; }

.search .search-icon .iconfont { font-size: 33px; font-size: 3.3rem; color: #fff; }

@media screen and (max-width: 999px) { .search .search-icon .iconfont { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .search .search-icon .iconfont { font-size: 24px; font-size: 2.4rem; } }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 35px; right: 0; z-index: 999; width: 250px; height: 32px; border-radius: 2px; border: solid 1px #BFBFBF; background-color: #FFFFFF; cursor: pointer; }

.search .search-box .iconfont { font-size: 16px; font-size: 1.6rem; color: #666; position: absolute; width: 29px; 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: 32px; padding: 0 35px 0 9px; }

.search .search-submit { position: absolute; width: 35px; height: 100%; top: 0px; right: 0px; cursor: pointer; z-index: 1; }

/*-------------header start----------------------------------------------------------------*/
.header { position: absolute; top: 0; left: 0; width: 100%; z-index: 9999; }

@media screen and (max-width: 767px) { .header { position: relative; background-color: #fff; background-color: rgba(255, 255, 255, 0.5); }
  .header .search .search-icon .iconfont { color: #333; }
  .header .navlist > li > a { color: #333; } }

.header .logo { float: left; display: block; margin-top: 28px; }

@media screen and (max-width: 999px) { .header .logo { height: 35px; } }

@media screen and (max-width: 767px) { .header .logo { float: none; margin: 30px auto 20px; } }

.header .navlist { float: right; margin-top: 41px; padding-bottom: 13px; }

.header .navlist > li { position: relative; float: left; margin-left: 8px; padding-bottom: 16px; }

.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: 32px; border-radius: 14px; padding: 0 20px; color: #fff; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #fff !important; background-color: #2B952B; }

@media screen and (max-width: 1219px) { .header .navlist > li { margin-left: 0; }
  .header .navlist > li > a { padding: 0 15px; } }

@media screen and (max-width: 999px) { .header .navlist { margin-top: 28px; padding-bottom: 0; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; padding: 0 13px; } }

@media screen and (max-width: 850px) { .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; padding: 0 11px; } }

@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: 180px; left: 0; padding-bottom: 7px; background-color: #fff; }

.header .yiji li { background-color: #fff; position: relative; text-align: left; }

.header .yiji li > a { display: block; line-height: 24px; padding: 12px 10px 9px 29px; font-size: 16px; font-size: 1.6rem; }

.header .yiji li:hover > a { background-color: #2B952B; color: #fff; }

.header .yiji li:hover .erji { left: 100%; }

@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: 0; border-left: solid 1px transparent; width: 180px; }

.header.fixed { position: fixed; background-color: #fff; background-color: rgba(255, 255, 255, 0.5); }

.header.fixed .search .search-icon .iconfont { color: #333; }

.header.fixed .navlist > li > a { color: #333; }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; }

.navlist1 > li { float: left; width: 25%; text-align: center; padding-bottom: 5px; }

.navlist1 > li > a { position: relative; line-height: 30px; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { color: #2B952B; }

@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/bg5.jpg) no-repeat bottom center; padding: 30px 0; border-top: solid 1px #5F5F5F; text-align: center; line-height: 24px; }

.footer p { padding: 4px 0; }

.footer, .footer a { color: #cacaca; }

.footer a:hover { color: #2B952B; }

.footer .links a { display: inline-block; margin-right: 30px; }

@media screen and (max-width: 767px) { .footer .links { display: none; } }

@media screen and (max-width: 767px) { .footer { padding: 15px 0; line-height: 22px; }
  .footer p { padding: 0; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
@media screen and (max-width: 999px) { .section2, .section3, .section4, .section5, .section6 { padding: 50px 0; } }

@media screen and (max-width: 767px) { .section2, .section3, .section4, .section5, .section6 { padding: 30px 0; } }

/* index-about start */
.index-about { background: url(../images/bg1.jpg) no-repeat center; -webkit-background-size: cover; background-size: cover; text-align: center; /* .turn_page start */ /* .turn_page end */ }

.index-about .box-title { font-size: 36px; font-size: 3.6rem; font-weight: bold; padding-bottom: 16px; position: relative; }

.index-about .box-title:after { position: absolute; content: ''; width: 99px; height: 2px; background-color: #2B952B; left: 50%; margin-left: -50px; bottom: 0; }

.index-about .box-title, .index-about .box-title a { color: #2B952B; }

.index-about .box-title a:hover { color: #333; }

@media screen and (max-width: 1440px) { .index-about .box-title { font-size: 30px; font-size: 3rem; padding-bottom: 10px; } }

@media screen and (max-width: 1219px) { .index-about .box-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 999px) { .index-about .box-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .index-about .box-title { font-size: 20px; font-size: 2rem; } }

.index-about .box-subt { font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 10px; }

.index-about .box-subt a:hover { color: #2B952B; }

@media screen and (max-width: 1440px) { .index-about .box-subt { font-size: 18px; font-size: 1.8rem; line-height: 22px; } }

@media screen and (max-width: 999px) { .index-about .box-subt { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .index-about .box-subt { font-size: 16px; font-size: 1.6rem; } }

.index-about .box-desc { max-width: 980px; margin-left: auto; margin-right: auto; margin-top: 30px;
/* font-size: 16px; font-size: 1.6rem; line-height: 30px;*/
 font-size: 18px; font-size: 1.8rem; line-height: 36px;
  }

.index-about .box-desc a { display: block; }
.index-about .box-desc a strong{ color: #2B952B; font-weight: normal;
    font-size: 24px;
    font-size: 2.4rem;}
.index-about .box-desc a:hover { color: #2B952B; }

@media screen and (max-width: 1440px) { .index-about .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 5px; } }

@media screen and (max-width: 999px) { .index-about .box-desc { margin-top: 10px; } }

.index-about .item-box { margin-top: 30px; display: inline-block; font-size: 18px; font-size: 1.8rem; line-height: 36px; background: url(../images/web1.png) no-repeat 64px top; padding-top: 0; padding-left: 106px; }

.index-about .item-box a { display: block; }

.index-about .item-box a:hover { color: #2B952B; }

.index-about .item-box strong { color: #2B952B; font-weight: normal; font-size: 24px; font-size: 2.4rem; }

.index-about .item-box .item-box1 { background: url(../images/web2.png) no-repeat bottom right; padding-right: 106px; padding-bottom: 0; }

@media screen and (max-width: 1440px) { .index-about .item-box { line-height: 24px; margin-top: 10px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 1219px) { .index-about .item-box { background-position-x: left; padding-left: 52px; }
  .index-about .item-box .item-box1 { padding-right: 52px; } }

@media screen and (max-width: 999px) { .index-about .item-box { -webkit-background-size: 30px 30px; background-size: 30px; padding-top: 20px; }
  .index-about .item-box .item-box1 { -webkit-background-size: 30px 30px; background-size: 30px; padding-bottom: 20px; }
  .index-about .item-box strong { font-size: 18px; font-size: 1.8rem; } }

.index-about .turn_page { margin-top: 50px; }

@media screen and (max-width: 1440px) { .index-about .turn_page { margin-top: 10px; } }

@media screen and (max-width: 999px) { .index-about .turn_page { margin-top: 30px; } }

.index-about .turn_page #box1 { position: relative; width: 1200px; height: 350px; margin: 0 auto; }

.index-about .turn_page #box1 .box-list { position: relative; width: 1200px; height: 350px; }

.index-about .turn_page #box1 .box-list .list-item { position: absolute; list-style: none; background: #000; width: 0; height: 0; top: 146px; left: 377px; z-index: 0; -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2); box-shadow: 0 0 13px rgba(0, 0, 0, 0.2); }

.index-about .turn_page #box1 .box-list .list-item img { width: 100%; height: 100%; vertical-align: top; cursor: pointer; }

.index-about .turn_page #box1 .prev, .index-about .turn_page #box1 .next { position: absolute; top: 50%; margin-top: -14px; overflow: hidden; cursor: pointer; z-index: 999; }

.index-about .turn_page #box1 .prev .iconfont, .index-about .turn_page #box1 .next .iconfont { font-size: 29px; font-size: 2.9rem; color: #666; }

.index-about .turn_page #box1 .prev .iconfont:hover, .index-about .turn_page #box1 .next .iconfont:hover { color: #2B952B; }

.index-about .turn_page #box1 .prev { left: 0; }

.index-about .turn_page #box1 .next { right: 0; }

@media screen and (max-width: 1219px) { .index-about .turn_page #box1 { display: none; } }

.index-about .turn_page .scroll-box { display: none; position: relative; overflow: hidden; width: 100%; padding-left: 40px; padding-right: 40px; }

@media screen and (max-width: 1219px) { .index-about .turn_page .scroll-box { display: block; } }

.index-about .turn_page .scroll-box .box-btn { position: absolute; top: 50%; margin-top: -15px; display: block; }

.index-about .turn_page .scroll-box .box-btn .iconfont { font-size: 30px; font-size: 3rem; color: #666; }

.index-about .turn_page .scroll-box .box-btn .iconfont:hover { color: #2B952B; }

.index-about .turn_page .scroll-box .box-btn.prev { left: 0; }

.index-about .turn_page .scroll-box .box-btn.next { right: 0; }

.index-about .turn_page .scroll-box .box-list { overflow: hidden; }

.index-about .turn_page .scroll-box .box-list ul { width: 10000%; }

.index-about .turn_page .scroll-box .list-item { float: left; margin-left: .01%; margin-right: .01%; margin-bottom: 0; width: .313%; border-radius: 0; border: solid 0 #bfbfbf; overflow: hidden; }

.index-about .turn_page .scroll-box .list-item img { display: block; }

@media only screen and (max-width: 640px) { .index-about .turn_page .scroll-box .list-item { width: .48%; } }

@media only screen and (max-width: 480px) { .index-about .turn_page .scroll-box .list-item { width: .98%; } }

/* index-about end */
/* index-titlebox start */
.index-titlebox { text-align: center; }

.index-titlebox a:hover { color: #2B952B; }

.index-titlebox .item-title { font-size: 36px; font-size: 3.6rem; font-weight: bold; }

@media screen and (max-width: 1440px) { .index-titlebox .item-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 1219px) { .index-titlebox .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 999px) { .index-titlebox .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .index-titlebox .item-title { font-size: 20px; font-size: 2rem; } }

.index-titlebox .item-subt { font-family: "FuturaStd-Book"; font-size: 18px; font-size: 1.8rem; line-height: 24px; margin-top: 4px; }

@media screen and (max-width: 1219px) { .index-titlebox .item-subt { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 999px) { .index-titlebox .item-subt { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-titlebox .item-subt { font-size: 12px; font-size: 1.2rem; margin-top: 0; } }

/* index-titlebox end */
/* index-probox start */
.index-probox { background: url(../images/bg2.jpg) no-repeat bottom center; -webkit-background-size: cover; background-size: cover; }

.index-probox .index-titlebox, .index-probox .index-titlebox a { color: #fff; }

.index-probox .index-titlebox a:hover { color: #2B952B; }

.index-probox .box-tab .tab-options { margin-top: 34px; text-align: center; border-top: solid 3px #bfbfbf; border-top: solid 3px rgba(191, 191, 191, 0.8); }

.index-probox .box-tab .tab-options li { cursor: pointer; display: inline-block; font-size: 18px; font-size: 1.8rem; line-height: 24px; color: #fff; padding: 18px 14px; border-top: 3px solid transparent; margin: -3px 25px 0; }

.index-probox .box-tab .tab-options li:hover, .index-probox .box-tab .tab-options li.tab-active { border-top-color: #2B952B; color: #2B952B; }

@media screen and (max-width: 1440px) { .index-probox .box-tab .tab-options { margin-top: 15px; }
  .index-probox .box-tab .tab-options li { padding-top: 10px; padding-bottom: 10px; } }

@media screen and (max-width: 999px) { .index-probox .box-tab .tab-options li { float: left; padding: 10px 0; width: 18%; margin: -3px 1% 0; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .index-probox .box-tab .tab-options li { font-size: 14px; font-size: 1.4rem; } }

.index-probox .box-list { margin-top: 72px; letter-spacing: 0; font-size: 0; text-align: center;}

@media screen and (max-width: 1440px) { .index-probox .box-list { margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-probox .box-list { margin-top: 0; } }

.index-probox .box-list .list-item { display: inline-block;vertical-align: top;  width: 23.57143%; margin-left: 1.90476%; position: relative; overflow: hidden;text-align: left; }

.index-probox .box-list .list-item:hover .item-backdrop { bottom: 0; }

.index-probox .box-list .list-item:hover .item-title { bottom: -999px; }

.index-probox .box-list .list-item.item2 { margin-top: 73px; }

@media screen and (max-width: 1440px) { .index-probox .box-list .list-item { width: 22.14286%; margin-left: 3.80952%; }
  .index-probox .box-list .list-item.item2 { margin-top: 40px; } }

@media screen and (max-width: 999px) { .index-probox .box-list .list-item { width: 23%; margin: 0 1%; }
  .index-probox .box-list .list-item.item2 { margin-top: 30px; } }

@media screen and (max-width: 767px) { .index-probox .box-list .list-item { width: 48%; margin: 20px 1% 0 !important; } }

.index-probox .box-list .item-pic { position: relative; }

.index-probox .box-list .item-pic img { display: block; margin: 0 auto; width: 100%; }

.index-probox .box-list .item-title { position: absolute; bottom: 0; left: 0; width: 100%; text-align: left; line-height: 65px; background-color: #2B952B; padding: 0 26px; font-size: 20px; font-size: 2rem; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.index-probox .box-list .item-title, .index-probox .box-list .item-title a { color: #fff; }

.index-probox .box-list .item-title a:hover { color: #333 !important; }

@media screen and (max-width: 1440px) { .index-probox .box-list .item-title { padding: 0 15px; } }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-title { line-height: 50px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-title { display: none; } }

.index-probox .box-list .item-backdrop { position: absolute; left: 0; width: 100%; height: 100%; bottom: 999px; background-color: #2B952B; background-color: rgba(43, 149, 43, 0.8); -o-transition: all .9s; -moz-transition: all .9s; transition: all .9s; -webkit-transition: all .9s; }

@media screen and (max-width: 999px) { .index-probox .box-list .item-backdrop { position: relative; left: auto; bottom: auto !important; margin-top: 0; } }

.index-probox .box-list .item-body { padding: 0 7.57576%; position: absolute; top: 50%; margin-top: -90px; left: 0; width: 100%; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-body { margin-top: -82px; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-body { position: relative; left: auto; top: auto; margin-top: auto; padding: 15px; } }

.index-probox .box-list .item-subt { font-weight: bold; font-size: 26px; font-size: 2.6rem; }

.index-probox .box-list .item-subt, .index-probox .box-list .item-subt a { color: #fff; }

.index-probox .box-list .item-subt a:hover { color: #333 !important; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-subt { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-subt { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .index-probox .box-list .item-subt { font-size: 14px; font-size: 1.4rem; } }

.index-probox .box-list .item-desc { text-indent: 2em; margin-top: 22px; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; }

.index-probox .box-list .item-desc, .index-probox .box-list .item-desc a { color: #fff; }

.index-probox .box-list .item-desc a:hover { color: #333 !important; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; margin-top: 10px; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-desc { line-height: 20px; height: 60px; } }

@media screen and (max-width: 767px) { .index-probox .box-list .item-desc { font-size: 12px; font-size: 1.2rem; } }

.index-probox .box-list .item-btn { margin-top: 36px; display: block; width: 198px; height: 54px; line-height: 54px; border-radius: 27px; background-color: #fff; font-size: 16px; font-size: 1.6rem; text-align: center; color: #2B952B; }

.index-probox .box-list .item-btn:hover { background-color: #333; color: #fff; }

@media screen and (max-width: 1219px) { .index-probox .box-list .item-btn { height: 36px; line-height: 36px; border-radius: 18px; margin-top: 20px; width: 140px; } }

@media screen and (max-width: 999px) { .index-probox .box-list .item-btn { width: 120px; height: 30px; line-height: 30px; border-radius: 15px; font-size: 14px; font-size: 1.4rem; margin-top: 15px; } }

/* index-probox end */
/* index-project start */
.index-project { background: url(../images/bg3.jpg) no-repeat top center; -webkit-background-size: cover; background-size: cover; padding: 54px 0 0; /* box-info start */ /* box-info end */ }

@media screen and (max-width: 1440px) { .index-project { padding: 0; } }

@media screen and (max-width: 999px) { .index-project { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-project { padding: 30px 0; } }

.index-project .item-box { position: absolute; left: 0; top: 0; width: 100%; }

@media screen and (max-width: 999px) { .index-project .item-box { position: relative; left: auto; top: auto; } }

.index-project .box-info { padding: 8px 0 0; max-width: 505px; }

.index-project .box-info, .index-project .box-info a { color: #fff; }

.index-project .box-info a:hover { color: #2B952B; }

@media screen and (max-width: 1219px) { .index-project .box-info { max-width: 420px; } }

.index-project .box-info .item-title { font-weight: bold; font-size: 36px; font-size: 3.6rem; position: relative; padding-bottom: 18px; }

.index-project .box-info .item-title:after { position: absolute; content: ''; width: 58px; height: 5px; background-color: #fff; left: 0; bottom: 0; }

@media screen and (max-width: 1440px) { .index-project .box-info .item-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 1219px) { .index-project .box-info .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 999px) { .index-project .box-info .item-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 12px; } }

@media screen and (max-width: 767px) { .index-project .box-info .item-title { font-size: 20px; font-size: 2rem; } }

.index-project .box-info .item-desc { text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 23px; }

.index-project .box-info .item-desc a { display: block; }

@media screen and (max-width: 1219px) { .index-project .box-info .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 10px; line-height: 24px; } }

@media screen and (max-width: 767px) { .index-project .box-info .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.index-project .scroll-box { position: relative; overflow: hidden; }

@media screen and (max-width: 999px) { .index-project .scroll-box { width: 95%; margin: 0 auto; } }

.index-project .scroll-box .scroll-btns { position: absolute; bottom: 90px; right: 55.10417%; }

.index-project .scroll-box .scroll-btns .scroll-btn { width: 174px; height: 88px; line-height: 88px; text-align: center; background-color: #2B952B; display: inline-block; cursor: pointer; color: #fff; }

.index-project .scroll-box .scroll-btns .scroll-btn:hover { background-color: #333; }

.index-project .scroll-box .scroll-btns .scroll-btn .iconfont { font-size: 28px; font-size: 2.8rem; }

.index-project .scroll-box .scroll-btns .scroll-btn.prev { margin-right: -3px; }

@media screen and (max-width: 1440px) { .index-project .scroll-box .scroll-btns { bottom: 50px; }
  .index-project .scroll-box .scroll-btns .scroll-btn { width: 120px; height: 60px; line-height: 60px; } }

@media screen and (max-width: 1219px) { .index-project .scroll-box .scroll-btns { bottom: 21px; }
  .index-project .scroll-box .scroll-btns .scroll-btn { width: 80px; height: 50px; line-height: 50px; } }

@media screen and (max-width: 999px) { .index-project .scroll-box .scroll-btns { position: relative; bottom: auto; right: auto; background-color: #fff; background-color: rgba(255, 255, 255, 0.3); padding: 0 15px 15px; }
  .index-project .scroll-box .scroll-btns .scroll-btn { width: 60px; height: 40px; line-height: 40px; } }

@media screen and (max-width: 767px) { .index-project .scroll-box .scroll-btns .scroll-btn { width: 40px; height: 30px; line-height: 30px; }
  .index-project .scroll-box .scroll-btns .scroll-btn .iconfont { font-size: 20px; font-size: 2rem; } }

.index-project .scroll-box .scroll-list-box { width: 100%; overflow: hidden; }

.index-project .scroll-box .scroll-list { width: 10000%; }

.index-project .scroll-box .scroll-list li { width: 1%; float: left; }

.index-project .scroll-box .scroll-list .item-pic { float: right; position: relative; width: 55.10417%; }

.index-project .scroll-box .scroll-list .item-pic img { width: 100%; display: block; max-width: 1058px; margin: 0 auto; }

@media screen and (max-width: 999px) { .index-project .scroll-box .scroll-list .item-pic { float: none; width: 100%; margin: 30px auto 0; } }

.index-project .scroll-box .scroll-list .item-backdrop { overflow: hidden; margin-top: 228px; background-color: #fff; background-color: rgba(255, 255, 255, 0.3); padding: 97px 0 222px 0; }

@media screen and (max-width: 1440px) { .index-project .scroll-box .scroll-list .item-backdrop { margin-top: 200px; padding: 50px 0 100px 0; } }

@media screen and (max-width: 1219px) { .index-project .scroll-box .scroll-list .item-backdrop { margin-top: 150px; padding: 30px 0 40px 0; } }

@media screen and (max-width: 999px) { .index-project .scroll-box .scroll-list .item-backdrop { margin: 0; padding: 30px 0; } }

.index-project .scroll-box .scroll-list .item-body { float: right; width: 596px; padding-right: 11.78571%; }

.index-project .scroll-box .scroll-list .item-body, .index-project .scroll-box .scroll-list .item-body a { color: #fff; }

@media screen and (max-width: 1440px) { .index-project .scroll-box .scroll-list .item-body { width: 530px; } }

@media screen and (max-width: 1219px) { .index-project .scroll-box .scroll-list .item-body { width: 440px; } }

@media screen and (max-width: 999px) { .index-project .scroll-box .scroll-list .item-body { width: 100%; padding: 0 15px; } }

.index-project .scroll-box .scroll-list .item-title { font-size: 24px; font-size: 2.4rem; }

@media screen and (max-width: 1219px) { .index-project .scroll-box .scroll-list .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 999px) { .index-project .scroll-box .scroll-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .index-project .scroll-box .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.index-project .scroll-box .scroll-list .item-desc { text-indent: 2em; line-height: 26px; height: 78px; margin-top: 18px; }

@media screen and (max-width: 1219px) { .index-project .scroll-box .scroll-list .item-desc { margin-top: 10px; } }

@media screen and (max-width: 999px) { .index-project .scroll-box .scroll-list .item-desc { line-height: 24px; height: auto; max-height: 72px; } }

@media screen and (max-width: 767px) { .index-project .scroll-box .scroll-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; max-height: 60px; } }

.index-project .scroll-box .scroll-list .item-btn { display: block; width: 162px; height: 40px; line-height: 40px; background-color: #2B952B; -webkit-box-shadow: 2px 4px 0px 0px rgba(64, 144, 64, 0.44); box-shadow: 2px 4px 0px 0px rgba(64, 144, 64, 0.44); text-align: center; font-size: 16px; font-size: 1.6rem; color: #fff; margin: 32px 0 0; }

.index-project .scroll-box .scroll-list .item-btn:hover { background-color: #333; -webkit-box-shadow: 2px 4px 0px 0px rgba(51, 51, 51, 0.44); box-shadow: 2px 4px 0px 0px rgba(51, 51, 51, 0.44); }

@media screen and (max-width: 1219px) { .index-project .scroll-box .scroll-list .item-btn { margin: 20px 0 0; } }

@media screen and (max-width: 999px) { .index-project .scroll-box .scroll-list .item-btn { margin: 15px 0 0; height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-project .scroll-box .scroll-list .item-btn { width: 130px; height: 30px; line-height: 30px; font-size: 12px; font-size: 1.2rem; } }

/* index-project end */
/* index-news start */
.index-news { background: url(../images/bg4.jpg) no-repeat top center; -webkit-background-size: cover; background-size: cover; }

.index-news .index-titlebox .item-subt, .index-news .index-titlebox .item-subt a { color: #999; }

.index-news .index-titlebox .item-subt a:hover { color: #2B952B; }

.index-news .box-btn { display: block; width: 162px; height: 40px; line-height: 40px; background-color: #2B952B; -webkit-box-shadow: 2px 4px 0px 0px rgba(64, 144, 64, 0.44); box-shadow: 2px 4px 0px 0px rgba(64, 144, 64, 0.44); text-align: center; font-size: 16px; font-size: 1.6rem; color: #fff; margin: 77px auto 0; }

.index-news .box-btn:hover { background-color: #333; -webkit-box-shadow: 2px 4px 0px 0px rgba(51, 51, 51, 0.44); box-shadow: 2px 4px 0px 0px rgba(51, 51, 51, 0.44); }

@media screen and (max-width: 1440px) { .index-news .box-btn { margin: 30px auto 0; } }

@media screen and (max-width: 999px) { .index-news .box-btn { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-news .box-btn { width: 130px; height: 30px; line-height: 30px; font-size: 12px; font-size: 1.2rem; } }

.index-news .box-list .list-item { float: left; width: 32.42857%; margin-left: 0.90476%; background-color: #fff; padding: 5px; margin-top: 62px; }

.index-news .box-list .list-item:hover { -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3); box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 1440px) { .index-news .box-list .list-item { margin-top: 20px; } }

@media screen and (max-width: 999px) { .index-news .box-list .list-item { width: 31.33%; margin: 20px 1% 0; } }

@media screen and (max-width: 640px) { .index-news .box-list .list-item { width: 48%; } }

@media screen and (max-width: 400px) { .index-news .box-list .list-item { width: 98%; } }

.index-news .box-list .item-pic img { display: block; margin: 0 auto; max-width: 445px; width: 100%; }

.index-news .box-list .item-body { padding: 28px 16px 62px; }

@media screen and (max-width: 1440px) { .index-news .box-list .item-body { padding: 10px 16px; } }

@media screen and (max-width: 999px) { .index-news .box-list .item-body { padding: 10px; } }

.index-news .box-list .item-title { font-size: 21px; font-size: 2.1rem; line-height: 28px; }

@media screen and (max-width: 1440px) { .index-news .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@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; line-height: 24px; } }

.index-news .box-list .item-date { font-size: 16px; font-size: 1.6rem; margin-top: 14px; }

@media screen and (max-width: 1440px) { .index-news .box-list .item-date { margin-top: 10px; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-date { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-date { font-size: 12px; font-size: 1.2rem; margin-top: 5px; } }

.index-news .box-list .item-desc { text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-top: 10px; }

@media screen and (max-width: 1440px) { .index-news .box-list .item-desc { line-height: 24px; height: 72px; } }

@media screen and (max-width: 999px) { .index-news .box-list .item-desc { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-news .box-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; } }

/* index-news end */
/* index-bot start */
.index-contact { background: url(../images/bg5.jpg) no-repeat top center; -webkit-background-size: cover; background-size: cover; /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }

.index-contact ::-webkit-input-placeholder { color: #999; opacity: 1; }

.index-contact :-o-placeholder { color: #999; opacity: 1; }

.index-contact ::-moz-placeholder { color: #999; opacity: 1; }

.index-contact :-ms-input-placeholder { color: #999; opacity: 1; }

.index-contact .box-contact { border-radius: 10px; background-color: #fff; background-color: rgba(255, 255, 255, 0.15); padding: 83px 0 86px; /* .box-left start */ /* .box-left start */ }

@media screen and (max-width: 1440px) { .index-contact .box-contact { padding: 30px 0 20px; } }

@media screen and (max-width: 999px) { .index-contact .box-contact { padding: 50px 30px; } }

@media screen and (max-width: 767px) { .index-contact .box-contact { padding: 30px 15px; } }

.index-contact .box-contact .box-left { overflow: hidden; padding-left: 3.92857%; }

@media screen and (max-width: 999px) { .index-contact .box-contact .box-left { padding: 0; } }

.index-contact .box-contact .box-left .item-title { font-size: 36px; font-size: 3.6rem; font-weight: bold; }

.index-contact .box-contact .box-left .item-title, .index-contact .box-contact .box-left .item-title a { color: #DDDDDD; }

.index-contact .box-contact .box-left .item-title a:hover { color: #2B952B; }

@media screen and (max-width: 1440px) { .index-contact .box-contact .box-left .item-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 1219px) { .index-contact .box-contact .box-left .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 999px) { .index-contact .box-contact .box-left .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .index-contact .box-contact .box-left .item-title { font-size: 20px; font-size: 2rem; } }

.index-contact .box-contact .box-left .item-desc { font-size: 24px; font-size: 2.4rem; margin-top: 16px; }

.index-contact .box-contact .box-left .item-desc, .index-contact .box-contact .box-left .item-desc a { color: #CACACA; }

.index-contact .box-contact .box-left .item-desc a:hover { color: #2B952B; }

@media screen and (max-width: 1440px) { .index-contact .box-contact .box-left .item-desc { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 1219px) { .index-contact .box-contact .box-left .item-desc { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 999px) { .index-contact .box-contact .box-left .item-desc { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .index-contact .box-contact .box-left .item-desc { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

.index-contact .box-contact .box-left .box-list { margin-top: 58px; margin-bottom: 45px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.index-contact .box-contact .box-left .box-list, .index-contact .box-contact .box-left .box-list a { color: #cacaca; }

.index-contact .box-contact .box-left .box-list a:hover { color: #2B952B; }

@media screen and (max-width: 1440px) { .index-contact .box-contact .box-left .box-list { margin-top: 30px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-contact .box-contact .box-left .box-list { font-size: 14px; font-size: 1.4rem; line-height: 22px; margin-top: 20px; } }

.index-contact .box-contact .box-form { width: 630px; margin-left: 3.57143%; margin-right: 3.07143%; }

.index-contact .box-contact .box-form .box-title { color: #F2F3F7; font-size: 36px; font-size: 3.6rem; font-weight: bold; }

@media screen and (max-width: 1440px) { .index-contact .box-contact .box-form .box-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 1219px) { .index-contact .box-contact .box-form .box-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 999px) { .index-contact .box-contact .box-form .box-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .index-contact .box-contact .box-form .box-title { font-size: 20px; font-size: 2rem; } }

.index-contact .box-contact .box-form .box-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #F2F3F7; margin-top: 16px; margin-bottom: 73px; }

@media screen and (max-width: 1440px) { .index-contact .box-contact .box-form .box-desc { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .index-contact .box-contact .box-form .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 10px; } }

.index-contact .box-contact .box-form .item-row { margin-bottom: 20px; }

.index-contact .box-contact .box-form .item-row input, .index-contact .box-contact .box-form .item-row textarea { width: 100%; display: block; height: 51px; line-height: 51px; border-radius: 5px; padding: 0 16px; background-color: #fff; color: #999; }

.index-contact .box-contact .box-form .item-row textarea { height: 100px; line-height: 24px; display: block; padding-top: 3px; padding-bottom: 3px; }

.index-contact .box-contact .box-form .item-row .code-input { width: 58.25397%; float: left; }

.index-contact .box-contact .box-form .item-row .code-img { margin-bottom: 8px; float: right; width: 224px; cursor: pointer; }

.index-contact .box-contact .box-form .item-row .code-img img { display: block; }

.index-contact .box-contact .box-form .item-row .code-btn { background-color: #2B952B; text-align: center; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #fff; }

.index-contact .box-contact .box-form .item-row .code-btn:hover { background-color: #333; }

@media screen and (max-width: 1440px) { .index-contact .box-contact .box-form .item-row { margin-bottom: 15px; } }

@media screen and (max-width: 1219px) { .index-contact .box-contact .box-form { width: 500px; }
  .index-contact .box-contact .box-form .item-row .code-input { width: 50.79365%; } }

@media screen and (max-width: 999px) { .index-contact .box-contact .box-form { width: 100%; margin: 0 auto 50px; float: none; }
  .index-contact .box-contact .box-form .item-row .code-input { width: 100%; }
  .index-contact .box-contact .box-form .item-row .code-img { float: left; margin-top: 15px; margin-bottom: 0; }
  .index-contact .box-contact .box-form .item-row input, .index-contact .box-contact .box-form .item-row textarea { height: 40px; line-height: 40px; }
  .index-contact .box-contact .box-form .item-row .code-btn { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .index-contact .box-contact .box-form { margin-bottom: 30px; } }

/* index-bot end */
/* index-bot start */
.index-bot, .index-bot .fp-tableCell { height: auto !important; }

/* index-bot end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 60px 0 80px; }

@media screen and (max-width: 1219px) { .page_wrap { padding: 60px 0; } }

@media screen and (max-width: 999px) { .page_wrap { padding: 50px 0; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0; } }

/*-------------1-1-about start-------------------------------------------------------------*/
.about1-wrap { padding-top: 0; }

/* index-about start */
.about1-top { padding: 72px 0 87px; background: url(../images/bg8.jpg) no-repeat center; -webkit-background-size: cover; background-size: cover; text-align: center; /* .turn_page start */ /* .turn_page end */ }

@media screen and (max-width: 999px) { .about1-top { padding: 50px 0; } }

@media screen and (max-width: 767px) { .about1-top { padding: 30px 0; } }

.about1-top .box-title { font-size: 36px; font-size: 3.6rem; font-weight: bold; padding-bottom: 16px; position: relative; }

.about1-top .box-title:after { position: absolute; content: ''; width: 99px; height: 2px; background-color: #2B952B; left: 50%; margin-left: -50px; bottom: 0; }

.about1-top .box-title, .about1-top .box-title a { color: #2B952B; }

@media screen and (max-width: 1440px) { .about1-top .box-title { font-size: 30px; font-size: 3rem; padding-bottom: 10px; } }

@media screen and (max-width: 1219px) { .about1-top .box-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 999px) { .about1-top .box-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .about1-top .box-title { font-size: 20px; font-size: 2rem; } }

.about1-top .box-subt { font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 10px; }

.about1-top .box-subt a:hover { color: #2B952B; }

@media screen and (max-width: 1219px) { .about1-top .box-subt { font-size: 20px; font-size: 2rem; line-height: 22px; } }

@media screen and (max-width: 999px) { .about1-top .box-subt { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .about1-top .box-subt { font-size: 16px; font-size: 1.6rem; } }

.about1-top .box-desc { max-width: 1000px; margin-left: auto; margin-right: auto; margin-top: 30px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about1-top .box-desc a { display: block; }

.about1-top .box-desc a:hover { color: #2B952B; }

@media screen and (max-width: 1219px) { .about1-top .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 15px; } }

@media screen and (max-width: 999px) { .about1-top .box-desc { margin-top: 10px; } }

.about1-top .item-box { margin-top: 43px; display: inline-block; font-size: 18px; font-size: 1.8rem; line-height: 38px; background: url(../images/web1.png) no-repeat 64px top; padding-top: 34px; padding-left: 106px; }

.about1-top .item-box a { display: block; }

.about1-top .item-box a:hover { color: #2B952B; }

.about1-top .item-box strong { color: #2B952B; font-weight: normal; font-size: 24px; font-size: 2.4rem; }

.about1-top .item-box .item-box1 { background: url(../images/web2.png) no-repeat bottom right; padding-right: 106px; padding-bottom: 32px; }

@media screen and (max-width: 1219px) { .about1-top .item-box { line-height: 24px; margin-top: 20px; font-size: 16px; font-size: 1.6rem; background-position-x: left; padding-left: 52px; }
  .about1-top .item-box .item-box1 { padding-right: 52px; } }

@media screen and (max-width: 999px) { .about1-top .item-box { -webkit-background-size: 30px 30px; background-size: 30px; padding-top: 20px; }
  .about1-top .item-box .item-box1 { -webkit-background-size: 30px 30px; background-size: 30px; padding-bottom: 20px; }
  .about1-top .item-box strong { font-size: 18px; font-size: 1.8rem; } }

.about1-top .turn_page { margin-top: 56px; }

@media screen and (max-width: 999px) { .about1-top .turn_page { margin-top: 30px; } }

.about1-top .turn_page #box1 { position: relative; width: 1200px; height: 350px; margin: 0 auto; }

.about1-top .turn_page #box1 .box-list { position: relative; width: 1200px; height: 350px; }

.about1-top .turn_page #box1 .box-list .list-item { position: absolute; list-style: none; background: #000; width: 0; height: 0; top: 146px; left: 377px; z-index: 0; -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.2); box-shadow: 0 0 13px rgba(0, 0, 0, 0.2); }

.about1-top .turn_page #box1 .box-list .list-item img { width: 100%; height: 100%; vertical-align: top; cursor: pointer; }

.about1-top .turn_page #box1 .prev, .about1-top .turn_page #box1 .next { position: absolute; top: 50%; margin-top: -14px; overflow: hidden; cursor: pointer; z-index: 999; }

.about1-top .turn_page #box1 .prev .iconfont, .about1-top .turn_page #box1 .next .iconfont { font-size: 29px; font-size: 2.9rem; color: #666; }

.about1-top .turn_page #box1 .prev .iconfont:hover, .about1-top .turn_page #box1 .next .iconfont:hover { color: #2B952B; }

.about1-top .turn_page #box1 .prev { left: 0; }

.about1-top .turn_page #box1 .next { right: 0; }

@media screen and (max-width: 1219px) { .about1-top .turn_page #box1 { display: none; } }

.about1-top .turn_page .scroll-box { display: none; position: relative; overflow: hidden; width: 100%; padding-left: 40px; padding-right: 40px; }

@media screen and (max-width: 1219px) { .about1-top .turn_page .scroll-box { display: block; } }

.about1-top .turn_page .scroll-box .box-btn { position: absolute; top: 50%; margin-top: -15px; display: block; }

.about1-top .turn_page .scroll-box .box-btn .iconfont { font-size: 30px; font-size: 3rem; color: #666; }

.about1-top .turn_page .scroll-box .box-btn .iconfont:hover { color: #2B952B; }

.about1-top .turn_page .scroll-box .box-btn.prev { left: 0; }

.about1-top .turn_page .scroll-box .box-btn.next { right: 0; }

.about1-top .turn_page .scroll-box .box-list { overflow: hidden; }

.about1-top .turn_page .scroll-box .box-list ul { width: 10000%; }

.about1-top .turn_page .scroll-box .list-item { float: left; margin-left: .01%; margin-right: .01%; margin-bottom: 0; width: .313%; border-radius: 0; border: solid 0 #bfbfbf; overflow: hidden; }

.about1-top .turn_page .scroll-box .list-item img { display: block; }

@media only screen and (max-width: 640px) { .about1-top .turn_page .scroll-box .list-item { width: .48%; } }

@media only screen and (max-width: 480px) { .about1-top .turn_page .scroll-box .list-item { width: .98%; } }

/* about1-top end */
.pro2-info { text-align: center; }

.pro2-info .item-title { line-height: 30px; font-size: 24px; font-size: 2.4rem; margin: 29px 0 0; }

.pro2-info .pro-share { margin-top: 20px; height: 26px; }

.pro2-info .pro-share .share-title { display: inline-block; line-height: 26px; }

.pro2-info .pro-share .share-pic { height: 26px; }

.pro2-info .pro-share .share-pic img { height: 26px; }

.pro2-info .item-btns { text-align: center; margin-bottom: 75px; margin-top: 22px; }

.pro2-info .item-btn { display: inline-block; width: 164px; height: 42px; line-height: 40px; border: 1px solid #2B952B; text-align: center; font-size: 16px; font-size: 1.6rem; color: #2B952B; }

.pro2-info .item-btn:first-child { margin-right: 50px; }

.pro2-info .item-btn:hover { background-color: #2B952B; color: #fff; }

@media only screen and (max-width: 767px) { .pro2-info .item-btns { margin-bottom: 50px; } }

@media only screen and (max-width: 767px) { .pro2-info .item-title { font-size: 20px; font-size: 2rem; margin-top: 20px; }
  .pro2-info .pro-share { margin-top: 15px; }
  .pro2-info .item-btns { margin-bottom: 30px; }
  .pro2-info .item-btn { font-size: 14px; font-size: 1.4rem; height: 32px; line-height: 30px; }
  .pro2-info .item-btn:first-child { margin-right: 20px; } }

@media only screen and (max-width: 500px) { .pro2-info .item-btn { float: left; width: 45%; margin: 0 2.5% 0 !important; } }

.about1-list .list-item { padding: 85px 0 62px; }

@media screen and (max-width: 1219px) { .about1-list .list-item { padding: 60px 0; } }

@media screen and (max-width: 999px) { .about1-list .list-item { padding: 50px 0; } }

@media screen and (max-width: 767px) { .about1-list .list-item { padding: 30px 0; } }

.about1-list .item1 { background-color: #f5f5f5; }

.about1-list .item-pics { width: 50%; }

.about1-list .item-pics img { display: block; max-width: 700px; margin: 0 auto; width: 100%; }

.about1-list .item-pics.pull-left { margin-right: 5.14286%; }

.about1-list .item-pics.pull-right { margin-left: 4%; }

@media screen and (max-width: 1219px) { .about1-list .item-pics.pull-left { margin-right: 3.57143%; }
  .about1-list .item-pics.pull-right { margin-left: 3.57143%; } }

@media screen and (max-width: 640px) { .about1-list .item-pics { float: none; margin: 0 auto 20px !important; width: 100%; } }

.about1-list .item-title { font-size: 30px; font-size: 3rem; margin-top: 41px; }

@media screen and (max-width: 1219px) { .about1-list .item-title { font-size: 28px; font-size: 2.8rem; margin-top: 0; } }

@media screen and (max-width: 999px) { .about1-list .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .about1-list .item-title { font-size: 20px; font-size: 2rem; } }

.about1-list .item-desc { margin-top: 32px; font-size: 16px; font-size: 1.6rem; line-height: 30px;/* text-indent: 2em;*/ overflow: visible; }

@media screen and (max-width: 1219px) { .about1-list .item-desc { margin-top: 15px; } }

@media screen and (max-width: 999px) { .about1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .about1-list .item-desc { font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

/*-------------1-1-about end---------------------------------------------------------------*/
/*-------------1-2-about start-------------------------------------------------------------*/
/* about-title start */
.about-title { text-align: center; font-size: 30px; font-size: 3rem; padding-bottom: 17px; position: relative; }

.about-title:after { position: absolute; content: ''; width: 58px; height: 2px; background-color: #2B952B; left: 50%; margin-left: -29px; bottom: 0; }

@media screen and (max-width: 999px) { .about-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .about-title { font-size: 20px; font-size: 2rem; padding-bottom: 10px; } }

/* about-title end */
.about2-wrap { background: url(../images/bg6.jpg) no-repeat center top; padding-top: 85px; }

@media screen and (max-width: 1219px) { .about2-wrap { padding-top: 70px; } }

@media screen and (max-width: 999px) { .about2-wrap { padding-top: 50px; } }

@media screen and (max-width: 767px) { .about2-wrap { padding-top: 30px; } }

.history-list { position: relative; margin-top: 72px; padding: 0 30px 41px; }

.history-list:after { position: absolute; content: ''; width: 1px; top: 0; bottom: 0; left: 50%; background-color: #CCCCCC; }

.history-list li { position: relative; min-height: 80px; margin-bottom: 48px; }

.history-list .circle { width: 80px; height: 80px; line-height: 80px; font-weight: bold; color: #FFFFFF; font-size: 20px; font-size: 2rem; font-weight: bold; text-align: center; position: absolute; left: 50%; margin-left: -40px; top: 50%; margin-top: -40px; z-index: 1; -webkit-background-size: 100% 100% !important; background-size: 100% 100% !important; }

.history-list .item-body { width: 50%; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.history-list .item-body .item-info { width: 1000px; height: 80px; display: table-cell; vertical-align: middle; }

.history-list .his-left .circle { background: url(../images/his1.png) no-repeat center; }

.history-list .his-left .item-body { float: left; text-align: right; padding-right: 66px; }

.history-list .his-right .circle { background: url(../images/his.png) no-repeat center; }

.history-list .his-right .item-body { padding-left: 66px; float: right; }

@media screen and (max-width: 999px) { .history-list { margin-top: 50px; padding-left: 0; padding-right: 0; } }

@media screen and (max-width: 767px) { .history-list { margin-top: 30px; padding-bottom: 1px; }
  .history-list .item-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 640px) { .history-list:after { left: 30px; }
  .history-list li { margin-bottom: 20px; min-height: 60px; }
  .history-list .circle { left: 0; margin-left: 0; margin-top: 0; top: 0; width: 60px; height: 60px; line-height: 60px; font-size: 16px; font-size: 1.6rem; }
  .history-list .item-body { width: 100%; padding: 0 0 0 70px !important; text-align: left !important; line-height: 20px; font-size: 12px; font-size: 1.2rem; }
  .history-list .item-body .item-info { height: 60px; } }

/* about-history end */
/*-------------1-2-about end---------------------------------------------------------------*/
/*-------------1-3-about start-------------------------------------------------------------*/
.cer-list { padding: 62px 0 7px; }

@media screen and (max-width: 999px) { .cer-list { padding: 50px 0 7px; } }

@media screen and (max-width: 767px) { .cer-list { padding: 30px 0 7px; } }

.cer-list .list-item { float: left; width: 21.35714%; margin-left: 4.85714%; margin-bottom: 89px; }

.cer-list .item-pics { position: relative; width: 100%; }

.cer-list .item-pics img { display: block; margin: 0 auto; max-width: 300px; width: 100%; }

.cer-list .item-pics:hover .item-backdrop { top: 6.33803%; }

.cer-list .item-backdrop { position: absolute; top: 999px; bottom: 7.04225%; left: 6.02007%; right: 6.02007%; background: #000; background-color: rgba(0, 0, 0, 0.5); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.cer-list .item-title { position: absolute; width: 100%; top: 50%; margin-top: -60px; text-align: center; color: #fff; font-size: 20px; font-size: 2rem; text-transform: uppercase; }

.cer-list .item-title .iconfont { display: block; font-size: 44px; font-size: 4.4rem; margin-bottom: 22px; }

.cer-list .item-subt { line-height: 30px; text-align: center; display: none; }

@media screen and (max-width: 999px) { .cer-list .list-item { width: 23%; margin: 0 1% 50px; }
  .cer-list .item-backdrop { display: none; }
  .cer-list .item-subt { display: block;    height: 60px; } }

@media screen and (max-width: 767px) { .cer-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 640px) { .cer-list .list-item { width: 31.33%; margin: 0 1% 20px; } }

@media screen and (max-width: 400px) { .cer-list .list-item { width: 48%; margin: 0 1% 20px; } }

/*-------------1-3-about end---------------------------------------------------------------*/
/*-------------1-4-about start-------------------------------------------------------------*/
.about4-wrap { background: url(../images/bg7.jpg) no-repeat bottom center; }

.about4-wrap .box-desc { max-width: 1170px; margin: 0 auto; text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 10px 0 43px; }

@media screen and (max-width: 999px) { .about4-wrap .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 10px 0 20px; } }

@media screen and (max-width: 767px) { .about4-wrap .box-desc { font-size: 12px; font-size: 1.2rem; line-height: 22px; padding: 10px 0 10px; } }

.about4-wrap .box-list .list-item { float: left; width: 19.71429%; margin-left: 0.35714%; -webkit-background-size: contain !important; background-size: contain !important; text-align: center; color: #fff; position: relative; margin-top: 30px; }

.about4-wrap .box-list .list-item.item2, .about4-wrap .box-list .list-item.item4 { margin-top: 170px; }

.about4-wrap .box-list .list-item:first-child { margin-left: 0; }

@media screen and (max-width: 1219px) { .about4-wrap .box-list .list-item.item2, .about4-wrap .box-list .list-item.item4 { margin-top: 120px; } }

@media screen and (max-width: 999px) { .about4-wrap .box-list .list-item { width: 31.33%; margin: 30px 1% 0 !important; } }

@media screen and (max-width: 500px) { .about4-wrap .box-list .list-item { width: 48%; margin: 20px 1% 0 !important; } }

.about4-wrap .box-list .item-pics img { display: block; }

.about4-wrap .box-list .item-body { position: absolute; top: 0; left: 2.17391%; right: 7.24638%; padding: 100px 0 0; }

@media screen and (max-width: 767px) { .about4-wrap .box-list .item-body { padding: 60px 0 0; } }

.about4-wrap .box-list .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 30px; }

@media screen and (max-width: 999px) { .about4-wrap .box-list .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .about4-wrap .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

.about4-wrap .box-list .item-desc { margin-top: 26px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

@media screen and (max-width: 1219px) { .about4-wrap .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 15px; } }

@media screen and (max-width: 767px) { .about4-wrap .box-list .item-desc { margin-top: 10px; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

/*-------------1-4-about end---------------------------------------------------------------*/
/*-------------2-1-products start----------------------------------------------------------*/
.pro1-wrap { background: url(../images/bg9.jpg) no-repeat top center; }

.pro1-top { padding: 5px 0 58px; }

@media screen and (max-width: 999px) { .pro1-top { padding: 0 0 50px; } }

@media screen and (max-width: 767px) { .pro1-top { padding: 0 0 30px; } }

.pro1-top .item-title { font-size: 30px; font-size: 3rem; text-align: center; }

@media screen and (max-width: 999px) { .pro1-top .item-title { font-size: 26px; font-size: 2.6rem; } }

@media screen and (max-width: 999px) { .pro1-top .item-title { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 767px) { .pro1-top .item-title { font-size: 18px; font-size: 1.8rem; } }

.pro1-top .item-desc { text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 34px; }

@media screen and (max-width: 999px) { .pro1-top .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; margin-top: 20px; } }

@media screen and (max-width: 767px) { .pro1-top .item-desc { line-height: 20px; margin-top: 10px; } }

/* pro1-list start */
.pro1-list { padding: 0 0 80px; }

@media screen and (max-width: 1440px) { .pro1-list { padding-bottom: 30px; } }

@media screen and (max-width: 999px) { .pro1-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .pro1-list { padding-bottom: 10px; } }

.pro1-list .list-item { float: left; width: 23.57143%; margin-left: 1.90476%; margin-bottom: 40px; }

@media screen and (max-width: 999px) { .pro1-list .list-item { width: 23%; margin: 0 1% 30px; } }

@media screen and (max-width: 767px) { .pro1-list .list-item { width: 31.33%; } }

@media screen and (max-width: 600px) { .pro1-list .list-item { width: 48%; } }

.pro1-list .item-pic { position: relative; }

.pro1-list .item-pic img { display: block; max-width: 580px; margin: 0 auto; width: 100%; }

.pro1-list .item-pic:hover .item-backdrop { top: 0; }

.pro1-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background: #2B952B url(../images/web3.png) no-repeat center; background: rgba(43, 149, 43, 0.5) url(../images/web3.png) no-repeat center; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

@media screen and (max-width: 999px) { .pro1-list .item-backdrop { display: none; } }

.pro1-list .item-title { font-size: 20px; font-size: 2rem; line-height: 28px; text-align: center; margin-top: 11px; }

@media screen and (max-width: 999px) { .pro1-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .pro1-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.pro1-list .item-btnbox { margin-top: 22px; text-align: center; }

.pro1-list .item-btnbox input { margin-right: 10px; vertical-align: middle; }

@media screen and (max-width: 767px) { .pro1-list .item-btnbox { margin-top: 10px; } }

.pro1-list .item-btn { display: inline-block; width: 164px; height: 42px; line-height: 40px; border: solid 1px #2B952B; color: #2B952B; font-size: 16px; font-size: 1.6rem; }

.pro1-list .item-btn:hover { background-color: #2B952B; color: #fff; }

@media screen and (max-width: 999px) { .pro1-list .item-btn { width: 130px; height: 36px; line-height: 34px; } }

@media screen and (max-width: 767px) { .pro1-list .item-btn { font-size: 14px; font-size: 1.4rem; height: 32px; line-height: 30px; width: 100px; } }

/* pro1-list end */
/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.pro2-top { /* .turn_page start */ /* .turn_page end */ }

.pro2-top .turn_page #box { position: relative; width: 1200px; height: 478px; margin: 0 auto; }

.pro2-top .turn_page #box .box-list { position: relative; width: 1200px; height: 478px; }

.pro2-top .turn_page #box .box-list .list-item { position: absolute; list-style: none; background: #000; width: 0; height: 0; top: 146px; left: 377px; z-index: 0; }

.pro2-top .turn_page #box .box-list .list-item img { width: 100%; height: 100%; vertical-align: top; cursor: pointer; }

.pro2-top .turn_page #box .prev, .pro2-top .turn_page #box .next { position: absolute; top: 50%; margin-top: -13px; overflow: hidden; cursor: pointer; z-index: 999; }

.pro2-top .turn_page #box .prev .iconfont, .pro2-top .turn_page #box .next .iconfont { font-size: 26px; font-size: 2.6rem; color: #0C0C0C; }

.pro2-top .turn_page #box .prev .iconfont:hover, .pro2-top .turn_page #box .next .iconfont:hover { color: #2B952B; }

.pro2-top .turn_page #box .prev { left: 0; }

.pro2-top .turn_page #box .next { right: 0; }

@media screen and (max-width: 1219px) { .pro2-top .turn_page #box { display: none; } }

.pro2-top .turn_page .scroll-box { display: none; position: relative; overflow: hidden; width: 100%; padding-left: 40px; padding-right: 40px; }

@media screen and (max-width: 1219px) { .pro2-top .turn_page .scroll-box { display: block; } }

.pro2-top .turn_page .scroll-box .box-btn { position: absolute; top: 50%; margin-top: -13px; display: block; }

.pro2-top .turn_page .scroll-box .box-btn .iconfont { font-size: 26px; font-size: 2.6rem; color: #0C0C0C; }

.pro2-top .turn_page .scroll-box .box-btn .iconfont:hover { color: #2B952B; }

.pro2-top .turn_page .scroll-box .box-btn.prev { left: 0; }

.pro2-top .turn_page .scroll-box .box-btn.next { right: 0; }

.pro2-top .turn_page .scroll-box .box-list { overflow: hidden; }

.pro2-top .turn_page .scroll-box .box-list ul { width: 10000%; }

.pro2-top .turn_page .scroll-box .list-item { float: left; margin-left: .01%; margin-right: .01%; margin-bottom: 0; width: .313%; border-radius: 0; overflow: hidden; }

.pro2-top .turn_page .scroll-box .list-item img { display: block; }

@media only screen and (max-width: 640px) { .pro2-top .turn_page .scroll-box .list-item { width: .48%; } }

@media only screen and (max-width: 480px) { .pro2-top .turn_page .scroll-box .list-item { width: .98%; } }

/* pro2-title start */
.pro2-title { background-color: #ededed; font-size: 24px; font-size: 2.4rem; line-height: 54px; }

.pro2-title a, .pro2-title span { display: inline-block; width: 318px; background-color: #2B952B; color: #fff; text-align: center; }

.pro2-title a:hover { background-color: #333; }

@media screen and (max-width: 999px) { .pro2-title { font-size: 18px; font-size: 1.8rem; line-height: 40px; } }

@media screen and (max-width: 767px) { .pro2-title { font-size: 16px; font-size: 1.6rem; line-height: 36px; }
  .pro2-title a, .pro2-title span { width: auto; padding: 0 30px; } }

/* pro2-title end */
.pro2-spec .item-desc { padding: 36px 0 80px; font-size: 16px; font-size: 1.6rem; line-height: 30px; text-indent: 2em; }

.pro2-spec .item-desc img, .pro2-spec .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 1219px) { .pro2-spec .item-desc { padding: 36px 0 60px; } }

@media screen and (max-width: 999px) { .pro2-spec .item-desc { padding: 30px 0 50px; font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .pro2-spec .item-desc { padding: 30px 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; } }

.related-box .pro1-list { padding-bottom: 0; }

.related-box .pro1-list .list-item { margin-bottom: 0; margin-top: 51px; }

@media screen and (max-width: 767px) { .related-box .pro1-list .list-item { margin-top: 30px; } }

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-project start-------------------------------------------------------------*/
.project-list { padding-bottom: 58px; }

@media screen and (max-width: 1219px) { .project-list { padding-bottom: 30px; } }

@media screen and (max-width: 999px) { .project-list { padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .project-list { padding-bottom: 10px; } }

.project-list .list-item { float: left; width: 32.14286%; margin-left: 1.78571%; margin-bottom: 39px; }

@media screen and (max-width: 999px) { .project-list .list-item { width: 31.333%; margin: 0 1% 30px; } }

@media screen and (max-width: 640px) { .project-list .list-item { width: 48%; } }

@media screen and (max-width: 400px) { .project-list .list-item { width: 98%; } }

.project-list .item-pic { position: relative; }

.project-list .item-pic img { display: block !important; max-width: 450px; margin: 0 auto; width: 100%; }

.project-list .item-pic:hover .item-backdrop { top: 0; }

.project-list .item-backdrop { position: absolute; top: 999px; bottom: 0; left: 0; width: 100%; background-color: #2B952B; background-color: rgba(43, 149, 43, 0.5); -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.project-list .item-backdrop .iconfont { font-size: 41px; font-size: 4.1rem; color: #fff; position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; }

@media screen and (max-width: 999px) { .project-list .item-backdrop { display: none; } }

.project-list .item-body { background-color: #f5f5f5; padding: 12px 9px 11px; }

.project-list .item-title { font-size: 24px; font-size: 2.4rem; line-height: 30px; }

@media screen and (max-width: 999px) { .project-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 24px; } }

@media screen and (max-width: 767px) { .project-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.project-list .item-desc { text-indent: 2em; margin-top: 9px; line-height: 26px; height: 52px; color: #666; }

@media screen and (max-width: 767px) { .project-list .item-desc { line-height: 22px; height: 44px; } }

/*-------------3-project end---------------------------------------------------------------*/
/*-------------4-1-news start--------------------------------------------------------------*/
/* news1-item start */
.news1-item { background-color: #F6F6F6; }

.news1-item .item-pic { width: 36.78571%; margin-right: 4.28571%; }

.news1-item .item-pic img { display: block; margin: 0 auto; width: 100%; max-width: 515px; }

@media screen and (max-width: 999px) { .news1-item .item-pic { width: 350px; margin-right: 2.14286%; } }

@media screen and (max-width: 767px) { .news1-item .item-pic { width: 250px; } }

@media screen and (max-width: 500px) { .news1-item .item-pic { float: none; margin: 0 auto; width: 100%; } }

.news1-item .item-body { overflow: hidden; padding-right: 3%; }

@media screen and (max-width: 500px) { .news1-item .item-body { padding: 20px 10px; } }

.news1-item .item-date { margin-top: 40px; font-size: 16px; font-size: 1.6rem; color: #999; line-height: 28px; }

@media screen and (max-width: 999px) { .news1-item .item-date { font-size: 14px; font-size: 1.4rem; margin-top: 30px; } }

@media screen and (max-width: 767px) { .news1-item .item-date { font-size: 12px; font-size: 1.2rem; margin-top: 15px; } }

@media screen and (max-width: 500px) { .news1-item .item-date { margin-top: 0; } }

.news1-item .item-title { margin-top: 6px; font-size: 20px; font-size: 2rem; line-height: 24px; }

.news1-item .item-title, .news1-item .item-title a { color: #2B952B; }

@media screen and (max-width: 999px) { .news1-item .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .news1-item .item-title { font-size: 16px; font-size: 1.6rem; } }

.news1-item .item-desc { text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-top: 20px; }

@media screen and (max-width: 999px) { .news1-item .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; margin-top: 10px; } }

@media screen and (max-width: 767px) { .news1-item .item-desc { line-height: 20px; height: 60px; } }

/* news1-item end */
/* news1-list start */
.news1-list { padding: 50px 0 28px; }

@media screen and (max-width: 999px) { .news1-list { padding: 50px 0 20px; } }

@media screen and (max-width: 767px) { .news1-list { padding: 30px 0 10px; } }

.news1-list .list-item { float: left; width: 32.26744%; margin-left: 1.59884%; margin-bottom: 75px; }

@media screen and (max-width: 1219px) { .news1-list .list-item { margin-bottom: 40px; } }

@media screen and (max-width: 999px) { 
	.news1-list .list-item { width: 32%; margin: 0 0 20px 2%; }
	.news1-list .list-item.no_marginl{margin-left: 0!important;}
}

@media screen and (max-width: 640px) { .news1-list .list-item { width: 49%; } }

@media screen and (max-width: 400px) { .news1-list .list-item { width: 100%; margin-left: 0; margin-right: 0; } }

.news1-list .item-pic img { display: block; margin: 0 auto; width: 100%; max-width: 515px; }

.news1-list .item-body { padding: 27px 13px; }

@media screen and (max-width: 999px) { .news1-list .item-body { padding: 15px 10px; } }

@media screen and (max-width: 767px) { .news1-list .item-body { padding: 10px; } }

.news1-list .item-title { font-size: 21px; font-size: 2.1rem; line-height: 24px; }

@media screen and (max-width: 1219px) { .news1-list .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 999px) { .news1-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .news1-list .item-title { font-size: 16px; font-size: 1.6rem; } }

.news1-list .item-date { margin-top: 12px; font-size: 16px; font-size: 1.6rem; color: #666; line-height: 28px; }

@media screen and (max-width: 999px) { .news1-list .item-date { font-size: 14px; font-size: 1.4rem; margin-top: 0; } }

@media screen and (max-width: 767px) { .news1-list .item-date { font-size: 12px; font-size: 1.2rem; } }

.news1-list .item-desc { text-indent: 2em; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-top: 6px; }

@media screen and (max-width: 999px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 72px; margin-top: 0; } }

@media screen and (max-width: 767px) { .news1-list .item-desc { line-height: 20px; height: 60px; } }

/* news1-list end */
/*-------------4-1-news end----------------------------------------------------------------*/
/*-------------4-2-news start--------------------------------------------------------------*/
.news2-main .box-title { font-size: 24px; font-size: 2.4rem; text-align: center; }

.news2-main .item-date { color: #999; text-align: center; margin-top: 16px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.news2-main .item-date .pro-share { display: inline-block; margin-left: 18px; vertical-align: middle; height: 26px; }

.news2-main .item-date .pro-share .share-pic { height: 26px; }

.news2-main .item-date .pro-share .share-pic img { height: 100%; }

.news2-main .item-desc { padding: 36px 0 89px; font-size: 16px; font-size: 1.6rem; line-height: 30px; text-indent: 2em; }

.news2-main .item-desc, .news2-main .item-desc a { color: #666; }

.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: 20px; font-size: 2rem; }
  .news2-main .item-date { font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .news2-main .item-date .pro-share { margin-left: 10px; height: 26px; }
  .news2-main .item-date .pro-share .share-pic { height: 26px; }
  .news2-main .item-date .pro-share .share-pic img { height: 100%; }
  .news2-main .item-desc { padding: 30px 0 50px; } }

@media screen and (max-width: 767px) { .news2-main .box-title { font-size: 18px; font-size: 1.8rem; }
  .news2-main .item-date { font-size: 12px; font-size: 1.2rem; }
  .news2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 20px 0 30px; } }

/*-------------4-2-news end----------------------------------------------------------------*/
/*-------------5-contact start-------------------------------------------------------------*/
.contact-box { padding: 80px 0 0; }

@media screen and (max-width: 1219px) { .contact-box { padding: 70px 0 0; } }

@media screen and (max-width: 999px) { .contact-box { padding: 50px 0 0; } }

@media screen and (max-width: 767px) { .contact-box { padding: 30px 0 0; } }

.contact-box .item-left { float: left; width: 700px; margin-right: 30px; }

.contact-box .item-left a:hover { color: #2B952B; }

@media screen and (max-width: 1440px) { .contact-box .item-left { width: 41.66667%; margin-right: 2.5%; } }

@media screen and (max-width: 999px) { .contact-box .item-left { width: 100%; float: none; margin: 0 auto 30px; } }

.contact-box .item-left .item-title { font-size: 36px; font-size: 3.6rem; font-weight: bold; }

@media screen and (max-width: 1440px) { .contact-box .item-left .item-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 1219px) { .contact-box .item-left .item-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 999px) { .contact-box .item-left .item-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .contact-box .item-left .item-title { font-size: 20px; font-size: 2rem; } }

.contact-box .item-left .item-desc { font-size: 24px; font-size: 2.4rem; margin-top: 16px; }

@media screen and (max-width: 1440px) { .contact-box .item-left .item-desc { font-size: 22px; font-size: 2.2rem; } }

@media screen and (max-width: 1219px) { .contact-box .item-left .item-desc { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 999px) { .contact-box .item-left .item-desc { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .contact-box .item-left .item-desc { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

.contact-box .item-left .box-list { margin-top: 35px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.contact-box .item-left .box-list a:hover { color: #2B952B; }

@media screen and (max-width: 1440px) { .contact-box .item-left .box-list { margin-top: 30px; margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .contact-box .item-left .box-list { font-size: 14px; font-size: 1.4rem; line-height: 22px; margin-top: 20px; } }

.contact-box .item-left .item-logo {/* height: 56px;*/ display: block; margin-top: 40px; }

@media screen and (max-width: 999px) { .contact-box .item-left .item-logo { margin-top: 30px;/* height: 40px;*/ } }

.contact-box .item-right { overflow: hidden; }

.contact-box .item-right .box-title { font-size: 36px; font-size: 3.6rem; font-weight: bold; padding-left: 8px; }

@media screen and (max-width: 1440px) { .contact-box .item-right .box-title { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 1219px) { .contact-box .item-right .box-title { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 999px) { .contact-box .item-right .box-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .contact-box .item-right .box-title { font-size: 20px; font-size: 2rem; } }

.contact-box .item-right .box-desc { padding-left: 8px; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 16px; margin-bottom: 36px; }

@media screen and (max-width: 1440px) { .contact-box .item-right .box-desc { margin-bottom: 30px; } }

@media screen and (max-width: 767px) { .contact-box .item-right .box-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; margin-top: 10px; } }

.contact-box .item-right .item-form .star { background: url(../images/star.png) no-repeat 7px center; }

.contact-box .item-right .item-form .item-input { width: 50%; padding-left: 22px; margin-bottom: 23px; }

.contact-box .item-right .item-form .item-input1 { padding-left: 22px; margin-bottom: 15px; }

.contact-box .item-right .item-form .item-input1.star { background-position-y: 18px; }

.contact-box .item-right .item-form input, .contact-box .item-right .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #666; border: solid 1px #D2D2D2; font-size: 16px; font-size: 1.6rem; }

.contact-box .item-right .item-form input { height: 54px; line-height: 54px; padding: 0 13px; }

.contact-box .item-right .item-form textarea { height: 193px; padding: 8px 13px; line-height: 24px; }

.contact-box .item-right .item-form .item-code { width: 200px; margin-right: 22px; }

.contact-box .item-right .item-form .item-img { width: 178px; }

.contact-box .item-right .item-form .item-img img { display: block; margin: 0 auto; cursor: pointer; }

.contact-box .item-right .item-form .item-btn { margin-left: 20px; width: 250px; padding: 0; }

.contact-box .item-right .item-form .item-btn input { font-weight: bold; border-color: #2B952B; background-color: #2B952B; color: #fff; }

.contact-box .item-right .item-form .item-btn input:hover { background-color: #333; border-color: #333; }

@media screen and (max-width: 1219px) { .contact-box .item-right .item-form .item-code { width: 168px; margin-right: 15px; }
  .contact-box .item-right .item-form .item-btn { width: 170px; margin-left: 15px; } }

@media screen and (max-width: 767px) { .contact-box .item-right .item-form .item-input, .contact-box .item-right .item-form .item-input1 { margin-bottom: 15px; }
  .contact-box .item-right .item-form .input1 { padding-right: 0; }
  .contact-box .item-right .item-form input { height: 40px; line-height: 40px; padding: 0 12px; }
  .contact-box .item-right .item-form input, .contact-box .item-right .item-form textarea { font-size: 14px; font-size: 1.4rem; }
  .contact-box .item-right .item-form textarea { height: 150px; }
  .contact-box .item-right .item-form .item-code { width: 100%; margin-right: 0; }
  .contact-box .item-right .item-form .item-img { margin-left: 22px; width: auto; }
  .contact-box .item-right .item-form .item-img img { height: 40px; }
  .contact-box .item-right .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 22px; margin-top: 15px; }
  .contact-box .item-right .item-form .item-btn input { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 500px) { .contact-box .item-right .item-form .item-input { width: 100%; } }

.map { padding-top: 45px; }

.map img { display: block; margin: 0 auto; }

@media screen and (max-width: 767px) { .map { padding-top: 20px; } }

/*-------------5-contact end---------------------------------------------------------------*/
#fp-nav.fp-right { right: 21px !important; }

#fp-nav ul li, .fp-slidesNav ul li { width: 26px !important; height: 26px !important; margin: 8px 0 !important; }

#fp-nav ul li a, .fp-slidesNav ul li a { background: url(../images/dot.png) no-repeat center; -webkit-background-size: contain; background-size: contain; }

#fp-nav ul li a.active, .fp-slidesNav ul li a.active { background: url(../images/dot1.png) no-repeat center; -webkit-background-size: contain; background-size: contain; }

#fp-nav ul li a span, .fp-slidesNav ul li a span { display: none; }

@media screen and (min-width: 999px) { .section.fp-section .offsetleft { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); opacity: 0; -webkit-transition: all 850ms; -o-transition: all 850ms; -moz-transition: all 850ms; transition: all 850ms; -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms; }
  .section.fp-section .offsetright { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); opacity: 0; -webkit-transition: all 850ms; -o-transition: all 850ms; -moz-transition: all 850ms; transition: all 850ms; -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms; }
  .section.fp-section .offsettop { -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); opacity: 0; -webkit-transition: all 850ms; -o-transition: all 850ms; -moz-transition: all 850ms; transition: all 850ms; -webkit-transition-delay: 250ms; -moz-transition-delay: 250ms; -o-transition-delay: 250ms; transition-delay: 250ms; }
  .section.active .offsetleft, .section.active .offsetright { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }
  .section.active .offsettop { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; } }

/*# 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: #2B952B; 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: #2B952B; }

@media screen and (min-width: 768px) { .phone_nav, .nav { display: none !important; } }

/*# sourceMappingURL=4nav.css.map */

* { margin: 0; padding: 0; }

li { list-style: none; }

.slide { position: relative; }

.slide img { max-width: none; }

.slide .carouse { width: 100%; overflow: hidden; position: relative; }

.slide .carouse .slideItem { width: 100%; height: 100%; position: absolute; cursor: pointer; overflow: hidden; }

.n-banner .carouse .slideItem { height: auto; }

.slide .carouse .slideItem .banner-img { width: 100%; display: block; }

.slide .console { height: 57px; display: inline-block; width: 35px; position: absolute; top: 40%; }

.slide .carousel-control { position: absolute; top: 50%; z-index: 999; margin-top: -28px; }

@media screen and (max-width: 999px) { .slide .carousel-control { margin-top: -20px; } }

.slide .carousel-control .iconfont { font-size: 56px; font-size: 5.6rem; color: #fff; opacity: 0.3; }

@media screen and (max-width: 999px) { .slide .carousel-control .iconfont { font-size: 40px; font-size: 4rem; } }

.slide .carousel-control:hover .iconfont { color: #2B952B; opacity: 1; }

.slide .carousel-control.left { left: 4.6875%; cursor: pointer; }

.slide .carousel-control.right { right: 4.6875%; cursor: pointer; }

.slide .dotList { display: none; position: absolute; width: 100%; bottom: 32px; text-align: center; }

.slide .dotList li { display: inline-block; cursor: pointer; background: url(../images/dot.png) no-repeat center center; -webkit-background-size: contain; background-size: contain; font-size: 0px; margin: 0 3px; border: none; outline: none; width: 24px; height: 24px; }

.slide .dotList li.active { background: url(../images/dot1.png) no-repeat center center; -webkit-background-size: contain; background-size: contain; }

@media screen and (max-width: 999px) { .slide .dotList { bottom: 10px; }
  .slide .dotList li { margin: 0 5px; width: 15px; height: 15px; } }

@media screen and (max-width: 767px) { .slide .dotList { bottom: 10px; }
  .slide .dotList li { margin: 0 3px; width: 10px; height: 10px; } }

.banner:before { content: ""; position: absolute; z-index: 3; left: 0; right: 0; bottom: 68px; margin: 0 auto; width: 43px; height: 71px; background: url("../images/mouse.png") no-repeat center; -webkit-background-size: 100% 100%; background-size: 100% 100%; }

@media screen and (max-width: 999px) { .banner:before { display: none; } }

.n-banner:before { display: none; }

/*# sourceMappingURL=5slide5.css.map */

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1440px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:999px) {	}
@media screen and (max-width:767px) {	}

@font-face {
    font-family: 'FuturaStd-Book';
    src: url('../fonts/FuturaStd-Book.eot');
    src: url('../fonts/FuturaStd-Book.eot') format('embedded-opentype'),
         url('../fonts/FuturaStd-Book.woff2') format('woff2'),
         url('../fonts/FuturaStd-Book.woff') format('woff'),
         url('../fonts/FuturaStd-Book.ttf') format('truetype'),
         url('../fonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
}


/*!
 * fullPage 3.0.5
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0 auto;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1564107484803'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1564107484803#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAhAAAsAAAAAENgAAAfxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFUAqQTI0wATYCJANYCy4ABCAFhG0HgXAbRg5RlFFSPdlX2LgGmmACimgwDKyuAFjwxwUSAAAAMD+w2eDCHsH//1/i7/Pa1GKpBeMVJBT0UBMOcL7Z3DVCnwfi2Pt+9qJpN8rCBE3q8jaeyHAD6QKeb79mJTIiukiK4E6hXnoLlD9pjoZ/z+oFo3YKr6TMSkl6A6ftwSMlu27uXHBdTLIC0nT8tYD76VJ3GqVyok1IiZr/vwcECP5f7ferXywiFt8Lhy6inZSJhHL3RRVxT2Q8ZEIS8Qahkcii0wnZSiN0TGyzF0Q1MPPXejYESoeaBUYurx+FhiBUCi3Wo8AuNDomYSFccm2a2DNc6ktEHvwIXsJn8fz60RmIgxNDhFu+LZ69wu4d9/KH/7SZjEF8PAegLwce3EPQNReT+j9QyY0MKduH/cAqT+dP742bbWFkYm5z7++51/+DvGBsan3vDBZ6ZI0y12nQqEmz+N7pKMmuVyhVao1Wp1dQVFKmXJDX/3lRlEY1QFkQWJ6/OAEImwECtgBEGAASbAEyGAJyGBHPjTEAJUwAFUwBNcwADWwDWpgDOlgDemwAA3YAI3YBE/YAM/YBC3sCHPYy4cFe17+HE9wQ/ITg/qpcVJAXiOklzTaVl+liXVjr0pmmHVNovLrK6g9DprruGXC9vyMYiDFYDDqTHcCSKCmKEkHABcLs5A0Fhpnf7DGEep7D7HaA07oIEfBv3t3jd72W0obPttFDFcJtPHKHiN4zinczbJv0pIMxGJ2BWpcWJ+xurQy3BTkvEpEODx/SGeiKdBnfbj15XZCId8llwlpKEMwQw7O1AEiJosMSCaCsHARJAgwvTb+o3pEIEY0aRTGXXwoJt8tHKyBRLLNegZFnj+8Ia4u3XoUx7IrOdgbcLu15YZDrB9MCM7Uo37zYZFmYHsupNqOCYambbqO1Nh0dBaR2ne5J1GN5Rm9WZRTXQ2lxtrFqKZtWa6uo/QannlHsEoc+bGd2WMO0zqRUqNruKsp2HNZgcRoMzgKKtJhwi4WgzMaSYWYU3IqJIvOt4iJxqfFWlI0sjCzBrwtZVmGcQBNHImx0YpQhj177Nn3MHHOM7W2qpQ9XsMRNOSM0/j4U1heDYwNjvEcc9X2shkzb7SrCj9AgkuOEu5yrFaC1WonN6oBu3KH3QpPix1OfvdQXkhLQY6lnMdWyx5jTtLf2osL0EbZvQe04TPceo/paeOao2pKTBXVvnrrAJKTuQ3f4YI0YTZgW+nlKrf/XlVJ/zCzIh+da8uenILlZMAZZgGX/jTlx4Unvw5+aMomq1yMm92z3yq8EGyTF86fNwzr2e32yLe6MacW7/YcKMi7N1IFOSE0d2qkTmsrrNWMd2sTF1cfVfZb5T7ntBx42HezIPWrkjqdIuasnrp7kklc3GKh52Hhw+yr5SQNDie08MtcRDAMlyg0bmp3fPdkUeO0auegMmpCApoGzCfFncqziamnwzTj/vtarFEM7DFWsorCuHbqqVnbUK0facNkbkfoGdGMUqK/fiDSGeiTHg53Ai7lXUKUCvYJcVqouo2SPuwLiJRSK5FtlW5EH95A0fNu9+wbkPtlhZIt205qhnMLN81x7vF3tZt7Tfur1B6RiqCJBV5WaWR/x8rUReObMTr+B2Ipfbzi9LirdAGKldfn7moZYV211ug8Y9BttfHklOWC4c+9esAqFYaAhs7Kae13u8Vgu7aLz9HZP6iJLbunR2ONKVkaXbhoYTMz9jvlR9M9Uoz/w5NmnD14/+Pib89EXy4ypAf+zJx8++b1ARou2LmLRP2PdRRWT48auf8Zt/HfcKmXJ1f+OXeAbkdOTmLswAjlRjv2BVu2w8ee2U4cMGTZi1cih+ZagEzI9c3HXhZ2rqjov7Lr4oIKBa9yefnHXgxNtMoaKaIcOqBjhjKSyZsuerwkVUV4emNSqOwkVFECQkwqBSLmOnIXjh8EQoTqUCCdNU+F6gGWkT4MwKD0d8mkKxpG7uEygA4aByZMJJfj6vKYUH8ONxnZy+XNSOzhi9MExOADyCfqv6tIazI5zO2FP4XagkPwYDPxKr1oT+wwQo9eI0EV+EPmf1w9b4r1yAABAAbxKFMVoiVwJ6Pf+I81qT5AvEgEAAHkne5UD5HVXiP7DXKSE/sscpEyxjKOqVFifCVyf8oP1JUlsqfZIBXO5pkrWWwuse5cczlaMe5Mo/SdcUG8tVeyWpPdRQc4J3YIc1yv8BIQbQ0qK1VeyICr+SiI6i3s11RJdi6KMJoF85xvdk2ZhiyVZzdIgJ3OAvNw5M3DvUVR5QEnuEZXujO9fmewqU7gAbp0JJL1z5LT+Ia93xQzcOxSt/lDSB0Ko9B4oHbFyGVhpDQtshUez/7Ticu7HVm2VLd8QfKe2tKUF9QV5RiXU0drer7kihxxjm72fYLqvPi0KZzQmzoc0ZdoWjuHqcFnVbNvaFqe2Hc5xVmh5JcCmWVIPmfWffYWL5fypVWvw9G8g8C1lk4UB3exfQDxFiycdWrUzmFdVzhrwWtrv+RGY2ieHj5LugmXIGDkgjSoZ2Z5eLQYuNbS8o9zYaqOJFrmq4fk12a+g4uMbNLwXayAor6CopEy5CpWqVKtRq069CiqqpDKVq0KVhJc5Q3sdvg7mInFTdHajIGwJ6rPFAWRSlM1DB2ZlN2RVzlaRDaZVdK24xdk03YQPzKQ3vgaXyqiDc1XMIUXqPdjihouWy8g+m0k7k9PObXe2AwAA') format('woff2'),
  url('../fonts/iconfont.woff?t=1564107484803') format('woff'),
  url('../fonts/iconfont.ttf?t=1564107484803') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1564107484803#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: "\e624";
}

.icon-left-circle:before {
  content: "\e952";
}

.icon-right-circle:before {
  content: "\e955";
}

.icon-bigger1:before {
  content: "\e647";
}

.icon-bigger4:before {
  content: "\e64a";
}

.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-search5:before {
  content: "\e7b3";
}

.icon-search6:before {
  content: "\e7b4";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.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: #2B952B;cursor: pointer;  border:1px solid #2B952B; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#2B952B solid 1px; background:#2B952B; 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;}


.fl a.no:hover{    border: solid 1px #2B952B!important;
    background-color: #2B952B!important;
    color: #fff!important;}


    .news2-main .item-desc img{text-indent: 0em;display: block;}


    @media screen and (max-width: 1200px) { 
  .map{width:100%;overflow:scroll;}
}







.pro2-top .turn_page .m3box { position: relative; }

.pro2-top .turn_page .m3box .inner { overflow: hidden; width: 1106px; margin: auto; }

.pro2-top .turn_page .m3box ul { width: 99999px; height: 478px; }

.pro2-top .turn_page .m3box li { float: left; width: 244px; margin-right: 17px; margin-top: 140px; }

.pro2-top .turn_page .m3box li.cur { width: 584px; height: 478px; margin-top: 0; }

.pro2-top .turn_page .m3box li img { width: 100%; max-width: 584px; max-height: 480px; display: block; }

.pro2-top .turn_page .m3box li p { display: none; font-size: 14px; font-size: 1.4rem; color: #333; line-height: 50px; text-align: center; }

.pro2-top .turn_page .m3box .prev, .pro2-top .turn_page .m3box .next { cursor: pointer; position: absolute; top: 50%; margin-top: -13px; }

.pro2-top .turn_page .m3box .prev .iconfont, .pro2-top .turn_page .m3box .next .iconfont { font-size: 26px; font-size: 2.6rem; color: #0C0C0C; }

.pro2-top .turn_page .m3box .prev .iconfont:hover, .pro2-top .turn_page .m3box .next .iconfont:hover { color: #2B952B; }

.pro2-top .turn_page .m3box .prev { left: 0; }

.pro2-top .turn_page .m3box .next { right: 0; }

@media screen and (max-width: 1219px) { .pro2-top .turn_page .m3box .inner { width: 900px; }
  .pro2-top .turn_page .m3box ul { height: 357px; }
  .pro2-top .turn_page .m3box li { width: 214px; margin-top: 82px; }
  .pro2-top .turn_page .m3box li.cur { width: 435px; height: 357px; } }

@media screen and (max-width: 999px) { .pro2-top .turn_page .m3box { display: none; } }

.pro2-top .turn_page .scroll-box { display: none; }

@media screen and (max-width: 1219px) { .pro2-top .turn_page .scroll-box { display: none; } }

@media screen and (max-width: 999px) { .pro2-top .turn_page .scroll-box { display: block; } }



.header .logo1{display:none}

.header.fixed .logo1{display:block; margin-top: 10px;}

.header.fixed .logo2{display:none;}

.header.fixed .navlist{margin-top: 18px; padding-bottom: 0;}

.header.fixed .search{margin-top: 17px;}

@media screen and (max-width: 767px) {
  .header .logo1{display:block}
  .header .logo2{display:none}
}



.appmb{}
.appmb .bread{ display: inline-block; vertical-align: middle;}
.shengfen{ display: inline-block; vertical-align: middle; margin-left: 20px; position: relative; z-index: 9999}  
.sfbiao{ font-size: 16px; font-size: 1.6rem; line-height: 40px; cursor: pointer;}
.sfbiao i{ display: inline-block; vertical-align: middle; width: 0; border: 6px solid #262626; margin-left: 5px; border-bottom-color:transparent ; border-left-color: transparent; border-right-color: transparent;}
.sfn{position: absolute; width: 480px; background: #fff; padding: 20px; left: 50%; transform: translateX(-50%); top: 100%; box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.22); -moz-box-sizing: border-box; box-sizing: border-box; font-size: 0px; display: none;}
.sfn a{width: 33%; display: inline-block; vertical-align: middle; text-align: center; font-size: 14px; font-size: 1.4rem; line-height: 30px;}
.sfn a:hover{color: #2B952B;}

@media screen and (max-width: 767px) {
	.appmb{ display: flex; flex-flow: wrap; justify-content: space-between; align-items: center;}
	.shengfen{ text-align: right;}
	.sfn{ left: auto; transform: translate(0); right: 0px; width: 300px;}
}

.project-list .list-item{ width: 24%; margin-left: 1.33%;}
.project-list .list-item:nth-child(4n-3){margin-left: 0px;}
@media screen and (max-width: 999px) {
.project-list .list-item{ width: 32.333%; margin-left: 1.5%; margin-right: 0px;}
.project-list .list-item:nth-child(4n-3){margin-left: 1.5%;}
.project-list .list-item:nth-child(3n-2){margin-left: 0px;}
}
@media screen and (max-width: 767px) {
.project-list .list-item{ width: 49%; margin-left: 2%; margin-right: 0px;}
.project-list .list-item:nth-child(4n-3){margin-left: 2%;}
.project-list .list-item:nth-child(3n-2){margin-left: 2%;}
.project-list .list-item:nth-child(2n-1){margin-left: 0px;}
}