﻿.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(../image/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 */


* { margin: 0; padding: 0; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; }

body { background-color: #fff; color: #333; font-family: arial; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

@media screen and (max-device-width: 320px) { body { -webkit-text-size-adjust: 100%; } }

@media screen and (max-device-width: 480px) { body { -webkit-text-size-adjust: 100%; } }

@media only screen and (-webkit-min-device-pixel-ratio: 2) { body { -webkit-text-size-adjust: 100%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { -webkit-text-size-adjust: 100%; } }

::-moz-selection { color: #fff; background: #006600; }

::selection { color: #fff; background: #006600; }

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; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }

h1, h2 { margin: 0; padding: 0; font-weight: normal; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video, iframe { max-width: 100%; }

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, textarea, select { font-family: arial; font-size: 14px; font-size: 1.4rem; border: none; outline: none; background: none; }

input:focus, textarea:focus, select: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; }

article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
:-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #999; 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%; }

.email { word-break: break-all; }

.item-table { display: table; table-layout: fixed; width: 100%; height: 100%; }

.item-cell { display: table-cell; width: 100%; height: 100%; vertical-align: middle; }

/**/
[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 { display: block; }

[class*="-item"] .item-title a:hover { color: #006600 !important; }

[class*="-item"] .item-subt { overflow: hidden; }

[class*="-item"] .item-subt a:hover { color: #006600 !important; }

[class*="-item"] .item-desc { overflow: hidden; }

[class*="-item"] .item-desc a { display: block; color: #666; }

[class*="-item"] .item-desc a:hover { color: #006600 !important; }

.wp1 { width: 1400px; margin: auto; }

@media screen and (min-width: 1420px) { .wp1 { width: 1400px; margin: auto; } }

@media screen and (min-width: 1220px) and (max-width: 1419px) { .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; } }

.wp { width: 1200px; margin: auto; }

@media screen and (min-width: 1220px) { .wp { width: 1200px; margin: auto; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .wp { width: 980px; margin: auto; } }

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

@media screen and (min-width: 1220px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

.at-resp-share-element .at4-share-count-container { text-decoration: none; float: right; padding-right: 15px; line-height: 25px !important; }

.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; }

.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; }

.an-bd3 { position: relative; }

.an-bd3 .item-backdrop { content: ''; background-color: #000; background: rgba(0, 0, 0, 0.37); position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }

@media screen and (min-width: 992px) { .an-bd3 .item-backdrop { visibility: hidden; opacity: 0; filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); } }

@media screen and (min-width: 992px) { .an-bd3:hover .item-backdrop { visibility: visible; opacity: 1; filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } }

/*-------------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 { display: inline-block; border: solid 1px #006600; background-color: #006600; color: #fff; min-width: 26px; padding: 0 2px; height: 26px; line-height: 24px; margin: 0 4px 10px; }

.page a.prev, .page a.next { min-width: 30px; padding: 0 2px; border-color: transparent !important; background-color: transparent !important; color: #006600; }

.page a.prev:hover, .page a.next:hover { color: #333; }

.page a.prev .iconfont, .page a.next .iconfont { font-size: 20px; font-size: 2rem; vertical-align: middle; }

.page a:hover, .page a.page-active { border-color: #006600; background-color: #fff; color: #006600; }

@media only screen and (max-width: 767px) { .page a { font-size: 12px; font-size: 1.2rem; } }

.page .fl { float: left; display: inline-block; }

@media only screen and (max-width: 767px) { .page .fl { float: none; } }

.page .add-form { float: right; display: inline-block; background: url(../image/af-bg.png) no-repeat left center; padding-left: 30px; }

.page .add-form .add-btn { text-align: center; min-width: 133px; padding: 0 5px; height: 28px; line-height: 28px; background-color: #006600; color: #FFFFFF; cursor: pointer; }

.page .add-form .add-btn:hover { background-color: #333; }

@media only screen and (max-width: 767px) { .page .add-form { float: none; padding-left: 20px; background-size: 15px; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*back-top*/
.back-top { position: fixed; right: 10px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; width: 59px; height: 59px; background-color: #23D5AE; line-height: 59px; text-align: center; }

.back-top .iconfont { font-size: 18px; font-size: 1.8rem; color: #fff; position: relative; z-index: 998; }

@media only screen and (max-width: 767px) { .back-top { width: 40px; height: 40px; line-height: 40px; } }

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { height: 26px; font-size: 0; letter-spacing: 0; }

.pro-share .share-title { margin-right: 8px; display: inline-block; *display: inline; *zoom: 1; line-height: 26px; font-size: 14px; font-size: 1.4rem; color: #666; }

.pro-share .share-pic { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; height: 26px; }

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths .oths-item { font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 3px 0; }

.m-oths .oths-item, .m-oths .oths-item a { color: #333; }

.m-oths .oths-item a:hover { color: #006600; }

@media only screen and (max-width: 767px) { .m-oths .oths-item { font-size: 14px; font-size: 1.4rem; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { overflow: hidden; background: url(../image/bread.jpg) repeat-y; padding: 47px 0 43px; }

.bread, .bread a { color: #fff; }

.bread a:hover, .bread .active { color: #23D5AE; }

.bread .active { cursor: auto; }

.bread .item-title { font-size: 30px; font-size: 3rem; text-transform: uppercase; font-weight: bold; }

.bread .item-title a { cursor: auto; }

.bread .item-title a:hover { color: #fff; }

.bread .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-top: 16px; }

@media screen and (max-width: 999px) { .bread { padding: 30px 0; }
  .bread .item-title { font-size: 26px; font-size: 2.6rem; }
  .bread .item-desc { margin-top: 5px; } }

@media screen and (max-width: 767px) { .bread { padding: 20px 0 15px; }
  .bread .item-title { font-size: 20px; font-size: 2rem; }
  .bread .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 0; } }

/*-------------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: 29px; margin-top: 1px; }

@media screen and (max-width: 1219px) { .search { margin-left: 15px; } }

@media screen and (max-width: 1419px) { .search { margin: 0; position: absolute; top: -65px; right: 0; margin: 0; } }

@media screen and (max-width: 767px) { .search { margin: 0; position: absolute; top: 5px; right: 45px; } }

@media screen and (max-width: 999px) { .search { display: none; } }

.search .search-icon { cursor: pointer; display: inline-block; width: 114px; height: 38px; line-height: 38px; border-radius: 19px; background-color: #006600; text-align: center; color: #fff; }

.search .search-icon .iconfont { font-size: 24px; font-size: 2.4rem; margin-right: 3px; vertical-align: middle; }

@media screen and (max-width: 1219px) { .search .search-icon { min-width: 100px; padding: 0 5px; height: 32px; line-height: 32px; border-radius: 17px; }
  .search .search-icon .iconfont { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .search .search-icon { height: 22px; line-height: 22px; border-radius: 11px; min-width: 90px; padding: 0 5px; }
  .search .search-icon .iconfont { font-size: 16px; font-size: 1.6rem; } }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 40px; right: 0; z-index: 999; width: 250px; height: 32px; border-radius: 2px; border: solid 1px #006600; background-color: #FFFFFF; cursor: pointer; }

.search .search-box .iconfont { font-size: 16px; font-size: 1.6rem; color: #333; 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 .h-top { background-color: #242426; box-shadow: 0px 5px 20px 0px rgba(36, 50, 56, 0.6); padding: 23px 0 16px; }

.header .h-top .h-select { float: right; position: relative; margin-left: 20px; }

@media screen and (max-width: 999px) { .header .h-top .h-select { display: none; } }

.header .h-top .h-select .iconfont { display: block; font-size: 22px; font-size: 2.2rem; line-height: 1; color: #fff; cursor: pointer; }

.header .h-top .h-select .box-yiji { display: none; position: absolute; right: 0; top: 100%; width: 180px; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); z-index: 99; }

.header .h-top .h-select .box-yiji li { position: relative; }

.header .h-top .h-select .box-yiji li > a { line-height: 30px; display: block; padding: 5px 15px; text-transform: uppercase; color: #333; }

.header .h-top .h-select .box-yiji li > a:hover { background-color: #006600; color: #fff; }

.header .h-top .h-select .box-yiji li.active > a { background-color: #006600; color: #fff; }

.header .h-top .h-select .box-yiji li:hover .box-erji { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); -o-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }

.header .h-top .h-select .box-erji { position: absolute; right: 100%; top: 0; background: #FFFFFF; box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21); width: 180px; display: block; visibility: hidden; opacity: 0; -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; -webkit-transition: all 400ms ease; -o-transition: all 400ms ease; -moz-transition: all 400ms ease; transition: all 400ms ease; }

.header .h-top .list-item { float: right; margin-right: 12px; }

.header .h-top .list-item, .header .h-top .list-item a { color: #BBBCBC; }

.header .h-top .list-item a:hover { color: #006600; }

.header .h-top .p1 { border-right: 1px solid #BBBCBC; padding-right: 23px; }

.header .h-top .m-hdlang { position: relative; overflow: visible; float: right; background: url(../image/lang1.png) no-repeat left center; padding-left: 38px; }

.header .h-top .m-hdlang .lang-list { position: absolute; left: 0; top: 100%; background-color: #FFF; z-index: 999; width: 100%; display: none; text-align: center; font-size: 12px; font-size: 1.2rem; border: solid 1px #C5C5C5; margin-top: -2px; padding-top: 3px; padding-bottom: 1px; }

.header .h-top .m-hdlang .lang-item { float: none; color: #555; line-height: 24px; }

.header .h-top .m-hdlang .lang-item a { color: #555; }

.header .h-top .m-hdlang .lang-item a:hover { color: #006600; }

.header .h-top .m-hdlang > .lang-item { background: url(../image/lang2.png) no-repeat right center; padding-right: 13px; font-size: 14px; font-size: 1.4rem; line-height: 22px; display: inline-block; color: #BBBCBC; }

@media screen and (max-width: 1419px) { .header .h-top .wp1 { padding-right: 130px; } }

@media screen and (max-width: 999px) { .header .h-top { padding: 5px 0; }
  .header .h-top .list-item { display: none; }
  .header .h-top .wp1 { padding-right: 40px; } }

.header .logo { float: left; display: block; width: 260px; margin-top: -28px; }

.header .logo a { display: block; line-height: 100px; text-align: center; }

.header .logo a img { max-height: 100px; vertical-align: middle; }

@media screen and (max-width: 1419px) { .header .logo { float: none; margin: 0 auto; }
  .header .logo a { line-height: 80px; }
  .header .logo a img { max-height: 80px; } }

@media screen and (max-width: 999px) { .header .logo a { line-height: 70px; }
  .header .logo a img { max-height: 70px; } }

@media screen and (max-width: 767px) { .header .logo a { line-height: 60px; }
  .header .logo a img { max-height: 60px; } }

.header .h-bot { position: relative; padding: 28px 0 0; }

.header .h-bot .wp1 { position: relative; }

@media screen and (max-width: 1419px) { .header .h-bot { padding: 15px 0 0; } }

@media screen and (max-width: 999px) { .header .h-bot { position: static; padding: 0; } }

.header .navlist { float: right; margin-top: 2px; /* @media screen and (max-width:1419px) { >li{ margin-left: 30px; } } @media screen and (max-width:1219px) { margin-top: 0; >li{ margin-left: 10px; padding-bottom: 25px; } } */ }

.header .navlist > li { position: relative; float: left; margin-left: 35px; padding-bottom: 31px; }

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-size: 16px; font-size: 1.6rem; text-transform: uppercase; display: block; position: relative; line-height: 20px; padding: 9px 0; border-bottom: solid 4px transparent; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #006600; border-bottom: solid 4px #006600; }

@media screen and (max-width: 1419px) { .header .navlist { width: 100%; }
  .header .navlist > li { width: 14.28%; margin: 0; text-align: center; padding-bottom: 15px; }
  .header .navlist > li > a { font-size: 14px; font-size: 1.4rem; display: inline-block; } }

@media screen and (max-width: 999px) { .header .navlist { display: none; } }

.header .navlist li:hover .yiji { top: 100%; }

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 204px; left: 0; border: solid 1px #bfbfbf; background-color: #fff; padding: 4px 0; }

.header .yiji li { background-color: #fff; position: relative; text-align: left; }

.header .yiji li > a { border: solid 8px #fff; border-bottom-width: 4px; border-top-width: 4px; display: block; line-height: 24px; padding: 6px 14px 7px 14px; text-transform: uppercase; font-size: 16px; font-size: 1.6rem; }

.header .yiji li:hover > a { background-color: #006600; 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; width: 204px; border: solid 1px #bfbfbf; background-color: #fff; padding: 4px 0; }

/* 767 navlist1 */
.navlist1 { display: none; width: 100%; }

.navlist1 > li { float: left; width: 25%; text-align: center; padding-bottom: 10px; }

.navlist1 > li > a { text-transform: capitalize; display: inline-block; position: relative; line-height: 30px; border-bottom: solid 2px transparent; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { color: #006600; border-bottom-color: #006600; }

@media screen and (max-width: 767px) { .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #555; opacity: 1; }

/* WebKit browsers */
.footer :-o-placeholder { color: #555; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder { color: #555; opacity: 1; }

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder { color: #555; opacity: 1; }

/* Internet Explorer 10+ */
.footer a:hover { color: #006600 !important; }

.footer .f-top { padding: 68px 0 43px; }

.footer .footer-title { font-size: 22px; font-size: 2.2rem; font-weight: bold; text-transform: uppercase; border-bottom: solid 1px #DDDEE1; position: relative; padding-bottom: 11px; }

.footer .footer-title:after { position: absolute; content: ''; width: 77px; height: 1px; background-color: #23D5AE; left: 0; bottom: -1px; }

.footer .flist1 { width: 474px; padding-right: 15px; padding-top: 40px; }

.footer .flist1 .logo1 { display: block; margin-bottom: 70px; line-height: 100px; }

.footer .flist1 .logo1 img { vertical-align: middle; max-height: 100px; display: block; }

.footer .flist2 { width: 370px; }

.footer .flist2 ul { margin-top: 24px; }

.footer .flist2 li { line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.footer .flist3 { width: 455px; }

.footer .f-form { padding: 15px 0 0; }

.footer .f-form input, .footer .f-form textarea { width: 100%; border: solid 1px #BFBFBF; border: solid 1px rgba(191, 191, 191, 0.8); color: #666; }

.footer .f-form input { height: 38px; line-height: 36px; padding: 0 10px; }

.footer .f-form textarea { padding: 9px 10px; line-height: 22px; height: 83px; display: block; }

.footer .f-form .item-row { padding: 10px 0 0 8px; position: relative; }

.footer .f-form .item-row:after { position: absolute; content: '*'; color: #555; left: 0; top: 25px; font-size: 12px; font-size: 1.2rem; }

.footer .f-form .codeinput { width: 208px; float: left; margin-right: 9px; }

.footer .f-form .codeimg { float: left; cursor: pointer; margin-right: 8px; }

.footer .f-form .codeimg img { display: block; }

.footer .f-form .codebtn { padding: 0; text-align: center; font-size: 14px; font-size: 1.4rem; float: left; width: 100%; margin-top: 10px; text-align: center; border-color: #006600; background: #006600; color: #fff; text-transform: uppercase; cursor: pointer; }

.footer .f-form .codebtn:hover { border-color: #333; background-color: #333; color: #fff; }

@media screen and (max-width: 1219px) { .footer .f-form .codebtn { margin-top: 15px; width: 100%; } }

.footer .f-follow a { float: left; display: inline-block; margin-left: 17px; width: 41px; height: 41px; border-radius: 50%; background-color: #DDDEE1; line-height: 41px; text-align: center; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.footer .f-follow a:first-child { margin-left: 0; }

.footer .f-follow a:hover { background-color: #242426; box-shadow: 0px 2px 10px 0px rgba(221, 221, 221, 0.5); transform: rotate(360deg); -ms-transform: rotate(360deg); /* IE 9 */ -moz-transform: rotate(360deg); /* Firefox */ -webkit-transform: rotate(360deg); /* Safari 和 Chrome */ -o-transform: rotate(360deg); /* Opera */ }

.footer .f-follow a:hover .iconfont { color: #fff; }

.footer .f-follow .iconfont { color: #000; font-size: 20px; font-size: 2rem; }

.footer .f-bot { padding: 27px 0 14px; background-color: #222931; }

.footer .f-bot, .footer .f-bot a { color: #757575; }

.footer .f-bot .box-list li { float: left; text-transform: uppercase; font-size: 16px; font-size: 1.6rem; line-height: 24px; margin-left: 50px; }

.footer .f-bot .box-list li:first-child { margin-left: 0; }

.footer .copyright { margin-top: 16px; line-height: 24px; overflow: hidden; }

.footer .copyright img { margin-left: 5px; }

.footer .links { margin-top: 13px; line-height: 24px; }

.footer .links a { display: inline-block; margin: 0 15px; }

.footer .copyright1 { line-height: 24px; }

@media screen and (max-width: 1419px) { .footer .flist1 { width: 355px; } }

@media screen and (max-width: 1219px) { .footer .flist1 { width: 280px; }
  .footer .flist1 .logo1 { line-height: 70px; }
  .footer .flist1 .logo1 img { max-height: 70px; }
  .footer .flist2 { width: 310px; padding-right: 15px; }
  .footer .flist3 { width: 390px; }
  .footer .f-follow a { margin-left: 10px; width: 35px; height: 35px; line-height: 35px; }
  .footer .f-bot .box-list li { margin-left: 20px; } }

@media screen and (max-width: 999px) { .footer .f-top { padding: 40px 0; }
  .footer .flist1 { width: 100%; padding-right: 0; padding-bottom: 50px; padding-top: 0; }
  .footer .flist1 .logo1 { margin-bottom: 20px; }
  .footer .flist2, .footer .flist3 { width: 50%; }
  .footer .item-left, .footer .copyright1 { float: none; } }

@media screen and (max-width: 767px) {
  /*.footer .flist2, .footer .flist3, .footer .links, .footer .f-bot .box-list, */
  .footer .flist1 .logo1 { display: none; }
  .footer .f-bot { padding: 16px 0; }
  .footer .f-top { padding: 20px 0; display: flex;flex-wrap: wrap;flex-direction: column-reverse}
    .footer .flist2 { width: 100%; padding-right: 0;margin-bottom: 20px }
    .footer .flist3 { width: 100%;margin-bottom: 20px }
    .footer .flist1 ul, .footer .flist2 ul, .footer .flist3 .f-form{display: none}
    .footer .footer-title{position: relative;width: 100%;padding-right: 20px;cursor: pointer;margin-bottom: 10px;box-sizing: border-box;}
    .footer .footer-title::before{position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-family: "iconfont";content: "\e7f1";line-height: 26px;
        font-size: 14px;color: #333333;}
  .footer .flist1 { padding: 0; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-title start */
.index-title { font-weight: bold; font-size: 46px; font-size: 4.6rem; text-align: center; text-transform: uppercase; position: relative; padding-bottom: 34px; }

.index-title a:hover { color: #006600; }

.index-title:after { position: absolute; content: ''; width: 104px; height: 8px; left: 50%; margin-left: -52px; background-color: #23D5AE; bottom: 0; }

@media screen and (max-width: 1219px) { .index-title { font-size: 38px; font-size: 3.8rem; } }

@media screen and (max-width: 999px) { .index-title { font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .index-title { font-size: 22px; font-size: 2.2rem; padding-bottom: 15px; }
  .index-title:after { height: 3px; } }

/* index-title end */
/* index-box1 start */
.index-box1 { background-color: #F1F3F9; /* box-list1 start */ /* box-list1 end */ }

.index-box1 .box-list { padding: 0 20px 95px; position: relative; z-index: 9; }

@media screen and (max-width: 1219px) { .index-box1 .box-list { padding-left: 0; padding-right: 0; padding-bottom: 70px; } }

@media screen and (max-width: 999px) { .index-box1 .box-list { padding: 50px 0; } }

@media screen and (max-width: 767px) { .index-box1 .box-list { padding: 30px 0; } }

.index-box1 .box-list .list-item { float: left; width: 25%; background-color: #006600; padding: 23px 2.91667% 25px; margin-top: -28px; }

@media screen and (max-width: 1419px) { .index-box1 .box-list .list-item { padding-top: 16px; padding-bottom: 17px; } }

@media screen and (max-width: 999px) { .index-box1 .box-list .list-item { width: 100%; margin-top: 0; border-radius: 0 !important; margin-bottom: 15px; } }

@media screen and (max-width: 767px) { .index-box1 .box-list .list-item { padding: 10px 10px 15px; } }

.index-box1 .box-list .item3 { background-color: #015100; }

.index-box1 .box-list .item1 { padding: 0; border-radius: 5px 0 0 5px; }

@media screen and (max-width: 999px) { .index-box1 .box-list .item1 { background-color: transparent; max-width: 342px; margin: 0 auto 15px; float: none; } }

@media screen and (max-width: 999px) { .index-box1 .box-list .clear1 { clear: both; } }

.index-box1 .box-list .item4 { border-radius: 0 5px 5px 0; }

.index-box1 .box-list .item-title { text-transform: uppercase; font-weight: bold; font-size: 20px; font-size: 2rem; line-height: 30px; border-bottom: solid 1px #BBCAED; padding-bottom: 17px; }

.index-box1 .box-list .item-title, .index-box1 .box-list .item-title a { color: #fff; }

.index-box1 .box-list .item-title a:hover { color: #333 !important; }

@media screen and (max-width: 1419px) { .index-box1 .box-list .item-title { padding-bottom: 10px; } }

@media screen and (max-width: 767px) { .index-box1 .box-list .item-title { font-size: 18px; font-size: 1.8rem; padding-bottom: 5px; } }

.index-box1 .box-list .item-desc { line-height: 28px; height: 224px; font-size: 16px; font-size: 1.6rem; margin-top: 20px; }

.index-box1 .box-list .item-desc, .index-box1 .box-list .item-desc a { color: #E6E6E6; }

.index-box1 .box-list .item-desc a:hover { color: #333 !important; }

@media screen and (max-width: 1419px) { .index-box1 .box-list .item-desc { height: 196px; } }

@media screen and (max-width: 999px) { .index-box1 .box-list .item-desc { height: auto; } }

@media screen and (max-width: 767px) { .index-box1 .box-list .item-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

.index-box1 .box-list .item-pic { margin-top: -60px; border-radius: 5px 0 0 0; }

.index-box1 .box-list .item-pic img { display: block; max-width: 342px; margin: 0 auto; width: 100%; }

@media screen and (max-width: 1219px) { .index-box1 .box-list .item-pic { margin-top: 0; } }

@media screen and (max-width: 999px) { .index-box1 .box-list .item-pic { border-radius: 0; } }

.index-box1 .box-list .item-btn { display: block; line-height: 61px; background-color: #23D5AE; color: #fff; font-weight: bold; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; text-align: center; border-radius: 0 0 0 5px; }

.index-box1 .box-list .item-btn:hover { background-color: #006600; }

@media screen and (max-width: 1219px) { .index-box1 .box-list .item-btn { line-height: 46px; } }

@media screen and (max-width: 999px) { .index-box1 .box-list .item-btn { border-radius: 0; } }

@media screen and (max-width: 767px) { .index-box1 .box-list .item-btn { line-height: 40px; } }

.index-box1 .box-list1 { padding-bottom: 91px; }

@media screen and (max-width: 1219px) { .index-box1 .box-list1 { padding-bottom: 70px; } }

@media screen and (max-width: 999px) { .index-box1 .box-list1 { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .index-box1 .box-list1 { padding-bottom: 30px; } }

.index-box1 .box-list1 .list-item { float: left; width: 33.33%; text-align: center; margin-top: 60px; padding: 0 10px; }

@media screen and (max-width: 999px) { .index-box1 .box-list1 .list-item { margin-top: 50px; } }

@media screen and (max-width: 767px) { .index-box1 .box-list1 .list-item { margin-top: 30px; } }

@media screen and (max-width: 600px) { .index-box1 .box-list1 .list-item { width: 100%; } }

.index-box1 .box-list1 .item-pics img { display: block; margin: 0 auto; max-width: 146px; width: 100%; }

@media screen and (max-width: 999px) { .index-box1 .box-list1 .item-pics img { max-width: 120px; } }

@media screen and (max-width: 767px) { .index-box1 .box-list1 .item-pics img { max-width: 100px; } }

.index-box1 .box-list1 .item-title { margin-top: 25px; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-weight: bold; }

.index-box1 .box-list1 .item-title, .index-box1 .box-list1 .item-title a { color: #006600; }

@media screen and (max-width: 999px) { .index-box1 .box-list1 .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .index-box1 .box-list1 .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 15px; } }

.index-box1 .box-list1 .item-desc { margin-top: 18px; font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; }

.index-box1 .box-list1 .item-desc, .index-box1 .box-list1 .item-desc a { color: #818181; }

@media screen and (max-width: 767px) { .index-box1 .box-list1 .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 5px; } }

@media screen and (max-width: 600px) { .index-box1 .box-list1 .item-desc { height: auto; } }

/* index-box1 end */
/* application start*/
.index-appbox { overflow: hidden; background: url(../image/bg1.jpg) no-repeat center; background-size: cover; padding: 157px 0 83px; }

.index-appbox .list-item { max-width: 570px; }

@media screen and (max-width: 1219px) { .index-appbox { padding: 100px 0 50px; } }

@media screen and (max-width: 999px) { .index-appbox { padding: 70px 0 50px; } }

.index-appbox, .index-appbox a { color: #fff !important; }

.index-appbox a:hover { color: #006600 !important; }

.index-appbox .item-title { font-family: "Impact"; font-size: 72px; font-size: 7.2rem; text-transform: uppercase; }

.index-appbox .item-title a { padding-left: 3px; }

@media screen and (max-width: 1219px) { .index-appbox .item-title { font-size: 62px; font-size: 6.2rem; } }

@media screen and (max-width: 999px) { .index-appbox .item-title { font-size: 46px; font-size: 4.6rem; } }

@media screen and (max-width: 767px) { .index-appbox .item-title { font-size: 34px; font-size: 3.4rem; } }

.index-appbox .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 30px; height: 90px; margin-top: 27px; }

@media screen and (max-width: 767px) { .index-appbox .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 72px; margin-top: 15px; } }

.index-appbox .item-btn { display: inline-block; min-width: 221px; padding: 0 15px; height: 60px; line-height: 60px; border-radius: 30px; background-color: #23D5AE; text-align: center; font-size: 20px; font-size: 2rem; text-transform: uppercase; margin-top: 87px; }

.index-appbox .item-btn:hover { background-color: #006600; color: #fff !important; }

@media screen and (max-width: 1219px) { .index-appbox .item-btn { margin-top: 50px; } }

@media screen and (max-width: 999px) { .index-appbox .item-btn { height: 50px; line-height: 50px; border-radius: 25px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .index-appbox .item-btn { margin-top: 30px; min-width: 160px; height: 40px; line-height: 40px; border-radius: 20px; font-size: 16px; font-size: 1.6rem; } }

/* application end */
/* hot products start */
.index-hotpro { overflow: hidden; padding: 88px 0 47px; }

@media screen and (max-width: 1219px) { .index-hotpro { padding: 70px 0 47px; } }

@media screen and (max-width: 999px) { .index-hotpro { padding: 50px 0 30px; } }

@media screen and (max-width: 767px) { .index-hotpro { padding: 40px 0 10px; } }

.index-hotpro .box-list { padding: 79px 4.39286% 0; }

@media screen and (max-width: 1219px) { .index-hotpro .box-list { padding-top: 70px; } }

@media screen and (max-width: 999px) { .index-hotpro .box-list { padding: 50px 0 0; } }

@media screen and (max-width: 767px) { .index-hotpro .box-list { padding: 30px 0 0; } }

.index-hotpro .box-list .list-item { float: left; width: 27.79953%; margin-left: 8.3007%; position: relative; margin-bottom: 56px; }

@media screen and (max-width: 999px) { .index-hotpro .box-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 550px) { .index-hotpro .box-list .list-item { width: 48%; } }

.index-hotpro .box-list .item-pic { border-radius: 10px; }

.index-hotpro .box-list .item-pic img { display: block; max-width: 395px; width: 100%; margin: 0 auto; }

@media screen and (max-width: 999px) { .index-hotpro .box-list .item-pic { border-radius: 5px 5px 0 0; } }

.index-hotpro .box-list .item-title { position: absolute; bottom: 30px; width: 76.05634%; right: -14.08451%; border-radius: 5px; line-height: 56px; padding: 0 20px; background-color: #006600; font-size: 20px; font-size: 2rem; text-transform: uppercase; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.index-hotpro .box-list .item-title, .index-hotpro .box-list .item-title a { color: #fff; }

.index-hotpro .box-list .item-title .iconfont { font-size: 18px; font-size: 1.8rem; color: #23D5AE; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; position: absolute; left: -99px; top: 0; }

.index-hotpro .box-list .item-title:hover { padding-left: 59px; background-color: #294481; }

.index-hotpro .box-list .item-title:hover a { color: #fff !important; }

.index-hotpro .box-list .item-title:hover .iconfont { left: 28px; }

@media screen and (max-width: 1219px) { .index-hotpro .box-list .item-title { width: 100%; } }

@media screen and (max-width: 999px) { .index-hotpro .box-list .item-title { right: auto; bottom: auto; position: relative; border-radius: 0 0 5px 5px; font-size: 18px; font-size: 1.8rem; line-height: 44px; }
  .index-hotpro .box-list .item-title .iconfont { display: none; }
  .index-hotpro .box-list .item-title:hover { padding-left: 20px; } }

@media screen and (max-width: 767px) { .index-hotpro .box-list .item-title { line-height: 36px; font-size: 16px; font-size: 1.6rem; padding: 0 15px !important; } }

/* hot products end */
/* index-about start */
.index-about { overflow: hidden; background: url(../image/bg2.jpg) repeat-x center; background-size: auto 100%; padding: 117px 0 92px; }

@media screen and (max-width: 1219px) { .index-about { padding: 90px 0 70px; } }

@media screen and (max-width: 999px) { .index-about { padding: 50px 0 30px; } }

@media screen and (max-width: 767px) { .index-about { padding: 40px 0 20px; } }

.index-about .box-list { position: relative; }

.index-about .box-list .list-item { width: 45.41667%; border-radius: 10px; margin: 15px 0; padding-top: 22px; padding-bottom: 22px; }

.index-about .box-list .list-item .item-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 28px; text-transform: uppercase; }

.index-about .box-list .list-item .item-title, .index-about .box-list .list-item .item-title a { color: #fff; }

.index-about .box-list .list-item .item-title a:hover { color: #333 !important; }

.index-about .box-list .list-item .item-desc { line-height: 18px; height: 36px; margin-top: 5px; }

.index-about .box-list .list-item .item-desc, .index-about .box-list .list-item .item-desc a { color: #E8E8E8; }

.index-about .box-list .list-item .item-desc a:hover { color: #333 !important; }

.index-about .box-list .item1 { background-color: #FF4141; float: left; padding-left: 22px; padding-right: 130px; }

.index-about .box-list .item2 { background-color: #ECBB52; float: right; padding-left: 130px; padding-right: 22px; }

.index-about .box-list .item3 { background-color: #23D5AE; float: left; padding-left: 22px; padding-right: 130px; }

.index-about .box-list .item4 { background-color: #685C88; float: right; padding-left: 130px; padding-right: 22px; }

@media screen and (max-width: 767px) { .index-about .box-list .list-item { padding: 20px !important; width: 48%; margin: 15px 1%; }
  .index-about .box-list .list-item .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; } }

@media screen and (max-width: 600px) { .index-about .box-list .list-item { width: 98%; } }

.index-about .item-box { width: 346px; height: 346px; background-color: #fff; box-shadow: 0px 5px 38px 0px rgba(31, 43, 58, 0.5); border-radius: 50%; position: absolute; top: 50%; left: 50%; margin: -173px 0 0 -173px; text-align: center; }

.index-about .item-box .item-info { display: table-cell; vertical-align: middle; width: 1000px; height: 346px; padding: 0; }

@media screen and (max-width: 999px) { .index-about .item-box { width: 280px; height: 280px; margin: -140px 0 0 -140px; }
  .index-about .item-box .item-info { height: 280px; } }

@media screen and (max-width: 767px) { .index-about .item-box { position: relative; margin: 0 auto; top: auto; left: auto; width: 200px; height: 200px; }
  .index-about .item-box .item-info { height: 200px; } }

.index-about .item-box .item-title { font-family: "Impact"; font-size: 60px; font-size: 6rem; text-transform: uppercase; }

.index-about .item-box .item-title, .index-about .item-box .item-title a { color: #000; }

@media screen and (max-width: 999px) { .index-about .item-box .item-title { font-size: 44px; font-size: 4.4rem; } }

@media screen and (max-width: 767px) { .index-about .item-box .item-title { font-size: 30px; font-size: 3rem; } }

.index-about .item-box .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 28px; margin-top: 16px; }

@media screen and (max-width: 999px) { .index-about .item-box .item-desc { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

@media screen and (max-width: 767px) { .index-about .item-box .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; } }

/* index-about end */
/* latest news start */
.index-lnews { overflow: hidden; padding: 114px 0 0; }

@media screen and (max-width: 1219px) { .index-lnews { padding: 70px 0 0; } }

@media screen and (max-width: 999px) { .index-lnews { padding: 50px 0 0; } }

@media screen and (max-width: 767px) { .index-lnews { padding: 30px 0 0; } }

.index-lnews .box-list { padding: 65px 0 9px; }

@media screen and (max-width: 999px) { .index-lnews .box-list { padding-top: 50px; } }

@media screen and (max-width: 767px) { .index-lnews .box-list { padding-top: 30px; } }

.index-lnews .box-list .list-item { float: left; width: 31.42857%; margin-left: 2.85714%; border: solid 1px #E5E5E5; padding: 17px 18px 22px; margin-bottom: 54px; }

@media screen and (max-width: 999px) { .index-lnews .box-list .list-item { width: 31.33%; margin: 0 1% 30px; padding: 15px 10px; } }

@media screen and (max-width: 640px) { .index-lnews .box-list .list-item { width: 48%; } }

@media screen and (max-width: 400px) { .index-lnews .box-list .list-item { width: 98%; } }

.index-lnews .box-list .item-pics { position: relative; overflow: visible; }

.index-lnews .box-list .item-pics img { display: block; max-width: 404px; width: 100%; margin: 0 auto; }

.index-lnews .box-list .item-date { position: absolute; left: -6px; bottom: 0; width: 81px; height: 81px; background-color: #006600; border: solid 3px #fff; border-radius: 10px; text-align: center; padding: 13px 0 0; }

.index-lnews .box-list .item-date span { display: block; color: #fff; }

.index-lnews .box-list .item-date .item-day { font-family: "Impact"; font-size: 26px; font-size: 2.6rem; }

.index-lnews .box-list .item-date .item-m { font-size: 18px; font-size: 1.8rem; font-family: "OswaldBold"; text-transform: uppercase; margin-top: -5px; }

@media screen and (max-width: 999px) { .index-lnews .box-list .item-date { width: 60px; height: 60px; padding: 8px 0 0; }
  .index-lnews .box-list .item-date .item-day { font-size: 20px; font-size: 2rem; }
  .index-lnews .box-list .item-date .item-m { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .index-lnews .box-list .item-date { width: 40px; height: 40px; padding: 2px 0 0; border-radius: 5px; border-width: 2px; }
  .index-lnews .box-list .item-date .item-day { font-size: 16px; font-size: 1.6rem; }
  .index-lnews .box-list .item-date .item-m { font-size: 12px; font-size: 1.2rem; } }

.index-lnews .box-list .item-title { font-size: 20px; font-size: 2rem; font-weight: bold; text-transform: uppercase; line-height: 28px; margin-top: 25px; }

@media screen and (max-width: 999px) { .index-lnews .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .index-lnews .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }

.index-lnews .box-list .item-desc { margin-top: 12px; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 84px; }

.index-lnews .box-list .item-desc, .index-lnews .box-list .item-desc a { color: #86888A; }

@media screen and (max-width: 999px) { .index-lnews .box-list .item-desc { line-height: 24px; height: 72px; } }

@media screen and (max-width: 767px) { .index-lnews .box-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 5px; } }

.index-lnews .box-list .item-btn { margin-top: 17px; display: inline-block; min-width: 146px; padding: 0 10px; height: 48px; border-radius: 24px; border: solid 1px #006600; font-family: "Impact"; text-align: center; line-height: 46px; font-size: 16px; font-size: 1.6rem; color: #006600; text-transform: uppercase; }

.index-lnews .box-list .item-btn:hover { background-color: #006600; color: #fff; }

@media screen and (max-width: 999px) { .index-lnews .box-list .item-btn { height: 40px; line-height: 40px; border-radius: 20px; } }

@media screen and (max-width: 767px) { .index-lnews .box-list .item-btn { min-width: 120px; height: 32px; line-height: 30px; border-radius: 16px; font-size: 14px; font-size: 1.4rem; } }

/* latest news end */
/* index-contact start */
.index-contact { background-color: #F5F6F6; padding: 61px 0 55px; text-align: center; }

@media screen and (max-width: 767px) { .index-contact { padding: 30px 0; } }

.index-contact .item-left { text-align: left; width: 73.57143%; }

@media screen and (max-width: 999px) { .index-contact .item-left { width: 100%; float: none; } }

.index-contact .item-title { font-family: "Impact"; font-size: 36px; font-size: 3.6rem; text-transform: uppercase; margin-right: 12.42718%; padding-top: 7px; }

.index-contact .item-title, .index-contact .item-title a { color: #006600; }

@media screen and (max-width: 1219px) { .index-contact .item-title { margin-right: 4.85437%; } }

@media screen and (max-width: 999px) { .index-contact .item-title { float: none; margin: 0; padding: 0; text-align: center; font-size: 30px; font-size: 3rem; } }

@media screen and (max-width: 767px) { .index-contact .item-title { font-size: 24px; font-size: 2.4rem; } }

.index-contact .item-desc { overflow: hidden; font-size: 16px; font-size: 1.6rem; line-height: 28px; }

.index-contact .item-desc, .index-contact .item-desc a { color: #000; }

@media screen and (max-width: 999px) { .index-contact .item-desc { margin-top: 15px; } }

@media screen and (max-width: 767px) { .index-contact .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; } }

.index-contact .item-btn { float: right; display: block; width: 248px; height: 55px; line-height: 55px; border-radius: 5px; background-color: #23D5AE; text-align: center; color: #fff; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; }

.index-contact .item-btn .iconfont { font-size: 20px; font-size: 2rem; }

.index-contact .item-btn:hover { background-color: #006600; }

@media screen and (max-width: 999px) { .index-contact .item-btn { float: none; margin: 30px auto 0; display: inline-block; min-width: 220px; padding: 0 10px; width: auto; height: 44px; line-height: 44px; } }

@media screen and (max-width: 767px) { .index-contact .item-btn { min-width: 200px; height: 40px; line-height: 40px; font-size: 14px; font-size: 1.4rem; }
  .index-contact .item-btn .iconfont { font-size: 16px; font-size: 1.6rem; } }

/* index-contact end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 75px 0 75px; }

@media screen and (max-width: 1219px) { .page_wrap { padding: 70px 0; } }

@media screen and (max-width: 999px) { .page_wrap { padding: 50px 0; } }

@media screen and (max-width: 767px) { .page_wrap { padding: 30px 0; } }

/*-------------about start-----------------------------------------------------------------*/
.about-box .box-title { font-size: 24px; font-size: 2.4rem; font-weight: bold; }

@media screen and (max-width: 767px) { .about-box .box-title { font-size: 20px; font-size: 2rem; } }

.about-box .box-body { padding: 27px 0 59px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.about-box .box-body, .about-box .box-body a { color: #555; }

.about-box .box-body img, .about-box .box-body iframe { max-width: 100%; }

@media screen and (max-width: 767px) { .about-box .box-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 20px 0 30px; } }

.about-box .box-list { padding: 18px 0 23px; }

.about-box .box-list img { display: block; margin: 0 auto 7px; }

.about-box .box-list .item-pic { float: left; width: 32.83333%; margin-left: 0.75%; }

.about-box .box-list .item-pic.no_marginl { margin-left: 0 !important; }

@media screen and (max-width: 767px) { .about-box .box-list { padding: 15px 0; } }

/*-------------about end-------------------------------------------------------------------*/
/*-------------products1 start-------------------------------------------------------------*/
/* proslide start */
.proslide { width: 260px; float: left; }

@media screen and (max-width: 999px) { .proslide { width: 100%; margin: 30px auto 0; } }

/* slidenav-title */
.slidenav-title, .slidenav-title1 { font-size: 24px; font-size: 2.4rem; text-transform: uppercase; color: #FFFFFF; line-height: 30px; margin-bottom: 20px; background-color: #006600; text-align: center; position: relative; }

.slidenav-title a, .slidenav-title1 a { color: #FFFFFF; display: block; padding: 12px 10px; }

.slidenav-title a:hover, .slidenav-title1 a:hover { background-color: #23D5AE; }

@media screen and (max-width: 767px) { .slidenav-title, .slidenav-title1 { font-size: 20px; font-size: 2rem; line-height: 24px; }
  .slidenav-title a, .slidenav-title1 a { padding: 8px; } }

@media screen and (max-width: 767px) { .slidenav-title { display: none; } }

.slidenav-title1 { display: none; }

@media screen and (max-width: 767px) { .slidenav-title1 { display: block; } }

.attr-slide { margin-top: 30px; }

/* slidenav-list */
.slidenav-list > li { margin-bottom: 8px; border: solid 1px #D2D2D2; }

.slidenav-list > li > a, .slidenav-list > li > p { cursor: pointer; display: block; width: 100%; line-height: 20px; padding: 10px 10px 10px 48px; background: #EEEEEE url(../image/slide1.png) no-repeat 14px center; position: relative; }

.slidenav-list > li > a:after, .slidenav-list > li > p:after { position: absolute; content: ''; top: 0; bottom: 0; left: 39px; width: 1px; background-color: #D2D2D2; }

.slidenav-list .slidenav-active > a, .slidenav-list > li > a:hover, .slidenav-list .slidenav-active > p, .slidenav-list > li > p:hover { background: #006600 url(../image/slide1_1.png) no-repeat 14px center !important; color: #FFFFFF; }

@media screen and (max-width: 767px) { .slidenav-list { display: none; } }

.slidenav-yiji { padding: 9px 0 9px; border-top: solid 1px #d2d2d2; }

.slidenav-yiji > li:hover > a, .slidenav-yiji .slidenav-active1 > a { color: #006600; }

.slidenav-yiji > li > a, .slidenav-yiji > li > label { cursor: pointer; padding: 5px 10px 5px 48px; line-height: 20px; display: block; }

.slidenav-yiji > li > a input, .slidenav-yiji > li > label input { margin-right: 5px; position: relative; top: 1px; }

.slidenav-erji > li:hover > a, .slidenav-erji .slidenav-active2 > a { color: #006600; }

.slidenav-erji li > a { display: block; padding: 5px 10px 5px 63px; line-height: 20px; color: #666; }

/* proslide end */
/* news-slide start */
.news-slide { margin-top: 32px; margin-bottom: 30px; }

.news-slide .box-title { font-size: 24px; font-size: 2.4rem; line-height: 30px; font-weight: bold; background-color: #006600; text-align: center; text-transform: uppercase; }

.news-slide .box-title a { line-height: 24px; padding: 12px 10px; display: block; }

.news-slide .box-title, .news-slide .box-title a { color: #fff; }

.news-slide .box-title:hover { background-color: #23D5AE; }

@media screen and (max-width: 767px) { .news-slide .box-title { font-size: 20px; font-size: 2rem; }
  .news-slide .box-title a { padding: 8px; } }

.news-slide .box-list { margin-top: 20px; background-color: #EEEEEE; border: solid 1px #ccc; }

.news-slide .box-list .list-item { border-top: solid 1px #ccc; padding: 21px 10px 19px 20px; }

.news-slide .box-list .list-item:first-child { border-top: 0; }

@media screen and (max-width: 767px) { .news-slide .box-list .list-item { padding: 10px; } }

.news-slide .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.news-slide .box-list .item-title .iconfont { color: #006600; margin-right: 5px; font-size: 19px; font-size: 1.9rem; }

.news-slide .box-list .item-desc { margin-top: 7px; line-height: 24px; max-height: 48px; }

.news-slide .box-list .item-desc, .news-slide .box-list .item-desc a { color: #4D4D4D; }

@media screen and (max-width: 767px) { .news-slide .box-list .item-desc { line-height: 24px; max-height: 48px; } }

/* news-slide end */
.pro-main { width: 904px; float: right; }

@media screen and (max-width: 1219px) { .pro-main { width: 680px; } }

@media screen and (max-width: 999px) { .pro-main { width: 100%; } }

/*pro2-list start*/
.pro1-list { padding-bottom: 53px; }

@media screen and (max-width: 999px) { .pro1-list { padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .pro1-list { padding-bottom: 10px; } }

.pro1-list .list-item { float: left; width: 30.97345%; margin-left: 3.53982%; margin-bottom: 34px; background-color: #e5e5e5; padding-bottom: 17px; }

@media screen and (max-width: 999px) { .pro1-list .list-item { width: 31.33%; margin: 0 1% 30px; } }

@media screen and (max-width: 600px) { .pro1-list .list-item { width: 48%; } }

.pro1-list .item-pic { width: 100%; border: solid 2px #e5e5e5; position: relative; }

.pro1-list .item-pic img { display: block; max-width: 500px; margin: 0 auto; max-width: 100%; }

.pro1-list .item-pic:hover { border-color: #006600; }

.pro1-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 13px; line-height: 26px; text-align: center; padding: 0 5px; }

.pro1-list .item-btnbox { margin-top: 5px; padding-left: 22px; }

.pro1-list .item-btnbox input { margin-right: 40px; vertical-align: middle; }

@media screen and (max-width: 1219px) { .pro1-list .item-btnbox input { margin-right: 10px; } }

@media screen and (max-width: 999px) { .pro1-list .item-btnbox { padding-left: 0; text-align: center; } }

.pro1-list .item-btn { display: inline-block; padding: 0 10px; min-width: 127px; height: 30px; line-height: 28px; text-align: center; border: solid 2px #aeaeae; }

.pro1-list .item-btn:hover { border: solid 2px #006600; background-color: #006600; color: #FFFFFF; }

@media screen and (max-width: 767px) { .pro1-list .item-btn { min-width: 100px; } }

/*pro2-list end*/
/*-------------products1 end---------------------------------------------------------------*/
/*-------------products2 start-------------------------------------------------------------*/
.pro2-box { margin-bottom: 88px; }

@media screen and (max-width: 1219px) { .pro2-box { margin-bottom: 70px; } }

@media screen and (max-width: 999px) { .pro2-box { margin-bottom: 50px; } }

@media screen and (max-width: 767px) { .pro2-box { margin-bottom: 30px; } }

.pro2-box .m-propic { margin: 0 auto; width: 496px; float: left; }

.pro2-box .m-propic .provideo-box { border: 2px solid #BBBCBC; border-radius: 0; width: 100%; overflow: hidden; position: absolute; top: 0; left: 0; z-index: 9; }

.pro2-box .m-propic .provideo-box .provideo { position: relative; overflow: hidden; padding-bottom: 100%; height: 0; }

.pro2-box .m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.pro2-box .m-propic .provideo-box .provideo iframe body { margin: 0px !important; }

.pro2-box .m-propic .pic-big { position: relative; float: left; width: 395px; margin-right: 17px; }

.pro2-box .m-propic .big-img { display: block; line-height: 0; font-size: 0; border-radius: 0; border: 2px solid #BBBCBC; }

.pro2-box .m-propic .big-img .zoomPad { float: none; z-index: 8; }

.pro2-box .m-propic .big-img .zoomPad img { border-radius: 0; }

.pro2-box .m-propic .zoomWrapperImage img { max-width: 1200px; }

.pro2-box .m-propic .pic-small { position: relative; float: right; width: 84px; padding: 0; overflow: hidden; }

.pro2-box .m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; width: 100%; cursor: pointer; text-align: center; width: 24px; height: 20px; z-index: 2; background-color: rgba(0, 0, 0, 0.6); color: #fff; line-height: 20px; }

.pro2-box .m-propic .pic-btn.prev { top: 0; }

.pro2-box .m-propic .pic-btn.next { bottom: 0; }

.pro2-box .m-propic .pic-list { height: 396px; overflow: hidden; }

.pro2-box .m-propic .pic-list ul { height: 2000px; }

.pro2-box .m-propic .pic-list .list-item { margin-bottom: 20px; overflow: visible; padding-left: 0; }

.pro2-box .m-propic .pic-list .item-pics, .pro2-box .m-propic .pic-list .item-video { display: block; border-radius: 0; border: 2px solid #BBBCBC; position: relative; overflow: hidden; }

.pro2-box .m-propic .pic-list .item-pics img, .pro2-box .m-propic .pic-list .item-video img { width: 100%; display: block; }

.pro2-box .m-propic .pic-list .item-pics:hover, .pro2-box .m-propic .pic-list .item-pics.active, .pro2-box .m-propic .pic-list .item-video:hover, .pro2-box .m-propic .pic-list .item-video.active { border-color: #006600; }

.pro2-box .m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .pro2-box { /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */ }
  .pro2-box .zoomPad { cursor: default !important; }
  .pro2-box .zoomPup { display: none !important; }
  .pro2-box .zoomWindow { display: none !important; }
  .pro2-box .zoomPreload { display: none !important; }
  .pro2-box .m-propic { max-width: 100%; float: none; margin: 0 auto; }
  .pro2-box .m-propic .pic-big { height: auto; } }

@media screen and (max-width: 767px) { .pro2-box .m-propic1 { display: none; }
  .pro2-box .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .pro2-box .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 24px; height: 24px; }
  .pro2-box .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #006600; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #006600; }
  .pro2-box .m-propic2 .box-btn.prev { left: 0; }
  .pro2-box .m-propic2 .box-btn.next { right: 0; }
  .pro2-box .m-propic2 .box-list { overflow: hidden; }
  .pro2-box .m-propic2 .box-list ul { width: 1000%; }
  .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; border-radius: 0; border: 1px solid #e1e1e1; overflow: hidden; }
  .pro2-box .m-propic2 .list-item img { display: block; } }

@media only screen and (max-width: 640px) { .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 4.8%; } }

@media only screen and (max-width: 480px) { .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 9.8%; } }

.pro2-info { float: right; width: 365px; }

.pro2-info .item-title { margin-top: 18px; line-height: 30px; font-size: 24px; font-size: 2.4rem; }

.pro2-info .item-desc { padding: 17px 0; font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 108px; }

.pro2-info .item-desc, .pro2-info .item-desc a { color: #555; }

.pro2-info .pdf img { display: block; }

.pro2-info .pro-share { margin-top: 31px; }

.pro2-info .pro-share .share-title { font-size: 16px; font-size: 1.6rem; }

.pro2-info .item-btns { padding: 11px 0 0; }

.pro2-info .item-btn { margin-top: 16px; display: block; width: 175px; height: 41px; line-height: 41px; text-align: center; border: solid 1px #006600; color: #006600; font-size: 16px; font-size: 1.6rem; }

.pro2-info .item-btn:hover { background-color: #006600; color: #fff; }

@media only screen and (max-width: 1219px) { .pro2-info { float: none; width: 100%; margin-top: 30px; }
  .pro2-info .item-title { margin-top: 0; }
  .pro2-info .item-desc { min-height: auto; }
  .pro2-info .item-btn { float: left; width: auto; min-width: 175px; padding: 0 10px; }
  .pro2-info .item-btn:first-child { margin-right: 20px; } }

@media only screen and (max-width: 767px) { .pro2-info .item-title { margin-top: 0; font-size: 20px; font-size: 2rem; line-height: 26px; }
  .pro2-info .item-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .pro2-info .pro-share { margin-top: 15px; }
  .pro2-info .pro-share .share-title { font-size: 14px; font-size: 1.4rem; }
  .pro2-info .item-btn { min-width: 120px; height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; } }

.pro2-title { font-size: 30px; font-size: 3rem; font-weight: bold; border-bottom: solid 1px #D2D2D2; position: relative; padding-bottom: 22px; }

.pro2-title a:hover { color: #006600; }

.pro2-title:after { position: absolute; content: ''; width: 67px; height: 3px; background-color: #006600; left: 0; bottom: -2px; }

@media screen and (max-width: 767px) { .pro2-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; } }

.pro2-spec { padding: 39px 0 41px; font-size: 16px; font-size: 1.6rem; line-height: 32px; }

.pro2-spec, .pro2-spec a { color: #555; }

.pro2-spec img, .pro2-spec iframe { max-width: 100%; }

.pro2-spec .table table tr td:first-child { background-color: #ebf4f6; }

.pro2-spec .table table tr td { line-height: 28px; border: solid 1px #dedede; }

.pro2-spec .box-list .item-pic { float: left; width: 30.86283%; margin-left: 3.70575%; }

.pro2-spec .box-list .item-pic.no_marginl { margin-left: 0; }

@media screen and (max-width: 767px) { .pro2-spec { padding: 30px 0; line-height: 24px; font-size: 14px; font-size: 1.4rem; } }

/* hotpro-box start */
.related-box { margin-top: 57px; }

@media screen and (max-width: 999px) { .related-box { margin-top: 50px; } }

@media screen and (max-width: 767px) { .related-box { margin-top: 30px; } }

.related-box .box-title { text-align: center; font-size: 28px; font-size: 2.8rem; font-family: "Impact"; text-transform: uppercase; }

.related-box .box-title, .related-box .box-title a { color: #006600; }

.related-box .box-title a:hover { color: #000; }

@media screen and (max-width: 999px) { .related-box .box-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .related-box .box-title { font-size: 20px; font-size: 2rem; } }

.related-box .box-list .list-item { float: left; width: 31.66667%; margin-left: 2.5%; margin-top: 32px; }

@media screen and (max-width: 999px) { .related-box .box-list .list-item { width: 31.33%; margin: 30px 1% 0; } }

@media screen and (max-width: 480px) { .related-box .box-list .list-item { width: 48%; margin-top: 20px; } }

.related-box .box-list .item-pic { width: 100%; border: solid 1px #f4f4f4; }

.related-box .box-list .item-pic img { display: block; margin: 0 auto; max-width: 390px; width: 100%; }

.related-box .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 26px; margin-top: 21px; text-align: center; }

.related-box .box-list .item-title, .related-box .box-list .item-title a { color: #333; }

@media screen and (max-width: 999px) { .related-box .box-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 10px; } }

@media screen and (max-width: 767px) { .related-box .box-list .item-title { font-size: 16px; font-size: 1.6rem; } }

/* hotpro-box end */
.related-news { margin-top: 57px; }

@media screen and (max-width: 999px) { .related-news { margin-top: 50px; } }

@media screen and (max-width: 767px) { .related-news { margin-top: 30px; } }

.related-news .box-title { text-align: center; font-size: 28px; font-size: 2.8rem; font-family: "Impact"; text-transform: uppercase; }

.related-news .box-title, .related-news .box-title a { color: #006600; }

.related-news .box-title a:hover { color: #000; }

@media screen and (max-width: 999px) { .related-news .box-title { font-size: 24px; font-size: 2.4rem; } }

@media screen and (max-width: 767px) { .related-news .box-title { font-size: 20px; font-size: 2rem; } }

.related-news .box-list .list-item { float: left; width: 31.42857%; margin-left: 2.85714%; border: solid 1px #E5E5E5; padding: 17px 18px 22px; margin-top: 30px; }

@media screen and (max-width: 999px) { .related-news .box-list .list-item { width: 31.33%; margin: 30px 1% 0; padding: 15px 10px; } }

@media screen and (max-width: 640px) { .related-news .box-list .list-item { width: 48%; margin-top: 20px; } }

@media screen and (max-width: 400px) { .related-news .box-list .list-item { width: 98%; } }

.related-news .box-list .item-pics { position: relative; overflow: visible; }

.related-news .box-list .item-pics img { display: block; max-width: 404px; width: 100%; margin: 0 auto; }

.related-news .box-list .item-date { position: absolute; left: -6px; bottom: 0; width: 81px; height: 81px; background-color: #006600; border: solid 3px #fff; border-radius: 10px; text-align: center; padding: 13px 0 0; }

.related-news .box-list .item-date span { display: block; color: #fff; }

.related-news .box-list .item-date .item-day { font-family: "Impact"; font-size: 26px; font-size: 2.6rem; }

.related-news .box-list .item-date .item-m { font-size: 18px; font-size: 1.8rem; font-family: "OswaldBold"; text-transform: uppercase; margin-top: -5px; }

@media screen and (max-width: 999px) { .related-news .box-list .item-date { width: 60px; height: 60px; padding: 8px 0 0; }
  .related-news .box-list .item-date .item-day { font-size: 20px; font-size: 2rem; }
  .related-news .box-list .item-date .item-m { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .related-news .box-list .item-date { width: 40px; height: 40px; padding: 2px 0 0; border-radius: 5px; border-width: 2px; }
  .related-news .box-list .item-date .item-day { font-size: 16px; font-size: 1.6rem; }
  .related-news .box-list .item-date .item-m { font-size: 12px; font-size: 1.2rem; } }

.related-news .box-list .item-title { font-size: 20px; font-size: 2rem; font-weight: bold; text-transform: uppercase; line-height: 28px; margin-top: 25px; }

@media screen and (max-width: 999px) { .related-news .box-list .item-title { font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 767px) { .related-news .box-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }

.related-news .box-list .item-desc { margin-top: 12px; font-size: 16px; font-size: 1.6rem; line-height: 28px; height: 84px; }

.related-news .box-list .item-desc, .related-news .box-list .item-desc a { color: #86888A; }

@media screen and (max-width: 999px) { .related-news .box-list .item-desc { line-height: 24px; height: 72px; } }

@media screen and (max-width: 767px) { .related-news .box-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 5px; } }

.related-news .box-list .item-btn { margin-top: 17px; display: inline-block; min-width: 146px; padding: 0 10px; height: 48px; border-radius: 24px; border: solid 1px #006600; font-family: "Impact"; text-align: center; line-height: 46px; font-size: 16px; font-size: 1.6rem; color: #006600; text-transform: uppercase; }

.related-news .box-list .item-btn:hover { background-color: #006600; color: #fff; }

@media screen and (max-width: 999px) { .related-news .box-list .item-btn { height: 40px; line-height: 40px; border-radius: 20px; } }

@media screen and (max-width: 767px) { .related-news .box-list .item-btn { min-width: 120px; height: 32px; line-height: 30px; border-radius: 16px; font-size: 14px; font-size: 1.4rem; } }

/*-------------products2 end---------------------------------------------------------------*/
/*-------------application1 start----------------------------------------------------------*/
.app1-list { padding-bottom: 54px; }

@media screen and (max-width: 999px) { .app1-list { padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .app1-list { padding-bottom: 10px; } }

.app1-list li { width: 100%; margin-bottom: 45px; }

@media screen and (max-width: 767px) { .app1-list li { margin-bottom: 30px; } }

.app1-list .item-pic { width: 400px; float: left; margin-right: 2.91667%; }

.app1-list .item-pic img { width: 100%; max-width: 400px; display: block; margin: 0 auto; }

@media screen and (max-width: 999px) { .app1-list .item-pic { width: 350px; } }

@media screen and (max-width: 767px) { .app1-list .item-pic { width: 280px; } }

@media screen and (max-width: 530px) { .app1-list .item-pic { width: 100%; max-width: 400px; margin: 0 auto 10px; float: none; } }

.app1-list .item-body { overflow: hidden; }

.app1-list .item-title { margin-top: 33px; font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 30px; }

@media screen and (max-width: 999px) { .app1-list .item-title { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .app1-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 15px; } }

.app1-list .item-desc { line-height: 26px; height: 78px; margin-top: 16px; }

.app1-list .item-desc, .app1-list .item-desc a { color: #555; }

@media screen and (max-width: 767px) { .app1-list .item-desc { line-height: 24px; height: 72px; margin-top: 10px; } }

.app1-list .item-btn { display: inline-block; min-width: 125px; padding: 0  10px; height: 40px; line-height: 40px; border-radius: 20px; text-align: center; border: solid 1px #006600; color: #006600; font-family: "Impact"; text-transform: uppercase; margin-top: 60px; }

.app1-list .item-btn:hover { background-color: #006600; color: #fff; }

@media screen and (max-width: 767px) { .app1-list .item-btn { margin-top: 30px; } }

/*-------------application1 end------------------------------------------------------------*/
/*-------------application2 start----------------------------------------------------------*/
.app2-main > .item-title { text-align: center; font-size: 26px; font-size: 2.6rem; font-weight: bold; line-height: 30px; }

@media screen and (max-width: 767px) { .app2-main > .item-title { font-size: 20px; font-size: 2rem; line-height: 26px; } }

.app2-main .item-date {  margin-top: 28px; }
.app2-main .item-kind {

    margin-top: 20px;
}
.app2-main .item-date .iconfont { margin-right: 5px; vertical-align: middle; }

.app2-main .item-date > span { margin-right: 20px; line-height: 26px; display: inline-block; }

@media screen and (max-width: 767px) { .app2-main .item-date { margin-top: 15px; } }

.app2-main .pro-share { display: inline-block; }

.app2-main .pro-share .share-title { color: #333; }

.app2-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 37px 0 70px; }

.app2-main .item-desc img, .app2-main .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 999px) { .app2-main .item-desc { padding: 30px 0 50px; } }

@media screen and (max-width: 767px) { .app2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 20px 0; } }

/*-------------application2 end------------------------------------------------------------*/
/*-------------news1 start-----------------------------------------------------------------*/
.news1-list { padding: 0 0 58px; }

@media screen and (max-width: 999px) { .news1-list { padding-bottom: 50px; } }

@media screen and (max-width: 767px) { .news1-list { padding-bottom: 30px; } }

.news1-list .list-item { float: left; width: 31.42857%; margin-left: 2.85714%; border: solid 1px #E5E5E5; padding: 14px 15px 18px; margin-bottom: 40px; }

@media screen and (max-width: 999px) { .news1-list .list-item { width: 31.33%; margin: 0 1% 30px; padding: 15px 10px; } }

@media screen and (max-width: 640px) { .news1-list .list-item { width: 48%; } }

@media screen and (max-width: 400px) { .news1-list .list-item { width: 98%; } }

.news1-list .item-pics { position: relative; overflow: visible; }

.news1-list .item-pics img { display: block; max-width: 404px; width: 100%; margin: 0 auto; }

.news1-list .item-date { position: absolute; left: -6px; bottom: 0; width: 71px; height: 71px; background-color: #006600; border: solid 3px #fff; border-radius: 10px; text-align: center; padding: 13px 0 0; }

.news1-list .item-date span { display: block; color: #fff; }

.news1-list .item-date .item-day { font-family: "Impact"; font-size: 22px; font-size: 2.2rem; }

.news1-list .item-date .item-m { font-size: 15px; font-size: 1.5rem; font-family: "OswaldBold"; text-transform: uppercase; margin-top: -5px; }

@media screen and (max-width: 999px) { .news1-list .item-date { width: 60px; height: 60px; padding: 8px 0 0; }
  .news1-list .item-date .item-day { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .news1-list .item-date { width: 40px; height: 40px; padding: 2px 0 0; border-radius: 5px; border-width: 2px; }
  .news1-list .item-date .item-day { font-size: 16px; font-size: 1.6rem; }
  .news1-list .item-date .item-m { font-size: 12px; font-size: 1.2rem; } }

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; font-weight: bold; text-transform: uppercase; line-height: 28px; margin-top: 22px; }

@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; margin-top: 15px; } }

.news1-list .item-desc { margin-top: 6px; line-height: 24px; height: 72px; }

.news1-list .item-desc, .news1-list .item-desc a { color: #86888A; }

@media screen and (max-width: 999px) { .news1-list .item-desc { line-height: 24px; height: 72px; } }

@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 5px; } }

.news1-list .item-btn { margin-top: 17px; display: inline-block; min-width: 126px; padding: 0 10px; height: 40px; border-radius: 20px; border: solid 1px #006600; font-family: "Impact"; text-align: center; line-height: 38px; color: #006600; text-transform: uppercase; }

.news1-list .item-btn:hover { background-color: #006600; color: #fff; }

@media screen and (max-width: 767px) { .news1-list .item-btn { min-width: 120px; height: 32px; line-height: 30px; border-radius: 16px; font-size: 14px; font-size: 1.4rem; } }

/*-------------news1 end-------------------------------------------------------------------*/
/*-------------news2 start-----------------------------------------------------------------*/
.news2-main > .item-title { font-size: 26px; font-size: 2.6rem; font-weight: bold; line-height: 30px; }

@media screen and (max-width: 767px) { .news2-main > .item-title { font-size: 20px; font-size: 2rem; line-height: 26px; } }

.news2-main .item-date { margin-top: 28px; }

.news2-main .item-date .iconfont { margin-right: 5px; vertical-align: middle; }

.news2-main .item-date > span { margin-right: 20px; line-height: 26px; display: inline-block; }

@media screen and (max-width: 767px) { .news2-main .item-date { margin-top: 15px; } }

.news2-main .pro-share { display: inline-block; }

.news2-main .pro-share .share-title { color: #333; }

.news2-main .item-kind { font-size: 0; letter-spacing: 0; margin-top: 20px; }

.news2-main .item-kind > * { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; color: #666; margin-right: 20px; }

@media screen and (max-width: 991px) { .news2-main .item-kind { margin-top: 15px; }
  .news2-main .item-kind > * { font-size: 14px; font-size: 1.4rem; margin: 0 10px; } }

@media screen and (max-width: 767px) { .news2-main .item-kind { margin-top: 10px; }
  .news2-main .item-kind > * { font-size: 12px; font-size: 1.2rem; margin: 0 8px; } }

.news2-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; padding: 37px 0 70px; }

.news2-main .item-desc img, .news2-main .item-desc iframe { max-width: 100%; }

@media screen and (max-width: 999px) { .news2-main .item-desc { padding: 30px 0 50px; } }

@media screen and (max-width: 767px) { .news2-main .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 20px 0; } }

/*-------------news2 end-------------------------------------------------------------------*/
/*-------------download start--------------------------------------------------------------*/
.download-list { overflow: hidden; padding-bottom: 57px; }

@media screen and (max-width: 999px) { .download-list { padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .download-list { padding-bottom: 10px; } }

.download-list .list-item { background: url(../image/down_bg.png) repeat-x bottom; position: relative; padding-right: 240px; padding-bottom: 30px; margin-bottom: 33px; }

@media screen and (max-width: 767px) { .download-list .list-item { padding-right: 0; } }

.download-list .item-btnbox { position: absolute; right: 0; top: 30px; }

@media screen and (max-width: 767px) { .download-list .item-btnbox { position: relative; top: auto; right: auto; text-align: center; margin-top: 20px; } }

.download-list .item-icon { display: inline-block; margin-right: 20px; }

.download-list .item-icon .iconfont { font-size: 28px; font-size: 2.8rem; color: #006600; vertical-align: middle; }

.download-list .item-icon .iconfont:hover { color: #333; }

@media screen and (max-width: 767px) { .download-list .item-icon { float: none; } }

.download-list .item-btn { display: inline-block; min-width: 120px; padding: 0 8px; height: 28px; line-height: 26px; border-radius: 14px; text-align: center; border: 1px solid #006600; color: #006600; text-transform: uppercase; }

.download-list .item-btn:hover { background-color: #006600; color: #FFFFFF; }

@media screen and (max-width: 767px) { .download-list .item-btn { float: none; } }

.download-list .item-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 30px; min-height: 30px; }

@media screen and (max-width: 767px) { .download-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 24px; min-height: 24px; } }

.download-list .item-desc { line-height: 24px; margin-top: 8px; min-height: 24px; }

@media screen and (max-width: 767px) { .download-list .item-desc { margin-top: 5px; } }

/*-------------download end----------------------------------------------------------------*/
/*-------------contact  start--------------------------------------------------------------*/
.contact-box .box-title { text-align: center; font-size: 24px; font-size: 2.4rem; font-weight: bold; line-height: 30px; color: #000; margin-bottom: 41px; }

@media screen and (max-width: 767px) { .contact-box .box-title { font-size: 20px; font-size: 2rem; margin-bottom: 20px; line-height: 24px; } }

.contact-box .item-form .attachment { float: left; width: 100%; position: relative; padding-left: 22px; margin-bottom: 28px; }

@media screen and (max-width: 991px) { .contact-box .item-form .attachment { margin-bottom: 20px; } }

.contact-box .item-form .attachment span { float: left; }

.contact-box .item-form .attachment #file-name { padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.contact-box .item-form .attachment .file-group { float: left; width: 49.16667%; height: 34px; line-height: 34px; background-color: #006600; position: relative; overflow: hidden; }

@media screen and (max-width: 767px) { .contact-box .item-form .attachment .file-group { width: 100%; } }

.contact-box .item-form .attachment .file-group .file-btn { border-radius: 0; width: 100%; height: 100%; background-color: #006600; color: #FFFFFF; border: 0; }

.contact-box .item-form .attachment .file-group .file-single { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.contact-box .item-form .attachment .file-group .file { width: 100%; height: 100%; opacity: 0; cursor: pointer; position: absolute; left: 0; top: 0; z-index: 111; }

.contact-box .item-form .attachment .file-group .file-name-p { overflow: hidden; height: 34px; line-height: 34px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.contact-box .item-form .attachment .file-group .file-name-p i { cursor: pointer; }

.contact-box .item-form .attachment .file-group .file-name-p span { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.contact-box .item-form .star { background: url(../image/star.png) no-repeat 7px center; }

.contact-box .item-form .item-input { float: left; width: 49.16667%; padding-left: 22px; margin-bottom: 21px; }

.contact-box .item-form .item-input:nth-child(even) { float: right; }

.contact-box .item-form .item-input1 { padding-left: 22px; margin-bottom: 21px; }

.contact-box .item-form .item-input1.star { background-position-y: 18px; }

.contact-box .item-form input, .contact-box .item-form textarea { display: block; background-color: #fff; width: 100%; display: block; color: #666; border: solid 1px #CCCCCC; }

.contact-box .item-form input { height: 34px; line-height: 32px; padding: 0 13px; }

.contact-box .item-form textarea { height: 133px; padding: 5px 13px; line-height: 24px; }

.contact-box .item-form .item-code { width: 376px; margin-right: 52px; }

.contact-box .item-form .item-img { width: 115px; }

.contact-box .item-form .item-img img { display: block; margin: 0 auto; cursor: pointer; }

.contact-box .item-form .item-btn { float: right; width: 323px; padding: 0; }

.contact-box .item-form .item-btn input { cursor: pointer; border-color: #006600; background-color: #006600; color: #fff; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; }

.contact-box .item-form .item-btn input:hover { background-color: #333; border-color: #333; }

@media screen and (max-width: 999px) { .contact-box .item-form .item-code { width: 250px; margin-right: 15px; }
  .contact-box .item-form .item-btn { width: 250px; margin-left: 15px; float: left; } }

@media screen and (max-width: 767px) { .contact-box .item-form .item-input, .contact-box .item-form .item-input1 { width: 100%; margin-bottom: 15px; }
  .contact-box .item-form .input1 { padding-right: 0; }
  .contact-box .item-form .item-code { width: -webkit-calc(100% - 120px); width: -moz-calc(100% - 120px); width: calc(100% - 120px); margin-right: 0; }
  .contact-box .item-form .item-img { float: right; margin-left: 0; }
  .contact-box .item-form .item-btn { margin-left: 0; width: 100%; padding-left: 22px; } }

.map { padding-top: 33px; }

.map img { display: block; margin: 0 auto; }

@media screen and (max-width: 767px) { .map { padding-top: 20px; } }

/*-------------contact  end----------------------------------------------------------------*/
.pro1-top { margin-bottom: 20px; }

.pro1-top .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; border-bottom: solid 1px #ccc; color: #006600; line-height: 30px; padding: 0 0 10px; text-transform: uppercase; }

.pro1-top .item-desc { line-height: 26px; margin: 10px 0; font-size: 16px; font-size: 1.6rem; }

@media only screen and (max-width: 767px) { .pro1-top .item-title { font-size: 20px; font-size: 2rem; line-height: 24px; }
  .pro1-top .item-desc { font-size: 14px; font-size: 1.4rem; } }

.pro1-spec { overflow: hidden; }

.more-btn { float: right; text-transform: uppercase; margin-bottom: 20px; cursor: pointer; text-decoration: underline; }

.more-btn:hover { color: #006600; }

/* slide-tags start*/
.slide-tags { margin: 50px 0 0; }

.slide-tags.slide-tagspro2 { margin: 0 0 30px; }

.slide-tags .box-title { font-size: 24px; font-size: 2.4rem; margin-bottom: 20px; }

.slide-tags .box-list a { float: left; line-height: 30px; margin-right: 30px; font-size: 16px; font-size: 1.6rem; }

.slide-tags .box-list a:hover { color: #006600; }

/* slide-tags end*/
.faq-list { padding-bottom: 35px; }

@media screen and (max-width: 999px) { .faq-list { padding-bottom: 30px; } }

@media screen and (max-width: 767px) { .faq-list { padding-bottom: 15px; } }

.faq-list .list-item { margin-bottom: 30px; }

.faq-list .list-item:first-child .item-desc { display: block; }

@media screen and (max-width: 1219px) { .faq-list .list-item { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .faq-list .list-item { margin-bottom: 15px; } }

.faq-list .item-title { background-color: #f2f2f2; line-height: 26px; font-size: 16px; font-size: 1.6rem; padding: 10px 40px 10px 30px; cursor: pointer; position: relative; }

@media screen and (max-width: 1219px) { .faq-list .item-title { padding: 8px 40px 8px 15px; } }

@media screen and (max-width: 767px) { .faq-list .item-title { font-size: 14px; font-size: 1.4rem; padding: 5px 28px 5px 10px; } }

.faq-list .item-title:before { position: absolute; content: '\e725'; font-family: "iconfont" !important; font-size: 16px; font-size: 1.6rem; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; right: 19px; }

@media screen and (max-width: 767px) { .faq-list .item-title:before { right: 10px; } }

.faq-list .item-title.active { background-color: #006600; color: #fff; }

.faq-list .item-title.active:before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.faq-list .item-desc { display: none; padding: 18px 30px 0; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.faq-list .item-desc p { min-height: 30px; }

@media screen and (max-width: 1219px) { .faq-list .item-desc { padding: 15px 15px 0; line-height: 26px; }
  .faq-list .item-desc p { min-height: 26px; } }

@media screen and (max-width: 999px) { .faq-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .faq-list .item-desc p { min-height: 24px; } }

@media screen and (max-width: 767px) { .faq-list .item-desc { padding: 10px 10px 0; font-size: 12px; font-size: 1.2rem; line-height: 20px; }
  .faq-list .item-desc p { min-height: 20px; } }

/* video-list start */
.video-list { font-size: 0; letter-spacing: 0; padding-bottom: 20px; /* .item-videobox start */ /* .item-videobox end */ }

@media screen and (max-width: 767px) { .video-list { padding-bottom: 10px; } }

.video-list .list-item { display: inline-block; vertical-align: top; width: 29.83333%; margin-left: 5.25%; margin-bottom: 34px; }

.video-list .list-item:nth-child(3n+1) { margin-left: 0; }

@media screen and (max-width: 999px) { .video-list .list-item { width: 32%; margin-left: 2%; bottom: 25px; } }

@media screen and (max-width: 640px) { .video-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

@media screen and (max-width: 400px) { .video-list .list-item { width: 98%; } }

.video-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; border-radius: 0; }

.video-list .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 74.86034%; height: 0; }

.video-list .item-videobox .item-video iframe, .video-list .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.video-list .item-videobox .item-video iframe body { margin: 0px !important; }

.video-list .item-pic { border-radius: 0; }

.video-list .video-play { cursor: pointer; }

.video-list .item-title { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 1.2; margin-top: 15px; }

@media screen and (max-width: 1219px) { .video-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }

@media screen and (max-width: 767px) { .video-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 8px; } }

/* video-list end */
.video-backdrop { display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.7); z-index: 999999999999999999999999999; /* .item-videobox start */ /* .item-videobox end */ }

.video-backdrop .item-close { position: absolute; right: 2.60417%; top: 2.60417%; color: #fff; font-size: 36px; font-size: 3.6rem; cursor: pointer; }

@media screen and (max-width: 767px) { .video-backdrop .item-close { font-size: 26px; font-size: 2.6rem; } }

.video-backdrop .item-videobox { overflow: hidden; max-width: 600px; border-radius: 0; position: absolute; top: 50%; left: 50%; width: 95%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.video-backdrop .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 75%; height: 0; }

.video-backdrop .item-videobox .item-video iframe, .video-backdrop .item-videobox .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.video-backdrop .item-videobox .item-video iframe body { margin: 0px !important; }

.cer-list { font-size: 0; letter-spacing: 0; padding-bottom: 10px; }

.cer-list .list-item { display: inline-block; vertical-align: top; width: 31.08333%; margin-left: 3.375%; margin-bottom: 33px; }

.cer-list .list-item:nth-child(3n+1) { margin-left: 0; }

@media screen and (max-width: 767px) { .cer-list .list-item { margin-bottom: 30px; } }

@media screen and (max-width: 400px) { .cer-list .list-item { width: 48%; margin-left: 1% !important; margin-right: 1%; margin-bottom: 20px; } }

.cer-list .item-pics { position: relative; padding-bottom: 100%; border: solid 1px #f0f0f0; }

.cer-list .item-pics img { max-width: 100% !important; max-height: 100% !important; }

.cer-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.cer-list .item-backdrop .iconfont { display: inline-block; width: 50px; height: 50px; border-radius: 50%; background-color: #fff; line-height: 50px; font-size: 24px; font-size: 2.4rem; color: #006600; position: relative; }

@media screen and (max-width: 999px) { .cer-list .item-backdrop { display: none; } }

.cer-list .item-title { font-size: 16px; font-size: 1.6rem; text-align: center; line-height: 1.2; margin-top: 16px; }

@media screen and (max-width: 1219px) { .cer-list .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 999px) { .cer-list .item-title { margin-top: 15px; } }

@media screen and (max-width: 767px) { .cer-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }

.cer-scroll { position: relative; overflow: hidden; }

.cer-scroll .scroll-btns { font-size: 0; letter-spacing: 0; text-align: center; margin-top: 20px; }

.cer-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 28px; font-size: 2.8rem; color: #006600; }

.cer-scroll .scroll-btns .scroll-btn:hover { color: #000; }

@media screen and (max-width: 999px) { .cer-scroll .scroll-btns .scroll-btn { font-size: 28px; font-size: 2.8rem; } }

@media screen and (max-width: 767px) { .cer-scroll .scroll-btns .scroll-btn { font-size: 24px; font-size: 2.4rem; } }

.cer-scroll .scroll-btns .prev { margin-right: 20px; }

@media screen and (max-width: 999px) { .cer-scroll .scroll-btns .prev { margin-right: 20px; } }

@media screen and (max-width: 767px) { .cer-scroll .scroll-btns .prev { margin-right: 10px; } }

.cer-scroll .scroll-list-box { width: 100%; overflow: hidden; }

.cer-scroll .scroll-list { width: 10000%; }

.cer-scroll .scroll-list .list-item { float: left; width: 0.23083%; margin-right: 0.02556%; }

@media screen and (max-width: 1219px) { .cer-scroll .scroll-list .list-item { width: 0.235%; margin-right: 0.02%; } }

@media screen and (max-width: 767px) { .cer-scroll .scroll-list .list-item { width: 0.32%; } }

@media screen and (max-width: 480px) { .cer-scroll .scroll-list .list-item { width: 0.49%; } }

.cer-scroll .scroll-list .item-pics { position: relative; padding-bottom: 100%; border: solid 1px #fff; }

.cer-scroll .scroll-list .item-pics img { max-width: 100% !important; max-height: 100% !important; }

.cer-scroll .scroll-list .item-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; }

.cer-scroll .scroll-list .item-backdrop:before { background-color: #000; opacity: 0.5; filter: alpha(opacity=50); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }

.cer-scroll .scroll-list .item-backdrop .iconfont { font-size: 36px; font-size: 3.6rem; color: #fff; position: relative; }

@media screen and (max-width: 999px) { .cer-scroll .scroll-list .item-backdrop { display: none; } }

.cer-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; text-align: center; line-height: 1.2; margin-top: 15px; }

@media screen and (max-width: 1219px) { .cer-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 999px) { .cer-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .cer-scroll .scroll-list .item-title { font-size: 12px; font-size: 1.2rem; margin-top: 10px; } }

.index-probox, .index-video, .index-faq, .index-cer, .index-download { padding-bottom: 50px; }

@media screen and (max-width: 767px) { .index-probox, .index-video, .index-faq, .index-cer, .index-download { padding-bottom: 30px; } }

.index-probox .index-title, .index-video .index-title, .index-faq .index-title, .index-cer .index-title, .index-download .index-title { margin-bottom: 30px; }

@media screen and (max-width: 767px) { .index-probox .index-title, .index-video .index-title, .index-faq .index-title, .index-cer .index-title, .index-download .index-title { margin-bottom: 20px; } }

.index-probox .faq-list, .index-probox .download-list, .index-probox .video-list, .index-probox .cer-list, .index-video .faq-list, .index-video .download-list, .index-video .video-list, .index-video .cer-list, .index-faq .faq-list, .index-faq .download-list, .index-faq .video-list, .index-faq .cer-list, .index-cer .faq-list, .index-cer .download-list, .index-cer .video-list, .index-cer .cer-list, .index-download .faq-list, .index-download .download-list, .index-download .video-list, .index-download .cer-list { padding-bottom: 0; }

/*.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 { -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: #006600; 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; -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: arial; }

.phone_nav .nav > ul > li .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../image/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: arial; }

.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: arial; }

.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: arial; }

.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: arial; }

.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: #006600; }

@media screen and (min-width: 1000px) { .phone_nav, .nav { display: none !important; } }

.slide { position: relative; }

.slide .carouse { width: 100%; overflow: hidden; position: relative; }

.slide .carouse .slideItem { width: 100%; position: absolute; cursor: pointer; }

.slide video { position: absolute; display: block; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); min-width: 101%; min-height: 100%; max-width: none; -o-object-fit: cover; object-fit: cover; -o-object-position: 50% 50%; object-position: 50% 50%; display: none \9; display: block \9\0; }

.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 { display: none; position: absolute; top: 50%; width: 60px; height: 60px; z-index: 999; margin-top: -30px; }

.slide .carousel-control .iconfont { font-size: 60px; font-size: 6rem; color: #fff; }

.slide .carousel-control:hover .iconfont { color: #F20000; }

.slide .carousel-control.left { left: 120px; cursor: pointer; }

.slide .carousel-control.right { right: 120px; cursor: pointer; }

.slide .dotList { display: none; position: absolute; width: 100%; bottom: 30px; text-align: center; line-height: 0; }

.slide .dotList li { display: inline-block; cursor: pointer; background-color: #fff; font-size: 0px; margin: 0 8px; border: none; outline: none; width: 25px; height: 25px; border-radius: 50%; }

.slide .dotList li.active { background: #006600; }

@media screen and (max-width: 999px) { .slide .carousel-control { display: none; }
  .slide .dotList { display: block; bottom: 15px; }
  .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: 12px; height: 12px; } }

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1419px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:999px) {	}
@media screen and (max-width:767px) {	}

@font-face {
    font-family: 'Impact';
    src: url('../font/Impact.eot');
    src: url('../font/Impact.eot') format('embedded-opentype'),
         url('../font/Impact.woff2') format('woff2'),
         url('../font/Impact.woff') format('woff'),
         url('../font/Impact.ttf') format('truetype'),
         url('../font/Impact.svg') format('svg');
}

@font-face {
    font-family: 'OswaldBold';
    src: url('../font/OswaldBold.eot');
    src: url('../font/OswaldBold.eot') format('embedded-opentype'),
         url('../font/OswaldBold.woff2') format('woff2'),
         url('../font/OswaldBold.woff') format('woff'),
         url('../font/OswaldBold.ttf') format('truetype'),
         url('../font/OswaldBold.svg') format('svg');
}


@font-face {
  font-family: "iconfont"; /* Project id 2774885 */
  src: url('../font/iconfont-1630141282109.woff2') format('woff2'),
       url('../font/iconfont-1630141282109.woff') format('woff'),
       url('../font/iconfont-1630141282109.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-iconset0157:before {
  content: "\e638";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-liebiao1:before {
  content: "\e611";
}

.icon-left3:before {
  content: "\e714";
}

.icon-right3:before {
  content: "\e715";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-download2:before {
  content: "\e7a1";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-email:before {
  content: "\e7c5";
}

.icon-skype:before {
  content: "\e7c9";
}

.icon-top10:before {
  content: "\e7ee";
}

.icon-bottom10:before {
  content: "\e7ef";
}

.icon-left10:before {
  content: "\e7f0";
}

.icon-right10:before {
  content: "\e7f1";
}

.icon-VK:before {
  content: "\e686";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-up25:before {
  content: "\e785";
}

.icon-left25:before {
  content: "\e788";
}

.icon-right25:before {
  content: "\e789";
}

.icon-liebiao:before {
  content: "\e834";
}

.icon-icon-test9:before {
  content: "\e64f";
}

.icon-icon-test10:before {
  content: "\e651";
}

.icon-icon-test12:before {
  content: "\e653";
}

.icon-list:before {
  content: "\e671";
}

.icon-vk:before {
  content: "\e735";
}

.icon-yuanxingjiantouxiangyouzuo:before {
  content: "\e60c";
}

.icon-yuanxingjiantouxiangyou:before {
  content: "\e613";
}

.icon-shixinyuanxingjiantoushang1:before {
  content: "\e93f";
}

.icon-shixinyuanxingjiantouxia1:before {
  content: "\e942";
}

.icon-yuanxingjiantouyou:before {
  content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
  content: "\e968";
}
.slidenav-title .box-title, .slidenav-title1 .box-title { font-size: 24px; font-size: 2.4rem; line-height: 30px; font-weight: bold; background-color: #006600; text-align: center; text-transform: uppercase; }

.slidenav-title .box-title, .slidenav-title1 .box-title { line-height: 24px; padding: 12px 10px; display: block; }
.slide .carousel-control {display: block; position: absolute; top: 50%; z-index: 999; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); margin: 0; width: auto; height: auto; }

@media screen and (max-width: 999px) { .slide .carousel-control { display: none; } }

.slide .carousel-control .iconfont { display: block; line-height: 1; font-size: 60px; font-size: 6rem; color: #006600; }

@media screen and (max-width: 1219px) { .slide .carousel-control .iconfont { font-size: 44px; font-size: 4.4rem; } }

.slide .carousel-control:hover .iconfont { color: #23D5AE; }

.slide .carousel-control.left { left: 80px; cursor: pointer; }

.slide .carousel-control.right { right: 80px; cursor: pointer; }

