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


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


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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html { font-size: 62.5%; }

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

img { border: none; }

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

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

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

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

input, textarea { font-family: "Gotham-Book"; 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: #999; opacity: 1; }

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

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

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

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

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

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

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

.relative { position: relative; }

.absolute { position: absolute; }

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

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

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

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

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

.nlazy { min-width: 20%; }

/**/
.email { word-break: break-all; }

.scale-big img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; }

.scale-big: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); }

.scale-small img { -webkit-transition: all 350ms; -o-transition: all 350ms; -moz-transition: all 350ms; transition: all 350ms; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

.scale-small:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

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

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

[class*="-item"] .item-title a { display: block; }

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

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

[class*="-item"] .item-subt a { display: block; }

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

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

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

[class*="-item"] .item-desc a:hover { color: #004A9E !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; } }

.no_margin { margin-left: auto !important; }

@-webkit-keyframes circle { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  25% { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
  50% { -webkit-transform: rotate(180deg); transform: rotate(180deg); }
  75% { -webkit-transform: rotate(270deg); transform: rotate(270deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  -webkit-animation: circle 10s linear infinite;
          animation: circle 10s linear infinite; }

@-moz-keyframes circle { 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  25% { -moz-transform: rotate(90deg); transform: rotate(90deg); }
  50% { -moz-transform: rotate(180deg); transform: rotate(180deg); }
  75% { -moz-transform: rotate(270deg); transform: rotate(270deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
  -moz-animation: circle 10s linear infinite;
       animation: circle 10s linear infinite; }

@keyframes circle { 0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  25% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  50% { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
  75% { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); }
  100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
  -webkit-animation: circle 10s linear infinite;
     -moz-animation: circle 10s linear infinite;
          animation: circle 10s linear infinite; }

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

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

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

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

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

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

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page { text-align: center; overflow: hidden; font-family: Verdana, Geneva, Tahoma, sans-serif; }

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

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

.page a.prev:hover, .page a.next:hover { color: #004A9E; }

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

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

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

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

@media only screen and (max-width: 767px) { .page .fl { float: none; } }

.page .add-form { float: right; display: inline-block; background: url(../images/af-bg.png) no-repeat left center; padding-left: 30px; margin-left: 13px; font-size: 16px; font-size: 1.6rem; color: #4B4B4B; letter-spacing: 0.5px; }

.page .add-form .add-btn { letter-spacing: 0.5px; margin-left: 12px; font-size: 14px; font-size: 1.4rem; padding: 0 15px; text-align: left; width: 170px; height: 32px; line-height: 30px; background-color: #004A9E; 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: 40px; border-radius: 0; margin-bottom: 0; }

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

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

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

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

.c1 { background: transparent; }

.c1 .iconfont { font-size: 25px; font-size: 2.5rem; }

.c2 { background: transparent; }

.c2 .iconfont { font-size: 26px; font-size: 2.6rem; }

.c3 { background: transparent; }

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

.c4 { background: transparent; }

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

.c5 { background: transparent; }

.c5 .iconfont { font-size: 26px; font-size: 2.6rem; }

/* .contact-pc li:hover,.contact-phone li:hover{
	.iconfont{
		color: $color;
	}
} */
.contact-phone { position: fixed; bottom: 0; height: 50px; left: 0; right: 0; display: none; z-index: 999; }

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

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

.contact-phone li .iconfont { color: #5A5A5A; }

.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; width: 44px; height: 44px; line-height: 44px; background-color: #D7D7D7; text-align: center; }

.back-top .iconfont { font-size: 28px; font-size: 2.8rem; color: #5A5A5A; }

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

/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share { 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: 16px; font-size: 1.6rem; color: #555; }

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths { border-top: dashed 1px #666; padding-top: 44px; font-size: 16px; font-size: 1.6rem; }

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

.m-oths a:hover { color: #004A9E; }

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

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

@media screen and (max-width: 999px) { .m-oths { padding-top: 30px; } }

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

/*-------------bread start-----------------------------------------------------------------*/
.bread { line-height: 24px; padding: 24px 0 42px; text-transform: uppercase; overflow: hidden; }

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

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

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

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

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

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

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

/* Internet Explorer 10+ */
.search { position: relative; }

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

.search .search-icon { cursor: pointer; display: block; font-size: 18px; font-size: 1.8rem; line-height: 30px; color: #727272; }

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

.search .search-box .iconfont { font-size: 16px; font-size: 1.6rem; color: #333; position: absolute; width: 29px; height: 16px; line-height: 16px; text-align: center; right: 0; top: 50%; margin-top: -8px; z-index: -1; }

.search .search-input { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 32px; padding: 0 35px 0 9px; }

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

/*-------------header start----------------------------------------------------------------*/
body { padding-top: 99px; }

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

.header { background-color: #fff; box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.16); position: fixed; z-index: 99; padding: 34px 0 0; top: 0; left: 0; width: 100%; }

@media screen and (max-width: 767px) { .header { position: relative; } }

.header .logo { float: left; display: block; width: 205px; }

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

.header .lang-list a { font-family: "Gotham-Medium"; color: #555; line-height: 30px; display: inline-block; }

.header .lang-list a:hover { color: #004A9E; }

.header .lang-list:before { content: '|'; margin: 0 8px 0 15px; color: #ccc; font-size: 20px; font-size: 2rem; font-family: "Gotham-Light"; }

@media screen and (max-width: 767px) { .header .lang-list { position: absolute; top: 0; /* right: 65px; */ right: 45px;}
  .header .lang-list:before { display: none; }
  .header .lang-list:after { content: '|'; margin: 0 5px; color: #ccc; font-size: 20px; font-size: 2rem; } }

.header .navlist { float: right; width: 910px; font-size: 0; letter-spacing: 0; text-align: center; position: relative; }

.header .navlist > li { position: relative; display: inline-block; vertical-align: top; margin-left: 70px; padding-bottom: 35px; }

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

.header .navlist > li > a { display: block; text-transform: uppercase; font-size: 14px; font-size: 1.4rem; line-height: 30px; }

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

@media screen and (max-width: 1219px) { .header .navlist { width: 680px; } }

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

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

@media screen and (max-width: 767px) { .header .navlist { width: 100%; margin: 0; }
  .header .navlist > li { margin: 0; width: 25%; padding-bottom: 10px; } }

@media screen and (max-width: 500px) { .header .navlist > li > a { font-size: 12px; font-size: 1.2rem; text-transform: capitalize; } }

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

.header .yiji { z-index: 99; position: absolute; top: -9999px; width: 250px; left: 50%; margin-left: -125px; border-top: solid 3px transparent; box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1); }

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

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

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

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

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

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

.header .erji, .header .sanji { position: absolute; left: -9999px; top: 0; box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.1); width: 250px; border-left: solid 3px transparent; }

.header .nav-search { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 9; }

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

.header .nav-search .icon-close { float: left; line-height: 30px; color: #999; margin-left: 10px; font-size: 20px; font-size: 2rem; cursor: pointer; }

.header .nav-search .item-form { text-align: left; height: 30px; width: 80%; float: left; }

.header .nav-search .item-form .item-input { width: 100%; line-height: 30px; height: 30px; border: solid 1px #ccc; padding: 0 10px 0 40px; font-size: 14px; font-size: 1.4rem; color: #666; }

.header .nav-search .item-form .item-submit { width: 30px; height: 24px; position: absolute; left: 0; top: 3px; border-right: 1px solid #ccc; background-color: transparent; z-index: 2; }

.header .nav-search .item-form .iconfont { width: 30px; height: 30px; line-height: 30px; position: absolute; top: 0; left: 0; text-align: center; color: #999; }


/* 767 navlist1 */
.navlist1 { display: none; width: 95%; margin: 0 auto; }

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

.navlist1 > li > a { display: block; position: relative; line-height: 32px; font-weight: bold; }

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

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

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

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

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

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

/* Internet Explorer 10+ */
.footer { overflow: hidden; background-color: #F1F1F1; font-family: "Gotham-Light"; }

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

.footer a:hover { color: #003F7F; }

.footer .f-top { padding: 68px 0 7px; line-height: 30px; }

.footer .f-top .footer-title { margin-bottom: 30px; font-size: 24px; font-size: 2.4rem; }

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

.footer .f-top .footer-title a:hover { color: #004A9E; }

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

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

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

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

.footer .f-top .flist4 .item-form { padding-top: 10px; }

.footer .f-top .flist4 .item-form input, .footer .f-top .flist4 .item-form textarea { font-size: 16px; font-size: 1.6rem; border: solid 1px #a3a3a3; width: 100%; display: block; color: #999; }

.footer .f-top .flist4 .item-form input { height: 38px; line-height: 36px; margin-bottom: 7px; padding: 0 16px; }

.footer .f-top .flist4 .item-form textarea { height: 88px; margin-bottom: 11px; line-height: 24px; padding: 5px 16px; }

.footer .f-top .flist4 .item-form .item-btn { width: 122px !important; padding: 0; background-color: #004A9E; border: 0; color: #fff; }

.footer .f-top .flist4 .item-form .item-btn:hover { background-color: #000; }

.footer .f-top .item-keys { margin-top: 27px; }

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

@media screen and (max-width: 999px) { .footer .f-top { padding: 50px 0 7px; }
  .footer .f-top .flist1 { width: 30%; padding-right: 10px; }
  .footer .f-top .flist2 { width: 30%; padding-right: 10px; }
  .footer .f-top .flist3 { width: 40%; }
  .footer .f-top .flist4 { width: 100%; margin-top: 30px; } }

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

.footer .f-bot { background-color: #004A9E; padding: 15px 0 5px; }

.footer .f-bot .box-body { overflow: hidden; line-height: 24px; }

.footer .f-bot .box-body, .footer .f-bot .box-body a { color: #fff; }

.footer .f-bot .box-body a:hover { color: #000; }

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

.footer .links { margin-top: 8px; }

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

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

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

.footer .f-follow { float: right; margin-top: 10px; margin-right: 20px; }

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

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

.footer .f-follow a .iconfont { font-size: 26px; font-size: 2.6rem; color: #fff; }

@media screen and (max-width: 999px) { .footer .f-follow { float: none; margin: 0 0 10px; }
  .footer .f-follow a { margin-right: 15px; }
  .footer .f-follow a .iconfont { font-size: 20px; font-size: 2rem; } }

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-title start */
.index-title { text-align: center; font-family: "Gotham-Medium"; text-transform: uppercase; font-size: 36px; font-size: 3.6rem; }

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

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

@media screen and (max-width: 640px) { .index-title { font-size: 20px; font-size: 2.0rem; } }

/* index-title end */
/* index-help start */
.index-help { padding: 90px 0 125px; }

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

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

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

.index-help .box-list { font-size: 0; letter-spacing: 0; text-align: center; }

.index-help .box-list .list-item { display: inline-block; vertical-align: top; width: 16.66%; margin-top: 63px; }

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

@media screen and (max-width: 767px) { .index-help .box-list .list-item { width: 33.33%; margin-top: 30px; } }

@media screen and (max-width: 500px) { .index-help .box-list .list-item { width: 50%; margin-top: 30px; } }

.index-help .box-list .item-pic { width: 108px; height: 108px; border-radius: 50%; background-color: #B7B7B7; background-color: rgba(183, 183, 183, 0.2); margin: 0 auto; position: relative; -webkit-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }

.index-help .box-list .item-pic img { display: block; margin: 0 auto; width: 65px; height: 65px; position: absolute; top: 50%; left: 50%; margin: -32.5px 0 0 -32.5px; }

.index-help .box-list .item-pic .img2 { display: none; }

.index-help .box-list .item-pic:hover { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); transform: rotateY(180deg); background-color: #004A9E; }

.index-help .box-list .item-pic:hover .img1 { display: none; }

.index-help .box-list .item-pic:hover .img2 { display: block; }

@media screen and (max-width: 999px) { .index-help .box-list .item-pic { width: 98px; height: 98px; } }

@media screen and (max-width: 767px) { .index-help .box-list .item-pic { width: 80px; height: 80px; }
  .index-help .box-list .item-pic img { width: 50px; height: 50px; margin: -25px 0 0 -25px; } }

.index-help .box-list .item-title { font-family: "Gotham-Light"; font-size: 17px; font-size: 1.7rem; text-align: center; line-height: 24px; margin-top: 17px; padding: 0 5px; }

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

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

/* index-help end */
/* index-probox start */
/*.index-probox .box-list { font-size: 0; letter-spacing: 0; padding: 77px 0 121px; }

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

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

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

.index-probox .box-list .box-item { display: inline-block; vertical-align: top; width: 32.5%; margin-left: 1.25%; }

@media screen and (max-width: 600px) { .index-probox .box-list .box-item { width: 48.59649%; margin-left: 2.63158%; } }

@media screen and (max-width: 600px) { .index-probox .box-list .box-item.right-item { width: 100%; margin: 0; }
  .index-probox .box-list .box-item.right-item .list-item { float: left; width: 48.59649%; margin-left: 2.63158%; margin-bottom: 2.08333%; } }

.index-probox .box-list .list-item { margin-bottom: 3.91667%; position: relative; }

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

.index-probox .box-list .item-title { position: absolute; left: 0; width: 100%; top: 28px; padding: 0 6.66667%; font-size: 18px; font-size: 1.8rem; line-height: 24px; font-family: "Gotham-Medium"; }

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

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

@media screen and (max-width: 600px) { .index-probox .box-list .item-title { top: 0; } }*/

/* index-probox end */
/* index-probox start */
.index-probox .box-list { font-size: 0; letter-spacing: 0; padding: 77px 0 121px; }

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

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

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

.index-probox .box-list .box-item { float: left; display: inline-block; vertical-align: top; width: 32.5%; margin-left: 1.25%; }

@media screen and (max-width: 600px) { .index-probox .box-list .box-item { width: 48.59649%; margin-left: 2.63158%; } }

@media screen and (max-width: 600px) { .index-probox .box-list .box-item.right-item { width: 100%; margin: 0; }
  .index-probox .box-list .box-item.right-item .list-item { float: left; width: 48.59649%; margin-left: 2.63158%; margin-bottom: 2.08333%; } }

.index-probox .box-list .middle-item { float: right; }

.index-probox .box-list .list-item { margin-bottom: 5%; position: relative; }

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

.index-probox .box-list .item-title { position: absolute; left: 0; width: 100%; top: 28px; padding: 0 6.66667%; font-size: 18px; font-size: 1.8rem; line-height: 24px; font-family: "Gotham-Medium"; }

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

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

@media screen and (max-width: 600px) { .index-probox .box-list .item-title { top: 0; } }
/* index-probox end */

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

.index-about:before { position: absolute; content: ''; top: 71px; left: 0; right: 0; bottom: 0; background-color: #004A9E; }

@media screen and (max-width: 767px) { .index-about:before { top: 40px; } }

.index-about .list-item { position: relative; background-color: #fff; }

@media screen and (max-width: 767px) { .index-about .list-item { max-width: 600px; margin: 0 auto; } }

.index-about .item-pic { float: left; width: 50%; margin-right: 5.83333%; }

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

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

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

.index-about .item-videobox { float: left; width: 50%; overflow: hidden; margin-right: 5.83333%; }

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

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

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

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

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

.index-about .item-body { padding: 90px 2.5% 15px; }

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

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

.index-about .item-title { font-family: "Gotham-Medium"; text-transform: uppercase; font-size: 36px; font-size: 3.6rem; line-height: 48px; }

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

.index-about .item-title a:hover { color: #004A9E; }

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

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

@media screen and (max-width: 767px) { .index-about .item-title { font-size: 20px; font-size: 2.0rem; line-height: 28px; } }

.index-about .item-desc { overflow: visible; font-family: "Gotham-Light"; font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 21px; }

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

.index-about .item-btn { font-family: "Gotham-Medium"; margin-top: 58px; display: inline-block; min-width: 135px; border: solid 2px #004A9E; line-height: 24px; padding: 5px 10px; font-size: 12px; font-size: 1.2rem; text-align: center; color: #004A9E; }

.index-about .item-btn .iconfont { font-size: 17px; font-size: 1.7rem; vertical-align: middle; margin-left: 5px; }

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

@media screen and (max-width: 999px) { .index-about .item-btn { margin-top: 20px; padding: 3px 10px; min-width: 120px; } }

/* index-about end */
/* index-news start */
.index-news { padding: 125px 0 83px; text-align: center; }

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

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

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

.index-news .item-btn { font-family: "Gotham-Medium"; margin-top: 66px; display: inline-block; min-width: 113px; border: solid 2px #004A9E; line-height: 24px; padding: 6px 10px; font-size: 12px; font-size: 1.2rem; text-align: center; color: #004A9E; }

.index-news .item-btn .iconfont { font-size: 17px; font-size: 1.7rem; vertical-align: middle; margin-left: 5px; }

.index-news .item-btn:hover { background-color: #004A9E; color: #fff; }

@media screen and (max-width: 999px) { .index-news .item-btn { margin-top: 40px; padding: 3px 10px; } }

.index-news .box-list .list-item { float: left; width: 32.5%; margin-left: 1.25%; margin-top: 60px; }

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

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

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

.index-news .box-list .item-pic { width: 100%; }

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

.index-news .box-list .item-date { width: 63px; margin-top: -31px; background-color: #004A9E; color: #fff; text-align: center; padding: 6px 0 8px 0; position: relative; }

.index-news .box-list .item-date .p1 { font-size: 30px; font-size: 3rem; font-family: "Gotham-Bold"; }

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

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

@media screen and (max-width: 767px) { .index-news .box-list .item-date { width: 50px; margin-top: -26px; }
  .index-news .box-list .item-date .p1 { font-size: 20px; font-size: 2rem; }
  .index-news .box-list .item-date .p2 { font-size: 14px; font-size: 1.4rem; margin: 0; } }

.index-news .box-list .item-body { padding: 0 5.12821%; text-align: left; }

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

.index-news .box-list .item-title { margin-top: 16px; font-family: "Gotham-Medium"; font-size: 18px; font-size: 1.8rem; line-height: 26px; }

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

.index-news .box-list .item-desc { font-family: "Gotham-Light"; margin-top: 5px; font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; }

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

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

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

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

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

/*-------------1-1-about start-------------------------------------------------------------*/
.about-bar { font-size: 0; letter-spacing: 0; }

.about-bar a { display: inline-block; vertical-align: top; margin-bottom: 10px; width: 234px; margin-left: 88px; border: solid 1px #004A9E; color: #004A9E; font-size: 18px; font-size: 1.8rem; text-align: center; border-radius: 32px; line-height: 62px; }

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

@media screen and (max-width: 1219px) { .about-bar a { margin-left: 14px; } }

@media screen and (max-width: 999px) { .about-bar a { width: 23%; margin: 0 1% 10px; font-size: 16px; font-size: 1.6rem; line-height: 40px; } }

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

.about-title { text-align: center; font-family: "Gotham-Medium"; text-transform: uppercase; font-size: 32px; font-size: 3.2rem; position: relative; padding-bottom: 26px; }

.about-title:before { position: absolute; content: ''; width: 81px; height: 4px; background-color: #004A9E; left: 50%; margin-left: -40px; bottom: 0; }

.about-title a:hover { color: #004A9E; }

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

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

@media screen and (max-width: 640px) { .about-title { font-size: 20px; font-size: 2.0rem; } }

.about-company { margin-top: 54px; padding-top: 50px; }

@media screen and (max-width: 1219px) { .about-company { margin-top: 20px; } }

@media screen and (max-width: 999px) { .about-company { margin-top: 0; } }

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

.about-company .item-videobox { width: 457px; margin-right: 2.75%; overflow: hidden; float: left; }

.about-company .item-videobox .item-video { position: relative; overflow: hidden; padding-bottom: 65.86433%; height: 0; }

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

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

@media screen and (max-width: 999px) { .about-company .item-videobox { width: 400px; } }

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

.about-company .box-body { margin-top: 26px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.about-company .box-body p { min-height: 26px; }

.about-company .box-body img, .about-company .box-body iframe { max-width: 100%; }

.about-company .box-body, .about-company .box-body a { color: #555; }

.about-company .box-body .item-pic { width: 457px; margin-right: 2.75%; }

.about-company .box-body .item-pic img { display: block; margin: 0 auto; max-width: 457px; width: 100%; }

.about-company .box-body em { font-style: normal; display: inline-block; background: url(../images/bg1.png) no-repeat left 6px; padding-left: 33px; }

.about-company .box-body .item-desc { margin-top: 30px; }

@media screen and (max-width: 1219px) { .about-company .box-body .item-pic { width: 400px; }
  .about-company .box-body .item-desc { margin-top: 0; } }

@media screen and (max-width: 999px) { .about-company .box-body .item-pic { width: 330px; } }

@media screen and (max-width: 767px) { .about-company .box-body { font-size: 14px; font-size: 1.4rem; line-height: 24px; }
  .about-company .box-body p { min-height: 24px; }
  .about-company .box-body em { padding-left: 20px; } }

@media screen and (max-width: 600px) { .about-company .box-body .item-pic { float: none; margin: 0 auto 20px; max-width: 457px; width: 100%; } }

.about-spec { padding: 30px 0 26px; font-size: 16px; font-size: 1.6rem; line-height: 26px; }

.about-spec p { min-height: 26px; }

.about-spec img, .about-spec iframe { max-width: 100%; }

.about-spec, .about-spec a { color: #555; }

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

.about-team { padding-top: 50px; margin-top: 20px; }

@media screen and (max-width: 999px) { .about-team { margin-top: 0; } }

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

.about-team .box-list { font-size: 0; letter-spacing: 0; overflow: hidden; }

.about-team .box-list .list-item { display: inline-block; vertical-align: top; width: 32.25%; margin-left: 1.625%; margin-bottom: 16px; position: relative; }

.about-team .box-list .list-item:hover .item-backdrop { top: 0; }

.about-team .box-list .list-item:hover .item-title { background-color: #004A9E; }

.about-team .box-list .list-item:hover .item-title, .about-team .box-list .list-item:hover .item-title a { color: #fff; }

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

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

.about-team .box-list .item-pic { position: relative; }

.about-team .box-list .item-pic img { display: block; max-width: 387px; margin: 0 auto; width: 100%; }

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

.about-team .box-list .item-backdrop .iconfont { color: #fff; font-size: 28px; font-size: 2.8rem; position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -14px; }

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

.about-team .box-list .item-title { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; background-color: #CCCCCC; text-align: center; line-height: 26px; padding: 10px 5px; font-size: 18px; font-size: 1.8rem; }

.about-team .box-list .item-title, .about-team .box-list .item-title a { color: #555; }

@media screen and (max-width: 999px) { .about-team .box-list .item-title { font-size: 16px; font-size: 1.6rem; padding: 5px; background-color: #004A9E; }
  .about-team .box-list .item-title, .about-team .box-list .item-title a { color: #fff; } }

@media screen and (max-width: 767px) { .about-team .box-list .item-title { line-height: 20px; } }

.about-team .box-list .item-body { -webkit-transition: all .5s; -o-transition: all .5s; -moz-transition: all .5s; transition: all .5s; position: absolute; left: 0; width: 100%; height: -moz-calc(100% + 16px); height: calc(100% + 16px); padding: 28px 18px 10px; font-size: 16px; font-size: 1.6rem; line-height: 26px; overflow: hidden; background-color: #004A9E; }

.about-team .box-list .item-body, .about-team .box-list .item-body a { color: #fff; }

.about-team .box-list .item-body p { position: relative; padding-left: 17px; }

.about-team .box-list .item-body p:before { position: absolute; content: ''; width: 5px; height: 5px; border-radius: 50%; background-color: #fff; left: 0; top: 10px; }

@media screen and (max-width: 999px) { .about-team .box-list .item-body { position: relative !important; left: auto !important; top: auto !important; right: auto !important; bottom: auto !important; height: auto !important; padding: 5px 5px 15px; } }

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

.about-team .box-list .item1 .item-pic, .about-team .box-list .item1 .item-title { position: relative; }

.about-team .box-list .item1 .item-body { bottom: 999px; z-index: 2; }

.about-team .box-list .item1:hover .item-body { bottom: -moz-calc(-100% - 16px); bottom: calc(-100% - 16px); }

.about-team .box-list .item2 .item-pic, .about-team .box-list .item2 .item-title { position: relative; }

.about-team .box-list .item2 .item-body { top: -999px; z-index: 2; }

.about-team .box-list .item2:hover .item-body { top: -moz-calc(-100% - 16px); top: calc(-100% - 16px); }

.about-cer { padding-top: 50px; margin-top: 25px; }

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

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

.about-cer .cer-list { font-size: 0; letter-spacing: 0; }

.about-cer .cer-list .list-item { display: inline-block; vertical-align: top; width: 20.5%; margin-left: 6%; margin-bottom: 36px; }

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

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

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

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

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

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

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

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

.about-cer .cer-list .item-backdrop .iconfont { position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -14px; color: #fff; display: block; font-size: 28px; font-size: 2.8rem; }

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

.about-cer .cer-list .item-title { margin-top: 19px; line-height: 24px; text-align: center; font-size: 18px; font-size: 1.8rem; }

@media screen and (max-width: 999px) { .about-cer .cer-list .item-title { font-size: 16px; font-size: 1.6rem; margin-top: 10px; } }

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

.about-news { padding-top: 50px; }

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

.about-news .about-title { margin-bottom: 50px; }

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

.about-news .news-list { float: left; width: 68.33333%; }

@media screen and (max-width: 767px) { .about-news .news-list { float: none; width: 100%; } }

.about-news .news-list .list-item { float: left; width: 46.34146%; margin-right: 3.65854%; margin-bottom: 44px; }

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

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

.about-news .news-list .item-pic { width: 100%; }

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

.about-news .news-list .item-body { border: solid 1px #D7D7D7; border-top: 0; padding: 16px 18px 26px; }

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

.about-news .news-list .item-title { font-family: "Gotham-Medium"; font-size: 18px; font-size: 1.8rem; line-height: 26px; }

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

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

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

.about-news .news-list .item-desc { font-family: "Gotham-Light"; margin-top: 12px; font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; }

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

.about-news .news-list .item-btn { font-family: "Gotham-Light"; margin-top: 17px; display: inline-block; min-width: 132px; border: solid 2px #004A9E; line-height: 24px; padding: 4px 10px 5px; font-size: 16px; font-size: 1.6rem; text-align: center; color: #004A9E; }

.about-news .news-list .item-btn .iconfont { font-size: 17px; font-size: 1.7rem; vertical-align: middle; margin-left: 5px; }

.about-news .news-list .item-btn:hover { background-color: #004A9E; color: #fff; }

@media screen and (max-width: 999px) { .about-news .news-list .item-btn { margin-top: 15px; padding: 3px 10px; min-width: 120px; font-size: 14px; font-size: 1.4rem; } }

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

.about-news .news1-list { overflow: hidden; }

.about-news .news1-list .box-title { font-family: "Gotham-Medium"; text-transform: uppercase; font-size: 30px; font-size: 3rem; text-align: center; line-height: 36px; padding: 15px; margin-bottom: 10px; background-color: #004A9E; }

.about-news .news1-list .box-title, .about-news .news1-list .box-title a { color: #fff; }

.about-news .news1-list .box-title a { display: block; }

.about-news .news1-list .box-title a:hover { background-color: #000; }

@media screen and (max-width: 1219px) { .about-news .news1-list .box-title { margin-bottom: 14px; } }

@media screen and (max-width: 999px) { .about-news .news1-list .box-title { font-size: 26px; font-size: 2.6rem; line-height: 30px; margin-bottom: 10px; padding: 10px; } }

@media screen and (max-width: 767px) { .about-news .news1-list .box-title { font-size: 20px; font-size: 2rem; line-height: 26px; } }

.about-news .news1-list .box-list .list-item { background-color: #EBEBEB; background-color: rgba(235, 235, 235, 0.5); margin-bottom: 17px; padding: 25px 18px 25px; }

@media screen and (max-width: 1219px) { .about-news .news1-list .box-list .list-item { padding: 15px 10px; } }

@media screen and (max-width: 999px) { .about-news .news1-list .box-list .list-item { margin-bottom: 10px; padding: 13px 10px 14px; } }

.about-news .news1-list .box-list .item-title { font-family: "Gotham-Medium"; font-size: 18px; font-size: 1.8rem; line-height: 26px; }

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

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

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

.about-news .news1-list .box-list .item-desc { font-family: "Gotham-Light"; margin-top: 12px; font-size: 16px; font-size: 1.6rem; line-height: 26px; height: 52px; }

@media screen and (max-width: 999px) { .about-news .news1-list .box-list .item-desc { margin-top: 5px; font-size: 14px; font-size: 1.4rem; line-height: 20px; height: 40px; } }

@media screen and (max-width: 767px) { .about-news .news1-list .box-list .item-desc { height: auto; max-height: 40px; } }

/*-------------1-1-about end---------------------------------------------------------------*/
/*-------------1-2-about start-------------------------------------------------------------*/
.news2-main h1.item-title { font-family: "Gotham-Medium"; font-size: 22px; font-size: 2.2rem; line-height: 26px; padding-right: 260px; }

@media screen and (max-width: 999px) { .news2-main h1.item-title { font-size: 20px; font-size: 2rem; padding-right: 0; } }

.news2-main .pro-share { position: absolute; right: 0; top: 0; }

@media screen and (max-width: 999px) { .news2-main .pro-share { position: relative; right: auto; top: auto; margin-top: 15px; } }

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

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

.news2-main .item-date { margin-top: 24px; font-size: 16px; font-size: 1.6rem; line-height: 26px; color: #666; }

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

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

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

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

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

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

@media screen and (max-width: 999px) { .news2-main .item-desc { padding-bottom: 50px; } }

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

/*-------------1-2-about end---------------------------------------------------------------*/
/*-------------3-1-products start----------------------------------------------------------*/
.pro-cate { font-size: 0; letter-spacing: 0; text-align: center; }

.pro-cate li { display: inline-block; vertical-align: top; width: 23.33333%; margin-left: 2.22222%; font-size: 18px; font-size: 1.8rem; line-height: 24px; border: solid 1px #004A9E; border-radius: 32px; margin-bottom: 7px; text-align: center; padding: 6px 5px; display:none;}

.pro-cate li, .pro-cate li a { color: #004A9E; }

.pro-cate li a { display: table-cell; vertical-align: middle; height: 48px; width: 1000px; }

.pro-cate li:hover, .pro-cate li.active { background-color: #004A9E; }

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

@media screen and (max-width: 1219px) { .pro-cate li { font-size: 16px; font-size: 1.6rem; padding: 3px 5px; display:inline-block;} }

@media screen and (max-width: 999px) { .pro-cate li { /* width: 31.33%; margin: 0 1% 20px!important; */ width: auto; margin: 0 5px 10px !important; padding: 8px 15px; display:inline-block; }
  .pro-cate li a { display: block; height: auto; width: auto; } }

@media screen and (max-width: 767px) { .pro-cate li { font-size: 14px; font-size: 1.4rem; padding: 5px 10px; display:inline-block;/* width: 48%; margin: 0 1% 20px!important; line-height: 20px; a{ height: 40px; } */ } }

.pro1-list { font-size: 0; letter-spacing: 0; padding: 18px 0 40px; }

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

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

.pro1-list .list-item { display: inline-block; vertical-align: top; width: 33.33%; border-left: solid 1px #DCDCDC; border-top: solid 1px #DCDCDC; padding: 10px 0 10px; }

.pro1-list .list-item.notop { border-top: 0; }

.pro1-list .list-item.noleft { border-left: 0; }

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

@media screen and (max-width: 767px) { .pro1-list .list-item { width: 48%; border: 0 !important; padding: 0 0 10px; margin: 0 1%; } }

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

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

.pro1-list .item-body { padding: 30px 32px 0; }

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

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

.pro1-list .item-subt, .pro1-list .item-title { font-family: "Gotham-Medium"; font-size: 16px; font-size: 1.6rem; line-height: 20px; }

.pro1-list .item-subt a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.pro1-list .item-title { padding-bottom: 5px; margin-bottom: 5px; }

.pro1-list .item-title a { height: 40px; }

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

.pro1-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 20px; }

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

.pro1-list .item-desc p { padding-left: 11px; position: relative; }

.pro1-list .item-desc p:before { position: absolute; content: ''; width: 4px; height: 4px; background-color: #B2B2B2; border-radius: 50%; left: 4px; top: 8px; }

.pro1-list .item-btnbox { margin-top: 5px; border-bottom: solid 1px #DCDCDC;padding-bottom: 10px;}

.pro1-list .item-btn { display: inline-block; min-width: 131px; font-size: 16px; font-size: 1.6rem; border: solid 1px #004A9E; color: #004A9E; line-height: 24px; padding: 8px 10px 7px; text-align: center; margin-right: 14px; }

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

@media screen and (max-width: 767px) { .pro1-list .item-btn { font-size: 14px; font-size: 1.4rem; padding: 3px 10px; min-width: 110px; } }

.pro1-btn { min-width: 164px; line-height: 24px; padding: 5px 10px 4px; text-align: center; background-color: #004A9E; color: #fff; display: block; margin: 0 auto; }

.pro1-btn:hover { background-color: #000; }

.pro1-more { text-align: center; font-size: 16px; font-size: 1.6rem; text-transform: uppercase; line-height: 30px; margin-top: 6px; }

.pro1-more .more-btn { cursor: pointer; display: inline-block; }

.pro1-more .more-btn:hover { color: #004A9E; }

.pro1-more .nomore { display: none; }

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

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

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

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

.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: 153px; padding: 22px 0; }

.pro2-box .m-propic .pic-btn { position: absolute; left: 0; width: 100%; text-align: center; }

.pro2-box .m-propic .pic-btn .iconfont { font-size: 22px; font-size: 2.2rem; color: #7f7f7f; }

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

.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: 361px; overflow: hidden; }

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

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

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

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

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

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

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

@media screen and (max-width: 767px) { .pro2-box .m-propic1 { display: none; }
  .pro2-box .m-propic2 { position: relative; display: block; overflow: hidden; width: 100%; padding-left: 30px; padding-right: 30px; }
  .pro2-box .m-propic2 .box-btn { position: absolute; top: 50%; margin-top: -12px; display: block; width: 24px; height: 24px; }
  .pro2-box .m-propic2 .box-btn .iconfont { font-size: 24px; font-size: 2.4rem; color: #666; }
  .pro2-box .m-propic2 .box-btn .iconfont:hover { color: #004A9E; }
  .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: 0 solid #ccc; 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%; } }

.pro3-info { float: right; width: 445px; }

@media screen and (max-width: 1219px) { .pro3-info { width: 100%; float: none; } }

.pro3-info .item-title { margin-top: 42px; line-height: 24px; font-size: 20px; font-size: 2.0rem; }

@media screen and (max-width: 1219px) { .pro3-info .item-title { margin-top: 30px; } }

.pro3-info .item-desc { padding: 20px 0 15px 0; font-size: 16px; font-size: 1.6rem; line-height: 26px; min-height: 195px; }

.pro3-info .item-desc, .pro3-info .item-desc a { color: #555; }

@media screen and (max-width: 1219px) { .pro3-info .item-desc { min-height: auto; padding: 20px 0 15px; } }

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

.pro3-info .item-btns { font-size: 0; letter-spacing: 0; padding-top: 19px; }

.pro3-info .item-btns .item-btn { display: inline-block; vertical-align: top; font-size: 14px; font-size: 1.4rem; line-height: 24px; border: solid 1px #004A9E; color: #004A9E; padding: 7px 21px; margin-top: 10px; }

.pro3-info .item-btns .item-btn:first-child { margin-right: 27px; }

.pro3-info .item-btns .item-btn:hover { background-color: #004A9E; color: #fff; }

@media screen and (max-width: 767px) { .pro3-info .item-btns .item-btn { padding: 4px 10px; } }

.pro2-title { font-size: 24px; font-size: 2.4rem; font-family: "Gotham-Medium"; border-bottom: solid 2px #ccc; position: relative; padding-bottom: 19px; }

.pro2-title, .pro2-title a { color: #555; }

.pro2-title:after { position: absolute; content: ''; width: 96px; height: 4px; background-color: #004A9E; bottom: -2px; left: 0; }

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

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

.pro2-spec { margin-top: 70px; }

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

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

.pro2-spec .item-body { padding: 37px 0 51px; font-size: 16px; font-size: 1.6rem; line-height: 30px; }

.pro2-spec .item-body p { min-height: 30px; }

.pro2-spec .item-body, .pro2-spec .item-body a { color: #555; }

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

@media screen and (max-width: 999px) { .pro2-spec .item-body { padding: 35px 0 50px; } }

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

.pro2-related .box-list { font-size: 0; letter-spacing: 0; }

.pro2-related .box-list .list-item { display: inline-block; vertical-align: top; width: 23.33333%; margin-left: 2.22222%; margin-top: 42px; }

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

@media screen and (max-width: 767px) { .pro2-related .box-list .list-item { width: 48%; } }

@media screen and (max-width: 350px) { .pro2-related .box-list .list-item { width: 98%; } }

.pro2-related .box-list .item-title { margin-top: 17px; font-size: 16px; font-size: 1.6rem; line-height: 20px; height: 42px; }

.pro2-related .box-list .item-title, .pro2-related .box-list .item-title a { color: #4C4C4C; }

@media screen and (max-width: 999px) { .pro2-related .box-list .item-title { font-size: 16px; font-size: 1.6rem; line-height: 20px; height: 45px; padding-bottom: 5px; margin-top: 10px; } }

.pro2-related .box-list .item-desc { margin-top: 5px; font-size: 14px; font-size: 1.4rem; line-height: 16px; height: 16px; }

.pro2-related .box-list .item-desc, .pro2-related .box-list .item-desc a { color: #888888; }

@media screen and (max-width: 999px) { .pro2-related .box-list .item-desc { font-size: 14px; font-size: 1.4rem; line-height: 16px; height: 18px; margin-top: 6px; } }

.pro2-related .box-list .item-btn { margin-top: 14px; display: inline-block; text-align: center; min-width: 133px; font-size: 16px; font-size: 1.6rem; line-height: 24px; padding: 8px 10px 7px; border: solid 1px #004A9E; color: #004A9E; }

.pro2-related .box-list .item-btn:hover { background-color: #004A9E; color: #fff; }

@media screen and (max-width: 999px) { .pro2-related .box-list .item-btn { font-size: 14px; font-size: 1.4rem; padding: 3px 10px; min-width: 110px; margin-top: 10px; } }

/*-------------3-2-products end------------------------------------------------------------*/
/*-------------2-why us start--------------------------------------------------------------*/
.why-main .box-title { text-align: center; font-family: "Gotham-Medium"; text-transform: uppercase; font-size: 32px; font-size: 3.2rem; position: relative; padding-bottom: 28px; }

.why-main .box-title:before { position: absolute; content: ''; width: 81px; height: 4px; background-color: #004A9E; left: 50%; margin-left: -40px; bottom: 0; }

.why-main .box-title a:hover { color: #004A9E; }

@media screen and (max-width: 999px) { .why-main .box-title { font-size: 30px; font-size: 3rem; padding-bottom: 15px; } }

@media screen and (max-width: 767px) { .why-main .box-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; }
  .why-main .box-title:before { height: 2px; } }

@media screen and (max-width: 640px) { .why-main .box-title { font-size: 20px; font-size: 2.0rem; } }

.why-main .box-list { font-size: 0; letter-spacing: 0; padding-top: 32px; }

@media screen and (max-width: 999px) { .why-main .box-list { padding-top: 20px; } }

@media screen and (max-width: 767px) { .why-main .box-list { padding-top: 0; } }

.why-main .box-list .list-item { display: inline-block; vertical-align: top; width: 48.58333%; margin-left: 2.83333%; margin-top: 29px; }

@media screen and (max-width: 500px) { .why-main .box-list .list-item { width: 98%; margin: 29px 1% 0; } }

.why-main .box-list .item-body { background-color: #E5E5E5; padding: 38px 6.86106% 44px; }

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

.why-main .box-list .item-title { font-size: 20px; font-size: 2rem; line-height: 26px; }

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

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

.why-main .box-list .item-desc { margin-top: 17px; font-size: 16px; font-size: 1.6rem; line-height: 26px; min-height: 78px; }

.why-main .box-list .item-desc, .why-main .box-list .item-desc a { color: #555; }

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

@media screen and (max-width: 767px) { .why-main .box-list .item-desc { line-height: 24px; min-height: 48px; margin-top: 5px; } }

@media screen and (max-width: 767px) { .why-main .box-list .item-desc { line-height: 20px; min-height: 79px; } }

/*-------------2-why us end----------------------------------------------------------------*/
/*-------------4-contact start-------------------------------------------------------------*/
.contact-box { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */ background: url(../images/bg2.jpg) no-repeat center top; padding-bottom: 44px; padding-top: 119px; }

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

.contact-box :-o-placeholder { color: #666; opacity: 1; }

.contact-box ::-moz-placeholder { color: #666; opacity: 1; }

.contact-box :-ms-input-placeholder { color: #666; opacity: 1; }

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

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

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

.contact-box .item-left { float: left; width: 35.83333%; margin-right: 8.33333%; }

.contact-box .item-left a:hover { color: #004A9E; }

.contact-box .item-left .box-title { font-size: 30px; font-size: 3rem; position: relative; padding-bottom: 24px; }

.contact-box .item-left .box-title:after { position: absolute; content: ''; width: 67px; height: 1px; bottom: 0; left: 0; background-color: #004A9E; }

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

.contact-box .item-left .box-list .add { line-height: 28px; margin-top: 7px; }

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

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

@media screen and (max-width: 999px) { .contact-box .item-left { width: 100%; float: none; margin: 0 auto 30px; background-color: #F5F5F5; padding: 30px 15px; }
  .contact-box .item-left .box-list { margin-top: 30px; }
  .contact-box .item-left .box-list .add { margin-top: 13px; }
  .contact-box .item-left .box-list .iconfont { margin-right: 10px; } }

@media screen and (max-width: 767px) { .contact-box .item-left .box-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; }
  .contact-box .item-left .box-list { margin-top: 20px; line-height: 30px; font-size: 14px; font-size: 1.4rem; }
  .contact-box .item-left .box-list .add { margin-top: 4px; } }

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

.contact-box .item-right .box-title { font-size: 30px; font-size: 3rem; text-align: center; padding-left: 22px; }

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

.contact-box .item-right .box-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 34px; margin-bottom: 30px; padding-left: 22px; text-align: center;}

.contact-box .item-right .box-desc, .contact-box .item-right .box-desc a { color: #666; }

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

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

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

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

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

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

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

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

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

.contact-box .item-right .item-form .item-img { height: 54px; }

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

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

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

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

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

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

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

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

/*-------------Inquire start---------------------------------------------------------------*/

.inquire-box { /* WebKit browsers */ /* Mozilla Firefox 4 to 18 */ /* Mozilla Firefox 19+ */ /* Internet Explorer 10+ */  padding-bottom: 20px; padding-top: 20px; }

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

.inquire-box :-o-placeholder { color: #666; opacity: 1; }

.inquire-box ::-moz-placeholder { color: #666; opacity: 1; }

.inquire-box :-ms-input-placeholder { color: #666; opacity: 1; }

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

@media screen and (max-width: 999px) { .inquire-box { background-image: none; padding: 0 0 30px; } }

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

.inquire-box .item-left { float: left; width: 35.83333%; margin-right: 8.33333%; }

.inquire-box .item-left a:hover { color: #004A9E; }

.inquire-box .item-left .box-title { font-size: 30px; font-size: 3rem; position: relative; padding-bottom: 24px; }

.inquire-box .item-left .box-title:after { position: absolute; content: ''; width: 67px; height: 1px; bottom: 0; left: 0; background-color: #004A9E; }

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

.inquire-box .item-left .box-list .add { line-height: 28px; margin-top: 7px; }

.inquire-box .item-left .box-list .iconfont { float: left; font-size: 18px; font-size: 1.8rem; color: #666; margin-right: 20px; }

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

@media screen and (max-width: 999px) { .inquire-box .item-left { width: 100%; float: none; margin: 0 auto 30px; background-color: #F5F5F5; padding: 30px 15px; }
  .inquire-box .item-left .box-list { margin-top: 30px; }
  .inquire-box .item-left .box-list .add { margin-top: 13px; }
  .inquire-box .item-left .box-list .iconfont { margin-right: 10px; } }

@media screen and (max-width: 767px) { .inquire-box .item-left .box-title { font-size: 24px; font-size: 2.4rem; padding-bottom: 10px; }
  .inquire-box .item-left .box-list { margin-top: 20px; line-height: 30px; font-size: 14px; font-size: 1.4rem; }
  .inquire-box .item-left .box-list .add { margin-top: 4px; } }

.inquire-box .item-right { margin-top: 40px; overflow: hidden; }

.inquire-box .item-right .box-title { font-size: 30px; font-size: 3rem; text-align: center; padding-left: 22px; }

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

.inquire-box .item-right .box-desc { font-size: 16px; font-size: 1.6rem; line-height: 26px; margin-top: 34px; margin-bottom: 30px; padding-left: 22px; text-align: center;}

.inquire-box .item-right .box-desc, .inquire-box .item-right .box-desc a { color: #666; }

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

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

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

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

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

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

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

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

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

.inquire-box .item-right .item-form .item-img { height: 54px; }

.inquire-box .item-right .item-form .item-img img { display: block; margin: 0 auto; cursor: pointer; max-height: 100%; }

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

.inquire-box .item-right .item-form .item-btn input { border-color: #004A9E; background-color: #004A9E; color: #fff; }

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

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

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

@media screen and (max-width: 500px) { .inquire-box .item-right .item-form .item-input { width: 100%; }
  .inquire-box .item-right .item-form .item-code { width: -moz-calc(100% - 140px); width: calc(100% - 140px); } }

/*------------Inquire end---------------------------------------------------------------*/

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

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

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

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

.phone-nav .nav form .iptc { -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: #004A9E; z-index: 0; background-color: #fff; }

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

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

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

.phone-nav .addition.active { background-image: url("../fonts/yizi.png"); }

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

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

.phone-nav .nav > ul > li > a span { color: #fff; font-size: 12px; font-size: 1.2rem; }

.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; margin-right: 40px; 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 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.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 { margin-right: 40px; text-indent: 35px; 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-show2 .c-s2 > a span { font-size: 12px; font-size: 1.2rem; color: #fff; }

.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 { margin-right: 40px; 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; }

.phone-nav .nav > ul > dl { padding: 20px; }

.phone-nav .nav > ul > dl dd { float: left; margin: 0 2px; }

.phone-nav .menubtn { width: 23px; height: 18px; position: absolute; top: 12px; right: 12px; -webkit-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; z-index: 9999; }

.phone-nav .menubtn span { display: block; width: 100%; height: 3px; margin-bottom: 3px; background-color: #004A9E; }

.phone-nav .menubtn span.menu-color { background-color: #004A9E !important; }

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

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

.banner { background-color: #fff; position: relative; z-index: 2; line-height: 0; font-size: 0; }

.banner .slick-arrow { display: none; position: absolute; z-index: 99; display: block !important; top: 50%; margin-top: -30px; cursor: pointer; color: #fff; }

.banner .slick-arrow .iconfont { font-size: 60px; font-size: 6rem; }

.banner .slick-arrow:hover { color: #004A9E; }

.banner .slick-prev { left: 75px; cursor: pointer; }

.banner .slick-next { right: 75px; cursor: pointer; }

.banner .slick-dots { position: absolute; z-index: 999999; left: 0; right: 0; bottom: 21px; text-align: center; font-size: 0; letter-spacing: 0; text-align: center; }

.banner .slick-dots li { margin: 0 9px; display: inline-block; *display: inline; *zoom: 1; }

.banner .slick-dots li.slick-active a { background-image: url("../images/dot1.png"); cursor: pointer; }

.banner .slick-dots a { display: block; width: 16px; height: 16px; background-image: url("../images/dot.png"); cursor: pointer; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }

@media screen and (max-width: 999px) { .banner .slick-arrow { display: none !important; }
  .banner .slick-dots { bottom: 20px; }
  .banner .slick-dots li { margin: 0 5px; }
  .banner .slick-dots a { width: 15px; height: 15px; } }

@media screen and (max-width: 767px) { .banner .slick-arrow { display: none !important; }
  .banner .slick-dots { bottom: 10px; }
  .banner .slick-dots li { margin: 0 3px; }
  .banner .slick-dots a { width: 12px; height: 12px; } }

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img { display: block; }

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

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

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

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

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

/*# sourceMappingURL=5slide2.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: 'Gotham-Book';
	src: url('../fonts/Gotham-Book.eot');
	src: url('../fonts/Gotham-Book.eot') format('embedded-opentype'),
		url('../fonts/Gotham-Book.woff2') format('woff2'),
		url('../fonts/Gotham-Book.woff') format('woff'),
		url('../fonts/Gotham-Book.ttf') format('truetype'),
		url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

.icon-guanbi_o:before {
  content: "\eb76";
}

.icon-icon_search:before {
  content: "\eb9c";
}

.icon-icon_phone_fill:before {
  content: "\ebad";
}

.icon-icon_name:before {
  content: "\e608";
}

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

.icon-top5:before {
  content: "\e651";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



.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;}
.listcart{ width:100%; margin-top:40px;margin-bottom: 40px;}
.listcart a{ background:#fff;display:inline-block;height: 30px; width:200px; line-height: 30px;cursor: pointer;border: none;overflow: hidden;color: #004A9E;cursor: pointer;  border:1px solid #004A9E; padding-left:10px; padding-right:10px; text-align:center; font-size:14px; font-size:1.4rem; margin-left:10px;}
.listcart a:hover{  border:#004A9E solid 1px; background:#004A9E; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px }
.listcart{ width:100%;
}
}
@media screen and (max-width:420px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}
.at-resp-share-element .at-icon{width: 24px!important;height: 24px!important;}
.at-style-responsive .at-share-btn{padding: 0!important; border-radius: 2px!important;}
.at-resp-share-element .at-share-btn .at-icon-wrapper{width: 24px!important;height: 24px!important;}
.at-resp-share-element .at-share-btn{margin-bottom: 0!important;margin-right: 3px!important;}
.ppp{line-height: 30px;margin-bottom: 20px;margin-top: 20px;}


.map iframe{max-width: 100%;}
.xunpanc table tr td a:hover{color: #004A9E;}
/* 分页样式 */
.paging { margin-top: 32px; font-size: 14px; }
.paging > span { margin: auto 16px; }
.paging .page-numbar { margin: auto 0; }
.paging .page-numbar .page-num,.paging .page-index,.paging .page-pre,.paging .page-next,.paging .page-last { display: inline-block; margin: auto 4px; padding: 2px 12px; border: 1px solid #EEE; border-radius: 2px; }
.paging .page-numbar .page-num-current,.paging .page-numbar .page-num:hover { border-color: #8667F7; color: #8667F7; }