.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}


.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}


.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}



.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}

.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}

.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay { display: none; opacity: 0; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background-color: #222; background-color: rgba(0, 0, 0, 0.8); -webkit-transition: opacity .5s ease; -o-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease; z-index: 99999999999999999999999999999999999999; }

#baguetteBox-overlay.visible { opacity: 1; }

#baguetteBox-overlay .full-image { display: inline-block; position: relative; width: 100%; height: 100%; text-align: center; }

#baguetteBox-overlay .full-image figure { display: inline; margin: 0; height: 100%; }

#baguetteBox-overlay .full-image img { display: inline-block; width: auto; height: auto; max-height: 100%; max-width: 100%; vertical-align: middle; -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption { display: block; position: absolute; bottom: 0; width: 100%; text-align: center; line-height: 1.8; color: #ccc; background-color: #000; background-color: rgba(0, 0, 0, 0.6); font-family: Verdana, Geneva, sans-serif; }

#baguetteBox-overlay .full-image:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

#baguetteBox-slider { position: absolute; left: 0; top: 0; height: 100%; width: 100%; white-space: nowrap; -webkit-transition: left .4s ease, -webkit-transform .4s ease; transition: left .4s ease, -webkit-transform .4s ease; -o-transition: left .4s ease, -o-transform .4s ease; -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease; transition: left .4s ease, transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease; transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease; }

#baguetteBox-slider.bounce-from-right { -webkit-animation: bounceFromRight .4s ease-out; -moz-animation: bounceFromRight .4s ease-out; animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left { -webkit-animation: bounceFromLeft .4s ease-out; -moz-animation: bounceFromLeft .4s ease-out; animation: bounceFromLeft .4s ease-out; }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button { top: 50%; top: -webkit-calc(50% - 30px); top: -moz-calc(50% - 30px); top: calc(50% - 30px); width: 44px; height: 60px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; border-radius: 15%; background-color: #323232; background-color: rgba(50, 50, 50, 0.5); color: #ddd; font: 1.6em sans-serif; -webkit-transition: background-color .4s ease; -o-transition: background-color .4s ease; -moz-transition: background-color .4s ease; transition: background-color .4s ease; }

.baguetteBox-button:hover { background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button { right: 2%; display: block !important; }

.baguetteBox-button#previous-button { left: 2%; display: block !important; }

.baguetteBox-button#close-button { top: 20px; right: 2%; right: -webkit-calc(2% + 6px); right: -moz-calc(2% + 6px); right: calc(2% + 6px); width: 30px; height: 30px; }

.baguetteBox-button svg { position: absolute; left: 0; top: 0; }

/*# sourceMappingURL=baguetteBox.css.map */

@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

body { color: #333; font-family: arial; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; }

img { border: none; }

ul li { list-style-type: none; }

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: #333; outline: none; transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; }

h1 { margin: 0; padding: 0; font-weight: normal; }

input, textarea { font-family: arial; font-size: 14px; font-size: 1.4rem; border: none; outline: none; }

img { max-width: 100%; border: 0px solid #ccc; }

embed, video { max-width: 100%; }

input, textarea { border: none; background: none; font-family: inherit; }

input[type="submit"], textarea[type="submit"] { cursor: pointer; }

input[type="checkbox"], textarea[type="checkbox"] { cursor: pointer; }

input[type="radio"], textarea[type="radio"] { cursor: pointer; }

input:focus, textarea:focus { outline: none; }

textarea { resize: none; }

.pull-left { float: left; }

.pull-right { float: right; }

.clear { clear: both; }

.fix { *zoom: 1; }

.fix:after, .fix:before { display: block; content: "clear"; height: 0; clear: both; overflow: hidden; visibility: hidden; }

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

input, textarea { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }

::-webkit-input-placeholder { color: #666; opacity: 1; }

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

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

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

/* Internet Explorer 10+ */
.self-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.self-ellipsis-2 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.self-ellipsis-3 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.self-ellipsis-4 { display: -webkit-box; overflow: hidden; white-space: normal !important; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.relative { position: relative; }

.absolute { position: absolute; }

.common-vc { position: absolute; top: 50%; transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); }

.common-hc { position: absolute; left: 50%; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); }

.common-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }

.text-right { text-align: right; }

.text-left { text-align: left; }

.nlazy { min-width: 20%; }

/**/
[class*="-item"] .item-pic, [class*="-item"] .item-pics { position: relative; display: block; text-align: center; overflow: hidden; }

[class*="-item"] .item-pic img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

[class*="-item"] .item-pic:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

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

[class*="-item"] .item-title a:hover { color: #009CFF !important; }

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

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

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

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

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

/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
.wp { width: 1200px; margin: auto; }

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

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

@media screen and (max-width: 999px) { .wp { width: 95%; margin: auto; } }

@media screen and (min-width: 1220px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

@media screen and (min-width: 1000px) and (max-width: 1219px) { .no_marginr { margin-right: auto !important; }
  .no_marginl { margin-left: auto !important; } }

/*-------------table start-------------------------------------------------------------------*/
.table table { width: 100%; border-collapse: collapse; line-height: 22px; border: 1px solid #ccc; }

.table table tr td { padding: 3px; border: 1px solid #ccc; }

@media screen and (max-width: 1000px) { .table { width: 100%; overflow: scroll; }
  .table table { width: 885px; } }

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn { display: none; width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; cursor: pointer; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.proslide_menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #FFFFFF; }

@media screen and (max-width: 767px) { .proslide_menubtn { display: block; } }

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; }

.page a { display: inline-block; background-color: #CECECE; color: #333; width: 25px; height: 25px; line-height: 25px; border-radius: 50%; margin: 0 3px 10px; }

.page a.prev, .page a.next { width: 70px; font-size: 12px; font-size: 1.2rem; background-color: transparent !important; color: #333; }

.page a.prev:hover, .page a.next:hover { color: #009CFF; }

.page a.prev { text-align: left; }

.page a:hover, .page a.page-active { border-color: #009CFF; background-color: #009CFF; color: #FFFFFF; }

@media only screen and (max-width: 767px) { .page a.prev, .page a.next { text-align: center !important; } }

.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(../images/af-bg.png) no-repeat left center; padding-left: 30px; margin-left: 13px; font-size: 16px; font-size: 1.6rem; color: #4B4B4B; letter-spacing: 0.5px; }

.page .add-form .add-btn { margin-left: 18px; font-size: 14px; font-size: 1.4rem; padding: 0 15px; text-align: left; /*width: 170px;*/ height: 32px; line-height: 30px; background-color: #009CFF; 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; margin-left: 0; font-size: 14px; font-size: 1.4rem; padding-left: 25px; }
  .page .add-form .add-btn { width: 140px; height: 28px; line-height: 26px; margin-left: 5px; } }

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc { position: fixed; z-index: 999; right: 0; width: 69px; }

.contact-pc li { position: relative; width: 100%; height: 69px; border-radius: 5px; margin-bottom: 2px; }

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 69px; cursor: pointer; }

.contact-pc li .ewm { position: absolute; bottom: 0; left: 125px; max-width: 120px; width: 120px; height: 120px; }

.contact-pc li.ewm-box:hover .ewm { left: -125px; }

.c1 { background: #eee; }

.c1 .iconfont { color: #09A8FA; font-size: 30px; font-size: 3rem; }

.c2 { background: #eee; }

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

.c3 { background: #eee; }

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

.c4 { background: #eee; }

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

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

.contact-phone li { width: 25%; height: 100%; float: left; position: relative; }

.contact-phone li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 50px; cursor: pointer; }

.contact-phone li .ewm { position: absolute; bottom: 50px; right: 0; display: none; max-width: 120px; width: 120px; height: 120px; }

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

/*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: 44px; background: url(../images/back-top.png) no-repeat center; }

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { padding: 40px 0 0; border-top: solid 1px #d2d2d2; }

.m-oths .oths-item { line-height: 26px; }

.m-oths .oths-item, .m-oths .oths-item a { color: #333; }

.m-oths .oths-item .item-name { color: #888; text-transform: uppercase; }

.m-oths .oths-item a:hover { color: #009CFF; }

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

.m-oths .iconfont { font-size: 26px; font-size: 2.6rem; color: #CECECE; vertical-align: middle; margin-right: 5px; }

@media only screen and (max-width: 767px) { .m-oths { padding: 20px 0 0; }
  .oths-item-1 { margin-bottom: 10px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { background-color: #CECECE; line-height: 24px; padding: 11px 0; overflow: hidden; }

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

.bread a:hover, .bread .bread-active { color: #009CFF; }

@media only screen and (max-width: 767px) { .bread { padding: 8px 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-top: 9px; }

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

.search .search-icon { cursor: pointer; display: block; font-size: 19px; font-size: 1.9rem; color: #333; }

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

.search .search-box .iconfont { font-size: 16px; font-size: 1.6rem; color: #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 { padding: 15px 0 0; }

.header .h-top .h-follow { margin-left: 10px; }

.header .h-top .h-follow a { margin-left: 8px; float: left; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.header .h-top .h-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

.header .h-top .h-follow .iconfont { color: #999; font-size: 33px; font-size: 3.3rem; }

.header .h-top .item-p { line-height: 34px; padding-right: 32px; font-size: 16px; font-size: 1.6rem; }

.header .h-top .item-p, .header .h-top .item-p a { color: #999; }

.header .h-top .item-p a:hover { color: #009CFF; }

.header .h-top .item-p .iconfont { margin-right: 10px; color: #999; vertical-align: middle; }

.header .h-top .item-p .icon-phone { font-size: 21px; font-size: 2.1rem; }

.header .h-top .item-p .icon-email11 { font-size: 26px; font-size: 2.6rem; }

@media screen and (max-width: 1219px) { .header .h-top .h-follow { margin-left: 0; }
  .header .h-top .h-follow a { margin-left: 5px; } }

@media screen and (max-width: 999px) { .header .h-top .h-follow .iconfont { font-size: 30px; font-size: 3rem; }
  .header .h-top .item-p { padding-right: 10px; font-size: 14px; font-size: 1.4rem; }
  .header .h-top .item-p .iconfont { font-size: 16px; font-size: 1.6rem; margin-right: 5px; } }

@media screen and (max-width: 850px) { .header .h-top .item-p { display: none; } }

@media screen and (max-width: 767px) { .header .h-top { display: none; } }

.header .wp { padding-left: 240px; }

@media screen and (max-width: 999px) { .header .wp { padding-left: 210px; } }

@media screen and (max-width: 850px) { .header .wp { padding-left: 190px; } }

@media screen and (max-width: 767px) { .header .wp { padding: 10px 0 0; } }

.header .logo { display: block; position: absolute; left: 0; top: 10px; width: 220px; }

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

@media screen and (max-width: 850px) { .header .logo { width: 180px; } }

@media screen and (max-width: 767px) { .header .logo { position: relative; top: auto; left: auto; margin: 0 auto 10px; width: 150px; } }

.header .h-bot { padding: 13px 0 9px; }

@media screen and (max-width: 850px) { .header .h-bot { padding: 0 0 9px; } }

@media screen and (max-width: 767px) { .header .h-bot { padding: 0; } }

.header .navlist { float: right; margin-right: 28px; }

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

.header .navlist > li:first-child { margin-left: 0; }

.header .navlist > li > a { font-size: 18px; font-size: 1.8rem; font-weight: bold; text-transform: capitalize; display: block; position: relative; line-height: 36px; border-bottom: solid 5px transparent; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { border-bottom-color: #009CFF; }

@media screen and (max-width: 1219px) { .header .navlist { margin-right: 20px; }
  .header .navlist > li { margin-left: 30px; } }

@media screen and (max-width: 999px) { .header .navlist > li { margin-left: 20px; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 850px) { .header .navlist > li { margin-left: 10px; }
  .header .navlist > li > a { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .header .navlist { width: 100%; margin: 20px 0 0; }
  .header .navlist > li { width: 16.66%; margin: 0; text-align: center; } }

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

.header .navlist li:hover .yiji { top: 100%; }

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 216px; left: 50%; margin-left: -108px; border-top: 9px #fff solid; border-bottom: 17px #fff solid; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35); }

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

.header .yiji li > a { display: block; line-height: 24px; padding: 11px 20px; font-size: 16px; font-size: 1.6rem; }

.header .yiji li:hover > a { background-color: #009CFF; 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: -9px; border-left: solid 1px transparent; width: 317px; border-top: 9px #fff solid; border-bottom: 6px #fff solid; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35); }

.header .erji > li > a, .header .sanji > li > a { padding: 11px 14px; }

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

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

.navlist1 > li > a { font-weight: bold; text-transform: capitalize; display: inline-block; position: relative; line-height: 30px; border-bottom: solid 3px transparent; }

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a { border-bottom-color: #009CFF; }

@media screen and (max-width: 767px) { .navlist1 { display: block; } }

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder { color: #999; opacity: 1; }

/* WebKit browsers */
.footer :-o-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder { color: #999; opacity: 1; }

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder { color: #999; opacity: 1; }

/* Internet Explorer 10+ */
.footer { background: #F9F9F9; }

.footer .f-top { background: #F9F9F9 url(../images/bg2.png) no-repeat top center; -webkit-background-size: cover; background-size: cover; }

.footer .f-top, .footer .f-top a { color: #fff; }

.footer .f-top a:hover { color: #009CFF; }

.footer .f-top .keys { float: right; width: 68.33333%; line-height: 30px; padding: 8px 0 56px; }

.footer .f-top .footer-title { font-family: "HelveticaLTStdBoldCond"; font-size: 24px; font-size: 2.4rem; position: relative; padding-bottom: 15px; margin-bottom: 13px; }

.footer .f-top .footer-title:after { position: absolute; content: ''; left: 0; height: 1px; background-color: #F9F9F9; bottom: 0; width: 100%; opacity: 0.3; }

.footer .f-top li { line-height: 36px; padding-right: 5px; }

.footer .f-top .flist1 { width: 276px; margin-right: 55px; }

.footer .f-top .flist1 .footer-title:after { width: 94px; }

.footer .f-top .flist1 li { float: left; width: 50%; text-transform: uppercase; }

.footer .f-top .flist2 { width: 242px; }

.footer .f-top .flist2 li { background: url(../images/web6.png) no-repeat left 15px; padding-left: 18px; font-size: 16px; font-size: 1.6rem; }

.footer .f-top .flist3 { width: 560px; }

.footer .f-top .flist3 .footer-title:after { width: 240px; }

.footer .f-top .flist3 .box-list { width: 50%; }

.footer .f-top .flist3 .item-body { overflow: hidden; }

.footer .f-top .flist3 .iconfont { float: left; font-size: 20px; font-size: 2rem; color: #fff; margin-right: 10px; }

.footer .f-top .flist3 .add { line-height: 24px; margin-top: 6px; }

.footer .f-top .flistbox { padding-bottom: 48px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { margin-right: 15px; width: 230px; }
  .footer .f-top .flist2 { width: 220px; }
  .footer .f-top .flist2 li { font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .flist3 { width: 480px; }
  .footer .f-top .flist3 .box-list { width: 50%; } }

@media screen and (max-width: 999px) { .footer .f-top { background-color: #333; }
  .footer .f-top .keys { width: 100%; padding: 20px 0; }
  .footer .f-top .flist1 { width: 50%; margin-right: 0; }
  .footer .f-top .flist2 { width: 50%; }
  .footer .f-top .flist3 { width: 100%; margin-top: 30px; } }

@media screen and (max-width: 767px) { .footer .f-top .flistbox, .footer .f-top .keys { display: none; } }

.footer .f-follow { position: absolute; bottom: -13px; right: 0; }

.footer .f-follow a { float: left; margin-left: 22px; -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 { margin-top: -5px; margin-bottom: 5px; }

.footer .f-follow .iconfont { font-size: 36px; font-size: 3.6rem; color: #999; }

@media screen and (max-width: 1219px) { .footer .f-follow a { margin-left: 10px; }
  .footer .f-follow .iconfont { font-size: 32px; font-size: 3.2rem; } }

@media screen and (max-width: 999px) { .footer .f-follow { position: relative; bottom: auto; right: auto; margin-bottom: 10px; } }

@media screen and (max-width: 767px) { .footer .f-follow { margin-bottom: 0; padding: 10px 0; } }

.footer .links { width: 73%; padding-bottom: 9px; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: "HelveticaLTStdBoldCond"; }

.footer .links, .footer .links a { color: #fff; }

.footer .links a:hover { color: #009CFF; }

.footer .links a { margin-right: 30px; display: inline-block; font-size: 16px; font-size: 1.6rem; line-height: 20px; font-family: arial; }

@media screen and (max-width: 999px) { .footer .links { width: 100%; } }

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

.footer .f-bot { padding: 1px 0 17px; }

@media screen and (max-width: 767px) { .footer .f-bot { padding: 10px 0 15px; } }

.footer .f-bot .f-logo { float: left; margin-right: 13px; display: block; }

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

.footer .f-bot .copyright { line-height: 24px; margin-top: 9px; }

.footer .f-bot .copyright, .footer .f-bot .copyright a { color: #787878; }

.footer .f-bot .copyright img { margin-left: 5px; }

@media screen and (max-width: 767px) { .footer .f-bot .copyright { margin: 0; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-title start */
.index-title { font-family: "HelveticaLTStdBlkCond"; font-size: 40px; font-size: 4rem; text-transform: uppercase; padding-bottom: 11px; position: relative; }

.index-title:after { position: absolute; content: ''; width: 51px; height: 5px; left: 0; bottom: 0; background-color: #009CFF; }

.index-title a:hover { color: #009CFF; }

@media screen and (max-width: 1219px) { .index-title { font-size: 36px; font-size: 3.6rem; } }

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

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

/* index-title end */
/* index-btn start */
.index-btn { display: block; width: 205px; height: 56px; line-height: 56px; text-align: center; background-color: #d7d7d7; color: #009CFF; font-weight: bold; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; }

.index-btn:hover { background-color: #009CFF; color: #fff; }

@media screen and (max-width: 999px) { .index-btn { width: 200px; height: 50px; line-height: 50px; } }

@media screen and (max-width: 767px) { .index-btn { width: 180px; height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; margin: 0 auto; } }

/* index-btn end */
/* OUR PRODUCTS start */
.index-hotpro { overflow: hidden; padding: 67px 0 40px; }

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

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

.index-hotpro .box-desc { margin-top: 14px; line-height: 24px; }

.index-hotpro .box-desc, .index-hotpro .box-desc a { color: #666; }

.index-hotpro .box-desc a:hover { color: #009CFF; }

.index-hotpro .box-tab .tab-options { position: absolute; top: 9px; right: 0; }

.index-hotpro .box-tab .tab-options li { cursor: pointer; float: left; width: 207px; height: 36px; background: url(../images/web1.png) no-repeat center; -webkit-background-size: 100% 100%; background-size: 100% 100%; line-height: 36px; text-align: center; margin-left: -14px; }

.index-hotpro .box-tab .tab-options li:first-child { margin-left: 0; }

.index-hotpro .box-tab .tab-options li:hover, .index-hotpro .box-tab .tab-options li.tab-active { background-image: url(../images/web2.png); color: #fff; }

@media screen and (max-width: 1219px) { .index-hotpro .box-tab .tab-options li { width: 190px; } }

@media screen and (max-width: 999px) { .index-hotpro .box-tab .tab-options { position: relative; right: auto; top: auto; margin-top: 20px; } }

@media screen and (max-width: 767px) { .index-hotpro .box-tab .tab-options li { width: 50%; margin: 0; background-image: none; background-color: #d7d7d7; border: solid 1px #fff; }
  .index-hotpro .box-tab .tab-options li:hover, .index-hotpro .box-tab .tab-options li.tab-active { background-image: none; background-color: #009CFF; } }

@media screen and (max-width: 400px) { .index-hotpro .box-tab .tab-options li { width: 100%; } }

.index-hotpro .box-list { padding: 38px 0 26px; }

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

.index-hotpro .box-list .list-item { float: left; width: 31.25%; margin-left: 3.125%; overflow: hidden; position: relative; margin-bottom: 28px; }

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

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

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

.index-hotpro .box-list .item-title { width: 208px; height: 36px; left: 0; bottom: 15px; position: absolute; background: url(../images/web3.png) no-repeat center; -webkit-background-size: 100% 100%; background-size: 100% 100%; line-height: 36px; padding: 0 29px 0 28px; }

.index-hotpro .box-list .item-title:hover { background-image: url(../images/web4.png); }

.index-hotpro .box-list .item-title:hover, .index-hotpro .box-list .item-title:hover a { color: #fff !important; }

@media screen and (max-width: 767px) { .index-hotpro .box-list .item-title { bottom: 0; line-height: 30px; width: 100%; height: 30px; background-image: none; background-color: #d7d7d7; background-color: rgba(215, 215, 215, 0.6); padding: 0 5px; text-align: center; }
  .index-hotpro .box-list .item-title:hover { background-image: none; background-color: #009CFF; background-color: rgba(0, 156, 255, 0.6); } }

/* OUR PRODUCTS end */
/* index-about start */
.index-about { overflow: hidden; background: url(../images/bg1.jpg) no-repeat center; -webkit-background-size: cover; background-size: cover; padding: 143px 0 87px; }

@media screen and (max-width: 1219px) { .index-about { padding: 100px 0 80px; } }

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

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

.index-about .item-pic { width: 48.25%; margin-left: 6.66667%; border: solid 4px #fff; }

.index-about .item-pic img { display: block; max-width: 571px; width: 100%; margin: 0 auto; }

@media screen and (max-width: 1219px) { .index-about .item-pic { margin-left: 4.16667%; } }

@media screen and (max-width: 767px) { .index-about .item-pic { width: 100%; max-width: 579px; margin: 0 auto 30px; float: none; } }

.index-about .index-title { margin-top: 3px; }

.index-about .index-title, .index-about .index-title a { color: #fff; }

.index-about .index-title:after { background-color: #fff; }

.index-about .index-title a:hover { color: #009CFF; }

.index-about .item-desc { margin-top: 22px; font-size: 16px; font-size: 1.6rem; line-height: 30px; overflow: visible; }

.index-about .item-desc, .index-about .item-desc a { color: #fff; }

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

@media screen and (max-width: 767px) { .index-about .item-desc { line-height: 24px; } }

.index-about .item-btn { margin-top: 24px; width: 204px; height: 56px; line-height: 52px; border: solid 2px #fff; display: inline-block; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #fff; text-transform: uppercase; text-align: center; }

.index-about .item-btn:hover { background-color: #009CFF; border-color: #009CFF; }

@media screen and (max-width: 999px) { .index-about .item-btn { width: 180px; height: 50px; line-height: 50px; } }

@media screen and (max-width: 767px) { .index-about .item-btn { width: 140px; height: 40px; line-height: 36px; font-size: 14px; font-size: 1.4rem; } }

/* index-about end */
/* LATEST NEWS start */
.index-lnews { overflow: hidden; padding: 67px 0 50px; /* .scroll-box start */ }

.index-lnews .index-title { margin-bottom: -5px; }

.index-lnews .index-btn { margin-top: 47px; }

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

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

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

.index-lnews .scroll-box .scroll-btns { margin: 0 0 17px; text-align: right; }

.index-lnews .scroll-box .scroll-btns .scroll-btn { cursor: pointer; font-size: 24px; font-size: 2.4rem; color: #999; }

.index-lnews .scroll-box .scroll-btns .scroll-btn:hover { color: #009CFF; }

.index-lnews .scroll-box .scroll-btns .scroll-btn.prev { margin-right: 13px; }

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

.index-lnews .scroll-box .scroll-list { width: 1000%; }

.index-lnews .scroll-box .scroll-list li { float: left; width: 4.68333%; margin-right: 0.63333%; position: relative; }

@media screen and (max-width: 999px) { .index-lnews .scroll-box .scroll-list li { width: 4.9%; margin-right: 0.2%; } }

@media screen and (max-width: 400px) { .index-lnews .scroll-box .scroll-list li { width: 10%; margin: 0; } }

.index-lnews .scroll-box .scroll-list .item-pic { position: relative; width: 100%; max-width: 400px; }

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

@media screen and (max-width: 999px) { .index-lnews .scroll-box .scroll-list .item-pic { max-width: 350px; } }

@media screen and (max-width: 850px) { .index-lnews .scroll-box .scroll-list .item-pic { max-width: 300px; } }

@media screen and (max-width: 767px) { .index-lnews .scroll-box .scroll-list .item-pic { max-width: 400px; } }

.index-lnews .scroll-box .scroll-list .item-date { color: #009CFF; font-size: 16px; font-size: 1.6rem; position: absolute; top: 7px; left: 10px; }

.index-lnews .scroll-box .scroll-list .item-date span { font-size: 40px; font-size: 4rem; font-weight: bold; }

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

.index-lnews .scroll-box .scroll-list .item-body { position: absolute; right: 0; width: 228px; top: 14px; bottom: 14px; background-color: #999; background-color: rgba(153, 153, 153, 0.9); padding: 48px 18px 0; }

@media screen and (max-width: 999px) { .index-lnews .scroll-box .scroll-list .item-body { padding-top: 20px; } }

@media screen and (max-width: 767px) { .index-lnews .scroll-box .scroll-list .item-body { position: relative; top: auto; bottom: auto; width: 100%; padding: 20px 15px; } }

.index-lnews .scroll-box .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; font-weight: bold; font-style: italic; }

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

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

.index-lnews .scroll-box .scroll-list .item-desc { margin-top: 19px; font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 60px; }

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

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

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

@media screen and (max-width: 400px) { .index-lnews .scroll-box .scroll-list .item-desc { height: auto; max-height: 60px; } }

.index-lnews .scroll-box .scroll-list .item-btn { margin-top: 45px; display: inline-block; width: 98px; height: 27px; line-height: 27px; border: solid 1px #fff; color: #fff; text-align: center; }

.index-lnews .scroll-box .scroll-list .item-btn:hover { border-color: #333; color: #333; }

@media screen and (max-width: 999px) { .index-lnews .scroll-box .scroll-list .item-btn { margin-top: 20px; } }

/* LATEST NEWS end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 45px 0 77px; }

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

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

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

/*-------------1-about start---------------------------------------------------------------*/
/* about-top start */
.about-top .item-pic { float: right; margin-top: 27px; width: 51.91667%; position: relative; }

.about-top .item-pic img { display: block; width: 100%; margin: 0 auto; max-width: 623px; position: relative; z-index: 1; }

@media screen and (max-width: 767px) { .about-top .item-pic { width: 100%; max-width: 627px; margin: 0 auto 20px; float: none; } }

.about-top .item-title { font-size: 34px; font-size: 3.4rem; font-family: "HelveticaLTStdBlkCond"; position: relative; padding-bottom: 12px; }

.about-top .item-title:after { position: absolute; content: ''; width: 51px; height: 5px; background-color: #333; left: 0; bottom: 0; }

@media screen and (max-width: 999px) { .about-top .item-title { font-size: 30px; font-size: 3rem; } }

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

.about-top .item-subt { font-weight: bold; font-size: 18px; font-size: 1.8rem; text-transform: uppercase; line-height: 30px; margin-top: 9px; }

@media screen and (max-width: 999px) { .about-top .item-subt { font-size: 16px; font-size: 1.6rem; line-height: 26px; } }

.about-top .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 17px; }

.about-top .item-desc p { min-height: 30px; }

@media screen and (max-width: 999px) { .about-top .item-desc { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 767px) { .about-top .item-desc { line-height: 24px; margin-top: 10px; }
  .about-top .item-desc p { min-height: 24px; } }

/* about-top end */
.about-scroll { position: relative; overflow: hidden; margin-top: 51px; padding: 0 61.5px; }

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

.about-scroll .scroll-btns .scroll-btn { cursor: pointer; position: absolute; z-index: 99; top: 50%; margin-top: -29px; }

.about-scroll .scroll-btns .scroll-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #B4B5B5; }

.about-scroll .scroll-btns .scroll-btn:hover .iconfont { color: #009CFF; }

.about-scroll .scroll-btns .scroll-btn.prev { left: 0; }

.about-scroll .scroll-btns .scroll-btn.next { right: 0; }

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

.about-scroll .scroll-list { width: 1000%; }

.about-scroll .scroll-list li { position: relative; float: left; width: 2.99907%; margin-right: 0.50139%; }

.about-scroll .scroll-list li:hover .item-backdrop { top: 10px; }

.about-scroll .scroll-list .item-pics { position: relative; width: 100%; overflow: hidden; border: solid 1px #172646; padding: 10px 12px; }

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

.about-scroll .scroll-list .item-backdrop { position: absolute; top: 999px; bottom: 10px; left: 12px; right: 12px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; background: #333; background: rgba(51, 51, 51, 0.7); }

.about-scroll .scroll-list .item-backdrop .iconfont { color: #fff; font-size: 26px; font-size: 2.6rem; width: 50px; height: 50px; text-align: center; line-height: 48px; border-radius: 50%; border: solid 1px #fff; position: absolute; top: 50%; margin-top: -25px; left: 50%; margin-left: -25px; }

.about-scroll .scroll-list .item-title { text-align: center; line-height: 22px; margin-top: 13px; }

@media only screen and (max-width: 999px) { .about-scroll .scroll-list li { width: 3.2%; margin-right: 0.2%; }
  .about-scroll .scroll-list .item-backdrop { display: none; } }

@media only screen and (max-width: 600px) { .about-scroll .scroll-list li { width: 4.9%; } }

@media only screen and (max-width: 400px) { .about-scroll .scroll-list li { width: 10%; margin: 0; } }

/*-------------1-about end-----------------------------------------------------------------*/
/*-------------2-1-products start----------------------------------------------------------*/
.main .box-slide { width: 260px; }

@media screen and (max-width: 999px) { .main .box-slide { width: 100%; margin-top: 50px; } }

@media screen and (max-width: 767px) { .main .box-slide { margin-top: 30px; } }

.main .box-main { width: 896px; }

@media screen and (max-width: 1219px) { .main .box-main { width: 670px; } }

@media screen and (max-width: 999px) { .main .box-main { width: 100%; } }

/* slidenav-title */
.slidenav-title, .slidenav-title1 { font-size: 24px; font-size: 2.4rem; font-weight: bold; text-transform: uppercase; color: #FFFFFF; line-height: 45px; margin-bottom: 4px; background-color: #009CFF; text-align: center; position: relative; }

.slidenav-title a, .slidenav-title1 a { color: #FFFFFF; display: block; }

.slidenav-title a:hover, .slidenav-title1 a:hover { background-color: #333; }

@media screen and (max-width: 767px) { .slidenav-title, .slidenav-title1 { font-size: 20px; font-size: 2rem; } }

.slidenav-title1 { display: none; }

/* slidenav-list */
.slidenav-list > li { margin-bottom: 8px; }

.slidenav-list > li > a { display: block; width: 100%; font-size: 16px; font-size: 1.6rem; line-height: 22px; padding: 10px 10px 10px 47px; background: #cecece url(../images/slide1.png) no-repeat 14px center; position: relative; }

.slidenav-list > li > a:after { position: absolute; content: ''; top: 0; bottom: 0; left: 39px; width: 1px; background-color: #D2D2D2; }

.slidenav-list > li.slidenav-active > a, .slidenav-list > li > a:hover { background: #009CFF url(../images/slide1_1.png) no-repeat 14px center !important; color: #FFFFFF; }

.slidenav-yiji { padding: 5px 0 9px; background-color: #F9F9F9; }

.slidenav-yiji > li:hover > a, .slidenav-yiji .slidenav-active1 > a { color: #009CFF; }

.slidenav-yiji > li > a { padding: 5px 20px 5px 48px; line-height: 20px; display: block; }

.slidenav-erji > li:hover > a, .slidenav-erji .slidenav-active2 > a { color: #009CFF; }

.slidenav-erji li > a { display: block; padding: 5px 20px 5px 63px; line-height: 20px; }

/* proslide end */
/* pro1-list start */
.pro1-list { padding-bottom: 20px; }

.pro1-list .list-item { float: left; width: 31.25%; margin-left: 2.33333%; }

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

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

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

.pro1-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 3px; }

.pro1-list .item-title input { margin-right: 5px; }

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

.pro1-list .item-btn { margin-bottom: 25px; margin-top: 6px; display: block; width: 138px; height: 37px; line-height: 37px; text-align: center; background-color: #CECECE; color: #333; }

.pro1-list .item-btn:hover { background-color: #009CFF; color: #fff; }

@media screen and (max-width: 767px) { .pro1-list .item-btn { width: 110px; height: 32px; line-height: 32px; } }

/* pro1-list end */
/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.m-prob1 .prob-pic { width: 472px; float: left; }

.m-prob1 .prob-pic-big { position: relative; border: solid 0 #E5E5E5; }

.m-prob1 .prob-pic-big-img { display: block; line-height: 0; font-size: 0; }

.m-prob1 .prob-pic-big-img .zoomPad { float: none; z-index: 8; }

.m-prob1 .zoomWrapperImage img { max-width: 1200px; }

.m-prob1 .prob-pic-small { position: relative; padding: 0 24.5px; overflow: hidden; }

.m-prob1 .prob-pic-btn { position: absolute; top: 9px; bottom: 0; display: block; cursor: pointer; overflow: hidden; width: 16px; }

.m-prob1 .prob-pic-btn.prev { left: 0; }

.m-prob1 .prob-pic-btn.next { right: 0; }

.m-prob1 .prob-pic-btn .iconfont { color: #848484; position: absolute; top: 50%; margin-top: -8px; left: 0; }

.m-prob1 .prob-pic-btn .iconfont:hover { color: #009CFF; }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic-btn { width: 24px; height: 24px; text-align: center; line-height: 24px; background-color: transparent !important; background-image: none !important; border-radius: 0; top: 50%; margin-top: -12px; bottom: auto; }
  .m-prob1 .prob-pic-btn .iconfont { font-size: 24px; font-size: 2.4rem; position: relative; top: auto; margin: auto; } }

.m-prob1 .prob-pic-list { overflow: hidden; }

.m-prob1 .prob-pic-list ul { width: 1000%; overflow: hidden; }

.m-prob1 .prob-pic-list li { position: relative; float: left; margin-right: 0.21277%; width: 3.19149%; padding-top: 9px; }

.m-prob1 .prob-pic-item .item-pics { position: relative; border: transparent 1px solid; overflow: visible; z-index: 1; }

.m-prob1 .prob-pic-item .item-pics:after { position: absolute; content: ''; height: 9px; left: 0; width: 100%; background: url(../images/web5.png) no-repeat bottom center; top: -9px; z-index: 0; display: none; }

.m-prob1 .prob-pic-item .item-pics.zoomThumbActive { border-color: #009CFF; }

.m-prob1 .prob-pic-item .item-pics.zoomThumbActive:after { display: block; }

.m-prob1 .prob-pic-item .item-pics img { display: block; width: 100%; }

@media screen and (max-width: 1219px) { .zoomPad { cursor: default !important; }
  .zoomPup { display: none !important; }
  .zoomWindow { display: none !important; }
  .zoomPreload { display: none !important; }
  .m-prob1 .prob-pic { float: none; margin: 0 auto; } }

@media screen and (max-width: 767px) { .m-prob1 .prob-pic { width: 100%; }
  .m-prob1 .prob-pic-big { display: none; }
  .m-prob1 .prob-pic-small { margin-top: 0; padding: 0 35px; }
  .m-prob1 .prob-pic-list ul li { margin-right: .2%; width: 3.2%; padding-top: 0; }
  .m-prob1 .prob-pic-item .item-pics { border: 0; }
  .m-prob1 .prob-pic-item .item-pics.zoomThumbActive:after { display: none; } }

@media screen and (max-width: 640px) { .m-prob1 .prob-pic-list ul li { margin-right: .2%; width: 4.9%; } }

@media screen and (max-width: 480px) { .m-prob1 .prob-pic-list ul li { margin-right: 0%; width: 10%; } }

/* pro-info */
.pro-info { width: 370px; }

.pro-info .item-title { margin-top: 33px; font-weight: bold; font-size: 24px; font-size: 2.4rem; line-height: 30px; position: relative; padding-bottom: 12px; }

.pro-info .item-title:after { position: absolute; content: ''; width: 39px; height: 3px; background-color: #009CFF; left: 0; bottom: 0; }

.pro-info .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 242px; padding: 22px 0; }

.pro-info .item-desc img, .pro-info .item-desc iframe { max-width: 100%; }

.pro-info .item-desc em { font-style: normal; font-size: 18px; font-size: 1.8rem; display: inline-block; margin-bottom: 8px; }

.pro-info .item-btn { float: left; margin-top: 31px; display: inline-block; width: 138px; height: 37px; line-height: 37px; font-size: 14px; font-size: 1.4rem; text-align: center; text-transform: capitalize; background-color: #F5F5F5; }

.pro-info .item-btn:hover { background-color: #009CFF; color: #fff; }

.pro-info .item-btn:first-child { margin-right: 26px; }

@media screen and (max-width: 1219px) { .pro-info { width: 100%; margin: 0 auto 0; }
  .pro-info .item-desc { height: auto; min-height: auto; padding: 15px 0 20px; }
  .pro-info .item-desc em { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 767px) { .pro-info .item-title { font-size: 20px; font-size: 2rem; }
  .pro-info .item-desc { line-height: 24px; font-size: 14px; font-size: 1.4rem; }
  .pro-info .item-btn { height: 36px; line-height: 34px; } }

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

.pro2-title { font-weight: bold; font-size: 26px; font-size: 2.6rem; line-height: 30px; padding-bottom: 9px; text-transform: capitalize; border-bottom: solid 1px #ccc; }

.pro2-title a:hover { color: #009CFF; }

@media screen and (max-width: 767px) { .pro2-title { font-size: 22px; font-size: 2.2rem; } }

.pro2-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-desc strong { display: inline-block; padding-left: 16px; font-weight: normal; position: relative; }

.pro2-desc strong:after { position: absolute; content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: #ccc; left: 0; top: 12px; }

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

.pro2-desc .table table tr td { border: solid 1px #cbcbcb; line-height: 24px; padding: 12px 3px; color: #000; }

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

.pro2-detail { margin-top: 44px; }

@media screen and (max-width: 767px) { .pro2-detail { margin-top: 30px; } }

.pro2-detail .item-desc { padding: 22px 0 24px; }

@media screen and (max-width: 767px) { .pro2-detail .item-desc { padding: 15px 0 20px; } }

.related-scrollbox { position: relative; padding: 7px 0 0; }

.related-scrollbox .scroll-btns .scroll-btn { display: inline-block; cursor: pointer; position: absolute; top: 13px; }

.related-scrollbox .scroll-btns .scroll-btn .iconfont { color: #333; font-size: 28px; font-size: 2.8rem; }

.related-scrollbox .scroll-btns .scroll-btn .iconfont:hover { color: #009CFF; }

.related-scrollbox .scroll-btns .scroll-btn.prev { right: 30px; }

.related-scrollbox .scroll-btns .scroll-btn.next { right: 0; }

@media screen and (max-width: 767px) { .related-scrollbox .scroll-btns .scroll-btn .iconfont { font-size: 24px; font-size: 2.4rem; }
  .related-scrollbox .scroll-btns .scroll-btn.prev { right: 27px; } }

.related-scrollbox .scroll-list-box { width: 100%; overflow: hidden; margin-top: 33px; }

.related-scrollbox .scroll-list { width: 1000%; }

.related-scrollbox .scroll-list li { float: left; width: 3.125%; margin-right: 0.3125%; }

@media screen and (max-width: 999px) { .related-scrollbox .scroll-list li { width: 3.2%; margin-right: 0.2%; } }

@media screen and (max-width: 600px) { .related-scrollbox .scroll-list li { width: 4.9%; } }

.related-scrollbox .scroll-list .item-pic img { display: block; margin: 0 auto; max-width: 470px; width: 100%; }

.related-scrollbox .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 3px; padding: 0 4px; }

@media screen and (max-width: 767px) { .related-scrollbox .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; } }

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-video start---------------------------------------------------------------*/
.video-list li { float: left; width: 46.16667%; margin-left: 7.66667%; margin-bottom: 22px; }

.video-list .item-videobox { width: 100%; overflow: hidden; margin: 0 auto; }

.video-list .item-video { position: relative; overflow: hidden; padding-bottom: 67.14801%; /*宽除以高*/ height: 0; }

.video-list .item-video iframe, .video-list .item-video video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }

.video-list .item-video iframe body { margin: 0px !important; }

.video-list .item-title { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; font-weight: bold; margin-top: 17px; }

@media screen and (max-width: 999px) { .video-list li { width: 48%; margin: 0 1% 20px; } }

@media screen and (max-width: 767px) { .video-list .item-title { font-size: 14px; font-size: 1.4rem; line-height: 24px; height: 48px; } }

@media screen and (max-width: 450px) { .video-list li { width: 98%; }
  .video-list .item-title { height: auto; margin-top: 10px; } }

/*-------------3-video end-----------------------------------------------------------------*/
/*-------------4-1-Exhibition start--------------------------------------------------------*/
.ex1-list { padding-bottom: 25px; }

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

.ex1-list .list-item { float: left; width: 46.25%; margin-left: 7.5%; margin-bottom: 44px; }

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

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

.ex1-list .item-pic img { display: block; max-width: 0 auto; max-width: 555px; width: 100%; }

.ex1-list .item-title a { overflow: hidden; line-height: 72px; font-weight: bold; font-size: 16px; font-size: 1.6rem; }

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

.ex1-list .item-date { float: left; font-family: "Candara"; width: 72px; height: 72px; background-color: #CECECE; display: inline-block; text-align: center; color: #fff; line-height: 30px; padding: 8px 0 0; margin-right: 18px; }

.ex1-list .item-date .p1 { font-size: 33px; font-size: 3.3rem; display: block; }

.ex1-list .item-date .p2 { font-size: 24px; font-size: 2.4rem; }

@media screen and (max-width: 767px) { .ex1-list .item-date { width: 50px; height: 50px; line-height: 20px; padding: 5px 0 0; margin-right: 10px; }
  .ex1-list .item-date .p1 { font-size: 20px; font-size: 2rem; }
  .ex1-list .item-date .p2 { font-size: 16px; font-size: 1.6rem; } }

.ex1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; margin-top: 13px; }

.ex1-list .item-desc, .ex1-list .item-desc a { color: #555; }

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

/*-------------4-1-Exhibition end----------------------------------------------------------*/
/*-------------4-2-Exhibition start--------------------------------------------------------*/
.ex2-main .item-pic img { display: block; margin: 0 auto; }

.ex2-main .item-title { margin-top: 34px; font-weight: bold; font-size: 20px; font-size: 2rem; line-height: 26px; text-align: center; }

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

.ex2-main .item-date { margin-top: 11px; text-align: center; line-height: 26px; }

.ex2-main .item-date .iconfont { margin-right: 15px; }

.ex2-main .item-body { padding: 18px 0 33px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.ex2-main .item-body, .ex2-main .item-body a { color: #555; }

.ex2-main .item-body img, .ex2-main .item-body iframe { max-width: 100%; }

@media screen and (max-width: 767px) { .ex2-main .item-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 10px 0 20px; } }

/*-------------4-2-Exhibition end----------------------------------------------------------*/
/*-------------5-1-news start--------------------------------------------------------------*/
.news1-list li { width: 100%; margin-bottom: 65px; }

@media screen and (max-width: 999px) { .news1-list li { margin-bottom: 50px; } }

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

.news1-list .item-pic { width: 400px; float: left; margin-right: 5%; }

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

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

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

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

.news1-list .item-body { overflow: hidden; }

.news1-list .item-title { margin-top: 37px; font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 24px; }

@media screen and (max-width: 999px) { .news1-list .item-title { margin-top: 10px; } }

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

.news1-list .item-date { margin-top: 3px; line-height: 30px; color: #999; }

.news1-list .item-date .iconfont { margin-right: 10px; color: #999; margin-left: 1px; }

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

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 90px; margin-top: 10px; }

.news1-list .item-desc, .news1-list .item-desc a { color: #666; }

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

.news1-list .item-btn { margin-top: 40px; display: block; width: 116px; height: 32px; line-height: 32px; font-size: 12px; font-size: 1.2rem; text-transform: uppercase; text-align: center; background-color: #CECECE; color: #333; }

.news1-list .item-btn:hover { background-color: #009CFF; color: #fff; }

@media screen and (max-width: 999px) { .news1-list .item-btn { margin-top: 20px; } }

/*-------------5-1-news end----------------------------------------------------------------*/
/*-------------5-2-news start--------------------------------------------------------------*/
.news2-main .item-title { font-weight: bold; font-size: 18px; font-size: 1.8rem; line-height: 26px; text-align: center; }

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

.news2-main .item-date { margin-top: 8px; text-align: center; line-height: 26px; color: #999; }

.news2-main .item-date .iconfont { margin-right: 15px; color: #999; }

.news2-main .item-body { padding: 13px 0 33px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

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

.news2-main .item-body img, .news2-main .item-body iframe { max-width: 100%; }

@media screen and (max-width: 767px) { .news2-main .item-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 10px 0 20px; } }

/*-------------5-2-news end----------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-main { background-color: #CECECE; border-radius: 10px; overflow: hidden; /* .box-left start */ /* .box-left start */ }

.contact-main .box-left { width: 38.75%; height: 603px; padding-left: 5.75%; padding-right: 2.91667%; padding-top: 78px; background: url(../images/c1.jpg) no-repeat center; }

.contact-main .box-left, .contact-main .box-left a { color: #fff; }

.contact-main .box-left .box-list { font-size: 16px; font-size: 1.6rem; line-height: 40px; }

.contact-main .box-left .box-list a:hover { color: #009CFF; }

.contact-main .box-left .box-list .add { line-height: 24px; margin-top: 8px; }

.contact-main .box-left .box-list .iconfont { float: left; font-size: 20px; font-size: 2rem; color: #fff; margin-right: 12px; }

.contact-main .box-left .box-list .item-body { overflow: hidden; font-weight: bold; }

@media screen and (max-width: 999px) { .contact-main .box-left { width: 100%; -webkit-background-size: cover; background-size: cover; margin: 0 auto; float: none; height: auto; padding: 30px; } }

@media screen and (max-width: 767px) { .contact-main .box-left { padding: 30px 15px; }
  .contact-main .box-left .box-list { line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

.contact-main .box-form { overflow: hidden; padding: 0 7.08333% 0 7.25%; }

.contact-main .box-form .item-title { font-weight: bold; font-size: 24px; font-size: 2.4rem; color: #333; text-transform: uppercase; padding: 22px 0 19px 17px; }

.contact-main .box-form .star { background: url(../images/star.png) no-repeat left 16px; }

.contact-main .box-form .item-row { margin-bottom: 20px; padding-left: 14px; }

.contact-main .box-form .item-row input, .contact-main .box-form .item-row textarea { width: 100%; display: block; background-color: #fff; border: solid 1px #ccc; height: 37px; line-height: 35px; padding: 0 15px; color: #666; }

.contact-main .box-form .item-row textarea { height: 214px; line-height: 24px; padding-top: 3px; padding-bottom: 3px; }

.contact-main .box-form .item-row .code-input { width: 154px; float: left; margin-right: 21px; }

.contact-main .box-form .item-row .code-img { float: left; width: 118px; margin-right: 10px; cursor: pointer; }

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

.contact-main .box-form .item-row .code-btn { float: right; width: 181px; background-color: #333; text-align: center; font-size: 14px; font-size: 1.4rem; font-weight: bold; text-transform: uppercase; color: #fff; border: 0; }

.contact-main .box-form .item-row .code-btn:hover { background-color: #009CFF; }

@media screen and (max-width: 1219px) { .contact-main .box-form .item-row .code-input { width: 140px; margin-right: 10px; }
  .contact-main .box-form .item-row .code-btn { width: 150px; } }

@media screen and (max-width: 999px) { .contact-main .box-form { padding: 15px 30px; }
  .contact-main .box-form .item-row .code-btn { float: left; } }

@media screen and (max-width: 767px) { .contact-main .box-form { padding: 15px; }
  .contact-main .box-form .item-title { font-size: 20px; font-size: 2rem; padding: 10px 0 10px 17px; }
  .contact-main .box-form .item-row { margin-bottom: 15px; } }

@media screen and (max-width: 500px) { .contact-main .box-form .item-row .code-input { width: 100%; margin: 0 0 15px; }
  .contact-main .box-form .item-row .code-btn { width: 100%; margin: 15px 0 0; } }

.map { margin-top: 50px; }

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

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

/*-------------6-contact end---------------------------------------------------------------*/

/*# sourceMappingURL=3style.css.map */

/*.phone_nav*/
.phone_nav { width: 5px; height: 100%; position: absolute; right: 0; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 999999999999999; cursor: pointer; position: fixed; top: -5px; right: 0; display: block; }

.phone_nav .nav { overflow: hidden; width: 300px; background: rgba(0, 0, 0, 0.8); position: absolute; top: 0; right: 0; display: block; height: auto; overflow: scroll; }

.phone_nav .nav form { margin: 15px auto; width: 258px; height: 26px; border: 1px solid #fff; position: relative; }

.phone_nav .nav form .iptc { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 15px; background-color: #fff; width: 80%; height: 26px; line-height: 26px; display: block; float: left; }

.phone_nav .nav form .ipsc { width: 20%; height: 26px; line-height: 26px; display: block; float: right; z-index: 1; position: relative; }

.phone_nav .nav form .iconfont { position: absolute; top: 0; right: 0; width: 20%; height: 26px; text-align: center; line-height: 26px; color: #009CFF; z-index: 0; background-color: #fff; }

.phone_nav .nav > ul { display: none; margin-top: 0px; margin-bottom: 0px; overflow: scroll; padding-top: 45px; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.phone_nav .nav > ul > li { line-height: 40px; font-size: 12px; font-size: 1.2rem; text-indent: 20px; position: relative; font-family: arial; }

.phone_nav .nav > ul > li .addition { width: 20px; height: 20px; position: absolute; right: 15px; top: 10px; background: url("../fonts/shizi.png") no-repeat center center; }

.phone_nav .nav > ul > li .addition.fa:before { margin-right: 5px; color: #fff; text-indent: 0; }

.phone_nav .nav > ul > li > a { color: #fff; font-size: 12px; font-size: 1.2rem; display: block; margin-right: 40px; }

.phone_nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; font-family: 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: #009CFF; }

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

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

.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 { 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 { position: absolute; left: 63.02%; bottom: 2px; text-align: center; line-height: 0; }

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

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

@media screen and (max-width: 999px) { .slide .carousel-control { display: none; }
  .slide .dotList li { width: 15px; height: 15px; } }

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

@media screen and (max-width: 500px) { .slide .dotList { bottom: 0; }
  .slide .dotList li { margin: 0 1px; width: 8px; height: 8px; } }



.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;}


.descno strong{display: inline-block!important;

padding-left: 0px!important;

font-weight: bold!important;

position: none!important;}


.descno strong::after{background-color: none!important;opacity:0}


@media screen and (max-width:1000px) {
.footer .f-top{background: #333!important;}
}




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

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

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

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

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

@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1565774296012'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1565774296012#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABgIAAsAAAAAKrwAABe6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCIPgq/BLFMATYCJAOBLAtYAAQgBYRtB4MwG+QisxEVbBwACrzvEtn/6bgxBhyo1bGNVJCixgxv2gcbRd0cpGxlcbno/NWjHizby9oLDMdUlAzV+hhldb9e6zcRD1a/1+uhlATV8n+9d/tjzBb1FRqFQqiQFRiFjeURCo0C+YbocQzPz633/3//r5LobTAkUzjZqNCNEpQ2GD2qZBKljRyt9J3geYgRhTaeYAdgngmCu9aPK3gAFGBlAQSU+fniXB0PjKo6SWifPPqsS2HQ9NIc5QDBv8o28huBSknEREoHTPa876oV77zvzJJ2WSpk3rPsJG45M6ElAEMJAnuAWc6P9SvdsTFpOWSnMyXMTBkMB/TzdX8/rdmE3mUyTKiPriRGIsz/2bCbv/nZ2VzP7rWWO9oWIEvv8obxdIVQydWEfqWqHLXI2ozvQqPQEhxCSTw6dRTmTyvgYqbH2tCDVYjVyNg4I7F/s20S6g1blC4/g8MBWWY2lpDu++REQE6ly4LRSW2omnPOnNMbVWqLV8UYr/23n36vLwpVJbNdd+75LAWSCogZ/rtbVnuIp+PpXJRYRKbY5pak1TIki75Sz7tTOWXMGpXVVip+kqXKLB6w+qaddz706LMvLry49OLKiycvZl6KXV5XelHfVZt2GKOPPN53rM/77TejySxj5+tatmnfoWOnxmhP8/vK/mMekJSyKtVq1CrUqdegUZNmLVq1adehU5duPXr16TdmwKAh4yYMGzFq0pRpM2bNmSdVg5UboailS+apABtIVPyAkspyIFNJ1lR90lTQVANNB00N0AzQ1ALNBKAgREAdYQjUE0ZAAyEGGglfoInwA5oJf6CFCABaiSqgjagG2okmoIPYBHQSHUAX0Ql0EzuBHuIQ0EscAfqIo0A/cRwYI04AA8RJYJA4BQwRp4Fx4gwwQZwFhokLwAgxBowSl4BJ4gowRTwBpon3wAwxBcwS08AcMbOWebDgnuUW8EbdJxq/mhlp109RqFaqoqNL+th7QpjIIwSwqLRZCfYkumJOhUBIdogmv8IfAjqdIlKlui4d0ryQrkXnV/tM6UyExyXTdMlqfD2ERENc6XTC1LXULGkSRCCFgrhhNsFmczgMHodO16AjbMRYX9NQYMfiSjSpbJEz5FOZ/gHRcj1rW8SMS2KRshV0dQqVQ6MhdDoXgVCfqgUNltPF0pWjRy6cMY78c/DPdsSJRjE/6PtdzGcgjWPEQusKsPfapafVc6VrXEXschAcQ+wEUEWYJ2ahGiFi2llhsemQLrW5BHP1ghzBGVgUNcOtRJ+a/Hoc34toAU7ah3sNu2nc4nfobb1V8481cZ691bl4Yk/aTQMv4+0dXRo/x9/tX5nZL++k685zyc7k3XO2eFuo2wEdct8YNIlqbTogajeBECOoQUEEAFyegxAojgUQoltFh3hlCCUyNXE9Zv0udLduHEGQBVuOc389EEinEBsIJgAooSLEADnOsN8Fsl61/yv0Y8tjlDiaXEXSI1VUVoanFlPa0BUjbtpbpXJghzF0rFwbYq/mgZvrR2DXH+X05QZQ81lm8QvnkhcPXV/QzR+KF8Du+LH40VuRuiVJouLhFzc9d/jZXc3W+AbfpgGUWJbUl0E1lsBkVIIKl9tZqGlaLO1mQJc9rFEOgMGgAnWkaMiL5oP19kT8O6UzSG9bTM7zxyOd6w/lnUumaa1DAMFmYRVBN2faog0hBqaFuSMVpHhp0xR7WVBaK2jnuUW8tIqA8eLgiBhYgjuY6GRbMlTz2jzjpYHGAMCQIiYAi3AYaqAxcKKO2URPW5Ls2GKwYAy/TCJbHIZv9ablrYlMA8ROzvM8EO5u2tyVnd2y7h3FSbJxXqx/Vv2sVvliY+3Lav3zlZIrJ9Nk6raNilavKvW6WqnpAVNjGl5VK1qTilPPpJhwBNyOThuETOIxLjnSEH7EUKoj2uL9NA/LMZ6xAGG4v/WLaugWscox48SgJL4yTcmWpPKrzXrTgY5oB0xQPjNNYi02yOTTSDbH4T9XyFQUp1AdXTOFAVjA8VifWOQ+I2cKKZa14f20/ZugpAmPLy7HjCN+kbw8TdEShMJL+msmQIvxuaR/6eBrTbUr56voVWXtwZFxgk3TmY3dQH92vdbBmLpS01cdShJelLmuR1vwVDN14Oa8+zbfenrs8J2F92+5/dUgZCpqSn1GEPzZoPSavpHFX8RLv+M8+jyayk2sYeFLoaGOIp68mlBtOv6BlWoBakKx6hsnmrPIKK34HKk+L+vwTlI5wV7RblObzmNVI/ystgV3XbauaZMn/rbY4g5cR2J51qr4b/irlvV2x/RIFIEEc9v0CxZ/QM8qZ5vyann46Jmt4ukYrsHN1mZi5xY5GmEsqW2Fr3sPuex6+vCzF57tb9wTTsT/WNhKVD8UzOj1UUSc4/nDkxsNK+flFp5tSVxyiDQpZluYhZggmEAyiV3U8r4OA4tEG82aN5SeE4N8Z/cQgu3buTlmZ+ACgFhHMF2AukWrizFwb+Xn8v6wDSHulp0x7qatH20U/GiD51oWAXO+QZaBVJs4x5REaot3z1UzKDVmKg3iChX4gNAvFWMRYki4FlyQAu+2JepA3qgYPOYQTpq7lsJypum6oPowz6OOdhu2S3ZPNdm+aguam3NMExCGReZ2t+h+216H1MgrlmWYzKbODzrUTX3WvbObqc6Rgpl2AdwevT12IVl67474+zFOKgON6En7h1QvyN5bHfFX6/cYg1+c5wvX4y9Kt+M3pia8WeV28iw/WvRHGW8yM7lZMJ7r5DaBJ9bkqVOja9eOEkeS2/LuPD/4fPfoeHdU9CdBZ5gbhLVblu6YJy8eLw8le/qTYy+8YDOhAbZpcyAg8/Inwe0StNc6vUOiQ6mfH0nXVrY1lT09LbLC4KFdYcb9Pflcb1xKNjKZyIRBiOJ4wZohzkYmWVV2JyZsW2wlT249U57OJLj1UQqhBhKwle2ASjCIf2r+3ig92kWoF4g/j3ULpkUOjhpYvIETX9OaL9vBsS3yUG7ncZf4kpNoW05Pyw6k+wSFWlhELGGAdvm8EyfnhRHhjjQ8l/GK3qYjA8GLVJ6UnXGLS82tMP6HxnLX0bJd5/FN86K/qzyvzRpVGl51/hMx1zl/ifZYJMvivmeUVfjc8yR/ft2KSI2SdDqzF6jCmhbX9gzmRavo8yGkn1wX9tHVRFUPAlVhgFjJfiRArEX2L1/jn87ARGu6V3MdVKTm0+TdfjejersKpumden50iVh9yZHKzhEmR9A3/RQevDFG9LqiX2uXeJ012Kj3UIrlflJzAdxtjHtptlHTxWZysrpWtwA0vrfFex2p+puULdbVni7Tq2YTb1EXVdEPRk/j1haYJFr3RI9hx+jxdT0nmE/RH2SY6Az8Ql7VbvgGOxCdIX7OVnvR6+WaETb8j3ry6tF99NB1E1r7ZPLozD82/O96eZTIjcsa2/LPkOT0OgTM8Qg6EAPNN7bc/sEddArr9tpjMAXbwzwGO1YcnAuMbn8tl/iZZegE1rBis5p6t9KYetXnM3THTGWFysAY8XIj0k8YxSKuXB/SaVr3sIAW5WjjBRNaIk/RY3ulxfYXmx79P4g0OPYn/OTaeTesb27khe8vyL33/G8WvPrwl8J7hfJ7jxX4/d99v1aa4ll5GewgNReG/zoMeUKS3h/dEVk2CzX8Lc2D38cpNjUpIr3sTW3ihv1LSwOG42x6HbwjUpqaUiK9HMw4g8v8mQ0WQICV3sL19PBbRI2dQGxi5B46BgGAGH0MgE2gREMMAthDeYfPVB+TT0vTpA8Tx9SZNGoyjcZUG0t6KE+VToeOqTHFaeh+VUCghmZAwMrswAAyKTBQ/u4YW5ujjWgD4AAK2b2991pS3vUPfGp1Dj0NSSToxhkScRoSRwKeAVHuXXu16ln2+vas+hllqG+o1H3SugLTUHwfNjEJ+1g0MdGHxWTCQbipk6DsiVOyU0aCBlMbaL9nMBx+pf8YTR4UVuvwmzNd2f8kg7JOJjPZEkm5LP/Gd5L4sozw2wLBbXwCbx3ehjB6Ar9tck+YgCdQ7GTI0DFgikBOAh40a7/YMEO5sLxcKDcMOyA06D25XBhmeIBjirG/BfX14S2ixk4g7gZfscAj1uNO7J242DgPJmB6xM2/eh/MVkzARsgTxLALpGZG39WzkEyGZxw1Ofvop2HnmPsugao9d7YT9om6B8Xx2itUv8+c2nPeyYuBbn7YqRa7mlrjFQzbRUHBpnLGVGvE2/pwq2YgQVTq2dtZ+ET/1zQQuI9MwNM4PgkMTk/Ftyfub5+qKp+tsVx8LdNS/Jcy6TpftFvYuJ3LxGvS92o+7iUkRN8j60c71T2I3uuazJVaBlrBtld2iebrxRpxWnHGm7UCaxPzXX55ehJ0KSH/5b1d32C790/pEvJSZAkdyNKf3kdY+kccsl2ML4vtEREpE6cEvGtJCXvULRhrBdU4gwQHFzYISstQW5NJlXyEI5gWLNghpU5q2aAlJlKBFpsowKlUIU6hCprZysej6h7qo835SewlxDZebE2OgKNZT43MiFzP1AzWYiLgzQQILShchpRhZY0ya1HAglN/pKtp+CxkAJ9FSTLEFwQE0cACtzThCB67ku9FVs/U1AsjUboQixP2Jg5rr/6rHqaRtPGVXgSyrI7PniopLnA/NjmONXB4Gkxgtvan91Q3K3rBbNGb8X/F5KzZw2qnzIBNtop+KlwTvbBr4N3Uj28dXeB79uOnzlQvjB7omnr37UdXB2CoDA89+pyZQRrHMpi7NlqCbWAYUObEe5ulkXJu7N0k7ENRpeCfZKpSw1Uuq3+mNzpRMpgzcfvaGlIUXOGy7EcdhXURhP5WkeEvx3eRQqFoK8LmCqcLaZTlDQK1utY2kYOVOApEKo83vFGSnvbtq+1z5S+otvMCQ1IWZwCmD0gPhEcAgBPFMo24NqmcVMvJTuTlfqXpzpgYZsqMPuWREbC8QmBujQhd79aWXypVYut6974N7vWxZcMGN1mnU8KciBD5OOSIvWsaqVO/L1PHy87Owane2d4zAzfpebjv8+d95QS/fMb2LZJ2DCPfv//t3WphMDycC9NWG3eePM12rgRBWNvYWDtWwC6NoW3BPys2mIhBS0qQxUhMyzFOkBiBLAYLxTW5nEGXh169eofpDHgFDJ6Ul6EDg1gZErV4dZDhavORp0g7dYw/RsW2Pnr4N1aGDQ6gZTQPDpbpKNBVq9CSU65JCiQFwSArcLNTUOaias5R4bIgV1l/PGWMd5cKUqL3hkmAOM4tR9sMXR/BJDnH8iw0CAmcYLsYVXgniqOMwmuqIw2jjU4LDXrRWUMcdZLjHJbA+mD3VaHldBB++wz3w32dfhDGT8q+ecI8bNz8UOvzG+q1W0Ol40N5wSDrQU46vuSQLEnuNs8pIBTVWzywfXmQLdLVx3sPYBNm68XBPdFzEm/cR8TnG6GUaO8eyUUC57aJIAG9hQjMRm292bgndlbiJfPh8MXiXvskx8+tb/bWonhjyIPssSGuXzmTe8zq8UXFELc4iHVg2/lh9ilm48XCPiUWrAuKYU6533Trxenl4+xh24dboAMKuBw25qDqoBZHRt3FoIOIy/aSOEiw5RjCCYpuLibbo0JeywzMb4NGd0VuOBVF6jlsFK7f5KlJcUh4C2WiDfNxYVUE7Th0wIQo5inxxGIk3ihbiNusteK7brq0QcpgNhw8yOXPXaPWe9Jjx4bIiq0Cb/awhLMXABuvYt7Ib/pe+u8RXvdv2l7ab0dplahqRtbKbGO0MVvxqoYRR1cHF29Xn7OD5zafAy5NtqyRL2pHDeX8PNTLi01jF0HDvxJP+6v+BOtcRQXbmp2bd91OdIUmqMcs/fxqU2sTEnz5reBtDifL5u6u4oS6OkVCSdCYTRZHzS5e7aafzxIWP8JQ5/iXy/1gAyEg4raa9IdpGK3+PvXvudAE78CqtvGEabIWCLxbQdvhFe7JcvLxDUmKs73oujQvRum9yEhfR6I5lxSljs+5aF/G4zTDtLU5taNbTlxFZHn5Tz+2Im1W8X4zOMv9lVtKVdh/g5hyYEP9Tc9tOURStbJfS0JlCBZ5Zy1WRoBzhY5RGrs5cFpnGnJ2X546LgSZLrpajSFCPjv6J5fKcfom/5E+hS5Vfz0bBjBtCrkWQUnY2gtHWtBA/Sija0kI+NOMqo2BsPev1dGlU+k/dpLAaKOQyv0ZDXBBXLGWbqYLKYo3KQnmWfoj4cYYdeD6pY/iV6ea8IQpjqSZiOR7n6z1dCEIPZ3VLIiWjQ7WoLXoji34+GKs1Tp6BDHHs/YU35sUWYPuaeAajd82/njp2iAVCzf2RyyDeLKf0mNaV4Ebx18qgqf/Jx2EBjeO++ahnf1Iqf+UHQLPfCMdgNob8UANk3y0fQAtlZVNTQULzae9v4tyNEMa5yVn6PrpBsoNPIQVG12tDGTuEsF0yh8v0Z26vCJDx0+Pny9a/9Xj9zG3Korvz8EoSiOLprwu1OQs32ZU6RXC2ReiyNEvElycoyPPm2O9N+y0hga/kW/9pOSAxTdfoCzRA3ayPe3Nz2EgOUyosDrzkFjm4BiBJpgkWqQ3j3B9Ms+0M/qndjYJlxd3BRfzmm4qbFvFYsttYBzq6sLxMNtN9+cdOO7+32qzwHFcVweOx83T1QXA+dgxdb4LjzimPTPzXM+FUr/eZX09xUX3FkDibxXbYt3Q1iAlxDOExie54h4CHEJXgv+xLErslkjkPiVJ4azwQvumSIB9qI2Z3sq3vb3oKPr+LNYREbVugYPZiibfZh+mjXlEsRq64cwh79zuSfNJJzNzM56iu9NKZEknx2vBWMGRLXXoBnT3FrSAPTuwZTVq0P5K4ayTlBKctV85XUtjVbJlgxqDpwD4ugSOZI/GHglwkzTi+aN2OCRgdIHIxzZ+TtvH3s3+mvaP9XwkeRkSiAQlp8xHkbM8GSmvQpYnna90jT/cXAmr8DObrSP2++NhJhVqrdw2boWmIymIMw4stsXkOXxjYmNyc2J9GeXlDF8rb91YpT3pBcle6f3YKpDrhbXxvfltmGWvde8qrM0m1veQF2UHp6evYNOG7d8XmzGzsTGxL1+iaS9iUmwv8fUtwe/piqLwuUOuPqND620u3TEU4XpgbjgATA6/dkVRhU9O+NAocnyHdmARh+f6AKXKtaxidvbBQwAAmF3lO1bh8zV+YKX8Rp8w1VhVyKtV+4mVAQAABGi9UTqrQpaRoAQA7Ottoz3APqGXAJhdLQQrhOq1grFiDOU7dqTGL6yy2UaH0+hhC0i9SKLR31iRrCTDV9mNlfMNDmEr+O5oWCy7UqnAUATY/CWIYLbRNb6RaJ3n/vg1Jvr8HwMA9gu9C3X/WxcWPfti9hHUwbTrjM46RHk/0C6idNWt6rUxTw8rv3WtDyifPAqPZ7l/JtP+nS2fKP7wn4/xSLjiijjRWkUZSZ++G1UtDwqYCHz6TbLwtTt7Tyn9S8CBaJJh3y40/e9r+eQF/9ooUM8O4Wa2oN33/qld0tI9tdoVC4UaQ0Kp1iSb+y8KVRpsCtVqnQj1Ftycv0GHBzAp12HeM0NIWr0TCs0+C6VWX9jc/5tQpdtfoVrrEOrdJt4lNjjm+ZTyjREEa1W9lNcUjLKkDFb9RnvrgJN+n/tHTr5crRer7LIvDMgYLuluNyJGGaZefRrtw64jFZka1LJwIvGyXBqe60JTPygHb4wg7vS1Ur0W9JqCObyUuTf/jfbWAQu2+LHgP3Lyp6+sLawk2C8lSG2xLanpbjeE6EbZ6zP1yifRsWPVpER+XQ1qWXB/MOLFkuzJyCqL+tV+fSm0b6vmmReiQhqmpez7lT+A43q+zsnNy69WvUbNWrXr1K1Xv0FBYVHDRsWNz2nStFnzFmapfUVcFykhCViGPqu8tcjrPN2HFmsfcgMaK6I2k4cXQc5edJNbhUX0IdkFTDK+xWOWRCLUH6fpaOQ4y/HWTdIkP64PORft4OwdhZK9L04O2+zQI0H/U9/TsO0Kg10uAmu3zxLrurormjJNQUBL/nAgCWIcG3jOeqp8hzPswXfrcR52o+t12rtQIZO+ngpoJjbWs0LU3A5Oo6OAhYYOQw28n+ZRXK9a3W/VfxVZDQY=') format('woff2'),
  url('../fonts/iconfont.woff?t=1565774296012') format('woff'),
  url('../fonts/iconfont.ttf?t=1565774296012') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1565774296012#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-skype1:before {
  content: "\e600";
}

.icon-instagram:before {
  content: "\e66e";
}

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

.icon-linkedin:before {
  content: "\e666";
}

.icon-facebook:before {
  content: "\e667";
}

.icon-twitter:before {
  content: "\e66a";
}

.icon-youtube:before {
  content: "\e66c";
}

.icon-pinterest:before {
  content: "\e66d";
}

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

.icon-right24:before {
  content: "\e784";
}

.icon-left28:before {
  content: "\e793";
}

.icon-right28:before {
  content: "\e794";
}

.icon-left30:before {
  content: "\e79b";
}

.icon-right30:before {
  content: "\e79c";
}

.icon-search5:before {
  content: "\e7b3";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c3";
}

.icon-email1:before {
  content: "\e7c4";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-qq:before {
  content: "\e7ca";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-email:before {
  content: "\e7c5";
}

.icon-email11:before {
  content: "\e7c6";
}

.icon-wechat:before {
  content: "\e7cd";
}

.icon-phone:before {
  content: "\e7cf";
}

.icon-calendar5:before {
  content: "\e7e3";
}

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

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

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

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



.slideshow { position: relative; }

.slideshow .wp { position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -166.5px; }

.slideshow .wp img { max-width: 100%; max-height: 80%; }

.slideshow .item a img { width: 100%; -webkit-transition: all 6s ease-out; -o-transition: all 6s ease-out; -moz-transition: all 6s ease-out; transition: all 6s ease-out; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.slideshow .item.slick-active img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.slick-dots { position: absolute; left: 63.02%; bottom: 2px; text-align: center; line-height: 0; }

.slick-dots li { display: inline-block; }

.slick-dots li button { cursor: pointer; background: url(../images/dot.png) no-repeat center center; -webkit-background-size: contain; background-size: contain; font-size: 0px; margin: 0 3px; border: none; outline: none; width: 20px; height: 20px; }

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

@media screen and (max-width: 999px) { .slick-dots li button { width: 15px; height: 15px; } }

@media screen and (max-width: 767px) { .slick-dots { bottom: 0; }
  .slick-dots li button { margin: 0 1px; width: 10px; height: 10px; } }

@media screen and (max-width: 500px) { .slick-dots { bottom: 0; }
  .slick-dots li button { margin: 0 1px; width: 8px; height: 8px; } }

.slick-prev, .slick-next { display: none !important; background-color: transparent; border: 0; cursor: pointer; position: absolute; top: 50%; z-index: 999; margin-top: -30px; }

.slick-prev .iconfont, .slick-next .iconfont { font-size: 60px; font-size: 6rem; color: #fff; }

.slick-prev:hover .iconfont, .slick-next:hover .iconfont { color: #F20000; }

.slick-prev { left: 120px; }

.slick-next { right: 120px; }

@media screen and (max-width: 1219px) { .slideshow .wp { margin-left: -490px; } }

@media screen and (max-width: 999px) { .slideshow:hover .slick-prev, .slick-next { display: none !important; }
  .slideshow .wp { width: 100%; left: 0; margin-left: 0; height: 80%; top: 0; margin-top: 20px; } }

.slideshow .item.slick-active.item_one 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); }

.slideshow .item.slick-active.item_one.on img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.slick-list, .slick-slider, .slick-track { position: relative; display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track { visibility: hidden; }

.slick-slider { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: 0; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { top: 0; left: 0; }

.slick-track:after, .slick-track:before { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir=rtl] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

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