.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: #000; background-color: rgba(0, 0, 0, 0.9); -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; padding: 3%; }

#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); */ max-width: 80%; max-height: 100%; }

#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% - 17px); top: -moz-calc(50% - 17px); top: calc(50% - 17px); width: 35px; height: 35px; }

.baguetteBox-button { position: absolute; cursor: pointer; outline: 0; padding: 0; margin: 0; border: 0; background-color: transparent; color: #fff; -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 .iconfont { font-size: 35px; font-size: 3.5rem; }

@media only screen and (max-width: 999px) { .baguetteBox-button .iconfont { font-size: 24px; font-size: 2.4rem; } }

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

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

@media only screen and (max-width: 1700px) { .baguetteBox-button#next-button { right: 5%; } }

@media only screen and (max-width: 999px) { .baguetteBox-button#next-button { right: 2%; } }

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

@media only screen and (max-width: 1700px) { .baguetteBox-button#previous-button { left: 5%; } }

@media only screen and (max-width: 999px) { .baguetteBox-button#previous-button { left: 2%; } }

.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#close-button .iconfont { font-size: 23px; font-size: 2.3rem; }

@media only screen and (max-width: 999px) { .baguetteBox-button#close-button .iconfont { font-size: 16px; font-size: 1.6rem; } }

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

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

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

/* CSS Document */
* { margin: 0; padding: 0; }

html { font-size: 62.5%; }

body { color: #333; font-family: "PoppinsRegular"; 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: "PoppinsRegular"; 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: #0090A3 !important; }

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

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

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

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

[class*="-item"] .item-desc a:hover { color: #0090A3 !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; border: solid 1px #ededed; background-color: #f8f8f8; color: #333; width: 36px; height: 30px; line-height: 28px; margin: 0 2px 10px; font-size: 16px; font-size: 1.6rem; }

.page a.prev, .page a.next { width: 61px; font-size: 14px; font-size: 1.4rem; }

.page a.prev { width: 90px; }

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

@media only screen and (max-width: 767px) { .page a { height: 28px; line-height: 26px; width: 28px; font-size: 12px !important; font-size: 1.2rem !important; } }

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

.page .add-form { float: none; display: inline-block;  padding-right: 20px; margin-left: 13px; }

.page .add-form .add-btn { text-align: center; width: 150px; height: 30px; line-height: 28px; background-color: #0090A3; color: #FFFFFF; cursor: pointer; }

.page .add-form .add-btn:hover { background-color: #333; }

@media only screen and (max-width: 767px) { .page .add-form { margin-left: 0; }
  .page .add-form .add-btn { width: 140px; height: 28px; line-height: 26px; } }

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

.contact-pc li { position: relative; width: 100%; height: 47px; }

.contact-pc li a { display: block; height: 100%; width: 100%; text-align: center; line-height: 47px; 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: #157EEE; }

.c2 { background: #29C5F6; }

.c3 { background: #35B30D; }

.c4 { background: #006DC0; }

.c5 { background: #3B5998; }

.c6 { background: #35B30D; }

.contact-pc .iconfont, .contact-phone .iconfont { color: #fff; font-size: 20px; font-size: 2rem; }

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

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

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

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

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

/*back-top*/
.back-top { position: fixed; right: 5px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; }

.back-top .iconfont { width: 53px; height: 53px; display: block; border-radius: 50%; background-color: #0090A3; line-height: 53px; text-align: center; color: #fff; font-size: 15px; font-size: 1.5rem; }

@media only screen and (max-width: 767px) { .back-top .iconfont { 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 { border-top: dashed 1px #666; padding-top: 44px; font-size: 16px; font-size: 1.6rem; }

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

.m-oths a:hover { color: #0090A3; }

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

.m-oths .item-btn { width: 79px; height: 26px; line-height: 24px; border: solid 1px #0a0a0a; color: #0a0a0a; display: inline-block; text-align: center; margin-right: 10px; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 767px) { .m-oths { padding-top: 25px; font-size: 14px; font-size: 1.4rem; }
  .m-oths .oths-item { line-height: 26px; margin-bottom: 10px; } }

/*-------------bread start-----------------------------------------------------------------*/
.bread { text-align: center; background: url(../images/bread.jpg) no-repeat center; -webkit-background-size: cover; background-size: cover; height: 306px; padding: 130px 0 0; }

@media screen and (max-width: 1219px) { .bread { padding: 50px 0; height: auto; } }

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

.bread .item-title { font-size: 42px; font-size: 4.2rem; font-family: 'AkzidenzGroteskExtraBoldAlt'; text-transform: uppercase; }

.bread .item-title, .bread .item-title a { color: #0090A3; }

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

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

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

.bread .item-subt { font-size: 16px; font-size: 1.6rem; margin-top: 7px; font-family: "arial"; }

.bread .item-subt, .bread .item-subt a { color: #0090A3; }

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

.bread a:hover, .bread .bread-active { color: #ccc !important; }

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

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

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

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

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

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

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

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

.search .search-icon .iconfont { font-size: 20px; font-size: 2rem; color: #333; }

.search .search-box { display: none; overflow: hidden; position: absolute; top: 35px; right: 0; z-index: 999; width: 278px; 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 { border-top: solid 8px #0090A3; }

.header .h-top { position: absolute; top: 0; right: 0; }

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

.header .h-top .lang-box { margin-top: 20px; float: right; }

.header .h-top .lang-box a { float: left; margin-left: 10px; }

.header .h-top .lang-box svg, .header .h-top .lang-box img { max-width: 51px; max-height: 32px; }

@media screen and (max-width: 767px) { .header .h-top .lang-box { margin-top: 10px; }
  .header .h-top .lang-box svg, .header .h-top .lang-box img { max-width: 30px; max-height: 20px; }
  .header .h-top .lang-box a { margin-left: 5px; } }

.header .h-top .down-btn { float: right; margin-right: 5px; margin-top: 9px; }

.header .h-top .down-btn .iconfont { font-size: 48px; font-size: 4.8rem; color: #0090A3; vertical-align: middle; margin-right: 10px; }

.header .h-top .down-btn:hover { color: #0090A3; }

@media screen and (max-width: 767px) { .header .h-top .down-btn { margin-top: 5px; margin-right: 0; }
  .header .h-top .down-btn .iconfont { font-size: 30px; font-size: 3rem; } }

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

@media screen and (max-width: 767px) { .header .logo { float: none; height: 75px; margin: 50px auto 15px; } }

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

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

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

.header .navlist > li > a { font-size: 18px; font-size: 1.8rem; font-family: "PoppinsSemiBold"; display: block; position: relative; line-height: 40px; }

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a { color: #0090A3; }

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

@media screen and (max-width: 999px) { .header .navlist > li { margin-left: 35px; } }

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

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

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

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 158px; left: 50%; margin-left: -79px; }

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

.header .yiji li > a { display: block; line-height: 24px; padding: 13px 10px 13px 20px; font-family: "MyriadProSemibold"; font-size: 18px; font-size: 1.8rem; }

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

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

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

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

.header .erji, .header .sanji { position: absolute; left: -9999px; top: 0; border-left: solid 1px transparent; width: 158px; }

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

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

.navlist1 > li > a { font-family: "PoppinsSemiBold"; display: inline-block; position: relative; line-height: 30px; }

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

@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, .footer a { color: #C6C6C6; }

.footer a:hover { color: #0090A3; }

.footer .f-top { background-color: #1d1d1d; padding-bottom: 40px; }

.footer .f-top .footer-title { font-size: 20px; font-size: 2rem; font-family: "PoppinsBold"; padding: 82px 0 40px; }

.footer .f-top .flist1 { width: 290px; padding: 35px 0 0; }

.footer .f-top .flist1 .logo1 { display: block; }

.footer .f-top .flist1 .copyright { line-height: 24px; margin-top: 13px; }

.footer .f-top .flist1 .f-follow { margin-top: 21px; }

.footer .f-top .flist1 .f-follow a { float: left; margin-left: 20px; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; }

.footer .f-top .flist1 .f-follow a:first-child { margin-left: 0; }

.footer .f-top .flist1 .f-follow a:hover { margin-top: -5px; margin-bottom: 5px; }

.footer .f-top .flist1 .f-follow .iconfont { font-size: 20px; font-size: 2rem; color: #fff; }

.footer .f-top .flist2 { margin-left: 167px; width: 280px; }

.footer .f-top .flist2 ul { line-height: 30px; }

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

.footer .f-top .flist3 ul { line-height: 34px; }

.footer .f-top .flist4 { width: 125px; }

.footer .f-top .flist4 ul { line-height: 34px; }

@media screen and (max-width: 1219px) { .footer .f-top .flist2 { margin-left: 50px; width: 185px; }
  .footer .f-top .flist3 { width: 330px; } }

@media screen and (max-width: 999px) { .footer .f-top .flist1 { width: 80%; margin: 0 10%; text-align: center; }
  .footer .f-top .flist1 .logo1 { margin: 0 auto; }
  .footer .f-top .flist1 .f-follow a { float: none; }
  .footer .f-top .flist2 { margin-left: 0; width: 25%; padding-right: 15px; }
  .footer .f-top .flist3 { margin-left: 0; width: 50%; padding-right: 15px; }
  .footer .f-top .flist4 { width: 25%; }
  .footer .f-top .footer-title { padding: 40px 0 20px; } }

@media screen and (max-width: 767px) { .footer .f-top { padding: 15px 0; }
  .footer .f-top .flist2, .footer .f-top .flist3, .footer .f-top .flist4 { display: none; }
  .footer .f-top .flist1 { width: 100%; padding: 0; margin: 0 auto; }
  .footer .f-top .flist1 .logo1 { height: 70px; } }

.footer .f-bot { background-color: #111; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 23px 0 20px; }

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

.footer .links { margin-bottom: 6px; }

.footer .links a { display: inline-block; margin: 0 20px; }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* .index-probox start */
.index-probox { padding: 71px 0 90px; }

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

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

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

.index-probox .box-title { font-size: 33px; font-size: 3.3rem; font-family: "PoppinsSemiBold"; text-align: center; }

.index-probox .box-title a:hover { color: #0090A3; }

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

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

.index-probox .box-tab .tab-options { margin: 42px 0 58px; position: relative; text-align: center; }

@media screen and (max-width: 999px) { .index-probox .box-tab .tab-options { margin: 50px 0; } }

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

.index-probox .box-tab .tab-options:after { position: absolute; content: ''; width: 100%; left: 0; top: 50%; height: 1px; background-color: #dcdcdc; z-index: 0; }

.index-probox .box-tab .tab-options li { cursor: pointer; display: inline-block; margin: 0 8px; padding: 0 10px; width: 240px; height: 42px; line-height: 40px; border-radius: 21px; font-size: 16px; font-size: 1.6rem; font-family: "MyriadProSemibold"; background-color: #ffffff; border: solid 1px #dcdcdc; position: relative; z-index: 1; }

.index-probox .box-tab .tab-options li:hover, .index-probox .box-tab .tab-options li.tab-active { background-color: #0090A3; border-color: #0090A3; color: #fff; }

@media screen and (max-width: 767px) { .index-probox .box-tab .tab-options li { width: 150px; height: 32px; line-height: 30px; border-radius: 16px; } }

@media screen and (max-width: 400px) { .index-probox .box-tab .tab-options li { float: left; width: 46%; margin: 0 2%; padding: 0; } }

.index-probox .scroll-box { padding: 0 47px; position: relative; overflow: hidden; }

@media screen and (max-width: 767px) { .index-probox .scroll-box { padding: 0 40px; } }

.index-probox .scroll-box .scroll-btns .scroll-btn { cursor: pointer; position: absolute; z-index: 99; top: 50%; margin-top: -52px; color: #0090A3; }

.index-probox .scroll-box .scroll-btns .scroll-btn .iconfont { font-size: 40px; font-size: 4rem; }

.index-probox .scroll-box .scroll-btns .scroll-btn:hover { color: #666; }

.index-probox .scroll-box .scroll-btns .scroll-btn.prev { left: 0; }

.index-probox .scroll-box .scroll-btns .scroll-btn.next { right: 0; }

@media only screen and (max-width: 999px) { .index-probox .scroll-box .scroll-btns .scroll-btn { margin-top: -38px; } }

@media only screen and (max-width: 767px) { .index-probox .scroll-box .scroll-btns .scroll-btn { margin-top: -31px; }
  .index-probox .scroll-box .scroll-btns .scroll-btn .iconfont { font-size: 30px; font-size: 3rem; } }

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

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

.index-probox .scroll-box .scroll-list li { float: left; width: 3.16456%; margin-right: 0.25316%; }

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

@media only screen and (max-width: 640px) { .index-probox .scroll-box .scroll-list li { width: 4.9%; } }

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

.index-probox .scroll-box .scroll-list .item-pic { position: relative; width: 100%; }

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

.index-probox .scroll-box .scroll-list .item-pic:hover .item-backdrop { top: 0; }

.index-probox .scroll-box .scroll-list .item-backdrop { position: absolute; bottom: 0; top: 999px; left: 0; width: 100%; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; background: #000; background: rgba(0, 0, 0, 0.5); }

.index-probox .scroll-box .scroll-list .item-backdrop .iconfont { display: block; position: absolute; width: 47px; height: 47px; border-radius: 50%; top: 50%; left: 50%; background-color: #0090A3; text-align: center; line-height: 47px; margin-top: -24px; margin-left: -24px; font-size: 30px; font-size: 3rem; color: #fff; }

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

.index-probox .scroll-box .scroll-list .item-title { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 38px; }

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

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

/* .index-probox end */
/* index-about start */
.index-about { position: relative; }

.index-about:after { position: absolute; content: ''; width: 14.58333%; background: url(../images/bg1.png) no-repeat top; -webkit-background-size: contain; background-size: contain; left: 46.08333%; top: 18.13953%; bottom: 0; opacity: 0.7; }

.index-about .item-videobox { width: 50.41667%; overflow: hidden; float: left; border: 10px 10px 0 0; margin-right: 6.08333%; }

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

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

.index-about .item-video { position: relative; overflow: hidden; padding-bottom: 71.07438%; height: 0; }

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

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

.index-about .box-title { margin-top: -15px; font-size: 34px; font-size: 3.4rem; font-family: "PoppinsSemiBold"; }

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

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

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

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

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

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

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

.index-about .item-btn { margin-top: 35px; position: relative; display: inline-block; width: 200px; height: 36px; line-height: 36px; border-radius: 18px; background-color: #0090A3; font-family: "arial"; color: #fff; font-weight: bold; text-align: center; padding-right: 36px; }

.index-about .item-btn .iconfont { width: 30px; height: 30px; border-radius: 50%; background-color: #fff; font-weight: normal; color: #0090A3; text-align: center; line-height: 30px; display: inline-block; position: absolute; top: 3px; right: 3px; font-size: 12px; font-size: 1.2rem; }

.index-about .item-btn:hover { background-color: #333; }

@media screen and (max-width: 767px) { .index-about .item-btn { margin-top: 20px; width: 160px; } }

/* index-about end */
/* index-titlebox start */
.index-titlebox { font-family: "PoppinsSemiBold"; text-align: center; position: relative; padding-bottom: 41px; }

.index-titlebox:after { position: absolute; content: ''; width: 3px; height: 35px; background-color: #4F4F4F; left: 50%; margin-left: -1.5px; bottom: 0; }

@media screen and (max-width: 767px) { .index-titlebox { padding-bottom: 30px; }
  .index-titlebox:after { height: 25px; } }

.index-titlebox .item-subt { letter-spacing: 2px; font-size: 18px; font-size: 1.8rem; text-transform: uppercase; }

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

.index-titlebox .item-subt a:hover { color: #0090A3; }

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

.index-titlebox .item-title { font-size: 34px; font-size: 3.4rem; }

.index-titlebox .item-title, .index-titlebox .item-title a { color: #000; }

.index-titlebox .item-title a:hover { color: #0090A3; }

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

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

.index-titlebox .iconfont { font-size: 14px; font-size: 1.4rem; margin-left: 2px; }

/* index-titlebox end */
/* index-threebox start */
.index-threebox { padding: 91px 0 67px; }

@media screen and (max-width: 1219px) { .index-threebox { padding: 70px 0 67px; } }

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

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

.index-threebox .box-list .list-item { float: left; width: 31.33333%; margin-left: 3%; text-align: center; margin-top: 39px; }

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

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

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

.index-threebox .box-list .item-pics img { display: block; margin: 0 auto; width: 100%; max-width: 90px; }

.index-threebox .box-list .item-title { margin-top: 23px; font-size: 24px; font-size: 2.4rem; line-height: 30px; font-family: "Poppins-Medium"; text-transform: uppercase; }

.index-threebox .box-list .item-title, .index-threebox .box-list .item-title a { color: #555; }

@media screen and (max-width: 999px) { .index-threebox .box-list .item-title { font-size: 20px; font-size: 2rem; margin-top: 15px; } }

@media screen and (max-width: 767px) { .index-threebox .box-list .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 10px; } }

.index-threebox .box-list .item-desc { margin-top: 21px; font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 78px; }

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

@media screen and (max-width: 767px) { .index-threebox .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 22px; height: 66px; margin-top: 0; } }

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

.index-threebox .box-list .item-btn { display: block; font-family: "PoppinsSemiBold"; font-size: 18px; font-size: 1.8rem; color: #666; margin-top: 22px; }

.index-threebox .box-list .item-btn:hover { color: #0090A3; }

@media screen and (max-width: 767px) { .index-threebox .box-list .item-btn { font-size: 16px; font-size: 1.6rem; margin-top: 15px; } }

/* index-threebox end */
/* index-news start */
.index-news { padding: 82px 0 107px; background-color: #EEEEEE; }

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

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

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

.index-news .box-list .list-item { margin-top: 37px; float: left; width: 32%; margin-left: 2%; border-radius: 5px; overflow: hidden; background-color: #fff; }

.index-news .box-list .list-item:hover { -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2); }

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

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

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

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

.index-news .box-list .item-body { padding: 27px 25px 32px; }

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

.index-news .box-list .item-desc { font-size: 18px; font-size: 1.8rem; line-height: 30px; height: 60px; font-family: "PoppinsSemiBold"; }

.index-news .box-list .item-desc, .index-news .box-list .item-desc a { color: #333; }

@media screen and (max-width: 999px) { .index-news .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; } }

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

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

.index-news .box-list .item-date { font-size: 16px; font-size: 1.6rem; line-height: 24px; color: #666; margin-top: 10px; }

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

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

/* index-news end */
/* index-contact start */
.index-contact { background: url(../images/bg2.jpg) no-repeat center; -webkit-background-size: cover; background-size: cover; position: relative; padding: 102px 0 113px; text-align: center; }

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

@media screen and (max-width: 767px) { .index-contact { padding: 50px 3%; } }

.index-contact .wp { position: relative; z-index: 1; }

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

.index-contact:after { position: absolute; content: ''; left: 10.72917%; right: 10.72917%; top: 54px; bottom: 46px; border: solid 2px #fff; opacity: 0.4; z-index: 0; }

@media screen and (max-width: 1600px) { .index-contact:after { width: 1200px; left: 50%; margin-left: -600px; right: auto; } }

@media screen and (max-width: 1219px) { .index-contact:after { width: 980px; margin-left: -490px; } }

@media screen and (max-width: 999px) { .index-contact:after { width: auto; left: 2.5%; right: 2.5%; margin-left: 0; } }

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

.index-contact .item-p1 { font-size: 22px; font-size: 2.2rem; line-height: 30px; font-family: "PoppinsBold"; text-transform: uppercase; }

@media screen and (max-width: 999px) { .index-contact .item-p1 { font-size: 20px; font-size: 2rem; } }

@media screen and (max-width: 767px) { .index-contact .item-p1 { font-size: 16px; font-size: 1.6rem; line-height: 24px; } }

.index-contact .item-p2 { font-size: 28px; font-size: 2.8rem; line-height: 30px; margin-top: 21px; }

@media screen and (max-width: 999px) { .index-contact .item-p2 { font-size: 24px; font-size: 2.4rem; margin-top: 10px; } }

@media screen and (max-width: 767px) { .index-contact .item-p2 { font-size: 20px; font-size: 2rem; margin-top: 5px; } }

.index-contact .item-mail { margin-top: 24px; font-family: "Poppins-Medium"; font-size: 18px; font-size: 1.8rem; line-height: 26px; }

.index-contact .item-mail .iconfont { color: #999; margin-right: 7px; }

.index-contact .item-mail a:hover { color: #0090A3; }

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

@media screen and (max-width: 767px) { .index-contact .item-mail { font-size: 14px; font-size: 1.4rem; margin-top: 5px; } }

.index-contact .item-p3 { font-size: 32px; font-size: 3.2rem; font-family: "PoppinsBold"; margin-top: 29px; }

@media screen and (max-width: 999px) { .index-contact .item-p3 { font-size: 28px; font-size: 2.8rem; margin-top: 10px; } }

@media screen and (max-width: 767px) { .index-contact .item-p3 { font-size: 24px; font-size: 2.4rem; line-height: 30px; margin-top: 5px; } }

@media screen and (max-width: 640px) { .index-contact .item-p3 { font-size: 20px; font-size: 2rem; } }

.index-contact .item-form { margin: 27px auto 0; max-width: 557px; /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ }

.index-contact .item-form ::-webkit-input-placeholder { color: #A8A7A7; opacity: 1; }

.index-contact .item-form :-o-placeholder { color: #A8A7A7; opacity: 1; }

.index-contact .item-form ::-moz-placeholder { color: #A8A7A7; opacity: 1; }

.index-contact .item-form :-ms-input-placeholder { color: #A8A7A7; opacity: 1; }

.index-contact .item-form .item-input { float: left; width: 74.14722%; height: 70px; line-height: 70px; background-color: #fff; background-color: rgba(255, 255, 255, 0.3); color: #A8A7A7; font-size: 16px; font-size: 1.6rem; padding: 0 27px; }

.index-contact .item-form .item-btn { width: 25.85278%; height: 70px; line-height: 70px; background-color: #0090A3; text-align: center; font-size: 16px; font-size: 1.6rem; color: #fff; text-transform: uppercase; font-family: "PoppinsBold"; }

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

@media screen and (max-width: 999px) { .index-contact .item-form .item-input, .index-contact .item-form .item-btn { height: 50px; line-height: 50px; } }

@media screen and (max-width: 767px) { .index-contact .item-form { margin: 20px auto 0; }
  .index-contact .item-form .item-input { padding: 0 10px; }
  .index-contact .item-form .item-input, .index-contact .item-form .item-btn { height: 36px; line-height: 36px; font-size: 14px; font-size: 1.4rem; } }

/* index-contact end */
/* index-brand start */
.index-brand { padding: 81px 0 78px; }

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

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

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

.index-brand .index-titlebox { margin-bottom: 42px; }

.index-brand .index-titlebox .item-subt { margin-top: -3px; margin-bottom: 7px; }

@media screen and (max-width: 767px) { .index-brand .index-titlebox { margin-bottom: 20px; } }

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

.index-brand .brand-scroll .scroll-btns { display: none; }

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

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

.index-brand .brand-scroll .scroll-list li { float: left; width: 0.15%; margin-right: 0.02%; }

@media only screen and (max-width: 800px) { .index-brand .brand-scroll .scroll-list li { width: 0.235%; margin-right: 0.02%; } }

@media only screen and (max-width: 600px) { .index-brand .brand-scroll .scroll-list li { width: 0.32%; margin-right: 0.02%; } }

@media only screen and (max-width: 400px) { .index-brand .brand-scroll .scroll-list li { width: 0.49%; margin-right: 0.02%; } }

.index-brand .brand-scroll .scroll-list .item-pics { position: relative; width: 100%; }

.index-brand .brand-scroll .scroll-list .item-pics img { width: 100%; display: block; max-width: 180px; margin: 0 auto; }

/* index-brand end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 58px 0 90px; }

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

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

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

/*-------------1-1-products start----------------------------------------------------------*/
.pro-bar { position: relative; text-align: center; }

.pro-bar:after { position: absolute; content: ''; width: 100%; left: 0; top: 50%; height: 1px; background-color: #dcdcdc; z-index: 0; }

.pro-bar a { cursor: pointer; display: inline-block; margin: 0 8px; padding: 0 10px; width: 240px; height: 42px; line-height: 40px; border-radius: 21px; font-size: 16px; font-size: 1.6rem; font-family: "MyriadProSemibold"; background-color: #ffffff; border: solid 1px #dcdcdc; position: relative; z-index: 1; }

.pro-bar a:hover, .pro-bar a.active { background-color: #0090A3; border-color: #0090A3; color: #fff; }

@media screen and (max-width: 767px) { .pro-bar a { width: 150px; height: 32px; line-height: 30px; border-radius: 16px; } }

@media screen and (max-width: 400px) { .pro-bar a { float: left; width: 46%; margin: 0 2%; padding: 0; } }

.pro1-list { padding: 56px 0 30px; }

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

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

.pro1-list li { float: left; width: 31.66667%; margin-left: 2.5%; margin-bottom: 40px; }

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

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

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

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

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

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

.pro1-list .item-backdrop .iconfont { display: block; position: absolute; width: 47px; height: 47px; border-radius: 50%; top: 50%; left: 50%; background-color: #0090A3; text-align: center; line-height: 47px; margin-top: -24px; margin-left: -24px; font-size: 30px; font-size: 3rem; color: #fff; }

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

.pro1-list .item-title { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 32px; }

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

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

/*-------------1-1-products end------------------------------------------------------------*/
/*-------------2-1-about start-------------------------------------------------------------*/
.about-bar { margin-bottom: 66px; position: relative; text-align: center; padding: 0 4.66667%; }

.about-bar:after { position: absolute; content: ''; width: 100%; left: 0; top: 50%; height: 1px; background-color: #dcdcdc; z-index: 0; }

@media screen and (max-width: 999px) { .about-bar { margin-bottom: 50px; } }

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

@media screen and (max-width: 500px) { .about-bar:after { display: none; } }

.about-bar a { float: left; cursor: pointer; display: inline-block; margin: 0 1.47059%; padding: 0 10px; width: 22.05882%; height: 42px; line-height: 40px; border-radius: 21px; font-size: 18px; font-size: 1.8rem; background-color: #ffffff; border: solid 1px #dcdcdc; position: relative; z-index: 1; }

.about-bar a:hover, .about-bar a.active { background-color: #0090A3; border-color: #0090A3; color: #fff; }

@media screen and (max-width: 767px) { .about-bar a { padding: 0; width: 23%; margin: 0 1%; height: 32px; line-height: 30px; border-radius: 16px; font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 640px) { .about-bar a { font-size: 14px; font-size: 1.4rem; } }

@media screen and (max-width: 500px) { .about-bar a { width: 48%; margin-bottom: 5px; } }

/* about1-box start */
.about1-box .item-pic { position: relative; width: 494px; margin-left: 2.75%; padding: 1.5% 1.33333% 0 0; }

.about1-box .item-pic img { width: 100%; max-width: 478px; margin: 0 auto; display: block; }

.about1-box .item-pic:after { position: absolute; content: ''; top: 0; right: 0; width: 59.31174%; height: 82.76836%; background-color: #0090A3; z-index: -1; }

@media screen and (max-width: 999px) { .about1-box .item-pic { width: 400px; margin-left: 1.66667%; } }

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

.about1-box .item-body { margin-top: 15px; font-size: 16px; font-size: 1.6rem; line-height: 26px; overflow: hidden; }

.about1-box .item-body strong { font-weight: normal; font-family: "PoppinsBold"; }

@media screen and (max-width: 1219px) { .about1-box .item-body { overflow: visible; } }

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

/* .fac-scroll start */
.fac-scroll { position: relative; overflow: hidden; margin-top: 78px; padding: 0 31px; }

@media screen and (max-width: 999px) { .fac-scroll { margin-top: 50px; } }

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

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

.fac-scroll .scroll-btns .scroll-btn .iconfont { font-size: 40px; font-size: 4rem; color: #0090A3; }

.fac-scroll .scroll-btns .scroll-btn:hover .iconfont { color: #666; }

.fac-scroll .scroll-btns .scroll-btn.prev { left: -7px; }

.fac-scroll .scroll-btns .scroll-btn.next { right: -7px; }

@media screen and (max-width: 999px) { .fac-scroll .scroll-btns .scroll-btn { margin-top: -35px; }
  .fac-scroll .scroll-btns .scroll-btn .iconfont { font-size: 30px; font-size: 3rem; }
  .fac-scroll .scroll-btns .scroll-btn.prev { left: 0; }
  .fac-scroll .scroll-btns .scroll-btn.next { right: 0; } }

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

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

.fac-scroll .scroll-list li { float: left; width: 2.38137%; margin-right: 0.15817%; position: relative; }

@media only screen and (max-width: 767px) { .fac-scroll .scroll-list li { width: 3.2%; margin-right: 0.2%; } }

@media only screen and (max-width: 550px) { .fac-scroll .scroll-list li { width: 4.9%; margin-right: 0.2%; } }

.fac-scroll .scroll-list .item-pics { display: block; overflow: hidden; position: relative; }

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

.fac-scroll .scroll-list .item-pics:hover .item-backdrop { top: 0; }

.fac-scroll .scroll-list .item-backdrop { position: absolute; bottom: 0; top: 999px; left: 0; width: 100%; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; background: #000; background: rgba(0, 0, 0, 0.5); }

.fac-scroll .scroll-list .item-backdrop .iconfont { display: block; position: absolute; width: 47px; height: 47px; border-radius: 50%; top: 50%; left: 50%; background-color: #0090A3; text-align: center; line-height: 47px; margin-top: -24px; margin-left: -24px; font-size: 30px; font-size: 3rem; color: #fff; }

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

.fac-scroll .scroll-list .item-title { font-size: 16px; font-size: 1.6rem; font-family: "arial"; font-weight: bold; line-height: 30px; text-align: center; margin-top: 21px; }

@media only screen and (max-width: 767px) { .fac-scroll .scroll-list .item-title { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

/* .fac-scroll end */
/*-------------2-1-about end---------------------------------------------------------------*/
/*-------------2-2-about start-------------------------------------------------------------*/
.about2-top { font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.about2-top strong { font-family: "PoppinsBold"; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 767px) { .about2-top { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about2-top strong { font-size: 16px; font-size: 1.6rem; }
  .about2-top .br { display: none; } }

/* .cer-scroll start */
.cer-scroll { position: relative; overflow: hidden; margin-top: 78px; padding: 0 53.5px; }

@media screen and (max-width: 999px) { .cer-scroll { margin-top: 50px; } }

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

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

.cer-scroll .scroll-btns .scroll-btn .iconfont { font-size: 40px; font-size: 4rem; color: #0090A3; }

.cer-scroll .scroll-btns .scroll-btn:hover .iconfont { color: #666; }

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

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

@media screen and (max-width: 999px) { .cer-scroll .scroll-btns .scroll-btn { margin-top: -15px; }
  .cer-scroll .scroll-btns .scroll-btn .iconfont { font-size: 30px; font-size: 3rem; } }

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

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

.cer-scroll .scroll-list li { float: left; width: 3.10156%; margin-right: 0.34767%; position: relative; }

@media only screen and (max-width: 767px) { .cer-scroll .scroll-list li { width: 3.2%; margin-right: 0.2%; } }

@media only screen and (max-width: 550px) { .cer-scroll .scroll-list li { width: 4.9%; margin-right: 0.2%; } }

.cer-scroll .scroll-list .item-pics { border: solid 1px #999; display: block; overflow: hidden; position: relative; }

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

.cer-scroll .scroll-list .item-pics:hover .item-backdrop { top: 0; }

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

.cer-scroll .scroll-list .item-backdrop .iconfont { display: block; position: absolute; width: 47px; height: 47px; border-radius: 50%; top: 50%; left: 50%; background-color: #0090A3; text-align: center; line-height: 47px; margin-top: -24px; margin-left: -24px; font-size: 30px; font-size: 3rem; color: #fff; }

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

/* .cer-scroll end */
/*-------------2-2-about end---------------------------------------------------------------*/
/*-------------2-3-about start-------------------------------------------------------------*/
/* about3-top start */
.about3-top { font-size: 16px; font-size: 1.6rem; line-height: 26px; }

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

/* about3-top end */
/* about3-middle start */
.about3-middle { margin-top: 60px; }

@media screen and (max-width: 999px) { .about3-middle { margin-top: 50px; } }

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

.about3-middle .box-title { font-size: 18px; font-size: 1.8rem; font-family: "PoppinsBold"; line-height: 26px; margin-bottom: 21px; }

@media screen and (max-width: 767px) { .about3-middle .box-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 15px; } }

.about3-middle .item-pic { float: left; width: 435px; margin-right: 8.83333%; }

.about3-middle .item-pic img { display: block; margin: 0 auto; max-width: 435px; width: 100%; }

@media screen and (max-width: 999px) { .about3-middle .item-pic { margin-right: 2.5%; width: 400px; } }

@media screen and (max-width: 767px) { .about3-middle .item-pic { float: none; margin: 0; width: 100%; max-width: 435px; } }

.about3-middle .item-body { padding: 76px 0 0; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.about3-middle .item-body a:hover { color: #0090A3; }

@media screen and (max-width: 999px) { .about3-middle .item-body { padding: 60px 0 0; } }

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

/* about3-middle end */
/* .about3-bot start */
.about3-bot { margin-top: 54px; }

@media screen and (max-width: 999px) { .about3-bot { margin-top: 50px; } }

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

.about3-bot .box-title { font-size: 18px; font-size: 1.8rem; font-family: "PoppinsBold"; line-height: 26px; margin-bottom: -11px; }

@media screen and (max-width: 767px) { .about3-bot .box-title { font-size: 16px; font-size: 1.6rem; margin-bottom: 0; } }

.about3-bot .iconfont { font-size: 44px; font-size: 4.4rem; color: #0090A3; float: left; margin-right: 15px; }

.about3-bot .item-body { overflow: hidden; font-size: 16px; font-size: 1.6rem; line-height: 26px; max-width: 800px; }

.about3-bot .list-item { margin-top: 44px; }

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

/* .about3-bot start */
/*-------------2-3-about end---------------------------------------------------------------*/
/*-------------2-4-about start-------------------------------------------------------------*/
.about4-main { font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.about4-main strong { font-weight: normal; font-family: "PoppinsBold"; font-size: 18px; font-size: 1.8rem; }

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

.about4-main .list-item { margin-top: 44px; }

.about4-main .list-item .item-body { margin-top: 23px; }

.about4-main .img1 { padding: 38px 0 18px; }

.about4-main .img1 .pic1 { width: 37.33333%; max-width: 448px; }

.about4-main .img1 .pic2 { width: 37.75%; max-width: 453px; }

.about4-main .img1 .pic3 { width: 18.66667%; max-width: 224px; }

.about4-main .img2 { margin-top: 60px; }

@media screen and (max-width: 999px) { .about4-main .img1 { padding: 20px 0 0; }
  .about4-main .img2 { margin-top: 40px; } }

@media screen and (max-width: 767px) { .about4-main { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about4-main .list-item { margin-top: 20px; }
  .about4-main .list-item .item-body { margin-top: 15px; }
  .about4-main .img1 { margin: 15px 0 0; }
  .about4-main .img1 img { float: none; display: block; }
  .about4-main .img1 .pic1 { width: 100%; margin-left: 0.41667%; }
  .about4-main .img1 .pic2 { width: 100%; }
  .about4-main .img1 .pic3 { width: 50%; }
  .about4-main .img2 { margin-top: 30px; } }

/*-------------2-4-about end---------------------------------------------------------------*/
/*-------------3-1-news start--------------------------------------------------------------*/
.news-bar { position: relative; text-align: center; }

.news-bar:after { position: absolute; content: ''; width: 100%; left: 0; top: 50%; height: 1px; background-color: #dcdcdc; z-index: 0; }

.news-bar a { cursor: pointer; display: inline-block; margin: 0 14px; padding: 0 10px; width: 240px; height: 42px; line-height: 40px; border-radius: 21px; font-size: 18px; font-size: 1.8rem; background-color: #ffffff; border: solid 1px #dcdcdc; position: relative; z-index: 1; }

.news-bar a:hover, .news-bar a.active { background-color: #0090A3; border-color: #0090A3; color: #fff; }

@media screen and (max-width: 767px) { .news-bar a { width: 180px; height: 32px; line-height: 30px; border-radius: 16px; font-size: 16px; font-size: 1.6rem; margin: 0 8px; } }

@media screen and (max-width: 450px) { .news-bar a { float: left; width: 46%; margin: 0 2%; font-size: 14px; font-size: 1.4rem; } }

.news1-list { padding-top: 106px; padding-bottom: 9px; }

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

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

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

.news1-list li { width: 100%; margin-bottom: 68px; }

@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 { border-radius: 5px 5px 0 0; width: 284px; float: left; margin-right: 2.16667%; }

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

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

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

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

.news1-list .item-title { font-size: 18px; font-size: 1.8rem; font-family: "PoppinsBold"; line-height: 30px; }

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

.news1-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 72px; margin-top: 25px; }

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

@media screen and (max-width: 767px) { .news1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 60px; margin-top: 15px; } }

.news1-list .item-btnbox { margin-top: 31px; }

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

.news1-list .item-btn { display: block; width: 134px; height: 30px; line-height: 30px; border-radius: 15px; background-color: #0090A3; text-align: center; color: #fff; }

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

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

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

/*-------------3-1-news end----------------------------------------------------------------*/
/*-------------3-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-family: "PoppinsBold"; font-size: 18px; font-size: 1.8rem; line-height: 30px; }

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

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

.news2-main .item-date .iconfont { color: #999; }

.news2-main .item-date > span { color: #333; margin-right: 15px; display: inline-block; }

@media screen and (max-width: 767px) { .news2-main .item-date { margin-top: 10px; font-size: 14px; font-size: 1.4rem; } }

.news2-main .pro-share { display: inline-block; }

.news2-main .pro-share .share-title { font-size: 16px; font-size: 1.6rem; color: #333; font-family: "arial"; }

@media screen and (max-width: 767px) { .news2-main .pro-share .share-title { font-size: 14px; font-size: 1.4rem; } }

.news2-main .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; padding: 51px 0 66px; }

.news2-main .item-desc, .news2-main .item-desc p, .news2-main .item-desc a, .news2-main .item-desc li, .news2-main .item-desc span, .news2-main .item-desc strong, .news2-main .item-desc em, .news2-main .item-desc i { color: #666; }

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

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

/*-------------3-2-news end----------------------------------------------------------------*/
/*-------------4-contact us start----------------------------------------------------------*/
.contact-box .item-left { float: left; width: 39.16667%; margin-right: 5%; }

.contact-box .item-left a:hover { color: #0090A3; }

.contact-box .item-left .item-box:first-child { margin-bottom: 66px; }

.contact-box .item-left .box-title { font-size: 20px; font-size: 2rem; font-family: "PoppinsBold"; color: #0090A3; line-height: 30px; }

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

.contact-box .item-left .box-list .iconfont { float: left; font-size: 18px; font-size: 1.8rem; margin-right: 10px; }

.contact-box .item-left .box-list .item-body { overflow: hidden; }

@media screen and (max-width: 1219px) { .contact-box .item-left { width: 43.33333%; margin-right: 0.83333%; }
  .contact-box .item-left .item-box:first-child { margin-bottom: 30px; }
  .contact-box .item-left .box-list { margin-top: 20px; } }

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

@media screen and (max-width: 767px) { .contact-box .item-left .item-box:first-child { margin-bottom: 20px; }
  .contact-box .item-left .box-title { font-size: 18px; font-size: 1.8rem; }
  .contact-box .item-left .box-list { margin-top: 10px; line-height: 30px; font-size: 14px; font-size: 1.4rem; } }

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

.contact-box .item-right .box-desc { font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-bottom: 46px; padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

.contact-box .item-right .item-form .item-btn input { border-color: #0090A3; background-color: #0090A3; color: #fff; }

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

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

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

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

.map { padding-top: 55px; }

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

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

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

/*-------------4-contact us 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: #0090A3; 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: "PoppinsRegular"; }

.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: "PoppinsRegular"; }

.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: "PoppinsRegular"; }

.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: "PoppinsRegular"; }

.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: "PoppinsRegular"; }

.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: 24px; 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: #0090A3; }

@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 .carouse .slideItem .banner-img { width: 100%; display: block; }

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

.slide .carousel-control { cursor: pointer; position: absolute; top: 50%; z-index: 999; margin-top: -34px; width: 48px; height: 68px; background-color: #000; background-color: rgba(0, 0, 0, 0.5); text-align: center; line-height: 68px; }

.slide .carousel-control .iconfont { font-size: 32px; font-size: 3.2rem; color: #fff; }

.slide .carousel-control:hover { background-color: #0090A3; }

.slide .carousel-control.left { left: 60px; cursor: pointer; }

.slide .carousel-control.right { right: 60px; cursor: pointer; }

.slide .dotList { position: absolute; width: 100%; bottom: 29px; 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 13px; border: none; outline: none; width: 18px; height: 18px; }

.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 { bottom: 10px; }
  .slide .dotList li { margin: 0 5px; width: 15px; height: 15px; } }

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

/*# 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: 'PoppinsRegular';
    src: url('../fonts/PoppinsRegular.eot');
    src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
         url('../fonts/PoppinsRegular.woff2') format('woff2'),
         url('../fonts/PoppinsRegular.woff') format('woff'),
         url('../fonts/PoppinsRegular.ttf') format('truetype'),
         url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/PoppinsSemiBold.eot');
    src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
         url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
         url('../fonts/PoppinsSemiBold.woff') format('woff'),
         url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
         url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
}

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

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

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



@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1566262277693'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1566262277693#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
  url('../fonts/iconfont.woff?t=1566262277693') format('woff'),
  url('../fonts/iconfont.ttf?t=1566262277693') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1566262277693#iconfont') format('svg'); /* iOS 4.1- */
}

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

.icon-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-usa:before {
  content: "\e601";
}

.icon-japanese:before {
  content: "\e62e";
}

.icon-chinese:before {
  content: "\e630";
}

.icon-korean:before {
  content: "\e636";
}

.icon-bigger5:before {
  content: "\e64b";
}

.icon-top15:before {
  content: "\e65b";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-left9:before {
  content: "\e72c";
}

.icon-right9:before {
  content: "\e72d";
}

.icon-up16:before {
  content: "\e746";
}

.icon-bottom16:before {
  content: "\e747";
}

.icon-left16:before {
  content: "\e748";
}

.icon-right16:before {
  content: "\e749";
}

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

.icon-download1:before {
  content: "\e7a0";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-delete1:before {
  content: "\e7d4";
}

.icon-calendar3:before {
  content: "\e7e1";
}

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

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

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

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



.page a.no:hover{
  background-color:#f8f8f8 !important;
  border: solid 1px #ededed!important;
  color: #333!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;}
