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

.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;}
.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, helvetica, sans-serif; font-size: 14px; font-size: 1.4rem; max-width: 1920px; margin: 0 auto; overflow-x: hidden; background-color: #fff; }

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, helvetica, sans-serif; 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: #1b1b1b; opacity: 1; }

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

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

/* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #1b1b1b; 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: #E60012 !important; }

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

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

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

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

[class*="-item"] .item-desc a:hover { color: #E60012 !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: 38px; border: 1px solid #333; }

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

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

@media screen and (max-width: 767px) { .table table tr td { height: 28px; } }

/*-------------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; font-family: Verdana, Geneva, Tahoma, sans-serif; }

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

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

.page a.prev:hover, .page a.next:hover, .page a.big:hover { color: #E60012; }

.page a.prev.no:hover { color: #333; }

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

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

@media only screen and (max-width: 767px) { .page a.prev, .page a.next, .page a.big { 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 { text-align:center; letter-spacing: 0.5px; margin-left: 12px; font-size: 14px; font-size: 1.4rem; padding: 0 15px; width: 170px; height: 32px; line-height: 30px; background-color: #E60012; 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 { height: 28px; line-height: 26px; margin-left: 5px; } }

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

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

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

.contact-pc li .iconfont { color: #fff; }

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

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

.c1 { background: #62A0E3; }

.c1 .iconfont { font-size: 24px; font-size: 2.4rem; }

.c2 { background: #3789E2; }

.c2 .iconfont { font-size: 22px; font-size: 2.2rem; }

.c3 { background: #00AFF0; }

.c3 .iconfont { font-size: 24px; font-size: 2.4rem; }

.c4 { background: #3AC34C; }

.c4 .iconfont { 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: 50%; 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 .iconfont { color: #fff; }

.contact-phone li .ewm { position: absolute; bottom: 50px; right: 50%; margin-right: -60px; 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: 5px; bottom: -100px; -webkit-transition: 1s; -o-transition: 1s; -moz-transition: 1s; transition: 1s; cursor: pointer; z-index: 998; border-radius: 50%; background-color: #E60012; -webkit-box-shadow: 0px 5px 15px 0px rgba(53, 15, 18, 0.77); box-shadow: 0px 5px 15px 0px rgba(53, 15, 18, 0.77); }

.back-top:after { position: absolute; content: ''; background-color: #fff; width: 24px; height: 24px; top: 50%; left: 50%; margin: -12px 0 0 -12px; z-index: 997; }

.back-top .iconfont { font-size: 44px; font-size: 4.4rem; color: #E60012; position: relative; z-index: 998; width: 44px; height: 44px; line-height: 44px; display: block; }

/*-------------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 { padding: 19px 0 0; background: url(../images/news-bg.png) repeat-x top center; }

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

.m-oths .oths-item .item-name { text-transform: capitalize; }

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

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

.m-oths .iconfont { font-size: 17px; font-size: 1.7rem; color: #666; margin-right: 2px; }

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { background-color: #F2F2F2; font-family: "MicrosoftTaiLe"; letter-spacing: -0.25px; line-height: 24px; padding: 10px 0 7px; overflow: hidden; }

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

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

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

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

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

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

/* Internet Explorer 10+ */
.search { position: relative; padding: 0 16px 0 24px; }

.search .search-box { overflow: hidden; position: relative; z-index: 999; width: 325px; height: 29px; border-bottom: solid 1px #fff; cursor: pointer; }

.search .search-box .iconfont { font-size: 21px; font-size: 2.1rem; color: #fff; position: absolute; width: 35px; height: 21px; line-height: 21px; text-align: center; right: 0; top: 50%; margin-top: -10.5px; z-index: -1; }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 38px; padding: 0 35px 0 3px; color: #CACACA; letter-spacing: -0.25px; }

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

@media screen and (max-width: 999px) { .search .search-box { width: 250px; } }

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

/*-------------header start----------------------------------------------------------------*/
.header .h-top { padding: 7px 0 4px; background-color: #333; }

.header .h-top .key { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-align: right; line-height: 28px; letter-spacing: -0.25px; }

.header .h-top .key, .header .h-top .key a { color: #cacaca; }

.header .h-top .key a:hover { color: #E60012; }

.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: #fff; font-size: 29px; font-size: 2.9rem; }

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

@media screen and (max-width: 550px) { .header .h-top { padding: 5px 35px 5px 0; }
  .header .h-top .h-follow { display: none; } }

.header .logo { float: left; display: block; width: 213px; margin: 6px 0 7px; }

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

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

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

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

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

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

.header .navlist > li > a { font-size: 18px; font-size: 1.8rem; font-family: "MicrosoftTaiLe-Bold"; letter-spacing: -0.25px; text-transform: capitalize; display: block; position: relative; line-height: 30px; padding: 0 0 16px; border-bottom: solid 3px transparent; }

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

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

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

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

@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: 220px; left: 50%; margin-left: -110px; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); font-family: "MicrosoftTaiLe"; }

.header .yiji li { position: relative; text-align: left; }

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

.header .yiji li:hover > a { background-color: #E60012; 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: 0px; width: 290px; background-color: #fff; background-color: rgba(255, 255, 255, 0.8); }

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

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

.navlist1 > li > a { font-family: "MicrosoftTaiLe-Bold"; text-transform: capitalize; display: inline-block; position: relative; line-height: 30px; border-bottom: solid 2px transparent; }

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

@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 { overflow: hidden; font-family: "MicrosoftTaiLe"; background-color: #DBDBDB; }

.footer a:hover { color: #E60012; }

.footer .f-top { padding: 71px 0 29px; line-height: 30px; font-size: 16px; font-size: 1.6rem; }

.footer .f-top .footer-title { font-family: "MicrosoftTaiLe-Bold"; font-size: 24px; font-size: 2.4rem; text-transform: uppercase; margin: 0 0 17px; position: relative; padding-bottom: 8px; }

.footer .f-top .footer-title:after { position: absolute; content: ''; width: 38px; height: 3px; left: 0; bottom: 0; background-color: #E60012; }

.footer .f-top .flist1 { width: 390px; padding-right: 15px; }

.footer .f-top .flist2 { width: 360px; padding-right: 15px; }

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

.footer .f-top .flist2 li .iconfont { font-size: 20px; font-size: 2rem; margin-right: 7px; }

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

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

.footer .f-top .f-follow { padding: 11px 0 16px; }

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

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

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

.footer .f-top .f-follow .iconfont { font-size: 29px; font-size: 2.9rem; display: block; }

@media screen and (max-width: 1219px) { .footer .f-top .flist1 { width: 270px; } }

@media screen and (max-width: 999px) { .footer .f-top { font-size: 14px; font-size: 1.4rem; }
  .footer .f-top .flist1 { width: 25%; padding-right: 10px; }
  .footer .f-top .flist2 { width: 40%; padding-right: 10px; }
  .footer .f-top .flist3 { width: 35%; } }

@media screen and (max-width: 767px) { .footer .f-top { padding: 15px 0; }
  .footer .f-top .flist1, .footer .f-top .flist2, .footer .f-top .footer-title { display: none; }
  .footer .f-top .flist3 { width: 100%; }
  .footer .f-top .f-follow { padding: 0 0 10px; }
  .footer .f-top .copyright { line-height: 24px; } }

.footer .f-bot { background-color: #828282; }

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

.footer .links { line-height: 24px; padding: 15px 0 13px; }

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

.footer .links a:hover { color: #E60012; }

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

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

/* index-title start */
.index-title { font-family: "MicrosoftTaiLe-Bold"; font-size: 40px; font-size: 4rem; text-transform: uppercase; background: url(../images/web1.png) no-repeat bottom left; padding-bottom: 12px; letter-spacing: -1px; }

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

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

.index-partner .box-desc p a:hover { color:#333; }

@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-procate start */
.index-procate { padding-bottom: 70px; }

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

@media screen and (max-width: 767px) { .index-procate { padding-bottom: 40px; } }

.index-procate .left-item { float: left; width: 32.41667%; margin-right: 2.5%; margin-top: 72px; }

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

.index-procate .left-item .box-desc a { display: block; }

.index-procate .left-item .box-desc, .index-procate .left-item .box-desc a { color: #333; }

.index-procate .left-item .box-desc a:hover { color: #E60012; }

@media screen and (max-width: 999px) { .index-procate .left-item { width: 100%; margin: 50px 0 0; float: none; } }

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

.index-procate .box-list { font-size: 0; letter-spacing: 0; overflow: hidden; margin-top: -79px; right: -10px; position: relative; z-index: 99; padding: 20px; }

@media screen and (max-width: 999px) { .index-procate .box-list { right: auto; margin: 0; padding: 0; overflow: visible; } }

.index-procate .box-list .list-item { display: inline-block; vertical-align: top; background-color: #fff; -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37); box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37); padding: 10px 10px 49px; width: 48.71795%; margin-left: 2.5641%; }

.index-procate .box-list .list-item:first-child { margin-left: 0; }

@media screen and (max-width: 999px) { .index-procate .box-list .list-item { padding: 10px 10px 20px; margin-top: 40px; } }

@media screen and (max-width: 767px) { .index-procate .box-list .list-item { padding: 10px; margin-top: 30px; } }

@media screen and (max-width: 400px) { .index-procate .box-list .list-item { width: 98%; margin: 30px 1% 0 !important; } }

.index-procate .box-list .item-pic img { display: block; margin: 0 auto; }

.index-procate .box-list .item-title { font-family: "MicrosoftTaiLe-Bold"; font-size: 20px; font-size: 2rem; margin-top: 41px; }

.index-procate .box-list .item-title img { display: inline-block; vertical-align: middle; }

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

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

.index-procate .box-list .item-desc { margin-top: 21px; font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; }

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

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

.index-procate .cate-scroll { overflow: hidden; margin-top: -79px; right: -10px; position: relative; z-index: 99; }

@media screen and (max-width: 999px) { .index-procate .cate-scroll { right: auto; margin: 0; padding: 0; overflow: visible; } }

.index-procate .cate-scroll .scroll-btns { display: none; font-size: 0; letter-spacing: 0; margin-top: 30px; text-align: center; }

@media screen and (max-width: 999px) { .index-procate .cate-scroll .scroll-btns { display: block; } }

.index-procate .cate-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 36px; font-size: 3.6rem; font-weight: normal; color: #999999; }

.index-procate .cate-scroll .scroll-btns .scroll-btn:hover { color: #E60012; }

.index-procate .cate-scroll .scroll-btns .scroll-btn.prev { margin-right: 2px; }

@media screen and (max-width: 767px) { .index-procate .cate-scroll .scroll-btns .scroll-btn { font-size: 30px; font-size: 3rem; } }

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

.index-procate .cate-scroll .scroll-list { width: 10000%; padding: 20px 0 20px 20px; }

@media screen and (max-width: 999px) { .index-procate .cate-scroll .scroll-list { padding: 0; } }

.index-procate .cate-scroll .scroll-list .list-item { float: left; background-color: #fff; -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37); box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.37); padding: 10px 10px 49px; width: 0.46325%; margin-right: 0.02493%; }

.index-procate .cate-scroll .scroll-list .list-item:nth-child(3) { -webkit-box-shadow: none; box-shadow: none; }

@media screen and (max-width: 999px) { .index-procate .cate-scroll .scroll-list .list-item { padding: 10px 10px 20px; margin-top: 40px; -webkit-box-shadow: none; box-shadow: none; width: 0.49%; margin-right: 0.02%; } }

@media screen and (max-width: 767px) { .index-procate .cate-scroll .scroll-list .list-item { padding: 10px; margin-top: 30px; } }

@media screen and (max-width: 400px) { .index-procate .cate-scroll .scroll-list .list-item { width: 0.98%; margin: 30px 0.01% 0 !important; } }

.index-procate .cate-scroll .scroll-list .item-pic img { display: block; margin: 0 auto; }

.index-procate .cate-scroll .scroll-list .item-title { font-family: "MicrosoftTaiLe-Bold"; font-size: 20px; font-size: 2rem; margin-top: 41px; padding: 0 9px; }

.index-procate .cate-scroll .scroll-list .item-title img { display: inline-block; vertical-align: middle; }

@media screen and (max-width: 999px) { .index-procate .cate-scroll .scroll-list .item-title { margin-top: 20px; font-size: 18px; font-size: 1.8rem; } }

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

.index-procate .cate-scroll .scroll-list .item-desc { padding: 0 9px; margin-top: 21px; font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; }

.index-procate .cate-scroll .scroll-list .item-desc, .index-procate .cate-scroll .scroll-list .item-desc a { color: #333; }

@media screen and (max-width: 767px) { .index-procate .cate-scroll .scroll-list .item-desc { font-size: 14px; font-size: 1.4rem; margin-top: 10px; } }

/* index-procate end */
/* index-about start */
.index-about { overflow: hidden; background: #fff url(../images/bg2.jpg) no-repeat bottom right; position: relative; }

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

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

.index-about .item-pic { float: left; width: 49.84375%; }

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

@media screen and (max-width: 999px) { .index-about .item-pic { width: 95%; float: none; max-width: 957px; margin: 0 auto; } }

.index-about .item-body { width: 600px; position: absolute; left: 50%; top: 50%; margin-top: -192px; padding-left: 3.28125%; }

@media screen and (max-width: 1600px) { .index-about .item-body { margin-top: -176px; } }

@media screen and (max-width: 1219px) { .index-about .item-body { width: 490px; margin-top: -131px; } }

@media screen and (max-width: 999px) { .index-about .item-body { position: static; width: 95%; top: auto; left: auto; margin: 30px auto 0; padding: 0; } }

.index-about .box-title { line-height: 99px; font-family: "MicrosoftTaiLe-Bold"; letter-spacing: -0.25px; font-size: 40px; font-size: 4rem; text-transform: uppercase; background: url(../images/web3.png) no-repeat left center; -webkit-background-size: contain; background-size: contain; padding-left: 36px; }

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

@media screen and (max-width: 1600px) { .index-about .box-title { line-height: 80px; font-size: 36px; font-size: 3.6rem; } }

@media screen and (max-width: 1219px) { .index-about .box-title { font-size: 30px; font-size: 3rem; line-height: 60px; } }

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

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

.index-about .item-title { font-size: 20px; font-size: 2rem; text-transform: uppercase; font-family: "MicrosoftTaiLe-Bold"; letter-spacing: -0.25px; margin-top: 31px; }

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

@media screen and (max-width: 1219px) { .index-about .item-title { font-size: 18px; font-size: 1.8rem; margin-top: 15px; } }

.index-about .item-desc { font-family: "MicrosoftTaiLe"; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 120px; margin-top: 32px; }

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

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

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

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

.index-about .item-btn { display: inline-block; min-width: 178px; line-height: 55px; border: solid 1px #E60012; color: #E60012; letter-spacing: -0.25px; font-family: "MicrosoftTaiLe"; font-size: 20px; font-size: 2rem; text-align: center; margin-top: 40px; }

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

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

@media screen and (max-width: 1219px) { .index-about .item-btn { margin-top: 20px; line-height: 36px; font-size: 18px; font-size: 1.8rem; min-width: 140px; } }

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

/* index-about end */
/* index-partner start */
.index-partner { padding: 80px 0 133px; /* .turn_page start */ /* .turn_page end */ }

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

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

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

.index-partner .index-title { text-align: center; background-position-x: center; }

.index-partner .box-desc { margin: 20px auto 0; text-align: center; line-height: 24px; }

.index-partner .box-desc, .index-partner .box-desc a { color: #999; }

.index-partner .box-desc a { display: block; }

.index-partner .box-desc a:hover { color: #E60012; }

.index-partner .turn_page { margin-top: 45px; }

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

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

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

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

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

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

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

.index-partner .turn_page #box1 .prev .iconfont, .index-partner .turn_page #box1 .next .iconfont { font-size: 87px; font-size: 8.7rem; color: #C5C5C3; }

.index-partner .turn_page #box1 .prev .iconfont:hover, .index-partner .turn_page #box1 .next .iconfont:hover { color: #E60012; }

.index-partner .turn_page #box1 .prev { left: -7px; }

.index-partner .turn_page #box1 .next { right: -7px; }

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

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

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

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

.index-partner .turn_page .scroll-box .box-btn .iconfont { font-size: 44px; font-size: 4.4rem; color: #C5C5C3; }

.index-partner .turn_page .scroll-box .box-btn .iconfont:hover { color: #E60012; }

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

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

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

.index-partner .turn_page .scroll-box .box-list ul { width: 1000%; }

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

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

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

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

/* index-partner end */
/* index-probox start */
.index-probox { background: url(../images/bg3.jpg) no-repeat bottom center; -webkit-background-size: cover; background-size: cover; padding: 80px 0 89px; }

@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 .pro-scroll .scroll-btns { font-size: 0; letter-spacing: 0; margin-top: 19px; }

@media screen and (max-width: 999px) { .index-probox .pro-scroll .scroll-btns { margin-top: 0; } }

.index-probox .pro-scroll .scroll-btns .scroll-btn { display: inline-block; vertical-align: top; cursor: pointer; font-size: 37px; font-size: 3.7rem; font-weight: normal; color: #999999; }

.index-probox .pro-scroll .scroll-btns .scroll-btn:hover { color: #E60012; }

.index-probox .pro-scroll .scroll-btns .scroll-btn.prev { margin-right: 2px; }

@media screen and (max-width: 767px) { .index-probox .pro-scroll .scroll-btns .scroll-btn { font-size: 26px; font-size: 2.6rem; } }

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

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

.index-probox .pro-scroll .scroll-list .list-item { float: left; width: 0.245%; margin-right: 0.00667%; background-color: #F5F5F5; padding: 7px 8px 17px; margin-top: 39px; }

@media screen and (max-width: 999px) { .index-probox .pro-scroll .scroll-list .list-item { width: 0.32%; margin-right: 0.02%; } }

@media screen and (max-width: 767px) { .index-probox .pro-scroll .scroll-list .list-item { margin-top: 30px; } }

@media screen and (max-width: 600px) { .index-probox .pro-scroll .scroll-list .list-item { width: 0.49%; } }

@media screen and (max-width: 350px) { .index-probox .pro-scroll .scroll-list .list-item { width: 1%; margin-right: 0; } }

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

.index-probox .pro-scroll .scroll-list .item-title { font-family: "MicrosoftTaiLe-Bold"; font-size: 16px; font-size: 1.6rem; margin-top: 23px; }

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

.index-probox .pro-scroll .scroll-list .item-desc { margin-top: 16px; font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; }

.index-probox .pro-scroll .scroll-list .item-desc, .index-probox .pro-scroll .scroll-list .item-desc a { color: #333; }

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

.index-probox .pro-scroll .scroll-list .item-btn { display: inline-block; width: 106px; line-height: 32px; border: solid 1px #E60012; color: #E60012; text-align: center; font-family: "MicrosoftTaiLe"; letter-spacing: -0.25px; margin-top: 12px; font-size: 16px; font-size: 1.6rem; }

.index-probox .pro-scroll .scroll-list .item-btn:hover { background-color: #E60012; color: #fff; }

@media screen and (max-width: 767px) { .index-probox .pro-scroll .scroll-list .item-btn { width: 80px; line-height: 26px; font-size: 14px; font-size: 1.4rem; } }

/* index-probox end */
/* index-lnews start */
.index-lnews { padding: 87px 0 92px; }

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

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

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

.index-lnews .index-title { text-align: center; background-position-x: center; }

.index-lnews .box-list .list-item { float: left; margin-top: 43px; width: 31.08333%; margin-left: 3.375%; background-color: #EBEBEB; padding-bottom: 23px; }

.index-lnews .box-list .list-item:hover { background-color: #E60012; }

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

@media screen and (max-width: 767px) { .index-lnews .box-list .list-item { padding-bottom: 0; } }

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

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

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

.index-lnews .box-list .item-body { width: 88.20375%; background-color: #fff; padding: 22px 19px 20px; margin: -30px auto 0; position: relative; z-index: 1; }

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

@media screen and (max-width: 767px) { .index-lnews .box-list .item-body { width: 100%; margin: 0; } }

.index-lnews .box-list .item-title { font-size: 16px; font-size: 1.6rem; font-family: "MicrosoftTaiLe-Bold"; line-height: 24px; }

.index-lnews .box-list .item-date { color: #666; line-height: 18px; }

.index-lnews .box-list .item-desc { font-size: 16px; font-size: 1.6rem; line-height: 24px; height: 48px; margin-top: 5px; }

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

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

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

.index-lnews .box-list .item-btn { margin-top: 21px; display: inline-block; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #E60012; }

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

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

@media screen and (max-width: 767px) { .index-lnews .box-list .item-btn { font-size: 14px; font-size: 1.4rem; margin-top: 0; } }

/* index-lnews end */
/*-------------index end-------------------------------------------------------------------*/
.page_wrap { padding: 38px 0 100px; }

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

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

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

/*-------------1-1-about start-------------------------------------------------------------*/
/* about-bar start */
.about-bar { -webkit-box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2); box-shadow: 0px 7px 8px 0px rgba(167, 167, 167, 0.2); border-bottom: solid 1px #e6e6e6; }

.about-bar a { width: 33.33%; float: left; display: block; font-size: 18px; font-size: 1.8rem; text-align: center; padding-top: 63px; padding-bottom: 9px; color: #999; position: relative; -webkit-background-size: contain; background-size: contain; font-weight: bold; }

.about-bar a:after { position: absolute; content: ''; width: 26px; height: 13px; left: 50%; margin-left: -13px; background: url(../images/bar.png) no-repeat bottom center; bottom: -13px; z-index: 2; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-transition: all .5s; display: none; }

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

.about-bar a:hover:after, .about-bar a.active:after { display: block; }

.about-bar .bar1 { background: url(../images/bar1.png) no-repeat center 14px; }

.about-bar .bar1:hover, .about-bar .bar1.active { background-image: url(../images/bar1_1.png); }

.about-bar .bar2 { background: url(../images/bar2.png) no-repeat center 14px; }

.about-bar .bar2:hover, .about-bar .bar2.active { background-image: url(../images/bar2_1.png); }

.about-bar .bar3 { background: url(../images/bar3.png) no-repeat center 14px; }

.about-bar .bar3:hover, .about-bar .bar3.active { background-image: url(../images/bar3_1.png); }

@media screen and (max-width: 999px) { .about-bar .wp { width: 100%; } }

@media screen and (max-width: 767px) { .about-bar a { font-size: 14px; font-size: 1.4rem; -webkit-background-size: 30px 30px !important; background-size: 30px !important; background-position-y: 10px !important; padding-top: 45px; } }

@media screen and (max-width: 550px) { .about-bar a { width: 100%; background-position: 10px center !important; padding: 5px 0 5px 50px; line-height: 30px; text-align: left; }
  .about-bar a:after { display: none !important; } }

/* about-bar end */
.about1-main .item-pic { width: 48.25%; max-width: 579px; }

.about1-main .item-pic img { display: block; margin: 0 auto; }

.about1-main .item-pic.pull-left { margin-right: 3.16667%; }

.about1-main .item-pic.pull-right { margin-left: 2.91667%; }

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

.about1-main .about1-box1 .item-body { margin-top: 38px; }

.about1-main .about1-box1 .item-desc { margin-top: 20px; }

.about1-main .about1-box1 .item-title { font-family: "MicrosoftTaiLe-Bold"; color: #E60012; position: relative; /* &:after{ position: absolute; content: ''; width: 5px; top: -8px; bottom: -5px; background-color: $color; left: -14px; display: none; } */ }

.about1-main .about1-box1 .item-title strong { font-weight: normal; border-left: solid 5px #E60012; padding-left: 14px; margin-left: -14px; }

.about1-main .about1-box1 .item-title .p1 { font-size: 24px; font-size: 2.4rem; }

.about1-main .about1-box1 .item-title .p2 { font-size: 20px; font-size: 2rem; line-height: 24px; padding-bottom: 3px; }

@media screen and (max-width: 1219px) { .about1-main .about1-box1 .item-body { margin-top: 0; }
  .about1-main .about1-box1 .item-title strong { border: 0; padding: 0; margin: 0; } }

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

@media screen and (max-width: 767px) { .about1-main .about1-box1 .item-title { /* &:after{ left: -10px; } */ }
  .about1-main .about1-box1 .item-title .p1 { font-size: 20px; font-size: 2rem; }
  .about1-main .about1-box1 .item-title .p2 { font-size: 16px; font-size: 1.6rem; } }

@media screen and (max-width: 640px) { .about1-main .about1-box1 { /* .item-title{ display: block; padding-left: 14px; &:after{ left: 0; } } */ } }

.about1-main .about1-box2 .item-desc { padding: 56px 0 0; }

.about1-main .about1-box3 .item-pic { width: 49.25%; max-width: 591px; }

.about1-main .about1-box3 .item-desc { padding: 58px 0 0; }

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

.about1-main .item-desc p { min-height: 30px; }

@media screen and (max-width: 1219px) { .about1-main .item-desc { padding: 0 !important; } }

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

@media screen and (max-width: 767px) { .about1-main .item-desc { line-height: 26px; }
  .about1-main .item-desc p { min-height: 26px; } }

/*-------------1-1-about end---------------------------------------------------------------*/
/*-------------1-2-about start-------------------------------------------------------------*/
.about2-scroll { position: relative; overflow: hidden; margin-top: 47px; padding: 0 54px; }

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

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

.about2-scroll .scroll-btns .scroll-btn .iconfont { font-size: 37px; font-size: 3.7rem; color: #CDCDCD; }

.about2-scroll .scroll-btns .scroll-btn:hover .iconfont { color: #E60012; }

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

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

@media screen and (max-width: 767px) { .about2-scroll .scroll-btns .scroll-btn { margin-top: -36px; }
  .about2-scroll .scroll-btns .scroll-btn .iconfont { font-size: 24px; font-size: 2.4rem; } }

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

.about2-scroll .scroll-list { width: 10000%; }

.about2-scroll .scroll-list li { position: relative; float: left; width: 0.49084%; margin-right: 0.01832%; }

@media only screen and (max-width: 640px) { .about2-scroll .scroll-list li { width: 1%; margin: 0; } }

.about2-scroll .scroll-list .item-pics { position: relative; width: 100%; overflow: hidden; }

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

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

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

.about2-scroll .scroll-list .item-backdrop .iconfont { color: #fff; font-size: 42px; font-size: 4.2rem; position: absolute; top: 50%; left: 50%; margin: -21px 0 0 -21px; }

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

.about2-scroll .scroll-list .item-title { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 60px; margin-top: 10px; }

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

/*-------------1-2-about end---------------------------------------------------------------*/
/*-------------1-3-about start-------------------------------------------------------------*/
.fac-list { font-size: 0; letter-spacing: 0; }

.fac-list .list-item { display: inline-block; vertical-align: top; width: 31.66667%; margin-left: 2.5%; margin-bottom: 44px; }

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

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

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

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

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

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

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

.fac-list .item-backdrop .iconfont { color: #fff; font-size: 44px; font-size: 4.4rem; position: absolute; top: 50%; left: 50%; margin: -22px 0 0 -22px; }

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

.fac-list .item-title { text-align:center; font-size: 16px; font-size: 1.6rem; line-height: 30px; margin-top: 19px; }

@media screen and (max-width: 999px) { .fac-list .item-title { line-height: 26px; } }

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

/*-------------1-3-about end---------------------------------------------------------------*/
/*-------------2-1-products start----------------------------------------------------------*/
.pro-cate { font-size: 0; letter-spacing: 0; margin-bottom: 21px; }

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

.pro-cate > li { display: inline-block; vertical-align: top; width: 32.16667%; margin-left: 1.75%; margin-bottom: 10px; background-color: #F5F5F5; padding: 6px; position: relative; z-index: 9; }

.pro-cate > li > a { padding: 10px; font-size: 16px; font-size: 1.6rem; line-height: 24px; font-family: "MicrosoftTaiLe-Bold"; text-transform: uppercase; display: block; text-align: center; border: solid 1px #fff; }

.pro-cate > li.active, .pro-cate > li.li_active, .pro-cate > li:hover { background-color: #E60012; }

.pro-cate > li.active > a, .pro-cate > li.li_active > a, .pro-cate > li:hover > a { color: #fff; }

.pro-cate > li.active .cate-yiji, .pro-cate > li:hover .cate-yiji { top: 100%; }

@media screen and (max-width: 999px) { .pro-cate > li { width: 32.33%; margin: 0 0.5% 10px; } }

@media screen and (max-width: 767px) { .pro-cate > li { padding: 3px; }
  .pro-cate > li > a { font-size: 14px; font-size: 1.4rem; padding: 5px; } }

.pro-cate .cate-yiji { position: absolute; top: -9999px; left: 0; width: 100%; border-top: solid 3px #fff; background-color: #F5F5F5; padding: 9px 0 12px; }

.pro-cate .cate-yiji > li > a { font-family: "MicrosoftTaiLe"; line-height: 24px; display: block; padding: 8px 30px 8px 80px; font-size: 14px; font-size: 1.4rem; }

@media screen and (max-width: 1219px) { .pro-cate .cate-yiji > li > a { padding: 8px 20px; } }

@media screen and (max-width: 767px) { .pro-cate .cate-yiji > li > a { padding: 5px 10px; line-height: 20px; } }

.pro-cate .cate-yiji > li.active1 > a, .pro-cate .cate-yiji > li:hover > a { color: #E60012; }

.pro-cate .cate-yiji .li2_active a { color: #E60012; }

.pro1-list .list-item { float: left; width: 24.5%; margin-left: 0.66667%; background-color: #F5F5F5; margin-bottom: 40px; padding: 7px 8px 19px; }

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

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

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

.pro1-list .item-desc { margin-top: 16px; font-family: "MicrosoftTaiLe-Bold"; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }

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

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

.pro1-list .item-btnbox { margin-top: 15px; }

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

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

.pro1-list .item-btn { display: inline-block; width: 106px; line-height: 32px; border: solid 1px #E60012; color: #E60012; font-family: "MicrosoftTaiLe"; letter-spacing: -0.25px; font-size: 16px; font-size: 1.6rem; text-align: center; }

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

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

/*proslide start*/
.proslide { width: 100%; margin-top: 30px; display: none; }

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

.proslide-title { position: relative; text-align: center; font-size: 20px; font-size: 2rem; font-family: "MicrosoftTaiLe-Bold"; background-color: #E60012; line-height: 40px; margin-bottom: 8px; }

.proslide-title a { color: #FFFFFF; text-transform: uppercase; }

.proslide-title.proslide-title1 { display: none; }

@media screen and (max-width: 767px) { .proslide-title { font-size: 18px; font-size: 1.8rem; padding: 0; display: none; }
  .proslide-title.proslide-title1 { display: block; } }

.pro-slidenav { /* @media screen and (max-width:767px) { display: none; } */ }

.pro-slidenav > li { background-color: #f5f5f5; margin-bottom: 3px; font-family: "MicrosoftTaiLe"; }

.pro-slidenav > li > a { display: block; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 8px 25px 8px 20px; position: relative; background-color: #f5f5f5; }

.pro-slidenav > li .iconfont { font-size: 14px; font-size: 1.4rem; color: #666; position: absolute; right: 15px; top: 10px; }

.pro-slidenav > li:hover > a, .pro-slidenav > li.slide-active > a { color: #FFFFFF; background-color: #E60012; }

.pro-slidenav > li:hover .iconfont, .pro-slidenav > li.slide-active .iconfont { color: #fff; }

.pro-slidenav > li:hover .iconfont:before, .pro-slidenav > li.slide-active .iconfont:before { content: "\e723"; }

.proslide-yiji { padding: 12px 0 16px; }

.proslide-yiji > li { line-height: 24px; padding: 3px 25px 3px 20px; }

.proslide-yiji > li a { color: #333; }

.proslide-yiji > li.slide-active2 > a, .proslide-yiji > li:hover > a { color: #E60012; }

/*proslide end*/
/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.pro2-box { padding-top: 7px; }

.pro2-box .m-propic { margin: 0 auto; width: 612px; float: left; }

.pro2-box .m-propic .pic-big { position: relative; float: left; width: 503px; }

.pro2-box .m-propic .big-img { display: block; line-height: 0; font-size: 0; border-radius: 0; border: 0 solid #ccc; }

.pro2-box .m-propic .big-img .zoomPad { float: none; z-index: 8; }

.pro2-box .m-propic .big-img .zoomPad img { border-radius: 0; }

.pro2-box .m-propic .zoomWrapperImage img { max-width: 1200px; }

.pro2-box .m-propic .pic-small { position: relative; float: right; width: 103px; padding: 27.5px 0; overflow: hidden; }

.pro2-box .m-propic .pic-btn { position: absolute; margin: 0 auto; left: 0; right: 0; display: block; width: 100%; cursor: pointer; text-align: center; }

.pro2-box .m-propic .pic-btn .iconfont { font-size: 25px; font-size: 2.5rem; color: #CDCDCD; }

.pro2-box .m-propic .pic-btn .iconfont:hover { color: #E60012; }

.pro2-box .m-propic .pic-btn.prev { top: -5px; }

.pro2-box .m-propic .pic-btn.next { bottom: -5px; }

.pro2-box .m-propic .pic-list { height: 347px; overflow: hidden; }

.pro2-box .m-propic .pic-list ul { height: 2000px; }

.pro2-box .m-propic .pic-list .list-item { margin-bottom: 5px; overflow: visible; padding-left: 0; }

.pro2-box .m-propic .pic-list .item-pics { display: block; border-radius: 0; border: 1px solid #EEEEEE; position: relative; overflow: hidden; }

.pro2-box .m-propic .pic-list .item-pics img { width: 100%; display: block; }

.pro2-box .m-propic .item-pics:hover, .pro2-box .m-propic .item-pics.zoomThumbActive { border-color: #E60012; }

.pro2-box .m-propic2 { display: none; }

@media screen and (max-width: 1219px) { .pro2-box { /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */ }
  .pro2-box .zoomPad { cursor: default !important; }
  .pro2-box .zoomPup { display: none !important; }
  .pro2-box .zoomWindow { display: none !important; }
  .pro2-box .zoomPreload { display: none !important; }
  .pro2-box .m-propic { max-width: 100%; float: none; margin: 0 auto; }
  .pro2-box .m-propic .pic-big { height: auto; } }

@media screen and (max-width: 767px) { .pro2-box .m-propic1 { display: none; }
  .pro2-box .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .pro2-box .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; }
  .pro2-box .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #CDCDCD; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #E60012; }
  .pro2-box .m-propic2 .box-btn.prev { left: 0; }
  .pro2-box .m-propic2 .box-btn.next { right: 0; }
  .pro2-box .m-propic2 .box-list { overflow: hidden; }
  .pro2-box .m-propic2 .box-list ul { width: 1000%; }
  .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 3.13%; border-radius: 0; border: 1px solid #EEEEEE; overflow: hidden; }
  .pro2-box .m-propic2 .list-item img { display: block; } }

@media only screen and (max-width: 640px) { .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 4.8%; } }

@media only screen and (max-width: 480px) { .pro2-box .m-propic2 .list-item { float: left; margin-left: .1%; margin-right: .1%; margin-bottom: 0; width: 9.8%; } }

.pro2-info { float: right; width: 558px; }

.pro2-info .item-title { margin-top: 7px; font-family: "MicrosoftTaiLe-Bold"; font-size: 20px; font-size: 2rem; line-height: 30px; }

.pro2-info .item-desc { padding: 23px 0; font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 279px; }

.pro2-info .pro-share { margin-bottom: 27px; }

.pro2-info .item-btn { float: left; width: 159px; line-height: 38px; background-color: #F2F2F2; text-align: center; font-size: 16px; font-size: 1.6rem; font-family: "MicrosoftTaiLe"; letter-spacing: -0.25px; }

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

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

@media only screen and (max-width: 1219px) { .pro2-info { float: none; width: 100%; margin-top: 30px; }
  .pro2-info .item-desc { min-height: auto; } }

@media only screen and (max-width: 767px) { .pro2-info .item-title { margin-top: 0; line-height: 26px; font-size: 18px; font-size: 1.8rem; }
  .pro2-info .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 24px; padding: 20px 0; }
  .pro2-info .item-btn { line-height: 32px; } }

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

/* pro2-title */
.pro2-title { font-family: "MicrosoftTaiLe-Bold"; font-size: 30px; font-size: 3rem; text-transform: uppercase; position: relative; }

.pro2-title:after { position: absolute; content: ''; right: 0; width: 100%; height: 2px; background-color: #E60012; top: 50%; margin-top: -1px; }

.pro2-title span, .pro2-title a { display: inline-block; background-color: #FFFFFF; position: relative; z-index: 2; padding-right: 27px; }

.pro2-title span:after, .pro2-title a:after { position: absolute; content: ''; width: 10px; height: 10px; border-radius: 5px; background: #E60012; right: 0; top: 50%; margin-top: -5px; }

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

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

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

@media only screen and (max-width: 500px) { .pro2-title:after { display: none; }
  .pro2-title a, .pro2-title span { padding-right: 0 !important; }
  .pro2-title a:after, .pro2-title span:after { display: none; } }

.pro2-descbox { padding: 41px 0 0; }

.pro2-descbox .item-desc { padding: 7px 0 0; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-descbox .item-desc p { min-height: 30px; }

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

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

.Related-scrollbox { position: relative; margin-top: 35px; }

.Related-scrollbox .pro2-title span, .Related-scrollbox .pro2-title a { padding-right: 34px; }

.Related-scrollbox .pro2-title:after { right: 76px; width: auto; left: 0; }

.Related-scrollbox .scroll-btns .scroll-btn { width: 30px; height: 30px; border-radius: 50%; text-align: center; line-height: 30px; background-color: #E60012; border: solid 1px #E60012; display: inline-block; cursor: pointer; position: absolute; top: 0; }

.Related-scrollbox .scroll-btns .scroll-btn .iconfont { font-size: 14px; font-size: 1.4rem; color: #fff; }

.Related-scrollbox .scroll-btns .scroll-btn:hover { background-color: transparent; }

.Related-scrollbox .scroll-btns .scroll-btn:hover .iconfont { color: #E60012; }

.Related-scrollbox .scroll-btns .scroll-btn.prev { right: 42px; }

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

@media screen and (max-width: 767px) { .Related-scrollbox .scroll-btns .scroll-btn { top: -2px; } }

.Related-scrollbox .scroll-list-box { width: 100%; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-top: 23px; }

.Related-scrollbox .scroll-list { width: 10000%; }

.Related-scrollbox .scroll-list .list-item { float: left; width: 0.245%; margin-right: 0.00667%; background-color: #F5F5F5; padding: 7px 8px 21px; }

@media screen and (max-width: 999px) { .Related-scrollbox .scroll-list .list-item { width: 0.32%; margin-right: 0.02%; } }

@media screen and (max-width: 600px) { .Related-scrollbox .scroll-list .list-item { width: 0.49%; } }

@media screen and (max-width: 380px) { .Related-scrollbox .scroll-list .list-item { width: 1%; margin: 0; } }

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

.Related-scrollbox .scroll-list .item-desc { margin-top: 18px; font-family: "MicrosoftTaiLe-Bold"; font-size: 16px; font-size: 1.6rem; line-height: 30px; height: 60px; }

.Related-scrollbox .scroll-list .item-desc, .Related-scrollbox .scroll-list .item-desc a { color: #333; }

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

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-1-news start--------------------------------------------------------------*/
.news1-list { padding-bottom: 3px; }

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

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

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

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

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

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

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

.news1-list .item-title { font-size: 16px; font-size: 1.6rem; font-family: "MicrosoftTaiLe-Bold"; line-height: 30px; margin-top: 28px; }

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

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

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

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

.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: 24px; height: 72px; } }

.news1-list .item-btn { margin-top: 30px; display: inline-block; font-size: 16px; font-size: 1.6rem; line-height: 30px; color: #E60012; }

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

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

/*-------------3-1-news end----------------------------------------------------------------*/
/*-------------3-2-news start--------------------------------------------------------------*/
.news2-main > .item-title { text-align: center; font-size: 16px; font-size: 1.6rem; line-height: 28px; font-family: "MicrosoftTaiLe-Bold"; }

.news2-main .item-date { text-align: center; color: #666; line-height: 28px; margin-bottom: 11px; }

.news2-main .pro-share { text-align: center; }

.news2-main .pro-share .share-title { font-size: 16px; font-size: 1.6rem; }

@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: 30px; padding: 20px 0 47px; }

.news2-main .item-desc p { min-height: 30px; }

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

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

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

/*-------------3-2-news end----------------------------------------------------------------*/
/*-------------4-download start-------------------------------------------------------------*/
.download-list .list-item { position: relative; padding-bottom: 40px; margin-bottom: 40px; border-bottom: dashed 1px #cfcfcf; }

.download-list .list-item a { cursor: pointer; }

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

.download-list .item-pics { float: left; width: 59px; margin-right: 23px; margin-top: 7px; }

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

.download-list .item-body { overflow: hidden; padding-right: 214px; }

@media screen and (max-width: 1219px) { .download-list .item-body { padding-right: 180px; } }

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

@media screen and (max-width: 640px) { .download-list .item-body { padding-right: 0; } }

.download-list .item-title { font-size: 18px; font-size: 1.8rem; line-height: 30px; min-height: 30px; }

.download-list .item-title a { display: block; }

.download-list .item-title a:hover { color: #E60012 !important; }

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

.download-list .item-desc { margin-top: 4px; font-size: 16px; font-size: 1.6rem; line-height: 30px; min-height: 30px; }

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

.download-list .item-desc a:hover { color: #E60012 !important; }

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

.download-list .item-btn { font-family: "MicrosoftTaiLe"; text-align: center; display: block; width: 142px; height: 42px; border: solid 1px #E60012; color: #E60012; line-height: 40px; position: absolute; top: 28px; right: 0; }

.download-list .item-btn .iconfont { font-size: 22px; font-size: 2.2rem; vertical-align: middle; margin-right: 3px; margin-left: -10px; }

.download-list .item-btn:hover { background-color: #E60012; color: #fff; }

@media screen and (max-width: 767px) { .download-list .item-btn { width: 130px; height: 36px; line-height: 34px; }
  .download-list .item-btn .iconfont { font-size: 20px; font-size: 2rem; margin-right: 3px; } }

@media screen and (max-width: 640px) { .download-list .item-btn { position: relative; top: auto; right: auto; margin: 20px auto 0; } }

/*-------------4-download end---------------------------------------------------------------*/
/*-------------5-video start---------------------------------------------------------------*/
.video-list { font-size: 0; letter-spacing: 0; padding-bottom: 18px; }

.video-list li { display: inline-block; vertical-align: top; width: 46.16667%; margin-left: 7.66667%; margin-bottom: 21px; }

.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; font-family: "MicrosoftTaiLe-Bold"; margin-top: 19px; }

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

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

/*-------------5-video end-----------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact-box .box-title { font-family: "MicrosoftTaiLe-Bold"; color: #E60012; font-size: 19px; font-size: 1.9rem; margin-bottom: 22px; }

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

.contact-box .box-left { width: 56.33333%; margin-right: 5.83333%; }

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

.contact-box .box-left .star { position: relative; }

.contact-box .box-left .star:after { position: absolute; content: '*'; font-size: 17px; font-size: 1.7rem; color: #E60012; left: 18px; top: 22px; }

.contact-box .box-left .star input, .contact-box .box-left .star textarea { padding-left: 28px !important; }

.contact-box .box-left .star.item-textarea:after { top: 19px; }

@media screen and (max-width: 999px) { .contact-box .box-left .star:after { top: 17px; } }

@media screen and (max-width: 767px) { .contact-box .box-left .star:after { top: 12px; } }

.contact-box .box-left .box-form .item-row { width: 48.22485%; }

@media screen and (max-width: 450px) { .contact-box .box-left .box-form .item-row { width: 100%; } }

.contact-box .box-left .box-form input { border: solid 2px #dcd8d8; width: 100%; height: 59px; line-height: 56px; padding: 0 18px 0 18px; color: #1b1b1b; margin-bottom: 42px; font-size: 17px; font-size: 1.7rem; }

.contact-box .box-left .box-form textarea { border: solid 1px #dcd8d8; width: 100%; height: 216px; line-height: 24px; padding: 16px 14px; color: #1b1b1b; margin-bottom: 43px; display: block; font-size: 17px; font-size: 1.7rem; }

@media screen and (max-width: 999px) { .contact-box .box-left .box-form input, .contact-box .box-left .box-form textarea { margin-bottom: 15px; font-size: 16px; font-size: 1.6rem; }
  .contact-box .box-left .box-form input { height: 50px; line-height: 46px; } }

@media screen and (max-width: 767px) { .contact-box .box-left .box-form input, .contact-box .box-left .box-form textarea { font-size: 14px; font-size: 1.4rem; }
  .contact-box .box-left .box-form input { width: 100%; height: 38px; line-height: 34px; }
  .contact-box .box-left .box-form textarea { height: 150px; } }

.contact-box .box-left .box-form .item-code .item-input { width: 248px; margin-right: 12px; }

.contact-box .box-left .box-form .item-code .item-input input { border-width: 1px; }

.contact-box .box-left .box-form .item-code .item-img { width: 172px; cursor: pointer; }

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

.contact-box .box-left .box-form .item-code .item-btn { width: 217px; background-color: #E60012; color: #fff; text-align: center; font-size: 22px; font-size: 2.2rem; border-color: #E60012; }

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

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

@media screen and (max-width: 999px) { .contact-box .box-left .box-form .item-code .item-input { width: 100%; margin: 0; }
  .contact-box .box-left .box-form .item-code .item-btn { width: 100%; margin-top: 15px; font-size: 18px; font-size: 1.8rem; } }

@media screen and (max-width: 999px) { .contact-box .box-left .box-form .item-code .item-btn { font-size: 16px; font-size: 1.6rem; } }

.contact-box .box-right { overflow: hidden; font-family: "MicrosoftTaiLe"; }

.contact-box .box-right .box-list { background-color: #EEEEEE; background-color: rgba(238, 238, 238, 0.8); font-size: 18px; font-size: 1.8rem; line-height: 30px; padding: 32px 30px 7px 30px; }

.contact-box .box-right .box-list a:hover { color: #E60012; }

.contact-box .box-right .box-list .list-item { margin-bottom: 30px; }

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

.contact-box .box-right .box-list .iconfont { font-size: 20px; font-size: 2rem; margin-right: 10px; color: #E60012; }

@media screen and (max-width: 1219px) { .contact-box .box-right .box-list .list-item { margin-bottom: 26px; } }

@media screen and (max-width: 999px) { .contact-box .box-right .box-list { font-size: 16px; font-size: 1.6rem; }
  .contact-box .box-right .box-list .list-item { margin-bottom: 20px; } }

@media screen and (max-width: 767px) { .contact-box .box-right .box-list { padding: 15px; font-size: 14px; font-size: 1.4rem; line-height: 26px; }
  .contact-box .box-right .box-list .list-item { margin-bottom: 10px; } }

.map { margin-top: 5px; }

.map img { display: block; }

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

/*-------------6-contact end---------------------------------------------------------------*/
.pass-model ::-webkit-input-placeholder { color: #666; opacity: 1; }

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

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

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

/* Internet Explorer 10+ */
/* model */
.backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; background: rgba(0, 0, 0, 0.3); z-index: 99999; }

.pass-backdrop { display: none; }

.pass-model { width: 421px; position: absolute; left: 50%; margin-left: -210px; top: 50%; margin-top: -200px; background-color: #fff; padding: 10px 28px 34px 22px; }

.pass-model .box-title { font-family: "MicrosoftTaiLe-Bold"; text-align: center; font-size: 30px; font-size: 3rem; text-transform: uppercase; color: #E60012; margin: -8px 0 35px; }

@media screen and (max-width: 767px) { .pass-model .box-title { font-size: 24px; font-size: 2.4rem; margin: 5px 0 10px; } }

.pass-model .enter { display: inline-block; float: right; cursor: pointer; margin-right: -18px; }

.pass-model .enter .iconfont { color: #C0C0C0; font-size: 18px; font-size: 1.8rem; }

.pass-model .pass-form input { width: 100%; height: 38px; line-height: 38px; padding: 0 10px 0 36px; margin-bottom: 10px; background: #f2f2f2; }

.pass-model .pass-form .input100 { position: relative; }

.pass-model .pass-form .input100 .iconfont { position: absolute; font-size: 18px; font-size: 1.8rem; color: #333; top: 10px; left: 10px; }

.pass-model .pass-form .input100:before { position: absolute; content: ''; width: 6px; height: 38px; background: url(../images/star1.png) no-repeat center; left: -8px; top: 0; }

.pass-model .pass-form textarea { height: 126px; width: 100%; line-height: 24px; background: #f2f2f2; padding: 8px 10px 10px 37px; margin-bottom: 10px; display: block; }

.pass-model .pass-form .pass-code input { margin-bottom: 0; }

.pass-model .pass-form .pass-code .pass-codeinput { width: 130px; background-color: #F2F2F2; padding: 0 10px; margin-right: 9px; }

.pass-model .pass-form .pass-code .pass-codebtn { width: 130px; background-color: #E60012; color: #FFF; padding: 0; text-transform: uppercase; }

.pass-model .pass-form .pass-code .pass-codebtn:hover { background-color: #333; }

.pass-model .pass-form .pass-code .pass-codeimg { cursor: pointer; }

@media only screen and (max-width: 767px) { .pass-model { margin-top: -147px; }
  .pass-model .pass-form input { height: 32px; line-height: 32px; }
  .pass-model .pass-form textarea { height: 60px; }
  .pass-model .pass-form input, .pass-model .pass-form textarea { font-size: 12px; font-size: 1.2rem; }
  .pass-model .pass-form .pass-code .pass-codeimg { height: 32px; } }

@media only screen and (max-width: 450px) { .pass-model { width: 95%; margin-left: -47.5%; margin-top: -168px; }
  .pass-model .pass-form .pass-code .pass-codebtn { width: 100%; margin-top: 10px; } }

/*# 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: #E60012; 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, helvetica, sans-serif; }

.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, helvetica, sans-serif; }

.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, helvetica, sans-serif; }

.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, helvetica, sans-serif; }

.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, helvetica, sans-serif; }

.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: 18px; 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: #E60012; }

@media screen and (min-width: 768px) { .phone_nav, .nav { display: none !important; } #wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next{font-size: 3.4rem;}}

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

.ws_cover, .ws-title-wrapper, .ws_effect { display: none; }

* { margin: 0; padding: 0; }

li { list-style: none; }

.ban_dan { display: block; max-width: 1920px; width: 100%; margin: 0 auto; overflow: hidden; }

.ws_cover a { display: block !important; }

#wowslider-container1 { display: table; zoom: 1; position: relative; width: 100%; max-width: 1920px; margin: 0px auto 0px; z-index: 90; text-align: left; font-size: 10px; text-shadow: none; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

* html #wowslider-container1 { width: 1920px; }

#wowslider-container1 .ws_images ul { position: relative; width: 10000%; height: 100%; left: 0; list-style: none; margin: 0; padding: 0; border-spacing: 0; overflow: visible; }

#wowslider-container1 .ws_images ul li { cursor: pointer; position: relative; width: 1%; height: 100%; line-height: 0; overflow: hidden; float: left; padding: 0 0 0 0 !important; margin: 0 0 0 0 !important; }

#wowslider-container1 .ws_images { position: relative; left: 0; top: 0; height: 100%; max-width: 1920px; vertical-align: top; border: none; overflow: hidden; }

#wowslider-container1 .ws_images ul a { width: 100%; height: 100%; display: block; color: transparent; }

#wowslider-container1 img { max-width: none !important; }

#wowslider-container1 .ws_images .ws_list img, #wowslider-container1 .ws_images > div > img { width: 100%; border: none 0; max-width: none; padding: 0; margin: 0; }

#wowslider-container1 .ws_images iframe { position: absolute; z-index: -1; }

#wowslider-container1 .ws-title > div { display: inline-block !important; }

#wowslider-container1 a { text-decoration: none; outline: none; border: none; }

#wowslider-container1 .ws_bullets { float: left; position: absolute; z-index: 70; }

/* compatibility with Joomla styles */
#wowslider-container1 .ws_script { display: none; }

#wowslider-container1 sound, #wowslider-container1 object { position: absolute; }

#wowslider-container1 .ws_effect { position: static; width: 100%; height: 100%; }

#wowslider-container1 .ws_photoItem { border: 2em solid #fff; margin-left: -2em; margin-top: -2em; }

#wowslider-container1 .ws_cube_side { background: #A6A5A9; }

/* #wowslider-container1.ws_gestures { cursor: -webkit-grab;cursor: -moz-grab; }
#wowslider-container1.ws_gestures.ws_grabbing { cursor: -webkit-grabbing;cursor: -moz-grabbing; } */
#wowslider-container1.ws_video_playing .ws_bullets, #wowslider-container1.ws_video_playing .ws_fullscreen, #wowslider-container1.ws_video_playing .ws_next, #wowslider-container1.ws_video_playing .ws_prev { display: none; }

#wowslider-container1 .ws_video_btn { position: absolute; display: none; cursor: pointer; top: 0; left: 0; width: 100%; height: 100%; z-index: 55; }

#wowslider-container1 .ws_video_btn.ws_youtube, #wowslider-container1 .ws_video_btn.ws_vimeo { display: block; }

#wowslider-container1 .ws_video_btn div { position: absolute; -webkit-background-size: 200% 200%; background-size: 200%; top: 50%; left: 50%; width: 7em; height: 5em; margin-left: -3.5em; margin-top: -2.5em; }

#wowslider-container1 .ws_video_btn.ws_youtube div { background-position: 0 0; }

#wowslider-container1 .ws_video_btn.ws_youtube:hover div { background-position: 100% 0; }

#wowslider-container1 .ws_video_btn.ws_vimeo div { background-position: 0 100%; }

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div { background-position: 100% 100%; }

#wowslider-container1 .ws_playpause.ws_hide { display: none !important; }

#wowslider-container1 .ws_images { -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); -webkit-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -o-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); -moz-transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); transition: box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.5s cubic-bezier(0.4, 0, 0.2, 1); }

#wowslider-container1 .ws_images:hover { -webkit-box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19); box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19); }

#wowslider-container1 .ws_playpause { display: none !important; }

/* IE10+ hacks */
/* IE10+ hacks */
_:-ms-input-placeholder, :root #wowslider-container1 .ws_playpause:after { line-height: 2.8em; }

/* bottom center */
#wowslider-container1 .ws_bullets { bottom: 10px; left: 50%; }

#wowslider-container1 .ws_bullets div { left: -50%; }

#wowslider-container1 .ws-title { position: absolute; margin-right: 10em; z-index: 50; left: 0.3em; padding: 1em; bottom: 30px; top: auto; opacity: 1; }

#wowslider-container1 .ws-title div, #wowslider-container1 .ws-title span { display: inline-block; padding: 0.5em; }

#wowslider-container1 .ws-title div { display: block; margin-top: 0.5em; font-size: 1.1em; padding: 1em; line-height: 1.15em; color: #000000; border: 3px solid; border-color: #ffffff; border-radius: 7px; background-color: white; }

#wowslider-container1 .ws-title span { font-size: 1.8em; border: 3px solid; border-color: #ffffff; border-radius: 7px; background-color: rgba(0, 0, 0, 0.2); }

#wowslider-container1 .ws_logo { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 9; }

#wowslider-container1 img.loading { width: 96px; height: 48px; }

#wowslider-container1 .ws_bullets a img { text-indent: 0; display: block; bottom: 7px; left: -48px; visibility: hidden; position: absolute; max-width: none; }

#wowslider-container1 .ws_bullets a:hover img { visibility: visible; }

#wowslider-container1 .ws_bulframe div div { height: 48px; overflow: visible; position: relative; }

#wowslider-container1 .ws_bulframe div { left: 0; overflow: hidden; position: relative; width: 96px; background-color: #FFFFFF; }

#wowslider-container1 .ws_bullets .ws_bulframe { display: none; bottom: 25px; margin-left: 5px; overflow: visible; position: absolute; cursor: pointer; border: 3px solid; border-color: #ffffff; border-radius: 5px; }

#wowslider-container1 .ws_bulframe div div { height: auto; }

@media all and (max-width: 760px) { #wowslider-container1 .ws_fullscreen { display: block; } }

@media all and (max-width: 768px) { #wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev { display: none; } }

#wowslider-container1 .ws_bullets { display: none; bottom: 20px; left: 0; width: 100%; text-align: center; line-height: 0; letter-spacing: 0; font-size: 0; }

#wowslider-container1 .ws_bullets a { position: relative; text-shadow: none; color: transparent; display: inline-block; margin: 0 7px; width: 16px; height: 16px; border: solid 2px #E60012; border-radius: 50%; }

#wowslider-container1 .ws_bullets a span { font-size: 0px; }

#wowslider-container1 .ws_bullets a.ws_selbull { background-color: #E60012; }

@media screen and (max-width: 999px) { #wowslider-container1 .ws_bullets { display: block; }
  #wowslider-container1 .ws_bullets a { margin: 0 5px; } }

@media screen and (max-width: 767px) { #wowslider-container1 .ws_bullets { bottom: 10px; }
  #wowslider-container1 .ws_bullets a { width: 12px; height: 12px; } }

#wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next { position: absolute; top: 50%; z-index: 60; overflow: hidden; cursor: pointer; margin-top: -32px; font-size: 64px; font-size: 6.4rem; color: #2c2c2c; }

#wowslider-container1 a.ws_prev:hover, #wowslider-container1 a.ws_next:hover { color: #E60012; }

@media screen and (max-width: 999px) { #wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next { display: none; } }

#wowslider-container1 a.ws_next { right: 83px; }

#wowslider-container1 a.ws_prev { left: 83px; }

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

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

@font-face {
    font-family: 'MicrosoftTaiLe';
    src: url('../fonts/MicrosoftTaiLe.eot');
    src: url('../fonts/MicrosoftTaiLe.eot') format('embedded-opentype'),
         url('../fonts/MicrosoftTaiLe.woff2') format('woff2'),
         url('../fonts/MicrosoftTaiLe.woff') format('woff'),
         url('../fonts/MicrosoftTaiLe.ttf') format('truetype'),
         url('../fonts/MicrosoftTaiLe.svg#MicrosoftTaiLe') format('svg');
}
@font-face {
    font-family: 'MicrosoftTaiLe-Bold';
    src: url('../fonts/MicrosoftTaiLe-Bold.eot');
    src: url('../fonts/MicrosoftTaiLe-Bold.eot') format('embedded-opentype'),
         url('../fonts/MicrosoftTaiLe-Bold.woff2') format('woff2'),
         url('../fonts/MicrosoftTaiLe-Bold.woff') format('woff'),
         url('../fonts/MicrosoftTaiLe-Bold.ttf') format('truetype'),
         url('../fonts/MicrosoftTaiLe-Bold.svg#MicrosoftTaiLe-Bold') format('svg');
}
@font-face {font-family: "iconfont";
  src: url('../fonts/iconfont.eot?t=1568711613534'); /* IE9 */
  src: url('../fonts/iconfont.eot?t=1568711613534#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff?t=1568711613534') format('woff'),
  url('../fonts/iconfont.ttf?t=1568711613534') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  url('../fonts/iconfont.svg?t=1568711613534#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-close:before {
  content: "\e712";
}

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

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

.icon-top:before {
  content: "\e64c";
}

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

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

.icon-left2:before {
  content: "\e710";
}

.icon-right2:before {
  content: "\e711";
}

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

.icon-right23:before {
  content: "\e780";
}

.icon-left27:before {
  content: "\e78f";
}

.icon-right27:before {
  content: "\e790";
}

.icon-download4:before {
  content: "\e7a3";
}

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

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

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

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

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

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

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

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

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

.icon-qq1:before {
  content: "\e7cb";
}

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

.icon-message2:before {
  content: "\e7dc";
}

.icon-zhenhuichongtubiaozhizuo-kuozhan-:before {
  content: "\e61f";
}

.icon-search:before {
  content: "\e602";
}

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

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

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

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

.list_cart .list_cart_a1 { background: #E60012;padding: 8px;color: white; float:left; }
.list_cart .list_cart_a2 { background: #E60012;padding: 8px;color: white; float:right; }
.box-form .table a:hover { color: #E60012; }
.item-desc .table tr td { width: 30%; }
@media screen and (max-width: 1200px) { #wowslider-container1 a.ws_prev, #wowslider-container1 a.ws_next{font-size: 3.4rem;}}

*{ font-family: "微软雅黑" !important; }

.pro2-descbox .item-desc p,.index-lnews .box-list .item-desc,.index-probox .pro-scroll .scroll-list .item-desc a,.index-procate .left-item .box-desc a,.index-procate .cate-scroll .scroll-list .item-desc a,.index-about .item-desc a,.about1-main .item-desc p,.news1-list .item-desc a,.news2-main .item-desc p {
  text-indent: 2em;
}
.news2-main .item-desc p img {display: block;}
@media screen and (max-width: 1220px) {

  .item-body span.aac {width: 64% !important;}
}
.pro2-descbox .item-desc img{display: block;}

.qqnumber{ position: relative;}
.qqnumber p{ position: absolute; bottom: 100%;  left: 0px; width: 100%; background: #fff; text-align: center; line-height: 30px; color: #333; display: none}
.qqnumber:hover p{ display: block;}